diff --git a/PaperBell/.obsidian/community-plugins.json b/PaperBell/.obsidian/community-plugins.json index f4f377b6..cf9166e7 100644 --- a/PaperBell/.obsidian/community-plugins.json +++ b/PaperBell/.obsidian/community-plugins.json @@ -27,5 +27,6 @@ "paperbell", "obsidian-map-view", "obsidian42-brat", - "longform-paperbell" + "longform-paperbell", + "realclaudian" ] \ No newline at end of file diff --git a/PaperBell/.obsidian/plugins/homepage/main.js b/PaperBell/.obsidian/plugins/homepage/main.js index c77ad668..b4f167c8 100644 --- a/PaperBell/.obsidian/plugins/homepage/main.js +++ b/PaperBell/.obsidian/plugins/homepage/main.js @@ -1,3 +1,3 @@ -"use strict";var Qe=Object.create;var z=Object.defineProperty;var $e=Object.getOwnPropertyDescriptor;var Xe=Object.getOwnPropertyNames;var Ze=Object.getPrototypeOf,et=Object.prototype.hasOwnProperty;var tt=(n,t)=>()=>(t||n((t={exports:{}}).exports,t),t.exports),at=(n,t)=>{for(var e in t)z(n,e,{get:t[e],enumerable:!0})},ve=(n,t,e,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Xe(t))!et.call(n,i)&&i!==e&&z(n,i,{get:()=>t[i],enumerable:!(a=$e(t,i))||a.enumerable});return n};var nt=(n,t,e)=>(e=n!=null?Qe(Ze(n)):{},ve(t||!n||!n.__esModule?z(e,"default",{value:n,enumerable:!0}):e,n)),it=n=>ve(z({},"__esModule",{value:!0}),n);var Ie=tt(l=>{"use strict";Object.defineProperty(l,"__esModule",{value:!0});var m=require("obsidian"),ie="YYYY-MM-DD",oe="gggg-[W]ww",Te="YYYY-MM",Se="YYYY-[Q]Q",Me="YYYY";function H(n){let t=window.app.plugins.getPlugin("periodic-notes");return t&&t.settings?.[n]?.enabled}function W(){try{let{internalPlugins:n,plugins:t}=window.app;if(H("daily")){let{format:o,folder:s,template:c}=t.getPlugin("periodic-notes")?.settings?.daily||{};return{format:o||ie,folder:s?.trim()||"",template:c?.trim()||""}}let{folder:e,format:a,template:i}=n.getPluginById("daily-notes")?.instance?.options||{};return{format:a||ie,folder:e?.trim()||"",template:i?.trim()||""}}catch(n){console.info("No custom daily note settings found!",n)}}function I(){try{let n=window.app.plugins,t=n.getPlugin("calendar")?.options,e=n.getPlugin("periodic-notes")?.settings?.weekly;if(H("weekly"))return{format:e.format||oe,folder:e.folder?.trim()||"",template:e.template?.trim()||""};let a=t||{};return{format:a.weeklyNoteFormat||oe,folder:a.weeklyNoteFolder?.trim()||"",template:a.weeklyNoteTemplate?.trim()||""}}catch(n){console.info("No custom weekly note settings found!",n)}}function V(){let n=window.app.plugins;try{let t=H("monthly")&&n.getPlugin("periodic-notes")?.settings?.monthly||{};return{format:t.format||Te,folder:t.folder?.trim()||"",template:t.template?.trim()||""}}catch(t){console.info("No custom monthly note settings found!",t)}}function _(){let n=window.app.plugins;try{let t=H("quarterly")&&n.getPlugin("periodic-notes")?.settings?.quarterly||{};return{format:t.format||Se,folder:t.folder?.trim()||"",template:t.template?.trim()||""}}catch(t){console.info("No custom quarterly note settings found!",t)}}function U(){let n=window.app.plugins;try{let t=H("yearly")&&n.getPlugin("periodic-notes")?.settings?.yearly||{};return{format:t.format||Me,folder:t.folder?.trim()||"",template:t.template?.trim()||""}}catch(t){console.info("No custom yearly note settings found!",t)}}function Fe(...n){let t=[];for(let a=0,i=n.length;a{let ee=a(),te=n.clone().set({hour:ee.get("hour"),minute:ee.get("minute"),second:ee.get("second")});return M&&te.add(parseInt(N,10),v),y?te.format(y.substring(1).trim()):te.format(o)}).replace(/{{\s*yesterday\s*}}/gi,n.clone().subtract(1,"day").format(o)).replace(/{{\s*tomorrow\s*}}/gi,n.clone().add(1,"d").format(o)));return t.foldManager.save(f,d),f}catch(f){console.error(`Failed to create file: '${h}'`,f),new m.Notice("Unable to create new file.")}}function pt(n,t){return t[P(n,"day")]??null}function dt(){let{vault:n}=window.app,{folder:t}=W(),e=n.getAbstractFileByPath(m.normalizePath(t));if(!e)throw new se("Failed to find daily notes folder");let a={};return m.Vault.recurseChildren(e,i=>{if(i instanceof m.TFile){let o=L(i,"day");if(o){let s=P(o,"day");a[s]=i}}}),a}var re=class extends Error{};function ut(){let{moment:n}=window,t=n.localeData()._week.dow,e=["sunday","monday","tuesday","wednesday","thursday","friday","saturday"];for(;t;)e.push(e.shift()),t--;return e}function gt(n){return ut().indexOf(n.toLowerCase())}async function Le(n){let{vault:t}=window.app,{template:e,format:a,folder:i}=I(),[o,s]=await A(e),c=n.format(a),d=await Y(i,c);try{let p=await t.create(d,o.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(h,f,g,T,M,N)=>{let v=window.moment(),y=n.clone().set({hour:v.get("hour"),minute:v.get("minute"),second:v.get("second")});return g&&y.add(parseInt(T,10),M),N?y.format(N.substring(1).trim()):y.format(a)}).replace(/{{\s*title\s*}}/gi,c).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*(sunday|monday|tuesday|wednesday|thursday|friday|saturday)\s*:(.*?)}}/gi,(h,f,g)=>{let T=gt(f);return n.weekday(T).format(g.trim())}));return window.app.foldManager.save(p,s),p}catch(p){console.error(`Failed to create file: '${d}'`,p),new m.Notice("Unable to create new file.")}}function mt(n,t){return t[P(n,"week")]??null}function ht(){let n={};if(!Re())return n;let{vault:t}=window.app,{folder:e}=I(),a=t.getAbstractFileByPath(m.normalizePath(e));if(!a)throw new re("Failed to find weekly notes folder");return m.Vault.recurseChildren(a,i=>{if(i instanceof m.TFile){let o=L(i,"week");if(o){let s=P(o,"week");n[s]=i}}}),n}var le=class extends Error{};async function Ce(n){let{vault:t}=window.app,{template:e,format:a,folder:i}=V(),[o,s]=await A(e),c=n.format(a),d=await Y(i,c);try{let p=await t.create(d,o.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(h,f,g,T,M,N)=>{let v=window.moment(),y=n.clone().set({hour:v.get("hour"),minute:v.get("minute"),second:v.get("second")});return g&&y.add(parseInt(T,10),M),N?y.format(N.substring(1).trim()):y.format(a)}).replace(/{{\s*date\s*}}/gi,c).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,c));return window.app.foldManager.save(p,s),p}catch(p){console.error(`Failed to create file: '${d}'`,p),new m.Notice("Unable to create new file.")}}function ft(n,t){return t[P(n,"month")]??null}function wt(){let n={};if(!xe())return n;let{vault:t}=window.app,{folder:e}=V(),a=t.getAbstractFileByPath(m.normalizePath(e));if(!a)throw new le("Failed to find monthly notes folder");return m.Vault.recurseChildren(a,i=>{if(i instanceof m.TFile){let o=L(i,"month");if(o){let s=P(o,"month");n[s]=i}}}),n}var ce=class extends Error{};async function yt(n){let{vault:t}=window.app,{template:e,format:a,folder:i}=_(),[o,s]=await A(e),c=n.format(a),d=await Y(i,c);try{let p=await t.create(d,o.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(h,f,g,T,M,N)=>{let v=window.moment(),y=n.clone().set({hour:v.get("hour"),minute:v.get("minute"),second:v.get("second")});return g&&y.add(parseInt(T,10),M),N?y.format(N.substring(1).trim()):y.format(a)}).replace(/{{\s*date\s*}}/gi,c).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,c));return window.app.foldManager.save(p,s),p}catch(p){console.error(`Failed to create file: '${d}'`,p),new m.Notice("Unable to create new file.")}}function vt(n,t){return t[P(n,"quarter")]??null}function bt(){let n={};if(!He())return n;let{vault:t}=window.app,{folder:e}=_(),a=t.getAbstractFileByPath(m.normalizePath(e));if(!a)throw new ce("Failed to find quarterly notes folder");return m.Vault.recurseChildren(a,i=>{if(i instanceof m.TFile){let o=L(i,"quarter");if(o){let s=P(o,"quarter");n[s]=i}}}),n}var pe=class extends Error{};async function Nt(n){let{vault:t}=window.app,{template:e,format:a,folder:i}=U(),[o,s]=await A(e),c=n.format(a),d=await Y(i,c);try{let p=await t.create(d,o.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(h,f,g,T,M,N)=>{let v=window.moment(),y=n.clone().set({hour:v.get("hour"),minute:v.get("minute"),second:v.get("second")});return g&&y.add(parseInt(T,10),M),N?y.format(N.substring(1).trim()):y.format(a)}).replace(/{{\s*date\s*}}/gi,c).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,c));return window.app.foldManager.save(p,s),p}catch(p){console.error(`Failed to create file: '${d}'`,p),new m.Notice("Unable to create new file.")}}function Dt(n,t){return t[P(n,"year")]??null}function kt(){let n={};if(!We())return n;let{vault:t}=window.app,{folder:e}=U(),a=t.getAbstractFileByPath(m.normalizePath(e));if(!a)throw new pe("Failed to find yearly notes folder");return m.Vault.recurseChildren(a,i=>{if(i instanceof m.TFile){let o=L(i,"year");if(o){let s=P(o,"year");n[s]=i}}}),n}function Pt(){let{app:n}=window,t=n.internalPlugins.plugins["daily-notes"];if(t&&t.enabled)return!0;let e=n.plugins.getPlugin("periodic-notes");return e&&e.settings?.daily?.enabled}function Re(){let{app:n}=window;if(n.plugins.getPlugin("calendar"))return!0;let t=n.plugins.getPlugin("periodic-notes");return t&&t.settings?.weekly?.enabled}function xe(){let{app:n}=window,t=n.plugins.getPlugin("periodic-notes");return t&&t.settings?.monthly?.enabled}function He(){let{app:n}=window,t=n.plugins.getPlugin("periodic-notes");return t&&t.settings?.quarterly?.enabled}function We(){let{app:n}=window,t=n.plugins.getPlugin("periodic-notes");return t&&t.settings?.yearly?.enabled}function Tt(n){let t={day:W,week:I,month:V,quarter:_,year:U}[n];return t()}function St(n,t){return{day:Ae,month:Ce,week:Le}[n](t)}l.DEFAULT_DAILY_NOTE_FORMAT=ie;l.DEFAULT_MONTHLY_NOTE_FORMAT=Te;l.DEFAULT_QUARTERLY_NOTE_FORMAT=Se;l.DEFAULT_WEEKLY_NOTE_FORMAT=oe;l.DEFAULT_YEARLY_NOTE_FORMAT=Me;l.appHasDailyNotesPluginLoaded=Pt;l.appHasMonthlyNotesPluginLoaded=xe;l.appHasQuarterlyNotesPluginLoaded=He;l.appHasWeeklyNotesPluginLoaded=Re;l.appHasYearlyNotesPluginLoaded=We;l.createDailyNote=Ae;l.createMonthlyNote=Ce;l.createPeriodicNote=St;l.createQuarterlyNote=yt;l.createWeeklyNote=Le;l.createYearlyNote=Nt;l.getAllDailyNotes=dt;l.getAllMonthlyNotes=wt;l.getAllQuarterlyNotes=bt;l.getAllWeeklyNotes=ht;l.getAllYearlyNotes=kt;l.getDailyNote=pt;l.getDailyNoteSettings=W;l.getDateFromFile=L;l.getDateFromPath=ct;l.getDateUID=P;l.getMonthlyNote=ft;l.getMonthlyNoteSettings=V;l.getPeriodicNoteSettings=Tt;l.getQuarterlyNote=vt;l.getQuarterlyNoteSettings=_;l.getTemplateInfo=A;l.getWeeklyNote=mt;l.getWeeklyNoteSettings=I;l.getYearlyNote=Dt;l.getYearlyNoteSettings=U});var At={};at(At,{default:()=>Z});module.exports=it(At);var S=require("obsidian");var b=require("obsidian");var F=require("obsidian");function k(n){return n?n.extension=="md"?n.path.slice(0,-3):n.path:""}function be(n){return n.split("/").slice(-1)[0].contains(".")?n:`${n}.md`}function ae(n,t=void 0){let e=n.vault.getFiles();if(t){let a=n.vault.getFolderByPath(t);if(!a)return;e=Ne(a)}if(e.filter(a=>["md","canvas","base"].contains(a.extension)),e.length){let a=Math.floor(Math.random()*e.length);return k(e[a])}}function Ne(n){let t=[];for(let e of n.children)e instanceof F.TFile?t.push(e):e instanceof F.TFolder&&t.push(...Ne(e));return t}function De(n){return n.workspace.getActiveViewOfType(F.View)?.getViewType()=="empty"}function ne(n,t){return n.localeCompare(t,void 0,{sensitivity:"accent"})===0}function q(n){return new Promise(t=>window.setTimeout(t,n))}async function ke(n){let t=n.workspace.getLayout();t.main={id:"5324373015726ba8",type:"split",children:[{id:"4509724f8bf84da7",type:"tabs",children:[{id:"e7a7b303c61786dc",type:"leaf",state:{type:"empty",state:{},icon:"lucide-file",title:"New tab"}}]}],direction:"vertical"},t.active="e7a7b303c61786dc",await n.workspace.changeLayout(t),F.Platform.isMobile&&(n.workspace.rightSplit?.updateInfo(),ot(n))}function ot(n){let t=n.internalPlugins.plugins.sync?.instance;t&&n.workspace.onLayoutReady(()=>{t.statusIconEl=n.workspace.rightSplit.addHeaderButton("sync-small",t.openStatusIconMenu.bind(t)),t.statusIconEl.addEventListener("contextmenu",t.openStatusIconMenu.bind(t)),t.statusIconEl.addClass("sync-status-icon")})}function Pe(n){let t=n.internalPlugins.plugins.sync,e=[new Promise(a=>{let i=async()=>{a(),n.workspace.off("layout-change",i)};n.workspace.on("layout-change",i)})];return t.enabled&&t.instance.syncing&&e.push(new Promise(a=>{let i=async()=>{a(),t.instance.off("status-change",i)};t.instance.on("status-change",i)})),Promise.race([Promise.all(e),new Promise(a=>window.setTimeout(a,1500))])}var u=nt(Ie()),Mt="custom-journal-locale",de={["Daily Note"]:{noun:"day",adjective:"daily",create:u.createDailyNote,get:u.getDailyNote,getAll:u.getAllDailyNotes},["Weekly Note"]:{noun:"week",adjective:"weekly",create:u.createWeeklyNote,get:u.getWeeklyNote,getAll:u.getAllWeeklyNotes},["Monthly Note"]:{noun:"month",adjective:"monthly",create:u.createMonthlyNote,get:u.getMonthlyNote,getAll:u.getAllMonthlyNotes},["Yearly Note"]:{noun:"year",adjective:"yearly",create:u.createYearlyNote,get:u.getYearlyNote,getAll:u.getAllYearlyNotes}},J=["Daily Note","Weekly Note","Monthly Note","Yearly Note"],Ve="Date-dependent file";async function _e(n,t){let e=t.communityPlugins["periodic-notes"],a=de[n],i=window.moment().startOf(a.noun),o;if(Ye(e)){let s=a.getAll();Object.keys(s).length?o=a.get(i,s)||await a.create(i):o=await a.create(i),o||(o=a.get(i,s))}else e.cache.initialize(),o=e.getPeriodicNote(a.noun,i)||await e.createPeriodicNote(a.noun,i);return k(o)}function Ue(n,t){if(n=="Daily Note"&&t.internalPlugins["daily-notes"]?.enabled)return!0;let e=t.communityPlugins["periodic-notes"];if(!e)return!1;if(Ye(e)){let a=de[n].adjective;return e.settings[a]?.enabled}else{let a=de[n].noun;return e?.calendarSetManager?.getActiveSet()[a]?.enabled}}function Ye(n){return(n?.manifest.version||"0").startsWith("0")}function Be(n){return!!n.plugin.communityPlugins.journals.getJournal(n.data.value)}async function Ke(n,t){let e=t.communityPlugins.journals,a=e.getJournal(n),i=a.config.value.autoCreate;e.reprocessNotes(),a.config.value.autoCreate=!0,await a.autoCreate(),a.config.value.autoCreate=i;let o=window.moment().locale(Mt).startOf("day");return a.getNotePath(a?.get(o)).replace(/\.md$/,"")}var ue={["Replace all open notes"]:"Replace all open notes",["Replace last note"]:"Replace last note",["Keep open notes"]:"Keep open notes",["Default view"]:"Default view",["Reading view"]:"Reading view",["Editing view (Source)"]:"Editing view (Source)",["Editing view (Live Preview)"]:"Editing view (Live Preview)",["File"]:"File",["Workspace"]:"Workspace",["Random file"]:"Random file",["Random in folder"]:"Random in folder",["New note"]:"New note",["Graph view"]:"Graph view",["Nothing"]:"Nothing",["Journal"]:"Journal",["Daily Note"]:"Daily Note",["Weekly Note"]:"Weekly Note",["Monthly Note"]:"Monthly Note",["Yearly Note"]:"Yearly Note",["Both"]:"Both",["Startup only"]:"Startup only",["Manual only"]:"Manual only",openHomepage:"Open homepage",setToActiveFile:"Set to active file",copyDebugInfo:"Copy debug info",cliOpenHomepageDesc:"Open the homepage",cliOpenHomepageResult:"Opened the homepage",cliReadHomepageDesc:"Read homepage contents",cliReadHomepageIllegible:"The current homepage cannot be viewed, as it does not match an file",pluginUnavailable:"The active homepage cannot be opened due to plugin unavailablity.",journalUnavailable:'Cannot find the journal "?0" to use as the homepage.',workspaceUnavailable:'Cannot find the workspace "?0" to use as the homepage.',noteUnavailable:'Cannot find the file "?0" to use as the homepage.',homepageChanged:'The homepage has been changed to "?0".',momentUpgradeNotice:"Date-dependent notes in Homepage have been removed. Set your homepage as a Periodic or Daily Note instead.",openOnStartup:"Open on startup",openOnStartupDesc:"When launching Obsidian, open the homepage.",openOnStartupWarn:'This will override the built-in "Default file to open" setting.',openWhenEmpty:"Open when empty",openWhenEmptyDesc:"When there are no tabs open, open the homepage.",alwaysApply:"Use when opening normally",alwaysApplyDesc:"Use homepage settings when opening it normally, such as from a link or the file browser.",separateMobile:"Separate mobile homepage",separateMobileDesc:"For mobile devices, store the homepage and its settings separately.",separateMobileWarnPrefix:"Mobile settings are stored separately.",separateMobileWarnMobile:"Therefore, changes to other settings will not affect desktop devices. To edit desktop settings, use a desktop device.",separateMobileWarnDesktop:"Therefore, changes to other settings will not affect mobile devices. To edit mobile settings, use a mobile device.",commandsGroup:"Commands",commandsDesc:"Select commands that will be executed when opening the homepage.",commandsAddButton:"Add...",commandUnavailable:"This command can't be found, so it won't be executed. It may belong to a disabled plugin.",commandsReally:"Really?",vaultGroup:"Vault environment",openMode:"Opening method",openModeDesc:"Determine how extant tabs and views are affected on startup.",manualOpenMode:"Manual opening method",manualOpenModeDesc:"Determine how extant tabs and views are affected when opening with commands or the ribbon button.",pin:"Pin",pinDesc:"Pin the homepage when opening.",hideReleaseNotes:"Hide release notes",hideReleaseNotesDesc:"Never display release notes when Obsidian updates.",autoCreate:"Auto-create",autoCreateDesc:"When the homepage doesn't exist, create a note with its name.",autoCreateWarn:"If this vault is synced using unofficial services, this may lead to content being overwritten.",openingGroup:"Opened view",view:"Homepage view",viewDesc:"Choose what view to open the homepage in.",revertView:"Revert view on close",revertViewDesc:"When navigating away from the homepage, restore the default view.",autoScroll:"Auto-scroll",autoScrollDesc:"When opening the homepage, scroll to the bottom and focus on the last line",refreshDataview:"Refresh Dataview",refreshDataviewDesc:"Always attempt to reload Dataview views when opening the homepage",refreshDataviewWarn:"Requires Dataview auto-refresh to be enabled.",FileDesc:"Enter a note, base, or canvas to use.",WorkspaceDesc:"Enter an Obsidian workspace to use.","New noteDesc":"Enter a prefix to use. A note using that prefix will be created for each Obsidian session.","Graph viewDesc":"Your graph view will be used.",NothingDesc:"Nothing will occur by default. Any commands added will still take effect.","Random fileDesc":"A random note, base, or canvas from your Obsidian folder will be selected.","Random in folderDesc":"Enter a folder. A random note, base, or canvas from it will be selected.",JournalDesc:"Enter a Journal to use.","Daily noteDesc":"Your Daily Note or Periodic Daily Note will be used.","Weekly noteDesc":"Your Periodic Weekly Note will be used.","Monthly noteDesc":"Your Periodic Monthly Note will be used.","Yearly noteDesc":"Your Periodic Yearly Note will be used.",homepageSettingTitle:"Homepage",pluginUnavailableSettings:"The plugin required for this homepage type isn't available.",copyDebugInfoNotice:"Copied homepage debug information to clipboard"};var je={["Replace all open notes"]:"\u0417\u0430\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",["Replace last note"]:"\u0417\u0430\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u044E\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443",["Keep open notes"]:"\u041E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",["Default view"]:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",["Reading view"]:"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440",["Editing view (Source)"]:"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u043A\u043E\u0434\u0430",["Editing view (Live Preview)"]:"\u0414\u0438\u043D\u0430\u043C\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440",["File"]:"\u0424\u0430\u0439\u043B",["Workspace"]:"\u0420\u0430\u0431\u043E\u0447\u0435\u0435 \u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u043E",["Random file"]:"\u0421\u043B\u0443\u0447\u0430\u0439\u043D\u044B\u0439 \u0444\u0430\u0439\u043B",["Random in folder"]:"\u0421\u043B\u0443\u0447\u0430\u0439\u043D\u044B\u0439 \u0444\u0430\u0439\u043B \u0438\u0437 \u043F\u0430\u043F\u043A\u0438",["New note"]:"\u041D\u043E\u0432\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",["Graph view"]:"\u0413\u0440\u0430\u0444",["Nothing"]:"\u041D\u0438\u0447\u0435\u0433\u043E",["Journal"]:"\u0416\u0443\u0440\u043D\u0430\u043B",["Daily Note"]:"\u0415\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",["Weekly Note"]:"\u0415\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",["Monthly Note"]:"\u0415\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",["Yearly Note"]:"\u0415\u0436\u0435\u0433\u043E\u0434\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",["Both"]:"\u041E\u0431\u0430 \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0430",["Startup only"]:"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435",["Manual only"]:"\u0422\u043E\u043B\u044C\u043A\u043E \u0432\u0440\u0443\u0447\u043D\u0443\u044E",openHomepage:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",setToActiveFile:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0430\u043A\u0442\u0438\u0432\u043D\u044B\u0439 \u0444\u0430\u0439\u043B",copyDebugInfo:"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043E\u0442\u043B\u0430\u0434\u043E\u0447\u043D\u0443\u044E \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044E",pluginUnavailable:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443: \u043F\u043B\u0430\u0433\u0438\u043D \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D.",journalUnavailable:'\u0416\u0443\u0440\u043D\u0430\u043B "?0" \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D.',workspaceUnavailable:'\u0420\u0430\u0431\u043E\u0447\u0435\u0435 \u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u043E "?0" \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E.',noteUnavailable:'\u0424\u0430\u0439\u043B "?0" \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D.',homepageChanged:'\u0414\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043D\u0430 "?0".',momentUpgradeNotice:"\u0417\u0430\u043C\u0435\u0442\u043A\u0438, \u0437\u0430\u0432\u0438\u0441\u044F\u0449\u0438\u0435 \u043E\u0442 \u0434\u0430\u0442\u044B, \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u0438\u0437 Homepage. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u0435\u0440\u0438\u043E\u0434\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u0438\u043B\u0438 \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443.",openOnStartup:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435",openOnStartupDesc:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435 Obsidian.",openOnStartupWarn:"\u042D\u0442\u043E \u043F\u0435\u0440\u0435\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0443 \u0444\u0430\u0439\u043B\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",openWhenEmpty:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0438 \u0432\u043A\u043B\u0430\u0434\u043E\u043A",openWhenEmptyDesc:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443, \u0435\u0441\u043B\u0438 \u043D\u0435\u0442 \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0445 \u0432\u043A\u043B\u0430\u0434\u043E\u043A.",alwaysApply:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0442\u044C \u043F\u0440\u0438 \u043E\u0431\u044B\u0447\u043D\u043E\u043C \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438",alwaysApplyDesc:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0438\u0437 \u0441\u0441\u044B\u043B\u043E\u043A \u0438\u043B\u0438 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0433\u043E \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.",separateMobile:"\u041E\u0442\u0434\u0435\u043B\u044C\u043D\u0430\u044F \u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0434\u043B\u044F \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432",separateMobileDesc:"\u0425\u0440\u0430\u043D\u0438\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0434\u043B\u044F \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u0438 \u0435\u0451 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u043E.",separateMobileWarnPrefix:"\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u0440\u0430\u043D\u044F\u0442\u0441\u044F \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u043E.",separateMobileWarnMobile:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u043D\u0435 \u043F\u043E\u0432\u043B\u0438\u044F\u044E\u0442 \u043D\u0430 \u043D\u0430\u0441\u0442\u043E\u043B\u044C\u043D\u044B\u0435 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043D\u0430\u0441\u0442\u043E\u043B\u044C\u043D\u043E\u0435 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u043E \u0434\u043B\u044F \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F.",separateMobileWarnDesktop:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u043D\u0435 \u043F\u043E\u0432\u043B\u0438\u044F\u044E\u0442 \u043D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u043E \u0434\u043B\u044F \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F.",commandsGroup:"\u041A\u043E\u043C\u0430\u043D\u0434\u044B",commandsDesc:"\u041A\u043E\u043C\u0430\u043D\u0434\u044B, \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u043C\u044B\u0435 \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",commandsAddButton:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C...",commandUnavailable:"\u041A\u043E\u043C\u0430\u043D\u0434\u0430 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u0430 \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0430. \u0412\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D.",commandsReally:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B?",vaultGroup:"\u0421\u0440\u0435\u0434\u0430 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",openMode:"\u0421\u043F\u043E\u0441\u043E\u0431 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F",openModeDesc:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043A\u0430\u043A \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u0432\u043A\u043B\u0430\u0434\u043A\u0438 \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435.",manualOpenMode:"\u0421\u043F\u043E\u0441\u043E\u0431 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0440\u0443\u0447\u043D\u0443\u044E",manualOpenModeDesc:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043A\u0430\u043A \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u0432\u043A\u043B\u0430\u0434\u043A\u0438 \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0447\u0435\u0440\u0435\u0437 \u043A\u043E\u043C\u0430\u043D\u0434\u044B \u0438\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0443.",pin:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C",pinDesc:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438.",hideReleaseNotes:"\u0421\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u044F \u043A \u0432\u044B\u043F\u0443\u0441\u043A\u0443",hideReleaseNotesDesc:"\u041D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u044F \u043A \u0432\u044B\u043F\u0443\u0441\u043A\u0443 \u043F\u0440\u0438 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0438 Obsidian.",autoCreate:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0435",autoCreateDesc:"\u0415\u0441\u043B\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442, \u0441\u043E\u0437\u0434\u0430\u0435\u0442 \u0435\u0451.",autoCreateWarn:"\u041F\u0440\u0438 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u0447\u0435\u0440\u0435\u0437 \u043D\u0435\u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u0430 \u043F\u0435\u0440\u0435\u0437\u0430\u043F\u0438\u0441\u044C \u0434\u0430\u043D\u043D\u044B\u0445.",openingGroup:"\u0420\u0435\u0436\u0438\u043C \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438",view:"\u0420\u0435\u0436\u0438\u043C \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",viewDesc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0436\u0438\u043C \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",revertView:"\u0412\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044C \u0440\u0435\u0436\u0438\u043C \u043F\u0440\u0438 \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u0438",revertViewDesc:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0442\u044C \u0440\u0435\u0436\u0438\u043C \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043F\u0440\u0438 \u0443\u0445\u043E\u0434\u0435 \u0441 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",autoScroll:"\u0410\u0432\u0442\u043E-scroll",autoScrollDesc:"\u041F\u0440\u043E\u043A\u0440\u0443\u0447\u0438\u0432\u0430\u0442\u044C \u0432\u043D\u0438\u0437 \u0438 \u0444\u043E\u043A\u0443\u0441\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439 \u0441\u0442\u0440\u043E\u043A\u0435 \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438.",refreshDataview:"\u041E\u0431\u043D\u043E\u0432\u043B\u044F\u0442\u044C Dataview",refreshDataviewDesc:"\u041F\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u044F Dataview \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",refreshDataviewWarn:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u0435 \u0430\u0432\u0442\u043E\u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 Dataview.",FileDesc:"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0443, \u0431\u0430\u0437\u0443 \u0438\u043B\u0438 canvas.",WorkspaceDesc:"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0440\u0430\u0431\u043E\u0447\u0435\u0435 \u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u043E Obsidian.","New noteDesc":"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u043F\u0440\u0435\u0444\u0438\u043A\u0441. \u041F\u0440\u0438 \u043A\u0430\u0436\u0434\u043E\u043C \u0437\u0430\u043F\u0443\u0441\u043A\u0435 Obsidian \u0431\u0443\u0434\u0435\u0442 \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u043E\u0432\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430 \u0441 \u044D\u0442\u0438\u043C \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u043C.","Graph viewDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u0433\u0440\u0430\u0444.",NothingDesc:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u043E\u0439\u0434\u0435\u0442. \u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B \u0431\u0443\u0434\u0443\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u044B.","Random fileDesc":"\u0411\u0443\u0434\u0435\u0442 \u0432\u044B\u0431\u0440\u0430\u043D \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u044B\u0439 \u0444\u0430\u0439\u043B \u0438\u0437 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430 Obsidian.","Random in folderDesc":"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u043F\u0430\u043F\u043A\u0443. \u0411\u0443\u0434\u0435\u0442 \u0432\u044B\u0431\u0440\u0430\u043D \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u044B\u0439 \u0444\u0430\u0439\u043B \u0438\u0437 \u043D\u0435\u0451.",JournalDesc:"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0436\u0443\u0440\u043D\u0430\u043B.","Daily noteDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430.","Weekly noteDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0435\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430.","Monthly noteDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430.","Yearly noteDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430.",homepageSettingTitle:"Homepage",pluginUnavailableSettings:"\u041D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D.",copyDebugInfoNotice:"\u041E\u0442\u043B\u0430\u0434\u043E\u0447\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430"};var qe=require("obsidian"),Ft={en:ue,ru:je},Ge,ze=!1;function r(n,...t){if(!ze){let a=(0,qe.getLanguage)()?.toLowerCase()?.split("-")[0]||"en";Ge=Ft[a],ze=!0}n=Ge?.[n]||ue[n];let e=0;for(let a of t)n=n.replace("?"+e,a),e++;return n}var D=require("obsidian");var w=require("obsidian");var Q=class extends w.AbstractInputSuggest{getSuggestions(e){let a=this.app.vault.getAllLoadedFiles(),i=[],o=e.toLowerCase();return a.forEach(s=>{s instanceof w.TFile&&["md","canvas","base"].contains(s.extension)&&s.path.toLowerCase().contains(o)&&i.push(s)}),i}renderSuggestion(e,a){if(e.extension=="md")a.setText(k(e));else{a.setText(e.path.split(".").slice(0,-1).join("."));let i=createDiv();i.className="nav-file-tag nv-homepage-file-tag",i.textContent=e.extension,a.append(i)}}selectSuggestion(e){this.textInputEl.value=k(e),this.textInputEl.trigger("input"),this.close()}},ge=class extends w.AbstractInputSuggest{getSuggestions(e){let a=e.toLowerCase();return this.app.vault.getAllFolders().filter(i=>i.path.toLowerCase().contains(a))}renderSuggestion(e,a){a.setText(e.path)}selectSuggestion(e){this.textInputEl.value=e.path,this.textInputEl.trigger("input"),this.close()}},me=class extends w.AbstractInputSuggest{getSuggestions(e){let a=Object.keys(this.app.internalPlugins.plugins.workspaces?.instance.workspaces),i=e.toLowerCase();return a.filter(o=>o.toLowerCase().contains(i))}renderSuggestion(e,a){a.setText(e)}selectSuggestion(e){this.textInputEl.value=e,this.textInputEl.trigger("input"),this.close()}},he=class extends w.AbstractInputSuggest{getSuggestions(e){let i=this.app.plugins.plugins.journals.journals.map(s=>s.name),o=e.toLowerCase();return i.filter(s=>s.toLowerCase().contains(o))}renderSuggestion(e,a){a.setText(e)}selectSuggestion(e){this.textInputEl.value=e,this.textInputEl.trigger("input"),this.close()}},Je={["File"]:Q,["Workspace"]:me,["Random in folder"]:ge,["New note"]:Q,["Journal"]:he},$=class{constructor(t,e){this.app=t.plugin.app,this.homepage=t.plugin.homepage,this.tab=t,e.addSetting(a=>{a.settingEl.addClass("nv-command-setting"),a.descEl.addClass("nv-command-desc"),a.descEl.innerText=r("commandsDesc"),this.container=a.settingEl.createDiv({cls:"nv-command-box"})}),this.dropzone=createDiv(),this.dropzone.className="nv-command-pill nv-dropzone",this.dropzone.addEventListener("dragenter",a=>a.preventDefault()),this.dropzone.addEventListener("dragover",a=>a.preventDefault()),this.dropzone.addEventListener("drop",()=>this.terminateDrag()),this.update()}update(){this.container.innerHTML="",this.activeDrag=null,this.activeCommand=null;for(let t of this.homepage.data.commands){let e=this.app.commands.findCommand(t.id),a=this.container.createDiv({cls:"nv-command-pill",attr:{draggable:!0}});a.addEventListener("dragstart",o=>{o.dataTransfer.effectAllowed="move",this.activeCommand=this.homepage.data.commands.splice(this.indexOf(a),1)[0],this.activeDrag=a,this.dropzone.style.width=`${a.clientWidth}px`,this.dropzone.style.height=`${a.clientHeight}px`}),a.addEventListener("dragover",o=>this.moveDropzone(a,o)),a.addEventListener("drop",o=>o.preventDefault()),a.addEventListener("dragend",()=>this.terminateDrag()),a.createSpan({cls:"nv-command-text",text:e?.name??t.id});let i=new w.ButtonComponent(a).setIcon("route").setClass("clickable-icon").setClass("nv-command-period").onClick(o=>this.showMenu(t,o,i));t.period!="Both"&&(i.setClass("nv-command-selected"),i.setIcon(""),i.buttonEl.createSpan({text:r(t.period)})),new w.ButtonComponent(a).setIcon("trash-2").setClass("clickable-icon").setClass("nv-command-delete").onClick(()=>this.delete(t)),e||(a.classList.add("nv-command-invalid"),a.prepend((0,w.getIcon)("ban")),(0,w.setTooltip)(a,r("commandUnavailable"),{delay:.001}))}new w.ButtonComponent(this.container).setClass("nv-command-add-button").setButtonText(r("commandsAddButton")).onClick(()=>{new fe(this.tab).open()})}delete(t){this.homepage.data.commands.remove(t),this.homepage.save(),this.update()}showMenu(t,e,a){let i=new w.Menu;for(let s of Object.values(R))i.addItem(c=>{c.setTitle(r(s)),c.setChecked(t.period==s),c.onClick(()=>{t.period=s,this.homepage.save(),this.update()})});let o=a.buttonEl.getBoundingClientRect();i.showAtPosition({x:o.x-22,y:o.y+o.height+8})}indexOf(t){return Array.from(this.container.children).indexOf(t)}moveDropzone(t,e){if(!this.activeDrag)return;this.activeDrag.hidden=!0;let a=t.getBoundingClientRect();e.xawait this.copyDebugInfo()})}sanitiseNote(e){return e===null||e.match(/^\s*$/)!==null?null:(0,D.normalizePath)(e)}display(){let e=this.plugin.homepage.data.kind,a=!1,i=Je[e];this.containerEl.empty(),new O(this).addSetting(d=>{d.setName(r("homepageSettingTitle")).addDropdown(async h=>{for(let f of Object.values(E)){if(!this.plugin.hasRequiredPlugin(f))if(f==this.plugin.homepage.data.kind)a=!0;else{h.selectEl.createEl("option",{text:r(f),attr:{disabled:!0}});continue}h.addOption(f,r(f))}h.setValue(this.plugin.homepage.data.kind),h.onChange(async f=>{this.plugin.homepage.data.kind=f,f=="Random file"&&(this.plugin.homepage.data.value=""),await this.plugin.homepage.save(),this.display()})}),d.settingEl.id="nv-main-setting";let p=d.settingEl.createEl("article",{text:r(e+"Desc"),attr:{id:"nv-desc"}});a&&p.createDiv({text:r("pluginUnavailableSettings"),cls:"mod-warning"}),ye.includes(e)?d.addText(h=>{h.setDisabled(!0)}):d.addText(h=>{new i(this.app,h.inputEl),h.setPlaceholder(x.value),h.setValue(x.value==this.plugin.homepage.data.value?"":this.plugin.homepage.data.value),h.onChange(async f=>{this.plugin.homepage.data.value=this.sanitiseNote(f)||x.value,await this.plugin.homepage.save()})})});let o=new O(this).addToggle("openOnStartup",d=>this.display()).addToggle("openWhenEmpty").addToggle("alwaysApply").addSetting(d=>{if(d.setName(r("separateMobile")).setDesc(r("separateMobileDesc")).addToggle(p=>p.setValue(this.plugin.settings.separateMobile).onChange(async h=>{this.plugin.settings.separateMobile=h,this.plugin.homepage=this.plugin.getHomepage(),await this.plugin.saveSettings(),this.display()})),this.plugin.settings.separateMobile){let p=createDiv();d.setClass("nv-mobile-setting"),p.className="mod-warning nv-mobile-info",p.createEl("b",{text:r("separateMobileWarnPrefix")}),p.append(" "+r(D.Platform.isMobile?"separateMobileWarnMobile":"separateMobileWarnDesktop")),d.settingEl.append(p)}});o.elements.openOnStartup.descEl.createDiv({text:r("openOnStartupWarn"),attr:{class:"mod-warning"}}),this.commandBox=new $(this,new O(this,"commandsGroup"));let s=new O(this,"vaultGroup").addDropdown("openMode",C).addDropdown("manualOpenMode",C).addToggle("pin").addToggle("hideReleaseNotes").addToggle("autoCreate");s.elements.autoCreate.descEl.createDiv({text:r("autoCreateWarn"),cls:"mod-warning"});let c=new O(this,"openingGroup").addDropdown("view",B).addToggle("revertView").addToggle("autoScroll");"dataview"in this.plugin.communityPlugins&&(c.addToggle("refreshDataview"),c.elements.refreshDataview.descEl.createDiv({text:r("refreshDataviewWarn"),attr:{class:"mod-warning"}})),D.Platform.isMobile||new D.ButtonComponent(this.containerEl).setButtonText(r("copyDebugInfo")).setClass("nv-debug-button").onClick(async()=>await this.copyDebugInfo()),["Workspace","Nothing"].includes(e)&&(o.disableSettings("openWhenEmpty","alwaysApply"),s.disableSettings("openMode","manualOpenMode","autoCreate","pin")),["Workspace","Nothing","Graph view"].includes(e)&&c.disableAll(),this.plugin.homepage.data.openOnStartup||s.disableSettings("openMode"),(J.includes(e)||e==="Journal")&&s.disableSettings("autoCreate")}async copyDebugInfo(){let e=this.app.vault.config,a={...this.settings,_defaultViewMode:e.defaultViewMode||"default",_livePreview:e.livePreview!==void 0?e.livePreview:"default",_focusNewTab:e.focusNewTab!==void 0?e.focusNewTab:"default",_plugins:Object.keys(this.plugin.communityPlugins),_internalPlugins:Object.values(this.plugin.internalPlugins).flatMap(i=>i.enabled?[i.instance.id]:[]),_obsidianVersion:window.electron?.ipcRenderer.sendSync("version")||"unknown"};await navigator.clipboard.writeText(JSON.stringify(a)),new D.Notice(r("copyDebugInfoNotice"))}},O=class extends D.SettingGroup{constructor(e,a){super(e.containerEl);this.elements={};a&&this.setHeading(r(a)),this.plugin=e.plugin,this.settings=e.settings}addDropdown(e,a,i){return this.addSetting(o=>{o.setName(r(e)).setDesc(r(e+"Desc")).addDropdown(async s=>{for(let c of Object.values(a))s.addOption(c,r(c));s.setValue(this.plugin.homepage.data[e]),s.onChange(async c=>{this.plugin.homepage.data[e]=c,await this.plugin.homepage.save(),i&&i(c)})}),this.elements[e]=o}),this}addToggle(e,a){return this.addSetting(i=>{i.setName(r(e)).setDesc(r(e+"Desc")).addToggle(o=>o.setValue(this.plugin.homepage.data[e]).onChange(async s=>{this.plugin.homepage.data[e]=s,await this.plugin.homepage.save(),a&&a(s)})),this.elements[e]=i}),this}disableAll(){this.disableSettings(...Object.keys(this.elements))}disableSettings(...e){e.forEach(a=>{this.elements[a]?.settingEl.setAttribute("nv-greyed","")})}};var Et=["markdown","canvas","kanban","bases"],j="Main Homepage",G="Mobile Homepage",C=(a=>(a.ReplaceAll="Replace all open notes",a.ReplaceLast="Replace last note",a.Retain="Keep open notes",a))(C||{}),B=(i=>(i.Default="Default view",i.Reading="Reading view",i.Source="Editing view (Source)",i.LivePreview="Editing view (Live Preview)",i))(B||{}),E=(g=>(g.File="File",g.Workspace="Workspace",g.Random="Random file",g.RandomFolder="Random in folder",g.NewNote="New note",g.Graph="Graph view",g.None="Nothing",g.Journal="Journal",g.DailyNote="Daily Note",g.WeeklyNote="Weekly Note",g.MonthlyNote="Monthly Note",g.YearlyNote="Yearly Note",g))(E||{}),R=(a=>(a.Both="Both",a.Startup="Startup only",a.Manual="Manual only",a))(R||{}),ye=["Random file","Graph view","Nothing",...J],Ot=["Nothing","Graph view","Workspace"],K=class{constructor(t,e){this.lastView=void 0;this.openedViews=new WeakMap;this.name=t,this.plugin=e,this.app=e.app;let a=this.plugin.settings.homepages[t];a?this.data=Object.assign({},x,a):(this.plugin.settings.homepages[t]={...x},this.data=this.plugin.settings.homepages[t])}async open(t=!1){if(this.plugin.hasRequiredPlugin(this.data.kind)){if(this.data.kind==="Journal"&&!Be(this)){new b.Notice(r("journalUnavailable",this.data.value));return}}else{new b.Notice(r("pluginUnavailable"));return}if(this.data.kind==="Workspace")await this.launchWorkspace();else if(this.data.kind!=="Nothing"){let a=this.plugin.loaded?this.data.manualOpenMode:this.data.openMode;t&&(a="Keep open notes"),await this.launchLeaf(a)}if(this.data.commands.length<1)return;let e=this.plugin.loaded?"Startup only":"Manual only";await Pe(this.app);for(let{id:a,period:i}of this.data.commands)i!==e&&this.app.commands.executeCommandById(a)}async launchWorkspace(){let t=this.plugin.internalPlugins.workspaces?.instance;if(!(this.data.value in t.workspaces)){new b.Notice(r("workspaceUnavailable",this.data.value));return}t.loadWorkspace(this.data.value),await q(100)}async launchLeaf(t){let e;if(this.computedValue=await this.computeValue(),this.plugin.executing=!0,t!=="Replace all open notes"){let a=this.getOpened();if(a.length>0){this.app.workspace.setActiveLeaf(a[0]),await this.configure(a[0]);return}else t=="Keep open notes"&&De(this.app)&&(t="Replace last note")}t!=="Keep open notes"&&this.app.workspace.getActiveViewOfType(b.View)?.leaf.setPinned(!1),t==="Replace all open notes"&&(this.app.workspace?.floatingSplit?.children&&(await q(0),this.app.workspace.floatingSplit.children.forEach(a=>a.win.close())),await ke(this.app),await q(0));try{this.data.kind==="Graph view"?e=await this.launchGraph(t):e=await this.launchNote(t),await this.configure(e)}catch{return}}async launchGraph(t){if(t==="Keep open notes"){let e=this.app.workspace.getLeaf("tab");this.app.workspace.setActiveLeaf(e)}return this.app.commands.executeCommandById("graph:open"),this.app.workspace.getActiveViewOfType(b.View).leaf}async launchNote(t){let e=this.app.metadataCache.getFirstLinkpathDest(this.computedValue,"/");if(!e){if(!this.data.autoCreate)throw new b.Notice(r("noteUnavailable",this.computedValue)),new Error(r("noteUnavailable",this.computedValue));e=await this.app.vault.create(be(this.computedValue),"")}let a=await this.app.vault.cachedRead(e),i=this.app.workspace.getLeaf(t=="Keep open notes");return await i.openFile(e),this.app.workspace.setActiveLeaf(i),a!==await this.app.vault.read(e)&&await this.app.vault.modify(e,a),i}async configure(t){this.plugin.executing=!1;let e=t.view,a=e.leaf.history;if(!(e instanceof b.MarkdownView)){this.data.pin&&e.leaf.setPinned(!0),this.configurePlugins();return}let i=e.getState();if(this.data.revertView&&(this.lastView=new WeakRef(e)),this.data.autoScroll){let o=e.editor.lineCount();i.mode=="preview"?e.previewMode.applyScroll(o-4):(e.editor.setCursor(o),e.editor.focus())}if(this.data.pin&&e.leaf.setPinned(!0),this.data.view!=="Default view"){switch(this.data.view){case"Editing view (Live Preview)":case"Editing view (Source)":i.mode="source",i.source=this.data.view!="Editing view (Live Preview)";break;case"Reading view":i.mode="preview";break}await e.leaf.setViewState({type:"markdown",state:i}),e.leaf.history=a}this.configurePlugins()}configurePlugins(){this.plugin.loaded&&this.data.refreshDataview&&this.plugin.communityPlugins.dataview?.index.touch(),this.plugin.communityPlugins["obsidian-file-color"]?.generateColorStyles()}getOpened(){return this.data.kind=="Graph view"?this.app.workspace.getLeavesOfType("graph"):Et.flatMap(e=>this.app.workspace.getLeavesOfType(e)).filter(e=>{let a=e.view.getState().file;return ne(a.endsWith("md")?a.slice(0,-3):a,this.computedValue)})}async computeValue(){let t=this.data.value,e;switch(this.data.kind){case"Random file":e=ae(this.app),e&&(t=e);break;case"Random in folder":e=ae(this.app,t),e&&(t=e);break;case"New note":this.cachedNewFile||(this.cachedNewFile=k(await this.app.fileManager.createNewFile("",t))),t=this.cachedNewFile;break;case"Journal":t=await Ke(t,this.plugin);break;case"Daily Note":case"Weekly Note":case"Monthly Note":case"Yearly Note":t=await _e(this.data.kind,this.plugin);break}return t}async save(){this.plugin.settings.homepages[this.name]=this.data,await this.plugin.saveSettings()}async setToActiveFile(){let t=this.app.workspace.getActiveFile();t&&(this.data.value=k(t),await this.save(),new b.Notice(r("homepageChanged",this.data.value)))}canSetToFile(){return this.app.workspace.getActiveFile()!==null&&!ye.includes(this.data.kind)}async revertView(){if(this.lastView==null||this.data.view=="Default view")return;let t=this.lastView.deref();if(!t?.file||ne(k(t.file),this.computedValue))return;let e=t.getState(),a=this.app.vault.config,i=a.defaultViewMode||"source",o=a.livePreview!==void 0?!a.livePreview:!1;t.leaf.getViewState().type=="markdown"&&(i!=e.mode||o!=e.source)&&(e.mode=i,e.source=o,await t.leaf.setViewState({type:"markdown",state:e,active:!0})),this.lastView=void 0}async openWhenEmpty(){if(!this.plugin.loaded||this.plugin.executing)return;let t=this.app.workspace.getActiveViewOfType(b.View)?.leaf;t?.getViewState().type!=="empty"||t?.parentSplit?.children?.length!=1||await this.open(!0)}async apply(){let t=this.app.workspace.getActiveViewOfType(b.FileView);if(!t?.file)return;let e=k(t.file);this.openedViews.get(t)!==e&&(this.openedViews.set(t,e),e===await this.computeValue()&&this.plugin.loaded&&!this.plugin.executing&&await this.configure(t.leaf))}async read(){if(Ot.includes(this.data.kind))return;let t=this.app.metadataCache.getFirstLinkpathDest(await this.computeValue(),"/");if(t)return this.app.vault.cachedRead(t)}};var Z=class extends S.Plugin{constructor(){super(...arguments);this.newRelease=!1;this.loaded=!1;this.executing=!1;this.onLayoutChange=async()=>{this.homepage.data.revertView&&await this.homepage.revertView(),this.homepage.data.openWhenEmpty&&await this.homepage.openWhenEmpty(),this.homepage.data.alwaysApply&&await this.homepage.apply()}}async onload(){this.patchReleaseNotes(),this.patchOpeningBehaviour(),this.settings=await this.loadSettings(),this.internalPlugins=this.app.internalPlugins.plugins,this.communityPlugins=this.app.plugins.plugins,this.homepage=this.getHomepage(),this.addRibbonIcon("house","Open homepage",e=>this.homepage.open(e.button==1||e.button==2||S.Keymap.isModifier(e,"Mod"))).setAttribute("id","nv-homepage-icon"),this.registerEvent(this.app.workspace.on("layout-change",this.onLayoutChange)),this.addSettingTab(new X(this.app,this)),this.addCommand({id:"open-homepage",name:r("openHomepage"),callback:()=>this.homepage.open()}),this.addCommand({id:"set-to-active-file",name:r("setToActiveFile"),checkCallback:e=>{if(e)return this.homepage.canSetToFile();this.homepage.setToActiveFile()}}),this.registerCliHandler("homepage",r("cliOpenHomepageDesc"),null,async()=>(await this.homepage.open(),r("cliOpenHomepageResult"))),this.registerCliHandler("homepage:read",r("cliReadHomepageDesc"),null,async()=>{let e=await this.homepage.read();return e!==void 0?e:r("cliReadHomepageIllegible")})}onunload(){this.app.workspace.off("layout-change",this.onLayoutChange),this.unpatchNewTabPage(),this.unpatchOpeningBehaviour()}getHomepage(){return this.settings.separateMobile&&S.Platform.isMobile?(G in this.settings.homepages||(this.settings.homepages[G]={...this.settings.homepages?.[j]},this.settings.homepages[G].commands=[...this.settings.homepages?.[j]?.commands||[]]),new K(G,this)):new K(j,this)}async loadSettings(){let e=await this.loadData();return e?.version!==4?e?this.upgradeSettings(e):Object.assign({},we):e}async saveSettings(){await this.saveData(this.settings)}async hasUrlParams(){let e,a;if(S.Platform.isMobile){let i=await window.Capacitor.Plugins.App.getLaunchUrl();if(!i)return!1;let o=new URL(i.url);a=Array.from(o.searchParams.keys()),e=o.hostname}else if(window.OBS_ACT)a=Object.keys(window.OBS_ACT),e=window.OBS_ACT.action;else return!1;return["open","advanced-uri"].includes(e)&&["file","filepath","workspace"].some(i=>a.includes(i))}hasRequiredPlugin(e){switch(e){case"Workspace":return this.internalPlugins.workspaces?.enabled;case"Graph view":return this.internalPlugins.graph?.enabled;case"Journal":return"journals"in this.communityPlugins;case"Daily Note":case"Weekly Note":case"Monthly Note":case"Yearly Note":return Ue(e,this);default:return!0}}patchNewTabPage(){let e=this.communityPlugins["new-tab-default-page"];e&&(e.nvOrig_checkForNewTab=e.checkForNewTab,e.checkForNewTab=async a=>{if(!(this&&this.executing))return await e.nvOrig_checkForNewTab(a)})}unpatchNewTabPage(){let e=this.communityPlugins["new-tab-default-page"];e&&(e.checkForNewTab=e.nvOrig_checkForNewTab)}patchReleaseNotes(){this.app.nvOrig_showReleaseNotes=this.app.showReleaseNotes,this.app.showReleaseNotes=()=>this.newRelease=!0}unpatchReleaseNotes(){this.newRelease&&!this.homepage.data.hideReleaseNotes&&this.app.nvOrig_showReleaseNotes(),this.app.showReleaseNotes=this.app.nvOrig_showReleaseNotes}patchOpeningBehaviour(){this.app.nvOrig_runOpeningBehavior=this.app.runOpeningBehavior,this.app.runOpeningBehavior=async e=>{let a=this.homepage.data.openOnStartup&&!await this.hasUrlParams();this.patchNewTabPage(),a?await this.homepage.open():this.app.nvOrig_runOpeningBehavior(e),this.loaded=!0,this.unpatchReleaseNotes()}}unpatchOpeningBehaviour(){this.app.runOpeningBehavior=this.app.nvOrig_runOpeningBehavior}upgradeSettings(e){if(e.version==3){let i=e,o=!1;for(let s of Object.values(i.homepages))s.commands=s.commands.map(c=>({id:c,period:"Both"})),s.kind==Ve&&(o=!0,s.kind="Daily Note");return o&&new S.Notice(r("momentUpgradeNotice")),i.version=4,this.saveData(i),i}let a=Object.assign({},we);return e.workspaceEnabled?(e.value=e.workspace||"",e.kind="Workspace"):e.momentFormat?(e.kind="Daily Note",new S.Notice(r("momentUpgradeNotice"))):(e.value=e.defaultNote||"Home",e.kind="File"),e.commands=[],delete e.workspace,delete e.momentFormat,delete e.defaultNote,delete e.useMoment,delete e.workspaceEnabled,a.homepages[j]=e,this.saveData(a),a}}; +"use strict";var Qe=Object.create;var z=Object.defineProperty;var $e=Object.getOwnPropertyDescriptor;var Xe=Object.getOwnPropertyNames;var Ze=Object.getPrototypeOf,et=Object.prototype.hasOwnProperty;var tt=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),at=(n,e)=>{for(var t in e)z(n,t,{get:e[t],enumerable:!0})},ve=(n,e,t,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Xe(e))!et.call(n,i)&&i!==t&&z(n,i,{get:()=>e[i],enumerable:!(a=$e(e,i))||a.enumerable});return n};var nt=(n,e,t)=>(t=n!=null?Qe(Ze(n)):{},ve(e||!n||!n.__esModule?z(t,"default",{value:n,enumerable:!0}):t,n)),it=n=>ve(z({},"__esModule",{value:!0}),n);var Ie=tt(l=>{"use strict";Object.defineProperty(l,"__esModule",{value:!0});var m=require("obsidian"),ie="YYYY-MM-DD",oe="gggg-[W]ww",Te="YYYY-MM",Se="YYYY-[Q]Q",Me="YYYY";function H(n){let e=window.app.plugins.getPlugin("periodic-notes");return e&&e.settings?.[n]?.enabled}function W(){try{let{internalPlugins:n,plugins:e}=window.app;if(H("daily")){let{format:o,folder:s,template:c}=e.getPlugin("periodic-notes")?.settings?.daily||{};return{format:o||ie,folder:s?.trim()||"",template:c?.trim()||""}}let{folder:t,format:a,template:i}=n.getPluginById("daily-notes")?.instance?.options||{};return{format:a||ie,folder:t?.trim()||"",template:i?.trim()||""}}catch(n){console.info("No custom daily note settings found!",n)}}function I(){try{let n=window.app.plugins,e=n.getPlugin("calendar")?.options,t=n.getPlugin("periodic-notes")?.settings?.weekly;if(H("weekly"))return{format:t.format||oe,folder:t.folder?.trim()||"",template:t.template?.trim()||""};let a=e||{};return{format:a.weeklyNoteFormat||oe,folder:a.weeklyNoteFolder?.trim()||"",template:a.weeklyNoteTemplate?.trim()||""}}catch(n){console.info("No custom weekly note settings found!",n)}}function V(){let n=window.app.plugins;try{let e=H("monthly")&&n.getPlugin("periodic-notes")?.settings?.monthly||{};return{format:e.format||Te,folder:e.folder?.trim()||"",template:e.template?.trim()||""}}catch(e){console.info("No custom monthly note settings found!",e)}}function _(){let n=window.app.plugins;try{let e=H("quarterly")&&n.getPlugin("periodic-notes")?.settings?.quarterly||{};return{format:e.format||Se,folder:e.folder?.trim()||"",template:e.template?.trim()||""}}catch(e){console.info("No custom quarterly note settings found!",e)}}function U(){let n=window.app.plugins;try{let e=H("yearly")&&n.getPlugin("periodic-notes")?.settings?.yearly||{};return{format:e.format||Me,folder:e.folder?.trim()||"",template:e.template?.trim()||""}}catch(e){console.info("No custom yearly note settings found!",e)}}function Fe(...n){let e=[];for(let a=0,i=n.length;a{let ee=a(),te=n.clone().set({hour:ee.get("hour"),minute:ee.get("minute"),second:ee.get("second")});return M&&te.add(parseInt(D,10),v),y?te.format(y.substring(1).trim()):te.format(o)}).replace(/{{\s*yesterday\s*}}/gi,n.clone().subtract(1,"day").format(o)).replace(/{{\s*tomorrow\s*}}/gi,n.clone().add(1,"d").format(o)));return e.foldManager.save(f,d),f}catch(f){console.error(`Failed to create file: '${h}'`,f),new m.Notice("Unable to create new file.")}}function pt(n,e){return e[P(n,"day")]??null}function dt(){let{vault:n}=window.app,{folder:e}=W(),t=n.getAbstractFileByPath(m.normalizePath(e));if(!t)throw new se("Failed to find daily notes folder");let a={};return m.Vault.recurseChildren(t,i=>{if(i instanceof m.TFile){let o=L(i,"day");if(o){let s=P(o,"day");a[s]=i}}}),a}var re=class extends Error{};function ut(){let{moment:n}=window,e=n.localeData()._week.dow,t=["sunday","monday","tuesday","wednesday","thursday","friday","saturday"];for(;e;)t.push(t.shift()),e--;return t}function gt(n){return ut().indexOf(n.toLowerCase())}async function Le(n){let{vault:e}=window.app,{template:t,format:a,folder:i}=I(),[o,s]=await A(t),c=n.format(a),d=await Y(i,c);try{let p=await e.create(d,o.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(h,f,g,T,M,D)=>{let v=window.moment(),y=n.clone().set({hour:v.get("hour"),minute:v.get("minute"),second:v.get("second")});return g&&y.add(parseInt(T,10),M),D?y.format(D.substring(1).trim()):y.format(a)}).replace(/{{\s*title\s*}}/gi,c).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*(sunday|monday|tuesday|wednesday|thursday|friday|saturday)\s*:(.*?)}}/gi,(h,f,g)=>{let T=gt(f);return n.weekday(T).format(g.trim())}));return window.app.foldManager.save(p,s),p}catch(p){console.error(`Failed to create file: '${d}'`,p),new m.Notice("Unable to create new file.")}}function mt(n,e){return e[P(n,"week")]??null}function ht(){let n={};if(!Re())return n;let{vault:e}=window.app,{folder:t}=I(),a=e.getAbstractFileByPath(m.normalizePath(t));if(!a)throw new re("Failed to find weekly notes folder");return m.Vault.recurseChildren(a,i=>{if(i instanceof m.TFile){let o=L(i,"week");if(o){let s=P(o,"week");n[s]=i}}}),n}var le=class extends Error{};async function Ce(n){let{vault:e}=window.app,{template:t,format:a,folder:i}=V(),[o,s]=await A(t),c=n.format(a),d=await Y(i,c);try{let p=await e.create(d,o.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(h,f,g,T,M,D)=>{let v=window.moment(),y=n.clone().set({hour:v.get("hour"),minute:v.get("minute"),second:v.get("second")});return g&&y.add(parseInt(T,10),M),D?y.format(D.substring(1).trim()):y.format(a)}).replace(/{{\s*date\s*}}/gi,c).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,c));return window.app.foldManager.save(p,s),p}catch(p){console.error(`Failed to create file: '${d}'`,p),new m.Notice("Unable to create new file.")}}function ft(n,e){return e[P(n,"month")]??null}function wt(){let n={};if(!xe())return n;let{vault:e}=window.app,{folder:t}=V(),a=e.getAbstractFileByPath(m.normalizePath(t));if(!a)throw new le("Failed to find monthly notes folder");return m.Vault.recurseChildren(a,i=>{if(i instanceof m.TFile){let o=L(i,"month");if(o){let s=P(o,"month");n[s]=i}}}),n}var ce=class extends Error{};async function yt(n){let{vault:e}=window.app,{template:t,format:a,folder:i}=_(),[o,s]=await A(t),c=n.format(a),d=await Y(i,c);try{let p=await e.create(d,o.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(h,f,g,T,M,D)=>{let v=window.moment(),y=n.clone().set({hour:v.get("hour"),minute:v.get("minute"),second:v.get("second")});return g&&y.add(parseInt(T,10),M),D?y.format(D.substring(1).trim()):y.format(a)}).replace(/{{\s*date\s*}}/gi,c).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,c));return window.app.foldManager.save(p,s),p}catch(p){console.error(`Failed to create file: '${d}'`,p),new m.Notice("Unable to create new file.")}}function vt(n,e){return e[P(n,"quarter")]??null}function bt(){let n={};if(!He())return n;let{vault:e}=window.app,{folder:t}=_(),a=e.getAbstractFileByPath(m.normalizePath(t));if(!a)throw new ce("Failed to find quarterly notes folder");return m.Vault.recurseChildren(a,i=>{if(i instanceof m.TFile){let o=L(i,"quarter");if(o){let s=P(o,"quarter");n[s]=i}}}),n}var pe=class extends Error{};async function Nt(n){let{vault:e}=window.app,{template:t,format:a,folder:i}=U(),[o,s]=await A(t),c=n.format(a),d=await Y(i,c);try{let p=await e.create(d,o.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(h,f,g,T,M,D)=>{let v=window.moment(),y=n.clone().set({hour:v.get("hour"),minute:v.get("minute"),second:v.get("second")});return g&&y.add(parseInt(T,10),M),D?y.format(D.substring(1).trim()):y.format(a)}).replace(/{{\s*date\s*}}/gi,c).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,c));return window.app.foldManager.save(p,s),p}catch(p){console.error(`Failed to create file: '${d}'`,p),new m.Notice("Unable to create new file.")}}function Dt(n,e){return e[P(n,"year")]??null}function kt(){let n={};if(!We())return n;let{vault:e}=window.app,{folder:t}=U(),a=e.getAbstractFileByPath(m.normalizePath(t));if(!a)throw new pe("Failed to find yearly notes folder");return m.Vault.recurseChildren(a,i=>{if(i instanceof m.TFile){let o=L(i,"year");if(o){let s=P(o,"year");n[s]=i}}}),n}function Pt(){let{app:n}=window,e=n.internalPlugins.plugins["daily-notes"];if(e&&e.enabled)return!0;let t=n.plugins.getPlugin("periodic-notes");return t&&t.settings?.daily?.enabled}function Re(){let{app:n}=window;if(n.plugins.getPlugin("calendar"))return!0;let e=n.plugins.getPlugin("periodic-notes");return e&&e.settings?.weekly?.enabled}function xe(){let{app:n}=window,e=n.plugins.getPlugin("periodic-notes");return e&&e.settings?.monthly?.enabled}function He(){let{app:n}=window,e=n.plugins.getPlugin("periodic-notes");return e&&e.settings?.quarterly?.enabled}function We(){let{app:n}=window,e=n.plugins.getPlugin("periodic-notes");return e&&e.settings?.yearly?.enabled}function Tt(n){let e={day:W,week:I,month:V,quarter:_,year:U}[n];return e()}function St(n,e){return{day:Ae,month:Ce,week:Le}[n](e)}l.DEFAULT_DAILY_NOTE_FORMAT=ie;l.DEFAULT_MONTHLY_NOTE_FORMAT=Te;l.DEFAULT_QUARTERLY_NOTE_FORMAT=Se;l.DEFAULT_WEEKLY_NOTE_FORMAT=oe;l.DEFAULT_YEARLY_NOTE_FORMAT=Me;l.appHasDailyNotesPluginLoaded=Pt;l.appHasMonthlyNotesPluginLoaded=xe;l.appHasQuarterlyNotesPluginLoaded=He;l.appHasWeeklyNotesPluginLoaded=Re;l.appHasYearlyNotesPluginLoaded=We;l.createDailyNote=Ae;l.createMonthlyNote=Ce;l.createPeriodicNote=St;l.createQuarterlyNote=yt;l.createWeeklyNote=Le;l.createYearlyNote=Nt;l.getAllDailyNotes=dt;l.getAllMonthlyNotes=wt;l.getAllQuarterlyNotes=bt;l.getAllWeeklyNotes=ht;l.getAllYearlyNotes=kt;l.getDailyNote=pt;l.getDailyNoteSettings=W;l.getDateFromFile=L;l.getDateFromPath=ct;l.getDateUID=P;l.getMonthlyNote=ft;l.getMonthlyNoteSettings=V;l.getPeriodicNoteSettings=Tt;l.getQuarterlyNote=vt;l.getQuarterlyNoteSettings=_;l.getTemplateInfo=A;l.getWeeklyNote=mt;l.getWeeklyNoteSettings=I;l.getYearlyNote=Dt;l.getYearlyNoteSettings=U});var At={};at(At,{default:()=>Z});module.exports=it(At);var S=require("obsidian");var N=require("obsidian");var F=require("obsidian");function k(n){return n?n.extension=="md"?n.path.slice(0,-3):n.path:""}function be(n){return n.split("/").slice(-1)[0].contains(".")?n:`${n}.md`}function ae(n,e=void 0){let t=n.vault.getFiles();if(e){let a=n.vault.getFolderByPath(e);if(!a)return;t=Ne(a)}if(t.filter(a=>["md","canvas","base"].contains(a.extension)),t.length){let a=Math.floor(Math.random()*t.length);return k(t[a])}}function Ne(n){let e=[];for(let t of n.children)t instanceof F.TFile?e.push(t):t instanceof F.TFolder&&e.push(...Ne(t));return e}function De(n){return n.workspace.getActiveViewOfType(F.View)?.getViewType()=="empty"}function ne(n,e){return n.localeCompare(e,void 0,{sensitivity:"accent"})===0}function q(n){return new Promise(e=>window.setTimeout(e,n))}async function ke(n){let e=n.workspace.getLayout();e.main={id:"5324373015726ba8",type:"split",children:[{id:"4509724f8bf84da7",type:"tabs",children:[{id:"e7a7b303c61786dc",type:"leaf",state:{type:"empty",state:{},icon:"lucide-file",title:"New tab"}}]}],direction:"vertical"},e.active="e7a7b303c61786dc",await n.workspace.changeLayout(e),F.Platform.isMobile&&(n.workspace.rightSplit?.updateInfo(),ot(n))}function ot(n){let e=n.internalPlugins.plugins.sync?.instance;e&&n.workspace.onLayoutReady(()=>{e.statusIconEl=n.workspace.rightSplit.addHeaderButton("sync-small",e.openStatusIconMenu.bind(e)),e.statusIconEl.addEventListener("contextmenu",e.openStatusIconMenu.bind(e)),e.statusIconEl.addClass("sync-status-icon")})}function Pe(n){let e=n.internalPlugins.plugins.sync,t=[new Promise(a=>{let i=async()=>{a(),n.workspace.off("layout-change",i)};n.workspace.on("layout-change",i)})];return e.enabled&&e.instance.syncing&&t.push(new Promise(a=>{let i=async()=>{a(),e.instance.off("status-change",i)};e.instance.on("status-change",i)})),Promise.race([Promise.all(t),new Promise(a=>window.setTimeout(a,1500))])}var u=nt(Ie()),Mt="custom-journal-locale",de={"Daily Note":{noun:"day",adjective:"daily",create:u.createDailyNote,get:u.getDailyNote,getAll:u.getAllDailyNotes},"Weekly Note":{noun:"week",adjective:"weekly",create:u.createWeeklyNote,get:u.getWeeklyNote,getAll:u.getAllWeeklyNotes},"Monthly Note":{noun:"month",adjective:"monthly",create:u.createMonthlyNote,get:u.getMonthlyNote,getAll:u.getAllMonthlyNotes},"Yearly Note":{noun:"year",adjective:"yearly",create:u.createYearlyNote,get:u.getYearlyNote,getAll:u.getAllYearlyNotes}},J=["Daily Note","Weekly Note","Monthly Note","Yearly Note"],Ve="Date-dependent file";async function _e(n,e){let t=e.communityPlugins["periodic-notes"],a=de[n],i=window.moment().startOf(a.noun),o;if(Ye(t)){let s=a.getAll();Object.keys(s).length?o=a.get(i,s)||await a.create(i):o=await a.create(i),o||(o=a.get(i,s))}else t.cache.initialize(),o=t.getPeriodicNote(a.noun,i)||await t.createPeriodicNote(a.noun,i);return k(o)}function Ue(n,e){if(n=="Daily Note"&&e.internalPlugins["daily-notes"]?.enabled)return!0;let t=e.communityPlugins["periodic-notes"];if(!t)return!1;if(Ye(t)){let a=de[n].adjective;return t.settings[a]?.enabled}else{let a=de[n].noun;return t?.calendarSetManager?.getActiveSet()[a]?.enabled}}function Ye(n){return(n?.manifest.version||"0").startsWith("0")}function Be(n){return!!n.plugin.communityPlugins.journals.getJournal(n.data.value)}async function Ke(n,e){let t=e.communityPlugins.journals,a=t.getJournal(n),i=a.config.value.autoCreate;t.reprocessNotes(),a.config.value.autoCreate=!0,await a.autoCreate(),a.config.value.autoCreate=i;let o=window.moment().locale(Mt).startOf("day");return a.getNotePath(a?.get(o)).replace(/\.md$/,"")}var ue={"Replace all open notes":"Replace all open notes","Replace last note":"Replace last note","Keep open notes":"Keep open notes","Default view":"Default view","Reading view":"Reading view","Editing view (Source)":"Editing view (Source)","Editing view (Live Preview)":"Editing view (Live Preview)",File:"File",Workspace:"Workspace","Random file":"Random file","Random in folder":"Random in folder","New note":"New note","Graph view":"Graph view",Nothing:"Nothing",Journal:"Journal","Daily Note":"Daily Note","Weekly Note":"Weekly Note","Monthly Note":"Monthly Note","Yearly Note":"Yearly Note",Both:"Both","Startup only":"Startup only","Manual only":"Manual only",openHomepage:"Open homepage",setToActiveFile:"Set to active file",copyDebugInfo:"Copy debug info",cliOpenHomepageDesc:"Open the homepage",cliOpenHomepageResult:"Opened the homepage",cliReadHomepageDesc:"Read homepage contents",cliReadHomepageIllegible:"The current homepage cannot be viewed, as it does not match an file",pluginUnavailable:"The active homepage cannot be opened due to plugin unavailablity.",journalUnavailable:'Cannot find the journal "?0" to use as the homepage.',workspaceUnavailable:'Cannot find the workspace "?0" to use as the homepage.',noteUnavailable:'Cannot find the file "?0" to use as the homepage.',homepageChanged:'The homepage has been changed to "?0".',momentUpgradeNotice:"Date-dependent notes in Homepage have been removed. Set your homepage as a Periodic or Daily Note instead.",openOnStartup:"Open on startup",openOnStartupDesc:"When launching Obsidian, open the homepage.",openOnStartupWarn:'This will override the built-in "Default file to open" setting.',openWhenEmpty:"Open when empty",openWhenEmptyDesc:"When there are no tabs open, open the homepage.",alwaysApply:"Use when opening normally",alwaysApplyDesc:"Use homepage settings when opening it normally, such as from a link or the file browser.",separateMobile:"Separate mobile homepage",separateMobileDesc:"For mobile devices, store the homepage and its settings separately.",separateMobileWarnPrefix:"Mobile settings are stored separately.",separateMobileWarnMobile:"Therefore, changes to other settings will not affect desktop devices. To edit desktop settings, use a desktop device.",separateMobileWarnDesktop:"Therefore, changes to other settings will not affect mobile devices. To edit mobile settings, use a mobile device.",commandsGroup:"Commands",commandsDesc:"Select commands that will be executed when opening the homepage.",commandsAddButton:"Add...",commandUnavailable:"This command can't be found, so it won't be executed. It may belong to a disabled plugin.",commandsReally:"Really?",vaultGroup:"Vault environment",openMode:"Opening method",openModeDesc:"Determine how extant tabs and views are affected on startup.",manualOpenMode:"Manual opening method",manualOpenModeDesc:"Determine how extant tabs and views are affected when opening with commands or the ribbon button.",pin:"Pin",pinDesc:"Pin the homepage when opening.",hideReleaseNotes:"Hide release notes",hideReleaseNotesDesc:"Never display release notes when Obsidian updates.",autoCreate:"Auto-create",autoCreateDesc:"When the homepage doesn't exist, create a note with its name.",autoCreateWarn:"If this vault is synced using unofficial services, this may lead to content being overwritten.",openingGroup:"Opened view",view:"Homepage view",viewDesc:"Choose what view to open the homepage in.",revertView:"Revert view on close",revertViewDesc:"When navigating away from the homepage, restore the default view.",autoScroll:"Auto-scroll",autoScrollDesc:"When opening the homepage, scroll to the bottom and focus on the last line",refreshDataview:"Refresh Dataview",refreshDataviewDesc:"Always attempt to reload Dataview views when opening the homepage",refreshDataviewWarn:"Requires Dataview auto-refresh to be enabled.",FileDesc:"Enter a note, base, or canvas to use.",WorkspaceDesc:"Enter an Obsidian workspace to use.","New noteDesc":"Enter a prefix to use. A note using that prefix will be created for each Obsidian session.","Graph viewDesc":"Your graph view will be used.",NothingDesc:"Nothing will occur by default. Any commands added will still take effect.","Random fileDesc":"A random note, base, or canvas from your Obsidian folder will be selected.","Random in folderDesc":"Enter a folder. A random note, base, or canvas from it will be selected.",JournalDesc:"Enter a Journal to use.","Daily noteDesc":"Your Daily Note or Periodic Daily Note will be used.","Weekly noteDesc":"Your Periodic Weekly Note will be used.","Monthly noteDesc":"Your Periodic Monthly Note will be used.","Yearly noteDesc":"Your Periodic Yearly Note will be used.",homepageSettingTitle:"Homepage",pluginUnavailableSettings:"The plugin required for this homepage type isn't available.",copyDebugInfoNotice:"Copied homepage debug information to clipboard"};var je={"Replace all open notes":"\u0417\u0430\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438","Replace last note":"\u0417\u0430\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u044E\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443","Keep open notes":"\u041E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438","Default view":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E","Reading view":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440","Editing view (Source)":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u043A\u043E\u0434\u0430","Editing view (Live Preview)":"\u0414\u0438\u043D\u0430\u043C\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440",File:"\u0424\u0430\u0439\u043B",Workspace:"\u0420\u0430\u0431\u043E\u0447\u0435\u0435 \u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u043E","Random file":"\u0421\u043B\u0443\u0447\u0430\u0439\u043D\u044B\u0439 \u0444\u0430\u0439\u043B","Random in folder":"\u0421\u043B\u0443\u0447\u0430\u0439\u043D\u044B\u0439 \u0444\u0430\u0439\u043B \u0438\u0437 \u043F\u0430\u043F\u043A\u0438","New note":"\u041D\u043E\u0432\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430","Graph view":"\u0413\u0440\u0430\u0444",Nothing:"\u041D\u0438\u0447\u0435\u0433\u043E",Journal:"\u0416\u0443\u0440\u043D\u0430\u043B","Daily Note":"\u0415\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430","Weekly Note":"\u0415\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430","Monthly Note":"\u0415\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430","Yearly Note":"\u0415\u0436\u0435\u0433\u043E\u0434\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",Both:"\u041E\u0431\u0430 \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0430","Startup only":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435","Manual only":"\u0422\u043E\u043B\u044C\u043A\u043E \u0432\u0440\u0443\u0447\u043D\u0443\u044E",openHomepage:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",setToActiveFile:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0430\u043A\u0442\u0438\u0432\u043D\u044B\u0439 \u0444\u0430\u0439\u043B",copyDebugInfo:"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043E\u0442\u043B\u0430\u0434\u043E\u0447\u043D\u0443\u044E \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044E",pluginUnavailable:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443: \u043F\u043B\u0430\u0433\u0438\u043D \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D.",journalUnavailable:'\u0416\u0443\u0440\u043D\u0430\u043B "?0" \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D.',workspaceUnavailable:'\u0420\u0430\u0431\u043E\u0447\u0435\u0435 \u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u043E "?0" \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E.',noteUnavailable:'\u0424\u0430\u0439\u043B "?0" \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D.',homepageChanged:'\u0414\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043D\u0430 "?0".',momentUpgradeNotice:"\u0417\u0430\u043C\u0435\u0442\u043A\u0438, \u0437\u0430\u0432\u0438\u0441\u044F\u0449\u0438\u0435 \u043E\u0442 \u0434\u0430\u0442\u044B, \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u0438\u0437 Homepage. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u0435\u0440\u0438\u043E\u0434\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u0438\u043B\u0438 \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443.",openOnStartup:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435",openOnStartupDesc:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435 Obsidian.",openOnStartupWarn:"\u042D\u0442\u043E \u043F\u0435\u0440\u0435\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0443 \u0444\u0430\u0439\u043B\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",openWhenEmpty:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0438 \u0432\u043A\u043B\u0430\u0434\u043E\u043A",openWhenEmptyDesc:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443, \u0435\u0441\u043B\u0438 \u043D\u0435\u0442 \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0445 \u0432\u043A\u043B\u0430\u0434\u043E\u043A.",alwaysApply:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0442\u044C \u043F\u0440\u0438 \u043E\u0431\u044B\u0447\u043D\u043E\u043C \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438",alwaysApplyDesc:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0438\u0437 \u0441\u0441\u044B\u043B\u043E\u043A \u0438\u043B\u0438 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0433\u043E \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.",separateMobile:"\u041E\u0442\u0434\u0435\u043B\u044C\u043D\u0430\u044F \u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0434\u043B\u044F \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432",separateMobileDesc:"\u0425\u0440\u0430\u043D\u0438\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0434\u043B\u044F \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u0438 \u0435\u0451 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u043E.",separateMobileWarnPrefix:"\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u0440\u0430\u043D\u044F\u0442\u0441\u044F \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u043E.",separateMobileWarnMobile:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u043D\u0435 \u043F\u043E\u0432\u043B\u0438\u044F\u044E\u0442 \u043D\u0430 \u043D\u0430\u0441\u0442\u043E\u043B\u044C\u043D\u044B\u0435 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043D\u0430\u0441\u0442\u043E\u043B\u044C\u043D\u043E\u0435 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u043E \u0434\u043B\u044F \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F.",separateMobileWarnDesktop:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u043D\u0435 \u043F\u043E\u0432\u043B\u0438\u044F\u044E\u0442 \u043D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u043E \u0434\u043B\u044F \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F.",commandsGroup:"\u041A\u043E\u043C\u0430\u043D\u0434\u044B",commandsDesc:"\u041A\u043E\u043C\u0430\u043D\u0434\u044B, \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u043C\u044B\u0435 \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",commandsAddButton:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C...",commandUnavailable:"\u041A\u043E\u043C\u0430\u043D\u0434\u0430 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u0430 \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0430. \u0412\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D.",commandsReally:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B?",vaultGroup:"\u0421\u0440\u0435\u0434\u0430 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",openMode:"\u0421\u043F\u043E\u0441\u043E\u0431 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F",openModeDesc:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043A\u0430\u043A \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u0432\u043A\u043B\u0430\u0434\u043A\u0438 \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435.",manualOpenMode:"\u0421\u043F\u043E\u0441\u043E\u0431 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0440\u0443\u0447\u043D\u0443\u044E",manualOpenModeDesc:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043A\u0430\u043A \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u0432\u043A\u043B\u0430\u0434\u043A\u0438 \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0447\u0435\u0440\u0435\u0437 \u043A\u043E\u043C\u0430\u043D\u0434\u044B \u0438\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0443.",pin:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C",pinDesc:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438.",hideReleaseNotes:"\u0421\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u044F \u043A \u0432\u044B\u043F\u0443\u0441\u043A\u0443",hideReleaseNotesDesc:"\u041D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u044F \u043A \u0432\u044B\u043F\u0443\u0441\u043A\u0443 \u043F\u0440\u0438 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0438 Obsidian.",autoCreate:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0435",autoCreateDesc:"\u0415\u0441\u043B\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442, \u0441\u043E\u0437\u0434\u0430\u0435\u0442 \u0435\u0451.",autoCreateWarn:"\u041F\u0440\u0438 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u0447\u0435\u0440\u0435\u0437 \u043D\u0435\u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u0430 \u043F\u0435\u0440\u0435\u0437\u0430\u043F\u0438\u0441\u044C \u0434\u0430\u043D\u043D\u044B\u0445.",openingGroup:"\u0420\u0435\u0436\u0438\u043C \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438",view:"\u0420\u0435\u0436\u0438\u043C \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",viewDesc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0436\u0438\u043C \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",revertView:"\u0412\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044C \u0440\u0435\u0436\u0438\u043C \u043F\u0440\u0438 \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u0438",revertViewDesc:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0442\u044C \u0440\u0435\u0436\u0438\u043C \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043F\u0440\u0438 \u0443\u0445\u043E\u0434\u0435 \u0441 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",autoScroll:"\u0410\u0432\u0442\u043E-scroll",autoScrollDesc:"\u041F\u0440\u043E\u043A\u0440\u0443\u0447\u0438\u0432\u0430\u0442\u044C \u0432\u043D\u0438\u0437 \u0438 \u0444\u043E\u043A\u0443\u0441\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439 \u0441\u0442\u0440\u043E\u043A\u0435 \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438.",refreshDataview:"\u041E\u0431\u043D\u043E\u0432\u043B\u044F\u0442\u044C Dataview",refreshDataviewDesc:"\u041F\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u044F Dataview \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",refreshDataviewWarn:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u0435 \u0430\u0432\u0442\u043E\u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 Dataview.",FileDesc:"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0443, \u0431\u0430\u0437\u0443 \u0438\u043B\u0438 canvas.",WorkspaceDesc:"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0440\u0430\u0431\u043E\u0447\u0435\u0435 \u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u043E Obsidian.","New noteDesc":"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u043F\u0440\u0435\u0444\u0438\u043A\u0441. \u041F\u0440\u0438 \u043A\u0430\u0436\u0434\u043E\u043C \u0437\u0430\u043F\u0443\u0441\u043A\u0435 Obsidian \u0431\u0443\u0434\u0435\u0442 \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u043E\u0432\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430 \u0441 \u044D\u0442\u0438\u043C \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u043C.","Graph viewDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u0433\u0440\u0430\u0444.",NothingDesc:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u043E\u0439\u0434\u0435\u0442. \u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B \u0431\u0443\u0434\u0443\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u044B.","Random fileDesc":"\u0411\u0443\u0434\u0435\u0442 \u0432\u044B\u0431\u0440\u0430\u043D \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u044B\u0439 \u0444\u0430\u0439\u043B \u0438\u0437 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430 Obsidian.","Random in folderDesc":"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u043F\u0430\u043F\u043A\u0443. \u0411\u0443\u0434\u0435\u0442 \u0432\u044B\u0431\u0440\u0430\u043D \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u044B\u0439 \u0444\u0430\u0439\u043B \u0438\u0437 \u043D\u0435\u0451.",JournalDesc:"\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0436\u0443\u0440\u043D\u0430\u043B.","Daily noteDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430.","Weekly noteDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0435\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430.","Monthly noteDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430.","Yearly noteDesc":"\u0411\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430.",homepageSettingTitle:"Homepage",pluginUnavailableSettings:"\u041D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D.",copyDebugInfoNotice:"\u041E\u0442\u043B\u0430\u0434\u043E\u0447\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430"};var qe=require("obsidian"),Ft={en:ue,ru:je},Ge,ze=!1;function r(n,...e){if(!ze){let a=(0,qe.getLanguage)()?.toLowerCase()?.split("-")[0]||"en";Ge=Ft[a],ze=!0}n=Ge?.[n]||ue[n];let t=0;for(let a of e)n=n.replace("?"+t,a),t++;return n}var b=require("obsidian");var w=require("obsidian");var Q=class extends w.AbstractInputSuggest{getSuggestions(e){let t=this.app.vault.getAllLoadedFiles(),a=[],i=e.toLowerCase();return t.forEach(o=>{o instanceof w.TFile&&["md","canvas","base"].contains(o.extension)&&o.path.toLowerCase().contains(i)&&a.push(o)}),a}renderSuggestion(e,t){if(e.extension=="md")t.setText(k(e));else{t.setText(e.path.split(".").slice(0,-1).join("."));let a=createDiv();a.className="nav-file-tag nv-homepage-file-tag",a.textContent=e.extension,t.append(a)}}selectSuggestion(e){this.textInputEl.value=k(e),this.textInputEl.trigger("input"),this.close()}},ge=class extends w.AbstractInputSuggest{getSuggestions(e){let t=e.toLowerCase();return this.app.vault.getAllFolders().filter(a=>a.path.toLowerCase().contains(t))}renderSuggestion(e,t){t.setText(e.path)}selectSuggestion(e){this.textInputEl.value=e.path,this.textInputEl.trigger("input"),this.close()}},me=class extends w.AbstractInputSuggest{getSuggestions(e){let t=Object.keys(this.app.internalPlugins.plugins.workspaces?.instance.workspaces),a=e.toLowerCase();return t.filter(i=>i.toLowerCase().contains(a))}renderSuggestion(e,t){t.setText(e)}selectSuggestion(e){this.textInputEl.value=e,this.textInputEl.trigger("input"),this.close()}},he=class extends w.AbstractInputSuggest{getSuggestions(e){let a=this.app.plugins.plugins.journals.journals.map(o=>o.name),i=e.toLowerCase();return a.filter(o=>o.toLowerCase().contains(i))}renderSuggestion(e,t){t.setText(e)}selectSuggestion(e){this.textInputEl.value=e,this.textInputEl.trigger("input"),this.close()}},Je={File:Q,Workspace:me,"Random in folder":ge,"New note":Q,Journal:he},$=class{constructor(e,t){this.app=e.plugin.app,this.homepage=e.plugin.homepage,this.tab=e,t.addSetting(a=>{a.settingEl.addClass("nv-command-setting"),a.descEl.addClass("nv-command-desc"),a.descEl.innerText=r("commandsDesc"),this.container=a.settingEl.createDiv({cls:"nv-command-box"})}),this.dropzone=createDiv(),this.dropzone.className="nv-command-pill nv-dropzone",this.dropzone.addEventListener("dragenter",a=>a.preventDefault()),this.dropzone.addEventListener("dragover",a=>a.preventDefault()),this.dropzone.addEventListener("drop",()=>this.terminateDrag()),this.update()}update(){this.container.innerHTML="",this.activeDrag=null,this.activeCommand=null;for(let e of this.homepage.data.commands){let t=this.app.commands.findCommand(e.id),a=this.container.createDiv({cls:"nv-command-pill",attr:{draggable:!0}});a.addEventListener("dragstart",o=>{o.dataTransfer.effectAllowed="move",this.activeCommand=this.homepage.data.commands.splice(this.indexOf(a),1)[0],this.activeDrag=a,this.dropzone.style.width=`${a.clientWidth}px`,this.dropzone.style.height=`${a.clientHeight}px`}),a.addEventListener("dragover",o=>this.moveDropzone(a,o)),a.addEventListener("drop",o=>o.preventDefault()),a.addEventListener("dragend",()=>this.terminateDrag()),a.createSpan({cls:"nv-command-text",text:t?.name??e.id});let i=new w.ButtonComponent(a).setIcon("route").setClass("clickable-icon").setClass("nv-command-period").onClick(o=>this.showMenu(e,o,i));e.period!="Both"&&(i.setClass("nv-command-selected"),i.setIcon(""),i.buttonEl.createSpan({text:r(e.period)})),new w.ButtonComponent(a).setIcon("trash-2").setClass("clickable-icon").setClass("nv-command-delete").onClick(()=>this.delete(e)),t||(a.classList.add("nv-command-invalid"),a.prepend((0,w.getIcon)("ban")),(0,w.setTooltip)(a,r("commandUnavailable"),{delay:.001}))}new w.ButtonComponent(this.container).setClass("nv-command-add-button").setButtonText(r("commandsAddButton")).onClick(()=>{new fe(this.tab).open()})}delete(e){this.homepage.data.commands.remove(e),this.homepage.save(),this.update()}showMenu(e,t,a){let i=new w.Menu;for(let s of Object.values(R))i.addItem(c=>{c.setTitle(r(s)),c.setChecked(e.period==s),c.onClick(()=>{e.period=s,this.homepage.save(),this.update()})});let o=a.buttonEl.getBoundingClientRect();i.showAtPosition({x:o.x-22,y:o.y+o.height+8})}indexOf(e){return Array.from(this.container.children).indexOf(e)}moveDropzone(e,t){if(!this.activeDrag)return;this.activeDrag.hidden=!0;let a=e.getBoundingClientRect();t.xawait this.copyDebugInfo()})}sanitiseNote(t){return t===null||t.match(/^\s*$/)!==null?null:(0,b.normalizePath)(t)}display(){let t=this.plugin.homepage.data.kind,a=!1,i=Je[t];this.containerEl.empty(),new O(this).addSetting(d=>{d.setName(r("homepageSettingTitle")).addDropdown(async h=>{for(let f of Object.values(E)){if(!this.plugin.hasRequiredPlugin(f))if(f==this.plugin.homepage.data.kind)a=!0;else{h.selectEl.createEl("option",{text:r(f),attr:{disabled:!0}});continue}h.addOption(f,r(f))}h.setValue(this.plugin.homepage.data.kind),h.onChange(async f=>{this.plugin.homepage.data.kind=f,f=="Random file"&&(this.plugin.homepage.data.value=""),await this.plugin.homepage.save(),this.display()})}),d.settingEl.id="nv-main-setting";let p=d.settingEl.createEl("article",{text:r(t+"Desc"),attr:{id:"nv-desc"}});a&&p.createDiv({text:r("pluginUnavailableSettings"),cls:"mod-warning"}),ye.includes(t)?d.addText(h=>{h.setDisabled(!0)}):d.addText(h=>{new i(this.app,h.inputEl),h.setPlaceholder(x.value),h.setValue(x.value==this.plugin.homepage.data.value?"":this.plugin.homepage.data.value),h.onChange(async f=>{this.plugin.homepage.data.value=this.sanitiseNote(f)||x.value,await this.plugin.homepage.save()})})});let o=new O(this).addToggle("openOnStartup",d=>this.display()).addToggle("openWhenEmpty").addToggle("alwaysApply").addSetting(d=>{if(d.setName(r("separateMobile")).setDesc(r("separateMobileDesc")).addToggle(p=>p.setValue(this.plugin.settings.separateMobile).onChange(async h=>{this.plugin.settings.separateMobile=h,this.plugin.homepage=this.plugin.getHomepage(),await this.plugin.saveSettings(),this.display()})),this.plugin.settings.separateMobile){let p=createDiv();d.setClass("nv-mobile-setting"),p.className="mod-warning nv-mobile-info",p.createEl("b",{text:r("separateMobileWarnPrefix")}),p.append(" "+r(b.Platform.isMobile?"separateMobileWarnMobile":"separateMobileWarnDesktop")),d.settingEl.append(p)}});o.elements.openOnStartup.descEl.createDiv({text:r("openOnStartupWarn"),attr:{class:"mod-warning"}}),this.commandBox=new $(this,new O(this,"commandsGroup"));let s=new O(this,"vaultGroup").addDropdown("openMode",C).addDropdown("manualOpenMode",C).addToggle("pin").addToggle("hideReleaseNotes").addToggle("autoCreate");s.elements.autoCreate.descEl.createDiv({text:r("autoCreateWarn"),cls:"mod-warning"});let c=new O(this,"openingGroup").addDropdown("view",B).addToggle("revertView").addToggle("autoScroll");"dataview"in this.plugin.communityPlugins&&(c.addToggle("refreshDataview"),c.elements.refreshDataview.descEl.createDiv({text:r("refreshDataviewWarn"),attr:{class:"mod-warning"}})),b.Platform.isMobile||new b.ButtonComponent(this.containerEl).setButtonText(r("copyDebugInfo")).setClass("nv-debug-button").onClick(async()=>await this.copyDebugInfo()),["Workspace","Nothing"].includes(t)&&(o.disableSettings("openWhenEmpty","alwaysApply"),s.disableSettings("openMode","manualOpenMode","autoCreate","pin")),["Workspace","Nothing","Graph view"].includes(t)&&c.disableAll(),this.plugin.homepage.data.openOnStartup||s.disableSettings("openMode"),(J.includes(t)||t==="Journal")&&s.disableSettings("autoCreate")}async copyDebugInfo(){let t=this.app.vault.config,a={...this.plugin.settings,_defaultViewMode:t.defaultViewMode||"default",_livePreview:t.livePreview!==void 0?t.livePreview:"default",_focusNewTab:t.focusNewTab!==void 0?t.focusNewTab:"default",_plugins:Object.keys(this.plugin.communityPlugins),_internalPlugins:Object.values(this.plugin.internalPlugins).flatMap(i=>i.enabled?[i.instance.id]:[]),_obsidianVersion:b.apiVersion};await navigator.clipboard.writeText(JSON.stringify(a)),new b.Notice(r("copyDebugInfoNotice"))}},O=class extends b.SettingGroup{constructor(t,a){super(t.containerEl);this.elements={};a&&this.setHeading(r(a)),this.plugin=t.plugin}addDropdown(t,a,i){return this.addSetting(o=>{o.setName(r(t)).setDesc(r(t+"Desc")).addDropdown(async s=>{for(let c of Object.values(a))s.addOption(c,r(c));s.setValue(this.plugin.homepage.data[t]),s.onChange(async c=>{this.plugin.homepage.data[t]=c,await this.plugin.homepage.save(),i&&i(c)})}),this.elements[t]=o}),this}addToggle(t,a){return this.addSetting(i=>{i.setName(r(t)).setDesc(r(t+"Desc")).addToggle(o=>o.setValue(this.plugin.homepage.data[t]).onChange(async s=>{this.plugin.homepage.data[t]=s,await this.plugin.homepage.save(),a&&a(s)})),this.elements[t]=i}),this}disableAll(){this.disableSettings(...Object.keys(this.elements))}disableSettings(...t){t.forEach(a=>{this.elements[a]?.settingEl.setAttribute("nv-greyed","")})}};var Et=["markdown","canvas","kanban","bases"],j="Main Homepage",G="Mobile Homepage",C=(a=>(a.ReplaceAll="Replace all open notes",a.ReplaceLast="Replace last note",a.Retain="Keep open notes",a))(C||{}),B=(i=>(i.Default="Default view",i.Reading="Reading view",i.Source="Editing view (Source)",i.LivePreview="Editing view (Live Preview)",i))(B||{}),E=(g=>(g.File="File",g.Workspace="Workspace",g.Random="Random file",g.RandomFolder="Random in folder",g.NewNote="New note",g.Graph="Graph view",g.None="Nothing",g.Journal="Journal",g.DailyNote="Daily Note",g.WeeklyNote="Weekly Note",g.MonthlyNote="Monthly Note",g.YearlyNote="Yearly Note",g))(E||{}),R=(a=>(a.Both="Both",a.Startup="Startup only",a.Manual="Manual only",a))(R||{}),ye=["Random file","Graph view","Nothing",...J],Ot=["Nothing","Graph view","Workspace"],K=class{constructor(e,t){this.lastView=void 0;this.openedViews=new WeakMap;this.name=e,this.plugin=t,this.app=t.app;let a=this.plugin.settings.homepages[e];a?this.data=Object.assign({},x,a):(this.plugin.settings.homepages[e]={...x},this.data=this.plugin.settings.homepages[e])}async open(e=!1){if(this.plugin.hasRequiredPlugin(this.data.kind)){if(this.data.kind==="Journal"&&!Be(this)){new N.Notice(r("journalUnavailable",this.data.value));return}}else{new N.Notice(r("pluginUnavailable"));return}if(this.data.kind==="Workspace")await this.launchWorkspace();else if(this.data.kind!=="Nothing"){let a=this.plugin.loaded?this.data.manualOpenMode:this.data.openMode;e&&(a="Keep open notes"),await this.launchLeaf(a)}if(this.data.commands.length<1)return;let t=this.plugin.loaded?"Startup only":"Manual only";await Pe(this.app);for(let{id:a,period:i}of this.data.commands)i!==t&&this.app.commands.executeCommandById(a)}async launchWorkspace(){let e=this.plugin.internalPlugins.workspaces?.instance;if(!(this.data.value in e.workspaces)){new N.Notice(r("workspaceUnavailable",this.data.value));return}e.loadWorkspace(this.data.value),await q(100)}async launchLeaf(e){let t;if(this.computedValue=await this.computeValue(),this.plugin.executing=!0,e!=="Replace all open notes"){let a=this.getOpened();if(a.length>0){this.app.workspace.setActiveLeaf(a[0]),await this.configure(a[0]);return}else e=="Keep open notes"&&De(this.app)&&(e="Replace last note")}e!=="Keep open notes"&&this.app.workspace.getActiveViewOfType(N.View)?.leaf.setPinned(!1),e==="Replace all open notes"&&(this.app.workspace?.floatingSplit?.children&&(await q(0),this.app.workspace.floatingSplit.children.forEach(a=>a.win.close())),await ke(this.app),await q(0));try{this.data.kind==="Graph view"?t=await this.launchGraph(e):t=await this.launchNote(e),await this.configure(t)}catch{return}}async launchGraph(e){if(e==="Keep open notes"){let t=this.app.workspace.getLeaf("tab");this.app.workspace.setActiveLeaf(t)}return this.app.commands.executeCommandById("graph:open"),this.app.workspace.getActiveViewOfType(N.View).leaf}async launchNote(e){let t=this.app.metadataCache.getFirstLinkpathDest(this.computedValue,"/");if(!t){if(!this.data.autoCreate)throw new N.Notice(r("noteUnavailable",this.computedValue)),new Error(r("noteUnavailable",this.computedValue));t=await this.app.vault.create(be(this.computedValue),"")}let a=await this.app.vault.cachedRead(t),i=this.app.workspace.getLeaf(e=="Keep open notes");return await i.openFile(t),this.app.workspace.setActiveLeaf(i),a!==await this.app.vault.read(t)&&await this.app.vault.modify(t,a),i}async configure(e){this.plugin.executing=!1;let t=e.view,a=t.leaf.history;if(!(t instanceof N.MarkdownView)){this.data.pin&&t.leaf.setPinned(!0),this.configurePlugins();return}let i=t.getState();if(this.data.revertView&&(this.lastView=new WeakRef(t)),this.data.autoScroll){let o=t.editor.lineCount();i.mode=="preview"?t.previewMode.applyScroll(o-4):(t.editor.setCursor(o),t.editor.focus())}if(this.data.pin&&t.leaf.setPinned(!0),this.data.view!=="Default view"){switch(this.data.view){case"Editing view (Live Preview)":case"Editing view (Source)":i.mode="source",i.source=this.data.view!="Editing view (Live Preview)";break;case"Reading view":i.mode="preview";break}await t.leaf.setViewState({type:"markdown",state:i}),t.leaf.history=a}this.configurePlugins()}configurePlugins(){this.plugin.loaded&&this.data.refreshDataview&&this.plugin.communityPlugins.dataview?.index.touch(),this.plugin.communityPlugins["obsidian-file-color"]?.generateColorStyles()}getOpened(){return this.data.kind=="Graph view"?this.app.workspace.getLeavesOfType("graph"):Et.flatMap(t=>this.app.workspace.getLeavesOfType(t)).filter(t=>{let a=t.view.getState().file;return ne(a.endsWith("md")?a.slice(0,-3):a,this.computedValue)})}async computeValue(){let e=this.data.value,t;switch(this.data.kind){case"Random file":t=ae(this.app),t&&(e=t);break;case"Random in folder":t=ae(this.app,e),t&&(e=t);break;case"New note":this.cachedNewFile||(this.cachedNewFile=k(await this.app.fileManager.createNewFile("",e))),e=this.cachedNewFile;break;case"Journal":e=await Ke(e,this.plugin);break;case"Daily Note":case"Weekly Note":case"Monthly Note":case"Yearly Note":e=await _e(this.data.kind,this.plugin);break}return e}async save(){this.plugin.settings.homepages[this.name]=this.data,await this.plugin.saveSettings()}async setToActiveFile(){let e=this.app.workspace.getActiveFile();e&&(this.data.value=k(e),await this.save(),new N.Notice(r("homepageChanged",this.data.value)))}canSetToFile(){return this.app.workspace.getActiveFile()!==null&&!ye.includes(this.data.kind)}async revertView(){if(this.lastView==null||this.data.view=="Default view")return;let e=this.lastView.deref();if(!e?.file||ne(k(e.file),this.computedValue))return;let t=e.getState(),a=this.app.vault.config,i=a.defaultViewMode||"source",o=a.livePreview!==void 0?!a.livePreview:!1;e.leaf.getViewState().type=="markdown"&&(i!=t.mode||o!=t.source)&&(t.mode=i,t.source=o,await e.leaf.setViewState({type:"markdown",state:t,active:!0})),this.lastView=void 0}async openWhenEmpty(){if(!this.plugin.loaded||this.plugin.executing)return;let e=this.app.workspace.getActiveViewOfType(N.View)?.leaf;e?.getViewState().type!=="empty"||e?.parentSplit?.children?.length!=1||await this.open(!0)}async apply(){let e=this.app.workspace.getActiveViewOfType(N.FileView);if(!e?.file)return;let t=k(e.file);this.openedViews.get(e)!==t&&(this.openedViews.set(e,t),t===await this.computeValue()&&this.plugin.loaded&&!this.plugin.executing&&await this.configure(e.leaf))}async read(){if(Ot.includes(this.data.kind))return;let e=this.app.metadataCache.getFirstLinkpathDest(await this.computeValue(),"/");if(e)return this.app.vault.cachedRead(e)}};var Z=class extends S.Plugin{constructor(){super(...arguments);this.newRelease=!1;this.loaded=!1;this.executing=!1;this.onLayoutChange=async()=>{this.homepage.data.revertView&&await this.homepage.revertView(),this.homepage.data.openWhenEmpty&&await this.homepage.openWhenEmpty(),this.homepage.data.alwaysApply&&await this.homepage.apply()}}async onload(){this.patchReleaseNotes(),this.patchOpeningBehaviour(),this.settings=await this.loadSettings(),this.internalPlugins=this.app.internalPlugins.plugins,this.communityPlugins=this.app.plugins.plugins,this.homepage=this.getHomepage(),this.addRibbonIcon("house","Open homepage",t=>this.homepage.open(t.button==1||t.button==2||S.Keymap.isModifier(t,"Mod"))).setAttribute("id","nv-homepage-icon"),this.registerEvent(this.app.workspace.on("layout-change",this.onLayoutChange)),this.addSettingTab(new X(this.app,this)),this.addCommand({id:"open-homepage",name:r("openHomepage"),callback:()=>this.homepage.open()}),this.addCommand({id:"set-to-active-file",name:r("setToActiveFile"),checkCallback:t=>{if(t)return this.homepage.canSetToFile();this.homepage.setToActiveFile()}}),this.registerCliHandler("homepage",r("cliOpenHomepageDesc"),null,async()=>(await this.homepage.open(),r("cliOpenHomepageResult"))),this.registerCliHandler("homepage:read",r("cliReadHomepageDesc"),null,async()=>{let t=await this.homepage.read();return t!==void 0?t:r("cliReadHomepageIllegible")})}onunload(){this.app.workspace.off("layout-change",this.onLayoutChange),this.unpatchNewTabPage(),this.unpatchOpeningBehaviour()}getHomepage(){return this.settings.separateMobile&&S.Platform.isMobile?(G in this.settings.homepages||(this.settings.homepages[G]={...this.settings.homepages?.[j]},this.settings.homepages[G].commands=[...this.settings.homepages?.[j]?.commands||[]]),new K(G,this)):new K(j,this)}async loadSettings(){let t=await this.loadData();return t?.version!==4?t?this.upgradeSettings(t):Object.assign({},we):t}async saveSettings(){await this.saveData(this.settings)}async hasUrlParams(){let t,a;if(S.Platform.isMobile){let i=await window.Capacitor.Plugins.App.getLaunchUrl();if(!i)return!1;let o=new URL(i.url);a=Array.from(o.searchParams.keys()),t=o.hostname}else if(window.OBS_ACT)a=Object.keys(window.OBS_ACT),t=window.OBS_ACT.action;else return!1;return["open","advanced-uri"].includes(t)&&["file","filepath","workspace"].some(i=>a.includes(i))}hasRequiredPlugin(t){switch(t){case"Workspace":return this.internalPlugins.workspaces?.enabled;case"Graph view":return this.internalPlugins.graph?.enabled;case"Journal":return"journals"in this.communityPlugins;case"Daily Note":case"Weekly Note":case"Monthly Note":case"Yearly Note":return Ue(t,this);default:return!0}}patchNewTabPage(){let t=this.communityPlugins["new-tab-default-page"];t&&(t.nvOrig_checkForNewTab=t.checkForNewTab,t.checkForNewTab=async a=>{if(!(this&&this.executing))return await t.nvOrig_checkForNewTab(a)})}unpatchNewTabPage(){let t=this.communityPlugins["new-tab-default-page"];t&&(t.checkForNewTab=t.nvOrig_checkForNewTab)}patchReleaseNotes(){this.app.nvOrig_showReleaseNotes=this.app.showReleaseNotes,this.app.showReleaseNotes=()=>this.newRelease=!0}unpatchReleaseNotes(){this.newRelease&&!this.homepage.data.hideReleaseNotes&&this.app.nvOrig_showReleaseNotes(),this.app.showReleaseNotes=this.app.nvOrig_showReleaseNotes}patchOpeningBehaviour(){this.app.nvOrig_runOpeningBehavior=this.app.runOpeningBehavior,this.app.runOpeningBehavior=async t=>{let a=this.homepage.data.openOnStartup&&!await this.hasUrlParams();this.patchNewTabPage(),a?await this.homepage.open():this.app.nvOrig_runOpeningBehavior(t),this.loaded=!0,this.unpatchReleaseNotes()}}unpatchOpeningBehaviour(){this.app.runOpeningBehavior=this.app.nvOrig_runOpeningBehavior}upgradeSettings(t){if(t.version==3){let i=t,o=!1;for(let s of Object.values(i.homepages))s.commands=s.commands.map(c=>({id:c,period:"Both"})),s.kind==Ve&&(o=!0,s.kind="Daily Note");return o&&new S.Notice(r("momentUpgradeNotice")),i.version=4,this.saveData(i),i}let a=Object.assign({},we);return t.workspaceEnabled?(t.value=t.workspace||"",t.kind="Workspace"):t.momentFormat?(t.kind="Daily Note",new S.Notice(r("momentUpgradeNotice"))):(t.value=t.defaultNote||"Home",t.kind="File"),t.commands=[],delete t.workspace,delete t.momentFormat,delete t.defaultNote,delete t.useMoment,delete t.workspaceEnabled,a.homepages[j]=t,this.saveData(a),a}}; /* nosourcemap */ \ No newline at end of file diff --git a/PaperBell/.obsidian/plugins/homepage/manifest.json b/PaperBell/.obsidian/plugins/homepage/manifest.json index 972fc156..2c05e2ec 100644 --- a/PaperBell/.obsidian/plugins/homepage/manifest.json +++ b/PaperBell/.obsidian/plugins/homepage/manifest.json @@ -1,7 +1,7 @@ { "id": "homepage", "name": "Homepage", - "version": "4.4.2", + "version": "4.4.4", "minAppVersion": "1.12.2", "description": "Open a specified note, canvas, base, or workspace on startup, or set it for quick access later.", "author": "novov", diff --git a/PaperBell/.obsidian/plugins/longform-paperbell/data.json b/PaperBell/.obsidian/plugins/longform-paperbell/data.json index 283920f9..528c2d30 100644 --- a/PaperBell/.obsidian/plugins/longform-paperbell/data.json +++ b/PaperBell/.obsidian/plugins/longform-paperbell/data.json @@ -1,7 +1,7 @@ { "version": 3, "projects": {}, - "selectedDraftVaultPath": "Outputs/demo/Index.md", + "selectedDraftVaultPath": "Outputs/paper-demo/Manuscript/Index.md", "userScriptFolder": "40 - Obsidian/脚本/longform", "sessionStorage": "file", "sessions": [], @@ -78,7 +78,7 @@ }, "PaperBell-Standard": { "name": "PaperBell-Standard", - "description": "", + "description": "Research, to be connected.", "steps": [ { "id": "strip-frontmatter", @@ -119,22 +119,16 @@ "optionValues": {} }, { - "id": "40 - Obsidian/脚本/longform/编译后增加头文件.js", + "id": "add-zenodo-frontmatter", "optionValues": { - "note-name": "Index", - "author-name": "Unknown Author", - "lineno": false, - "csl-style": "", - "target-journal": "", - "acronym": "", - "figures-at-end": false, - "template": "" + "metadata-file": "metadata.json", + "error-on-missing-file": true } }, { "id": "write-to-note", "optionValues": { - "target": "DEMO_manuscript.md", + "target": "$1_$2.md", "open-after": true } } diff --git a/PaperBell/.obsidian/plugins/longform-paperbell/main.js b/PaperBell/.obsidian/plugins/longform-paperbell/main.js index 13f4fcc2..972da73c 100644 --- a/PaperBell/.obsidian/plugins/longform-paperbell/main.js +++ b/PaperBell/.obsidian/plugins/longform-paperbell/main.js @@ -21155,7 +21155,7 @@ function calculateWorkflow(workflow, isMultiScene) { calculatedKinds, ]; } -function compile(app, draft, workflow, kinds, statusCallback) { +function compile(app, draft, workflow, kinds, statusCallback, options) { return __awaiter(this, void 0, void 0, function* () { let currentInput; if (draft.format === "single") { @@ -21213,6 +21213,8 @@ function compile(app, draft, workflow, kinds, statusCallback) { utilities: { normalizePath: obsidian.normalizePath, }, + suppressOpenAfter: options === null || options === void 0 ? void 0 : options.suppressOpenAfter, + projectRoot: options === null || options === void 0 ? void 0 : options.projectRoot, }; console.log(`[Longform] Running compile step ${step.description.name} with context:`, context); statusCallback({ @@ -21618,6 +21620,28 @@ const StripFrontmatterStep = makeBuiltinStep({ }, }); +/** + * The per-draft name used by the `$2` placeholder in the Save-as-Note output path. + * Uses the draft's explicit `draftTitle` when set, otherwise falls back to the + * index file's basename (without the `.md` extension) so the name is always + * distinct across the drafts of a project. + */ +function draftOutputName(draft) { + var _a, _b; + const indexBasename = ((_a = draft.vaultPath.split("/").pop()) !== null && _a !== void 0 ? _a : "").replace(/\.md$/, ""); + return (_b = draft.draftTitle) !== null && _b !== void 0 ? _b : indexBasename; +} +/** + * Substitutes the Save-as-Note output-path placeholders for a given draft: + * - `$1` → the project title (shared across a project's drafts) + * - `$2` → this draft's name (see {@link draftOutputName}) + * All occurrences of each token are replaced. + */ +function applyTargetPlaceholders(target, draft) { + const draftName = draftOutputName(draft); + return target.split("$2").join(draftName).split("$1").join(draft.title); +} + const WriteToNoteStep = makeBuiltinStep({ id: "write-to-note", description: { @@ -21628,7 +21652,7 @@ const WriteToNoteStep = makeBuiltinStep({ { id: "target", name: "Output path", - description: "Path for the created manuscript note. Paths starting with '/' are relative to your vault root; otherwise relative to your project. $1 will be replaced with your project's title.", + description: "Path for the created manuscript note. Paths starting with '/' are relative to your vault root; otherwise relative to your project. $1 is replaced with your project's title; $2 is replaced with this draft's name (e.g. \"compiled/$2.md\" gives each draft its own file).", type: CompileStepOptionType.Text, default: "manuscript.md", }, @@ -21647,15 +21671,14 @@ const WriteToNoteStep = makeBuiltinStep({ throw new Error("Cannot write non-manuscript as note."); } else { - let target = context.optionValues["target"]; - target = target.replace("$1", context.draft.title); + const target = applyTargetPlaceholders(context.optionValues["target"], context.draft); const openAfter = context.optionValues["open-after"]; if (!target || target.length == 0) { throw new Error("Invalid path for Save as Note."); } const filePath = resolvePath(context.projectPath, target); yield writeToFile(context.app, filePath, input.contents); - if (openAfter) { + if (openAfter && !context.suppressOpenAfter) { console.log("[Longform] Attempting to open:", filePath); context.app.workspace.openLinkText(filePath, "/", true).catch((err) => { console.error("[Longform] Could not open", filePath, err); @@ -21883,6 +21906,59 @@ function yamlString(s) { return `"${String(s).replace(/\\/g, "\\\\").replace(/"/g, '\\"')}"`; } +/** The folder containing an index note, derived from its vault path. */ +function draftParentFolder(vaultPath) { + return vaultPath.split("/").slice(0, -1).join("/"); +} +/** + * The lowest common ancestor folder shared by a set of folder paths, computed + * segment-wise. Returns "" (the vault root) when there is no shared prefix. + */ +function lowestCommonAncestorFolder(folders) { + if (folders.length === 0) + return ""; + const split = folders.map((f) => f.split("/").filter((s) => s.length > 0)); + let common = split[0]; + for (const segs of split.slice(1)) { + let i = 0; + while (i < common.length && i < segs.length && common[i] === segs[i]) { + i++; + } + common = common.slice(0, i); + } + return common.join("/"); +} +/** + * The "project root" for a set of drafts: the lowest common ancestor of every + * draft's folder. Shared resources (e.g. metadata.json) are searched for between + * a draft's own folder and this root, inclusive. + */ +function projectRootPath(projectDrafts) { + return lowestCommonAncestorFolder(projectDrafts.map((d) => draftParentFolder(d.vaultPath))); +} +/** + * Ordered candidate paths for a named resource, searched from `startDir` upward + * to `rootDir` (inclusive). At each level both `/` and + * `/source/` are produced. When `rootDir` is not an ancestor of + * (or equal to) `startDir`, only `startDir` is searched — so callers that don't + * know a project root degrade to the original single-folder behavior. + */ +function projectResourceCandidatePaths(startDir, rootDir, baseName) { + const startSegs = startDir.split("/").filter((s) => s.length > 0); + const rootSegs = (rootDir !== null && rootDir !== void 0 ? rootDir : "").split("/").filter((s) => s.length > 0); + const rootIsAncestor = rootSegs.length <= startSegs.length && + rootSegs.every((s, i) => s === startSegs[i]); + const minLen = rootIsAncestor ? rootSegs.length : startSegs.length; + const candidates = []; + for (let len = startSegs.length; len >= minLen; len--) { + const dir = startSegs.slice(0, len).join("/"); + const prefix = dir.length > 0 ? `${dir}/` : ""; + candidates.push(`${prefix}${baseName}`); + candidates.push(`${prefix}source/${baseName}`); + } + return candidates; +} + const AddZenodoFrontmatterStep = makeBuiltinStep({ id: "add-zenodo-frontmatter", description: { @@ -21893,7 +21969,7 @@ const AddZenodoFrontmatterStep = makeBuiltinStep({ { id: "metadata-file", name: "Metadata file", - description: "Filename of the Zenodo deposition metadata JSON in your project folder (or its 'source/' subfolder). Trailing '.json' is optional.", + description: "Filename of the Zenodo deposition metadata JSON. Searched for in the draft's folder (or its 'source/' subfolder) and any parent folder up to the project root, so multiple drafts can share one file. Trailing '.json' is optional.", type: CompileStepOptionType.Text, default: "metadata.json", }, @@ -21907,7 +21983,7 @@ const AddZenodoFrontmatterStep = makeBuiltinStep({ ], }, compile(input, context) { - var _a, _b; + var _a, _b, _c; return __awaiter(this, void 0, void 0, function* () { if (context.kind !== CompileStepKind.Manuscript) { throw new Error("Cannot add frontmatter to non-manuscript."); @@ -21917,10 +21993,7 @@ const AddZenodoFrontmatterStep = makeBuiltinStep({ const baseName = metaFileName.endsWith(".json") ? metaFileName : `${metaFileName}.json`; - const candidatePaths = [ - `${context.projectPath}/${baseName}`, - `${context.projectPath}/source/${baseName}`, - ]; + const candidatePaths = projectResourceCandidatePaths(context.projectPath, (_c = context.projectRoot) !== null && _c !== void 0 ? _c : context.projectPath, baseName); let file = null; let foundPath = ""; for (const path of candidatePaths) { @@ -22024,7 +22097,7 @@ const ReplaceJsonPlaceholdersStep = makeBuiltinStep({ { id: "json-file", name: "JSON file", - description: "Filename of the JSON data file in your project folder (or its 'source/' subfolder). Trailing '.json' is optional.", + description: "Filename of the JSON data file. Searched for in the draft's folder (or its 'source/' subfolder) and any parent folder up to the project root. Trailing '.json' is optional.", type: CompileStepOptionType.Text, default: "results.json", }, @@ -22052,7 +22125,7 @@ const ReplaceJsonPlaceholdersStep = makeBuiltinStep({ ], }, compile(input, context) { - var _a, _b, _c; + var _a, _b, _c, _d; return __awaiter(this, void 0, void 0, function* () { if (context.kind !== CompileStepKind.Manuscript) { throw new Error("Cannot replace placeholders on non-manuscript."); @@ -22064,10 +22137,7 @@ const ReplaceJsonPlaceholdersStep = makeBuiltinStep({ const baseName = jsonFileName.endsWith(".json") ? jsonFileName : `${jsonFileName}.json`; - const candidatePaths = [ - `${context.projectPath}/${baseName}`, - `${context.projectPath}/source/${baseName}`, - ]; + const candidatePaths = projectResourceCandidatePaths(context.projectPath, (_d = context.projectRoot) !== null && _d !== void 0 ? _d : context.projectPath, baseName); let file = null; let foundPath = ""; for (const path of candidatePaths) { @@ -28468,16 +28538,16 @@ class AutoTextArea extends SvelteComponent { /* src/view/compile/CompileView.svelte generated by Svelte v3.49.0 */ function add_css$c(target) { - append_styles(target, "svelte-1hf1yah", ".longform-workflow-picker-container.svelte-1hf1yah.svelte-1hf1yah{padding:var(--size-4-2);background:var(--background-primary);display:flex;flex-direction:column}#longform-workflows.svelte-1hf1yah.svelte-1hf1yah{color:var(--color-accent-2)}.longform-workflow-picker.svelte-1hf1yah.svelte-1hf1yah{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:var(--size-4-2)}.longform-workflow-picker.svelte-1hf1yah .longform-hint.svelte-1hf1yah{font-size:1em}select.svelte-1hf1yah.svelte-1hf1yah{background-color:transparent;border:none;padding:var(--size-4-1) 0;margin:0;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;outline:none;box-shadow:none}.select.svelte-1hf1yah.svelte-1hf1yah{cursor:pointer}.select.svelte-1hf1yah>select.svelte-1hf1yah{color:var(--text-accent)}.select.svelte-1hf1yah>select.svelte-1hf1yah:hover{text-decoration:underline;color:var(--text-accent-hover)}.longform-compile-container.svelte-1hf1yah .longform-sortable-step-list{list-style-type:none;padding:0;margin:0}.options-button.svelte-1hf1yah.svelte-1hf1yah{background-color:var(--background-secondary-alt);color:var(--text-accent)}.options-button.svelte-1hf1yah.svelte-1hf1yah:hover{background-color:var(--background-primary);color:var(--text-accent-hover)}.add-step-container.svelte-1hf1yah.svelte-1hf1yah{display:flex;flex-direction:row;align-items:center;justify-content:center}.add-step-container.svelte-1hf1yah button.svelte-1hf1yah{font-weight:bold;color:var(--text-accent)}.add-step-container.svelte-1hf1yah button.svelte-1hf1yah:hover{text-decoration:underline;color:var(--text-accent-hover)}.longform-compile-instructions.svelte-1hf1yah.svelte-1hf1yah{font-size:var(--font-smallest);padding:var(--size-4-4) var(--size-4-4) var(--size-4-1) var(--size-4-8);color:var(--text-muted)}.longform-compile-instructions.svelte-1hf1yah li.svelte-1hf1yah{margin-bottom:var(--size-4-1)\n }.longform-compile-instructions.svelte-1hf1yah strong.svelte-1hf1yah{color:var(--color-accent-2)}.compile-button.svelte-1hf1yah.svelte-1hf1yah{font-weight:bold;background-color:var(--interactive-accent);color:var(--text-on-accent)}.compile-button.svelte-1hf1yah.svelte-1hf1yah:hover{background-color:var(--interactive-accent-hover);color:var(--text-on-accent)}.compile-button.svelte-1hf1yah.svelte-1hf1yah:disabled{background-color:var(--text-muted);color:var(--text-faint)}.longform-compile-run-container.svelte-1hf1yah.svelte-1hf1yah{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:var(--size-4-8)}.longform-compile-run-container.svelte-1hf1yah .compile-status.svelte-1hf1yah{color:var(--text-muted)}.compile-status-error{color:var(--text-error) !important}.compile-status-success{color:var(--interactive-success) !important}.step-ghost{background-color:var(--interactive-accent-hover);color:var(--text-on-accent)}"); + append_styles(target, "svelte-1br8pmp", ".longform-workflow-picker-container.svelte-1br8pmp.svelte-1br8pmp{padding:var(--size-4-2);background:var(--background-primary);display:flex;flex-direction:column}#longform-workflows.svelte-1br8pmp.svelte-1br8pmp{color:var(--color-accent-2)}.longform-workflow-picker.svelte-1br8pmp.svelte-1br8pmp{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:var(--size-4-2)}.longform-workflow-picker.svelte-1br8pmp .longform-hint.svelte-1br8pmp{font-size:1em}select.svelte-1br8pmp.svelte-1br8pmp{background-color:transparent;border:none;padding:var(--size-4-1) 0;margin:0;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;outline:none;box-shadow:none}.select.svelte-1br8pmp.svelte-1br8pmp{cursor:pointer}.select.svelte-1br8pmp>select.svelte-1br8pmp{color:var(--text-accent)}.select.svelte-1br8pmp>select.svelte-1br8pmp:hover{text-decoration:underline;color:var(--text-accent-hover)}.longform-compile-container.svelte-1br8pmp .longform-sortable-step-list{list-style-type:none;padding:0;margin:0}.options-button.svelte-1br8pmp.svelte-1br8pmp{background-color:var(--background-secondary-alt);color:var(--text-accent)}.options-button.svelte-1br8pmp.svelte-1br8pmp:hover{background-color:var(--background-primary);color:var(--text-accent-hover)}.add-step-container.svelte-1br8pmp.svelte-1br8pmp{display:flex;flex-direction:row;align-items:center;justify-content:center}.add-step-container.svelte-1br8pmp button.svelte-1br8pmp{font-weight:bold;color:var(--text-accent)}.add-step-container.svelte-1br8pmp button.svelte-1br8pmp:hover{text-decoration:underline;color:var(--text-accent-hover)}.longform-compile-instructions.svelte-1br8pmp.svelte-1br8pmp{font-size:var(--font-smallest);padding:var(--size-4-4) var(--size-4-4) var(--size-4-1) var(--size-4-8);color:var(--text-muted)}.longform-compile-instructions.svelte-1br8pmp li.svelte-1br8pmp{margin-bottom:var(--size-4-1)\n }.longform-compile-instructions.svelte-1br8pmp strong.svelte-1br8pmp{color:var(--color-accent-2)}.compile-button.svelte-1br8pmp.svelte-1br8pmp{font-weight:bold;background-color:var(--interactive-accent);color:var(--text-on-accent)}.compile-button.svelte-1br8pmp.svelte-1br8pmp:hover{background-color:var(--interactive-accent-hover);color:var(--text-on-accent)}.compile-button.svelte-1br8pmp.svelte-1br8pmp:disabled{background-color:var(--text-muted);color:var(--text-faint)}.longform-compile-run-container.svelte-1br8pmp.svelte-1br8pmp{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:var(--size-4-8)}.longform-compile-buttons.svelte-1br8pmp.svelte-1br8pmp{display:flex;flex-direction:row;align-items:center;gap:var(--size-4-2)}.longform-compile-run-container.svelte-1br8pmp .compile-status.svelte-1br8pmp{color:var(--text-muted)}.compile-status-error{color:var(--text-error) !important}.compile-status-success{color:var(--interactive-success) !important}.step-ghost{background-color:var(--interactive-accent-hover);color:var(--text-on-accent)}"); } function get_each_context$4(ctx, list, i) { const child_ctx = ctx.slice(); - child_ctx[44] = list[i]; + child_ctx[48] = list[i]; return child_ctx; } -// (177:0) {#if $selectedDraft} +// (235:0) {#if $selectedDraft} function create_if_block$b(ctx) { let div3; let div1; @@ -28491,14 +28561,14 @@ function create_if_block$b(ctx) { let current; function select_block_type(ctx, dirty) { - if (/*workflowInputState*/ ctx[6] !== "hidden") return create_if_block_5$2; + if (/*workflowInputState*/ ctx[6] !== "hidden") return create_if_block_6$1; return create_else_block$4; } let current_block_type = select_block_type(ctx); let if_block0 = current_block_type(ctx); - let if_block1 = /*$workflows*/ ctx[4][/*currentWorkflowName*/ ctx[1]] && create_if_block_4$2(ctx); - let if_block2 = /*$workflows*/ ctx[4][/*currentWorkflowName*/ ctx[1]] && create_if_block_2$6(ctx); + let if_block1 = /*$workflows*/ ctx[3][/*currentWorkflowName*/ ctx[1]] && create_if_block_5$2(ctx); + let if_block2 = /*$workflows*/ ctx[3][/*currentWorkflowName*/ ctx[1]] && create_if_block_3$2(ctx); let if_block3 = /*$currentWorkflow*/ ctx[2] && /*$currentWorkflow*/ ctx[2].steps.length > 0 && create_if_block_1$8(ctx); return { @@ -28514,20 +28584,20 @@ function create_if_block$b(ctx) { t2 = space(); ul = element("ul"); - ul.innerHTML = `
  • Compile workflows run their steps in order.
  • -
  • Scene workflows run once per scene.
  • -
  • Join workflows run once and combine the rest of your scene steps into a single manuscript.
  • -
  • Manuscript steps run once on the joined manuscript.
  • -
  • Drag to rearrange. Documentation here.
  • `; + ul.innerHTML = `
  • Compile workflows run their steps in order.
  • +
  • Scene workflows run once per scene.
  • +
  • Join workflows run once and combine the rest of your scene steps into a single manuscript.
  • +
  • Manuscript steps run once on the joined manuscript.
  • +
  • Drag to rearrange. Documentation here.
  • `; t16 = space(); div2 = element("div"); if (if_block3) if_block3.c(); - attr(div0, "class", "longform-workflow-picker svelte-1hf1yah"); - attr(div1, "class", "longform-workflow-picker-container svelte-1hf1yah"); - attr(ul, "class", "longform-compile-instructions svelte-1hf1yah"); - attr(div2, "class", "longform-compile-run-container svelte-1hf1yah"); - attr(div3, "class", "longform-compile-container svelte-1hf1yah"); + attr(div0, "class", "longform-workflow-picker svelte-1br8pmp"); + attr(div1, "class", "longform-workflow-picker-container svelte-1br8pmp"); + attr(ul, "class", "longform-compile-instructions svelte-1br8pmp"); + attr(div2, "class", "longform-compile-run-container svelte-1br8pmp"); + attr(div3, "class", "longform-compile-container svelte-1br8pmp"); }, m(target, anchor) { insert(target, div3, anchor); @@ -28558,15 +28628,15 @@ function create_if_block$b(ctx) { } } - if (/*$workflows*/ ctx[4][/*currentWorkflowName*/ ctx[1]]) { + if (/*$workflows*/ ctx[3][/*currentWorkflowName*/ ctx[1]]) { if (if_block1) { if_block1.p(ctx, dirty); - if (dirty[0] & /*$workflows, currentWorkflowName*/ 18) { + if (dirty[0] & /*$workflows, currentWorkflowName*/ 10) { transition_in(if_block1, 1); } } else { - if_block1 = create_if_block_4$2(ctx); + if_block1 = create_if_block_5$2(ctx); if_block1.c(); transition_in(if_block1, 1); if_block1.m(div1, null); @@ -28581,15 +28651,15 @@ function create_if_block$b(ctx) { check_outros(); } - if (/*$workflows*/ ctx[4][/*currentWorkflowName*/ ctx[1]]) { + if (/*$workflows*/ ctx[3][/*currentWorkflowName*/ ctx[1]]) { if (if_block2) { if_block2.p(ctx, dirty); - if (dirty[0] & /*$workflows, currentWorkflowName*/ 18) { + if (dirty[0] & /*$workflows, currentWorkflowName*/ 10) { transition_in(if_block2, 1); } } else { - if_block2 = create_if_block_2$6(ctx); + if_block2 = create_if_block_3$2(ctx); if_block2.c(); transition_in(if_block2, 1); if_block2.m(div3, t2); @@ -28638,7 +28708,7 @@ function create_if_block$b(ctx) { }; } -// (200:8) {:else} +// (258:8) {:else} function create_else_block$4(ctx) { let t0; let button; @@ -28646,7 +28716,7 @@ function create_else_block$4(ctx) { let dispose; function select_block_type_1(ctx, dirty) { - if (/*allWorkflowNames*/ ctx[0].length == 0) return create_if_block_6$1; + if (/*allWorkflowNames*/ ctx[0].length == 0) return create_if_block_7$1; return create_else_block_1$1; } @@ -28659,17 +28729,17 @@ function create_else_block$4(ctx) { t0 = space(); button = element("button"); button.textContent = "▼"; - attr(button, "class", "options-button svelte-1hf1yah"); + attr(button, "class", "options-button svelte-1br8pmp"); attr(button, "title", "Workflow Actions"); }, m(target, anchor) { if_block.m(target, anchor); insert(target, t0, anchor); insert(target, button, anchor); - /*button_binding*/ ctx[29](button); + /*button_binding*/ ctx[32](button); if (!mounted) { - dispose = listen(button, "click", /*click_handler*/ ctx[30]); + dispose = listen(button, "click", /*click_handler*/ ctx[33]); mounted = true; } }, @@ -28690,15 +28760,15 @@ function create_else_block$4(ctx) { if_block.d(detaching); if (detaching) detach(t0); if (detaching) detach(button); - /*button_binding*/ ctx[29](null); + /*button_binding*/ ctx[32](null); mounted = false; dispose(); } }; } -// (181:8) {#if workflowInputState !== "hidden"} -function create_if_block_5$2(ctx) { +// (239:8) {#if workflowInputState !== "hidden"} +function create_if_block_6$1(ctx) { let input; let input_placeholder_value; let mounted; @@ -28716,12 +28786,12 @@ function create_if_block_5$2(ctx) { m(target, anchor) { insert(target, input, anchor); set_input_value(input, /*workflowInputValue*/ ctx[7]); - /*input_binding*/ ctx[27](input); + /*input_binding*/ ctx[30](input); if (!mounted) { dispose = [ - listen(input, "input", /*input_input_handler*/ ctx[26]), - listen(input, "keydown", /*keydown_handler*/ ctx[28]), + listen(input, "input", /*input_input_handler*/ ctx[29]), + listen(input, "keydown", /*keydown_handler*/ ctx[31]), action_destroyer(focusOnInit.call(null, input)) ]; @@ -28741,14 +28811,14 @@ function create_if_block_5$2(ctx) { }, d(detaching) { if (detaching) detach(input); - /*input_binding*/ ctx[27](null); + /*input_binding*/ ctx[30](null); mounted = false; run_all(dispose); } }; } -// (203:10) {:else} +// (261:10) {:else} function create_else_block_1$1(ctx) { let div; let select; @@ -28772,8 +28842,8 @@ function create_else_block_1$1(ctx) { } attr(select, "id", "longform-workflows"); - attr(select, "class", "svelte-1hf1yah"); - attr(div, "class", "select svelte-1hf1yah"); + attr(select, "class", "svelte-1br8pmp"); + attr(div, "class", "select svelte-1br8pmp"); }, m(target, anchor) { insert(target, div, anchor); @@ -28783,10 +28853,10 @@ function create_else_block_1$1(ctx) { each_blocks[i].m(select, null); } - select_option(select, /*$selectedDraft*/ ctx[3].workflow); + select_option(select, /*$selectedDraft*/ ctx[4].workflow); if (!mounted) { - dispose = listen(select, "change", /*selectedWorkflow*/ ctx[13]); + dispose = listen(select, "change", /*selectedWorkflow*/ ctx[15]); mounted = true; } }, @@ -28814,8 +28884,8 @@ function create_else_block_1$1(ctx) { each_blocks.length = each_value.length; } - if (dirty[0] & /*$selectedDraft, allWorkflowNames*/ 9 && select_value_value !== (select_value_value = /*$selectedDraft*/ ctx[3].workflow)) { - select_option(select, /*$selectedDraft*/ ctx[3].workflow); + if (dirty[0] & /*$selectedDraft, allWorkflowNames*/ 17 && select_value_value !== (select_value_value = /*$selectedDraft*/ ctx[4].workflow)) { + select_option(select, /*$selectedDraft*/ ctx[4].workflow); } }, d(detaching) { @@ -28827,15 +28897,15 @@ function create_else_block_1$1(ctx) { }; } -// (201:10) {#if allWorkflowNames.length == 0} -function create_if_block_6$1(ctx) { +// (259:10) {#if allWorkflowNames.length == 0} +function create_if_block_7$1(ctx) { let span; return { c() { span = element("span"); span.textContent = "Create a new workflow to begin →"; - attr(span, "class", "longform-hint svelte-1hf1yah"); + attr(span, "class", "longform-hint svelte-1br8pmp"); }, m(target, anchor) { insert(target, span, anchor); @@ -28847,10 +28917,10 @@ function create_if_block_6$1(ctx) { }; } -// (210:16) {#each allWorkflowNames as workflowOption} +// (268:16) {#each allWorkflowNames as workflowOption} function create_each_block$4(ctx) { let option; - let t_value = /*workflowOption*/ ctx[44] + ""; + let t_value = /*workflowOption*/ ctx[48] + ""; let t; let option_value_value; @@ -28858,7 +28928,7 @@ function create_each_block$4(ctx) { c() { option = element("option"); t = text(t_value); - option.__value = option_value_value = /*workflowOption*/ ctx[44]; + option.__value = option_value_value = /*workflowOption*/ ctx[48]; option.value = option.__value; }, m(target, anchor) { @@ -28866,9 +28936,9 @@ function create_each_block$4(ctx) { append(option, t); }, p(ctx, dirty) { - if (dirty[0] & /*allWorkflowNames*/ 1 && t_value !== (t_value = /*workflowOption*/ ctx[44] + "")) set_data(t, t_value); + if (dirty[0] & /*allWorkflowNames*/ 1 && t_value !== (t_value = /*workflowOption*/ ctx[48] + "")) set_data(t, t_value); - if (dirty[0] & /*allWorkflowNames*/ 1 && option_value_value !== (option_value_value = /*workflowOption*/ ctx[44])) { + if (dirty[0] & /*allWorkflowNames*/ 1 && option_value_value !== (option_value_value = /*workflowOption*/ ctx[48])) { option.__value = option_value_value; option.value = option.__value; } @@ -28879,14 +28949,14 @@ function create_each_block$4(ctx) { }; } -// (232:6) {#if $workflows[currentWorkflowName]} -function create_if_block_4$2(ctx) { +// (290:6) {#if $workflows[currentWorkflowName]} +function create_if_block_5$2(ctx) { let autotextarea; let updating_value; let current; function autotextarea_value_binding(value) { - /*autotextarea_value_binding*/ ctx[31](value); + /*autotextarea_value_binding*/ ctx[34](value); } let autotextarea_props = { @@ -28895,8 +28965,8 @@ function create_if_block_4$2(ctx) { maxRows: 5 }; - if (/*$workflows*/ ctx[4][/*currentWorkflowName*/ ctx[1]].description !== void 0) { - autotextarea_props.value = /*$workflows*/ ctx[4][/*currentWorkflowName*/ ctx[1]].description; + if (/*$workflows*/ ctx[3][/*currentWorkflowName*/ ctx[1]].description !== void 0) { + autotextarea_props.value = /*$workflows*/ ctx[3][/*currentWorkflowName*/ ctx[1]].description; } autotextarea = new AutoTextArea({ props: autotextarea_props }); @@ -28913,9 +28983,9 @@ function create_if_block_4$2(ctx) { p(ctx, dirty) { const autotextarea_changes = {}; - if (!updating_value && dirty[0] & /*$workflows, currentWorkflowName*/ 18) { + if (!updating_value && dirty[0] & /*$workflows, currentWorkflowName*/ 10) { updating_value = true; - autotextarea_changes.value = /*$workflows*/ ctx[4][/*currentWorkflowName*/ ctx[1]].description; + autotextarea_changes.value = /*$workflows*/ ctx[3][/*currentWorkflowName*/ ctx[1]].description; add_flush_callback(() => updating_value = false); } @@ -28936,27 +29006,27 @@ function create_if_block_4$2(ctx) { }; } -// (241:4) {#if $workflows[currentWorkflowName]} -function create_if_block_2$6(ctx) { +// (299:4) {#if $workflows[currentWorkflowName]} +function create_if_block_3$2(ctx) { let sortablelist; let updating_items; let t; let div; - let show_if = Object.keys(/*$workflows*/ ctx[4]).length > 0; + let show_if = Object.keys(/*$workflows*/ ctx[3]).length > 0; let current; function sortablelist_items_binding(value) { - /*sortablelist_items_binding*/ ctx[33](value); + /*sortablelist_items_binding*/ ctx[36](value); } let sortablelist_props = { - sortableOptions: /*sortableOptions*/ ctx[20], + sortableOptions: /*sortableOptions*/ ctx[22], class: "longform-sortable-step-list", $$slots: { default: [ create_default_slot$1, - ({ item }) => ({ 43: item }), - ({ item }) => [0, item ? 4096 : 0] + ({ item }) => ({ 47: item }), + ({ item }) => [0, item ? 65536 : 0] ] }, $$scope: { ctx } @@ -28968,8 +29038,8 @@ function create_if_block_2$6(ctx) { sortablelist = new SortableList({ props: sortablelist_props }); binding_callbacks.push(() => bind(sortablelist, 'items', sortablelist_items_binding)); - sortablelist.$on("orderChanged", /*itemOrderChanged*/ ctx[21]); - let if_block = show_if && create_if_block_3$2(ctx); + sortablelist.$on("orderChanged", /*itemOrderChanged*/ ctx[23]); + let if_block = show_if && create_if_block_4$2(ctx); return { c() { @@ -28977,7 +29047,7 @@ function create_if_block_2$6(ctx) { t = space(); div = element("div"); if (if_block) if_block.c(); - attr(div, "class", "add-step-container svelte-1hf1yah"); + attr(div, "class", "add-step-container svelte-1br8pmp"); }, m(target, anchor) { mount_component(sortablelist, target, anchor); @@ -28989,7 +29059,7 @@ function create_if_block_2$6(ctx) { p(ctx, dirty) { const sortablelist_changes = {}; - if (dirty[0] & /*$workflows, currentWorkflowName, $currentWorkflow*/ 22 | dirty[1] & /*$$scope, item*/ 69632) { + if (dirty[0] & /*$workflows, currentWorkflowName, $currentWorkflow*/ 14 | dirty[1] & /*$$scope, item*/ 1114112) { sortablelist_changes.$$scope = { dirty, ctx }; } @@ -29000,13 +29070,13 @@ function create_if_block_2$6(ctx) { } sortablelist.$set(sortablelist_changes); - if (dirty[0] & /*$workflows*/ 16) show_if = Object.keys(/*$workflows*/ ctx[4]).length > 0; + if (dirty[0] & /*$workflows*/ 8) show_if = Object.keys(/*$workflows*/ ctx[3]).length > 0; if (show_if) { if (if_block) { if_block.p(ctx, dirty); } else { - if_block = create_if_block_3$2(ctx); + if_block = create_if_block_4$2(ctx); if_block.c(); if_block.m(div, null); } @@ -29033,21 +29103,21 @@ function create_if_block_2$6(ctx) { }; } -// (242:6) +// (300:6) function create_default_slot$1(ctx) { let compilestepview; let current; function removeStep_handler() { - return /*removeStep_handler*/ ctx[32](/*item*/ ctx[43]); + return /*removeStep_handler*/ ctx[35](/*item*/ ctx[47]); } compilestepview = new CompileStepView({ props: { - ordinal: /*item*/ ctx[43].index + 1, - step: /*$workflows*/ ctx[4][/*currentWorkflowName*/ ctx[1]].steps[/*item*/ ctx[43].index], - calculatedKind: /*kindAtIndex*/ ctx[18](/*item*/ ctx[43].index), - error: /*errorAtIndex*/ ctx[19](/*item*/ ctx[43].index) + ordinal: /*item*/ ctx[47].index + 1, + step: /*$workflows*/ ctx[3][/*currentWorkflowName*/ ctx[1]].steps[/*item*/ ctx[47].index], + calculatedKind: /*kindAtIndex*/ ctx[20](/*item*/ ctx[47].index), + error: /*errorAtIndex*/ ctx[21](/*item*/ ctx[47].index) } }); @@ -29064,10 +29134,10 @@ function create_default_slot$1(ctx) { p(new_ctx, dirty) { ctx = new_ctx; const compilestepview_changes = {}; - if (dirty[1] & /*item*/ 4096) compilestepview_changes.ordinal = /*item*/ ctx[43].index + 1; - if (dirty[0] & /*$workflows, currentWorkflowName*/ 18 | dirty[1] & /*item*/ 4096) compilestepview_changes.step = /*$workflows*/ ctx[4][/*currentWorkflowName*/ ctx[1]].steps[/*item*/ ctx[43].index]; - if (dirty[1] & /*item*/ 4096) compilestepview_changes.calculatedKind = /*kindAtIndex*/ ctx[18](/*item*/ ctx[43].index); - if (dirty[1] & /*item*/ 4096) compilestepview_changes.error = /*errorAtIndex*/ ctx[19](/*item*/ ctx[43].index); + if (dirty[1] & /*item*/ 65536) compilestepview_changes.ordinal = /*item*/ ctx[47].index + 1; + if (dirty[0] & /*$workflows, currentWorkflowName*/ 10 | dirty[1] & /*item*/ 65536) compilestepview_changes.step = /*$workflows*/ ctx[3][/*currentWorkflowName*/ ctx[1]].steps[/*item*/ ctx[47].index]; + if (dirty[1] & /*item*/ 65536) compilestepview_changes.calculatedKind = /*kindAtIndex*/ ctx[20](/*item*/ ctx[47].index); + if (dirty[1] & /*item*/ 65536) compilestepview_changes.error = /*errorAtIndex*/ ctx[21](/*item*/ ctx[47].index); compilestepview.$set(compilestepview_changes); }, i(local) { @@ -29085,8 +29155,8 @@ function create_default_slot$1(ctx) { }; } -// (266:8) {#if Object.keys($workflows).length > 0} -function create_if_block_3$2(ctx) { +// (324:8) {#if Object.keys($workflows).length > 0} +function create_if_block_4$2(ctx) { let button; let mounted; let dispose; @@ -29095,13 +29165,13 @@ function create_if_block_3$2(ctx) { c() { button = element("button"); button.textContent = "+ Add Step"; - attr(button, "class", "svelte-1hf1yah"); + attr(button, "class", "svelte-1br8pmp"); }, m(target, anchor) { insert(target, button, anchor); if (!mounted) { - dispose = listen(button, "click", /*addStep*/ ctx[17]); + dispose = listen(button, "click", /*addStep*/ ctx[19]); mounted = true; } }, @@ -29114,50 +29184,60 @@ function create_if_block_3$2(ctx) { }; } -// (292:6) {#if $currentWorkflow && $currentWorkflow.steps.length > 0} +// (350:6) {#if $currentWorkflow && $currentWorkflow.steps.length > 0} function create_if_block_1$8(ctx) { + let div; let button; let t0; let button_disabled_value; let button_aria_label_value; let t1; + let t2; let span; - let t2_value = (/*validation*/ ctx[11].error === WorkflowError.Valid + let t3_value = (/*validation*/ ctx[11].error === WorkflowError.Valid ? /*defaultCompileStatus*/ ctx[10] : /*validation*/ ctx[11].error) + ""; - let t2; + let t3; let mounted; let dispose; + let if_block = /*$selectedProjectHasMultipleDrafts*/ ctx[14] && create_if_block_2$6(ctx); return { c() { + div = element("div"); button = element("button"); t0 = text("Compile"); t1 = space(); + if (if_block) if_block.c(); + t2 = space(); span = element("span"); - t2 = text(t2_value); - attr(button, "class", "compile-button svelte-1hf1yah"); - button.disabled = button_disabled_value = /*validation*/ ctx[11].error !== WorkflowError.Valid; + t3 = text(t3_value); + attr(button, "class", "compile-button svelte-1br8pmp"); + button.disabled = button_disabled_value = /*validation*/ ctx[11].error !== WorkflowError.Valid || /*isCompiling*/ ctx[13]; attr(button, "aria-label", button_aria_label_value = /*validation*/ ctx[11].error); - attr(span, "class", "compile-status svelte-1hf1yah"); + attr(div, "class", "longform-compile-buttons svelte-1br8pmp"); + attr(span, "class", "compile-status svelte-1br8pmp"); }, m(target, anchor) { - insert(target, button, anchor); + insert(target, div, anchor); + append(div, button); append(button, t0); - insert(target, t1, anchor); + append(div, t1); + if (if_block) if_block.m(div, null); + insert(target, t2, anchor); insert(target, span, anchor); - append(span, t2); - /*span_binding*/ ctx[34](span); + append(span, t3); + /*span_binding*/ ctx[37](span); if (!mounted) { - dispose = listen(button, "click", /*doCompile*/ ctx[22]); + dispose = listen(button, "click", /*doCompile*/ ctx[24]); mounted = true; } }, p(ctx, dirty) { - if (dirty[0] & /*validation*/ 2048 && button_disabled_value !== (button_disabled_value = /*validation*/ ctx[11].error !== WorkflowError.Valid)) { + if (dirty[0] & /*validation, isCompiling*/ 10240 && button_disabled_value !== (button_disabled_value = /*validation*/ ctx[11].error !== WorkflowError.Valid || /*isCompiling*/ ctx[13])) { button.disabled = button_disabled_value; } @@ -29165,15 +29245,66 @@ function create_if_block_1$8(ctx) { attr(button, "aria-label", button_aria_label_value); } - if (dirty[0] & /*validation, defaultCompileStatus*/ 3072 && t2_value !== (t2_value = (/*validation*/ ctx[11].error === WorkflowError.Valid + if (/*$selectedProjectHasMultipleDrafts*/ ctx[14]) { + if (if_block) { + if_block.p(ctx, dirty); + } else { + if_block = create_if_block_2$6(ctx); + if_block.c(); + if_block.m(div, null); + } + } else if (if_block) { + if_block.d(1); + if_block = null; + } + + if (dirty[0] & /*validation, defaultCompileStatus*/ 3072 && t3_value !== (t3_value = (/*validation*/ ctx[11].error === WorkflowError.Valid ? /*defaultCompileStatus*/ ctx[10] - : /*validation*/ ctx[11].error) + "")) set_data(t2, t2_value); + : /*validation*/ ctx[11].error) + "")) set_data(t3, t3_value); }, d(detaching) { - if (detaching) detach(button); - if (detaching) detach(t1); + if (detaching) detach(div); + if (if_block) if_block.d(); + if (detaching) detach(t2); if (detaching) detach(span); - /*span_binding*/ ctx[34](null); + /*span_binding*/ ctx[37](null); + mounted = false; + dispose(); + } + }; +} + +// (358:10) {#if $selectedProjectHasMultipleDrafts} +function create_if_block_2$6(ctx) { + let button; + let t; + let mounted; + let dispose; + + return { + c() { + button = element("button"); + t = text("Compile All Drafts"); + attr(button, "class", "compile-button svelte-1br8pmp"); + button.disabled = /*isCompiling*/ ctx[13]; + attr(button, "title", "Compile every draft in this project, each to its own file."); + }, + m(target, anchor) { + insert(target, button, anchor); + append(button, t); + + if (!mounted) { + dispose = listen(button, "click", /*doCompileAll*/ ctx[25]); + mounted = true; + } + }, + p(ctx, dirty) { + if (dirty[0] & /*isCompiling*/ 8192) { + button.disabled = /*isCompiling*/ ctx[13]; + } + }, + d(detaching) { + if (detaching) detach(button); mounted = false; dispose(); } @@ -29183,7 +29314,7 @@ function create_if_block_1$8(ctx) { function create_fragment$c(ctx) { let if_block_anchor; let current; - let if_block = /*$selectedDraft*/ ctx[3] && create_if_block$b(ctx); + let if_block = /*$selectedDraft*/ ctx[4] && create_if_block$b(ctx); return { c() { @@ -29196,11 +29327,11 @@ function create_fragment$c(ctx) { current = true; }, p(ctx, dirty) { - if (/*$selectedDraft*/ ctx[3]) { + if (/*$selectedDraft*/ ctx[4]) { if (if_block) { if_block.p(ctx, dirty); - if (dirty[0] & /*$selectedDraft*/ 8) { + if (dirty[0] & /*$selectedDraft*/ 16) { transition_in(if_block, 1); } } else { @@ -29241,13 +29372,17 @@ function focusOnInit(el) { function instance$c($$self, $$props, $$invalidate) { let $currentWorkflow; - let $selectedDraft; let $workflows; + let $selectedProject; + let $selectedDraft; let $drafts; + let $selectedProjectHasMultipleDrafts; component_subscribe($$self, currentWorkflow, $$value => $$invalidate(2, $currentWorkflow = $$value)); - component_subscribe($$self, selectedDraft, $$value => $$invalidate(3, $selectedDraft = $$value)); - component_subscribe($$self, workflows, $$value => $$invalidate(4, $workflows = $$value)); - component_subscribe($$self, drafts, $$value => $$invalidate(25, $drafts = $$value)); + component_subscribe($$self, workflows, $$value => $$invalidate(3, $workflows = $$value)); + component_subscribe($$self, selectedProject, $$value => $$invalidate(40, $selectedProject = $$value)); + component_subscribe($$self, selectedDraft, $$value => $$invalidate(4, $selectedDraft = $$value)); + component_subscribe($$self, drafts, $$value => $$invalidate(28, $drafts = $$value)); + component_subscribe($$self, selectedProjectHasMultipleDrafts, $$value => $$invalidate(14, $selectedProjectHasMultipleDrafts = $$value)); var _a; let workflowContextButton; let workflowInputState = "hidden"; @@ -29278,7 +29413,7 @@ function instance$c($$self, $$props, $$invalidate) { $$invalidate(6, workflowInputState = "rename"); } else if (type == "delete") { showConfirmModal(`Delete ${currentWorkflowName}?`, "Really delete this workflow? This can’t be undone.", "Delete", () => { - $$invalidate(24, isDeletingWorkflow = true); + $$invalidate(27, isDeletingWorkflow = true); const toDelete = currentWorkflowName; const remaining = allWorkflowNames.filter(n => n != toDelete); @@ -29289,7 +29424,7 @@ function instance$c($$self, $$props, $$invalidate) { } set_store_value(workflows, $workflows = delete $workflows[toDelete] && $workflows, $workflows); - $$invalidate(24, isDeletingWorkflow = false); + $$invalidate(27, isDeletingWorkflow = false); }); } } @@ -29396,9 +29531,75 @@ function instance$c($$self, $$props, $$invalidate) { } const compile = getContext("compile"); + let isCompiling = false; function doCompile() { - compile($selectedDraft, $currentWorkflow, calculatedKinds, onCompileStatusChange); + const projectRoot = projectRootPath($selectedProject !== null && $selectedProject !== void 0 + ? $selectedProject + : [$selectedDraft]); + + compile($selectedDraft, $currentWorkflow, calculatedKinds, onCompileStatusChange, { projectRoot }); + } + + function doCompileAll() { + return __awaiter(this, void 0, void 0, function* () { + const projectDrafts = $selectedProject !== null && $selectedProject !== void 0 + ? $selectedProject + : []; + + if (projectDrafts.length === 0) { + return; + } + + const projectRoot = projectRootPath(projectDrafts); + $$invalidate(13, isCompiling = true); + let compiledCount = 0; + + for (let i = 0; i < projectDrafts.length; i++) { + const draft = projectDrafts[i]; + const label = `${draftTitle(draft)} (${i + 1}/${projectDrafts.length})`; + + const workflow = draft.workflow + ? $workflows[draft.workflow] + : $currentWorkflow; + + if (!workflow) { + new obsidian.Notice(`Skipped ${label}: no workflow assigned.`); + continue; + } + + const [validationResult, kinds] = calculateWorkflow(workflow, draft.format === "scenes"); + + if (validationResult.error !== WorkflowError.Valid) { + new obsidian.Notice(`Skipped ${label}: ${validationResult.error}`); + continue; + } + + // Prefix per-step status with which draft we're on; swallow the per-draft + // success notice so we only announce once at the end. + const wrappedStatus = status => { + if (status.kind === "CompileStatusStep") { + $$invalidate(9, compileStatus.innerText = `Compiling ${label} — step ${status.stepIndex + 1}/${status.totalSteps}`, compileStatus); + } else if (status.kind === "CompileStatusError") { + onCompileStatusChange(status); + } + }; + + try { + yield compile(draft, workflow, kinds, wrappedStatus, { suppressOpenAfter: true, projectRoot }); + compiledCount++; + } catch(error) { + console.error("[Longform]", error); + new obsidian.Notice(`Failed to compile ${label}. See console for details.`); + } + } + + $$invalidate(13, isCompiling = false); + $$invalidate(9, compileStatus.innerText = `Compiled ${compiledCount} draft${compiledCount === 1 ? "" : "s"}.`, compileStatus); + compileStatus.classList.add("compile-status-success"); + restoreDefaultStatusAfter(); + new obsidian.Notice(`Compiled ${compiledCount} draft${compiledCount === 1 ? "" : "s"}.`); + }); } function input_input_handler() { @@ -29464,14 +29665,14 @@ function instance$c($$self, $$props, $$invalidate) { } $$self.$$.update = () => { - if ($$self.$$.dirty[0] & /*$workflows, _a*/ 8388624) { + if ($$self.$$.dirty[0] & /*$workflows, _a*/ 67108872) { // WORKFLOW MANAGEMENT - $$invalidate(0, allWorkflowNames = $$invalidate(23, _a = Object.keys($workflows).sort()) !== null && _a !== void 0 + $$invalidate(0, allWorkflowNames = $$invalidate(26, _a = Object.keys($workflows).sort()) !== null && _a !== void 0 ? _a : []); } - if ($$self.$$.dirty[0] & /*$selectedDraft, isDeletingWorkflow, currentWorkflowName, allWorkflowNames, $drafts*/ 50331659) { + if ($$self.$$.dirty[0] & /*$selectedDraft, isDeletingWorkflow, currentWorkflowName, allWorkflowNames, $drafts*/ 402653203) { { if ($selectedDraft) { $$invalidate(1, currentWorkflowName = $selectedDraft.workflow); @@ -29486,13 +29687,13 @@ function instance$c($$self, $$props, $$invalidate) { } } - if ($$self.$$.dirty[0] & /*$selectedDraft, $drafts*/ 33554440) { + if ($$self.$$.dirty[0] & /*$selectedDraft, $drafts*/ 268435472) { { currentDraftIndex = $selectedDraft && $drafts.findIndex(d => d.vaultPath === $selectedDraft.vaultPath); } } - if ($$self.$$.dirty[0] & /*$currentWorkflow, $selectedDraft*/ 12) { + if ($$self.$$.dirty[0] & /*$currentWorkflow, $selectedDraft*/ 20) { { if ($currentWorkflow) { $$invalidate(11, [validation, calculatedKinds] = calculateWorkflow($currentWorkflow, $selectedDraft.format === "scenes"), validation); @@ -29521,8 +29722,8 @@ function instance$c($$self, $$props, $$invalidate) { allWorkflowNames, currentWorkflowName, $currentWorkflow, - $selectedDraft, $workflows, + $selectedDraft, workflowContextButton, workflowInputState, workflowInputValue, @@ -29531,6 +29732,8 @@ function instance$c($$self, $$props, $$invalidate) { defaultCompileStatus, validation, items, + isCompiling, + $selectedProjectHasMultipleDrafts, selectedWorkflow, showCompileActionsMenu, workflowAction, @@ -29541,6 +29744,7 @@ function instance$c($$self, $$props, $$invalidate) { sortableOptions, itemOrderChanged, doCompile, + doCompileAll, _a, isDeletingWorkflow, $drafts, @@ -38113,8 +38317,8 @@ class ExplorerPane extends obsidian.ItemView { context.set("renameFolder", (oldPath, newPath) => { this.app.vault.adapter.rename(oldPath, newPath); }); - context.set("compile", (draft, workflow, kinds, statusCallback) => { - compile(this.app, draft, workflow, kinds, statusCallback); + context.set("compile", (draft, workflow, kinds, statusCallback, options) => { + return compile(this.app, draft, workflow, kinds, statusCallback, options); }); context.set("openCompileStepMenu", () => new AddStepModalContainer(this.app).open()); context.set("showCompileActionsMenu", (x, y, currentWorkflowName, action) => { @@ -38145,13 +38349,11 @@ class ExplorerPane extends obsidian.ItemView { new NewDraftModalContainer(this.app).open(); }); context.set("showMetadataModal", () => { + var _a; const draft = get_store_value(selectedDraft); if (!draft) return; - const projectPath = draft.vaultPath - .split("/") - .slice(0, -1) - .join("/"); + const projectPath = projectRootPath((_a = get_store_value(selectedProject)) !== null && _a !== void 0 ? _a : [draft]); new MetadataModal(this.app, projectPath, draft.title).open(); }); this.explorerView = new ExplorerView({ @@ -39197,6 +39399,7 @@ const compileCurrent = (plugin) => ({ id: "longform-compile-current", name: "Compile current project with current workflow", checkCallback: (checking) => { + var _a; const draft = get_store_value(selectedDraft); const workflow = get_store_value(currentWorkflow); if (checking) { @@ -39215,7 +39418,8 @@ const compileCurrent = (plugin) => ({ new obsidian.Notice("Compile complete."); } } - compile(plugin.app, draft, workflow, calculatedKinds, onCompileStatusChange); + const projectRoot = projectRootPath((_a = get_store_value(projects)[draft.title]) !== null && _a !== void 0 ? _a : [draft]); + compile(plugin.app, draft, workflow, calculatedKinds, onCompileStatusChange, { projectRoot }); }, }); const compileSelection = (plugin) => ({ @@ -39297,7 +39501,7 @@ const compileSelection = (plugin) => ({ new obsidian.Notice("Compile complete."); } } - compile(plugin.app, draft, workflow, calculatedKinds, onCompileStatusChange); + compile(plugin.app, draft, workflow, calculatedKinds, onCompileStatusChange, { projectRoot: projectRootPath(project) }); }).open(); }).open(); }).open(); diff --git a/PaperBell/.obsidian/plugins/longform-paperbell/manifest.json b/PaperBell/.obsidian/plugins/longform-paperbell/manifest.json index 7f92d223..948b7b70 100644 --- a/PaperBell/.obsidian/plugins/longform-paperbell/manifest.json +++ b/PaperBell/.obsidian/plugins/longform-paperbell/manifest.json @@ -1 +1 @@ -{"id":"longform-paperbell","name":"Longform (PaperBell)","version":"2.2.0-beta.4","minAppVersion":"1.0","description":"Write novels, screenplays, and other long projects in Obsidian.","author":"Kevin Barrett","authorUrl":"https://kevinbarrett.org","fundingUrl":"https://github.com/sponsors/kevboh","isDesktopOnly":false} \ No newline at end of file +{"id":"longform-paperbell","name":"Longform (PaperBell)","version":"2.2.0-beta.6","minAppVersion":"1.0","description":"Write novels, screenplays, and other long projects in Obsidian.","author":"Kevin Barrett","authorUrl":"https://kevinbarrett.org","fundingUrl":"https://github.com/sponsors/kevboh","isDesktopOnly":false} \ No newline at end of file diff --git a/PaperBell/.obsidian/plugins/obsidian-enhancing-export/data.json b/PaperBell/.obsidian/plugins/obsidian-enhancing-export/data.json index 4a5fab23..69ade1c9 100644 --- a/PaperBell/.obsidian/plugins/obsidian-enhancing-export/data.json +++ b/PaperBell/.obsidian/plugins/obsidian-enhancing-export/data.json @@ -18,6 +18,18 @@ "arguments": "--defaults=\"${vaultDir}/40 - Obsidian/脚本/pandoc/defaults/demo-obsidian.yaml\" --resource-path=\"${currentDir}\" --resource-path=\"${attachmentFolderPath}\" --resource-path=\"${currentDir}/figs\" --resource-path=\"${currentDir}/../figs\" --resource-path=\"${currentDir}/../imgs\" --resource-path=\"${currentDir}/imgs\" --resource-path=\"${currentDir}/images\" --resource-path=\"${currentDir}/../images\" --csl=\"${vaultDir}/40 - Obsidian/脚本/pandoc/csl/${metadata.csl}.csl\" -o \"${outputPath}\"", "extension": ".docx" }, + { + "name": "PaperBell (回复信·草稿)", + "type": "pandoc", + "arguments": "--defaults=\"${vaultDir}/40 - Obsidian/脚本/pandoc/defaults/response-letter.yaml\" --resource-path=\"${currentDir}\" --resource-path=\"${attachmentFolderPath}\" --resource-path=\"${currentDir}/figs\" --resource-path=\"${currentDir}/../figs\" --resource-path=\"${currentDir}/../imgs\" --resource-path=\"${currentDir}/imgs\" --resource-path=\"${currentDir}/images\" --resource-path=\"${currentDir}/../images\" --csl=\"${vaultDir}/40 - Obsidian/脚本/pandoc/csl/${metadata.csl}.csl\" --metadata=draft:true -o \"${outputPath}\"", + "extension": ".pdf" + }, + { + "name": "PaperBell (回复信·终稿)", + "type": "pandoc", + "arguments": "--defaults=\"${vaultDir}/40 - Obsidian/脚本/pandoc/defaults/response-letter.yaml\" --resource-path=\"${currentDir}\" --resource-path=\"${attachmentFolderPath}\" --resource-path=\"${currentDir}/figs\" --resource-path=\"${currentDir}/../figs\" --resource-path=\"${currentDir}/../imgs\" --resource-path=\"${currentDir}/imgs\" --resource-path=\"${currentDir}/images\" --resource-path=\"${currentDir}/../images\" --csl=\"${vaultDir}/40 - Obsidian/脚本/pandoc/csl/${metadata.csl}.csl\" --metadata=draft:false -o \"${outputPath}\"", + "extension": ".pdf" + }, { "name": "Markdown" }, @@ -72,11 +84,13 @@ ], "defaultExportDirectoryMode": "Same", "openExportedFile": true, - "env": {}, + "env": { + "TEXINPUTS": "${vaultDir}/40 - Obsidian/脚本/pandoc/templates/:${pluginDir}/textemplate/:" + }, "showExportProgressBar": true, "lastEditName": "eisvogel", "lastExportDirectory": { - "darwin": "/Users/songshgeo/Documents/Obsidian/PaperBell/Outputs/PaperBell用户文档" + "darwin": "/Users/songshgeo/Documents/Obsidian/PaperBell/40 - Obsidian/模板" }, - "lastExportType": "PaperBell (Word)" + "lastExportType": "PaperBell (回复信·终稿)" } \ No newline at end of file diff --git a/PaperBell/.obsidian/plugins/obsidian-git/data.json b/PaperBell/.obsidian/plugins/obsidian-git/data.json new file mode 100644 index 00000000..22966b9d --- /dev/null +++ b/PaperBell/.obsidian/plugins/obsidian-git/data.json @@ -0,0 +1,7 @@ +{ + "diffStyle": "split", + "dateInHistoryView": true, + "authorInHistoryView": "hide", + "commitDateFormat": "YYYY-MM-DD HH:mm", + "commitMessage": "vault backup: {{date}}" +} diff --git a/PaperBell/.obsidian/plugins/obsidian-git/main.js b/PaperBell/.obsidian/plugins/obsidian-git/main.js new file mode 100644 index 00000000..199a1d6b --- /dev/null +++ b/PaperBell/.obsidian/plugins/obsidian-git/main.js @@ -0,0 +1,415 @@ +/* +THIS IS A GENERATED/BUNDLED FILE BY ESBUILD +if you want to view the source visit the plugins github repository (https://github.com/denolehov/obsidian-git) +*/ + +var hF=Object.create;var uc=Object.defineProperty;var pF=Object.getOwnPropertyDescriptor;var mF=Object.getOwnPropertyNames;var gF=Object.getPrototypeOf,vF=Object.prototype.hasOwnProperty;var a_=t=>{throw TypeError(t)};var wF=(t,e,r)=>e in t?uc(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r;var _F=(t,e)=>()=>(t&&(e=t(t=0)),e);var H=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),bF=(t,e)=>{for(var r in e)uc(t,r,{get:e[r],enumerable:!0})},o_=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of mF(e))!vF.call(t,n)&&n!==r&&uc(t,n,{get:()=>e[n],enumerable:!(i=pF(e,n))||i.enumerable});return t};var Ht=(t,e,r)=>(r=t!=null?hF(gF(t)):{},o_(e||!t||!t.__esModule?uc(r,"default",{value:t,enumerable:!0}):r,t)),yF=t=>o_(uc({},"__esModule",{value:!0}),t);var Ve=(t,e,r)=>wF(t,typeof e!="symbol"?e+"":e,r),Bp=(t,e,r)=>e.has(t)||a_("Cannot "+r);var R=(t,e,r)=>(Bp(t,e,"read from private field"),r?r.call(t):e.get(t)),pe=(t,e,r)=>e.has(t)?a_("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),we=(t,e,r,i)=>(Bp(t,e,"write to private field"),i?i.call(t,r):e.set(t,r),r),Me=(t,e,r)=>(Bp(t,e,"access private method"),r);var u_=H(vf=>{"use strict";m();vf.byteLength=EF;vf.toByteArray=kF;vf.fromByteArray=TF;var on=[],mi=[],xF=typeof Uint8Array!="undefined"?Uint8Array:Array,Hp="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Js=0,l_=Hp.length;Js0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var i=r===e?0:4-r%4;return[r,i]}function EF(t){var e=c_(t),r=e[0],i=e[1];return(r+i)*3/4-i}function SF(t,e,r){return(e+r)*3/4-r}function kF(t){var e,r=c_(t),i=r[0],n=r[1],s=new xF(SF(t,i,n)),a=0,o=n>0?i-4:i,l;for(l=0;l>16&255,s[a++]=e>>8&255,s[a++]=e&255;return n===2&&(e=mi[t.charCodeAt(l)]<<2|mi[t.charCodeAt(l+1)]>>4,s[a++]=e&255),n===1&&(e=mi[t.charCodeAt(l)]<<10|mi[t.charCodeAt(l+1)]<<4|mi[t.charCodeAt(l+2)]>>2,s[a++]=e>>8&255,s[a++]=e&255),s}function AF(t){return on[t>>18&63]+on[t>>12&63]+on[t>>6&63]+on[t&63]}function CF(t,e,r){for(var i,n=[],s=e;so?o:a+s));return i===1?(e=t[r-1],n.push(on[e>>2]+on[e<<4&63]+"==")):i===2&&(e=(t[r-2]<<8)+t[r-1],n.push(on[e>>10]+on[e>>4&63]+on[e<<2&63]+"=")),n.join("")}});var f_=H(Up=>{m();Up.read=function(t,e,r,i,n){var s,a,o=n*8-i-1,l=(1<>1,u=-7,f=r?n-1:0,d=r?-1:1,h=t[e+f];for(f+=d,s=h&(1<<-u)-1,h>>=-u,u+=o;u>0;s=s*256+t[e+f],f+=d,u-=8);for(a=s&(1<<-u)-1,s>>=-u,u+=i;u>0;a=a*256+t[e+f],f+=d,u-=8);if(s===0)s=1-c;else{if(s===l)return a?NaN:(h?-1:1)*(1/0);a=a+Math.pow(2,i),s=s-c}return(h?-1:1)*a*Math.pow(2,s-i)};Up.write=function(t,e,r,i,n,s){var a,o,l,c=s*8-n-1,u=(1<>1,d=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,h=i?0:s-1,p=i?1:-1,g=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(o=isNaN(e)?1:0,a=u):(a=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-a))<1&&(a--,l*=2),a+f>=1?e+=d/l:e+=d*Math.pow(2,1-f),e*l>=2&&(a++,l/=2),a+f>=u?(o=0,a=u):a+f>=1?(o=(e*l-1)*Math.pow(2,n),a=a+f):(o=e*Math.pow(2,f-1)*Math.pow(2,n),a=0));n>=8;t[r+h]=o&255,h+=p,o/=256,n-=8);for(a=a<0;t[r+h]=a&255,h+=p,a/=256,c-=8);t[r+h-p]|=g*128}});var Zp=H(So=>{"use strict";m();var Gp=u_(),xo=f_(),d_=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;So.Buffer=F;So.SlowBuffer=MF;So.INSPECT_MAX_BYTES=50;var wf=2147483647;So.kMaxLength=wf;F.TYPED_ARRAY_SUPPORT=PF();!F.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function PF(){try{let t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(t){return!1}}Object.defineProperty(F.prototype,"parent",{enumerable:!0,get:function(){if(F.isBuffer(this))return this.buffer}});Object.defineProperty(F.prototype,"offset",{enumerable:!0,get:function(){if(F.isBuffer(this))return this.byteOffset}});function jn(t){if(t>wf)throw new RangeError('The value "'+t+'" is invalid for option "size"');let e=new Uint8Array(t);return Object.setPrototypeOf(e,F.prototype),e}function F(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Wp(t)}return g_(t,e,r)}F.poolSize=8192;function g_(t,e,r){if(typeof t=="string")return $F(t,e);if(ArrayBuffer.isView(t))return FF(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(ln(t,ArrayBuffer)||t&&ln(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(ln(t,SharedArrayBuffer)||t&&ln(t.buffer,SharedArrayBuffer)))return Vp(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let i=t.valueOf&&t.valueOf();if(i!=null&&i!==t)return F.from(i,e,r);let n=IF(t);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return F.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}F.from=function(t,e,r){return g_(t,e,r)};Object.setPrototypeOf(F.prototype,Uint8Array.prototype);Object.setPrototypeOf(F,Uint8Array);function v_(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function RF(t,e,r){return v_(t),t<=0?jn(t):e!==void 0?typeof r=="string"?jn(t).fill(e,r):jn(t).fill(e):jn(t)}F.alloc=function(t,e,r){return RF(t,e,r)};function Wp(t){return v_(t),jn(t<0?0:qp(t)|0)}F.allocUnsafe=function(t){return Wp(t)};F.allocUnsafeSlow=function(t){return Wp(t)};function $F(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!F.isEncoding(e))throw new TypeError("Unknown encoding: "+e);let r=w_(t,e)|0,i=jn(r),n=i.write(t,e);return n!==r&&(i=i.slice(0,n)),i}function jp(t){let e=t.length<0?0:qp(t.length)|0,r=jn(e);for(let i=0;i=wf)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+wf.toString(16)+" bytes");return t|0}function MF(t){return+t!=t&&(t=0),F.alloc(+t)}F.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==F.prototype};F.compare=function(e,r){if(ln(e,Uint8Array)&&(e=F.from(e,e.offset,e.byteLength)),ln(r,Uint8Array)&&(r=F.from(r,r.offset,r.byteLength)),!F.isBuffer(e)||!F.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;let i=e.length,n=r.length;for(let s=0,a=Math.min(i,n);sn.length?(F.isBuffer(a)||(a=F.from(a)),a.copy(n,s)):Uint8Array.prototype.set.call(n,a,s);else if(F.isBuffer(a))a.copy(n,s);else throw new TypeError('"list" argument must be an Array of Buffers');s+=a.length}return n};function w_(t,e){if(F.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||ln(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);let r=t.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&r===0)return 0;let n=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return zp(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return C_(t).length;default:if(n)return i?-1:zp(t).length;e=(""+e).toLowerCase(),n=!0}}F.byteLength=w_;function DF(t,e,r){let i=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return zF(this,e,r);case"utf8":case"utf-8":return b_(this,e,r);case"ascii":return jF(this,e,r);case"latin1":case"binary":return VF(this,e,r);case"base64":return UF(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return WF(this,e,r);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),i=!0}}F.prototype._isBuffer=!0;function ea(t,e,r){let i=t[e];t[e]=t[r],t[r]=i}F.prototype.swap16=function(){let e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let r=0;rr&&(e+=" ... "),""};d_&&(F.prototype[d_]=F.prototype.inspect);F.prototype.compare=function(e,r,i,n,s){if(ln(e,Uint8Array)&&(e=F.from(e,e.offset,e.byteLength)),!F.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),i===void 0&&(i=e?e.length:0),n===void 0&&(n=0),s===void 0&&(s=this.length),r<0||i>e.length||n<0||s>this.length)throw new RangeError("out of range index");if(n>=s&&r>=i)return 0;if(n>=s)return-1;if(r>=i)return 1;if(r>>>=0,i>>>=0,n>>>=0,s>>>=0,this===e)return 0;let a=s-n,o=i-r,l=Math.min(a,o),c=this.slice(n,s),u=e.slice(r,i);for(let f=0;f2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Xp(r)&&(r=n?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(n)return-1;r=t.length-1}else if(r<0)if(n)r=0;else return-1;if(typeof e=="string"&&(e=F.from(e,i)),F.isBuffer(e))return e.length===0?-1:h_(t,e,r,i,n);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):h_(t,[e],r,i,n);throw new TypeError("val must be string, number or Buffer")}function h_(t,e,r,i,n){let s=1,a=t.length,o=e.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(t.length<2||e.length<2)return-1;s=2,a/=2,o/=2,r/=2}function l(u,f){return s===1?u[f]:u.readUInt16BE(f*s)}let c;if(n){let u=-1;for(c=r;ca&&(r=a-o),c=r;c>=0;c--){let u=!0;for(let f=0;fn&&(i=n)):i=n;let s=e.length;i>s/2&&(i=s/2);let a;for(a=0;a>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let s=this.length-r;if((i===void 0||i>s)&&(i=s),e.length>0&&(i<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");let a=!1;for(;;)switch(n){case"hex":return OF(this,e,r,i);case"utf8":case"utf-8":return LF(this,e,r,i);case"ascii":case"latin1":case"binary":return NF(this,e,r,i);case"base64":return BF(this,e,r,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return HF(this,e,r,i);default:if(a)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),a=!0}};F.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function UF(t,e,r){return e===0&&r===t.length?Gp.fromByteArray(t):Gp.fromByteArray(t.slice(e,r))}function b_(t,e,r){r=Math.min(t.length,r);let i=[],n=e;for(;n239?4:s>223?3:s>191?2:1;if(n+o<=r){let l,c,u,f;switch(o){case 1:s<128&&(a=s);break;case 2:l=t[n+1],(l&192)===128&&(f=(s&31)<<6|l&63,f>127&&(a=f));break;case 3:l=t[n+1],c=t[n+2],(l&192)===128&&(c&192)===128&&(f=(s&15)<<12|(l&63)<<6|c&63,f>2047&&(f<55296||f>57343)&&(a=f));break;case 4:l=t[n+1],c=t[n+2],u=t[n+3],(l&192)===128&&(c&192)===128&&(u&192)===128&&(f=(s&15)<<18|(l&63)<<12|(c&63)<<6|u&63,f>65535&&f<1114112&&(a=f))}}a===null?(a=65533,o=1):a>65535&&(a-=65536,i.push(a>>>10&1023|55296),a=56320|a&1023),i.push(a),n+=o}return GF(i)}var p_=4096;function GF(t){let e=t.length;if(e<=p_)return String.fromCharCode.apply(String,t);let r="",i=0;for(;ii)&&(r=i);let n="";for(let s=e;si&&(e=i),r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),rr)throw new RangeError("Trying to access beyond buffer length")}F.prototype.readUintLE=F.prototype.readUIntLE=function(e,r,i){e=e>>>0,r=r>>>0,i||Ut(e,r,this.length);let n=this[e],s=1,a=0;for(;++a>>0,r=r>>>0,i||Ut(e,r,this.length);let n=this[e+--r],s=1;for(;r>0&&(s*=256);)n+=this[e+--r]*s;return n};F.prototype.readUint8=F.prototype.readUInt8=function(e,r){return e=e>>>0,r||Ut(e,1,this.length),this[e]};F.prototype.readUint16LE=F.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||Ut(e,2,this.length),this[e]|this[e+1]<<8};F.prototype.readUint16BE=F.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||Ut(e,2,this.length),this[e]<<8|this[e+1]};F.prototype.readUint32LE=F.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||Ut(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};F.prototype.readUint32BE=F.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||Ut(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};F.prototype.readBigUInt64LE=vs(function(e){e=e>>>0,Eo(e,"offset");let r=this[e],i=this[e+7];(r===void 0||i===void 0)&&fc(e,this.length-8);let n=r+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24,s=this[++e]+this[++e]*2**8+this[++e]*2**16+i*2**24;return BigInt(n)+(BigInt(s)<>>0,Eo(e,"offset");let r=this[e],i=this[e+7];(r===void 0||i===void 0)&&fc(e,this.length-8);let n=r*2**24+this[++e]*2**16+this[++e]*2**8+this[++e],s=this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+i;return(BigInt(n)<>>0,r=r>>>0,i||Ut(e,r,this.length);let n=this[e],s=1,a=0;for(;++a=s&&(n-=Math.pow(2,8*r)),n};F.prototype.readIntBE=function(e,r,i){e=e>>>0,r=r>>>0,i||Ut(e,r,this.length);let n=r,s=1,a=this[e+--n];for(;n>0&&(s*=256);)a+=this[e+--n]*s;return s*=128,a>=s&&(a-=Math.pow(2,8*r)),a};F.prototype.readInt8=function(e,r){return e=e>>>0,r||Ut(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};F.prototype.readInt16LE=function(e,r){e=e>>>0,r||Ut(e,2,this.length);let i=this[e]|this[e+1]<<8;return i&32768?i|4294901760:i};F.prototype.readInt16BE=function(e,r){e=e>>>0,r||Ut(e,2,this.length);let i=this[e+1]|this[e]<<8;return i&32768?i|4294901760:i};F.prototype.readInt32LE=function(e,r){return e=e>>>0,r||Ut(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};F.prototype.readInt32BE=function(e,r){return e=e>>>0,r||Ut(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};F.prototype.readBigInt64LE=vs(function(e){e=e>>>0,Eo(e,"offset");let r=this[e],i=this[e+7];(r===void 0||i===void 0)&&fc(e,this.length-8);let n=this[e+4]+this[e+5]*2**8+this[e+6]*2**16+(i<<24);return(BigInt(n)<>>0,Eo(e,"offset");let r=this[e],i=this[e+7];(r===void 0||i===void 0)&&fc(e,this.length-8);let n=(r<<24)+this[++e]*2**16+this[++e]*2**8+this[++e];return(BigInt(n)<>>0,r||Ut(e,4,this.length),xo.read(this,e,!0,23,4)};F.prototype.readFloatBE=function(e,r){return e=e>>>0,r||Ut(e,4,this.length),xo.read(this,e,!1,23,4)};F.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||Ut(e,8,this.length),xo.read(this,e,!0,52,8)};F.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||Ut(e,8,this.length),xo.read(this,e,!1,52,8)};function Rr(t,e,r,i,n,s){if(!F.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>n||et.length)throw new RangeError("Index out of range")}F.prototype.writeUintLE=F.prototype.writeUIntLE=function(e,r,i,n){if(e=+e,r=r>>>0,i=i>>>0,!n){let o=Math.pow(2,8*i)-1;Rr(this,e,r,i,o,0)}let s=1,a=0;for(this[r]=e&255;++a>>0,i=i>>>0,!n){let o=Math.pow(2,8*i)-1;Rr(this,e,r,i,o,0)}let s=i-1,a=1;for(this[r+s]=e&255;--s>=0&&(a*=256);)this[r+s]=e/a&255;return r+i};F.prototype.writeUint8=F.prototype.writeUInt8=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,1,255,0),this[r]=e&255,r+1};F.prototype.writeUint16LE=F.prototype.writeUInt16LE=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};F.prototype.writeUint16BE=F.prototype.writeUInt16BE=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};F.prototype.writeUint32LE=F.prototype.writeUInt32LE=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};F.prototype.writeUint32BE=F.prototype.writeUInt32BE=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function y_(t,e,r,i,n){A_(e,i,n,t,r,7);let s=Number(e&BigInt(4294967295));t[r++]=s,s=s>>8,t[r++]=s,s=s>>8,t[r++]=s,s=s>>8,t[r++]=s;let a=Number(e>>BigInt(32)&BigInt(4294967295));return t[r++]=a,a=a>>8,t[r++]=a,a=a>>8,t[r++]=a,a=a>>8,t[r++]=a,r}function x_(t,e,r,i,n){A_(e,i,n,t,r,7);let s=Number(e&BigInt(4294967295));t[r+7]=s,s=s>>8,t[r+6]=s,s=s>>8,t[r+5]=s,s=s>>8,t[r+4]=s;let a=Number(e>>BigInt(32)&BigInt(4294967295));return t[r+3]=a,a=a>>8,t[r+2]=a,a=a>>8,t[r+1]=a,a=a>>8,t[r]=a,r+8}F.prototype.writeBigUInt64LE=vs(function(e,r=0){return y_(this,e,r,BigInt(0),BigInt("0xffffffffffffffff"))});F.prototype.writeBigUInt64BE=vs(function(e,r=0){return x_(this,e,r,BigInt(0),BigInt("0xffffffffffffffff"))});F.prototype.writeIntLE=function(e,r,i,n){if(e=+e,r=r>>>0,!n){let l=Math.pow(2,8*i-1);Rr(this,e,r,i,l-1,-l)}let s=0,a=1,o=0;for(this[r]=e&255;++s>0)-o&255;return r+i};F.prototype.writeIntBE=function(e,r,i,n){if(e=+e,r=r>>>0,!n){let l=Math.pow(2,8*i-1);Rr(this,e,r,i,l-1,-l)}let s=i-1,a=1,o=0;for(this[r+s]=e&255;--s>=0&&(a*=256);)e<0&&o===0&&this[r+s+1]!==0&&(o=1),this[r+s]=(e/a>>0)-o&255;return r+i};F.prototype.writeInt8=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};F.prototype.writeInt16LE=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};F.prototype.writeInt16BE=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};F.prototype.writeInt32LE=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};F.prototype.writeInt32BE=function(e,r,i){return e=+e,r=r>>>0,i||Rr(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};F.prototype.writeBigInt64LE=vs(function(e,r=0){return y_(this,e,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});F.prototype.writeBigInt64BE=vs(function(e,r=0){return x_(this,e,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function E_(t,e,r,i,n,s){if(r+i>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function S_(t,e,r,i,n){return e=+e,r=r>>>0,n||E_(t,e,r,4,34028234663852886e22,-34028234663852886e22),xo.write(t,e,r,i,23,4),r+4}F.prototype.writeFloatLE=function(e,r,i){return S_(this,e,r,!0,i)};F.prototype.writeFloatBE=function(e,r,i){return S_(this,e,r,!1,i)};function k_(t,e,r,i,n){return e=+e,r=r>>>0,n||E_(t,e,r,8,17976931348623157e292,-17976931348623157e292),xo.write(t,e,r,i,52,8),r+8}F.prototype.writeDoubleLE=function(e,r,i){return k_(this,e,r,!0,i)};F.prototype.writeDoubleBE=function(e,r,i){return k_(this,e,r,!1,i)};F.prototype.copy=function(e,r,i,n){if(!F.isBuffer(e))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),r>=e.length&&(r=e.length),r||(r=0),n>0&&n=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-r>>0,i=i===void 0?this.length:i>>>0,e||(e=0);let s;if(typeof e=="number")for(s=r;s2**32?n=m_(String(r)):typeof r=="bigint"&&(n=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(n=m_(n)),n+="n"),i+=` It must be ${e}. Received ${n}`,i},RangeError);function m_(t){let e="",r=t.length,i=t[0]==="-"?1:0;for(;r>=i+4;r-=3)e=`_${t.slice(r-3,r)}${e}`;return`${t.slice(0,r)}${e}`}function qF(t,e,r){Eo(e,"offset"),(t[e]===void 0||t[e+r]===void 0)&&fc(e,t.length-(r+1))}function A_(t,e,r,i,n,s){if(t>r||t3?e===0||e===BigInt(0)?o=`>= 0${a} and < 2${a} ** ${(s+1)*8}${a}`:o=`>= -(2${a} ** ${(s+1)*8-1}${a}) and < 2 ** ${(s+1)*8-1}${a}`:o=`>= ${e}${a} and <= ${r}${a}`,new yo.ERR_OUT_OF_RANGE("value",o,t)}qF(i,n,s)}function Eo(t,e){if(typeof t!="number")throw new yo.ERR_INVALID_ARG_TYPE(e,"number",t)}function fc(t,e,r){throw Math.floor(t)!==t?(Eo(t,r),new yo.ERR_OUT_OF_RANGE(r||"offset","an integer",t)):e<0?new yo.ERR_BUFFER_OUT_OF_BOUNDS:new yo.ERR_OUT_OF_RANGE(r||"offset",`>= ${r?1:0} and <= ${e}`,t)}var YF=/[^+/0-9A-Za-z-_]/g;function XF(t){if(t=t.split("=")[0],t=t.trim().replace(YF,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function zp(t,e){e=e||1/0;let r,i=t.length,n=null,s=[];for(let a=0;a55295&&r<57344){if(!n){if(r>56319){(e-=3)>-1&&s.push(239,191,189);continue}else if(a+1===i){(e-=3)>-1&&s.push(239,191,189);continue}n=r;continue}if(r<56320){(e-=3)>-1&&s.push(239,191,189),n=r;continue}r=(n-55296<<10|r-56320)+65536}else n&&(e-=3)>-1&&s.push(239,191,189);if(n=null,r<128){if((e-=1)<0)break;s.push(r)}else if(r<2048){if((e-=2)<0)break;s.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;s.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;s.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return s}function ZF(t){let e=[];for(let r=0;r>8,n=r%256,s.push(n),s.push(i);return s}function C_(t){return Gp.toByteArray(XF(t))}function _f(t,e,r,i){let n;for(n=0;n=e.length||n>=t.length);++n)e[n+r]=t[n];return n}function ln(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function Xp(t){return t!==t}var QF=function(){let t="0123456789abcdef",e=new Array(256);for(let r=0;r<16;++r){let i=r*16;for(let n=0;n<16;++n)e[i+n]=t[r]+t[n]}return e}();function vs(t){return typeof BigInt=="undefined"?JF:t}function JF(){throw new Error("BigInt not supported")}});var T_,Kp,Buffer,m=_F(()=>{T_=require("obsidian");T_.Platform.isMobileApp?Kp=Zp().Buffer:Kp=global.Buffer;Buffer=Kp});var R_=H((hG,P_)=>{"use strict";m();var Yr=function(t){if(t=t||{},this.Promise=t.Promise||Promise,this.queues=Object.create(null),this.domainReentrant=t.domainReentrant||!1,this.domainReentrant){if(typeof process=="undefined"||typeof process.domain=="undefined")throw new Error("Domain-reentrant locks require `process.domain` to exist. Please flip `opts.domainReentrant = false`, use a NodeJS version that still implements Domain, or install a browser polyfill.");this.domains=Object.create(null)}this.timeout=t.timeout||Yr.DEFAULT_TIMEOUT,this.maxOccupationTime=t.maxOccupationTime||Yr.DEFAULT_MAX_OCCUPATION_TIME,this.maxExecutionTime=t.maxExecutionTime||Yr.DEFAULT_MAX_EXECUTION_TIME,t.maxPending===1/0||Number.isInteger(t.maxPending)&&t.maxPending>=0?this.maxPending=t.maxPending:this.maxPending=Yr.DEFAULT_MAX_PENDING};Yr.DEFAULT_TIMEOUT=0;Yr.DEFAULT_MAX_OCCUPATION_TIME=0;Yr.DEFAULT_MAX_EXECUTION_TIME=0;Yr.DEFAULT_MAX_PENDING=1e3;Yr.prototype.acquire=function(t,e,r,i){if(Array.isArray(t))return this._acquireBatch(t,e,r,i);if(typeof e!="function")throw new Error("You must pass a function to execute");var n=null,s=null,a=null;typeof r!="function"&&(i=r,r=null,a=new this.Promise(function(b,S){n=b,s=S})),i=i||{};var o=!1,l=null,c=null,u=null,f=this,d=function(b,S,k){c&&(clearTimeout(c),c=null),u&&(clearTimeout(u),u=null),b&&(f.queues[t]&&f.queues[t].length===0&&delete f.queues[t],f.domainReentrant&&delete f.domains[t]),o||(a?S?s(S):n(k):typeof r=="function"&&r(S,k),o=!0),b&&f.queues[t]&&f.queues[t].length>0&&f.queues[t].shift()()},h=function(b){if(o)return d(b);l&&(clearTimeout(l),l=null),f.domainReentrant&&b&&(f.domains[t]=process.domain);var S=i.maxExecutionTime||f.maxExecutionTime;if(S&&(u=setTimeout(function(){f.queues[t]&&d(b,new Error("Maximum execution time is exceeded "+t))},S)),e.length===1){var k=!1;try{e(function(E,A){k||(k=!0,d(b,E,A))})}catch(E){k||(k=!0,d(b,E))}}else f._promiseTry(function(){return e()}).then(function(E){d(b,void 0,E)},function(E){d(b,E)})};f.domainReentrant&&process.domain&&(h=process.domain.bind(h));var p=i.maxPending||f.maxPending;if(!f.queues[t])f.queues[t]=[],h(!0);else if(f.domainReentrant&&process.domain&&process.domain===f.domains[t])h(!1);else if(f.queues[t].length>=p)d(!1,new Error("Too many pending tasks in queue "+t));else{var g=function(){h(!0)};i.skipQueue?f.queues[t].unshift(g):f.queues[t].push(g);var v=i.timeout||f.timeout;v&&(l=setTimeout(function(){l=null,d(!1,new Error("async-lock timed out in queue "+t))},v))}var _=i.maxOccupationTime||f.maxOccupationTime;if(_&&(c=setTimeout(function(){f.queues[t]&&d(!1,new Error("Maximum occupation time is exceeded in queue "+t))},_)),a)return a};Yr.prototype._acquireBatch=function(t,e,r,i){typeof r!="function"&&(i=r,r=null);var n=this,s=function(o,l){return function(c){n.acquire(o,l,c,i)}},a=t.reduceRight(function(o,l){return s(l,o)},e);if(typeof r=="function")a(r);else return new this.Promise(function(o,l){a.length===1?a(function(c,u){c?l(c):o(u)}):o(a())})};Yr.prototype.isBusy=function(t){return t?!!this.queues[t]:Object.keys(this.queues).length>0};Yr.prototype._promiseTry=function(t){try{return this.Promise.resolve(t())}catch(e){return this.Promise.reject(e)}};P_.exports=Yr});var F_=H((mG,$_)=>{"use strict";m();$_.exports=R_()});var I_=H((vG,Qp)=>{m();typeof Object.create=="function"?Qp.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:Qp.exports=function(e,r){if(r){e.super_=r;var i=function(){};i.prototype=r.prototype,e.prototype=new i,e.prototype.constructor=e}}});var yf=H((Jp,D_)=>{m();var bf=Zp(),cn=bf.Buffer;function M_(t,e){for(var r in t)e[r]=t[r]}cn.from&&cn.alloc&&cn.allocUnsafe&&cn.allocUnsafeSlow?D_.exports=bf:(M_(bf,Jp),Jp.Buffer=ta);function ta(t,e,r){return cn(t,e,r)}ta.prototype=Object.create(cn.prototype);M_(cn,ta);ta.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return cn(t,e,r)};ta.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var i=cn(t);return e!==void 0?typeof r=="string"?i.fill(e,r):i.fill(e):i.fill(0),i};ta.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return cn(t)};ta.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return bf.SlowBuffer(t)}});var L_=H((bG,O_)=>{m();var eI={}.toString;O_.exports=Array.isArray||function(t){return eI.call(t)=="[object Array]"}});var ko=H((xG,N_)=>{"use strict";m();N_.exports=TypeError});var em=H((SG,B_)=>{"use strict";m();B_.exports=Object});var U_=H((AG,H_)=>{"use strict";m();H_.exports=Error});var j_=H((TG,G_)=>{"use strict";m();G_.exports=EvalError});var z_=H((RG,V_)=>{"use strict";m();V_.exports=RangeError});var q_=H((FG,W_)=>{"use strict";m();W_.exports=ReferenceError});var tm=H((MG,Y_)=>{"use strict";m();Y_.exports=SyntaxError});var Z_=H((OG,X_)=>{"use strict";m();X_.exports=URIError});var Q_=H((NG,K_)=>{"use strict";m();K_.exports=Math.abs});var eb=H((HG,J_)=>{"use strict";m();J_.exports=Math.floor});var rb=H((GG,tb)=>{"use strict";m();tb.exports=Math.max});var nb=H((VG,ib)=>{"use strict";m();ib.exports=Math.min});var ab=H((WG,sb)=>{"use strict";m();sb.exports=Math.pow});var lb=H((YG,ob)=>{"use strict";m();ob.exports=Math.round});var ub=H((ZG,cb)=>{"use strict";m();cb.exports=Number.isNaN||function(e){return e!==e}});var db=H((QG,fb)=>{"use strict";m();var tI=ub();fb.exports=function(e){return tI(e)||e===0?e:e<0?-1:1}});var pb=H((ej,hb)=>{"use strict";m();hb.exports=Object.getOwnPropertyDescriptor});var Ao=H((rj,mb)=>{"use strict";m();var xf=pb();if(xf)try{xf([],"length")}catch(t){xf=null}mb.exports=xf});var dc=H((nj,gb)=>{"use strict";m();var Ef=Object.defineProperty||!1;if(Ef)try{Ef({},"a",{value:1})}catch(t){Ef=!1}gb.exports=Ef});var rm=H((aj,vb)=>{"use strict";m();vb.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},r=Symbol("test"),i=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(i)!=="[object Symbol]")return!1;var n=42;e[r]=n;for(var s in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var a=Object.getOwnPropertySymbols(e);if(a.length!==1||a[0]!==r||!Object.prototype.propertyIsEnumerable.call(e,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(e,r);if(o.value!==n||o.enumerable!==!0)return!1}return!0}});var bb=H((lj,_b)=>{"use strict";m();var wb=typeof Symbol!="undefined"&&Symbol,rI=rm();_b.exports=function(){return typeof wb!="function"||typeof Symbol!="function"||typeof wb("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:rI()}});var im=H((uj,yb)=>{"use strict";m();yb.exports=typeof Reflect!="undefined"&&Reflect.getPrototypeOf||null});var nm=H((dj,xb)=>{"use strict";m();var iI=em();xb.exports=iI.getPrototypeOf||null});var kb=H((pj,Sb)=>{"use strict";m();var nI="Function.prototype.bind called on incompatible ",sI=Object.prototype.toString,aI=Math.max,oI="[object Function]",Eb=function(e,r){for(var i=[],n=0;n{"use strict";m();var uI=kb();Ab.exports=Function.prototype.bind||uI});var Sf=H((wj,Cb)=>{"use strict";m();Cb.exports=Function.prototype.call});var kf=H((bj,Tb)=>{"use strict";m();Tb.exports=Function.prototype.apply});var Rb=H((xj,Pb)=>{"use strict";m();Pb.exports=typeof Reflect!="undefined"&&Reflect&&Reflect.apply});var sm=H((Sj,$b)=>{"use strict";m();var fI=Co(),dI=kf(),hI=Sf(),pI=Rb();$b.exports=pI||fI.call(hI,dI)});var Af=H((Aj,Fb)=>{"use strict";m();var mI=Co(),gI=ko(),vI=Sf(),wI=sm();Fb.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new gI("a function is required");return wI(mI,vI,e)}});var Nb=H((Tj,Lb)=>{"use strict";m();var _I=Af(),Ib=Ao(),Db;try{Db=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var am=!!Db&&Ib&&Ib(Object.prototype,"__proto__"),Ob=Object,Mb=Ob.getPrototypeOf;Lb.exports=am&&typeof am.get=="function"?_I([am.get]):typeof Mb=="function"?function(e){return Mb(e==null?e:Ob(e))}:!1});var om=H((Rj,Gb)=>{"use strict";m();var Bb=im(),Hb=nm(),Ub=Nb();Gb.exports=Bb?function(e){return Bb(e)}:Hb?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return Hb(e)}:Ub?function(e){return Ub(e)}:null});var Vb=H((Fj,jb)=>{"use strict";m();var bI=Function.prototype.call,yI=Object.prototype.hasOwnProperty,xI=Co();jb.exports=xI.call(bI,yI)});var um=H((Mj,Zb)=>{"use strict";m();var Ae,EI=em(),SI=U_(),kI=j_(),AI=z_(),CI=q_(),$o=tm(),Ro=ko(),TI=Z_(),PI=Q_(),RI=eb(),$I=rb(),FI=nb(),II=ab(),MI=lb(),DI=db(),Yb=Function,lm=function(t){try{return Yb('"use strict"; return ('+t+").constructor;")()}catch(e){}},hc=Ao(),OI=dc(),cm=function(){throw new Ro},LI=hc?function(){try{return arguments.callee,cm}catch(t){try{return hc(arguments,"callee").get}catch(e){return cm}}}():cm,To=bb()(),Gt=om(),NI=nm(),BI=im(),Xb=kf(),pc=Sf(),Po={},HI=typeof Uint8Array=="undefined"||!Gt?Ae:Gt(Uint8Array),ra={__proto__:null,"%AggregateError%":typeof AggregateError=="undefined"?Ae:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer=="undefined"?Ae:ArrayBuffer,"%ArrayIteratorPrototype%":To&&Gt?Gt([][Symbol.iterator]()):Ae,"%AsyncFromSyncIteratorPrototype%":Ae,"%AsyncFunction%":Po,"%AsyncGenerator%":Po,"%AsyncGeneratorFunction%":Po,"%AsyncIteratorPrototype%":Po,"%Atomics%":typeof Atomics=="undefined"?Ae:Atomics,"%BigInt%":typeof BigInt=="undefined"?Ae:BigInt,"%BigInt64Array%":typeof BigInt64Array=="undefined"?Ae:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array=="undefined"?Ae:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView=="undefined"?Ae:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":SI,"%eval%":eval,"%EvalError%":kI,"%Float16Array%":typeof Float16Array=="undefined"?Ae:Float16Array,"%Float32Array%":typeof Float32Array=="undefined"?Ae:Float32Array,"%Float64Array%":typeof Float64Array=="undefined"?Ae:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry=="undefined"?Ae:FinalizationRegistry,"%Function%":Yb,"%GeneratorFunction%":Po,"%Int8Array%":typeof Int8Array=="undefined"?Ae:Int8Array,"%Int16Array%":typeof Int16Array=="undefined"?Ae:Int16Array,"%Int32Array%":typeof Int32Array=="undefined"?Ae:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":To&&Gt?Gt(Gt([][Symbol.iterator]())):Ae,"%JSON%":typeof JSON=="object"?JSON:Ae,"%Map%":typeof Map=="undefined"?Ae:Map,"%MapIteratorPrototype%":typeof Map=="undefined"||!To||!Gt?Ae:Gt(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":EI,"%Object.getOwnPropertyDescriptor%":hc,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?Ae:Promise,"%Proxy%":typeof Proxy=="undefined"?Ae:Proxy,"%RangeError%":AI,"%ReferenceError%":CI,"%Reflect%":typeof Reflect=="undefined"?Ae:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set=="undefined"?Ae:Set,"%SetIteratorPrototype%":typeof Set=="undefined"||!To||!Gt?Ae:Gt(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer=="undefined"?Ae:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":To&&Gt?Gt(""[Symbol.iterator]()):Ae,"%Symbol%":To?Symbol:Ae,"%SyntaxError%":$o,"%ThrowTypeError%":LI,"%TypedArray%":HI,"%TypeError%":Ro,"%Uint8Array%":typeof Uint8Array=="undefined"?Ae:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray=="undefined"?Ae:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array=="undefined"?Ae:Uint16Array,"%Uint32Array%":typeof Uint32Array=="undefined"?Ae:Uint32Array,"%URIError%":TI,"%WeakMap%":typeof WeakMap=="undefined"?Ae:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?Ae:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?Ae:WeakSet,"%Function.prototype.call%":pc,"%Function.prototype.apply%":Xb,"%Object.defineProperty%":OI,"%Object.getPrototypeOf%":NI,"%Math.abs%":PI,"%Math.floor%":RI,"%Math.max%":$I,"%Math.min%":FI,"%Math.pow%":II,"%Math.round%":MI,"%Math.sign%":DI,"%Reflect.getPrototypeOf%":BI};if(Gt)try{null.error}catch(t){zb=Gt(Gt(t)),ra["%Error.prototype%"]=zb}var zb,UI=function t(e){var r;if(e==="%AsyncFunction%")r=lm("async function () {}");else if(e==="%GeneratorFunction%")r=lm("function* () {}");else if(e==="%AsyncGeneratorFunction%")r=lm("async function* () {}");else if(e==="%AsyncGenerator%"){var i=t("%AsyncGeneratorFunction%");i&&(r=i.prototype)}else if(e==="%AsyncIteratorPrototype%"){var n=t("%AsyncGenerator%");n&&Gt&&(r=Gt(n.prototype))}return ra[e]=r,r},Wb={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},mc=Co(),Cf=Vb(),GI=mc.call(pc,Array.prototype.concat),jI=mc.call(Xb,Array.prototype.splice),qb=mc.call(pc,String.prototype.replace),Tf=mc.call(pc,String.prototype.slice),VI=mc.call(pc,RegExp.prototype.exec),zI=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,WI=/\\(\\)?/g,qI=function(e){var r=Tf(e,0,1),i=Tf(e,-1);if(r==="%"&&i!=="%")throw new $o("invalid intrinsic syntax, expected closing `%`");if(i==="%"&&r!=="%")throw new $o("invalid intrinsic syntax, expected opening `%`");var n=[];return qb(e,zI,function(s,a,o,l){n[n.length]=o?qb(l,WI,"$1"):a||s}),n},YI=function(e,r){var i=e,n;if(Cf(Wb,i)&&(n=Wb[i],i="%"+n[0]+"%"),Cf(ra,i)){var s=ra[i];if(s===Po&&(s=UI(i)),typeof s=="undefined"&&!r)throw new Ro("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:i,value:s}}throw new $o("intrinsic "+e+" does not exist!")};Zb.exports=function(e,r){if(typeof e!="string"||e.length===0)throw new Ro("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Ro('"allowMissing" argument must be a boolean');if(VI(/^%?[^%]*%?$/,e)===null)throw new $o("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=qI(e),n=i.length>0?i[0]:"",s=YI("%"+n+"%",r),a=s.name,o=s.value,l=!1,c=s.alias;c&&(n=c[0],jI(i,GI([0,1],c)));for(var u=1,f=!0;u=i.length){var g=hc(o,d);f=!!g,f&&"get"in g&&!("originalValue"in g.get)?o=g.get:o=o[d]}else f=Cf(o,d),o=o[d];f&&!l&&(ra[a]=o)}}return o}});var fm=H((Oj,Jb)=>{"use strict";m();var Kb=um(),Qb=Af(),XI=Qb([Kb("%String.prototype.indexOf%")]);Jb.exports=function(e,r){var i=Kb(e,!!r);return typeof i=="function"&&XI(e,".prototype.")>-1?Qb([i]):i}});var iy=H((Nj,ry)=>{"use strict";m();var ty=Function.prototype.toString,Fo=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,hm,Pf;if(typeof Fo=="function"&&typeof Object.defineProperty=="function")try{hm=Object.defineProperty({},"length",{get:function(){throw Pf}}),Pf={},Fo(function(){throw 42},null,hm)}catch(t){t!==Pf&&(Fo=null)}else Fo=null;var ZI=/^\s*class\b/,pm=function(e){try{var r=ty.call(e);return ZI.test(r)}catch(i){return!1}},dm=function(e){try{return pm(e)?!1:(ty.call(e),!0)}catch(r){return!1}},Rf=Object.prototype.toString,KI="[object Object]",QI="[object Function]",JI="[object GeneratorFunction]",eM="[object HTMLAllCollection]",tM="[object HTML document.all class]",rM="[object HTMLCollection]",iM=typeof Symbol=="function"&&!!Symbol.toStringTag,nM=!(0 in[,]),mm=function(){return!1};typeof document=="object"&&(ey=document.all,Rf.call(ey)===Rf.call(document.all)&&(mm=function(e){if((nM||!e)&&(typeof e=="undefined"||typeof e=="object"))try{var r=Rf.call(e);return(r===eM||r===tM||r===rM||r===KI)&&e("")==null}catch(i){}return!1}));var ey;ry.exports=Fo?function(e){if(mm(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;try{Fo(e,null,hm)}catch(r){if(r!==Pf)return!1}return!pm(e)&&dm(e)}:function(e){if(mm(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;if(iM)return dm(e);if(pm(e))return!1;var r=Rf.call(e);return r!==QI&&r!==JI&&!/^\[object HTML/.test(r)?!1:dm(e)}});var ay=H((Hj,sy)=>{"use strict";m();var sM=iy(),aM=Object.prototype.toString,ny=Object.prototype.hasOwnProperty,oM=function(e,r,i){for(var n=0,s=e.length;n=3&&(n=i),uM(e)?oM(e,r,n):typeof e=="string"?lM(e,r,n):cM(e,r,n)}});var ly=H((Gj,oy)=>{"use strict";m();oy.exports=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]});var uy=H((Vj,cy)=>{"use strict";m();var gm=ly(),fM=typeof globalThis=="undefined"?global:globalThis;cy.exports=function(){for(var e=[],r=0;r{"use strict";m();var fy=dc(),dM=tm(),Io=ko(),dy=Ao();hy.exports=function(e,r,i){if(!e||typeof e!="object"&&typeof e!="function")throw new Io("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new Io("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new Io("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new Io("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new Io("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new Io("`loose`, if provided, must be a boolean");var n=arguments.length>3?arguments[3]:null,s=arguments.length>4?arguments[4]:null,a=arguments.length>5?arguments[5]:null,o=arguments.length>6?arguments[6]:!1,l=!!dy&&dy(e,r);if(fy)fy(e,r,{configurable:a===null&&l?l.configurable:!a,enumerable:n===null&&l?l.enumerable:!n,value:i,writable:s===null&&l?l.writable:!s});else if(o||!n&&!s&&!a)e[r]=i;else throw new dM("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var vy=H((Yj,gy)=>{"use strict";m();var vm=dc(),my=function(){return!!vm};my.hasArrayLengthDefineBug=function(){if(!vm)return null;try{return vm([],"length",{value:1}).length!==1}catch(e){return!0}};gy.exports=my});var xy=H((Zj,yy)=>{"use strict";m();var hM=um(),wy=py(),pM=vy()(),_y=Ao(),by=ko(),mM=hM("%Math.floor%");yy.exports=function(e,r){if(typeof e!="function")throw new by("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||mM(r)!==r)throw new by("`length` must be a positive 32-bit integer");var i=arguments.length>2&&!!arguments[2],n=!0,s=!0;if("length"in e&&_y){var a=_y(e,"length");a&&!a.configurable&&(n=!1),a&&!a.writable&&(s=!1)}return(n||s||!i)&&(pM?wy(e,"length",r,!0,!0):wy(e,"length",r)),e}});var Sy=H((Qj,Ey)=>{"use strict";m();var gM=Co(),vM=kf(),wM=sm();Ey.exports=function(){return wM(gM,vM,arguments)}});var Cy=H((eV,$f)=>{"use strict";m();var _M=xy(),ky=dc(),bM=Af(),Ay=Sy();$f.exports=function(e){var r=bM(arguments),i=1+e.length-(arguments.length-1);return _M(r,i>0?i:0,!0)};ky?ky($f.exports,"apply",{value:Ay}):$f.exports.apply=Ay});var Py=H((rV,Ty)=>{"use strict";m();var yM=rm();Ty.exports=function(){return yM()&&!!Symbol.toStringTag}});var My=H((nV,Iy)=>{"use strict";m();var Mf=ay(),xM=uy(),Ry=Cy(),_m=fm(),If=Ao(),Ff=om(),EM=_m("Object.prototype.toString"),Fy=Py()(),$y=typeof globalThis=="undefined"?global:globalThis,wm=xM(),bm=_m("String.prototype.slice"),SM=_m("Array.prototype.indexOf",!0)||function(e,r){for(var i=0;i-1?r:r!=="Object"?!1:AM(e)}return If?kM(e):null}});var Oy=H((aV,Dy)=>{"use strict";m();var CM=My();Dy.exports=function(e){return!!CM(e)}});var Ny=H((lV,Ly)=>{"use strict";m();var TM=ko(),PM=fm(),RM=PM("TypedArray.prototype.buffer",!0),$M=Oy();Ly.exports=RM||function(e){if(!$M(e))throw new TM("Not a Typed Array");return e.buffer}});var Uy=H((uV,Hy)=>{"use strict";m();var Ni=yf().Buffer,FM=L_(),IM=Ny(),MM=ArrayBuffer.isView||function(e){try{return IM(e),!0}catch(r){return!1}},DM=typeof Uint8Array!="undefined",By=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined",OM=By&&(Ni.prototype instanceof Uint8Array||Ni.TYPED_ARRAY_SUPPORT);Hy.exports=function(e,r){if(Ni.isBuffer(e))return e.constructor&&!("isBuffer"in e)?Ni.from(e):e;if(typeof e=="string")return Ni.from(e,r);if(By&&MM(e)){if(e.byteLength===0)return Ni.alloc(0);if(OM){var i=Ni.from(e.buffer,e.byteOffset,e.byteLength);if(i.byteLength===e.byteLength)return i}var n=e instanceof Uint8Array?e:new Uint8Array(e.buffer,e.byteOffset,e.byteLength),s=Ni.from(n);if(s.length===e.byteLength)return s}if(DM&&e instanceof Uint8Array)return Ni.from(e);var a=FM(e);if(a)for(var o=0;o255||~~l!==l)throw new RangeError("Array items must be numbers in the range 0-255.")}if(a||Ni.isBuffer(e)&&e.constructor&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e))return Ni.from(e);throw new TypeError('The "data" argument must be a string, an Array, a Buffer, a Uint8Array, or a DataView.')}});var jy=H((dV,Gy)=>{"use strict";m();var LM=yf().Buffer,NM=Uy();function Of(t,e){this._block=LM.alloc(t),this._finalSize=e,this._blockSize=t,this._len=0}Of.prototype.update=function(t,e){t=NM(t,e||"utf8");for(var r=this._block,i=this._blockSize,n=t.length,s=this._len,a=0;a=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=this._len*8;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var i=(r&4294967295)>>>0,n=(r-i)/4294967296;this._block.writeUInt32BE(n,this._blockSize-8),this._block.writeUInt32BE(i,this._blockSize-4)}this._update(this._block);var s=this._hash();return t?s.toString(t):s};Of.prototype._update=function(){throw new Error("_update must be implemented by subclass")};Gy.exports=Of});var Wy=H((pV,zy)=>{"use strict";m();var BM=I_(),Vy=jy(),HM=yf().Buffer,UM=[1518500249,1859775393,-1894007588,-899497514],GM=new Array(80);function gc(){this.init(),this._w=GM,Vy.call(this,64,56)}BM(gc,Vy);gc.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function jM(t){return t<<1|t>>>31}function VM(t){return t<<5|t>>>27}function zM(t){return t<<30|t>>>2}function WM(t,e,r,i){return t===0?e&r|~e&i:t===2?e&r|e&i|r&i:e^r^i}gc.prototype._update=function(t){for(var e=this._w,r=this._a|0,i=this._b|0,n=this._c|0,s=this._d|0,a=this._e|0,o=0;o<16;++o)e[o]=t.readInt32BE(o*4);for(;o<80;++o)e[o]=jM(e[o-3]^e[o-8]^e[o-14]^e[o-16]);for(var l=0;l<80;++l){var c=~~(l/20),u=VM(r)+WM(c,i,n,s)+a+e[l]+UM[c]|0;a=s,s=n,n=zM(i),i=r,r=u}this._a=r+this._a|0,this._b=i+this._b|0,this._c=n+this._c|0,this._d=s+this._d|0,this._e=a+this._e|0};gc.prototype._hash=function(){var t=HM.allocUnsafe(20);return t.writeInt32BE(this._a|0,0),t.writeInt32BE(this._b|0,4),t.writeInt32BE(this._c|0,8),t.writeInt32BE(this._d|0,12),t.writeInt32BE(this._e|0,16),t};zy.exports=gc});var Yy=H(ym=>{m();var qy;(function(t){typeof DO_NOT_EXPORT_CRC=="undefined"?typeof ym=="object"?t(ym):typeof define=="function"&&define.amd?define(function(){var e={};return t(e),e}):t(qy={}):t(qy={})})(function(t){t.version="1.2.2";function e(){for(var w=0,x=new Array(256),y=0;y!=256;++y)w=y,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,w=w&1?-306674912^w>>>1:w>>>1,x[y]=w;return typeof Int32Array!="undefined"?new Int32Array(x):x}var r=e();function i(w){var x=0,y=0,C=0,P=typeof Int32Array!="undefined"?new Int32Array(4096):new Array(4096);for(C=0;C!=256;++C)P[C]=w[C];for(C=0;C!=256;++C)for(y=w[C],x=256+C;x<4096;x+=256)y=P[x]=y>>>8^w[y&255];var L=[];for(C=1;C!=16;++C)L[C-1]=typeof Int32Array!="undefined"?P.subarray(C*256,C*256+256):P.slice(C*256,C*256+256);return L}var n=i(r),s=n[0],a=n[1],o=n[2],l=n[3],c=n[4],u=n[5],f=n[6],d=n[7],h=n[8],p=n[9],g=n[10],v=n[11],_=n[12],b=n[13],S=n[14];function k(w,x){for(var y=x^-1,C=0,P=w.length;C>>8^r[(y^w.charCodeAt(C++))&255];return~y}function E(w,x){for(var y=x^-1,C=w.length-15,P=0;P>8&255]^_[w[P++]^y>>16&255]^v[w[P++]^y>>>24]^g[w[P++]]^p[w[P++]]^h[w[P++]]^d[w[P++]]^f[w[P++]]^u[w[P++]]^c[w[P++]]^l[w[P++]]^o[w[P++]]^a[w[P++]]^s[w[P++]]^r[w[P++]];for(C+=15;P>>8^r[(y^w[P++])&255];return~y}function A(w,x){for(var y=x^-1,C=0,P=w.length,L=0,N=0;C>>8^r[(y^L)&255]:L<2048?(y=y>>>8^r[(y^(192|L>>6&31))&255],y=y>>>8^r[(y^(128|L&63))&255]):L>=55296&&L<57344?(L=(L&1023)+64,N=w.charCodeAt(C++)&1023,y=y>>>8^r[(y^(240|L>>8&7))&255],y=y>>>8^r[(y^(128|L>>2&63))&255],y=y>>>8^r[(y^(128|N>>6&15|(L&3)<<4))&255],y=y>>>8^r[(y^(128|N&63))&255]):(y=y>>>8^r[(y^(224|L>>12&15))&255],y=y>>>8^r[(y^(128|L>>6&63))&255],y=y>>>8^r[(y^(128|L&63))&255]);return~y}t.table=r,t.bstr=k,t.buf=E,t.str=A})});var Vn=H(_r=>{"use strict";m();var qM=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function YM(t,e){return Object.prototype.hasOwnProperty.call(t,e)}_r.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var r=e.shift();if(r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(var i in r)YM(r,i)&&(t[i]=r[i])}}return t};_r.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var XM={arraySet:function(t,e,r,i,n){if(e.subarray&&t.subarray){t.set(e.subarray(r,r+i),n);return}for(var s=0;s{"use strict";m();var KM=Vn(),QM=4,Xy=0,Zy=1,JM=2;function Do(t){for(var e=t.length;--e>=0;)t[e]=0}var eD=0,rx=1,tD=2,rD=3,iD=258,Tm=29,xc=256,wc=xc+1+Tm,Mo=30,Pm=19,ix=2*wc+1,ia=15,xm=16,nD=7,Rm=256,nx=16,sx=17,ax=18,Am=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Lf=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],sD=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],ox=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],aD=512,zn=new Array((wc+2)*2);Do(zn);var vc=new Array(Mo*2);Do(vc);var _c=new Array(aD);Do(_c);var bc=new Array(iD-rD+1);Do(bc);var $m=new Array(Tm);Do($m);var Nf=new Array(Mo);Do(Nf);function Em(t,e,r,i,n){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=i,this.max_length=n,this.has_stree=t&&t.length}var lx,cx,ux;function Sm(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function fx(t){return t<256?_c[t]:_c[256+(t>>>7)]}function yc(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}function $r(t,e,r){t.bi_valid>xm-r?(t.bi_buf|=e<>xm-t.bi_valid,t.bi_valid+=r-xm):(t.bi_buf|=e<>>=1,r<<=1;while(--e>0);return r>>>1}function oD(t){t.bi_valid===16?(yc(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)}function lD(t,e){var r=e.dyn_tree,i=e.max_code,n=e.stat_desc.static_tree,s=e.stat_desc.has_stree,a=e.stat_desc.extra_bits,o=e.stat_desc.extra_base,l=e.stat_desc.max_length,c,u,f,d,h,p,g=0;for(d=0;d<=ia;d++)t.bl_count[d]=0;for(r[t.heap[t.heap_max]*2+1]=0,c=t.heap_max+1;cl&&(d=l,g++),r[u*2+1]=d,!(u>i)&&(t.bl_count[d]++,h=0,u>=o&&(h=a[u-o]),p=r[u*2],t.opt_len+=p*(d+h),s&&(t.static_len+=p*(n[u*2+1]+h)));if(g!==0){do{for(d=l-1;t.bl_count[d]===0;)d--;t.bl_count[d]--,t.bl_count[d+1]+=2,t.bl_count[l]--,g-=2}while(g>0);for(d=l;d!==0;d--)for(u=t.bl_count[d];u!==0;)f=t.heap[--c],!(f>i)&&(r[f*2+1]!==d&&(t.opt_len+=(d-r[f*2+1])*r[f*2],r[f*2+1]=d),u--)}}function hx(t,e,r){var i=new Array(ia+1),n=0,s,a;for(s=1;s<=ia;s++)i[s]=n=n+r[s-1]<<1;for(a=0;a<=e;a++){var o=t[a*2+1];o!==0&&(t[a*2]=dx(i[o]++,o))}}function cD(){var t,e,r,i,n,s=new Array(ia+1);for(r=0,i=0;i>=7;i8?yc(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function uD(t,e,r,i){mx(t),i&&(yc(t,r),yc(t,~r)),KM.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function Ky(t,e,r,i){var n=e*2,s=r*2;return t[n]>1;a>=1;a--)km(t,r,a);c=s;do a=t.heap[1],t.heap[1]=t.heap[t.heap_len--],km(t,r,1),o=t.heap[1],t.heap[--t.heap_max]=a,t.heap[--t.heap_max]=o,r[c*2]=r[a*2]+r[o*2],t.depth[c]=(t.depth[a]>=t.depth[o]?t.depth[a]:t.depth[o])+1,r[a*2+1]=r[o*2+1]=c,t.heap[1]=c++,km(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],lD(t,e),hx(r,l,t.bl_count)}function Jy(t,e,r){var i,n=-1,s,a=e[0*2+1],o=0,l=7,c=4;for(a===0&&(l=138,c=3),e[(r+1)*2+1]=65535,i=0;i<=r;i++)s=a,a=e[(i+1)*2+1],!(++o=3&&t.bl_tree[ox[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function dD(t,e,r,i){var n;for($r(t,e-257,5),$r(t,r-1,5),$r(t,i-4,4),n=0;n>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return Xy;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return Zy;for(r=32;r0?(t.strm.data_type===JM&&(t.strm.data_type=hD(t)),Cm(t,t.l_desc),Cm(t,t.d_desc),a=fD(t),n=t.opt_len+3+7>>>3,s=t.static_len+3+7>>>3,s<=n&&(n=s)):n=s=r+5,r+4<=n&&e!==-1?gx(t,e,r,i):t.strategy===QM||s===n?($r(t,(rx<<1)+(i?1:0),3),Qy(t,zn,vc)):($r(t,(tD<<1)+(i?1:0),3),dD(t,t.l_desc.max_code+1,t.d_desc.max_code+1,a+1),Qy(t,t.dyn_ltree,t.dyn_dtree)),px(t),i&&mx(t)}function vD(t,e,r){return t.pending_buf[t.d_buf+t.last_lit*2]=e>>>8&255,t.pending_buf[t.d_buf+t.last_lit*2+1]=e&255,t.pending_buf[t.l_buf+t.last_lit]=r&255,t.last_lit++,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(bc[r]+xc+1)*2]++,t.dyn_dtree[fx(e)*2]++),t.last_lit===t.lit_bufsize-1}Oo._tr_init=pD;Oo._tr_stored_block=gx;Oo._tr_flush_block=gD;Oo._tr_tally=vD;Oo._tr_align=mD});var Fm=H((xV,wx)=>{"use strict";m();function wD(t,e,r,i){for(var n=t&65535|0,s=t>>>16&65535|0,a=0;r!==0;){a=r>2e3?2e3:r,r-=a;do n=n+e[i++]|0,s=s+n|0;while(--a);n%=65521,s%=65521}return n|s<<16|0}wx.exports=wD});var Im=H((SV,_x)=>{"use strict";m();function _D(){for(var t,e=[],r=0;r<256;r++){t=r;for(var i=0;i<8;i++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e}var bD=_D();function yD(t,e,r,i){var n=bD,s=i+r;t^=-1;for(var a=i;a>>8^n[(t^e[a])&255];return t^-1}_x.exports=yD});var Bf=H((AV,bx)=>{"use strict";m();bx.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}});var Px=H(hn=>{"use strict";m();var br=Vn(),gi=vx(),Sx=Fm(),ws=Im(),xD=Bf(),oa=0,ED=1,SD=3,Es=4,yx=5,dn=0,xx=1,vi=-2,kD=-3,Mm=-5,AD=-1,CD=1,Hf=2,TD=3,PD=4,RD=0,$D=2,Vf=8,FD=9,ID=15,MD=8,DD=29,OD=256,Om=OD+1+DD,LD=30,ND=19,BD=2*Om+1,HD=15,Pe=3,ys=258,Bi=ys+Pe+1,UD=32,zf=42,Lm=69,Uf=73,Gf=91,jf=103,na=113,Sc=666,$t=1,kc=2,sa=3,Bo=4,GD=3;function xs(t,e){return t.msg=xD[e],e}function Ex(t){return(t<<1)-(t>4?9:0)}function bs(t){for(var e=t.length;--e>=0;)t[e]=0}function _s(t){var e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(br.arraySet(t.output,e.pending_buf,e.pending_out,r,t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))}function Xt(t,e){gi._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,_s(t.strm)}function Ie(t,e){t.pending_buf[t.pending++]=e}function Ec(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function jD(t,e,r,i){var n=t.avail_in;return n>i&&(n=i),n===0?0:(t.avail_in-=n,br.arraySet(e,t.input,t.next_in,n,r),t.state.wrap===1?t.adler=Sx(t.adler,e,n,r):t.state.wrap===2&&(t.adler=ws(t.adler,e,n,r)),t.next_in+=n,t.total_in+=n,n)}function kx(t,e){var r=t.max_chain_length,i=t.strstart,n,s,a=t.prev_length,o=t.nice_match,l=t.strstart>t.w_size-Bi?t.strstart-(t.w_size-Bi):0,c=t.window,u=t.w_mask,f=t.prev,d=t.strstart+ys,h=c[i+a-1],p=c[i+a];t.prev_length>=t.good_match&&(r>>=2),o>t.lookahead&&(o=t.lookahead);do if(n=e,!(c[n+a]!==p||c[n+a-1]!==h||c[n]!==c[i]||c[++n]!==c[i+1])){i+=2,n++;do;while(c[++i]===c[++n]&&c[++i]===c[++n]&&c[++i]===c[++n]&&c[++i]===c[++n]&&c[++i]===c[++n]&&c[++i]===c[++n]&&c[++i]===c[++n]&&c[++i]===c[++n]&&ia){if(t.match_start=e,a=s,s>=o)break;h=c[i+a-1],p=c[i+a]}}while((e=f[e&u])>l&&--r!==0);return a<=t.lookahead?a:t.lookahead}function aa(t){var e=t.w_size,r,i,n,s,a;do{if(s=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-Bi)){br.arraySet(t.window,t.window,e,e,0),t.match_start-=e,t.strstart-=e,t.block_start-=e,i=t.hash_size,r=i;do n=t.head[--r],t.head[r]=n>=e?n-e:0;while(--i);i=e,r=i;do n=t.prev[--r],t.prev[r]=n>=e?n-e:0;while(--i);s+=e}if(t.strm.avail_in===0)break;if(i=jD(t.strm,t.window,t.strstart+t.lookahead,s),t.lookahead+=i,t.lookahead+t.insert>=Pe)for(a=t.strstart-t.insert,t.ins_h=t.window[a],t.ins_h=(t.ins_h<t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(aa(t),t.lookahead===0&&e===oa)return $t;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var i=t.block_start+r;if((t.strstart===0||t.strstart>=i)&&(t.lookahead=t.strstart-i,t.strstart=i,Xt(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-Bi&&(Xt(t,!1),t.strm.avail_out===0))return $t}return t.insert=0,e===Es?(Xt(t,!0),t.strm.avail_out===0?sa:Bo):(t.strstart>t.block_start&&(Xt(t,!1),t.strm.avail_out===0),$t)}function Dm(t,e){for(var r,i;;){if(t.lookahead=Pe&&(t.ins_h=(t.ins_h<=Pe)if(i=gi._tr_tally(t,t.strstart-t.match_start,t.match_length-Pe),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=Pe){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<=Pe&&(t.ins_h=(t.ins_h<4096)&&(t.match_length=Pe-1)),t.prev_length>=Pe&&t.match_length<=t.prev_length){n=t.strstart+t.lookahead-Pe,i=gi._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-Pe),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=n&&(t.ins_h=(t.ins_h<=Pe&&t.strstart>0&&(n=t.strstart-1,i=a[n],i===a[++n]&&i===a[++n]&&i===a[++n])){s=t.strstart+ys;do;while(i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&nt.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=Pe?(r=gi._tr_tally(t,1,t.match_length-Pe),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=gi._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(Xt(t,!1),t.strm.avail_out===0))return $t}return t.insert=0,e===Es?(Xt(t,!0),t.strm.avail_out===0?sa:Bo):t.last_lit&&(Xt(t,!1),t.strm.avail_out===0)?$t:kc}function WD(t,e){for(var r;;){if(t.lookahead===0&&(aa(t),t.lookahead===0)){if(e===oa)return $t;break}if(t.match_length=0,r=gi._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(Xt(t,!1),t.strm.avail_out===0))return $t}return t.insert=0,e===Es?(Xt(t,!0),t.strm.avail_out===0?sa:Bo):t.last_lit&&(Xt(t,!1),t.strm.avail_out===0)?$t:kc}function fn(t,e,r,i,n){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=i,this.func=n}var No;No=[new fn(0,0,0,0,VD),new fn(4,4,8,4,Dm),new fn(4,5,16,8,Dm),new fn(4,6,32,32,Dm),new fn(4,4,16,16,Lo),new fn(8,16,32,32,Lo),new fn(8,16,128,128,Lo),new fn(8,32,128,256,Lo),new fn(32,128,258,1024,Lo),new fn(32,258,258,4096,Lo)];function qD(t){t.window_size=2*t.w_size,bs(t.head),t.max_lazy_match=No[t.level].max_lazy,t.good_match=No[t.level].good_length,t.nice_match=No[t.level].nice_length,t.max_chain_length=No[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=Pe-1,t.match_available=0,t.ins_h=0}function YD(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=Vf,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new br.Buf16(BD*2),this.dyn_dtree=new br.Buf16((2*LD+1)*2),this.bl_tree=new br.Buf16((2*ND+1)*2),bs(this.dyn_ltree),bs(this.dyn_dtree),bs(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new br.Buf16(HD+1),this.heap=new br.Buf16(2*Om+1),bs(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new br.Buf16(2*Om+1),bs(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function Ax(t){var e;return!t||!t.state?xs(t,vi):(t.total_in=t.total_out=0,t.data_type=$D,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?zf:na,t.adler=e.wrap===2?0:1,e.last_flush=oa,gi._tr_init(e),dn)}function Cx(t){var e=Ax(t);return e===dn&&qD(t.state),e}function XD(t,e){return!t||!t.state||t.state.wrap!==2?vi:(t.state.gzhead=e,dn)}function Tx(t,e,r,i,n,s){if(!t)return vi;var a=1;if(e===AD&&(e=6),i<0?(a=0,i=-i):i>15&&(a=2,i-=16),n<1||n>FD||r!==Vf||i<8||i>15||e<0||e>9||s<0||s>PD)return xs(t,vi);i===8&&(i=9);var o=new YD;return t.state=o,o.strm=t,o.wrap=a,o.gzhead=null,o.w_bits=i,o.w_size=1<yx||e<0)return t?xs(t,vi):vi;if(i=t.state,!t.output||!t.input&&t.avail_in!==0||i.status===Sc&&e!==Es)return xs(t,t.avail_out===0?Mm:vi);if(i.strm=t,r=i.last_flush,i.last_flush=e,i.status===zf)if(i.wrap===2)t.adler=0,Ie(i,31),Ie(i,139),Ie(i,8),i.gzhead?(Ie(i,(i.gzhead.text?1:0)+(i.gzhead.hcrc?2:0)+(i.gzhead.extra?4:0)+(i.gzhead.name?8:0)+(i.gzhead.comment?16:0)),Ie(i,i.gzhead.time&255),Ie(i,i.gzhead.time>>8&255),Ie(i,i.gzhead.time>>16&255),Ie(i,i.gzhead.time>>24&255),Ie(i,i.level===9?2:i.strategy>=Hf||i.level<2?4:0),Ie(i,i.gzhead.os&255),i.gzhead.extra&&i.gzhead.extra.length&&(Ie(i,i.gzhead.extra.length&255),Ie(i,i.gzhead.extra.length>>8&255)),i.gzhead.hcrc&&(t.adler=ws(t.adler,i.pending_buf,i.pending,0)),i.gzindex=0,i.status=Lm):(Ie(i,0),Ie(i,0),Ie(i,0),Ie(i,0),Ie(i,0),Ie(i,i.level===9?2:i.strategy>=Hf||i.level<2?4:0),Ie(i,GD),i.status=na);else{var a=Vf+(i.w_bits-8<<4)<<8,o=-1;i.strategy>=Hf||i.level<2?o=0:i.level<6?o=1:i.level===6?o=2:o=3,a|=o<<6,i.strstart!==0&&(a|=UD),a+=31-a%31,i.status=na,Ec(i,a),i.strstart!==0&&(Ec(i,t.adler>>>16),Ec(i,t.adler&65535)),t.adler=1}if(i.status===Lm)if(i.gzhead.extra){for(n=i.pending;i.gzindex<(i.gzhead.extra.length&65535)&&!(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>n&&(t.adler=ws(t.adler,i.pending_buf,i.pending-n,n)),_s(t),n=i.pending,i.pending===i.pending_buf_size));)Ie(i,i.gzhead.extra[i.gzindex]&255),i.gzindex++;i.gzhead.hcrc&&i.pending>n&&(t.adler=ws(t.adler,i.pending_buf,i.pending-n,n)),i.gzindex===i.gzhead.extra.length&&(i.gzindex=0,i.status=Uf)}else i.status=Uf;if(i.status===Uf)if(i.gzhead.name){n=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>n&&(t.adler=ws(t.adler,i.pending_buf,i.pending-n,n)),_s(t),n=i.pending,i.pending===i.pending_buf_size)){s=1;break}i.gzindexn&&(t.adler=ws(t.adler,i.pending_buf,i.pending-n,n)),s===0&&(i.gzindex=0,i.status=Gf)}else i.status=Gf;if(i.status===Gf)if(i.gzhead.comment){n=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>n&&(t.adler=ws(t.adler,i.pending_buf,i.pending-n,n)),_s(t),n=i.pending,i.pending===i.pending_buf_size)){s=1;break}i.gzindexn&&(t.adler=ws(t.adler,i.pending_buf,i.pending-n,n)),s===0&&(i.status=jf)}else i.status=jf;if(i.status===jf&&(i.gzhead.hcrc?(i.pending+2>i.pending_buf_size&&_s(t),i.pending+2<=i.pending_buf_size&&(Ie(i,t.adler&255),Ie(i,t.adler>>8&255),t.adler=0,i.status=na)):i.status=na),i.pending!==0){if(_s(t),t.avail_out===0)return i.last_flush=-1,dn}else if(t.avail_in===0&&Ex(e)<=Ex(r)&&e!==Es)return xs(t,Mm);if(i.status===Sc&&t.avail_in!==0)return xs(t,Mm);if(t.avail_in!==0||i.lookahead!==0||e!==oa&&i.status!==Sc){var l=i.strategy===Hf?WD(i,e):i.strategy===TD?zD(i,e):No[i.level].func(i,e);if((l===sa||l===Bo)&&(i.status=Sc),l===$t||l===sa)return t.avail_out===0&&(i.last_flush=-1),dn;if(l===kc&&(e===ED?gi._tr_align(i):e!==yx&&(gi._tr_stored_block(i,0,0,!1),e===SD&&(bs(i.head),i.lookahead===0&&(i.strstart=0,i.block_start=0,i.insert=0))),_s(t),t.avail_out===0))return i.last_flush=-1,dn}return e!==Es?dn:i.wrap<=0?xx:(i.wrap===2?(Ie(i,t.adler&255),Ie(i,t.adler>>8&255),Ie(i,t.adler>>16&255),Ie(i,t.adler>>24&255),Ie(i,t.total_in&255),Ie(i,t.total_in>>8&255),Ie(i,t.total_in>>16&255),Ie(i,t.total_in>>24&255)):(Ec(i,t.adler>>>16),Ec(i,t.adler&65535)),_s(t),i.wrap>0&&(i.wrap=-i.wrap),i.pending!==0?dn:xx)}function QD(t){var e;return!t||!t.state?vi:(e=t.state.status,e!==zf&&e!==Lm&&e!==Uf&&e!==Gf&&e!==jf&&e!==na&&e!==Sc?xs(t,vi):(t.state=null,e===na?xs(t,kD):dn))}function JD(t,e){var r=e.length,i,n,s,a,o,l,c,u;if(!t||!t.state||(i=t.state,a=i.wrap,a===2||a===1&&i.status!==zf||i.lookahead))return vi;for(a===1&&(t.adler=Sx(t.adler,e,r,0)),i.wrap=0,r>=i.w_size&&(a===0&&(bs(i.head),i.strstart=0,i.block_start=0,i.insert=0),u=new br.Buf8(i.w_size),br.arraySet(u,e,r-i.w_size,i.w_size,0),e=u,r=i.w_size),o=t.avail_in,l=t.next_in,c=t.input,t.avail_in=r,t.next_in=0,t.input=e,aa(i);i.lookahead>=Pe;){n=i.strstart,s=i.lookahead-(Pe-1);do i.ins_h=(i.ins_h<{"use strict";m();var Wf=Vn(),Rx=!0,$x=!0;try{String.fromCharCode.apply(null,[0])}catch(t){Rx=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(t){$x=!1}var Ac=new Wf.Buf8(256);for(Wn=0;Wn<256;Wn++)Ac[Wn]=Wn>=252?6:Wn>=248?5:Wn>=240?4:Wn>=224?3:Wn>=192?2:1;var Wn;Ac[254]=Ac[254]=1;Ho.string2buf=function(t){var e,r,i,n,s,a=t.length,o=0;for(n=0;n>>6,e[s++]=128|r&63):r<65536?(e[s++]=224|r>>>12,e[s++]=128|r>>>6&63,e[s++]=128|r&63):(e[s++]=240|r>>>18,e[s++]=128|r>>>12&63,e[s++]=128|r>>>6&63,e[s++]=128|r&63);return e};function Fx(t,e){if(e<65534&&(t.subarray&&$x||!t.subarray&&Rx))return String.fromCharCode.apply(null,Wf.shrinkBuf(t,e));for(var r="",i=0;i4){o[i++]=65533,r+=s-1;continue}for(n&=s===2?31:s===3?15:7;s>1&&r1){o[i++]=65533;continue}n<65536?o[i++]=n:(n-=65536,o[i++]=55296|n>>10&1023,o[i++]=56320|n&1023)}return Fx(o,i)};Ho.utf8border=function(t,e){var r;for(e=e||t.length,e>t.length&&(e=t.length),r=e-1;r>=0&&(t[r]&192)===128;)r--;return r<0||r===0?e:r+Ac[t[r]]>e?r:e}});var Bm=H((FV,Ix)=>{"use strict";m();function eO(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}Ix.exports=eO});var Lx=H(Pc=>{"use strict";m();var Cc=Px(),Tc=Vn(),Um=Nm(),Gm=Bf(),tO=Bm(),Ox=Object.prototype.toString,rO=0,Hm=4,Uo=0,Mx=1,Dx=2,iO=-1,nO=0,sO=8;function la(t){if(!(this instanceof la))return new la(t);this.options=Tc.assign({level:iO,method:sO,chunkSize:16384,windowBits:15,memLevel:8,strategy:nO,to:""},t||{});var e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new tO,this.strm.avail_out=0;var r=Cc.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==Uo)throw new Error(Gm[r]);if(e.header&&Cc.deflateSetHeader(this.strm,e.header),e.dictionary){var i;if(typeof e.dictionary=="string"?i=Um.string2buf(e.dictionary):Ox.call(e.dictionary)==="[object ArrayBuffer]"?i=new Uint8Array(e.dictionary):i=e.dictionary,r=Cc.deflateSetDictionary(this.strm,i),r!==Uo)throw new Error(Gm[r]);this._dict_set=!0}}la.prototype.push=function(t,e){var r=this.strm,i=this.options.chunkSize,n,s;if(this.ended)return!1;s=e===~~e?e:e===!0?Hm:rO,typeof t=="string"?r.input=Um.string2buf(t):Ox.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Tc.Buf8(i),r.next_out=0,r.avail_out=i),n=Cc.deflate(r,s),n!==Mx&&n!==Uo)return this.onEnd(n),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(s===Hm||s===Dx))&&(this.options.to==="string"?this.onData(Um.buf2binstring(Tc.shrinkBuf(r.output,r.next_out))):this.onData(Tc.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&n!==Mx);return s===Hm?(n=Cc.deflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===Uo):(s===Dx&&(this.onEnd(Uo),r.avail_out=0),!0)};la.prototype.onData=function(t){this.chunks.push(t)};la.prototype.onEnd=function(t){t===Uo&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Tc.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function jm(t,e){var r=new la(e);if(r.push(t,!0),r.err)throw r.msg||Gm[r.err];return r.result}function aO(t,e){return e=e||{},e.raw=!0,jm(t,e)}function oO(t,e){return e=e||{},e.gzip=!0,jm(t,e)}Pc.Deflate=la;Pc.deflate=jm;Pc.deflateRaw=aO;Pc.gzip=oO});var Bx=H((OV,Nx)=>{"use strict";m();var qf=30,lO=12;Nx.exports=function(e,r){var i,n,s,a,o,l,c,u,f,d,h,p,g,v,_,b,S,k,E,A,w,x,y,C,P;i=e.state,n=e.next_in,C=e.input,s=n+(e.avail_in-5),a=e.next_out,P=e.output,o=a-(r-e.avail_out),l=a+(e.avail_out-257),c=i.dmax,u=i.wsize,f=i.whave,d=i.wnext,h=i.window,p=i.hold,g=i.bits,v=i.lencode,_=i.distcode,b=(1<>>24,p>>>=E,g-=E,E=k>>>16&255,E===0)P[a++]=k&65535;else if(E&16){A=k&65535,E&=15,E&&(g>>=E,g-=E),g<15&&(p+=C[n++]<>>24,p>>>=E,g-=E,E=k>>>16&255,E&16){if(w=k&65535,E&=15,gc){e.msg="invalid distance too far back",i.mode=qf;break e}if(p>>>=E,g-=E,E=a-o,w>E){if(E=w-E,E>f&&i.sane){e.msg="invalid distance too far back",i.mode=qf;break e}if(x=0,y=h,d===0){if(x+=u-E,E2;)P[a++]=y[x++],P[a++]=y[x++],P[a++]=y[x++],A-=3;A&&(P[a++]=y[x++],A>1&&(P[a++]=y[x++]))}else{x=a-w;do P[a++]=P[x++],P[a++]=P[x++],P[a++]=P[x++],A-=3;while(A>2);A&&(P[a++]=P[x++],A>1&&(P[a++]=P[x++]))}}else if(E&64){e.msg="invalid distance code",i.mode=qf;break e}else{k=_[(k&65535)+(p&(1<>3,n-=A,g-=A<<3,p&=(1<{"use strict";m();var Hx=Vn(),Go=15,Ux=852,Gx=592,jx=0,Vm=1,Vx=2,cO=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],uO=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],fO=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],dO=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];zx.exports=function(e,r,i,n,s,a,o,l){var c=l.bits,u=0,f=0,d=0,h=0,p=0,g=0,v=0,_=0,b=0,S=0,k,E,A,w,x,y=null,C=0,P,L=new Hx.Buf16(Go+1),N=new Hx.Buf16(Go+1),B=null,ge=0,Le,ke,ne;for(u=0;u<=Go;u++)L[u]=0;for(f=0;f=1&&L[h]===0;h--);if(p>h&&(p=h),h===0)return s[a++]=1<<24|64<<16|0,s[a++]=1<<24|64<<16|0,l.bits=1,0;for(d=1;d0&&(e===jx||h!==1))return-1;for(N[1]=0,u=1;uUx||e===Vx&&b>Gx)return 1;for(;;){Le=u-v,o[f]P?(ke=B[ge+o[f]],ne=y[C+o[f]]):(ke=96,ne=0),k=1<>v)+E]=Le<<24|ke<<16|ne|0;while(E!==0);for(k=1<>=1;if(k!==0?(S&=k-1,S+=k):S=0,f++,--L[u]===0){if(u===h)break;u=r[i+o[f]]}if(u>p&&(S&w)!==A){for(v===0&&(v=p),x+=d,g=u-v,_=1<Ux||e===Vx&&b>Gx)return 1;A=S&w,s[A]=p<<24|g<<16|x-a|0}}return S!==0&&(s[x+S]=u-v<<24|64<<16|0),l.bits=p,0}});var C1=H(Hi=>{"use strict";m();var Xr=Vn(),Zm=Fm(),pn=Im(),hO=Bx(),Rc=Wx(),pO=0,w1=1,_1=2,qx=4,mO=5,Yf=6,ca=0,gO=1,vO=2,wi=-2,b1=-3,Km=-4,wO=-5,Yx=8,y1=1,Xx=2,Zx=3,Kx=4,Qx=5,Jx=6,e1=7,t1=8,r1=9,i1=10,Kf=11,qn=12,zm=13,n1=14,Wm=15,s1=16,a1=17,o1=18,l1=19,Xf=20,Zf=21,c1=22,u1=23,f1=24,d1=25,h1=26,qm=27,p1=28,m1=29,rt=30,Qm=31,_O=32,bO=852,yO=592,xO=15,EO=xO;function g1(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}function SO(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Xr.Buf16(320),this.work=new Xr.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function x1(t){var e;return!t||!t.state?wi:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=y1,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new Xr.Buf32(bO),e.distcode=e.distdyn=new Xr.Buf32(yO),e.sane=1,e.back=-1,ca)}function E1(t){var e;return!t||!t.state?wi:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,x1(t))}function S1(t,e){var r,i;return!t||!t.state||(i=t.state,e<0?(r=0,e=-e):(r=(e>>4)+1,e<48&&(e&=15)),e&&(e<8||e>15))?wi:(i.window!==null&&i.wbits!==e&&(i.window=null),i.wrap=r,i.wbits=e,E1(t))}function k1(t,e){var r,i;return t?(i=new SO,t.state=i,i.window=null,r=S1(t,e),r!==ca&&(t.state=null),r):wi}function kO(t){return k1(t,EO)}var v1=!0,Ym,Xm;function AO(t){if(v1){var e;for(Ym=new Xr.Buf32(512),Xm=new Xr.Buf32(32),e=0;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(Rc(w1,t.lens,0,288,Ym,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;Rc(_1,t.lens,0,32,Xm,0,t.work,{bits:5}),v1=!1}t.lencode=Ym,t.lenbits=9,t.distcode=Xm,t.distbits=5}function A1(t,e,r,i){var n,s=t.state;return s.window===null&&(s.wsize=1<=s.wsize?(Xr.arraySet(s.window,e,r-s.wsize,s.wsize,0),s.wnext=0,s.whave=s.wsize):(n=s.wsize-s.wnext,n>i&&(n=i),Xr.arraySet(s.window,e,r-i,n,s.wnext),i-=n,i?(Xr.arraySet(s.window,e,r-i,i,0),s.wnext=i,s.whave=s.wsize):(s.wnext+=n,s.wnext===s.wsize&&(s.wnext=0),s.whave>>8&255,r.check=pn(r.check,y,2,0),c=0,u=0,r.mode=Xx;break}if(r.flags=0,r.head&&(r.head.done=!1),!(r.wrap&1)||(((c&255)<<8)+(c>>8))%31){t.msg="incorrect header check",r.mode=rt;break}if((c&15)!==Yx){t.msg="unknown compression method",r.mode=rt;break}if(c>>>=4,u-=4,w=(c&15)+8,r.wbits===0)r.wbits=w;else if(w>r.wbits){t.msg="invalid window size",r.mode=rt;break}r.dmax=1<>8&1),r.flags&512&&(y[0]=c&255,y[1]=c>>>8&255,r.check=pn(r.check,y,2,0)),c=0,u=0,r.mode=Zx;case Zx:for(;u<32;){if(o===0)break e;o--,c+=i[s++]<>>8&255,y[2]=c>>>16&255,y[3]=c>>>24&255,r.check=pn(r.check,y,4,0)),c=0,u=0,r.mode=Kx;case Kx:for(;u<16;){if(o===0)break e;o--,c+=i[s++]<>8),r.flags&512&&(y[0]=c&255,y[1]=c>>>8&255,r.check=pn(r.check,y,2,0)),c=0,u=0,r.mode=Qx;case Qx:if(r.flags&1024){for(;u<16;){if(o===0)break e;o--,c+=i[s++]<>>8&255,r.check=pn(r.check,y,2,0)),c=0,u=0}else r.head&&(r.head.extra=null);r.mode=Jx;case Jx:if(r.flags&1024&&(h=r.length,h>o&&(h=o),h&&(r.head&&(w=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),Xr.arraySet(r.head.extra,i,s,h,w)),r.flags&512&&(r.check=pn(r.check,i,h,s)),o-=h,s+=h,r.length-=h),r.length))break e;r.length=0,r.mode=e1;case e1:if(r.flags&2048){if(o===0)break e;h=0;do w=i[s+h++],r.head&&w&&r.length<65536&&(r.head.name+=String.fromCharCode(w));while(w&&h>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=qn;break;case i1:for(;u<32;){if(o===0)break e;o--,c+=i[s++]<>>=u&7,u-=u&7,r.mode=qm;break}for(;u<3;){if(o===0)break e;o--,c+=i[s++]<>>=1,u-=1,c&3){case 0:r.mode=n1;break;case 1:if(AO(r),r.mode=Xf,e===Yf){c>>>=2,u-=2;break e}break;case 2:r.mode=a1;break;case 3:t.msg="invalid block type",r.mode=rt}c>>>=2,u-=2;break;case n1:for(c>>>=u&7,u-=u&7;u<32;){if(o===0)break e;o--,c+=i[s++]<>>16^65535)){t.msg="invalid stored block lengths",r.mode=rt;break}if(r.length=c&65535,c=0,u=0,r.mode=Wm,e===Yf)break e;case Wm:r.mode=s1;case s1:if(h=r.length,h){if(h>o&&(h=o),h>l&&(h=l),h===0)break e;Xr.arraySet(n,i,s,h,a),o-=h,s+=h,l-=h,a+=h,r.length-=h;break}r.mode=qn;break;case a1:for(;u<14;){if(o===0)break e;o--,c+=i[s++]<>>=5,u-=5,r.ndist=(c&31)+1,c>>>=5,u-=5,r.ncode=(c&15)+4,c>>>=4,u-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=rt;break}r.have=0,r.mode=o1;case o1:for(;r.have>>=3,u-=3}for(;r.have<19;)r.lens[L[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,C={bits:r.lenbits},x=Rc(pO,r.lens,0,19,r.lencode,0,r.work,C),r.lenbits=C.bits,x){t.msg="invalid code lengths set",r.mode=rt;break}r.have=0,r.mode=l1;case l1:for(;r.have>>24,b=v>>>16&255,S=v&65535,!(_<=u);){if(o===0)break e;o--,c+=i[s++]<>>=_,u-=_,r.lens[r.have++]=S;else{if(S===16){for(P=_+2;u>>=_,u-=_,r.have===0){t.msg="invalid bit length repeat",r.mode=rt;break}w=r.lens[r.have-1],h=3+(c&3),c>>>=2,u-=2}else if(S===17){for(P=_+3;u>>=_,u-=_,w=0,h=3+(c&7),c>>>=3,u-=3}else{for(P=_+7;u>>=_,u-=_,w=0,h=11+(c&127),c>>>=7,u-=7}if(r.have+h>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=rt;break}for(;h--;)r.lens[r.have++]=w}}if(r.mode===rt)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=rt;break}if(r.lenbits=9,C={bits:r.lenbits},x=Rc(w1,r.lens,0,r.nlen,r.lencode,0,r.work,C),r.lenbits=C.bits,x){t.msg="invalid literal/lengths set",r.mode=rt;break}if(r.distbits=6,r.distcode=r.distdyn,C={bits:r.distbits},x=Rc(_1,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,C),r.distbits=C.bits,x){t.msg="invalid distances set",r.mode=rt;break}if(r.mode=Xf,e===Yf)break e;case Xf:r.mode=Zf;case Zf:if(o>=6&&l>=258){t.next_out=a,t.avail_out=l,t.next_in=s,t.avail_in=o,r.hold=c,r.bits=u,hO(t,d),a=t.next_out,n=t.output,l=t.avail_out,s=t.next_in,i=t.input,o=t.avail_in,c=r.hold,u=r.bits,r.mode===qn&&(r.back=-1);break}for(r.back=0;v=r.lencode[c&(1<>>24,b=v>>>16&255,S=v&65535,!(_<=u);){if(o===0)break e;o--,c+=i[s++]<>k)],_=v>>>24,b=v>>>16&255,S=v&65535,!(k+_<=u);){if(o===0)break e;o--,c+=i[s++]<>>=k,u-=k,r.back+=k}if(c>>>=_,u-=_,r.back+=_,r.length=S,b===0){r.mode=h1;break}if(b&32){r.back=-1,r.mode=qn;break}if(b&64){t.msg="invalid literal/length code",r.mode=rt;break}r.extra=b&15,r.mode=c1;case c1:if(r.extra){for(P=r.extra;u>>=r.extra,u-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=u1;case u1:for(;v=r.distcode[c&(1<>>24,b=v>>>16&255,S=v&65535,!(_<=u);){if(o===0)break e;o--,c+=i[s++]<>k)],_=v>>>24,b=v>>>16&255,S=v&65535,!(k+_<=u);){if(o===0)break e;o--,c+=i[s++]<>>=k,u-=k,r.back+=k}if(c>>>=_,u-=_,r.back+=_,b&64){t.msg="invalid distance code",r.mode=rt;break}r.offset=S,r.extra=b&15,r.mode=f1;case f1:if(r.extra){for(P=r.extra;u>>=r.extra,u-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=rt;break}r.mode=d1;case d1:if(l===0)break e;if(h=d-l,r.offset>h){if(h=r.offset-h,h>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=rt;break}h>r.wnext?(h-=r.wnext,p=r.wsize-h):p=r.wnext-h,h>r.length&&(h=r.length),g=r.window}else g=n,p=a-r.offset,h=r.length;h>l&&(h=l),l-=h,r.length-=h;do n[a++]=g[p++];while(--h);r.length===0&&(r.mode=Zf);break;case h1:if(l===0)break e;n[a++]=r.length,l--,r.mode=Zf;break;case qm:if(r.wrap){for(;u<32;){if(o===0)break e;o--,c|=i[s++]<{"use strict";m();T1.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}});var R1=H((VV,P1)=>{"use strict";m();function $O(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}P1.exports=$O});var F1=H(Fc=>{"use strict";m();var jo=C1(),$c=Vn(),Qf=Nm(),vt=Jm(),eg=Bf(),FO=Bm(),IO=R1(),$1=Object.prototype.toString;function ua(t){if(!(this instanceof ua))return new ua(t);this.options=$c.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15||(e.windowBits|=15)),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new FO,this.strm.avail_out=0;var r=jo.inflateInit2(this.strm,e.windowBits);if(r!==vt.Z_OK)throw new Error(eg[r]);if(this.header=new IO,jo.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=Qf.string2buf(e.dictionary):$1.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=jo.inflateSetDictionary(this.strm,e.dictionary),r!==vt.Z_OK)))throw new Error(eg[r])}ua.prototype.push=function(t,e){var r=this.strm,i=this.options.chunkSize,n=this.options.dictionary,s,a,o,l,c,u=!1;if(this.ended)return!1;a=e===~~e?e:e===!0?vt.Z_FINISH:vt.Z_NO_FLUSH,typeof t=="string"?r.input=Qf.binstring2buf(t):$1.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new $c.Buf8(i),r.next_out=0,r.avail_out=i),s=jo.inflate(r,vt.Z_NO_FLUSH),s===vt.Z_NEED_DICT&&n&&(s=jo.inflateSetDictionary(this.strm,n)),s===vt.Z_BUF_ERROR&&u===!0&&(s=vt.Z_OK,u=!1),s!==vt.Z_STREAM_END&&s!==vt.Z_OK)return this.onEnd(s),this.ended=!0,!1;r.next_out&&(r.avail_out===0||s===vt.Z_STREAM_END||r.avail_in===0&&(a===vt.Z_FINISH||a===vt.Z_SYNC_FLUSH))&&(this.options.to==="string"?(o=Qf.utf8border(r.output,r.next_out),l=r.next_out-o,c=Qf.buf2string(r.output,o),r.next_out=l,r.avail_out=i-l,l&&$c.arraySet(r.output,r.output,o,l,0),this.onData(c)):this.onData($c.shrinkBuf(r.output,r.next_out))),r.avail_in===0&&r.avail_out===0&&(u=!0)}while((r.avail_in>0||r.avail_out===0)&&s!==vt.Z_STREAM_END);return s===vt.Z_STREAM_END&&(a=vt.Z_FINISH),a===vt.Z_FINISH?(s=jo.inflateEnd(this.strm),this.onEnd(s),this.ended=!0,s===vt.Z_OK):(a===vt.Z_SYNC_FLUSH&&(this.onEnd(vt.Z_OK),r.avail_out=0),!0)};ua.prototype.onData=function(t){this.chunks.push(t)};ua.prototype.onEnd=function(t){t===vt.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=$c.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function tg(t,e){var r=new ua(e);if(r.push(t,!0),r.err)throw r.msg||eg[r.err];return r.result}function MO(t,e){return e=e||{},e.raw=!0,tg(t,e)}Fc.Inflate=ua;Fc.inflate=tg;Fc.inflateRaw=MO;Fc.ungzip=tg});var D1=H((YV,M1)=>{"use strict";m();var DO=Vn().assign,OO=Lx(),LO=F1(),NO=Jm(),I1={};DO(I1,OO,LO,NO);M1.exports=I1});var N1=H((ZV,L1)=>{"use strict";m();var O1=(t,e)=>function(...r){let i=e.promiseModule;return new i((n,s)=>{e.multiArgs?r.push((...a)=>{e.errorFirst?a[0]?s(a):(a.shift(),n(a)):n(a)}):e.errorFirst?r.push((a,o)=>{a?s(a):n(o)}):r.push(n),t.apply(this,r)})};L1.exports=(t,e)=>{e=Object.assign({exclude:[/.+(Sync|Stream)$/],errorFirst:!0,promiseModule:Promise},e);let r=typeof t;if(!(t!==null&&(r==="object"||r==="function")))throw new TypeError(`Expected \`input\` to be a \`Function\` or \`Object\`, got \`${t===null?"null":r}\``);let i=s=>{let a=o=>typeof o=="string"?s===o:o.test(s);return e.include?e.include.some(a):!e.exclude.some(a)},n;r==="function"?n=function(...s){return e.excludeMain?t(...s):O1(t,e).apply(this,s)}:n=Object.create(Object.getPrototypeOf(t));for(let s in t){let a=t[s];n[s]=typeof a=="function"&&i(s)?O1(a,e):a}return n}});var q1=H((QV,W1)=>{m();function B1(t){return Array.isArray(t)?t:[t]}var ng="",H1=" ",rg="\\",BO=/^\s+$/,HO=/(?:[^\\]|^)\\$/,UO=/^\\!/,GO=/^\\#/,jO=/\r?\n/g,VO=/^\.*\/|^\.+$/,ig="/",j1="node-ignore";typeof Symbol!="undefined"&&(j1=Symbol.for("node-ignore"));var U1=j1,zO=(t,e,r)=>Object.defineProperty(t,e,{value:r}),WO=/([0-z])-([0-z])/g,V1=()=>!1,qO=t=>t.replace(WO,(e,r,i)=>r.charCodeAt(0)<=i.charCodeAt(0)?e:ng),YO=t=>{let{length:e}=t;return t.slice(0,e-e%2)},XO=[[/^\uFEFF/,()=>ng],[/((?:\\\\)*?)(\\?\s+)$/,(t,e,r)=>e+(r.indexOf("\\")===0?H1:ng)],[/(\\+?)\s/g,(t,e)=>{let{length:r}=e;return e.slice(0,r-r%2)+H1}],[/[\\$.|*+(){^]/g,t=>`\\${t}`],[/(?!\\)\?/g,()=>"[^/]"],[/^\//,()=>"^"],[/\//g,()=>"\\/"],[/^\^*\\\*\\\*\\\//,()=>"^(?:.*\\/)?"],[/^(?=[^^])/,function(){return/\/(?!$)/.test(this)?"^":"(?:^|\\/)"}],[/\\\/\\\*\\\*(?=\\\/|$)/g,(t,e,r)=>e+6{let i=r.replace(/\\\*/g,"[^\\/]*");return e+i}],[/\\\\\\(?=[$.|*+(){^])/g,()=>rg],[/\\\\/g,()=>rg],[/(\\)?\[([^\]/]*?)(\\*)($|\])/g,(t,e,r,i,n)=>e===rg?`\\[${r}${YO(i)}${n}`:n==="]"&&i.length%2===0?`[${qO(r)}${i}]`:"[]"],[/(?:[^*])$/,t=>/\/$/.test(t)?`${t}$`:`${t}(?=$|\\/$)`],[/(\^|\\\/)?\\\*$/,(t,e)=>`${e?`${e}[^/]+`:"[^/]*"}(?=$|\\/$)`]],G1=Object.create(null),ZO=(t,e)=>{let r=G1[t];return r||(r=XO.reduce((i,[n,s])=>i.replace(n,s.bind(t)),t),G1[t]=r),e?new RegExp(r,"i"):new RegExp(r)},og=t=>typeof t=="string",KO=t=>t&&og(t)&&!BO.test(t)&&!HO.test(t)&&t.indexOf("#")!==0,QO=t=>t.split(jO),sg=class{constructor(e,r,i,n){this.origin=e,this.pattern=r,this.negative=i,this.regex=n}},JO=(t,e)=>{let r=t,i=!1;t.indexOf("!")===0&&(i=!0,t=t.substr(1)),t=t.replace(UO,"!").replace(GO,"#");let n=ZO(t,e);return new sg(r,t,i,n)},eL=(t,e)=>{throw new e(t)},Yn=(t,e,r)=>og(t)?t?Yn.isNotRelative(t)?r(`path should be a \`path.relative()\`d string, but got "${e}"`,RangeError):!0:r("path must not be empty",TypeError):r(`path must be a string, but got \`${e}\``,TypeError),z1=t=>VO.test(t);Yn.isNotRelative=z1;Yn.convert=t=>t;var ag=class{constructor({ignorecase:e=!0,ignoreCase:r=e,allowRelativePaths:i=!1}={}){zO(this,U1,!0),this._rules=[],this._ignoreCase=r,this._allowRelativePaths=i,this._initCache()}_initCache(){this._ignoreCache=Object.create(null),this._testCache=Object.create(null)}_addPattern(e){if(e&&e[U1]){this._rules=this._rules.concat(e._rules),this._added=!0;return}if(KO(e)){let r=JO(e,this._ignoreCase);this._added=!0,this._rules.push(r)}}add(e){return this._added=!1,B1(og(e)?QO(e):e).forEach(this._addPattern,this),this._added&&this._initCache(),this}addPattern(e){return this.add(e)}_testOne(e,r){let i=!1,n=!1;return this._rules.forEach(s=>{let{negative:a}=s;if(n===a&&i!==n||a&&!i&&!n&&!r)return;s.regex.test(e)&&(i=!a,n=a)}),{ignored:i,unignored:n}}_test(e,r,i,n){let s=e&&Yn.convert(e);return Yn(s,e,this._allowRelativePaths?V1:eL),this._t(s,r,i,n)}_t(e,r,i,n){if(e in r)return r[e];if(n||(n=e.split(ig)),n.pop(),!n.length)return r[e]=this._testOne(e,i);let s=this._t(n.join(ig)+ig,r,i,n);return r[e]=s.ignored?s:this._testOne(e,i)}ignores(e){return this._test(e,this._ignoreCache,!1).ignored}createFilter(){return e=>!this.ignores(e)}filter(e){return B1(e).filter(this.createFilter())}test(e){return this._test(e,this._testCache,!0)}},Jf=t=>new ag(t),tL=t=>Yn(t&&Yn.convert(t),t,V1);Jf.isPathValid=tL;Jf.default=Jf;W1.exports=Jf;if(typeof process!="undefined"&&(process.env&&process.env.IGNORE_TEST_WIN32||process.platform==="win32")){let t=r=>/^\\\\\?\\/.test(r)||/["<>|\u0000-\u001F]+/u.test(r)?r:r.replace(/\\/g,"/");Yn.convert=t;let e=/^[a-z]:\//i;Yn.isNotRelative=r=>e.test(r)||z1(r)}});var X1=H((ez,Y1)=>{"use strict";m();function rL(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function mn(t,e,r){return e=e instanceof RegExp?e:new RegExp(rL(e),"g"),t.replace(e,r)}var iL={clean:function(e){if(typeof e!="string")throw new Error("Expected a string, received: "+e);return e=mn(e,"./","/"),e=mn(e,"..","."),e=mn(e," ","-"),e=mn(e,/^[~^:?*\\\-]/g,""),e=mn(e,/[~^:?*\\]/g,"-"),e=mn(e,/[~^:?*\\\-]$/g,""),e=mn(e,"@{","-"),e=mn(e,/\.$/g,""),e=mn(e,/\/$/g,""),e=mn(e,/\.lock$/g,""),e}};Y1.exports=iL});var K1=H((rz,Z1)=>{m();Z1.exports=function(t,e){var r=t,i=e,n=r.length,s=i.length,a=!1,o=null,l=n+1,c=[],u=[],f=[],d="",h=-1,p=0,g=1,v,_,b=function(){n>=s&&(v=r,_=n,r=i,i=v,n=s,s=_,a=!0,l=n+1)},S=function(w,x,y){return{x:w,y:x,k:y}},k=function(w,x){return{elem:w,t:x}},E=function(w,x,y){var C,P,L;for(x>y?C=c[w-1+l]:C=c[w+1+l],L=Math.max(x,y),P=L-w;P=0;--L)for(;CP-C?(a?f[f.length]=new k(i[P],h):f[f.length]=new k(i[P],g),++y,++P):w[L].y-w[L].x=w+1;--B)y[B+l]=E(B,y[B-1+l]+1,y[B+1+l]);y[w+l]=E(w,y[w-1+l]+1,y[w+1+l])}while(y[w+l]!==s);for(o=w+2*C,P=c[w+l],L=[];P!==-1;)L[L.length]=new S(u[P].x,u[P].y,null),P=u[P].k;A(L)}}}});var eE=H((nz,J1)=>{m();var nL=K1();function sL(t,e){var r=new nL(t,e);r.compose();for(var i=r.getses(),n,s,a=t.length-1,o=e.length-1,l=i.length-1;l>=0;--l)i[l].t===r.SES_COMMON?(s?(s.chain={file1index:a,file2index:o,chain:null},s=s.chain):(n={file1index:a,file2index:o,chain:null},s=n),a--,o--):i[l].t===r.SES_DELETE?a--:i[l].t===r.SES_ADD&&o--;var c={file1index:-1,file2index:-1,chain:null};return s?(s.chain=c,n):c}function Q1(t,e){for(var r=[],i=t.length,n=e.length,s=sL(t,e);s!==null;s=s.chain){var a=i-s.file1index-1,o=n-s.file2index-1;i=s.file1index,n=s.file2index,(a||o)&&r.push({file1:[i+1,a],file2:[n+1,o]})}return r.reverse(),r}function aL(t,e,r){var i,n=Q1(e,t),s=Q1(e,r),a=[];function o(N,B){a.push([N.file1[0],B,N.file1[1],N.file2[0],N.file2[1]])}for(i=0;ic&&(l.push([1,c,N-c]),c=N)}for(var f=0;fg)break;g=Math.max(g,_+v[2]),f++}if(u(p),d==f)h[4]>0&&l.push([h[1],h[3],h[4]]);else{var b={0:[t.length,-1,e.length,-1],2:[r.length,-1,e.length,-1]};for(i=d;i<=f;i++){h=a[i];var S=h[1],k=b[S],E=h[0],A=E+h[2],w=h[3],x=w+h[4];k[0]=Math.min(w,k[0]),k[1]=Math.max(x,k[1]),k[2]=Math.min(E,k[2]),k[3]=Math.max(A,k[3])}var y=b[0][0]+(p-b[0][2]),C=b[0][1]+(g-b[0][3]),P=b[2][0]+(p-b[2][2]),L=b[2][1]+(g-b[2][3]);l.push([-1,y,C-y,p,g-p,P,L-P])}c=g}return u(e.length),l}function oL(t,e,r){var i=[],n=[t,e,r],s=aL(t,e,r),a=[];function o(){a.length&&i.push({ok:a}),a=[]}function l(h){for(var p=0;p{"use strict";m();Object.defineProperty(Y,"__esModule",{value:!0});function Fs(t){return t&&typeof t=="object"&&"default"in t?t.default:t}var Mc=Fs(F_()),SE=Fs(Wy()),lL=Fs(Yy()),Fg=Fs(D1()),td=Fs(N1()),cL=Fs(q1()),Dc=Fs(X1()),uL=Fs(eE()),Ce=class t extends Error{constructor(e){super(e),this.caller=""}toJSON(){return{code:this.code,data:this.data,caller:this.caller,message:this.message,stack:this.stack}}fromJSON(e){let r=new t(e.message);return r.code=e.code,r.data=e.data,r.caller=e.caller,r.stack=e.stack,r}get isIsomorphicGitError(){return!0}},Oc=class t extends Ce{constructor(e){super(`Modifying the index is not possible because you have unmerged files: ${e.toString}. Fix them up in the work tree, and then use 'git add/rm as appropriate to mark resolution and make a commit.`),this.code=this.name=t.code,this.data={filepaths:e}}};Oc.code="UnmergedPathsError";var ue=class t extends Ce{constructor(e){super(`An internal error caused this command to fail. + +If you're not a developer, report the bug to the developers of the application you're using. If this is a bug in isomorphic-git then you should create a proper bug yourselves. The bug should include a minimal reproduction and details about the version and environment. + +Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${e}`),this.code=this.name=t.code,this.data={message:e}}};ue.code="InternalError";var zo=class t extends Ce{constructor(e){super(`The filepath "${e}" contains unsafe character sequences`),this.code=this.name=t.code,this.data={filepath:e}}};zo.code="UnsafeFilepathError";var _i=class{constructor(e){this.buffer=e,this._start=0}eof(){return this._start>=this.buffer.length}tell(){return this._start}seek(e){this._start=e}slice(e){let r=this.buffer.slice(this._start,this._start+e);return this._start+=e,r}toString(e,r){let i=this.buffer.toString(e,this._start,this._start+r);return this._start+=r,i}write(e,r,i){let n=this.buffer.write(e,this._start,r,i);return this._start+=r,n}copy(e,r,i){let n=e.copy(this.buffer,this._start,r,i);return this._start+=n,n}readUInt8(){let e=this.buffer.readUInt8(this._start);return this._start+=1,e}writeUInt8(e){let r=this.buffer.writeUInt8(e,this._start);return this._start+=1,r}readUInt16BE(){let e=this.buffer.readUInt16BE(this._start);return this._start+=2,e}writeUInt16BE(e){let r=this.buffer.writeUInt16BE(e,this._start);return this._start+=2,r}readUInt32BE(){let e=this.buffer.readUInt32BE(this._start);return this._start+=4,e}writeUInt32BE(e){let r=this.buffer.writeUInt32BE(e,this._start);return this._start+=4,r}};function pd(t,e){return-(te)}function kE(t,e){return pd(t.path,e.path)}function AE(t){let e=t>0?t>>12:0;e!==4&&e!==8&&e!==10&&e!==14&&(e=8);let r=t&511;return r&73?r=493:r=420,e!==8&&(r=0),(e<<12)+r}var gn=2**32;function tE(t,e,r,i){if(t!==void 0&&e!==void 0)return[t,e];r===void 0&&(r=i.valueOf());let n=Math.floor(r/1e3),s=(r-n*1e3)*1e6;return[n,s]}function Wo(t){let[e,r]=tE(t.ctimeSeconds,t.ctimeNanoseconds,t.ctimeMs,t.ctime),[i,n]=tE(t.mtimeSeconds,t.mtimeNanoseconds,t.mtimeMs,t.mtime);return{ctimeSeconds:e%gn,ctimeNanoseconds:r%gn,mtimeSeconds:i%gn,mtimeNanoseconds:n%gn,dev:t.dev%gn,ino:t.ino%gn,mode:AE(t.mode%gn),uid:t.uid%gn,gid:t.gid%gn,size:t.size>-1?t.size%gn:0}}function fL(t){let e="";for(let r of new Uint8Array(t))r<16&&(e+="0"),e+=r.toString(16);return e}var lg=null;async function wn(t){return lg===null&&(lg=await hL()),lg?CE(t):dL(t)}function dL(t){return new SE().update(t).digest("hex")}async function CE(t){let e=await crypto.subtle.digest("SHA-1",t);return fL(e)}async function hL(){try{return await CE(new Uint8Array([]))==="da39a3ee5e6b4b0d3255bfef95601890afd80709"}catch(t){}return!1}function pL(t){return{assumeValid:!!(t&32768),extended:!!(t&16384),stage:(t&12288)>>12,nameLength:t&4095}}function mL(t){let e=t.flags;return e.extended=!1,e.nameLength=Math.min(Buffer.from(t.path).length,4095),(e.assumeValid?32768:0)+(e.extended?16384:0)+((e.stage&3)<<12)+(e.nameLength&4095)}var bg=class t{constructor(e,r){this._dirty=!1,this._unmergedPaths=r||new Set,this._entries=e||new Map}_addEntry(e){if(e.flags.stage===0)e.stages=[e],this._entries.set(e.path,e),this._unmergedPaths.delete(e.path);else{let r=this._entries.get(e.path);r||(this._entries.set(e.path,e),r=e),r.stages[e.flags.stage]=e,this._unmergedPaths.add(e.path)}}static async from(e){if(Buffer.isBuffer(e))return t.fromBuffer(e);if(e===null)return new t(null);throw new ue("invalid type passed to GitIndex.from")}static async fromBuffer(e){if(e.length===0)throw new ue("Index file is empty (.git/index)");let r=new t,i=new _i(e),n=i.toString("utf8",4);if(n!=="DIRC")throw new ue(`Invalid dircache magic file number: ${n}`);let s=await wn(e.slice(0,-20)),a=e.slice(-20).toString("hex");if(a!==s)throw new ue(`Invalid checksum in GitIndex buffer: expected ${a} but saw ${s}`);let o=i.readUInt32BE();if(o!==2)throw new ue(`Unsupported dircache version: ${o}`);let l=i.readUInt32BE(),c=0;for(;!i.eof()&&ce.stages.length>1?e.stages.filter(r=>r):e)}*[Symbol.iterator](){for(let e of this.entries)yield e}insert({filepath:e,stats:r,oid:i,stage:n=0}){r||(r={ctimeSeconds:0,ctimeNanoseconds:0,mtimeSeconds:0,mtimeNanoseconds:0,dev:0,ino:0,mode:0,uid:0,gid:0,size:0}),r=Wo(r);let s=Buffer.from(e),a={ctimeSeconds:r.ctimeSeconds,ctimeNanoseconds:r.ctimeNanoseconds,mtimeSeconds:r.mtimeSeconds,mtimeNanoseconds:r.mtimeNanoseconds,dev:r.dev,ino:r.ino,mode:r.mode||33188,uid:r.uid,gid:r.gid,size:r.size,path:e,oid:i,flags:{assumeValid:!1,extended:!1,stage:n,nameLength:s.length<4095?s.length:4095},stages:[]};this._addEntry(a),this._dirty=!0}delete({filepath:e}){if(this._entries.has(e))this._entries.delete(e);else for(let r of this._entries.keys())r.startsWith(e+"/")&&this._entries.delete(r);this._unmergedPaths.has(e)&&this._unmergedPaths.delete(e),this._dirty=!0}clear(){this._entries.clear(),this._dirty=!0}has({filepath:e}){return this._entries.has(e)}render(){return this.entries.map(e=>`${e.mode.toString(8)} ${e.oid} ${e.path}`).join(` +`)}static async _entryToBuffer(e){let r=Buffer.from(e.path),i=Math.ceil((62+r.length+1)/8)*8,n=Buffer.alloc(i),s=new _i(n),a=Wo(e);return s.writeUInt32BE(a.ctimeSeconds),s.writeUInt32BE(a.ctimeNanoseconds),s.writeUInt32BE(a.mtimeSeconds),s.writeUInt32BE(a.mtimeNanoseconds),s.writeUInt32BE(a.dev),s.writeUInt32BE(a.ino),s.writeUInt32BE(a.mode),s.writeUInt32BE(a.uid),s.writeUInt32BE(a.gid),s.writeUInt32BE(a.size),s.write(e.oid,20,"hex"),s.writeUInt16BE(mL(e)),s.write(e.path,r.length,"utf8"),n}async toObject(){let e=Buffer.alloc(12),r=new _i(e);r.write("DIRC",4,"utf8"),r.writeUInt32BE(2),r.writeUInt32BE(this.entriesFlat.length);let i=[];for(let o of this.entries)if(i.push(t._entryToBuffer(o)),o.stages.length>1)for(let l of o.stages)l&&l!==o&&i.push(t._entryToBuffer(l));i=await Promise.all(i);let n=Buffer.concat(i),s=Buffer.concat([e,n]),a=await wn(s);return Buffer.concat([s,Buffer.from(a,"hex")])}};function nd(t,e,r=!0,i=!0){let n=Wo(t),s=Wo(e);return r&&n.mode!==s.mode||n.mtimeSeconds!==s.mtimeSeconds||n.ctimeSeconds!==s.ctimeSeconds||n.uid!==s.uid||n.gid!==s.gid||i&&n.ino!==s.ino||n.size!==s.size}var cg=null,ug=Symbol("IndexCache");function gL(){return{map:new Map,stats:new Map}}async function vL(t,e,r){let[i,n]=await Promise.all([t.lstat(e),t.read(e)]),s=await bg.from(n);r.map.set(e,s),r.stats.set(e,i)}async function wL(t,e,r){let i=r.stats.get(e);if(i===void 0)return!0;if(i===null)return!1;let n=await t.lstat(e);return n===null?!1:nd(i,n)}var ft=class{static async acquire({fs:e,gitdir:r,cache:i,allowUnmerged:n=!0},s){i[ug]||(i[ug]=gL());let a=`${r}/index`;cg===null&&(cg=new Mc({maxPending:1/0}));let o,l=[];return await cg.acquire(a,async()=>{let c=i[ug];await wL(e,a,c)&&await vL(e,a,c);let u=c.map.get(a);if(l=u.unmergedPaths,l.length&&!n)throw new Oc(l);if(o=await s(u),u._dirty){let f=await u.toObject();await e.write(a,f),c.stats.set(a,await e.lstat(a)),u._dirty=!1}}),o}};function sd(t){let e=Math.max(t.lastIndexOf("/"),t.lastIndexOf("\\"));return e>-1&&(t=t.slice(e+1)),t}function ha(t){let e=Math.max(t.lastIndexOf("/"),t.lastIndexOf("\\"));return e===-1?".":e===0?"/":t.slice(0,e)}function TE(t){let e=new Map,r=function(n){if(!e.has(n)){let s={type:"tree",fullpath:n,basename:sd(n),metadata:{},children:[]};e.set(n,s),s.parent=r(ha(n)),s.parent&&s.parent!==s&&s.parent.children.push(s)}return e.get(n)},i=function(n,s){if(!e.has(n)){let a={type:"blob",fullpath:n,basename:sd(n),metadata:s,parent:r(ha(n)),children:[]};a.parent&&a.parent.children.push(a),e.set(n,a)}return e.get(n)};r(".");for(let n of t)i(n.path,n);return e}function _L(t){switch(t){case 16384:return"tree";case 33188:return"blob";case 33261:return"blob";case 40960:return"blob";case 57344:return"commit"}throw new ue(`Unexpected GitTree entry mode: ${t.toString(8)}`)}var yg=class{constructor({fs:e,gitdir:r,cache:i}){this.treePromise=ft.acquire({fs:e,gitdir:r,cache:i},async function(s){return TE(s.entries)});let n=this;this.ConstructEntry=class{constructor(a){this._fullpath=a,this._type=!1,this._mode=!1,this._stat=!1,this._oid=!1}async type(){return n.type(this)}async mode(){return n.mode(this)}async stat(){return n.stat(this)}async content(){return n.content(this)}async oid(){return n.oid(this)}}}async readdir(e){let r=e._fullpath,n=(await this.treePromise).get(r);if(!n||n.type==="blob")return null;if(n.type!=="tree")throw new Error(`ENOTDIR: not a directory, scandir '${r}'`);let s=n.children.map(a=>a.fullpath);return s.sort(pd),s}async type(e){return e._type===!1&&await e.stat(),e._type}async mode(e){return e._mode===!1&&await e.stat(),e._mode}async stat(e){if(e._stat===!1){let i=(await this.treePromise).get(e._fullpath);if(!i)throw new Error(`ENOENT: no such file or directory, lstat '${e._fullpath}'`);let n=i.type==="tree"?{}:Wo(i.metadata);e._type=i.type==="tree"?"tree":_L(n.mode),e._mode=n.mode,i.type==="tree"?e._stat=void 0:e._stat=n}return e._stat}async content(e){}async oid(e){if(e._oid===!1){let i=(await this.treePromise).get(e._fullpath);e._oid=i.metadata.oid}return e._oid}},md=Symbol("GitWalkSymbol");function _a(){let t=Object.create(null);return Object.defineProperty(t,md,{value:function({fs:e,gitdir:r,cache:i}){return new yg({fs:e,gitdir:r,cache:i})}}),Object.freeze(t),t}var He=class t extends Ce{constructor(e){super(`Could not find ${e}.`),this.code=this.name=t.code,this.data={what:e}}};He.code="NotFoundError";var yr=class t extends Ce{constructor(e,r,i,n){super(`Object ${e} ${n?`at ${n}`:""}was anticipated to be a ${i} but it is a ${r}.`),this.code=this.name=t.code,this.data={oid:e,actual:r,expected:i,filepath:n}}};yr.code="ObjectTypeError";var As=class t extends Ce{constructor(e){super(`Expected a 40-char hex object id but saw "${e}".`),this.code=this.name=t.code,this.data={value:e}}};As.code="InvalidOidError";var Lc=class t extends Ce{constructor(e){super(`Could not find a fetch refspec for remote "${e}". Make sure the config file has an entry like the following: +[remote "${e}"] + fetch = +refs/heads/*:refs/remotes/origin/* +`),this.code=this.name=t.code,this.data={remote:e}}};Lc.code="NoRefspecError";var ad=class t{constructor(e){if(this.refs=new Map,this.parsedConfig=[],e){let r=null;this.parsedConfig=e.trim().split(` +`).map(i=>{if(/^\s*#/.test(i))return{line:i,comment:!0};let n=i.indexOf(" ");if(i.startsWith("^")){let s=i.slice(1);return this.refs.set(r+"^{}",s),{line:i,ref:r,peeled:s}}else{let s=i.slice(0,n);return r=i.slice(n+1),this.refs.set(r,s),{line:i,ref:r,oid:s}}})}return this}static from(e){return new t(e)}delete(e){this.parsedConfig=this.parsedConfig.filter(r=>r.ref!==e),this.refs.delete(e)}toString(){return this.parsedConfig.map(({line:e})=>e).join(` +`)+` +`}},od=class t{constructor({remotePath:e,localPath:r,force:i,matchPrefix:n}){Object.assign(this,{remotePath:e,localPath:r,force:i,matchPrefix:n})}static from(e){let[r,i,n,s,a]=e.match(/^(\+?)(.*?)(\*?):(.*?)(\*?)$/).slice(1),o=r==="+",l=n==="*";if(l!==(a==="*"))throw new ue("Invalid refspec");return new t({remotePath:i,localPath:s,force:o,matchPrefix:l})}translate(e){if(this.matchPrefix){if(e.startsWith(this.remotePath))return this.localPath+e.replace(this.remotePath,"")}else if(e===this.remotePath)return this.localPath;return null}reverseTranslate(e){if(this.matchPrefix){if(e.startsWith(this.localPath))return this.remotePath+e.replace(this.localPath,"")}else if(e===this.localPath)return this.remotePath;return null}},xg=class t{constructor(e=[]){this.rules=e}static from(e){let r=[];for(let i of e)r.push(od.from(i));return new t(r)}add(e){let r=od.from(e);this.rules.push(r)}translate(e){let r=[];for(let i of this.rules)for(let n of e){let s=i.translate(n);s&&r.push([n,s])}return r}translateOne(e){let r=null;for(let i of this.rules){let n=i.translate(e);n&&(r=n)}return r}localNamespaces(){return this.rules.filter(e=>e.matchPrefix).map(e=>e.localPath.replace(/\/$/,""))}};function bL(t,e){let r=t.replace(/\^\{\}$/,""),i=e.replace(/\^\{\}$/,""),n=-(ri);return n===0?t.endsWith("^{}")?1:-1:n}function yL(t,e){let r="",i=0,n=-1,s=0,a="\0";for(let o=0;o<=t.length;++o){if(o2){let l=r.lastIndexOf("/");l===-1?(r="",i=0):(r=r.slice(0,l),i=r.length-1-r.lastIndexOf("/")),n=o,s=0;continue}else if(r.length!==0){r="",i=0,n=o,s=0;continue}}e&&(r+=r.length>0?"/..":"..",i=2)}else r.length>0?r+="/"+t.slice(n+1,o):r=t.slice(n+1,o),i=o-n-1;n=o,s=0}else a==="."&&s!==-1?++s:s=-1}return r}function xL(t){if(!t.length)return".";let e=t[0]==="/",r=t.at(-1)==="/";return t=yL(t,!e),t.length?(r&&(t+="/"),e?`/${t}`:t):e?"/":r?"./":"."}function O(...t){if(t.length===0)return".";let e;for(let r=0;r0&&(e===void 0?e=i:e+="/"+i)}return e===void 0?".":xL(e)}var EL=t=>{if(typeof t=="number")return t;t=t.toLowerCase();let e=parseInt(t);return t.endsWith("k")&&(e*=1024),t.endsWith("m")&&(e*=1024*1024),t.endsWith("g")&&(e*=1024*1024*1024),e},Ic=t=>{if(typeof t=="boolean")return t;if(t=t.trim().toLowerCase(),t==="true"||t==="yes"||t==="on")return!0;if(t==="false"||t==="no"||t==="off")return!1;throw Error(`Expected 'true', 'false', 'yes', 'no', 'on', or 'off', but got ${t}`)},rE={core:{filemode:Ic,bare:Ic,logallrefupdates:Ic,symlinks:Ic,ignorecase:Ic,bigFileThreshold:EL}},SL=/^\[([A-Za-z0-9-.]+)(?: "(.*)")?\]$/,kL=/^[A-Za-z0-9-.]+$/,AL=/^([A-Za-z][A-Za-z-]*)(?: *= *(.*))?$/,CL=/^[A-Za-z][A-Za-z-]*$/,TL=/^(.*?)( *[#;].*)$/,PL=t=>{let e=SL.exec(t);if(e!=null){let[r,i]=e.slice(1);return[r,i]}return null},RL=t=>{let e=AL.exec(t);if(e!=null){let[r,i="true"]=e.slice(1),n=$L(i),s=FL(n);return[r,s]}return null},$L=t=>{let e=TL.exec(t);if(e==null)return t;let[r,i]=e.slice(1);return iE(r)&&iE(i)?`${r}${i}`:r},iE=t=>(t.match(/(?:^|[^\\])"/g)||[]).length%2!==0,FL=t=>t.split("").reduce((e,r,i,n)=>{let s=r==='"'&&n[i-1]!=="\\",a=r==="\\"&&n[i+1]==='"';return s||a?e:e+r},""),nE=t=>t!=null?t.toLowerCase():null,Eg=(t,e,r)=>[nE(t),e,nE(r)].filter(i=>i!=null).join("."),sE=t=>{let e=t.split("."),r=e.shift(),i=e.pop(),n=e.length?e.join("."):void 0;return{section:r,subsection:n,name:i,path:Eg(r,n,i),sectionPath:Eg(r,n,null),isSection:!!r}},IL=(t,e)=>t.reduce((r,i,n)=>e(i)?n:r,-1),Sg=class t{constructor(e){let r=null,i=null;this.parsedConfig=e?e.split(` +`).map(n=>{let s=null,a=null,o=n.trim(),l=PL(o),c=l!=null;if(c)[r,i]=l;else{let f=RL(o);f!=null&&([s,a]=f)}let u=Eg(r,i,s);return{line:n,isSection:c,section:r,subsection:i,name:s,value:a,path:u}}):[]}static from(e){return new t(e)}async get(e,r=!1){let i=sE(e).path,n=this.parsedConfig.filter(s=>s.path===i).map(({section:s,name:a,value:o})=>{let l=rE[s]&&rE[s][a];return l?l(o):o});return r?n:n.pop()}async getall(e){return this.get(e,!0)}async getSubsections(e){return this.parsedConfig.filter(r=>r.isSection&&r.section===e).map(r=>r.subsection)}async deleteSection(e,r){this.parsedConfig=this.parsedConfig.filter(i=>!(i.section===e&&i.subsection===r))}async append(e,r){return this.set(e,r,!0)}async set(e,r,i=!1){let{section:n,subsection:s,name:a,path:o,sectionPath:l,isSection:c}=sE(e),u=IL(this.parsedConfig,f=>f.path===o);if(r==null)u!==-1&&this.parsedConfig.splice(u,1);else if(u!==-1){let f=this.parsedConfig[u],d=Object.assign({},f,{name:a,value:r,modified:!0});i?this.parsedConfig.splice(u+1,0,d):this.parsedConfig[u]=d}else{let f=this.parsedConfig.findIndex(h=>h.path===l),d={section:n,subsection:s,name:a,value:r,modified:!0,path:o};if(kL.test(n)&&CL.test(a))if(f>=0)this.parsedConfig.splice(f+1,0,d);else{let h={isSection:c,section:n,subsection:s,modified:!0,path:l};this.parsedConfig.push(h,d)}}}toString(){return this.parsedConfig.map(({line:e,section:r,subsection:i,name:n,value:s,modified:a=!1})=>a?n!=null&&s!=null?typeof s=="string"&&/[#;]/.test(s)?` ${n} = "${s}"`:` ${n} = ${s}`:i!=null?`[${r} "${i}"]`:`[${r}]`:e).join(` +`)}},dt=class{static async get({fs:e,gitdir:r}){let i=await e.read(`${r}/config`,{encoding:"utf8"});return Sg.from(i)}static async save({fs:e,gitdir:r,config:i}){await e.write(`${r}/config`,i.toString(),{encoding:"utf8"})}},rd=t=>[`${t}`,`refs/${t}`,`refs/tags/${t}`,`refs/heads/${t}`,`refs/remotes/${t}`,`refs/remotes/${t}/HEAD`],ML=["config","description","index","shallow","commondir"],fg;async function Ss(t,e){return fg===void 0&&(fg=new Mc),fg.acquire(t,e)}var W=class t{static async updateRemoteRefs({fs:e,gitdir:r,remote:i,refs:n,symrefs:s,tags:a,refspecs:o=void 0,prune:l=!1,pruneTags:c=!1}){for(let v of n.values())if(!v.match(/[0-9a-f]{40}/))throw new As(v);let u=await dt.get({fs:e,gitdir:r});if(!o){if(o=await u.getall(`remote.${i}.fetch`),o.length===0)throw new Lc(i);o.unshift(`+HEAD:refs/remotes/${i}/HEAD`)}let f=xg.from(o),d=new Map;if(c){let v=await t.listRefs({fs:e,gitdir:r,filepath:"refs/tags"});await t.deleteRefs({fs:e,gitdir:r,refs:v.map(_=>`refs/tags/${_}`)})}if(a){for(let v of n.keys())if(v.startsWith("refs/tags")&&!v.endsWith("^{}")&&!await t.exists({fs:e,gitdir:r,ref:v})){let _=n.get(v);d.set(v,_)}}let h=f.translate([...n.keys()]);for(let[v,_]of h){let b=n.get(v);d.set(_,b)}let p=f.translate([...s.keys()]);for(let[v,_]of p){let b=s.get(v),S=f.translateOne(b);S&&d.set(_,`ref: ${S}`)}let g=[];if(l){for(let v of f.localNamespaces()){let _=(await t.listRefs({fs:e,gitdir:r,filepath:v})).map(b=>`${v}/${b}`);for(let b of _)d.has(b)||g.push(b)}g.length>0&&await t.deleteRefs({fs:e,gitdir:r,refs:g})}for(let[v,_]of d)await Ss(v,async()=>e.write(O(r,v),`${_.trim()} +`,"utf8"));return{pruned:g}}static async writeRef({fs:e,gitdir:r,ref:i,value:n}){if(!n.match(/[0-9a-f]{40}/))throw new As(n);await Ss(i,async()=>e.write(O(r,i),`${n.trim()} +`,"utf8"))}static async writeSymbolicRef({fs:e,gitdir:r,ref:i,value:n}){await Ss(i,async()=>e.write(O(r,i),`ref: ${n.trim()} +`,"utf8"))}static async deleteRef({fs:e,gitdir:r,ref:i}){return t.deleteRefs({fs:e,gitdir:r,refs:[i]})}static async deleteRefs({fs:e,gitdir:r,refs:i}){await Promise.all(i.map(o=>e.rm(O(r,o))));let n=await Ss("packed-refs",async()=>e.read(`${r}/packed-refs`,{encoding:"utf8"})),s=ad.from(n),a=s.refs.size;for(let o of i)s.refs.has(o)&&s.delete(o);s.refs.sizee.write(`${r}/packed-refs`,n,{encoding:"utf8"})))}static async resolve({fs:e,gitdir:r,ref:i,depth:n=void 0}){if(n!==void 0&&(n--,n===-1))return i;if(i.startsWith("ref: "))return i=i.slice(5),t.resolve({fs:e,gitdir:r,ref:i,depth:n});if(i.length===40&&/[0-9a-f]{40}/.test(i))return i;let s=await t.packedRefs({fs:e,gitdir:r}),a=rd(i).filter(o=>!ML.includes(o));for(let o of a){let l=await Ss(o,async()=>await e.read(`${r}/${o}`,{encoding:"utf8"})||s.get(o));if(l)return t.resolve({fs:e,gitdir:r,ref:l.trim(),depth:n})}throw new He(i)}static async exists({fs:e,gitdir:r,ref:i}){try{return await t.expand({fs:e,gitdir:r,ref:i}),!0}catch(n){return!1}}static async expand({fs:e,gitdir:r,ref:i}){if(i.length===40&&/[0-9a-f]{40}/.test(i))return i;let n=await t.packedRefs({fs:e,gitdir:r}),s=rd(i);for(let a of s)if(await Ss(a,async()=>e.exists(`${r}/${a}`))||n.has(a))return a;throw new He(i)}static async expandAgainstMap({ref:e,map:r}){let i=rd(e);for(let n of i)if(await r.has(n))return n;throw new He(e)}static resolveAgainstMap({ref:e,fullref:r=e,depth:i=void 0,map:n}){if(i!==void 0&&(i--,i===-1))return{fullref:r,oid:e};if(e.startsWith("ref: "))return e=e.slice(5),t.resolveAgainstMap({ref:e,fullref:r,depth:i,map:n});if(e.length===40&&/[0-9a-f]{40}/.test(e))return{fullref:r,oid:e};let s=rd(e);for(let a of s){let o=n.get(a);if(o)return t.resolveAgainstMap({ref:o.trim(),fullref:a,depth:i,map:n})}throw new He(e)}static async packedRefs({fs:e,gitdir:r}){let i=await Ss("packed-refs",async()=>e.read(`${r}/packed-refs`,{encoding:"utf8"}));return ad.from(i).refs}static async listRefs({fs:e,gitdir:r,filepath:i}){let n=t.packedRefs({fs:e,gitdir:r}),s=null;try{s=await e.readdirDeep(`${r}/${i}`),s=s.map(a=>a.replace(`${r}/${i}/`,""))}catch(a){s=[]}for(let a of(await n).keys())a.startsWith(i)&&(a=a.replace(i+"/",""),s.includes(a)||s.push(a));return s.sort(bL),s}static async listBranches({fs:e,gitdir:r,remote:i}){return i?t.listRefs({fs:e,gitdir:r,filepath:`refs/remotes/${i}`}):t.listRefs({fs:e,gitdir:r,filepath:"refs/heads"})}static async listTags({fs:e,gitdir:r}){return(await t.listRefs({fs:e,gitdir:r,filepath:"refs/tags"})).filter(n=>!n.endsWith("^{}"))}};function DL(t,e){return pd(aE(t),aE(e))}function aE(t){return t.mode==="040000"?t.path+"/":t.path}function PE(t){switch(t){case"040000":return"tree";case"100644":return"blob";case"100755":return"blob";case"120000":return"blob";case"160000":return"commit"}throw new ue(`Unexpected GitTree entry mode: ${t}`)}function OL(t){let e=[],r=0;for(;r`${e.mode} ${e.type} ${e.oid} ${e.path}`).join(` +`)}toObject(){let e=[...this._entries];return e.sort(DL),Buffer.concat(e.map(r=>{let i=Buffer.from(r.mode.replace(/^0/,"")),n=Buffer.from(" "),s=Buffer.from(r.path,"utf8"),a=Buffer.from([0]),o=Buffer.from(r.oid,"hex");return Buffer.concat([i,n,s,a,o])}))}entries(){return this._entries}*[Symbol.iterator](){for(let e of this._entries)yield e}},Cs=class{static wrap({type:e,object:r}){let i=`${e} ${r.length}\0`,n=i.length,s=n+r.length,a=new Uint8Array(s);for(let o=0;o>=1,n+=8;return i}function cE(t,e){let r=t.readUInt8(),i=128,n=15,s=112;if(r&i){let a=lE(t,r&n,4),o=lE(t,(r&s)>>4,3);return o===0&&(o=65536),e.slice(a,a+o)}else return t.slice(r)}function HL(t){let e=[t];return{next(){return Promise.resolve({done:e.length===0,value:e.pop()})},return(){return e=[],{}},[Symbol.asyncIterator](){return this}}}function $E(t){return t[Symbol.asyncIterator]?t[Symbol.asyncIterator]():t[Symbol.iterator]?t[Symbol.iterator]():t.next?t:HL(t)}var ld=class{constructor(e){if(typeof Buffer=="undefined")throw new Error("Missing Buffer dependency");this.stream=$E(e),this.buffer=null,this.cursor=0,this.undoCursor=0,this.started=!1,this._ended=!1,this._discardedBytes=0}eof(){return this._ended&&this.cursor===this.buffer.length}tell(){return this._discardedBytes+this.cursor}async byte(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(1),this.buffer[this.undoCursor]}async chunk(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(this.buffer.length),this.buffer.slice(this.undoCursor,this.cursor)}async read(e){if(!this.eof())return this.started||await this._init(),this.cursor+e>this.buffer.length&&(this._trim(),await this._accumulate(e)),this._moveCursor(e),this.buffer.slice(this.undoCursor,this.cursor)}async skip(e){this.eof()||(this.started||await this._init(),this.cursor+e>this.buffer.length&&(this._trim(),await this._accumulate(e)),this._moveCursor(e))}async undo(){this.cursor=this.undoCursor}async _next(){this.started=!0;let{done:e,value:r}=await this.stream.next();return e&&(this._ended=!0,!r)?Buffer.alloc(0):(r&&(r=Buffer.from(r)),r)}_trim(){this.buffer=this.buffer.slice(this.undoCursor),this.cursor-=this.undoCursor,this._discardedBytes+=this.undoCursor,this.undoCursor=0}_moveCursor(e){this.undoCursor=this.cursor,this.cursor+=e,this.cursor>this.buffer.length&&(this.cursor=this.buffer.length)}async _accumulate(e){if(this._ended)return;let r=[this.buffer];for(;this.cursor+e>UL(r);){let i=await this._next();if(this._ended)break;r.push(i)}this.buffer=Buffer.concat(r)}async _loadnext(){this._discardedBytes+=this.buffer.length,this.undoCursor=0,this.cursor=0,this.buffer=await this._next()}async _init(){this.buffer=await this._next()}};function UL(t){return t.reduce((e,r)=>e+r.length,0)}async function GL(t,e){let r=new ld(t),i=await r.read(4);if(i=i.toString("utf8"),i!=="PACK")throw new ue(`Invalid PACK header '${i}'`);let n=await r.read(4);if(n=n.readUInt32BE(0),n!==2)throw new ue(`Invalid packfile version: ${n}`);let s=await r.read(4);if(s=s.readUInt32BE(0),!(s<1))for(;!r.eof()&&s--;){let a=r.tell(),{type:o,length:l,ofs:c,reference:u}=await jL(r),f=new Fg.Inflate;for(;!f.result;){let d=await r.chunk();if(!d)break;if(f.push(d,!1),f.err)throw new ue(`Pako error: ${f.msg}`);if(f.result){if(f.result.length!==l)throw new ue("Inflated object size is different from that stated in packfile.");await r.undo(),await r.read(d.length-f.strm.avail_in);let h=r.tell();await e({data:f.result,type:o,num:s,offset:a,end:h,reference:u,ofs:c})}}}}async function jL(t){let e=await t.byte(),r=e>>4&7,i=e&15;if(e&128){let a=4;do e=await t.byte(),i|=(e&127)<n+1<<7|s,-1)}function qL(t,e){let r=e,i=4,n=null;do n=t.readUInt8(),r|=(n&127)<2048*1024*1024)throw new ue("To keep implementation simple, I haven't implemented the layer 5 feature needed to support packfiles > 2GB in size.");i.seek(i.tell()+4*255);let a=i.readUInt32BE(),o=[];for(let u=0;u{u===null&&(u=k);let E=Math.floor((u-k)*100/u);E!==f&&i&&await i({phase:"Receiving objects",loaded:u-k,total:u}),f=E,_=n[_],["commit","tree","blob","tag"].includes(_)?s[S]={type:_,offset:S}:_==="ofs-delta"?s[S]={type:_,offset:S}:_==="ref-delta"&&(s[S]={type:_,offset:S})});let d=Object.keys(s).map(Number);for(let[v,_]of d.entries()){let b=v+1===d.length?e.byteLength-20:d[v+1],S=s[_],k=lL.buf(e.slice(_,b))>>>0;S.end=b,S.crc=k}let h=new t({pack:Promise.resolve(e),packfileSha:a,crcs:l,hashes:o,offsets:c,getExternalRefDelta:r});f=null;let p=0,g=[0,0,0,0,0,0,0,0,0,0,0,0];for(let v in s){v=Number(v);let _=Math.floor(p*100/u);_!==f&&i&&await i({phase:"Resolving deltas",loaded:p,total:u}),p++,f=_;let b=s[v];if(!b.oid)try{h.readDepth=0,h.externalReadDepth=0;let{type:S,object:k}=await h.readSlice({start:v});g[h.readDepth]+=1;let E=await wn(Cs.wrap({type:S,object:k}));b.oid=E,o.push(E),c.set(E,v),l[E]=b.crc}catch(S){continue}}return o.sort(),h}async toBuffer(){let e=[],r=(c,u)=>{e.push(Buffer.from(c,u))};r("ff744f63","hex"),r("00000002","hex");let i=new _i(Buffer.alloc(256*4));for(let c=0;c<256;c++){let u=0;for(let f of this.hashes)parseInt(f.slice(0,2),16)<=c&&u++;i.writeUInt32BE(u)}e.push(i.buffer);for(let c of this.hashes)r(c,"hex");let n=new _i(Buffer.alloc(this.hashes.length*4));for(let c of this.hashes)n.writeUInt32BE(this.crcs[c]);e.push(n.buffer);let s=new _i(Buffer.alloc(this.hashes.length*4));for(let c of this.hashes)s.writeUInt32BE(this.offsets.get(c));e.push(s.buffer),r(this.packfileSha,"hex");let a=Buffer.concat(e),o=await wn(a),l=Buffer.alloc(20);return l.write(o,"hex"),Buffer.concat([a,l])}async load({pack:e}){this.pack=e}async unload(){this.pack=null}async read({oid:e}){if(!this.offsets.get(e)){if(this.getExternalRefDelta)return this.externalReadDepth++,this.getExternalRefDelta(e);throw new ue(`Could not read object ${e} from packfile`)}let r=this.offsets.get(e);return this.readSlice({start:r})}async readSlice({start:e}){if(this.offsetCache[e])return Object.assign({},this.offsetCache[e]);this.readDepth++;let r={16:"commit",32:"tree",48:"blob",64:"tag",96:"ofs_delta",112:"ref_delta"},i=await this.pack;if(!i)throw new ue("Could not read packfile data. The packfile may be missing, corrupted, or too large to read into memory.");let n=i.slice(e),s=new _i(n),a=s.readUInt8(),o=a&112,l=r[o];if(l===void 0)throw new ue("Unrecognized type: 0b"+o.toString(2));let c=a&15,u=c;a&128&&(u=qL(s,c));let d=null,h=null;if(l==="ofs_delta"){let g=WL(s),v=e-g;({object:d,type:l}=await this.readSlice({start:v}))}if(l==="ref_delta"){let g=s.slice(20).toString("hex");({object:d,type:l}=await this.read({oid:g}))}let p=n.slice(s.tell());if(h=Buffer.from(await FE(p)),h.byteLength!==u)throw new ue(`Packfile told us object would have length ${u} but it had length ${h.byteLength}`);return d&&(h=Buffer.from(BL(h,d))),this.readDepth>3&&(this.offsetCache[e]={type:l,object:h}),{type:l,format:"content",object:h}}},id=Symbol("PackfileCache");async function YL({fs:t,filename:e,getExternalRefDelta:r,emitter:i,emitterPrefix:n}){let s=await t.read(e);return Nc.fromIdx({idx:s,getExternalRefDelta:r})}function Ig({fs:t,cache:e,filename:r,getExternalRefDelta:i,emitter:n,emitterPrefix:s}){e[id]||(e[id]=new Map);let a=e[id].get(r);return a||(a=YL({fs:t,filename:r,getExternalRefDelta:i,emitter:n,emitterPrefix:s}),e[id].set(r,a)),a}async function XL({fs:t,cache:e,gitdir:r,oid:i,format:n="content",getExternalRefDelta:s}){let a=await t.readdir(O(r,"objects/pack"));a=a.filter(o=>o.endsWith(".idx"));for(let o of a){let l=`${r}/objects/pack/${o}`,c=await Ig({fs:t,cache:e,filename:l,getExternalRefDelta:s});if(c.error)throw new ue(c.error);if(c.offsets.has(i)){let u=l.replace(/idx$/,"pack");c.pack||(c.pack=t.read(u));let f=await c.pack;if(!f)throw c.pack=null,new ue(`Could not read packfile at ${u}. The file may be missing, corrupted, or too large to read into memory.`);if(!c._checksumVerified){let h=c.packfileSha,p=f.subarray(-20),g=Array.from(p).map(b=>b.toString(16).padStart(2,"0")).join("");if(g!==h)throw new ue(`Packfile trailer mismatch: expected ${h}, got ${g}. The packfile may be corrupted.`);let v=f.subarray(0,-20),_=await wn(v);if(_!==h)throw new ue(`Packfile payload corrupted: calculated ${_} but expected ${h}. The packfile may have been tampered with.`);c._checksumVerified=!0}let d=await c.read({oid:i,getExternalRefDelta:s});return d.format="content",d.source=`objects/pack/${o.replace(/idx$/,"pack")}`,d}}return null}async function Je({fs:t,cache:e,gitdir:r,oid:i,format:n="content"}){let s=u=>Je({fs:t,cache:e,gitdir:r,oid:u}),a;if(i==="4b825dc642cb6eb9a060e54bf8d69288fbee4904"&&(a={format:"wrapped",object:Buffer.from("tree 0\0")}),a||(a=await RE({fs:t,gitdir:r,oid:i})),!a){if(a=await XL({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:s}),!a)throw new He(i);return a}if(n==="deflated"||(a.format==="deflated"&&(a.object=Buffer.from(await FE(a.object)),a.format="wrapped"),n==="wrapped"))return a;let o=await wn(a.object);if(o!==i)throw new ue(`SHA check failed! Expected ${i}, computed ${o}`);let{object:l,type:c}=Cs.unwrap(a.object);if(a.type=c,a.object=l,a.format="content",n==="content")return a;throw new ue(`invalid requested format "${n}"`)}var Ui=class t extends Ce{constructor(e,r,i=!0){super(`Failed to create ${e} at ${r} because it already exists.${i?` (Hint: use 'force: true' parameter to overwrite existing ${e}.)`:""}`),this.code=this.name=t.code,this.data={noun:e,where:r,canForce:i}}};Ui.code="AlreadyExistsError";var Bc=class t extends Ce{constructor(e,r,i){super(`Found multiple ${e} matching "${r}" (${i.join(", ")}). Use a longer abbreviation length to disambiguate them.`),this.code=this.name=t.code,this.data={nouns:e,short:r,matches:i}}};Bc.code="AmbiguousError";var Hc=class t extends Ce{constructor(e){super(`Your local changes to the following files would be overwritten by checkout: ${e.join(", ")}`),this.code=this.name=t.code,this.data={filepaths:e}}};Hc.code="CheckoutConflictError";var Uc=class t extends Ce{constructor(e,r){super(`Cannot cherry-pick merge commit ${e}. Merge commits have ${r} parents and require specifying which parent to use as the base.`),this.code=this.name=t.code,this.data={oid:e,parentCount:r}}};Uc.code="CherryPickMergeCommitError";var Gc=class t extends Ce{constructor(e){super(`Cannot cherry-pick root commit ${e}. Root commits have no parents.`),this.code=this.name=t.code,this.data={oid:e}}};Gc.code="CherryPickRootCommitError";var jc=class t extends Ce{constructor(e,r){super(`Failed to checkout "${e}" because commit ${r} is not available locally. Do a git fetch to make the branch available locally.`),this.code=this.name=t.code,this.data={ref:e,oid:r}}};jc.code="CommitNotFetchedError";var Vc=class t extends Ce{constructor(){super("Empty response from git server."),this.code=this.name=t.code,this.data={}}};Vc.code="EmptyServerResponseError";var zc=class t extends Ce{constructor(){super("A simple fast-forward merge was not possible."),this.code=this.name=t.code,this.data={}}};zc.code="FastForwardError";var Wc=class t extends Ce{constructor(e,r){super(`One or more branches were not updated: ${e}`),this.code=this.name=t.code,this.data={prettyDetails:e,result:r}}};Wc.code="GitPushError";var qo=class t extends Ce{constructor(e,r,i){super(`HTTP Error: ${e} ${r}`),this.code=this.name=t.code,this.data={statusCode:e,statusMessage:r,response:i}}};qo.code="HttpError";var Ts=class t extends Ce{constructor(e){let r="invalid filepath";e==="leading-slash"||e==="trailing-slash"?r='"filepath" parameter should not include leading or trailing directory separators because these can cause problems on some platforms.':e==="directory"&&(r='"filepath" should not be a directory.'),super(r),this.code=this.name=t.code,this.data={reason:e}}};Ts.code="InvalidFilepathError";var Gi=class t extends Ce{constructor(e,r){super(`"${e}" would be an invalid git reference. (Hint: a valid alternative would be "${r}".)`),this.code=this.name=t.code,this.data={ref:e,suggestion:r}}};Gi.code="InvalidRefNameError";var qc=class t extends Ce{constructor(e){super(`Maximum search depth of ${e} exceeded.`),this.code=this.name=t.code,this.data={depth:e}}};qc.code="MaxDepthError";var Yo=class t extends Ce{constructor(){super("Merges with conflicts are not supported yet."),this.code=this.name=t.code,this.data={}}};Yo.code="MergeNotSupportedError";var pa=class t extends Ce{constructor(e,r,i,n){super(`Automatic merge failed with one or more merge conflicts in the following files: ${e.toString()}. Fix conflicts then commit the result.`),this.code=this.name=t.code,this.data={filepaths:e,bothModified:r,deleteByUs:i,deleteByTheirs:n}}};pa.code="MergeConflictError";var Zt=class t extends Ce{constructor(e){super(`No name was provided for ${e} in the argument or in the .git/config file.`),this.code=this.name=t.code,this.data={role:e}}};Zt.code="MissingNameError";var Fr=class t extends Ce{constructor(e){super(`The function requires a "${e}" parameter but none was provided.`),this.code=this.name=t.code,this.data={parameter:e}}};Fr.code="MissingParameterError";var Yc=class t extends Ce{constructor(e){super('There are multiple errors that were thrown by the method. Please refer to the "errors" property to see more'),this.code=this.name=t.code,this.data={errors:e},this.errors=e}};Yc.code="MultipleGitError";var ma=class t extends Ce{constructor(e,r){super(`Expected "${e}" but received "${r}".`),this.code=this.name=t.code,this.data={expected:e,actual:r}}};ma.code="ParseError";var Xo=class t extends Ce{constructor(e){let r="";e==="not-fast-forward"?r=" because it was not a simple fast-forward":e==="tag-exists"&&(r=" because tag already exists"),super(`Push rejected${r}. Use "force: true" to override.`),this.code=this.name=t.code,this.data={reason:e}}};Xo.code="PushRejectedError";var ks=class t extends Ce{constructor(e,r){super(`Remote does not support the "${e}" so the "${r}" parameter cannot be used.`),this.code=this.name=t.code,this.data={capability:e,parameter:r}}};ks.code="RemoteCapabilityError";var Xc=class t extends Ce{constructor(e,r){super(`Remote did not reply using the "smart" HTTP protocol. Expected "001e# service=git-upload-pack" but received: ${e}`),this.code=this.name=t.code,this.data={preview:e,response:r}}};Xc.code="SmartHttpError";var Zc=class t extends Ce{constructor(e,r,i){super(`Git remote "${e}" uses an unrecognized transport protocol: "${r}"`),this.code=this.name=t.code,this.data={url:e,transport:r,suggestion:i}}};Zc.code="UnknownTransportError";var Kc=class t extends Ce{constructor(e){super(`Cannot parse remote URL: "${e}"`),this.code=this.name=t.code,this.data={url:e}}};Kc.code="UrlParseError";var Zo=class t extends Ce{constructor(){super("The operation was canceled."),this.code=this.name=t.code,this.data={}}};Zo.code="UserCanceledError";var Qc=class t extends Ce{constructor(e){super(`Could not merge index: Entry for '${e}' is not up to date. Either reset the index entry to HEAD, or stage your unstaged changes.`),this.code=this.name=t.code,this.data={filepath:e}}};Qc.code="IndexResetError";var Jc=class t extends Ce{constructor(e){super(`"${e}" does not point to any commit. You're maybe working on a repository with no commits yet. `),this.code=this.name=t.code,this.data={ref:e}}};Jc.code="NoCommitError";var IE=Object.freeze({__proto__:null,AlreadyExistsError:Ui,AmbiguousError:Bc,CheckoutConflictError:Hc,CherryPickMergeCommitError:Uc,CherryPickRootCommitError:Gc,CommitNotFetchedError:jc,EmptyServerResponseError:Vc,FastForwardError:zc,GitPushError:Wc,HttpError:qo,InternalError:ue,InvalidFilepathError:Ts,InvalidOidError:As,InvalidRefNameError:Gi,MaxDepthError:qc,MergeNotSupportedError:Yo,MergeConflictError:pa,MissingNameError:Zt,MissingParameterError:Fr,MultipleGitError:Yc,NoRefspecError:Lc,NotFoundError:He,ObjectTypeError:yr,ParseError:ma,PushRejectedError:Xo,RemoteCapabilityError:ks,SmartHttpError:Xc,UnknownTransportError:Zc,UnsafeFilepathError:zo,UrlParseError:Kc,UserCanceledError:Zo,UnmergedPathsError:Oc,IndexResetError:Qc,NoCommitError:Jc});function kg({name:t,email:e,timestamp:r,timezoneOffset:i}){return i=ZL(i),`${t} <${e}> ${r} ${i}`}function ZL(t){let e=KL(QL(t));t=Math.abs(t);let r=Math.floor(t/60);t-=r*60;let i=String(r),n=String(t);return i.length<2&&(i="0"+i),n.length<2&&(n="0"+n),(e===-1?"-":"+")+i+n}function KL(t){return Math.sign(t)||(Object.is(t,-0)?-1:1)}function QL(t){return t===0?t:-t}function Xn(t){return t=t.replace(/\r/g,""),t=t.replace(/^\n+/,""),t=t.replace(/\n+$/,"")+` +`,t}function cd(t){let[,e,r,i,n]=t.match(/^(.*) <(.*)> (.*) (.*)$/);return{name:e,email:r,timestamp:Number(i),timezoneOffset:JL(n)}}function JL(t){let[,e,r,i]=t.match(/(\+|-)(\d\d)(\d\d)/);return i=(e==="+"?1:-1)*(Number(r)*60+Number(i)),eN(i)}function eN(t){return t===0?t:-t}var Kr=class t{constructor(e){if(typeof e=="string")this._tag=e;else if(Buffer.isBuffer(e))this._tag=e.toString("utf8");else if(typeof e=="object")this._tag=t.render(e);else throw new ue("invalid type passed to GitAnnotatedTag constructor")}static from(e){return new t(e)}static render(e){return`object ${e.object} +type ${e.type} +tag ${e.tag} +tagger ${kg(e.tagger)} + +${e.message} +${e.gpgsig?e.gpgsig:""}`}justHeaders(){return this._tag.slice(0,this._tag.indexOf(` + +`))}message(){let e=this.withoutSignature();return e.slice(e.indexOf(` + +`)+2)}parse(){return Object.assign(this.headers(),{message:this.message(),gpgsig:this.gpgsig()})}render(){return this._tag}headers(){let e=this.justHeaders().split(` +`),r=[];for(let n of e)n[0]===" "?r[r.length-1]+=` +`+n.slice(1):r.push(n);let i={};for(let n of r){let s=n.slice(0,n.indexOf(" ")),a=n.slice(n.indexOf(" ")+1);Array.isArray(i[s])?i[s].push(a):i[s]=a}return i.tagger&&(i.tagger=cd(i.tagger)),i.committer&&(i.committer=cd(i.committer)),i}withoutSignature(){let e=Xn(this._tag);return e.indexOf(` +-----BEGIN PGP SIGNATURE-----`)===-1?e:e.slice(0,e.lastIndexOf(` +-----BEGIN PGP SIGNATURE-----`))}gpgsig(){if(this._tag.indexOf(` +-----BEGIN PGP SIGNATURE-----`)===-1)return;let e=this._tag.slice(this._tag.indexOf("-----BEGIN PGP SIGNATURE-----"),this._tag.indexOf("-----END PGP SIGNATURE-----")+27);return Xn(e)}payload(){return this.withoutSignature()+` +`}toObject(){return Buffer.from(this._tag,"utf8")}static async sign(e,r,i){let n=e.payload(),{signature:s}=await r({payload:n,secretKey:i});s=Xn(s);let a=n+s;return t.from(a)}};function hg(t){return t.trim().split(` +`).map(e=>" "+e).join(` +`)+` +`}function tN(t){return t.split(` +`).map(e=>e.replace(/^ /,"")).join(` +`)}var Mr=class t{constructor(e){if(typeof e=="string")this._commit=e;else if(Buffer.isBuffer(e))this._commit=e.toString("utf8");else if(typeof e=="object")this._commit=t.render(e);else throw new ue("invalid type passed to GitCommit constructor")}static fromPayloadSignature({payload:e,signature:r}){let i=t.justHeaders(e),n=t.justMessage(e),s=Xn(i+` +gpgsig`+hg(r)+` +`+n);return new t(s)}static from(e){return new t(e)}toObject(){return Buffer.from(this._commit,"utf8")}headers(){return this.parseHeaders()}message(){return t.justMessage(this._commit)}parse(){return Object.assign({message:this.message()},this.headers())}static justMessage(e){return Xn(e.slice(e.indexOf(` + +`)+2))}static justHeaders(e){return e.slice(0,e.indexOf(` + +`))}parseHeaders(){let e=t.justHeaders(this._commit).split(` +`),r=[];for(let n of e)n[0]===" "?r[r.length-1]+=` +`+n.slice(1):r.push(n);let i={parent:[]};for(let n of r){let s=n.slice(0,n.indexOf(" ")),a=n.slice(n.indexOf(" ")+1);Array.isArray(i[s])?i[s].push(a):i[s]=a}return i.author&&(i.author=cd(i.author)),i.committer&&(i.committer=cd(i.committer)),i}static renderHeaders(e){let r="";if(e.tree?r+=`tree ${e.tree} +`:r+=`tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904 +`,e.parent){if(e.parent.length===void 0)throw new ue("commit 'parent' property should be an array");for(let s of e.parent)r+=`parent ${s} +`}let i=e.author;r+=`author ${kg(i)} +`;let n=e.committer||e.author;return r+=`committer ${kg(n)} +`,e.gpgsig&&(r+="gpgsig"+hg(e.gpgsig)),r}static render(e){return t.renderHeaders(e)+` +`+Xn(e.message)}render(){return this._commit}withoutSignature(){let e=Xn(this._commit);if(e.indexOf(` +gpgsig`)===-1)return e;let r=e.slice(0,e.indexOf(` +gpgsig`)),i=e.slice(e.indexOf(`-----END PGP SIGNATURE----- +`)+28);return Xn(r+` +`+i)}isolateSignature(){let e=this._commit.slice(this._commit.indexOf("-----BEGIN PGP SIGNATURE-----"),this._commit.indexOf("-----END PGP SIGNATURE-----")+27);return tN(e)}static async sign(e,r,i){let n=e.withoutSignature(),s=t.justMessage(e._commit),{signature:a}=await r({payload:n,secretKey:i});a=Xn(a);let l=t.justHeaders(e._commit)+` +gpgsig`+hg(a)+` +`+s;return t.from(l)}};async function Ko({fs:t,cache:e,gitdir:r,oid:i}){if(i==="4b825dc642cb6eb9a060e54bf8d69288fbee4904")return{tree:Ir.from([]),oid:i};let{type:n,object:s}=await Je({fs:t,cache:e,gitdir:r,oid:i});if(n==="tag")return i=Kr.from(s).parse().object,Ko({fs:t,cache:e,gitdir:r,oid:i});if(n==="commit")return i=Mr.from(s).parse().tree,Ko({fs:t,cache:e,gitdir:r,oid:i});if(n!=="tree")throw new yr(i,n,"tree");return{tree:Ir.from(s),oid:i}}var Ag=class{constructor({fs:e,gitdir:r,ref:i,cache:n}){this.fs=e,this.cache=n,this.gitdir=r,this.mapPromise=(async()=>{let a=new Map,o;try{o=await W.resolve({fs:e,gitdir:r,ref:i})}catch(c){c instanceof He&&(o="4b825dc642cb6eb9a060e54bf8d69288fbee4904")}let l=await Ko({fs:e,cache:this.cache,gitdir:r,oid:o});return l.type="tree",l.mode="40000",a.set(".",l),a})();let s=this;this.ConstructEntry=class{constructor(o){this._fullpath=o,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return s.type(this)}async mode(){return s.mode(this)}async stat(){return s.stat(this)}async content(){return s.content(this)}async oid(){return s.oid(this)}}}async readdir(e){let r=e._fullpath,{fs:i,cache:n,gitdir:s}=this,a=await this.mapPromise,o=a.get(r);if(!o)throw new Error(`No obj for ${r}`);let l=o.oid;if(!l)throw new Error(`No oid for obj ${JSON.stringify(o)}`);if(o.type!=="tree")return null;let{type:c,object:u}=await Je({fs:i,cache:n,gitdir:s,oid:l});if(c!==o.type)throw new yr(l,c,o.type);let f=Ir.from(u);for(let d of f)a.set(O(r,d.path),d);return f.entries().map(d=>O(r,d.path))}async type(e){if(e._type===!1){let r=await this.mapPromise,{type:i}=r.get(e._fullpath);e._type=i}return e._type}async mode(e){if(e._mode===!1){let r=await this.mapPromise,{mode:i}=r.get(e._fullpath);e._mode=AE(parseInt(i,8))}return e._mode}async stat(e){}async content(e){if(e._content===!1){let r=await this.mapPromise,{fs:i,cache:n,gitdir:s}=this,o=r.get(e._fullpath).oid,{type:l,object:c}=await Je({fs:i,cache:n,gitdir:s,oid:o});l!=="blob"?e._content=void 0:e._content=new Uint8Array(c)}return e._content}async oid(e){if(e._oid===!1){let i=(await this.mapPromise).get(e._fullpath);e._oid=i.oid}return e._oid}};function Zr({ref:t="HEAD"}={}){let e=Object.create(null);return Object.defineProperty(e,md,{value:function({fs:r,gitdir:i,cache:n}){return new Ag({fs:r,gitdir:i,ref:t,cache:n})}}),Object.freeze(e),e}var Cg=class{constructor({fs:e,dir:r,gitdir:i,cache:n}){this.fs=e,this.cache=n,this.dir=r,this.gitdir=i,this.config=null;let s=this;this.ConstructEntry=class{constructor(o){this._fullpath=o,this._type=!1,this._mode=!1,this._stat=!1,this._content=!1,this._oid=!1}async type(){return s.type(this)}async mode(){return s.mode(this)}async stat(){return s.stat(this)}async content(){return s.content(this)}async oid(){return s.oid(this)}}}async readdir(e){let r=e._fullpath,{fs:i,dir:n}=this,s=await i.readdir(O(n,r));return s===null?null:s.map(a=>O(r,a))}async type(e){return e._type===!1&&await e.stat(),e._type}async mode(e){return e._mode===!1&&await e.stat(),e._mode}async stat(e){if(e._stat===!1){let{fs:r,dir:i}=this,n=await r.lstat(`${i}/${e._fullpath}`);if(!n)throw new Error(`ENOENT: no such file or directory, lstat '${e._fullpath}'`);let s=n.isDirectory()?"tree":"blob";s==="blob"&&!n.isFile()&&!n.isSymbolicLink()&&(s="special"),e._type=s,n=Wo(n),e._mode=n.mode,n.size===-1&&e._actualSize&&(n.size=e._actualSize),e._stat=n}return e._stat}async content(e){if(e._content===!1){let{fs:r,dir:i,gitdir:n}=this;if(await e.type()==="tree")e._content=void 0;else{let s;if(await e.mode()>>12===10)s=await r.readlink(`${i}/${e._fullpath}`);else{let o=await(await this._getGitConfig(r,n)).get("core.autocrlf");s=await r.read(`${i}/${e._fullpath}`,{autocrlf:o})}e._actualSize=s.length,e._stat&&e._stat.size===-1&&(e._stat.size=e._actualSize),e._content=new Uint8Array(s)}}return e._content}async oid(e){if(e._oid===!1){let r=this,{fs:i,gitdir:n,cache:s}=this,a;await ft.acquire({fs:i,gitdir:n,cache:s},async function(o){let l=o.entriesMap.get(e._fullpath),c=await e.stat(),f=await(await r._getGitConfig(i,n)).get("core.filemode"),d=typeof process!="undefined"?process.platform!=="win32":!0;if(!l||nd(c,l,f,d)){let h=await e.content();h===void 0?a=void 0:(a=await wn(Cs.wrap({type:"blob",object:h})),l&&a===l.oid&&(!f||c.mode===l.mode)&&nd(c,l,f,d)&&o.insert({filepath:e._fullpath,stats:c,oid:a}))}else a=l.oid}),e._oid=a}return e._oid}async _getGitConfig(e,r){return this.config?this.config:(this.config=await dt.get({fs:e,gitdir:r}),this.config)}};function tl(){let t=Object.create(null);return Object.defineProperty(t,md,{value:function({fs:e,dir:r,gitdir:i,cache:n}){return new Cg({fs:e,dir:r,gitdir:i,cache:n})}}),Object.freeze(t),t}function rN(t,e){let r=e-t;return Array.from({length:r},(i,n)=>t+n)}var ME=typeof Array.prototype.flat=="undefined"?t=>t.reduce((e,r)=>e.concat(r),[]):t=>t.flat(),Tg=class{constructor(){this.value=null}consider(e){e!=null&&(this.value===null?this.value=e:ec,reduce:a=async(l,c)=>{let u=ME(c);return l!==void 0&&u.unshift(l),u},iterate:o=(l,c)=>Promise.all([...c].map(l))}){let l=n.map(h=>h[md]({fs:t,dir:r,gitdir:i,cache:e})),c=new Array(l.length).fill("."),u=rN(0,l.length),f=async h=>{u.forEach(v=>{let _=h[v];h[v]=_&&new l[v].ConstructEntry(_)});let g=(await Promise.all(u.map(v=>{let _=h[v];return _?l[v].readdir(_):[]}))).map(v=>(v===null?[]:v)[Symbol.iterator]());return{entries:h,children:iN(g)}},d=async h=>{let{entries:p,children:g}=await f(h),v=p.find(b=>b&&b._fullpath)._fullpath,_=await s(v,p);if(_!==null){let b=await o(d,g);return b=b.filter(S=>S!==void 0),a(_,b)}};return d(c)}async function Pg(t,e){let r=await t.readdir(e);r==null?await t.rm(e):r.length?await Promise.all(r.map(i=>{let n=O(e,i);return t.lstat(n).then(s=>{if(s)return s.isDirectory()?Pg(t,n):t.rm(n)})})).then(()=>t.rmdir(e)):await t.rmdir(e)}function nN(t){return sN(t)&&uE(t.then)&&uE(t.catch)}function sN(t){return t&&typeof t=="object"}function uE(t){return typeof t=="function"}function fE(t){return nN((r=>{try{return r.readFile().catch(i=>i)}catch(i){return i}})(t))}var dE=["readFile","writeFile","mkdir","rmdir","unlink","stat","lstat","readdir","readlink","symlink"];function hE(t,e){if(fE(e))for(let r of dE)t[`_${r}`]=e[r].bind(e);else for(let r of dE)t[`_${r}`]=td(e[r].bind(e));fE(e)?(e.cp&&(t._cp=e.cp.bind(e)),e.rm?t._rm=e.rm.bind(e):e.rmdir.length>1?t._rm=e.rmdir.bind(e):t._rm=Pg.bind(null,t)):(e.cp&&(t._cp=td(e.cp.bind(e))),e.rm?t._rm=td(e.rm.bind(e)):e.rmdir.length>2?t._rm=td(e.rmdir.bind(e)):t._rm=Pg.bind(null,t))}var Q=class{constructor(e){if(typeof e._original_unwrapped_fs!="undefined")return e;let r=Object.getOwnPropertyDescriptor(e,"promises");r&&r.enumerable?hE(this,e.promises):hE(this,e),this._original_unwrapped_fs=e}async exists(e,r={}){try{return await this._stat(e),!0}catch(i){if(i.code==="ENOENT"||i.code==="ENOTDIR"||(i.code||"").includes("ENS"))return!1;throw console.log('Unhandled error in "FileSystem.exists()" function',i),i}}async read(e,r={}){try{let i=await this._readFile(e,r);if(r.autocrlf==="true")try{i=new TextDecoder("utf8",{fatal:!0}).decode(i),i=i.replace(/\r\n/g,` +`),i=new TextEncoder().encode(i)}catch(n){}return typeof i!="string"&&(i=Buffer.from(i)),i}catch(i){return null}}async write(e,r,i={}){try{await this._writeFile(e,r,i)}catch(n){await this.mkdir(ha(e)),await this._writeFile(e,r,i)}}async mkdir(e,r=!1){try{await this._mkdir(e)}catch(i){if(i===null||i.code==="EEXIST")return;if(r)throw i;if(i.code==="ENOENT"){let n=ha(e);if(n==="."||n==="/"||n===e)throw i;await this.mkdir(n),await this.mkdir(e,!0)}}}async rm(e){try{await this._unlink(e)}catch(r){if(r.code!=="ENOENT")throw r}}async rmdir(e,r){try{r&&r.recursive?await this._rm(e,r):await this._rmdir(e)}catch(i){if(i.code!=="ENOENT")throw i}}async readdir(e){try{let r=await this._readdir(e);return r.sort(pd),r}catch(r){return r.code==="ENOTDIR"?null:[]}}async readdirDeep(e){let r=await this._readdir(e);return(await Promise.all(r.map(async n=>{let s=e+"/"+n;return(await this._stat(s)).isDirectory()?this.readdirDeep(s):s}))).reduce((n,s)=>n.concat(s),[])}async lstat(e){try{return await this._lstat(e)}catch(r){if(r.code==="ENOENT"||(r.code||"").includes("ENS"))return null;throw r}}async readlink(e,r={encoding:"buffer"}){try{let i=await this._readlink(e,r);return Buffer.isBuffer(i)?i:Buffer.from(i)}catch(i){if(i.code==="ENOENT"||(i.code||"").includes("ENS"))return null;throw i}}async writelink(e,r){return this._symlink(r.toString("utf8"),e)}};function T(t,e){if(e===void 0)throw new Fr(t)}function aN(t){return t.startsWith("/")||/^[a-zA-Z]:[\\/]/.test(t)}async function ee({fsp:t,dotgit:e}){T("fsp",t),T("dotgit",e);let r=await t._stat(e).catch(()=>({isFile:()=>!1,isDirectory:()=>!1}));return r.isDirectory()?e:r.isFile()?t._readFile(e,"utf8").then(i=>i.trimRight().substr(8)).then(i=>aN(i)?i:O(ha(e),i)):e}async function ud(t,e){return!t&&!e?!1:t&&!e||!t&&e?!0:!(await t.type()==="tree"&&await e.type()==="tree"||await t.type()===await e.type()&&await t.mode()===await e.mode()&&await t.oid()===await e.oid())}async function DE({fs:t,dir:e,gitdir:r=O(e,".git"),commit:i="HEAD",cache:n={}}){try{T("fs",t),T("dir",e),T("gitdir",r);let s=new Q(t),a=[Zr({ref:i}),tl(),_a()],o=[],l=await ee({fsp:s,dotgit:r});await ft.acquire({fs:s,gitdir:l,cache:n},async function(u){o=u.unmergedPaths});let c=await Ps({fs:s,cache:n,dir:e,gitdir:l,trees:a,map:async function(u,[f,d,h]){let p=!await ud(d,h),g=o.includes(u),v=!await ud(h,f);if(p||g)return f?{path:u,mode:await f.mode(),oid:await f.oid(),type:await f.type(),content:await f.content()}:void 0;if(v)return!1;throw new Qc(u)}});await ft.acquire({fs:s,gitdir:l,cache:n},async function(u){for(let f of c)if(f!==!1){if(!f){await s.rmdir(`${e}/${f.path}`,{recursive:!0}),u.delete({filepath:f.path});continue}if(f.type==="blob"){let d=new TextDecoder().decode(f.content);await s.write(`${e}/${f.path}`,d,{mode:f.mode}),u.insert({filepath:f.path,oid:f.oid,stage:0})}}})}catch(s){throw s.caller="git.abortMerge",s}}var Rs=class{static async isIgnored({fs:e,dir:r,gitdir:i=O(r,".git"),filepath:n}){if(sd(n)===".git")return!0;if(n===".")return!1;let s="",a=O(i,"info","exclude");await e.exists(a)&&(s=await e.read(a,"utf8"));let o=[{gitignore:O(r,".gitignore"),filepath:n}],l=n.split("/").filter(Boolean);for(let u=1;u{let f=await(await dt.get({fs:o,gitdir:l})).get("core.autocrlf");return Rg({dir:e,gitdir:l,fs:o,filepath:i,index:c,force:s,parallel:a,autocrlf:f})})}catch(o){throw o.caller="git.add",o}}async function Rg({dir:t,gitdir:e,fs:r,filepath:i,index:n,force:s,parallel:a,autocrlf:o}){i=Array.isArray(i)?i:[i];let l=i.map(async d=>{if(!s&&await Rs.isIgnored({fs:r,dir:t,gitdir:e,filepath:d}))return;let h=await r.lstat(O(t,d));if(!h)throw new He(d);if(h.isDirectory()){let p=await r.readdir(O(t,d));if(a){let g=p.map(v=>Rg({dir:t,gitdir:e,fs:r,filepath:[O(d,v)],index:n,force:s,parallel:a,autocrlf:o}));await Promise.all(g)}else for(let g of p)await Rg({dir:t,gitdir:e,fs:r,filepath:[O(d,g)],index:n,force:s,parallel:a,autocrlf:o})}else{let p=h.isSymbolicLink()?await r.readlink(O(t,d)).then(LE):await r.read(O(t,d),{autocrlf:o});if(p===null)throw new He(d);let g=await Dr({fs:r,gitdir:e,type:"blob",object:p});n.insert({filepath:d,stats:h,oid:g})}}),c=await Promise.allSettled(l),u=c.filter(d=>d.status==="rejected").map(d=>d.reason);if(u.length>1)throw new Yc(u);if(u.length===1)throw u[0];return c.filter(d=>d.status==="fulfilled"&&d.value).map(d=>d.value)}async function eu({fs:t,gitdir:e,path:r}){return(await dt.get({fs:t,gitdir:e})).get(r)}function BE(t,...e){for(let r of e)if(r)for(let i of Object.keys(r)){let n=r[i];n!==void 0&&(t[i]=n)}return t}async function $s({fs:t,gitdir:e,author:r,commit:i}){let n=Math.floor(Date.now()/1e3),s={name:await eu({fs:t,gitdir:e,path:"user.name"}),email:await eu({fs:t,gitdir:e,path:"user.email"})||"",timestamp:n,timezoneOffset:new Date(n*1e3).getTimezoneOffset()},a=BE({},s,i?i.author:void 0,r);if(a.name!==void 0)return a}async function ga({fs:t,gitdir:e,author:r,committer:i,commit:n}){let s=Math.floor(Date.now()/1e3),a={name:await eu({fs:t,gitdir:e,path:"user.name"}),email:await eu({fs:t,gitdir:e,path:"user.email"})||"",timestamp:s,timezoneOffset:new Date(s*1e3).getTimezoneOffset()},o=BE({},a,n?n.committer:void 0,r,i);if(o.name!==void 0)return o}async function HE({fs:t,cache:e,gitdir:r,oid:i}){let{type:n,object:s}=await Je({fs:t,cache:e,gitdir:r,oid:i});if(n==="tag")return i=Kr.from(s).parse().object,HE({fs:t,cache:e,gitdir:r,oid:i});if(n!=="commit")throw new yr(i,n,"commit");return{commit:Mr.from(s),oid:i}}async function vn({fs:t,cache:e,gitdir:r,oid:i}){let{commit:n,oid:s}=await HE({fs:t,cache:e,gitdir:r,oid:i});return{oid:s,commit:n.parse(),payload:n.withoutSignature()}}async function ru({fs:t,cache:e,onSign:r,gitdir:i,message:n,author:s,committer:a,signingKey:o,amend:l=!1,dryRun:c=!1,noUpdateBranch:u=!1,ref:f,parent:d,tree:h}){let p=!1,g=!1;f||(g=!(await t.read(`${i}/HEAD`,{encoding:"utf8"})).startsWith("ref:"),f=await W.resolve({fs:t,gitdir:i,ref:"HEAD",depth:2}));let v,_;try{v=await W.resolve({fs:t,gitdir:i,ref:f}),_=await vn({fs:t,gitdir:i,oid:v,cache:{}})}catch(k){p=!0}if(l&&p)throw new Jc(f);let b=l?await $s({fs:t,gitdir:i,author:s,commit:_.commit}):await $s({fs:t,gitdir:i,author:s});if(!b)throw new Zt("author");let S=l?await ga({fs:t,gitdir:i,author:b,committer:a,commit:_.commit}):await ga({fs:t,gitdir:i,author:b,committer:a});if(!S)throw new Zt("committer");return ft.acquire({fs:t,gitdir:i,cache:e,allowUnmerged:!1},async function(k){let A=TE(k.entries).get(".");if(h||(h=await UE({fs:t,gitdir:i,inode:A,dryRun:c})),d?d=await Promise.all(d.map(y=>W.resolve({fs:t,gitdir:i,ref:y}))):l?d=_.commit.parent:d=v?[v]:[],!n)if(l)n=_.commit.message;else throw new Fr("message");let w=Mr.from({tree:h,parent:d,author:b,committer:S,message:n});o&&(w=await Mr.sign(w,r,o));let x=await Dr({fs:t,gitdir:i,type:"commit",object:w.toObject(),dryRun:c});return!u&&!c&&await W.writeRef({fs:t,gitdir:i,ref:g?"HEAD":f,value:x}),x})}async function UE({fs:t,gitdir:e,inode:r,dryRun:i}){let n=r.children;for(let l of n)l.type==="tree"&&(l.metadata.mode="040000",l.metadata.oid=await UE({fs:t,gitdir:e,inode:l,dryRun:i}));let s=n.map(l=>({mode:l.metadata.mode,path:l.basename,oid:l.metadata.oid,type:l.type})),a=Ir.from(s);return await Dr({fs:t,gitdir:e,type:"tree",object:a.toObject(),dryRun:i})}async function iu({fs:t,cache:e,gitdir:r,oid:i,filepath:n}){if(n.startsWith("/"))throw new Ts("leading-slash");if(n.endsWith("/"))throw new Ts("trailing-slash");let s=i,a=await Ko({fs:t,cache:e,gitdir:r,oid:i}),o=a.tree;if(n==="")i=a.oid;else{let l=n.split("/");i=await GE({fs:t,cache:e,gitdir:r,tree:o,pathArray:l,oid:s,filepath:n})}return i}async function GE({fs:t,cache:e,gitdir:r,tree:i,pathArray:n,oid:s,filepath:a}){let o=n.shift();for(let l of i)if(l.path===o){if(n.length===0)return l.oid;{let{type:c,object:u}=await Je({fs:t,cache:e,gitdir:r,oid:l.oid});if(c!=="tree")throw new yr(s,c,"tree",a);return i=Ir.from(u),GE({fs:t,cache:e,gitdir:r,tree:i,pathArray:n,oid:s,filepath:a})}}throw new He(`file or directory found at "${s}:${a}"`)}async function rl({fs:t,cache:e,gitdir:r,oid:i,filepath:n=void 0}){n!==void 0&&(i=await iu({fs:t,cache:e,gitdir:r,oid:i,filepath:n}));let{tree:s,oid:a}=await Ko({fs:t,cache:e,gitdir:r,oid:i});return{oid:a,tree:s.entries()}}async function nu({fs:t,gitdir:e,tree:r}){let i=Ir.from(r).toObject();return await Dr({fs:t,gitdir:e,type:"tree",object:i,format:"content"})}async function uN({fs:t,cache:e,onSign:r,gitdir:i,ref:n,oid:s,note:a,force:o,author:l,committer:c,signingKey:u}){let f;try{f=await W.resolve({gitdir:i,fs:t,ref:n})}catch(_){if(!(_ instanceof He))throw _}let h=(await rl({fs:t,cache:e,gitdir:i,oid:f||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;if(o)h=h.filter(_=>_.path!==s);else for(let _ of h)if(_.path===s)throw new Ui("note",s);typeof a=="string"&&(a=Buffer.from(a,"utf8"));let p=await Dr({fs:t,gitdir:i,type:"blob",object:a,format:"content"});h.push({mode:"100644",path:s,oid:p,type:"blob"});let g=await nu({fs:t,gitdir:i,tree:h});return await ru({fs:t,cache:e,onSign:r,gitdir:i,ref:n,tree:g,parent:f&&[f],message:`Note added by 'isomorphic-git addNote' +`,author:l,committer:c,signingKey:u})}async function jE({fs:t,onSign:e,dir:r,gitdir:i=O(r,".git"),ref:n="refs/notes/commits",oid:s,note:a,force:o,author:l,committer:c,signingKey:u,cache:f={}}){try{T("fs",t),T("gitdir",i),T("oid",s),T("note",a),u&&T("onSign",e);let d=new Q(t),h=await $s({fs:d,gitdir:i,author:l});if(!h)throw new Zt("author");let p=await ga({fs:d,gitdir:i,author:h,committer:c});if(!p)throw new Zt("committer");let g=await ee({fsp:d,dotgit:i});return await uN({fs:d,cache:f,onSign:e,gitdir:g,ref:n,oid:s,note:a,force:o,author:h,committer:p,signingKey:u})}catch(d){throw d.caller="git.addNote",d}}var fN=/(^|[/.])([/.]|$)|^@$|@{|[\x00-\x20\x7f~^:?*[\\]|\.lock(\/|$)/;function tu(t,e){if(typeof t!="string")throw new TypeError("Reference name must be a string");return!fN.test(t)&&(!!e||t.includes("/"))}async function VE({fs:t,gitdir:e,remote:r,url:i,force:n}){if(!tu(r,!0))throw new Gi(r,Dc.clean(r));let s=await dt.get({fs:t,gitdir:e});if(!n&&(await s.getSubsections("remote")).includes(r)&&i!==await s.get(`remote.${r}.url`))throw new Ui("remote",r);await s.set(`remote.${r}.url`,i),await s.set(`remote.${r}.fetch`,`+refs/heads/*:refs/remotes/${r}/*`),await dt.save({fs:t,gitdir:e,config:s})}async function zE({fs:t,dir:e,gitdir:r=O(e,".git"),remote:i,url:n,force:s=!1}){try{T("fs",t),T("gitdir",r),T("remote",i),T("url",n);let a=new Q(t),o=await ee({fsp:a,dotgit:r});return await VE({fs:a,gitdir:o,remote:i,url:n,force:s})}catch(a){throw a.caller="git.addRemote",a}}async function dN({fs:t,cache:e,onSign:r,gitdir:i,ref:n,tagger:s,message:a=n,gpgsig:o,object:l,signingKey:c,force:u=!1}){if(n=n.startsWith("refs/tags/")?n:`refs/tags/${n}`,!u&&await W.exists({fs:t,gitdir:i,ref:n}))throw new Ui("tag",n);let f=await W.resolve({fs:t,gitdir:i,ref:l||"HEAD"}),{type:d}=await Je({fs:t,cache:e,gitdir:i,oid:f}),h=Kr.from({object:f,type:d,tag:n.replace("refs/tags/",""),tagger:s,message:a,gpgsig:o});c&&(h=await Kr.sign(h,r,c));let p=await Dr({fs:t,gitdir:i,type:"tag",object:h.toObject()});await W.writeRef({fs:t,gitdir:i,ref:n,value:p})}async function WE({fs:t,onSign:e,dir:r,gitdir:i=O(r,".git"),ref:n,tagger:s,message:a=n,gpgsig:o,object:l,signingKey:c,force:u=!1,cache:f={}}){try{T("fs",t),T("gitdir",i),T("ref",n),c&&T("onSign",e);let d=new Q(t),h=await ee({fsp:d,dotgit:i}),p=await $s({fs:d,gitdir:h,author:s});if(!p)throw new Zt("tagger");return await dN({fs:d,cache:f,onSign:e,gitdir:h,ref:n,tagger:p,message:a,gpgsig:o,object:l,signingKey:c,force:u})}catch(d){throw d.caller="git.annotatedTag",d}}async function hN({fs:t,gitdir:e,ref:r,object:i,checkout:n=!1,force:s=!1}){if(!tu(r,!0))throw new Gi(r,Dc.clean(r));let a=`refs/heads/${r}`;if(!s&&await W.exists({fs:t,gitdir:e,ref:a}))throw new Ui("branch",r,!1);let o;try{o=await W.resolve({fs:t,gitdir:e,ref:i||"HEAD"})}catch(l){}o&&await W.writeRef({fs:t,gitdir:e,ref:a,value:o}),n&&await W.writeSymbolicRef({fs:t,gitdir:e,ref:"HEAD",value:a})}async function qE({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i,object:n,checkout:s=!1,force:a=!1}){try{T("fs",t),T("gitdir",r),T("ref",i);let o=new Q(t),l=await ee({fsp:o,dotgit:r});return await hN({fs:o,gitdir:l,ref:i,object:n,checkout:s,force:a})}catch(o){throw o.caller="git.branch",o}}var YE=(t,e)=>t==="."||e==null||e.length===0||e==="."?!0:e.length>=t.length?e.startsWith(t):t.startsWith(e);async function Mg({fs:t,cache:e,onProgress:r,onPostCheckout:i,dir:n,gitdir:s,remote:a,ref:o,filepaths:l,noCheckout:c,noUpdateHead:u,dryRun:f,force:d,track:h=!0,nonBlocking:p=!1,batchSize:g=100}){let v;if(i)try{v=await W.resolve({fs:t,gitdir:s,ref:"HEAD"})}catch(b){v="0000000000000000000000000000000000000000"}let _;try{_=await W.resolve({fs:t,gitdir:s,ref:o})}catch(b){if(o==="HEAD")throw b;let S=`${a}/${o}`;if(_=await W.resolve({fs:t,gitdir:s,ref:S}),h){let k=await dt.get({fs:t,gitdir:s});await k.set(`branch.${o}.remote`,a),await k.set(`branch.${o}.merge`,`refs/heads/${o}`),await dt.save({fs:t,gitdir:s,config:k})}await W.writeRef({fs:t,gitdir:s,ref:`refs/heads/${o}`,value:_})}if(!c){let b;try{b=await pN({fs:t,cache:e,onProgress:r,dir:n,gitdir:s,ref:o,force:d,filepaths:l})}catch(w){throw w instanceof He&&w.data.what===_?new jc(o,_):w}let S=b.filter(([w])=>w==="conflict").map(([w,x])=>x);if(S.length>0)throw new Hc(S);let k=b.filter(([w])=>w==="error").map(([w,x])=>x);if(k.length>0)throw new ue(k.join(", "));if(f){i&&await i({previousHead:v,newHead:_,type:l!=null&&l.length>0?"file":"branch"});return}let E=0,A=b.length;if(await ft.acquire({fs:t,gitdir:s,cache:e},async function(w){await Promise.all(b.filter(([x])=>x==="delete"||x==="delete-index").map(async function([x,y]){let C=`${n}/${y}`;x==="delete"&&await t.rm(C),w.delete({filepath:y}),r&&await r({phase:"Updating workdir",loaded:++E,total:A})}))}),await ft.acquire({fs:t,gitdir:s,cache:e},async function(w){for(let[x,y]of b)if(x==="rmdir"||x==="rmdir-index"){let C=`${n}/${y}`;try{x==="rmdir"&&await t.rmdir(C),w.delete({filepath:y}),r&&await r({phase:"Updating workdir",loaded:++E,total:A})}catch(P){if(P.code==="ENOTEMPTY")console.log(`Did not delete ${y} because directory is not empty`);else throw P}}}),await Promise.all(b.filter(([w])=>w==="mkdir"||w==="mkdir-index").map(async function([w,x]){let y=`${n}/${x}`;await t.mkdir(y),r&&await r({phase:"Updating workdir",loaded:++E,total:A})})),p){let w=b.filter(([y])=>y==="create"||y==="create-index"||y==="update"||y==="mkdir-index"),x=await pE("Update Working Dir",w.map(([y,C,P,L,N])=>()=>gN({fs:t,cache:e,gitdir:s,dir:n},[y,C,P,L,N])),r,g);await ft.acquire({fs:t,gitdir:s,cache:e,allowUnmerged:!0},async function(y){await pE("Update Index",x.map(([C,P,L])=>()=>mN({index:y,fullpath:C,oid:P,stats:L})),r,g)})}else await ft.acquire({fs:t,gitdir:s,cache:e,allowUnmerged:!0},async function(w){await Promise.all(b.filter(([x])=>x==="create"||x==="create-index"||x==="update"||x==="mkdir-index").map(async function([x,y,C,P,L]){let N=`${n}/${y}`;try{if(x!=="create-index"&&x!=="mkdir-index"){let{object:ge}=await Je({fs:t,cache:e,gitdir:s,oid:C});if(L&&await t.rm(N),P===33188)await t.write(N,ge);else if(P===33261)await t.write(N,ge,{mode:511});else if(P===40960)await t.writelink(N,ge);else throw new ue(`Invalid mode 0o${P.toString(8)} detected in blob ${C}`)}let B=await t.lstat(N);P===33261&&(B.mode=493),x==="mkdir-index"&&(B.mode=57344),w.insert({filepath:y,stats:B,oid:C}),r&&await r({phase:"Updating workdir",loaded:++E,total:A})}catch(B){console.log(B)}}))});i&&await i({previousHead:v,newHead:_,type:l!=null&&l.length>0?"file":"branch"})}if(!u){let b=await W.expand({fs:t,gitdir:s,ref:o});b.startsWith("refs/heads")?await W.writeSymbolicRef({fs:t,gitdir:s,ref:"HEAD",value:b}):await W.writeRef({fs:t,gitdir:s,ref:"HEAD",value:_})}}async function pN({fs:t,cache:e,onProgress:r,dir:i,gitdir:n,ref:s,force:a,filepaths:o}){let l=0;return Ps({fs:t,cache:e,dir:i,gitdir:n,trees:[Zr({ref:s}),tl(),_a()],map:async function(c,[u,f,d]){if(c===".")return;if(o&&!o.some(p=>YE(c,p)))return null;switch(r&&await r({phase:"Analyzing workdir",loaded:++l}),[!!d,!!u,!!f].map(Number).join("")){case"000":return;case"001":return a&&o&&o.includes(c)?["delete",c]:void 0;case"010":switch(await u.type()){case"tree":return["mkdir",c];case"blob":return["create",c,await u.oid(),await u.mode()];case"commit":return["mkdir-index",c,await u.oid(),await u.mode()];default:return["error",`new entry Unhandled type ${await u.type()}`]}case"011":switch(`${await u.type()}-${await f.type()}`){case"tree-tree":return;case"tree-blob":case"blob-tree":return["conflict",c];case"blob-blob":return await u.oid()!==await f.oid()?a?["update",c,await u.oid(),await u.mode(),await u.mode()!==await f.mode()]:["conflict",c]:await u.mode()!==await f.mode()?a?["update",c,await u.oid(),await u.mode(),!0]:["conflict",c]:["create-index",c,await u.oid(),await u.mode()];case"commit-tree":return;case"commit-blob":return["conflict",c];default:return["error",`new entry Unhandled type ${u.type}`]}case"100":return["delete-index",c];case"101":switch(await d.type()){case"tree":return["rmdir-index",c];case"blob":return await d.oid()!==await f.oid()?a?["delete",c]:["conflict",c]:["delete",c];case"commit":return["rmdir-index",c];default:return["error",`delete entry Unhandled type ${await d.type()}`]}case"110":case"111":switch(`${await d.type()}-${await u.type()}`){case"tree-tree":return;case"blob-blob":{if(await d.oid()===await u.oid()&&await d.mode()===await u.mode()&&!a)return;if(f){if(await f.oid()!==await d.oid()&&await f.oid()!==await u.oid())return a?["update",c,await u.oid(),await u.mode(),await u.mode()!==await f.mode()]:["conflict",c]}else if(a)return["update",c,await u.oid(),await u.mode(),await u.mode()!==await d.mode()];return await u.mode()!==await d.mode()?["update",c,await u.oid(),await u.mode(),!0]:await u.oid()!==await d.oid()?["update",c,await u.oid(),await u.mode(),!1]:void 0}case"tree-blob":return["update-dir-to-blob",c,await u.oid()];case"blob-tree":return["update-blob-to-tree",c];case"commit-commit":return["mkdir-index",c,await u.oid(),await u.mode()];default:return["error",`update entry Unhandled type ${await d.type()}-${await u.type()}`]}}},reduce:async function(c,u){return u=ME(u),c?c&&c[0]==="rmdir"?(u.push(c),u):(u.unshift(c),u):u}})}async function mN({index:t,fullpath:e,stats:r,oid:i}){try{t.insert({filepath:e,stats:r,oid:i})}catch(n){console.warn(`Error inserting ${e} into index:`,n)}}async function gN({fs:t,cache:e,gitdir:r,dir:i},[n,s,a,o,l]){let c=`${i}/${s}`;if(n!=="create-index"&&n!=="mkdir-index"){let{object:f}=await Je({fs:t,cache:e,gitdir:r,oid:a});if(l&&await t.rm(c),o===33188)await t.write(c,f);else if(o===33261)await t.write(c,f,{mode:511});else if(o===40960)await t.writelink(c,f);else throw new ue(`Invalid mode 0o${o.toString(8)} detected in blob ${a}`)}let u=await t.lstat(c);return o===33261&&(u.mode=493),n==="mkdir-index"&&(u.mode=57344),[s,a,u]}async function pE(t,e,r,i){let n=[];try{for(let s=0;sl());(await Promise.allSettled(a)).forEach(l=>{l.status==="fulfilled"&&n.push(l.value)}),r&&await r({phase:"Updating workdir",loaded:s+a.length,total:e.length})}return n}catch(s){console.error(`Error during ${t}: ${s}`)}return n}async function Dg({fs:t,onProgress:e,onPostCheckout:r,dir:i,gitdir:n=O(i,".git"),remote:s="origin",ref:a,filepaths:o,noCheckout:l=!1,noUpdateHead:c=a===void 0,dryRun:u=!1,force:f=!1,track:d=!0,cache:h={},nonBlocking:p=!1,batchSize:g=100}){try{T("fs",t),T("dir",i),T("gitdir",n);let v=a||"HEAD",_=new Q(t),b=await ee({fsp:_,dotgit:n});return await Mg({fs:_,cache:h,onProgress:e,onPostCheckout:r,dir:i,gitdir:b,remote:s,ref:v,filepaths:o,noCheckout:l,noUpdateHead:c,dryRun:u,force:f,track:d,nonBlocking:p,batchSize:g})}catch(v){throw v.caller="git.checkout",v}}var mg=/^.*(\r?\n|$)/gm;function vN({branches:t,contents:e}){let r=t[1],i=t[2],n=e[0],s=e[1],a=e[2],o=s.match(mg),l=n.match(mg),c=a.match(mg),u=uL(o,l,c),f=7,d="",h=!0;for(let p of u)p.ok&&(d+=p.ok.join("")),p.conflict&&(h=!1,d+=`${"<".repeat(f)} ${r} +`,d+=p.conflict.a.join(""),d+=`${"=".repeat(f)} +`,d+=p.conflict.b.join(""),d+=`${">".repeat(f)} ${i} +`);return{cleanMerge:h,mergedText:d}}async function XE({fs:t,cache:e,dir:r,gitdir:i=O(r,".git"),index:n,ourOid:s,baseOid:a,theirOid:o,ourName:l="ours",baseName:c="base",theirName:u="theirs",dryRun:f=!1,abortOnConflict:d=!0,mergeDriver:h}){let p=Zr({ref:s}),g=Zr({ref:a}),v=Zr({ref:o}),_=[],b=[],S=[],k=[],E=await Ps({fs:t,cache:e,dir:r,gitdir:i,trees:[p,g,v],map:async function(A,[w,x,y]){let C=sd(A),P=await ud(w,x),L=await ud(y,x);switch(`${P}-${L}`){case"false-false":return{mode:await x.mode(),path:C,oid:await x.oid(),type:await x.type()};case"false-true":return!y&&await w.type()==="tree"?{mode:await w.mode(),path:C,oid:await w.oid(),type:await w.type()}:y?{mode:await y.mode(),path:C,oid:await y.oid(),type:await y.type()}:void 0;case"true-false":return!w&&await y.type()==="tree"?{mode:await y.mode(),path:C,oid:await y.oid(),type:await y.type()}:w?{mode:await w.mode(),path:C,oid:await w.oid(),type:await w.type()}:void 0;case"true-true":{if(w&&y&&await w.type()==="tree"&&await y.type()==="tree")return{mode:await w.mode(),path:C,oid:await w.oid(),type:"tree"};if(w&&y&&await w.type()==="blob"&&await y.type()==="blob")return wN({fs:t,gitdir:i,path:C,ours:w,base:x,theirs:y,ourName:l,baseName:c,theirName:u,mergeDriver:h}).then(async N=>{if(N.cleanMerge)d||n.insert({filepath:A,oid:N.mergeResult.oid,stage:0});else if(_.push(A),b.push(A),!d){let B="";x&&await x.type()==="blob"&&(B=await x.oid());let ge=await w.oid(),Le=await y.oid();n.delete({filepath:A}),B&&n.insert({filepath:A,oid:B,stage:1}),n.insert({filepath:A,oid:ge,stage:2}),n.insert({filepath:A,oid:Le,stage:3})}return N.mergeResult});if(x&&!w&&y&&await x.type()==="blob"&&await y.type()==="blob"){if(_.push(A),S.push(A),!d){let N=await x.oid(),B=await y.oid();n.delete({filepath:A}),n.insert({filepath:A,oid:N,stage:1}),n.insert({filepath:A,oid:B,stage:3})}return{mode:await y.mode(),oid:await y.oid(),type:"blob",path:C}}if(x&&w&&!y&&await x.type()==="blob"&&await w.type()==="blob"){if(_.push(A),k.push(A),!d){let N=await x.oid(),B=await w.oid();n.delete({filepath:A}),n.insert({filepath:A,oid:N,stage:1}),n.insert({filepath:A,oid:B,stage:2})}return{mode:await w.mode(),oid:await w.oid(),type:"blob",path:C}}if(x&&!w&&!y&&(await x.type()==="blob"||await x.type()==="tree"))return;throw new Yo}}},reduce:_.length!==0&&(!r||d)?void 0:async(A,w)=>{let x=w.filter(Boolean);if(A&&!(A&&A.type==="tree"&&x.length===0&&A.path!==".")){if(x.length>0||A.path==="."&&x.length===0){let C=new Ir(x).toObject(),P=await Dr({fs:t,gitdir:i,type:"tree",object:C,dryRun:f});A.oid=P}return A}}});return _.length!==0?(r&&!d&&await Ps({fs:t,cache:e,dir:r,gitdir:i,trees:[Zr({ref:E.oid})],map:async function(A,[w]){let x=`${r}/${A}`;if(await w.type()==="blob"){let y=await w.mode(),C=new TextDecoder().decode(await w.content());await t.write(x,C,{mode:y})}return!0}}),new pa(_,b,S,k)):E.oid}async function wN({fs:t,gitdir:e,path:r,ours:i,base:n,theirs:s,ourName:a,theirName:o,baseName:l,dryRun:c,mergeDriver:u=vN}){let f="blob",d="100755",h="",p="";n&&await n.type()==="blob"&&(d=await n.mode(),h=await n.oid(),p=Buffer.from(await n.content()).toString("utf8"));let g=d===await i.mode()?await s.mode():await i.mode();if(await i.oid()===await s.oid())return{cleanMerge:!0,mergeResult:{mode:g,path:r,oid:await i.oid(),type:f}};if(await i.oid()===h)return{cleanMerge:!0,mergeResult:{mode:g,path:r,oid:await s.oid(),type:f}};if(await s.oid()===h)return{cleanMerge:!0,mergeResult:{mode:g,path:r,oid:await i.oid(),type:f}};let v=Buffer.from(await i.content()).toString("utf8"),_=Buffer.from(await s.content()).toString("utf8"),{mergedText:b,cleanMerge:S}=await u({branches:[l,a,o],contents:[p,v,_],path:r}),k=await Dr({fs:t,gitdir:e,type:"blob",object:Buffer.from(b,"utf8"),dryRun:c});return{cleanMerge:S,mergeResult:{mode:g,path:r,oid:k,type:f}}}var _N={stage:_a,workdir:tl},gg;async function Qo(t,e){return gg===void 0&&(gg=new Mc),gg.acquire(t,e)}async function bN(t,e,r,i,n=null){let s=O(r,i),a=await t.lstat(s);if(!a)throw new He(s);if(a.isDirectory())throw new ue(`${s}: file expected, but found directory`);let o=n?await RE({fs:t,gitdir:e,oid:n}):void 0,l=o?n:void 0;return o||await Qo({fs:t,gitdir:e,currentFilepath:s},async()=>{let c=a.isSymbolicLink()?await t.readlink(s).then(LE):await t.read(s);if(c===null)throw new He(s);l=await Dr({fs:t,gitdir:e,type:"blob",object:c})}),l}async function yN({fs:t,dir:e,gitdir:r,entries:i}){async function n(s){if(s.type==="tree"){if(!s.oid){let a=await Promise.all(s.children.map(n));s.oid=await nu({fs:t,gitdir:r,tree:a}),s.mode=16384}}else s.type==="blob"&&(s.oid=await bN(t,r,e,s.path,s.oid),s.mode=33188);return s.path=s.path.split("/").pop(),s}return Promise.all(i.map(n))}async function mE({fs:t,dir:e,gitdir:r,treePair:i}){let n=i[1]==="stage",s=i.map(h=>typeof h=="string"?_N[h]():h),a=[],u=await Ps({fs:t,cache:{},dir:e,gitdir:r,trees:s,map:async(h,[p,g])=>{if(!(h==="."||await Rs.isIgnored({fs:t,dir:e,gitdir:r,filepath:h}))&&g)return(!p||await p.oid()!==await g.oid()&&await g.oid()!==void 0)&&a.push([p,g]),{mode:await g.mode(),path:h,oid:await g.oid(),type:await g.type()}},reduce:async(h,p)=>(p=p.filter(Boolean),h?(h.children=p,h):p.length>0?p:void 0),iterate:async(h,p)=>{let g=[];for(let v of p){let[_,b]=v;n?b&&(await t.exists(`${e}/${b.toString()}`)?g.push(v):a.push([null,b])):_&&(b?g.push(v):a.push([_,null]))}return g.length?Promise.all(g.map(h)):[]}});if(a.length===0||u.length===0)return null;let d=(await yN({fs:t,dir:e,gitdir:r,entries:u})).filter(Boolean).map(h=>({mode:h.mode,path:h.path,oid:h.oid,type:h.type}));return nu({fs:t,gitdir:r,tree:d})}async function ZE({fs:t,dir:e,gitdir:r,stashCommit:i,parentCommit:n,wasStaged:s}){let a=[],o=[],l=await Ps({fs:t,cache:{},dir:e,gitdir:r,trees:[Zr({ref:n}),Zr({ref:i})],map:async(c,[u,f])=>{if(c==="."||await Rs.isIgnored({fs:t,dir:e,gitdir:r,filepath:c}))return;let d=f?await f.type():await u.type();if(d!=="tree"&&d!=="blob")return;if(!f&&u){let p=d==="tree"?"rmdir":"rm";return d==="tree"&&a.push(c),d==="blob"&&s&&o.push({filepath:c,oid:await u.oid()}),{method:p,filepath:c}}let h=await f.oid();if(!u||await u.oid()!==h)return d==="tree"?{method:"mkdir",filepath:c}:(s&&o.push({filepath:c,oid:h,stats:await t.lstat(O(e,c))}),{method:"write",filepath:c,oid:h})}});await Qo({fs:t,gitdir:r,dirRemoved:a,ops:l},async()=>{for(let c of l){let u=O(e,c.filepath);switch(c.method){case"rmdir":await t.rmdir(u);break;case"mkdir":await t.mkdir(u);break;case"rm":await t.rm(u);break;case"write":if(!a.some(f=>u.startsWith(f))){let{object:f}=await Je({fs:t,cache:{},gitdir:r,oid:c.oid});await t.exists(u)&&await t.rm(u),await t.write(u,f)}break}}}),await ft.acquire({fs:t,gitdir:r,cache:{}},async c=>{o.forEach(({filepath:u,stats:f,oid:d})=>{c.insert({filepath:u,stats:f,oid:d})})})}async function gE({fs:t,cache:e,dir:r,gitdir:i,oid:n,dryRun:s=!1,noUpdateBranch:a=!1,abortOnConflict:o=!0,committer:l,mergeDriver:c}){let{commit:u,oid:f}=await vn({fs:t,cache:e,gitdir:i,oid:n});if(u.parent.length>1)throw new Uc(f,u.parent.length);if(u.parent.length===0)throw new Gc(f);let d=await W.resolve({fs:t,gitdir:i,ref:"HEAD"}),{commit:h}=await vn({fs:t,cache:e,gitdir:i,oid:d}),p=u.parent[0],{commit:g}=await vn({fs:t,cache:e,gitdir:i,oid:p}),v=await ft.acquire({fs:t,gitdir:i,cache:e,allowUnmerged:!1},async b=>XE({fs:t,cache:e,dir:r,gitdir:i,index:b,ourOid:h.tree,baseOid:g.tree,theirOid:u.tree,ourName:"HEAD",baseName:`parent of ${f.slice(0,7)}`,theirName:f.slice(0,7),dryRun:s,abortOnConflict:o,mergeDriver:c}));if(v instanceof pa)throw v;let _=await ru({fs:t,cache:e,gitdir:i,message:u.message,tree:v,parent:[d],author:u.author,committer:l,dryRun:s,noUpdateBranch:a});return r&&!s&&!a&&await ZE({fs:t,dir:r,gitdir:i,stashCommit:_,parentCommit:d,wasStaged:!0}),_}async function KE({fs:t,dir:e,gitdir:r=O(e,".git"),oid:i,cache:n={},committer:s,dryRun:a=!1,noUpdateBranch:o=!1,abortOnConflict:l=!0,mergeDriver:c}){try{T("fs",t),T("gitdir",r),T("oid",i);let u=new Q(t),f=await ee({fsp:u,dotgit:r}),{commit:d}=await vn({fs:u,cache:n,gitdir:f,oid:i});if(d.parent&&d.parent.length>1)return await gE({fs:u,cache:n,dir:e,gitdir:f,oid:i,dryRun:a,noUpdateBranch:o,abortOnConflict:l,committer:void 0,mergeDriver:c});let h=await ga({fs:u,gitdir:f,committer:s});if(!h)throw new Zt("committer");return await gE({fs:u,cache:n,dir:e,gitdir:f,oid:i,dryRun:a,noUpdateBranch:o,abortOnConflict:l,committer:h,mergeDriver:c})}catch(u){throw u.caller="git.cherryPick",u}}var xN=/^refs\/(heads\/|tags\/|remotes\/)?(.*)/;function da(t){let e=xN.exec(t);return e?e[1]==="remotes/"&&t.endsWith("/HEAD")?e[2].slice(0,-5):e[2]:t}async function Is({fs:t,gitdir:e,fullname:r=!1,test:i=!1}){let n=await W.resolve({fs:t,gitdir:e,ref:"HEAD",depth:2});if(i)try{await W.resolve({fs:t,gitdir:e,ref:n})}catch(s){return}if(n.startsWith("refs/"))return r?n:da(n)}function EN(t){return t=t.replace(/^git@([^:]+):/,"https://$1/"),t=t.replace(/^ssh:\/\//,"https://"),t}function QE({username:t="",password:e=""}){return`Basic ${Buffer.from(`${t}:${e}`).toString("base64")}`}async function su(t,e){let r=$E(t);for(;;){let{value:i,done:n}=await r.next();if(i&&await e(i),n)break}r.return&&r.return()}async function fd(t){let e=0,r=[];await su(t,s=>{r.push(s),e+=s.byteLength});let i=new Uint8Array(e),n=0;for(let s of r)i.set(s,n),n+=s.byteLength;return i}function vE(t){let e=t.match(/^https?:\/\/([^/]+)@/);if(e==null)return{url:t,auth:{}};e=e[1];let[r,i]=e.split(":");return t=t.replace(`${e}@`,""),{url:t,auth:{username:r,password:i}}}function $g(t,e){let r=e.toString(16);return"0".repeat(t-r.length)+r}var ot=class{static flush(){return Buffer.from("0000","utf8")}static delim(){return Buffer.from("0001","utf8")}static encode(e){typeof e=="string"&&(e=Buffer.from(e));let r=e.length+4,i=$g(4,r);return Buffer.concat([Buffer.from(i,"utf8"),e])}static streamReader(e){let r=new ld(e);return async function(){try{let n=await r.read(4);if(n==null)return!0;if(n=parseInt(n.toString("utf8"),16),n===0||n===1)return null;let s=await r.read(n-4);return s==null?!0:s}catch(n){return e.error=n,!0}}}};async function wE(t){let e={},r;for(;r=await t(),r!==!0;){if(r===null)continue;r=r.toString("utf8").replace(/\n$/,"");let i=r.indexOf("=");if(i>-1){let n=r.slice(0,i),s=r.slice(i+1);e[n]=s}else e[r]=!0}return{protocolVersion:2,capabilities2:e}}async function _E(t,{service:e}){let r=new Set,i=new Map,n=new Map,s=ot.streamReader(t),a=await s();for(;a===null;)a=await s();if(a===!0)throw new Vc;if(a.includes("version 2"))return wE(s);if(a.toString("utf8").replace(/\n$/,"")!==`# service=${e}`)throw new ma(`# service=${e}\\n`,a.toString("utf8"));let o=await s();for(;o===null;)o=await s();if(o===!0)return{capabilities:r,refs:i,symrefs:n};if(o=o.toString("utf8"),o.includes("version 2"))return wE(s);let[l,c]=vg(o,"\0","\\x00");if(c.split(" ").map(u=>r.add(u)),l!=="0000000000000000000000000000000000000000 capabilities^{}"){let[u,f]=vg(l," "," ");for(i.set(f,u);;){let d=await s();if(d===!0)break;if(d!==null){let[h,p]=vg(d.toString("utf8")," "," ");i.set(p,h)}}}for(let u of r)if(u.startsWith("symref=")){let f=u.match(/symref=([^:]+):(.*)/);f.length===3&&n.set(f[1],f[2])}return{protocolVersion:1,capabilities:r,refs:i,symrefs:n}}function vg(t,e,r){let i=t.trim().split(e);if(i.length!==2)throw new ma(`Two strings separated by '${r}'`,t.toString("utf8"));return i}var bE=(t,e)=>t.endsWith("?")?`${t}${e}`:`${t}/${e.replace(/^https?:\/\//,"")}`,yE=(t,e)=>{(e.username||e.password)&&(t.Authorization=QE(e)),e.headers&&Object.assign(t,e.headers)},wg=async t=>{try{let e=Buffer.from(await fd(t.body)),r=e.toString("utf8");return{preview:r.length<256?r:r.slice(0,256)+"...",response:r,data:e}}catch(e){return{}}},Jo=class{static async capabilities(){return["discover","connect"]}static async discover({http:e,onProgress:r,onAuth:i,onAuthSuccess:n,onAuthFailure:s,corsProxy:a,service:o,url:l,headers:c,protocolVersion:u}){let{url:f,auth:d}=vE(l),h=a?bE(a,f):f;(d.username||d.password)&&(c.Authorization=QE(d)),u===2&&(c["Git-Protocol"]="version=2");let p,g,v=!1;do if(p=await e.request({onProgress:r,method:"GET",url:`${h}/info/refs?service=${o}`,headers:c}),g=!1,p.statusCode===401||p.statusCode===203){let _=v?s:i;if(_){if(d=await _(f,{...d,headers:{...c}}),d&&d.cancel)throw new Zo;d&&(yE(c,d),v=!0,g=!0)}}else p.statusCode===200&&v&&n&&await n(f,d);while(g);if(p.statusCode!==200){let{response:_}=await wg(p);throw new qo(p.statusCode,p.statusMessage,_)}if(p.headers["content-type"]===`application/x-${o}-advertisement`){let _=await _E(p.body,{service:o});return _.auth=d,_}else{let{preview:_,response:b,data:S}=await wg(p);try{let k=await _E([S],{service:o});return k.auth=d,k}catch(k){throw new Xc(_,b)}}}static async connect({http:e,onProgress:r,corsProxy:i,service:n,url:s,auth:a,body:o,headers:l}){let c=vE(s);c&&(s=c.url),i&&(s=bE(i,s)),l["content-type"]=`application/x-${n}-request`,l.accept=`application/x-${n}-result`,yE(l,a);let u=await e.request({onProgress:r,method:"POST",url:`${s}/${n}`,body:o,headers:l});if(u.statusCode!==200){let{response:f}=wg(u);throw new qo(u.statusCode,u.statusMessage,f)}return u}},el=class{static getRemoteHelperFor({url:e}){let r=new Map;r.set("http",Jo),r.set("https",Jo);let i=SN({url:e});if(!i)throw new Kc(e);if(r.has(i.transport))return r.get(i.transport);throw new Zc(e,i.transport,i.transport==="ssh"?EN(e):void 0)}};function SN({url:t}){if(t.startsWith("git@"))return{transport:"ssh",address:t};let e=t.match(/(\w+)(:\/\/|::)(.*)/);if(e!==null){if(e[2]==="://")return{transport:e[1],address:e[0]};if(e[2]==="::")return{transport:e[1],address:e[3]}}}var fa=null,va=class{static async read({fs:e,gitdir:r}){fa===null&&(fa=new Mc);let i=O(r,"shallow"),n=new Set;return await fa.acquire(i,async function(){let s=await e.read(i,{encoding:"utf8"});if(s===null||s.trim()==="")return n;s.trim().split(` +`).map(a=>n.add(a))}),n}static async write({fs:e,gitdir:r,oids:i}){fa===null&&(fa=new Mc);let n=O(r,"shallow");if(i.size>0){let s=[...i].join(` +`)+` +`;await fa.acquire(n,async function(){await e.write(n,s,{encoding:"utf8"})})}else await fa.acquire(n,async function(){await e.rm(n)})}};async function kN({fs:t,gitdir:e,oid:r}){let i=`objects/${r.slice(0,2)}/${r.slice(2)}`;return t.exists(`${e}/${i}`)}async function AN({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:n}){let s=await t.readdir(O(r,"objects/pack"));s=s.filter(a=>a.endsWith(".idx"));for(let a of s){let o=`${r}/objects/pack/${a}`,l=await Ig({fs:t,cache:e,filename:o,getExternalRefDelta:n});if(l.error)throw new ue(l.error);if(l.offsets.has(i))return!0}return!1}async function xE({fs:t,cache:e,gitdir:r,oid:i,format:n="content"}){let s=o=>Je({fs:t,cache:e,gitdir:r,oid:o}),a=await kN({fs:t,gitdir:r,oid:i});return a||(a=await AN({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:s})),a}function CN(t){let n="5041434b"+"00000002"+"00000000";return t.slice(0,12).toString("hex")===n}function JE(t,e){let r=t.map(i=>i.split("=",1)[0]);return e.filter(i=>{let n=i.split("=",1)[0];return r.includes(n)})}var gd={name:"isomorphic-git",version:"1.37.4",agent:"git/isomorphic-git@1.37.4"},Vo=class{constructor(){this._queue=[]}write(e){if(this._ended)throw Error("You cannot write to a FIFO that has already been ended!");if(this._waiting){let r=this._waiting;this._waiting=null,r({value:e})}else this._queue.push(e)}end(){if(this._ended=!0,this._waiting){let e=this._waiting;this._waiting=null,e({done:!0})}}destroy(e){this.error=e,this.end()}async next(){if(this._queue.length>0)return{value:this._queue.shift()};if(this._ended)return{done:!0};if(this._waiting)throw Error("You cannot call read until the previous call to read has returned!");return new Promise(e=>{this._waiting=e})}};function TN(t){let e=t.indexOf("\r"),r=t.indexOf(` +`);return e===-1&&r===-1?-1:e===-1?r+1:r===-1?e+1:r===e+1?r+1:Math.min(e,r)+1}function eS(t){let e=new Vo,r="";return(async()=>(await su(t,i=>{for(i=i.toString("utf8"),r+=i;;){let n=TN(r);if(n===-1)break;e.write(r.slice(0,n)),r=r.slice(n)}}),r.length>0&&e.write(r),e.end()))(),e}var dd=class{static demux(e){let r=ot.streamReader(e),i=new Vo,n=new Vo,s=new Vo,a=async function(){let o=await r();if(o===null)return a();if(o===!0){i.end(),s.end(),e.error?n.destroy(e.error):n.end();return}switch(o[0]){case 1:{n.write(o.slice(1));break}case 2:{s.write(o.slice(1));break}case 3:{let l=o.slice(1);s.write(l),i.end(),s.end(),n.destroy(new Error(l.toString("utf8")));return}default:i.write(o)}a()};return a(),{packetlines:i,packfile:n,progress:s}}};async function PN(t){let{packetlines:e,packfile:r,progress:i}=dd.demux(t),n=[],s=[],a=[],o=!1,l=!1;return new Promise((c,u)=>{su(e,f=>{let d=f.toString("utf8").trim();if(d.startsWith("shallow")){let h=d.slice(-41).trim();h.length!==40&&u(new As(h)),n.push(h)}else if(d.startsWith("unshallow")){let h=d.slice(-41).trim();h.length!==40&&u(new As(h)),s.push(h)}else if(d.startsWith("ACK")){let[,h,p]=d.split(" ");a.push({oid:h,status:p}),p||(l=!0)}else d.startsWith("NAK")?(o=!0,l=!0):(l=!0,o=!0);l&&(t.error?u(t.error):c({shallows:n,unshallows:s,acks:a,nak:o,packfile:r,progress:i}))}).finally(()=>{l||(t.error?u(t.error):c({shallows:n,unshallows:s,acks:a,nak:o,packfile:r,progress:i}))})})}function RN({capabilities:t=[],wants:e=[],haves:r=[],shallows:i=[],depth:n=null,since:s=null,exclude:a=[]}){let o=[];e=[...new Set(e)];let l=` ${t.join(" ")}`;for(let c of e)o.push(ot.encode(`want ${c}${l} +`)),l="";for(let c of i)o.push(ot.encode(`shallow ${c} +`));n!==null&&o.push(ot.encode(`deepen ${n} +`)),s!==null&&o.push(ot.encode(`deepen-since ${Math.floor(s.valueOf()/1e3)} +`));for(let c of a)o.push(ot.encode(`deepen-not ${c} +`));o.push(ot.flush());for(let c of r)o.push(ot.encode(`have ${c} +`));return o.push(ot.encode(`done +`)),o}async function Og({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:o,gitdir:l,ref:c,remoteRef:u,remote:f,url:d,corsProxy:h,depth:p=null,since:g=null,exclude:v=[],relative:_=!1,tags:b=!1,singleBranch:S=!1,headers:k={},prune:E=!1,pruneTags:A=!1}){let w=c||await Is({fs:t,gitdir:l,test:!0}),x=await dt.get({fs:t,gitdir:l}),y=f||w&&await x.get(`branch.${w}.remote`)||"origin",C=d||await x.get(`remote.${y}.url`);if(typeof C=="undefined")throw new Fr("remote OR url");let P=u||w&&await x.get(`branch.${w}.merge`)||c||"HEAD";h===void 0&&(h=await x.get("http.corsProxy"));let L=el.getRemoteHelperFor({url:C}),N=await L.discover({http:r,onAuth:s,onAuthSuccess:a,onAuthFailure:o,corsProxy:h,service:"git-upload-pack",url:C,headers:k,protocolVersion:1}),B=N.auth,ge=N.refs;if(ge.size===0)return{defaultBranch:null,fetchHead:null,fetchHeadDescription:null};if(p!==null&&!N.capabilities.has("shallow"))throw new ks("shallow","depth");if(g!==null&&!N.capabilities.has("deepen-since"))throw new ks("deepen-since","since");if(v.length>0&&!N.capabilities.has("deepen-not"))throw new ks("deepen-not","exclude");if(_===!0&&!N.capabilities.has("deepen-relative"))throw new ks("deepen-relative","relative");let{oid:Le,fullref:ke}=W.resolveAgainstMap({ref:P,map:ge});for(let D of ge.keys())D===ke||D==="HEAD"||D.startsWith("refs/heads/")||b&&D.startsWith("refs/tags/")||ge.delete(D);let ne=JE([...N.capabilities],["multi_ack_detailed","no-done","side-band-64k","ofs-delta",`agent=${gd.agent}`]);_&&ne.push("deepen-relative");let Ee=S?[Le]:ge.values(),_e=S?[w]:await W.listRefs({fs:t,gitdir:l,filepath:"refs"}),z=[];for(let D of _e)try{D=await W.expand({fs:t,gitdir:l,ref:D});let M=await W.resolve({fs:t,gitdir:l,ref:D});await xE({fs:t,cache:e,gitdir:l,oid:M})&&z.push(M)}catch(M){}z=[...new Set(z)];let X=await va.read({fs:t,gitdir:l}),V=N.capabilities.has("shallow")?[...X]:[],Ne=RN({capabilities:ne,wants:Ee,haves:z,shallows:V,depth:p,since:g,exclude:v}),gr=Buffer.from(await fd(Ne)),Nt=await L.connect({http:r,onProgress:i,corsProxy:h,service:"git-upload-pack",url:C,auth:B,body:[gr],headers:k}),Fe=await PN(Nt.body);Nt.headers&&(Fe.headers=Nt.headers);for(let D of Fe.shallows)if(!X.has(D))try{let{object:M}=await Je({fs:t,cache:e,gitdir:l,oid:D}),ae=new Mr(M),Te=await Promise.all(ae.headers().parent.map(Tr=>xE({fs:t,cache:e,gitdir:l,oid:Tr})));Te.length===0||Te.every(Tr=>Tr)||X.add(D)}catch(M){X.add(D)}for(let D of Fe.unshallows)X.delete(D);if(await va.write({fs:t,gitdir:l,oids:X}),S){let D=new Map([[ke,Le]]),M=new Map,ae=10,Te=ke;for(;ae--;){let vo=N.symrefs.get(Te);if(vo===void 0)break;M.set(Te,vo),Te=vo}let Bt=ge.get(Te);Bt&&D.set(Te,Bt);let{pruned:Tr}=await W.updateRemoteRefs({fs:t,gitdir:l,remote:y,refs:D,symrefs:M,tags:b,prune:E});E&&(Fe.pruned=Tr)}else{let{pruned:D}=await W.updateRemoteRefs({fs:t,gitdir:l,remote:y,refs:ge,symrefs:N.symrefs,tags:b,prune:E,pruneTags:A});E&&(Fe.pruned=D)}if(Fe.HEAD=N.symrefs.get("HEAD"),Fe.HEAD===void 0){let{oid:D}=W.resolveAgainstMap({ref:"HEAD",map:ge});for(let[M,ae]of ge.entries())if(M!=="HEAD"&&ae===D){Fe.HEAD=M;break}}let Pt=ke.startsWith("refs/tags")?"tag":"branch";if(Fe.FETCH_HEAD={oid:Le,description:`${Pt} '${da(ke)}' of ${C}`},i||n){let D=eS(Fe.progress);su(D,async M=>{if(n&&await n(M),i){let ae=M.match(/([^:]*).*\((\d+?)\/(\d+?)\)/);ae&&await i({phase:ae[1].trim(),loaded:parseInt(ae[2],10),total:parseInt(ae[3],10)})}})}let Rt=Buffer.from(await fd(Fe.packfile));if(Nt.body.error)throw Nt.body.error;let Ye=Rt.slice(-20).toString("hex"),J={defaultBranch:Fe.HEAD,fetchHead:Fe.FETCH_HEAD.oid,fetchHeadDescription:Fe.FETCH_HEAD.description};if(Fe.headers&&(J.headers=Fe.headers),E&&(J.pruned=Fe.pruned),Ye!==""&&!CN(Rt)){J.packfile=`objects/pack/pack-${Ye}.pack`;let D=O(l,J.packfile);await t.write(D,Rt);let M=Te=>Je({fs:t,cache:e,gitdir:l,oid:Te}),ae=await Nc.fromPack({pack:Rt,getExternalRefDelta:M,onProgress:i});await t.write(D.replace(/\.pack$/,".idx"),await ae.toBuffer())}return J}async function tS({fs:t,bare:e=!1,dir:r,gitdir:i=e?r:O(r,".git"),defaultBranch:n="master"}){if(await t.exists(i+"/config"))return;let s=["hooks","info","objects/info","objects/pack","refs/heads","refs/tags"];s=s.map(a=>i+"/"+a);for(let a of s)await t.mkdir(a);await t.write(i+"/config",`[core] + repositoryformatversion = 0 + filemode = false + bare = ${e} +`+(e?"":` logallrefupdates = true +`)+` symlinks = false + ignorecase = true +`),await t.write(i+"/HEAD",`ref: refs/heads/${n} +`)}async function $N({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:o,onPostCheckout:l,dir:c,gitdir:u,url:f,corsProxy:d,ref:h,remote:p,depth:g,since:v,exclude:_,relative:b,singleBranch:S,noCheckout:k,noTags:E,headers:A,nonBlocking:w,batchSize:x=100}){try{if(await tS({fs:t,gitdir:u}),await VE({fs:t,gitdir:u,remote:p,url:f,force:!1}),d){let P=await dt.get({fs:t,gitdir:u});await P.set("http.corsProxy",d),await dt.save({fs:t,gitdir:u,config:P})}let{defaultBranch:y,fetchHead:C}=await Og({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:o,gitdir:u,ref:h,remote:p,corsProxy:d,depth:g,since:v,exclude:_,relative:b,singleBranch:S,headers:A,tags:!E});if(C===null)return;h=h||y,h=h.replace("refs/heads/",""),await Mg({fs:t,cache:e,onProgress:i,onPostCheckout:l,dir:c,gitdir:u,ref:h,remote:p,noCheckout:k,nonBlocking:w,batchSize:x})}catch(y){throw await t.rmdir(u,{recursive:!0,maxRetries:10}).catch(()=>{}),y}}async function rS({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,onPostCheckout:o,dir:l,gitdir:c=O(l,".git"),url:u,corsProxy:f=void 0,ref:d=void 0,remote:h="origin",depth:p=void 0,since:g=void 0,exclude:v=[],relative:_=!1,singleBranch:b=!1,noCheckout:S=!1,noTags:k=!1,headers:E={},cache:A={},nonBlocking:w=!1,batchSize:x=100}){try{T("fs",t),T("http",e),T("gitdir",c),S||T("dir",l),T("url",u);let y=new Q(t),C=await ee({fsp:y,dotgit:c});return await $N({fs:y,cache:A,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,onPostCheckout:o,dir:l,gitdir:C,url:u,corsProxy:f,ref:d,remote:h,depth:p,since:g,exclude:v,relative:_,singleBranch:b,noCheckout:S,noTags:k,headers:E,nonBlocking:w,batchSize:x})}catch(y){throw y.caller="git.clone",y}}async function iS({fs:t,onSign:e,dir:r,gitdir:i=O(r,".git"),message:n,author:s,committer:a,signingKey:o,amend:l=!1,dryRun:c=!1,noUpdateBranch:u=!1,ref:f,parent:d,tree:h,cache:p={}}){try{T("fs",t),l||T("message",n),o&&T("onSign",e);let g=new Q(t),v=await ee({fsp:g,dotgit:i});return await ru({fs:g,cache:p,onSign:e,gitdir:v,message:n,author:s,committer:a,signingKey:o,amend:l,dryRun:c,noUpdateBranch:u,ref:f,parent:d,tree:h})}catch(g){throw g.caller="git.commit",g}}async function nS({fs:t,dir:e,gitdir:r=O(e,".git"),fullname:i=!1,test:n=!1}){try{T("fs",t),T("gitdir",r);let s=new Q(t),a=await ee({fsp:s,dotgit:r});return await Is({fs:s,gitdir:a,fullname:i,test:n})}catch(s){throw s.caller="git.currentBranch",s}}async function FN({fs:t,gitdir:e,ref:r}){if(r=r.startsWith("refs/heads/")?r:`refs/heads/${r}`,!await W.exists({fs:t,gitdir:e,ref:r}))throw new He(r);let n=await W.expand({fs:t,gitdir:e,ref:r}),s=await Is({fs:t,gitdir:e,fullname:!0});if(n===s){let l=await W.resolve({fs:t,gitdir:e,ref:n});await W.writeRef({fs:t,gitdir:e,ref:"HEAD",value:l})}await W.deleteRef({fs:t,gitdir:e,ref:n});let a=da(r),o=await dt.get({fs:t,gitdir:e});await o.deleteSection("branch",a),await dt.save({fs:t,gitdir:e,config:o})}async function sS({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i}){try{T("fs",t),T("ref",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await FN({fs:n,gitdir:s,ref:i})}catch(n){throw n.caller="git.deleteBranch",n}}async function aS({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i}){try{T("fs",t),T("ref",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});await W.deleteRef({fs:n,gitdir:s,ref:i})}catch(n){throw n.caller="git.deleteRef",n}}async function IN({fs:t,gitdir:e,remote:r}){let i=await dt.get({fs:t,gitdir:e});await i.deleteSection("remote",r),await dt.save({fs:t,gitdir:e,config:i})}async function oS({fs:t,dir:e,gitdir:r=O(e,".git"),remote:i}){try{T("fs",t),T("remote",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await IN({fs:n,gitdir:s,remote:i})}catch(n){throw n.caller="git.deleteRemote",n}}async function MN({fs:t,gitdir:e,ref:r}){r=r.startsWith("refs/tags/")?r:`refs/tags/${r}`,await W.deleteRef({fs:t,gitdir:e,ref:r})}async function lS({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i}){try{T("fs",t),T("ref",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await MN({fs:n,gitdir:s,ref:i})}catch(n){throw n.caller="git.deleteTag",n}}async function DN({fs:t,gitdir:e,oid:r}){let i=r.slice(0,2);return(await t.readdir(`${e}/objects/${i}`)).map(s=>`${i}${s}`).filter(s=>s.startsWith(r))}async function ON({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:n}){let s=[],a=await t.readdir(O(r,"objects/pack"));a=a.filter(o=>o.endsWith(".idx"));for(let o of a){let l=`${r}/objects/pack/${o}`,c=await Ig({fs:t,cache:e,filename:l,getExternalRefDelta:n});if(c.error)throw new ue(c.error);for(let u of c.offsets.keys())u.startsWith(i)&&s.push(u)}return s}async function LN({fs:t,cache:e,gitdir:r,oid:i}){let n=o=>Je({fs:t,cache:e,gitdir:r,oid:o}),s=await DN({fs:t,gitdir:r,oid:i}),a=await ON({fs:t,cache:e,gitdir:r,oid:i,getExternalRefDelta:n});for(let o of a)s.indexOf(o)===-1&&s.push(o);if(s.length===1)return s[0];throw s.length>1?new Bc("oids",i,s):new He(`an object matching "${i}"`)}async function cS({fs:t,dir:e,gitdir:r=O(e,".git"),oid:i,cache:n={}}){try{T("fs",t),T("gitdir",r),T("oid",i);let s=new Q(t),a=await ee({fsp:s,dotgit:r});return await LN({fs:s,cache:n,gitdir:a,oid:i})}catch(s){throw s.caller="git.expandOid",s}}async function uS({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i}){try{T("fs",t),T("gitdir",r),T("ref",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await W.expand({fs:n,gitdir:s,ref:i})}catch(n){throw n.caller="git.expandRef",n}}async function Lg({fs:t,cache:e,gitdir:r,oids:i}){let n={},s=i.length,a=i.map((o,l)=>({index:l,oid:o}));for(;a.length;){let o=new Set;for(let{oid:c,index:u}of a)n[c]||(n[c]=new Set),n[c].add(u),n[c].size===s&&o.add(c);if(o.size>0)return[...o];let l=new Map;for(let{oid:c,index:u}of a)try{let{object:f}=await Je({fs:t,cache:e,gitdir:r,oid:c}),d=Mr.from(f),{parent:h}=d.parseHeaders();for(let p of h)(!n[p]||!n[p].has(u))&&l.set(p+":"+u,{oid:p,index:u})}catch(f){}a=Array.from(l.values())}return[]}async function fS({fs:t,cache:e,dir:r,gitdir:i,ours:n,theirs:s,fastForward:a=!0,fastForwardOnly:o=!1,dryRun:l=!1,noUpdateBranch:c=!1,abortOnConflict:u=!0,message:f,author:d,committer:h,signingKey:p,onSign:g,mergeDriver:v,allowUnrelatedHistories:_=!1}){n===void 0&&(n=await Is({fs:t,gitdir:i,fullname:!0})),n=await W.expand({fs:t,gitdir:i,ref:n}),s=await W.expand({fs:t,gitdir:i,ref:s});let b=await W.resolve({fs:t,gitdir:i,ref:n}),S=await W.resolve({fs:t,gitdir:i,ref:s}),k=await Lg({fs:t,cache:e,gitdir:i,oids:[b,S]});if(k.length!==1)if(k.length===0&&_)k.push("4b825dc642cb6eb9a060e54bf8d69288fbee4904");else throw new Yo;let E=k[0];if(E===S)return{oid:b,alreadyMerged:!0};if(a&&E===b)return!l&&!c&&await W.writeRef({fs:t,gitdir:i,ref:n,value:S}),{oid:S,fastForward:!0};{if(o)throw new zc;let A=await ft.acquire({fs:t,gitdir:i,cache:e,allowUnmerged:!1},async x=>XE({fs:t,cache:e,dir:r,gitdir:i,index:x,ourOid:b,theirOid:S,baseOid:E,ourName:da(n),baseName:"base",theirName:da(s),dryRun:l,abortOnConflict:u,mergeDriver:v}));if(A instanceof pa)throw A;return f||(f=`Merge branch '${da(s)}' into ${da(n)}`),{oid:await ru({fs:t,cache:e,gitdir:i,message:f,ref:n,tree:A,parent:[b,S],author:d,committer:h,signingKey:p,onSign:g,dryRun:l,noUpdateBranch:c}),tree:A,mergeCommit:!0}}}async function dS({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:o,dir:l,gitdir:c,ref:u,url:f,remote:d,remoteRef:h,prune:p,pruneTags:g,fastForward:v,fastForwardOnly:_,corsProxy:b,singleBranch:S,headers:k,author:E,committer:A,signingKey:w}){try{if(!u){let C=await Is({fs:t,gitdir:c});if(!C)throw new Fr("ref");u=C}let{fetchHead:x,fetchHeadDescription:y}=await Og({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:o,gitdir:c,corsProxy:b,ref:u,url:f,remote:d,remoteRef:h,singleBranch:S,headers:k,prune:p,pruneTags:g});await fS({fs:t,cache:e,gitdir:c,ours:u,theirs:x,fastForward:v,fastForwardOnly:_,message:`Merge ${y}`,author:E,committer:A,signingKey:w,dryRun:!1,noUpdateBranch:!1}),await Mg({fs:t,cache:e,onProgress:i,dir:l,gitdir:c,ref:u,remote:d,noCheckout:!1})}catch(x){throw x.caller="git.pull",x}}async function hS({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:o,gitdir:l=O(o,".git"),ref:c,url:u,remote:f,remoteRef:d,corsProxy:h,singleBranch:p,headers:g={},cache:v={}}){try{T("fs",t),T("http",e),T("gitdir",l);let _={name:"",email:"",timestamp:Date.now(),timezoneOffset:0},b=new Q(t),S=await ee({fsp:b,dotgit:l});return await dS({fs:b,cache:v,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:o,gitdir:S,ref:c,url:u,remote:f,remoteRef:d,fastForwardOnly:!0,corsProxy:h,singleBranch:p,headers:g,author:_,committer:_})}catch(_){throw _.caller="git.fastForward",_}}async function pS({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:o,gitdir:l=O(o,".git"),ref:c,remote:u,remoteRef:f,url:d,corsProxy:h,depth:p=null,since:g=null,exclude:v=[],relative:_=!1,tags:b=!1,singleBranch:S=!1,headers:k={},prune:E=!1,pruneTags:A=!1,cache:w={}}){try{T("fs",t),T("http",e),T("gitdir",l);let x=new Q(t),y=await ee({fsp:x,dotgit:l});return await Og({fs:x,cache:w,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,gitdir:y,ref:c,remote:u,remoteRef:f,url:d,corsProxy:h,depth:p,since:g,exclude:v,relative:_,tags:b,singleBranch:S,headers:k,prune:E,pruneTags:A})}catch(x){throw x.caller="git.fetch",x}}async function mS({fs:t,dir:e,gitdir:r=O(e,".git"),oids:i,cache:n={}}){try{T("fs",t),T("gitdir",r),T("oids",i);let s=new Q(t),a=await ee({fsp:s,dotgit:r});return await Lg({fs:s,cache:n,gitdir:a,oids:i})}catch(s){throw s.caller="git.findMergeBase",s}}async function gS({fs:t,filepath:e}){if(await t.exists(O(e,".git")))return e;{let r=ha(e);if(r===e)throw new He(`git root for ${e}`);return gS({fs:t,filepath:r})}}async function vS({fs:t,filepath:e}){try{return T("fs",t),T("filepath",e),await gS({fs:new Q(t),filepath:e})}catch(r){throw r.caller="git.findRoot",r}}async function wS({fs:t,dir:e,gitdir:r=O(e,".git"),path:i}){try{T("fs",t),T("gitdir",r),T("path",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await eu({fs:n,gitdir:s,path:i})}catch(n){throw n.caller="git.getConfig",n}}async function NN({fs:t,gitdir:e,path:r}){return(await dt.get({fs:t,gitdir:e})).getall(r)}async function _S({fs:t,dir:e,gitdir:r=O(e,".git"),path:i}){try{T("fs",t),T("gitdir",r),T("path",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await NN({fs:n,gitdir:s,path:i})}catch(n){throw n.caller="git.getConfigAll",n}}async function bS({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,url:s,headers:a={},forPush:o=!1}){try{T("http",t),T("url",s);let c=await el.getRemoteHelperFor({url:s}).discover({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,service:o?"git-receive-pack":"git-upload-pack",url:s,headers:a,protocolVersion:1}),u={capabilities:[...c.capabilities]};for(let[f,d]of c.refs){let h=f.split("/"),p=h.pop(),g=u;for(let v of h)g[v]=g[v]||{},g=g[v];g[p]=d}for(let[f,d]of c.symrefs){let h=f.split("/"),p=h.pop(),g=u;for(let v of h)g[v]=g[v]||{},g=g[v];g[p]=d}return u}catch(l){throw l.caller="git.getRemoteInfo",l}}function yS(t,e,r,i){let n=[];for(let[s,a]of t.refs){if(e&&!s.startsWith(e))continue;if(s.endsWith("^{}")){if(i){let l=s.replace("^{}",""),c=n[n.length-1],u=c.ref===l?c:n.find(f=>f.ref===l);if(u===void 0)throw new Error("I did not expect this to happen");u.peeled=a}continue}let o={ref:s,oid:a};r&&t.symrefs.has(s)&&(o.target=t.symrefs.get(s)),n.push(o)}return n}async function xS({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,url:s,headers:a={},forPush:o=!1,protocolVersion:l=2}){try{T("http",t),T("url",s);let u=await el.getRemoteHelperFor({url:s}).discover({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,service:o?"git-receive-pack":"git-upload-pack",url:s,headers:a,protocolVersion:l});if(u.protocolVersion===2)return{protocolVersion:u.protocolVersion,capabilities:u.capabilities2};let f={};for(let d of u.capabilities){let[h,p]=d.split("=");p?f[h]=p:f[h]=!0}return{protocolVersion:1,capabilities:f,refs:yS(u,void 0,!0,!0)}}catch(c){throw c.caller="git.getRemoteInfo2",c}}async function BN({type:t,object:e,format:r="content",oid:i=void 0}){return r!=="deflated"&&(r!=="wrapped"&&(e=Cs.wrap({type:t,object:e})),i=await wn(e)),{oid:i,object:e}}async function ES({object:t}){try{T("object",t),typeof t=="string"?t=Buffer.from(t,"utf8"):t instanceof Uint8Array||(t=new Uint8Array(t));let e="blob",{oid:r,object:i}=await BN({type:e,format:"content",object:t});return{oid:r,type:e,object:i,format:"wrapped"}}catch(e){throw e.caller="git.hashBlob",e}}async function HN({fs:t,cache:e,onProgress:r,dir:i,gitdir:n,filepath:s}){try{s=O(i,s);let a=await t.read(s),o=c=>Je({fs:t,cache:e,gitdir:n,oid:c}),l=await Nc.fromPack({pack:a,getExternalRefDelta:o,onProgress:r});return await t.write(s.replace(/\.pack$/,".idx"),await l.toBuffer()),{oids:[...l.hashes]}}catch(a){throw a.caller="git.indexPack",a}}async function SS({fs:t,onProgress:e,dir:r,gitdir:i=O(r,".git"),filepath:n,cache:s={}}){try{T("fs",t),T("dir",r),T("gitdir",r),T("filepath",n);let a=new Q(t),o=await ee({fsp:a,dotgit:i});return await HN({fs:a,cache:s,onProgress:e,dir:r,gitdir:o,filepath:n})}catch(a){throw a.caller="git.indexPack",a}}async function kS({fs:t,bare:e=!1,dir:r,gitdir:i=e?r:O(r,".git"),defaultBranch:n="master"}){try{T("fs",t),T("gitdir",i),e||T("dir",r);let s=new Q(t),a=await ee({fsp:s,dotgit:i});return await tS({fs:s,bare:e,dir:r,gitdir:a,defaultBranch:n})}catch(s){throw s.caller="git.init",s}}async function AS({fs:t,cache:e,gitdir:r,oid:i,ancestor:n,depth:s}){let a=await va.read({fs:t,gitdir:r});if(!i)throw new Fr("oid");if(!n)throw new Fr("ancestor");if(i===n)return!1;let o=[i],l=new Set,c=0;for(;o.length;){if(c++===s)throw new qc(s);let u=o.shift(),{type:f,object:d}=await Je({fs:t,cache:e,gitdir:r,oid:u});if(f!=="commit")throw new yr(u,f,"commit");let h=Mr.from(d).parse();for(let p of h.parent)if(p===n)return!0;if(!a.has(u))for(let p of h.parent)l.has(p)||(o.push(p),l.add(p))}return!1}async function CS({fs:t,dir:e,gitdir:r=O(e,".git"),oid:i,ancestor:n,depth:s=-1,cache:a={}}){try{T("fs",t),T("gitdir",r),T("oid",i),T("ancestor",n);let o=new Q(t),l=await ee({fsp:o,dotgit:r});return await AS({fs:o,cache:a,gitdir:l,oid:i,ancestor:n,depth:s})}catch(o){throw o.caller="git.isDescendent",o}}async function TS({fs:t,dir:e,gitdir:r=O(e,".git"),filepath:i}){try{T("fs",t),T("dir",e),T("gitdir",r),T("filepath",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return Rs.isIgnored({fs:n,dir:e,gitdir:s,filepath:i})}catch(n){throw n.caller="git.isIgnored",n}}async function PS({fs:t,dir:e,gitdir:r=O(e,".git"),remote:i}){try{T("fs",t),T("gitdir",r);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return W.listBranches({fs:n,gitdir:s,remote:i})}catch(n){throw n.caller="git.listBranches",n}}async function UN({fs:t,gitdir:e,ref:r,cache:i}){if(r){let n=await W.resolve({gitdir:e,fs:t,ref:r}),s=[];return await RS({fs:t,cache:i,gitdir:e,oid:n,filenames:s,prefix:""}),s}else return ft.acquire({fs:t,gitdir:e,cache:i},async function(n){return n.entries.map(s=>s.path)})}async function RS({fs:t,cache:e,gitdir:r,oid:i,filenames:n,prefix:s}){let{tree:a}=await rl({fs:t,cache:e,gitdir:r,oid:i});for(let o of a)o.type==="tree"?await RS({fs:t,cache:e,gitdir:r,oid:o.oid,filenames:n,prefix:O(s,o.path)}):n.push(O(s,o.path))}async function $S({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i,cache:n={}}){try{T("fs",t),T("gitdir",r);let s=new Q(t),a=await ee({fsp:s,dotgit:r});return await UN({fs:s,cache:n,gitdir:a,ref:i})}catch(s){throw s.caller="git.listFiles",s}}async function GN({fs:t,cache:e,gitdir:r,ref:i}){let n;try{n=await W.resolve({gitdir:r,fs:t,ref:i})}catch(o){if(o instanceof He)return[]}return(await rl({fs:t,cache:e,gitdir:r,oid:n})).tree.map(o=>({target:o.path,note:o.oid}))}async function FS({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i="refs/notes/commits",cache:n={}}){try{T("fs",t),T("gitdir",r),T("ref",i);let s=new Q(t),a=await ee({fsp:s,dotgit:r});return await GN({fs:s,cache:n,gitdir:a,ref:i})}catch(s){throw s.caller="git.listNotes",s}}async function IS({fs:t,dir:e,gitdir:r=O(e,".git"),filepath:i}){try{T("fs",t),T("gitdir",r);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return W.listRefs({fs:n,gitdir:s,filepath:i})}catch(n){throw n.caller="git.listRefs",n}}async function jN({fs:t,gitdir:e}){let r=await dt.get({fs:t,gitdir:e}),i=await r.getSubsections("remote");return Promise.all(i.map(async s=>{let a=await r.get(`remote.${s}.url`);return{remote:s,url:a}}))}async function MS({fs:t,dir:e,gitdir:r=O(e,".git")}){try{T("fs",t),T("gitdir",r);let i=new Q(t),n=await ee({fsp:i,dotgit:r});return await jN({fs:i,gitdir:n})}catch(i){throw i.caller="git.listRemotes",i}}async function VN(t){let e=ot.streamReader(t),r=[],i;for(;i=await e(),i!==!0;){if(i===null)continue;i=i.toString("utf8").replace(/\n$/,"");let[n,s,...a]=i.split(" "),o={ref:s,oid:n};for(let l of a){let[c,u]=l.split(":");c==="symref-target"?o.target=u:c==="peeled"&&(o.peeled=u)}r.push(o)}return r}async function zN({prefix:t,symrefs:e,peelTags:r}){let i=[];return i.push(ot.encode(`command=ls-refs +`)),i.push(ot.encode(`agent=${gd.agent} +`)),(r||e||t)&&i.push(ot.delim()),r&&i.push(ot.encode("peel")),e&&i.push(ot.encode("symrefs")),t&&i.push(ot.encode(`ref-prefix ${t}`)),i.push(ot.flush()),i}async function DS({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,url:s,headers:a={},forPush:o=!1,protocolVersion:l=2,prefix:c,symrefs:u,peelTags:f}){try{T("http",t),T("url",s);let d=await Jo.discover({http:t,onAuth:e,onAuthSuccess:r,onAuthFailure:i,corsProxy:n,service:o?"git-receive-pack":"git-upload-pack",url:s,headers:a,protocolVersion:l});if(d.protocolVersion===1)return yS(d,c,u,f);let h=await zN({prefix:c,symrefs:u,peelTags:f}),p=await Jo.connect({http:t,auth:d.auth,headers:a,corsProxy:n,service:o?"git-receive-pack":"git-upload-pack",url:s,body:h});return VN(p.body)}catch(d){throw d.caller="git.listServerRefs",d}}async function OS({fs:t,dir:e,gitdir:r=O(e,".git")}){try{T("fs",t),T("gitdir",r);let i=new Q(t),n=await ee({fsp:i,dotgit:r});return W.listTags({fs:i,gitdir:n})}catch(i){throw i.caller="git.listTags",i}}function WN(t,e){return t.committer.timestamp-e.committer.timestamp}var qN="e69de29bb2d1d6434b8b29ae775ad8c2e48c5391";async function EE({fs:t,cache:e,gitdir:r,oid:i,fileId:n}){if(n===qN)return;let s=i,a,o=await Ko({fs:t,cache:e,gitdir:r,oid:i}),l=o.tree;return n===o.oid?a=o.path:(a=await LS({fs:t,cache:e,gitdir:r,tree:l,fileId:n,oid:s}),Array.isArray(a)&&(a.length===0?a=void 0:a.length===1&&(a=a[0]))),a}async function LS({fs:t,cache:e,gitdir:r,tree:i,fileId:n,oid:s,filepaths:a=[],parentPath:o=""}){let l=i.entries().map(function(c){let u;return c.oid===n?(u=O(o,c.path),a.push(u)):c.type==="tree"&&(u=Je({fs:t,cache:e,gitdir:r,oid:c.oid}).then(function({object:f}){return LS({fs:t,cache:e,gitdir:r,tree:Ir.from(f),fileId:n,oid:s,filepaths:a,parentPath:O(o,c.path)})})),u});return await Promise.all(l),a}async function YN({fs:t,cache:e,gitdir:r,filepath:i,ref:n,depth:s,since:a,force:o,follow:l}){let c=typeof a=="undefined"?void 0:Math.floor(a.valueOf()/1e3),u=[],f=await va.read({fs:t,gitdir:r}),d=await W.resolve({fs:t,gitdir:r,ref:n}),h=[await vn({fs:t,cache:e,gitdir:r,oid:d})],p,g,v;function _(b){v&&i&&u.push(b)}for(;h.length>0;){let b=h.pop();if(c!==void 0&&b.commit.committer.timestamp<=c)break;if(i){let S;try{S=await iu({fs:t,cache:e,gitdir:r,oid:b.commit.tree,filepath:i}),g&&p!==S&&u.push(g),p=S,g=b,v=!0}catch(k){if(k instanceof He){let E=l&&p;if(E&&(E=await EE({fs:t,cache:e,gitdir:r,oid:b.commit.tree,fileId:p}),E))if(Array.isArray(E)){if(g){let A=await EE({fs:t,cache:e,gitdir:r,oid:g.commit.tree,fileId:p});if(Array.isArray(A))if(E=E.filter(w=>A.indexOf(w)===-1),E.length===1)E=E[0],i=E,g&&u.push(g);else{E=!1,g&&u.push(g);break}}}else i=E,g&&u.push(g);if(!E){if(v&&p&&(u.push(g),!o))break;if(!o&&!l)throw k}g=b,v=!1}else throw k}}else u.push(b);if(s!==void 0&&u.length===s){_(b);break}if(!f.has(b.oid))for(let S of b.commit.parent){let k=await vn({fs:t,cache:e,gitdir:r,oid:S});h.map(E=>E.oid).includes(k.oid)||h.push(k)}h.length===0&&_(b),h.sort((S,k)=>WN(S.commit,k.commit))}return u}async function NS({fs:t,dir:e,gitdir:r=O(e,".git"),filepath:i,ref:n="HEAD",depth:s,since:a,force:o,follow:l,cache:c={}}){try{T("fs",t),T("gitdir",r),T("ref",n);let u=new Q(t),f=await ee({fsp:u,dotgit:r});return await YN({fs:u,cache:c,gitdir:f,filepath:i,ref:n,depth:s,since:a,force:o,follow:l})}catch(u){throw u.caller="git.log",u}}async function BS({fs:t,onSign:e,dir:r,gitdir:i=O(r,".git"),ours:n,theirs:s,fastForward:a=!0,fastForwardOnly:o=!1,dryRun:l=!1,noUpdateBranch:c=!1,abortOnConflict:u=!0,message:f,author:d,committer:h,signingKey:p,cache:g={},mergeDriver:v,allowUnrelatedHistories:_=!1}){try{T("fs",t),p&&T("onSign",e);let b=new Q(t),S=await ee({fsp:b,dotgit:i}),k=await $s({fs:b,gitdir:S,author:d});if(!k&&(!o||!a))throw new Zt("author");let E=await ga({fs:b,gitdir:S,author:k,committer:h});if(!E&&(!o||!a))throw new Zt("committer");return await fS({fs:b,cache:g,dir:r,gitdir:S,ours:n,theirs:s,fastForward:a,fastForwardOnly:o,dryRun:l,noUpdateBranch:c,abortOnConflict:u,message:f,author:k,committer:E,signingKey:p,onSign:e,mergeDriver:v,allowUnrelatedHistories:_})}catch(b){throw b.caller="git.merge",b}}var XN={commit:16,tree:32,blob:48,tag:64,ofs_delta:96,ref_delta:112};async function HS({fs:t,cache:e,dir:r,gitdir:i=O(r,".git"),oids:n}){let s=new SE,a=[];function o(u,f){let d=Buffer.from(u,f);a.push(d),s.update(d)}async function l({stype:u,object:f}){let d=XN[u],h=f.length,p=h>15?128:0,g=h&15;h=h>>>4;let v=(p|d|g).toString(16);for(o(v,"hex");p;)p=h>127?128:0,v=p|h&127,o($g(2,v),"hex"),h=h>>>7;o(Buffer.from(await OE(f)))}o("PACK"),o("00000002","hex"),o($g(8,n.length),"hex");for(let u of n){let{type:f,object:d}=await Je({fs:t,cache:e,gitdir:i,oid:u});await l({write:o,object:d,stype:f})}let c=s.digest();return a.push(c),a}async function ZN({fs:t,cache:e,gitdir:r,oids:i,write:n}){let s=await HS({fs:t,cache:e,gitdir:r,oids:i}),a=Buffer.from(await fd(s)),l=`pack-${a.slice(-20).toString("hex")}.pack`;return n?(await t.write(O(r,`objects/pack/${l}`),a),{filename:l}):{filename:l,packfile:new Uint8Array(a)}}async function US({fs:t,dir:e,gitdir:r=O(e,".git"),oids:i,write:n=!1,cache:s={}}){try{T("fs",t),T("gitdir",r),T("oids",i);let a=new Q(t),o=await ee({fsp:a,dotgit:r});return await ZN({fs:a,cache:s,gitdir:o,oids:i,write:n})}catch(a){throw a.caller="git.packObjects",a}}async function GS({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:o,gitdir:l=O(o,".git"),ref:c,url:u,remote:f,remoteRef:d,prune:h=!1,pruneTags:p=!1,fastForward:g=!0,fastForwardOnly:v=!1,corsProxy:_,singleBranch:b,headers:S={},author:k,committer:E,signingKey:A,cache:w={}}){try{T("fs",t),T("gitdir",l);let x=new Q(t),y=await ee({fsp:x,dotgit:l}),C=await $s({fs:x,gitdir:y,author:k});if(!C)throw new Zt("author");let P=await ga({fs:x,gitdir:y,author:C,committer:E});if(!P)throw new Zt("committer");return await dS({fs:x,cache:w,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,dir:o,gitdir:y,ref:c,url:u,remote:f,remoteRef:d,fastForward:g,fastForwardOnly:v,corsProxy:_,singleBranch:b,headers:S,author:C,committer:P,signingKey:A,prune:h,pruneTags:p})}catch(x){throw x.caller="git.pull",x}}async function KN({fs:t,cache:e,dir:r,gitdir:i=O(r,".git"),start:n,finish:s}){let a=await va.read({fs:t,gitdir:i}),o=new Set,l=new Set;for(let f of n)o.add(await W.resolve({fs:t,gitdir:i,ref:f}));for(let f of s)try{let d=await W.resolve({fs:t,gitdir:i,ref:f});l.add(d)}catch(d){}let c=new Set;async function u(f){c.add(f);let{type:d,object:h}=await Je({fs:t,cache:e,gitdir:i,oid:f});if(d==="tag"){let g=Kr.from(h).headers().object;return u(g)}if(d!=="commit")throw new yr(f,d,"commit");if(!a.has(f)){let g=Mr.from(h).headers().parent;for(f of g)!l.has(f)&&!c.has(f)&&await u(f)}}for(let f of o)await u(f);return c}async function _g({fs:t,cache:e,dir:r,gitdir:i=O(r,".git"),oids:n}){let s=new Set;async function a(o){if(s.has(o))return;s.add(o);let{type:l,object:c}=await Je({fs:t,cache:e,gitdir:i,oid:o});if(l==="tag"){let f=Kr.from(c).headers().object;await a(f)}else if(l==="commit"){let f=Mr.from(c).headers().tree;await a(f)}else if(l==="tree"){let u=Ir.from(c);for(let f of u)f.type==="blob"&&s.add(f.oid),f.type==="tree"&&await a(f.oid)}}for(let o of n)await a(o);return s}async function QN(t){let e={},r="",i=ot.streamReader(t),n=await i();for(;n!==!0;)n!==null&&(r+=n.toString("utf8")+` +`),n=await i();let s=r.toString("utf8").split(` +`);if(n=s.shift(),!n.startsWith("unpack "))throw new ma('unpack ok" or "unpack [error message]',n);e.ok=n==="unpack ok",e.ok||(e.error=n.slice(7)),e.refs={};for(let a of s){if(a.trim()==="")continue;let o=a.slice(0,2),l=a.slice(3),c=l.indexOf(" ");c===-1&&(c=l.length);let u=l.slice(0,c),f=l.slice(c+1);e.refs[u]={ok:o==="ok",error:f}}return e}async function JN({capabilities:t=[],triplets:e=[]}){let r=[],i=`\0 ${t.join(" ")}`;for(let n of e)r.push(ot.encode(`${n.oldoid} ${n.oid} ${n.fullRef}${i} +`)),i="";return r.push(ot.flush()),r}async function eB({fs:t,cache:e,http:r,onProgress:i,onMessage:n,onAuth:s,onAuthSuccess:a,onAuthFailure:o,onPrePush:l,gitdir:c,ref:u,remoteRef:f,remote:d,url:h,force:p=!1,delete:g=!1,corsProxy:v,headers:_={}}){let b=u||await Is({fs:t,gitdir:c});if(typeof b=="undefined")throw new Fr("ref");let S=await dt.get({fs:t,gitdir:c});d=d||await S.get(`branch.${b}.pushRemote`)||await S.get("remote.pushDefault")||await S.get(`branch.${b}.remote`)||"origin";let k=h||await S.get(`remote.${d}.pushurl`)||await S.get(`remote.${d}.url`);if(typeof k=="undefined")throw new Fr("remote OR url");let E=f||await S.get(`branch.${b}.merge`);if(typeof k=="undefined")throw new Fr("remoteRef");v===void 0&&(v=await S.get("http.corsProxy"));let A=await W.expand({fs:t,gitdir:c,ref:b}),w=g?"0000000000000000000000000000000000000000":await W.resolve({fs:t,gitdir:c,ref:A}),x=el.getRemoteHelperFor({url:k}),y=await x.discover({http:r,onAuth:s,onAuthSuccess:a,onAuthFailure:o,corsProxy:v,service:"git-receive-pack",url:k,headers:_,protocolVersion:1}),C=y.auth,P;if(!E)P=A;else try{P=await W.expandAgainstMap({ref:E,map:y.refs})}catch(X){if(X instanceof He)P=E.startsWith("refs/")?E:`refs/heads/${E}`;else throw X}let L=y.refs.get(P)||"0000000000000000000000000000000000000000";if(l&&!await l({remote:d,url:k,localRef:{ref:g?"(delete)":A,oid:w},remoteRef:{ref:P,oid:L}}))throw new Zo;let N=!y.capabilities.has("no-thin"),B=new Set;if(!g){let X=[...y.refs.values()],V=new Set;if(L!=="0000000000000000000000000000000000000000"){let Ne=await Lg({fs:t,cache:e,gitdir:c,oids:[w,L]});for(let gr of Ne)X.push(gr);N&&(V=await _g({fs:t,cache:e,gitdir:c,oids:Ne}))}if(!X.includes(w)){let Ne=await KN({fs:t,cache:e,gitdir:c,start:[w],finish:X});B=await _g({fs:t,cache:e,gitdir:c,oids:Ne})}if(N){try{let Ne=await W.resolve({fs:t,gitdir:c,ref:`refs/remotes/${d}/HEAD`,depth:2}),{oid:gr}=await W.resolveAgainstMap({ref:Ne.replace(`refs/remotes/${d}/`,""),fullref:Ne,map:y.refs}),Nt=[gr];for(let Fe of await _g({fs:t,cache:e,gitdir:c,oids:Nt}))V.add(Fe)}catch(Ne){}for(let Ne of V)B.delete(Ne)}if(w===L&&(p=!0),!p){if(A.startsWith("refs/tags")&&L!=="0000000000000000000000000000000000000000")throw new Xo("tag-exists");if(w!=="0000000000000000000000000000000000000000"&&L!=="0000000000000000000000000000000000000000"&&!await AS({fs:t,cache:e,gitdir:c,oid:w,ancestor:L,depth:-1}))throw new Xo("not-fast-forward")}}let ge=JE([...y.capabilities],["report-status","side-band-64k",`agent=${gd.agent}`]),Le=await JN({capabilities:ge,triplets:[{oldoid:L,oid:w,fullRef:P}]}),ke=g?[]:await HS({fs:t,cache:e,gitdir:c,oids:[...B]}),ne=await x.connect({http:r,onProgress:i,corsProxy:v,service:"git-receive-pack",url:k,auth:C,headers:_,body:[...Le,...ke]}),{packfile:Ee,progress:_e}=await dd.demux(ne.body);if(n){let X=eS(_e);su(X,async V=>{await n(V)})}let z=await QN(Ee);if(ne.headers&&(z.headers=ne.headers),d&&z.ok&&z.refs[P].ok&&!A.startsWith("refs/tags")){let X=`refs/remotes/${d}/${P.replace("refs/heads","")}`;g?await W.deleteRef({fs:t,gitdir:c,ref:X}):await W.writeRef({fs:t,gitdir:c,ref:X,value:w})}if(z.ok&&Object.values(z.refs).every(X=>X.ok))return z;{let X=Object.entries(z.refs).filter(([V,Ne])=>!Ne.ok).map(([V,Ne])=>` + - ${V}: ${Ne.error}`).join("");throw new Wc(X,z)}}async function jS({fs:t,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,onPrePush:o,dir:l,gitdir:c=O(l,".git"),ref:u,remoteRef:f,remote:d="origin",url:h,force:p=!1,delete:g=!1,corsProxy:v,headers:_={},cache:b={}}){try{T("fs",t),T("http",e),T("gitdir",c);let S=new Q(t),k=await ee({fsp:S,dotgit:c});return await eB({fs:S,cache:b,http:e,onProgress:r,onMessage:i,onAuth:n,onAuthSuccess:s,onAuthFailure:a,onPrePush:o,gitdir:k,ref:u,remoteRef:f,remote:d,url:h,force:p,delete:g,corsProxy:v,headers:_})}catch(S){throw S.caller="git.push",S}}async function VS({fs:t,cache:e,gitdir:r,oid:i}){let{type:n,object:s}=await Je({fs:t,cache:e,gitdir:r,oid:i});if(n==="tag")return i=Kr.from(s).parse().object,VS({fs:t,cache:e,gitdir:r,oid:i});if(n!=="blob")throw new yr(i,n,"blob");return{oid:i,blob:new Uint8Array(s)}}async function zS({fs:t,cache:e,gitdir:r,oid:i,filepath:n=void 0}){return n!==void 0&&(i=await iu({fs:t,cache:e,gitdir:r,oid:i,filepath:n})),await VS({fs:t,cache:e,gitdir:r,oid:i})}async function WS({fs:t,dir:e,gitdir:r=O(e,".git"),oid:i,filepath:n,cache:s={}}){try{T("fs",t),T("gitdir",r),T("oid",i);let a=new Q(t),o=await ee({fsp:a,dotgit:r});return await zS({fs:a,cache:s,gitdir:o,oid:i,filepath:n})}catch(a){throw a.caller="git.readBlob",a}}async function Ng({fs:t,dir:e,gitdir:r=O(e,".git"),oid:i,cache:n={}}){try{T("fs",t),T("gitdir",r),T("oid",i);let s=new Q(t),a=await ee({fsp:s,dotgit:r});return await vn({fs:s,cache:n,gitdir:a,oid:i})}catch(s){throw s.caller="git.readCommit",s}}async function tB({fs:t,cache:e,gitdir:r,ref:i="refs/notes/commits",oid:n}){let s=await W.resolve({gitdir:r,fs:t,ref:i}),{blob:a}=await zS({fs:t,cache:e,gitdir:r,oid:s,filepath:n});return a}async function qS({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i="refs/notes/commits",oid:n,cache:s={}}){try{T("fs",t),T("gitdir",r),T("ref",i),T("oid",n);let a=new Q(t),o=await ee({fsp:a,dotgit:r});return await tB({fs:a,cache:s,gitdir:o,ref:i,oid:n})}catch(a){throw a.caller="git.readNote",a}}async function YS({fs:t,dir:e,gitdir:r=O(e,".git"),oid:i,format:n="parsed",filepath:s=void 0,encoding:a=void 0,cache:o={}}){try{T("fs",t),T("gitdir",r),T("oid",i);let l=new Q(t),c=await ee({fsp:l,dotgit:r});s!==void 0&&(i=await iu({fs:l,cache:o,gitdir:c,oid:i,filepath:s}));let f=await Je({fs:l,cache:o,gitdir:c,oid:i,format:n==="parsed"?"content":n});if(f.oid=i,n==="parsed")switch(f.format="parsed",f.type){case"commit":f.object=Mr.from(f.object).parse();break;case"tree":f.object=Ir.from(f.object).entries();break;case"blob":a?f.object=f.object.toString(a):(f.object=new Uint8Array(f.object),f.format="content");break;case"tag":f.object=Kr.from(f.object).parse();break;default:throw new yr(f.oid,f.type,"blob|commit|tag|tree")}else(f.format==="deflated"||f.format==="wrapped")&&(f.type=f.format);return f}catch(l){throw l.caller="git.readObject",l}}async function rB({fs:t,cache:e,gitdir:r,oid:i}){let{type:n,object:s}=await Je({fs:t,cache:e,gitdir:r,oid:i,format:"content"});if(n!=="tag")throw new yr(i,n,"tag");let a=Kr.from(s);return{oid:i,tag:a.parse(),payload:a.payload()}}async function XS({fs:t,dir:e,gitdir:r=O(e,".git"),oid:i,cache:n={}}){try{T("fs",t),T("gitdir",r),T("oid",i);let s=new Q(t),a=await ee({fsp:s,dotgit:r});return await rB({fs:s,cache:n,gitdir:a,oid:i})}catch(s){throw s.caller="git.readTag",s}}async function ZS({fs:t,dir:e,gitdir:r=O(e,".git"),oid:i,filepath:n=void 0,cache:s={}}){try{T("fs",t),T("gitdir",r),T("oid",i);let a=new Q(t),o=await ee({fsp:a,dotgit:r});return await rl({fs:a,cache:s,gitdir:o,oid:i,filepath:n})}catch(a){throw a.caller="git.readTree",a}}async function KS({fs:t,dir:e,gitdir:r=O(e,".git"),filepath:i,cache:n={}}){try{T("fs",t),T("gitdir",r),T("filepath",i);let s=new Q(t),a=await ee({fsp:s,dotgit:r});await ft.acquire({fs:s,gitdir:a,cache:n},async function(o){o.delete({filepath:i})})}catch(s){throw s.caller="git.remove",s}}async function iB({fs:t,cache:e,onSign:r,gitdir:i,ref:n="refs/notes/commits",oid:s,author:a,committer:o,signingKey:l}){let c;try{c=await W.resolve({gitdir:i,fs:t,ref:n})}catch(p){if(!(p instanceof He))throw p}let f=(await rl({fs:t,cache:e,gitdir:i,oid:c||"4b825dc642cb6eb9a060e54bf8d69288fbee4904"})).tree;f=f.filter(p=>p.path!==s);let d=await nu({fs:t,gitdir:i,tree:f});return await ru({fs:t,cache:e,onSign:r,gitdir:i,ref:n,tree:d,parent:c&&[c],message:`Note removed by 'isomorphic-git removeNote' +`,author:a,committer:o,signingKey:l})}async function QS({fs:t,onSign:e,dir:r,gitdir:i=O(r,".git"),ref:n="refs/notes/commits",oid:s,author:a,committer:o,signingKey:l,cache:c={}}){try{T("fs",t),T("gitdir",i),T("oid",s);let u=new Q(t),f=await ee({fsp:u,dotgit:i}),d=await $s({fs:u,gitdir:f,author:a});if(!d)throw new Zt("author");let h=await ga({fs:u,gitdir:f,author:d,committer:o});if(!h)throw new Zt("committer");return await iB({fs:u,cache:c,onSign:e,gitdir:f,ref:n,oid:s,author:d,committer:h,signingKey:l})}catch(u){throw u.caller="git.removeNote",u}}async function nB({fs:t,gitdir:e,oldref:r,ref:i,checkout:n=!1}){if(!tu(i,!0))throw new Gi(i,Dc.clean(i));if(!tu(r,!0))throw new Gi(r,Dc.clean(r));let s=`refs/heads/${r}`,a=`refs/heads/${i}`;if(await W.exists({fs:t,gitdir:e,ref:a}))throw new Ui("branch",i,!1);let l=await W.resolve({fs:t,gitdir:e,ref:s,depth:1});await W.writeRef({fs:t,gitdir:e,ref:a,value:l}),await W.deleteRef({fs:t,gitdir:e,ref:s});let u=await Is({fs:t,gitdir:e,fullname:!0})===s;(n||u)&&await W.writeSymbolicRef({fs:t,gitdir:e,ref:"HEAD",value:a})}async function JS({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i,oldref:n,checkout:s=!1}){try{T("fs",t),T("gitdir",r),T("ref",i),T("oldref",n);let a=new Q(t),o=await ee({fsp:a,dotgit:r});return await nB({fs:a,gitdir:o,ref:i,oldref:n,checkout:s})}catch(a){throw a.caller="git.renameBranch",a}}async function ek({gitdir:t,type:e,object:r}){return wn(Cs.wrap({type:e,object:r}))}async function tk({fs:t,dir:e,gitdir:r=O(e,".git"),filepath:i,ref:n,cache:s={}}){try{T("fs",t),T("gitdir",r),T("filepath",i);let a=new Q(t),o=await ee({fsp:a,dotgit:r}),l,c;try{l=await W.resolve({fs:a,gitdir:o,ref:n||"HEAD"})}catch(d){if(n)throw d}if(l)try{l=await iu({fs:a,cache:s,gitdir:o,oid:l,filepath:i})}catch(d){l=null}let u={ctime:new Date(0),mtime:new Date(0),dev:0,ino:0,mode:0,uid:0,gid:0,size:0},f=e&&await a.read(O(e,i));f&&(c=await ek({gitdir:o,type:"blob",object:f}),l===c&&(u=await a.lstat(O(e,i)))),await ft.acquire({fs:a,gitdir:o,cache:s},async function(d){d.delete({filepath:i}),l&&d.insert({filepath:i,stats:u,oid:l})})}catch(a){throw a.caller="git.reset",a}}async function rk({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i,depth:n}){try{T("fs",t),T("gitdir",r),T("ref",i);let s=new Q(t),a=await ee({fsp:s,dotgit:r});return await W.resolve({fs:s,gitdir:a,ref:i,depth:n})}catch(s){throw s.caller="git.resolveRef",s}}async function ik({fs:t,dir:e,gitdir:r=O(e,".git"),path:i,value:n,append:s=!1}){try{T("fs",t),T("gitdir",r),T("path",i);let a=new Q(t),o=await ee({fsp:a,dotgit:r}),l=await dt.get({fs:a,gitdir:o});s?await l.append(i,n):await l.set(i,n),await dt.save({fs:a,gitdir:o,config:l})}catch(a){throw a.caller="git.setConfig",a}}async function nk({fs:t,gitdir:e,commit:r}){let i=Mr.from(r).toObject();return await Dr({fs:t,gitdir:e,type:"commit",object:i,format:"content"})}var hd=class t{static get timezoneOffsetForRefLogEntry(){let e=new Date().getTimezoneOffset(),r=Math.abs(Math.floor(e/60)),i=Math.abs(e%60).toString().padStart(2,"0");return`${e>0?"-":"+"}${r.toString().padStart(2,"0")}${i}`}static createStashReflogEntry(e,r,i){let n=e.name.replace(/\s/g,""),s="0000000000000000000000000000000000000000",a=Math.floor(Date.now()/1e3),o=t.timezoneOffsetForRefLogEntry;return`${s} ${r} ${n} ${e.email} ${a} ${o} ${i} +`}static getStashReflogEntry(e,r=!1){return e.split(` +`).filter(s=>s).reverse().map((s,a)=>r?`stash@{${a}}: ${s.split(" ")[1]}`:s)}},wa=class t{constructor({fs:e,dir:r,gitdir:i=O(r,".git")}){Object.assign(this,{fs:e,dir:r,gitdir:i,_author:null})}static get refStash(){return"refs/stash"}static get refLogsStash(){return"logs/refs/stash"}get refStashPath(){return O(this.gitdir,t.refStash)}get refLogsStashPath(){return O(this.gitdir,t.refLogsStash)}async getAuthor(){if(!this._author&&(this._author=await $s({fs:this.fs,gitdir:this.gitdir,author:{}}),!this._author))throw new Zt("author");return this._author}async getStashSHA(e,r){return await this.fs.exists(this.refStashPath)?(r||await this.readStashReflogs({parsed:!1}))[e].split(" ")[1]:null}async writeStashCommit({message:e,tree:r,parent:i}){return nk({fs:this.fs,gitdir:this.gitdir,commit:{message:e,tree:r,parent:i,author:await this.getAuthor(),committer:await this.getAuthor()}})}async readStashCommit(e){let r=await this.readStashReflogs({parsed:!1});if(e!==0&&(e<0||e>r.length-1))throw new Gi(`stash@${e}`,"number that is in range of [0, num of stash pushed]");let i=await this.getStashSHA(e,r);return i?vn({fs:this.fs,cache:{},gitdir:this.gitdir,oid:i}):{}}async writeStashRef(e){return W.writeRef({fs:this.fs,gitdir:this.gitdir,ref:t.refStash,value:e})}async writeStashReflogEntry({stashCommit:e,message:r}){let i=await this.getAuthor(),n=hd.createStashReflogEntry(i,e,r),s=this.refLogsStashPath;await Qo({filepath:s,entry:n},async()=>{let a=await this.fs.exists(s)?await this.fs.read(s,"utf8"):"";await this.fs.write(s,a+n,"utf8")})}async readStashReflogs({parsed:e=!1}){if(!await this.fs.exists(this.refLogsStashPath))return[];let r=await this.fs.read(this.refLogsStashPath,"utf8");return hd.getStashReflogEntry(r,e)}};async function sk({fs:t,dir:e,gitdir:r,message:i=""}){let n=new wa({fs:t,dir:e,gitdir:r});await n.getAuthor();let s=await Is({fs:t,gitdir:r,fullname:!1}),a=await W.resolve({fs:t,gitdir:r,ref:"HEAD"}),l=(await Ng({fs:t,dir:e,gitdir:r,oid:a})).commit.message,c=[a],u=null,f=Zr({ref:"HEAD"}),d=await mE({fs:t,dir:e,gitdir:r,treePair:[Zr({ref:"HEAD"}),"stage"]});if(d){let v=await n.writeStashCommit({message:`stash-Index: WIP on ${s} - ${new Date().toISOString()}`,tree:d,parent:c});c.push(v),u=d,f=_a()}let h=await mE({fs:t,dir:e,gitdir:r,treePair:[f,"workdir"]});if(h){let v=await n.writeStashCommit({message:`stash-WorkDir: WIP on ${s} - ${new Date().toISOString()}`,tree:h,parent:[c[c.length-1]]});c.push(v),u=h}if(!u||!d&&!h)throw new He("changes, nothing to stash");let p=(i.trim()||`WIP on ${s}`)+`: ${a.substring(0,7)} ${l}`;return{stashCommit:await n.writeStashCommit({message:p,tree:u,parent:c}),stashMsg:p,branch:s,stashMgr:n}}async function sB({fs:t,dir:e,gitdir:r,message:i=""}){let{stashCommit:n,stashMsg:s,branch:a,stashMgr:o}=await sk({fs:t,dir:e,gitdir:r,message:i});return await o.writeStashRef(n),await o.writeStashReflogEntry({stashCommit:n,message:s}),await Dg({fs:t,dir:e,gitdir:r,ref:a,track:!1,force:!0}),n}async function aB({fs:t,dir:e,gitdir:r,message:i=""}){let{stashCommit:n}=await sk({fs:t,dir:e,gitdir:r,message:i});return n}async function ak({fs:t,dir:e,gitdir:r,refIdx:i=0}){let s=await new wa({fs:t,dir:e,gitdir:r}).readStashCommit(i),{parent:a=null}=s.commit?s.commit:{};if(!(!a||!Array.isArray(a)))for(let o=0;o{await t.exists(a)&&await t.rm(a)});let o=await n.readStashReflogs({parsed:!1});if(!o.length)return;o.splice(i,1);let l=n.refLogsStashPath;await Qo({reflogEntries:o,stashReflogPath:l,stashMgr:n},async()=>{if(o.length){await t.write(l,o.reverse().join(` +`)+` +`,"utf8");let c=o[o.length-1].split(" ")[1];await n.writeStashRef(c)}else await t.rm(l)})}async function oB({fs:t,dir:e,gitdir:r}){return new wa({fs:t,dir:e,gitdir:r}).readStashReflogs({parsed:!0})}async function lB({fs:t,dir:e,gitdir:r}){let i=new wa({fs:t,dir:e,gitdir:r}),n=[i.refStashPath,i.refLogsStashPath];await Qo(n,async()=>{await Promise.all(n.map(async s=>{if(await t.exists(s))return t.rm(s)}))})}async function cB({fs:t,dir:e,gitdir:r,refIdx:i=0}){await ak({fs:t,dir:e,gitdir:r,refIdx:i}),await ok({fs:t,dir:e,gitdir:r,refIdx:i})}async function lk({fs:t,dir:e,gitdir:r=O(e,".git"),op:i="push",message:n="",refIdx:s=0}){T("fs",t),T("dir",e),T("gitdir",r),T("op",i);let a={push:sB,apply:ak,drop:ok,list:oB,clear:lB,pop:cB,create:aB},o=["apply","drop","pop"];try{let l=new Q(t),c=await ee({fsp:l,dotgit:r});["refs","logs","logs/refs"].map(d=>O(c,d)).forEach(async d=>{await l.exists(d)||await l.mkdir(d)});let f=a[i];if(f){if(o.includes(i)&&s<0)throw new Gi(`stash@${s}`,"number that is in range of [0, num of stash pushed]");return await f({fs:l,dir:e,gitdir:c,message:n,refIdx:s})}throw new Error(`To be implemented: ${i}`)}catch(l){throw l.caller="git.stash",l}}async function ck({fs:t,dir:e,gitdir:r=O(e,".git"),filepath:i,cache:n={}}){try{T("fs",t),T("gitdir",r),T("filepath",i);let s=new Q(t),a=await ee({fsp:s,dotgit:r});if(await Rs.isIgnored({fs:s,gitdir:a,dir:e,filepath:i}))return"ignored";let l=await uB({fs:s,cache:n,gitdir:a}),c=await uk({fs:s,cache:n,gitdir:a,tree:l,path:i}),u=await ft.acquire({fs:s,gitdir:a,cache:n},async function(v){for(let _ of v)if(_.path===i)return _;return null}),f=await s.lstat(O(e,i)),d=c!==null,h=u!==null,p=f!==null,g=async()=>{if(h&&!nd(u,f))return u.oid;{let v=await s.read(O(e,i)),_=await ek({gitdir:a,type:"blob",object:v});return h&&u.oid===_&&f.size!==-1&&ft.acquire({fs:s,gitdir:a,cache:n},async function(b){b.insert({filepath:i,stats:f,oid:_})}),_}};if(!d&&!p&&!h)return"absent";if(!d&&!p&&h)return"*absent";if(!d&&p&&!h)return"*added";if(!d&&p&&h)return await g()===u.oid?"added":"*added";if(d&&!p&&!h)return"deleted";if(d&&!p&&h)return c===u.oid,"*deleted";if(d&&p&&!h)return await g()===c?"*undeleted":"*undeletemodified";if(d&&p&&h){let v=await g();return v===c?v===u.oid?"unmodified":"*unmodified":v===u.oid?"modified":"*modified"}}catch(s){throw s.caller="git.status",s}}async function uk({fs:t,cache:e,gitdir:r,tree:i,path:n}){typeof n=="string"&&(n=n.split("/"));let s=n.shift();for(let a of i)if(a.path===s){if(n.length===0)return a.oid;let{type:o,object:l}=await Je({fs:t,cache:e,gitdir:r,oid:a.oid});if(o==="tree"){let c=Ir.from(l);return uk({fs:t,cache:e,gitdir:r,tree:c,path:n})}if(o==="blob")throw new yr(a.oid,o,"blob",n.join("/"))}return null}async function uB({fs:t,cache:e,gitdir:r}){let i;try{i=await W.resolve({fs:t,gitdir:r,ref:"HEAD"})}catch(s){if(s instanceof He)return[]}let{tree:n}=await rl({fs:t,cache:e,gitdir:r,oid:i});return n}async function fk({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i="HEAD",filepaths:n=["."],filter:s,cache:a={},ignored:o=!1}){try{T("fs",t),T("gitdir",r),T("ref",i);let l=new Q(t),c=await ee({fsp:l,dotgit:r});return await Ps({fs:l,cache:a,dir:e,gitdir:c,trees:[Zr({ref:i}),tl(),_a()],map:async function(u,[f,d,h]){if(!f&&!h&&d&&!o&&await Rs.isIgnored({fs:l,dir:e,filepath:u})||!n.some(w=>YE(u,w)))return null;if(s&&!s(u))return;let[p,g,v]=await Promise.all([f&&f.type(),d&&d.type(),h&&h.type()]),_=[p,g,v].includes("blob");if((p==="tree"||p==="special")&&!_)return;if(p==="commit")return null;if((g==="tree"||g==="special")&&!_)return;if(v==="commit")return null;if((v==="tree"||v==="special")&&!_)return;let b=p==="blob"?await f.oid():void 0,S=v==="blob"?await h.oid():void 0,k;p!=="blob"&&g==="blob"&&v!=="blob"?k="42":g==="blob"&&(k=await d.oid());let E=[void 0,b,k,S],A=E.map(w=>E.indexOf(w));return A.shift(),[u,...A]}})}catch(l){throw l.caller="git.statusMatrix",l}}async function dk({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i,object:n,force:s=!1}){try{T("fs",t),T("gitdir",r),T("ref",i);let a=new Q(t);if(i===void 0)throw new Fr("ref");i=i.startsWith("refs/tags/")?i:`refs/tags/${i}`;let o=await ee({fsp:a,dotgit:r}),l=await W.resolve({fs:a,gitdir:o,ref:n||"HEAD"});if(!s&&await W.exists({fs:a,gitdir:o,ref:i}))throw new Ui("tag",i);await W.writeRef({fs:a,gitdir:o,ref:i,value:l})}catch(a){throw a.caller="git.tag",a}}async function hk({fs:t,dir:e,gitdir:r=O(e,".git"),cache:i={},filepath:n,oid:s,mode:a,add:o,remove:l,force:c}){try{T("fs",t),T("gitdir",r),T("filepath",n);let u=new Q(t),f=await ee({fsp:u,dotgit:r});if(l)return await ft.acquire({fs:u,gitdir:f,cache:i},async function(h){if(!c){let p=await u.lstat(O(e,n));if(p){if(p.isDirectory())throw new Ts("directory");return}}h.has({filepath:n})&&h.delete({filepath:n})});let d;if(!s){if(d=await u.lstat(O(e,n)),!d)throw new He(`file at "${n}" on disk and "remove" not set`);if(d.isDirectory())throw new Ts("directory")}return await ft.acquire({fs:u,gitdir:f,cache:i},async function(h){if(!o&&!h.has({filepath:n}))throw new He(`file at "${n}" in index and "add" not set`);let p;if(s)p={ctime:new Date(0),mtime:new Date(0),dev:0,ino:0,mode:a,uid:0,gid:0,size:0};else{p=d;let g=p.isSymbolicLink()?await u.readlink(O(e,n)):await u.read(O(e,n));s=await Dr({fs:u,gitdir:f,type:"blob",format:"content",object:g})}return h.insert({filepath:n,oid:s,stats:p}),s})}catch(u){throw u.caller="git.updateIndex",u}}function pk(){try{return gd.version}catch(t){throw t.caller="git.version",t}}async function mk({fs:t,dir:e,gitdir:r=O(e,".git"),trees:i,map:n,reduce:s,iterate:a,cache:o={}}){try{T("fs",t),T("gitdir",r),T("trees",i);let l=new Q(t),c=await ee({fsp:l,dotgit:r});return await Ps({fs:l,cache:o,dir:e,gitdir:c,trees:i,map:n,reduce:s,iterate:a})}catch(l){throw l.caller="git.walk",l}}async function gk({fs:t,dir:e,gitdir:r=O(e,".git"),blob:i}){try{T("fs",t),T("gitdir",r),T("blob",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await Dr({fs:n,gitdir:s,type:"blob",object:i,format:"content"})}catch(n){throw n.caller="git.writeBlob",n}}async function vk({fs:t,dir:e,gitdir:r=O(e,".git"),commit:i}){try{T("fs",t),T("gitdir",r),T("commit",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await nk({fs:n,gitdir:s,commit:i})}catch(n){throw n.caller="git.writeCommit",n}}async function wk({fs:t,dir:e,gitdir:r=O(e,".git"),type:i,object:n,format:s="parsed",oid:a,encoding:o=void 0}){try{let l=new Q(t),c=await ee({fsp:l,dotgit:r});if(s==="parsed"){switch(i){case"commit":n=Mr.from(n).toObject();break;case"tree":n=Ir.from(n).toObject();break;case"blob":n=Buffer.from(n,o);break;case"tag":n=Kr.from(n).toObject();break;default:throw new yr(a||"",i,"blob|commit|tag|tree")}s="content"}return a=await Dr({fs:l,gitdir:c,type:i,object:n,oid:a,format:s}),a}catch(l){throw l.caller="git.writeObject",l}}async function _k({fs:t,dir:e,gitdir:r=O(e,".git"),ref:i,value:n,force:s=!1,symbolic:a=!1}){try{T("fs",t),T("gitdir",r),T("ref",i),T("value",n);let o=new Q(t);if(!tu(i,!0))throw new Gi(i,Dc.clean(i));let l=await ee({fsp:o,dotgit:r});if(!s&&await W.exists({fs:o,gitdir:l,ref:i}))throw new Ui("ref",i);a?await W.writeSymbolicRef({fs:o,gitdir:l,ref:i,value:n}):(n=await W.resolve({fs:o,gitdir:l,ref:n}),await W.writeRef({fs:o,gitdir:l,ref:i,value:n}))}catch(o){throw o.caller="git.writeRef",o}}async function fB({fs:t,gitdir:e,tag:r}){let i=Kr.from(r).toObject();return await Dr({fs:t,gitdir:e,type:"tag",object:i,format:"content"})}async function bk({fs:t,dir:e,gitdir:r=O(e,".git"),tag:i}){try{T("fs",t),T("gitdir",r),T("tag",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await fB({fs:n,gitdir:s,tag:i})}catch(n){throw n.caller="git.writeTag",n}}async function yk({fs:t,dir:e,gitdir:r=O(e,".git"),tree:i}){try{T("fs",t),T("gitdir",r),T("tree",i);let n=new Q(t),s=await ee({fsp:n,dotgit:r});return await nu({fs:n,gitdir:s,tree:i})}catch(n){throw n.caller="git.writeTree",n}}var dB={Errors:IE,STAGE:_a,TREE:Zr,WORKDIR:tl,add:NE,abortMerge:DE,addNote:jE,addRemote:zE,annotatedTag:WE,branch:qE,cherryPick:KE,checkout:Dg,clone:rS,commit:iS,getConfig:wS,getConfigAll:_S,setConfig:ik,currentBranch:nS,deleteBranch:sS,deleteRef:aS,deleteRemote:oS,deleteTag:lS,expandOid:cS,expandRef:uS,fastForward:hS,fetch:pS,findMergeBase:mS,findRoot:vS,getRemoteInfo:bS,getRemoteInfo2:xS,hashBlob:ES,indexPack:SS,init:kS,isDescendent:CS,isIgnored:TS,listBranches:PS,listFiles:$S,listNotes:FS,listRefs:IS,listRemotes:MS,listServerRefs:DS,listTags:OS,log:NS,merge:BS,packObjects:US,pull:GS,push:jS,readBlob:WS,readCommit:Ng,readNote:qS,readObject:YS,readTag:XS,readTree:ZS,remove:KS,removeNote:QS,renameBranch:JS,resetIndex:tk,updateIndex:hk,resolveRef:rk,status:ck,statusMatrix:fk,tag:dk,version:pk,walk:mk,writeBlob:gk,writeCommit:vk,writeObject:wk,writeRef:_k,writeTag:bk,writeTree:yk,stash:lk};Y.Errors=IE;Y.STAGE=_a;Y.TREE=Zr;Y.WORKDIR=tl;Y.abortMerge=DE;Y.add=NE;Y.addNote=jE;Y.addRemote=zE;Y.annotatedTag=WE;Y.branch=qE;Y.checkout=Dg;Y.cherryPick=KE;Y.clone=rS;Y.commit=iS;Y.currentBranch=nS;Y.default=dB;Y.deleteBranch=sS;Y.deleteRef=aS;Y.deleteRemote=oS;Y.deleteTag=lS;Y.expandOid=cS;Y.expandRef=uS;Y.fastForward=hS;Y.fetch=pS;Y.findMergeBase=mS;Y.findRoot=vS;Y.getConfig=wS;Y.getConfigAll=_S;Y.getRemoteInfo=bS;Y.getRemoteInfo2=xS;Y.hashBlob=ES;Y.indexPack=SS;Y.init=kS;Y.isDescendent=CS;Y.isIgnored=TS;Y.listBranches=PS;Y.listFiles=$S;Y.listNotes=FS;Y.listRefs=IS;Y.listRemotes=MS;Y.listServerRefs=DS;Y.listTags=OS;Y.log=NS;Y.merge=BS;Y.packObjects=US;Y.pull=GS;Y.push=jS;Y.readBlob=WS;Y.readCommit=Ng;Y.readNote=qS;Y.readObject=YS;Y.readTag=XS;Y.readTree=ZS;Y.remove=KS;Y.removeNote=QS;Y.renameBranch=JS;Y.resetIndex=tk;Y.resolveRef=rk;Y.setConfig=ik;Y.stash=lk;Y.status=ck;Y.statusMatrix=fk;Y.tag=dk;Y.updateIndex=hk;Y.version=pk;Y.walk=mk;Y.writeBlob=gk;Y.writeCommit=vk;Y.writeObject=wk;Y.writeRef=_k;Y.writeTag=bk;Y.writeTree=yk});var Ik=H((zz,Fk)=>{"use strict";m();Fk.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var Dk=H((qz,Mk)=>{m();var ev={px:{px:1,cm:37.79527559055118,mm:3.7795275590551185,in:96,pt:1.3333333333333333,pc:16},cm:{px:.026458333333333334,cm:1,mm:.1,in:2.54,pt:.035277777777777776,pc:.42333333333333334},mm:{px:.26458333333333334,cm:10,mm:1,in:25.4,pt:.35277777777777775,pc:4.233333333333333},in:{px:.010416666666666666,cm:.39370078740157477,mm:.03937007874015748,in:1,pt:.013888888888888888,pc:.16666666666666666},pt:{px:.75,cm:28.346456692913385,mm:2.834645669291339,in:72,pt:1,pc:12},pc:{px:.0625,cm:2.3622047244094486,mm:.2362204724409449,in:6,pt:.08333333333333333,pc:1},deg:{deg:1,grad:.9,rad:180/Math.PI,turn:360},grad:{deg:1.1111111111111112,grad:1,rad:200/Math.PI,turn:400},rad:{deg:Math.PI/180,grad:Math.PI/200,rad:1,turn:Math.PI*2},turn:{deg:.002777777777777778,grad:.0025,rad:.5/Math.PI,turn:1},s:{s:1,ms:.001},ms:{s:1e3,ms:1},Hz:{Hz:1,kHz:1e3},kHz:{Hz:.001,kHz:1},dpi:{dpi:1,dpcm:.39370078740157477,dppx:.010416666666666666},dpcm:{dpi:2.54,dpcm:1,dppx:.026458333333333334},dppx:{dpi:96,dpcm:37.79527559055118,dppx:1}};Mk.exports=function(t,e,r,i){if(!ev.hasOwnProperty(r))throw new Error("Cannot convert to "+r);if(!ev[r].hasOwnProperty(e))throw new Error("Cannot convert from "+e+" to "+r);var n=ev[r][e]*t;return i!==!1?(i=Math.pow(10,parseInt(i)||5),Math.round(n*i)/i):n}});var Xk=H(Zn=>{"use strict";m();Object.defineProperty(Zn,"__esModule",{value:!0});Zn.fromRgba=ol;Zn.fromRgb=tv;Zn.fromHsla=Cd;Zn.fromHsl=qk;Zn.fromString=Yk;Zn.default=void 0;var Ok=Bk(Ik()),yB=Bk(Dk());function Bk(t){return t&&t.__esModule?t:{default:t}}function xB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Lk(t,e){for(var r=0;rt.length)&&(e=t.length);for(var r=0,i=new Array(e);r-1}function TB(t,e,r){var i=t/255,n=e/255,s=r/255,a=Math.max(i,n,s),o=Math.min(i,n,s),l=a-o,c=(a+o)/2;if(l===0)return[0,0,c*100];var u=l/(1-Math.abs(2*c-1)),f=function(){switch(a){case i:return(n-s)/l%6;case n:return(s-i)/l+2;default:return(i-n)/l+4}}();return[f*60,u*100,c*100]}function PB(t,e,r){var i=t/60,n=e/100,s=r/100,a=(1-Math.abs(2*s-1))*n,o=a*(1-Math.abs(i%2-1)),l=s-a/2,c=function(){return i<1?[a,o,0]:i<2?[o,a,0]:i<3?[0,a,o]:i<4?[0,o,a]:i<5?[o,0,a]:[a,0,o]}(),u=xr(c,3),f=u[0],d=u[1],h=u[2];return[(f+l)*255,(d+l)*255,(h+l)*255]}var RB=function(){function t(e){var r=xr(e,4),i=r[0],n=r[1],s=r[2],a=r[3];xB(this,t),this.values=[Math.max(Math.min(parseInt(i,10),255),0),Math.max(Math.min(parseInt(n,10),255),0),Math.max(Math.min(parseInt(s,10),255),0),a==null?1:Math.max(Math.min(parseFloat(a),255),0)]}return EB(t,[{key:"toRgbString",value:function(){var r=xr(this.values,4),i=r[0],n=r[1],s=r[2],a=r[3];return a===1?"rgb(".concat(i,", ").concat(n,", ").concat(s,")"):"rgba(".concat(i,", ").concat(n,", ").concat(s,", ").concat(a,")")}},{key:"toHslString",value:function(){var r=this.toHslaArray(),i=xr(r,4),n=i[0],s=i[1],a=i[2],o=i[3];return o===1?"hsl(".concat(n,", ").concat(s,"%, ").concat(a,"%)"):"hsla(".concat(n,", ").concat(s,"%, ").concat(a,"%, ").concat(o,")")}},{key:"toHexString",value:function(){var r=xr(this.values,4),i=r[0],n=r[1],s=r[2],a=r[3];return i=Number(i).toString(16).padStart(2,"0"),n=Number(n).toString(16).padStart(2,"0"),s=Number(s).toString(16).padStart(2,"0"),a=a<1?parseInt(a*255,10).toString(16).padStart(2,"0"):"","#".concat(i).concat(n).concat(s).concat(a)}},{key:"toRgbaArray",value:function(){return this.values}},{key:"toHslaArray",value:function(){var r=xr(this.values,4),i=r[0],n=r[1],s=r[2],a=r[3],o=TB(i,n,s),l=xr(o,3),c=l[0],u=l[1],f=l[2];return[c,u,f,a]}}]),t}();function ol(t){var e=xr(t,4),r=e[0],i=e[1],n=e[2],s=e[3];return new RB([r,i,n,s])}function tv(t){var e=xr(t,3),r=e[0],i=e[1],n=e[2];return ol([r,i,n,1])}function Cd(t){var e=xr(t,4),r=e[0],i=e[1],n=e[2],s=e[3],a=PB(r,i,n),o=xr(a,3),l=o[0],c=o[1],u=o[2];return ol([l,c,u,s])}function qk(t){var e=xr(t,3),r=e[0],i=e[1],n=e[2];return Cd([r,i,n,1])}function $B(t){var e=Hk.exec(t)||Uk.exec(t),r=xr(e,5),i=r[1],n=r[2],s=r[3],a=r[4];return i=parseInt(i.length<2?i.repeat(2):i,16),n=parseInt(n.length<2?n.repeat(2):n,16),s=parseInt(s.length<2?s.repeat(2):s,16),a=a&&(parseInt(a.length<2?a.repeat(2):a,16)/255).toPrecision(1)||1,ol([i,n,s,a])}function FB(t){var e=Gk.exec(t)||Vk.exec(t)||jk.exec(t)||zk.exec(t),r=xr(e,5),i=r[1],n=r[2],s=r[3],a=r[4];return i=lu(i,"%")?parseInt(i,10)*255/100:parseInt(i,10),n=lu(n,"%")?parseInt(n,10)*255/100:parseInt(n,10),s=lu(s,"%")>0?parseInt(s,10)*255/100:parseInt(s,10),a=a===void 0?1:parseFloat(a)/(lu(a,"%")?100:1),ol([i,n,s,a])}function IB(t){var e=Wk.exec(t),r=xr(e,6),i=r[1],n=r[2],s=r[3],a=r[4],o=r[5];return n=n||"deg",i=(0,yB.default)(parseFloat(i),n,"deg"),s=parseFloat(s),a=parseFloat(a),o=o===void 0?1:parseFloat(o)/(lu(o,"%")?100:1),Cd([i,s,a,o])}function Yk(t){return Ok.default[t]?tv(Ok.default[t]):Hk.test(t)||Uk.test(t)?$B(t):Gk.test(t)||Vk.test(t)||jk.test(t)||zk.test(t)?FB(t):Wk.test(t)?IB(t):null}var MB={fromString:Yk,fromRgb:tv,fromRgba:ol,fromHsl:qk,fromHsla:Cd};Zn.default=MB});var oA=H((n9,aA)=>{m();aA.exports=function(t,e){var r=t,i=e,n=r.length,s=i.length,a=!1,o=n+1,l=[],c=[],u,f,d=function(){n>=s&&(u=r,f=n,r=i,i=u,n=s,s=f,a=!0,o=n+1)},h=function(g,v,_,b,S){return{startX:g,startY:v,endX:_,endY:b,r:S}},p=function(g,v,_){var b,S,k,E,A;for(v>_?b=l[g-1+o]:b=l[g+1+o],A=k=Math.max(v,_),E=S=k-g;S=g+1;--E)_[E+o]=p(E,_[E-1+o]+1,_[E+1+o]);_[g+o]=p(g,_[g-1+o]+1,_[g+1+o])}while(_[g+o]!==s);for(ed=g+2*b,S=l[g+o],A=n,w=s,x=[];S!==-1;){let y=c[S];(n!=y.endX||s!=y.endY)&&x.push({file1:[a?y.endY:y.endX,a?w-y.endY:A-y.endX],file2:[a?y.endX:y.endY,a?A-y.endX:w-y.endY]}),A=y.startX,w=y.startY,S=c[S].r}return(A!=0||w!=0)&&x.push({file1:[0,a?w:A],file2:[0,a?A:w]}),x.reverse(),x}}}});var uA=H((a9,cA)=>{m();var lA=oA();function OB(t,e,r){var i,n=new lA(e,t).compose(),s=new lA(e,r).compose(),a=[];function o(N,B){a.push([N.file1[0],B,N.file1[1],N.file2[0],N.file2[1]])}for(i=0;ic&&(l.push([1,c,N-c]),c=N)}for(var f=0;fg)break;g=Math.max(g,_+v[2]),f++}if(u(p),d==f)h[4]>0&&l.push([h[1],h[3],h[4]]);else{var b={0:[t.length,-1,e.length,-1],2:[r.length,-1,e.length,-1]};for(i=d;i<=f;i++){h=a[i];var S=h[1],k=b[S],E=h[0],A=E+h[2],w=h[3],x=w+h[4];k[0]=Math.min(w,k[0]),k[1]=Math.max(x,k[1]),k[2]=Math.min(E,k[2]),k[3]=Math.max(A,k[3])}var y=b[0][0]+(p-b[0][2]),C=b[0][1]+(g-b[0][3]),P=b[2][0]+(p-b[2][2]),L=b[2][1]+(g-b[2][3]);l.push([-1,y,C-y,p,g-p,P,L-P])}c=g}return u(e.length),l}function LB(t,e,r){var i=[],n=[t,e,r],s=OB(t,e,r),a=[];function o(){a.length&&i.push({ok:a}),a=[]}function l(h){for(var p=0;p{m();var dl=1e3,hl=dl*60,pl=hl*60,Ea=pl*24,HB=Ea*7,UB=Ea*365.25;dA.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return GB(t);if(r==="number"&&isFinite(t))return e.long?VB(t):jB(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function GB(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var r=parseFloat(e[1]),i=(e[2]||"ms").toLowerCase();switch(i){case"years":case"year":case"yrs":case"yr":case"y":return r*UB;case"weeks":case"week":case"w":return r*HB;case"days":case"day":case"d":return r*Ea;case"hours":case"hour":case"hrs":case"hr":case"h":return r*pl;case"minutes":case"minute":case"mins":case"min":case"m":return r*hl;case"seconds":case"second":case"secs":case"sec":case"s":return r*dl;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function jB(t){var e=Math.abs(t);return e>=Ea?Math.round(t/Ea)+"d":e>=pl?Math.round(t/pl)+"h":e>=hl?Math.round(t/hl)+"m":e>=dl?Math.round(t/dl)+"s":t+"ms"}function VB(t){var e=Math.abs(t);return e>=Ea?$d(t,e,Ea,"day"):e>=pl?$d(t,e,pl,"hour"):e>=hl?$d(t,e,hl,"minute"):e>=dl?$d(t,e,dl,"second"):t+" ms"}function $d(t,e,r,i){var n=e>=r*1.5;return Math.round(t/r)+" "+i+(n?"s":"")}});var mA=H((w9,pA)=>{m();function zB(t){r.debug=r,r.default=r,r.coerce=l,r.disable=a,r.enable=n,r.enabled=o,r.humanize=hA(),r.destroy=c,Object.keys(t).forEach(u=>{r[u]=t[u]}),r.names=[],r.skips=[],r.formatters={};function e(u){let f=0;for(let d=0;d{if(A==="%%")return"%";k++;let x=r.formatters[w];if(typeof x=="function"){let y=v[k];A=x.call(_,y),v.splice(k,1),k--}return A}),r.formatArgs.call(_,v),(_.log||r.log).apply(_,v)}return g.namespace=u,g.useColors=r.useColors(),g.color=r.selectColor(u),g.extend=i,g.destroy=r.destroy,Object.defineProperty(g,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(h!==r.namespaces&&(h=r.namespaces,p=r.enabled(u)),p),set:v=>{d=v}}),typeof r.init=="function"&&r.init(g),g}function i(u,f){let d=r(this.namespace+(typeof f=="undefined"?":":f)+u);return d.log=this.log,d}function n(u){r.save(u),r.namespaces=u,r.names=[],r.skips=[];let f=(typeof u=="string"?u:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let d of f)d[0]==="-"?r.skips.push(d.slice(1)):r.names.push(d)}function s(u,f){let d=0,h=0,p=-1,g=0;for(;d"-"+f)].join(",");return r.enable(""),u}function o(u){for(let f of r.skips)if(s(u,f))return!1;for(let f of r.names)if(s(u,f))return!0;return!1}function l(u){return u instanceof Error?u.stack||u.message:u}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}pA.exports=zB});var Id=H((Or,Fd)=>{m();Or.formatArgs=qB;Or.save=YB;Or.load=XB;Or.useColors=WB;Or.storage=ZB();Or.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();Or.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function WB(){if(typeof window!="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document!="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!="undefined"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function qB(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Fd.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,n=>{n!=="%%"&&(r++,n==="%c"&&(i=r))}),t.splice(i,0,e)}Or.log=console.debug||console.log||(()=>{});function YB(t){try{t?Or.storage.setItem("debug",t):Or.storage.removeItem("debug")}catch(e){}}function XB(){let t;try{t=Or.storage.getItem("debug")||Or.storage.getItem("DEBUG")}catch(e){}return!t&&typeof process!="undefined"&&"env"in process&&(t=process.env.DEBUG),t}function ZB(){try{return localStorage}catch(t){}}Fd.exports=mA()(Or);var{formatters:KB}=Fd.exports;KB.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var gA=H(Qr=>{"use strict";m();var QB=Qr&&Qr.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Qr,"__esModule",{value:!0});var JB=require("fs"),eH=QB(Id()),ml=eH.default("@kwsites/file-exists");function tH(t,e,r){ml("checking %s",t);try{let i=JB.statSync(t);return i.isFile()&&e?(ml("[OK] path represents a file"),!0):i.isDirectory()&&r?(ml("[OK] path represents a directory"),!0):(ml("[FAIL] path represents something other than a file or directory"),!1)}catch(i){if(i.code==="ENOENT")return ml("[FAIL] path is not accessible: %o",i),!1;throw ml("[FATAL] %o",i),i}}function rH(t,e=Qr.READABLE){return tH(t,(e&Qr.FILE)>0,(e&Qr.FOLDER)>0)}Qr.exists=rH;Qr.FILE=1;Qr.FOLDER=2;Qr.READABLE=Qr.FILE+Qr.FOLDER});var vA=H(Md=>{"use strict";m();function iH(t){for(var e in t)Md.hasOwnProperty(e)||(Md[e]=t[e])}Object.defineProperty(Md,"__esModule",{value:!0});iH(gA())});var cv=H(Sa=>{"use strict";m();Object.defineProperty(Sa,"__esModule",{value:!0});Sa.createDeferred=Sa.deferred=void 0;function lv(){let t,e,r="pending";return{promise:new Promise((n,s)=>{t=n,e=s}),done(n){r==="pending"&&(r="resolved",t(n))},fail(n){r==="pending"&&(r="rejected",e(n))},get fulfilled(){return r!=="pending"},get status(){return r}}}Sa.deferred=lv;Sa.createDeferred=lv;Sa.default=lv});var tw=H((exports,module)=>{m();(function(){"use strict";var ERROR="input is invalid type",WINDOW=typeof window=="object",root=WINDOW?window:{};root.JS_SHA256_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&typeof self=="object",NODE_JS=!root.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;NODE_JS?root=global:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,AMD=typeof define=="function"&&define.amd,ARRAY_BUFFER=!root.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer!="undefined",HEX_CHARS="0123456789abcdef".split(""),EXTRA=[-2147483648,8388608,32768,128],SHIFT=[24,16,8,0],K=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],OUTPUT_TYPES=["hex","array","digest","arrayBuffer"],blocks=[];(root.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"}),ARRAY_BUFFER&&(root.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var createOutputMethod=function(t,e){return function(r){return new Sha256(e,!0).update(r)[t]()}},createMethod=function(t){var e=createOutputMethod("hex",t);NODE_JS&&(e=nodeWrap(e,t)),e.create=function(){return new Sha256(t)},e.update=function(n){return e.create().update(n)};for(var r=0;r>2]|=t[n]<>2]|=i<>2]|=(192|i>>6)<>2]|=(128|i&63)<=57344?(o[s>>2]|=(224|i>>12)<>2]|=(128|i>>6&63)<>2]|=(128|i&63)<>2]|=(240|i>>18)<>2]|=(128|i>>12&63)<>2]|=(128|i>>6&63)<>2]|=(128|i&63)<=64?(this.block=o[16],this.start=s-64,this.hash(),this.hashed=!0):this.start=s}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Sha256.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=EXTRA[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}},Sha256.prototype.hash=function(){var t=this.h0,e=this.h1,r=this.h2,i=this.h3,n=this.h4,s=this.h5,a=this.h6,o=this.h7,l=this.blocks,c,u,f,d,h,p,g,v,_,b,S;for(c=16;c<64;++c)h=l[c-15],u=(h>>>7|h<<25)^(h>>>18|h<<14)^h>>>3,h=l[c-2],f=(h>>>17|h<<15)^(h>>>19|h<<13)^h>>>10,l[c]=l[c-16]+u+l[c-7]+f<<0;for(S=e&r,c=0;c<64;c+=4)this.first?(this.is224?(v=300032,h=l[0]-1413257819,o=h-150054599<<0,i=h+24177077<<0):(v=704751109,h=l[0]-210244248,o=h-1521486534<<0,i=h+143694565<<0),this.first=!1):(u=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),f=(n>>>6|n<<26)^(n>>>11|n<<21)^(n>>>25|n<<7),v=t&e,d=v^t&r^S,g=n&s^~n&a,h=o+f+g+K[c]+l[c],p=u+d,o=i+h<<0,i=h+p<<0),u=(i>>>2|i<<30)^(i>>>13|i<<19)^(i>>>22|i<<10),f=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),_=i&t,d=_^i&e^v,g=o&n^~o&s,h=a+f+g+K[c+1]+l[c+1],p=u+d,a=r+h<<0,r=h+p<<0,u=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),f=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=r&i,d=b^r&t^_,g=a&o^~a&n,h=s+f+g+K[c+2]+l[c+2],p=u+d,s=e+h<<0,e=h+p<<0,u=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),f=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),S=e&r,d=S^e&i^b,g=s&a^~s&o,h=n+f+g+K[c+3]+l[c+3],p=u+d,n=t+h<<0,t=h+p<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+r<<0,this.h3=this.h3+i<<0,this.h4=this.h4+n<<0,this.h5=this.h5+s<<0,this.h6=this.h6+a<<0,this.h7=this.h7+o<<0},Sha256.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,i=this.h3,n=this.h4,s=this.h5,a=this.h6,o=this.h7,l=HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[t&15]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[e&15]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[r&15]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[i&15]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[n&15]+HEX_CHARS[s>>28&15]+HEX_CHARS[s>>24&15]+HEX_CHARS[s>>20&15]+HEX_CHARS[s>>16&15]+HEX_CHARS[s>>12&15]+HEX_CHARS[s>>8&15]+HEX_CHARS[s>>4&15]+HEX_CHARS[s&15]+HEX_CHARS[a>>28&15]+HEX_CHARS[a>>24&15]+HEX_CHARS[a>>20&15]+HEX_CHARS[a>>16&15]+HEX_CHARS[a>>12&15]+HEX_CHARS[a>>8&15]+HEX_CHARS[a>>4&15]+HEX_CHARS[a&15];return this.is224||(l+=HEX_CHARS[o>>28&15]+HEX_CHARS[o>>24&15]+HEX_CHARS[o>>20&15]+HEX_CHARS[o>>16&15]+HEX_CHARS[o>>12&15]+HEX_CHARS[o>>8&15]+HEX_CHARS[o>>4&15]+HEX_CHARS[o&15]),l},Sha256.prototype.toString=Sha256.prototype.hex,Sha256.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,i=this.h3,n=this.h4,s=this.h5,a=this.h6,o=this.h7,l=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,r>>24&255,r>>16&255,r>>8&255,r&255,i>>24&255,i>>16&255,i>>8&255,i&255,n>>24&255,n>>16&255,n>>8&255,n&255,s>>24&255,s>>16&255,s>>8&255,s&255,a>>24&255,a>>16&255,a>>8&255,a&255];return this.is224||l.push(o>>24&255,o>>16&255,o>>8&255,o&255),l},Sha256.prototype.array=Sha256.prototype.digest,Sha256.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function HmacSha256(t,e,r){var i,n=typeof t;if(n==="string"){var s=[],a=t.length,o=0,l;for(i=0;i>6,s[o++]=128|l&63):l<55296||l>=57344?(s[o++]=224|l>>12,s[o++]=128|l>>6&63,s[o++]=128|l&63):(l=65536+((l&1023)<<10|t.charCodeAt(++i)&1023),s[o++]=240|l>>18,s[o++]=128|l>>12&63,s[o++]=128|l>>6&63,s[o++]=128|l&63);t=s}else if(n==="object"){if(t===null)throw new Error(ERROR);if(ARRAY_BUFFER&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(t)))throw new Error(ERROR)}else throw new Error(ERROR);t.length>64&&(t=new Sha256(e,!0).update(t).array());var c=[],u=[];for(i=0;i<64;++i){var f=t[i]||0;c[i]=92^f,u[i]=54^f}Sha256.call(this,e,r),this.update(u),this.oKeyPad=c,this.inner=!0,this.sharedMemory=r}HmacSha256.prototype=new Sha256,HmacSha256.prototype.finalize=function(){if(Sha256.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Sha256.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Sha256.prototype.finalize.call(this)}};var exports=createMethod();exports.sha256=exports,exports.sha224=createMethod(!0),exports.sha256.hmac=createHmacMethod(),exports.sha224.hmac=createHmacMethod(!0),COMMON_JS?module.exports=exports:(root.sha256=exports.sha256,root.sha224=exports.sha224,AMD&&define(function(){return exports}))})()});var HP=H(Mw=>{m();(function(t){var e=/\S/,r=/\"/g,i=/\n/g,n=/\r/g,s=/\\/g,a=/\u2028/,o=/\u2029/;t.tags={"#":1,"^":2,"<":3,$:4,"/":5,"!":6,">":7,"=":8,_v:9,"{":10,"&":11,_t:12},t.scan=function(x,y){var C=x.length,P=0,L=1,N=2,B=P,ge=null,Le=null,ke="",ne=[],Ee=!1,_e=0,z=0,X="{{",V="}}";function Ne(){ke.length>0&&(ne.push({tag:"_t",text:new String(ke)}),ke="")}function gr(){for(var Pt=!0,Rt=z;Rt"&&(J.indent=ne[Ye].text.toString()),ne.splice(Ye,1));else Rt||ne.push({tag:` +`});Ee=!1,z=ne.length}function Fe(Pt,Rt){var Ye="="+V,J=Pt.indexOf(Ye,Rt),D=c(Pt.substring(Pt.indexOf("=",Rt)+1,J)).split(" ");return X=D[0],V=D[D.length-1],J+Ye.length-1}for(y&&(y=y.split(" "),X=y[0],V=y[1]),_e=0;_e0;){if(B=w.shift(),N&&N.tag=="<"&&!(B.tag in f))throw new Error("Illegal content in < super tag.");if(t.tags[B.tag]<=t.tags.$||h(B,C))y.push(B),B.nodes=d(w,B.tag,y,C);else if(B.tag=="/"){if(y.length===0)throw new Error("Closing tag without opener: /"+B.n);if(L=y.pop(),B.n!=L.n&&!p(B.n,L.n,C))throw new Error("Nesting error: "+L.n+" vs. "+B.n);return L.end=B.i,P}else B.tag==` +`&&(B.last=w.length==0||w[0].tag==` +`);P.push(B)}if(y.length>0)throw new Error("missing closing tag: "+y.pop().n);return P}function h(w,x){for(var y=0,C=x.length;y":k,"<":function(w,x){var y={partials:{},code:"",subs:{},inPartial:!0};t.walk(w.nodes,y);var C=x.partials[k(w,x)];C.subs=y.subs,C.partials=y.partials},$:function(w,x){var y={subs:{},code:"",partials:x.partials,prefix:w.n};t.walk(w.nodes,y),x.subs[w.n]=y.code,x.inPartial||(x.code+='t.sub("'+b(w.n)+'",c,p,i);')},"\n":function(w,x){x.code+=A('"\\n"'+(w.last?"":" + i"))},_v:function(w,x){x.code+="t.b(t.v(t."+S(w.n)+'("'+b(w.n)+'",c,p,0)));'},_t:function(w,x){x.code+=A('"'+b(w.text)+'"')},"{":E,"&":E};function E(w,x){x.code+="t.b(t.t(t."+S(w.n)+'("'+b(w.n)+'",c,p,0)));'}function A(w){return"t.b("+w+");"}t.walk=function(w,x){for(var y,C=0,P=w.length;C{m();var z5={};(function(t){t.Template=function(d,h,p,g){d=d||{},this.r=d.code||this.r,this.c=p,this.options=g||{},this.text=h||"",this.partials=d.partials||{},this.subs=d.subs||{},this.buf=""},t.Template.prototype={r:function(d,h,p){return""},v:u,t:c,render:function(h,p,g){return this.ri([h],p||{},g)},ri:function(d,h,p){return this.r(d,h,p)},ep:function(d,h){var p=this.partials[d],g=h[p.name];if(p.instance&&p.base==g)return p.instance;if(typeof g=="string"){if(!this.c)throw new Error("No compiler available.");g=this.c.compile(g,this.options)}if(!g)return null;if(this.partials[d].base=g,p.subs){h.stackText||(h.stackText={});for(key in p.subs)h.stackText[key]||(h.stackText[key]=this.activeSub!==void 0&&h.stackText[this.activeSub]?h.stackText[this.activeSub]:this.text);g=r(g,p.subs,p.partials,this.stackSubs,this.stackPartials,h.stackText)}return this.partials[d].instance=g,g},rp:function(d,h,p,g){var v=this.ep(d,p);return v?v.ri(h,p,g):""},rs:function(d,h,p){var g=d[d.length-1];if(!f(g)){p(d,h,this);return}for(var v=0;v=0;k--)if(_=h[k],v=e(d,_,S),v!==void 0){b=!0;break}return b?(!g&&typeof v=="function"&&(v=this.mv(v,h,p)),v):g?!1:""},ls:function(d,h,p,g,v,_){var b=this.options.delimiters;return this.options.delimiters=_,this.b(this.ct(c(d.call(h,v,p)),h,g)),this.options.delimiters=b,!1},ct:function(d,h,p){if(this.options.disableLambda)throw new Error("Lambda features disabled.");return this.c.compile(d,this.options).render(h,p)},b:function(d){this.buf+=d},fl:function(){var d=this.buf;return this.buf="",d},ms:function(d,h,p,g,v,_,b){var S,k=h[h.length-1],E=d.call(k);return typeof E=="function"?g?!0:(S=this.activeSub&&this.subsText&&this.subsText[this.activeSub]?this.subsText[this.activeSub]:this.text,this.ls(E,k,h,p,S.substring(v,_),b)):E},mv:function(d,h,p){var g=h[h.length-1],v=d.call(g);return typeof v=="function"?this.ct(c(v.call(g)),g,p):v},sub:function(d,h,p,g){var v=this.subs[d];v&&(this.activeSub=d,v(h,p,this,g),this.activeSub=!1)}};function e(d,h,p){var g;return h&&typeof h=="object"&&(h[d]!==void 0?g=h[d]:p&&h.get&&typeof h.get=="function"&&(g=h.get(d))),g}function r(d,h,p,g,v,_){function b(){}b.prototype=d;function S(){}S.prototype=d.subs;var k,E=new b;E.subs=new S,E.subsText={},E.buf="",g=g||{},E.stackSubs=g,E.subsText=_;for(k in h)g[k]||(g[k]=h[k]);for(k in g)E.subs[k]=g[k];v=v||{},E.stackPartials=v;for(k in p)v[k]||(v[k]=p[k]);for(k in v)E.partials[k]=v[k];return E}var i=/&/g,n=//g,a=/\'/g,o=/\"/g,l=/[&<>\"\']/;function c(d){return String(d==null?"":d)}function u(d){return d=c(d),l.test(d)?d.replace(i,"&").replace(n,"<").replace(s,">").replace(a,"'").replace(o,"""):d}var f=Array.isArray||function(d){return Object.prototype.toString.call(d)==="[object Array]"}})(typeof Dw!="undefined"?Dw:z5)});var Ow=H((zq,GP)=>{m();var Th=HP();Th.Template=UP().Template;Th.template=Th.Template;GP.exports=Th});var zP=H(Ai=>{"use strict";m();Object.defineProperty(Ai,"__esModule",{value:!0});Ai.ColorSchemeType=Ai.DiffStyleType=Ai.LineMatchingType=Ai.OutputFormatType=Ai.LineType=void 0;var jP;(function(t){t.INSERT="insert",t.DELETE="delete",t.CONTEXT="context"})(jP||(Ai.LineType=jP={}));Ai.OutputFormatType={LINE_BY_LINE:"line-by-line",SIDE_BY_SIDE:"side-by-side"};Ai.LineMatchingType={LINES:"lines",WORDS:"words",NONE:"none"};Ai.DiffStyleType={WORD:"word",CHAR:"char"};var VP;(function(t){t.AUTO="auto",t.DARK="dark",t.LIGHT="light"})(VP||(Ai.ColorSchemeType=VP={}))});var iG={};bF(iG,{default:()=>Dp});module.exports=yF(iG);m();var Q$=Ht(Bg(),1),be=require("obsidian"),J$=Ht(require("path"),1),Op=Ht(require("fs/promises"),1);m();var jt={};m();var vd=class{constructor(e){this.plugin=e;this.tasks=[]}addTask(e,r){this.tasks.push({task:e,onFinished:r!=null?r:()=>{}}),this.tasks.length===1&&this.handleTask()}handleTask(){if(this.tasks.length>0){let e=this.tasks[0];e.task().then(r=>{e.onFinished(r),this.tasks.shift(),this.handleTask()},r=>{this.plugin.displayError(r),e.onFinished(void 0),this.tasks.shift(),this.handleTask()})}}clear(){this.tasks=[]}};m();var U=require("obsidian");m();var xk=require("obsidian"),wd="YYYY-MM-DD",Hg=`${wd} HH:mm`,Ug=`${wd} HH:mm:ss`,_d=40,il="conflict-files-obsidian-git.md",ht={commitMessage:"vault backup: {{date}}",autoCommitMessage:"vault backup: {{date}}",commitMessageScript:"",commitDateFormat:Ug,autoSaveInterval:0,autoPushInterval:0,autoPullInterval:0,autoPullOnBoot:!1,autoCommitOnlyStaged:!1,disablePush:!1,pullBeforePush:!0,disablePopups:!1,showErrorNotices:!0,disablePopupsForNoChanges:!1,listChangedFilesInMessageBody:!1,showStatusBar:!0,updateSubmodules:!1,syncMethod:"merge",mergeStrategy:"none",customMessageOnAutoBackup:!1,autoBackupAfterFileChange:!1,treeStructure:!1,refreshSourceControl:xk.Platform.isDesktopApp,basePath:"",differentIntervalCommitAndPush:!1,changedFilesInStatusBar:!1,showedMobileNotice:!1,refreshSourceControlTimer:7e3,showBranchStatusBar:!0,setLastSaveToLastCommit:!1,submoduleRecurseCheckout:!1,gitDir:"",showFileMenu:!0,authorInHistoryView:"hide",dateInHistoryView:!1,diffStyle:"split",hunks:{showSigns:!1,hunkCommands:!1,statusBar:"disabled"},lineAuthor:{show:!1,followMovement:"inactive",authorDisplay:"initials",showCommitHash:!1,dateTimeFormatOptions:"date",dateTimeFormatCustomString:Hg,dateTimeTimezone:"viewer-local",coloringMaxAge:"1y",colorNew:{r:255,g:150,b:150},colorOld:{r:120,g:160,b:255},textColorCss:"var(--text-muted)",ignoreWhitespace:!1}},Kt={type:"git-view",name:"Source Control",icon:"git-pull-request"},bi={type:"git-history-view",name:"History",icon:"history"},Ms={type:"split-diff-view",name:"Diff view",icon:"diff"},Ds={type:"diff-view",name:"Diff View",icon:"git-pull-request"},bd="C:\\Program Files\\Git\\cmd\\git.exe",yd=".git_credentials_input",ba="obsidian_askpass.sh",Ek=`#!/bin/sh + +PROMPT="$1" +TEMP_FILE="$OBSIDIAN_GIT_CREDENTIALS_INPUT" + +cleanup() { + rm -f "$TEMP_FILE" "$TEMP_FILE.response" +} +trap cleanup EXIT + +echo "$PROMPT" > "$TEMP_FILE" + +while [ ! -e "$TEMP_FILE.response" ]; do + if [ ! -e "$TEMP_FILE" ]; then + echo "Trigger file got removed: Abort" >&2 + exit 1 + fi + sleep 0.1 +done + +RESPONSE=$(cat "$TEMP_FILE.response") + +echo "$RESPONSE" +`,Sk=["3dm","3ds","3g2","3gp","7z","a","aac","adp","afdesign","afphoto","afpub","ai","aif","aiff","alz","ape","apk","appimage","ar","arj","asf","au","avi","bak","baml","bh","bin","bk","bmp","btif","bz2","bzip2","cab","caf","cgm","class","cmx","cpio","cr2","cur","dat","dcm","deb","dex","djvu","dll","dmg","dng","doc","docm","docx","dot","dotm","dra","DS_Store","dsk","dts","dtshd","dvb","dwg","dxf","ecelp4800","ecelp7470","ecelp9600","egg","eol","eot","epub","exe","f4v","fbs","fh","fla","flac","flatpak","fli","flv","fpx","fst","fvt","g3","gh","gif","graffle","gz","gzip","h261","h263","h264","icns","ico","ief","img","ipa","iso","jar","jpeg","jpg","jpgv","jpm","jxr","key","ktx","lha","lib","lvp","lz","lzh","lzma","lzo","m3u","m4a","m4v","mar","mdi","mht","mid","midi","mj2","mka","mkv","mmr","mng","mobi","mov","movie","mp3","mp4","mp4a","mpeg","mpg","mpga","mxu","nef","npx","numbers","nupkg","o","odp","ods","odt","oga","ogg","ogv","otf","ott","pages","pbm","pcx","pdb","pdf","pea","pgm","pic","png","pnm","pot","potm","potx","ppa","ppam","ppm","pps","ppsm","ppsx","ppt","pptm","pptx","psd","pya","pyc","pyo","pyv","qt","rar","ras","raw","resources","rgb","rip","rlc","rmf","rmvb","rpm","rtf","rz","s3m","s7z","scpt","sgi","shar","snap","sil","sketch","slk","smv","snk","so","stl","suo","sub","swf","tar","tbz","tbz2","tga","tgz","thmx","tif","tiff","tlz","ttc","ttf","txz","udf","uvh","uvi","uvm","uvp","uvs","uvu","viv","vob","war","wav","wax","wbmp","wdp","weba","webm","webp","whl","wim","wm","wma","wmv","wmx","woff","woff2","wrm","wvx","xbm","xif","xla","xlam","xls","xlsb","xlsm","xlsx","xlt","xltm","xltx","xm","xmind","xpi","xpm","xwd","xz","z","zip","zipx"];m();m();m();var _n=class{diff(e,r,i={}){let n;typeof i=="function"?(n=i,i={}):"callback"in i&&(n=i.callback);let s=this.castInput(e,i),a=this.castInput(r,i),o=this.removeEmpty(this.tokenize(s,i)),l=this.removeEmpty(this.tokenize(a,i));return this.diffWithOptionsObj(o,l,i,n)}diffWithOptionsObj(e,r,i,n){var s;let a=b=>{if(b=this.postProcess(b,i),n){setTimeout(function(){n(b)},0);return}else return b},o=r.length,l=e.length,c=1,u=o+l;i.maxEditLength!=null&&(u=Math.min(u,i.maxEditLength));let f=(s=i.timeout)!==null&&s!==void 0?s:1/0,d=Date.now()+f,h=[{oldPos:-1,lastComponent:void 0}],p=this.extractCommon(h[0],r,e,0,i);if(h[0].oldPos+1>=l&&p+1>=o)return a(this.buildValues(h[0].lastComponent,r,e));let g=-1/0,v=1/0,_=()=>{for(let b=Math.max(g,-c);b<=Math.min(v,c);b+=2){let S,k=h[b-1],E=h[b+1];k&&(h[b-1]=void 0);let A=!1;if(E){let x=E.oldPos-b;A=E&&0<=x&&x=l&&p+1>=o)return a(this.buildValues(S.lastComponent,r,e))||!0;h[b]=S,S.oldPos+1>=l&&(v=Math.min(v,b-1)),p+1>=o&&(g=Math.max(g,b+1))}c++};if(n)(function b(){setTimeout(function(){if(c>u||Date.now()>d)return n(void 0);_()||b()},0)})();else for(;c<=u&&Date.now()<=d;){let b=_();if(b)return b}}addToPath(e,r,i,n,s){let a=e.lastComponent;return a&&!s.oneChangePerToken&&a.added===r&&a.removed===i?{oldPos:e.oldPos+n,lastComponent:{count:a.count+1,added:r,removed:i,previousComponent:a.previousComponent}}:{oldPos:e.oldPos+n,lastComponent:{count:1,added:r,removed:i,previousComponent:a}}}extractCommon(e,r,i,n,s){let a=r.length,o=i.length,l=e.oldPos,c=l-n,u=0;for(;c+1d.length?p:d}),u.value=this.join(f)}else u.value=this.join(r.slice(l,l+u.count));l+=u.count,u.added||(c+=u.count)}}return n}};m();var Gg=class extends _n{},kk=new Gg;function jg(t,e,r){return kk.diff(t,e,r)}m();m();function Vg(t,e){let r;for(r=0;re.length&&(r=t.length-e.length);let i=e.length;t.length0&&e[a]!=e[s];)s=n[s];e[a]==e[s]&&s++}s=0;for(let a=r;a0&&t[a]!=e[s];)s=n[s];t[a]==e[s]&&s++}return s}function qg(t,e){let r=[];for(let i of Array.from(e.segment(t))){let n=i.segment;r.length&&/\s/.test(r[r.length-1])&&/\s/.test(n)?r[r.length-1]+=n:r.push(n)}return r}function Sd(t,e){if(e)return sl(t,e)[1];let r;for(r=t.length-1;r>=0&&t[r].match(/\s/);r--);return t.substring(r+1)}function ya(t,e){if(e)return sl(t,e)[0];let r=t.match(/^\s*/);return r?r[0]:""}function sl(t,e){if(!e)return[ya(t),Sd(t)];if(e.resolvedOptions().granularity!="word")throw new Error('The segmenter passed must have a granularity of "word"');let r=qg(t,e),i=r[0],n=r[r.length-1],s=/\s/.test(i)?i:"",a=/\s/.test(n)?n:"";return[s,a]}var kd="a-zA-Z0-9_\\u{AD}\\u{C0}-\\u{D6}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",pB=new RegExp(`[${kd}]+|\\s+|[^${kd}]`,"ug"),Yg=class extends _n{equals(e,r,i){return i.ignoreCase&&(e=e.toLowerCase(),r=r.toLowerCase()),e.trim()===r.trim()}tokenize(e,r={}){let i;if(r.intlSegmenter){let a=r.intlSegmenter;if(a.resolvedOptions().granularity!="word")throw new Error('The segmenter passed must have a granularity of "word"');i=qg(e,a)}else i=e.match(pB)||[];let n=[],s=null;return i.forEach(a=>{/\s/.test(a)?s==null?n.push(a):n.push(n.pop()+a):s!=null&&/\s/.test(s)?n[n.length-1]==s?n.push(n.pop()+a):n.push(s+a):n.push(a),s=a}),n}join(e){return e.map((r,i)=>i==0?r:r.replace(/^\s+/,"")).join("")}postProcess(e,r){if(!e||r.oneChangePerToken)return e;let i=null,n=null,s=null;return e.forEach(a=>{a.added?n=a:a.removed?s=a:((n||s)&&Ak(i,s,n,a,r.intlSegmenter),i=a,n=null,s=null)}),(n||s)&&Ak(i,s,n,null,r.intlSegmenter),e}},mB=new Yg;function Ak(t,e,r,i,n){if(e&&r){let[s,a]=sl(e.value,n),[o,l]=sl(r.value,n);if(t){let c=Vg(s,o);t.value=Ed(t.value,o,c),e.value=nl(e.value,c),r.value=nl(r.value,c)}if(i){let c=zg(a,l);i.value=xd(i.value,l,c),e.value=au(e.value,c),r.value=au(r.value,c)}}else if(r){if(t){let s=ya(r.value,n);r.value=r.value.substring(s.length)}if(i){let s=ya(i.value,n);i.value=i.value.substring(s.length)}}else if(t&&i){let s=ya(i.value,n),[a,o]=sl(e.value,n),l=Vg(s,a);e.value=nl(e.value,l);let c=zg(nl(s,l),o);e.value=au(e.value,c),i.value=xd(i.value,s,c),t.value=Ed(t.value,s,s.slice(0,s.length-c.length))}else if(i){let s=ya(i.value,n),a=Sd(e.value,n),o=Wg(a,s);e.value=au(e.value,o)}else if(t){let s=Sd(t.value,n),a=ya(e.value,n),o=Wg(s,a);e.value=nl(e.value,o)}}var Xg=class extends _n{tokenize(e){let r=new RegExp(`(\\r?\\n)|[${kd}]+|[^\\S\\n\\r]+|[^${kd}]`,"ug");return e.match(r)||[]}},Ck=new Xg;function Zg(t,e,r){return Ck.diff(t,e,r)}m();var Kg=class extends _n{constructor(){super(...arguments),this.tokenize=vB}equals(e,r,i){return i.ignoreWhitespace?((!i.newlineIsToken||!e.includes(` +`))&&(e=e.trim()),(!i.newlineIsToken||!r.includes(` +`))&&(r=r.trim())):i.ignoreNewlineAtEof&&!i.newlineIsToken&&(e.endsWith(` +`)&&(e=e.slice(0,-1)),r.endsWith(` +`)&&(r=r.slice(0,-1))),super.equals(e,r,i)}},gB=new Kg;function Qg(t,e,r){return gB.diff(t,e,r)}function vB(t,e){e.stripTrailingCr&&(t=t.replace(/\r\n/g,` +`));let r=[],i=t.split(/(\n|\r\n)/);i[i.length-1]||i.pop();for(let n=0;n{let d=c(f);u(d)}}))}else return c(Qg(r,i,o));function c(u){if(!u)return;u.push({value:"",lines:[]});function f(b){return b.map(function(S){return" "+S})}let d=[],h=0,p=0,g=[],v=1,_=1;for(let b=0;b0?f(E.lines.slice(-l)):[],h-=g.length,p-=g.length)}for(let E of k)g.push((S.added?"+":"-")+E);S.added?_+=k.length:v+=k.length}else{if(h)if(k.length<=l*2&&b1&&!e.includeFileHeaders)throw new Error("Cannot omit file headers on a multi-file patch. (The result would be unparseable; how would a tool trying to apply the patch know which changes are to which file?)");return t.map(i=>Ad(i,e)).join(` +`)}let r=[];e.includeIndex&&t.oldFileName==t.newFileName&&r.push("Index: "+t.oldFileName),e.includeUnderline&&r.push("==================================================================="),e.includeFileHeaders&&(r.push("--- "+t.oldFileName+(typeof t.oldHeader=="undefined"?"":" "+t.oldHeader)),r.push("+++ "+t.newFileName+(typeof t.newHeader=="undefined"?"":" "+t.newHeader)));for(let i=0;i{o(l?Ad(l,a.headerOptions):void 0)}}))}else{let o=Jg(t,e,r,i,n,s,a);return o?Ad(o,a==null?void 0:a.headerOptions):void 0}}function ou(t,e,r,i,n,s){return Pk(t,t,e,r,i,n,s)}function wB(t){let e=t.endsWith(` +`),r=t.split(` +`).map(i=>i+` +`);return e?r.pop():r.push(r.pop().slice(0,-1)),r}var re=Ht(Bg(),1),xa=require("obsidian");m();function Rk(t,e){let r=Object.assign({},t.lineAuthor,e.lineAuthor);return Object.assign({},t,e,{lineAuthor:r})}var al=class extends Error{constructor(r){super("No network connection available");this.originalError=r}};m();var $k=require("obsidian"),bB={options:[],placeholder:"",allowEmpty:!1,onlySelection:!1,initialValue:void 0,obscure:!1},et=class extends $k.SuggestModal{constructor(e,r){if(super(e.app),this.config={...bB,...r},this.setPlaceholder(this.config.placeholder),this.config.obscure){this.inputEl.type="password";let i=this.containerEl.querySelector(".prompt-input-container");i.addClass("git-obscure-prompt"),i.setAttr("git-is-obscured","true");let n=i==null?void 0:i.createDiv({cls:"search-input-clear-button"});n.style.marginRight="32px",n.id="git-show-password",n.addEventListener("click",()=>{i.getAttr("git-is-obscured")==="true"?(this.inputEl.type="text",i.setAttr("git-is-obscured","false")):(this.inputEl.type="password",i.setAttr("git-is-obscured","true"))})}}openAndGetResult(){return new Promise(e=>{this.resolve=e,this.open(),this.config.initialValue!=null&&(this.inputEl.value=this.config.initialValue,this.inputEl.dispatchEvent(new Event("input")))})}onClose(){new Promise(e=>window.setTimeout(e,10)).then(()=>{this.resolve&&this.resolve(void 0)})}getSuggestions(e){return this.config.onlySelection?this.config.options:this.config.allowEmpty?[e.length>0?e:" ",...this.config.options]:[e.length>0?e:"...",...this.config.options]}renderSuggestion(e,r){this.config.obscure?r.hide():r.setText(e)}onChooseSuggestion(e,r){if(this.resolve){let i;this.config.allowEmpty&&e===" "?i="":e==="..."?i=void 0:i=e,this.resolve(i)}}};m();var Zk=Ht(Xk(),1),Kk=require("child_process"),Kn=require("obsidian");function Td(t){throw new Error(`Unexpected object: ${t}`)}function cu(t,e,r){return t===1?`${t} ${e}`:`${t} ${r!=null?r:e+"s"}`}var rv=(t,e)=>t==="."||e==null||e.length===0||e==="."?!0:e.length>=t.length?e.startsWith(t):t.startsWith(e);function ji(t,e){let r;if(e){if(e.button===0||e.button===1){let i=Kn.Keymap.isModEvent(e);r=t.workspace.getLeaf(i)}}else r=t.workspace.getLeaf(!1);return r}function bn(t,e,r,i,n){if(e.button==2){let s=t.vault.getAbstractFileByPath(r);if(s!=null){let a=new Kn.Menu;t.workspace.trigger("file-menu",a,s,n,i),a.showAtPosition({x:e.pageX,y:e.pageY})}else{let a=new Kn.Menu;t.workspace.trigger("obsidian-git:menu",a,r,n,i),a.showAtPosition({x:e.pageX,y:e.pageY})}}}function Os(t){throw new Error("Impossible branch: "+t)}function iv(t){return`rgb(${t.r},${t.g},${t.b})`}function Qk(t){var s;let e=(s=Zk.fromString(t))==null?void 0:s.toRgbaArray();if(e===void 0)return;let[r,i,n]=e;return{r,g:i,b:n}}function Jk(t){return t.diff(Kn.moment.unix(0),"seconds")}function eA(t){if(t.length!==0)return t.slice().sort()[Math.floor(t.length/2)]}function uu(t,e){return new Proxy(t,{get(r,i){return i==="length"?Math.min(e,r.length):r[i]}})}function tA(t,e,r){return t.length<=e?new Array(e-t.length).fill(r).join("")+t:t.substring(t.length-e)}function rA(t,e){if(e<=0)return t;let r=new Array(e).fill(" ").join(""),i=t.substring(e,t.length);return r+i}function nv(t,e,r){return t<=e&&e<=r}function Qn(t){let[e,...r]=t.split("/");return[e,r.length===0?void 0:r.join("/")]}function yn(t){return t.endsWith("/")?t:t.split("/").last().replace(/\.md$/,"")}function iA(t){return t===1?"1 minute":`${t} minutes`}function DB(t){let e=t.lastIndexOf(".");return t.substring(e+1)}function ll(t){if(t.endsWith(".md"))return!1;let e=DB(t);return Sk.includes(e)}function sv(t){return(t.startsWith("https://github.com/")||t.startsWith("https://gitlab.com/"))&&(t.endsWith(".git")||(t=t+".git")),t}function cl(t,e){let r=e.vault.getAbstractFileByPath(t);if(!(r instanceof Kn.TFile))return!1;try{return!!e.viewRegistry.getTypeByExtension(r.extension)}catch(i){return!0}}function nA({isFolder:t,gitRelativePath:e}){let r="/";return r+=e,t&&(r+="/"),r.replace(/([\\!#*?[\]])/g,String.raw`\$1`).replace(/\s(?=\s*$)/g,String.raw`\ `)}function ul(t,e,r,i){let n=e.target;t.workspace.trigger("hover-link",{event:e,source:r.getViewType(),hoverParent:r,targetEl:n,linktext:i})}function fu(t,e,r={}){return new Promise((i,n)=>{let s=(0,Kk.spawn)(t,e,r),a="",o="";s.stdout.on("data",l=>{a+=l.toString()}),s.stderr.on("data",l=>{o+=l.toString()}),s.on("error",l=>{i({error:new Error(l.message),stdout:a,stderr:a,code:1})}),s.on("close",l=>{i({stdout:a,stderr:o,code:l!=null?l:1,error:void 0})})})}m();var sA=require("os"),Pd=require("obsidian"),fl=class{constructor(e){this.plugin=e,this.app=e.app}getRelativeVaultPath(e){return this.plugin.settings.basePath?this.plugin.settings.basePath+"/"+e:e}getRelativeRepoPath(e,r=!0){return r&&this.plugin.settings.basePath.length>0?e.substring(this.plugin.settings.basePath.length+1):e}unload(){}_getTreeStructure(e,r=0){let i=[];for(e=[...e];e.length>0;){let n=e.first(),s=n.path.substring(r);if(s.contains("/")){let a=s.substring(0,s.indexOf("/")),o=e.filter(c=>c.path.substring(r).startsWith(a+"/"));o.forEach(c=>e.remove(c));let l=n.path.substring(0,s.indexOf("/")+r);i.push({title:a,path:l,vaultPath:this.getRelativeVaultPath(l),children:this._getTreeStructure(o,(r>0?r+a.length:a.length)+1)})}else i.push({title:s,data:n,path:n.path,vaultPath:this.getRelativeVaultPath(n.path)}),e.remove(n)}return i}simplify(e){var r,i,n,s;for(let a of e){for(;;){let o=((r=a.children)==null?void 0:r.length)==1,l=((n=(i=a.children)==null?void 0:i.first())==null?void 0:n.data)==null;if(!(a.children!=null&&o&&l))break;let c=a.children.first();a.title+="/"+c.title,a.data=c.data,a.path=c.path,a.vaultPath=c.vaultPath,a.children=c.children}a.children!=null&&this.simplify(a.children),(s=a.children)==null||s.sort((o,l)=>{let c=(l.data==null?1:0)-(o.data==null?1:0);return c!=0?c:o.title.localeCompare(l.title)})}return e.sort((a,o)=>{let l=(o.data==null?1:0)-(a.data==null?1:0);return l!=0?l:a.title.localeCompare(o.title)})}getTreeStructure(e){let r=this._getTreeStructure(e);return this.simplify(r)}async formatCommitMessage(e){let r;if(e.includes("{{numFiles}}")){r=await this.status();let i=r.staged.length;e=e.replace("{{numFiles}}",String(i))}if(e.includes("{{hostname}}")){let i=this.plugin.localStorage.getHostname()||"";!i&&Pd.Platform.isDesktopApp&&(i=(0,sA.hostname)()),e=e.replace("{{hostname}}",i)}if(e.includes("{{files}}")){r=r!=null?r:await this.status();let i={},n="";if(r.staged.length<100){r.staged.forEach(a=>{a.index in i?i[a.index].push(a.path):i[a.index]=[a.path]});let s=[];for(let[a,o]of Object.entries(i))s.push(a+" "+o.join(" "));n=s.join(", ")}else n="Too many files to list";e=e.replace("{{files}}",n)}if(e=e.replace("{{date}}",(0,Pd.moment)().format(this.plugin.settings.commitDateFormat)),this.plugin.settings.listChangedFilesInMessageBody){let i=r!=null?r:await this.status(),n="";i.staged.length<100?n=i.staged.map(s=>s.path).join(` +`):n="Too many files to list",e=e+` + +Affected files: +`+n}return e}};m();var Ls=require("obsidian"),Rd=class{constructor(e,r){this.plugin=r;this.promises={};this.adapter=e.adapter,this.vault=e,this.lastBasePath=this.plugin.settings.basePath,this.promises.readFile=this.readFile.bind(this),this.promises.writeFile=this.writeFile.bind(this),this.promises.readdir=this.readdir.bind(this),this.promises.mkdir=this.mkdir.bind(this),this.promises.rmdir=this.rmdir.bind(this),this.promises.stat=this.stat.bind(this),this.promises.unlink=this.unlink.bind(this),this.promises.lstat=this.lstat.bind(this),this.promises.readlink=this.readlink.bind(this),this.promises.symlink=this.symlink.bind(this)}async readFile(e,r){var i;if(this.maybeLog("Read: "+e+JSON.stringify(r)),r=="utf8"||r.encoding=="utf8"){let n=this.vault.getAbstractFileByPath(e);return n instanceof Ls.TFile?(this.maybeLog("Reuse"),this.vault.read(n)):this.adapter.read(e)}else{if(e.endsWith(this.gitDir+"/index"))return this.plugin.settings.basePath!=this.lastBasePath?(this.clearIndex(),this.lastBasePath=this.plugin.settings.basePath,this.adapter.readBinary(e)):(i=this.index)!=null?i:this.adapter.readBinary(e);let n=this.vault.getAbstractFileByPath(e);return n instanceof Ls.TFile?(this.maybeLog("Reuse"),this.vault.readBinary(n)):this.adapter.readBinary(e)}}async writeFile(e,r){if(this.maybeLog("Write: "+e),typeof r=="string"){let i=this.vault.getAbstractFileByPath(e);return i instanceof Ls.TFile?this.vault.modify(i,r):this.adapter.write(e,r)}else if(e.endsWith(this.gitDir+"/index"))this.index=r,this.indexmtime=Date.now();else{let i=this.vault.getAbstractFileByPath(e);return i instanceof Ls.TFile?this.vault.modifyBinary(i,r):this.adapter.writeBinary(e,r)}}async readdir(e){e==="."&&(e="/");let r=await this.adapter.list(e),i=[...r.files,...r.folders],n;return e!=="/"?n=i.map(s=>(0,Ls.normalizePath)(s.substring(e.length))):n=i,n}async mkdir(e){return this.adapter.mkdir(e)}async rmdir(e,r){var i,n;return this.adapter.rmdir(e,(n=(i=r==null?void 0:r.options)==null?void 0:i.recursive)!=null?n:!1)}async stat(e){if(e.endsWith(this.gitDir+"/index")){if(this.index!==void 0&&this.indexctime!=null&&this.indexmtime!=null)return{isFile:()=>!0,isDirectory:()=>!1,isSymbolicLink:()=>!1,size:this.index.byteLength,type:"file",ctimeMs:this.indexctime,mtimeMs:this.indexmtime};{let i=await this.adapter.stat(e);if(i==null)throw{code:"ENOENT"};return this.indexctime=i.ctime,this.indexmtime=i.mtime,{ctimeMs:i.ctime,mtimeMs:i.mtime,size:i.size,type:"file",isFile:()=>!0,isDirectory:()=>!1,isSymbolicLink:()=>!1}}}e==="."&&(e="/");let r=this.vault.getAbstractFileByPath(e);if(this.maybeLog("Stat: "+e),r instanceof Ls.TFile)return this.maybeLog("Reuse stat"),{ctimeMs:r.stat.ctime,mtimeMs:r.stat.mtime,size:r.stat.size,type:"file",isFile:()=>!0,isDirectory:()=>!1,isSymbolicLink:()=>!1};{let i=await this.adapter.stat(e);if(i)return{ctimeMs:i.ctime,mtimeMs:i.mtime,size:i.size,type:i.type==="folder"?"directory":i.type,isFile:()=>i.type==="file",isDirectory:()=>i.type==="folder",isSymbolicLink:()=>!1};throw{code:"ENOENT"}}}async unlink(e){return this.adapter.remove(e)}async lstat(e){return this.stat(e)}async readlink(e){throw new Error(`readlink of (${e}) is not implemented.`)}async symlink(e){throw new Error(`symlink of (${e}) is not implemented.`)}async saveAndClear(){this.index!==void 0&&await this.adapter.writeBinary(this.plugin.gitManager.getRelativeVaultPath(this.gitDir+"/index"),this.index,{ctime:this.indexctime,mtime:this.indexmtime}),this.clearIndex()}clearIndex(){this.index=void 0,this.indexctime=void 0,this.indexmtime=void 0}get gitDir(){return this.plugin.settings.gitDir||".git"}maybeLog(e){}};var fA=Ht(uA(),1),Vi=class extends fl{constructor(r){super(r);this.FILE=0;this.HEAD=1;this.WORKDIR=2;this.STAGE=3;this.status_mapping={"000":" ","003":"AD","020":"??","022":"A ","023":"AM",100:"D ",101:" D",103:"MD",110:"DA",111:" ",113:"MM",120:"DA",121:" M",122:"M ",123:"MM"};this.noticeLength=999999;this.fs=new Rd(this.app.vault,this.plugin)}getRepo(){return{fs:this.fs,dir:this.plugin.settings.basePath,gitdir:this.plugin.settings.gitDir||void 0,onAuth:()=>{var r,i;return{username:(r=this.plugin.localStorage.getUsername())!=null?r:void 0,password:(i=this.plugin.localStorage.getPassword())!=null?i:void 0}},onAuthFailure:async()=>{new xa.Notice("Authentication failed. Please try with different credentials");let r=await new et(this.plugin,{placeholder:"Specify your username"}).openAndGetResult();if(r){let i=await new et(this.plugin,{placeholder:"Specify your password/personal access token",obscure:!0}).openAndGetResult();if(i)return this.plugin.localStorage.setUsername(r),this.plugin.localStorage.setPassword(i),{username:r,password:i}}return{cancel:!0}},http:{async request({url:r,method:i,headers:n,body:s}){let a;s&&(a=await BB(s));let o=await(0,xa.requestUrl)({url:r,method:i,headers:n,body:a,throw:!1});return{url:r,method:i,headers:o.headers,body:NB(o.arrayBuffer),statusCode:o.status,statusMessage:o.status.toString()}}}}}async wrapFS(r){try{let i=await r;return await this.fs.saveAndClear(),i}catch(i){throw await this.fs.saveAndClear(),i}}async status(r){let i,n=window.setTimeout(()=>{i=new xa.Notice("This takes longer: Getting status",this.noticeLength)},2e4);try{this.plugin.setPluginState({gitAction:1});let s={...this.getRepo()};(r==null?void 0:r.path)!=null&&(s.filepaths=[`${r.path}/`]);let a=(await this.wrapFS(re.default.statusMatrix(s))).map(f=>this.getFileStatusResult(f)),o=[],l=[],c=[];for(let f of a)f.workingDir!==" "&&o.push(f),f.index!==" "&&f.index!=="U"&&l.push(f),(f.index!=" "||f.workingDir!=" ")&&c.push(f);let u=[];return window.clearTimeout(n),i==null||i.hide(),{all:c,changed:o,staged:l,conflicted:u}}catch(s){throw window.clearTimeout(n),i==null||i.hide(),this.plugin.displayError(s),s}}async commitAll({message:r,status:i,unstagedFiles:n}){try{return await this.checkAuthorInfo(),await this.stageAll({status:i,unstagedFiles:n}),this.commit({message:r})}catch(s){throw this.plugin.displayError(s),s}}async commit({message:r}){try{await this.checkAuthorInfo(),this.plugin.setPluginState({gitAction:4});let i=await this.formatCommitMessage(r),n=this.plugin.localStorage.getConflict(),s;if(n){let a=await this.branchInfo();s=[a.current,a.tracking]}await this.wrapFS(re.default.commit({...this.getRepo(),message:i,parent:s})),this.plugin.localStorage.setConflict(!1);return}catch(i){throw this.plugin.displayError(i),i}}async stage(r,i){let n=this.getRelativeRepoPath(r,i),s;i?s=r:s=this.getRelativeVaultPath(r);try{this.plugin.setPluginState({gitAction:3}),await this.app.vault.adapter.exists(s)?await this.wrapFS(re.default.add({...this.getRepo(),filepath:n})):await this.wrapFS(re.default.remove({...this.getRepo(),filepath:n}))}catch(a){throw this.plugin.displayError(a),a}}async stageAll({dir:r,status:i,unstagedFiles:n}){try{if(i)await Promise.all(i.changed.map(s=>s.workingDir!=="D"?this.wrapFS(re.default.add({...this.getRepo(),filepath:s.path})):re.default.remove({...this.getRepo(),filepath:s.path})));else{let s=n!=null?n:await this.getUnstagedFiles(r!=null?r:".");await Promise.all(s.map(({path:a,type:o})=>o=="D"?re.default.remove({...this.getRepo(),filepath:a}):this.wrapFS(re.default.add({...this.getRepo(),filepath:a}))))}}catch(s){throw this.plugin.displayError(s),s}}async unstage(r,i){try{this.plugin.setPluginState({gitAction:3}),r=this.getRelativeRepoPath(r,i),await this.wrapFS(re.default.resetIndex({...this.getRepo(),filepath:r}))}catch(n){throw this.plugin.displayError(n),n}}async unstageAll({dir:r,status:i}){try{let n;i?n=i.staged.map(s=>s.path):n=(await this.getStagedFiles(r!=null?r:".")).map(({path:a})=>a),await this.wrapFS(Promise.all(n.map(s=>re.default.resetIndex({...this.getRepo(),filepath:s}))))}catch(n){throw this.plugin.displayError(n),n}}async discard(r){try{this.plugin.setPluginState({gitAction:3}),await this.wrapFS(re.default.checkout({...this.getRepo(),filepaths:[r],force:!0}))}catch(i){throw this.plugin.displayError(i),i}}async discardAll({dir:r,status:i}){let n=[];i?r!=null?n=i.changed.filter(s=>s.workingDir!="U"&&s.path.startsWith(r)).map(s=>s.path):n=i.changed.filter(s=>s.workingDir!="U").map(s=>s.path):n=(await this.getUnstagedFiles(r)).filter(s=>s.type!="A").map(({path:s})=>s);try{await this.wrapFS(re.default.checkout({...this.getRepo(),filepaths:n,force:!0}))}catch(s){throw this.plugin.displayError(s),s}}async getUntrackedPaths(r){let i=[];if(r.status)for(let n of r.status.changed)n.index=="U"&&n.workingDir==="U"&&n.path.startsWith(r.path!=null?`${r.path}/`:"")&&i.push(n.path);else{let n=await this.status({path:r==null?void 0:r.path});for(let s of n.changed)s.index==="U"&&s.workingDir==="U"&&i.push(s.path)}return i}getProgressText(r,i){let n=`${r} progress:`;return i.phase&&(n=`${n} ${i.phase}:`),i.loaded&&(n=`${n} ${i.loaded}`,i.total&&(n=`${n} of ${i.total}`)),n}resolveRef(r){return this.wrapFS(re.default.resolveRef({...this.getRepo(),ref:r}))}async pull(){let r=this.showNotice("Initializing pull");try{this.plugin.setPluginState({gitAction:2});let i=await this.resolveRef("HEAD");await this.fetch();let n=await this.branchInfo();await this.checkAuthorInfo(),(await this.wrapFS(re.default.merge({...this.getRepo(),ours:n.current,theirs:n.tracking,abortOnConflict:!1,mergeDriver:this.plugin.settings.mergeStrategy!=="none"?({contents:l})=>{var b,S,k;let c=l[0],u=l[1],f=l[2],d=/^.*(\r?\n|$)/gm,h=(b=u.match(d))!=null?b:[],p=(S=c.match(d))!=null?S:[],g=(k=f.match(d))!=null?k:[],v=(0,fA.default)(h,p,g),_="";for(let E of v)E.ok&&(_+=E.ok.join("")),E.conflict&&(_+=this.plugin.settings.mergeStrategy==="ours"?E.conflict.a.join(""):E.conflict.b.join(""));return{cleanMerge:!0,mergedText:_}}:void 0}))).alreadyMerged||await this.wrapFS(re.default.checkout({...this.getRepo(),ref:n.current,onProgress:l=>{r!==void 0&&r.setMessage(this.getProgressText("Checkout",l))},remote:n.remote})),r==null||r.hide();let a=await this.resolveRef("HEAD"),o=await this.getFileChangesCount(i,a);return this.showNotice("Finished pull",!1),o.map(l=>({path:l.path,workingDir:"P",index:"P",vaultPath:this.getRelativeVaultPath(l.path)}))}catch(i){throw r==null||r.hide(),i instanceof re.Errors.MergeConflictError&&await this.plugin.handleConflict(i.data.filepaths.map(n=>this.getRelativeVaultPath(n))),this.plugin.displayError(i),i}}async push(){if(!await this.canPush())return 0;let r=this.showNotice("Initializing push");try{this.plugin.setPluginState({gitAction:1});let i=await this.branchInfo(),n=i.tracking,s=i.current,a=(await this.getFileChangesCount(s,n)).length;this.plugin.setPluginState({gitAction:5});let o=await this.getCurrentRemote();return await this.wrapFS(re.default.push({...this.getRepo(),remote:o,onProgress:l=>{r!==void 0&&r.setMessage(this.getProgressText("Pushing",l))}})),r==null||r.hide(),a}catch(i){throw r==null||r.hide(),this.plugin.displayError(i),i}}async getUnpushedCommits(){let r=await this.branchInfo(),i=r.tracking,n=r.current;if(i==null||n==null)return 0;let s=await this.resolveRef(n),a=await this.resolveRef(i);return(await this.getFileChangesCount(s,a)).length}async canPush(){let r=await this.branchInfo(),i=r.tracking,n=r.current,s=await this.resolveRef(n),a=await this.resolveRef(i);return s!=a}async checkRequirements(){return await this.plugin.app.vault.adapter.exists(`${this.getRepo().dir}/.git/HEAD`)?"valid":"missing-repo"}async branchInfo(){var r,i;try{let n=await re.default.currentBranch(this.getRepo())||"",s=await re.default.listBranches(this.getRepo()),a=(r=await this.getConfig(`branch.${n}.remote`))!=null?r:"origin",o=(i=await this.getConfig(`branch.${n}.merge`))==null?void 0:i.split("refs/heads")[1],l=o?a+o:void 0;return{current:n,tracking:l,branches:s,remote:a}}catch(n){throw this.plugin.displayError(n),n}}async getCurrentRemote(){var n;let r=await re.default.currentBranch(this.getRepo())||"";return(n=await this.getConfig(`branch.${r}.remote`))!=null?n:"origin"}async checkout(r,i){try{return this.wrapFS(re.default.checkout({...this.getRepo(),ref:r,force:!!i,remote:i}))}catch(n){throw this.plugin.displayError(n),n}}async createBranch(r){try{await this.wrapFS(re.default.branch({...this.getRepo(),ref:r,checkout:!0}))}catch(i){throw this.plugin.displayError(i),i}}async deleteBranch(r){try{await this.wrapFS(re.default.deleteBranch({...this.getRepo(),ref:r}))}catch(i){throw this.plugin.displayError(i),i}}branchIsMerged(r){return Promise.resolve(!0)}async init(){try{await this.wrapFS(re.default.init(this.getRepo()))}catch(r){throw this.plugin.displayError(r),r}}async clone(r,i,n){let s=this.showNotice("Initializing clone");try{await this.wrapFS(re.default.clone({...this.getRepo(),dir:i,url:r,depth:n,onProgress:a=>{s!==void 0&&s.setMessage(this.getProgressText("Cloning",a))}})),s==null||s.hide()}catch(a){throw s==null||s.hide(),this.plugin.displayError(a),a}}async setConfig(r,i){try{return this.wrapFS(re.default.setConfig({...this.getRepo(),path:r,value:i}))}catch(n){throw this.plugin.displayError(n),n}}async getConfig(r){try{return this.wrapFS(re.default.getConfig({...this.getRepo(),path:r}))}catch(i){throw this.plugin.displayError(i),i}}async fetch(r){let i=this.showNotice("Initializing fetch");try{let n={...this.getRepo(),onProgress:s=>{i!==void 0&&i.setMessage(this.getProgressText("Fetching",s))},remote:r!=null?r:await this.getCurrentRemote()};await this.wrapFS(re.default.fetch(n)),i==null||i.hide()}catch(n){throw this.plugin.displayError(n),i==null||i.hide(),n}}async setRemote(r,i){try{await this.wrapFS(re.default.addRemote({...this.getRepo(),remote:r,url:i,force:!0}))}catch(n){throw this.plugin.displayError(n),n}}async getRemoteBranches(r){let i=[];return i.push(...await this.wrapFS(re.default.listBranches({...this.getRepo(),remote:r}))),i.remove("HEAD"),i=i.map(n=>`${r}/${n}`),i}async getRemotes(){return(await this.wrapFS(re.default.listRemotes({...this.getRepo()}))).map(r=>r.remote)}async removeRemote(r){await this.wrapFS(re.default.deleteRemote({...this.getRepo(),remote:r}))}async getRemoteUrl(r){var i;return(i=(await this.wrapFS(re.default.listRemotes({...this.getRepo()}))).filter(n=>n.remote==r)[0])==null?void 0:i.url}async log(r,i=!0,n,s){let a=await this.wrapFS(re.default.log({...this.getRepo(),depth:n,ref:s}));return Promise.all(a.map(async o=>{let l=o.commit.message.split(` + +`);return{message:l[0],author:{name:o.commit.author.name,email:o.commit.author.email},body:l.slice(1).join(` + +`),date:new Date(o.commit.committer.timestamp).toDateString(),diff:{changed:0,files:(await this.getFileChangesCount(o.commit.parent.first(),o.oid)).map(c=>({path:c.path,status:c.type,vaultPath:this.getRelativeVaultPath(c.path),hash:o.oid}))},hash:o.oid,refs:[]}}))}updateBasePath(r){return this.getRepo().dir=r,Promise.resolve()}async updateUpstreamBranch(r){let[i,n]=Qn(r),s=await this.branchInfo();await this.wrapFS(re.default.push({...this.getRepo(),remote:i,remoteRef:n})),await this.setConfig(`branch.${s.current}.merge`,`refs/heads/${n}`)}updateGitPath(r){return Promise.resolve()}async getFileChangesCount(r,i){return this.walkDifference({walkers:[re.default.TREE({ref:r}),re.default.TREE({ref:i})]})}async walkDifference({walkers:r,dir:i}){return await this.wrapFS(re.default.walk({...this.getRepo(),trees:r,map:async function(s,[a,o]){if(!rv(s,i))return null;if(await(a==null?void 0:a.type())==="tree"||await(o==null?void 0:o.type())==="tree")return;let l=await(a==null?void 0:a.oid()),c=await(o==null?void 0:o.oid()),u="equal";if(l!==c&&(u="M"),l===void 0&&(u="A"),c===void 0&&(u="D"),l===void 0&&c===void 0&&(console.log("Something weird happened:"),console.log(a),console.log(o)),u!=="equal")return{path:s,type:u}}}))}async getStagedFiles(r="."){return(await this.walkDifference({walkers:[re.default.TREE({ref:"HEAD"}),re.default.STAGE()],dir:r})).map(n=>({vaultPath:this.getRelativeVaultPath(n.path),path:n.path}))}async getUnstagedFiles(r="."){let i,n=window.setTimeout(()=>{i=new xa.Notice("This takes longer: Getting status",this.noticeLength)},2e4);try{let s=this.getRepo(),a=await this.wrapFS(re.default.walk({...s,trees:[re.default.WORKDIR(),re.default.STAGE()],map:async function(o,[l,c]){if(!c&&l&&await re.default.isIgnored({...s,filepath:o})||!rv(o,r))return null;let[u,f]=await Promise.all([l&&l.type(),c&&c.type()]),d=[u,f].includes("blob");if((u==="tree"||u==="special")&&!d)return;if(f==="commit")return null;if((f==="tree"||f==="special")&&!d)return;let h=f==="blob"?await c.oid():void 0,p;return u==="blob"&&f!=="blob"?p="42":u==="blob"&&(p=await l.oid()),p?h?p!==h?{path:o,type:"M"}:null:{path:o,type:"A"}:{path:o,type:"D"}}}));return window.clearTimeout(n),i==null||i.hide(),a}catch(s){throw window.clearTimeout(n),i==null||i.hide(),this.plugin.displayError(s),s}}async getDiffString(r,i=!1,n){let s=this.getRelativeVaultPath(r),a=async(c,[u])=>{if(r==c){let f=await u.oid();return(await re.default.readBlob({...this.getRepo(),oid:f})).blob}};if(n){let c=await(0,re.readBlob)({...this.getRepo(),filepath:r,oid:n}).then(h=>new TextDecoder().decode(h.blob)).catch(h=>{if(!(h instanceof re.default.Errors.NotFoundError))throw h}),u=await re.default.readCommit({...this.getRepo(),oid:n}),f=await(0,re.readBlob)({...this.getRepo(),filepath:r,oid:u.commit.parent.first()}).then(h=>new TextDecoder().decode(h.blob)).catch(h=>{if(!(h instanceof re.default.Errors.NotFoundError))throw h});return ou(s,f!=null?f:"",c!=null?c:"")}let o=(await re.default.walk({...this.getRepo(),trees:[re.default.STAGE()],map:a})).first(),l=new TextDecoder().decode(o);if(i){let c=await this.resolveRef("HEAD").then(f=>(0,re.readBlob)({...this.getRepo(),filepath:r,oid:f})).then(f=>new TextDecoder().decode(f.blob)).catch(f=>{if(!(f instanceof re.default.Errors.NotFoundError))throw f});return ou(s,c!=null?c:"",l)}else{let c;return await this.app.vault.adapter.exists(s)?c=await this.app.vault.adapter.read(s):c="",ou(s,l,c)}}async getLastCommitTime(){let r=this.getRepo(),i=await this.resolveRef("HEAD"),s=(await re.default.readCommit({...r,oid:i})).commit.committer.timestamp;return new Date(s*1e3)}getFileStatusResult(r){let i=this.status_mapping[`${r[this.HEAD]}${r[this.WORKDIR]}${r[this.STAGE]}`];return{index:i[0]=="?"?"U":i[0],workingDir:i[1]=="?"?"U":i[1],path:r[this.FILE],vaultPath:this.getRelativeVaultPath(r[this.FILE])}}async checkAuthorInfo(){let r=await this.getConfig("user.name"),i=await this.getConfig("user.email");if(!r||!i)throw Error("Git author name and email are not set. Please set both fields in the settings.")}showNotice(r,i=!0){if(!this.plugin.settings.disablePopups)return new xa.Notice(r,i?this.noticeLength:void 0)}};async function*NB(t){yield new Uint8Array(t)}async function BB(t){let e=new ReadableStream({async start(i){for await(let n of t)i.enqueue(n);i.close()}});return await new Response(e).arrayBuffer()}m();var o2=Ht(Id(),1),ei=Ht(require("fs/promises"),1),Jn=require("obsidian"),ze=Ht(require("path"),1),yu=require("path");m();var jd=Ht(vA(),1);m();var ov=new WeakMap;function gl(...t){let e=new String(t);return ov.set(e,t),e}function yi(t){return t instanceof String&&ov.has(t)}function vl(t){var e;return(e=ov.get(t))!=null?e:[]}var Ud=Ht(Id(),1),qC=require("child_process");var $T=Ht(cv(),1),GT=require("node:path");m();function*wA(t,e){let r=e==="global";for(let i of t)i.isGlobal===r&&(yield i)}var nH=new Set(["--add","--edit","--remove-section","--rename-section","--replace-all","--unset","--unset-all","-e"]),sH=new Set(["--get","--get-all","--get-color","--get-colorbool","--get-regexp","--get-urlmatch","--list","-l"]),aH=new Set(["edit","remove-section","rename-section","set","unset"]),oH=new Set(["get","get-color","get-colorbool","list"]);function lH(t,e){var i;for(let{name:n}of wA(t,"task")){if(nH.has(n))return wl(!0,e);if(sH.has(n))return wl(!1,e)}let r=(i=e.at(0))==null?void 0:i.toLowerCase();return r===void 0?null:aH.has(r)?wl(!0,e.slice(1)):oH.has(r)?wl(!1,e.slice(1)):e.length===1?wl(!1,e):wl(!0,e)}function wl(t=!1,e=[]){var i;let r=(i=e.at(0))==null?void 0:i.toLowerCase();return r===void 0?null:{isWrite:t,isRead:!t,key:r,value:e.at(1)}}function cH(t,e){return e.isWrite&&e.value!==void 0?{key:e.key,value:e.value,scope:t}:{key:e.key,scope:t}}function uH(t){let e=(t==null?void 0:t.indexOf("="))||-1;return!t||e<0?null:{key:t.slice(0,e).trim().toLowerCase(),value:t.slice(e+1)}}function fH(t){for(let{name:e}of wA(t,"task"))switch(e){case"--global":return"global";case"--system":return"system";case"--worktree":return"worktree";case"--local":return"local";case"--file":case"-f":return"file"}return"local"}function dH({name:t}){if(t==="-c"||t==="--config")return"inline";if(t==="--config-env")return"env"}function*hH(t){for(let e of t){let r=dH(e),i=r&&uH(e.value);i&&(yield{...i,scope:r})}}function pH(t,e,r){let i={read:[],write:[...hH(e)]};return t==="config"&&mH(i,fH(e),lH(e,r)),i}function mH(t,e,r){if(r===null)return;let i=cH(e,r);r.isWrite?t.write.push(i):t.read.push(i)}var _A={short:new Map([["c",!0]])},gH={short:new Map([["C",!0],["P",!1],["h",!1],["p",!1],["v",!1],..._A.short.entries()]),long:new Set(["attr-source","config-env","exec-path","git-dir","list-cmds","namespace","super-prefix","work-tree"])},vH={clone:{short:new Map([["b",!0],["j",!0],["l",!1],["n",!1],["o",!0],["q",!1],["s",!1],["u",!0]]),long:new Set(["branch","config","jobs","origin","upload-pack","u","template"])},commit:{short:new Map([["C",!0],["F",!0],["c",!0],["m",!0],["t",!0]]),long:new Set(["file","message","reedit-message","reuse-message","template"])},config:{short:new Map([["e",!1],["f",!0],["l",!1]]),long:new Set(["blob","comment","default","file","type","value"])},fetch:{short:new Map,long:new Set(["upload-pack"])},init:{short:new Map,long:new Set(["template"])},pull:{short:new Map,long:new Set(["upload-pack"])},push:{short:new Map,long:new Set(["exec","receive-pack"])}},wH={short:new Map,long:new Set};function _H(t){var r;let e=(r=vH[t!=null?t:""])!=null?r:wH;return{short:new Map([..._A.short.entries(),...e.short.entries()]),long:e.long}}function bA(t,e=gH){if(t.startsWith("--")){let r=t.indexOf("=");if(r>2)return[{name:t.slice(0,r),value:t.slice(r+1),needsNext:!1}];let i=t.slice(2);return[{name:t,needsNext:e.long.has(i)}]}if(t.length===2){let r=t.charAt(1),i=e.short.get(r);return[{name:t,needsNext:i===!0}]}return bH(t,e.short)}function bH(t,e){let r=t.slice(1).split(""),i=[];for(let n=0;ne.has(l)))return i.push({name:`-${s}`,value:o,needsNext:!1}),i}i.push({name:`-${s}`,needsNext:a})}return i}function yH(t,e=[]){let r=0;for(;rfunction(){return t&&(e=(0,t[$v(t)[0]])(t=0)),e},OH=(t,e)=>function(){return e||(0,t[$v(t)[0]])((e={exports:{}}).exports,e),e.exports},xt=(t,e)=>{for(var r in e)Rv(t,r,{get:e[r],enumerable:!0})},LH=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of $v(e))!DH.call(t,n)&&n!==r&&Rv(t,n,{get:()=>e[n],enumerable:!(i=MH(e,n))||i.enumerable});return t},wt=t=>LH(Rv({},"__esModule",{value:!0}),t),Nr,Bs=q({"src/lib/errors/git-error.ts"(){"use strict";Nr=class extends Error{constructor(t,e){super(e),this.task=t,Object.setPrototypeOf(this,new.target.prototype)}}}}),gu,xl=q({"src/lib/errors/git-response-error.ts"(){"use strict";Bs(),gu=class extends Nr{constructor(t,e){super(void 0,e||String(t)),this.git=t}}}}),rC,iC=q({"src/lib/errors/task-configuration-error.ts"(){"use strict";Bs(),rC=class extends Nr{constructor(t){super(void 0,t)}}}});function nC(t){return typeof t!="function"?Ta:t}function sC(t){return typeof t=="function"&&t!==Ta}function aC(t,e){let r=t.indexOf(e);return r<=0?[t,""]:[t.substr(0,r),t.substr(r+1)]}function oC(t,e=0){return lC(t)&&t.length>e?t[e]:void 0}function Ca(t,e=0){if(lC(t)&&t.length>e)return t[t.length-1-e]}function lC(t){return qd(t)}function vu(t="",e=!0,r=` +`){return t.split(r).reduce((i,n)=>{let s=e?n.trim():n;return s&&i.push(s),i},[])}function Fv(t,e){return vu(t,!0).map(r=>e(r))}function Iv(t){return(0,jd.exists)(t,jd.FOLDER)}function Si(t,e){return Array.isArray(t)?t.includes(e)||t.push(e):t.add(e),e}function cC(t,e){return Array.isArray(t)&&!t.includes(e)&&t.push(e),t}function Vd(t,e){if(Array.isArray(t)){let r=t.indexOf(e);r>=0&&t.splice(r,1)}else t.delete(e);return e}function xn(t){return Array.isArray(t)?t:[t]}function uC(t){return t.replace(/[\s-]+(.)/g,(e,r)=>r.toUpperCase())}function El(t){return xn(t).map(e=>e instanceof String?e:String(e))}function Xe(t,e=0){if(t==null)return e;let r=parseInt(t,10);return Number.isNaN(r)?e:r}function pu(t,e){let r=[];for(let i=0,n=t.length;i{t[i]!==void 0&&(r[i]=t[i])}),r}function gv(t=0){return new Promise(e=>setTimeout(e,t))}function vv(t){if(t!==!1)return t}var bl,Ta,wu,zd=q({"src/lib/utils/util.ts"(){"use strict";Mv(),bl="\0",Ta=()=>{},wu=Object.prototype.toString.call.bind(Object.prototype.toString)}});function ar(t,e,r){return e(t)?t:arguments.length>2?r:void 0}function wv(t,e){let r=yi(t)?"string":typeof t;return/number|string|boolean/.test(r)&&(!e||!e.includes(r))}function Wd(t){return!!t&&wu(t)==="[object Object]"}function dC(t){return typeof t=="function"}var _u,hC,pt,Bd,qd,Mv=q({"src/lib/utils/argument-filters.ts"(){"use strict";zd(),_u=t=>Array.isArray(t),hC=t=>typeof t=="number",pt=t=>typeof t=="string"||yi(t),Bd=t=>pt(t)||Array.isArray(t)&&t.every(pt),qd=t=>t==null||"number|boolean|function".includes(typeof t)?!1:typeof t.length=="number"}}),_v,NH=q({"src/lib/utils/exit-codes.ts"(){"use strict";_v=(t=>(t[t.SUCCESS=0]="SUCCESS",t[t.ERROR=1]="ERROR",t[t.NOT_FOUND=-2]="NOT_FOUND",t[t.UNCLEAN=128]="UNCLEAN",t))(_v||{})}}),Hd,BH=q({"src/lib/utils/git-output-streams.ts"(){"use strict";Hd=class pC{constructor(e,r){this.stdOut=e,this.stdErr=r}asStrings(){return new pC(this.stdOut.toString("utf8"),this.stdErr.toString("utf8"))}}}});function HH(){throw new Error("LineParser:useMatches not implemented")}var ve,Ns,UH=q({"src/lib/utils/line-parser.ts"(){"use strict";ve=class{constructor(t,e){this.matches=[],this.useMatches=HH,this.parse=(r,i)=>(this.resetMatches(),this._regExp.every((n,s)=>this.addMatch(n,s,r(s)))?this.useMatches(i,this.prepareMatches())!==!1:!1),this._regExp=Array.isArray(t)?t:[t],e&&(this.useMatches=e)}resetMatches(){this.matches.length=0}prepareMatches(){return this.matches}addMatch(t,e,r){let i=r&&t.exec(r);return i&&this.pushMatch(e,i),!!i}pushMatch(t,e){this.matches.push(...e.slice(1))}},Ns=class extends ve{addMatch(t,e,r){return/^remote:\s/.test(String(r))&&super.addMatch(t,e,r)}pushMatch(t,e){(t>0||e.length>1)&&super.pushMatch(t,e)}}}});function mC(...t){let e=process.cwd(),r=Object.assign({baseDir:e,...gC},...t.filter(i=>typeof i=="object"&&i));return r.baseDir=r.baseDir||e,r.trimmed=r.trimmed===!0,r}var gC,GH=q({"src/lib/utils/simple-git-options.ts"(){"use strict";gC={binary:"git",maxConcurrentProcesses:5,config:[],trimmed:!1}}});function Dv(t,e=[]){return Wd(t)?Object.keys(t).reduce((r,i)=>{let n=t[i];if(yi(n))r.push(n);else if(wv(n,["boolean"]))r.push(i+"="+n);else if(Array.isArray(n))for(let s of n)wv(s,["string","number"])||r.push(i+"="+s);else r.push(i);return r},e):e}function Er(t,e=0,r=!1){let i=[];for(let n=0,s=e<0?t.length:e;n{for(let s=vu(n,i),a=0,o=s.length;a{if(!(a+c>=o))return s[a+c]};e.some(({parse:c})=>c(l,t))}}),t}var zH=q({"src/lib/utils/task-parser.ts"(){"use strict";zd()}}),vC={};xt(vC,{ExitCodes:()=>_v,GitOutputStreams:()=>Hd,LineParser:()=>ve,NOOP:()=>Ta,NULL:()=>bl,RemoteLineParser:()=>Ns,append:()=>Si,appendTaskOptions:()=>Dv,asArray:()=>xn,asCamelCase:()=>uC,asFunction:()=>nC,asNumber:()=>Xe,asStringArray:()=>El,bufferToString:()=>mu,callTaskParser:()=>bv,createInstanceConfig:()=>mC,delay:()=>gv,filterArray:()=>_u,filterFunction:()=>dC,filterHasLength:()=>qd,filterNumber:()=>hC,filterPlainObject:()=>Wd,filterPrimitives:()=>wv,filterString:()=>pt,filterStringOrStringArray:()=>Bd,filterType:()=>ar,first:()=>oC,folderExists:()=>Iv,forEachLineWithContent:()=>Fv,getTrailingOptions:()=>Er,including:()=>cC,isUserFunction:()=>sC,last:()=>Ca,objectToString:()=>wu,orVoid:()=>vv,parseStringResponse:()=>Br,pick:()=>fC,prefixedArray:()=>pu,remove:()=>Vd,splitOn:()=>aC,toLinesWithContent:()=>vu,trailingFunctionArgument:()=>it,trailingOptionsArgument:()=>Ov});var fe=q({"src/lib/utils/index.ts"(){"use strict";Mv(),NH(),BH(),UH(),GH(),VH(),zH(),zd()}}),wC={};xt(wC,{CheckRepoActions:()=>yv,checkIsBareRepoTask:()=>bC,checkIsRepoRootTask:()=>_C,checkIsRepoTask:()=>WH});function WH(t){switch(t){case"bare":return bC();case"root":return _C()}return{commands:["rev-parse","--is-inside-work-tree"],format:"utf-8",onError:Yd,parser:Lv}}function _C(){return{commands:["rev-parse","--git-dir"],format:"utf-8",onError:Yd,parser(e){return/^\.(git)?$/.test(e.trim())}}}function bC(){return{commands:["rev-parse","--is-bare-repository"],format:"utf-8",onError:Yd,parser:Lv}}function qH(t){return/(Not a git repository|Kein Git-Repository)/i.test(String(t))}var yv,Yd,Lv,yC=q({"src/lib/tasks/check-is-repo.ts"(){"use strict";fe(),yv=(t=>(t.BARE="bare",t.IN_TREE="tree",t.IS_REPO_ROOT="root",t))(yv||{}),Yd=({exitCode:t},e,r,i)=>{if(t===128&&qH(e))return r(Buffer.from("false"));i(e)},Lv=t=>t.trim()==="true"}});function YH(t,e){let r=new xC(t),i=t?SC:EC;return vu(e).forEach(n=>{let s=n.replace(i,"");r.paths.push(s),(kC.test(s)?r.folders:r.files).push(s)}),r}var xC,EC,SC,kC,XH=q({"src/lib/responses/CleanSummary.ts"(){"use strict";fe(),xC=class{constructor(t){this.dryRun=t,this.paths=[],this.files=[],this.folders=[]}},EC=/^[a-z]+\s*/i,SC=/^[a-z]+\s+[a-z]+\s*/i,kC=/\/$/}}),xv={};xt(xv,{EMPTY_COMMANDS:()=>Xd,adhocExecTask:()=>AC,configurationErrorTask:()=>Lr,isBufferTask:()=>TC,isEmptyTask:()=>PC,straightThroughBufferTask:()=>CC,straightThroughStringTask:()=>Sr});function AC(t){return{commands:Xd,format:"empty",parser:t}}function Lr(t){return{commands:Xd,format:"empty",parser(){throw typeof t=="string"?new rC(t):t}}}function Sr(t,e=!1){return{commands:t,format:"utf-8",parser(r){return e?String(r).trim():r}}}function CC(t){return{commands:t,format:"buffer",parser(e){return e}}}function TC(t){return t.format==="buffer"}function PC(t){return t.format==="empty"||!t.commands.length}var Xd,_t=q({"src/lib/tasks/task.ts"(){"use strict";iC(),Xd=[]}}),RC={};xt(RC,{CONFIG_ERROR_INTERACTIVE_MODE:()=>Nv,CONFIG_ERROR_MODE_REQUIRED:()=>Bv,CONFIG_ERROR_UNKNOWN_OPTION:()=>Hv,CleanOptions:()=>Aa,cleanTask:()=>$C,cleanWithOptionsTask:()=>ZH,isCleanOptionsArray:()=>KH});function ZH(t,e){let{cleanMode:r,options:i,valid:n}=QH(t);return r?n.options?(i.push(...e),i.some(t3)?Lr(Nv):$C(r,i)):Lr(Hv+JSON.stringify(t)):Lr(Bv)}function $C(t,e){return{commands:["clean",`-${t}`,...e],format:"utf-8",parser(i){return YH(t==="n",i)}}}function KH(t){return Array.isArray(t)&&t.every(e=>Uv.has(e))}function QH(t){let e,r=[],i={cleanMode:!1,options:!0};return t.replace(/[^a-z]i/g,"").split("").forEach(n=>{JH(n)?(e=n,i.cleanMode=!0):i.options=i.options&&e3(r[r.length]=`-${n}`)}),{cleanMode:e,options:r,valid:i}}function JH(t){return t==="f"||t==="n"}function e3(t){return/^-[a-z]$/i.test(t)&&Uv.has(t.charAt(1))}function t3(t){return/^-[^\-]/.test(t)?t.indexOf("i")>0:t==="--interactive"}var Nv,Bv,Hv,Aa,Uv,FC=q({"src/lib/tasks/clean.ts"(){"use strict";XH(),fe(),_t(),Nv="Git clean interactive mode is not supported",Bv='Git clean mode parameter ("n" or "f") is required',Hv="Git clean unknown option found in: ",Aa=(t=>(t.DRY_RUN="n",t.FORCE="f",t.IGNORED_INCLUDED="x",t.IGNORED_ONLY="X",t.EXCLUDING="e",t.QUIET="q",t.RECURSIVE="d",t))(Aa||{}),Uv=new Set(["i",...El(Object.values(Aa))])}});function r3(t){let e=new MC;for(let r of IC(t))e.addValue(r.file,String(r.key),r.value);return e}function i3(t,e){let r=null,i=[],n=new Map;for(let s of IC(t,e))s.key===e&&(i.push(r=s.value),n.has(s.file)||n.set(s.file,[]),n.get(s.file).push(r));return{key:e,paths:Array.from(n.keys()),scopes:n,value:r,values:i}}function n3(t){return t.replace(/^(file):/,"")}function*IC(t,e=null){let r=t.split("\0");for(let i=0,n=r.length-1;iObject.assign(t,this.values[e]),{})),this._all}addFile(t){if(!(t in this.values)){let e=Ca(this.files);this.values[t]=e?Object.create(this.values[e]):{},this.files.push(t)}return this.values[t]}addValue(t,e,r){let i=this.addFile(t);Object.hasOwn(i,e)?Array.isArray(i[e])?i[e].push(r):i[e]=[i[e],r]:i[e]=r,this._all=void 0}}}});function uv(t,e){return typeof t=="string"&&Object.hasOwn(Ev,t)?t:e}function a3(t,e,r,i){let n=["config",`--${i}`];return r&&n.push("--add"),n.push(t,e),{commands:n,format:"utf-8",parser(s){return s}}}function o3(t,e){let r=["config","--null","--show-origin","--get-all",t];return e&&r.splice(1,0,`--${e}`),{commands:r,format:"utf-8",parser(i){return i3(i,t)}}}function l3(t){let e=["config","--list","--show-origin","--null"];return t&&e.push(`--${t}`),{commands:e,format:"utf-8",parser(r){return r3(r)}}}function c3(){return{addConfig(t,e,...r){return this._runTask(a3(t,e,r[0]===!0,uv(r[1],"local")),it(arguments))},getConfig(t,e){return this._runTask(o3(t,uv(e,void 0)),it(arguments))},listConfig(...t){return this._runTask(l3(uv(t[0],void 0)),it(arguments))}}}var Ev,DC=q({"src/lib/tasks/config.ts"(){"use strict";s3(),fe(),Ev=(t=>(t.system="system",t.global="global",t.local="local",t.worktree="worktree",t))(Ev||{})}});function u3(t){return OC.has(t)}var fv,OC,LC=q({"src/lib/tasks/diff-name-status.ts"(){"use strict";fv=(t=>(t.ADDED="A",t.COPIED="C",t.DELETED="D",t.MODIFIED="M",t.RENAMED="R",t.CHANGED="T",t.UNMERGED="U",t.UNKNOWN="X",t.BROKEN="B",t))(fv||{}),OC=new Set(Object.values(fv))}});function f3(...t){return new BC().param(...t)}function d3(t){let e=new Set,r={};return Fv(t,i=>{let[n,s,a]=i.split(bl);e.add(n),(r[n]=r[n]||[]).push({line:Xe(s),path:n,preview:a})}),{paths:e,results:r}}function h3(){return{grep(t){let e=it(arguments),r=Er(arguments);for(let n of NC)if(r.includes(n))return this._runTask(Lr(`git.grep: use of "${n}" is not supported.`),e);typeof t=="string"&&(t=f3().param(t));let i=["grep","--null","-n","--full-name",...r,...t];return this._runTask({commands:i,format:"utf-8",parser(n){return d3(n)}},e)}}}var NC,hu,kA,BC,HC=q({"src/lib/tasks/grep.ts"(){"use strict";fe(),_t(),NC=["-h"],hu=Symbol("grepQuery"),BC=class{constructor(){this[kA]=[]}*[(kA=hu,Symbol.iterator)](){for(let t of this[hu])yield t}and(...t){return t.length&&this[hu].push("--and","(",...pu(t,"-e"),")"),this}param(...t){return this[hu].push(...pu(t,"-e")),this}}}}),UC={};xt(UC,{ResetMode:()=>Od,getResetMode:()=>m3,resetTask:()=>p3});function p3(t,e){let r=["reset"];return GC(t)&&r.push(`--${t}`),r.push(...e),Sr(r)}function m3(t){if(GC(t))return t;switch(typeof t){case"string":case"undefined":return"soft"}}function GC(t){return typeof t=="string"&&jC.includes(t)}var Od,jC,VC=q({"src/lib/tasks/reset.ts"(){"use strict";fe(),_t(),Od=(t=>(t.MIXED="mixed",t.SOFT="soft",t.HARD="hard",t.MERGE="merge",t.KEEP="keep",t))(Od||{}),jC=El(Object.values(Od))}});function g3(){return(0,Ud.default)("simple-git")}function AA(t,e,r){return!e||!String(e).replace(/\s*/,"")?r?(i,...n)=>{t(i,...n),r(i,...n)}:t:(i,...n)=>{t(`%s ${i}`,e,...n),r&&r(i,...n)}}function v3(t,e,{namespace:r}){if(typeof t=="string")return t;let i=e&&e.namespace||"";return i.startsWith(r)?i.substr(r.length+1):i||r}function Gv(t,e,r,i=g3()){let n=t&&`[${t}]`||"",s=[],a=typeof e=="string"?i.extend(e):e,o=v3(ar(e,pt),a,i);return c(r);function l(u,f){return Si(s,Gv(t,o.replace(/^[^:]+/,u),f,i))}function c(u){let f=u&&`[${u}]`||"",d=a&&AA(a,f)||Ta,h=AA(i,`${n} ${f}`,d);return Object.assign(a?d:h,{label:t,sibling:l,info:h,step:c})}}var zC=q({"src/lib/git-logger.ts"(){"use strict";fe(),Ud.default.formatters.L=t=>String(qd(t)?t.length:"-"),Ud.default.formatters.B=t=>Buffer.isBuffer(t)?t.toString("utf8"):wu(t)}}),WC,w3=q({"src/lib/runners/tasks-pending-queue.ts"(){"use strict";var t;Bs(),zC(),WC=(t=class{constructor(r="GitExecutor"){this.logLabel=r,this._queue=new Map}withProgress(r){return this._queue.get(r)}createProgress(r){let i=t.getName(r.commands[0]),n=Gv(this.logLabel,i);return{task:r,logger:n,name:i}}push(r){let i=this.createProgress(r);return i.logger("Adding task to the queue, commands = %o",r.commands),this._queue.set(r,i),i}fatal(r){for(let[i,{logger:n}]of Array.from(this._queue.entries()))i===r.task?(n.info("Failed %o",r),n("Fatal exception, any as-yet un-started tasks run through this executor will not be attempted")):n.info("A fatal exception occurred in a previous task, the queue has been purged: %o",r.message),this.complete(i);if(this._queue.size!==0)throw new Error(`Queue size should be zero after fatal: ${this._queue.size}`)}complete(r){this.withProgress(r)&&this._queue.delete(r)}attempt(r){let i=this.withProgress(r);if(!i)throw new Nr(void 0,"TasksPendingQueue: attempt called for an unknown task");return i.logger("Starting task"),i}static getName(r="empty"){return`task:${r}:${++t.counter}`}},t.counter=0,t)}});function ka(t,e){return{method:oC(t.commands)||"",commands:e}}function _3(t,e){return r=>{e("[ERROR] child process exception %o",r),t.push(Buffer.from(String(r.stack),"ascii"))}}function CA(t,e,r,i){return n=>{r("%s received %L bytes",e,n),i("%B",n),t.push(n)}}var Sv,b3=q({"src/lib/runners/git-executor-chain.ts"(){"use strict";Bs(),_t(),fe(),w3(),Sv=class{constructor(t,e,r){this._executor=t,this._scheduler=e,this._plugins=r,this._chain=Promise.resolve(),this._queue=new WC}get cwd(){return this._cwd||this._executor.cwd}set cwd(t){this._cwd=t}get env(){return this._executor.env}get outputHandler(){return this._executor.outputHandler}chain(){return this}push(t){return this._queue.push(t),this._chain=this._chain.then(()=>this.attemptTask(t))}async attemptTask(t){let e=await this._scheduler.next(),r=()=>this._queue.complete(t);try{let{logger:i}=this._queue.attempt(t);return await(PC(t)?this.attemptEmptyTask(t,i):this.attemptRemoteTask(t,i))}catch(i){throw this.onFatalException(t,i)}finally{r(),e()}}onFatalException(t,e){let r=e instanceof Nr?Object.assign(e,{task:t}):new Nr(t,e&&String(e));return this._chain=Promise.resolve(),this._queue.fatal(r),r}async attemptRemoteTask(t,e){let r=this._plugins.exec("spawn.binary","",ka(t,t.commands)),i=this._plugins.exec("spawn.args",[...t.commands],{...ka(t,t.commands),env:{...this.env}}),n=await this.gitResponse(t,r,i,this.outputHandler,e.step("SPAWN")),s=await this.handleTaskData(t,i,n,e.step("HANDLE"));return e("passing response to task's parser as a %s",t.format),TC(t)?bv(t.parser,s):bv(t.parser,s.asStrings())}async attemptEmptyTask(t,e){return e("empty task bypassing child process to call to task's parser"),t.parser(this)}handleTaskData(t,e,r,i){let{exitCode:n,rejection:s,stdOut:a,stdErr:o}=r;return new Promise((l,c)=>{i("Preparing to handle process response exitCode=%d stdOut=",n);let{error:u}=this._plugins.exec("task.error",{error:s},{...ka(t,e),...r});if(u&&t.onError)return i.info("exitCode=%s handling with custom error handler"),t.onError(r,u,f=>{i.info("custom error handler treated as success"),i("custom error returned a %s",wu(f)),l(new Hd(Array.isArray(f)?Buffer.concat(f):f,Buffer.concat(o)))},c);if(u)return i.info("handling as error: exitCode=%s stdErr=%s rejection=%o",n,o.length,s),c(u);i.info("retrieving task output complete"),l(new Hd(Buffer.concat(a),Buffer.concat(o)))})}async gitResponse(t,e,r,i,n){let s=n.sibling("output"),a=this._plugins.exec("spawn.options",{cwd:this.cwd,env:this.env,windowsHide:!0},ka(t,t.commands));return new Promise(o=>{let l=[],c=[];n.info("%s %o",e,r),n("%O",a);let u=this._beforeSpawn(t,r);if(u)return o({stdOut:l,stdErr:c,exitCode:9901,rejection:u});this._plugins.exec("spawn.before",void 0,{...ka(t,r),kill(d){u=d||u}});let f=(0,qC.spawn)(e,r,a);f.stdout.on("data",CA(l,"stdOut",n,s.step("stdOut"))),f.stderr.on("data",CA(c,"stdErr",n,s.step("stdErr"))),f.on("error",_3(c,n)),i&&(n("Passing child process stdOut/stdErr to custom outputHandler"),i(e,f.stdout,f.stderr,[...r])),this._plugins.exec("spawn.after",void 0,{...ka(t,r),spawned:f,close(d,h){o({stdOut:l,stdErr:c,exitCode:d,rejection:u||h})},kill(d){f.killed||(u=d,f.kill("SIGINT"))}})})}_beforeSpawn(t,e){let r;return this._plugins.exec("spawn.before",void 0,{...ka(t,e),kill(i){r=i||r}}),r}}}}),YC={};xt(YC,{GitExecutor:()=>XC});var XC,y3=q({"src/lib/runners/git-executor.ts"(){"use strict";b3(),XC=class{constructor(t,e,r){this.cwd=t,this._scheduler=e,this._plugins=r,this._chain=new Sv(this,this._scheduler,this._plugins)}chain(){return new Sv(this,this._scheduler,this._plugins)}push(t){return this._chain.push(t)}}}});function x3(t,e,r=Ta){let i=s=>{r(null,s)},n=s=>{(s==null?void 0:s.task)===t&&r(s instanceof gu?E3(s):s,void 0)};e.then(i,n)}function E3(t){let e=i=>{console.warn(`simple-git deprecation notice: accessing GitResponseError.${i} should be GitResponseError.git.${i}, this will no longer be available in version 3`),e=Ta};return Object.create(t,Object.getOwnPropertyNames(t.git).reduce(r,{}));function r(i,n){return n in t||(i[n]={enumerable:!1,configurable:!1,get(){return e(n),t.git[n]}}),i}}var S3=q({"src/lib/task-callback.ts"(){"use strict";xl(),fe()}});function TA(t,e){return AC(r=>{if(!Iv(t))throw new Error(`Git.cwd: cannot change to non-directory "${t}"`);return(e||r).cwd=t})}var k3=q({"src/lib/tasks/change-working-directory.ts"(){"use strict";fe(),_t()}});function dv(t){let e=["checkout",...t];return e[1]==="-b"&&e.includes("-B")&&(e[1]=Vd(e,"-B")),Sr(e)}function A3(){return{checkout(){return this._runTask(dv(Er(arguments,1)),it(arguments))},checkoutBranch(t,e){return this._runTask(dv(["-b",t,e,...Er(arguments)]),it(arguments))},checkoutLocalBranch(t){return this._runTask(dv(["-b",t,...Er(arguments)]),it(arguments))}}}var C3=q({"src/lib/tasks/checkout.ts"(){"use strict";fe(),_t()}});function T3(){return{count:0,garbage:0,inPack:0,packs:0,prunePackable:0,size:0,sizeGarbage:0,sizePack:0}}function P3(){return{countObjects(){return this._runTask({commands:["count-objects","--verbose"],format:"utf-8",parser(t){return Br(T3(),[ZC],t)}})}}}var ZC,R3=q({"src/lib/tasks/count-objects.ts"(){"use strict";fe(),ZC=new ve(/([a-z-]+): (\d+)$/,(t,[e,r])=>{let i=uC(e);Object.hasOwn(t,i)&&(t[i]=Xe(r))})}});function $3(t){return Br({author:null,branch:"",commit:"",root:!1,summary:{changes:0,insertions:0,deletions:0}},KC,t)}var KC,F3=q({"src/lib/parsers/parse-commit.ts"(){"use strict";fe(),KC=[new ve(/^\[([^\s]+)( \([^)]+\))? ([^\]]+)/,(t,[e,r,i])=>{t.branch=e,t.commit=i,t.root=!!r}),new ve(/\s*Author:\s(.+)/i,(t,[e])=>{let r=e.split("<"),i=r.pop();!i||!i.includes("@")||(t.author={email:i.substr(0,i.length-1),name:r.join("<").trim()})}),new ve(/(\d+)[^,]*(?:,\s*(\d+)[^,]*)(?:,\s*(\d+))/g,(t,[e,r,i])=>{t.summary.changes=parseInt(e,10)||0,t.summary.insertions=parseInt(r,10)||0,t.summary.deletions=parseInt(i,10)||0}),new ve(/^(\d+)[^,]*(?:,\s*(\d+)[^(]+\(([+-]))?/,(t,[e,r,i])=>{t.summary.changes=parseInt(e,10)||0;let n=parseInt(r,10)||0;i==="-"?t.summary.deletions=n:i==="+"&&(t.summary.insertions=n)})]}});function I3(t,e,r){return{commands:["-c","core.abbrev=40","commit",...pu(t,"-m"),...e,...r],format:"utf-8",parser:$3}}function M3(){return{commit(e,...r){let i=it(arguments),n=t(e)||I3(xn(e),xn(ar(r[0],Bd,[])),[...El(ar(r[1],_u,[])),...Er(arguments,0,!0)]);return this._runTask(n,i)}};function t(e){return!Bd(e)&&Lr("git.commit: requires the commit message to be supplied as a string/string[]")}}var D3=q({"src/lib/tasks/commit.ts"(){"use strict";F3(),fe(),_t()}});function O3(){return{firstCommit(){return this._runTask(Sr(["rev-list","--max-parents=0","HEAD"],!0),it(arguments))}}}var L3=q({"src/lib/tasks/first-commit.ts"(){"use strict";fe(),_t()}});function N3(t,e){let r=["hash-object",t];return e&&r.push("-w"),Sr(r,!0)}var B3=q({"src/lib/tasks/hash-object.ts"(){"use strict";_t()}});function H3(t,e,r){let i=String(r).trim(),n;if(n=QC.exec(i))return new Ld(t,e,!1,n[1]);if(n=JC.exec(i))return new Ld(t,e,!0,n[1]);let s="",a=i.split(" ");for(;a.length;)if(a.shift()==="in"){s=a.join(" ");break}return new Ld(t,e,/^re/i.test(i),s)}var Ld,QC,JC,U3=q({"src/lib/responses/InitSummary.ts"(){"use strict";Ld=class{constructor(t,e,r,i){this.bare=t,this.path=e,this.existing=r,this.gitDir=i}},QC=/^Init.+ repository in (.+)$/,JC=/^Rein.+ in (.+)$/}});function G3(t){return t.includes(jv)}function j3(t=!1,e,r){let i=["init",...r];return t&&!G3(i)&&i.splice(1,0,jv),{commands:i,format:"utf-8",parser(n){return H3(i.includes("--bare"),e,n)}}}var jv,V3=q({"src/lib/tasks/init.ts"(){"use strict";U3(),jv="--bare"}});function Vv(t){for(let e=0;eBr(new eT,e,r,!1)}var hv,PA,RA,$A,rT,iT=q({"src/lib/parsers/parse-diff-summary.ts"(){"use strict";bu(),W3(),LC(),fe(),hv=[new ve(/^(.+)\s+\|\s+(\d+)(\s+[+\-]+)?$/,(t,[e,r,i=""])=>{t.files.push({file:e.trim(),changes:Xe(r),insertions:i.replace(/[^+]/g,"").length,deletions:i.replace(/[^-]/g,"").length,binary:!1})}),new ve(/^(.+) \|\s+Bin ([0-9.]+) -> ([0-9.]+) ([a-z]+)/,(t,[e,r,i])=>{t.files.push({file:e.trim(),before:Xe(r),after:Xe(i),binary:!0})}),new ve(/(\d+) files? changed\s*((?:, \d+ [^,]+){0,2})/,(t,[e,r])=>{let i=/(\d+) i/.exec(r),n=/(\d+) d/.exec(r);t.changed=Xe(e),t.insertions=Xe(i==null?void 0:i[1]),t.deletions=Xe(n==null?void 0:n[1])})],PA=[new ve(/(\d+)\t(\d+)\t(.+)$/,(t,[e,r,i])=>{let n=Xe(e),s=Xe(r);t.changed++,t.insertions+=n,t.deletions+=s,t.files.push({file:i,changes:n+s,insertions:n,deletions:s,binary:!1})}),new ve(/-\t-\t(.+)$/,(t,[e])=>{t.changed++,t.files.push({file:e,after:0,before:0,binary:!0})})],RA=[new ve(/(.+)$/,(t,[e])=>{t.changed++,t.files.push({file:e,changes:0,insertions:0,deletions:0,binary:!1})})],$A=[new ve(/([ACDMRTUXB])([0-9]{0,3})\t(.[^\t]*)(\t(.[^\t]*))?$/,(t,[e,r,i,n,s])=>{t.changed++,t.files.push({file:s!=null?s:i,changes:0,insertions:0,deletions:0,binary:!1,status:vv(u3(e)&&e),from:vv(!!s&&i!==s&&i),similarity:Xe(r)})})],rT={"":hv,"--stat":hv,"--numstat":PA,"--name-status":$A,"--name-only":RA}}});function q3(t,e){return e.reduce((r,i,n)=>(r[i]=t[n]||"",r),Object.create({diff:null}))}function nT(t=Yv,e=sT,r=""){let i=tT(r);return function(n){let s=vu(n.trim(),!1,Wv).map(function(a){let o=a.split(qv),l=q3(o[0].split(t),e);return o.length>1&&o[1].trim()&&(l.diff=i(o[1])),l});return{all:s,latest:s.length&&s[0]||null,total:s.length}}}var Wv,qv,Yv,sT,aT=q({"src/lib/parsers/parse-list-log-summary.ts"(){"use strict";fe(),iT(),bu(),Wv="\xF2\xF2\xF2\xF2\xF2\xF2 ",qv=" \xF2\xF2",Yv=" \xF2 ",sT=["hash","date","message","refs","author_name","author_email"]}}),oT={};xt(oT,{diffSummaryTask:()=>Y3,validateLogFormatConfig:()=>Zd});function Y3(t){let e=Vv(t),r=["diff"];return e===""&&(e="--stat",r.push("--stat=4096")),r.push(...t),Zd(r)||{commands:r,format:"utf-8",parser:tT(e)}}function Zd(t){let e=t.filter(z3);if(e.length>1)return Lr(`Summary flags are mutually exclusive - pick one of ${e.join(",")}`);if(e.length&&t.includes("-z"))return Lr(`Summary flag ${e} parsing is not compatible with null termination option '-z'`)}var Xv=q({"src/lib/tasks/diff.ts"(){"use strict";bu(),iT(),_t()}});function X3(t,e){let r=[],i=[];return Object.keys(t).forEach(n=>{r.push(n),i.push(String(t[n]))}),[r,i.join(e)]}function Z3(t){return Object.keys(t).reduce((e,r)=>(r in kv||(e[r]=t[r]),e),{})}function lT(t={},e=[]){let r=ar(t.splitter,pt,Yv),i=Wd(t.format)?t.format:{hash:"%H",date:t.strictDate===!1?"%ai":"%aI",message:"%s",refs:"%D",body:t.multiLine?"%B":"%b",author_name:t.mailMap!==!1?"%aN":"%an",author_email:t.mailMap!==!1?"%aE":"%ae"},[n,s]=X3(i,r),a=[],o=[`--pretty=format:${Wv}${s}${qv}`,...e],l=t.n||t["max-count"]||t.maxCount;if(l&&o.push(`--max-count=${l}`),t.from||t.to){let c=t.symmetric!==!1?"...":"..";a.push(`${t.from||""}${c}${t.to||""}`)}return pt(t.file)&&o.push("--follow",gl(t.file)),Dv(Z3(t),o),{fields:n,splitter:r,commands:[...o,...a]}}function K3(t,e,r){let i=nT(t,e,Vv(r));return{commands:["log",...r],format:"utf-8",parser:i}}function Q3(){return{log(...r){let i=it(arguments),n=lT(Ov(arguments),El(ar(arguments[0],_u,[]))),s=e(...r)||Zd(n.commands)||t(n);return this._runTask(s,i)}};function t(r){return K3(r.splitter,r.fields,r.commands)}function e(r,i){return pt(r)&&pt(i)&&Lr("git.log(string, string) should be replaced with git.log({ from: string, to: string })")}}var kv,cT=q({"src/lib/tasks/log.ts"(){"use strict";bu(),aT(),fe(),_t(),Xv(),kv=(t=>(t[t["--pretty"]=0]="--pretty",t[t["max-count"]=1]="max-count",t[t.maxCount=2]="maxCount",t[t.n=3]="n",t[t.file=4]="file",t[t.format=5]="format",t[t.from=6]="from",t[t.to=7]="to",t[t.splitter=8]="splitter",t[t.symmetric=9]="symmetric",t[t.mailMap=10]="mailMap",t[t.multiLine=11]="multiLine",t[t.strictDate=12]="strictDate",t))(kv||{})}}),Nd,uT,J3=q({"src/lib/responses/MergeSummary.ts"(){"use strict";Nd=class{constructor(t,e=null,r){this.reason=t,this.file=e,this.meta=r}toString(){return`${this.file}:${this.reason}`}},uT=class{constructor(){this.conflicts=[],this.merges=[],this.result="success"}get failed(){return this.conflicts.length>0}get reason(){return this.result}toString(){return this.conflicts.length?`CONFLICTS: ${this.conflicts.join(", ")}`:"OK"}}}}),Av,fT,e8=q({"src/lib/responses/PullSummary.ts"(){"use strict";Av=class{constructor(){this.remoteMessages={all:[]},this.created=[],this.deleted=[],this.files=[],this.deletions={},this.insertions={},this.summary={changes:0,deletions:0,insertions:0}}},fT=class{constructor(){this.remote="",this.hash={local:"",remote:""},this.branch={local:"",remote:""},this.message=""}toString(){return this.message}}}});function pv(t){return t.objects=t.objects||{compressing:0,counting:0,enumerating:0,packReused:0,reused:{count:0,delta:0},total:{count:0,delta:0}}}function FA(t){let e=/^\s*(\d+)/.exec(t),r=/delta (\d+)/i.exec(t);return{count:Xe(e&&e[1]||"0"),delta:Xe(r&&r[1]||"0")}}var dT,t8=q({"src/lib/parsers/parse-remote-objects.ts"(){"use strict";fe(),dT=[new Ns(/^remote:\s*(enumerating|counting|compressing) objects: (\d+),/i,(t,[e,r])=>{let i=e.toLowerCase(),n=pv(t.remoteMessages);Object.assign(n,{[i]:Xe(r)})}),new Ns(/^remote:\s*(enumerating|counting|compressing) objects: \d+% \(\d+\/(\d+)\),/i,(t,[e,r])=>{let i=e.toLowerCase(),n=pv(t.remoteMessages);Object.assign(n,{[i]:Xe(r)})}),new Ns(/total ([^,]+), reused ([^,]+), pack-reused (\d+)/i,(t,[e,r,i])=>{let n=pv(t.remoteMessages);n.total=FA(e),n.reused=FA(r),n.packReused=Xe(i)})]}});function hT(t,e){return Br({remoteMessages:new mT},pT,e)}var pT,mT,gT=q({"src/lib/parsers/parse-remote-messages.ts"(){"use strict";fe(),t8(),pT=[new Ns(/^remote:\s*(.+)$/,(t,[e])=>(t.remoteMessages.all.push(e.trim()),!1)),...dT,new Ns([/create a (?:pull|merge) request/i,/\s(https?:\/\/\S+)$/],(t,[e])=>{t.remoteMessages.pullRequestUrl=e}),new Ns([/found (\d+) vulnerabilities.+\(([^)]+)\)/i,/\s(https?:\/\/\S+)$/],(t,[e,r,i])=>{t.remoteMessages.vulnerabilities={count:Xe(e),summary:r,url:i}})],mT=class{constructor(){this.all=[]}}}});function r8(t,e){let r=Br(new fT,vT,[t,e]);return r.message&&r}var IA,MA,DA,OA,vT,LA,Zv,wT=q({"src/lib/parsers/parse-pull.ts"(){"use strict";e8(),fe(),gT(),IA=/^\s*(.+?)\s+\|\s+\d+\s*(\+*)(-*)/,MA=/(\d+)\D+((\d+)\D+\(\+\))?(\D+(\d+)\D+\(-\))?/,DA=/^(create|delete) mode \d+ (.+)/,OA=[new ve(IA,(t,[e,r,i])=>{t.files.push(e),r&&(t.insertions[e]=r.length),i&&(t.deletions[e]=i.length)}),new ve(MA,(t,[e,,r,,i])=>r!==void 0||i!==void 0?(t.summary.changes=+e||0,t.summary.insertions=+r||0,t.summary.deletions=+i||0,!0):!1),new ve(DA,(t,[e,r])=>{Si(t.files,r),Si(e==="create"?t.created:t.deleted,r)})],vT=[new ve(/^from\s(.+)$/i,(t,[e])=>void(t.remote=e)),new ve(/^fatal:\s(.+)$/,(t,[e])=>void(t.message=e)),new ve(/([a-z0-9]+)\.\.([a-z0-9]+)\s+(\S+)\s+->\s+(\S+)$/,(t,[e,r,i,n])=>{t.branch.local=i,t.hash.local=e,t.branch.remote=n,t.hash.remote=r})],LA=(t,e)=>Br(new Av,OA,[t,e]),Zv=(t,e)=>Object.assign(new Av,LA(t,e),hT(t,e))}}),NA,_T,BA,i8=q({"src/lib/parsers/parse-merge.ts"(){"use strict";J3(),fe(),wT(),NA=[new ve(/^Auto-merging\s+(.+)$/,(t,[e])=>{t.merges.push(e)}),new ve(/^CONFLICT\s+\((.+)\): Merge conflict in (.+)$/,(t,[e,r])=>{t.conflicts.push(new Nd(e,r))}),new ve(/^CONFLICT\s+\((.+\/delete)\): (.+) deleted in (.+) and/,(t,[e,r,i])=>{t.conflicts.push(new Nd(e,r,{deleteRef:i}))}),new ve(/^CONFLICT\s+\((.+)\):/,(t,[e])=>{t.conflicts.push(new Nd(e,null))}),new ve(/^Automatic merge failed;\s+(.+)$/,(t,[e])=>{t.result=e})],_T=(t,e)=>Object.assign(BA(t,e),Zv(t,e)),BA=t=>Br(new uT,NA,t)}});function HA(t){return t.length?{commands:["merge",...t],format:"utf-8",parser(e,r){let i=_T(e,r);if(i.failed)throw new gu(i);return i}}:Lr("Git.merge requires at least one option")}var n8=q({"src/lib/tasks/merge.ts"(){"use strict";xl(),i8(),_t()}});function s8(t,e,r){let i=r.includes("deleted"),n=r.includes("tag")||/^refs\/tags/.test(t),s=!r.includes("new");return{deleted:i,tag:n,branch:!n,new:!s,alreadyUpdated:s,local:t,remote:e}}var UA,bT,GA,a8=q({"src/lib/parsers/parse-push.ts"(){"use strict";fe(),gT(),UA=[new ve(/^Pushing to (.+)$/,(t,[e])=>{t.repo=e}),new ve(/^updating local tracking ref '(.+)'/,(t,[e])=>{t.ref={...t.ref||{},local:e}}),new ve(/^[=*-]\s+([^:]+):(\S+)\s+\[(.+)]$/,(t,[e,r,i])=>{t.pushed.push(s8(e,r,i))}),new ve(/^Branch '([^']+)' set up to track remote branch '([^']+)' from '([^']+)'/,(t,[e,r,i])=>{t.branch={...t.branch||{},local:e,remote:r,remoteName:i}}),new ve(/^([^:]+):(\S+)\s+([a-z0-9]+)\.\.([a-z0-9]+)$/,(t,[e,r,i,n])=>{t.update={head:{local:e,remote:r},hash:{from:i,to:n}}})],bT=(t,e)=>{let r=GA(t,e),i=hT(t,e);return{...r,...i}},GA=(t,e)=>Br({pushed:[]},UA,[t,e])}}),yT={};xt(yT,{pushTagsTask:()=>o8,pushTask:()=>Kv});function o8(t={},e){return Si(e,"--tags"),Kv(t,e)}function Kv(t={},e){let r=["push",...e];return t.branch&&r.splice(1,0,t.branch),t.remote&&r.splice(1,0,t.remote),Vd(r,"-v"),Si(r,"--verbose"),Si(r,"--porcelain"),{commands:r,format:"utf-8",parser:bT}}var xT=q({"src/lib/tasks/push.ts"(){"use strict";a8(),fe()}});function l8(){return{showBuffer(){let t=["show",...Er(arguments,1)];return t.includes("--binary")||t.splice(1,0,"--binary"),this._runTask(CC(t),it(arguments))},show(){let t=["show",...Er(arguments,1)];return this._runTask(Sr(t),it(arguments))}}}var c8=q({"src/lib/tasks/show.ts"(){"use strict";fe(),_t()}}),jA,ET,u8=q({"src/lib/responses/FileStatusSummary.ts"(){"use strict";jA=/^(.+)\0(.+)$/,ET=class{constructor(t,e,r){if(this.path=t,this.index=e,this.working_dir=r,e==="R"||r==="R"){let i=jA.exec(t)||[null,t,t];this.from=i[2]||"",this.path=i[1]||""}}}}});function VA(t){let[e,r]=t.split(bl);return{from:r||e,to:e}}function Jr(t,e,r){return[`${t}${e}`,r]}function mv(t,...e){return e.map(r=>Jr(t,r,(i,n)=>i.conflicted.push(n)))}function f8(t,e){let r=e.trim();switch(" "){case r.charAt(2):return i(r.charAt(0),r.charAt(1),r.slice(3));case r.charAt(1):return i(" ",r.charAt(0),r.slice(2));default:return}function i(n,s,a){let o=`${n}${s}`,l=ST.get(o);l&&l(t,a),o!=="##"&&o!=="!!"&&t.files.push(new ET(a,n,s))}}var zA,ST,kT,d8=q({"src/lib/responses/StatusSummary.ts"(){"use strict";fe(),u8(),zA=class{constructor(){this.not_added=[],this.conflicted=[],this.created=[],this.deleted=[],this.ignored=void 0,this.modified=[],this.renamed=[],this.files=[],this.staged=[],this.ahead=0,this.behind=0,this.current=null,this.tracking=null,this.detached=!1,this.isClean=()=>!this.files.length}},ST=new Map([Jr(" ","A",(t,e)=>t.created.push(e)),Jr(" ","D",(t,e)=>t.deleted.push(e)),Jr(" ","M",(t,e)=>t.modified.push(e)),Jr("A"," ",(t,e)=>{t.created.push(e),t.staged.push(e)}),Jr("A","M",(t,e)=>{t.created.push(e),t.staged.push(e),t.modified.push(e)}),Jr("D"," ",(t,e)=>{t.deleted.push(e),t.staged.push(e)}),Jr("M"," ",(t,e)=>{t.modified.push(e),t.staged.push(e)}),Jr("M","M",(t,e)=>{t.modified.push(e),t.staged.push(e)}),Jr("R"," ",(t,e)=>{t.renamed.push(VA(e))}),Jr("R","M",(t,e)=>{let r=VA(e);t.renamed.push(r),t.modified.push(r.to)}),Jr("!","!",(t,e)=>{(t.ignored=t.ignored||[]).push(e)}),Jr("?","?",(t,e)=>t.not_added.push(e)),...mv("A","A","U"),...mv("D","D","U"),...mv("U","A","D","U"),["##",(t,e)=>{let r=/ahead (\d+)/,i=/behind (\d+)/,n=/^(.+?(?=(?:\.{3}|\s|$)))/,s=/\.{3}(\S*)/,a=/\son\s(\S+?)(?=\.{3}|$)/,o=r.exec(e);t.ahead=o&&+o[1]||0,o=i.exec(e),t.behind=o&&+o[1]||0,o=n.exec(e),t.current=ar(o==null?void 0:o[1],pt,null),o=s.exec(e),t.tracking=ar(o==null?void 0:o[1],pt,null),o=a.exec(e),o&&(t.current=ar(o==null?void 0:o[1],pt,t.current)),t.detached=/\(no branch\)/.test(e)}]]),kT=function(t){let e=t.split(bl),r=new zA;for(let i=0,n=e.length;i!AT.includes(r))],parser(r){return kT(r)}}}var AT,p8=q({"src/lib/tasks/status.ts"(){"use strict";d8(),AT=["--null","-z"]}});function Gd(t=0,e=0,r=0,i="",n=!0){return Object.defineProperty({major:t,minor:e,patch:r,agent:i,installed:n},"toString",{value(){return`${this.major}.${this.minor}.${this.patch}`},configurable:!1,enumerable:!1})}function m8(){return Gd(0,0,0,"",!1)}function g8(){return{version(){return this._runTask({commands:["--version"],format:"utf-8",parser:v8,onError(t,e,r,i){if(t.exitCode===-2)return r(Buffer.from(Qv));i(e)}})}}}function v8(t){return t===Qv?m8():Br(Gd(0,0,0,t),CT,t)}var Qv,CT,w8=q({"src/lib/tasks/version.ts"(){"use strict";fe(),Qv="installed=false",CT=[new ve(/version (\d+)\.(\d+)\.(\d+)(?:\s*\((.+)\))?/,(t,[e,r,i,n=""])=>{Object.assign(t,Gd(Xe(e),Xe(r),Xe(i),n))}),new ve(/version (\d+)\.(\d+)\.(\D+)(.+)?$/,(t,[e,r,i,n=""])=>{Object.assign(t,Gd(Xe(e),Xe(r),i,n))})]}});function WA(t,e,r,...i){return pt(r)?e(r,ar(i[0],pt),Er(arguments)):Lr(`git.${t}() requires a string 'repoPath'`)}function _8(){return{clone(t,...e){return this._runTask(WA("clone",Cv,ar(t,pt),...e),it(arguments))},mirror(t,...e){return this._runTask(WA("mirror",TT,ar(t,pt),...e),it(arguments))}}}var Cv,TT,b8=q({"src/lib/tasks/clone.ts"(){"use strict";_t(),fe(),Cv=(t,e,r)=>{let i=["clone",...r];return pt(t)&&i.push(gl(t)),pt(e)&&i.push(gl(e)),Sr(i)},TT=(t,e,r)=>(Si(r,"--mirror"),Cv(t,e,r))}}),PT={};xt(PT,{SimpleGitApi:()=>Tv});var Tv,y8=q({"src/lib/simple-git-api.ts"(){"use strict";S3(),k3(),C3(),R3(),D3(),DC(),L3(),HC(),B3(),V3(),cT(),n8(),xT(),c8(),p8(),_t(),w8(),fe(),b8(),Tv=class{constructor(t){this._executor=t}_runTask(t,e){let r=this._executor.chain(),i=r.push(t);return e&&x3(t,i,e),Object.create(this,{then:{value:i.then.bind(i)},catch:{value:i.catch.bind(i)},_executor:{value:r}})}add(t){return this._runTask(Sr(["add",...xn(t)]),it(arguments))}cwd(t){let e=it(arguments);return typeof t=="string"?this._runTask(TA(t,this._executor),e):typeof(t==null?void 0:t.path)=="string"?this._runTask(TA(t.path,t.root&&this._executor||void 0),e):this._runTask(Lr("Git.cwd: workingDirectory must be supplied as a string"),e)}hashObject(t,e){return this._runTask(N3(t,e===!0),it(arguments))}init(t){return this._runTask(j3(t===!0,this._executor.cwd,Er(arguments)),it(arguments))}merge(){return this._runTask(HA(Er(arguments)),it(arguments))}mergeFromTo(t,e){return pt(t)&&pt(e)?this._runTask(HA([t,e,...Er(arguments)]),it(arguments,!1)):this._runTask(Lr("Git.mergeFromTo requires that the 'remote' and 'branch' arguments are supplied as strings"))}outputHandler(t){return this._executor.outputHandler=t,this}push(){let t=Kv({remote:ar(arguments[0],pt),branch:ar(arguments[1],pt)},Er(arguments));return this._runTask(t,it(arguments))}stash(){return this._runTask(Sr(["stash",...Er(arguments)]),it(arguments))}status(){return this._runTask(h8(Er(arguments)),it(arguments))}},Object.assign(Tv.prototype,A3(),_8(),M3(),c3(),P3(),O3(),h3(),Q3(),l8(),g8())}}),RT={};xt(RT,{Scheduler:()=>FT});var qA,FT,x8=q({"src/lib/runners/scheduler.ts"(){"use strict";fe(),zC(),qA=(()=>{let t=0;return()=>{t++;let{promise:e,done:r}=(0,$T.createDeferred)();return{promise:e,done:r,id:t}}})(),FT=class{constructor(t=2){this.concurrency=t,this.logger=Gv("","scheduler"),this.pending=[],this.running=[],this.logger("Constructed, concurrency=%s",t)}schedule(){if(!this.pending.length||this.running.length>=this.concurrency){this.logger("Schedule attempt ignored, pending=%s running=%s concurrency=%s",this.pending.length,this.running.length,this.concurrency);return}let t=Si(this.running,this.pending.shift());this.logger("Attempting id=%s",t.id),t.done(()=>{this.logger("Completing id=",t.id),Vd(this.running,t),this.schedule()})}next(){let{promise:t,id:e}=Si(this.pending,qA());return this.logger("Scheduling id=%s",e),this.schedule(),t}}}}),IT={};xt(IT,{applyPatchTask:()=>E8});function E8(t,e){return Sr(["apply",...e,...t])}var S8=q({"src/lib/tasks/apply-patch.ts"(){"use strict";_t()}});function k8(t,e){return{branch:t,hash:e,success:!0}}function A8(t){return{branch:t,hash:null,success:!1}}var MT,C8=q({"src/lib/responses/BranchDeleteSummary.ts"(){"use strict";MT=class{constructor(){this.all=[],this.branches={},this.errors=[]}get success(){return!this.errors.length}}}});function DT(t,e){return e===1&&Pv.test(t)}var YA,Pv,XA,Kd,T8=q({"src/lib/parsers/parse-branch-delete.ts"(){"use strict";C8(),fe(),YA=/(\S+)\s+\(\S+\s([^)]+)\)/,Pv=/^error[^']+'([^']+)'/m,XA=[new ve(YA,(t,[e,r])=>{let i=k8(e,r);t.all.push(i),t.branches[e]=i}),new ve(Pv,(t,[e])=>{let r=A8(e);t.errors.push(r),t.all.push(r),t.branches[e]=r})],Kd=(t,e)=>Br(new MT,XA,[t,e])}}),OT,P8=q({"src/lib/responses/BranchSummary.ts"(){"use strict";OT=class{constructor(){this.all=[],this.branches={},this.current="",this.detached=!1}push(t,e,r,i,n){t==="*"&&(this.detached=e,this.current=r),this.all.push(r),this.branches[r]={current:t==="*",linkedWorkTree:t==="+",name:r,commit:i,label:n}}}}});function ZA(t){return t?t.charAt(0):""}function LT(t,e=!1){return Br(new OT,e?[BT]:NT,t)}var NT,BT,R8=q({"src/lib/parsers/parse-branch.ts"(){"use strict";P8(),fe(),NT=[new ve(/^([*+]\s)?\((?:HEAD )?detached (?:from|at) (\S+)\)\s+([a-z0-9]+)\s(.*)$/,(t,[e,r,i,n])=>{t.push(ZA(e),!0,r,i,n)}),new ve(/^([*+]\s)?(\S+)\s+([a-z0-9]+)\s?(.*)$/s,(t,[e,r,i,n])=>{t.push(ZA(e),!1,r,i,n)})],BT=new ve(/^(\S+)$/s,(t,[e])=>{t.push("*",!1,e,"","")})}}),HT={};xt(HT,{branchLocalTask:()=>F8,branchTask:()=>$8,containsDeleteBranchCommand:()=>UT,deleteBranchTask:()=>M8,deleteBranchesTask:()=>I8});function UT(t){let e=["-d","-D","--delete"];return t.some(r=>e.includes(r))}function $8(t){let e=UT(t),r=t.includes("--show-current"),i=["branch",...t];return i.length===1&&i.push("-a"),i.includes("-v")||i.splice(1,0,"-v"),{format:"utf-8",commands:i,parser(n,s){return e?Kd(n,s).all[0]:LT(n,r)}}}function F8(){return{format:"utf-8",commands:["branch","-v"],parser(t){return LT(t)}}}function I8(t,e=!1){return{format:"utf-8",commands:["branch","-v",e?"-D":"-d",...t],parser(r,i){return Kd(r,i)},onError({exitCode:r,stdOut:i},n,s,a){if(!DT(String(n),r))return a(n);s(i)}}}function M8(t,e=!1){let r={format:"utf-8",commands:["branch","-v",e?"-D":"-d",t],parser(i,n){return Kd(i,n).branches[t]},onError({exitCode:i,stdErr:n,stdOut:s},a,o,l){if(!DT(String(a),i))return l(a);throw new gu(r.parser(mu(s),mu(n)),String(a))}};return r}var D8=q({"src/lib/tasks/branch.ts"(){"use strict";xl(),T8(),R8(),fe()}});function O8(t){let e=t.trim().replace(/^["']|["']$/g,"");return e&&(0,GT.normalize)(e)}var jT,L8=q({"src/lib/responses/CheckIgnore.ts"(){"use strict";jT=t=>t.split(/\n/g).map(O8).filter(Boolean)}}),VT={};xt(VT,{checkIgnoreTask:()=>N8});function N8(t){return{commands:["check-ignore",...t],format:"utf-8",parser:jT}}var B8=q({"src/lib/tasks/check-ignore.ts"(){"use strict";L8()}});function H8(t,e){return Br({raw:t,remote:null,branches:[],tags:[],updated:[],deleted:[]},zT,[t,e])}var zT,U8=q({"src/lib/parsers/parse-fetch.ts"(){"use strict";fe(),zT=[new ve(/From (.+)$/,(t,[e])=>{t.remote=e}),new ve(/\* \[new branch]\s+(\S+)\s*-> (.+)$/,(t,[e,r])=>{t.branches.push({name:e,tracking:r})}),new ve(/\* \[new tag]\s+(\S+)\s*-> (.+)$/,(t,[e,r])=>{t.tags.push({name:e,tracking:r})}),new ve(/- \[deleted]\s+\S+\s*-> (.+)$/,(t,[e])=>{t.deleted.push({tracking:e})}),new ve(/\s*([^.]+)\.\.(\S+)\s+(\S+)\s*-> (.+)$/,(t,[e,r,i,n])=>{t.updated.push({name:i,tracking:n,to:r,from:e})})]}}),WT={};xt(WT,{fetchTask:()=>j8});function G8(t){return/^--upload-pack(=|$)/.test(t)}function j8(t,e,r){let i=["fetch",...r];return t&&e&&i.push(t,e),i.find(G8)?Lr("git.fetch: potential exploit argument blocked."):{commands:i,format:"utf-8",parser:H8}}var V8=q({"src/lib/tasks/fetch.ts"(){"use strict";U8(),_t()}});function z8(t){return Br({moves:[]},qT,t)}var qT,W8=q({"src/lib/parsers/parse-move.ts"(){"use strict";fe(),qT=[new ve(/^Renaming (.+) to (.+)$/,(t,[e,r])=>{t.moves.push({from:e,to:r})})]}}),YT={};xt(YT,{moveTask:()=>q8});function q8(t,e){return{commands:["mv","-v",...xn(t),e],format:"utf-8",parser:z8}}var Y8=q({"src/lib/tasks/move.ts"(){"use strict";W8(),fe()}}),XT={};xt(XT,{pullTask:()=>X8});function X8(t,e,r){let i=["pull",...r];return t&&e&&i.splice(1,0,t,e),{commands:i,format:"utf-8",parser(n,s){return Zv(n,s)},onError(n,s,a,o){let l=r8(mu(n.stdOut),mu(n.stdErr));if(l)return o(new gu(l));o(s)}}}var Z8=q({"src/lib/tasks/pull.ts"(){"use strict";xl(),wT(),fe()}});function K8(t){let e={};return ZT(t,([r])=>e[r]={name:r}),Object.values(e)}function Q8(t){let e={};return ZT(t,([r,i,n])=>{Object.hasOwn(e,r)||(e[r]={name:r,refs:{fetch:"",push:""}}),n&&i&&(e[r].refs[n.replace(/[^a-z]/g,"")]=i)}),Object.values(e)}function ZT(t,e){Fv(t,r=>e(r.split(/\s+/)))}var J8=q({"src/lib/responses/GetRemoteSummary.ts"(){"use strict";fe()}}),KT={};xt(KT,{addRemoteTask:()=>e6,getRemotesTask:()=>t6,listRemotesTask:()=>r6,remoteTask:()=>i6,removeRemoteTask:()=>n6});function e6(t,e,r){return Sr(["remote","add",...r,t,e])}function t6(t){let e=["remote"];return t&&e.push("-v"),{commands:e,format:"utf-8",parser:t?Q8:K8}}function r6(t){let e=[...t];return e[0]!=="ls-remote"&&e.unshift("ls-remote"),Sr(e)}function i6(t){let e=[...t];return e[0]!=="remote"&&e.unshift("remote"),Sr(e)}function n6(t){return Sr(["remote","remove",t])}var s6=q({"src/lib/tasks/remote.ts"(){"use strict";J8(),_t()}}),QT={};xt(QT,{stashListTask:()=>a6});function a6(t={},e){let r=lT(t),i=["stash","list",...r.commands,...e],n=nT(r.splitter,r.fields,Vv(i));return Zd(i)||{commands:i,format:"utf-8",parser:n}}var o6=q({"src/lib/tasks/stash-list.ts"(){"use strict";bu(),aT(),Xv(),cT()}}),JT={};xt(JT,{addSubModuleTask:()=>l6,initSubModuleTask:()=>c6,subModuleTask:()=>Qd,updateSubModuleTask:()=>u6});function l6(t,e){return Qd(["add",t,e])}function c6(t){return Qd(["init",...t])}function Qd(t){let e=[...t];return e[0]!=="submodule"&&e.unshift("submodule"),Sr(e)}function u6(t){return Qd(["update",...t])}var f6=q({"src/lib/tasks/sub-module.ts"(){"use strict";_t()}});function d6(t,e){let r=Number.isNaN(t),i=Number.isNaN(e);return r!==i?r?1:-1:r?e2(t,e):0}function e2(t,e){return t===e?0:t>e?1:-1}function h6(t){return t.trim()}function Dd(t){return typeof t=="string"&&parseInt(t.replace(/^\D+/g,""),10)||0}var KA,t2,p6=q({"src/lib/responses/TagList.ts"(){"use strict";KA=class{constructor(t,e){this.all=t,this.latest=e}},t2=function(t,e=!1){let r=t.split(` +`).map(h6).filter(Boolean);e||r.sort(function(n,s){let a=n.split("."),o=s.split(".");if(a.length===1||o.length===1)return d6(Dd(a[0]),Dd(o[0]));for(let l=0,c=Math.max(a.length,o.length);ln.indexOf(".")>=0);return new KA(r,i)}}}),r2={};xt(r2,{addAnnotatedTagTask:()=>v6,addTagTask:()=>g6,tagListTask:()=>m6});function m6(t=[]){let e=t.some(r=>/^--sort=/.test(r));return{format:"utf-8",commands:["tag","-l",...t],parser(r){return t2(r,e)}}}function g6(t){return{format:"utf-8",commands:["tag",t],parser(){return{name:t}}}}function v6(t,e){return{format:"utf-8",commands:["tag","-a","-m",e,t],parser(){return{name:t}}}}var w6=q({"src/lib/tasks/tag.ts"(){"use strict";p6()}}),_6=OH({"src/git.js"(t,e){"use strict";var{GitExecutor:r}=(y3(),wt(YC)),{SimpleGitApi:i}=(y8(),wt(PT)),{Scheduler:n}=(x8(),wt(RT)),{adhocExecTask:s,configurationErrorTask:a}=(_t(),wt(xv)),{asArray:o,filterArray:l,filterPrimitives:c,filterString:u,filterStringOrStringArray:f,filterType:d,getTrailingOptions:h,trailingFunctionArgument:p,trailingOptionsArgument:g}=(fe(),wt(vC)),{applyPatchTask:v}=(S8(),wt(IT)),{branchTask:_,branchLocalTask:b,deleteBranchesTask:S,deleteBranchTask:k}=(D8(),wt(HT)),{checkIgnoreTask:E}=(B8(),wt(VT)),{checkIsRepoTask:A}=(yC(),wt(wC)),{cleanWithOptionsTask:w,isCleanOptionsArray:x}=(FC(),wt(RC)),{diffSummaryTask:y}=(Xv(),wt(oT)),{fetchTask:C}=(V8(),wt(WT)),{moveTask:P}=(Y8(),wt(YT)),{pullTask:L}=(Z8(),wt(XT)),{pushTagsTask:N}=(xT(),wt(yT)),{addRemoteTask:B,getRemotesTask:ge,listRemotesTask:Le,remoteTask:ke,removeRemoteTask:ne}=(s6(),wt(KT)),{getResetMode:Ee,resetTask:_e}=(VC(),wt(UC)),{stashListTask:z}=(o6(),wt(QT)),{addSubModuleTask:X,initSubModuleTask:V,subModuleTask:Ne,updateSubModuleTask:gr}=(f6(),wt(JT)),{addAnnotatedTagTask:Nt,addTagTask:Fe,tagListTask:Pt}=(w6(),wt(r2)),{straightThroughBufferTask:Rt,straightThroughStringTask:Ye}=(_t(),wt(xv));function J(D,M){this._plugins=M,this._executor=new r(D.baseDir,new n(D.maxConcurrentProcesses),M),this._trimmed=D.trimmed}(J.prototype=Object.create(i.prototype)).constructor=J,J.prototype.customBinary=function(D){return this._plugins.reconfigure("binary",D),this},J.prototype.env=function(D,M){return arguments.length===1&&typeof D=="object"?this._executor.env=D:(this._executor.env=this._executor.env||{})[D]=M,this},J.prototype.stashList=function(D){return this._runTask(z(g(arguments)||{},l(D)&&D||[]),p(arguments))},J.prototype.mv=function(D,M){return this._runTask(P(D,M),p(arguments))},J.prototype.checkoutLatestTag=function(D){var M=this;return this.pull(function(){M.tags(function(ae,Te){M.checkout(Te.latest,D)})})},J.prototype.pull=function(D,M,ae,Te){return this._runTask(L(d(D,u),d(M,u),h(arguments)),p(arguments))},J.prototype.fetch=function(D,M){return this._runTask(C(d(D,u),d(M,u),h(arguments)),p(arguments))},J.prototype.silent=function(D){return this._runTask(s(()=>console.warn("simple-git deprecation notice: git.silent: logging should be configured using the `debug` library / `DEBUG` environment variable, this method will be removed.")))},J.prototype.tags=function(D,M){return this._runTask(Pt(h(arguments)),p(arguments))},J.prototype.rebase=function(){return this._runTask(Ye(["rebase",...h(arguments)]),p(arguments))},J.prototype.reset=function(D){return this._runTask(_e(Ee(D),h(arguments)),p(arguments))},J.prototype.revert=function(D){let M=p(arguments);return typeof D!="string"?this._runTask(a("Commit must be a string"),M):this._runTask(Ye(["revert",...h(arguments,0,!0),D]),M)},J.prototype.addTag=function(D){let M=typeof D=="string"?Fe(D):a("Git.addTag requires a tag name");return this._runTask(M,p(arguments))},J.prototype.addAnnotatedTag=function(D,M){return this._runTask(Nt(D,M),p(arguments))},J.prototype.deleteLocalBranch=function(D,M,ae){return this._runTask(k(D,typeof M=="boolean"?M:!1),p(arguments))},J.prototype.deleteLocalBranches=function(D,M,ae){return this._runTask(S(D,typeof M=="boolean"?M:!1),p(arguments))},J.prototype.branch=function(D,M){return this._runTask(_(h(arguments)),p(arguments))},J.prototype.branchLocal=function(D){return this._runTask(b(),p(arguments))},J.prototype.raw=function(D){let M=!Array.isArray(D),ae=[].slice.call(M?arguments:D,0);for(let Bt=0;Btconsole.warn("simple-git deprecation notice: clearQueue() is deprecated and will be removed, switch to using the abortPlugin instead.")))},J.prototype.checkIgnore=function(D,M){return this._runTask(E(o(d(D,f,[]))),p(arguments))},J.prototype.checkIsRepo=function(D,M){return this._runTask(A(d(D,u)),p(arguments))},e.exports=J}});Bs();var b6=class extends Nr{constructor(t,e){super(void 0,e),this.config=t}};Bs();Bs();var yl=class extends Nr{constructor(t,e,r){super(t,r),this.task=t,this.plugin=e,Object.setPrototypeOf(this,new.target.prototype)}};xl();iC();yC();FC();DC();LC();HC();VC();function y6(t){return t?[{type:"spawn.before",action(i,n){t.aborted&&n.kill(new yl(void 0,"abort","Abort already signaled"))}},{type:"spawn.after",action(i,n){function s(){n.kill(new yl(void 0,"abort","Abort signal received"))}t.addEventListener("abort",s),n.spawned.on("close",()=>t.removeEventListener("abort",s))}}]:void 0}function x6(t={}){return{type:"spawn.args",action(e,{env:r}){for(let i of SA(e,r))if(t[i.category]!==!0)throw new yl(void 0,"unsafe",i.message);return e}}}fe();function E6(t){let e=pu(t,"-c");return{type:"spawn.args",action(r){return[...e,...r]}}}fe();var QA=(0,_l.deferred)().promise;function S6({onClose:t=!0,onExit:e=50}={}){function r(){let n=-1,s={close:(0,_l.deferred)(),closeTimeout:(0,_l.deferred)(),exit:(0,_l.deferred)(),exitTimeout:(0,_l.deferred)()},a=Promise.race([t===!1?QA:s.closeTimeout.promise,e===!1?QA:s.exitTimeout.promise]);return i(t,s.close,s.closeTimeout),i(e,s.exit,s.exitTimeout),{close(o){n=o,s.close.done()},exit(o){n=o,s.exit.done()},get exitCode(){return n},result:a}}function i(n,s,a){n!==!1&&(n===!0?s.promise:s.promise.then(()=>gv(n))).then(a.done)}return{type:"spawn.after",async action(n,{spawned:s,close:a}){var u,f;let o=r(),l=!0,c=()=>void(l=!1);(u=s.stdout)==null||u.on("data",c),(f=s.stderr)==null||f.on("data",c),s.on("error",c),s.on("close",d=>o.close(d)),s.on("exit",d=>o.exit(d));try{await o.result,l&&await gv(50),a(o.exitCode)}catch(d){a(o.exitCode,d)}}}}fe();var k6="Invalid value supplied for custom binary, requires a single string or an array containing either one or two strings",JA="Invalid value supplied for custom binary, restricted characters must be removed or supply the unsafe.allowUnsafeCustomBinary option";function A6(t){return!t||!/^([a-z]:)?([a-z0-9/.\\_~-]+)$/i.test(t)}function eC(t,e){if(t.length<1||t.length>2)throw new yl(void 0,"binary",k6);if(t.some(A6))if(e)console.warn(JA);else throw new yl(void 0,"binary",JA);let[i,n]=t;return{binary:i,prefix:n}}function C6(t,e=["git"],r=!1){let i=eC(xn(e),r);t.on("binary",n=>{i=eC(xn(n),r)}),t.append("spawn.binary",()=>i.binary),t.append("spawn.args",n=>i.prefix?[i.prefix,...n]:n)}Bs();function T6(t){return!!(t.exitCode&&t.stdErr.length)}function P6(t){return Buffer.concat([...t.stdOut,...t.stdErr])}function R6(t=!1,e=T6,r=P6){return(i,n)=>!t&&i||!e(n)?i:r(n)}function tC(t){return{type:"task.error",action(e,r){let i=t(e.error,{stdErr:r.stdErr,stdOut:r.stdOut,exitCode:r.exitCode});return Buffer.isBuffer(i)?{error:new Nr(void 0,i.toString("utf-8"))}:{error:i}}}}fe();var $6=class{constructor(){this.plugins=new Set,this.events=new i2.EventEmitter}on(t,e){this.events.on(t,e)}reconfigure(t,e){this.events.emit(t,e)}append(t,e){let r=Si(this.plugins,{type:t,action:e});return()=>this.plugins.delete(r)}add(t){let e=[];return xn(t).forEach(r=>r&&this.plugins.add(Si(e,r))),()=>{e.forEach(r=>this.plugins.delete(r))}}exec(t,e,r){let i=e,n=Object.freeze(Object.create(r));for(let s of this.plugins)s.type===t&&(i=s.action(i,n));return i}};fe();function F6(t){let e="--progress",r=["checkout","clone","fetch","pull","push"];return[{type:"spawn.args",action(s,a){return r.includes(a.method)?cC(s,e):s}},{type:"spawn.after",action(s,a){var o;a.commands.includes(e)&&((o=a.spawned.stderr)==null||o.on("data",l=>{let c=/^([\s\S]+?):\s*(\d+)% \((\d+)\/(\d+)\)/.exec(l.toString("utf8"));c&&t({method:a.method,stage:I6(c[1]),progress:Xe(c[2]),processed:Xe(c[3]),total:Xe(c[4])})}))}}]}function I6(t){return String(t.toLowerCase().split(" ",1))||"unknown"}fe();function M6(t){let e=fC(t,["uid","gid"]);return{type:"spawn.options",action(r){return{...e,...r}}}}function D6({block:t,stdErr:e=!0,stdOut:r=!0}){if(t>0)return{type:"spawn.after",action(i,n){var c,u;let s;function a(){s&&clearTimeout(s),s=setTimeout(l,t)}function o(){var f,d;(f=n.spawned.stdout)==null||f.off("data",a),(d=n.spawned.stderr)==null||d.off("data",a),n.spawned.off("exit",o),n.spawned.off("close",o),s&&clearTimeout(s)}function l(){o(),n.kill(new yl(void 0,"timeout","block timeout reached"))}r&&((c=n.spawned.stdout)==null||c.on("data",a)),e&&((u=n.spawned.stderr)==null||u.on("data",a)),n.spawned.on("exit",o),n.spawned.on("close",o),a()}}}function O6(){return{type:"spawn.args",action(t){let e=[],r;function i(n){(r=r||[]).push(...n)}for(let n=0;nyi(a)&&vl(a)||a));break}e.push(s)}return r?[...e,"--",...r.map(String)]:e}}}fe();var L6=_6();function N6(t,e){var n;let r=new $6,i=mC(t&&(typeof t=="string"?{baseDir:t}:t)||{},e);if(!Iv(i.baseDir))throw new b6(i,"Cannot use simple-git on a directory that does not exist");return Array.isArray(i.config)&&r.add(E6(i.config)),r.add(x6(i.unsafe)),r.add(S6(i.completion)),i.abort&&r.add(y6(i.abort)),i.progress&&r.add(F6(i.progress)),i.timeout&&r.add(D6(i.timeout)),i.spawnOptions&&r.add(M6(i.spawnOptions)),r.add(O6()),r.add(tC(R6(!0))),i.errors&&r.add(tC(i.errors)),C6(r,i.binary,(n=i.unsafe)==null?void 0:n.allowUnsafeCustomBinary),new L6(i,r)}xl();var n2=N6;var Se=class extends fl{constructor(r){super(r);this.useDefaultWindowsGitPath=!1}async setGitInstance(r=!1){var i;if(await this.isGitInstalled()){let n=this.app.vault.adapter,s=n.getBasePath(),a=s;this.plugin.settings.basePath&&(await n.exists((0,Jn.normalizePath)(this.plugin.settings.basePath))?a=ze.join(s,this.plugin.settings.basePath):r||new Jn.Notice("ObsidianGit: Base path does not exist")),this.absoluteRepoPath=a,this.git=n2({baseDir:a,binary:this.plugin.localStorage.getGitPath()||(this.useDefaultWindowsGitPath?bd:void 0),config:["core.quotepath=off"],unsafe:{allowUnsafeCustomBinary:!0,allowUnsafeEditor:!0,allowUnsafeAskPass:!0,allowUnsafeConfigEnvCount:!0,allowUnsafeConfigPaths:!0,allowUnsafeCredentialHelper:!0,allowUnsafeGitProxy:!0,allowUnsafeGpgProgram:!0,allowUnsafeHooksPath:!0,allowUnsafeMergeDriver:!0,allowUnsafeSshCommand:!0,allowUnsafePager:!0}});let o=this.plugin.localStorage.getPATHPaths(),l=this.plugin.localStorage.getEnvVars(),c=this.plugin.settings.gitDir,u={...process.env};if(o.length>0){let _=o.join(":")+":"+u.PATH;u.PATH=_}c&&(u.GIT_DIR=c,u.GIT_WORK_TREE=a);for(let _ of l){let[b,S]=_.split("=");u[b]=S}let f="simple-git",d=",",p=((i=localStorage.debug)!=null?i:"").split(d);if(!p.includes(f)&&!p.includes(`-${f}`)&&(p.push(f),o2.default.enable(p.join(d))),await this.git.env(u).checkIsRepo()){let _=await this.git.revparse("--show-cdup"),b=(0,yu.resolve)(a+yu.sep+_);this.absoluteRepoPath=b,await this.git.cwd(b)}let g=ze.join(s,this.app.vault.configDir,"plugins","obsidian-git"),v=ze.join(g,ba);u.SSH_ASKPASS==null&&(u.SSH_ASKPASS=v),u.SSH_ASKPASS_REQUIRE="force",u.OBSIDIAN_GIT_CREDENTIALS_INPUT=ze.join(g,yd),u.SSH_ASKPASS==v&&this.askpass().catch(_=>this.plugin.displayError(_)),u.OBSIDIAN_GIT="1",this.git=this.git.env(u)}}getRelativeVaultPath(r){let n=this.app.vault.adapter.getBasePath(),s=ze.join(this.absoluteRepoPath,r),a=ze.relative(n,s);return Jn.Platform.isWin&&(a=a.replace(/\\/g,"/")),a}getRelativeRepoPath(r,i=!0){if(i){let s=this.plugin.app.vault.adapter.getBasePath(),a=this.absoluteRepoPath,o=ze.join(s,r),l=ze.relative(a,o);return Jn.Platform.isWin&&(l=l.replace(/\\/g,"/")),l}return r}get absPluginConfigPath(){let i=this.app.vault.adapter.getBasePath();return ze.join(i,this.app.vault.configDir,"plugins","obsidian-git")}get relPluginConfigPath(){return ze.join(this.app.vault.configDir,"plugins","obsidian-git")}async askpass(){let r=this.app.vault.adapter,i=this.app.vault.configDir+"/plugins/obsidian-git/";await this.addAskPassScriptToExclude(),await ei.writeFile(ze.join(this.absPluginConfigPath,ba),Ek),await ei.chmod(ze.join(this.absPluginConfigPath,ba),493),this.watchAbortController=new AbortController;let{signal:n}=this.watchAbortController;try{let s=ei.watch(this.absPluginConfigPath,{signal:n});for await(let a of s){if(a.filename!=yd)continue;let o=i+yd;if(await new Promise(d=>window.setTimeout(d,200)),!await r.exists(o))continue;let l=await r.read(o),c;l.length>60&&(c=new Jn.Notice(l,999999));let u=!0;l.contains("Username for")&&(u=!1);let f=await new et(this.plugin,{allowEmpty:!0,obscure:u,placeholder:l.length>60?"Enter a response to the message.":l}).openAndGetResult();c==null||c.hide(),await r.exists(o)&&await r.write(`${o}.response`,f!=null?f:"")}}catch(s){this.plugin.displayError(s),await ei.rm(ze.join(this.absPluginConfigPath,ba),{force:!0}),await ei.rm(ze.join(this.absPluginConfigPath,`${ba}.response`),{force:!0}),await new Promise(a=>window.setTimeout(a,5e3)),this.plugin.log("Retry watch for ask pass"),await this.askpass()}}async addAskPassScriptToExclude(){try{if(!await this.git.checkIsRepo())return;let r=await this.git.revparse(["--path-format=absolute","--git-path","info/exclude"]),i=ze.join(this.app.vault.configDir,"plugins","obsidian-git",ba),n=this.getRelativeRepoPath(i,!0);(await ei.readFile(r,"utf-8")).split(` +`).some(l=>l.contains(n))||await ei.appendFile(r,n+` +`)}catch(r){console.error("Error while adding askpass script to exclude file:",r)}}unload(){var r;(r=this.watchAbortController)==null||r.abort()}async status(r){let i=r==null?void 0:r.path;this.plugin.setPluginState({gitAction:1});let n=await this.git.status(i!=null?["--",i]:[]);this.plugin.setPluginState({gitAction:0});let s=n.files.map(a=>{let o=this.formatPath(a);return{path:o.path,from:o.from,index:a.index==="?"?"U":a.index,workingDir:a.working_dir==="?"?"U":a.working_dir,vaultPath:this.getRelativeVaultPath(o.path)}});return{all:s,changed:s.filter(a=>a.workingDir!==" "),staged:s.filter(a=>a.index!==" "&&a.index!="U"),conflicted:n.conflicted.map(a=>this.formatPath({path:a}).path)}}async submoduleAwareHeadRevisonInContainingDirectory(r){let i=this.getRelativeRepoPath(r),s=["-C",ze.dirname(i),"rev-parse","HEAD"],a=this.git.raw(s);return a.catch(o=>console.warn("obsidian-git: rev-parse error:",o)),(await a).trim()}async getSubmodulePaths(){return new Promise(r=>{this.git.outputHandler((i,n,s,a)=>{if(!(a.contains("submodule")&&a.contains("foreach")))return;let o="",l=this.app.vault.adapter.getBasePath()+(this.plugin.settings.basePath?"/"+this.plugin.settings.basePath:"");n.on("data",c=>{o+=c.toString("utf8")}),n.on("end",()=>{let u=o.split(` +`).map(f=>{let d=f.match(/'([^']*)'/);if(d!=null)return l+"/"+d[1]+yu.sep}).filter(f=>!!f);u.reverse(),r(u)})}),this.git.subModule(["foreach","--recursive",""]).then(()=>{this.git.outputHandler(()=>{})},i=>this.plugin.displayError(i))})}formatPath(r){function i(n){if(n!=null)return n.startsWith('"')&&n.endsWith('"')?n.substring(1,n.length-1):n}return r.from!=null?{from:i(r.from),path:i(r.path)}:{path:i(r.path)}}async blame(r,i,n){if(r=this.getRelativeRepoPath(r),!await this.isTracked(r))return"untracked";let s=await this.getSubmoduleOfFile(r),a=s?["-C",s.submodule]:[],o=s?s.relativeFilepath:r;a.push("blame","--porcelain"),n&&a.push("-w");let l=`-C${_d}`;switch(i){case"inactive":break;case"same-commit":a.push("-C",l);break;case"all-commits":a.push("-C","-C",l);break;default:Os(i)}a.push("--",o);let c=await this.git.raw(a);return B6(c)}async isTracked(r){let i=await this.getSubmoduleOfFile(r),n=i?["-C",i.submodule]:[],s=i?i.relativeFilepath:r;return n.push("ls-files","--",s),this.git.raw(n).then(a=>a.trim()!=="")}async commitAll({message:r}){if(this.plugin.settings.updateSubmodules){this.plugin.setPluginState({gitAction:4});let n=await this.getSubmodulePaths();for(let s of n)await this.git.cwd({path:s,root:!1}).add("-A"),await this.git.cwd({path:s,root:!1}).commit(await this.formatCommitMessage(r))}this.plugin.setPluginState({gitAction:3}),await this.git.add("-A"),this.plugin.setPluginState({gitAction:4});let i=await this.git.commit(await this.formatCommitMessage(r));return this.app.workspace.trigger("obsidian-git:head-change"),i.summary.changes}async commit({message:r,amend:i}){this.plugin.setPluginState({gitAction:4});let n=(await this.git.commit(await this.formatCommitMessage(r),i?["--amend"]:[])).summary.changes;return this.app.workspace.trigger("obsidian-git:head-change"),this.plugin.setPluginState({gitAction:0}),n}async stage(r,i){this.plugin.setPluginState({gitAction:3}),r=this.getRelativeRepoPath(r,i),await this.git.add(["--",r]),this.plugin.setPluginState({gitAction:0})}async stageAll({dir:r}){this.plugin.setPluginState({gitAction:3}),await this.git.add(r!=null?r:"-A"),this.plugin.setPluginState({gitAction:0})}async unstageAll({dir:r}){this.plugin.setPluginState({gitAction:3}),await this.git.reset(r!=null?["--",r]:[]),this.plugin.setPluginState({gitAction:0})}async unstage(r,i){this.plugin.setPluginState({gitAction:3}),r=this.getRelativeRepoPath(r,i),await this.git.reset(["--",r]),this.plugin.setPluginState({gitAction:0})}async discard(r){this.plugin.setPluginState({gitAction:3}),await this.isTracked(r)&&await this.git.checkout(["--",r]),this.plugin.setPluginState({gitAction:0})}async applyPatch(r){let i=ze.join(this.relPluginConfigPath,"patch");await this.app.vault.adapter.write(i,r),await this.git.applyPatch(i,{"--cached":null,"--unidiff-zero":null,"--whitespace":"nowarn"}),await this.app.vault.adapter.remove(i)}async getUntrackedPaths(r){let i=r==null?void 0:r.path;this.plugin.setPluginState({gitAction:1});let n=[];i!=null&&n.push("--",i);let s=await this.git.clean(Aa.RECURSIVE+Aa.DRY_RUN,n);return this.plugin.setPluginState({gitAction:0}),s.paths}async hashObject(r){r=this.getRelativeRepoPath(r);let i=await this.getSubmoduleOfFile(r),n=i?["-C",i.submodule]:[],s=i?i.relativeFilepath:r;return n.push("hash-object","--",s),this.git.raw(n)}async discardAll({dir:r}){return this.discard(r!=null?r:".")}async pull(){this.plugin.setPluginState({gitAction:2});try{this.plugin.settings.updateSubmodules&&await this.git.subModule(["update","--remote","--merge","--recursive"]);let r=await this.branchInfo(),i=await this.git.revparse([r.current]);if(!r.tracking&&this.plugin.settings.updateSubmodules){this.plugin.log("No tracking branch found. Ignoring pull of main repo and updating submodules only.");return}await this.git.fetch();let n=await this.git.revparse([r.tracking]);if(i!==n){if(this.plugin.settings.syncMethod==="merge"||this.plugin.settings.syncMethod==="rebase")try{let o=[r.tracking];switch(this.plugin.settings.mergeStrategy!=="none"&&o.push(`--strategy-option=${this.plugin.settings.mergeStrategy}`),this.plugin.settings.syncMethod){case"merge":await this.git.merge(o);break;case"rebase":await this.git.rebase(o)}}catch(o){this.plugin.displayError(`Pull failed (${this.plugin.settings.syncMethod}): ${"message"in o?o.message:o}`);return}else if(this.plugin.settings.syncMethod==="reset")try{await this.git.raw(["update-ref",`refs/heads/${r.current}`,n]),await this.unstageAll({})}catch(o){this.plugin.displayError(`Sync failed (${this.plugin.settings.syncMethod}): ${"message"in o?o.message:o}`)}this.app.workspace.trigger("obsidian-git:head-change");let s=await this.git.revparse([r.current]);return(await this.git.diff([`${i}..${s}`,"--name-only"])).split(/\r\n|\r|\n/).filter(o=>o.length>0).map(o=>({path:o,workingDir:"P",vaultPath:this.getRelativeVaultPath(o)}))}else return[]}catch(r){this.convertErrors(r)}}async push(){this.plugin.setPluginState({gitAction:5});try{if(this.plugin.settings.updateSubmodules){let a=await this.git.subModule(["foreach","--recursive",`tracking=$(git for-each-ref --format='%(upstream:short)' "$(git symbolic-ref -q HEAD)"); echo $tracking; if [ ! -z "$(git diff --shortstat $tracking)" ]; then git push; fi`]);console.log(a)}let r=await this.git.status(),i=r.tracking,n=r.current;if(!i&&this.plugin.settings.updateSubmodules){this.plugin.log("No tracking branch found. Ignoring push of main repo and updating submodules only.");return}let s=null;return i&&(s=(await this.git.diffSummary([n,i,"--"])).changed),await this.git.push(),s}catch(r){this.convertErrors(r)}}async getUnpushedCommits(){let r=await this.git.status(),i=r.tracking,n=r.current;if(i==null||n==null)return 0;let[s]=Qn(i);return(await this.getRemoteBranches(s)).includes(i)?(await this.git.diffSummary([n,i,"--"])).changed:(this.plugin.log(`Tracking branch ${i} does not exist on remote ${s}.`),0)}async canPush(){if(this.plugin.settings.updateSubmodules===!0)return!0;let r=await this.git.status(),i=r.tracking,n=r.current;return i?(await this.git.diffSummary([n,i,"--"])).changed!==0:!1}async checkRequirements(){return await this.isGitInstalled()?await this.git.checkIsRepo()?"valid":"missing-repo":"missing-git"}async branchInfo(){let r=await this.git.status(),i=await this.git.branch(["--no-color"]);return{current:r.current||void 0,tracking:r.tracking||void 0,branches:i.all}}async getRemoteUrl(r){try{return await this.git.remote(["get-url",r])||void 0}catch(i){if(String(i).contains(r))return;throw i}}async log(r,i=!0,n,s){let a;r&&(a=this.getRelativeRepoPath(r,i));let o={file:a,maxCount:n,"--diff-merges":"first-parent","--name-status":null};return s&&(o[s]=null),(await this.git.log(o)).all.map(c=>{var u,f,d,h;return{...c,author:{name:c.author_name,email:c.author_email},refs:c.refs.split(", ").filter(p=>p.length>0),diff:{...c.diff,files:(f=(u=c.diff)==null?void 0:u.files.map(p=>({...p,status:p.status,path:p.file,hash:c.hash,vaultPath:this.getRelativeVaultPath(p.file),fromPath:p.from,fromVaultPath:p.from!=null?this.getRelativeVaultPath(p.from):void 0,binary:p.binary})))!=null?f:[]},fileName:(h=(d=c.diff)==null?void 0:d.files.first())==null?void 0:h.file}})}async show(r,i,n=!0){let s=this.getRelativeRepoPath(i,n);return this.git.show([r+":"+s])}async getLocalBranchUpstream(r){try{let n=(await this.git.raw(["rev-parse","--abbrev-ref",`${r}@{upstream}`])).trim();return n.length>0?n:void 0}catch(i){return}}getAvailableLocalBranchName(r,i,n){let s=r;if(!n.includes(s))return s;let a=`${r}-${i}`,o=a,l=0;for(;n.includes(o);)l+=1,o=`${a}-${l}`;return o}async checkout(r,i){if(i){let n=`${i}/${r}`,s=await this.branchInfo();if(s.branches.includes(r)&&await this.getLocalBranchUpstream(r)===n)await this.git.checkout(r);else{let l=this.getAvailableLocalBranchName(r,i,s.branches);await this.git.checkout(["-b",l,n])}}else await this.git.checkout(r);if(this.plugin.settings.submoduleRecurseCheckout){let n=await this.getSubmodulePaths();for(let s of n){let a=await this.git.cwd({path:s,root:!1}).branch();Object.keys(a.branches).includes(r)&&await this.git.cwd({path:s,root:!1}).checkout(r)}}}async createBranch(r){await this.git.checkout(["-b",r])}async deleteBranch(r,i){await this.git.branch([i?"-D":"-d",r])}async branchIsMerged(r){return!(await this.git.branch(["--no-merged"])).all.contains(r)}async init(){await this.git.init(!1)}async clone(r,i,n){await this.git.clone(r,ze.join(this.app.vault.adapter.getBasePath(),i),n?["--depth",`${n}`]:[]),await this.setGitInstance()}async setConfig(r,i){i==null?await this.git.raw(["config","--local","--unset",r]):await this.git.addConfig(r,i)}async getConfig(r,i="local"){var s;return(s=(await this.git.getConfig(r.toLowerCase(),i=="all"?void 0:i)).value)!=null?s:void 0}async fetch(r){await this.git.fetch(r!=null?[r]:[])}async setRemote(r,i){(await this.getRemotes()).includes(r)?await this.git.remote(["set-url",r,i]):await this.git.remote(["add",r,i])}async getRemoteBranches(r){let i=await this.git.branch(["-r","--list",`${r}*`]),n=[];for(let s in i.branches)n.push(i.branches[s].name);return n}async getRemotes(){let r=await this.git.remote([]);return r?r.trim().split(` +`):[]}async removeRemote(r){await this.git.removeRemote(r)}async updateUpstreamBranch(r){try{await this.git.branch(["--set-upstream-to",r])}catch(i){try{await this.git.branch(["--set-upstream",r])}catch(n){let[s,a]=Qn(r),o=await this.branchInfo();await this.git.push(["--set-upstream",s,`${o.current}:${a}`])}}}updateGitPath(r){return this.setGitInstance()}updateBasePath(r){return this.setGitInstance(!0)}async getDiffString(r,i=!1,n){return i?await this.git.diff(["--cached","--",r]):n?await this.git.show([`${n}`,"--",r]):await this.git.diff(["--",r])}async diff(r,i,n){return await this.git.diff([`${i}..${n}`,"--",r])}async rawCommand(r){let i=r.split(" ");return await this.git.raw(i[0],...i.slice(1))}async getSubmoduleOfFile(r){if(!await this.app.vault.adapter.exists(ze.dirname(r)))return;let i=await this.git.raw(["-C",ze.dirname(r),"rev-parse","--show-toplevel"],l=>l&&console.warn("get-submodule-of-file",l==null?void 0:l.message));if(i=i.trim(),(await this.git.raw(["-C",ze.dirname(r),"rev-parse","--show-superproject-working-tree"],l=>l&&console.warn("get-submodule-of-file",l==null?void 0:l.message))).trim()==="")return;let a=this.app.vault.adapter.getFullPath(ze.normalize(r)),o=ze.relative(i,a);return{submodule:i,relativeFilepath:o}}async getLastCommitTime(){try{let r=await this.git.log({n:1});if(r!=null&&r.latest!=null)return new Date(r.latest.date)}catch(r){if(r instanceof Nr){if(r.message.contains("does not have any commits yet"))return}else throw r}}async isGitInstalled(){let r=this.plugin.localStorage.getGitPath(),i=await fu(r||"git",["--version"],{});if(i.error)if(Jn.Platform.isWin&&!r){this.plugin.log(`Git not found in PATH. Checking standard installation path(${bd}) of Git for Windows.`);let n=await fu(bd,["--version"]);if(n.error)return console.error(n.error),!1;this.useDefaultWindowsGitPath=!0}else return console.error(i.error),!1;else this.useDefaultWindowsGitPath=!1;return!0}convertErrors(r){if(r instanceof Nr){let i=String(r.message);if(i.contains("Could not resolve host")||i.contains("Unable to resolve host")||i.contains("Unable to open connection")||i.match(/ssh: connect to host .*? port .*?: Operation timed out/)!=null||i.match(/ssh: connect to host .*? port .*?: Network is unreachable/)!=null||i.match(/ssh: connect to host .*? port .*?: Undefined error: 0/)!=null)throw new al(i)}throw r}async isFileTrackedByLFS(r){try{return(await this.git.raw(["check-attr","filter",r])).includes("filter: lfs")}catch(i){let n=i instanceof Error?i.message:String(i);return this.plugin.displayError(`Error checking LFS status: ${n}`),!1}}},l2={hash:"000000",isZeroCommit:!0,summary:""};function B6(t){let r=t.replace(`\r +`,` +`).split(` +`),i={commits:new Map,hashPerLine:[void 0],originalFileLineNrPerLine:[void 0],finalFileLineNrPerLine:[void 0],groupSizePerStartingLine:new Map},n=1;for(let s=0;s=4&&r.groupSizePerStartingLine.set(e,parseInt(t[3])),parseInt(t[2])!==e)throw Error(`git-blame output is out of order: ${e} vs ${t[2]}`);return i}function U6(t,e,r){let i=t[0],n=t.slice(1).join(" "),s=e.hashPerLine[r],a=e.commits.get(s)||{hash:s,author:{},committer:{},previous:{}};switch(i){case"summary":a.summary=n;break;case"author":a.author.name=n;break;case"author-mail":a.author.email=a2(n);break;case"author-time":a.author.epochSeconds=parseInt(n);break;case"author-tz":a.author.tz=n;break;case"committer":a.committer.name=n;break;case"committer-mail":a.committer.email=a2(n);break;case"committer-time":a.committer.epochSeconds=parseInt(n);break;case"committer-tz":a.committer.tz=n;break;case"previous":a.previous.commitHash=n;break;case"filename":a.previous.filename=n;break}e.commits.set(s,a)}function G6(t){if(t.summary===void 0)throw Error(`Summary not provided for commit: ${t.hash}`);Jv(t.author)&&(t.author=void 0),Jv(t.committer)&&(t.committer=void 0),Jv(t.previous)&&(t.previous=void 0),t.isZeroCommit=!!t.hash.match(/^0*$/)}function Jv(t){return!t||Object.keys(t).length===0}function s2(t){return t.length>0&&t[0].trim()===t[0]}function a2(t){let e=t.startsWith("<")?t.substring(1):t;return e.endsWith(">")?e.substring(0,e.length-1):e}m();var M2=require("@codemirror/state");m();var ew=class{constructor(){this.eventsPerFilepath=new Map;this.startRemoveStalesSubscribersInterval()}ifFilepathDefinedTransformSubscribers(e,r){if(e)return this.ensureInitialized(e),r(this.eventsPerFilepath.get(e))}forEachSubscriber(e){this.eventsPerFilepath.forEach(r=>r.forEach(e))}ensureInitialized(e){this.eventsPerFilepath.get(e)||this.eventsPerFilepath.set(e,new Set)}startRemoveStalesSubscribersInterval(){this.removeStalesSubscribersTimer=window.setInterval(()=>this==null?void 0:this.forEachSubscriber(e=>e==null?void 0:e.removeIfStale()),6e4)}clear(){window.clearInterval(this.removeStalesSubscribersTimer),this.eventsPerFilepath.clear()}},es=new ew;m();var Jd=require("@codemirror/state"),c2=Ht(tw(),1);function u2(t,e,r){if(!(t===void 0||e===void 0||r===void 0))return`head${t}-obj${e}-path${r}`}var f2=Jd.StateEffect.define();function d2(t,e,r){return r.update({effects:f2.of({key:t,la:e,lineOffsetsFromUnsavedChanges:new Map})})}var Sl=Jd.StateField.define({create:t=>{},update:(t,e)=>{for(let r of e.effects)if(r.is(f2))return r.value;return j6(e,t)},compare:(t,e)=>(t==null?void 0:t.key)===(e==null?void 0:e.key)});function eh(t){var s;let e=c2.sha256.create();if(!t)return e;let{la:r,key:i,lineOffsetsFromUnsavedChanges:n}=t;e.update(r==="untracked"?"t":"f"),e.update(i);for(let[a,o]of(s=n.entries())!=null?s:[])e.update([a,o]);return e}var xu={get:void 0,save:void 0};function h2(t,e){xu.get=t,xu.save=e}function th(t){var e,r;return(r=(e=Eu(t.coloringMaxAge))==null?void 0:e.asDays())!=null?r:Eu(ht.lineAuthor.coloringMaxAge).asDays()}function j6(t,e){if(e)return t.changes.empty||t.changes.iterChanges((r,i,n,s)=>{var p;let a=t.startState.doc,{newDoc:o}=t,l=a.lineAt(r).number,c=a.lineAt(i).number,u=o.lineAt(n).number,f=o.lineAt(s).number,d=c-l+1,h=f-u+1;for(let g=u;g<=f;g++){let v=(p=e.lineOffsetsFromUnsavedChanges.get(g))!=null?p:0,_=f===g,b=h-d;_&&(v+=b),e.lineOffsetsFromUnsavedChanges.set(g,v)}}),e}m();function p2(){kl=void 0,rw=[],rh=0,nh.clear(),sh.clear(),Al.clear()}var kl,ih=()=>kl;function m2(t,e){var n;let r=e.length;if(r<((n=kl==null?void 0:kl.length)!=null?n:0))return;kl={gutter:t,length:r,text:e};let i=jt.plugin.localStorage.getGutterSpacingFallbackLength();r!==i&&jt.plugin.localStorage.setGutterSpacingFallbackLength(r)}var rw=[],V6=15,rh=0;function g2(t){rw[rh]=t,rh=(rh+1)%V6}function v2(){return eA(rw)}var nh=new Map,sh=new Map,Al=new Set;m();var $2=require("@codemirror/state"),F2=require("@codemirror/view");m();var aw=require("@codemirror/view"),A2=Ht(tw(),1),Cl=require("obsidian");m();m();var ah={x:-10,y:-10};function w2(){ah.x===-10&&window.addEventListener("mousedown",t=>{ah.x=t.clientX,ah.y=t.clientY})}function _2(){for(let t of Al)if(z6(t,ah))return t}function z6(t,e){let{x:r,y:i,width:n,height:s}=t.getBoundingClientRect();return r<=e.x&&e.x<=r+n&&i<=e.y&&e.y<=i+s}var b2="data-commit";function y2(t,e,r){if(e.hasFocus())return;let i=_2();if(!i)return;let n=q6(i);n&&(!n.isZeroCommit&&!n.isWaitingGutter&&W6(n,t),iw("showCommitHash",t),iw("authorDisplay",t),iw("dateTimeFormatOptions",t))}function W6(t,e){e.addItem(r=>r.setTitle("Copy commit hash").setIcon("copy").setSection("obs-git-line-author-copy").onClick(i=>navigator.clipboard.writeText(t.hash)))}function iw(t,e){var l,c;let r,i,n=jt.plugin.settings.lineAuthor,s=n[t],a=typeof s=="boolean"?s:s!=="hide",o=ht.lineAuthor[t];if(t==="showCommitHash")r="Show commit hash",i=s;else if(t==="authorDisplay"){let u=(l=n.lastShownAuthorDisplay)!=null?l:o;r="Show author "+(a?s:u),i=a?"hide":u}else if(t==="dateTimeFormatOptions"){let u=(c=n.lastShownDateTimeFormatOptions)!=null?c:o;r="Show "+(a?s:u),r+=r.contains("date")?"":" date",i=a?"hide":u}else Os(t);e.addItem(u=>u.setTitle(r).setSection("obs-git-line-author-configure").setChecked(a).onClick(f=>{var d,h;return(h=(d=jt.plugin)==null?void 0:d.settingsTab)==null?void 0:h.lineAuthorSettingHandler(t,i)}))}function x2(t,e,r){r.setAttr(b2,JSON.stringify({hash:t.hash,isZeroCommit:t.isZeroCommit,isWaitingGutter:e}))}function q6(t){let e=t.getAttr(b2);return e?JSON.parse(e):void 0}m();function lh(t,e){return t==="oldest"?oh(0,!1,e).color:oh(void 0,!0,e).color}function oh(t,e,r){let i=th(r),n=Date.now()/1e3,s=t!=null?t:0,o=(e?0:n-s)/60/60/24,l=Math.pow(Math.clamp(o/i,0,1),1/2.3),c=Y6(),u=r.colorNew,f=r.colorOld,d=c?.4:1,h=nw(u.r,f.r,l)*d,p=nw(u.g,f.g,l)*d,g=nw(u.b,f.b,l)*d;return{color:`rgba(${h},${p},${g},${c?.75:.25})`,daysSinceCommit:o}}function nw(t,e,r){return t+(e-t)*r}function Y6(){var t;return((t=window.app)==null?void 0:t.getTheme())==="obsidian"}function E2(t){activeDocument.body.style.setProperty("--obs-git-gutter-text",t.textColorCss)}m();function S2(t,e,r){let i;for(let n=e;n<=r;n++){let s=t.hashPerLine[n],a=t.commits.get(s);(!i||a.isZeroCommit||X6(a,i))&&(i=a)}return i}function X6(t,e){var n,s,a,o;let r=(s=(n=t.author)==null?void 0:n.epochSeconds)!=null?s:0,i=(o=(a=e.author)==null?void 0:a.epochSeconds)!=null?o:0;return r>i}var C2=require("node:util");var k2="-",Z6="+",K6=3,Q6="*",J6=/\S/g,e5="%",Tl=class t extends aw.GutterMarker{constructor(r){super();this.text=r}eq(r){return r instanceof t&&this.text===r.text}toDOM(){return activeDocument.createTextNode(this.text)}destroy(r){}},sw=class extends aw.GutterMarker{constructor(r,i,n,s,a,o){super();this.lineAuthoring=r;this.startLine=i;this.endLine=n;this.key=s;this.settings=a;this.options=o;this.point=!1;this.elementClass="obs-git-blame-gutter"}eq(r){return this.key===(r==null?void 0:r.key)&&this.startLine===(r==null?void 0:r.startLine)&&this.endLine===(r==null?void 0:r.endLine)&&(this==null?void 0:this.options)===(r==null?void 0:r.options)}toDOM(){var r;return this.precomputedDomProvider=(r=this.precomputedDomProvider)!=null?r:this.computeDom(),this.precomputedDomProvider()}destroy(r){r&&(activeDocument.body.contains(r)||Al.delete(r))}computeDom(){let r=S2(this.lineAuthoring,this.startLine,this.endLine),i=r.isZeroCommit?"":this.renderNonZeroCommit(r);return!r.isZeroCommit&&this.options!=="waiting-for-result"?m2(this,i):i=this.adaptTextForFakeCommit(r,i,this.options),this.createHtmlNode(r,i,this.options==="waiting-for-result")}createHtmlNode(r,i,n){var c,u,f,d,h,p;let s=window.createDiv();s.setText(i);let{color:a,daysSinceCommit:o}=oh((c=r==null?void 0:r.author)==null?void 0:c.epochSeconds,r==null?void 0:r.isZeroCommit,this.settings);s.style.backgroundColor=a,s.setAttribute("data-author",(f=(u=r==null?void 0:r.author)==null?void 0:u.name)!=null?f:""),s.setAttribute("data-author-email",(h=(d=r==null?void 0:r.author)==null?void 0:d.email)!=null?h:""),(0,Cl.setTooltip)(s,(p=r==null?void 0:r.summary)!=null?p:""),x2(r,n,s);function l(){let g=s.cloneNode(!0);return Al.add(g),n||g2(o),g}return l}renderNonZeroCommit(r){let i=this.settings.showCommitHash?this.renderHash(r):"",n=this.settings.authorDisplay==="hide"?"":`${this.renderAuthorName(r,this.settings.authorDisplay)}`,s=this.settings.dateTimeFormatOptions==="hide"?"":`${this.renderAuthoringDate(r,this.settings.dateTimeFormatOptions,this.settings.dateTimeFormatCustomString,this.settings.dateTimeTimezone)}`;return[i,n,s].filter(o=>o.length>=1).join(" ")}renderHash(r){return r.hash.substring(0,6)}renderAuthorName(r,i){var o,l,c,u;let n=(l=(o=r==null?void 0:r.author)==null?void 0:o.name)!=null?l:"",s=n.split(" ").filter(f=>f.length>=1),a;switch(i){case"initials":a=s.map(f=>f[0].toUpperCase()).join("");break;case"first name":a=(c=s.first())!=null?c:k2;break;case"last name":a=(u=s.last())!=null?u:k2;break;case"full":a=n;break;default:return Os(i)}return(0,C2.isDeepStrictEqual)(r==null?void 0:r.author,r==null?void 0:r.committer)||(a=a+Q6),a}renderAuthoringDate(r,i,n,s){var c;let a="?";if(((c=r==null?void 0:r.author)==null?void 0:c.epochSeconds)===void 0)return a;let o;switch(i){case"date":o=wd;break;case"datetime":o=Hg;break;case"custom":o=n;break;case"natural language":o=u=>{let f=u.diff((0,Cl.moment)());return Cl.moment.duration(f).humanize(!0)};break;default:return Os(i)}let l=Cl.moment.unix(r.author.epochSeconds);switch(s){case"viewer-local":break;case"author-local":l=l.utcOffset(r.author.tz),typeof o=="string"&&(o+=" Z");break;case"utc0000":l=l.utc(),typeof o=="string"&&(o+="[Z]");break;default:return Os(s)}return typeof o=="string"?l.format(o):o(l)}adaptTextForFakeCommit(r,i,n){var l,c,u;let s=(c=(l=ih())==null?void 0:l.text)!=null?c:i,a=n!=="waiting-for-result"&&r.isZeroCommit?Z6:e5;i=s.replace(J6,a);let o=(u=jt.plugin.localStorage.getGutterSpacingFallbackLength())!=null?u:i.length;if(i=tA(i,o,a),n!=="waiting-for-result"&&r.isZeroCommit){let f=Math.min(o,K6);i=rA(i,o-f)}return i}};function Pa(t,e,r,i,n,s){let a=A2.sha256.create();a.update(JSON.stringify(n)),a.update(`s${e}-e${r}-k${i}-o${s}`);let o=a.hex(),l=nh.get(o);if(l)return l;let c=new sw(t,e,r,i,n,s);return nh.set(o,c),c}m();var T2=require("obsidian");function ow(){let t=jt.plugin.localStorage.getGutterSpacingFallbackLength();return new Tl(Array(t).fill("-").join(""))}function lw(t){let{lineAuthoring:e,ageForInitialRender:r}=t5(t);return Pa(e,1,1,"initialGutter"+r,t,"waiting-for-result")}function t5(t){var s;let e=(s=v2())!=null?s:th(t)*.25,r=(0,T2.moment)().add(-e,"days"),i={name:"",epochSeconds:Jk(r),tz:"+0000"},n={hash:"waiting-for-result",author:i,committer:i,isZeroCommit:!1};return{lineAuthoring:{hashPerLine:[void 0,"waiting-for-result"],commits:new Map([["waiting-for-result",n]])},ageForInitialRender:e}}m();function P2(t,e){return Pa({hashPerLine:[void 0,"000000"],commits:new Map([["000000",l2]])},1,1,t,e)}var cw=new Tl(""),I2=(0,F2.gutter)({class:"line-author-gutter-container",markers(t){let e=t.state.field(Sl,!1);return r5(t,e)},lineMarkerChange(t){let e=eh(t.state.field(Sl));return eh(t.startState.field(Sl))!==e},renderEmptyElements:!0,initialSpacer:t=>(R2(t),ow()),updateSpacer:(t,e)=>{var r,i;return R2(e.view),(i=(r=ih())==null?void 0:r.gutter)!=null?i:ow()}});function r5(t,e){let r=eh(e),i=t.state.doc,n=new Map;for(let u=1;u<=i.lines;u++){let f=i.line(u).from,d=t.lineBlockAt(f).to;n.set(u,[f,d]),r.update([f,d,0])}let s=xu.get();r.update("s"+Object.values(xu).join(","));let a=r.hex(),o=sh.get(a);if(o)return o;let{result:l,allowCache:c}=i5(i,n,s,e);return c&&sh.set(a,l),l}function i5(t,e,r,i){let n=!0,s=t.lines,a=[];function o(f,d,h){return a.push(h.range(f,d))}let l=n5(s,i),c=t.length===0,u=t.iterLines(s,s+1).next().value==="";for(let f=1;f<=s;f++){let[d,h]=e.get(f),p=t.lineAt(h).number;if(c){o(d,h,cw);continue}if(f===s&&u){o(d,h,cw);continue}if(i===void 0){o(d,h,lw(r)),n=!1;continue}let{key:g,la:v}=i;if(v==="untracked"){o(d,h,P2(v,r));continue}let _=v.hashPerLine.length-1,b=l[f],S=l[p];if(S&&S>_&&o(d,h,cw),b!==void 0&&nv(1,b,_)&&S!==void 0&&nv(1,S,_)){o(d,h,Pa(v,b,S,g,r));continue}if(_<1){o(d,h,lw(r)),n=!1;continue}let k=Math.clamp(b!=null?b:f,1,_),E=Math.clamp(S!=null?S:p,1,_);o(d,h,Pa(v,k,E,g+"computing",r,"waiting-for-result"))}return{result:$2.RangeSet.of(a,!0),allowCache:n}}function n5(t,e){if(!(e!=null&&e.lineOffsetsFromUnsavedChanges))return Array.from(new Array(t+1),n=>n);let r=[void 0],i=0;for(let n=1;n<=t;n++){let s=e.lineOffsetsFromUnsavedChanges.get(n);i+=s!=null?s:0,r[n]=s===void 0?n-i:void 0}return r}function R2(t){t.dom.querySelectorAll(".cm-gutters").forEach(r=>{r!=null&&r.style&&(r.style.marginLeft||(r.style.marginLeft="unset"))})}var ch=class{constructor(e){this.plugin=e;this.lineAuthorings=new Map}async trackChanged(e){return this.trackChangedHelper(e).catch(r=>(console.warn("Git: Error in trackChanged."+r),Promise.reject(r)))}async trackChangedHelper(e){if(e){if(e.path===void 0){console.warn("Git: Attempted to track change of undefined filepath. Unforeseen situation.");return}return this.computeLineAuthorInfo(e.path)}}destroy(){this.lineAuthorings.clear(),p2()}async computeLineAuthorInfo(e){let r=this.plugin.editorIntegration.lineAuthoringFeature.isAvailableOnCurrentPlatform().gitManager,i=await r.submoduleAwareHeadRevisonInContainingDirectory(e),n=await r.hashObject(e),s=u2(i,n,e);if(s!==void 0){if(!this.lineAuthorings.has(s)){let a=await r.blame(e,this.plugin.settings.lineAuthor.followMovement,this.plugin.settings.lineAuthor.ignoreWhitespace);this.lineAuthorings.set(s,a)}this.notifyComputationResultToSubscribers(e,s)}}notifyComputationResultToSubscribers(e,r){es.ifFilepathDefinedTransformSubscribers(e,i=>i.forEach(n=>n.notifyLineAuthoring(r,this.lineAuthorings.get(r))))}},D2=M2.Prec.high([Sl,I2]);var O2="https://momentjs.com/docs/#/parsing/string-format/",s5="https://publish.obsidian.md/git-doc/Line+Authoring",uh=class extends U.PluginSettingTab{constructor(r,i){super(r,i);this.plugin=i;this.lineAuthorColorSettings=new Map;this.icon="git-pull-request"}get settings(){return this.plugin.settings}display(){let{containerEl:r}=this,i=this.plugin,n;i.settings.differentIntervalCommitAndPush?n="commit":n="commit-and-sync";let s=i.gitReady;r.empty(),s||(r.createEl("p",{text:"Git is not ready. When all settings are correct you can configure commit-sync, etc."}),r.createEl("br"));let a;if(s){new U.Setting(r).setName("Automatic").setHeading(),new U.Setting(r).setName("Split timers for automatic commit and sync").setDesc("Enable to use one interval for commit and another for sync.").addToggle(f=>f.setValue(i.settings.differentIntervalCommitAndPush).onChange(async d=>{i.settings.differentIntervalCommitAndPush=d,await i.saveSettings(),i.automaticsManager.reload("commit","push"),this.refreshDisplayWithDelay()})),new U.Setting(r).setName(`Auto ${n} interval (minutes)`).setDesc(`${i.settings.differentIntervalCommitAndPush?"Commit":"Commit and sync"} changes every X minutes. Set to 0 (default) to disable. (See below setting for further configuration!)`).addText(f=>{f.inputEl.type="number",this.setNonDefaultValue({text:f,settingsProperty:"autoSaveInterval"}),f.setPlaceholder(String(ht.autoSaveInterval)),f.onChange(async d=>{d!==""?i.settings.autoSaveInterval=Number(d):i.settings.autoSaveInterval=ht.autoSaveInterval,await i.saveSettings(),i.automaticsManager.reload("commit")})}),a=new U.Setting(r).setName(`Auto ${n} after stopping file edits`).setDesc(`Requires the ${n} interval not to be 0. + If turned on, do auto ${n} every ${iA(i.settings.autoSaveInterval)} after stopping file edits. + This also prevents auto ${n} while editing a file. If turned off, it's independent from the last file edit.`).addToggle(f=>f.setValue(i.settings.autoBackupAfterFileChange).onChange(async d=>{i.settings.autoBackupAfterFileChange=d,this.refreshDisplayWithDelay(),await i.saveSettings(),i.automaticsManager.reload("commit")})),this.mayDisableSetting(a,i.settings.setLastSaveToLastCommit),a=new U.Setting(r).setName(`Auto ${n} after latest commit`).setDesc(`If turned on, sets last auto ${n} timestamp to the latest commit timestamp. This reduces the frequency of auto ${n} when doing manual commits.`).addToggle(f=>f.setValue(i.settings.setLastSaveToLastCommit).onChange(async d=>{i.settings.setLastSaveToLastCommit=d,await i.saveSettings(),i.automaticsManager.reload("commit"),this.refreshDisplayWithDelay()})),this.mayDisableSetting(a,i.settings.autoBackupAfterFileChange),a=new U.Setting(r).setName("Auto push interval (minutes)").setDesc("Push commits every X minutes. Set to 0 (default) to disable.").addText(f=>{f.inputEl.type="number",this.setNonDefaultValue({text:f,settingsProperty:"autoPushInterval"}),f.setPlaceholder(String(ht.autoPushInterval)),f.onChange(async d=>{d!==""?i.settings.autoPushInterval=Number(d):i.settings.autoPushInterval=ht.autoPushInterval,await i.saveSettings(),i.automaticsManager.reload("push")})}),this.mayDisableSetting(a,!i.settings.differentIntervalCommitAndPush),new U.Setting(r).setName("Auto pull interval (minutes)").setDesc("Pull changes every X minutes. Set to 0 (default) to disable.").addText(f=>{f.inputEl.type="number",this.setNonDefaultValue({text:f,settingsProperty:"autoPullInterval"}),f.setPlaceholder(String(ht.autoPullInterval)),f.onChange(async d=>{d!==""?i.settings.autoPullInterval=Number(d):i.settings.autoPullInterval=ht.autoPullInterval,await i.saveSettings(),i.automaticsManager.reload("pull")})}),new U.Setting(r).setName(`Auto ${n} only staged files`).setDesc(`If turned on, only staged files are committed on ${n}. If turned off, all changed files are committed.`).addToggle(f=>f.setValue(i.settings.autoCommitOnlyStaged).onChange(async d=>{i.settings.autoCommitOnlyStaged=d,await i.saveSettings()})),new U.Setting(r).setName(`Specify custom commit message on auto ${n}`).setDesc("You will get a pop up to specify your message.").addToggle(f=>f.setValue(i.settings.customMessageOnAutoBackup).onChange(async d=>{i.settings.customMessageOnAutoBackup=d,await i.saveSettings(),this.refreshDisplayWithDelay()})),a=new U.Setting(r).setName(`Commit message on auto ${n}`).setDesc("Available placeholders: {{date}} (see below), {{hostname}} (see below), {{numFiles}} (number of changed files in the commit) and {{files}} (changed files in commit message).").addTextArea(f=>{f.setPlaceholder(ht.autoCommitMessage).onChange(async d=>{d===""?i.settings.autoCommitMessage=ht.autoCommitMessage:i.settings.autoCommitMessage=d,await i.saveSettings()}),this.setNonDefaultValue({text:f,settingsProperty:"autoCommitMessage"})}),this.mayDisableSetting(a,i.settings.customMessageOnAutoBackup),new U.Setting(r).setName("Commit message").setHeading();let c=new U.Setting(r).setName("Commit message on manual commit").setDesc("Available placeholders: {{date}} (see below), {{hostname}} (see below), {{numFiles}} (number of changed files in the commit) and {{files}} (changed files in commit message). Leave empty to require manual input on each commit.");c.addTextArea(f=>{c.addButton(d=>{d.setIcon("reset").setTooltip(`Set to default: "${ht.commitMessage}"`).onClick(()=>{f.setValue(ht.commitMessage),f.onChanged()})}),f.setValue(i.settings.commitMessage),f.onChange(async d=>{i.settings.commitMessage=d,await i.saveSettings()})}),U.Platform.isDesktopApp&&new U.Setting(r).setName("Commit message script").setDesc("A script that is run using 'sh -c' to generate the commit message. May be used to generate commit messages using AI tools. Available placeholders: {{hostname}}, {{date}}.").addText(f=>{f.onChange(async d=>{d===""?i.settings.commitMessageScript=ht.commitMessageScript:i.settings.commitMessageScript=d,await i.saveSettings()}),this.setNonDefaultValue({text:f,settingsProperty:"commitMessageScript"})});let u=new U.Setting(r).setName("{{date}} placeholder format").addMomentFormat(f=>f.setDefaultFormat(i.settings.commitDateFormat).setValue(i.settings.commitDateFormat).onChange(async d=>{i.settings.commitDateFormat=d,await i.saveSettings()}));u.descEl.createSpan({text:` Specify custom date format. E.g. "${Ug}. See `}),u.descEl.createEl("a",{text:"Moment.js documentation",href:O2,attr:{target:"_blank"}}),u.descEl.createSpan({text:" for more formats."}),new U.Setting(r).setName("{{hostname}} placeholder replacement").setDesc("Specify custom hostname for every device. Defaults to the OS hostname if not set on desktop.").addText(f=>{var d;return f.setValue((d=i.localStorage.getHostname())!=null?d:"").onChange(h=>{i.localStorage.setHostname(h)})}),new U.Setting(r).setName("Preview commit message").addButton(f=>f.setButtonText("Preview").onClick(async()=>{let d=await i.gitManager.formatCommitMessage(i.settings.commitMessage);new U.Notice(`${d}`)})),new U.Setting(r).setName("List filenames affected by commit in the commit body").addToggle(f=>f.setValue(i.settings.listChangedFilesInMessageBody).onChange(async d=>{i.settings.listChangedFilesInMessageBody=d,await i.saveSettings()})),new U.Setting(r).setName("Pull").setHeading(),i.gitManager instanceof Se&&new U.Setting(r).setName("Merge strategy").setDesc("Decide how to integrate commits from your remote branch into your local branch.").addDropdown(f=>{let d={merge:"Merge",rebase:"Rebase",reset:"Other sync service (Only updates the HEAD without touching the working directory)"};f.addOptions(d),f.setValue(i.settings.syncMethod),f.onChange(async h=>{i.settings.syncMethod=h,await i.saveSettings()})}),new U.Setting(r).setName("Merge strategy on conflicts").setDesc("Decide how to solve conflicts when pulling remote changes. This can be used to favor your local changes or the remote changes automatically.").addDropdown(f=>{let d={none:"None (git default)",ours:"Our changes",theirs:"Their changes"};f.addOptions(d),f.setValue(i.settings.mergeStrategy),f.onChange(async h=>{i.settings.mergeStrategy=h,await i.saveSettings()})}),new U.Setting(r).setName("Pull on startup").setDesc("Automatically pull commits when Obsidian starts.").addToggle(f=>f.setValue(i.settings.autoPullOnBoot).onChange(async d=>{i.settings.autoPullOnBoot=d,await i.saveSettings()})),new U.Setting(r).setName("Commit-and-sync").setDesc("Commit-and-sync with default settings means staging everything -> committing -> pulling -> pushing. Ideally this is a single action that you do regularly to keep your local and remote repository in sync.").setHeading(),a=new U.Setting(r).setName("Push on commit-and-sync").setDesc(`Most of the time you want to push after committing. Turning this off turns a commit-and-sync action into commit ${i.settings.pullBeforePush?"and pull ":""}only. It will still be called commit-and-sync.`).addToggle(f=>f.setValue(!i.settings.disablePush).onChange(async d=>{i.settings.disablePush=!d,this.refreshDisplayWithDelay(),await i.saveSettings()})),new U.Setting(r).setName("Pull on commit-and-sync").setDesc(`On commit-and-sync, pull commits as well. Turning this off turns a commit-and-sync action into commit ${i.settings.disablePush?"":"and push "}only.`).addToggle(f=>f.setValue(i.settings.pullBeforePush).onChange(async d=>{i.settings.pullBeforePush=d,this.refreshDisplayWithDelay(),await i.saveSettings()})),i.gitManager instanceof Se&&(new U.Setting(r).setName("Hunk management").setDesc("Hunks are sections of grouped line changes right in your editor.").setHeading(),new U.Setting(r).setName("Signs").setDesc("This allows you to see your changes right in your editor via colored markers and stage/reset/preview individual hunks.").addToggle(f=>f.setValue(i.settings.hunks.showSigns).onChange(async d=>{i.settings.hunks.showSigns=d,await i.saveSettings(),i.editorIntegration.refreshSignsSettings()})),new U.Setting(r).setName("Hunk commands").setDesc("Adds commands to stage/reset individual Git diff hunks and navigate between them via 'Go to next/prev hunk' commands.").addToggle(f=>f.setValue(i.settings.hunks.hunkCommands).onChange(async d=>{i.settings.hunks.hunkCommands=d,await i.saveSettings(),i.editorIntegration.refreshSignsSettings()})),new U.Setting(r).setName("Status bar with summary of line changes").addDropdown(f=>f.addOptions({disabled:"Disabled",colored:"Colored",monochrome:"Monochrome"}).setValue(i.settings.hunks.statusBar).onChange(async d=>{i.settings.hunks.statusBar=d,await i.saveSettings(),i.editorIntegration.refreshSignsSettings()})),new U.Setting(r).setName("Line author information").setHeading(),this.addLineAuthorInfoSettings())}new U.Setting(r).setName("History view").setHeading(),new U.Setting(r).setName("Show Author").setDesc("Show the author of the commit in the history view.").addDropdown(c=>{let u={hide:"Hide",full:"Full",initials:"Initials"};c.addOptions(u),c.setValue(i.settings.authorInHistoryView),c.onChange(async f=>{i.settings.authorInHistoryView=f,await i.saveSettings(),await i.refresh()})}),new U.Setting(r).setName("Show Date").setDesc("Show the date of the commit in the history view. The {{date}} placeholder format is used to display the date.").addToggle(c=>c.setValue(i.settings.dateInHistoryView).onChange(async u=>{i.settings.dateInHistoryView=u,await i.saveSettings(),await i.refresh()})),new U.Setting(r).setName("Source control view").setHeading(),new U.Setting(r).setName("Automatically refresh source control view on file changes").setDesc("On slower machines this may cause lags. If so, just disable this option.").addToggle(c=>c.setValue(i.settings.refreshSourceControl).onChange(async u=>{i.settings.refreshSourceControl=u,await i.saveSettings()})),new U.Setting(r).setName("Source control view refresh interval").setDesc("Milliseconds to wait after file change before refreshing the Source Control View.").addText(c=>{c.inputEl.type="number",this.setNonDefaultValue({text:c,settingsProperty:"refreshSourceControlTimer"}),c.setPlaceholder(String(ht.refreshSourceControlTimer)),c.onChange(async f=>{f!==""&&Number.isInteger(Number(f))?i.settings.refreshSourceControlTimer=Math.max(Number(f),500):i.settings.refreshSourceControlTimer=ht.refreshSourceControlTimer,await i.saveSettings(),i.setRefreshDebouncer()})}),new U.Setting(r).setName("Miscellaneous").setHeading(),i.gitManager instanceof Se&&new U.Setting(r).setName("Diff view style").setDesc('Set the style for the diff view. Note that the actual diff in "Split" mode is not generated by Git, but the editor itself instead so it may differ from the diff generated by Git. One advantage of this is that you can edit the text in that view.').addDropdown(c=>{let u={split:"Split",git_unified:"Unified"};c.addOptions(u),c.setValue(i.settings.diffStyle),c.onChange(async f=>{i.settings.diffStyle=f,await i.saveSettings()})}),new U.Setting(r).setName("Disable informative notifications").setDesc("Disable informative notifications for git operations to minimize distraction (refer to status bar for updates).").addToggle(c=>c.setValue(i.settings.disablePopups).onChange(async u=>{i.settings.disablePopups=u,this.refreshDisplayWithDelay(),await i.saveSettings()})),new U.Setting(r).setName("Disable error notifications").setDesc("Disable error notifications of any kind to minimize distraction (refer to status bar for updates).").addToggle(c=>c.setValue(!i.settings.showErrorNotices).onChange(async u=>{i.settings.showErrorNotices=!u,await i.saveSettings()})),i.settings.disablePopups||new U.Setting(r).setName("Hide notifications for no changes").setDesc("Don't show notifications when there are no changes to commit or push.").addToggle(c=>c.setValue(i.settings.disablePopupsForNoChanges).onChange(async u=>{i.settings.disablePopupsForNoChanges=u,await i.saveSettings()})),new U.Setting(r).setName("Show status bar").setDesc("Obsidian must be restarted for the changes to take affect.").addToggle(c=>c.setValue(i.settings.showStatusBar).onChange(async u=>{i.settings.showStatusBar=u,await i.saveSettings()})),new U.Setting(r).setName("File menu integration").setDesc('Add "Stage", "Unstage" and "Add to .gitignore" actions to the file menu.').addToggle(c=>c.setValue(i.settings.showFileMenu).onChange(async u=>{i.settings.showFileMenu=u,await i.saveSettings()})),new U.Setting(r).setName("Show branch status bar").setDesc("Obsidian must be restarted for the changes to take affect.").addToggle(c=>c.setValue(i.settings.showBranchStatusBar).onChange(async u=>{i.settings.showBranchStatusBar=u,await i.saveSettings()})),new U.Setting(r).setName("Show the count of modified files in the status bar").addToggle(c=>c.setValue(i.settings.changedFilesInStatusBar).onChange(async u=>{i.settings.changedFilesInStatusBar=u,await i.saveSettings()})),i.gitManager instanceof Vi?new U.Setting(r).setName("Authentication/commit author").setHeading():new U.Setting(r).setName("Commit author").setHeading(),i.gitManager instanceof Vi&&new U.Setting(r).setName("Username on your git server. E.g. your username on GitHub").addText(c=>{var u;c.setValue((u=i.localStorage.getUsername())!=null?u:""),c.onChange(f=>{i.localStorage.setUsername(f)})}),i.gitManager instanceof Vi&&new U.Setting(r).setName("Password/Personal access token").setDesc("Type in your password. You won't be able to see it again.").addText(c=>{c.inputEl.autocapitalize="off",c.inputEl.autocomplete="off",c.inputEl.spellcheck=!1,c.onChange(u=>{i.localStorage.setPassword(u)})}),i.gitReady&&new U.Setting(r).setName("Author name for commit").addText(async c=>{var u;c.setValue((u=await i.gitManager.getConfig("user.name"))!=null?u:""),c.onChange(async f=>{await i.gitManager.setConfig("user.name",f==""?void 0:f)})}),i.gitReady&&new U.Setting(r).setName("Author email for commit").addText(async c=>{var u;c.setValue((u=await i.gitManager.getConfig("user.email"))!=null?u:""),c.onChange(async f=>{await i.gitManager.setConfig("user.email",f==""?void 0:f)})}),new U.Setting(r).setName("Advanced").setDesc("These settings usually don't need to be changed, but may be required for special setups.").setHeading(),i.gitManager instanceof Se&&(new U.Setting(r).setName("Update submodules").setDesc('"Commit-and-sync" and "pull" takes care of submodules. Missing features: Conflicted files, count of pulled/pushed/committed files. Tracking branch needs to be set for each submodule.').addToggle(c=>c.setValue(i.settings.updateSubmodules).onChange(async u=>{i.settings.updateSubmodules=u,await i.saveSettings()})),i.settings.updateSubmodules&&new U.Setting(r).setName("Submodule recurse checkout/switch").setDesc("Whenever a checkout happens on the root repository, recurse the checkout on the submodules (if the branches exist).").addToggle(c=>c.setValue(i.settings.submoduleRecurseCheckout).onChange(async u=>{i.settings.submoduleRecurseCheckout=u,await i.saveSettings()}))),i.gitManager instanceof Se&&new U.Setting(r).setName("Custom Git binary path").setDesc("Specify the path to the Git binary/executable. Git should already be in your PATH. Should only be necessary for a custom Git installation.").addText(c=>{var u;c.setValue((u=i.localStorage.getGitPath())!=null?u:""),c.setPlaceholder("git"),c.onChange(f=>{i.localStorage.setGitPath(f),i.gitManager.updateGitPath(f||"git").catch(d=>i.displayError(d))})}),i.gitManager instanceof Se&&new U.Setting(r).setName("Additional environment variables").setDesc("Use each line for a new environment variable in the format KEY=VALUE .").addTextArea(c=>{c.setPlaceholder("GIT_DIR=/path/to/git/dir"),c.setValue(i.localStorage.getEnvVars().join(` +`)),c.onChange(u=>{i.localStorage.setEnvVars(u.split(` +`))})}),i.gitManager instanceof Se&&new U.Setting(r).setName("Additional PATH environment variable paths").setDesc("Use each line for one path").addTextArea(c=>{c.setValue(i.localStorage.getPATHPaths().join(` +`)),c.onChange(u=>{i.localStorage.setPATHPaths(u.split(` +`))})}),i.gitManager instanceof Se&&new U.Setting(r).setName("Reload with new environment variables").setDesc("Removing previously added environment variables will not take effect until Obsidian is restarted.").addButton(c=>{c.setButtonText("Reload"),c.setCta(),c.onClick(async()=>{await i.gitManager.setGitInstance()})}),new U.Setting(r).setName("Custom base path (Git repository path)").setDesc(` + Sets the relative path to the vault from which the Git binary should be executed. + Mostly used to set the path to the Git repository, which is only required if the Git repository is below the vault root directory. Use "\\" instead of "/" on Windows. + `).addText(c=>{c.setValue(i.settings.basePath),c.setPlaceholder("directory/directory-with-git-repo"),c.onChange(async u=>{i.settings.basePath=u,await i.saveSettings(),i.gitManager.updateBasePath(u||"").catch(f=>i.displayError(f))})}),new U.Setting(r).setName("Custom Git directory path (Instead of '.git')").setDesc('Corresponds to the GIT_DIR environment variable. Requires restart of Obsidian to take effect. Use "\\" instead of "/" on Windows.').addText(c=>{c.setValue(i.settings.gitDir),c.setPlaceholder(".git"),c.onChange(async u=>{i.settings.gitDir=u,await i.saveSettings()})}),new U.Setting(r).setName("Disable on this device").setDesc("Disables the plugin on this device. This setting is not synced.").addToggle(c=>c.setValue(i.localStorage.getPluginDisabled()).onChange(u=>{i.localStorage.setPluginDisabled(u),u?i.unloadPlugin():i.init({fromReload:!0}).catch(f=>i.displayError(f)),new U.Notice("Obsidian must be restarted for the changes to take affect.")})),new U.Setting(r).setName("Support").setHeading(),new U.Setting(r).setName("Donate").setDesc("If you like this Plugin, consider donating to support continued development.").addButton(c=>{var f;let u=(f=c.buttonEl.parentElement)==null?void 0:f.createEl("a",{href:"https://ko-fi.com/F1F195IQ5",attr:{target:"_blank"}});u&&(u.createEl("img",{attr:{height:"36",style:"border:0px;height:36px;",src:"https://cdn.ko-fi.com/cdn/kofi3.png?v=3",border:"0",alt:"Buy Me a Coffee at ko-fi.com"}}),c.buttonEl.remove())});let o=r.createDiv();o.setAttr("align","center"),o.setAttr("style","margin: var(--size-4-2)");let l=o.createEl("button");if(l.setText("Copy Debug Information"),l.onclick=async()=>{await window.navigator.clipboard.writeText(JSON.stringify({settings:this.plugin.settings,pluginVersion:this.plugin.manifest.version},null,4)),new U.Notice("Debug information copied to clipboard. May contain sensitive information!")},U.Platform.isDesktopApp){let c=r.createDiv();c.setAttr("align","center"),c.setText(`Debugging and logging: +You can always see the logs of this and every other plugin by opening the console with`);let u=r.createDiv();u.setAttr("align","center"),u.addClass("obsidian-git-shortcuts"),U.Platform.isMacOS===!0?u.createEl("kbd",{text:"CMD (\u2318) + OPTION (\u2325) + I"}):u.createEl("kbd",{text:"CTRL + SHIFT + I"})}}mayDisableSetting(r,i){i&&(r.setDisabled(i),r.setClass("obsidian-git-disabled"))}configureLineAuthorShowStatus(r){this.settings.lineAuthor.show=r,this.plugin.saveSettings(),r?this.plugin.editorIntegration.activateLineAuthoring():this.plugin.editorIntegration.deactiveLineAuthoring()}async lineAuthorSettingHandler(r,i){this.settings.lineAuthor[r]=i,await this.plugin.saveSettings(),this.plugin.editorIntegration.lineAuthoringFeature.refreshLineAuthorViews()}beforeSaveSettings(){let r=this.settings.lineAuthor;r.authorDisplay!=="hide"&&(r.lastShownAuthorDisplay=r.authorDisplay),r.dateTimeFormatOptions!=="hide"&&(r.lastShownDateTimeFormatOptions=r.dateTimeFormatOptions)}addLineAuthorInfoSettings(){let r=new U.Setting(this.containerEl).setName("Show commit authoring information next to each line");if(this.plugin.editorIntegration.lineAuthoringFeature.isAvailableOnCurrentPlatform()||r.setDesc("Only available on desktop currently.").setDisabled(!0),r.descEl.createEl("a",{href:s5,text:"Feature guide and quick examples",attr:{target:"_blank"}}),r.descEl.createEl("br"),r.descEl.createSpan({text:" The commit hash, author name and authoring date can all be individually toggled."}),r.descEl.createEl("br"),r.descEl.createSpan({text:"Hide everything, to only show the age-colored sidebar."}),r.addToggle(i=>i.setValue(this.settings.lineAuthor.show).onChange(n=>{this.configureLineAuthorShowStatus(n),this.refreshDisplayWithDelay()})),this.settings.lineAuthor.show){let i=new U.Setting(this.containerEl).setName("Follow movement and copies across files and commits").addDropdown(l=>{l.addOptions({inactive:"Do not follow (default)","same-commit":"Follow within same commit","all-commits":"Follow within all commits (maybe slow)"}),l.setValue(this.settings.lineAuthor.followMovement),l.onChange(c=>this.lineAuthorSettingHandler("followMovement",c))});if(i.descEl.createSpan({text:"By default (deactivated), each line only shows the newest commit where it was changed."}),i.descEl.createEl("br"),i.descEl.createSpan({text:"With "}),i.descEl.createEl("i",{text:"same commit"}),i.descEl.createSpan({text:", cut-copy-paste-ing of text is followed within the same commit and the original commit of authoring will be shown."}),i.descEl.createEl("br"),i.descEl.createSpan({text:"With "}),i.descEl.createEl("i",{text:"all commits"}),i.descEl.createSpan({text:", cut-copy-paste-ing text inbetween multiple commits will be detected."}),i.descEl.createEl("br"),i.descEl.createSpan({text:"It uses "}),i.descEl.createEl("a",{href:"https://git-scm.com/docs/git-blame",text:"git-blame",attr:{target:"_blank"}}),i.descEl.createSpan({text:` and for matches (at least ${_d} characters) within the same (or all) commit(s), `}),i.descEl.createEl("em",{text:"the originating"}),i.descEl.createSpan({text:" commit's information is shown."}),new U.Setting(this.containerEl).setName("Show commit hash").addToggle(l=>{l.setValue(this.settings.lineAuthor.showCommitHash),l.onChange(c=>this.lineAuthorSettingHandler("showCommitHash",c))}),new U.Setting(this.containerEl).setName("Author name display").setDesc("If and how the author is displayed").addDropdown(l=>{let c={hide:"Hide",initials:"Initials (default)","first name":"First name","last name":"Last name",full:"Full name"};l.addOptions(c),l.setValue(this.settings.lineAuthor.authorDisplay),l.onChange(async u=>this.lineAuthorSettingHandler("authorDisplay",u))}),new U.Setting(this.containerEl).setName("Authoring date display").setDesc("If and how the date and time of authoring the line is displayed").addDropdown(l=>{let c={hide:"Hide",date:"Date (default)",datetime:"Date and time","natural language":"Natural language",custom:"Custom"};l.addOptions(c),l.setValue(this.settings.lineAuthor.dateTimeFormatOptions),l.onChange(async u=>{await this.lineAuthorSettingHandler("dateTimeFormatOptions",u),this.refreshDisplayWithDelay()})}),this.settings.lineAuthor.dateTimeFormatOptions==="custom"){let l=new U.Setting(this.containerEl);l.setName("Custom authoring date format").addText(c=>{c.setValue(this.settings.lineAuthor.dateTimeFormatCustomString),c.setPlaceholder("YYYY-MM-DD HH:mm"),c.onChange(async u=>{await this.lineAuthorSettingHandler("dateTimeFormatCustomString",u),this.setCustomDateTimeDescription(l.descEl,u)})}),this.setCustomDateTimeDescription(l.descEl,this.settings.lineAuthor.dateTimeFormatCustomString)}let n=new U.Setting(this.containerEl).setName("Authoring date display timezone").addDropdown(l=>{let c={"viewer-local":"My local (default)","author-local":"Author's local",utc0000:"UTC+0000/Z"};l.addOptions(c),l.setValue(this.settings.lineAuthor.dateTimeTimezone),l.onChange(async u=>this.lineAuthorSettingHandler("dateTimeTimezone",u))});n.descEl.empty(),n.descEl.createSpan({text:`The time-zone in which the authoring date should be shown. +Either your local time-zone (default), +the author's time-zone during commit creation or +`}),n.descEl.createEl("a",{text:"UTC\xB100:00",href:"https://en.wikipedia.org/wiki/UTC%C2%B100:00"}),n.descEl.createSpan({text:"."});let s=new U.Setting(this.containerEl).setName("Oldest age in coloring");this.setOldestAgeDescription(s.descEl,this.settings.lineAuthor.coloringMaxAge),s.addText(l=>{l.setPlaceholder("1y"),l.setValue(this.settings.lineAuthor.coloringMaxAge),l.onChange(async c=>{let f=Eu(c)!==void 0;this.setOldestAgeDescription(s.descEl,c),f&&(await this.lineAuthorSettingHandler("coloringMaxAge",c),this.refreshColorSettingsName("oldest"))})}),this.createColorSetting("newest"),this.createColorSetting("oldest");let a=new U.Setting(this.containerEl).setName("Text color").addText(l=>{l.setValue(this.settings.lineAuthor.textColorCss),l.onChange(async c=>{await this.lineAuthorSettingHandler("textColorCss",c)})});a.descEl.empty(),a.descEl.createSpan({text:"The CSS color of the gutter text."}),a.descEl.createEl("br"),a.descEl.createEl("br"),a.descEl.createSpan({text:"It is highly recommended to use "}),a.descEl.createEl("a",{text:"CSS variables",href:"https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties"}),a.descEl.createSpan({text:" defined by themes (e.g. "}),a.descEl.createEl("pre",{text:"var(--text-muted)",attr:{style:"display:inline"}}),a.descEl.createSpan({text:" or "}),a.descEl.createEl("pre",{text:"var(--text-on-accent)",attr:{style:"display:inline"}}),a.descEl.createSpan({text:"), because they automatically adapt to theme changes."}),a.descEl.createEl("br"),a.descEl.createEl("br"),a.descEl.createSpan({text:"See: "}),a.descEl.createEl("a",{text:"List of available CSS variables in Obsidian",href:"https://github.com/obsidian-community/obsidian-theme-template/blob/main/obsidian.css"});let o=new U.Setting(this.containerEl).setName("Ignore whitespace and newlines in changes").addToggle(l=>{l.setValue(this.settings.lineAuthor.ignoreWhitespace),l.onChange(c=>this.lineAuthorSettingHandler("ignoreWhitespace",c))});o.descEl.empty(),o.descEl.createSpan({text:"Whitespace and newlines are interpreted as part of the document and in changes by default (hence not ignored). This makes the last line being shown as 'changed' when a new subsequent line is added, even if the previously last line's text is the same."}),o.descEl.createEl("br"),o.descEl.createSpan({text:"If you don't care about purely-whitespace changes (e.g. list nesting / quote indentation changes), then activating this will provide more meaningful change detection."})}}createColorSetting(r){let i=new U.Setting(this.containerEl).setName("").addText(n=>{let s=uw(r,this.settings.lineAuthor),a=uw(r,ht.lineAuthor);n.setPlaceholder(iv(a)),n.setValue(iv(s)),n.onChange(async o=>{let l=Qk(o);if(l!==void 0){let c=r==="newest"?"colorNew":"colorOld";await this.lineAuthorSettingHandler(c,l)}this.refreshColorSettingsDesc(r,l)})});this.lineAuthorColorSettings.set(r,i),this.refreshColorSettingsName(r),this.refreshColorSettingsDesc(r,uw(r,this.settings.lineAuthor))}refreshColorSettingsName(r){let i=this.lineAuthorColorSettings.get(r);if(i){let n=r==="oldest"?`oldest (${this.settings.lineAuthor.coloringMaxAge} or older)`:"newest";i.nameEl.setText(`Color for ${n} commits`)}}refreshColorSettingsDesc(r,i){let n=this.lineAuthorColorSettings.get(r);n&&this.colorSettingPreviewDesc(n.descEl,r,this.settings.lineAuthor,i!==void 0)}colorSettingPreviewDesc(r,i,n,s){r.empty(),r.createSpan({text:"Supports 'rgb(r,g,b)', 'hsl(h,s,l)', hex (#) and named colors (e.g. 'black', 'purple'). Color preview: "});let a=s?lh(i,n):"rgba(127,127,127,0.3)",o=U.moment.unix(U.moment.now()/1e3).format("YYYY-MM-DD"),l=s?`abcdef Author Name ${o}`:"invalid color";r.createEl("div",{text:l,attr:{class:"line-author-settings-preview",style:`background-color: ${a}; width: 30ch;`}})}setCustomDateTimeDescription(r,i){r.empty(),r.createEl("a",{text:"Format string",href:O2}),r.createSpan({text:" to display the authoring date."}),r.createEl("br");let n=(0,U.moment)().format(i);r.createSpan({text:`Currently: ${n}`})}setOldestAgeDescription(r,i){let n=Eu(i),s=n!==void 0?`${n.asDays()} days`:"invalid!";r.empty(),r.createSpan({text:`The oldest age in the line author coloring. Everything older will have the same color. +Smallest valid age is "1d". Currently: ${s}`})}setNonDefaultValue({settingsProperty:r,text:i}){let n=this.plugin.settings[r];ht[r]!==n&&(typeof n=="string"||typeof n=="number"||typeof n=="boolean"?i.setValue(String(n)):i.setValue(JSON.stringify(n)))}refreshDisplayWithDelay(r=80){window.setTimeout(()=>this.display(),r)}};function uw(t,e){return t==="oldest"?e.colorOld:e.colorNew}function Eu(t){let e=U.moment.duration("P"+t.toUpperCase());return e.isValid()&&e.asDays()&&e.asDays()>=1?e:void 0}m();var ti=require("obsidian");var fh=class{constructor(e,r){this.statusBarEl=e;this.plugin=r;this.messages=[];this.base="obsidian-git-statusbar-";this.statusBarEl.setAttribute("data-tooltip-position","top"),r.registerEvent(r.app.workspace.on("obsidian-git:refreshed",()=>{this.refreshCommitTimestamp().catch(console.error)}))}displayMessage(e,r){this.messages.push({message:`Git: ${e.slice(0,100)}`,timeout:r}),this.display()}display(){this.messages.length>0&&!this.currentMessage?(this.currentMessage=this.messages.shift(),this.statusBarEl.addClass(this.base+"message"),this.statusBarEl.ariaLabel="",this.statusBarEl.setText(this.currentMessage.message),this.lastMessageTimestamp=Date.now()):this.currentMessage?Date.now()-this.lastMessageTimestamp>=this.currentMessage.timeout&&(this.currentMessage=null,this.lastMessageTimestamp=null):this.displayState()}displayState(){switch((this.statusBarEl.getText().length>3||!this.statusBarEl.hasChildNodes())&&(this.statusBarEl.empty(),this.conflictEl=this.statusBarEl.createDiv(),this.conflictEl.setAttribute("data-tooltip-position","top"),this.conflictEl.style.float="left",this.pausedEl=this.statusBarEl.createDiv(),this.pausedEl.setAttribute("data-tooltip-position","top"),this.pausedEl.style.float="left",this.iconEl=this.statusBarEl.createDiv(),this.iconEl.style.float="left",this.textEl=this.statusBarEl.createDiv(),this.textEl.style.float="right",this.textEl.style.marginLeft="5px"),this.plugin.localStorage.getConflict()?((0,ti.setIcon)(this.conflictEl,"alert-circle"),this.conflictEl.ariaLabel="You have merge conflicts. Resolve them and commit afterwards.",this.conflictEl.style.marginRight="5px",this.conflictEl.addClass(this.base+"conflict")):(this.conflictEl.empty(),this.conflictEl.style.marginRight=""),this.plugin.localStorage.getPausedAutomatics()?((0,ti.setIcon)(this.pausedEl,"pause-circle"),this.pausedEl.ariaLabel="Automatic routines are currently paused.",this.pausedEl.style.marginRight="5px",this.pausedEl.addClass(this.base+"paused")):(this.pausedEl.empty(),this.pausedEl.style.marginRight=""),this.plugin.state.gitAction){case 0:this.displayFromNow();break;case 1:this.statusBarEl.ariaLabel="Checking repository status...",(0,ti.setIcon)(this.iconEl,"refresh-cw"),this.statusBarEl.addClass(this.base+"status");break;case 3:this.statusBarEl.ariaLabel="Adding files...",(0,ti.setIcon)(this.iconEl,"archive"),this.statusBarEl.addClass(this.base+"add");break;case 4:this.statusBarEl.ariaLabel="Committing changes...",(0,ti.setIcon)(this.iconEl,"git-commit"),this.statusBarEl.addClass(this.base+"commit");break;case 5:this.statusBarEl.ariaLabel="Pushing changes...",(0,ti.setIcon)(this.iconEl,"upload"),this.statusBarEl.addClass(this.base+"push");break;case 2:this.statusBarEl.ariaLabel="Pulling changes...",(0,ti.setIcon)(this.iconEl,"download"),this.statusBarEl.addClass(this.base+"pull");break;default:this.statusBarEl.ariaLabel="Failed on initialization!",(0,ti.setIcon)(this.iconEl,"alert-triangle"),this.statusBarEl.addClass(this.base+"failed-init");break}}displayFromNow(){var i;let e=this.lastCommitTimestamp,r=this.plugin.state.offlineMode;if(e){let n=(0,ti.moment)(e).fromNow();this.statusBarEl.ariaLabel=`${r?"Offline: ":""}Last Commit: ${n}`,((i=this.unPushedCommits)!=null?i:0)>0&&(this.statusBarEl.ariaLabel+=` +(${this.unPushedCommits} unpushed commits)`)}else this.statusBarEl.ariaLabel=r?"Git is offline":"Git is ready";r?(0,ti.setIcon)(this.iconEl,"globe"):(0,ti.setIcon)(this.iconEl,"check"),this.plugin.settings.changedFilesInStatusBar&&this.plugin.cachedStatus&&this.textEl.setText(this.plugin.cachedStatus.changed.length.toString()),this.statusBarEl.addClass(this.base+"idle")}async refreshCommitTimestamp(){this.lastCommitTimestamp=await this.plugin.gitManager.getLastCommitTime(),this.unPushedCommits=await this.plugin.gitManager.getUnpushedCommits()}remove(){this.statusBarEl.remove()}};m();var hh=require("obsidian"),dh=class extends hh.SuggestModal{constructor(r){super(r.app);this.plugin=r;this.resolve=null;this.setPlaceholder("Type your message and select optional the version with the added date.")}openAndGetResult(){return new Promise(r=>{this.resolve=r,this.open()})}onClose(){new Promise(r=>window.setTimeout(r,10)).then(()=>{this.resolve&&this.resolve(void 0)})}getSuggestions(r){let i=(0,hh.moment)().format(this.plugin.settings.commitDateFormat);return r==""&&(r="..."),[r,`${i}: ${r}`,`${r}: ${i}`]}renderSuggestion(r,i){i.innerText=r}onChooseSuggestion(r,i){this.resolve&&this.resolve(r)}};m();var L2=require("obsidian"),Su=class{constructor(e){this.plugin=e}saveLastAuto(e,r){r==="backup"?this.plugin.localStorage.setLastAutoBackup(e.toString()):r==="pull"?this.plugin.localStorage.setLastAutoPull(e.toString()):r==="push"&&this.plugin.localStorage.setLastAutoPush(e.toString())}loadLastAuto(){var e,r,i;return{backup:new Date((e=this.plugin.localStorage.getLastAutoBackup())!=null?e:""),pull:new Date((r=this.plugin.localStorage.getLastAutoPull())!=null?r:""),push:new Date((i=this.plugin.localStorage.getLastAutoPush())!=null?i:"")}}async init(){await this.setUpAutoCommitAndSync();let e=this.loadLastAuto();if(this.plugin.settings.differentIntervalCommitAndPush&&this.plugin.settings.autoPushInterval>0){let r=this.diff(this.plugin.settings.autoPushInterval,e.push);this.startAutoPush(r)}if(this.plugin.settings.autoPullInterval>0){let r=this.diff(this.plugin.settings.autoPullInterval,e.pull);this.startAutoPull(r)}}unload(){this.clearAutoPull(),this.clearAutoPush(),this.clearAutoCommitAndSync()}reload(...e){this.plugin.localStorage.getPausedAutomatics()||(e.contains("commit")&&(this.clearAutoCommitAndSync(),this.plugin.settings.autoSaveInterval>0&&this.startAutoCommitAndSync(this.plugin.settings.autoSaveInterval)),e.contains("push")&&(this.clearAutoPush(),this.plugin.settings.differentIntervalCommitAndPush&&this.plugin.settings.autoPushInterval>0&&this.startAutoPush(this.plugin.settings.autoPushInterval)),e.contains("pull")&&(this.clearAutoPull(),this.plugin.settings.autoPullInterval>0&&this.startAutoPull(this.plugin.settings.autoPullInterval)))}async setUpAutoCommitAndSync(){if(this.plugin.settings.setLastSaveToLastCommit){this.clearAutoCommitAndSync();let e=await this.plugin.gitManager.getLastCommitTime();e&&this.saveLastAuto(e,"backup")}if(!this.timeoutIDCommitAndSync&&!this.plugin.autoCommitDebouncer){let e=this.loadLastAuto();if(this.plugin.settings.autoSaveInterval>0){let r=this.diff(this.plugin.settings.autoSaveInterval,e.backup);this.startAutoCommitAndSync(r)}}}startAutoCommitAndSync(e){let r=(e!=null?e:this.plugin.settings.autoSaveInterval)*6e4;this.plugin.settings.autoBackupAfterFileChange?e===0?this.doAutoCommitAndSync():this.plugin.autoCommitDebouncer=(0,L2.debounce)(()=>this.doAutoCommitAndSync(),r,!0):(r>2147483647&&(r=2147483647),this.timeoutIDCommitAndSync=window.setTimeout(()=>this.doAutoCommitAndSync(),r))}doAutoCommitAndSync(){this.plugin.promiseQueue.addTask(async()=>{if(this.plugin.settings.setLastSaveToLastCommit){let r=await this.plugin.gitManager.getLastCommitTime();if(r){this.saveLastAuto(r,"backup");let i=this.diff(this.plugin.settings.autoSaveInterval,r);if(i>0)return this.startAutoCommitAndSync(i),!1}}let e=this.plugin.settings.autoCommitOnlyStaged;return this.plugin.settings.differentIntervalCommitAndPush?await this.plugin.commit({fromAuto:!0,onlyStaged:e}):await this.plugin.commitAndSync({fromAutoBackup:!0,onlyStaged:e}),!0},e=>{e!==!1&&(this.saveLastAuto(new Date,"backup"),this.startAutoCommitAndSync())})}startAutoPull(e){let r=(e!=null?e:this.plugin.settings.autoPullInterval)*6e4;r>2147483647&&(r=2147483647),this.timeoutIDPull=window.setTimeout(()=>this.doAutoPull(),r)}doAutoPull(){this.plugin.promiseQueue.addTask(()=>this.plugin.pullChangesFromRemote(),()=>{this.saveLastAuto(new Date,"pull"),this.startAutoPull()})}startAutoPush(e){let r=(e!=null?e:this.plugin.settings.autoPushInterval)*6e4;r>2147483647&&(r=2147483647),this.timeoutIDPush=window.setTimeout(()=>this.doAutoPush(),r)}doAutoPush(){this.plugin.promiseQueue.addTask(()=>this.plugin.push(),()=>{this.saveLastAuto(new Date,"push"),this.startAutoPush()})}clearAutoCommitAndSync(){var r;let e=!1;return this.timeoutIDCommitAndSync&&(window.clearTimeout(this.timeoutIDCommitAndSync),this.timeoutIDCommitAndSync=void 0,e=!0),this.plugin.autoCommitDebouncer&&((r=this.plugin.autoCommitDebouncer)==null||r.cancel(),this.plugin.autoCommitDebouncer=void 0,e=!0),e}clearAutoPull(){return this.timeoutIDPull?(window.clearTimeout(this.timeoutIDPull),this.timeoutIDPull=void 0,!0):!1}clearAutoPush(){return this.timeoutIDPush?(window.clearTimeout(this.timeoutIDPush),this.timeoutIDPush=void 0,!0):!1}diff(e,r){let n=e-Math.round((new Date().getTime()-r.getTime())/1e3/60);return Math.max(0,n)}};m();var qi=require("obsidian");m();var ku=require("obsidian");async function N2(t,e,r){let i=await H2(e,r);if(i.result==="failure"){new ku.Notice(i.reason);return}let{isGitHub:n,branch:s,repo:a,user:o,filePath:l}=i;if(n){let c=t.getCursor("from").line+1,u=t.getCursor("to").line+1;c===u?window.open(`https://github.com/${o}/${a}/blob/${s}/${l}?plain=1#L${c}`):window.open(`https://github.com/${o}/${a}/blob/${s}/${l}?plain=1#L${c}-L${u}`)}else new ku.Notice("It seems like you are not using GitHub")}async function B2(t,e){let r=await H2(t,e);if(r.result==="failure"){new ku.Notice(r.reason);return}let{isGitHub:i,branch:n,repo:s,user:a,filePath:o}=r;i?window.open(`https://github.com/${a}/${s}/commits/${n}/${o}`):new ku.Notice("It seems like you are not using GitHub")}async function H2(t,e){let r=await e.branchInfo(),i=r.tracking,n=r.current,s,a=e.getRelativeRepoPath(t.path);if(e instanceof Se){let l=await e.getSubmoduleOfFile(e.getRelativeRepoPath(t.path));if(l){a=l.relativeFilepath;let c=await e.git.cwd({path:l.submodule,root:!1}).status();if(i=c.tracking||void 0,n=c.current||void 0,i){let u=i.substring(0,i.indexOf("/")),f=await e.git.cwd({path:l.submodule,root:!1}).getConfig(`remote.${u}.url`,"local");if(f.value!=null)s=f.value;else return{result:"failure",reason:"Failed to get remote url of submodule"}}}}if(i==null)return{result:"failure",reason:"Remote branch is not configured"};if(n==null)return{result:"failure",reason:"Failed to get current branch name"};if(s==null){let l=i.substring(0,i.indexOf("/"));if(s=await e.getConfig(`remote.${l}.url`),s==null)return{result:"failure",reason:"Failed to get remote url"}}let o=s.match(/(?:^https:\/\/github\.com\/(.+)\/(.+?)(?:\.git)?$)|(?:^[a-zA-Z]+@github\.com:(.+)\/(.+?)(?:\.git)?$)/);if(o==null)return{result:"failure",reason:"Could not parse remote url"};{let[l,c,u,f,d]=o;return{result:"success",isGitHub:!!l,repo:u||d,user:c||f,branch:n,filePath:a}}}m();var U2=require("obsidian"),ph=class extends U2.FuzzySuggestModal{constructor(e,r){super(e.app),this.plugin=e,this.changedFiles=r,this.setPlaceholder("Not supported files will be opened by default app!")}getItems(){return this.changedFiles}getItemText(e){if(e.index=="U"&&e.workingDir=="U")return`Untracked | ${e.vaultPath}`;let r="",i="";return e.workingDir!=" "&&(r=`Working Dir: ${e.workingDir} `),e.index!=" "&&(i=`Index: ${e.index}`),`${r}${i} | ${e.vaultPath}`}onChooseItem(e,r){this.plugin.app.metadataCache.getFirstLinkpathDest(e.vaultPath,"")==null?this.app.openWithDefaultApp(e.vaultPath):this.plugin.app.workspace.openLinkText(e.vaultPath,"/")}};m();var G2=require("obsidian"),mh=class extends G2.Modal{constructor(r,i){super(r);this.content=i;this.resolve=null}openAndGetReslt(){return new Promise(r=>{this.resolve=r,this.open()})}onOpen(){let{contentEl:r,titleEl:i}=this;i.setText("Edit .gitignore");let n=r.createDiv(),s=n.createEl("textarea",{text:this.content,cls:["obsidian-git-textarea"],attr:{rows:10,cols:30,wrap:"off"}});n.createEl("button",{cls:["mod-cta","obsidian-git-center-button"],text:"Save"}).addEventListener("click",()=>{this.resolve(s.value),this.close()})}onClose(){let{contentEl:r}=this;r.empty(),this.resolve&&this.resolve(void 0)}};m();var Du=require("@codemirror/state"),Rh=require("@codemirror/view");m();var $l=require("@codemirror/state");m();var Vt=class t{static createHunk(e,r,i,n){return{removed:{start:e,count:r,lines:[]},added:{start:i,count:n,lines:[]},head:`@@ -${e}${r>0?`,${r}`:""} +${i}${n>0?`,${n}`:""} @@`,vend:i+Math.max(n-1,0),type:n===0?"delete":r===0?"add":"change"}}static createPartialHunk(e,r,i){let n=r,s=i-r+1,a=0;for(let o of e){let l=o.added.count-o.removed.count,c=0;if(o.added.start>=r&&o.vend<=i)c=l;else{let u=Math.max(0,i+1-(o.added.start+o.removed.count)),f=Math.max(0,r-(o.added.start+o.removed.count));o.added.start>=r&&o.added.start<=i?c=u:o.vend>=r&&o.vend<=i?(c=l-f,n=n-f):o.added.start<=r&&o.vend>=i?(c=u-f,n=n-f):a++,r>o.vend&&(n=n-l)}s=s-c}if(a!==e.length)return s===0&&(n=n-1),this.createHunk(n,s,r,i-r+1)}patchLines(e,r=!1){let i=[];for(let n of e.removed.lines)i.push("-"+n);for(let n of e.added.lines)i.push("+"+n);return r?i.map(n=>n.replace(/\r$/,"")):i}static parseDiffLine(e){let n=e.split("@@")[1].trim().split(" "),s=n[0].substring(1).split(","),a=n[1].substring(1).split(","),o=this.createHunk(parseInt(s[0]),parseInt(s[1]||"1"),parseInt(a[0]),parseInt(a[1]||"1"));return o.head=e,o}static changeEnd(e){return e.added.count===0?e.added.start:e.removed.count===0?e.added.start+e.added.count-1:e.added.start+Math.min(e.added.count,e.removed.count)-1}static calcSigns(e,r,i,n=1,s=1/0,a){if(a&&r.type!=="add")return console.error(`Invalid hunk with untracked=${a} hunk="${r.head}"`),[];n=Math.max(1,n);let{start:o,added:l,removed:c}={start:r.added.start,added:r.added.count,removed:r.removed.count},u=this.changeEnd(r),f=r.type==="delete"&&(o===0||e&&this.changeEnd(e)===o)&&(!i||i.added.start!==o+1);f&&n===1&&(n=0);let d=[];for(let h=Math.max(o,n);h<=Math.min(u,s);h++){let p=r.type==="change"&&(c>l&&h===u||e&&e.added.start===0);d.push({type:f?"topdelete":p?"changedelete":a?"untracked":r.type,count:h===o?r.type==="add"?l:c:void 0,lnum:h+(f?1:0)})}if(r.type==="change"&&l>c&&r.vend>=n&&u<=s)for(let h=Math.max(u,n);h<=Math.min(r.vend,s);h++)d.push({type:"add",count:h===r.vend?l-c:void 0,lnum:h});return d}static createPatch(e,r,i,n=!1){let s=[`diff --git a/${e} b/${e}`,`index 000000..000000 ${i}`,`--- a/${e}`,`+++ b/${e}`],a=0;r=structuredClone(r);for(let o of r){let l=o.removed.start,c=o.removed.count,u=o.added.count;o.type==="add"&&(l=l+1);let f=o.removed.lines,d=o.added.lines;n&&([c,u]=[u,c],[f,d]=[d,f]),s.push(`@@ -${l},${c} +${l+a},${u} @@`);for(let h of f)s.push("-"+h);(n?o.added:o.removed).no_nl_at_eof&&s.push("\\ No newline at end of file");for(let h of d)s.push("+"+h);(n?o.removed:o.added).no_nl_at_eof&&s.push("\\ No newline at end of file"),o.removed.start=l+a,a=a+(u-c)}return s}getSummary(e){let r={added:0,changed:0,removed:0};for(let i of e)if(i.type==="add")r.added+=i.added.count;else if(i.type==="delete")r.removed+=i.removed.count;else if(i.type==="change"){let n=i.added.count,s=i.removed.count,a=Math.min(n,s);r.changed+=a,r.added+=n-a,r.removed+=s-a}return r}static findHunk(e,r){if(!r)return[void 0,void 0];for(let i=0;i=e)return[n,i]}return[void 0,void 0]}static findNearestHunk(e,r,i,n){if(r.length!==0){if(i==="first")return 0;if(i==="last")return r.length-1;if(i==="next"){if(r[0].added.start>e)return 0;for(let s=r.length-1;s>=0;s--)if(r[s].added.start<=e){if(s+1e)return s+1;if(n)return 0}}else if(i==="prev"){if(Math.max(r[r.length-1].vend)0&&Math.max(r[s-1].vend,1)l.added.start?n++:o.added.starta.map(v=>g.replace(/&/,v))).reduce((g,v)=>g.concat(v)),p,l);else if(p&&typeof p=="object"){if(!f)throw new RangeError("The value of a property ("+h+") should be a primitive value.");s(n(h),p,u,d)}else p!=null&&u.push(h.replace(/_.*/,"").replace(/[A-Z]/g,g=>"-"+g.toLowerCase())+": "+p+";")}(u.length||d)&&l.push((i&&!f&&!c?a.map(i):a).join(", ")+" {"+u.join(" ")+"}")}for(let a in e)s(n(a),e[a],this.rules)}getRules(){return this.rules.join(` +`)}static newName(){let e=V2[j2]||1;return V2[j2]=e+1,fw+e.toString(36)}static mount(e,r,i){let n=e[dw],s=i&&i.nonce;n?s&&n.setNonce(s):n=new hw(e,s),n.mount(Array.isArray(r)?r:[r],e)}},z2=new Map,hw=class{constructor(e,r){let i=e.ownerDocument||e,n=i.defaultView;if(!e.head&&e.adoptedStyleSheets&&n.CSSStyleSheet){let s=z2.get(i);if(s)return e[dw]=s;this.sheet=new n.CSSStyleSheet,z2.set(i,this)}else this.styleTag=i.createElement("style"),r&&this.styleTag.setAttribute("nonce",r);this.modules=[],e[dw]=this}mount(e,r){let i=this.sheet,n=0,s=0;for(let a=0;a-1&&(this.modules.splice(l,1),s--,l=-1),l==-1){if(this.modules.splice(s++,0,o),i)for(let c=0;cc){let f=t.slice(e,r).indexOf(i.slice(n,s));if(f>-1)return[new Et(e,e+f,n,n),new Et(e+f+c,r,s,s)]}else if(c>l){let f=i.slice(n,s).indexOf(t.slice(e,r));if(f>-1)return[new Et(e,e,n,n+f),new Et(r,r,n+f+l,s)]}if(l==1||c==1)return[new Et(e,r,n,s)];let u=fP(t,e,r,i,n,s);if(u){let[f,d,h]=u;return $a(t,e,f,i,n,d).concat($a(t,f+h,r,i,d+h,s))}return o5(t,e,r,i,n,s)}var Au=1e9,Cu=0,bw=!1;function o5(t,e,r,i,n,s){let a=r-e,o=s-n;if(Au<1e9&&Math.min(a,o)>Au*16||Cu>0&&Date.now()>Cu)return Math.min(a,o)>Au*64?[new Et(e,r,n,s)]:W2(t,e,r,i,n,s);let l=Math.ceil((a+o)/2);pw.reset(l),mw.reset(l);let c=(h,p)=>t.charCodeAt(e+h)==i.charCodeAt(n+p),u=(h,p)=>t.charCodeAt(r-h-1)==i.charCodeAt(s-p-1),f=(a-o)%2!=0?mw:null,d=f?null:pw;for(let h=0;hAu||Cu>0&&!(h&63)&&Date.now()>Cu)return W2(t,e,r,i,n,s);let p=pw.advance(h,a,o,l,f,!1,c)||mw.advance(h,a,o,l,d,!0,u);if(p)return l5(t,e,r,e+p[0],i,n,s,n+p[1])}return[new Et(e,r,n,s)]}var yh=class{constructor(){this.vec=[]}reset(e){this.len=e<<1;for(let r=0;rr)this.end+=2;else if(f>i)this.start+=2;else if(s){let d=n+(r-i)-l;if(d>=0&&d=r-u)return[h,n+h-d]}else{let h=r-s.vec[d];if(u>=h)return[u,f]}}}return null}},pw=new yh,mw=new yh;function l5(t,e,r,i,n,s,a,o){let l=!1;return!Rl(t,i)&&++i==r&&(l=!0),!Rl(n,o)&&++o==a&&(l=!0),l?[new Et(e,r,s,a)]:$a(t,e,i,n,s,o).concat($a(t,i,r,n,o,a))}function uP(t,e){let r=1,i=Math.min(t,e);for(;rr||u>s||t.slice(o,c)!=i.slice(l,u)){if(a==1)return o-e-(Rl(t,o)?0:1);a=a>>1}else{if(c==r||u==s)return c-e;o=c,l=u}}}function xw(t,e,r,i,n,s){if(e==r||n==s||t.charCodeAt(r-1)!=i.charCodeAt(s-1))return 0;let a=uP(r-e,s-n);for(let o=r,l=s;;){let c=o-a,u=l-a;if(c>1}else{if(c==e||u==n)return r-c;o=c,l=u}}}function gw(t,e,r,i,n,s,a,o){let l=i.slice(n,s),c=null;for(;;){if(c||a=r)break;let d=t.slice(u,f),h=-1;for(;(h=l.indexOf(d,h+1))!=-1;){let p=yw(t,f,r,i,n+h+d.length,s),g=xw(t,e,u,i,n,n+h),v=d.length+p+g;(!c||c[2]>1}}function fP(t,e,r,i,n,s){let a=r-e,o=s-n;if(an.fromA-e&&i.toB>n.fromB-e&&(t[r-1]=new Et(i.fromA,n.toA,i.fromB,n.toB),t.splice(r--,1))}}function c5(t,e,r){for(;;){dP(r,1);let i=!1;for(let n=0;n3||o>3){let l=n==t.length-1?e.length:t[n+1].fromA,c=s.fromA-i,u=l-s.toA,f=Y2(e,s.fromA,c),d=q2(e,s.toA,u),h=s.fromA-f,p=d-s.toA;if((!a||!o)&&h&&p){let g=Math.max(a,o),[v,_,b]=a?[e,s.fromA,s.toA]:[r,s.fromB,s.toB];g>h&&e.slice(f,s.fromA)==v.slice(b-h,b)?(s=t[n]=new Et(f,f+a,s.fromB-h,s.toB-h),f=s.fromA,d=q2(e,s.toA,l-s.toA)):g>p&&e.slice(s.toA,d)==v.slice(_,_+p)&&(s=t[n]=new Et(d-a,d,s.fromB+p,s.toB+p),d=s.toA,f=Y2(e,s.fromA,s.fromA-i)),h=s.fromA-f,p=d-s.toA}if(h||p)s=t[n]=new Et(s.fromA-h,s.toA+p,s.fromB-h,s.toB+p);else if(a){if(!o){let g=Z2(e,s.fromA,s.toA),v,_=g<0?-1:X2(e,s.toA,s.fromA);g>-1&&(v=g-s.fromA)<=u&&e.slice(s.fromA,g)==e.slice(s.toA,s.toA+v)?s=t[n]=s.offset(v):_>-1&&(v=s.toA-_)<=c&&e.slice(s.fromA-v,s.fromA)==e.slice(_,s.toA)&&(s=t[n]=s.offset(-v))}}else{let g=Z2(r,s.fromB,s.toB),v,_=g<0?-1:X2(r,s.toB,s.fromB);g>-1&&(v=g-s.fromB)<=u&&r.slice(s.fromB,g)==r.slice(s.toB,s.toB+v)?s=t[n]=s.offset(v):_>-1&&(v=s.toB-_)<=c&&r.slice(s.fromB-v,s.fromB)==r.slice(_,s.toB)&&(s=t[n]=s.offset(-v))}}i=s.toA}return dP(t,3),t}var Ra;try{Ra=new RegExp("[\\p{Alphabetic}\\p{Number}]","u")}catch(t){}function hP(t){return t>48&&t<58||t>64&&t<91||t>96&&t<123}function pP(t,e){if(e==t.length)return 0;let r=t.charCodeAt(e);return r<192?hP(r)?1:0:Ra?!vP(r)||e==t.length-1?Ra.test(String.fromCharCode(r))?1:0:Ra.test(t.slice(e,e+2))?2:0:0}function mP(t,e){if(!e)return 0;let r=t.charCodeAt(e-1);return r<192?hP(r)?1:0:Ra?!wP(r)||e==1?Ra.test(String.fromCharCode(r))?1:0:Ra.test(t.slice(e-2,e))?2:0:0}var gP=8;function q2(t,e,r){if(e==t.length||!mP(t,e))return e;for(let i=e,n=e+r,s=0;sn)return i;i+=a}return e}function Y2(t,e,r){if(!e||!pP(t,e))return e;for(let i=e,n=e-r,s=0;st>=55296&&t<=56319,wP=t=>t>=56320&&t<=57343;function Rl(t,e){return!e||e==t.length||!vP(t.charCodeAt(e-1))||!wP(t.charCodeAt(e))}function f5(t,e,r){var i;let n=r==null?void 0:r.override;return n?n(t,e):(Au=((i=r==null?void 0:r.scanLimit)!==null&&i!==void 0?i:1e9)>>1,Cu=r!=null&&r.timeout?Date.now()+r.timeout:0,bw=!1,c5(t,e,$a(t,0,t.length,e,0,e.length)))}function _P(){return!bw}function bP(t,e,r){return u5(f5(t,e,r),t,e)}var zi=$e.Facet.define({combine:t=>t[0]}),vw=$e.StateEffect.define(),d5=$e.Facet.define(),Fa=$e.StateField.define({create(t){return null},update(t,e){for(let r of e.effects)r.is(vw)&&(t=r.value);for(let r of e.state.facet(d5))t=r(t,e);return t}});function Ew(t){let e=t.field(Fa,!1);if(!e)return null;let r=t.facet(zi);return{chunks:e,side:r?r.side:null}}var ts=class t{constructor(e,r,i,n,s,a=!0){this.changes=e,this.fromA=r,this.toA=i,this.fromB=n,this.toB=s,this.precise=a}offset(e,r){return e||r?new t(this.changes,this.fromA+e,this.toA+e,this.fromB+r,this.toB+r,this.precise):this}get endA(){return Math.max(this.fromA,this.toA-1)}get endB(){return Math.max(this.fromB,this.toB-1)}static build(e,r,i){let n=bP(e.toString(),r.toString(),i);return yP(n,e,r,0,0,_P())}static updateA(e,r,i,n,s){return tP(eP(e,n,!0,i.length),e,r,i,s)}static updateB(e,r,i,n,s){return tP(eP(e,n,!1,r.length),e,r,i,s)}};function K2(t,e,r,i){let n=r.lineAt(t),s=i.lineAt(e);return n.to==t&&s.to==e&&tf+1&&v>d+1)break;h.push(p.offset(-c+i,-u+n)),[f,d]=Q2(p.toA+i,p.toB+n,e,r),o++}a.push(new ts(h,c,Math.max(c,f),u,Math.max(u,d),s))}return a}var vh=1e3;function J2(t,e,r,i){let n=0,s=t.length;for(;;){if(n==s){let u=0,f=0;n&&({toA:u,toB:f}=t[n-1]);let d=e-(r?u:f);return[u+d,f+d]}let a=n+s>>1,o=t[a],[l,c]=r?[o.fromA,o.toA]:[o.fromB,o.toB];if(l>e)s=a;else if(c<=e)n=a+1;else return i?[o.fromA,o.fromB]:[o.toA,o.toB]}}function eP(t,e,r,i){let n=[];return e.iterChangedRanges((s,a,o,l)=>{let c=0,u=r?e.length:i,f=0,d=r?i:e.length;s>vh&&([c,f]=J2(t,s-vh,r,!0)),a=c?n[n.length-1]={fromA:p.fromA,fromB:p.fromB,toA:u,toB:d,diffA:p.diffA+g,diffB:p.diffB+v}:n.push({fromA:c,toA:u,fromB:f,toB:d,diffA:g,diffB:v})}),n}function tP(t,e,r,i,n){if(!t.length)return e;let s=[];for(let a=0,o=0,l=0,c=0;;a++){let u=a==t.length?null:t[a],f=u?u.fromA+o:r.length,d=u?u.fromB+l:i.length;for(;cf||v.toB+l>d))break;s.push(v.offset(o,l)),c++}if(!u)break;let h=u.toA+o+u.diffA,p=u.toB+l+u.diffB,g=bP(r.sliceString(f,h),i.sliceString(d,p),n);for(let v of yP(g,r,i,f,d,_P()))s.push(v);for(o+=u.diffA,l+=u.diffB;ch&&v.fromB+l>p)break;c++}}return s}var h5={scanLimit:500},xP=De.ViewPlugin.fromClass(class{constructor(t){({deco:this.deco,gutter:this.gutter}=nP(t))}update(t){(t.docChanged||t.viewportChanged||p5(t.startState,t.state)||m5(t.startState,t.state))&&({deco:this.deco,gutter:this.gutter}=nP(t.view))}},{decorations:t=>t.deco}),wh=$e.Prec.low((0,De.gutter)({class:"cm-changeGutter",markers:t=>{var e;return((e=t.plugin(xP))===null||e===void 0?void 0:e.gutter)||$e.RangeSet.empty}}));function p5(t,e){return t.field(Fa,!1)!=e.field(Fa,!1)}function m5(t,e){return t.facet(zi)!=e.facet(zi)}var rP=De.Decoration.line({class:"cm-changedLine"}),g5=De.Decoration.mark({class:"cm-changedText"}),v5=De.Decoration.mark({tagName:"ins",class:"cm-insertedLine"}),w5=De.Decoration.mark({tagName:"del",class:"cm-deletedLine"}),iP=new class extends De.GutterMarker{constructor(){super(...arguments),this.elementClass="cm-changedLineGutter"}};function _5(t,e,r,i,n,s){let a=r?t.fromA:t.fromB,o=r?t.toA:t.toB,l=0;if(a!=o){n.add(a,a,rP),n.add(a,o,r?w5:v5),s&&s.add(a,a,iP);for(let c=e.iterRange(a,o-1),u=a;!c.next().done;){if(c.lineBreak){u++,n.add(u,u,rP),s&&s.add(u,u,iP);continue}let f=u+c.value.length;if(i)for(;l=u)break;(a?f.toA:f.toB)>c&&(!s||!s(t.state,f,o,l))&&_5(f,t.state.doc,a,i,o,l)}return{deco:o.finish(),gutter:l&&l.finish()}}var Pl=class extends De.WidgetType{constructor(e){super(),this.height=e}eq(e){return this.height==e.height}toDOM(){let e=document.createElement("div");return e.className="cm-mergeSpacer",e.style.height=this.height+"px",e}updateDOM(e){return e.style.height=this.height+"px",!0}get estimatedHeight(){return this.height}ignoreEvent(){return!1}},xh=$e.StateEffect.define({map:(t,e)=>t.map(e)}),Tu=$e.StateField.define({create:()=>De.Decoration.none,update:(t,e)=>{for(let r of e.effects)if(r.is(xh))return r.value;return t.map(e.changes)},provide:t=>De.EditorView.decorations.from(t)}),_h=.01;function sP(t,e){if(t.size!=e.size)return!1;let r=t.iter(),i=e.iter();for(;r.value;){if(r.from!=i.from||Math.abs(r.value.spec.widget.height-i.value.spec.widget.height)>1)return!1;r.next(),i.next()}return!0}function b5(t,e,r){let i=new $e.RangeSetBuilder,n=new $e.RangeSetBuilder,s=t.state.field(Tu).iter(),a=e.state.field(Tu).iter(),o=0,l=0,c=0,u=0,f=t.viewport,d=e.viewport;for(let v=0;;v++){let _=v_h&&(u+=A,n.add(l,l,De.Decoration.widget({widget:new Pl(A),block:!0,side:-1})))}if(b>o+1e3&&of.from&&ld.from){let k=Math.min(f.from-o,d.from-l);o+=k,l+=k,v--}else if(_)o=_.toA,l=_.toB;else break;for(;s.value&&s.from_h&&n.add(e.state.doc.length,e.state.doc.length,De.Decoration.widget({widget:new Pl(h),block:!0,side:1}));let p=i.finish(),g=n.finish();sP(p,t.state.field(Tu))||t.dispatch({effects:xh.of(p)}),sP(g,e.state.field(Tu))||e.dispatch({effects:xh.of(g)})}var ww=$e.StateEffect.define({map:(t,e)=>e.mapPos(t)});var _w=class extends De.WidgetType{constructor(e){super(),this.lines=e}eq(e){return this.lines==e.lines}toDOM(e){let r=document.createElement("div");return r.className="cm-collapsedLines",r.textContent=e.state.phrase("$ unchanged lines",this.lines),r.addEventListener("click",i=>{let n=e.posAtDOM(i.target);e.dispatch({effects:ww.of(n)});let{side:s,sibling:a}=e.state.facet(zi);a&&a().dispatch({effects:ww.of(y5(n,e.state.field(Fa),s=="a"))})}),r}ignoreEvent(e){return e instanceof MouseEvent}get estimatedHeight(){return 27}get type(){return"collapsed-unchanged-code"}};function y5(t,e,r){let i=0,n=0;for(let s=0;;s++){let a=s=t)return n+(t-i);[i,n]=r?[a.toA,a.toB]:[a.toB,a.toA]}}var x5=$e.StateField.define({create(t){return De.Decoration.none},update(t,e){t=t.map(e.changes);for(let r of e.effects)r.is(ww)&&(t=t.update({filter:i=>i!=r.value}));return t},provide:t=>De.EditorView.decorations.from(t)});function aP({margin:t=3,minSize:e=4}){return x5.init(r=>E5(r,t,e))}function E5(t,e,r){let i=new $e.RangeSetBuilder,n=t.facet(zi).side=="a",s=t.field(Fa),a=1;for(let o=0;;o++){let l=o=r&&i.add(t.doc.line(c).from,t.doc.line(u).to,De.Decoration.replace({widget:new _w(f),block:!0})),!l)break;a=t.doc.lineAt(Math.min(t.doc.length,n?l.toA:l.toB)).number}return i.finish()}var S5=De.EditorView.styleModule.of(new gh({".cm-mergeView":{overflowY:"auto"},".cm-mergeViewEditors":{display:"flex",alignItems:"stretch"},".cm-mergeViewEditor":{flexGrow:1,flexBasis:0,overflow:"hidden"},".cm-merge-revert":{width:"1.6em",flexGrow:0,flexShrink:0,position:"relative"},".cm-merge-revert button":{position:"absolute",display:"block",width:"100%",boxSizing:"border-box",textAlign:"center",background:"none",border:"none",font:"inherit",cursor:"pointer"}})),k5=De.EditorView.baseTheme({".cm-mergeView & .cm-scroller, .cm-mergeView &":{height:"auto !important",overflowY:"visible !important"},"&.cm-merge-a .cm-changedLine, .cm-deletedChunk":{backgroundColor:"rgba(160, 128, 100, .08)"},"&.cm-merge-b .cm-changedLine, .cm-inlineChangedLine":{backgroundColor:"rgba(100, 160, 128, .08)"},"&light.cm-merge-a .cm-changedText, &light .cm-deletedChunk .cm-deletedText":{background:"linear-gradient(#ee443366, #ee443366) bottom/100% 2px no-repeat"},"&dark.cm-merge-a .cm-changedText, &dark .cm-deletedChunk .cm-deletedText":{background:"linear-gradient(#ffaa9966, #ffaa9966) bottom/100% 2px no-repeat"},"&light.cm-merge-b .cm-changedText":{background:"linear-gradient(#22bb22aa, #22bb22aa) bottom/100% 2px no-repeat"},"&dark.cm-merge-b .cm-changedText":{background:"linear-gradient(#88ff88aa, #88ff88aa) bottom/100% 2px no-repeat"},"&.cm-merge-b .cm-deletedText":{background:"#ff000033"},".cm-insertedLine, .cm-deletedLine, .cm-deletedLine del":{textDecoration:"none"},".cm-deletedChunk":{paddingLeft:"6px","& .cm-chunkButtons":{position:"absolute",insetInlineEnd:"5px"},"& button":{border:"none",cursor:"pointer",color:"white",margin:"0 2px",borderRadius:"3px","&[name=accept]":{background:"#2a2"},"&[name=reject]":{background:"#d43"}}},".cm-collapsedLines":{padding:"5px 5px 5px 10px",cursor:"pointer","&:before":{content:'"\u299A"',marginInlineEnd:"7px"},"&:after":{content:'"\u299A"',marginInlineStart:"7px"}},"&light .cm-collapsedLines":{color:"#444",background:"linear-gradient(to bottom, transparent 0, #f3f3f3 30%, #f3f3f3 70%, transparent 100%)"},"&dark .cm-collapsedLines":{color:"#ddd",background:"linear-gradient(to bottom, transparent 0, #222 30%, #222 70%, transparent 100%)"},".cm-changeGutter":{width:"3px",paddingLeft:"1px"},"&light.cm-merge-a .cm-changedLineGutter, &light .cm-deletedLineGutter":{background:"#e43"},"&dark.cm-merge-a .cm-changedLineGutter, &dark .cm-deletedLineGutter":{background:"#fa9"},"&light.cm-merge-b .cm-changedLineGutter":{background:"#2b2"},"&dark.cm-merge-b .cm-changedLineGutter":{background:"#8f8"},".cm-inlineChangedLineGutter":{background:"#75d"}}),oP=new $e.Compartment,bh=new $e.Compartment,Eh=class{constructor(e){this.revertDOM=null,this.revertToA=!1,this.revertToLeft=!1,this.measuring=-1,this.diffConf=e.diffConfig||h5;let r=[$e.Prec.low(xP),k5,S5,Tu,De.EditorView.updateListener.of(f=>{this.measuring<0&&(f.heightChanged||f.viewportChanged)&&!f.transactions.some(d=>d.effects.some(h=>h.is(xh)))&&this.measure()})],i=[zi.of({side:"a",sibling:()=>this.b,highlightChanges:e.highlightChanges!==!1,markGutter:e.gutter!==!1})];e.gutter!==!1&&i.push(wh);let n=$e.EditorState.create({doc:e.a.doc,selection:e.a.selection,extensions:[e.a.extensions||[],De.EditorView.editorAttributes.of({class:"cm-merge-a"}),bh.of(i),r]}),s=[zi.of({side:"b",sibling:()=>this.a,highlightChanges:e.highlightChanges!==!1,markGutter:e.gutter!==!1})];e.gutter!==!1&&s.push(wh);let a=$e.EditorState.create({doc:e.b.doc,selection:e.b.selection,extensions:[e.b.extensions||[],De.EditorView.editorAttributes.of({class:"cm-merge-b"}),bh.of(s),r]});this.chunks=ts.build(n.doc,a.doc,this.diffConf);let o=[Fa.init(()=>this.chunks),oP.of(e.collapseUnchanged?aP(e.collapseUnchanged):[])];n=n.update({effects:$e.StateEffect.appendConfig.of(o)}).state,a=a.update({effects:$e.StateEffect.appendConfig.of(o)}).state,this.dom=document.createElement("div"),this.dom.className="cm-mergeView",this.editorDOM=this.dom.appendChild(document.createElement("div")),this.editorDOM.className="cm-mergeViewEditors";let l=e.orientation||"a-b",c=document.createElement("div");c.className="cm-mergeViewEditor";let u=document.createElement("div");u.className="cm-mergeViewEditor",this.editorDOM.appendChild(l=="a-b"?c:u),this.editorDOM.appendChild(l=="a-b"?u:c),this.a=new De.EditorView({state:n,parent:c,root:e.root,dispatchTransactions:f=>this.dispatch(f,this.a)}),this.b=new De.EditorView({state:a,parent:u,root:e.root,dispatchTransactions:f=>this.dispatch(f,this.b)}),this.setupRevertControls(!!e.revertControls,e.revertControls=="b-to-a",e.renderRevertControl),e.parent&&e.parent.appendChild(this.dom),this.scheduleMeasure()}dispatch(e,r){if(e.some(i=>i.docChanged)){let i=e[e.length-1],n=e.reduce((a,o)=>a.compose(o.changes),$e.ChangeSet.empty(e[0].startState.doc.length));this.chunks=r==this.a?ts.updateA(this.chunks,i.newDoc,this.b.state.doc,n,this.diffConf):ts.updateB(this.chunks,this.a.state.doc,i.newDoc,n,this.diffConf),r.update([...e,i.state.update({effects:vw.of(this.chunks)})]);let s=r==this.a?this.b:this.a;s.update([s.state.update({effects:vw.of(this.chunks)})]),this.scheduleMeasure()}else r.update(e)}reconfigure(e){if("diffConfig"in e&&(this.diffConf=e.diffConfig),"orientation"in e){let s=e.orientation!="b-a";if(s!=(this.editorDOM.firstChild==this.a.dom.parentNode)){let a=this.a.dom.parentNode,o=this.b.dom.parentNode;a.remove(),o.remove(),this.editorDOM.insertBefore(s?a:o,this.editorDOM.firstChild),this.editorDOM.appendChild(s?o:a),this.revertToLeft=!this.revertToLeft,this.revertDOM&&(this.revertDOM.textContent="")}}if("revertControls"in e||"renderRevertControl"in e){let s=!!this.revertDOM,a=this.revertToA,o=this.renderRevert;"revertControls"in e&&(s=!!e.revertControls,a=e.revertControls=="b-to-a"),"renderRevertControl"in e&&(o=e.renderRevertControl),this.setupRevertControls(s,a,o)}let r="highlightChanges"in e,i="gutter"in e,n="collapseUnchanged"in e;if(r||i||n){let s=[],a=[];if(r||i){let o=this.a.state.facet(zi),l=i?e.gutter!==!1:o.markGutter,c=r?e.highlightChanges!==!1:o.highlightChanges;s.push(bh.reconfigure([zi.of({side:"a",sibling:()=>this.b,highlightChanges:c,markGutter:l}),l?wh:[]])),a.push(bh.reconfigure([zi.of({side:"b",sibling:()=>this.a,highlightChanges:c,markGutter:l}),l?wh:[]]))}if(n){let o=oP.reconfigure(e.collapseUnchanged?aP(e.collapseUnchanged):[]);s.push(o),a.push(o)}this.a.dispatch({effects:s}),this.b.dispatch({effects:a})}this.scheduleMeasure()}setupRevertControls(e,r,i){this.revertToA=r,this.revertToLeft=this.revertToA==(this.editorDOM.firstChild==this.a.dom.parentNode),this.renderRevert=i,!e&&this.revertDOM?(this.revertDOM.remove(),this.revertDOM=null):e&&!this.revertDOM?(this.revertDOM=this.editorDOM.insertBefore(document.createElement("div"),this.editorDOM.firstChild.nextSibling),this.revertDOM.addEventListener("mousedown",n=>this.revertClicked(n)),this.revertDOM.className="cm-merge-revert"):this.revertDOM&&(this.revertDOM.textContent="")}scheduleMeasure(){if(this.measuring<0){let e=this.dom.ownerDocument.defaultView||window;this.measuring=e.requestAnimationFrame(()=>{this.measuring=-1,this.measure()})}}measure(){b5(this.a,this.b,this.chunks),this.revertDOM&&this.updateRevertButtons()}updateRevertButtons(){let e=this.revertDOM,r=e.firstChild,i=this.a.viewport,n=this.b.viewport;for(let s=0;si.to||a.fromB>n.to)break;if(a.fromA-1&&(this.dom.ownerDocument.defaultView||window).cancelAnimationFrame(this.measuring),this.dom.remove()}};function lP(t){let e=t.nextSibling;return t.remove(),e}var Sw=require("@codemirror/state");function kw(t,e,r){let i=[],n=t.split(` +`),s=e.split(` +`);for(let a of r){let{oldStart:o,oldLines:l,newStart:c,newLines:u}=a,f=Vt.createHunk(o,l,c,u);if(a.oldLines>0){for(let d=o;dn.length&&n.last()!=""&&(f.removed.no_nl_at_eof=!0)}if(a.newLines>0){for(let d=c;ds.length&&s.last()!=""&&(f.added.no_nl_at_eof=!0)}i.push(f)}return i}function Aw(t,e,r){let i=e.lineAt(t.fromA).number,n=t.fromA==t.toA?0:Sh(e,t.endA)-i+1,s=r.lineAt(t.fromB).number,a=t.fromB==t.toB?0:Sh(r,t.endB)-s+1,o={oldStart:i,oldLines:n,newStart:s,newLines:a};return o.oldLines==0&&(o.oldStart-=1),o.newLines==0&&(o.newStart-=1),o}var EP={scanLimit:1e3,timeout:200};function A5(t,e,r,i){let n=Sw.Text.of(t.split(` +`)),s=Sw.Text.of(e.split(` +`)),a=r&&i?ts.updateB(r,n,s,i,EP):ts.build(n,s,EP),o=[];for(let l=0;lh.vend&&(f=f-(h.added.count-h.removed.count)),o>h.vend&&(d=d-(h.added.count-h.removed.count));c.added.lines=u.compareText.split(` +`).slice(f-1,d),u.compareTextHead?c.removed.lines=u.compareTextHead.split(` +`).slice(c.removed.start-1,c.removed.start-1+c.removed.count):c.removed.lines=[]}else c.added.lines=e.doc.toString().split(` +`).slice(a-1,o),o===e.doc.lines&&!e.doc.toString().endsWith(` +`)&&(c.added.no_nl_at_eof=!0),c.removed.lines=u.compareText.split(` +`).slice(c.removed.start-1,c.removed.start-1+c.removed.count),c.removed.start+c.removed.count-1===u.compareText.split(` +`).length&&!u.compareText.endsWith(` +`)&&(c.removed.no_nl_at_eof=!0);return c}},Hr=$l.StateField.define({create:t=>{},update:(t,e)=>{let r=t?{...t}:{maxDiffTimeMs:0,hunks:[],stagedHunks:[],chunks:void 0,isDirty:!1},i=!1;for(let n of e.effects)n.is(Il)&&(r.compareText=n.value.compareText,r.compareTextHead=n.value.compareTextHead,i=(t==null?void 0:t.compareText)!==n.value.compareText,i&&(r.chunks=void 0)),n.is(Pu)&&kP(r,n.value,e.state);if(r.compareText!==void 0){if(i||e.docChanged){r.isDirty=!0;let n=C5(e,r.compareText,r.chunks,r.maxDiffTimeMs);n&&kP(r,n,e.state)}}else r.compareText=void 0,r.compareTextHead=void 0,r.chunks=void 0,r.hunks=[],r.stagedHunks=[],r.isDirty=!1;return r}});function kP(t,e,r){var n,s;t.hunks=e.hunks,t.chunks=e.chunks,t.isDirty=!1,t.maxDiffTimeMs=Math.max(.95*t.maxDiffTimeMs,e.diffDuration);let i=r.field(Fl.editorInfoField).file;(s=(n=jt.plugin)==null?void 0:n.editorIntegration.signsFeature.changeStatusBar)==null||s.display(t.hunks,i)}var Cw=$l.StateField.define({create:()=>({debouncer:(0,Fl.debounce)(t=>{let{state:e,compareText:r,previousChunks:i,changeDesc:n}=t,s=AP(e,r,i,n);e.field(Fl.editorEditorField).dispatch({effects:Pu.of(s)})},1e3,!0),maxDiffTimeMs:0}),update:(t,e)=>{var r;for(let i of e.effects)if(i.is(Pu))return t.changeDesc=void 0,t;return!t.changeDesc&&e.changes?t.changeDesc=e.changes:t.changeDesc=(r=t.changeDesc)==null?void 0:r.composeDesc(e.changes),t}});function AP(t,e,r,i){let n=t.doc.toString(),s=performance.now(),{hunks:a,chunks:o}=SP(e,n,r,i),l=performance.now()-s;return{hunks:a,chunks:o,diffDuration:l}}function C5(t,e,r,i){let n=t.state,s=Math.abs(t.changes.length-t.changes.newLength),a=n.field(Cw);if(s>1e3||i>16)a.debouncer({state:n,compareText:e,previousChunks:r,changeDesc:a.changeDesc});else return a.changeDesc=void 0,AP(n,e,r,t.changes)}var Il=$l.StateEffect.define(),Pu=$l.StateEffect.define();function CP(t,e){return e.update({effects:Il.of(t)})}m();m();m();var nt;(function(t){t.INSERT="insert",t.DELETE="delete",t.CONTEXT="context"})(nt||(nt={}));var TP={LINE_BY_LINE:"line-by-line",SIDE_BY_SIDE:"side-by-side"},PP={LINES:"lines",WORDS:"words",NONE:"none"},RP={WORD:"word",CHAR:"char"},Ia;(function(t){t.AUTO="auto",t.DARK="dark",t.LIGHT="light"})(Ia||(Ia={}));m();var T5=["-","[","]","/","{","}","(",")","*","+","?",".","\\","^","$","|"],P5=RegExp("["+T5.join("\\")+"]","g");function $P(t){return t.replace(P5,"\\$&")}function Tw(t){return t&&t.replace(/\\/g,"/")}function FP(t){let e,r,i,n=0;for(e=0,i=t.length;e1?r[r.length-1]:e}function MP(t,e){return e.reduce((r,i)=>r||t.startsWith(i),!1)}var DP=["a/","b/","i/","w/","c/","o/"];function Hs(t,e,r){let i=r!==void 0?[...DP,r]:DP,n=e?new RegExp(`^${$P(e)} "?(.+?)"?$`):new RegExp('^"?(.+?)"?$'),[,s=""]=n.exec(t)||[],a=i.find(l=>s.indexOf(l)===0);return(a?s.slice(a.length):s).replace(/\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(?:\.\d+)? [+-]\d{4}.*$/,"")}function R5(t,e){return Hs(t,"---",e)}function $5(t,e){return Hs(t,"+++",e)}function OP(t,e={}){let r=[],i=null,n=null,s=null,a=null,o=null,l=null,c=null,u="--- ",f="+++ ",d="@@",h=/^old mode (\d{6})/,p=/^new mode (\d{6})/,g=/^deleted file mode (\d{6})/,v=/^new file mode (\d{6})/,_=/^copy from "?(.+)"?/,b=/^copy to "?(.+)"?/,S=/^rename from "?(.+)"?/,k=/^rename to "?(.+)"?/,E=/^similarity index (\d+)%/,A=/^dissimilarity index (\d+)%/,w=/^index ([\da-z]+)\.\.([\da-z]+)\s*(\d{6})?/,x=/^Binary files (.*) and (.*) differ/,y=/^GIT binary patch/,C=/^index ([\da-z]+),([\da-z]+)\.\.([\da-z]+)/,P=/^mode (\d{6}),(\d{6})\.\.(\d{6})/,L=/^new file mode (\d{6})/,N=/^deleted file mode (\d{6}),(\d{6})/,B=t.replace(/\\ No newline at end of file/g,"").replace(/\r\n?/g,` +`).split(` +`);function ge(){n!==null&&i!==null&&(i.blocks.push(n),n=null)}function Le(){i!==null&&(!i.oldName&&l!==null&&(i.oldName=l),!i.newName&&c!==null&&(i.newName=c),i.newName&&(r.push(i),i=null)),l=null,c=null}function ke(){ge(),Le(),i={blocks:[],deletedLines:0,addedLines:0}}function ne(z){ge();let X;i!==null&&((X=/^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@.*/.exec(z))?(i.isCombined=!1,s=parseInt(X[1],10),o=parseInt(X[2],10)):(X=/^@@@ -(\d+)(?:,\d+)? -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@@.*/.exec(z))?(i.isCombined=!0,s=parseInt(X[1],10),a=parseInt(X[2],10),o=parseInt(X[3],10)):(z.startsWith(d)&&console.error("Failed to parse lines, starting in 0!"),s=0,o=0,i.isCombined=!1)),n={lines:[],oldStartLine:s,oldStartLine2:a,newStartLine:o,header:z}}function Ee(z){if(i===null||n===null||s===null||o===null)return;let X={content:z},V=i.isCombined?["+ "," +","++"]:["+"],Ne=i.isCombined?["- "," -","--"]:["-"];MP(z,V)?(i.addedLines++,X.type=nt.INSERT,X.oldNumber=void 0,X.newNumber=o++):MP(z,Ne)?(i.deletedLines++,X.type=nt.DELETE,X.oldNumber=s++,X.newNumber=void 0):(X.type=nt.CONTEXT,X.oldNumber=s++,X.newNumber=o++),n.lines.push(X)}function _e(z,X){let V=X;for(;V{if(!z||z.startsWith("*"))return;let V,Ne=B[X-1],gr=B[X+1],Nt=B[X+2];if(z.startsWith("diff --git")||z.startsWith("diff --combined")){if(ke(),(V=/^diff --git "?([a-ciow]\/.+)"? "?([a-ciow]\/.+)"?/.exec(z))&&(l=Hs(V[1],void 0,e.dstPrefix),c=Hs(V[2],void 0,e.srcPrefix)),i===null)throw new Error("Where is my file !!!");i.isGitDiff=!0;return}if(z.startsWith("Binary files")&&!(i!=null&&i.isGitDiff)){if(ke(),(V=/^Binary files "?([a-ciow]\/.+)"? and "?([a-ciow]\/.+)"? differ/.exec(z))&&(l=Hs(V[1],void 0,e.dstPrefix),c=Hs(V[2],void 0,e.srcPrefix)),i===null)throw new Error("Where is my file !!!");i.isBinary=!0;return}if((!i||!i.isGitDiff&&i&&z.startsWith(u)&&gr.startsWith(f)&&Nt.startsWith(d))&&ke(),i!=null&&i.isTooBig)return;if(i&&(typeof e.diffMaxChanges=="number"&&i.addedLines+i.deletedLines>e.diffMaxChanges||typeof e.diffMaxLineLength=="number"&&z.length>e.diffMaxLineLength)){i.isTooBig=!0,i.addedLines=0,i.deletedLines=0,i.blocks=[],n=null;let Pt=typeof e.diffTooBigMessage=="function"?e.diffTooBigMessage(r.length):"Diff too big to be displayed";ne(Pt);return}if(z.startsWith(u)&&gr.startsWith(f)||z.startsWith(f)&&Ne.startsWith(u)){if(i&&!i.oldName&&z.startsWith("--- ")&&(V=R5(z,e.srcPrefix))){i.oldName=V,i.language=IP(i.oldName,i.language);return}if(i&&!i.newName&&z.startsWith("+++ ")&&(V=$5(z,e.dstPrefix))){i.newName=V,i.language=IP(i.newName,i.language);return}}if(i&&(z.startsWith(d)||i.isGitDiff&&i.oldName&&i.newName&&!n)){ne(z);return}if(n&&(z.startsWith("+")||z.startsWith("-")||z.startsWith(" "))){Ee(z);return}let Fe=!_e(z,X);if(i===null)throw new Error("Where is my file !!!");(V=h.exec(z))?i.oldMode=V[1]:(V=p.exec(z))?i.newMode=V[1]:(V=g.exec(z))?(i.deletedFileMode=V[1],i.isDeleted=!0):(V=v.exec(z))?(i.newFileMode=V[1],i.isNew=!0):(V=_.exec(z))?(Fe&&(i.oldName=V[1]),i.isCopy=!0):(V=b.exec(z))?(Fe&&(i.newName=V[1]),i.isCopy=!0):(V=S.exec(z))?(Fe&&(i.oldName=V[1]),i.isRename=!0):(V=k.exec(z))?(Fe&&(i.newName=V[1]),i.isRename=!0):(V=x.exec(z))?(i.isBinary=!0,i.oldName=Hs(V[1],void 0,e.srcPrefix),i.newName=Hs(V[2],void 0,e.dstPrefix),ne("Binary file")):y.test(z)?(i.isBinary=!0,ne(z)):(V=E.exec(z))?i.unchangedPercentage=parseInt(V[1],10):(V=A.exec(z))?i.changedPercentage=parseInt(V[1],10):(V=w.exec(z))?(i.checksumBefore=V[1],i.checksumAfter=V[2],V[3]&&(i.mode=V[3])):(V=C.exec(z))?(i.checksumBefore=[V[2],V[3]],i.checksumAfter=V[1]):(V=P.exec(z))?(i.oldMode=[V[2],V[3]],i.newMode=V[1]):(V=L.exec(z))?(i.newFileMode=V[1],i.isNew=!0):(V=N.exec(z))&&(i.deletedFileMode=V[1],i.isDeleted=!0)}),ge(),Le(),r}m();m();m();function I5(t,e){if(t.length===0)return e.length;if(e.length===0)return t.length;let r=[],i;for(i=0;i<=e.length;i++)r[i]=[i];let n;for(n=0;n<=t.length;n++)r[0][n]=n;for(i=1;i<=e.length;i++)for(n=1;n<=t.length;n++)e.charAt(i-1)===t.charAt(n-1)?r[i][n]=r[i-1][n-1]:r[i][n]=Math.min(r[i-1][n-1]+1,Math.min(r[i][n-1]+1,r[i-1][n]+1));return r[e.length][t.length]}function Ml(t){return(e,r)=>{let i=t(e).trim(),n=t(r).trim();return I5(i,n)/(i.length+n.length)}}function Dl(t){function e(i,n,s=new Map){let a=1/0,o;for(let l=0;l0||o.indexB>0)&&(S=v.concat(S)),(i.length>d||n.length>h)&&(S=S.concat(b)),S}return r}var Qt={INSERTS:"d2h-ins",DELETES:"d2h-del",CONTEXT:"d2h-cntx",INFO:"d2h-info",INSERT_CHANGES:"d2h-ins d2h-change",DELETE_CHANGES:"d2h-del d2h-change"},Ma={matching:PP.NONE,matchWordsThreshold:.25,maxLineLengthHighlight:1e4,diffStyle:RP.WORD,colorScheme:Ia.LIGHT},En="/",LP=Ml(t=>t.value),M5=Dl(LP);function Rw(t){return t.indexOf("dev/null")!==-1}function D5(t){return t.replace(/(]*>((.|\n)*?)<\/ins>)/g,"")}function O5(t){return t.replace(/(]*>((.|\n)*?)<\/del>)/g,"")}function Ol(t){switch(t){case nt.CONTEXT:return Qt.CONTEXT;case nt.INSERT:return Qt.INSERTS;case nt.DELETE:return Qt.DELETES}}function Ll(t){switch(t){case Ia.DARK:return"d2h-dark-color-scheme";case Ia.AUTO:return"d2h-auto-color-scheme";case Ia.LIGHT:default:return"d2h-light-color-scheme"}}function L5(t){return t?2:1}function Us(t){return t.slice(0).replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")}function ki(t,e,r=!0){let i=L5(e);return{prefix:t.substring(0,i),content:r?Us(t.substring(i)):t.substring(i)}}function Da(t){let e=Tw(t.oldName),r=Tw(t.newName);if(e!==r&&!Rw(e)&&!Rw(r)){let i=[],n=[],s=e.split(En),a=r.split(En),o=s.length,l=a.length,c=0,u=o-1,f=l-1;for(;cc&&f>c&&s[u]===a[f];)n.unshift(a[f]),u-=1,f-=1;let d=i.join(En),h=n.join(En),p=s.slice(c,u+1).join(En),g=a.slice(c,f+1).join(En);return d.length&&h.length?d+En+"{"+p+" \u2192 "+g+"}"+En+h:d.length?d+En+"{"+p+" \u2192 "+g+"}":h.length?"{"+p+" \u2192 "+g+"}"+En+h:e+" \u2192 "+r}else return Rw(r)?e:r}function Nl(t){return`d2h-${FP(Da(t)).toString().slice(-6)}`}function Bl(t){let e="file-changed";return t.isRename||t.isCopy?e="file-renamed":t.isNew?e="file-added":t.isDeleted?e="file-deleted":t.newName!==t.oldName&&(e="file-renamed"),e}function Ah(t,e,r,i={}){let{matching:n,maxLineLengthHighlight:s,matchWordsThreshold:a,diffStyle:o}=Object.assign(Object.assign({},Ma),i),l=ki(t,r,!1),c=ki(e,r,!1);if(l.content.length>s||c.content.length>s)return{oldLine:{prefix:l.prefix,content:Us(l.content)},newLine:{prefix:c.prefix,content:Us(c.content)}};let u=o==="char"?jg(l.content,c.content):Zg(l.content,c.content),f=[];if(o==="word"&&n==="words"){let h=u.filter(v=>v.removed),p=u.filter(v=>v.added);M5(p,h).forEach(v=>{v[0].length===1&&v[1].length===1&&LP(v[0][0],v[1][0]){let g=p.added?"ins":p.removed?"del":null,v=f.indexOf(p)>-1?' class="d2h-change"':"",_=Us(p.value);return g!==null?`${h}<${g}${v}>${_}`:`${h}${_}`},"");return{oldLine:{prefix:l.prefix,content:D5(d)},newLine:{prefix:c.prefix,content:O5(d)}}}var NP="file-summary",N5="icon",B5={colorScheme:Ma.colorScheme},Ch=class{constructor(e,r={}){this.hoganUtils=e,this.config=Object.assign(Object.assign({},B5),r)}render(e){let r=e.map(i=>this.hoganUtils.render(NP,"line",{fileHtmlId:Nl(i),oldName:i.oldName,newName:i.newName,fileName:Da(i),deletedLines:"-"+i.deletedLines,addedLines:"+"+i.addedLines},{fileIcon:this.hoganUtils.template(N5,Bl(i))})).join(` +`);return this.hoganUtils.render(NP,"wrapper",{colorScheme:Ll(this.config.colorScheme),filesNumber:e.length,files:r})}};m();var Fw=Object.assign(Object.assign({},Ma),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200}),Ru="generic",BP="line-by-line",H5="icon",U5="tag",$u=class{constructor(e,r={}){this.hoganUtils=e,this.config=Object.assign(Object.assign({},Fw),r)}render(e){let r=e.map(i=>{let n;return i.blocks.length?n=this.generateFileHtml(i):n=this.generateEmptyDiff(),this.makeFileDiffHtml(i,n)}).join(` +`);return this.hoganUtils.render(Ru,"wrapper",{colorScheme:Ll(this.config.colorScheme),content:r})}makeFileDiffHtml(e,r){if(this.config.renderNothingWhenEmpty&&Array.isArray(e.blocks)&&e.blocks.length===0)return"";let i=this.hoganUtils.template(BP,"file-diff"),n=this.hoganUtils.template(Ru,"file-path"),s=this.hoganUtils.template(H5,"file"),a=this.hoganUtils.template(U5,Bl(e));return i.render({file:e,fileHtmlId:Nl(e),diffs:r,filePath:n.render({fileDiffName:Da(e)},{fileIcon:s,fileTag:a})})}generateEmptyDiff(){return this.hoganUtils.render(Ru,"empty-diff",{contentClass:"d2h-code-line",CSSLineClass:Qt})}generateFileHtml(e){let r=Dl(Ml(i=>ki(i.content,e.isCombined).content));return e.blocks.map(i=>{let n=this.hoganUtils.render(Ru,"block-header",{CSSLineClass:Qt,blockHeader:e.isTooBig?i.header:Us(i.header),lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line"});return this.applyLineGroupping(i).forEach(([s,a,o])=>{if(a.length&&o.length&&!s.length)this.applyRematchMatching(a,o,r).map(([l,c])=>{let{left:u,right:f}=this.processChangedLines(e,e.isCombined,l,c);n+=u,n+=f});else if(s.length)s.forEach(l=>{let{prefix:c,content:u}=ki(l.content,e.isCombined);n+=this.generateSingleLineHtml(e,{type:Qt.CONTEXT,prefix:c,content:u,oldNumber:l.oldNumber,newNumber:l.newNumber})});else if(a.length||o.length){let{left:l,right:c}=this.processChangedLines(e,e.isCombined,a,o);n+=l,n+=c}else console.error("Unknown state reached while processing groups of lines",s,a,o)}),n}).join(` +`)}applyLineGroupping(e){let r=[],i=[],n=[];for(let s=0;s0)&&(r.push([[],i,n]),i=[],n=[]),a.type===nt.CONTEXT?r.push([[a],[],[]]):a.type===nt.INSERT&&i.length===0?r.push([[],[],[a]]):a.type===nt.INSERT&&i.length>0?n.push(a):a.type===nt.DELETE&&i.push(a)}return(i.length||n.length)&&(r.push([[],i,n]),i=[],n=[]),r}applyRematchMatching(e,r,i){let n=e.length*r.length,s=kh(e.concat(r).map(o=>o.content.length));return n{let n;return i.blocks.length?n=this.generateFileHtml(i):n=this.generateEmptyDiff(),this.makeFileDiffHtml(i,n)}).join(` +`);return this.hoganUtils.render(Fu,"wrapper",{colorScheme:Ll(this.config.colorScheme),content:r})}makeFileDiffHtml(e,r){if(this.config.renderNothingWhenEmpty&&Array.isArray(e.blocks)&&e.blocks.length===0)return"";let i=this.hoganUtils.template(G5,"file-diff"),n=this.hoganUtils.template(Fu,"file-path"),s=this.hoganUtils.template(j5,"file"),a=this.hoganUtils.template(V5,Bl(e));return i.render({file:e,fileHtmlId:Nl(e),diffs:r,filePath:n.render({fileDiffName:Da(e)},{fileIcon:s,fileTag:a})})}generateEmptyDiff(){return{right:"",left:this.hoganUtils.render(Fu,"empty-diff",{contentClass:"d2h-code-side-line",CSSLineClass:Qt})}}generateFileHtml(e){let r=Dl(Ml(i=>ki(i.content,e.isCombined).content));return e.blocks.map(i=>{let n={left:this.makeHeaderHtml(i.header,e),right:this.makeHeaderHtml("")};return this.applyLineGroupping(i).forEach(([s,a,o])=>{if(a.length&&o.length&&!s.length)this.applyRematchMatching(a,o,r).map(([l,c])=>{let{left:u,right:f}=this.processChangedLines(e.isCombined,l,c);n.left+=u,n.right+=f});else if(s.length)s.forEach(l=>{let{prefix:c,content:u}=ki(l.content,e.isCombined),{left:f,right:d}=this.generateLineHtml({type:Qt.CONTEXT,prefix:c,content:u,number:l.oldNumber},{type:Qt.CONTEXT,prefix:c,content:u,number:l.newNumber});n.left+=f,n.right+=d});else if(a.length||o.length){let{left:l,right:c}=this.processChangedLines(e.isCombined,a,o);n.left+=l,n.right+=c}else console.error("Unknown state reached while processing groups of lines",s,a,o)}),n}).reduce((i,n)=>({left:i.left+n.left,right:i.right+n.right}),{left:"",right:""})}applyLineGroupping(e){let r=[],i=[],n=[];for(let s=0;s0)&&(r.push([[],i,n]),i=[],n=[]),a.type===nt.CONTEXT?r.push([[a],[],[]]):a.type===nt.INSERT&&i.length===0?r.push([[],[],[a]]):a.type===nt.INSERT&&i.length>0?n.push(a):a.type===nt.DELETE&&i.push(a)}return(i.length||n.length)&&(r.push([[],i,n]),i=[],n=[]),r}applyRematchMatching(e,r,i){let n=e.length*r.length,s=kh(e.concat(r).map(o=>o.content.length));return n'),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(i.rp("'),i.b(i.v(i.f("fileName",t,e,0))),i.b(""),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(' '),i.b(i.v(i.f("addedLines",t,e,0))),i.b(""),i.b(` +`+r),i.b(' '),i.b(i.v(i.f("deletedLines",t,e,0))),i.b(""),i.b(` +`+r),i.b(" "),i.b(` +`+r),i.b(" "),i.b(` +`+r),i.b(""),i.fl()},partials:{"'),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b(' Files changed ('),i.b(i.v(i.f("filesNumber",t,e,0))),i.b(")"),i.b(` +`+r),i.b(' hide'),i.b(` +`+r),i.b(' show'),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b('
      '),i.b(` +`+r),i.b(" "),i.b(i.t(i.f("files",t,e,0))),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b(""),i.fl()},partials:{},subs:{}});bt["generic-block-header"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b(""),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b('
    '),i.s(i.f("blockHeader",t,e,1),t,e,0,156,173,"{{ }}")&&(i.rs(t,e,function(n,s,a){a.b(a.t(a.f("blockHeader",n,s,0)))}),t.pop()),i.s(i.f("blockHeader",t,e,1),t,e,1,0,0,"")||i.b(" "),i.b("
    "),i.b(` +`+r),i.b(" "),i.b(` +`+r),i.b(""),i.fl()},partials:{},subs:{}});bt["generic-empty-diff"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b(""),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b(" File without changes"),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b(" "),i.b(` +`+r),i.b(""),i.fl()},partials:{},subs:{}});bt["generic-file-path"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b(''),i.b(` +`+r),i.b(i.rp("'),i.b(i.v(i.f("fileDiffName",t,e,0))),i.b(""),i.b(` +`+r),i.b(i.rp(""),i.b(` +`+r),i.b('"),i.fl()},partials:{""),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(" "),i.b(i.t(i.f("lineNumber",t,e,0))),i.b(` +`+r),i.b(" "),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.s(i.f("prefix",t,e,1),t,e,0,162,238,"{{ }}")&&(i.rs(t,e,function(n,s,a){a.b(' '),a.b(a.t(a.f("prefix",n,s,0))),a.b(""),a.b(` +`+r)}),t.pop()),i.s(i.f("prefix",t,e,1),t,e,1,0,0,"")||(i.b('  '),i.b(` +`+r)),i.s(i.f("content",t,e,1),t,e,0,371,445,"{{ }}")&&(i.rs(t,e,function(n,s,a){a.b(' '),a.b(a.t(a.f("content",n,s,0))),a.b(""),a.b(` +`+r)}),t.pop()),i.s(i.f("content",t,e,1),t,e,1,0,0,"")||(i.b('
    '),i.b(` +`+r)),i.b("
    "),i.b(` +`+r),i.b(" "),i.b(` +`+r),i.b(""),i.fl()},partials:{},subs:{}});bt["generic-wrapper"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('
    '),i.b(` +`+r),i.b(" "),i.b(i.t(i.f("content",t,e,0))),i.b(` +`+r),i.b("
    "),i.fl()},partials:{},subs:{}});bt["icon-file-added"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('"),i.fl()},partials:{},subs:{}});bt["icon-file-changed"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('"),i.fl()},partials:{},subs:{}});bt["icon-file-deleted"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('"),i.fl()},partials:{},subs:{}});bt["icon-file-renamed"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('"),i.fl()},partials:{},subs:{}});bt["icon-file"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('"),i.fl()},partials:{},subs:{}});bt["line-by-line-file-diff"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('
    '),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b(" "),i.b(i.t(i.f("filePath",t,e,0))),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(" "),i.b(i.t(i.f("diffs",t,e,0))),i.b(` +`+r),i.b(" "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b("
    "),i.fl()},partials:{},subs:{}});bt["line-by-line-numbers"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('
    '),i.b(i.v(i.f("oldNumber",t,e,0))),i.b("
    "),i.b(` +`+r),i.b('
    '),i.b(i.v(i.f("newNumber",t,e,0))),i.b("
    "),i.fl()},partials:{},subs:{}});bt["side-by-side-file-diff"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('
    '),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b(" "),i.b(i.t(i.f("filePath",t,e,0))),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(" "),i.b(i.t(i.d("diffs.left",t,e,0))),i.b(` +`+r),i.b(" "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b('
    '),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(' '),i.b(` +`+r),i.b(" "),i.b(i.t(i.d("diffs.right",t,e,0))),i.b(` +`+r),i.b(" "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b("
    "),i.b(` +`+r),i.b("
    "),i.fl()},partials:{},subs:{}});bt["tag-file-added"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('ADDED'),i.fl()},partials:{},subs:{}});bt["tag-file-changed"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('CHANGED'),i.fl()},partials:{},subs:{}});bt["tag-file-deleted"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('DELETED'),i.fl()},partials:{},subs:{}});bt["tag-file-renamed"]=new St.Template({code:function(t,e,r){var i=this;return i.b(r=r||""),i.b('RENAMED'),i.fl()},partials:{},subs:{}});var Mu=class{constructor({compiledTemplates:e={},rawTemplates:r={}}){let i=Object.entries(r).reduce((n,[s,a])=>{let o=Lw.compile(a,{asString:!1});return Object.assign(Object.assign({},n),{[s]:o})},{});this.preCompiledTemplates=Object.assign(Object.assign(Object.assign({},bt),e),i)}static compile(e){return Lw.compile(e,{asString:!1})}render(e,r,i,n,s){let a=this.templateKey(e,r);try{return this.preCompiledTemplates[a].render(i,n,s)}catch(o){throw new Error(`Could not find template to render '${a}'`)}}template(e,r){return this.preCompiledTemplates[this.templateKey(e,r)]}templateKey(e,r){return`${e}-${r}`}};var W5=Object.assign(Object.assign(Object.assign({},Fw),Iw),{outputFormat:TP.LINE_BY_LINE,drawFileList:!0});function Ph(t,e={}){let r=Object.assign(Object.assign({},W5),e),i=typeof t=="string"?OP(t,r):t,n=new Mu(r),{colorScheme:s}=r,a={colorScheme:s},o=r.drawFileList?new Ch(n,a).render(i):"",l=r.outputFormat==="side-by-side"?new Iu(n,r).render(i):new $u(n,r).render(i);return o+l}var qP=Ht(zP(),1);var Oa=require("obsidian"),Nw=Du.StateEffect.define();function Gs(t,e){let r=t.state,i=r.field($h),n=r.field(Hr),s=r.doc.lineAt(e!=null?e:r.selection.main.head).number,a=Vt.findHunk(s,n==null?void 0:n.hunks)[0];if(!a)return;let o=r.doc.line(Math.max(1,a.added.start)).from,l=i.has(o);return r.field(Oa.editorEditorField).dispatch({effects:Nw.of({pos:o,add:!l})})}var $h=Du.StateField.define({create:()=>new Set,update(t,e){let r=new Set;for(let i of e.effects)i.is(Nw)&&(i.value.add?t.add(i.value.pos):t.delete(i.value.pos));for(let i of t)r.add(e.changes.mapPos(i));return r}}),YP=Du.StateField.define({create:t=>WP(t),update(t,e){return e.docChanged||e.effects.some(r=>r.is(Il)||r.is(Nw))?WP(e.state):t},provide:t=>Rh.showTooltip.computeN([t],e=>e.field(t))}),XP=Rh.EditorView.baseTheme({".cm-tooltip.git-diff-tooltip":{"z-index":"var(--layer-popover)",backgroundColor:"var(--background-primary-alt)",border:"var(--border-width) solid var(--background-primary-alt)",borderRadius:"var(--radius-s)"},".cm-tooltip.git-diff-tooltip .tooltip-toolbar":{display:"flex",padding:"var(--size-2-1)"}});function WP(t){let e=t.field(Hr);return e?[...t.field($h)].map(i=>{let n=t.doc.lineAt(i),s=Vt.findHunk(n.number,e.hunks)[0];if(s)return{pos:i,above:!1,arrow:!1,strictSide:!0,clip:!1,create:()=>q5(s,t,i)}}).filter(i=>i!==void 0):[]}function q5(t,e,r){var g,v;let i=Vt.createPatch("file",[t],"10064",!1).join(` +`)+` +`,n=Ph(i,{colorScheme:qP.ColorSchemeType.AUTO,diffStyle:"word",drawFileList:!1}),s=new DOMParser().parseFromString(n,"text/html").querySelector(".d2h-file-diff"),a=activeDocument.createDiv(),o=activeDocument.createDiv();o.addClass("tooltip-toolbar");let l=(_,b)=>{let S=activeDocument.createDiv();return(0,Oa.setIcon)(S,_),S.setAttr("aria-label",b),S.addClass("clickable-icon"),S},c=l("x","Close hunk"),u=l("plus","Stage hunk"),f=l("undo","Reset hunk");o.appendChild(c),o.appendChild(u),o.appendChild(f),a.appendChild(o),a.appendChild(s),a.addClass("git-diff-tooltip","git-diff");let d=e.field(Oa.editorEditorField);c.onclick=()=>{Gs(d,r)},u.onclick=()=>{let _=jt.plugin;_&&(_.promiseQueue.addTask(()=>_.hunkActions.stageHunk(r)),Gs(d,r))},f.onclick=()=>{let _=jt.plugin;_&&(_.hunkActions.resetHunk(r),Gs(d,r))};let h=(v=(g=jt.plugin)==null?void 0:g.app.workspace.getActiveViewOfType(Oa.MarkdownView))==null?void 0:v.scope,p=h==null?void 0:h.register(null,"Escape",(_,b)=>{Gs(d,r)});return{dom:a,destroy:()=>{p&&(h==null||h.unregister(p))},update:_=>{r=_.changes.mapPos(r)}}}function ZP(t){let e=t.app;t.addCommand({id:"edit-gitignore",name:"Edit .gitignore",callback:async()=>{let r=t.gitManager.getRelativeVaultPath(".gitignore");await e.vault.adapter.exists(r)||await e.vault.adapter.write(r,"");let i=await e.vault.adapter.read(r),s=await new mh(e,i).openAndGetReslt();s!==void 0&&(await e.vault.adapter.write(r,s),await t.refresh())}}),t.addCommand({id:"open-git-view",name:"Open source control view",callback:async()=>{var n;let r=e.workspace.getLeavesOfType(Kt.type),i;r.length===0?(i=(n=e.workspace.getRightLeaf(!1))!=null?n:e.workspace.getLeaf(),await i.setViewState({type:Kt.type})):i=r.first(),await e.workspace.revealLeaf(i),e.workspace.trigger("obsidian-git:refresh")}}),t.addCommand({id:"open-history-view",name:"Open history view",callback:async()=>{var n;let r=e.workspace.getLeavesOfType(bi.type),i;r.length===0?(i=(n=e.workspace.getRightLeaf(!1))!=null?n:e.workspace.getLeaf(),await i.setViewState({type:bi.type})):i=r.first(),await e.workspace.revealLeaf(i),e.workspace.trigger("obsidian-git:refresh")}}),t.addCommand({id:"open-diff-view",name:"Open diff view",checkCallback:r=>{let i=e.workspace.getActiveFile();if(r)return i!==null;{let n=t.gitManager.getRelativeRepoPath(i.path,!0);t.tools.openDiff({aFile:n,aRef:""})}}}),t.addCommand({id:"view-file-on-github",name:"Open file on GitHub",editorCallback:(r,{file:i})=>{if(i)return N2(r,i,t.gitManager)}}),t.addCommand({id:"view-history-on-github",name:"Open file history on GitHub",editorCallback:(r,{file:i})=>{if(i)return B2(i,t.gitManager)}}),t.addCommand({id:"pull",name:"Pull",callback:()=>t.promiseQueue.addTask(()=>t.pullChangesFromRemote())}),t.addCommand({id:"fetch",name:"Fetch",callback:()=>t.promiseQueue.addTask(()=>t.fetch())}),t.addCommand({id:"switch-to-remote-branch",name:"Switch to remote branch",callback:()=>t.promiseQueue.addTask(()=>t.switchRemoteBranch())}),t.addCommand({id:"add-to-gitignore",name:"Add file to .gitignore",checkCallback:r=>{let i=e.workspace.getActiveFile();if(r)return i!==null;t.addFileToGitignore(i.path,i instanceof qi.TFolder).catch(n=>t.displayError(n))}}),t.addCommand({id:"push",name:"Commit-and-sync",callback:()=>t.promiseQueue.addTask(()=>t.commitAndSync({fromAutoBackup:!1}))}),t.addCommand({id:"backup-and-close",name:"Commit-and-sync and then close Obsidian",callback:()=>t.promiseQueue.addTask(async()=>{await t.commitAndSync({fromAutoBackup:!1}),window.close()})}),t.addCommand({id:"commit-push-specified-message",name:"Commit-and-sync with specific message",callback:()=>t.promiseQueue.addTask(()=>t.commitAndSync({fromAutoBackup:!1,requestCustomMessage:!0}))}),t.addCommand({id:"commit",name:"Commit all changes",callback:()=>t.promiseQueue.addTask(()=>t.commit({fromAuto:!1}))}),t.addCommand({id:"commit-specified-message",name:"Commit all changes with specific message",callback:()=>t.promiseQueue.addTask(()=>t.commit({fromAuto:!1,requestCustomMessage:!0}))}),t.addCommand({id:"commit-smart",name:"Commit",callback:()=>t.promiseQueue.addTask(async()=>{let i=(await t.updateCachedStatus()).staged.length>0;return t.commit({fromAuto:!1,requestCustomMessage:!1,onlyStaged:i})})}),t.addCommand({id:"commit-staged",name:"Commit staged",checkCallback:function(r){if(r)return!1;t.promiseQueue.addTask(async()=>t.commit({fromAuto:!1,requestCustomMessage:!1}))}}),qi.Platform.isDesktopApp&&t.addCommand({id:"commit-amend-staged-specified-message",name:"Amend staged",callback:()=>t.promiseQueue.addTask(()=>t.commit({fromAuto:!1,requestCustomMessage:!0,onlyStaged:!0,amend:!0}))}),t.addCommand({id:"commit-smart-specified-message",name:"Commit with specific message",callback:()=>t.promiseQueue.addTask(async()=>{let i=(await t.updateCachedStatus()).staged.length>0;return t.commit({fromAuto:!1,requestCustomMessage:!0,onlyStaged:i})})}),t.addCommand({id:"commit-staged-specified-message",name:"Commit staged with specific message",checkCallback:function(r){return r?!1:t.promiseQueue.addTask(()=>t.commit({fromAuto:!1,requestCustomMessage:!0,onlyStaged:!0}))}}),t.addCommand({id:"push2",name:"Push",callback:()=>t.promiseQueue.addTask(()=>t.push())}),t.addCommand({id:"stage-current-file",name:"Stage current file",checkCallback:r=>{let i=e.workspace.getActiveFile();if(r)return i!==null;t.promiseQueue.addTask(()=>t.stageFile(i))}}),t.addCommand({id:"unstage-current-file",name:"Unstage current file",checkCallback:r=>{let i=e.workspace.getActiveFile();if(r)return i!==null;t.promiseQueue.addTask(()=>t.unstageFile(i))}}),t.addCommand({id:"edit-remotes",name:"Edit remotes",callback:()=>t.editRemotes().catch(r=>t.displayError(r))}),t.addCommand({id:"remove-remote",name:"Remove remote",callback:()=>t.removeRemote().catch(r=>t.displayError(r))}),t.addCommand({id:"set-upstream-branch",name:"Set upstream branch",callback:()=>t.setUpstreamBranch().catch(r=>t.displayError(r))}),t.addCommand({id:"delete-repo",name:"CAUTION: Delete repository",callback:async()=>{await e.vault.adapter.exists(`${t.settings.basePath}/.git`)?await new et(t,{options:["NO","YES"],placeholder:"Do you really want to delete the repository (.git directory)? plugin action cannot be undone.",onlySelection:!0}).openAndGetResult()==="YES"&&(await e.vault.adapter.rmdir(`${t.settings.basePath}/.git`,!0),new qi.Notice("Successfully deleted repository. Reloading plugin..."),t.unloadPlugin(),await t.init({fromReload:!0})):new qi.Notice("No repository found")}}),t.addCommand({id:"init-repo",name:"Initialize a new repo",callback:()=>t.createNewRepo().catch(r=>t.displayError(r))}),t.addCommand({id:"clone-repo",name:"Clone an existing remote repo",callback:()=>t.cloneNewRepo().catch(r=>t.displayError(r))}),t.addCommand({id:"list-changed-files",name:"List changed files",callback:async()=>{if(await t.isAllInitialized())try{let r=await t.updateCachedStatus();if(r.changed.length+r.staged.length>500){t.displayError("Too many changes to display");return}new ph(t,r.all).open()}catch(r){t.displayError(r)}}}),t.addCommand({id:"switch-branch",name:"Switch branch",callback:()=>{t.switchBranch().catch(r=>t.displayError(r))}}),t.addCommand({id:"create-branch",name:"Create new branch",callback:()=>{t.createBranch().catch(r=>t.displayError(r))}}),t.addCommand({id:"delete-branch",name:"Delete branch",callback:()=>{t.deleteBranch().catch(r=>t.displayError(r))}}),t.addCommand({id:"discard-all",name:"CAUTION: Discard all changes",callback:async()=>{let r=await t.discardAll();switch(r){case"discard":new qi.Notice("Discarded all changes in tracked files.");break;case"delete":new qi.Notice("Discarded all files.");break;case!1:break;default:Td(r)}}}),t.addCommand({id:"pause-automatic-routines",name:"Pause/Resume automatic routines",callback:()=>{let r=!t.localStorage.getPausedAutomatics();t.localStorage.setPausedAutomatics(r),r?(t.automaticsManager.unload(),new qi.Notice("Paused automatic routines.")):(t.automaticsManager.reload("commit","push","pull"),new qi.Notice("Resumed automatic routines."))}}),t.addCommand({id:"raw-command",name:"Raw command",checkCallback:r=>{let i=t.gitManager;if(r)return i instanceof Se;t.tools.runRawCommand().catch(n=>t.displayError(n))}}),t.addCommand({id:"toggle-line-author-info",name:"Toggle line author information",callback:()=>{var r;return(r=t.settingsTab)==null?void 0:r.configureLineAuthorShowStatus(!t.settings.lineAuthor.show)}}),t.addCommand({id:"reset-hunk",name:"Reset hunk",editorCheckCallback(r,i,n){if(r)return t.settings.hunks.hunkCommands&&t.hunkActions.editor!==void 0;t.hunkActions.resetHunk()}}),t.addCommand({id:"stage-hunk",name:"Stage hunk",editorCheckCallback:(r,i,n)=>{if(r)return t.settings.hunks.hunkCommands&&t.hunkActions.editor!==void 0;t.promiseQueue.addTask(()=>t.hunkActions.stageHunk())}}),t.addCommand({id:"preview-hunk",name:"Preview hunk",editorCheckCallback:(r,i,n)=>{if(r)return t.settings.hunks.hunkCommands&&t.hunkActions.editor!==void 0;let s=t.hunkActions.editor.editor;Gs(s)}}),t.addCommand({id:"next-hunk",name:"Go to next hunk",editorCheckCallback:(r,i,n)=>{if(r)return t.settings.hunks.hunkCommands&&t.hunkActions.editor!==void 0;t.hunkActions.goToHunk("next")}}),t.addCommand({id:"prev-hunk",name:"Go to previous hunk",editorCheckCallback:(r,i,n)=>{if(r)return t.settings.hunks.hunkCommands&&t.hunkActions.editor!==void 0;t.hunkActions.goToHunk("prev")}})}m();var Fh=class{constructor(e){this.plugin=e;this.prefix=this.plugin.manifest.id+":",this.app=e.app}migrate(){let e=["password","hostname","conflict","lastAutoPull","lastAutoBackup","lastAutoPush","gitPath","pluginDisabled"];for(let r of e){let i=localStorage.getItem(this.prefix+r);this.app.loadLocalStorage(this.prefix+r)==null&&i!=null&&i!=null&&(this.app.saveLocalStorage(this.prefix+r,i),localStorage.removeItem(this.prefix+r))}}getPassword(){return this.app.loadLocalStorage(this.prefix+"password")}setPassword(e){return this.app.saveLocalStorage(this.prefix+"password",e)}getUsername(){return this.app.loadLocalStorage(this.prefix+"username")}setUsername(e){return this.app.saveLocalStorage(this.prefix+"username",e)}getHostname(){return this.app.loadLocalStorage(this.prefix+"hostname")}setHostname(e){return this.app.saveLocalStorage(this.prefix+"hostname",e)}getConflict(){return this.app.loadLocalStorage(this.prefix+"conflict")=="true"}setConflict(e){return this.app.saveLocalStorage(this.prefix+"conflict",`${e}`)}getLastAutoPull(){return this.app.loadLocalStorage(this.prefix+"lastAutoPull")}setLastAutoPull(e){return this.app.saveLocalStorage(this.prefix+"lastAutoPull",e)}getLastAutoBackup(){return this.app.loadLocalStorage(this.prefix+"lastAutoBackup")}setLastAutoBackup(e){return this.app.saveLocalStorage(this.prefix+"lastAutoBackup",e)}getLastAutoPush(){return this.app.loadLocalStorage(this.prefix+"lastAutoPush")}setLastAutoPush(e){return this.app.saveLocalStorage(this.prefix+"lastAutoPush",e)}getGitPath(){return this.app.loadLocalStorage(this.prefix+"gitPath")}setGitPath(e){return this.app.saveLocalStorage(this.prefix+"gitPath",e)}getPATHPaths(){var e,r;return(r=(e=this.app.loadLocalStorage(this.prefix+"PATHPaths"))==null?void 0:e.split(":"))!=null?r:[]}setPATHPaths(e){return this.app.saveLocalStorage(this.prefix+"PATHPaths",e.join(":"))}getEnvVars(){var e;return JSON.parse((e=this.app.loadLocalStorage(this.prefix+"envVars"))!=null?e:"[]")}setEnvVars(e){return this.app.saveLocalStorage(this.prefix+"envVars",JSON.stringify(e))}getPluginDisabled(){return this.app.loadLocalStorage(this.prefix+"pluginDisabled")=="true"}setPluginDisabled(e){return this.app.saveLocalStorage(this.prefix+"pluginDisabled",`${e}`)}getPausedAutomatics(){return this.app.loadLocalStorage(this.prefix+"pausedAutomatics")=="true"}setPausedAutomatics(e){return this.app.saveLocalStorage(this.prefix+"pausedAutomatics",`${e}`)}getGutterSpacingFallbackLength(){var e;return(e=this.app.loadLocalStorage(this.prefix+"gutterSpacingFallbackLength"))!=null?e:5}setGutterSpacingFallbackLength(e){return this.app.saveLocalStorage(this.prefix+"gutterSpacingFallbackLength",e)}};m();var Hl=require("obsidian");var Ou=class{constructor(e){this.plugin=e}async hasTooBigFiles(e){let r=await this.plugin.gitManager.branchInfo(),i=r.tracking?Qn(r.tracking)[0]:null;if(!i)return!1;let n=await this.plugin.gitManager.getRemoteUrl(i);if(n!=null&&n.includes("github.com")){let s=[],a=this.plugin.gitManager;for(let o of e){let l=this.plugin.app.vault.getAbstractFileByPath(o.vaultPath),c=!1;if(l instanceof Hl.TFile)l.stat.size>=1e8&&(c=!0);else{let u=await this.plugin.app.vault.adapter.stat(o.vaultPath);u&&u.size>=1e8&&(c=!0)}if(c){let u=!1;a instanceof Se&&(u=await a.isFileTrackedByLFS(o.path)),u||s.push(o)}}if(s.length>0)return this.plugin.displayError(`Aborted commit, because the following files are too big: +- ${s.map(o=>o.vaultPath).join(` +- `)} +Please remove them or add to .gitignore.`),!0}return!1}async writeAndOpenFile(e){e!==void 0&&await this.plugin.app.vault.adapter.write(il,e);let r=!1;this.plugin.app.workspace.iterateAllLeaves(i=>{i.getDisplayText()!=""&&il.startsWith(i.getDisplayText())&&(r=!0)}),r||await this.plugin.app.workspace.openLinkText(il,"/",!0)}openDiff({aFile:e,bFile:r,aRef:i,bRef:n,event:s}){var l,c;let a=this.plugin.settings.diffStyle;Hl.Platform.isMobileApp&&(a="git_unified");let o={aFile:e,bFile:r!=null?r:e,aRef:i,bRef:n};a=="split"?(l=ji(this.plugin.app,s))==null||l.setViewState({type:Ms.type,active:!0,state:o}):a=="git_unified"&&((c=ji(this.plugin.app,s))==null||c.setViewState({type:Ds.type,active:!0,state:o}))}async runRawCommand(){let e=this.plugin.gitManager;if(!(e instanceof Se))return;let i=await new et(this.plugin,{placeholder:"push origin master",allowEmpty:!1}).openAndGetResult();i!==void 0&&this.plugin.promiseQueue.addTask(async()=>{let n=new Hl.Notice(`Running '${i}'...`,999999);try{let s=await e.rawCommand(i);s?(n.setMessage(s),window.setTimeout(()=>n.hide(),5e3)):n.hide()}catch(s){throw n.hide(),s}})}};m();var Ih=require("obsidian");var La=class extends Ih.ItemView{constructor(r,i){super(r);this.plugin=i;this.gettingDiff=!1;this.parser=new DOMParser,this.navigation=!0,this.contentEl.addClass("git-diff"),this.gitRefreshRef=this.app.workspace.on("obsidian-git:status-changed",()=>{this.refresh().catch(console.error)})}getViewType(){return Ds.type}getDisplayText(){var r;if(((r=this.state)==null?void 0:r.bFile)!=null){let i=this.state.bFile.split("/").last();return i!=null&&i.endsWith(".md")&&(i=i.slice(0,-3)),`Diff: ${i}`}return Ds.name}getIcon(){return Ds.icon}async setState(r,i){this.state=r,Ih.Platform.isMobile&&(this.leaf.view.titleEl.textContent=this.getDisplayText()),await this.refresh()}getState(){return this.state}onClose(){return this.app.workspace.offref(this.gitRefreshRef),this.app.workspace.offref(this.gitViewRefreshRef),super.onClose()}async onOpen(){return await this.refresh(),super.onOpen()}async refresh(){var r;if((r=this.state)!=null&&r.bFile&&!this.gettingDiff&&this.plugin.gitManager){this.gettingDiff=!0;try{let i=await this.plugin.gitManager.getDiffString(this.state.bFile,this.state.aRef=="HEAD",this.state.bRef);this.contentEl.empty();let n=this.plugin.gitManager.getRelativeVaultPath(this.state.bFile);if(!i){if(this.plugin.gitManager instanceof Se&&await this.plugin.gitManager.isTracked(this.state.bFile))i=[`--- ${this.state.aFile}`,`+++ ${this.state.bFile}`,""].join(` +`);else if(await this.app.vault.adapter.exists(n)){let s=await this.app.vault.adapter.read(n);i=[...`--- /dev/null ++++ ${this.state.bFile} +@@ -0,0 +1,${s.split(` +`).length} @@`.split(` +`),...s.split(` +`).map(o=>`+${o}`)].join(` +`)}}if(i){let s=this.parser.parseFromString(Ph(i),"text/html").querySelector(".d2h-file-diff");this.contentEl.append(s)}else{let s=this.contentEl.createDiv({cls:"obsidian-git-center"});s.createSpan({text:"\u26A0\uFE0F",attr:{style:"font-size: 2em"}}),s.createEl("br"),s.createSpan({text:"File not found: "+this.state.bFile})}}finally{this.gettingDiff=!1}}}};m();var rs=require("obsidian");var Gl=require("@codemirror/commands");var Mh=require("@codemirror/search"),Ul=require("@codemirror/state"),Ci=require("@codemirror/view");var Na=class extends rs.ItemView{constructor(r,i){super(r);this.plugin=i;this.refreshing=!1;this.ignoreNextModification=!1;this.navigation=!0,this.registerEvent(this.app.workspace.on("obsidian-git:status-changed",()=>{this.mergeView?this.updateRefEditors().catch(console.error):this.createMergeView().catch(console.error)})),this.intervalRef=window.setInterval(()=>{this.mergeView&&this.updateRefEditors().catch(console.error)},30*1e3),this.registerEvent(this.app.vault.on("modify",n=>{this.state.bRef==null&&n.path===this.state.bFile&&(this.ignoreNextModification?this.ignoreNextModification=!1:this.updateModifiableEditor().catch(console.error))})),this.registerEvent(this.app.vault.on("delete",n=>{this.state.bRef==null&&n.path===this.state.bFile&&this.createMergeView().catch(console.error)})),this.registerEvent(this.app.vault.on("create",n=>{this.state.bRef==null&&n.path===this.state.bFile&&this.createMergeView().catch(console.error)})),this.registerEvent(this.app.vault.on("rename",(n,s)=>{this.state.bRef==null&&(n.path===this.state.bFile||s===this.state.bFile)&&this.createMergeView().catch(console.error)})),this.fileSaveDebouncer=(0,rs.debounce)(n=>{let s=this.state.bFile;s&&(this.ignoreNextModification=!0,this.plugin.app.vault.adapter.write(this.plugin.gitManager.getRelativeVaultPath(s),n).catch(a=>this.plugin.displayError(a)))},1e3,!1)}getViewType(){return Ms.type}getDisplayText(){var r;if(((r=this.state)==null?void 0:r.bFile)!=null){let i=this.state.bFile.split("/").last();i!=null&&i.endsWith(".md")&&(i=i.slice(0,-3));let n;return this.state.bRef==null?n=" (Working Tree)":this.state.bRef==""?n=" (Index)":n="("+this.state.bRef.substring(0,7)+")",`Diff: ${i} ${n}`}return Ms.name}getIcon(){return Ms.icon}async setState(r,i){this.state=r,rs.Platform.isMobile&&(this.leaf.view.titleEl.textContent=this.getDisplayText()),await super.setState(r,i),await this.createMergeView()}getState(){return this.state}onClose(){return window.clearInterval(this.intervalRef),super.onClose()}async onOpen(){return await this.createMergeView(),super.onOpen()}async gitShow(r,i){try{return await this.plugin.gitManager.show(r,i,!1)}catch(n){if(n instanceof Nr&&(n.message.includes("does not exist")||n.message.includes("unknown revision or path")||n.message.includes("exists on disk, but not in")||n.message.includes("fatal: bad object")))return n.message.includes("fatal: bad object")&&this.plugin.displayError(n.message),"";throw n}}async bShouldBeEditable(){if(this.state.bRef!=null)return!1;let r=this.plugin.gitManager.getRelativeVaultPath(this.state.bFile);return await this.app.vault.adapter.exists(r)}async updateModifiableEditor(){if(!this.mergeView||this.refreshing)return;let r=this.mergeView.b;this.refreshing=!0;let i=await this.app.vault.adapter.read(this.state.bFile);if(i!=r.state.doc.toString()){let n=r.state.update({changes:{from:0,to:r.state.doc.length,insert:i},annotations:[Ul.Transaction.remote.of(!0)]});r.dispatch(n)}this.refreshing=!1}async updateRefEditors(){if(!this.mergeView||this.refreshing)return;let r=this.mergeView.a,i=this.mergeView.b;this.refreshing=!0;let n=await this.gitShow(this.state.aRef,this.state.aFile),s;if(this.state.bRef!=null&&(s=await this.gitShow(this.state.bRef,this.state.bFile)),n!=r.state.doc.toString()){let a=r.state.update({changes:{from:0,to:r.state.doc.length,insert:n}});r.dispatch(a)}if(s!=null&&s!=i.state.doc.toString()){let a=i.state.update({changes:{from:0,to:i.state.doc.length,insert:s}});i.dispatch(a)}this.refreshing=!1}renderButtons(){let r=activeDocument.createDiv(),i=r.createDiv();if(i.addClass("clickable-icon"),i.setAttr("aria-label",this.state.bRef==null?"Stage hunk":"Unstage hunk"),(0,rs.setIcon)(i,this.state.bRef==null?"plus":"minus"),i.onmousedown=async n=>{var h;let s=this.mergeView.b,a=this.mergeView.a,o=Ew(s.state),l=(h=r.parentElement)==null?void 0:h.indexOf(r),c=o.chunks[l],u=Aw(c,a.state.doc,s.state.doc),f=kw(this.mergeView.a.state.doc.toString(),this.mergeView.b.state.doc.toString(),[u])[0],d=Vt.createPatch(this.state.bFile,[f],"100644",this.state.bRef!=null).join(` +`)+` +`;await this.plugin.gitManager.applyPatch(d),this.plugin.app.workspace.trigger("obsidian-git:refresh")},this.state.bRef==null){let n=r.createDiv();n.addClass("clickable-icon"),n.setAttr("aria-label","Reset hunk"),(0,rs.setIcon)(n,"undo"),n.onmousedown=s=>{var f;let a=this.mergeView.a,o=this.mergeView.b,l=Ew(o.state),c=(f=r.parentElement)==null?void 0:f.indexOf(r),u=l.chunks[c];if(u){let d=u.fromA,h=u.toA,p=u.fromB,g=u.toB,v=a.state.sliceDoc(d,Math.max(d,h-1));d!=h&&g<=o.state.doc.length&&(v+=a.state.lineBreak),o.dispatch({changes:{from:p,to:Math.min(o.state.doc.length,g),insert:v},userEvent:"revert"})}}}return r.onmousedown=n=>{n.preventDefault(),n.stopPropagation()},r}async createMergeView(){var r,i,n;if((r=this.state)!=null&&r.aFile&&((i=this.state)!=null&&i.bFile)&&!this.refreshing&&this.plugin.gitManager){this.refreshing=!0,(n=this.mergeView)==null||n.destroy();let s=this.containerEl.children[1];s.empty(),this.contentEl.addClass("git-split-diff-view","git-diff"),this.bIsEditable=await this.bShouldBeEditable();let a=await this.gitShow(this.state.aRef,this.state.aFile),o;if(this.state.bRef!=null)o=await this.gitShow(this.state.bRef,this.state.bFile);else{let g=this.plugin.gitManager.getRelativeVaultPath(this.state.bFile);await this.app.vault.adapter.exists(g)?o=await this.app.vault.adapter.read(g):o=""}let l=[(0,Ci.lineNumbers)(),(0,Mh.highlightSelectionMatches)(),(0,Ci.drawSelection)(),Ci.keymap.of([...Gl.standardKeymap,Gl.indentWithTab]),(0,Gl.history)(),(0,Mh.search)(),Ci.EditorView.lineWrapping],c=this,u=Ci.ViewPlugin.define(g=>({update(v){if(v.docChanged&&!v.transactions.some(_=>_.annotation(Ul.Transaction.remote))){let _=g.state.doc.toString();c.fileSaveDebouncer(_)}}})),f={doc:a,extensions:[...l,Ci.EditorView.editable.of(!1),Ul.EditorState.readOnly.of(!0)]},d=[...l];this.bIsEditable?d.push(u):d.push(Ci.EditorView.editable.of(!1),Ul.EditorState.readOnly.of(!0));let h={doc:o,extensions:d};s.addClasses(["cm-s-obsidian","mod-cm6","markdown-source-view","cm-content"]);let p=this.plugin.gitManager instanceof Se&&(this.state.bRef===void 0||this.state.bRef==="");this.mergeView=new Eh({b:h,a:f,collapseUnchanged:{minSize:6,margin:4},renderRevertControl:p?()=>this.renderButtons():void 0,revertControls:p?"a-to-b":void 0,diffConfig:{scanLimit:this.bIsEditable?1e3:1e4},parent:s}),this.refreshing=!1}}};m();var U$=require("obsidian");m();m();m();var KP="5";var QP,JP,eR;typeof window!="undefined"&&((eR=(JP=(QP=window.__svelte)!=null?QP:window.__svelte={}).v)!=null?eR:JP.v=new Set).add(KP);m();m();m();var jl="[",Ba="[!",Bw="[?",Ha="]",is={};var Ze=Symbol(),Ti=Symbol("filename"),tR=Symbol("hmr"),Dh="http://www.w3.org/1999/xhtml";m();m();m();m();var Oh=!0;m();var I=!1;m();var ns=Array.isArray,rR=Array.prototype.indexOf,Yi=Array.prototype.includes,Vl=Array.from,Hw=Object.keys,or=Object.defineProperty,Ur=Object.getOwnPropertyDescriptor,Uw=Object.getOwnPropertyDescriptors,Gw=Object.prototype,iR=Array.prototype,zl=Object.getPrototypeOf,jw=Object.isExtensible;function Vw(t){return typeof t=="function"}var lr=()=>{};function Lh(t){for(var e=0;e{t=i,e=n});return{promise:r,resolve:t,reject:e}}m();m();var Jt=Symbol("$state"),Lu=Symbol("legacy props"),sR=Symbol(""),Bh=Symbol("proxy path"),zw=Symbol("hmr anchor"),ri=new class extends Error{constructor(){super(...arguments);Ve(this,"name","StaleReactionError");Ve(this,"message","The reaction that called `getAbortSignal()` was re-run or destroyed")}},nR,Ww=!!((nR=globalThis.document)!=null&&nR.contentType)&&globalThis.document.contentType.includes("xml");var Wl=3,Pi=8;m();m();function aR(t){if(I){let e=new Error(`invariant_violation +An invariant violation occurred, meaning Svelte's internal assumptions were flawed. This is a bug in Svelte, not your app \u2014 please open an issue at https://github.com/sveltejs/svelte, citing the following message: "${t}" +https://svelte.dev/e/invariant_violation`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/invariant_violation")}function Hh(t){if(I){let e=new Error(`lifecycle_outside_component +\`${t}(...)\` can only be used during component initialisation +https://svelte.dev/e/lifecycle_outside_component`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/lifecycle_outside_component")}function lR(){if(I){let t=new Error("async_derived_orphan\nCannot create a `$derived(...)` with an `await` expression outside of an effect tree\nhttps://svelte.dev/e/async_derived_orphan");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/async_derived_orphan")}function qw(){if(I){let t=new Error("bind_invalid_checkbox_value\nUsing `bind:value` together with a checkbox input is not allowed. Use `bind:checked` instead\nhttps://svelte.dev/e/bind_invalid_checkbox_value");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/bind_invalid_checkbox_value")}function cR(){if(I){let t=new Error(`derived_references_self +A derived value cannot reference itself recursively +https://svelte.dev/e/derived_references_self`);throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/derived_references_self")}function Yw(t,e,r){if(I){let i=new Error(`each_key_duplicate +${r?`Keyed each block has duplicate key \`${r}\` at indexes ${t} and ${e}`:`Keyed each block has duplicate key at indexes ${t} and ${e}`} +https://svelte.dev/e/each_key_duplicate`);throw i.name="Svelte error",i}else throw new Error("https://svelte.dev/e/each_key_duplicate")}function uR(t,e,r){if(I){let i=new Error(`each_key_volatile +Keyed each block has key that is not idempotent \u2014 the key for item at index ${t} was \`${e}\` but is now \`${r}\`. Keys must be the same each time for a given item +https://svelte.dev/e/each_key_volatile`);throw i.name="Svelte error",i}else throw new Error("https://svelte.dev/e/each_key_volatile")}function fR(t){if(I){let e=new Error(`effect_in_teardown +\`${t}\` cannot be used inside an effect cleanup function +https://svelte.dev/e/effect_in_teardown`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/effect_in_teardown")}function dR(){if(I){let t=new Error("effect_in_unowned_derived\nEffect cannot be created inside a `$derived` value that was not itself created inside an effect\nhttps://svelte.dev/e/effect_in_unowned_derived");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/effect_in_unowned_derived")}function hR(t){if(I){let e=new Error(`effect_orphan +\`${t}\` can only be used inside an effect (e.g. during component initialisation) +https://svelte.dev/e/effect_orphan`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/effect_orphan")}function pR(){if(I){let t=new Error(`effect_update_depth_exceeded +Maximum update depth exceeded. This typically indicates that an effect reads and writes the same piece of state +https://svelte.dev/e/effect_update_depth_exceeded`);throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/effect_update_depth_exceeded")}function mR(){if(I){let t=new Error(`hydration_failed +Failed to hydrate the application +https://svelte.dev/e/hydration_failed`);throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/hydration_failed")}function gR(t){if(I){let e=new Error(`props_invalid_value +Cannot do \`bind:${t}={undefined}\` when \`${t}\` has a fallback value +https://svelte.dev/e/props_invalid_value`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/props_invalid_value")}function vR(t){if(I){let e=new Error(`rune_outside_svelte +The \`${t}\` rune is only available inside \`.svelte\` and \`.svelte.js/ts\` files +https://svelte.dev/e/rune_outside_svelte`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/rune_outside_svelte")}function wR(){if(I){let t=new Error("state_descriptors_fixed\nProperty descriptors defined on `$state` objects must contain `value` and always be `enumerable`, `configurable` and `writable`.\nhttps://svelte.dev/e/state_descriptors_fixed");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/state_descriptors_fixed")}function _R(){if(I){let t=new Error("state_prototype_fixed\nCannot set prototype of `$state` object\nhttps://svelte.dev/e/state_prototype_fixed");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/state_prototype_fixed")}function bR(){if(I){let t=new Error("state_unsafe_mutation\nUpdating state inside `$derived(...)`, `$inspect(...)` or a template expression is forbidden. If the value should not be reactive, declare it without `$state`\nhttps://svelte.dev/e/state_unsafe_mutation");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/state_unsafe_mutation")}function yR(){if(I){let t=new Error("svelte_boundary_reset_onerror\nA `` `reset` function cannot be called while an error is still being handled\nhttps://svelte.dev/e/svelte_boundary_reset_onerror");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/svelte_boundary_reset_onerror")}m();m();m();var Sn="font-weight: bold",kn="font-weight: normal";function xR(t){I?console.warn(`%c[svelte] await_reactivity_loss +%cDetected reactivity loss when reading \`${t}\`. This happens when state is read in an async function after an earlier \`await\` +https://svelte.dev/e/await_reactivity_loss`,Sn,kn):console.warn("https://svelte.dev/e/await_reactivity_loss")}function ER(t,e){I?console.warn(`%c[svelte] await_waterfall +%cAn async derived, \`${t}\` (${e}) was not read immediately after it resolved. This often indicates an unnecessary waterfall, which can slow down your app +https://svelte.dev/e/await_waterfall`,Sn,kn):console.warn("https://svelte.dev/e/await_waterfall")}function SR(){I?console.warn(`%c[svelte] derived_inert +%cReading a derived belonging to a now-destroyed effect may result in stale values +https://svelte.dev/e/derived_inert`,Sn,kn):console.warn("https://svelte.dev/e/derived_inert")}function kR(t,e,r){I?console.warn(`%c[svelte] hydration_attribute_changed +%cThe \`${t}\` attribute on \`${e}\` changed its value between server and client renders. The client value, \`${r}\`, will be ignored in favour of the server value +https://svelte.dev/e/hydration_attribute_changed`,Sn,kn):console.warn("https://svelte.dev/e/hydration_attribute_changed")}function Ua(t){I?console.warn(`%c[svelte] hydration_mismatch +%c${t?`Hydration failed because the initial UI does not match what was rendered on the server. The error occurred near ${t}`:"Hydration failed because the initial UI does not match what was rendered on the server"} +https://svelte.dev/e/hydration_mismatch`,Sn,kn):console.warn("https://svelte.dev/e/hydration_mismatch")}function AR(){I?console.warn(`%c[svelte] lifecycle_double_unmount +%cTried to unmount a component that was not mounted +https://svelte.dev/e/lifecycle_double_unmount`,Sn,kn):console.warn("https://svelte.dev/e/lifecycle_double_unmount")}function Uh(t){I?console.warn(`%c[svelte] state_proxy_equality_mismatch +%cReactive \`$state(...)\` proxies and the values they proxy have different identities. Because of this, comparisons with \`${t}\` will produce unexpected results +https://svelte.dev/e/state_proxy_equality_mismatch`,Sn,kn):console.warn("https://svelte.dev/e/state_proxy_equality_mismatch")}function CR(){I?console.warn(`%c[svelte] state_proxy_unmount +%cTried to unmount a state proxy, rather than a component +https://svelte.dev/e/state_proxy_unmount`,Sn,kn):console.warn("https://svelte.dev/e/state_proxy_unmount")}function TR(){I?console.warn("%c[svelte] svelte_boundary_reset_noop\n%cA `` `reset` function only resets the boundary the first time it is called\nhttps://svelte.dev/e/svelte_boundary_reset_noop",Sn,kn):console.warn("https://svelte.dev/e/svelte_boundary_reset_noop")}function PR(t){I?console.warn(`%c[svelte] transition_slide_display +%cThe \`slide\` transition does not work correctly for elements with \`display: ${t}\` +https://svelte.dev/e/transition_slide_display`,Sn,kn):console.warn("https://svelte.dev/e/transition_slide_display")}var ie=!1;function Ft(t){ie=t}var me;function Ue(t){if(t===null)throw Ua(),is;return me=t}function cr(){return Ue(tr(me))}function G(t){if(ie){if(tr(me)!==null)throw Ua(),is;me=t}}function Ga(t=1){if(ie){for(var e=t,r=me;e--;)r=tr(r);me=r}}function An(t=!0){for(var e=0,r=me;;){if(r.nodeType===Pi){var i=r.data;if(i===Ha){if(e===0)return r;e-=1}else(i===jl||i===Ba||i[0]==="["&&!isNaN(Number(i.slice(1))))&&(e+=1)}var n=tr(r);t&&r.remove(),r=n}}function Nu(t){if(!t||t.nodeType!==Pi)throw Ua(),is;return t.data}m();m();m();m();function Gh(t){return t===this.v}function Xw(t,e){return t!=t?e==e:t!==e||t!==null&&typeof t=="object"||typeof t=="function"}function jh(t){return!Xw(t,this.v)}m();var kt=!1,ss=!1,Xi=!1;m();m();m();var Bu=null;function ur(t,e){return t.label=e,zh(t.v,e),t}function zh(t,e){var r;return(r=t==null?void 0:t[Bh])==null||r.call(t,e),t}m();function Ki(t){let e=new Error,r=Y5();return r.length===0?null:(r.unshift(` +`),or(e,"stack",{value:r.join(` +`)}),or(e,"name",{value:t}),e)}function Y5(){let t=Error.stackTraceLimit;Error.stackTraceLimit=1/0;let e=new Error().stack;if(Error.stackTraceLimit=t,!e)return[];let r=e.split(` +`),i=[];for(let n=0;n{e===ja&&FR()})}ja.push(t)}function IR(){for(;ja.length>0;)FR()}m();var Kw=new WeakMap;function qh(t){var e=Z;if(e===null)return oe.f|=8388608,t;if(I&&t instanceof Error&&!Kw.has(t)&&Kw.set(t,X5(t,e)),!(e.f&32768)&&!(e.f&4))throw I&&!e.parent&&t instanceof Error&&MR(t),t;Ri(t,e)}function Ri(t,e){for(;e!==null;){if(e.f&128){if(!(e.f&32768))throw t;try{e.b.error(t);return}catch(r){t=r}}e=e.parent}throw I&&t instanceof Error&&MR(t),t}function X5(t,e){var a,o,l;let r=Ur(t,"message");if(!(r&&!r.configurable)){for(var i=Uu?" ":" ",n=` +${i}in ${((a=e.fn)==null?void 0:a.name)||""}`,s=e.ctx;s!==null;)n+=` +${i}in ${(o=s.function)==null?void 0:o[Ti].split("/").pop()}`,s=s.p;return{message:t.message+` +${n} +`,stack:(l=t.stack)==null?void 0:l.split(` +`).filter(c=>!c.includes("svelte/src/internal")).join(` +`)}}}function MR(t){let e=Kw.get(t);e&&(or(t,"message",{value:e.message}),or(t,"stack",{value:e.stack}))}m();m();var Z5=-7169;function Ge(t,e){t.f=t.f&Z5|e}function Yl(t){t.f&512||t.deps===null?Ge(t,1024):Ge(t,4096)}function DR(t){if(t!==null)for(let e of t)!(e.f&2)||!(e.f&65536)||(e.f^=65536,DR(e.deps))}function Yh(t,e,r){t.f&2048?e.add(t):t.f&4096&&r.add(t),DR(t.deps),Ge(t,1024)}m();m();m();var OR=!1,Xh=!1,UZ=Symbol();function Qw(t){var e=Xh;try{return Xh=!1,[t(),Xh]}finally{Xh=e}}m();var Pn=new Set,le=null,ju=null,Ct=null,e0=null,Va=!1,Jw=!1,qa=null,Gu=null,LR=0,J5=I?new Set:null,e4=1,Zl,Kl,Ya,ls,Rn,Vu,Gr,zu,Vs,cs,$n,Ql,Jl,zs,yt,Zh,BR,Kh,t0,Qh,HR,Jh=class Jh{constructor(){pe(this,yt);Ve(this,"id",e4++);Ve(this,"current",new Map);Ve(this,"previous",new Map);pe(this,Zl,new Set);pe(this,Kl,new Set);pe(this,Ya,new Set);pe(this,ls,new Map);pe(this,Rn,new Map);pe(this,Vu,null);pe(this,Gr,[]);pe(this,zu,[]);pe(this,Vs,new Set);pe(this,cs,new Set);pe(this,$n,new Map);pe(this,Ql,new Set);Ve(this,"is_fork",!1);pe(this,Jl,!1);pe(this,zs,new Set)}skip_effect(e){R(this,$n).has(e)||R(this,$n).set(e,{d:[],m:[]}),R(this,Ql).delete(e)}unskip_effect(e,r=i=>this.schedule(i)){var i=R(this,$n).get(e);if(i){R(this,$n).delete(e);for(var n of i.d)Ge(n,2048),r(n);for(n of i.m)Ge(n,4096),r(n)}R(this,Ql).add(e)}capture(e,r,i=!1){e.v!==Ze&&!this.previous.has(e)&&this.previous.set(e,e.v),e.f&8388608||(this.current.set(e,[r,i]),Ct==null||Ct.set(e,r)),this.is_fork||(e.v=r)}activate(){le=this}deactivate(){le=null,Ct=null}flush(){var e=I?new Set:null;try{Jw=!0,le=this,Me(this,yt,Kh).call(this)}finally{if(LR=0,e0=null,qa=null,Gu=null,Jw=!1,le=null,Ct=null,us.clear(),I)for(let r of e)r.updated=null}}discard(){for(let e of R(this,Kl))e(this);R(this,Kl).clear(),R(this,Ya).clear(),Pn.delete(this)}register_created_effect(e){R(this,zu).push(e)}increment(e,r){var n,s;let i=(n=R(this,ls).get(r))!=null?n:0;if(R(this,ls).set(r,i+1),e){let a=(s=R(this,Rn).get(r))!=null?s:0;R(this,Rn).set(r,a+1)}}decrement(e,r,i){var s,a;let n=(s=R(this,ls).get(r))!=null?s:0;if(n===1?R(this,ls).delete(r):R(this,ls).set(r,n-1),e){let o=(a=R(this,Rn).get(r))!=null?a:0;o===1?R(this,Rn).delete(r):R(this,Rn).set(r,o-1)}R(this,Jl)||i||(we(this,Jl,!0),It(()=>{we(this,Jl,!1),this.flush()}))}transfer_effects(e,r){for(let i of e)R(this,Vs).add(i);for(let i of r)R(this,cs).add(i);e.clear(),r.clear()}oncommit(e){R(this,Zl).add(e)}ondiscard(e){R(this,Kl).add(e)}on_fork_commit(e){R(this,Ya).add(e)}run_fork_commit_callbacks(){for(let e of R(this,Ya))e(this);R(this,Ya).clear()}settled(){var e;return((e=R(this,Vu))!=null?e:we(this,Vu,Nh())).promise}static ensure(){if(le===null){let e=le=new Jh;Jw||(Pn.add(le),Va||It(()=>{le===e&&e.flush()}))}return le}apply(){if(!kt||!this.is_fork&&Pn.size===1){Ct=null;return}Ct=new Map;for(let[i,[n]]of this.current)Ct.set(i,n);for(let i of Pn)if(!(i===this||i.is_fork)){var e=!1,r=!1;if(i.id0},BR=function(){for(let i of R(this,zs))for(let n of R(i,Rn).keys()){for(var e=!1,r=n;r.parent!==null;){if(R(this,$n).has(r)){e=!0;break}r=r.parent}if(!e)return!0}return!1},Kh=function(){var o,l;if(LR++>1e3&&(Pn.delete(this),t4()),!Me(this,yt,Zh).call(this)){for(let c of R(this,Vs))R(this,cs).delete(c),Ge(c,2048),this.schedule(c);for(let c of R(this,cs))Ge(c,4096),this.schedule(c)}let e=R(this,Gr);we(this,Gr,[]),this.apply();var r=qa=[],i=[],n=Gu=[];for(let c of e)try{Me(this,yt,t0).call(this,c,r,i)}catch(u){throw jR(c),u}if(le=null,n.length>0){var s=Jh.ensure();for(let c of n)s.schedule(c)}if(qa=null,Gu=null,Me(this,yt,Zh).call(this)||Me(this,yt,BR).call(this)){Me(this,yt,Qh).call(this,i),Me(this,yt,Qh).call(this,r);for(let[c,u]of R(this,$n))GR(c,u)}else{R(this,ls).size===0&&Pn.delete(this),R(this,Vs).clear(),R(this,cs).clear();for(let c of R(this,Zl))c(this);R(this,Zl).clear(),ju=this,NR(i),NR(r),ju=null,(o=R(this,Vu))==null||o.resolve()}var a=le;if(R(this,Gr).length>0){let c=a!=null?a:a=this;R(c,Gr).push(...R(this,Gr).filter(u=>!R(c,Gr).includes(u)))}if(a!==null){if(Pn.add(a),I)for(let c of this.current.keys())J5.add(c);Me(l=a,yt,Kh).call(l)}kt&&!Pn.has(this)&&Me(this,yt,HR).call(this)},t0=function(e,r,i){e.f^=1024;for(var n=e.first;n!==null;){var s=n.f,a=(s&96)!==0,o=a&&(s&1024)!==0,l=o||(s&8192)!==0||R(this,$n).has(n);if(!l&&n.fn!==null){a?n.f^=1024:s&4?r.push(n):kt&&s&16777224?i.push(n):Ws(n)&&(s&16&&R(this,cs).add(n),Fn(n));var c=n.first;if(c!==null){n=c;continue}}for(;n!==null;){var u=n.next;if(u!==null){n=u;break}n=n.parent}}},Qh=function(e){for(var r=0;r!this.current.has(p));if(n.length===0)e&&h.discard();else if(r.length>0){if(I&&$R(R(h,Gr).length===0,"Batch has scheduled roots"),e)for(let p of R(this,Ql))h.unskip_effect(p,g=>{var v;g.f&4194320?h.schedule(g):Me(v=h,yt,Qh).call(v,[g])});h.activate();var s=new Set,a=new Map;for(var o of r)UR(o,n,s,a);a=new Map;var l=[...h.current.keys()].filter(p=>this.current.has(p)?this.current.get(p)[0]!==p:!0);for(let p of R(this,zu))!(p.f&155648)&&r0(p,l,a)&&(p.f&4194320?(Ge(p,2048),h.schedule(p)):R(h,Vs).add(p));if(R(h,Gr).length>0){h.apply();for(var c of R(h,Gr))Me(u=h,yt,t0).call(u,c,[],[]);we(h,Gr,[])}h.deactivate()}}for(let h of Pn)R(h,zs).has(this)&&(R(h,zs).delete(this),R(h,zs).size===0&&!Me(f=h,yt,Zh).call(f)&&(h.activate(),Me(d=h,yt,Kh).call(d)))};var ni=Jh;function Za(t){var e=Va;Va=!0;try{var r;for(t&&(le!==null&&!le.is_fork&&le.flush(),r=t());;){if(IR(),le===null)return r;le.flush()}}finally{Va=e}}function t4(){var r;if(I){var t=new Map;for(let i of le.current.keys())for(let[n,s]of(r=i.updated)!=null?r:[]){var e=t.get(n);e||(e={error:s.error,count:0},t.set(n,e)),e.count+=s.count}for(let i of t.values())i.error&&console.error(i.error)}try{pR()}catch(i){I&&or(i,"stack",{value:""}),Ri(i,e0)}}var jr=null;function NR(t){var e=t.length;if(e!==0){for(var r=0;r0)){us.clear();for(let n of jr){if(n.f&24576)continue;let s=[n],a=n.parent;for(;a!==null;)jr.has(a)&&(jr.delete(a),s.push(a)),a=a.parent;for(let o=s.length-1;o>=0;o--){let l=s[o];l.f&24576||Fn(l)}}jr.clear()}}jr=null}}function UR(t,e,r,i){if(!r.has(t)&&(r.add(t),t.reactions!==null))for(let n of t.reactions){let s=n.f;s&2?UR(n,e,r,i):s&4194320&&!(s&2048)&&r0(n,e,i)&&(Ge(n,2048),Wu(n))}}function r0(t,e,r){let i=r.get(t);if(i!==void 0)return i;if(t.deps!==null)for(let n of t.deps){if(Yi.call(e,n))return!0;if(n.f&2&&r0(n,e,r))return r.set(n,!0),!0}return r.set(t,!1),!1}function Wu(t){le.schedule(t)}function GR(t,e){if(!(t.f&32&&t.f&1024)){t.f&2048?e.d.push(t):t.f&4096&&e.m.push(t),Ge(t,1024);for(var r=t.first;r!==null;)GR(r,e),r=r.next}}function jR(t){Ge(t,1024);for(var e=t.first;e!==null;)jR(e),e=e.next}m();m();m();m();function zR(t){let e=0,r=pr(0),i;return I&&ur(r,"createSubscriber version"),()=>{js()&&($(r),nr(()=>(e===0&&(i=We(()=>t(()=>Ka(r)))),e+=1,()=>{It(()=>{e-=1,e===0&&(i==null||i(),i=void 0,Ka(r))})})))}}var i4=589824;function l0(t,e,r,i){new n0(t,e,r,i)}var si,qu,Fi,Qa,Vr,Ii,kr,ai,fs,Ja,qs,tc,Yu,Xu,In,np,tt,WR,qR,YR,s0,rp,ip,a0,o0,n0=class{constructor(e,r,i,n){pe(this,tt);Ve(this,"parent");Ve(this,"is_pending",!1);Ve(this,"transform_error");pe(this,si);pe(this,qu,ie?me:null);pe(this,Fi);pe(this,Qa);pe(this,Vr);pe(this,Ii,null);pe(this,kr,null);pe(this,ai,null);pe(this,fs,null);pe(this,Ja,0);pe(this,qs,0);pe(this,tc,!1);pe(this,Yu,new Set);pe(this,Xu,new Set);pe(this,In,null);pe(this,np,zR(()=>(we(this,In,pr(R(this,Ja))),I&&ur(R(this,In),"$effect.pending()"),()=>{we(this,In,null)})));var s,a;we(this,si,e),we(this,Fi,r),we(this,Qa,o=>{var l=Z;l.b=this,l.f|=128,i(o)}),this.parent=Z.b,this.transform_error=(a=n!=null?n:(s=this.parent)==null?void 0:s.transform_error)!=null?a:o=>o,we(this,Vr,oi(()=>{if(ie){let o=R(this,qu);cr();let l=o.data===Ba;if(o.data.startsWith(Bw)){let u=JSON.parse(o.data.slice(Bw.length));Me(this,tt,qR).call(this,u)}else l?Me(this,tt,YR).call(this):Me(this,tt,WR).call(this)}else Me(this,tt,s0).call(this)},i4)),ie&&we(this,si,me)}defer_effect(e){Yh(e,R(this,Yu),R(this,Xu))}is_rendered(){return!this.is_pending&&(!this.parent||this.parent.is_rendered())}has_pending_snippet(){return!!R(this,Fi).pending}update_pending_count(e,r){Me(this,tt,a0).call(this,e,r),we(this,Ja,R(this,Ja)+e),!(!R(this,In)||R(this,tc))&&(we(this,tc,!0),It(()=>{we(this,tc,!1),R(this,In)&&en(R(this,In),R(this,Ja))}))}get_effect_pending(){return R(this,np).call(this),$(R(this,In))}error(e){var r;if(!R(this,Fi).onerror&&!R(this,Fi).failed)throw e;(r=le)!=null&&r.is_fork?(R(this,Ii)&&le.skip_effect(R(this,Ii)),R(this,kr)&&le.skip_effect(R(this,kr)),R(this,ai)&&le.skip_effect(R(this,ai)),le.on_fork_commit(()=>{Me(this,tt,o0).call(this,e)})):Me(this,tt,o0).call(this,e)}};si=new WeakMap,qu=new WeakMap,Fi=new WeakMap,Qa=new WeakMap,Vr=new WeakMap,Ii=new WeakMap,kr=new WeakMap,ai=new WeakMap,fs=new WeakMap,Ja=new WeakMap,qs=new WeakMap,tc=new WeakMap,Yu=new WeakMap,Xu=new WeakMap,In=new WeakMap,np=new WeakMap,tt=new WeakSet,WR=function(){try{we(this,Ii,qt(()=>R(this,Qa).call(this,R(this,si))))}catch(e){this.error(e)}},qR=function(e){let r=R(this,Fi).failed;r&&we(this,ai,qt(()=>{r(R(this,si),()=>e,()=>()=>{})}))},YR=function(){let e=R(this,Fi).pending;e&&(this.is_pending=!0,we(this,kr,qt(()=>e(R(this,si)))),It(()=>{var r=we(this,fs,document.createDocumentFragment()),i=Lt();r.append(i),we(this,Ii,Me(this,tt,ip).call(this,()=>qt(()=>R(this,Qa).call(this,i)))),R(this,qs)===0&&(R(this,si).before(r),we(this,fs,null),Mn(R(this,kr),()=>{we(this,kr,null)}),Me(this,tt,rp).call(this,le))}))},s0=function(){try{if(this.is_pending=this.has_pending_snippet(),we(this,qs,0),we(this,Ja,0),we(this,Ii,qt(()=>{R(this,Qa).call(this,R(this,si))})),R(this,qs)>0){var e=we(this,fs,document.createDocumentFragment());rc(R(this,Ii),e);let r=R(this,Fi).pending;we(this,kr,qt(()=>r(R(this,si))))}else Me(this,tt,rp).call(this,le)}catch(r){this.error(r)}},rp=function(e){this.is_pending=!1,e.transfer_effects(R(this,Yu),R(this,Xu))},ip=function(e){var r=Z,i=oe,n=ye;Ot(R(this,Vr)),Dt(R(this,Vr)),as(R(this,Vr).ctx);try{return ni.ensure(),e()}catch(s){return qh(s),null}finally{Ot(r),Dt(i),as(n)}},a0=function(e,r){var i;if(!this.has_pending_snippet()){this.parent&&Me(i=this.parent,tt,a0).call(i,e,r);return}we(this,qs,R(this,qs)+e),R(this,qs)===0&&(Me(this,tt,rp).call(this,r),R(this,kr)&&Mn(R(this,kr),()=>{we(this,kr,null)}),R(this,fs)&&(R(this,si).before(R(this,fs)),we(this,fs,null)))},o0=function(e){R(this,Ii)&&(mt(R(this,Ii)),we(this,Ii,null)),R(this,kr)&&(mt(R(this,kr)),we(this,kr,null)),R(this,ai)&&(mt(R(this,ai)),we(this,ai,null)),ie&&(Ue(R(this,qu)),Ga(),Ue(An()));var r=R(this,Fi).onerror;let i=R(this,Fi).failed;var n=!1,s=!1;let a=()=>{if(n){TR();return}n=!0,s&&yR(),R(this,ai)!==null&&Mn(R(this,ai),()=>{we(this,ai,null)}),Me(this,tt,ip).call(this,()=>{Me(this,tt,s0).call(this)})},o=l=>{try{s=!0,r==null||r(l,a),s=!1}catch(c){Ri(c,R(this,Vr)&&R(this,Vr).parent)}i&&we(this,ai,Me(this,tt,ip).call(this,()=>{try{return qt(()=>{var c=Z;c.b=this,c.f|=128,i(R(this,si),()=>l,()=>a)})}catch(c){return Ri(c,R(this,Vr).parent),null}}))};It(()=>{var l;try{l=this.transform_error(e)}catch(c){Ri(c,R(this,Vr)&&R(this,Vr).parent);return}l!==null&&typeof l=="object"&&typeof l.then=="function"?l.then(o,c=>Ri(c,R(this,Vr)&&R(this,Vr).parent)):o(l)})};function sp(t,e,r,i){let n=Tn()?eo:to;var s=t.filter(d=>!d.settled);if(r.length===0&&s.length===0){i(e.map(n));return}var a=Z,o=XR(),l=s.length===1?s[0].promise:s.length>1?Promise.all(s.map(d=>d.promise)):null;function c(d){o();try{i(d)}catch(h){a.f&16384||Ri(h,a)}ic()}if(r.length===0){l.then(()=>c(e.map(n)));return}var u=Zu();function f(){Promise.all(r.map(d=>u0(d))).then(d=>c([...e.map(n),...d])).catch(d=>Ri(d,a)).finally(()=>u())}l?l.then(()=>{o(),f(),ic()}):f()}function XR(){var t=Z,e=oe,r=ye,i=le;if(I)var n=Cn;return function(a=!0){Ot(t),Dt(e),as(r),a&&!(t.f&16384)&&(i==null||i.activate(),i==null||i.apply()),I&&(c0(null),ql(n))}}function ic(t=!0){var e;Ot(null),Dt(null),as(null),t&&((e=le)==null||e.deactivate()),I&&(c0(null),ql(null))}function Zu(){var t=Z,e=t.b,r=le,i=e.is_rendered();return e.update_pending_count(1,r),r.increment(i,t),(n=!1)=>{e.update_pending_count(-1,r),r.decrement(i,t,n)}}var Wr=null;function c0(t){Wr=t}var Ku=new Set;function eo(t){var e=2050;Z!==null&&(Z.f|=524288);let r={ctx:ye,deps:null,effects:null,equals:Gh,f:e,fn:t,reactions:null,rv:0,v:Ze,wv:0,parent:Z,ac:null};return I&&Xi&&(r.created=Ki("created at")),r}function u0(t,e,r){let i=Z;i===null&&lR();var n=void 0,s=pr(Ze);I&&(s.label=e);var a=!oe,o=new Map;return QR(()=>{var h;var l=Z;I&&(Wr={effect:l,effect_deps:new Set,warned:!1});var c=Nh();n=c.promise;try{Promise.resolve(t()).then(c.resolve,c.reject).finally(ic)}catch(p){c.reject(p),ic()}if(I){if(Wr){if(l.deps!==null)for(let p=0;p{if(I&&(Wr=null),f){var v=g===ri;f(v)}if(!(g===ri||l.f&16384)){if(u.activate(),g)s.f|=8388608,en(s,g);else{s.f&8388608&&(s.f^=8388608),en(s,p);for(let[_,b]of o){if(o.delete(_),_===u)break;b.reject(ri)}I&&r!==void 0&&(Ku.add(s),setTimeout(()=>{Ku.has(s)&&(ER(s.label,r),Ku.delete(s))}))}u.deactivate()}};c.promise.then(d,p=>d(null,p||"unknown"))}),dr(()=>{for(let l of o.values())l.reject(ri)}),I&&(s.f|=4194304),new Promise(l=>{function c(u){function f(){u===n?l(s):c(n)}u.then(f,f)}c(n)})}function ut(t){let e=eo(t);return kt||op(e),e}function to(t){let e=eo(t);return e.equals=jh,e}function ZR(t){var e=t.effects;if(e!==null){t.effects=null;for(var r=0;r5){let l=Ki("updated at");if(l!==null){let c=t.updated.get(l.stack);c||(c={error:l,count:0},t.updated.set(l.stack,c)),c.count++}}}Z!==null&&(t.set_during_effect=!0)}if(t.f&2){let o=t;t.f&2048&&Qu(o),Ct===null&&Yl(o)}t.wv=ec(),e$(t,2048,r),Tn()&&Z!==null&&Z.f&1024&&!(Z.f&96)&&(ui===null?t$([t]):ui.push(t)),!i.is_fork&&ro.size>0&&!p0&&tp()}return e}function tp(){p0=!1;for(let t of ro)t.f&1024&&Ge(t,4096),Ws(t)&&Fn(t);ro.clear()}function Ka(t){se(t,t.v+1)}function e$(t,e,r){var d;var i=t.reactions;if(i!==null)for(var n=Tn(),s=i.length,a=0;a{if(Ys===a)return f();var d=oe,h=Ys;Dt(null),m0(a);var p=f();return Dt(d),m0(h),p};i&&(r.set("length",Oe(t.length,s)),I&&(t=o4(t)));var l="";let c=!1;function u(f){if(!c){c=!0,l=f,ur(n,`${l} version`);for(let[d,h]of r)ur(h,no(l,d));c=!1}}return new Proxy(t,{defineProperty(f,d,h){(!("value"in h)||h.configurable===!1||h.enumerable===!1||h.writable===!1)&&wR();var p=r.get(d);return p===void 0?o(()=>{var g=Oe(h.value,s);return r.set(d,g),I&&typeof d=="string"&&ur(g,no(l,d)),g}):se(p,h.value,!0),!0},deleteProperty(f,d){var h=r.get(d);if(h===void 0){if(d in f){let p=o(()=>Oe(Ze,s));r.set(d,p),Ka(n),I&&ur(p,no(l,d))}}else se(h,Ze),Ka(n);return!0},get(f,d,h){var _;if(d===Jt)return t;if(I&&d===Bh)return u;var p=r.get(d),g=d in f;if(p===void 0&&(!g||(_=Ur(f,d))!=null&&_.writable)&&(p=o(()=>{var b=Qe(g?f[d]:Ze),S=Oe(b,s);return I&&ur(S,no(l,d)),S}),r.set(d,p)),p!==void 0){var v=$(p);return v===Ze?void 0:v}return Reflect.get(f,d,h)},getOwnPropertyDescriptor(f,d){var h=Reflect.getOwnPropertyDescriptor(f,d);if(h&&"value"in h){var p=r.get(d);p&&(h.value=$(p))}else if(h===void 0){var g=r.get(d),v=g==null?void 0:g.v;if(g!==void 0&&v!==Ze)return{enumerable:!0,configurable:!0,value:v,writable:!0}}return h},has(f,d){var v;if(d===Jt)return!0;var h=r.get(d),p=h!==void 0&&h.v!==Ze||Reflect.has(f,d);if(h!==void 0||Z!==null&&(!p||(v=Ur(f,d))!=null&&v.writable)){h===void 0&&(h=o(()=>{var _=p?Qe(f[d]):Ze,b=Oe(_,s);return I&&ur(b,no(l,d)),b}),r.set(d,h));var g=$(h);if(g===Ze)return!1}return p},set(f,d,h,p){var w;var g=r.get(d),v=d in f;if(i&&d==="length")for(var _=h;_Oe(Ze,s)),r.set(_+"",b),I&&ur(b,no(l,_)))}if(g===void 0)(!v||(w=Ur(f,d))!=null&&w.writable)&&(g=o(()=>Oe(void 0,s)),I&&ur(g,no(l,d)),se(g,Qe(h)),r.set(d,g));else{v=g.v!==Ze;var S=o(()=>Qe(h));se(g,S)}var k=Reflect.getOwnPropertyDescriptor(f,d);if(k!=null&&k.set&&k.set.call(p,h),!v){if(i&&typeof d=="string"){var E=r.get("length"),A=Number(d);Number.isInteger(A)&&A>=E.v&&se(E,A+1)}Ka(n)}return!0},ownKeys(f){$(n);var d=Reflect.ownKeys(f).filter(g=>{var v=r.get(g);return v===void 0||v.v!==Ze});for(var[h,p]of r)p.v!==Ze&&!(h in f)&&d.push(h);return d},setPrototypeOf(){_R()}})}function no(t,e){var r;return typeof e=="symbol"?`${t}[Symbol(${(r=e.description)!=null?r:""})]`:s4.test(e)?`${t}.${e}`:/^\d+$/.test(e)?`${t}[${e}]`:`${t}['${e}']`}function lp(t){try{if(t!==null&&typeof t=="object"&&Jt in t)return t[Jt]}catch(e){}return t}var a4=new Set(["copyWithin","fill","pop","push","reverse","shift","sort","splice","unshift"]);function o4(t){return new Proxy(t,{get(e,r,i){var n=Reflect.get(e,r,i);return a4.has(r)?function(...s){JR();var a=n.apply(this,s);return tp(),a}:n}})}function r$(){let t=Array.prototype,e=Array.__svelte_cleanup;e&&e();let{indexOf:r,lastIndexOf:i,includes:n}=t;t.indexOf=function(s,a){let o=r.call(this,s,a);if(o===-1){for(let l=a!=null?a:0;l{t.indexOf=r,t.lastIndexOf=i,t.includes=n}}var g0,i$,Uu,n$,s$;function cp(){if(g0===void 0){g0=window,i$=document,Uu=/Firefox/.test(navigator.userAgent);var t=Element.prototype,e=Node.prototype,r=Text.prototype;n$=Ur(e,"firstChild").get,s$=Ur(e,"nextSibling").get,jw(t)&&(t.__click=void 0,t.__className=void 0,t.__attributes=null,t.__style=void 0,t.__e=void 0),jw(r)&&(r.__t=void 0),I&&(t.__svelte_meta=null,r$())}}function Lt(t=""){return document.createTextNode(t)}function sr(t){return n$.call(t)}function tr(t){return s$.call(t)}function j(t,e){if(!ie)return sr(t);var r=sr(me);if(r===null)r=me.appendChild(Lt());else if(e&&r.nodeType!==Wl){var i=Lt();return r==null||r.before(i),Ue(i),i}return e&&fp(r),Ue(r),r}function Mi(t,e=!1){var n,s;if(!ie){var r=sr(t);return r instanceof Comment&&r.data===""?tr(r):r}if(e){if(((n=me)==null?void 0:n.nodeType)!==Wl){var i=Lt();return(s=me)==null||s.before(i),Ue(i),i}fp(me)}return me}function te(t,e=1,r=!1){let i=ie?me:t;for(var n;e--;)n=i,i=tr(i);if(!ie)return i;if(r){if((i==null?void 0:i.nodeType)!==Wl){var s=Lt();return i===null?n==null||n.after(s):i.before(s),Ue(s),s}fp(i)}return Ue(i),i}function sc(t){t.textContent=""}function up(){if(!kt||jr!==null)return!1;var t=Z.f;return(t&32768)!==0}function On(t,e,r){let i=r?{is:r}:void 0;return document.createElementNS(e!=null?e:Dh,t,i)}function fp(t){if(t.nodeValue.length<65536)return;let e=t.nextSibling;for(;e!==null&&e.nodeType===Wl;)e.remove(),t.nodeValue+=e.nodeValue,e=t.nextSibling}m();m();function v0(t){ie&&sr(t)!==null&&sc(t)}var a$=!1;function w0(){a$||(a$=!0,document.addEventListener("reset",t=>{Promise.resolve().then(()=>{var e;if(!t.defaultPrevented)for(let r of t.target.elements)(e=r.__on_r)==null||e.call(r)})},{capture:!0}))}function tn(t){var e=oe,r=Z;Dt(null),Ot(null);try{return t()}finally{Dt(e),Ot(r)}}function _0(t,e,r,i=r){t.addEventListener(e,()=>tn(r));let n=t.__on_r;n?t.__on_r=()=>{n(),i(!0)}:t.__on_r=()=>i(!0),w0()}function l$(t){Z===null&&(oe===null&&hR(t),dR()),li&&fR(t)}function c4(t,e){var r=e.last;r===null?e.last=e.first=t:(r.next=t,t.prev=r,e.last=t)}function Ln(t,e){var a,o;var r=Z;if(I)for(;r!==null&&r.f&131072;)r=r.parent;r!==null&&r.f&8192&&(t|=8192);var i={ctx:ye,deps:null,nodes:null,f:t|2048|512,first:null,fn:e,last:null,next:null,parent:r,b:r&&r.b,prev:null,teardown:null,wv:0,ac:null};I&&(i.component_function=Qi),(a=le)==null||a.register_created_effect(i);var n=i;if(t&4)qa!==null?qa.push(i):ni.ensure().schedule(i);else if(e!==null){try{Fn(i)}catch(l){throw mt(i),l}n.deps===null&&n.teardown===null&&n.nodes===null&&n.first===n.last&&!(n.f&524288)&&(n=n.first,t&16&&t&65536&&n!==null&&(n.f|=65536))}if(n!==null&&(n.parent=r,r!==null&&c4(n,r),oe!==null&&oe.f&2&&!(t&64))){var s=oe;((o=s.effects)!=null?o:s.effects=[]).push(n)}return i}function js(){return oe!==null&&!Cr}function dr(t){let e=Ln(8,null);return Ge(e,1024),e.teardown=t,e}function mr(t){var n;l$("$effect"),I&&or(t,"name",{value:"$effect"});var e=Z.f,r=!oe&&(e&32)!==0&&(e&32768)===0;if(r){var i=ye;((n=i.e)!=null?n:i.e=[]).push(t)}else return Zw(t)}function Zw(t){return Ln(1048580,t)}function y0(t){ni.ensure();let e=Ln(524352,t);return()=>{mt(e)}}function c$(t){ni.ensure();let e=Ln(524352,t);return(r={})=>new Promise(i=>{r.outro?Mn(e,()=>{mt(e),i(void 0)}):(mt(e),i(void 0))})}function qr(t){return Ln(4,t)}function QR(t){return Ln(4718592,t)}function nr(t,e=0){return Ln(8|e,t)}function Be(t,e=[],r=[],i=[]){sp(i,e,r,n=>{Ln(8,()=>t(...n.map($)))})}function oi(t,e=0){var r=Ln(16|e,t);return I&&(r.dev_stack=Cn),r}function qt(t){return Ln(524320,t)}function x0(t){var e=t.teardown;if(e!==null){let r=li,i=oe;b0(!0),Dt(null);try{e.call(null)}finally{b0(r),Dt(i)}}}function Ju(t,e=!1){var r=t.first;for(t.first=t.last=null;r!==null;){let n=r.ac;n!==null&&tn(()=>{n.abort(ri)});var i=r.next;r.f&64?r.parent=null:mt(r,e),r=i}}function u$(t){for(var e=t.first;e!==null;){var r=e.next;e.f&32||mt(e),e=r}}function mt(t,e=!0){var r=!1;(e||t.f&262144)&&t.nodes!==null&&t.nodes.end!==null&&(f$(t.nodes.start,t.nodes.end),r=!0),Ge(t,33554432),Ju(t,e&&!r),io(t,0);var i=t.nodes&&t.nodes.t;if(i!==null)for(let s of i)s.stop();x0(t),t.f^=33554432,t.f|=16384;var n=t.parent;n!==null&&n.first!==null&&i0(t),I&&(t.component_function=null),t.next=t.prev=t.teardown=t.ctx=t.deps=t.fn=t.nodes=t.ac=t.b=null}function f$(t,e){for(;t!==null;){var r=t===e?null:tr(t);t.remove(),t=r}}function i0(t){var e=t.parent,r=t.prev,i=t.next;r!==null&&(r.next=i),i!==null&&(i.prev=r),e!==null&&(e.first===t&&(e.first=i),e.last===t&&(e.last=r))}function Mn(t,e,r=!0){var i=[];d$(t,i,!0);var n=()=>{r&&mt(t),e&&e()},s=i.length;if(s>0){var a=()=>--s||n();for(var o of i)o.out(a)}else n()}function d$(t,e,r){if(!(t.f&8192)){t.f^=8192;var i=t.nodes&&t.nodes.t;if(i!==null)for(let o of i)(o.is_global||r)&&e.push(o);for(var n=t.first;n!==null;){var s=n.next;if(!(n.f&64)){var a=(n.f&65536)!==0||(n.f&32)!==0&&(t.f&16)!==0;d$(n,e,a?r:!1)}n=s}}}function ef(t){h$(t,!0)}function h$(t,e){if(t.f&8192){t.f^=8192,t.f&1024||(Ge(t,2048),ni.ensure().schedule(t));for(var r=t.first;r!==null;){var i=r.next,n=(r.f&65536)!==0||(r.f&32)!==0;h$(r,n?e:!1),r=i}var s=t.nodes&&t.nodes.t;if(s!==null)for(let a of s)(a.is_global||e)&&a.in()}}function rc(t,e){if(t.nodes)for(var r=t.nodes.start,i=t.nodes.end;r!==null;){var n=r===i?null:tr(r);e.append(r),r=n}}m();var p$=null;var hp=!1,li=!1;function b0(t){li=t}var oe=null,Cr=!1;function Dt(t){oe=t}var Z=null;function Ot(t){Z=t}var ci=null;function op(t){oe!==null&&(!kt||oe.f&2)&&(ci===null?ci=[t]:ci.push(t))}var Yt=null,Ar=0,ui=null;function t$(t){ui=t}var m$=1,so=0,Ys=so;function m0(t){Ys=t}function ec(){return++m$}function Ws(t){var e=t.f;if(e&2048)return!0;if(e&2&&(t.f&=-65537),e&4096){for(var r=t.deps,i=r.length,n=0;nt.wv)return!0}e&512&&Ct===null&&Ge(t,1024)}return!1}function g$(t,e,r=!0){var i=t.reactions;if(i!==null&&!(!kt&&ci!==null&&Yi.call(ci,t)))for(var n=0;n{t.ac.abort(ri)}),t.ac=null);try{t.f|=2097152;var u=t.fn,f=u();t.f|=32768;var d=t.deps,h=(g=le)==null?void 0:g.is_fork;if(Yt!==null){var p;if(h||io(t,Ar),d!==null&&Ar>0)for(d.length=Ar+Yt.length,p=0;p{requestAnimationFrame(()=>t()),setTimeout(()=>t())});await Promise.resolve(),Za()}function $(t){var h,p,g;var e=t.f,r=(e&2)!==0;if((h=p$)==null||h.add(t),oe!==null&&!Cr){var i=Z!==null&&(Z.f&16384)!==0;if(!i&&(ci===null||!Yi.call(ci,t))){var n=oe.deps;if(oe.f&2097152)t.rvr==null?void 0:r.call(this,s))}return t.startsWith("pointer")||t.startsWith("touch")||t==="wheel"?It(()=>{e.addEventListener(t,n,i)}):e.addEventListener(t,n,i),n}function fi(t,e,r,i,n){var s={capture:i,passive:n},a=b$(t,e,r,s);(e===document.body||e===window||e===document||e instanceof HTMLMediaElement)&&dr(()=>{e.removeEventListener(t,a,s)})}function de(t,e,r){var i;((i=e[ao])!=null?i:e[ao]={})[t]=r}function Tt(t){for(var e=0;e{throw b});throw d}}finally{t[ao]=e,delete t.currentTarget,Dt(u),Ot(f)}}}m();m();var y$,S0=((y$=globalThis==null?void 0:globalThis.window)==null?void 0:y$.trustedTypes)&&globalThis.window.trustedTypes.createPolicy("svelte-trusted-html",{createHTML:t=>t});function x$(t){var e;return(e=S0==null?void 0:S0.createHTML(t))!=null?e:t}function k0(t){var e=On("template");return e.innerHTML=x$(t.replaceAll("","")),e.content}function Nn(t,e){var r=Z;r.nodes===null&&(r.nodes={start:t,end:e,a:null,t:null})}function he(t,e){var r=(e&1)!==0,i=(e&2)!==0,n,s=!t.startsWith("");return()=>{if(ie)return Nn(me,null),me;n===void 0&&(n=k0(s?t:""+t),r||(n=sr(n)));var a=i||Uu?document.importNode(n,!0):n.cloneNode(!0);if(r){var o=sr(a),l=a.lastChild;Nn(o,l)}else Nn(a,a);return a}}function oo(){if(ie)return Nn(me,null),me;var t=document.createDocumentFragment(),e=document.createComment(""),r=Lt();return t.append(e,r),Nn(e,r),t}function ce(t,e){if(ie){var r=Z;(!(r.f&32768)||r.nodes.end===null)&&(r.nodes.end=me),cr();return}t!==null&&t.before(e)}m();var g4=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","disabled","formnovalidate","indeterminate","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","seamless","selected","webkitdirectory","defer","disablepictureinpicture","disableremoteplayback"];var Mee=[...g4,"formNoValidate","isMap","noModule","playsInline","readOnly","value","volume","defaultValue","defaultChecked","srcObject","noValidate","allowFullscreen","disablePictureInPicture","disableRemotePlayback"];var v4=["touchstart","touchmove"];function E$(t){return v4.includes(t)}var w4=["$state","$state.raw","$derived","$derived.by"],Dee=[...w4,"$state.eager","$state.snapshot","$props","$props.id","$bindable","$effect","$effect.pre","$effect.tracking","$effect.root","$effect.pending","$inspect","$inspect().with","$inspect.trace","$host"];var wp=!0;function je(t,e){var i;var r=e==null?"":typeof e=="object"?`${e}`:e;r!==((i=t.__t)!=null?i:t.__t=t.nodeValue)&&(t.__t=r,t.nodeValue=`${r}`)}function Xs(t,e){return S$(t,e)}function T0(t,e){var a;cp(),e.intro=(a=e.intro)!=null?a:!1;let r=e.target,i=ie,n=me;try{for(var s=sr(r);s&&(s.nodeType!==Pi||s.data!==jl);)s=tr(s);if(!s)throw is;Ft(!0),Ue(s);let o=S$(t,{...e,anchor:s});return Ft(!1),o}catch(o){if(o instanceof Error&&o.message.split(` +`).some(l=>l.startsWith("https://svelte.dev/e/")))throw o;return o!==is&&console.warn("Failed to hydrate: ",o),e.recover===!1&&mR(),cp(),sc(r),Ft(!1),Xs(t,e)}finally{Ft(i),Ue(n)}}var vp=new Map;function S$(t,{target:e,anchor:r,props:i={},events:n,context:s,intro:a=!0,transformError:o}){cp();var l=void 0,c=c$(()=>{var u=r!=null?r:e.appendChild(Lt());l0(u,{pending:()=>{}},h=>{lt({});var p=ye;if(s&&(p.c=s),n&&(i.$$events=n),ie&&Nn(h,null),wp=a,l=t(h,i)||{},wp=!0,ie&&(Z.nodes.end=me,me===null||me.nodeType!==Pi||me.data!==Ha))throw Ua(),is;ct()},o);var f=new Set,d=h=>{for(var p=0;p{var v;for(var h of f)for(let _ of[e,document]){var p=vp.get(_),g=p.get(h);--g==0?(_.removeEventListener(h,gp),p.delete(h),p.size===0&&vp.delete(_)):p.set(h,g)}mp.delete(d),u!==r&&((v=u.parentNode)==null||v.removeChild(u))}});return C0.set(l,c),l}var C0=new WeakMap;function ds(t,e){let r=C0.get(t);return r?(C0.delete(t),r(e)):(I&&(Jt in t?CR():AR()),Promise.resolve())}m();m();m();var rn,Bn,di,lo,tf,rf,_p,hs=class{constructor(e,r=!0){Ve(this,"anchor");pe(this,rn,new Map);pe(this,Bn,new Map);pe(this,di,new Map);pe(this,lo,new Set);pe(this,tf,!0);pe(this,rf,e=>{if(R(this,rn).has(e)){var r=R(this,rn).get(e),i=R(this,Bn).get(r);if(i)ef(i),R(this,lo).delete(r);else{var n=R(this,di).get(r);n&&(R(this,Bn).set(r,n.effect),R(this,di).delete(r),I&&(n.fragment.lastChild[zw]=this.anchor),n.fragment.lastChild.remove(),this.anchor.before(n.fragment),i=n.effect)}for(let[s,a]of R(this,rn)){if(R(this,rn).delete(s),s===e)break;let o=R(this,di).get(a);o&&(mt(o.effect),R(this,di).delete(a))}for(let[s,a]of R(this,Bn)){if(s===r||R(this,lo).has(s))continue;let o=()=>{if(Array.from(R(this,rn).values()).includes(s)){var c=document.createDocumentFragment();rc(a,c),c.append(Lt()),R(this,di).set(s,{effect:a,fragment:c})}else mt(a);R(this,lo).delete(s),R(this,Bn).delete(s)};R(this,tf)||!i?(R(this,lo).add(s),Mn(a,o,!1)):o()}}});pe(this,_p,e=>{R(this,rn).delete(e);let r=Array.from(R(this,rn).values());for(let[i,n]of R(this,di))r.includes(i)||(mt(n.effect),R(this,di).delete(i))});this.anchor=e,we(this,tf,r)}ensure(e,r){var i=le,n=up();if(r&&!R(this,Bn).has(e)&&!R(this,di).has(e))if(n){var s=document.createDocumentFragment(),a=Lt();s.append(a),R(this,di).set(e,{effect:qt(()=>r(a)),fragment:s})}else R(this,Bn).set(e,qt(()=>r(this.anchor)));if(R(this,rn).set(i,e),n){for(let[o,l]of R(this,Bn))o===e?i.unskip_effect(l):i.skip_effect(l);for(let[o,l]of R(this,di))o===e?i.unskip_effect(l.effect):i.skip_effect(l.effect);i.oncommit(R(this,rf)),i.ondiscard(R(this,_p))}else ie&&(this.anchor=me),R(this,rf).call(this,i)}};rn=new WeakMap,Bn=new WeakMap,di=new WeakMap,lo=new WeakMap,tf=new WeakMap,rf=new WeakMap,_p=new WeakMap;if(I){let t=function(e){if(!(e in globalThis)){let r;Object.defineProperty(globalThis,e,{configurable:!0,get:()=>{if(r!==void 0)return r;vR(e)},set:i=>{r=i}})}};t("$state"),t("$effect"),t("$derived"),t("$inspect"),t("$props"),t("$bindable")}function co(t){ye===null&&Hh("onMount"),ss&&ye.l!==null?y4(ye).m.push(t):mr(()=>{let e=We(t);if(typeof e=="function")return e})}function y4(t){var r;var e=t.l;return(r=e.u)!=null?r:e.u={a:[],b:[],m:[]}}m();m();var C$=new Map;function T$(t,e){var r=C$.get(t);r||(r=new Set,C$.set(t,r)),r.add(e)}m();m();m();m();m();m();m();m();m();function Re(t,e,r=!1){var i;ie&&(i=me,cr());var n=new hs(t),s=r?65536:0;function a(o,l){if(ie){var c=Nu(i);if(o!==parseInt(c.substring(1))){var u=An();Ue(u),n.anchor=u,Ft(!1),n.ensure(o,l),Ft(!0);return}}n.ensure(o,l)}oi(()=>{var o=!1;e((l,c=0)=>{o=!0,a(c,l)}),o||a(-1,null)},s)}m();var $ie=Symbol("NaN");m();m();function hi(t,e){return e}function T4(t,e,r){var f;for(var i=[],n=e.length,s,a=e.length,o=0;o{if(s){if(s.pending.delete(d),s.done.add(d),s.pending.size===0){var h=t.outrogroups;P0(t,Vl(s.done)),h.delete(s),h.size===0&&(t.outrogroups=null)}}else a-=1},!1)}if(a===0){var l=i.length===0&&r!==null;if(l){var c=r,u=c.parentNode;sc(u),u.append(c),t.items.clear()}P0(t,e,!l)}else s={pending:new Set(e),done:new Set},((f=t.outrogroups)!=null?f:t.outrogroups=new Set).add(s)}function P0(t,e,r=!0){var i;if(t.pending.size>0){i=new Set;for(let a of t.pending.values())for(let o of a)i.add(t.items.get(o).e)}for(var n=0;n{var S=r();return ns(S)?S:S==null?[]:Vl(S)});I&&ur(f,"{#each ...}");var d,h=new Map,p=!0;function g(S){b.effect.f&16384||(b.pending.delete(S),b.fallback=u,P4(b,d,a,e,i),u!==null&&(d.length===0?u.f&33554432?(u.f^=33554432,sf(u,null,a)):ef(u):Mn(u,()=>{u=null})))}function v(S){b.pending.delete(S)}var _=oi(()=>{d=$(f);var S=d.length;let k=!1;if(ie){var E=Nu(a)===Ba;E!==(S===0)&&(a=An(),Ue(a),Ft(!1),k=!0)}for(var A=new Set,w=le,x=up(),y=0;ys(a)):(u=qt(()=>s(ac!=null?ac:ac=Lt())),u.f|=33554432)),S>A.size&&(I?$4(d,i):Yw("","","")),ie&&S>0&&Ue(An()),!p)if(h.set(w,A),x){for(let[B,ge]of o)A.has(B)||w.skip_effect(ge.e);w.oncommit(g),w.ondiscard(v)}else g(w);k&&Ft(!0),$(f)}),b={effect:_,flags:e,items:o,pending:h,outrogroups:null,fallback:u};p=!1,ie&&(a=me)}function nf(t){for(;t!==null&&!(t.f&32);)t=t.next;return t}function P4(t,e,r,i,n){var C,P,L,N,B,ge,Le,ke,ne;var s=(i&8)!==0,a=e.length,o=t.items,l=nf(t.effect.first),c,u=null,f,d=[],h=[],p,g,v,_;if(s)for(_=0;_0){var y=i&4&&a===0?r:null;if(s){for(_=0;_{var Ee,_e;if(f!==void 0)for(v of f)(_e=(Ee=v.nodes)==null?void 0:Ee.a)==null||_e.apply()})}function R4(t,e,r,i,n,s,a,o){var l=a&1?a&16?pr(r):za(r,!1,!1):null,c=a&2?pr(n):null;return I&&l&&(l.trace=()=>{var u;o()[(u=c==null?void 0:c.v)!=null?u:n]}),{v:l,i:c,e:qt(()=>(s(e,l!=null?l:r,c!=null?c:n,o),()=>{t.delete(i)}))}}function sf(t,e,r){if(t.nodes)for(var i=t.nodes.start,n=t.nodes.end,s=e&&!(e.f&33554432)?e.nodes.start:r;i!==null;){var a=tr(i);if(s.before(i),i===n)return;i=a}}function Zs(t,e,r){e===null?t.effect.first=r:e.next=r,r===null?t.effect.last=e:r.prev=e}function $4(t,e){let r=new Map,i=t.length;for(let n=0;nperformance.now():()=>Date.now(),nn={tick:t=>(Oh?requestAnimationFrame:lr)(t),now:()=>F4(),tasks:new Set};function R$(){let t=nn.now();nn.tasks.forEach(e=>{e.c(t)||(nn.tasks.delete(e),e.f())}),nn.tasks.size!==0&&nn.tick(R$)}function $$(t){let e;return nn.tasks.size===0&&nn.tick(R$),{promise:new Promise(r=>{nn.tasks.add(e={c:t,f:r})}),abort(){nn.tasks.delete(e)}}}function bp(t,e){tn(()=>{t.dispatchEvent(new CustomEvent(e))})}function O4(t){if(t==="float")return"cssFloat";if(t==="offset")return"cssOffset";if(t.startsWith("--"))return t;let e=t.split("-");return e.length===1?e[0]:e[0]+e.slice(1).map(r=>r[0].toUpperCase()+r.slice(1)).join("")}function F$(t){let e={},r=t.split(";");for(let i of r){let[n,s]=i.split(":");if(!n||s===void 0)break;let a=O4(n.trim());e[a]=s.trim()}return e}var L4=t=>t;function sn(t,e,r,i){var S,k;var n=(t&1)!==0,s=(t&2)!==0,a=n&&s,o=(t&4)!==0,l=a?"both":n?"in":"out",c,u=e.inert,f=e.style.overflow,d,h;function p(){return tn(()=>{var E;return c!=null?c:c=r()(e,(E=i==null?void 0:i())!=null?E:{},{direction:l})})}var g={is_global:o,in(){var E;if(e.inert=u,!n){h==null||h.abort(),(E=h==null?void 0:h.reset)==null||E.call(h);return}s||d==null||d.abort(),d=R0(e,p(),h,1,()=>{bp(e,"introstart")},()=>{bp(e,"introend"),d==null||d.abort(),d=c=void 0,e.style.overflow=f})},out(E){if(!s){E==null||E(),c=void 0;return}e.inert=!0,h=R0(e,p(),d,0,()=>{bp(e,"outrostart")},()=>{bp(e,"outroend"),E==null||E()})},stop:()=>{d==null||d.abort(),h==null||h.abort()}},v=Z;if(((k=(S=v.nodes).t)!=null?k:S.t=[]).push(g),n&&wp){var _=o;if(!_){for(var b=v.parent;b&&b.f&65536;)for(;(b=b.parent)&&!(b.f&16););_=!b||(b.f&32768)!==0}_&&qr(()=>{We(()=>g.in())})}}function R0(t,e,r,i,n,s){var a=i===1;if(Vw(e)){var o,l=!1;return It(()=>{if(!l){var _=e({direction:a?"in":"out"});o=R0(t,_,r,i,n,s)}}),{abort:()=>{l=!0,o==null||o.abort()},deactivate:()=>o.deactivate(),reset:()=>o.reset(),t:()=>o.t()}}if(r==null||r.deactivate(),!(e!=null&&e.duration)&&!(e!=null&&e.delay))return n(),s(),{abort:lr,deactivate:lr,reset:lr,t:()=>i};let{delay:c=0,css:u,tick:f,easing:d=L4}=e;var h=[];if(a&&r===void 0&&(f&&f(0,1),u)){var p=F$(u(0,1));h.push(p,p)}var g=()=>1-i,v=t.animate(h,{duration:c,fill:"forwards"});return v.onfinish=()=>{var C;v.cancel(),n();var _=(C=r==null?void 0:r.t())!=null?C:1-i;r==null||r.abort();var b=i-_,S=e.duration*Math.abs(b),k=[];if(S>0){var E=!1;if(u)for(var A=Math.ceil(S/16.666666666666668),w=0;w<=A;w+=1){var x=_+b*d(w/A),y=F$(u(x,1-x));k.push(y),E||(E=y.overflow==="hidden")}E&&(t.style.overflow="hidden"),g=()=>{var P=v.currentTime;return _+b*d(P/S)},f&&$$(()=>{if(v.playState!=="running")return!1;var P=g();return f(P,1-P),!0})}v=t.animate(k,{duration:S,fill:"forwards"}),v.onfinish=()=>{g=()=>i,f==null||f(i,1-i),s()}},{abort:()=>{v&&(v.cancel(),v.effect=null,v.onfinish=lr)},deactivate:()=>{s=lr},reset:()=>{i===0&&(f==null||f(1,0))},t:()=>g()}}m();m();function an(t,e){qr(()=>{var n;var r=t.getRootNode(),i=r.host?r:(n=r.head)!=null?n:r.ownerDocument.head;if(!i.querySelector("#"+e.hash)){let s=On("style");s.id=e.hash,s.textContent=e.code,i.appendChild(s),I&&T$(e.hash,s)}})}m();m();m();m();m();m();var M$=[...` +\r\f\xA0\v\uFEFF`];function D$(t,e,r){var i=t==null?"":""+t;if(e&&(i=i?i+" "+e:e),r){for(var n of Object.keys(r))if(r[n])i=i?i+" "+n:n;else if(i.length)for(var s=n.length,a=0;(a=i.indexOf(n,a))>=0;){var o=a+s;(a===0||M$.includes(i[a-1]))&&(o===i.length||M$.includes(i[o]))?i=(a===0?"":i.substring(0,a))+i.substring(o+1):a=o}}return i===""?null:i}m();function gt(t,e,r,i,n,s){var a=t.__className;if(ie||a!==r||a===void 0){var o=D$(r,i,s);(!ie||o!==t.getAttribute("class"))&&(o==null?t.removeAttribute("class"):e?t.className=o:t.setAttribute("class",o)),t.__className=r}else if(s&&n!==s)for(var l in s){var c=!!s[l];(n==null||c!==!!n[l])&&t.classList.toggle(l,c)}return s}m();m();var z4=Symbol("class"),W4=Symbol("style"),q4=Symbol("is custom element"),Y4=Symbol("is html"),X4=Ww?"link":"LINK";function xe(t,e,r,i){var n=Z4(t);if(ie&&(n[e]=t.getAttribute(e),e==="src"||e==="srcset"||e==="href"&&t.nodeName===X4)){i||Q4(t,e,r!=null?r:"");return}n[e]!==(n[e]=r)&&(e==="loading"&&(t[sR]=r),r==null?t.removeAttribute(e):typeof r!="string"&&K4(t).includes(e)?t[e]=r:t.setAttribute(e,r))}function Z4(t){var e;return(e=t.__attributes)!=null?e:t.__attributes={[q4]:t.nodeName.includes("-"),[Y4]:t.namespaceURI===Dh}}var O$=new Map;function K4(t){var e=t.getAttribute("is")||t.nodeName,r=O$.get(e);if(r)return r;O$.set(e,r=[]);for(var i,n=t,s=Element.prototype;s!==n;){i=Uw(n);for(var a in i)i[a].set&&r.push(a);n=zl(n)}return r}function Q4(t,e,r){var i;I&&(e==="srcset"&&J4(t,r)||$0((i=t.getAttribute(e))!=null?i:"",r)||kR(e,t.outerHTML.replace(t.innerHTML,t.innerHTML&&"..."),String(r)))}function $0(t,e){return t===e?!0:new URL(t,document.baseURI).href===new URL(e,document.baseURI).href}function L$(t){return t.split(",").map(e=>e.trim().split(" ").filter(Boolean))}function J4(t,e){var r=L$(t.srcset),i=L$(e);return i.length===r.length&&i.every(([n,s],a)=>s===r[a][1]&&($0(r[a][0],n)||$0(n,r[a][0])))}m();m();m();function M0(t,e,r=e){var i=new WeakSet;_0(t,"input",async n=>{I&&t.type==="checkbox"&&qw();var s=n?t.defaultValue:t.value;if(s=F0(t)?I0(s):s,r(s),le!==null&&i.add(le),await pp(),s!==(s=e())){var a=t.selectionStart,o=t.selectionEnd,l=t.value.length;if(t.value=s!=null?s:"",o!==null){var c=t.value.length;a===o&&o===l&&c>l?(t.selectionStart=c,t.selectionEnd=c):(t.selectionStart=a,t.selectionEnd=Math.min(o,c))}}}),(ie&&t.defaultValue!==t.value||We(e)==null&&t.value)&&(r(F0(t)?I0(t.value):t.value),le!==null&&i.add(le)),nr(()=>{I&&t.type==="checkbox"&&qw();var n=e();if(t===document.activeElement){var s=kt?ju:le;if(i.has(s))return}F0(t)&&n===I0(t.value)||t.type==="date"&&!n&&!t.value||n!==t.value&&(t.value=n!=null?n:"")})}function F0(t){var e=t.type;return e==="number"||e==="range"}function I0(t){return t===""?null:+t}m();m();m();m();m();function B$(t,e){return t===e||(t==null?void 0:t[Jt])===e}function at(t={},e,r,i){var n=ye.r,s=Z;return qr(()=>{var a,o;return nr(()=>{a=o,o=(i==null?void 0:i())||[],We(()=>{t!==r(...o)&&(e(t,...o),a&&B$(r(...a),t)&&e(null,...a))})}),()=>{let l=s;for(;l!==n&&l.parent!==null&&l.parent.f&33554432;)l=l.parent;let c=()=>{o&&B$(r(...o),t)&&e(null,...o)},u=l.teardown;l.teardown=()=>{c(),u==null||u()}}}),t}m();m();m();m();m();m();function Di(t,e,r,i){var S,k;var n=!ss||(r&2)!==0,s=(r&8)!==0,a=(r&16)!==0,o=i,l=!0,c=()=>(l&&(l=!1,o=a?We(i):i),o);let u;if(s){var f=Jt in t||Lu in t;u=(k=(S=Ur(t,e))==null?void 0:S.set)!=null?k:f&&e in t?E=>t[e]=E:void 0}var d,h=!1;s?[d,h]=Qw(()=>t[e]):d=t[e],d===void 0&&i!==void 0&&(d=c(),u&&(n&&gR(e),u(d)));var p;if(n?p=()=>{var E=t[e];return E===void 0?c():(l=!0,E)}:p=()=>{var E=t[e];return E!==void 0&&(o=void 0),E===void 0?o:E},n&&!(r&4))return p;if(u){var g=t.$$legacy;return function(E,A){return arguments.length>0?((!n||!A||g||h)&&u(A?p():E),E):p()}}var v=!1,_=(r&1?eo:to)(()=>(v=!1,p()));I&&(_.label=e),s&&$(_);var b=Z;return function(E,A){if(arguments.length>0){let w=A?$(_):n&&s?Qe(E):E;return se(_,w),v=!0,o!==void 0&&(o=w),E}return li&&v||b.f&16384?_.v:$(_)}}m();m();m();function H$(t){return new O0(t)}var ps,Oi,O0=class{constructor(e){pe(this,ps);pe(this,Oi);var s,a;var r=new Map,i=(o,l)=>{var c=za(l,!1,!1);return r.set(o,c),c};let n=new Proxy({...e.props||{},$$events:{}},{get(o,l){var c;return $((c=r.get(l))!=null?c:i(l,Reflect.get(o,l)))},has(o,l){var c;return l===Lu?!0:($((c=r.get(l))!=null?c:i(l,Reflect.get(o,l))),Reflect.has(o,l))},set(o,l,c){var u;return se((u=r.get(l))!=null?u:i(l,c),c),Reflect.set(o,l,c)}});we(this,Oi,(e.hydrate?T0:Xs)(e.component,{target:e.target,anchor:e.anchor,props:n,context:e.context,intro:(s=e.intro)!=null?s:!1,recover:e.recover,transformError:e.transformError})),!kt&&(!((a=e==null?void 0:e.props)!=null&&a.$$host)||e.sync===!1)&&Za(),we(this,ps,n.$$events);for(let o of Object.keys(R(this,Oi)))o==="$set"||o==="$destroy"||o==="$on"||or(this,o,{get(){return R(this,Oi)[o]},set(l){R(this,Oi)[o]=l},enumerable:!0});R(this,Oi).$set=o=>{Object.assign(n,o)},R(this,Oi).$destroy=()=>{ds(R(this,Oi))}}$set(e){R(this,Oi).$set(e)}$on(e,r){R(this,ps)[e]=R(this,ps)[e]||[];let i=(...n)=>r.call(this,...n);return R(this,ps)[e].push(i),()=>{R(this,ps)[e]=R(this,ps)[e].filter(n=>n!==i)}}$destroy(){R(this,Oi).$destroy()}};ps=new WeakMap,Oi=new WeakMap;var dU;typeof HTMLElement=="function"&&(dU=class extends HTMLElement{constructor(e,r,i){super();Ve(this,"$$ctor");Ve(this,"$$s");Ve(this,"$$c");Ve(this,"$$cn",!1);Ve(this,"$$d",{});Ve(this,"$$r",!1);Ve(this,"$$p_d",{});Ve(this,"$$l",{});Ve(this,"$$l_u",new Map);Ve(this,"$$me");Ve(this,"$$shadowRoot",null);this.$$ctor=e,this.$$s=r,i&&(this.$$shadowRoot=this.attachShadow(i))}addEventListener(e,r,i){if(this.$$l[e]=this.$$l[e]||[],this.$$l[e].push(r),this.$$c){let n=this.$$c.$on(e,r);this.$$l_u.set(r,n)}super.addEventListener(e,r,i)}removeEventListener(e,r,i){if(super.removeEventListener(e,r,i),this.$$c){let n=this.$$l_u.get(r);n&&(n(),this.$$l_u.delete(r))}}async connectedCallback(){if(this.$$cn=!0,!this.$$c){let e=function(n){return s=>{let a=On("slot");n!=="default"&&(a.name=n),ce(s,a)}};if(await Promise.resolve(),!this.$$cn||this.$$c)return;let r={},i=hU(this);for(let n of this.$$s)n in i&&(n==="default"&&!this.$$d.children?(this.$$d.children=e(n),r.default=!0):r[n]=e(n));for(let n of this.attributes){let s=this.$$g_p(n.name);s in this.$$d||(this.$$d[s]=L0(s,n.value,this.$$p_d,"toProp"))}for(let n in this.$$p_d)!(n in this.$$d)&&this[n]!==void 0&&(this.$$d[n]=this[n],delete this[n]);this.$$c=H$({component:this.$$ctor,target:this.$$shadowRoot||this,props:{...this.$$d,$$slots:r,$$host:this}}),this.$$me=y0(()=>{nr(()=>{var n;this.$$r=!0;for(let s of Hw(this.$$c)){if(!((n=this.$$p_d[s])!=null&&n.reflect))continue;this.$$d[s]=this.$$c[s];let a=L0(s,this.$$d[s],this.$$p_d,"toAttribute");a==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,a)}this.$$r=!1})});for(let n in this.$$l)for(let s of this.$$l[n]){let a=this.$$c.$on(n,s);this.$$l_u.set(s,a)}this.$$l={}}}attributeChangedCallback(e,r,i){var n;this.$$r||(e=this.$$g_p(e),this.$$d[e]=L0(e,i,this.$$p_d,"toProp"),(n=this.$$c)==null||n.$set({[e]:this.$$d[e]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$me(),this.$$c=void 0)})}$$g_p(e){return Hw(this.$$p_d).find(r=>this.$$p_d[r].attribute===e||!this.$$p_d[r].attribute&&r.toLowerCase()===e)||e}});function L0(t,e,r,i){var s;let n=(s=r[t])==null?void 0:s.type;if(e=n==="Boolean"&&typeof e!="boolean"?e!=null:e,!i||!r[t])return e;if(i==="toAttribute")switch(n){case"Object":case"Array":return e==null?null:JSON.stringify(e);case"Boolean":return e?"":null;case"Number":return e==null?null:e;default:return e}else switch(n){case"Object":case"Array":return e&&JSON.parse(e);case"Boolean":return e;case"Number":return e!=null?+e:e;default:return e}}function hU(t){let e={};return t.childNodes.forEach(r=>{e[r.slot||"default"]=!0}),e}m();m();function uo(t,e,r,i){function n(s){return s instanceof r?s:new r(function(a){a(s)})}return new(r||(r=Promise))(function(s,a){function o(u){try{c(i.next(u))}catch(f){a(f)}}function l(u){try{c(i.throw(u))}catch(f){a(f)}}function c(u){u.done?s(u.value):n(u.value).then(o,l)}c((i=i.apply(t,e||[])).next())})}var U0=require("obsidian");m();var B0=require("obsidian");m();function pU(t){let e=t-1;return e*e*e+1}var N0=!1;function Gn(t,{delay:e=0,duration:r=400,easing:i=pU,axis:n="y"}={}){let s=getComputedStyle(t);I&&!N0&&/(contents|inline|table)/.test(s.display)&&(N0=!0,Promise.resolve().then(()=>N0=!1),PR(s.display));let a=+s.opacity,o=n==="y"?"height":"width",l=parseFloat(s[o]),c=n==="y"?["top","bottom"]:["left","right"],u=c.map(_=>`${_[0].toUpperCase()}${_.slice(1)}`),f=parseFloat(s[`padding${u[0]}`]),d=parseFloat(s[`padding${u[1]}`]),h=parseFloat(s[`margin${u[0]}`]),p=parseFloat(s[`margin${u[1]}`]),g=parseFloat(s[`border${u[0]}Width`]),v=parseFloat(s[`border${u[1]}Width`]);return{delay:e,duration:r,easing:i,css:_=>`overflow: hidden;opacity: ${Math.min(_*20,1)*a};${o}: ${_*l}px;padding-${c[0]}: ${_*f}px;padding-${c[1]}: ${_*d}px;margin-${c[0]}: ${_*h}px;margin-${c[1]}: ${_*p}px;border-${c[0]}-width: ${_*g}px;border-${c[1]}-width: ${_*v}px;min-${o}: 0`}}m();var xp=require("obsidian");var mU=he('
    '),gU=he('
    '),vU={hash:"svelte-1c0jiav",code:"main.svelte-1c0jiav .nav-file-title:where(.svelte-1c0jiav) {align-items:center;}"};function af(t,e){lt(e,!0),an(t,vU);let r=Qe([]),i=ut(()=>e.view.leaf.getRoot().side=="left"?"right":"left");mr(()=>{for(let b of r)b&&(0,xp.setIcon)(b,b.getAttr("data-icon"))});function n(b){b.stopPropagation(),ll(e.diff.path)?s(b):a(b)}function s(b){var S;b.stopPropagation();let k=e.view.app.vault.getAbstractFileByPath(e.diff.vaultPath);k instanceof xp.TFile&&((S=ji(e.view.app,b))===null||S===void 0||S.openFile(k).catch(E=>e.view.plugin.displayError(E)))}function a(b){var S;e.view.plugin.tools.openDiff({event:b,aFile:(S=e.diff.fromPath)!==null&&S!==void 0?S:e.diff.path,aRef:`${e.diff.hash}^`,bFile:e.diff.path,bRef:e.diff.hash})}var o=gU(),l=j(o),c=j(l),u=j(c,!0);G(c);var f=te(c,2),d=j(f),h=j(d);{var p=b=>{var S=mU();at(S,k=>r[0]=k,()=>r==null?void 0:r[0]),fi("auxclick",S,s),de("click",S,s),ce(b,S)},g=ut(()=>cl(e.diff.vaultPath,e.view.app));Re(h,b=>{$(g)&&b(p)})}G(d);var v=te(d,2),_=j(v,!0);G(v),G(f),G(l),G(o),Be(b=>{xe(l,"data-path",e.diff.vaultPath),xe(l,"data-tooltip-position",$(i)),xe(l,"aria-label",e.diff.vaultPath),je(u,b),xe(v,"data-type",e.diff.status),je(_,e.diff.status)},[()=>yn(e.diff.vaultPath)]),de("click",o,n),fi("auxclick",o,b=>{b.stopPropagation(),b.button==2?bn(e.view.app,b,e.diff.vaultPath,e.view.leaf,"git-history"):n(b)}),ce(t,o),ct()}Tt(["click"]);m();var wU=he("
    "),_U=he(''),bU=he('
    '),yU=he("
    "),xU={hash:"svelte-d9h7mp",code:"main.svelte-d9h7mp .nav-folder-title-content:where(.svelte-d9h7mp) {display:flex;align-items:center;}"};function of(t,e){lt(e,!0),an(t,xU);let r=Di(e,"topLevel",3,!1),i=Di(e,"closed",15),n=ut(()=>e.view.leaf.getRoot().side=="left"?"right":"left");function s(l,c){l.stopPropagation(),i(i()[c.path]=!i()[c.path],!0)}var a=yU();let o;pi(a,21,()=>e.hierarchy.children,hi,(l,c)=>{var u=oo(),f=Mi(u);{var d=p=>{var g=wU(),v=j(g);af(v,{get diff(){return $(c).data},get view(){return e.view}}),G(g),ce(p,g)},h=p=>{var g=bU();let v;var _=j(g),b=te(j(_),2);let S;var k=te(b,2),E=j(k,!0);G(k),G(_);var A=te(_,2);{var w=x=>{var y=_U(),C=j(y);of(C,{get hierarchy(){return $(c)},get plugin(){return e.plugin},get view(){return e.view},get closed(){return i()},set closed(P){i(P)}}),G(y),sn(3,y,()=>Gn,()=>({duration:150})),ce(x,y)};Re(A,x=>{i()[$(c).path]||x(w)})}G(g),Be(()=>{v=gt(g,1,"tree-item nav-folder",null,v,{"is-collapsed":i()[$(c).path]}),xe(_,"data-tooltip-position",$(n)),xe(_,"aria-label",$(c).vaultPath),S=gt(b,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,S,{"is-collapsed":i()[$(c).path]}),je(E,$(c).title)}),de("click",_,x=>s(x,$(c))),ce(p,g)};Re(f,p=>{$(c).data?p(d):p(h,-1)})}ce(l,u)}),G(a),Be(()=>o=gt(a,1,"svelte-d9h7mp",null,o,{topLevel:r()})),ce(t,a),ct()}Tt(["click"]);var EU=he('
    '),SU=he('
    '),kU=he('
    '),AU=he(''),CU=he('
    '),TU={hash:"svelte-1edsiy5",code:""};function H0(t,e){lt(e,!0),an(t,TU);let r=ut(()=>({title:"",path:"",vaultPath:"",children:e.plugin.gitManager.getTreeStructure(e.log.diff.files)})),i=ut(()=>e.view.leaf.getRoot().side=="left"?"right":"left"),n=Oe(!0),s=Oe(Qe({}));function a(x){let y=x.author.name;if(e.plugin.settings.authorInHistoryView=="full")return y;if(e.plugin.settings.authorInHistoryView=="initials")return y.split(" ").filter(P=>P.length>0).map(P=>P[0].toUpperCase()).join("")}var o=CU(),l=j(o);let c;var u=j(l),f=j(u);let d;var h=te(f,2),p=j(h);{var g=x=>{var y=EU(),C=j(y,!0);G(y),Be(P=>je(C,P),[()=>e.log.refs.join(", ")]),ce(x,y)};Re(p,x=>{e.log.refs.length>0&&x(g)})}var v=te(p,2);{var _=x=>{var y=SU(),C=j(y,!0);G(y),Be(P=>je(C,P),[()=>a(e.log)]),ce(x,y)};Re(v,x=>{var y;e.plugin.settings.authorInHistoryView!="hide"&&((y=e.log.author)!=null&&y.name)&&x(_)})}var b=te(v,2);{var S=x=>{var y=kU(),C=j(y,!0);G(y),Be(P=>je(C,P),[()=>(0,B0.moment)(e.log.date).format(e.plugin.settings.commitDateFormat)]),ce(x,y)};Re(b,x=>{e.plugin.settings.dateInHistoryView&&x(S)})}var k=te(b,2),E=j(k,!0);G(k),G(h),G(u);var A=te(u,2);{var w=x=>{var y=AU(),C=j(y);{var P=N=>{of(N,{get hierarchy(){return $(r)},get plugin(){return e.plugin},get view(){return e.view},topLevel:!0,get closed(){return $(s)},set closed(B){se(s,B,!0)}})},L=N=>{var B=oo(),ge=Mi(B);pi(ge,17,()=>e.log.diff.files,hi,(Le,ke)=>{af(Le,{get view(){return e.view},get diff(){return $(ke)}})}),ce(N,B)};Re(C,N=>{e.showTree?N(P):N(L,-1)})}G(y),sn(3,y,()=>Gn,()=>({duration:150})),ce(x,y)};Re(A,x=>{$(n)||x(w)})}G(l),G(o),Be(x=>{c=gt(l,1,"tree-item nav-folder",null,c,{"is-collapsed":$(n)}),xe(u,"aria-label",x),xe(u,"data-tooltip-position",$(i)),d=gt(f,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,d,{"is-collapsed":$(n)}),je(E,e.log.message)},[()=>{var x;return`${e.log.refs.length>0?e.log.refs.join(", ")+` +`:""}${(x=e.log.author)==null?void 0:x.name} +${(0,B0.moment)(e.log.date).format(e.plugin.settings.commitDateFormat)} +${e.log.message}`}]),de("click",u,()=>se(n,!$(n))),ce(t,o),ct()}Tt(["click"]);var PU=he(''),RU=he('
    '),$U={hash:"svelte-12n6twc",code:""};function G0(t,e){lt(e,!0),an(t,$U);let r=Di(e,"plugin",15),i=Oe(!1),n=Qe([]),s=Oe(void 0),a=Oe(Qe(r().settings.treeStructure)),o;mr(()=>{o&&o.empty()}),co(()=>{e.view.registerEvent(e.view.app.workspace.on("obsidian-git:head-change",()=>void c().catch(console.error)))}),mr(()=>{n.forEach(k=>(0,U0.setIcon)(k,k.getAttr("data-icon")))}),co(()=>{let k=new IntersectionObserver(A=>{A[0].isIntersecting&&!$(i)&&u().catch(console.error)}),E=activeDocument.querySelector("#sentinel");return E&&k.observe(E),()=>{k.disconnect()}}),c().catch(console.error);function l(){c().catch(console.error)}function c(){return uo(this,void 0,void 0,function*(){var k;if(!r().gitReady){se(s,void 0);return}se(i,!0);let E=r().gitManager instanceof Se,A;((k=$(s)===null||$(s)===void 0?void 0:$(s).length)!==null&&k!==void 0?k:0)==0?A=E?50:10:A=$(s).length,se(s,yield r().gitManager.log(void 0,!1,A),!0),se(i,!1)})}function u(){return uo(this,void 0,void 0,function*(){var k;if(!r().gitReady||$(s)===void 0)return;se(i,!0);let A=r().gitManager instanceof Se?50:10,w=yield r().gitManager.log(void 0,!1,A,(k=$(s).last())===null||k===void 0?void 0:k.hash);$(s).push(...w.slice(1)),se(i,!1)})}var f=RU(),d=j(f),h=j(d),p=j(h);at(p,k=>n[0]=k,()=>n==null?void 0:n[0]);var g=te(p,2);let v;at(g,k=>n[1]=k,()=>n==null?void 0:n[1]),G(h),G(d);var _=te(d,2),b=j(_);{var S=k=>{var E=PU();pi(E,21,()=>$(s),hi,(A,w)=>{H0(A,{get view(){return e.view},get showTree(){return $(a)},get log(){return $(w)},get plugin(){return r()}})}),G(E),ce(k,E)};Re(b,k=>{$(s)&&k(S)})}Ga(4),G(_),G(f),Be(()=>{xe(p,"data-icon",$(a)?"list":"folder"),v=gt(g,1,"clickable-icon nav-action-button",null,v,{loading:$(i)})}),de("click",p,()=>{se(a,!$(a)),(0,U0.setIcon)(n[0],$(a)?"list":"folder"),r(r().settings.treeStructure=$(a),!0),r().saveSettings()}),de("click",g,l),ce(t,f),ct()}Tt(["click"]);var lf=class extends U$.ItemView{constructor(e,r){super(e),this.plugin=r,this.hoverPopover=null}getViewType(){return bi.type}getDisplayText(){return bi.name}getIcon(){return bi.icon}onClose(){return this._view&&ds(this._view),super.onClose()}reload(){this._view&&ds(this._view),this._view=Xs(G0,{target:this.contentEl,props:{plugin:this.plugin,view:this}})}onOpen(){return this.reload(),super.onOpen()}};m();var G$=require("obsidian"),Ep=class extends G$.FuzzySuggestModal{constructor(r,i){super(r.app);this.branches=i;this.setPlaceholder("Select branch to checkout")}getItems(){return this.branches}getItemText(r){return r}onChooseItem(r,i){this.resolve(r)}openAndGetReslt(){return new Promise(r=>{this.resolve=r,this.open()})}onClose(){new Promise(r=>window.setTimeout(r,10)).then(()=>{this.resolve&&this.resolve(void 0)})}};m();var z$=require("obsidian");m();var po=require("obsidian");m();var cf=require("obsidian");m();var j$=require("obsidian");var oc=class extends j$.Modal{constructor({app:r,path:i,filesToDeleteCount:n,filesToDiscardCount:s}){super(r);this.resolve=null;this.path=i,this.deleteCount=n,this.discardCount=s}openAndGetResult(){return this.open(),new Promise(r=>{this.resolve=r})}onOpen(){let r=this.deleteCount+this.discardCount,{contentEl:i,titleEl:n}=this,s="";this.path!=""&&(r>1?s=`files in "${this.path}"`:s=`"${this.path}"`),n.setText(`${this.discardCount==0?"Delete":"Discard"} ${s}`),this.deleteCount>0&&i.createEl("p").setText(`Are you sure you want to DELETE the ${cu(this.deleteCount,"untracked file")}? They are deleted according to your Obsidian trash settting.`),this.discardCount>0&&i.createEl("p").setText(`Are you sure you want to discard ALL changes in ${cu(this.discardCount,"tracked file")}?`);let a=i.createDiv({cls:"modal-button-container"});if(this.deleteCount>0){let l=a.createEl("button",{cls:"mod-warning",text:`${this.discardCount>0?"Discard":"Delete"} all ${cu(r,"file")}`});l.addEventListener("click",()=>{this.resolve&&this.resolve("delete"),this.close()}),l.addEventListener("keypress",()=>{this.resolve&&this.resolve("delete"),this.close()})}if(this.discardCount>0){let l=a.createEl("button",{cls:"mod-warning",text:`Discard all ${cu(this.discardCount,"tracked file")}`});l.addEventListener("click",()=>{this.resolve&&this.resolve("discard"),this.close()}),l.addEventListener("keypress",()=>{this.resolve&&this.resolve("discard"),this.close()})}let o=a.createEl("button",{text:"Cancel"});o.addEventListener("click",()=>(this.resolve&&this.resolve(!1),this.close())),o.addEventListener("keypress",()=>(this.resolve&&this.resolve(!1),this.close()))}onClose(){let{contentEl:r}=this;r.empty()}};var FU=he('
    '),IU=he('
    ');function uf(t,e){lt(e,!0);let r=Qe([]),i=ut(()=>e.view.leaf.getRoot().side=="left"?"right":"left");mr(()=>{for(let w of r)w&&(0,cf.setIcon)(w,w.getAttr("data-icon"))});function n(w){w.stopPropagation(),ll(e.change.path)?a(w):l(w)}function s(w){e.view.app.vault.getAbstractFileByPath(e.change.vaultPath)&&ul(e.view.app,w,e.view,e.change.vaultPath)}function a(w){var x;w.stopPropagation();let y=e.view.app.vault.getAbstractFileByPath(e.change.vaultPath);y instanceof cf.TFile&&((x=ji(e.view.app,w))===null||x===void 0||x.openFile(y).catch(C=>e.view.plugin.displayError(C)))}function o(w){w.stopPropagation(),e.manager.stage(e.change.path,!1).catch(x=>e.view.plugin.displayError(x)).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")})}function l(w){w.stopPropagation(),e.view.plugin.tools.openDiff({aFile:e.change.path,aRef:"",event:w})}function c(w){w.stopPropagation();let x=e.change.workingDir=="U";new oc({app:e.view.app,filesToDeleteCount:x?1:0,filesToDiscardCount:x?0:1,path:e.change.vaultPath}).openAndGetResult().then(y=>uo(this,void 0,void 0,function*(){if(y=="delete"){let C=e.view.app.vault.getAbstractFileByPath(e.change.vaultPath);C instanceof cf.TFile?yield e.view.app.fileManager.trashFile(C):yield e.view.app.vault.adapter.remove(e.change.vaultPath)}else y=="discard"&&(yield e.manager.discard(e.change.path).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")}));e.view.app.workspace.trigger("obsidian-git:refresh")}),y=>e.view.plugin.displayError(y))}var u=IU(),f=j(u),d=j(f),h=j(d,!0);G(d);var p=te(d,2),g=j(p),v=j(g);{var _=w=>{var x=FU();at(x,y=>r[0]=y,()=>r==null?void 0:r[0]),fi("auxclick",x,a),de("click",x,a),ce(w,x)},b=ut(()=>cl(e.change.vaultPath,e.view.app));Re(v,w=>{$(b)&&w(_)})}var S=te(v,2);at(S,w=>r[1]=w,()=>r==null?void 0:r[1]);var k=te(S,2);at(k,w=>r[2]=w,()=>r==null?void 0:r[2]),G(g);var E=te(g,2),A=j(E,!0);G(E),G(p),G(f),G(u),Be(w=>{xe(f,"data-path",e.change.vaultPath),xe(f,"data-tooltip-position",$(i)),xe(f,"aria-label",e.change.vaultPath),je(h,w),xe(E,"data-type",e.change.workingDir),je(A,e.change.workingDir)},[()=>yn(e.change.vaultPath)]),de("mouseover",u,s),de("click",u,n),fi("auxclick",u,w=>{w.stopPropagation(),w.button==2?bn(e.view.app,w,e.change.vaultPath,e.view.leaf,"git-source-control"):n(w)}),de("click",S,c),de("click",k,o),ce(t,u),ct()}Tt(["mouseover","click"]);m();var V$=require("obsidian");var MU=he('
    ');function ff(t,e){lt(e,!0);let r=ut(()=>e.view.leaf.getRoot().side=="left"?"right":"left");function i(d){e.view.app.vault.getAbstractFileByPath(e.change.vaultPath)&&ul(e.view.app,d,e.view,e.change.vaultPath)}function n(d){var h;d.stopPropagation();let p=e.view.app.vault.getAbstractFileByPath(e.change.vaultPath);p instanceof V$.TFile&&((h=ji(e.view.app,d))===null||h===void 0||h.openFile(p).catch(g=>e.view.plugin.displayError(g)))}var s=MU(),a=j(s),o=j(a),l=j(o,!0);G(o);var c=te(o,2),u=j(c),f=j(u,!0);G(u),G(c),G(a),G(s),Be(d=>{xe(a,"data-path",e.change.vaultPath),xe(a,"data-tooltip-position",$(r)),xe(a,"aria-label",e.change.vaultPath),je(l,d),xe(u,"data-type",e.change.workingDir),je(f,e.change.workingDir)},[()=>yn(e.change.vaultPath)]),de("mouseover",s,i),de("click",s,n),fi("auxclick",s,d=>{d.stopPropagation(),d.button==2?bn(e.view.app,d,e.change.vaultPath,e.view.leaf,"git-source-control"):n(d)}),ce(t,s),ct()}Tt(["mouseover","click"]);m();var Sp=require("obsidian");var DU=he('
    '),OU=he('
    ');function df(t,e){lt(e,!0);let r=Qe([]),i=ut(()=>e.view.leaf.getRoot().side=="left"?"right":"left");mr(()=>{for(let E of r)E&&(0,Sp.setIcon)(E,E.getAttr("data-icon"))});function n(E){E.stopPropagation(),ll(e.change.path)?a(E):o(E)}function s(E){e.view.app.vault.getFileByPath(e.change.vaultPath)&&ul(e.view.app,E,e.view,e.change.vaultPath)}function a(E){var A;E.stopPropagation();let w=e.view.app.vault.getAbstractFileByPath(e.change.vaultPath);w instanceof Sp.TFile&&((A=ji(e.view.app,E))===null||A===void 0||A.openFile(w).catch(x=>e.view.plugin.displayError(x)))}function o(E){var A;E.stopPropagation(),e.view.plugin.tools.openDiff({aFile:(A=e.change.from)!==null&&A!==void 0?A:e.change.path,bFile:e.change.path,aRef:"HEAD",bRef:"",event:E})}function l(E){E.stopPropagation(),e.manager.unstage(e.change.path,!1).catch(A=>e.view.plugin.displayError(A)).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")})}var c=OU(),u=j(c),f=j(u),d=j(f,!0);G(f);var h=te(f,2),p=j(h),g=j(p);{var v=E=>{var A=DU();at(A,w=>r[0]=w,()=>r==null?void 0:r[0]),de("click",A,a),ce(E,A)},_=ut(()=>cl(e.change.vaultPath,e.view.app));Re(g,E=>{$(_)&&E(v)})}var b=te(g,2);at(b,E=>r[1]=E,()=>r==null?void 0:r[1]),G(p);var S=te(p,2),k=j(S,!0);G(S),G(h),G(u),G(c),Be(E=>{xe(u,"data-path",e.change.vaultPath),xe(u,"data-tooltip-position",$(i)),xe(u,"aria-label",e.change.vaultPath),je(d,E),xe(S,"data-type",e.change.index),je(k,e.change.index)},[()=>yn(e.change.vaultPath)]),de("mouseover",c,s),de("click",c,n),fi("auxclick",c,E=>{E.stopPropagation(),E.button==2?bn(e.view.app,E,e.change.vaultPath,e.view.leaf,"git-source-control"):n(E)}),de("click",b,l),ce(t,c),ct()}Tt(["mouseover","click"]);m();m();var LU=he(''),NU=he("
    ");function fo(t,e){lt(e,!0);var r=NU(),i=j(r);{var n=s=>{var a=LU(),o=j(a),l=j(o),c=j(l,!0);G(l),G(o),G(a),Be(()=>{xe(o,"aria-label","And "+(e.files.length-500)+" more files"),je(c,"And "+(e.files.length-500)+" more files")}),ce(s,a)};Re(i,s=>{e.files.length>500&&s(n)})}G(r),ce(t,r),ct()}var HU=he("
    "),UU=he('
    '),GU=he('
    ',1),jU=he(''),VU=he('
    '),zU=he("
    ");function ho(t,e){lt(e,!0);let r=Di(e,"topLevel",3,!1),i=Di(e,"closed",15);co(()=>{var h,p;for(let g of e.hierarchy.children)((p=(h=g.children)===null||h===void 0?void 0:h.length)!==null&&p!==void 0?p:0)>100&&i(i()[g.title]=!0,!0)});let n=ut(()=>e.view.leaf.getRoot().side=="left"?"right":"left");function s(h,p){h.stopPropagation(),e.plugin.gitManager.stageAll({dir:p}).catch(g=>e.plugin.displayError(g)).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")})}function a(h,p){h.stopPropagation(),e.plugin.gitManager.unstageAll({dir:p}).catch(g=>e.plugin.displayError(g)).finally(()=>{e.view.app.workspace.trigger("obsidian-git:refresh")})}function o(h,p){h.stopPropagation(),e.plugin.discardAll(p.vaultPath)}function l(h,p){h.stopPropagation(),i(i()[p.path]=!i()[p.path],!0)}var c=zU();let u;var f=j(c);pi(f,17,()=>uu(e.hierarchy.children,500),hi,(h,p)=>{var g=oo(),v=Mi(g);{var _=S=>{var k=HU(),E=j(k);{var A=y=>{df(y,{get change(){return $(p).data},get manager(){return e.plugin.gitManager},get view(){return e.view}})},w=y=>{uf(y,{get change(){return $(p).data},get manager(){return e.plugin.gitManager},get view(){return e.view}})},x=y=>{ff(y,{get change(){return $(p).data},get view(){return e.view}})};Re(E,y=>{e.fileType==0?y(A):e.fileType==1?y(w,1):e.fileType==2&&y(x,2)})}G(k),ce(S,k)},b=S=>{var k=VU();let E;var A=j(k),w=te(j(A),2);let x;var y=te(w,2),C=j(y,!0);G(y);var P=te(y,2),L=j(P),N=j(L);{var B=ne=>{var Ee=UU();de("click",Ee,_e=>a(_e,$(p).path)),ce(ne,Ee)},ge=ne=>{var Ee=GU(),_e=Mi(Ee),z=te(_e,2);de("click",_e,X=>o(X,$(p))),de("click",z,X=>s(X,$(p).path)),ce(ne,Ee)};Re(N,ne=>{e.fileType==0?ne(B):ne(ge,-1)})}Ga(2),G(L),G(P),G(A);var Le=te(A,2);{var ke=ne=>{var Ee=jU(),_e=j(Ee);ho(_e,{get hierarchy(){return $(p)},get plugin(){return e.plugin},get view(){return e.view},get fileType(){return e.fileType},get closed(){return i()},set closed(z){i(z)}}),G(Ee),sn(3,Ee,()=>Gn,()=>({duration:150})),ce(ne,Ee)};Re(Le,ne=>{i()[$(p).path]||ne(ke)})}G(k),Be(()=>{E=gt(k,1,"tree-item nav-folder",null,E,{"is-collapsed":i()[$(p).path]}),xe(A,"data-tooltip-position",$(n)),xe(A,"aria-label",$(p).vaultPath),x=gt(w,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,x,{"is-collapsed":i()[$(p).path]}),je(C,$(p).title)}),fi("auxclick",k,ne=>bn(e.view.app,ne,$(p).vaultPath,e.view.leaf,"git-source-control")),de("click",A,ne=>l(ne,$(p))),ce(S,k)};Re(v,S=>{$(p).data?S(_):S(b,-1)})}ce(h,g)});var d=te(f,2);fo(d,{get files(){return e.hierarchy.children}}),G(c),Be(()=>u=gt(c,1,"",null,u,{topLevel:r()})),ce(t,c),ct()}Tt(["click"]);var WU=he('
    '),qU=he(" ",1),YU=he(''),XU=he(" ",1),ZU=he(''),KU=he(" ",1),QU=he(''),JU=he('
    '),eG=he(''),tG=he('
    '),rG={hash:"svelte-5wq9p",code:`.commit-msg-input.svelte-5wq9p {width:100%;overflow:hidden;resize:none;padding:7px 5px;background-color:var(--background-modifier-form-field);}.git-commit-msg.svelte-5wq9p {position:relative;padding:0;width:calc(100% - var(--size-4-8));margin:4px auto;}main.svelte-5wq9p .git-tools:where(.svelte-5wq9p) .files-count:where(.svelte-5wq9p) {padding-left:var(--size-2-1);width:11px;display:flex;align-items:center;justify-content:center;}.nav-folder-title.svelte-5wq9p {align-items:center;}.git-commit-msg-clear-button.svelte-5wq9p {position:absolute;background:transparent;border-radius:50%;color:var(--search-clear-button-color);cursor:var(--cursor);top:-4px;right:2px;bottom:0px;line-height:0;height:var(--input-height);width:28px;margin:auto;padding:0 0;text-align:center;display:flex;justify-content:center;align-items:center;transition:color 0.15s ease-in-out;}.git-commit-msg-clear-button.svelte-5wq9p:after {content:"";height:var(--search-clear-button-size);width:var(--search-clear-button-size);display:block;background-color:currentColor;mask-image:url("data:image/svg+xml,");mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,");-webkit-mask-repeat:no-repeat;}`};function j0(t,e){lt(e,!0),an(t,rG);let r=Di(e,"plugin",7),i=Di(e,"view",7),n=Oe(!1),s=Oe(void 0),a=Oe(Qe([])),o=ut(()=>r().settings.commitMessage),l=Qe([]),c=Oe(void 0),u=Oe(void 0),f=Oe(void 0),d=Oe(!0),h=Oe(!0),p=Oe(!0),g=Oe(0),v=Oe(Qe({})),_=Oe(Qe({})),b=Oe(Qe({})),S=ut(()=>r().settings.treeStructure);co(()=>{i().registerEvent(i().app.workspace.on("obsidian-git:loading-status",()=>se(n,!0))),i().registerEvent(i().app.workspace.on("obsidian-git:status-changed",()=>void A().catch(console.error))),i().plugin.cachedStatus==null?i().plugin.refresh().catch(console.error):A().catch(console.error),i().scope=new po.Scope(r().app.scope),i().scope.register(["Ctrl"],"Enter",M=>E())}),mr(()=>{l.forEach(M=>(0,po.setIcon)(M,M.getAttr("data-icon")))}),mr(()=>{l.forEach(M=>{var ae,Te;!M||M.id!="push"||(po.Platform.isMobile?(M.removeClass("button-border"),$(g)>0&&M.addClass("button-border")):((ae=M.firstElementChild)===null||ae===void 0||ae.removeAttribute("color"),$(g)>0&&((Te=M.firstElementChild)===null||Te===void 0||Te.setAttr("color","var(--text-accent)"))))})});function k(){if(se(n,!0),$(s)){let M=$(s).staged.length>0;r().promiseQueue.addTask(()=>r().commit({fromAuto:!1,commitMessage:$(o),onlyStaged:M}).then(()=>se(o,r().settings.commitMessage)).finally(w))}}function E(){if(se(n,!0),$(s)){let M=$(s).staged.length>0;r().promiseQueue.addTask(()=>r().commitAndSync({fromAutoBackup:!1,commitMessage:$(o),onlyStaged:M}).then(()=>{se(o,r().settings.commitMessage)}).finally(w))}}function A(){return uo(this,void 0,void 0,function*(){if(!r().gitReady){se(s,void 0);return}if(se(g,yield r().gitManager.getUnpushedCommits(),!0),se(s,r().cachedStatus,!0),se(n,!1),r().lastPulledFiles&&r().lastPulledFiles!=$(a)&&(se(a,r().lastPulledFiles,!0),se(f,{title:"",path:"",vaultPath:"",children:r().gitManager.getTreeStructure($(a))},!0)),$(s)){let M=(ae,Te)=>ae.vaultPath.split("/").last().localeCompare(yn(Te.vaultPath));$(s).changed.sort(M),$(s).staged.sort(M),se(c,{title:"",path:"",vaultPath:"",children:r().gitManager.getTreeStructure($(s).changed)},!0),se(u,{title:"",path:"",vaultPath:"",children:r().gitManager.getTreeStructure($(s).staged)},!0)}else se(c,void 0),se(u,void 0)})}function w(){i().app.workspace.trigger("obsidian-git:refresh")}function x(M){M.stopPropagation(),se(n,!0),r().promiseQueue.addTask(()=>r().gitManager.stageAll({status:$(s)}).finally(w))}function y(M){M.stopPropagation(),se(n,!0),r().promiseQueue.addTask(()=>r().gitManager.unstageAll({status:$(s)}).finally(w))}function C(){se(n,!0),r().promiseQueue.addTask(()=>r().push().finally(w))}function P(){se(n,!0),r().promiseQueue.addTask(()=>r().pullChangesFromRemote().finally(w))}function L(M){M.stopPropagation(),r().discardAll()}let N=ut(()=>($(o).match(/\n/g)||[]).length+1||1);var B=tG(),ge=j(B),Le=j(ge),ke=j(Le);at(ke,M=>l[0]=M,()=>l==null?void 0:l[0]);var ne=te(ke,2);at(ne,M=>l[1]=M,()=>l==null?void 0:l[1]);var Ee=te(ne,2);at(Ee,M=>l[2]=M,()=>l==null?void 0:l[2]);var _e=te(Ee,2);at(_e,M=>l[3]=M,()=>l==null?void 0:l[3]);var z=te(_e,2);at(z,M=>l[4]=M,()=>l==null?void 0:l[4]);var X=te(z,2);at(X,M=>l[5]=M,()=>l==null?void 0:l[5]);var V=te(X,2);at(V,M=>l[6]=M,()=>l==null?void 0:l[6]);var Ne=te(V,2);let gr;at(Ne,M=>l[7]=M,()=>l==null?void 0:l[7]),G(Le),G(ge);var Nt=te(ge,2),Fe=j(Nt);v0(Fe);var Pt=te(Fe,2);{var Rt=M=>{var ae=WU();xe(ae,"aria-label","Clear"),de("click",ae,()=>se(o,"")),ce(M,ae)};Re(Pt,M=>{$(o)&&M(Rt)})}G(Nt);var Ye=te(Nt,2),J=j(Ye);{var D=M=>{var ae=eG(),Te=j(ae);let Bt;var Tr=j(Te),vo=j(Tr);let Y0;var X0=te(vo,4),Lp=j(X0),Z0=j(Lp);at(Z0,vr=>l[8]=vr,()=>l==null?void 0:l[8]),G(Lp);var K0=te(Lp,2),eF=j(K0,!0);G(K0),G(X0),G(Tr);var tF=te(Tr,2);{var rF=vr=>{var Pr=YU(),wo=j(Pr);{var ms=wr=>{ho(wr,{get hierarchy(){return $(u)},get plugin(){return r()},get view(){return i()},get fileType(){return 0},topLevel:!0,get closed(){return $(v)},set closed(Li){se(v,Li,!0)}})},_o=wr=>{var Li=qU(),Ks=Mi(Li);pi(Ks,17,()=>uu($(s).staged,500),hi,(gs,cc)=>{df(gs,{get change(){return $(cc)},get view(){return i()},get manager(){return r().gitManager}})});var Qs=te(Ks,2);fo(Qs,{get files(){return $(s).staged}}),ce(wr,Li)};Re(wo,wr=>{$(S)?wr(ms):wr(_o,-1)})}G(Pr),sn(3,Pr,()=>Gn,()=>({duration:150})),ce(vr,Pr)};Re(tF,vr=>{$(h)&&vr(rF)})}G(Te);var pf=te(Te,2);let Q0;var mf=j(pf),J0=j(mf);let e_;var t_=te(J0,4),Np=j(t_),r_=j(Np),i_=te(r_,2);at(i_,vr=>l[9]=vr,()=>l==null?void 0:l[9]),G(Np);var n_=te(Np,2),iF=j(n_,!0);G(n_),G(t_),G(mf);var nF=te(mf,2);{var sF=vr=>{var Pr=ZU(),wo=j(Pr);{var ms=wr=>{ho(wr,{get hierarchy(){return $(c)},get plugin(){return r()},get view(){return i()},get fileType(){return 1},topLevel:!0,get closed(){return $(_)},set closed(Li){se(_,Li,!0)}})},_o=wr=>{var Li=XU(),Ks=Mi(Li);pi(Ks,17,()=>uu($(s).changed,500),hi,(gs,cc)=>{uf(gs,{get change(){return $(cc)},get view(){return i()},get manager(){return r().gitManager}})});var Qs=te(Ks,2);fo(Qs,{get files(){return $(s).changed}}),ce(wr,Li)};Re(wo,wr=>{$(S)?wr(ms):wr(_o,-1)})}G(Pr),sn(3,Pr,()=>Gn,()=>({duration:150})),ce(vr,Pr)};Re(nF,vr=>{$(d)&&vr(sF)})}G(pf);var aF=te(pf,2);{var oF=vr=>{var Pr=JU();let wo;var ms=j(Pr),_o=te(j(ms),4),wr=j(_o,!0);G(_o),G(ms);var Li=te(ms,2);{var Ks=Qs=>{var gs=QU(),cc=j(gs);{var lF=bo=>{ho(bo,{get hierarchy(){return $(f)},get plugin(){return r()},get view(){return i()},get fileType(){return 2},topLevel:!0,get closed(){return $(b)},set closed(gf){se(b,gf,!0)}})},cF=bo=>{var gf=KU(),s_=Mi(gf);pi(s_,17,()=>$(a),hi,(fF,dF)=>{ff(fF,{get change(){return $(dF)},get view(){return i()}})});var uF=te(s_,2);fo(uF,{get files(){return $(a)}}),ce(bo,gf)};Re(cc,bo=>{$(S)?bo(lF):bo(cF,-1)})}G(gs),sn(3,gs,()=>Gn,()=>({duration:150})),ce(Qs,gs)};Re(Li,Qs=>{$(p)&&Qs(Ks)})}G(Pr),Be(()=>{wo=gt(Pr,1,"pulled nav-folder",null,wo,{"is-collapsed":!$(p)}),je(wr,$(a).length)}),de("click",ms,()=>se(p,!$(p))),ce(vr,Pr)};Re(aF,vr=>{$(a).length>0&&$(f)&&vr(oF)})}G(ae),Be(()=>{Bt=gt(Te,1,"staged tree-item nav-folder",null,Bt,{"is-collapsed":!$(h)}),Y0=gt(vo,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,Y0,{"is-collapsed":!$(h)}),je(eF,$(s).staged.length),Q0=gt(pf,1,"changes tree-item nav-folder",null,Q0,{"is-collapsed":!$(d)}),e_=gt(J0,1,"tree-item-icon nav-folder-collapse-indicator collapse-icon",null,e_,{"is-collapsed":!$(d)}),je(iF,$(s).changed.length)}),de("click",Tr,()=>se(h,!$(h))),de("click",Z0,y),de("click",mf,()=>se(d,!$(d))),de("click",r_,L),de("click",i_,x),ce(M,ae)};Re(J,M=>{$(s)&&$(u)&&$(c)&&M(D)})}G(Ye),G(B),Be(()=>{xe(B,"data-type",Kt.type),xe(V,"data-icon",$(S)?"list":"folder"),gr=gt(Ne,1,"clickable-icon nav-action-button",null,gr,{loading:$(n)}),xe(Fe,"rows",$(N))}),de("click",ke,E),de("click",ne,k),de("click",Ee,x),de("click",_e,y),de("click",z,C),de("click",X,P),de("click",V,()=>{se(S,!$(S)),(0,po.setIcon)(l[6],$(S)?"list":"folder"),r().settings.treeStructure=$(S),r().saveSettings()}),de("click",Ne,w),M0(Fe,()=>$(o),M=>se(o,M)),ce(t,B),ct()}Tt(["click"]);var hf=class extends z$.ItemView{constructor(e,r){super(e),this.plugin=r,this.hoverPopover=null}getViewType(){return Kt.type}getDisplayText(){return Kt.name}getIcon(){return Kt.icon}onClose(){return this._view&&ds(this._view),super.onClose()}reload(){this._view&&ds(this._view),this._view=Xs(j0,{target:this.contentEl,props:{plugin:this.plugin,view:this}})}onOpen(){return this.reload(),super.onOpen()}};m();var kp=class{constructor(e,r){this.statusBarEl=e;this.plugin=r;this.statusBarEl.addClass("mod-clickable"),this.statusBarEl.onClickEvent(i=>{this.plugin.switchBranch().catch(n=>r.displayError(n))})}async display(){if(this.plugin.gitReady){let e=await this.plugin.gitManager.branchInfo();e.current!=null?this.statusBarEl.setText(e.current):this.statusBarEl.empty()}else this.statusBarEl.empty()}remove(){this.statusBarEl.remove()}};m();var W$=require("obsidian");var Ap=class{constructor(e){this.plugin=e}get editor(){var i;let e=(i=this.plugin.app.workspace.activeEditor)==null?void 0:i.editor,r=e==null?void 0:e.cm;if(!(!e||!Wi.hasHunksData(r.state)))return{editor:r,obEditor:e}}get gitManager(){return this.plugin.gitManager}resetHunk(e){if(!this.editor)return;let{editor:r,obEditor:i}=this.editor,n=Wi.getHunk(r.state,!1,e);if(n){let s,a;n.type==="delete"?(s=n.added.start+1,a=n.added.start+1):(s=n.added.start-0,a=n.added.start-1+n.added.count);let o=r.state.doc.line(s).from,l=n.type==="delete"?r.state.doc.line(a).from:r.state.doc.line(a).to+1,c=n.removed.lines.join(` +`);n.removed.lines.length>0&&!n.removed.no_nl_at_eof&&(c+=` +`),i.replaceRange(c,i.offsetToPos(o),i.offsetToPos(l)),i.setSelection(i.offsetToPos(o))}}async stageHunk(e){if(!await this.plugin.isAllInitialized()||!this.editor)return;let{editor:r}=this.editor,i=Wi.getHunk(r.state,!1,e),n=!1;if(i||(i=Wi.getHunk(r.state,!0,e),n=!0),!i)return;let s=r.state.field(W$.editorInfoField).file.path,a=Vt.createPatch(s,[i],"100644",n).join(` +`)+` +`;await this.gitManager.applyPatch(a),this.plugin.app.workspace.trigger("obsidian-git:refresh")}goToHunk(e){if(!this.editor)return;let{editor:r,obEditor:i}=this.editor,n=Wi.getHunks(r.state,!1),s=i.getCursor().line+1,a=Vt.findNearestHunk(s,n,e,!0);if(a==null)return;let o=n[a];if(o){let l=o.added.start-1;i.setCursor(l,0),i.scrollIntoView({from:{line:l,ch:0},to:{line:l+1,ch:0}},!0)}}};m();m();var mo=require("obsidian");var Cp=class{constructor(e){this.plg=e;this.codeMirrorExtensions=[];this.handleWorkspaceLeaf=e=>{if(!this.lineAuthorInfoProvider){console.warn("Git: undefined lineAuthorInfoProvider. Unexpected situation.");return}let r=e==null?void 0:e.view;!(r instanceof mo.MarkdownView)||r.file==null||(r==null?void 0:r.allowNoFile)===!0||this.lineAuthorInfoProvider.trackChanged(r.file).catch(console.error)}}onLoadPlugin(){this.plg.registerEditorExtension(this.codeMirrorExtensions),h2(()=>this.plg.settings.lineAuthor,e=>{this.plg.settings.lineAuthor=e,this.plg.saveSettings()})}conditionallyActivateBySettings(){this.plg.settings.lineAuthor.show&&this.activateFeature()}activateFeature(){try{if(!this.isAvailableOnCurrentPlatform().available)return;E2(this.plg.settings.lineAuthor),this.lineAuthorInfoProvider=new ch(this.plg),this.createEventHandlers(),this.activateCodeMirrorExtensions(),console.log(this.plg.manifest.name+": Enabled line authoring.")}catch(e){console.warn("Git: Error while loading line authoring feature.",e),this.deactivateFeature()}}deactivateFeature(){var e;this.destroyEventHandlers(),this.deactivateCodeMirrorExtensions(),(e=this.lineAuthorInfoProvider)==null||e.destroy(),this.lineAuthorInfoProvider=void 0,console.log(this.plg.manifest.name+": Disabled line authoring.")}isAvailableOnCurrentPlatform(){return{available:this.plg.useSimpleGit&&mo.Platform.isDesktopApp,gitManager:this.plg.gitManager instanceof Se?this.plg.gitManager:void 0}}refreshLineAuthorViews(){this.plg.settings.lineAuthor.show&&(this.deactivateFeature(),this.activateFeature())}activateCodeMirrorExtensions(){this.codeMirrorExtensions.push(D2),this.plg.app.workspace.updateOptions(),this.plg.app.workspace.iterateAllLeaves(this.handleWorkspaceLeaf)}deactivateCodeMirrorExtensions(){for(let e of this.codeMirrorExtensions)this.codeMirrorExtensions.remove(e);this.plg.app.workspace.updateOptions()}createEventHandlers(){this.gutterContextMenuEvent=this.createGutterContextMenuHandler(),this.fileOpenEvent=this.createFileOpenEvent(),this.workspaceLeafChangeEvent=this.createWorkspaceLeafChangeEvent(),this.fileModificationEvent=this.createVaultFileModificationHandler(),this.headChangeEvent=this.createHeadChangeEvent(),this.refreshOnCssChangeEvent=this.createCssRefreshHandler(),this.fileRenameEvent=this.createFileRenameEvent(),w2(),this.plg.registerEvent(this.gutterContextMenuEvent),this.plg.registerEvent(this.refreshOnCssChangeEvent),this.plg.registerEvent(this.fileOpenEvent),this.plg.registerEvent(this.workspaceLeafChangeEvent),this.plg.registerEvent(this.fileModificationEvent),this.plg.registerEvent(this.headChangeEvent),this.plg.registerEvent(this.fileRenameEvent)}destroyEventHandlers(){this.plg.app.workspace.offref(this.gutterContextMenuEvent),this.plg.app.workspace.offref(this.refreshOnCssChangeEvent),this.plg.app.workspace.offref(this.fileOpenEvent),this.plg.app.workspace.offref(this.workspaceLeafChangeEvent),this.plg.app.workspace.offref(this.refreshOnCssChangeEvent),this.plg.app.vault.offref(this.fileModificationEvent),this.plg.app.workspace.offref(this.headChangeEvent),this.plg.app.vault.offref(this.fileRenameEvent)}createFileOpenEvent(){return this.plg.app.workspace.on("file-open",e=>{var r;return void((r=this.lineAuthorInfoProvider)==null?void 0:r.trackChanged(e).catch(console.error))})}createWorkspaceLeafChangeEvent(){return this.plg.app.workspace.on("active-leaf-change",this.handleWorkspaceLeaf)}createFileRenameEvent(){return this.plg.app.vault.on("rename",(e,r)=>{var i;return e instanceof mo.TFile&&((i=this.lineAuthorInfoProvider)==null?void 0:i.trackChanged(e))})}createVaultFileModificationHandler(){return this.plg.app.vault.on("modify",e=>{var r;return e instanceof mo.TFile&&((r=this.lineAuthorInfoProvider)==null?void 0:r.trackChanged(e))})}createHeadChangeEvent(){return this.plg.app.workspace.on("obsidian-git:head-change",()=>{this.refreshLineAuthorViews()})}createCssRefreshHandler(){return this.plg.app.workspace.on("css-change",()=>this.refreshLineAuthorViews())}createGutterContextMenuHandler(){return this.plg.app.workspace.on("editor-menu",y2)}};m();var lc=require("obsidian");m();m();var go=require("@codemirror/state"),Pp=require("@codemirror/view");var Tp=class extends Pp.GutterMarker{constructor(r,i){super();this.type=r;this.staged=i}toDOM(r){let i=activeDocument.createElement("div");return i.className=`git-gutter-marker git-${this.type} ${this.staged?"staged":"unstaged"}`,this.type=="changedelete"&&i.setText("~"),i}},V0=go.StateField.define({create:()=>go.RangeSet.empty,update:(t,e)=>{let r=e.state.field(Hr,!1);if(!r)return go.RangeSet.empty;let i=e.effects.some(s=>s.is(Pu)),n=e.effects.some(s=>s.is(Il));if(i||n||(e.docChanged||t.size==0)&&r.isDirty==!1){let s=new Set,a=q$(e,r.hunks,!1,s),o=q$(e,r.stagedHunks,!0,s);return t=go.RangeSet.of([...a,...o],!0),t}else e.docChanged&&(t=t.map(e.changes));return t}});function q$(t,e,r,i){let n=[];for(let a=0;a0?e[a-1]:void 0,l=a{var e;return(e=t.state.field(V0,!1))!=null?e:go.RangeSet.empty},initialSpacer:t=>new Tp("delete",!1),domEventHandlers:{click:(t,e,r)=>{var n;return((n=Wi.getHunkAtPos(t.state,e.from,!1))!=null?n:Wi.getHunkAtPos(t.state,e.from,!0))&&(Gs(t,e.from),r.preventDefault()),!1}}});var Rp=class{constructor(e){this.plugin=e}async trackChanged(e){return this.trackChangedHelper(e).catch(r=>(console.warn("Git: Error in trackChanged."+r),Promise.reject(r)))}async trackChangedHelper(e){if(e){if(e.path===void 0){console.warn("Git: Attempted to track change of undefined filepath. Unforeseen situation.");return}return this.computeSigns(e.path)}}destroy(){}async computeSigns(e){let i=await this.plugin.editorIntegration.lineAuthoringFeature.isAvailableOnCurrentPlatform().gitManager.show("",e).catch(()=>{});this.notifySignComputationResultToSubscribers(e,{compareText:i,compareTextHead:void 0})}notifySignComputationResultToSubscribers(e,r){es.ifFilepathDefinedTransformSubscribers(e,i=>i.forEach(n=>n.notifyGitCompare(r)))}},X$=[YP,XP,Y$,V0,$h],Z$=[Hr,Cw];m();var z0=require("obsidian"),$p=class{constructor(e,r){this.statusBarEl=e;this.plugin=r;e.addClass("git-changes-status-bar"),r.settings.hunks.statusBar==="colored"&&e.addClass("git-changes-status-bar-colored"),e.setAttr("aria-label","Git diff of the current editor"),this.statusBarEl.setAttribute("data-tooltip-position","top"),r.app.workspace.on("active-leaf-change",i=>{(!i||i.getRoot()==r.app.workspace.rootSplit&&!(i.view instanceof z0.MarkdownView))&&this.statusBarEl.empty()})}display(e,r){var o;let i=this.plugin.app.workspace.getActiveViewOfType(z0.MarkdownView);if(!i||((o=i.file)==null?void 0:o.path)!==(r==null?void 0:r.path))return;let n=0,s=0,a=0;for(let l of e)n+=Math.max(0,l.added.count-l.removed.count),s+=Math.min(l.added.count,l.removed.count),a+=Math.max(0,l.removed.count-l.added.count);this.statusBarEl.empty(),n>0&&this.statusBarEl.createSpan({text:`+${n} `,cls:"git-add"}),s>0&&this.statusBarEl.createSpan({text:`~${s} `,cls:"git-change"}),a>0&&this.statusBarEl.createSpan({text:`-${a}`,cls:"git-delete"})}remove(){this.statusBarEl.remove()}};var Fp=class{constructor(e){this.plg=e;this.codeMirrorExtensions=[];this.handleWorkspaceLeaf=e=>{if(!this.signsProvider){console.warn("Git: undefined signsProvider. Unexpected situation.");return}let r=e==null?void 0:e.view;!(r instanceof lc.MarkdownView)||r.file==null||(r==null?void 0:r.allowNoFile)===!0||this.signsProvider.trackChanged(r.file).catch(console.error)}}onLoadPlugin(){this.plg.registerEditorExtension(this.codeMirrorExtensions)}conditionallyActivateBySettings(){(this.plg.settings.hunks.showSigns||this.plg.settings.hunks.statusBar!="disabled"||this.plg.settings.hunks.hunkCommands)&&this.activateFeature()}activateFeature(){try{if(!this.isAvailableOnCurrentPlatform().available)return;if(this.signsProvider=new Rp(this.plg),this.createEventHandlers(),this.activateCodeMirrorExtensions(),this.plg.settings.hunks.statusBar!="disabled"){let e=this.plg.addStatusBarItem();this.changeStatusBar=new $p(e,this.plg)}}catch(e){console.warn("Git: Error while loading signs feature.",e),this.deactivateFeature()}}deactivateFeature(){var e,r;this.destroyEventHandlers(),this.deactivateCodeMirrorExtensions(),(e=this.signsProvider)==null||e.destroy(),this.signsProvider=void 0,(r=this.changeStatusBar)==null||r.remove(),this.changeStatusBar=void 0}isAvailableOnCurrentPlatform(){return{available:this.plg.useSimpleGit&&lc.Platform.isDesktopApp,gitManager:this.plg.gitManager instanceof Se?this.plg.gitManager:void 0}}refresh(){this.plg.settings.hunks.showSigns&&this.plg.app.workspace.iterateAllLeaves(this.handleWorkspaceLeaf)}activateCodeMirrorExtensions(){this.codeMirrorExtensions.push(Z$),this.plg.settings.hunks.showSigns&&this.codeMirrorExtensions.push(...X$),this.plg.app.workspace.updateOptions(),this.plg.app.workspace.iterateAllLeaves(this.handleWorkspaceLeaf)}deactivateCodeMirrorExtensions(){for(let e of this.codeMirrorExtensions)this.codeMirrorExtensions.remove(e);this.plg.app.workspace.updateOptions()}createEventHandlers(){this.workspaceLeafChangeEvent=this.createWorkspaceLeafChangeEvent(),this.fileRenameEvent=this.createFileRenameEvent(),this.pluginRefreshedEvent=this.createPluginRefreshedEvent(),this.intervalRefreshEvent=this.createIntervalRefreshEvent(),this.plg.registerEvent(this.workspaceLeafChangeEvent),this.plg.registerEvent(this.fileRenameEvent),this.plg.registerEvent(this.pluginRefreshedEvent),this.plg.registerInterval(this.intervalRefreshEvent)}destroyEventHandlers(){this.plg.app.workspace.offref(this.workspaceLeafChangeEvent),this.plg.app.vault.offref(this.fileRenameEvent),this.plg.app.workspace.offref(this.pluginRefreshedEvent),this.plg.app.workspace.offref(this.gutterContextMenuEvent),window.clearInterval(this.intervalRefreshEvent)}createWorkspaceLeafChangeEvent(){return this.plg.app.workspace.on("active-leaf-change",this.handleWorkspaceLeaf)}createFileRenameEvent(){return this.plg.app.vault.on("rename",(e,r)=>{var i;return es.ifFilepathDefinedTransformSubscribers(r,n=>n.forEach(s=>{s.changeToNewFilepath(e.path)})),e instanceof lc.TFile&&((i=this.signsProvider)==null?void 0:i.trackChanged(e))})}createPluginRefreshedEvent(){return this.plg.app.workspace.on("obsidian-git:refresh",()=>{this.refresh()})}createIntervalRefreshEvent(){return window.setInterval(()=>{var e,r;(e=this.plg.app.workspace.activeEditor)!=null&&e.file&&((r=this.signsProvider)==null||r.trackChanged(this.plg.app.workspace.activeEditor.file).catch(console.error))},10*1e3)}};m();var K$=require("@codemirror/state"),Ip=require("obsidian");var W0=class{constructor(e){this.state=e;this.subscribeMe()}notifyLineAuthoring(e,r){if(this.view===void 0){console.warn(`Git: View is not defined for editor cache key. Unforeseen situation. id: ${e}`);return}let i=this.view.state,n=d2(e,r,i);this.view.dispatch(n)}notifyGitCompare(e){if(this.view===void 0){console.warn("Git: View is not defined for editor cache key. Unforeseen situation. id: ");return}if(this.removeIfStale())return;let r=this.view.state,i=r.field(Hr);if(!i||i.compareText!=e.compareText||i.compareTextHead!=e.compareTextHead){let n=CP(e,r);this.view.dispatch(n)}}updateToNewState(e){return this.state=e,!this.lastSeenPath&&this.filepath&&this.subscribeMe(),this}removeIfStale(){var e;return((e=this.view)==null?void 0:e.state.field(q0,!1))!=this||this.view.destroyed?(this.unsubscribeMe(this.lastSeenPath),!0):!1}changeToNewFilepath(e){this.unsubscribeMe(this.lastSeenPath),this.subscribeMe(e)}subscribeMe(e){e!=null||(e=this.filepath),e!==void 0&&(es.ifFilepathDefinedTransformSubscribers(e,r=>r.add(this)),this.lastSeenPath=e)}unsubscribeMe(e){es.ifFilepathDefinedTransformSubscribers(e,r=>r.delete(this))}get filepath(){var e,r;return(r=(e=this.state.field(Ip.editorInfoField))==null?void 0:e.file)==null?void 0:r.path}get view(){return this.state.field(Ip.editorEditorField)}},q0=K$.StateField.define({create:t=>new W0(t),update:(t,e)=>t.updateToNewState(e.state),compare:(t,e)=>t===e});var Mp=class{constructor(e){this.plg=e;this.lineAuthoringFeature=new Cp(this.plg);this.signsFeature=new Fp(this.plg)}onUnloadPlugin(){this.lineAuthoringFeature.deactivateFeature(),this.signsFeature.deactivateFeature()}onLoadPlugin(){this.plg.registerEditorExtension(q0),this.lineAuthoringFeature.onLoadPlugin(),this.signsFeature.onLoadPlugin()}onReady(){this.lineAuthoringFeature.conditionallyActivateBySettings(),this.signsFeature.conditionallyActivateBySettings()}activateLineAuthoring(){this.lineAuthoringFeature.activateFeature()}deactiveLineAuthoring(){this.lineAuthoringFeature.deactivateFeature()}refreshSignsSettings(){let e=this.plg.settings.hunks;e.showSigns||e.statusBar!="disabled"||e.hunkCommands?(this.signsFeature.deactivateFeature(),this.signsFeature.activateFeature()):this.signsFeature.deactivateFeature()}};var Dp=class extends be.Plugin{constructor(){super(...arguments);this.automaticsManager=new Su(this);this.tools=new Ou(this);this.localStorage=new Fh(this);this.state={gitAction:0,offlineMode:!1};this.gitReady=!1;this.promiseQueue=new vd(this);this.intervalsToClear=[];this.editorIntegration=new Mp(this);this.hunkActions=new Ap(this)}setPluginState(r){var i;this.state=Object.assign(this.state,r),(i=this.statusBar)==null||i.display()}async updateCachedStatus(){var r,i;return this.app.workspace.trigger("obsidian-git:loading-status"),this.cachedStatus=await this.gitManager.status(),this.cachedStatus.conflicted.length>0?(this.localStorage.setConflict(!0),await((r=this.branchBar)==null?void 0:r.display())):(this.localStorage.setConflict(!1),await((i=this.branchBar)==null?void 0:i.display())),this.app.workspace.trigger("obsidian-git:status-changed",this.cachedStatus),this.cachedStatus}async refresh(){if(!this.gitReady)return;let r=this.app.workspace.getLeavesOfType(Kt.type),i=this.app.workspace.getLeavesOfType(bi.type);(this.settings.changedFilesInStatusBar||r.some(n=>{var s;return!((s=n.isDeferred)!=null&&s)})||i.some(n=>{var s;return!((s=n.isDeferred)!=null&&s)}))&&await this.updateCachedStatus().catch(n=>this.displayError(n)),this.app.workspace.trigger("obsidian-git:refreshed")}refreshUpdatedHead(){}async onload(){console.log("loading "+this.manifest.name+" plugin: v"+this.manifest.version),jt.plugin=this,this.localStorage.migrate(),await this.loadSettings(),await this.migrateSettings(),this.settingsTab=new uh(this.app,this),this.addSettingTab(this.settingsTab),this.localStorage.getPluginDisabled()||(this.registerStuff(),this.app.workspace.onLayoutReady(()=>this.init({fromReload:!1}).catch(r=>this.displayError(r))))}onExternalSettingsChange(){this.reloadSettings().catch(r=>this.displayError(r))}async reloadSettings(){let r=JSON.stringify(this.settings);await this.loadSettings();let i=JSON.stringify(this.settings);r!==i&&(this.log("Reloading settings"),this.unloadPlugin(),await this.init({fromReload:!0}),this.app.workspace.getLeavesOfType(Kt.type).forEach(n=>{var s;if(!((s=n.isDeferred)!=null&&s))return n.view.reload()}),this.app.workspace.getLeavesOfType(bi.type).forEach(n=>{var s;if(!((s=n.isDeferred)!=null&&s))return n.view.reload()}))}registerStuff(){this.registerEvent(this.app.workspace.on("obsidian-git:refresh",()=>{this.refresh().catch(r=>this.displayError(r))})),this.registerEvent(this.app.workspace.on("obsidian-git:head-change",()=>{this.refreshUpdatedHead()})),this.registerEvent(this.app.workspace.on("file-menu",(r,i,n)=>{this.handleFileMenu(r,i,n,"file-manu")})),this.registerEvent(this.app.workspace.on("obsidian-git:menu",(r,i,n)=>{this.handleFileMenu(r,i,n,"obsidian-git:menu")})),this.registerEvent(this.app.workspace.on("active-leaf-change",r=>{this.onActiveLeafChange(r)})),this.registerEvent(this.app.vault.on("modify",()=>{var r;this.debRefresh(),(r=this.autoCommitDebouncer)==null||r.call(this)})),this.registerEvent(this.app.vault.on("delete",()=>{var r;this.debRefresh(),(r=this.autoCommitDebouncer)==null||r.call(this)})),this.registerEvent(this.app.vault.on("create",()=>{var r;this.debRefresh(),(r=this.autoCommitDebouncer)==null||r.call(this)})),this.registerEvent(this.app.vault.on("rename",()=>{var r;this.debRefresh(),(r=this.autoCommitDebouncer)==null||r.call(this)})),this.registerView(Kt.type,r=>new hf(r,this)),this.registerView(bi.type,r=>new lf(r,this)),this.registerView(Ds.type,r=>new La(r,this)),this.registerView(Ms.type,r=>new Na(r,this)),this.addRibbonIcon("git-pull-request","Open Git source control",async()=>{var n;let r=this.app.workspace.getLeavesOfType(Kt.type),i;r.length===0?(i=(n=this.app.workspace.getRightLeaf(!1))!=null?n:this.app.workspace.getLeaf(),await i.setViewState({type:Kt.type})):i=r.first(),await this.app.workspace.revealLeaf(i)}),this.registerHoverLinkSource(Kt.type,{display:"Git View",defaultMod:!0}),this.editorIntegration.onLoadPlugin(),this.setRefreshDebouncer(),ZP(this)}setRefreshDebouncer(){var r;(r=this.debRefresh)==null||r.cancel(),this.debRefresh=(0,be.debounce)(()=>{this.settings.refreshSourceControl&&this.refresh().catch(console.error)},this.settings.refreshSourceControlTimer,!0)}async addFileToGitignore(r,i){let n=this.gitManager.getRelativeRepoPath(r,!0),s=nA({isFolder:i,gitRelativePath:n});await this.app.vault.adapter.append(this.gitManager.getRelativeVaultPath(".gitignore"),` +`+s),this.app.workspace.trigger("obsidian-git:refresh")}handleFileMenu(r,i,n,s){if(!this.gitReady||!this.settings.showFileMenu||!i)return;let a;if(typeof i=="string"?a=i:a=i.path,n=="file-explorer-context-menu"&&(r.addItem(o=>{o.setTitle("Git: Stage").setIcon("plus-circle").setSection("action").onClick(l=>{this.promiseQueue.addTask(async()=>{i instanceof be.TFile?await this.stageFile(i):(await this.gitManager.stageAll({dir:this.gitManager.getRelativeRepoPath(a,!0)}),this.app.workspace.trigger("obsidian-git:refresh"))})})}),r.addItem(o=>{o.setTitle("Git: Unstage").setIcon("minus-circle").setSection("action").onClick(l=>{this.promiseQueue.addTask(async()=>{i instanceof be.TFile?await this.unstageFile(i):(await this.gitManager.unstageAll({dir:this.gitManager.getRelativeRepoPath(a,!0)}),this.app.workspace.trigger("obsidian-git:refresh"))})})}),r.addItem(o=>{o.setTitle("Git: Add to .gitignore").setIcon("file-x").setSection("action").onClick(l=>{this.addFileToGitignore(a,i instanceof be.TFolder).catch(c=>this.displayError(c))})})),n=="git-source-control"){r.addItem(l=>{l.setTitle("Git: Add to .gitignore").setIcon("file-x").setSection("action").onClick(c=>{this.addFileToGitignore(a,i instanceof be.TFolder).catch(u=>this.displayError(u))})});let o=this.app.vault.adapter;s==="obsidian-git:menu"&&o instanceof be.FileSystemAdapter&&(r.addItem(l=>{l.setTitle("Open in default app").setIcon("arrow-up-right").setSection("action").onClick(c=>{this.app.openWithDefaultApp(a)})}),r.addItem(l=>{l.setTitle("Show in system explorer").setIcon("arrow-up-right").setSection("action").onClick(c=>{window.electron.shell.showItemInFolder(J$.join(o.getBasePath(),a))})}))}}async migrateSettings(){this.settings.mergeOnPull!=null&&(this.settings.syncMethod=this.settings.mergeOnPull?"merge":"rebase",this.settings.mergeOnPull=void 0,await this.saveSettings()),this.settings.autoCommitMessage===void 0&&(this.settings.autoCommitMessage=this.settings.commitMessage,await this.saveSettings()),this.settings.gitPath!=null&&(this.localStorage.setGitPath(this.settings.gitPath),this.settings.gitPath=void 0,await this.saveSettings()),this.settings.username!=null&&(this.localStorage.setPassword(this.settings.username),this.settings.username=void 0,await this.saveSettings())}unloadPlugin(){var r,i;this.gitReady=!1,this.editorIntegration.onUnloadPlugin(),this.automaticsManager.unload(),(r=this.branchBar)==null||r.remove(),(i=this.statusBar)==null||i.remove(),this.statusBar=void 0,this.branchBar=void 0,this.gitManager.unload(),this.promiseQueue.clear();for(let n of this.intervalsToClear)window.clearInterval(n);this.intervalsToClear=[],this.debRefresh.cancel()}onunload(){this.unloadPlugin(),console.log("unloading "+this.manifest.name+" plugin")}async loadSettings(){let r=await this.loadData();r==null&&(r={showedMobileNotice:!0}),this.settings=Rk(ht,r)}async saveSettings(){var r;(r=this.settingsTab)==null||r.beforeSaveSettings(),await this.saveData(this.settings)}get useSimpleGit(){return be.Platform.isDesktopApp}async init({fromReload:r=!1}){var i;if(this.settings.showStatusBar&&!this.statusBar){let n=this.addStatusBarItem();this.statusBar=new fh(n,this),this.intervalsToClear.push(window.setInterval(()=>{var s;return(s=this.statusBar)==null?void 0:s.display()},1e3))}try{this.useSimpleGit?(this.gitManager=new Se(this),await this.gitManager.setGitInstance()):this.gitManager=new Vi(this);let n=await this.gitManager.checkRequirements(),s=this.localStorage.getPausedAutomatics();switch(n){case"missing-git":this.displayError(`Cannot run git command. Trying to run: '${this.localStorage.getGitPath()||"git"}' .`);break;case"missing-repo":new be.Notice("Can't find a valid git repository. Please create one via the given command or clone an existing repo.",1e4);break;case"valid":if(this.gitReady=!0,this.setPluginState({gitAction:0}),be.Platform.isDesktop&&this.settings.showBranchStatusBar&&!this.branchBar){let a=this.addStatusBarItem();this.branchBar=new kp(a,this),this.intervalsToClear.push(window.setInterval(()=>{var o;return void((o=this.branchBar)==null?void 0:o.display().catch(console.error))},6e4))}await((i=this.branchBar)==null?void 0:i.display()),this.editorIntegration.onReady(),this.app.workspace.trigger("obsidian-git:refresh"),this.app.workspace.trigger("obsidian-git:head-change"),!r&&this.settings.autoPullOnBoot&&!s&&this.promiseQueue.addTask(()=>this.pullChangesFromRemote()),s||await this.automaticsManager.init(),s&&new be.Notice("Automatic routines are currently paused.");break;default:this.log("Something weird happened. The 'checkRequirements' result is "+n)}}catch(n){this.displayError(n),console.error(n)}}async createNewRepo(){try{await this.gitManager.init(),new be.Notice("Initialized new repo"),await this.init({fromReload:!0})}catch(r){this.displayError(r)}}async cloneNewRepo(){let i=await new et(this,{placeholder:"Enter remote URL"}).openAndGetResult();if(i){let n="Vault Root",s=await new et(this,{options:this.gitManager instanceof Vi?[n]:[],placeholder:"Enter directory for clone. It needs to be empty or not existent.",allowEmpty:this.gitManager instanceof Vi}).openAndGetResult();if(s==null)return;if(s===n&&(s="."),s=(0,be.normalizePath)(s),s==="/"&&(s="."),s==="."){let f=await new et(this,{options:["NO","YES"],placeholder:`Does your remote repo contain a ${this.app.vault.configDir} directory at the root?`,onlySelection:!0}).openAndGetResult();if(f===void 0){new be.Notice("Aborted clone");return}else if(f==="YES"){let d="DELETE ALL YOUR LOCAL CONFIG AND PLUGINS";if(await new et(this,{options:["Abort clone",d],placeholder:`To avoid conflicts, the local ${this.app.vault.configDir} directory needs to be deleted.`,onlySelection:!0}).openAndGetResult()===d)await this.app.vault.adapter.rmdir(this.app.vault.configDir,!0);else{new be.Notice("Aborted clone");return}}}let a=await new et(this,{placeholder:"Specify depth of clone. Leave empty for full clone.",allowEmpty:!0}).openAndGetResult(),o;if(a===void 0){new be.Notice("Aborted clone");return}if(a!==""&&(o=parseInt(a),isNaN(o))){new be.Notice("Invalid depth. Aborting clone.");return}new be.Notice(`Cloning new repo into "${s}"`);let l=this.settings.basePath,c=s&&s!==".";c&&(this.settings.basePath=s);try{await this.gitManager.clone(sv(i),s,o),new be.Notice("Cloned new repo."),new be.Notice("Please restart Obsidian"),c&&await this.saveSettings()}catch(u){this.displayError(u),this.settings.basePath=l,await this.saveSettings()}}}async isAllInitialized(){return this.gitReady||await this.init({fromReload:!0}),this.gitReady}async pullChangesFromRemote(){if(!await this.isAllInitialized())return;let r=await this.pull();if(r!==!1){if(r||this.displayMessage("Pull: Everything is up-to-date"),this.gitManager instanceof Se){let i=await this.updateCachedStatus();i.conflicted.length>0&&(this.displayError(`You have conflicts in ${i.conflicted.length} ${i.conflicted.length==1?"file":"files"}`),await this.handleConflict(i.conflicted))}this.app.workspace.trigger("obsidian-git:refresh"),this.setPluginState({gitAction:0})}}async commitAndSync({fromAutoBackup:r,requestCustomMessage:i=!1,commitMessage:n,onlyStaged:s=!1}){!await this.isAllInitialized()||(this.settings.syncMethod=="reset"&&this.settings.pullBeforePush&&await this.pull(),!await this.commit({fromAuto:r,requestCustomMessage:i,commitMessage:n,onlyStaged:s}))||(this.settings.syncMethod!="reset"&&this.settings.pullBeforePush&&await this.pull(),this.settings.disablePush||(await this.remotesAreSet()&&await this.gitManager.canPush()?await this.push():this.displayMessage("No commits to push")),this.setPluginState({gitAction:0}))}async commit({fromAuto:r,requestCustomMessage:i=!1,onlyStaged:n=!1,commitMessage:s,amend:a=!1}){if(!await this.isAllInitialized())return!1;try{let o=this.localStorage.getConflict(),l,c=[],u=[];if(this.gitManager instanceof Se){if(await this.mayDeleteConflictFile(),l=await this.updateCachedStatus(),l.conflicted.length==0&&(o=!1),r&&l.conflicted.length>0)return this.displayError(`Did not commit, because you have conflicts in ${l.conflicted.length} ${l.conflicted.length==1?"file":"files"}. Please resolve them and commit per command.`),await this.handleConflict(l.conflicted),!1;c=l.staged,u=l.changed}else{if(r&&o)return this.displayError("Did not commit, because you have conflicts. Please resolve them and commit per command."),!1;{o&&await this.mayDeleteConflictFile();let f=this.gitManager;n?c=await f.getStagedFiles():u=(await f.getUnstagedFiles()).map(({path:h,type:p})=>({vaultPath:this.gitManager.getRelativeVaultPath(h),path:h,type:p}))}}if(await this.tools.hasTooBigFiles(n?c:[...c,...u]))return this.setPluginState({gitAction:0}),!1;if(u.length+c.length!==0||o){let f=s!=null?s:s=r?this.settings.autoCommitMessage:this.settings.commitMessage;if(r&&this.settings.customMessageOnAutoBackup||i){!this.settings.disablePopups&&r&&new be.Notice("Auto backup: Please enter a custom commit message. Leave empty to abort");let p=await new dh(this).openAndGetResult();if(p!=null&&p!=""&&p!="...")f=p;else return this.setPluginState({gitAction:0}),!1}else if(this.gitManager instanceof Se&&this.settings.commitMessageScript){let p=this.settings.commitMessageScript,g=this.localStorage.getHostname()||"",v=p.replace("{{hostname}}",g);v=v.replace("{{date}}",(0,be.moment)().format(this.settings.commitDateFormat));let _="sh";if(be.Platform.isWin){_=process.env.PROGRAMFILES+"\\Git\\bin\\sh.exe";let S=!1;try{await Op.access(_,Op.constants.X_OK),S=!0}catch(k){S=!1}if(!S)return this.displayError(`Cannot find sh.exe at ${_}. Please make sure Git is properly installed.`),!1}let b=await fu(_,["-c",v],{cwd:this.gitManager.absoluteRepoPath});b.code!=0?this.displayError(b.stderr):b.stdout.trim().length==0?this.displayMessage("Stdout from commit message script is empty. Using default message."):f=b.stdout}if(!f||f.trim()==="")return new be.Notice("Commit aborted: No commit message provided"),this.setPluginState({gitAction:0}),!1;let d;n?d=await this.gitManager.commit({message:f,amend:a}):d=await this.gitManager.commitAll({message:f,status:l,unstagedFiles:u,amend:a}),this.gitManager instanceof Se&&await this.updateCachedStatus();let h=!1;d===void 0&&(h=!0,d=u.length+c.length||0),this.displayMessage(`Committed${h?" approx.":""} ${d} ${d==1?"file":"files"}`)}else this.displayMessage("No changes to commit");return this.app.workspace.trigger("obsidian-git:refresh"),!0}catch(o){return this.displayError(o),!1}}async push(){if(!await this.isAllInitialized()||!await this.remotesAreSet())return!1;let r=this.localStorage.getConflict();try{this.gitManager instanceof Se&&await this.mayDeleteConflictFile();let i;if(this.gitManager instanceof Se&&(i=await this.updateCachedStatus()).conflicted.length>0)return this.displayError(`Cannot push. You have conflicts in ${i.conflicted.length} ${i.conflicted.length==1?"file":"files"}`),await this.handleConflict(i.conflicted),!1;if(this.gitManager instanceof Vi&&r)return this.displayError("Cannot push. You have conflicts"),!1;this.log("Pushing....");let n=await this.gitManager.push();return n!==void 0&&(n===null?this.displayMessage("Pushed to remote"):n>0?this.displayMessage(`Pushed ${n} ${n==1?"file":"files"} to remote`):this.displayMessage("No commits to push")),this.setPluginState({offlineMode:!1}),this.app.workspace.trigger("obsidian-git:refresh"),!0}catch(i){return i instanceof al?this.handleNoNetworkError(i):this.displayError(i),!1}}async pull(){if(!await this.remotesAreSet())return!1;try{this.log("Pulling....");let r=await this.gitManager.pull()||[];return this.setPluginState({offlineMode:!1}),r.length>0&&(this.displayMessage(`Pulled ${r.length} ${r.length==1?"file":"files"} from remote`),this.lastPulledFiles=r),r.length}catch(r){return this.displayError(r),!1}}async fetch(){if(await this.remotesAreSet())try{await this.gitManager.fetch(),this.displayMessage("Fetched from remote"),this.setPluginState({offlineMode:!1}),this.app.workspace.trigger("obsidian-git:refresh")}catch(r){this.displayError(r)}}async mayDeleteConflictFile(){let r=this.app.vault.getAbstractFileByPath(il);r&&(this.app.workspace.iterateAllLeaves(i=>{var n;i.view instanceof be.MarkdownView&&((n=i.view.file)==null?void 0:n.path)==r.path&&i.detach()}),await this.app.vault.delete(r))}async stageFile(r){return await this.isAllInitialized()?(await this.gitManager.stage(r.path,!0),this.app.workspace.trigger("obsidian-git:refresh"),this.setPluginState({gitAction:0}),!0):!1}async unstageFile(r){return await this.isAllInitialized()?(await this.gitManager.unstage(r.path,!0),this.app.workspace.trigger("obsidian-git:refresh"),this.setPluginState({gitAction:0}),!0):!1}async switchBranch(){var n;if(!await this.isAllInitialized())return;let r=await this.gitManager.branchInfo(),i=await new Ep(this,r.branches).openAndGetReslt();if(i!=null)return await this.gitManager.checkout(i),this.displayMessage(`Switched to ${i}`),this.app.workspace.trigger("obsidian-git:refresh"),await((n=this.branchBar)==null?void 0:n.display()),i}async switchRemoteBranch(){var s;if(!await this.isAllInitialized())return;let r=await this.selectRemoteBranch()||"",[i,n]=Qn(r);if(n!=null&&i!=null)return await this.gitManager.checkout(n,i),this.displayMessage(`Switched to ${r}`),await((s=this.branchBar)==null?void 0:s.display()),r}async createBranch(){var i;if(!await this.isAllInitialized())return;let r=await new et(this,{placeholder:"Create new branch"}).openAndGetResult();if(r!=null)return await this.gitManager.createBranch(r),this.displayMessage(`Created new branch ${r}`),await((i=this.branchBar)==null?void 0:i.display()),r}async deleteBranch(){var n;if(!await this.isAllInitialized())return;let r=await this.gitManager.branchInfo();r.current&&r.branches.remove(r.current);let i=await new et(this,{options:r.branches,placeholder:"Delete branch",onlySelection:!0}).openAndGetResult();if(i!=null){let s=!1;if(!await this.gitManager.branchIsMerged(i)){let o=await new et(this,{options:["YES","NO"],placeholder:"This branch isn't merged into HEAD. Force delete?",onlySelection:!0}).openAndGetResult();if(o!=="YES")return;s=o==="YES"}return await this.gitManager.deleteBranch(i,s),this.displayMessage(`Deleted branch ${i}`),await((n=this.branchBar)==null?void 0:n.display()),i}}async remotesAreSet(){return this.settings.updateSubmodules||this.gitManager instanceof Se&&await this.gitManager.getConfig("push.autoSetupRemote","all")=="true"||(await this.gitManager.branchInfo()).tracking?!0:(new be.Notice("No upstream branch is set. Please select one."),await this.setUpstreamBranch())}async setUpstreamBranch(){let r=await this.selectRemoteBranch();return r==null?(this.displayError("Aborted. No upstream-branch is set!",1e4),this.setPluginState({gitAction:0}),!1):(await this.gitManager.updateUpstreamBranch(r),this.displayMessage(`Set upstream branch to ${r}`),this.setPluginState({gitAction:0}),!0)}async discardAll(r){if(!await this.isAllInitialized())return!1;let i=await this.gitManager.status({path:r}),n=0,s=0;for(let o of i.changed)o.workingDir=="U"?n++:s++;if(n+s==0)return!1;let a=await new oc({app:this.app,filesToDeleteCount:n,filesToDiscardCount:s,path:r!=null?r:""}).openAndGetResult();switch(a){case!1:return a;case"discard":await this.gitManager.discardAll({dir:r,status:this.cachedStatus});break;case"delete":{await this.gitManager.discardAll({dir:r,status:this.cachedStatus});let o=await this.gitManager.getUntrackedPaths({path:r,status:this.cachedStatus});for(let l of o){let c=this.gitManager.getRelativeVaultPath(l),u=this.app.vault.getAbstractFileByPath(c);u?await this.app.fileManager.trashFile(u):l.endsWith("/")?await this.app.vault.adapter.rmdir(c,!0):await this.app.vault.adapter.remove(c)}break}default:Td(a)}return this.app.workspace.trigger("obsidian-git:refresh"),a}async handleConflict(r){this.localStorage.setConflict(!0);let i;r!==void 0&&(i=["# Conflicts","Please resolve them and commit them using the commands `Git: Commit all changes` followed by `Git: Push`","(This file will automatically be deleted before commit)","[[#Additional Instructions]] available below file list","",...r.map(n=>{let s=this.app.vault.getAbstractFileByPath(n);return s instanceof be.TFile?`- [[${this.app.metadataCache.fileToLinktext(s,"/")}]]`:`- Not a file: ${n}`}),` +# Additional Instructions +I strongly recommend to use "Source mode" for viewing the conflicted files. For simple conflicts, in each file listed above replace every occurrence of the following text blocks with the desired text. + +\`\`\`diff +<<<<<<< HEAD + File changes in local repository +======= + File changes in remote repository +>>>>>>> origin/main +\`\`\``]),await this.tools.writeAndOpenFile(i==null?void 0:i.join(` +`))}async editRemotes(){if(!await this.isAllInitialized())return;let r=await this.gitManager.getRemotes(),n=await new et(this,{options:r,placeholder:"Select or create a new remote by typing its name and selecting it"}).openAndGetResult();if(n){let s=await this.gitManager.getRemoteUrl(n),o=await new et(this,{initialValue:s,placeholder:"Enter remote URL"}).openAndGetResult();if(o)return await this.gitManager.setRemote(n,sv(o)),n}}async selectRemoteBranch(){let r=await this.gitManager.getRemotes(),i;r.length===0&&(i=await this.editRemotes(),i==null&&(r=await this.gitManager.getRemotes()));let n=new et(this,{options:r,placeholder:"Select or create a new remote by typing its name and selecting it"}),s=i!=null?i:await n.openAndGetResult();if(s){this.displayMessage("Fetching remote branches"),await this.gitManager.fetch(s);let a=await this.gitManager.getRemoteBranches(s),l=await new et(this,{options:a,placeholder:"Select or create a new remote branch by typing its name and selecting it"}).openAndGetResult();return l==null?void 0:l.startsWith(s+"/")?l:`${s}/${l}`}}async removeRemote(){if(!await this.isAllInitialized())return;let r=await this.gitManager.getRemotes(),n=await new et(this,{options:r,placeholder:"Select a remote"}).openAndGetResult();n&&await this.gitManager.removeRemote(n)}onActiveLeafChange(r){var a,o;let i=r==null?void 0:r.view;if(!(i!=null&&i.getState().file)&&!(i instanceof La||i instanceof Na))return;let n=this.app.workspace.getLeavesOfType(Kt.type).first(),s=this.app.workspace.getLeavesOfType(bi.type).first();if((a=n==null?void 0:n.view.containerEl.querySelector("div.tree-item-self.is-active"))==null||a.removeClass("is-active"),(o=s==null?void 0:s.view.containerEl.querySelector("div.tree-item-self.is-active"))==null||o.removeClass("is-active"),(r==null?void 0:r.view)instanceof La||(r==null?void 0:r.view)instanceof Na){let c=r.view.state.bFile.replace(/["\\]/g,"\\$&");this.lastDiffViewState=r.view.getState();let u;n&&r.view.state.aRef=="HEAD"?u=n.view.containerEl.querySelector(`div.staged div.tree-item-self[data-path="${c}"]`):n&&r.view.state.aRef==""?u=n.view.containerEl.querySelector(`div.changes div.tree-item-self[data-path="${c}"]`):s&&(u=s.view.containerEl.querySelector(`div.tree-item-self[data-path='${c}']`)),u==null||u.addClass("is-active")}else this.lastDiffViewState=void 0}handleNoNetworkError(r){this.state.offlineMode?this.log("Encountered network error, but already in offline mode"):this.displayError("Git: Going into offline mode. Future network errors will no longer be displayed.",2e3),this.setPluginState({gitAction:0,offlineMode:!0})}displayMessage(r,i=4*1e3){var n;(n=this.statusBar)==null||n.displayMessage(r.toLowerCase(),i),this.settings.disablePopups||(!this.settings.disablePopupsForNoChanges||!r.startsWith("No changes"))&&new be.Notice(r,5*1e3),this.log(r)}displayError(r,i=10*1e3){var s;if(r instanceof Q$.Errors.UserCanceledError){new be.Notice("Aborted");return}let n;r instanceof Error?n=r:n=new Error(String(r)),this.setPluginState({gitAction:0}),this.settings.showErrorNotices&&new be.Notice(n.message,i),console.error(`${this.manifest.id}:`,n.stack),(s=this.statusBar)==null||s.displayMessage(n.message.toLowerCase(),i)}log(...r){console.log(`${this.manifest.id}:`,...r)}}; +/*! Bundled license information: + +ieee754/index.js: + (*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh *) + +buffer/index.js: + (*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + *) + +safe-buffer/index.js: + (*! safe-buffer. MIT License. Feross Aboukhadijeh *) + +crc-32/crc32.js: + (*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com *) + +isomorphic-git/index.cjs: + (*! + * This code for `path.join` is directly copied from @zenfs/core/path for bundle size improvements. + * SPDX-License-Identifier: LGPL-3.0-or-later + * Copyright (c) James Prevett and other ZenFS contributors. + *) + +js-sha256/src/sha256.js: + (** + * [js-sha256]{@link https://github.com/emn178/js-sha256} + * + * @version 0.9.0 + * @author Chen, Yi-Cyuan [emn178@gmail.com] + * @copyright Chen, Yi-Cyuan 2014-2017 + * @license MIT + *) +*/ + +/* nosourcemap */ \ No newline at end of file diff --git a/PaperBell/.obsidian/plugins/obsidian-git/manifest.json b/PaperBell/.obsidian/plugins/obsidian-git/manifest.json new file mode 100644 index 00000000..4030cb56 --- /dev/null +++ b/PaperBell/.obsidian/plugins/obsidian-git/manifest.json @@ -0,0 +1,10 @@ +{ + "author": "Vinzent", + "authorUrl": "https://github.com/Vinzent03", + "id": "obsidian-git", + "name": "Git", + "description": "Integrate Git version control with automatic backup and other advanced features.", + "isDesktopOnly": false, + "fundingUrl": "https://ko-fi.com/vinzent", + "version": "2.38.3" +} diff --git a/PaperBell/.obsidian/plugins/obsidian-git/styles.css b/PaperBell/.obsidian/plugins/obsidian-git/styles.css new file mode 100644 index 00000000..7dee885c --- /dev/null +++ b/PaperBell/.obsidian/plugins/obsidian-git/styles.css @@ -0,0 +1,705 @@ +@keyframes loading { + 0% { + transform: rotate(0deg); + } + + 100% { + transform: rotate(360deg); + } +} + +.workspace-leaf-content[data-type="git-view"] .button-border { + border: 2px solid var(--interactive-accent); + border-radius: var(--radius-s); +} + +.workspace-leaf-content[data-type="git-view"] .view-content { + padding-left: 0; + padding-top: 0; + padding-right: 0; +} + +.workspace-leaf-content[data-type="git-history-view"] .view-content { + padding-left: 0; + padding-top: 0; + padding-right: 0; +} + +.loading { + overflow: hidden; +} + +.loading > svg { + animation: 2s linear infinite loading; + transform-origin: 50% 50%; + display: inline-block; +} + +.obsidian-git-center { + margin: auto; + text-align: center; + width: 50%; +} + +.obsidian-git-textarea { + display: block; + margin-left: auto; + margin-right: auto; +} + +.obsidian-git-disabled { + opacity: 0.5; +} + +.obsidian-git-center-button { + display: block; + margin: 20px auto; +} + +.tooltip.mod-left { + overflow-wrap: break-word; +} + +.tooltip.mod-right { + overflow-wrap: break-word; +} + +/* Limits the scrollbar to the view body */ +.git-view { + display: flex; + flex-direction: column; + position: relative; + height: 100%; +} + +/* Re-enable wrapping of nav buttns to prevent overflow on smaller screens #*/ +.workspace-drawer .git-view .nav-buttons-container { + flex-wrap: wrap; +} + +.git-tools { + display: flex; + margin-left: auto; +} +.git-tools .type { + padding-left: var(--size-2-1); + display: flex; + align-items: center; + justify-content: center; + width: 11px; +} + +.git-tools .type[data-type="M"] { + color: orange; +} +.git-tools .type[data-type="D"] { + color: red; +} +.git-tools .buttons { + display: flex; +} +.git-tools .buttons > * { + padding: 0; + height: auto; +} + +.workspace-leaf-content[data-type="git-view"] .tree-item-self, +.workspace-leaf-content[data-type="git-history-view"] .tree-item-self { + align-items: center; +} + +.workspace-leaf-content[data-type="git-view"] + .tree-item-self:hover + .clickable-icon, +.workspace-leaf-content[data-type="git-history-view"] + .tree-item-self:hover + .clickable-icon { + color: var(--icon-color-hover); +} + +/* Highlight an item as active if it's diff is currently opened */ +.is-active .git-tools .buttons > * { + color: var(--nav-item-color-active); +} + +.git-author { + color: var(--text-accent); +} + +.git-date { + color: var(--text-accent); +} + +.git-ref { + color: var(--text-accent); +} + +/* ====== diff2html ====== +The following styles are adapted from the obsidian-version-history plugin by +@kometenstaub https://github.com/kometenstaub/obsidian-version-history-diff/blob/main/src/styles.scss +which itself is adapted from the diff2html library with the following original license: + + https://github.com/rtfpessoa/diff2html/blob/master/LICENSE.md + + Copyright 2014-2016 Rodrigo Fernandes https://rtfpessoa.github.io/ + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated + documentation files (the "Software"), to deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit + persons to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the + Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +*/ + +.theme-dark, +.theme-light { + --git-delete-bg: #ff475040; + --git-delete-hl: #96050a75; + --git-insert-bg: #68d36840; + --git-insert-hl: #23c02350; + --git-change-bg: #ffd55840; + --git-selected: #3572b0; + + --git-delete: #cc3333; + --git-insert: #399839; + --git-change: #d0b44c; + --git-move: #3572b0; +} + +.git-diff { + .d2h-d-none { + display: none; + } + .d2h-wrapper { + text-align: left; + border-radius: 0.25em; + overflow: auto; + } + .d2h-file-header.d2h-file-header { + background-color: var(--background-secondary); + border-bottom: 1px solid var(--background-modifier-border); + font-family: + Source Sans Pro, + Helvetica Neue, + Helvetica, + Arial, + sans-serif; + height: 35px; + padding: 5px 10px; + } + .d2h-file-header, + .d2h-file-stats { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + .d2h-file-header { + display: none; + } + .d2h-file-stats { + font-size: 14px; + margin-left: auto; + } + .d2h-lines-added { + border: 1px solid var(--color-green); + border-radius: 5px 0 0 5px; + color: var(--color-green); + padding: 2px; + text-align: right; + vertical-align: middle; + } + .d2h-lines-deleted { + border: 1px solid var(--color-red); + border-radius: 0 5px 5px 0; + color: var(--color-red); + margin-left: 1px; + padding: 2px; + text-align: left; + vertical-align: middle; + } + .d2h-file-name-wrapper { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-size: 15px; + width: 100%; + } + .d2h-file-name { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + color: var(--text-normal); + font-size: var(--h5-size); + } + .d2h-file-wrapper { + border: 1px solid var(--background-secondary-alt); + border-radius: 3px; + margin-bottom: 1em; + max-height: 100%; + } + .d2h-file-collapse { + -webkit-box-pack: end; + -ms-flex-pack: end; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border: 1px solid var(--background-secondary-alt); + border-radius: 3px; + cursor: pointer; + display: none; + font-size: 12px; + justify-content: flex-end; + padding: 4px 8px; + } + .d2h-file-collapse.d2h-selected { + background-color: var(--git-selected); + } + .d2h-file-collapse-input { + margin: 0 4px 0 0; + } + .d2h-diff-table { + border-collapse: collapse; + font-family: var(--font-monospace); + font-size: var(--code-size); + width: 100%; + } + .d2h-files-diff { + width: 100%; + } + .d2h-file-diff { + /* + overflow-y: scroll; + */ + border-radius: 5px; + font-size: var(--font-text-size); + line-height: var(--line-height-normal); + } + .d2h-file-side-diff { + display: inline-block; + margin-bottom: -8px; + margin-right: -4px; + overflow-x: scroll; + overflow-y: hidden; + width: 50%; + } + .d2h-code-line { + padding-left: 6em; + padding-right: 1.5em; + } + .d2h-code-line, + .d2h-code-side-line { + display: inline-block; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; + } + .d2h-code-side-line { + /* needed to be changed */ + padding-left: 0.5em; + padding-right: 0.5em; + } + .d2h-code-line-ctn { + word-wrap: normal; + background: none; + display: inline-block; + padding: 0; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + vertical-align: middle; + width: 100%; + /* only works for line-by-line */ + white-space: pre-wrap; + } + .d2h-code-line del, + .d2h-code-side-line del { + background-color: var(--git-delete-hl); + color: var(--text-normal); + } + .d2h-code-line del, + .d2h-code-line ins, + .d2h-code-side-line del, + .d2h-code-side-line ins { + border-radius: 0.2em; + display: inline-block; + margin-top: -1px; + text-decoration: none; + vertical-align: middle; + } + .d2h-code-line ins, + .d2h-code-side-line ins { + background-color: var(--git-insert-hl); + text-align: left; + } + .d2h-code-line-prefix { + word-wrap: normal; + background: none; + display: inline; + padding: 0; + white-space: pre; + } + .line-num1 { + float: left; + } + .line-num1, + .line-num2 { + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; + /* + padding: 0 0.5em; + */ + text-overflow: ellipsis; + width: 2.5em; + padding-left: 0; + } + .line-num2 { + float: right; + } + .d2h-code-linenumber { + background-color: var(--background-primary); + border: solid var(--background-modifier-border); + border-width: 0 1px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: var(--text-faint); + cursor: pointer; + display: inline-block; + position: absolute; + text-align: right; + width: 5.5em; + } + .d2h-code-linenumber:after { + content: "\200b"; + } + .d2h-code-side-linenumber { + background-color: var(--background-primary); + border: solid var(--background-modifier-border); + border-width: 0 1px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: var(--text-faint); + cursor: pointer; + overflow: hidden; + padding: 0 0.5em; + text-align: right; + text-overflow: ellipsis; + width: 4em; + /* needed to be changed */ + display: table-cell; + position: relative; + } + .d2h-code-side-linenumber:after { + content: "\200b"; + } + .d2h-code-side-emptyplaceholder, + .d2h-emptyplaceholder { + background-color: var(--background-primary); + border-color: var(--background-modifier-border); + } + .d2h-code-line-prefix, + .d2h-code-linenumber, + .d2h-code-side-linenumber, + .d2h-emptyplaceholder { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + } + .d2h-code-linenumber, + .d2h-code-side-linenumber { + direction: rtl; + } + .d2h-del { + background-color: var(--git-delete-bg); + border-color: var(--git-delete-hl); + } + .d2h-ins { + background-color: var(--git-insert-bg); + border-color: var(--git-insert-hl); + } + .d2h-info { + background-color: var(--background-primary); + border-color: var(--background-modifier-border); + color: var(--text-faint); + } + .d2h-del, + .d2h-ins, + .d2h-file-diff .d2h-change { + color: var(--text-normal); + } + .d2h-file-diff .d2h-del.d2h-change { + background-color: var(--git-change-bg); + } + .d2h-file-diff .d2h-ins.d2h-change { + background-color: var(--git-insert-bg); + } + .d2h-file-list-wrapper { + a { + text-decoration: none; + cursor: default; + -webkit-user-drag: none; + } + + svg { + display: none; + } + } + .d2h-file-list-header { + text-align: left; + } + .d2h-file-list-title { + display: none; + } + .d2h-file-list-line { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + text-align: left; + } + .d2h-file-list { + } + .d2h-file-list > li { + border-bottom: 1px solid var(--background-modifier-border); + margin: 0; + padding: 5px 10px; + } + .d2h-file-list > li:last-child { + border-bottom: none; + } + .d2h-file-switch { + cursor: pointer; + display: none; + font-size: 10px; + } + .d2h-icon { + fill: currentColor; + margin-right: 10px; + vertical-align: middle; + } + .d2h-deleted { + color: var(--git-delete); + } + .d2h-added { + color: var(--git-insert); + } + .d2h-changed { + color: var(--git-change); + } + .d2h-moved { + color: var(--git-move); + } + .d2h-tag { + background-color: var(--background-secondary); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-size: 10px; + margin-left: 5px; + padding: 0 2px; + } + .d2h-deleted-tag { + border: 1px solid var(--git-delete); + } + .d2h-added-tag { + border: 1px solid var(--git-insert); + } + .d2h-changed-tag { + border: 1px solid var(--git-change); + } + .d2h-moved-tag { + border: 1px solid var(--git-move); + } + + /* needed for line-by-line*/ + + .d2h-diff-tbody { + position: relative; + } + + /* My additions */ + .cm-merge-revert { + width: 4em; + } + /* Ensure that merge revert markers are positioned correctly */ + .cm-merge-revert > * { + position: absolute; + background-color: var(--background-secondary); + display: flex; + } +} + +/* ====================== Line Authoring Information ====================== */ + +.cm-gutterElement.obs-git-blame-gutter { + /* Add background color to spacing inbetween and around the gutter for better aesthetics */ + border-width: 0px 2px 0.2px; + border-style: solid; + border-color: var(--background-secondary); + background-color: var(--background-secondary); +} + +.cm-gutterElement.obs-git-blame-gutter > div, +.line-author-settings-preview { + /* delegate text color to settings */ + color: var(--obs-git-gutter-text); + font-family: monospace; + height: 100%; /* ensure, that age-based background color occupies entire parent */ + text-align: right; + padding: 0px 6px; + white-space: pre; /* Keep spaces and do not collapse them. */ +} + +@media (max-width: 800px) { + /* hide git blame gutter not to superpose text */ + .cm-gutterElement.obs-git-blame-gutter { + display: none; + } +} + +.git-unified-diff-view, +.git-split-diff-view .cm-deletedLine .cm-changedText { + background-color: #ee443330; +} + +.git-unified-diff-view, +.git-split-diff-view .cm-insertedLine .cm-changedText { + background-color: #22bb2230; +} + +.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after { + -webkit-mask-image: url('data:image/svg+xml,'); +} + +.git-obscure-prompt[git-is-obscured="false"] #git-show-password:after { + -webkit-mask-image: url('data:image/svg+xml,'); +} + +/* Override styling of Codemirror merge view "collapsed lines" indicator */ +.git-split-diff-view .ͼ2 .cm-collapsedLines { + background: var(--interactive-normal); + border-radius: var(--radius-m); + color: var(--text-accent); + font-size: var(--font-small); + padding: var(--size-4-1) var(--size-4-1); +} +.git-split-diff-view .ͼ2 .cm-collapsedLines:hover { + background: var(--interactive-hover); + color: var(--text-accent-hover); +} + +.git-signs-gutter { + .cm-gutterElement { + display: grid; + + /* Needed to align the sign properly for different line heigts. Such as + * when having a heading or list item. + */ + padding-top: 0 !important; + } +} + +.git-gutter-marker:hover { + border-radius: 2px; +} + +.git-gutter-marker.git-add { + background-color: var(--color-green); + justify-self: center; + height: inherit; + width: 0.2rem; +} + +.git-gutter-marker.git-change { + background-color: var(--color-yellow); + justify-self: center; + height: inherit; + width: 0.2rem; +} + +.git-gutter-marker.git-changedelete { + color: var(--color-yellow); + font-weight: var(--font-bold); + font-size: 1rem; + justify-self: center; + height: inherit; +} + +.git-gutter-marker.git-delete { + background-color: var(--color-red); + height: 0.2rem; + width: 0.8rem; + align-self: end; +} + +.git-gutter-marker.git-topdelete { + background-color: var(--color-red); + height: 0.2rem; + width: 0.8rem; + align-self: start; +} + +div:hover > .git-gutter-marker.git-change { + width: 0.6rem; +} + +div:hover > .git-gutter-marker.git-add { + width: 0.6rem; +} + +div:hover > .git-gutter-marker.git-delete { + height: 0.6rem; +} + +div:hover > .git-gutter-marker.git-topdelete { + height: 0.6rem; +} + +div:hover > .git-gutter-marker.git-changedelete { + font-weight: var(--font-bold); +} + +.git-gutter-marker.staged { + opacity: 0.5; +} + +/* Prevent shifting of the editor when git signs gutter is the only gutter present */ +.cm-gutters.cm-gutters-before:has(> .git-signs-gutter:only-child) { + margin-inline-end: 0; + .git-signs-gutter { + margin-inline-start: -1rem; + } +} + +.git-changes-status-bar-colored { + .git-add { + color: var(--color-green); + } + .git-change { + color: var(--color-yellow); + } + .git-delete { + color: var(--color-red); + } +} + +.git-changes-status-bar .git-add { + margin-right: 0.3em; +} + +.git-changes-status-bar .git-change { + margin-right: 0.3em; +} diff --git a/PaperBell/.obsidian/plugins/paperbell/data.json b/PaperBell/.obsidian/plugins/paperbell/data.json index ada065a9..0f6a879e 100644 --- a/PaperBell/.obsidian/plugins/paperbell/data.json +++ b/PaperBell/.obsidian/plugins/paperbell/data.json @@ -281,10 +281,9 @@ "componentSettings": {} }, "updater": { - "repository": "PaperBell-Org/Obsidian-PaperBell", - "excludePatterns": [ - "**/*.js" - ], + "repository": "PaperBell-Org/longform-maintaining", + "targetPluginId": "longform", + "excludePatterns": [], "autoUpdate": false, "minAppVersion": "4.0.2", "customReplacements": {}, diff --git a/PaperBell/.obsidian/plugins/paperbell/main.js b/PaperBell/.obsidian/plugins/paperbell/main.js index 3edf8e38..c38b24ba 100644 --- a/PaperBell/.obsidian/plugins/paperbell/main.js +++ b/PaperBell/.obsidian/plugins/paperbell/main.js @@ -1,10 +1,10 @@ -"use strict";const _=require("obsidian"),yw=require("crypto");function kw(f,a){for(var r=0;ri[o]})}}}return Object.freeze(Object.defineProperty(f,Symbol.toStringTag,{value:"Module"}))}const Xs=[{agentType:"claude-code",name:"Claude Code",binaryName:"claude",windowsBinaryName:"claude.cmd",commonPaths:{win32:["%APPDATA%\\npm","%LOCALAPPDATA%\\npm","%USERPROFILE%\\.npm-global"],darwin:["/usr/local/bin","/opt/homebrew/bin","~/.npm-global/bin"],linux:["/usr/local/bin","~/.npm-global/bin","~/.local/bin"]}},{agentType:"openai-codex",name:"OpenAI Codex",binaryName:"codex",windowsBinaryName:"codex.cmd",commonPaths:{win32:["%APPDATA%\\npm","%LOCALAPPDATA%\\npm","%USERPROFILE%\\.npm-global"],darwin:["/usr/local/bin","/opt/homebrew/bin","~/.npm-global/bin"],linux:["/usr/local/bin","~/.npm-global/bin","~/.local/bin"]}},{agentType:"gemini-cli",name:"Gemini CLI",binaryName:"gemini",windowsBinaryName:"gemini.cmd",commonPaths:{win32:["%APPDATA%\\npm","%LOCALAPPDATA%\\npm","%USERPROFILE%\\.npm-global"],darwin:["/usr/local/bin","/opt/homebrew/bin","~/.npm-global/bin"],linux:["/usr/local/bin","~/.npm-global/bin","~/.local/bin"]}}],$m={enabled:!1,rules:[],binaryPaths:{},globalMaxConcurrent:2,showNoticeOnTrigger:!0,maxOutputLinesPerRun:5e3,maxHistoryRuns:50},Bm=[{id:"blank",name:"空白规则",description:"从零开始配置自定义规则",rule:{}},{id:"literature-note",name:"文献笔记处理",description:"格式化导入的文献笔记(Zotero 等)",rule:{name:"文献笔记处理",triggerEvents:["create"],promptTemplate:["你是一个学术笔记助手,正在协助管理一个 Obsidian 学术知识库。","Vault 路径: {{vaultPath}}","","一个新的文献笔记被导入:","- 文件: {{filePath}}","- 时间: {{timestamp}}","","请执行以下操作:","1. 读取该文件的完整内容","2. 识别文献元数据(标题、作者、年份、DOI 等)","3. 确保 YAML frontmatter 包含: title, authors, year, tags, type: literature","4. 如果正文中有 Zotero 导出的原始注释/高亮,整理为结构化的阅读笔记:"," - ## 核心论点"," - ## 关键发现"," - ## 方法论"," - ## 与本库的关联","5. 将注释中的学术概念用 [[wikilink]] 格式链接","6. 保留所有原始高亮和注释内容,不要删除任何信息"].join(` +"use strict";const w=require("obsidian"),$i=require("crypto"),pe=[{agentType:"claude-code",name:"Claude Code",binaryName:"claude",windowsBinaryName:"claude.cmd",commonPaths:{win32:["%APPDATA%\\npm","%LOCALAPPDATA%\\npm","%USERPROFILE%\\.npm-global"],darwin:["/usr/local/bin","/opt/homebrew/bin","~/.npm-global/bin"],linux:["/usr/local/bin","~/.npm-global/bin","~/.local/bin"]}},{agentType:"openai-codex",name:"OpenAI Codex",binaryName:"codex",windowsBinaryName:"codex.cmd",commonPaths:{win32:["%APPDATA%\\npm","%LOCALAPPDATA%\\npm","%USERPROFILE%\\.npm-global"],darwin:["/usr/local/bin","/opt/homebrew/bin","~/.npm-global/bin"],linux:["/usr/local/bin","~/.npm-global/bin","~/.local/bin"]}},{agentType:"gemini-cli",name:"Gemini CLI",binaryName:"gemini",windowsBinaryName:"gemini.cmd",commonPaths:{win32:["%APPDATA%\\npm","%LOCALAPPDATA%\\npm","%USERPROFILE%\\.npm-global"],darwin:["/usr/local/bin","/opt/homebrew/bin","~/.npm-global/bin"],linux:["/usr/local/bin","~/.npm-global/bin","~/.local/bin"]}}],gi={enabled:!1,rules:[],binaryPaths:{},globalMaxConcurrent:2,showNoticeOnTrigger:!0,maxOutputLinesPerRun:5e3,maxHistoryRuns:50},mi=[{id:"blank",name:"空白规则",description:"从零开始配置自定义规则",rule:{}},{id:"literature-note",name:"文献笔记处理",description:"格式化导入的文献笔记(Zotero 等)",rule:{name:"文献笔记处理",triggerEvents:["create"],promptTemplate:["你是一个学术笔记助手,正在协助管理一个 Obsidian 学术知识库。","Vault 路径: {{vaultPath}}","","一个新的文献笔记被导入:","- 文件: {{filePath}}","- 时间: {{timestamp}}","","请执行以下操作:","1. 读取该文件的完整内容","2. 识别文献元数据(标题、作者、年份、DOI 等)","3. 确保 YAML frontmatter 包含: title, authors, year, tags, type: literature","4. 如果正文中有 Zotero 导出的原始注释/高亮,整理为结构化的阅读笔记:"," - ## 核心论点"," - ## 关键发现"," - ## 方法论"," - ## 与本库的关联","5. 将注释中的学术概念用 [[wikilink]] 格式链接","6. 保留所有原始高亮和注释内容,不要删除任何信息"].join(` `),debounceMs:3e3}},{id:"inbox-triage",name:"收件箱分类",description:"分析新笔记内容并补充元数据与标签",rule:{name:"收件箱分类",triggerEvents:["create"],promptTemplate:["你是一个学术知识库管理助手。","Vault 路径: {{vaultPath}}","","收件箱中出现了一个新文件:","- 文件: {{filePath}}","- 时间: {{timestamp}}","","请执行以下操作:","1. 读取该文件内容","2. 分析其内容类型(文献笔记、会议记录、想法草稿、项目文档等)","3. 在 YAML frontmatter 中添加合适的 tags 和 type 字段","4. 如果缺少标题,根据内容生成一个简洁准确的标题","5. 确保文档有基本的结构(标题层级、分段)","6. 不要移动或重命名文件,仅更新其内容和元数据"].join(` `),debounceMs:5e3}},{id:"template-format",name:"模板格式化",description:"按标准模板格式化新建笔记",rule:{name:"模板格式化",triggerEvents:["create"],promptTemplate:["你是一个 Obsidian 笔记格式化助手。","Vault 路径: {{vaultPath}}","","一个新笔记被创建:","- 文件: {{filePath}}","- 时间: {{timestamp}}","","请执行以下操作:","1. 读取该文件内容","2. 如果没有 YAML frontmatter,添加基础字段: date, tags, type","3. 确保文档结构清晰: 使用正确的标题层级(# → ## → ###)","4. 如果内容是纯文本,组织为带有小节标题的结构化格式","5. 保留所有原始内容,仅优化格式和结构"].join(` `),debounceMs:3e3}},{id:"research-summary",name:"研究笔记摘要",description:"为更新的研究笔记生成/刷新摘要",rule:{name:"研究笔记摘要",triggerEvents:["modify"],promptTemplate:["你是一个学术研究助手。","Vault 路径: {{vaultPath}}","","以下研究笔记被更新:","- 文件: {{filePath}}","- 时间: {{timestamp}}","","请执行以下操作:","1. 读取该文件的完整内容","2. 在 frontmatter 后(或第一个标题前),更新或创建一个「## 摘要」章节","3. 用 2-3 句话概括核心内容和关键论点","4. 如果文中提到其他文献或概念,确保用 [[wikilink]] 格式链接","5. 不要修改摘要之外的任何内容"].join(` -`),debounceMs:1e4}}];function xw(){return{id:crypto.randomUUID(),enabled:!0,name:"",watchPaths:[],triggerEvents:["create"],agentType:"claude-code",customBinaryPath:"",promptTemplate:["你是一个 Obsidian 学术知识库助手。","Vault 路径: {{vaultPath}}","","文件「{{filePath}}」发生了 {{eventType}} 事件({{timestamp}})。","","请读取该文件内容,根据其类型(文献笔记、项目文档、会议记录等)进行适当处理:","- 确保 YAML frontmatter 完整(date, tags, type 等)","- 优化文档结构和格式","- 用 [[wikilink]] 链接相关概念","- 保留所有原始内容,不要删除信息"].join(` -`),workingDirectory:"",extraArgs:[],debounceMs:2e3,timeoutMs:0,maxConcurrent:1,requireConfirmation:!1,confirmationTimeoutMs:3e4,allowedTools:["Edit","Write","Read"]}}function Sw(f){const a=Bm.find(i=>i.id===f),r=xw();return!a||f==="blank"?r:{...r,...a.rule}}const hi="paperbell-landing-view",Os=["welcome","account","renameRepo","configurePlugins","customizeTheme","complete"],Ew={welcome:"欢迎",account:"账户",renameRepo:"仓库",configurePlugins:"插件",customizeTheme:"主题",complete:"完成"},la={firstLoad:!0,completedSteps:{account:!1,renameRepo:!1,configurePlugins:{"obsidian-pandoc-reference-list":!1,"obsidian-memos":!1,zotlit:!1,soundscapes:!1},customizeTheme:!1}};class Cw extends _.ItemView{constructor(a,r){super(a),this.currentStepIndex=0,this.navigationDirection="forward",this.activePlugin=null,this.authStatus="unknown",this.licenseData=null,this.oauthPollingInterval=null,this.configSections=[{id:"renameRepo",title:"重命名仓库",icon:"folder",steps:[{title:"访问仓库管理",description:"第一步是点击左下角的 PaperBell,第二步是点击管理仓库:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121548819.png",alt:"管理仓库",caption:"访问仓库管理界面"}]},{title:"重命名仓库",description:"第三步是点击右侧的三个点进入重命名仓库;第四步是选择重命名仓库,需要先关闭当前仓库,然后将其重命名为你想要的名称。(这里重命名为 Test,路径中包含中文字符。但最好避免中文字符和空格)",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121551378.png",alt:"重命名仓库",caption:"仓库重命名操作"}]},{title:"完成重命名",description:"重命名后,界面如下图所示,再次点击 Test 即可打开。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121556959.png",alt:"完成重命名",caption:"重命名完成后的界面"}]},{title:"查看重命名结果",description:"可以看到左下角已经变成了重命名后的名称:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121559755.png",alt:"左下角名称",caption:"查看左下角显示的仓库名称"}]}]},{id:"configurePlugins",title:"插件配置",icon:"settings",steps:[{title:"文件夹介绍",description:"在正式介绍各个插件之前,先介绍左侧文件夹的含义及其对应的功能。您可以修改文件夹名称,但也需要相应地修改插件中的文件夹名称。因此,首次使用时,通常不建议轻易修改。熟悉插件和功能后,可以随意修改。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121633442.png",alt:"文件夹介绍",caption:"文件夹结构和功能"}]}],plugins:[{id:"obsidian-pandoc-reference-list",title:"Pandoc Reference List",icon:"file-text",description:"这个插件主要用于在 Obsidian 中显示当前文档的参考文献列表,需要配置 Pandoc 路径和参考文献文件。",steps:[{title:"Pandoc 路径设置",description:"设置 Pandoc 路径,注意这是 Pandoc.exe 的位置,下载和安装时请记住这个位置:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/8b79442eea370008bc170e60ef436e1.png",alt:"Pandoc 设置",caption:"Pandoc 路径配置"}]},{title:"Zotero 导出",description:"Bib 文件(红框中的第二行)主要从 Zotero 导出。首先,在 Zotero 中选择要导出的条目,右键点击,然后导出:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122011623.png",alt:"Zotero 导出",caption:"从 Zotero 导出参考文献"}]},{title:"导出设置",description:"勾选 export notes、keepUpdated 和 worker:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122012672.png",alt:"导出设置",caption:"Zotero 导出设置选项"}]},{title:"导出路径",description:"设置导出路径,最好导入到 Obsidian 以便更好地多设备同步。如果导出到其他位置,请务必记住导出位置。名称可以更改,但最好使用英文且不包含空格。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122013032.png",alt:"导出路径",caption:"设置参考文献导出路径"}]},{title:"Better BibTeX 设置",description:"特别是下面 Zotero 的 Better BibTeX 中的红框,务必设置正确的路径,应该与上面的路径一致,尽量确保没有空格或中文字符:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122017003.png",alt:"Better BibTeX 设置",caption:"设置 Better BibTeX 路径"}]},{title:"参考文献格式",description:"再次插入参考文献,下面是正确的格式:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122015642.png",alt:"参考文献格式",caption:"正确的参考文献格式示例"}]}]},{id:"obsidian-memos",title:"Thino",icon:"pencil",description:"这个插件主要用于在 Obsidian 中记录您的想法,需要进行基本设置。",steps:[{title:"Thino 设置",description:"这个插件主要用于在 Obsidian 中记录您的想法。需要更改的设置主要是下图中三个红框位置,可以根据您的需求自由修改。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122021763.png",alt:"Thino 设置",caption:"Thino 插件设置界面"}]}]},{id:"zotlit",title:"Zotlit",icon:"book",description:"Zotlit 用于导入 Zotero 文件,需要配置 Zotero 数据位置。",steps:[{title:"Zotlit 设置",description:"Zotlit 用于导入 Zotero 文件。在 connect 中,找到 Zotero 数据位置才能正确使用。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122025700.png",alt:"Zotlit 设置",caption:"Zotlit 插件设置界面"}]},{title:"查找 Zotero 位置",description:"这取决于您的 Zotero 位置。方法如下:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122028523.png",alt:"Zotero 位置",caption:"查找 Zotero 数据位置的方法"}]}]},{id:"soundscapes",title:"SoundScapes",icon:"headphones",description:"这个插件主要用于在 Obsidian 中播放音乐,需要配置本地音乐文件夹。",steps:[{title:"SoundScapes 设置",description:"这个插件主要用于听音乐。在线音乐需要 VPN,所以对于本地音乐播放,您需要确定您的音乐文件夹位置。只需修改下面框中的文件位置,其他设置可根据需要修改。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122000444.png",alt:"SoundScapes 设置",caption:"SoundScapes 插件设置界面"}]}]}]},{id:"customizeTheme",title:"主题定制",icon:"brush",steps:[{title:"样式设置",description:"您需要下载 Style Settings 插件进行修改。您可以观看 B 站的详细教程 (https://b23.tv/stTdoOm),里面有详细说明。这里不做任何更改,您可以根据自己的喜好按照教程进行修改。",images:[]}]}],this.plugin=r}getViewType(){return hi}getDisplayText(){return"PaperBell 设置向导"}getIcon(){return"paperclip"}async onOpen(){this.plugin.settings.landing||(this.plugin.settings.landing=la,await this.plugin.saveSettings()),this.plugin.settings.landing.completedSteps.account===void 0&&(this.plugin.settings.landing.completedSteps.account=!1,await this.plugin.saveSettings()),await this.checkAuthStatus(),this.renderView()}async onClose(){this.stopOAuthPolling()}goToStep(a){a<0||a>=Os.length||(this.navigationDirection=a>this.currentStepIndex?"forward":"back",this.activePlugin=null,this.currentStepIndex=a,this.renderView())}goNext(){this.goToStep(this.currentStepIndex+1)}goPrevious(){if(this.activePlugin){this.activePlugin=null,this.renderView();return}this.goToStep(this.currentStepIndex-1)}async checkAuthStatus(){this.authStatus="checking";try{await this.plugin.verificationWorker.verify()?(this.authStatus="authenticated",this.licenseData=this.plugin.verificationWorker.getLicenseData()):(this.authStatus="unauthenticated",this.licenseData=null)}catch{this.authStatus="unauthenticated",this.licenseData=null}}startOAuthPolling(){this.stopOAuthPolling(),this.oauthPollingInterval=window.setInterval(async()=>{await this.checkAuthStatus(),this.authStatus==="authenticated"&&(this.stopOAuthPolling(),this.updateStepCompletion("account",!0),this.renderView())},2e3),window.setTimeout(()=>this.stopOAuthPolling(),300*1e3)}stopOAuthPolling(){this.oauthPollingInterval&&(window.clearInterval(this.oauthPollingInterval),this.oauthPollingInterval=null)}renderView(){const{containerEl:a}=this;a.empty(),a.addClass("paperbell-landing-view");const r=a.createEl("div",{cls:"ppb-wizard-wrapper"});this.renderProgressBar(r);const i=r.createEl("div",{cls:"ppb-wizard-content"}),o=this.navigationDirection==="back"?"ppb-wizard-step-enter-reverse":"ppb-wizard-step-enter",l=i.createEl("div",{cls:o});this.renderStepContent(l),this.renderNavigation(r)}renderProgressBar(a){const r=a.createEl("div",{cls:"ppb-wizard-progress"});Os.forEach((i,o)=>{if(o>0){const u=r.createEl("div",{cls:"ppb-wizard-progress-line"});o<=this.currentStepIndex&&u.addClass("is-completed")}const l=r.createEl("div",{cls:"ppb-wizard-progress-step"}),c=l.createEl("div",{cls:"ppb-wizard-progress-dot"});othis.goToStep(o))),l.createEl("div",{cls:"ppb-wizard-progress-label",text:Ew[i]})})}renderNavigation(a){const r=Os[this.currentStepIndex],i=a.createEl("div",{cls:"ppb-wizard-nav"}),o=i.createEl("div",{cls:"ppb-wizard-nav-left"}),l=i.createEl("div",{cls:"ppb-wizard-nav-right"});if(this.currentStepIndex>0&&r!=="complete"){const c=o.createEl("button",{cls:"ppb-wizard-nav-btn"}),u=c.createEl("span",{cls:"ppb-wizard-nav-icon"});_.setIcon(u,"arrow-left"),c.createEl("span",{text:"上一步"}),this.registerDomEvent(c,"click",()=>this.goPrevious())}if(r==="account"&&this.authStatus!=="authenticated"){const c=l.createEl("button",{cls:"ppb-wizard-nav-btn",text:"稍后再说"});this.registerDomEvent(c,"click",()=>this.goNext())}if(r!=="complete"){const c=r==="welcome"?"开始配置":"下一步",u=l.createEl("button",{cls:"mod-cta ppb-wizard-nav-btn"});u.createEl("span",{text:c});const d=u.createEl("span",{cls:"ppb-wizard-nav-icon"});_.setIcon(d,"arrow-right"),this.registerDomEvent(u,"click",()=>this.goNext())}if(r==="complete"){const c=o.createEl("button",{cls:"ppb-wizard-nav-btn",text:"跳过设置"});this.registerDomEvent(c,"click",()=>this.skipSetup());const u=l.createEl("button",{cls:"mod-cta ppb-wizard-nav-btn",text:"完成并关闭"});this.registerDomEvent(u,"click",()=>this.saveAndClose())}}renderStepContent(a){switch(Os[this.currentStepIndex]){case"welcome":this.renderWelcomeStep(a);break;case"account":this.renderAccountStep(a);break;case"renameRepo":this.renderRenameRepoStep(a);break;case"configurePlugins":this.activePlugin?this.renderPluginDetail(a,this.activePlugin):this.renderPluginConfigStep(a);break;case"customizeTheme":this.renderThemeStep(a);break;case"complete":this.renderCompleteStep(a);break}}renderWelcomeStep(a){const r=a.createEl("div",{cls:"paperbell-welcome-container"}),i=r.createEl("div",{cls:"paperbell-welcome-logo"});_.setIcon(i,"school");const o=r.createEl("div",{cls:"paperbell-welcome-header"});o.createEl("h1",{text:"欢迎使用 PaperBell"}),o.createEl("p",{text:"让我们花几分钟完成初始配置,帮助您打造最佳的学术工作环境。"});const l=r.createEl("div",{cls:"paperbell-welcome-features"});[{icon:"user",title:"账户激活",description:"登录账户,解锁全部功能"},{icon:"settings",title:"插件配置",description:"一站式配置学术工作流所需的插件"},{icon:"brush",title:"个性定制",description:"调整主题和外观,打造专属界面"}].forEach(u=>{const d=l.createEl("div",{cls:"paperbell-welcome-feature"}),h=d.createEl("div",{cls:"paperbell-welcome-feature-icon"});_.setIcon(h,u.icon),d.createEl("h3",{text:u.title}),d.createEl("p",{text:u.description})})}renderAccountStep(a){const r=a.createEl("div",{cls:"ppb-account-container"}),i=r.createEl("div",{cls:"ppb-step-header"}),o=i.createEl("div",{cls:"ppb-step-header-icon"});if(_.setIcon(o,"user-check"),i.createEl("h2",{text:"账户设置"}),i.createEl("p",{text:"登录您的 PaperBell 账户以激活许可证。"}),this.authStatus==="checking"){const d=r.createEl("div",{cls:"ppb-account-checking"}),h=d.createEl("div",{cls:"ppb-account-spinner"});_.setIcon(h,"loader"),d.createEl("p",{text:"正在检查账户状态..."});return}if(this.authStatus==="authenticated"){const d=r.createEl("div",{cls:"ppb-account-success"}),h=d.createEl("div",{cls:"ppb-account-success-icon"});if(_.setIcon(h,"check"),d.createEl("h3",{text:"已成功登录"}),this.licenseData&&(this.licenseData.user_name&&d.createEl("p",{text:`欢迎回来,${this.licenseData.user_name}`,cls:"ppb-account-user-name"}),this.licenseData.expires_at)){const m=new Date(this.licenseData.expires_at);d.createEl("p",{text:`许可证有效期至:${m.toLocaleDateString()}`,cls:"ppb-account-license-info"})}this.updateStepCompletion("account",!0);return}const l=r.createEl("div",{cls:"ppb-account-method"}),c=l.createEl("div",{cls:"ppb-account-method-icon"});_.setIcon(c,"globe"),l.createEl("h3",{text:"浏览器登录"}),l.createEl("p",{text:"通过浏览器安全授权,自动激活您的账户",cls:"ppb-account-method-desc"});const u=l.createEl("button",{cls:"mod-cta ppb-account-login-btn",text:"打开浏览器登录"});this.registerDomEvent(u,"click",async()=>{await this.plugin.startAccountLogin(),u.textContent="等待授权中...",u.disabled=!0,this.startOAuthPolling()})}renderRenameRepoStep(a){const r=this.configSections.find(c=>c.id==="renameRepo");if(!r)return;const i=a.createEl("div",{cls:"ppb-step-header"}),o=i.createEl("div",{cls:"ppb-step-header-icon"});_.setIcon(o,r.icon),i.createEl("h2",{text:r.title}),i.createEl("p",{text:"将仓库重命名为您喜欢的名称,建议使用英文且不包含空格。"});const l=a.createEl("div",{cls:"paperbell-landing-tab-content"});this.renderSteps(l,r.steps),this.createCompletionCheckbox(a,"renameRepo")}renderPluginConfigStep(a){const r=this.configSections.find(b=>b.id==="configurePlugins");if(!r||!r.plugins)return;const i=a.createEl("div",{cls:"ppb-step-header"}),o=i.createEl("div",{cls:"ppb-step-header-icon"});_.setIcon(o,r.icon),i.createEl("h2",{text:r.title}),i.createEl("p",{text:"配置学术工作流中用到的各个插件,按需启用和设置。"});const l=this.getPluginProgress(),c=i.createEl("div",{cls:"paperbell-landing-progress"});c.createEl("span",{cls:"paperbell-landing-progress-text",text:`${l.completed}/${l.total} 已完成`});const d=c.createEl("div",{cls:"paperbell-landing-progress-bar"}).createEl("div",{cls:"paperbell-landing-progress-inner"});d.style.width=`${l.completed/l.total*100}%`;const h=a.createEl("div",{cls:"paperbell-landing-tab-content"});this.renderSteps(h,r.steps);const m=h.createEl("div",{cls:"paperbell-landings-grid"});r.plugins.forEach(b=>{const k=m.createEl("div",{cls:"paperbell-landing-card"}),v=k.createEl("div",{cls:"paperbell-landing-card-icon"});_.setIcon(v,b.icon),k.createEl("h3",{text:b.title}),k.createEl("p",{text:b.description});const y=this.isPluginEnabled(b.id),w=this.isPluginCompleted(b.id);let D="待配置",E="pending";w?(D="已完成",E="completed mod-cta"):y?(D="已启用,待配置",E="enabled"):(D="未启用",E="disabled mod-destructive"),k.createEl("button",{cls:`${E}`,text:D});const T=k.createEl("div",{cls:"paperbell-landing-card-actions"});if(y){const z=T.createEl("button",{cls:"paperbell-landing-card-button settings",text:"打开设置"});this.registerDomEvent(z,"click",()=>{this.openPluginSettings(b.id)})}else if(this.app.plugins.plugins[b.id]){const z=T.createEl("button",{cls:"paperbell-landing-card-button enable",text:"启用"});this.registerDomEvent(z,"click",async()=>{await this.enablePlugin(b.id)&&this.renderView()})}else{const z=T.createEl("button",{cls:"paperbell-landing-card-button enable",text:"下载"});this.registerDomEvent(z,"click",async()=>{window.open(`obsidian://show-plugin?id=${b.id}`)})}const A=T.createEl("button",{cls:"paperbell-landing-card-button config",text:"配置指南"});this.registerDomEvent(A,"click",()=>{this.activePlugin=b.id,this.renderView()})})}renderPluginDetail(a,r){const i=this.configSections.find(w=>w.id==="configurePlugins");if(!i||!i.plugins)return;const o=i.plugins.find(w=>w.id===r);if(!o)return;const l=a.createEl("div",{cls:"paperbell-landing-topbar"}),c=l.createEl("button",{cls:"paperbell-landing-back-button"});_.setIcon(c,"arrow-left"),c.createEl("span",{text:"返回插件列表"}),this.registerDomEvent(c,"click",()=>{this.activePlugin=null,this.renderView()});const u=l.createEl("div",{cls:"paperbell-landing-status-container"}),d=this.isPluginEnabled(r),h=this.isPluginCompleted(r);let m="未启用",b="disabled";h?(m="配置已完成",b="completed mod-cta"):d&&(m="已启用,待配置",b="enabled mod-cta"),d&&u.createEl("button",{cls:`${b}`,text:m});const k=u.createEl("div",{cls:"paperbell-landing-actions"});if(!d&&this.app.plugins.plugins[r]){const w=k.createEl("button",{cls:"paperbell-landing-enable-btn",text:"启用"});this.registerDomEvent(w,"click",async()=>{await this.enablePlugin(r)&&this.renderView()})}else if(!d&&!this.app.plugins.plugins[r]){const w=k.createEl("button",{cls:"paperbell-landing-enable-btn",text:"下载"});this.registerDomEvent(w,"click",async()=>{window.open(`obsidian://show-plugin?id=${r}`)})}this.createPluginCheckbox(u,r,"").classList.add("paperbell-landing-topbar-checkbox");const y=a.createEl("div",{cls:"paperbell-landing-tab-content"});y.createEl("h2",{text:o.title}),y.createEl("p",{cls:"paperbell-landing-description",text:o.description}),this.renderSteps(y,o.steps,r)}renderThemeStep(a){const r=this.configSections.find(c=>c.id==="customizeTheme");if(!r)return;const i=a.createEl("div",{cls:"ppb-step-header"}),o=i.createEl("div",{cls:"ppb-step-header-icon"});_.setIcon(o,r.icon),i.createEl("h2",{text:r.title}),i.createEl("p",{text:"根据您的喜好调整界面外观和主题样式。"});const l=a.createEl("div",{cls:"paperbell-landing-tab-content"});this.renderSteps(l,r.steps),this.createCompletionCheckbox(a,"customizeTheme")}renderCompleteStep(a){const r=a.createEl("div",{cls:"ppb-complete-container"}),i=r.createEl("div",{cls:"ppb-complete-icon"});_.setIcon(i,"check-circle"),r.createEl("h2",{text:"设置完成!"}),r.createEl("p",{text:"以下是您的配置状态总览。您可以随时通过命令面板重新打开此向导。",cls:"ppb-complete-description"});const o=r.createEl("div",{cls:"ppb-complete-checklist"}),l=[{label:"账户激活",done:this.isStepCompleted("account"),detail:this.authStatus==="authenticated"?`已登录${this.licenseData?.user_name?` (${this.licenseData.user_name})`:""}`:"未登录"},{label:"仓库重命名",done:this.isStepCompleted("renameRepo"),detail:this.isStepCompleted("renameRepo")?"已完成":"未完成"},{label:"插件配置",done:this.isStepCompleted("configurePlugins"),detail:`${this.getPluginProgress().completed}/${this.getPluginProgress().total} 已配置`},{label:"主题定制",done:this.isStepCompleted("customizeTheme"),detail:this.isStepCompleted("customizeTheme")?"已完成":"未完成"}];l.forEach(u=>{const d=o.createEl("div",{cls:"ppb-complete-checklist-item"}),h=d.createEl("div",{cls:`ppb-complete-checklist-icon ${u.done?"is-done":"is-pending"}`});_.setIcon(h,u.done?"check-circle":"circle");const m=d.createEl("div",{cls:"ppb-complete-checklist-text"});m.createEl("span",{text:u.label,cls:"ppb-complete-checklist-label"}),m.createEl("span",{text:u.detail,cls:"ppb-complete-checklist-detail"})}),l.every(u=>u.done)||r.createEl("p",{text:"未完成的步骤可以稍后随时通过命令面板中的「显示 PaperBell 设置」来完成。",cls:"ppb-complete-note"})}renderSteps(a,r,i){r.forEach(o=>{const l=a.createEl("div",{cls:"paperbell-landing-step"}),c=l.createEl("div",{cls:"paperbell-landing-step-header"});if(c.createEl("h3",{text:o.title}),i&&this.isPluginEnabled(i)){const d=c.createEl("button",{cls:"paperbell-landing-step-settings-btn",text:"打开设置"});this.registerDomEvent(d,"click",()=>{this.openPluginSettings(i)})}const u=l.createEl("div",{cls:"paperbell-landing-step-description"});if(u.innerHTML=o.description,o.images&&o.images.length>0){const d=l.createEl("button",{cls:"paperbell-landing-toggle-images",text:"显示图片教程"}),h=l.createEl("div",{cls:"paperbell-landing-images-container collapsed"});o.images.forEach(m=>{const b=h.createEl("figure",{cls:"paperbell-landing-figure"});b.createEl("img",{attr:{src:m.src,alt:m.alt}}),m.caption&&b.createEl("figcaption",{text:m.caption})}),this.registerDomEvent(d,"click",()=>{const m=h.classList.contains("collapsed");h.classList.toggle("collapsed",!m),d.textContent=m?"隐藏图片教程":"显示图片教程"})}})}createCompletionCheckbox(a,r){const i=a.createEl("div",{cls:"paperbell-landing-checkbox"}),o=i.createEl("input",{type:"checkbox",attr:{id:`${r}-completed`,...this.isStepCompleted(r)?{checked:!0}:{}}});return i.createEl("label",{text:"我已完成此步骤",attr:{for:`${r}-completed`}}),this.registerDomEvent(o,"change",l=>{const c=l.target;this.updateStepCompletion(r,c.checked)}),i}createPluginCheckbox(a,r,i){const l=this.plugin.settings.landing?.completedSteps?.configurePlugins?.[r]||!1,c=a.createEl("div",{cls:"paperbell-landing-checkbox"}),u=c.createEl("input",{type:"checkbox",attr:{id:`${r}-completed`,...l?{checked:!0}:{}}});return i?c.createEl("label",{text:i,attr:{for:`${r}-completed`}}):c.createEl("label",{text:"配置已完成",attr:{for:`${r}-completed`}}),this.registerDomEvent(u,"change",d=>{const h=d.target;this.updatePluginCompletion(r,h.checked)}),c}isStepCompleted(a){const r=this.plugin.settings;if(!r.landing?.completedSteps)return!1;if(a==="account")return r.landing.completedSteps.account??!1;if(a==="renameRepo")return r.landing.completedSteps.renameRepo;if(a==="configurePlugins"){const i=r.landing.completedSteps.configurePlugins;return i["obsidian-pandoc-reference-list"]&&i["obsidian-memos"]&&i.zotlit&&i.soundscapes}else if(a==="customizeTheme")return r.landing.completedSteps.customizeTheme;return!1}isPluginCompleted(a){const r=this.plugin.settings;return r.landing?.completedSteps?.configurePlugins&&this.isValidPluginId(a)?r.landing.completedSteps.configurePlugins[a]:!1}getPluginProgress(){const a=this.plugin.settings;if(!a.landing?.completedSteps?.configurePlugins)return{completed:0,total:4};const r=a.landing.completedSteps.configurePlugins;let i=0;return r["obsidian-pandoc-reference-list"]&&i++,r["obsidian-memos"]&&i++,r.zotlit&&i++,r.soundscapes&&i++,{completed:i,total:4}}updateStepCompletion(a,r){this.plugin.settings.landing||(this.plugin.settings.landing=la),a==="account"?this.plugin.settings.landing.completedSteps.account=r:a==="renameRepo"?this.plugin.settings.landing.completedSteps.renameRepo=r:a==="customizeTheme"&&(this.plugin.settings.landing.completedSteps.customizeTheme=r),this.plugin.saveSettings()}updatePluginCompletion(a,r){this.plugin.settings.landing||(this.plugin.settings.landing=la),this.isValidPluginId(a)&&(this.plugin.settings.landing.completedSteps.configurePlugins[a]=r,this.plugin.saveSettings(),this.renderView())}isValidPluginId(a){return["obsidian-pandoc-reference-list","obsidian-memos","zotlit","soundscapes"].includes(a)}isPluginEnabled(a){const i={"obsidian-pandoc-reference-list":"obsidian-pandoc-reference-list","obsidian-memos":"obsidian-memos",zotlit:"zotlit",soundscapes:"soundscapes"}[a];return i?!!this.app.plugins.plugins[i]:!1}async enablePlugin(a){const i={"obsidian-pandoc-reference-list":"obsidian-pandoc-reference-list","obsidian-memos":"obsidian-memos",zotlit:"zotlit",soundscapes:"soundscapes"}[a];if(!i)return new _.Notice(`未知的插件 ID: ${a}`),!1;try{return await this.app.plugins.enablePluginAndSave(i),new _.Notice(`${a} 插件已启用`),!0}catch(o){return new _.Notice(`启用 ${a} 插件失败: ${o.message}`),!1}}openPluginSettings(a){const i={"obsidian-pandoc-reference-list":"obsidian-pandoc-reference-list","obsidian-memos":"obsidian-memos",zotlit:"zotlit",soundscapes:"soundscapes"}[a];if(!i){new _.Notice(`未知的插件 ID: ${a}`);return}if(!this.isPluginEnabled(a)){new _.Notice(`插件 ${a} 未启用`);return}this.app.setting.open(),this.app.setting.openTabById(i)}async saveAndClose(){this.plugin.settings.landing||(this.plugin.settings.landing=la),this.plugin.settings.landing.firstLoad=!1,await this.plugin.saveSettings(),new _.Notice("设置已保存"),this.leaf.detach()}async skipSetup(){this.plugin.settings.landing||(this.plugin.settings.landing=la),this.plugin.settings.landing.firstLoad=!1,await this.plugin.saveSettings(),new _.Notice("初始设置已跳过"),this.leaf.detach()}}const mr={academicOverview:{type:"folder",displayName:"学术概览",description:"展示学术研究的整体概况和统计信息",useMockData:!1,refreshInterval:0,cacheTimeout:5e3,metricsSource:"calculated",metrics:{literatureTotalSource:"zotero",draftsSource:"papers",publishedSource:"papers",manual:{},external:{}}},todayFocus:{type:"folder",displayName:"今日聚焦",description:"显示今天需要关注的重要任务和事项",useMockData:!1,taskSources:[],priorityField:"priority",deadlineField:"due",refreshInterval:6e4,cacheTimeout:5e3},recentLiterature:{type:"folder",displayName:"最近文献",description:"展示最近阅读和收集的学术文献",useMockData:!1,paperFields:{title:"title",authors:"authors",year:"year",journal:"journal",doi:"doi",keywords:"keywords",abstract:"abstract"},maxAge:30,refreshInterval:3e5,cacheTimeout:6e4,literatureFolderPath:"Inputs/Zotero",literatureDisplaySettings:{titleWrap:!0,authorWrap:!0,keywordsWrap:!0,tagsWrap:!0}},researchFocusMap:{type:"folder",displayName:"研究焦点地图",description:"可视化展示研究领域和关注重点",useMockData:!1,topicField:"topic",weightField:"weight",refreshInterval:0,cacheTimeout:6e4,trackingTags:["research","study","paper","note","想法","project"],gridSize:50,borderRadius:4},projectBaseManager:{type:"folder",displayName:"项目管理(默认配置)",description:"其他项目组件未配置时的后备数据源,优先级低于具体组件配置",useMockData:!1,statusField:"status",progressField:"progress",teamField:"team",refreshInterval:6e4,cacheTimeout:5e3,identifyMode:"frontmatter",frontmatterKey:"project",typeValues:["project"]},papersManager:{type:"folder",displayName:"研究论文",description:"论文写作、审核状态和发表进度管理",useMockData:!1,paperFields:{title:"title",authors:"authors",status:"status",journal:"journal",year:"year"},refreshInterval:3e5,cacheTimeout:6e4,identifyMode:"frontmatter",frontmatterKey:"paper",typeValues:["paper","research-paper"]},experimentsManager:{type:"folder",displayName:"实验数据",description:"实验设计、数据收集和结果分析",useMockData:!1,experimentFields:{title:"title",status:"status",startDate:"startDate",endDate:"endDate",description:"description"},refreshInterval:18e4,cacheTimeout:3e4,identifyMode:"frontmatter",frontmatterKey:"experiment",typeValues:["experiment","experimental-data"]},tasksManager:{type:"folder",displayName:"科研课题",description:"课题管理、任务分解和进度跟踪",useMockData:!1,taskFields:{title:"title",status:"status",priority:"priority",deadline:"deadline",assignee:"assignee"},refreshInterval:12e4,cacheTimeout:15e3,identifyMode:"frontmatter",frontmatterKey:"task",typeValues:["task","research-task"]},resourcesManager:{type:"folder",displayName:"学术资源",description:"文献、工具、数据集和参考资料",useMockData:!1,resourceFields:{title:"title",type:"type",url:"url",description:"description",tags:"tags"},refreshInterval:6e5,cacheTimeout:12e4,identifyMode:"frontmatter",frontmatterKey:"resource",typeValues:["resource","academic-resource"]},bookShelf:{type:"folder",displayName:"书架",description:"展示个人图书收藏和阅读进度",useMockData:!1,bookFields:{title:"title",author:"author",cover:"cover",rating:"rating",progress:"progress",category:"category",tags:"tags"},refreshInterval:0,cacheTimeout:3e4},todoManager:{type:"folder",displayName:"待办管理",description:"管理和跟踪个人待办事项",useMockData:!1,todoPattern:"- [ ]",completedPattern:"- [x]",priorityMarkers:{high:"!!!",medium:"!!",low:"!"},refreshInterval:3e4,cacheTimeout:5e3},recentBooks:{type:"folder",displayName:"最近阅读",description:"展示最近阅读的书籍和进度",useMockData:!1,daysToConsider:30,progressTracking:!0,refreshInterval:6e4,cacheTimeout:1e4},readingAnalytics:{type:"folder",displayName:"阅读分析",description:"分析和统计个人阅读习惯和数据",useMockData:!1,trackingMethod:"automatic",metricsToTrack:["pages","time","books"],refreshInterval:3e5,cacheTimeout:6e4}},bi={userProfile:{name:"研究者",title:"学者",email:"researcher@example.com",institution:"研究机构",avatar:""},dataSources:{booksFolder:"Books",projectsFolder:"Projects",papersFolder:"Papers",notesFolder:"Notes",literatureFolder:"Inputs/Zotero",experimentsFolder:"Experiments",resourcesFolder:"Resources",todosSource:"dataview",todosFolder:"Tasks"},componentSettings:{}};class Zs{constructor(a,r,i,o){this.tagCache=new Map,this.fileTagCache=new Map,this.cacheInitialized=!1,this.metadataListener=null,this.app=a||window.app,this.dataManager=r,this.plugin=o,this.config={...bi,...i}}updateConfig(a){this.config={...this.config,...a}}extractTagsFromFile(a){const r=new Set;if(!a)return r;if((a.tags||[]).forEach(o=>{if(o.tag){const l=o.tag.replace("#","").trim();!l.includes("<%")&&!l.includes("%>")&&l.length>0&&r.add(l)}}),a.frontmatter?.tags){let o=[];typeof a.frontmatter.tags=="string"?o=[a.frontmatter.tags]:Array.isArray(a.frontmatter.tags)&&(o=a.frontmatter.tags.filter(l=>typeof l=="string")),o.forEach(l=>{const c=l.replace("#","").trim();!c.includes("<%")&&!c.includes("%>")&&c.length>0&&r.add(c)})}return r}async initializeTagCache(){if(!this.app||this.cacheInitialized)return;const a=Date.now();this.tagCache.clear(),this.fileTagCache.clear();const r=this.app.vault.getMarkdownFiles();for(const o of r){const l=this.app.metadataCache.getFileCache(o),c=this.extractTagsFromFile(l);if(c.size>0){this.fileTagCache.set(o.path,c);for(const u of c)this.tagCache.has(u)||this.tagCache.set(u,new Set),this.tagCache.get(u).add(o)}}this.cacheInitialized=!0;const i=Date.now()}updateFileInCache(a,r){const i=a.path,o=this.fileTagCache.get(i)||new Set,l=this.extractTagsFromFile(r),c=o.size!==l.size||![...o].every(u=>l.has(u));for(const u of o)if(!l.has(u)){const d=this.tagCache.get(u);d&&(d.delete(a),d.size===0&&this.tagCache.delete(u))}for(const u of l)o.has(u)||(this.tagCache.has(u)||this.tagCache.set(u,new Set),this.tagCache.get(u).add(a));l.size>0?this.fileTagCache.set(i,l):this.fileTagCache.delete(i),c&&window.app&&window.app.workspace.trigger("tag-cache-updated",{file:a.path,oldTags:Array.from(o),newTags:Array.from(l)})}registerMetadataCacheListener(){!this.app||this.metadataListener||(this.initializeTagCache(),this.metadataListener=this.app.metadataCache.on("changed",a=>{if(a.extension==="md"){const r=this.app.metadataCache.getFileCache(a);this.updateFileInCache(a,r)}}),this.app.vault.on("delete",a=>{if(a instanceof _.TFile&&a.extension==="md"){const r=a.path,i=this.fileTagCache.get(r);if(i){for(const o of i){const l=this.tagCache.get(o);l&&(l.delete(a),l.size===0&&this.tagCache.delete(o))}this.fileTagCache.delete(r)}}}),this.app.vault.on("rename",(a,r)=>{if(a instanceof _.TFile&&a.extension==="md"){const i=this.fileTagCache.get(r);i&&(this.fileTagCache.delete(r),this.fileTagCache.set(a.path,i))}}))}unregisterMetadataCacheListener(){this.metadataListener&&this.app&&(this.app.metadataCache.offref(this.metadataListener),this.metadataListener=null)}clearTagCache(){this.tagCache.clear(),this.fileTagCache.clear(),this.cacheInitialized=!1}getConfig(){return{...this.config}}async getUserProfile(){return{name:this.config.userProfile.name||"研究者",title:this.config.userProfile.title||"学者",email:this.config.userProfile.email||"researcher@example.com",institution:this.config.userProfile.institution||"研究机构",avatar:this.config.userProfile.avatar||"https://avatars.githubusercontent.com/u/45836839?v=4"}}async getWritingStats(){try{if(!this.dataManager)return this.getMockWritingStats();const a=await this.getPapersData(),r=await this.getNotesData(),i=await this.getRecentLiterature();let o=await this.getAllLiteratureCount();const l=await this.getAllNotesCount(),c=await this.calculateTotalWords(),u=a.length,d=l;let h=a.filter(v=>v.status==="draft"||v.status==="in-progress").length,m=a.filter(v=>v.status==="published").length;if(this.plugin?.settings?.componentDataSources){const y=this.plugin.settings.componentDataSources?.academicOverview?.metrics;if(y){if(y.literatureTotalSource==="papers")o=u;else if(y.literatureTotalSource==="folder"){const w=y.literatureFolderPath;w&&this.app&&(o=await this.getFileCountInFolder(w))}else if(y.literatureTotalSource==="tag"){const D=y.literatureTags?.split(",").map(E=>E.trim()).filter(Boolean);D&&D.length>0&&(o=(await this.getNotesWithTags(D)).length)}else y.literatureTotalSource==="manual"?o=Number(y?.manual?.literatureTotal)||o:y.literatureTotalSource;if(y.draftsSource==="folder"){const w=y.draftsFolderPath;w&&this.app&&(h=await this.getFileCountInFolder(w))}else if(y.draftsSource==="tag"){const w=y.draftsTags?.split(",").map(D=>D.trim()).filter(Boolean);w&&w.length>0&&(h=(await this.getNotesWithTags(w)).length)}else y.draftsSource==="frontmatter"?y.draftsFrontmatter&&(h=await this.getFileCountByFrontmatter(y.draftsFrontmatter)):y.draftsSource==="manual"?h=Number(y?.manual?.draftsCount)||h:y.draftsSource;if(y.publishedSource==="folder"){const w=y.publishedFolderPath;w&&this.app&&(m=await this.getFileCountInFolder(w))}else if(y.publishedSource==="tag"){const w=y.publishedTags?.split(",").map(D=>D.trim()).filter(Boolean);w&&w.length>0&&(m=(await this.getNotesWithTags(w)).length)}else y.publishedSource==="frontmatter"?y.publishedFrontmatter&&(m=await this.getFileCountByFrontmatter(y.publishedFrontmatter)):y.publishedSource==="manual"?m=Number(y?.manual?.publishedCount)||m:y.publishedSource}}const b=await this.calculateMonthlyGrowth(a),k=await this.generateRealDailyStats();return{totalWords:c,papersCount:u,literatureCount:o,monthlyGrowth:b,notesCount:d,draftsCount:h,publishedCount:m,dailyStats:k}}catch(a){return console.error("Error in getWritingStats:",a),this.getMockWritingStats()}}async getBooksData(){if(!this.dataManager)return this.getMockBooksData();const a={type:"folder",folderPath:this.config.dataSources.booksFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const r=this.dataManager.createDataSource(a,"books");if(r)return(await this.dataManager.getDataSourceData(r))?.data||[]}catch(r){console.error("Error fetching books data:",r)}return this.getMockBooksData()}async getProjectsData(){if(!this.dataManager)return this.getMockProjectsData();let a=this.config.componentSettings;this.plugin?.settings?.componentDataSources&&(a=this.plugin.settings.componentDataSources);const r=a?.tasksManager,i=a?.projectBaseManager,o=r?.folderPath?r:i,l={identifyMode:o?.identifyMode||"frontmatter",frontmatterKey:o?.frontmatterKey||(r?.folderPath?"task":"project"),tagIdentifier:o?.tagIdentifier,typeValues:o?.typeValues||(r?.folderPath?["task","research-task"]:["project"]),type:r?.folderPath?"tasks":"projects"},c={type:"folder",folderPath:o?.folderPath||this.config.dataSources.projectsFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]},sectionConfig:l};try{const u=this.dataManager.createDataSource(c,"projects");if(u)return(await this.dataManager.getDataSourceData(u))?.data||[]}catch(u){console.error("Error fetching projects data:",u)}return this.getMockProjectsData()}async getPapersData(){if(!this.dataManager)return this.getMockPapersData();let a=this.config.componentSettings;this.plugin?.settings?.componentDataSources&&(a=this.plugin.settings.componentDataSources);const r=a?.papersManager,i={identifyMode:r?.identifyMode||"frontmatter",frontmatterKey:r?.frontmatterKey||"paper",tagIdentifier:r?.tagIdentifier,typeValues:r?.typeValues||["paper","research-paper"]},o={type:"folder",folderPath:r?.folderPath||this.config.dataSources.papersFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]},sectionConfig:{type:"papers",...i}};try{const l=this.dataManager.createDataSource(o,"papers");if(l)return(await this.dataManager.getDataSourceData(l))?.data||[]}catch(l){console.error("Error fetching papers data:",l)}return this.getMockPapersData()}async getNotesData(){if(!this.dataManager)return this.getMockNotesData();const a={type:"folder",folderPath:this.config.dataSources.notesFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const r=this.dataManager.createDataSource(a,"notes");if(r)return(await this.dataManager.getDataSourceData(r))?.data||[]}catch(r){console.error("Error fetching notes data:",r)}return this.getMockNotesData()}async calculateMonthlyGrowth(a){if(!this.app||!this.app.vault)return 0;try{const r=new Date,i=new Date(r);i.setDate(r.getDate()-30),i.setHours(0,0,0,0);const o=new Date(r);o.setDate(r.getDate()-60),o.setHours(0,0,0,0);const l=this.app.vault.getMarkdownFiles();let c=0,u=0;for(const d of l){const h=await this.app.vault.adapter.stat(d.path);if(h){const m=new Date(h.ctime);if(m>=i){const b=await this.app.vault.read(d),k=(b.match(/[\u4e00-\u9fa5]+/g)||[]).join("").length,v=(b.match(/[a-zA-Z]+/g)||[]).length;c+=k+v}else if(m>=o&&m0?100:0:(c-u)/u*100}catch(r){return console.error("Error calculating monthly growth:",r),0}}async getTodosData(){if(!this.dataManager)return this.getMockTodosData();const a=this.config.dataSources.todosSource==="folder"?{type:"folder",folderPath:this.config.dataSources.todosFolder||"Tasks",parseMode:"frontmatter",fileFilter:{extensions:["md"]}}:{type:"dataview",parseMode:"tasks"};try{const r=this.dataManager.createDataSource(a,"todos");if(r)return(await this.dataManager.getDataSourceData(r))?.data||[]}catch(r){console.error("Error fetching todos data:",r)}return this.getMockTodosData()}async getTodayFocus(){const a=new Date().toISOString().split("T")[0];return[{id:"focus-1",title:"完成深度学习论文修改",description:"根据审稿意见完善实验部分",priority:"high",deadline:a,status:"in-progress"},{id:"focus-2",title:"准备学术报告PPT",description:"整理研究进展和核心发现",priority:"medium",deadline:a,status:"pending"}]}async getRecentLiterature(a){if(!this.dataManager)return this.getMockRecentLiterature();const i={type:"folder",folderPath:a||this.config.dataSources.literatureFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const o=this.dataManager.createDataSource(i,"recent-literature");if(o){const l=await this.dataManager.getDataSourceData(o);if(l?.data&&l.data.length>0)return this.parseLiteratureData(l.data).slice(0,10)}}catch(o){console.error("Error fetching recent literature:",o)}return this.getMockRecentLiterature()}parseLiteratureData(a){return a.map(r=>{const i=r.title||r.Title||r.name||"未知标题",o=r.author||r.Author||r.authors||r.creators||"未知作者",l=r.year||r.Year||r.date?.substring(0,4)||"",c=r.journal||r.publicationTitle||r.publication||"",u=r.doi||r.DOI||"",d=r.abstract||r.Abstract||"";let h=r.tags||r.Tags||[];typeof h=="string"?h=h.includes(",")?h.split(",").map(w=>w.trim()).filter(Boolean):[h.trim()].filter(Boolean):Array.isArray(h)||(h=[]);const m=r.keywords||r.Keywords||"",b=r.url||r.URL||"",k=r.notes||r.Notes||"";let v="未读";h.includes("已读")||h.includes("read")||h.includes("finished")?v="已读":(h.includes("在读")||h.includes("reading")||h.includes("in-progress"))&&(v="在读");const y=h.includes("重要")||h.includes("important")||h.includes("starred")||h.includes("⭐");return{title:i,author:Array.isArray(o)?o.join(", "):o,year:l,journal:c,doi:u,abstract:d,keywords:Array.isArray(m)?m.join(", "):m,tags:[...h,v,y?"重要":""].filter(Boolean),url:b,notes:k,lastModified:r.modified||r.lastModified||new Date().toISOString(),filePath:r.filePath||""}}).sort((r,i)=>new Date(i.lastModified).getTime()-new Date(r.lastModified).getTime())}async getFileCountInFolder(a){if(!this.app||!a)return 0;try{const r=this.app.vault.getAbstractFileByPath(a);if(!r||!("children"in r))return 0;let i=0;const o=l=>{if("children"in l)for(const c of l.children)c.extension==="md"?i++:"children"in c&&o(c)};return o(r),i}catch(r){return console.error("Error counting files in folder:",r),0}}async getFileCountByFrontmatter(a){if(!this.app||!a)return 0;try{const r=this.app.vault.getMarkdownFiles();let i=0;const o=a.split(":");if(o.length!==2)return console.warn("[DataService] Invalid frontmatter condition format:",a),0;const l=o[0].trim(),c=o[1].trim().replace(/["']/g,"");for(const u of r){const d=this.app.metadataCache.getFileCache(u);if(d?.frontmatter){const h=d.frontmatter[l];(c==="true"&&h===!0||c==="false"&&h===!1||h===c||Array.isArray(h)&&h.includes(c))&&i++}}return i}catch(r){return console.error("Error counting files by frontmatter:",r),0}}async getAllLiteratureCount(){if(!this.dataManager)return 0;const a={type:"folder",folderPath:this.config.dataSources.literatureFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const r=this.dataManager.createDataSource(a,"literature-count");if(r)return(await this.dataManager.getDataSourceData(r))?.data?.length||0}catch(r){console.error("Error fetching literature count:",r)}return 0}async getAllNotesCount(){if(!this.app||!this.app.vault)return 0;try{return this.app.vault.getMarkdownFiles().length}catch(a){return console.error("Error counting all notes:",a),0}}async calculateTotalWords(){if(!this.app||!this.app.vault)return 0;try{const a=this.app.vault.getMarkdownFiles();let r=0;const i=new Date;i.setDate(i.getDate()-30),i.setHours(0,0,0,0);for(const o of a){const l=await this.app.vault.adapter.stat(o.path);if(l&&new Date(l.ctime)>=i){const u=await this.app.vault.read(o),d=(u.match(/[\u4e00-\u9fa5]+/g)||[]).join("").length,h=(u.match(/[a-zA-Z]+/g)||[]).length;r+=d+h}}return r}catch(a){return console.error("Error calculating total words:",a),0}}async getFileStatsByDateRange(a){if(!this.app||!this.app.vault)return new Map;const r=new Map,i=new Date,o=new Date(i);o.setDate(i.getDate()-a),o.setHours(0,0,0,0);try{const l=this.app.vault.getMarkdownFiles();for(const c of l){const u=await this.app.vault.adapter.stat(c.path);if(u){const d=new Date(u.ctime);if(d>=o&&d<=i){const h=d.toISOString().split("T")[0],m=await this.app.vault.read(c),b=(m.match(/[\u4e00-\u9fa5]+/g)||[]).join("").length,k=(m.match(/[a-zA-Z]+/g)||[]).length,v=b+k,y=r.get(h)||{fileCount:0,wordCount:0};r.set(h,{fileCount:y.fileCount+1,wordCount:y.wordCount+v})}}}}catch(l){console.error("Error in getFileStatsByDateRange:",l)}return r}async generateRealDailyStats(){const a=await this.getFileStatsByDateRange(90),r=[],i=new Date;i.setHours(23,59,59,999);const o=[];for(let u=89;u>=0;u--){const d=new Date(i);d.setDate(i.getDate()-u),d.setHours(0,0,0,0);const h=d.toISOString().split("T")[0],m=a.get(h)||{fileCount:0,wordCount:0};o.push({date:new Date(d),words:m.wordCount,fileCount:m.fileCount})}let l=0,c=0;for(let u=0;u<30;u++)l+=o[u].words;for(let u=60;u<90;u++){const d=o[u];c+=d.words;let h=0;for(let m=30;m<=u-30;m++)h+=o[m].words;r.push({date:d.date,words:d.words,cumulativeWords:c,papers:d.fileCount,previousMonthCumulative:h})}return r}getMockRecentLiterature(){return[]}async getResearchFocusData(){const a=await this.getPapersData(),r={};return a.forEach(i=>{i.tags&&i.tags.forEach(o=>{r[o]=(r[o]||0)+1})}),Object.entries(r).map(([i,o])=>({topic:i,intensity:Math.min(o*20,100),papers:o}))}async getRecentBooks(){return(await this.getBooksData()).filter(r=>r.status==="reading"||r.status==="completed").sort((r,i)=>new Date(i.lastRead||0).getTime()-new Date(r.lastRead||0).getTime()).slice(0,6)}async getReadingAnalytics(){const a=await this.getBooksData(),r=a.filter(o=>o.status==="completed"),i=a.filter(o=>o.status==="reading");return{totalBooks:a.length,completedBooks:r.length,readingBooks:i.length,averageRating:r.reduce((o,l)=>o+(l.rating||0),0)/r.length||0,readingTime:r.reduce((o,l)=>o+parseInt(l.duration?.replace(/[^\d]/g,"")||"0"),0),monthlyStats:this.generateMonthlyReadingStats(12)}}async getExperimentsData(){if(!this.dataManager)return this.getMockExperimentsData();let a=this.config.componentSettings;this.plugin?.settings?.componentDataSources&&(a=this.plugin.settings.componentDataSources);const r=a?.experimentsManager,i={identifyMode:r?.identifyMode||"frontmatter",frontmatterKey:r?.frontmatterKey||"experiment",tagIdentifier:r?.tagIdentifier,typeValues:r?.typeValues||["experiment","experimental-data"],type:"experiments"},o={type:"folder",folderPath:r?.folderPath||this.config.dataSources.experimentsFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]},sectionConfig:i};try{const l=this.dataManager.createDataSource(o,"experiments");if(l)return(await this.dataManager.getDataSourceData(l))?.data||[]}catch(l){console.error("Error fetching experiments data:",l)}return this.getMockExperimentsData()}async getResourcesData(){if(!this.dataManager)return this.getMockResourcesData();let a=this.config.componentSettings;this.plugin?.settings?.componentDataSources&&(a=this.plugin.settings.componentDataSources);const r=a?.resourcesManager,i={identifyMode:r?.identifyMode||"frontmatter",frontmatterKey:r?.frontmatterKey||"resource",tagIdentifier:r?.tagIdentifier,typeValues:r?.typeValues||["resource","academic-resource"],type:"resources"},o={type:"folder",folderPath:r?.folderPath||this.config.dataSources.resourcesFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]},sectionConfig:i};try{const l=this.dataManager.createDataSource(o,"resources");if(l)return(await this.dataManager.getDataSourceData(l))?.data||[]}catch(l){console.error("Error fetching resources data:",l)}return this.getMockResourcesData()}async getResearchFocusMap(a){if(!this.dataManager)return{data:[],months:[],isRealData:!1,dataSource:"empty",totalNotes:0};try{const r=await this.getNotesWithTags(a);return{...this.organizeFocusDataByDate(r,a),isRealData:!0,dataSource:"obsidian",totalNotes:r.length}}catch(r){return console.error("Error fetching research focus data:",r),{data:[],months:[],isRealData:!1,dataSource:"error",totalNotes:0,error:r instanceof Error?r.message:"Unknown error"}}}async getNotesWithTags(a){if(!this.dataManager)return[];if(!this.app)return this.getNotesWithTagsViaDataSource(a);this.cacheInitialized||await this.initializeTagCache();try{const r=new Set,i=Date.now();if(!a||a.length===0){for(const[c,u]of this.fileTagCache)if(u.size>0){const d=this.app.vault.getAbstractFileByPath(c);d instanceof _.TFile&&r.add(d)}}else for(const c of a){const u=c.replace("#","").trim().toLowerCase();for(const[d,h]of this.tagCache){const m=d.toLowerCase();if(m===u||m.startsWith(u+"/")||u.startsWith(m+"/"))for(const k of h)r.add(k)}}const o=[];for(const c of r){const u=this.fileTagCache.get(c.path);if(!u)continue;const d=c.stat;o.push({name:c.name,path:c.path,tags:Array.from(u),created:d.ctime,createdDate:new Date(d.ctime),modified:d.mtime,mtime:d.mtime,ctime:d.ctime,file:c})}const l=Date.now();return o}catch(r){return console.error("Error fetching notes with tags via metadataCache:",r),this.getNotesWithTagsViaDataSource(a)}}async getNotesWithTagsViaDataSource(a){const r={type:"folder",folderPath:"",recursive:!0,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const i=this.dataManager.createDataSource(r,"research-notes");if(i){const o=await this.dataManager.getDataSourceData(i);return!a||a.length===0?o?.data||[]:(o?.data||[]).filter(c=>{const u=c.tags||[];if(Array.isArray(u)&&u.some(m=>a.includes(m.replace("#","").trim())))return!0;const d=c.content||"";return a.some(h=>d.includes(`#${h}`)||d.includes(`#${h} `)||d.includes(`#${h} -`)||d.includes(`#${h}\r`))})}}catch(i){console.error("Error fetching notes with tags via data source:",i)}return[]}organizeFocusDataByDate(a,r){const i=new Date,o=new Date(i.getFullYear(),i.getMonth()-2,1),l=[],c=[];for(let u=0;u<3;u++){const d=new Date(o.getFullYear(),o.getMonth()+u,1);c.push(d.toLocaleDateString("en-US",{month:"short"}));const h=[],m=new Date(d.getFullYear(),d.getMonth()+1,0).getDate();for(let b=0;b<4;b++){if(a.length===0){h.push({tag:"",intensity:0,count:0,weekNotes:0});continue}const k=new Date(d.getFullYear(),d.getMonth(),Math.max(1,b*7+1));k.setHours(0,0,0,0);const v=new Date(d.getFullYear(),d.getMonth(),Math.min(m,(b+1)*7));v.setHours(23,59,59,999);const y=a.filter(E=>{let T=null;return E.createdDate?T=new Date(E.createdDate):E.created?T=new Date(E.created):E.date?T=new Date(E.date):E.ctime?T=new Date(E.ctime):E.mtime&&(T=new Date(E.mtime)),!T||isNaN(T.getTime())?!1:T>=k&&T<=v});y.length>0&&y.forEach(E=>{const T=E.createdDate||E.created||E.date||E.ctime||E.mtime});const w={};r&&r.length>0?r.forEach(E=>{const T=E.replace("#","").trim().toLowerCase();let A=0;if(y.forEach(z=>{z.tags&&Array.isArray(z.tags)&&z.tags.some(q=>{const V=q.replace("#","").trim().toLowerCase();return!!(V===T||V.startsWith(T+"/")||T.startsWith(V+"/"))})&&A++}),A>0){const z=E.replace("#","").trim();w[z]=A}}):y.forEach(E=>{E.tags&&Array.isArray(E.tags)&&E.tags.forEach(T=>{const A=T.replace("#","").trim();!A.includes("<%")&&!A.includes("%>")&&A.length>0&&(w[A]=(w[A]||0)+1)})});const D=Object.entries(w);if(D.length>0){D.sort((R,q)=>q[1]-R[1]);const E=D[0],T=Math.max(...D.map(([,R])=>R)),A=Math.min(E[1]/Math.max(T,5),1),z={tag:`#${E[0]}`,intensity:Math.max(.1,A),count:E[1],weekNotes:y.length};h.push(z)}else{const E={tag:"",intensity:0,count:0,weekNotes:y.length};h.push(E)}}l.push(h)}return{data:l,months:c}}async getDashboardData(){return{userProfile:await this.getUserProfile(),writingStats:await this.getWritingStats(),books:await this.getBooksData(),projects:await this.getProjectsData(),todos:await this.getTodosData(),recentLiterature:await this.getRecentLiterature(),todayFocus:await this.getTodayFocus()}}getMockWritingStats(){let d=[];try{d=this.generateDailyStats(30,0,0)}catch(h){console.error("Error generating daily stats:",h),d=[]}return{totalWords:0,papersCount:0,literatureCount:0,monthlyGrowth:0,notesCount:0,draftsCount:0,publishedCount:0,dailyStats:d}}getMockBooksData(){return[{id:"1",title:"深度学习",author:"Ian Goodfellow",publisher:"MIT Press",year:"2017",cover:"https://images.unsplash.com/photo-1561379331-b07f7431ade1?w=200&h=280&fit=crop",rating:5,status:"reading",progress:85,notes:23,bookmarks:12,duration:"45小时",difficulty:"hard",importance:"high",tags:["深度学习","神经网络","机器学习"],insights:["反向传播算法","卷积神经网络"],lastRead:"2024-01-15",filePath:"Books/深度学习.md"},{id:"2",title:"统计学习方法",author:"李航",publisher:"清华大学出版社",year:"2019",cover:"https://images.unsplash.com/photo-1753939582692-6b01009b9cca?w=200&h=280&fit=crop",rating:5,status:"completed",progress:100,notes:31,bookmarks:18,duration:"38小时",difficulty:"medium",importance:"high",tags:["统计学习","支持向量机","决策树"],insights:["统计学习三要素","EM算法"],lastRead:"2024-01-10",filePath:"Books/统计学习方法.md"}]}getMockProjectsData(){return[{id:"1",title:"Climate Prediction Model",description:"基于深度学习的气候预测模型开发",status:"active",progress:65,startDate:"2024-01-01",endDate:"2024-12-31",team:["宋爽","John Doe","Jane Smith"],tags:["Deep Learning","Climate","Python"],repository:"https://github.com/example/climate-model",stars:145,forks:28,filePath:"Projects/Climate Prediction Model.md"},{id:"2",title:"Earth System Modeling",description:"地球系统综合建模框架",status:"planning",progress:20,startDate:"2024-03-01",team:["宋爽","Alice Johnson"],tags:["Modeling","Earth System","Julia"],filePath:"Projects/Earth System Modeling.md"}]}getMockPapersData(){return[{id:"1",title:"Deep Learning for Climate Prediction",authors:["宋爽","John Doe","Jane Smith"],journal:"Nature Climate Change",year:2024,citations:45,doi:"10.1038/nclimate.2024.123",status:"published",tags:["Climate","Deep Learning","Prediction"],wordCount:8500},{id:"2",title:"Machine Learning Applications in Earth Sciences",authors:["宋爽","Alice Johnson"],journal:"Science Advances",year:2023,citations:67,doi:"10.1126/sciadv.2023.456",status:"published",tags:["Machine Learning","Earth Sciences","Applications"],wordCount:7200}]}getMockTodosData(){return[{id:"1",title:"ICLR 2024 会议参与",description:"论文投稿、会议注册、行程安排",category:"学术会议",priority:"urgent",status:"in-progress",dueDate:"2024-05-10",createdAt:"2024-01-15",tags:["ICLR","会议","投稿"],budget:{total:25e3,spent:8500,currency:"CNY"}}]}getMockExperimentsData(){return[]}getMockResourcesData(){return[]}getMockNotesData(){return[]}generateDailyStats(a,r,i){const o=[],l=new Date;l.setDate(l.getDate()-a+1);let c=0,u=0;for(let d=0;ds.id===u),t=Oi();return!e||u==="blank"?t:{...t,...e.rule}}const Ut="paperbell-landing-view",Jt=["welcome","account","renameRepo","configurePlugins","customizeTheme","complete"],zi={welcome:"欢迎",account:"账户",renameRepo:"仓库",configurePlugins:"插件",customizeTheme:"主题",complete:"完成"},Ft={firstLoad:!0,completedSteps:{account:!1,renameRepo:!1,configurePlugins:{"obsidian-pandoc-reference-list":!1,"obsidian-memos":!1,zotlit:!1,soundscapes:!1},customizeTheme:!1}};class ji extends w.ItemView{constructor(e,t){super(e),this.currentStepIndex=0,this.navigationDirection="forward",this.activePlugin=null,this.authStatus="unknown",this.licenseData=null,this.oauthPollingInterval=null,this.configSections=[{id:"renameRepo",title:"重命名仓库",icon:"folder",steps:[{title:"访问仓库管理",description:"第一步是点击左下角的 PaperBell,第二步是点击管理仓库:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121548819.png",alt:"管理仓库",caption:"访问仓库管理界面"}]},{title:"重命名仓库",description:"第三步是点击右侧的三个点进入重命名仓库;第四步是选择重命名仓库,需要先关闭当前仓库,然后将其重命名为你想要的名称。(这里重命名为 Test,路径中包含中文字符。但最好避免中文字符和空格)",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121551378.png",alt:"重命名仓库",caption:"仓库重命名操作"}]},{title:"完成重命名",description:"重命名后,界面如下图所示,再次点击 Test 即可打开。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121556959.png",alt:"完成重命名",caption:"重命名完成后的界面"}]},{title:"查看重命名结果",description:"可以看到左下角已经变成了重命名后的名称:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121559755.png",alt:"左下角名称",caption:"查看左下角显示的仓库名称"}]}]},{id:"configurePlugins",title:"插件配置",icon:"settings",steps:[{title:"文件夹介绍",description:"在正式介绍各个插件之前,先介绍左侧文件夹的含义及其对应的功能。您可以修改文件夹名称,但也需要相应地修改插件中的文件夹名称。因此,首次使用时,通常不建议轻易修改。熟悉插件和功能后,可以随意修改。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504121633442.png",alt:"文件夹介绍",caption:"文件夹结构和功能"}]}],plugins:[{id:"obsidian-pandoc-reference-list",title:"Pandoc Reference List",icon:"file-text",description:"这个插件主要用于在 Obsidian 中显示当前文档的参考文献列表,需要配置 Pandoc 路径和参考文献文件。",steps:[{title:"Pandoc 路径设置",description:"设置 Pandoc 路径,注意这是 Pandoc.exe 的位置,下载和安装时请记住这个位置:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/8b79442eea370008bc170e60ef436e1.png",alt:"Pandoc 设置",caption:"Pandoc 路径配置"}]},{title:"Zotero 导出",description:"Bib 文件(红框中的第二行)主要从 Zotero 导出。首先,在 Zotero 中选择要导出的条目,右键点击,然后导出:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122011623.png",alt:"Zotero 导出",caption:"从 Zotero 导出参考文献"}]},{title:"导出设置",description:"勾选 export notes、keepUpdated 和 worker:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122012672.png",alt:"导出设置",caption:"Zotero 导出设置选项"}]},{title:"导出路径",description:"设置导出路径,最好导入到 Obsidian 以便更好地多设备同步。如果导出到其他位置,请务必记住导出位置。名称可以更改,但最好使用英文且不包含空格。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122013032.png",alt:"导出路径",caption:"设置参考文献导出路径"}]},{title:"Better BibTeX 设置",description:"特别是下面 Zotero 的 Better BibTeX 中的红框,务必设置正确的路径,应该与上面的路径一致,尽量确保没有空格或中文字符:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122017003.png",alt:"Better BibTeX 设置",caption:"设置 Better BibTeX 路径"}]},{title:"参考文献格式",description:"再次插入参考文献,下面是正确的格式:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122015642.png",alt:"参考文献格式",caption:"正确的参考文献格式示例"}]}]},{id:"obsidian-memos",title:"Thino",icon:"pencil",description:"这个插件主要用于在 Obsidian 中记录您的想法,需要进行基本设置。",steps:[{title:"Thino 设置",description:"这个插件主要用于在 Obsidian 中记录您的想法。需要更改的设置主要是下图中三个红框位置,可以根据您的需求自由修改。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122021763.png",alt:"Thino 设置",caption:"Thino 插件设置界面"}]}]},{id:"zotlit",title:"Zotlit",icon:"book",description:"Zotlit 用于导入 Zotero 文件,需要配置 Zotero 数据位置。",steps:[{title:"Zotlit 设置",description:"Zotlit 用于导入 Zotero 文件。在 connect 中,找到 Zotero 数据位置才能正确使用。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122025700.png",alt:"Zotlit 设置",caption:"Zotlit 插件设置界面"}]},{title:"查找 Zotero 位置",description:"这取决于您的 Zotero 位置。方法如下:",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122028523.png",alt:"Zotero 位置",caption:"查找 Zotero 数据位置的方法"}]}]},{id:"soundscapes",title:"SoundScapes",icon:"headphones",description:"这个插件主要用于在 Obsidian 中播放音乐,需要配置本地音乐文件夹。",steps:[{title:"SoundScapes 设置",description:"这个插件主要用于听音乐。在线音乐需要 VPN,所以对于本地音乐播放,您需要确定您的音乐文件夹位置。只需修改下面框中的文件位置,其他设置可根据需要修改。",images:[{src:"https://senjiang-1317527983.cos.ap-nanjing.myqcloud.com/Obsidian/202504122000444.png",alt:"SoundScapes 设置",caption:"SoundScapes 插件设置界面"}]}]}]},{id:"customizeTheme",title:"主题定制",icon:"brush",steps:[{title:"样式设置",description:"您需要下载 Style Settings 插件进行修改。您可以观看 B 站的详细教程 (https://b23.tv/stTdoOm),里面有详细说明。这里不做任何更改,您可以根据自己的喜好按照教程进行修改。",images:[]}]}],this.plugin=t}getViewType(){return Ut}getDisplayText(){return"PaperBell 设置向导"}getIcon(){return"paperclip"}async onOpen(){this.plugin.settings.landing||(this.plugin.settings.landing=Ft,await this.plugin.saveSettings()),this.plugin.settings.landing.completedSteps.account===void 0&&(this.plugin.settings.landing.completedSteps.account=!1,await this.plugin.saveSettings()),await this.checkAuthStatus(),this.renderView()}async onClose(){this.stopOAuthPolling()}goToStep(e){e<0||e>=Jt.length||(this.navigationDirection=e>this.currentStepIndex?"forward":"back",this.activePlugin=null,this.currentStepIndex=e,this.renderView())}goNext(){this.goToStep(this.currentStepIndex+1)}goPrevious(){if(this.activePlugin){this.activePlugin=null,this.renderView();return}this.goToStep(this.currentStepIndex-1)}async checkAuthStatus(){this.authStatus="checking";try{await this.plugin.verificationWorker.verify()?(this.authStatus="authenticated",this.licenseData=this.plugin.verificationWorker.getLicenseData()):(this.authStatus="unauthenticated",this.licenseData=null)}catch{this.authStatus="unauthenticated",this.licenseData=null}}startOAuthPolling(){this.stopOAuthPolling(),this.oauthPollingInterval=window.setInterval(async()=>{await this.checkAuthStatus(),this.authStatus==="authenticated"&&(this.stopOAuthPolling(),this.updateStepCompletion("account",!0),this.renderView())},2e3),window.setTimeout(()=>this.stopOAuthPolling(),300*1e3)}stopOAuthPolling(){this.oauthPollingInterval&&(window.clearInterval(this.oauthPollingInterval),this.oauthPollingInterval=null)}renderView(){const{containerEl:e}=this;e.empty(),e.addClass("paperbell-landing-view");const t=e.createEl("div",{cls:"ppb-wizard-wrapper"});this.renderProgressBar(t);const s=t.createEl("div",{cls:"ppb-wizard-content"}),n=this.navigationDirection==="back"?"ppb-wizard-step-enter-reverse":"ppb-wizard-step-enter",i=s.createEl("div",{cls:n});this.renderStepContent(i),this.renderNavigation(t)}renderProgressBar(e){const t=e.createEl("div",{cls:"ppb-wizard-progress"});Jt.forEach((s,n)=>{if(n>0){const a=t.createEl("div",{cls:"ppb-wizard-progress-line"});n<=this.currentStepIndex&&a.addClass("is-completed")}const i=t.createEl("div",{cls:"ppb-wizard-progress-step"}),r=i.createEl("div",{cls:"ppb-wizard-progress-dot"});nthis.goToStep(n))),i.createEl("div",{cls:"ppb-wizard-progress-label",text:zi[s]})})}renderNavigation(e){const t=Jt[this.currentStepIndex],s=e.createEl("div",{cls:"ppb-wizard-nav"}),n=s.createEl("div",{cls:"ppb-wizard-nav-left"}),i=s.createEl("div",{cls:"ppb-wizard-nav-right"});if(this.currentStepIndex>0&&t!=="complete"){const r=n.createEl("button",{cls:"ppb-wizard-nav-btn"}),a=r.createEl("span",{cls:"ppb-wizard-nav-icon"});w.setIcon(a,"arrow-left"),r.createEl("span",{text:"上一步"}),this.registerDomEvent(r,"click",()=>this.goPrevious())}if(t==="account"&&this.authStatus!=="authenticated"){const r=i.createEl("button",{cls:"ppb-wizard-nav-btn",text:"稍后再说"});this.registerDomEvent(r,"click",()=>this.goNext())}if(t!=="complete"){const r=t==="welcome"?"开始配置":"下一步",a=i.createEl("button",{cls:"mod-cta ppb-wizard-nav-btn"});a.createEl("span",{text:r});const o=a.createEl("span",{cls:"ppb-wizard-nav-icon"});w.setIcon(o,"arrow-right"),this.registerDomEvent(a,"click",()=>this.goNext())}if(t==="complete"){const r=n.createEl("button",{cls:"ppb-wizard-nav-btn",text:"跳过设置"});this.registerDomEvent(r,"click",()=>this.skipSetup());const a=i.createEl("button",{cls:"mod-cta ppb-wizard-nav-btn",text:"完成并关闭"});this.registerDomEvent(a,"click",()=>this.saveAndClose())}}renderStepContent(e){switch(Jt[this.currentStepIndex]){case"welcome":this.renderWelcomeStep(e);break;case"account":this.renderAccountStep(e);break;case"renameRepo":this.renderRenameRepoStep(e);break;case"configurePlugins":this.activePlugin?this.renderPluginDetail(e,this.activePlugin):this.renderPluginConfigStep(e);break;case"customizeTheme":this.renderThemeStep(e);break;case"complete":this.renderCompleteStep(e);break}}renderWelcomeStep(e){const t=e.createEl("div",{cls:"paperbell-welcome-container"}),s=t.createEl("div",{cls:"paperbell-welcome-logo"});w.setIcon(s,"school");const n=t.createEl("div",{cls:"paperbell-welcome-header"});n.createEl("h1",{text:"欢迎使用 PaperBell"}),n.createEl("p",{text:"让我们花几分钟完成初始配置,帮助您打造最佳的学术工作环境。"});const i=t.createEl("div",{cls:"paperbell-welcome-features"});[{icon:"user",title:"账户激活",description:"登录账户,解锁全部功能"},{icon:"settings",title:"插件配置",description:"一站式配置学术工作流所需的插件"},{icon:"brush",title:"个性定制",description:"调整主题和外观,打造专属界面"}].forEach(a=>{const o=i.createEl("div",{cls:"paperbell-welcome-feature"}),c=o.createEl("div",{cls:"paperbell-welcome-feature-icon"});w.setIcon(c,a.icon),o.createEl("h3",{text:a.title}),o.createEl("p",{text:a.description})})}renderAccountStep(e){const t=e.createEl("div",{cls:"ppb-account-container"}),s=t.createEl("div",{cls:"ppb-step-header"}),n=s.createEl("div",{cls:"ppb-step-header-icon"});if(w.setIcon(n,"user-check"),s.createEl("h2",{text:"账户设置"}),s.createEl("p",{text:"登录您的 PaperBell 账户以激活许可证。"}),this.authStatus==="checking"){const o=t.createEl("div",{cls:"ppb-account-checking"}),c=o.createEl("div",{cls:"ppb-account-spinner"});w.setIcon(c,"loader"),o.createEl("p",{text:"正在检查账户状态..."});return}if(this.authStatus==="authenticated"){const o=t.createEl("div",{cls:"ppb-account-success"}),c=o.createEl("div",{cls:"ppb-account-success-icon"});if(w.setIcon(c,"check"),o.createEl("h3",{text:"已成功登录"}),this.licenseData&&(this.licenseData.user_name&&o.createEl("p",{text:`欢迎回来,${this.licenseData.user_name}`,cls:"ppb-account-user-name"}),this.licenseData.expires_at)){const l=new Date(this.licenseData.expires_at);o.createEl("p",{text:`许可证有效期至:${l.toLocaleDateString()}`,cls:"ppb-account-license-info"})}this.updateStepCompletion("account",!0);return}const i=t.createEl("div",{cls:"ppb-account-method"}),r=i.createEl("div",{cls:"ppb-account-method-icon"});w.setIcon(r,"globe"),i.createEl("h3",{text:"浏览器登录"}),i.createEl("p",{text:"通过浏览器安全授权,自动激活您的账户",cls:"ppb-account-method-desc"});const a=i.createEl("button",{cls:"mod-cta ppb-account-login-btn",text:"打开浏览器登录"});this.registerDomEvent(a,"click",async()=>{await this.plugin.startAccountLogin(),a.textContent="等待授权中...",a.disabled=!0,this.startOAuthPolling()})}renderRenameRepoStep(e){const t=this.configSections.find(r=>r.id==="renameRepo");if(!t)return;const s=e.createEl("div",{cls:"ppb-step-header"}),n=s.createEl("div",{cls:"ppb-step-header-icon"});w.setIcon(n,t.icon),s.createEl("h2",{text:t.title}),s.createEl("p",{text:"将仓库重命名为您喜欢的名称,建议使用英文且不包含空格。"});const i=e.createEl("div",{cls:"paperbell-landing-tab-content"});this.renderSteps(i,t.steps),this.createCompletionCheckbox(e,"renameRepo")}renderPluginConfigStep(e){const t=this.configSections.find(d=>d.id==="configurePlugins");if(!t||!t.plugins)return;const s=e.createEl("div",{cls:"ppb-step-header"}),n=s.createEl("div",{cls:"ppb-step-header-icon"});w.setIcon(n,t.icon),s.createEl("h2",{text:t.title}),s.createEl("p",{text:"配置学术工作流中用到的各个插件,按需启用和设置。"});const i=this.getPluginProgress(),r=s.createEl("div",{cls:"paperbell-landing-progress"});r.createEl("span",{cls:"paperbell-landing-progress-text",text:`${i.completed}/${i.total} 已完成`});const o=r.createEl("div",{cls:"paperbell-landing-progress-bar"}).createEl("div",{cls:"paperbell-landing-progress-inner"});o.style.width=`${i.completed/i.total*100}%`;const c=e.createEl("div",{cls:"paperbell-landing-tab-content"});this.renderSteps(c,t.steps);const l=c.createEl("div",{cls:"paperbell-landings-grid"});t.plugins.forEach(d=>{const f=l.createEl("div",{cls:"paperbell-landing-card"}),h=f.createEl("div",{cls:"paperbell-landing-card-icon"});w.setIcon(h,d.icon),f.createEl("h3",{text:d.title}),f.createEl("p",{text:d.description});const g=this.isPluginEnabled(d.id),p=this.isPluginCompleted(d.id);let y="待配置",v="pending";p?(y="已完成",v="completed mod-cta"):g?(y="已启用,待配置",v="enabled"):(y="未启用",v="disabled mod-destructive"),f.createEl("button",{cls:`${v}`,text:y});const E=f.createEl("div",{cls:"paperbell-landing-card-actions"});if(g){const C=E.createEl("button",{cls:"paperbell-landing-card-button settings",text:"打开设置"});this.registerDomEvent(C,"click",()=>{this.openPluginSettings(d.id)})}else if(this.app.plugins.plugins[d.id]){const C=E.createEl("button",{cls:"paperbell-landing-card-button enable",text:"启用"});this.registerDomEvent(C,"click",async()=>{await this.enablePlugin(d.id)&&this.renderView()})}else{const C=E.createEl("button",{cls:"paperbell-landing-card-button enable",text:"下载"});this.registerDomEvent(C,"click",async()=>{window.open(`obsidian://show-plugin?id=${d.id}`)})}const x=E.createEl("button",{cls:"paperbell-landing-card-button config",text:"配置指南"});this.registerDomEvent(x,"click",()=>{this.activePlugin=d.id,this.renderView()})})}renderPluginDetail(e,t){const s=this.configSections.find(p=>p.id==="configurePlugins");if(!s||!s.plugins)return;const n=s.plugins.find(p=>p.id===t);if(!n)return;const i=e.createEl("div",{cls:"paperbell-landing-topbar"}),r=i.createEl("button",{cls:"paperbell-landing-back-button"});w.setIcon(r,"arrow-left"),r.createEl("span",{text:"返回插件列表"}),this.registerDomEvent(r,"click",()=>{this.activePlugin=null,this.renderView()});const a=i.createEl("div",{cls:"paperbell-landing-status-container"}),o=this.isPluginEnabled(t),c=this.isPluginCompleted(t);let l="未启用",d="disabled";c?(l="配置已完成",d="completed mod-cta"):o&&(l="已启用,待配置",d="enabled mod-cta"),o&&a.createEl("button",{cls:`${d}`,text:l});const f=a.createEl("div",{cls:"paperbell-landing-actions"});if(!o&&this.app.plugins.plugins[t]){const p=f.createEl("button",{cls:"paperbell-landing-enable-btn",text:"启用"});this.registerDomEvent(p,"click",async()=>{await this.enablePlugin(t)&&this.renderView()})}else if(!o&&!this.app.plugins.plugins[t]){const p=f.createEl("button",{cls:"paperbell-landing-enable-btn",text:"下载"});this.registerDomEvent(p,"click",async()=>{window.open(`obsidian://show-plugin?id=${t}`)})}this.createPluginCheckbox(a,t,"").classList.add("paperbell-landing-topbar-checkbox");const g=e.createEl("div",{cls:"paperbell-landing-tab-content"});g.createEl("h2",{text:n.title}),g.createEl("p",{cls:"paperbell-landing-description",text:n.description}),this.renderSteps(g,n.steps,t)}renderThemeStep(e){const t=this.configSections.find(r=>r.id==="customizeTheme");if(!t)return;const s=e.createEl("div",{cls:"ppb-step-header"}),n=s.createEl("div",{cls:"ppb-step-header-icon"});w.setIcon(n,t.icon),s.createEl("h2",{text:t.title}),s.createEl("p",{text:"根据您的喜好调整界面外观和主题样式。"});const i=e.createEl("div",{cls:"paperbell-landing-tab-content"});this.renderSteps(i,t.steps),this.createCompletionCheckbox(e,"customizeTheme")}renderCompleteStep(e){const t=e.createEl("div",{cls:"ppb-complete-container"}),s=t.createEl("div",{cls:"ppb-complete-icon"});w.setIcon(s,"check-circle"),t.createEl("h2",{text:"设置完成!"}),t.createEl("p",{text:"以下是您的配置状态总览。您可以随时通过命令面板重新打开此向导。",cls:"ppb-complete-description"});const n=t.createEl("div",{cls:"ppb-complete-checklist"}),i=[{label:"账户激活",done:this.isStepCompleted("account"),detail:this.authStatus==="authenticated"?`已登录${this.licenseData?.user_name?` (${this.licenseData.user_name})`:""}`:"未登录"},{label:"仓库重命名",done:this.isStepCompleted("renameRepo"),detail:this.isStepCompleted("renameRepo")?"已完成":"未完成"},{label:"插件配置",done:this.isStepCompleted("configurePlugins"),detail:`${this.getPluginProgress().completed}/${this.getPluginProgress().total} 已配置`},{label:"主题定制",done:this.isStepCompleted("customizeTheme"),detail:this.isStepCompleted("customizeTheme")?"已完成":"未完成"}];i.forEach(a=>{const o=n.createEl("div",{cls:"ppb-complete-checklist-item"}),c=o.createEl("div",{cls:`ppb-complete-checklist-icon ${a.done?"is-done":"is-pending"}`});w.setIcon(c,a.done?"check-circle":"circle");const l=o.createEl("div",{cls:"ppb-complete-checklist-text"});l.createEl("span",{text:a.label,cls:"ppb-complete-checklist-label"}),l.createEl("span",{text:a.detail,cls:"ppb-complete-checklist-detail"})}),i.every(a=>a.done)||t.createEl("p",{text:"未完成的步骤可以稍后随时通过命令面板中的「显示 PaperBell 设置」来完成。",cls:"ppb-complete-note"})}renderSteps(e,t,s){t.forEach(n=>{const i=e.createEl("div",{cls:"paperbell-landing-step"}),r=i.createEl("div",{cls:"paperbell-landing-step-header"});if(r.createEl("h3",{text:n.title}),s&&this.isPluginEnabled(s)){const o=r.createEl("button",{cls:"paperbell-landing-step-settings-btn",text:"打开设置"});this.registerDomEvent(o,"click",()=>{this.openPluginSettings(s)})}const a=i.createEl("div",{cls:"paperbell-landing-step-description"});if(a.innerHTML=n.description,n.images&&n.images.length>0){const o=i.createEl("button",{cls:"paperbell-landing-toggle-images",text:"显示图片教程"}),c=i.createEl("div",{cls:"paperbell-landing-images-container collapsed"});n.images.forEach(l=>{const d=c.createEl("figure",{cls:"paperbell-landing-figure"});d.createEl("img",{attr:{src:l.src,alt:l.alt}}),l.caption&&d.createEl("figcaption",{text:l.caption})}),this.registerDomEvent(o,"click",()=>{const l=c.classList.contains("collapsed");c.classList.toggle("collapsed",!l),o.textContent=l?"隐藏图片教程":"显示图片教程"})}})}createCompletionCheckbox(e,t){const s=e.createEl("div",{cls:"paperbell-landing-checkbox"}),n=s.createEl("input",{type:"checkbox",attr:{id:`${t}-completed`,...this.isStepCompleted(t)?{checked:!0}:{}}});return s.createEl("label",{text:"我已完成此步骤",attr:{for:`${t}-completed`}}),this.registerDomEvent(n,"change",i=>{const r=i.target;this.updateStepCompletion(t,r.checked)}),s}createPluginCheckbox(e,t,s){const i=this.plugin.settings.landing?.completedSteps?.configurePlugins?.[t]||!1,r=e.createEl("div",{cls:"paperbell-landing-checkbox"}),a=r.createEl("input",{type:"checkbox",attr:{id:`${t}-completed`,...i?{checked:!0}:{}}});return s?r.createEl("label",{text:s,attr:{for:`${t}-completed`}}):r.createEl("label",{text:"配置已完成",attr:{for:`${t}-completed`}}),this.registerDomEvent(a,"change",o=>{const c=o.target;this.updatePluginCompletion(t,c.checked)}),r}isStepCompleted(e){const t=this.plugin.settings;if(!t.landing?.completedSteps)return!1;if(e==="account")return t.landing.completedSteps.account??!1;if(e==="renameRepo")return t.landing.completedSteps.renameRepo;if(e==="configurePlugins"){const s=t.landing.completedSteps.configurePlugins;return s["obsidian-pandoc-reference-list"]&&s["obsidian-memos"]&&s.zotlit&&s.soundscapes}else if(e==="customizeTheme")return t.landing.completedSteps.customizeTheme;return!1}isPluginCompleted(e){const t=this.plugin.settings;return t.landing?.completedSteps?.configurePlugins&&this.isValidPluginId(e)?t.landing.completedSteps.configurePlugins[e]:!1}getPluginProgress(){const e=this.plugin.settings;if(!e.landing?.completedSteps?.configurePlugins)return{completed:0,total:4};const t=e.landing.completedSteps.configurePlugins;let s=0;return t["obsidian-pandoc-reference-list"]&&s++,t["obsidian-memos"]&&s++,t.zotlit&&s++,t.soundscapes&&s++,{completed:s,total:4}}updateStepCompletion(e,t){this.plugin.settings.landing||(this.plugin.settings.landing=Ft),e==="account"?this.plugin.settings.landing.completedSteps.account=t:e==="renameRepo"?this.plugin.settings.landing.completedSteps.renameRepo=t:e==="customizeTheme"&&(this.plugin.settings.landing.completedSteps.customizeTheme=t),this.plugin.saveSettings()}updatePluginCompletion(e,t){this.plugin.settings.landing||(this.plugin.settings.landing=Ft),this.isValidPluginId(e)&&(this.plugin.settings.landing.completedSteps.configurePlugins[e]=t,this.plugin.saveSettings(),this.renderView())}isValidPluginId(e){return["obsidian-pandoc-reference-list","obsidian-memos","zotlit","soundscapes"].includes(e)}isPluginEnabled(e){const s={"obsidian-pandoc-reference-list":"obsidian-pandoc-reference-list","obsidian-memos":"obsidian-memos",zotlit:"zotlit",soundscapes:"soundscapes"}[e];return s?!!this.app.plugins.plugins[s]:!1}async enablePlugin(e){const s={"obsidian-pandoc-reference-list":"obsidian-pandoc-reference-list","obsidian-memos":"obsidian-memos",zotlit:"zotlit",soundscapes:"soundscapes"}[e];if(!s)return new w.Notice(`未知的插件 ID: ${e}`),!1;try{return await this.app.plugins.enablePluginAndSave(s),new w.Notice(`${e} 插件已启用`),!0}catch(n){return new w.Notice(`启用 ${e} 插件失败: ${n.message}`),!1}}openPluginSettings(e){const s={"obsidian-pandoc-reference-list":"obsidian-pandoc-reference-list","obsidian-memos":"obsidian-memos",zotlit:"zotlit",soundscapes:"soundscapes"}[e];if(!s){new w.Notice(`未知的插件 ID: ${e}`);return}if(!this.isPluginEnabled(e)){new w.Notice(`插件 ${e} 未启用`);return}this.app.setting.open(),this.app.setting.openTabById(s)}async saveAndClose(){this.plugin.settings.landing||(this.plugin.settings.landing=Ft),this.plugin.settings.landing.firstLoad=!1,await this.plugin.saveSettings(),new w.Notice("设置已保存"),this.leaf.detach()}async skipSetup(){this.plugin.settings.landing||(this.plugin.settings.landing=Ft),this.plugin.settings.landing.firstLoad=!1,await this.plugin.saveSettings(),new w.Notice("初始设置已跳过"),this.leaf.detach()}}const Dt={academicOverview:{type:"folder",displayName:"学术概览",description:"展示学术研究的整体概况和统计信息",useMockData:!1,refreshInterval:0,cacheTimeout:5e3,metricsSource:"calculated",metrics:{literatureTotalSource:"zotero",draftsSource:"papers",publishedSource:"papers",manual:{},external:{}}},todayFocus:{type:"folder",displayName:"今日聚焦",description:"显示今天需要关注的重要任务和事项",useMockData:!1,taskSources:[],priorityField:"priority",deadlineField:"due",refreshInterval:6e4,cacheTimeout:5e3},recentLiterature:{type:"folder",displayName:"最近文献",description:"展示最近阅读和收集的学术文献",useMockData:!1,paperFields:{title:"title",authors:"authors",year:"year",journal:"journal",doi:"doi",keywords:"keywords",abstract:"abstract"},maxAge:30,refreshInterval:3e5,cacheTimeout:6e4,literatureFolderPath:"Inputs/Zotero",literatureDisplaySettings:{titleWrap:!0,authorWrap:!0,keywordsWrap:!0,tagsWrap:!0}},researchFocusMap:{type:"folder",displayName:"研究焦点地图",description:"可视化展示研究领域和关注重点",useMockData:!1,topicField:"topic",weightField:"weight",refreshInterval:0,cacheTimeout:6e4,trackingTags:["research","study","paper","note","想法","project"],gridSize:50,borderRadius:4},projectBaseManager:{type:"folder",displayName:"项目管理(默认配置)",description:"其他项目组件未配置时的后备数据源,优先级低于具体组件配置",useMockData:!1,statusField:"status",progressField:"progress",teamField:"team",refreshInterval:6e4,cacheTimeout:5e3,identifyMode:"frontmatter",frontmatterKey:"project",typeValues:["project"]},papersManager:{type:"folder",displayName:"研究论文",description:"论文写作、审核状态和发表进度管理",useMockData:!1,paperFields:{title:"title",authors:"authors",status:"status",journal:"journal",year:"year"},refreshInterval:3e5,cacheTimeout:6e4,identifyMode:"frontmatter",frontmatterKey:"paper",typeValues:["paper","research-paper"]},experimentsManager:{type:"folder",displayName:"实验数据",description:"实验设计、数据收集和结果分析",useMockData:!1,experimentFields:{title:"title",status:"status",startDate:"startDate",endDate:"endDate",description:"description"},refreshInterval:18e4,cacheTimeout:3e4,identifyMode:"frontmatter",frontmatterKey:"experiment",typeValues:["experiment","experimental-data"]},tasksManager:{type:"folder",displayName:"科研课题",description:"课题管理、任务分解和进度跟踪",useMockData:!1,taskFields:{title:"title",status:"status",priority:"priority",deadline:"deadline",assignee:"assignee"},refreshInterval:12e4,cacheTimeout:15e3,identifyMode:"frontmatter",frontmatterKey:"task",typeValues:["task","research-task"]},resourcesManager:{type:"folder",displayName:"学术资源",description:"文献、工具、数据集和参考资料",useMockData:!1,resourceFields:{title:"title",type:"type",url:"url",description:"description",tags:"tags"},refreshInterval:6e5,cacheTimeout:12e4,identifyMode:"frontmatter",frontmatterKey:"resource",typeValues:["resource","academic-resource"]},bookShelf:{type:"folder",displayName:"书架",description:"展示个人图书收藏和阅读进度",useMockData:!1,bookFields:{title:"title",author:"author",cover:"cover",rating:"rating",progress:"progress",category:"category",tags:"tags"},refreshInterval:0,cacheTimeout:3e4},todoManager:{type:"folder",displayName:"待办管理",description:"管理和跟踪个人待办事项",useMockData:!1,todoPattern:"- [ ]",completedPattern:"- [x]",priorityMarkers:{high:"!!!",medium:"!!",low:"!"},refreshInterval:3e4,cacheTimeout:5e3},recentBooks:{type:"folder",displayName:"最近阅读",description:"展示最近阅读的书籍和进度",useMockData:!1,daysToConsider:30,progressTracking:!0,refreshInterval:6e4,cacheTimeout:1e4},readingAnalytics:{type:"folder",displayName:"阅读分析",description:"分析和统计个人阅读习惯和数据",useMockData:!1,trackingMethod:"automatic",metricsToTrack:["pages","time","books"],refreshInterval:3e5,cacheTimeout:6e4}},Ht={userProfile:{name:"研究者",title:"学者",email:"researcher@example.com",institution:"研究机构",avatar:""},dataSources:{booksFolder:"Books",projectsFolder:"Projects",papersFolder:"Papers",notesFolder:"Notes",literatureFolder:"Inputs/Zotero",experimentsFolder:"Experiments",resourcesFolder:"Resources",todosSource:"dataview",todosFolder:"Tasks"},componentSettings:{}};class le{constructor(e,t,s,n){this.tagCache=new Map,this.fileTagCache=new Map,this.cacheInitialized=!1,this.metadataListener=null,this.app=e||window.app,this.dataManager=t,this.plugin=n,this.config={...Ht,...s}}updateConfig(e){this.config={...this.config,...e}}extractTagsFromFile(e){const t=new Set;if(!e)return t;if((e.tags||[]).forEach(n=>{if(n.tag){const i=n.tag.replace("#","").trim();!i.includes("<%")&&!i.includes("%>")&&i.length>0&&t.add(i)}}),e.frontmatter?.tags){let n=[];typeof e.frontmatter.tags=="string"?n=[e.frontmatter.tags]:Array.isArray(e.frontmatter.tags)&&(n=e.frontmatter.tags.filter(i=>typeof i=="string")),n.forEach(i=>{const r=i.replace("#","").trim();!r.includes("<%")&&!r.includes("%>")&&r.length>0&&t.add(r)})}return t}async initializeTagCache(){if(!this.app||this.cacheInitialized)return;const e=Date.now();this.tagCache.clear(),this.fileTagCache.clear();const t=this.app.vault.getMarkdownFiles();for(const n of t){const i=this.app.metadataCache.getFileCache(n),r=this.extractTagsFromFile(i);if(r.size>0){this.fileTagCache.set(n.path,r);for(const a of r)this.tagCache.has(a)||this.tagCache.set(a,new Set),this.tagCache.get(a).add(n)}}this.cacheInitialized=!0;const s=Date.now()}updateFileInCache(e,t){const s=e.path,n=this.fileTagCache.get(s)||new Set,i=this.extractTagsFromFile(t),r=n.size!==i.size||![...n].every(a=>i.has(a));for(const a of n)if(!i.has(a)){const o=this.tagCache.get(a);o&&(o.delete(e),o.size===0&&this.tagCache.delete(a))}for(const a of i)n.has(a)||(this.tagCache.has(a)||this.tagCache.set(a,new Set),this.tagCache.get(a).add(e));i.size>0?this.fileTagCache.set(s,i):this.fileTagCache.delete(s),r&&window.app&&window.app.workspace.trigger("tag-cache-updated",{file:e.path,oldTags:Array.from(n),newTags:Array.from(i)})}registerMetadataCacheListener(){!this.app||this.metadataListener||(this.initializeTagCache(),this.metadataListener=this.app.metadataCache.on("changed",e=>{if(e.extension==="md"){const t=this.app.metadataCache.getFileCache(e);this.updateFileInCache(e,t)}}),this.app.vault.on("delete",e=>{if(e instanceof w.TFile&&e.extension==="md"){const t=e.path,s=this.fileTagCache.get(t);if(s){for(const n of s){const i=this.tagCache.get(n);i&&(i.delete(e),i.size===0&&this.tagCache.delete(n))}this.fileTagCache.delete(t)}}}),this.app.vault.on("rename",(e,t)=>{if(e instanceof w.TFile&&e.extension==="md"){const s=this.fileTagCache.get(t);s&&(this.fileTagCache.delete(t),this.fileTagCache.set(e.path,s))}}))}unregisterMetadataCacheListener(){this.metadataListener&&this.app&&(this.app.metadataCache.offref(this.metadataListener),this.metadataListener=null)}clearTagCache(){this.tagCache.clear(),this.fileTagCache.clear(),this.cacheInitialized=!1}getConfig(){return{...this.config}}async getUserProfile(){return{name:this.config.userProfile.name||"研究者",title:this.config.userProfile.title||"学者",email:this.config.userProfile.email||"researcher@example.com",institution:this.config.userProfile.institution||"研究机构",avatar:this.config.userProfile.avatar||"https://avatars.githubusercontent.com/u/45836839?v=4"}}async getWritingStats(){try{if(!this.dataManager)return this.getMockWritingStats();const e=await this.getPapersData(),t=await this.getNotesData(),s=await this.getRecentLiterature();let n=await this.getAllLiteratureCount();const i=await this.getAllNotesCount(),r=await this.calculateTotalWords(),a=e.length,o=i;let c=e.filter(h=>h.status==="draft"||h.status==="in-progress").length,l=e.filter(h=>h.status==="published").length;if(this.plugin?.settings?.componentDataSources){const g=this.plugin.settings.componentDataSources?.academicOverview?.metrics;if(g){if(g.literatureTotalSource==="papers")n=a;else if(g.literatureTotalSource==="folder"){const p=g.literatureFolderPath;p&&this.app&&(n=await this.getFileCountInFolder(p))}else if(g.literatureTotalSource==="tag"){const y=g.literatureTags?.split(",").map(v=>v.trim()).filter(Boolean);y&&y.length>0&&(n=(await this.getNotesWithTags(y)).length)}else g.literatureTotalSource==="manual"?n=Number(g?.manual?.literatureTotal)||n:g.literatureTotalSource;if(g.draftsSource==="folder"){const p=g.draftsFolderPath;p&&this.app&&(c=await this.getFileCountInFolder(p))}else if(g.draftsSource==="tag"){const p=g.draftsTags?.split(",").map(y=>y.trim()).filter(Boolean);p&&p.length>0&&(c=(await this.getNotesWithTags(p)).length)}else g.draftsSource==="frontmatter"?g.draftsFrontmatter&&(c=await this.getFileCountByFrontmatter(g.draftsFrontmatter)):g.draftsSource==="manual"?c=Number(g?.manual?.draftsCount)||c:g.draftsSource;if(g.publishedSource==="folder"){const p=g.publishedFolderPath;p&&this.app&&(l=await this.getFileCountInFolder(p))}else if(g.publishedSource==="tag"){const p=g.publishedTags?.split(",").map(y=>y.trim()).filter(Boolean);p&&p.length>0&&(l=(await this.getNotesWithTags(p)).length)}else g.publishedSource==="frontmatter"?g.publishedFrontmatter&&(l=await this.getFileCountByFrontmatter(g.publishedFrontmatter)):g.publishedSource==="manual"?l=Number(g?.manual?.publishedCount)||l:g.publishedSource}}const d=await this.calculateMonthlyGrowth(e),f=await this.generateRealDailyStats();return{totalWords:r,papersCount:a,literatureCount:n,monthlyGrowth:d,notesCount:o,draftsCount:c,publishedCount:l,dailyStats:f}}catch(e){return console.error("Error in getWritingStats:",e),this.getMockWritingStats()}}async getBooksData(){if(!this.dataManager)return this.getMockBooksData();const e={type:"folder",folderPath:this.config.dataSources.booksFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const t=this.dataManager.createDataSource(e,"books");if(t)return(await this.dataManager.getDataSourceData(t))?.data||[]}catch(t){console.error("Error fetching books data:",t)}return this.getMockBooksData()}async getProjectsData(){if(!this.dataManager)return this.getMockProjectsData();let e=this.config.componentSettings;this.plugin?.settings?.componentDataSources&&(e=this.plugin.settings.componentDataSources);const t=e?.tasksManager,s=e?.projectBaseManager,n=t?.folderPath?t:s,i={identifyMode:n?.identifyMode||"frontmatter",frontmatterKey:n?.frontmatterKey||(t?.folderPath?"task":"project"),tagIdentifier:n?.tagIdentifier,typeValues:n?.typeValues||(t?.folderPath?["task","research-task"]:["project"]),type:t?.folderPath?"tasks":"projects"},r={type:"folder",folderPath:n?.folderPath||this.config.dataSources.projectsFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]},sectionConfig:i};try{const a=this.dataManager.createDataSource(r,"projects");if(a)return(await this.dataManager.getDataSourceData(a))?.data||[]}catch(a){console.error("Error fetching projects data:",a)}return this.getMockProjectsData()}async getPapersData(){if(!this.dataManager)return this.getMockPapersData();let e=this.config.componentSettings;this.plugin?.settings?.componentDataSources&&(e=this.plugin.settings.componentDataSources);const t=e?.papersManager,s={identifyMode:t?.identifyMode||"frontmatter",frontmatterKey:t?.frontmatterKey||"paper",tagIdentifier:t?.tagIdentifier,typeValues:t?.typeValues||["paper","research-paper"]},n={type:"folder",folderPath:t?.folderPath||this.config.dataSources.papersFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]},sectionConfig:{type:"papers",...s}};try{const i=this.dataManager.createDataSource(n,"papers");if(i)return(await this.dataManager.getDataSourceData(i))?.data||[]}catch(i){console.error("Error fetching papers data:",i)}return this.getMockPapersData()}async getNotesData(){if(!this.dataManager)return this.getMockNotesData();const e={type:"folder",folderPath:this.config.dataSources.notesFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const t=this.dataManager.createDataSource(e,"notes");if(t)return(await this.dataManager.getDataSourceData(t))?.data||[]}catch(t){console.error("Error fetching notes data:",t)}return this.getMockNotesData()}async calculateMonthlyGrowth(e){if(!this.app||!this.app.vault)return 0;try{const t=new Date,s=new Date(t);s.setDate(t.getDate()-30),s.setHours(0,0,0,0);const n=new Date(t);n.setDate(t.getDate()-60),n.setHours(0,0,0,0);const i=this.app.vault.getMarkdownFiles();let r=0,a=0;for(const o of i){const c=await this.app.vault.adapter.stat(o.path);if(c){const l=new Date(c.ctime);if(l>=s){const d=await this.app.vault.read(o),f=(d.match(/[\u4e00-\u9fa5]+/g)||[]).join("").length,h=(d.match(/[a-zA-Z]+/g)||[]).length;r+=f+h}else if(l>=n&&l0?100:0:(r-a)/a*100}catch(t){return console.error("Error calculating monthly growth:",t),0}}async getTodosData(){if(!this.dataManager)return this.getMockTodosData();const e=this.config.dataSources.todosSource==="folder"?{type:"folder",folderPath:this.config.dataSources.todosFolder||"Tasks",parseMode:"frontmatter",fileFilter:{extensions:["md"]}}:{type:"dataview",parseMode:"tasks"};try{const t=this.dataManager.createDataSource(e,"todos");if(t)return(await this.dataManager.getDataSourceData(t))?.data||[]}catch(t){console.error("Error fetching todos data:",t)}return this.getMockTodosData()}async getTodayFocus(){const e=new Date().toISOString().split("T")[0];return[{id:"focus-1",title:"完成深度学习论文修改",description:"根据审稿意见完善实验部分",priority:"high",deadline:e,status:"in-progress"},{id:"focus-2",title:"准备学术报告PPT",description:"整理研究进展和核心发现",priority:"medium",deadline:e,status:"pending"}]}async getRecentLiterature(e){if(!this.dataManager)return this.getMockRecentLiterature();const s={type:"folder",folderPath:e||this.config.dataSources.literatureFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const n=this.dataManager.createDataSource(s,"recent-literature");if(n){const i=await this.dataManager.getDataSourceData(n);if(i?.data&&i.data.length>0)return this.parseLiteratureData(i.data).slice(0,10)}}catch(n){console.error("Error fetching recent literature:",n)}return this.getMockRecentLiterature()}parseLiteratureData(e){return e.map(t=>{const s=t.title||t.Title||t.name||"未知标题",n=t.author||t.Author||t.authors||t.creators||"未知作者",i=t.year||t.Year||t.date?.substring(0,4)||"",r=t.journal||t.publicationTitle||t.publication||"",a=t.doi||t.DOI||"",o=t.abstract||t.Abstract||"";let c=t.tags||t.Tags||[];typeof c=="string"?c=c.includes(",")?c.split(",").map(p=>p.trim()).filter(Boolean):[c.trim()].filter(Boolean):Array.isArray(c)||(c=[]);const l=t.keywords||t.Keywords||"",d=t.url||t.URL||"",f=t.notes||t.Notes||"";let h="未读";c.includes("已读")||c.includes("read")||c.includes("finished")?h="已读":(c.includes("在读")||c.includes("reading")||c.includes("in-progress"))&&(h="在读");const g=c.includes("重要")||c.includes("important")||c.includes("starred")||c.includes("⭐");return{title:s,author:Array.isArray(n)?n.join(", "):n,year:i,journal:r,doi:a,abstract:o,keywords:Array.isArray(l)?l.join(", "):l,tags:[...c,h,g?"重要":""].filter(Boolean),url:d,notes:f,lastModified:t.modified||t.lastModified||new Date().toISOString(),filePath:t.filePath||""}}).sort((t,s)=>new Date(s.lastModified).getTime()-new Date(t.lastModified).getTime())}async getFileCountInFolder(e){if(!this.app||!e)return 0;try{const t=this.app.vault.getAbstractFileByPath(e);if(!t||!("children"in t))return 0;let s=0;const n=i=>{if("children"in i)for(const r of i.children)r.extension==="md"?s++:"children"in r&&n(r)};return n(t),s}catch(t){return console.error("Error counting files in folder:",t),0}}async getFileCountByFrontmatter(e){if(!this.app||!e)return 0;try{const t=this.app.vault.getMarkdownFiles();let s=0;const n=e.split(":");if(n.length!==2)return console.warn("[DataService] Invalid frontmatter condition format:",e),0;const i=n[0].trim(),r=n[1].trim().replace(/["']/g,"");for(const a of t){const o=this.app.metadataCache.getFileCache(a);if(o?.frontmatter){const c=o.frontmatter[i];(r==="true"&&c===!0||r==="false"&&c===!1||c===r||Array.isArray(c)&&c.includes(r))&&s++}}return s}catch(t){return console.error("Error counting files by frontmatter:",t),0}}async getAllLiteratureCount(){if(!this.dataManager)return 0;const e={type:"folder",folderPath:this.config.dataSources.literatureFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const t=this.dataManager.createDataSource(e,"literature-count");if(t)return(await this.dataManager.getDataSourceData(t))?.data?.length||0}catch(t){console.error("Error fetching literature count:",t)}return 0}async getAllNotesCount(){if(!this.app||!this.app.vault)return 0;try{return this.app.vault.getMarkdownFiles().length}catch(e){return console.error("Error counting all notes:",e),0}}async calculateTotalWords(){if(!this.app||!this.app.vault)return 0;try{const e=this.app.vault.getMarkdownFiles();let t=0;const s=new Date;s.setDate(s.getDate()-30),s.setHours(0,0,0,0);for(const n of e){const i=await this.app.vault.adapter.stat(n.path);if(i&&new Date(i.ctime)>=s){const a=await this.app.vault.read(n),o=(a.match(/[\u4e00-\u9fa5]+/g)||[]).join("").length,c=(a.match(/[a-zA-Z]+/g)||[]).length;t+=o+c}}return t}catch(e){return console.error("Error calculating total words:",e),0}}async getFileStatsByDateRange(e){if(!this.app||!this.app.vault)return new Map;const t=new Map,s=new Date,n=new Date(s);n.setDate(s.getDate()-e),n.setHours(0,0,0,0);try{const i=this.app.vault.getMarkdownFiles();for(const r of i){const a=await this.app.vault.adapter.stat(r.path);if(a){const o=new Date(a.ctime);if(o>=n&&o<=s){const c=o.toISOString().split("T")[0],l=await this.app.vault.read(r),d=(l.match(/[\u4e00-\u9fa5]+/g)||[]).join("").length,f=(l.match(/[a-zA-Z]+/g)||[]).length,h=d+f,g=t.get(c)||{fileCount:0,wordCount:0};t.set(c,{fileCount:g.fileCount+1,wordCount:g.wordCount+h})}}}}catch(i){console.error("Error in getFileStatsByDateRange:",i)}return t}async generateRealDailyStats(){const e=await this.getFileStatsByDateRange(90),t=[],s=new Date;s.setHours(23,59,59,999);const n=[];for(let a=89;a>=0;a--){const o=new Date(s);o.setDate(s.getDate()-a),o.setHours(0,0,0,0);const c=o.toISOString().split("T")[0],l=e.get(c)||{fileCount:0,wordCount:0};n.push({date:new Date(o),words:l.wordCount,fileCount:l.fileCount})}let i=0,r=0;for(let a=0;a<30;a++)i+=n[a].words;for(let a=60;a<90;a++){const o=n[a];r+=o.words;let c=0;for(let l=30;l<=a-30;l++)c+=n[l].words;t.push({date:o.date,words:o.words,cumulativeWords:r,papers:o.fileCount,previousMonthCumulative:c})}return t}getMockRecentLiterature(){return[]}async getResearchFocusData(){const e=await this.getPapersData(),t={};return e.forEach(s=>{s.tags&&s.tags.forEach(n=>{t[n]=(t[n]||0)+1})}),Object.entries(t).map(([s,n])=>({topic:s,intensity:Math.min(n*20,100),papers:n}))}async getRecentBooks(){return(await this.getBooksData()).filter(t=>t.status==="reading"||t.status==="completed").sort((t,s)=>new Date(s.lastRead||0).getTime()-new Date(t.lastRead||0).getTime()).slice(0,6)}async getReadingAnalytics(){const e=await this.getBooksData(),t=e.filter(n=>n.status==="completed"),s=e.filter(n=>n.status==="reading");return{totalBooks:e.length,completedBooks:t.length,readingBooks:s.length,averageRating:t.reduce((n,i)=>n+(i.rating||0),0)/t.length||0,readingTime:t.reduce((n,i)=>n+parseInt(i.duration?.replace(/[^\d]/g,"")||"0"),0),monthlyStats:this.generateMonthlyReadingStats(12)}}async getExperimentsData(){if(!this.dataManager)return this.getMockExperimentsData();let e=this.config.componentSettings;this.plugin?.settings?.componentDataSources&&(e=this.plugin.settings.componentDataSources);const t=e?.experimentsManager,s={identifyMode:t?.identifyMode||"frontmatter",frontmatterKey:t?.frontmatterKey||"experiment",tagIdentifier:t?.tagIdentifier,typeValues:t?.typeValues||["experiment","experimental-data"],type:"experiments"},n={type:"folder",folderPath:t?.folderPath||this.config.dataSources.experimentsFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]},sectionConfig:s};try{const i=this.dataManager.createDataSource(n,"experiments");if(i)return(await this.dataManager.getDataSourceData(i))?.data||[]}catch(i){console.error("Error fetching experiments data:",i)}return this.getMockExperimentsData()}async getResourcesData(){if(!this.dataManager)return this.getMockResourcesData();let e=this.config.componentSettings;this.plugin?.settings?.componentDataSources&&(e=this.plugin.settings.componentDataSources);const t=e?.resourcesManager,s={identifyMode:t?.identifyMode||"frontmatter",frontmatterKey:t?.frontmatterKey||"resource",tagIdentifier:t?.tagIdentifier,typeValues:t?.typeValues||["resource","academic-resource"],type:"resources"},n={type:"folder",folderPath:t?.folderPath||this.config.dataSources.resourcesFolder,parseMode:"frontmatter",fileFilter:{extensions:["md"]},sectionConfig:s};try{const i=this.dataManager.createDataSource(n,"resources");if(i)return(await this.dataManager.getDataSourceData(i))?.data||[]}catch(i){console.error("Error fetching resources data:",i)}return this.getMockResourcesData()}async getResearchFocusMap(e){if(!this.dataManager)return{data:[],months:[],isRealData:!1,dataSource:"empty",totalNotes:0};try{const t=await this.getNotesWithTags(e);return{...this.organizeFocusDataByDate(t,e),isRealData:!0,dataSource:"obsidian",totalNotes:t.length}}catch(t){return console.error("Error fetching research focus data:",t),{data:[],months:[],isRealData:!1,dataSource:"error",totalNotes:0,error:t instanceof Error?t.message:"Unknown error"}}}async getNotesWithTags(e){if(!this.dataManager)return[];if(!this.app)return this.getNotesWithTagsViaDataSource(e);this.cacheInitialized||await this.initializeTagCache();try{const t=new Set,s=Date.now();if(!e||e.length===0){for(const[r,a]of this.fileTagCache)if(a.size>0){const o=this.app.vault.getAbstractFileByPath(r);o instanceof w.TFile&&t.add(o)}}else for(const r of e){const a=r.replace("#","").trim().toLowerCase();for(const[o,c]of this.tagCache){const l=o.toLowerCase();if(l===a||l.startsWith(a+"/")||a.startsWith(l+"/"))for(const f of c)t.add(f)}}const n=[];for(const r of t){const a=this.fileTagCache.get(r.path);if(!a)continue;const o=r.stat;n.push({name:r.name,path:r.path,tags:Array.from(a),created:o.ctime,createdDate:new Date(o.ctime),modified:o.mtime,mtime:o.mtime,ctime:o.ctime,file:r})}const i=Date.now();return n}catch(t){return console.error("Error fetching notes with tags via metadataCache:",t),this.getNotesWithTagsViaDataSource(e)}}async getNotesWithTagsViaDataSource(e){const t={type:"folder",folderPath:"",recursive:!0,parseMode:"frontmatter",fileFilter:{extensions:["md"]}};try{const s=this.dataManager.createDataSource(t,"research-notes");if(s){const n=await this.dataManager.getDataSourceData(s);return!e||e.length===0?n?.data||[]:(n?.data||[]).filter(r=>{const a=r.tags||[];if(Array.isArray(a)&&a.some(l=>e.includes(l.replace("#","").trim())))return!0;const o=r.content||"";return e.some(c=>o.includes(`#${c}`)||o.includes(`#${c} `)||o.includes(`#${c} +`)||o.includes(`#${c}\r`))})}}catch(s){console.error("Error fetching notes with tags via data source:",s)}return[]}organizeFocusDataByDate(e,t){const s=new Date,n=new Date(s.getFullYear(),s.getMonth()-2,1),i=[],r=[];for(let a=0;a<3;a++){const o=new Date(n.getFullYear(),n.getMonth()+a,1);r.push(o.toLocaleDateString("en-US",{month:"short"}));const c=[],l=new Date(o.getFullYear(),o.getMonth()+1,0).getDate();for(let d=0;d<4;d++){if(e.length===0){c.push({tag:"",intensity:0,count:0,weekNotes:0});continue}const f=new Date(o.getFullYear(),o.getMonth(),Math.max(1,d*7+1));f.setHours(0,0,0,0);const h=new Date(o.getFullYear(),o.getMonth(),Math.min(l,(d+1)*7));h.setHours(23,59,59,999);const g=e.filter(v=>{let E=null;return v.createdDate?E=new Date(v.createdDate):v.created?E=new Date(v.created):v.date?E=new Date(v.date):v.ctime?E=new Date(v.ctime):v.mtime&&(E=new Date(v.mtime)),!E||isNaN(E.getTime())?!1:E>=f&&E<=h});g.length>0&&g.forEach(v=>{const E=v.createdDate||v.created||v.date||v.ctime||v.mtime});const p={};t&&t.length>0?t.forEach(v=>{const E=v.replace("#","").trim().toLowerCase();let x=0;if(g.forEach(C=>{C.tags&&Array.isArray(C.tags)&&C.tags.some(R=>{const F=R.replace("#","").trim().toLowerCase();return!!(F===E||F.startsWith(E+"/")||E.startsWith(F+"/"))})&&x++}),x>0){const C=v.replace("#","").trim();p[C]=x}}):g.forEach(v=>{v.tags&&Array.isArray(v.tags)&&v.tags.forEach(E=>{const x=E.replace("#","").trim();!x.includes("<%")&&!x.includes("%>")&&x.length>0&&(p[x]=(p[x]||0)+1)})});const y=Object.entries(p);if(y.length>0){y.sort((T,R)=>R[1]-T[1]);const v=y[0],E=Math.max(...y.map(([,T])=>T)),x=Math.min(v[1]/Math.max(E,5),1),C={tag:`#${v[0]}`,intensity:Math.max(.1,x),count:v[1],weekNotes:g.length};c.push(C)}else{const v={tag:"",intensity:0,count:0,weekNotes:g.length};c.push(v)}}i.push(c)}return{data:i,months:r}}async getDashboardData(){return{userProfile:await this.getUserProfile(),writingStats:await this.getWritingStats(),books:await this.getBooksData(),projects:await this.getProjectsData(),todos:await this.getTodosData(),recentLiterature:await this.getRecentLiterature(),todayFocus:await this.getTodayFocus()}}getMockWritingStats(){let o=[];try{o=this.generateDailyStats(30,0,0)}catch(c){console.error("Error generating daily stats:",c),o=[]}return{totalWords:0,papersCount:0,literatureCount:0,monthlyGrowth:0,notesCount:0,draftsCount:0,publishedCount:0,dailyStats:o}}getMockBooksData(){return[{id:"1",title:"深度学习",author:"Ian Goodfellow",publisher:"MIT Press",year:"2017",cover:"https://images.unsplash.com/photo-1561379331-b07f7431ade1?w=200&h=280&fit=crop",rating:5,status:"reading",progress:85,notes:23,bookmarks:12,duration:"45小时",difficulty:"hard",importance:"high",tags:["深度学习","神经网络","机器学习"],insights:["反向传播算法","卷积神经网络"],lastRead:"2024-01-15",filePath:"Books/深度学习.md"},{id:"2",title:"统计学习方法",author:"李航",publisher:"清华大学出版社",year:"2019",cover:"https://images.unsplash.com/photo-1753939582692-6b01009b9cca?w=200&h=280&fit=crop",rating:5,status:"completed",progress:100,notes:31,bookmarks:18,duration:"38小时",difficulty:"medium",importance:"high",tags:["统计学习","支持向量机","决策树"],insights:["统计学习三要素","EM算法"],lastRead:"2024-01-10",filePath:"Books/统计学习方法.md"}]}getMockProjectsData(){return[{id:"1",title:"Climate Prediction Model",description:"基于深度学习的气候预测模型开发",status:"active",progress:65,startDate:"2024-01-01",endDate:"2024-12-31",team:["宋爽","John Doe","Jane Smith"],tags:["Deep Learning","Climate","Python"],repository:"https://github.com/example/climate-model",stars:145,forks:28,filePath:"Projects/Climate Prediction Model.md"},{id:"2",title:"Earth System Modeling",description:"地球系统综合建模框架",status:"planning",progress:20,startDate:"2024-03-01",team:["宋爽","Alice Johnson"],tags:["Modeling","Earth System","Julia"],filePath:"Projects/Earth System Modeling.md"}]}getMockPapersData(){return[{id:"1",title:"Deep Learning for Climate Prediction",authors:["宋爽","John Doe","Jane Smith"],journal:"Nature Climate Change",year:2024,citations:45,doi:"10.1038/nclimate.2024.123",status:"published",tags:["Climate","Deep Learning","Prediction"],wordCount:8500},{id:"2",title:"Machine Learning Applications in Earth Sciences",authors:["宋爽","Alice Johnson"],journal:"Science Advances",year:2023,citations:67,doi:"10.1126/sciadv.2023.456",status:"published",tags:["Machine Learning","Earth Sciences","Applications"],wordCount:7200}]}getMockTodosData(){return[{id:"1",title:"ICLR 2024 会议参与",description:"论文投稿、会议注册、行程安排",category:"学术会议",priority:"urgent",status:"in-progress",dueDate:"2024-05-10",createdAt:"2024-01-15",tags:["ICLR","会议","投稿"],budget:{total:25e3,spent:8500,currency:"CNY"}}]}getMockExperimentsData(){return[]}getMockResourcesData(){return[]}getMockNotesData(){return[]}generateDailyStats(e,t,s){const n=[],i=new Date;i.setDate(i.getDate()-e+1);let r=0,a=0;for(let o=0;o{o.setPlaceholder("输入用户名称").setValue(r.settings.userProfile?.name||"").onChange(l=>{i.updateUserProfileSettings({name:l})})}),new _.Setting(a).setName("职位/头衔").setDesc("设置显示的职位或学术头衔").addText(o=>{o.setPlaceholder("输入职位头衔").setValue(r.settings.userProfile?.title||"").onChange(l=>{i.updateUserProfileSettings({title:l})})}),new _.Setting(a).setName("邮箱地址").setDesc("设置联系邮箱,用于展示或导出").addText(o=>{o.setPlaceholder("输入邮箱地址").setValue(r.settings.userProfile?.email||"").onChange(l=>{i.updateUserProfileSettings({email:l})})}),new _.Setting(a).setName("所属机构").setDesc("设置所属的工作单位或研究机构").addText(o=>{o.setPlaceholder("输入所属机构").setValue(r.settings.userProfile?.institution||"").onChange(l=>{i.updateUserProfileSettings({institution:l})})}),new _.Setting(a).setName("头像链接").setDesc("设置头像图片的 URL 地址(支持网络图片)").addText(o=>{o.setPlaceholder("输入头像URL").setValue(r.settings.userProfile?.avatar||"").onChange(l=>{i.updateUserProfileSettings({avatar:l})})})}function Tu(f,a){const{plugin:r}=f,i=r.verificationWorker.getLicenseData();if(i&&i.is_active){const c=new DocumentFragment;c.createEl("span",{text:`已登录: ${i.user_name||"已激活账户"}`}),new _.Setting(a).setName("当前账户").setDesc(c).addButton(u=>{u.setButtonText("切换账户").onClick(async()=>{r.settings.registrationId="",await r.saveSettings(),await r.verificationWorker.reloadActivationCode(),a.empty(),Tu(f,a),await r.startAccountLogin()})})}else new _.Setting(a).setName("账户登录").setDesc("通过浏览器授权登录以激活许可证").addButton(c=>{c.setButtonText("登录").setCta().onClick(async()=>{await r.startAccountLogin()})});const o=new DocumentFragment;o.createEl("span",{cls:"paperbell-code-desc",text:"输入您的 Paperbell 注册 ID。您可以从这里获取:"},c=>{c.createEl("a",{href:"https://paperbell.cn",text:"https://paperbell.cn"})}),new _.Setting(a).setName("🎓 注册 ID").setDesc(o).addButton(c=>{c.setButtonText("验证").onClick(async()=>{if(await r.verificationWorker.reloadActivationCode(),!await r.verificationWorker.verify())new _.Notice("无效的激活码");else{const d=r.verificationWorker.getLicenseData();if(d){let h="激活码已验证";if(d.expires_at){const m=new Date(d.expires_at);h+=` -过期时间: ${m.toLocaleDateString()}`}d.license_key&&(h+=` -许可证: ${d.license_key}`),new _.Notice(h,8e3)}else new _.Notice("激活码已验证")}a.empty(),Tu(f,a)})}).addText(c=>{c.inputEl.type="password",c.setPlaceholder("输入激活码").setValue(r.settings.registrationId).onChange(async u=>{r.settings.registrationId=u,f.saveSettings()})}),r.verificationWorker.verify().then(c=>{if(c)return;const u=a.createDiv({cls:"paperbell-uri-info"});u.createEl("div",{text:"💡 通过控制台快速激活",cls:"setting-item-name"});const d=u.createDiv({cls:"setting-item-description"});d.createEl("p",{text:"您也可以通过点击控制台中的按钮来激活 Paperbell"}),d.createEl("a",{text:"https://paperbell.cn/dashboard",cls:"paperbell-dashboard-link",href:"https://paperbell.cn/dashboard"}).setAttribute("target","_blank"),d.createEl("p",{text:"点击上面的链接访问您的控制台并激活 Paperbell。"})});const l=r.verificationWorker.getLicenseData();if(l){new _.Setting(a).setName("许可证状态").setHeading();const c=a.createDiv({cls:"paperbell-license-info"});if(c.createEl("div",{text:"许可状态: ✅ 已激活",cls:"paperbell-license-status-active"}),l.license_key&&c.createEl("div",{text:`许可密钥: ${l.license_key}`}),l.expires_at){const u=new Date(l.expires_at),d=r.verificationWorker.isLicenseExpiringSoon();c.createEl("div",{text:`过期时间: ${u.toLocaleDateString()}`,cls:d?"paperbell-license-expiring":""}),d&&c.createEl("div",{text:"⚠️ 许可即将过期!",cls:"paperbell-license-warning"})}l.user_name&&c.createEl("div",{text:`授权给: ${l.user_name}`})}new _.Setting(a).setName("📱 设备信息").setDesc("显示当前设备的唯一标识符,用于许可管理").addButton(c=>{const u=r.verificationWorker.getDeviceId();c.setButtonText("复制设备 ID").onClick(()=>{navigator.clipboard.writeText(u).then(()=>{new _.Notice("设备 ID 已复制到剪贴板")}).catch(()=>{new _.Notice(`设备 ID: ${u}`,1e4)})})})}function jm(f,a){const{plugin:r}=f;new _.Setting(a).setName("主题模式").setDesc("切换界面的明亮或暗黑主题模式").addDropdown(i=>{i.addOption("system","跟随系统").addOption("light","浅色模式").addOption("dark","深色模式").setValue(r.settings.themeModePreference||"system").onChange(async o=>{r.settings.themeModePreference=o,f.saveSettings()})}),new _.Setting(a).setName("浅色主题颜色").setHeading(),tg(a,r.settings.themeColors?.light||ua,"light",f),new _.Setting(a).setName("深色主题颜色").setHeading(),tg(a,r.settings.themeColors?.dark||pa,"dark",f),new _.Setting(a).setName("重置所有颜色").setDesc("将所有自定义颜色恢复为系统默认设置").addButton(i=>{i.setButtonText("重置为默认").setWarning().onClick(async()=>{r.settings.themeColors={light:{...ua},dark:{...pa}},f.saveSettings(),a.empty(),jm(f,a)})})}function tg(f,a,r,i){const{plugin:o}=i,l={primary:"主色调",secondary:"次要色",muted:"柔和色","muted-foreground":"柔和前景色",foreground:"前景色",background:"背景色","ticket-bg-start":"卡片背景起始","ticket-bg-end":"卡片背景结束","ticket-border":"卡片边框","ticket-accent":"卡片强调色","ticket-text":"卡片文字","ticket-text-muted":"卡片柔和文字"};["primary","secondary","foreground","background"].forEach(h=>{new _.Setting(f).setName(l[h]).addColorPicker(m=>{m.setValue(a[h]).onChange(async b=>{o.settings.themeColors||(o.settings.themeColors={light:{...ua},dark:{...pa}}),o.settings.themeColors[r][h]=b,i.saveSettings()})})});const u=f.createEl("details",{cls:"paperbell-color-details"});u.createEl("summary",{text:"卡片颜色(高级)"}),["ticket-bg-start","ticket-bg-end","ticket-border","ticket-accent","ticket-text","ticket-text-muted"].forEach(h=>{new _.Setting(u).setName(l[h]).addColorPicker(m=>{m.setValue(a[h]).onChange(async b=>{o.settings.themeColors||(o.settings.themeColors={light:{...ua},dark:{...pa}}),o.settings.themeColors[r][h]=b,i.saveSettings()})})})}class Uu extends _.FuzzySuggestModal{constructor(a,r){super(a),this.onChooseCallback=r,this.setPlaceholder("选择文件夹作为数据源...")}getItems(){const a=[];return this.app.vault.getAllLoadedFiles().forEach(i=>{i instanceof _.TFolder&&a.push(i)}),a.sort((i,o)=>i.path.localeCompare(o.path)),a}getItemText(a){return a.path||"/"}onChooseItem(a,r){this.onChooseCallback(a)}renderSuggestion(a,r){const i=a.item,o=r.createDiv({cls:"folder-selector-item"}),l=o.createSpan({cls:"folder-selector-icon"});l.setText("📁"),l.style.marginRight="8px",o.createSpan({cls:"folder-selector-path"}).setText(i.path||"/");const u=this.getFolderStats(i);if(u.fileCount>0){const d=o.createSpan({cls:"folder-selector-stats"});d.setText(`(${u.fileCount} 个文件)`),d.style.marginLeft="8px",d.style.fontSize="0.9em",d.style.opacity="0.7"}o.style.display="flex",o.style.alignItems="center",o.style.padding="4px"}getFolderStats(a){let r=0;const i=o=>{o.children.forEach(l=>{l instanceof _.TFolder?i(l):r++})};return i(a),{fileCount:r}}}const rg={projects:{title:"Projects",icon:"folder-kanban",defaultTag:"project"},papers:{title:"Papers",icon:"file-text",defaultTag:"paper"},experiments:{title:"Experiments",icon:"flask-conical",defaultTag:"experiment"},tasks:{title:"Tasks",icon:"target",defaultTag:"task"},resources:{title:"Resources",icon:"bookmark",defaultTag:"resource"},books:{title:"Books",icon:"book-open",defaultTag:"book"},literature:{title:"Recent Literature",icon:"book-open",defaultTag:"literature"}},Dw=[{value:"table",label:"Table"},{value:"cards",label:"Cards"},{value:"list",label:"List"}];class Nu extends _.Modal{constructor(a,r,i,o){super(a),this.searchInput=null,this.baseFileList=null,this.plugin=r,this.containerType=i,this.onChoose=o}onOpen(){const{contentEl:a}=this;a.empty(),a.addClass("ppb-base-selector-modal");const r=rg[this.containerType],i=a.createDiv({cls:"ppb-base-modal-title"}),o=i.createSpan({cls:"ppb-base-modal-icon"});_.setIcon(o,r.icon),i.createEl("h2",{text:`Configure ${r.title} Base`}),this.renderExistingBaseSection(a),a.createDiv({cls:"ppb-base-modal-divider"}).createEl("span",{text:"OR CREATE NEW"}),this.renderCreateBaseSection(a)}renderExistingBaseSection(a){const r=a.createDiv({cls:"ppb-base-modal-section"});r.createEl("h3",{text:"Select Existing Base"});const i=r.createDiv({cls:"ppb-base-search"});this.searchInput=i.createEl("input",{type:"text",placeholder:"Search .base files...",cls:"ppb-base-search-input"}),this.baseFileList=r.createDiv({cls:"ppb-base-file-list"}),this.refreshBaseFileList(""),this.searchInput.addEventListener("input",()=>{this.refreshBaseFileList(this.searchInput?.value||"")})}refreshBaseFileList(a){if(!this.baseFileList)return;this.baseFileList.empty();const r=this.app.vault.getFiles().filter(i=>i.extension==="base").filter(i=>a?i.path.toLowerCase().includes(a.toLowerCase()):!0).sort((i,o)=>o.stat.mtime-i.stat.mtime);if(r.length===0){this.baseFileList.createDiv({cls:"ppb-base-empty-list"}).setText(a?"No .base files match your search":"No .base files found in vault");return}for(const i of r){const o=this.baseFileList.createDiv({cls:"ppb-base-file-item"}),l=o.createSpan({cls:"ppb-base-file-icon"});_.setIcon(l,"database");const c=o.createDiv({cls:"ppb-base-file-info"});c.createEl("span",{text:i.basename,cls:"ppb-base-file-name"}),c.createEl("span",{text:i.parent?.path||"/",cls:"ppb-base-file-path"}),o.addEventListener("click",()=>{this.onChoose(i.path),this.close()})}}renderCreateBaseSection(a){const r=a.createDiv({cls:"ppb-base-modal-section"});r.createEl("h3",{text:"Create New Base"});const i=rg[this.containerType];let o=this.containerType,l="table";const c=[{type:"tag",value:i.defaultTag}];new _.Setting(r).setName("Base name").setDesc("Name for the .base file (saved in ppb/ folder)").addText(v=>{v.setValue(o).setPlaceholder("e.g. my-papers").onChange(y=>{o=y})}),new _.Setting(r).setName("Default view").setDesc("How the data will be displayed").addDropdown(v=>{for(const y of Dw)v.addOption(y.value,y.label);v.setValue(l),v.onChange(y=>{l=y})});const u=r.createDiv({cls:"ppb-base-filters"});u.createEl("h4",{text:"Filters"});const d=u.createDiv({cls:"ppb-base-filter-list"}),h=()=>{d.empty(),c.forEach((v,y)=>{const w=d.createDiv({cls:"ppb-base-filter-row"}),D=w.createEl("select",{cls:"ppb-base-filter-type"}),E=[{value:"tag",label:"Has Tag"},{value:"folder",label:"In Folder"},{value:"property",label:"Has Property"}];for(const z of E){const R=D.createEl("option",{text:z.label,value:z.value});z.value===v.type&&(R.selected=!0)}D.addEventListener("change",()=>{v.type=D.value});const T=w.createEl("input",{type:"text",cls:"ppb-base-filter-value",placeholder:v.type==="tag"?"tag name":v.type==="folder"?"folder/path":"property name",value:v.value});T.addEventListener("input",()=>{v.value=T.value}),w.createEl("button",{cls:"ppb-base-filter-remove",text:"×"}).addEventListener("click",()=>{c.splice(y,1),h()})})};h(),u.createEl("button",{cls:"ppb-base-add-filter",text:"+ Add Filter"}).addEventListener("click",()=>{c.push({type:"tag",value:""}),h()}),r.createDiv({cls:"ppb-base-create-action"}).createEl("button",{cls:"ppb-base-create-btn mod-cta",text:"Create Base"}).addEventListener("click",async()=>{if(!o.trim()){new _.Notice("Please enter a base name");return}try{const v=await this.createBaseFile(o.trim(),c,l);this.onChoose(v),this.close(),new _.Notice(`Created base: ${v}`)}catch(v){new _.Notice(`Failed to create base: ${v}`)}})}async createBaseFile(a,r,i){this.app.vault.getFolderByPath("ppb")||await this.app.vault.createFolder("ppb");const l=this.buildBaseYaml(r,i),u=`ppb/${a.replace(/[\\/:*?"<>|]/g,"-")}.base`,d=this.app.vault.getFileByPath(u);return d?await this.app.vault.modify(d,l):await this.app.vault.create(u,l),u}buildBaseYaml(a,r){const i=[];for(const l of a)if(l.value.trim())switch(l.type){case"tag":i.push(` - file.hasTag("${l.value.trim()}")`);break;case"folder":i.push(` - file.inFolder("${l.value.trim()}")`);break;case"property":i.push(` - file.hasProperty("${l.value.trim()}")`);break}let o="";return i.length>0&&(o+=`filters: +`}];function Ui(u,e){const{plugin:t}=u,s=t.getDashboardStore();new w.Setting(e).setName("用户名称").setDesc("设置在仪表板中显示的用户名").addText(n=>{n.setPlaceholder("输入用户名称").setValue(t.settings.userProfile?.name||"").onChange(i=>{s.updateUserProfileSettings({name:i})})}),new w.Setting(e).setName("职位/头衔").setDesc("设置显示的职位或学术头衔").addText(n=>{n.setPlaceholder("输入职位头衔").setValue(t.settings.userProfile?.title||"").onChange(i=>{s.updateUserProfileSettings({title:i})})}),new w.Setting(e).setName("邮箱地址").setDesc("设置联系邮箱,用于展示或导出").addText(n=>{n.setPlaceholder("输入邮箱地址").setValue(t.settings.userProfile?.email||"").onChange(i=>{s.updateUserProfileSettings({email:i})})}),new w.Setting(e).setName("所属机构").setDesc("设置所属的工作单位或研究机构").addText(n=>{n.setPlaceholder("输入所属机构").setValue(t.settings.userProfile?.institution||"").onChange(i=>{s.updateUserProfileSettings({institution:i})})}),new w.Setting(e).setName("头像链接").setDesc("设置头像图片的 URL 地址(支持网络图片)").addText(n=>{n.setPlaceholder("输入头像URL").setValue(t.settings.userProfile?.avatar||"").onChange(i=>{s.updateUserProfileSettings({avatar:i})})})}function Es(u,e){const{plugin:t}=u,s=t.verificationWorker.getLicenseData();if(s&&s.is_active){const r=new DocumentFragment;r.createEl("span",{text:`已登录: ${s.user_name||"已激活账户"}`}),new w.Setting(e).setName("当前账户").setDesc(r).addButton(a=>{a.setButtonText("切换账户").onClick(async()=>{t.settings.registrationId="",await t.saveSettings(),await t.verificationWorker.reloadActivationCode(),e.empty(),Es(u,e),await t.startAccountLogin()})})}else new w.Setting(e).setName("账户登录").setDesc("通过浏览器授权登录以激活许可证").addButton(r=>{r.setButtonText("登录").setCta().onClick(async()=>{await t.startAccountLogin()})});const n=new DocumentFragment;n.createEl("span",{cls:"paperbell-code-desc",text:"输入您的 Paperbell 注册 ID。您可以从这里获取:"},r=>{r.createEl("a",{href:"https://paperbell.cn",text:"https://paperbell.cn"})}),new w.Setting(e).setName("🎓 注册 ID").setDesc(n).addButton(r=>{r.setButtonText("验证").onClick(async()=>{if(await t.verificationWorker.reloadActivationCode(),!await t.verificationWorker.verify())new w.Notice("无效的激活码");else{const o=t.verificationWorker.getLicenseData();if(o){let c="激活码已验证";if(o.expires_at){const l=new Date(o.expires_at);c+=` +过期时间: ${l.toLocaleDateString()}`}o.license_key&&(c+=` +许可证: ${o.license_key}`),new w.Notice(c,8e3)}else new w.Notice("激活码已验证")}e.empty(),Es(u,e)})}).addText(r=>{r.inputEl.type="password",r.setPlaceholder("输入激活码").setValue(t.settings.registrationId).onChange(async a=>{t.settings.registrationId=a,u.saveSettings()})}),t.verificationWorker.verify().then(r=>{if(r)return;const a=e.createDiv({cls:"paperbell-uri-info"});a.createEl("div",{text:"💡 通过控制台快速激活",cls:"setting-item-name"});const o=a.createDiv({cls:"setting-item-description"});o.createEl("p",{text:"您也可以通过点击控制台中的按钮来激活 Paperbell"}),o.createEl("a",{text:"https://paperbell.cn/dashboard",cls:"paperbell-dashboard-link",href:"https://paperbell.cn/dashboard"}).setAttribute("target","_blank"),o.createEl("p",{text:"点击上面的链接访问您的控制台并激活 Paperbell。"})});const i=t.verificationWorker.getLicenseData();if(i){new w.Setting(e).setName("许可证状态").setHeading();const r=e.createDiv({cls:"paperbell-license-info"});if(r.createEl("div",{text:"许可状态: ✅ 已激活",cls:"paperbell-license-status-active"}),i.license_key&&r.createEl("div",{text:`许可密钥: ${i.license_key}`}),i.expires_at){const a=new Date(i.expires_at),o=t.verificationWorker.isLicenseExpiringSoon();r.createEl("div",{text:`过期时间: ${a.toLocaleDateString()}`,cls:o?"paperbell-license-expiring":""}),o&&r.createEl("div",{text:"⚠️ 许可即将过期!",cls:"paperbell-license-warning"})}i.user_name&&r.createEl("div",{text:`授权给: ${i.user_name}`})}new w.Setting(e).setName("📱 设备信息").setDesc("显示当前设备的唯一标识符,用于许可管理").addButton(r=>{const a=t.verificationWorker.getDeviceId();r.setButtonText("复制设备 ID").onClick(()=>{navigator.clipboard.writeText(a).then(()=>{new w.Notice("设备 ID 已复制到剪贴板")}).catch(()=>{new w.Notice(`设备 ID: ${a}`,1e4)})})})}function vi(u,e){const{plugin:t}=u;new w.Setting(e).setName("主题模式").setDesc("切换界面的明亮或暗黑主题模式").addDropdown(s=>{s.addOption("system","跟随系统").addOption("light","浅色模式").addOption("dark","深色模式").setValue(t.settings.themeModePreference||"system").onChange(async n=>{t.settings.themeModePreference=n,u.saveSettings()})}),new w.Setting(e).setName("浅色主题颜色").setHeading(),Ys(e,t.settings.themeColors?.light||Rt,"light",u),new w.Setting(e).setName("深色主题颜色").setHeading(),Ys(e,t.settings.themeColors?.dark||Lt,"dark",u),new w.Setting(e).setName("重置所有颜色").setDesc("将所有自定义颜色恢复为系统默认设置").addButton(s=>{s.setButtonText("重置为默认").setWarning().onClick(async()=>{t.settings.themeColors={light:{...Rt},dark:{...Lt}},u.saveSettings(),e.empty(),vi(u,e)})})}function Ys(u,e,t,s){const{plugin:n}=s,i={primary:"主色调",secondary:"次要色",muted:"柔和色","muted-foreground":"柔和前景色",foreground:"前景色",background:"背景色","ticket-bg-start":"卡片背景起始","ticket-bg-end":"卡片背景结束","ticket-border":"卡片边框","ticket-accent":"卡片强调色","ticket-text":"卡片文字","ticket-text-muted":"卡片柔和文字"};["primary","secondary","foreground","background"].forEach(c=>{new w.Setting(u).setName(i[c]).addColorPicker(l=>{l.setValue(e[c]).onChange(async d=>{n.settings.themeColors||(n.settings.themeColors={light:{...Rt},dark:{...Lt}}),n.settings.themeColors[t][c]=d,s.saveSettings()})})});const a=u.createEl("details",{cls:"paperbell-color-details"});a.createEl("summary",{text:"卡片颜色(高级)"}),["ticket-bg-start","ticket-bg-end","ticket-border","ticket-accent","ticket-text","ticket-text-muted"].forEach(c=>{new w.Setting(a).setName(i[c]).addColorPicker(l=>{l.setValue(e[c]).onChange(async d=>{n.settings.themeColors||(n.settings.themeColors={light:{...Rt},dark:{...Lt}}),n.settings.themeColors[t][c]=d,s.saveSettings()})})})}class Ls extends w.FuzzySuggestModal{constructor(e,t){super(e),this.onChooseCallback=t,this.setPlaceholder("选择文件夹作为数据源...")}getItems(){const e=[];return this.app.vault.getAllLoadedFiles().forEach(s=>{s instanceof w.TFolder&&e.push(s)}),e.sort((s,n)=>s.path.localeCompare(n.path)),e}getItemText(e){return e.path||"/"}onChooseItem(e,t){this.onChooseCallback(e)}renderSuggestion(e,t){const s=e.item,n=t.createDiv({cls:"folder-selector-item"}),i=n.createSpan({cls:"folder-selector-icon"});i.setText("📁"),i.style.marginRight="8px",n.createSpan({cls:"folder-selector-path"}).setText(s.path||"/");const a=this.getFolderStats(s);if(a.fileCount>0){const o=n.createSpan({cls:"folder-selector-stats"});o.setText(`(${a.fileCount} 个文件)`),o.style.marginLeft="8px",o.style.fontSize="0.9em",o.style.opacity="0.7"}n.style.display="flex",n.style.alignItems="center",n.style.padding="4px"}getFolderStats(e){let t=0;const s=n=>{n.children.forEach(i=>{i instanceof w.TFolder?s(i):t++})};return s(e),{fileCount:t}}}const Ks={projects:{title:"Projects",icon:"folder-kanban",defaultTag:"project"},papers:{title:"Papers",icon:"file-text",defaultTag:"paper"},experiments:{title:"Experiments",icon:"flask-conical",defaultTag:"experiment"},tasks:{title:"Tasks",icon:"target",defaultTag:"task"},resources:{title:"Resources",icon:"bookmark",defaultTag:"resource"},books:{title:"Books",icon:"book-open",defaultTag:"book"},literature:{title:"Recent Literature",icon:"book-open",defaultTag:"literature"}},Wi=[{value:"table",label:"Table"},{value:"cards",label:"Cards"},{value:"list",label:"List"}];class ks extends w.Modal{constructor(e,t,s,n){super(e),this.searchInput=null,this.baseFileList=null,this.plugin=t,this.containerType=s,this.onChoose=n}onOpen(){const{contentEl:e}=this;e.empty(),e.addClass("ppb-base-selector-modal");const t=Ks[this.containerType],s=e.createDiv({cls:"ppb-base-modal-title"}),n=s.createSpan({cls:"ppb-base-modal-icon"});w.setIcon(n,t.icon),s.createEl("h2",{text:`Configure ${t.title} Base`}),this.renderExistingBaseSection(e),e.createDiv({cls:"ppb-base-modal-divider"}).createEl("span",{text:"OR CREATE NEW"}),this.renderCreateBaseSection(e)}renderExistingBaseSection(e){const t=e.createDiv({cls:"ppb-base-modal-section"});t.createEl("h3",{text:"Select Existing Base"});const s=t.createDiv({cls:"ppb-base-search"});this.searchInput=s.createEl("input",{type:"text",placeholder:"Search .base files...",cls:"ppb-base-search-input"}),this.baseFileList=t.createDiv({cls:"ppb-base-file-list"}),this.refreshBaseFileList(""),this.searchInput.addEventListener("input",()=>{this.refreshBaseFileList(this.searchInput?.value||"")})}refreshBaseFileList(e){if(!this.baseFileList)return;this.baseFileList.empty();const t=this.app.vault.getFiles().filter(s=>s.extension==="base").filter(s=>e?s.path.toLowerCase().includes(e.toLowerCase()):!0).sort((s,n)=>n.stat.mtime-s.stat.mtime);if(t.length===0){this.baseFileList.createDiv({cls:"ppb-base-empty-list"}).setText(e?"No .base files match your search":"No .base files found in vault");return}for(const s of t){const n=this.baseFileList.createDiv({cls:"ppb-base-file-item"}),i=n.createSpan({cls:"ppb-base-file-icon"});w.setIcon(i,"database");const r=n.createDiv({cls:"ppb-base-file-info"});r.createEl("span",{text:s.basename,cls:"ppb-base-file-name"}),r.createEl("span",{text:s.parent?.path||"/",cls:"ppb-base-file-path"}),n.addEventListener("click",()=>{this.onChoose(s.path),this.close()})}}renderCreateBaseSection(e){const t=e.createDiv({cls:"ppb-base-modal-section"});t.createEl("h3",{text:"Create New Base"});const s=Ks[this.containerType];let n=this.containerType,i="table";const r=[{type:"tag",value:s.defaultTag}];new w.Setting(t).setName("Base name").setDesc("Name for the .base file (saved in ppb/ folder)").addText(h=>{h.setValue(n).setPlaceholder("e.g. my-papers").onChange(g=>{n=g})}),new w.Setting(t).setName("Default view").setDesc("How the data will be displayed").addDropdown(h=>{for(const g of Wi)h.addOption(g.value,g.label);h.setValue(i),h.onChange(g=>{i=g})});const a=t.createDiv({cls:"ppb-base-filters"});a.createEl("h4",{text:"Filters"});const o=a.createDiv({cls:"ppb-base-filter-list"}),c=()=>{o.empty(),r.forEach((h,g)=>{const p=o.createDiv({cls:"ppb-base-filter-row"}),y=p.createEl("select",{cls:"ppb-base-filter-type"}),v=[{value:"tag",label:"Has Tag"},{value:"folder",label:"In Folder"},{value:"property",label:"Has Property"}];for(const C of v){const T=y.createEl("option",{text:C.label,value:C.value});C.value===h.type&&(T.selected=!0)}y.addEventListener("change",()=>{h.type=y.value});const E=p.createEl("input",{type:"text",cls:"ppb-base-filter-value",placeholder:h.type==="tag"?"tag name":h.type==="folder"?"folder/path":"property name",value:h.value});E.addEventListener("input",()=>{h.value=E.value}),p.createEl("button",{cls:"ppb-base-filter-remove",text:"×"}).addEventListener("click",()=>{r.splice(g,1),c()})})};c(),a.createEl("button",{cls:"ppb-base-add-filter",text:"+ Add Filter"}).addEventListener("click",()=>{r.push({type:"tag",value:""}),c()}),t.createDiv({cls:"ppb-base-create-action"}).createEl("button",{cls:"ppb-base-create-btn mod-cta",text:"Create Base"}).addEventListener("click",async()=>{if(!n.trim()){new w.Notice("Please enter a base name");return}try{const h=await this.createBaseFile(n.trim(),r,i);this.onChoose(h),this.close(),new w.Notice(`Created base: ${h}`)}catch(h){new w.Notice(`Failed to create base: ${h}`)}})}async createBaseFile(e,t,s){this.app.vault.getFolderByPath("ppb")||await this.app.vault.createFolder("ppb");const i=this.buildBaseYaml(t,s),a=`ppb/${e.replace(/[\\/:*?"<>|]/g,"-")}.base`,o=this.app.vault.getFileByPath(a);return o?await this.app.vault.modify(o,i):await this.app.vault.create(a,i),a}buildBaseYaml(e,t){const s=[];for(const i of e)if(i.value.trim())switch(i.type){case"tag":s.push(` - file.hasTag("${i.value.trim()}")`);break;case"folder":s.push(` - file.inFolder("${i.value.trim()}")`);break;case"property":s.push(` - file.hasProperty("${i.value.trim()}")`);break}let n="";return s.length>0&&(n+=`filters: and: -${i.join(` +${s.join(` `)} -`),o+=`views: -`,o+=` - type: ${r} -`,o+=` name: "${r.charAt(0).toUpperCase()+r.slice(1)}" -`,o+=` order: -`,o+=` - file.name -`,o+=` - status -`,o+=` - tags -`,o}onClose(){const{contentEl:a}=this;a.empty()}}const Pw=[{id:"academic",name:"学术组件"},{id:"project",name:"项目组件"},{id:"personal",name:"个人组件"}],Tw={projectBaseManager:"projects",papersManager:"papers",experimentsManager:"experiments",tasksManager:"tasks",resourcesManager:"resources",bookShelf:"books"},Nw=["academicOverview","todayFocus"],Iw=["recentLiterature","researchFocusMap"],Aw=[{key:"academicOverview",name:"学术概览",desc:"展示学术研究的整体概况和统计信息",category:"academic"},{key:"todayFocus",name:"今日聚焦",desc:"显示今天需要关注的重要任务和事项",category:"academic"},{key:"recentLiterature",name:"最近文献",desc:"自动展示最新文献(数据来源于文献设置中的文件夹路径)",category:"academic"},{key:"researchFocusMap",name:"研究焦点地图",desc:"展示研究领域和关注重点(数据来源于追踪标签配置)",category:"academic"},{key:"projectBaseManager",name:"项目管理(默认配置)",desc:"其他项目组件未配置时的后备数据源,优先级低于具体组件配置",category:"project"},{key:"papersManager",name:"研究论文",desc:"管理论文写作、审核状态和发表进度",category:"project"},{key:"experimentsManager",name:"实验数据",desc:"管理实验设计、数据收集和结果分析",category:"project"},{key:"tasksManager",name:"科研课题",desc:"管理课题、任务分解和进度跟踪",category:"project"},{key:"resourcesManager",name:"学术资源",desc:"管理文献、工具、数据集和参考资料",category:"project"},{key:"bookShelf",name:"书架",desc:"展示个人图书收藏和阅读进度",category:"personal"}];let Ms="academic";function Fw(f,a){const{plugin:r}=f,i=a.createDiv({cls:"ppb-component-tabs"}),o=a.createDiv({cls:"ppb-component-tab-content"});Pw.forEach(c=>{const u=i.createEl("button",{text:c.name,cls:"ppb-component-tab-btn"});c.id===Ms&&u.addClass("is-active"),u.addEventListener("click",()=>{Ms=c.id,i.querySelectorAll(".ppb-component-tab-btn").forEach(d=>{d.removeClass("is-active")}),u.addClass("is-active"),Sc(f,o,c.id)})}),Sc(f,o,Ms);const l=a.createDiv({cls:"ppb-component-footer"});new _.Setting(l).setName("重置所有组件配置").setDesc("将所有组件的数据源配置重置为默认值").addButton(c=>{c.setButtonText("重置为默认").setWarning().onClick(async()=>{r.settings.componentDataSources={...mr},f.saveSettings(),Sc(f,o,Ms),new _.Notice("已重置所有组件配置为默认值")})})}function Sc(f,a,r){a.empty(),Aw.filter(o=>o.category===r).forEach(o=>{Lw(f,a,o.key,o.name,o.desc)})}function Lw(f,a,r,i,o){const{plugin:l}=f;if(!Um(l,r))return;const u=a.createDiv({cls:"ppb-component-section"});Na(f,u,r,i,o)}function Na(f,a,r,i,o){a.empty();const{plugin:l}=f,c=Um(l,r);if(!c)return;const u=a.createDiv({cls:"ppb-component-header"});u.createEl("h4",{text:c.displayName||i}),u.createEl("p",{text:c.description||o,cls:"ppb-component-desc"});const d=a.createDiv({cls:"ppb-component-settings"});new _.Setting(d).setName("基本信息").setHeading(),new _.Setting(d).setName("显示名称").setDesc("设置该组件在界面显示的标题").addText(m=>m.setPlaceholder(i).setValue(c.displayName||i).onChange(async b=>{Nt(f,r,{displayName:b})})),new _.Setting(d).setName("描述").setDesc("设置该组件在界面显示的说明文字").addText(m=>m.setPlaceholder(o).setValue(c.description||o).onChange(async b=>{Nt(f,r,{description:b})}));const h=Tw[r];h?zw(f,d,r,h,a,i,o):Nw.includes(r)?(new _.Setting(d).setName("数据源").setHeading(),new _.Setting(d).setName("自动获取").setDesc(r==="academicOverview"?"数据由插件自动从 Vault 中统计(写作字数、文献数量、笔记数量等)":"数据由插件自动从 Vault 中分析(今日阅读时长、写作字数、文献笔记等)")):Iw.includes(r)?r==="recentLiterature"&&Rw(f,d):(new _.Setting(d).setName("数据源配置").setHeading(),Ow(f,d,r,c)),Mw(f,d,r,c,a,i,o),new _.Setting(d).addButton(m=>m.setButtonText("重置此组件").onClick(async()=>{const b=mr[r];b&&(l.settings.componentDataSources||(l.settings.componentDataSources={...mr}),l.settings.componentDataSources[r]={...b},f.saveSettings(),Na(f,a,r,i,o),new _.Notice(`已重置 ${i} 配置`))}))}function zw(f,a,r,i,o,l,c){const{plugin:u}=f,d=u.settings.baseContainerPaths?.[i]||null;if(new _.Setting(a).setName("Base 数据源").setHeading(),d){const h=u.app.vault.getFileByPath(d),m=new _.Setting(a).setName("当前 Base 文件").setDesc(d);if(m.addButton(b=>b.setIcon("edit").setTooltip("编辑 Base 文件").onClick(async()=>{h?(await u.app.workspace.getLeaf(!1).openFile(h),new _.Notice(`已打开: ${d}`)):new _.Notice(`文件不存在: ${d}`)})),m.addButton(b=>b.setIcon("settings").setTooltip("更换 Base").onClick(()=>{new Nu(u.app,u,i,async k=>{u.settings.baseContainerPaths||(u.settings.baseContainerPaths={projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null}),u.settings.baseContainerPaths[i]=k,await u.saveSettings(),Na(f,o,r,l,c),new _.Notice(`已更换 Base: ${k}`)}).open()})),m.addButton(b=>b.setIcon("x").setTooltip("清除 Base 配置").setWarning().onClick(async()=>{u.settings.baseContainerPaths&&(u.settings.baseContainerPaths[i]=null,await u.saveSettings(),Na(f,o,r,l,c),new _.Notice("已清除 Base 配置"))})),!h){const b=a.createDiv({cls:"ppb-base-config-warning"});_.setIcon(b.createSpan(),"alert-triangle"),b.createSpan({text:" Base 文件不存在,请重新配置"})}}else new _.Setting(a).setName("未配置 Base").setDesc("点击配置按钮选择或创建一个 .base 文件").addButton(h=>h.setButtonText("配置 Base").setCta().onClick(()=>{new Nu(u.app,u,i,async m=>{u.settings.baseContainerPaths||(u.settings.baseContainerPaths={projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null}),u.settings.baseContainerPaths[i]=m,await u.saveSettings(),Na(f,o,r,l,c),new _.Notice(`已配置 Base: ${m}`)}).open()}))}function Rw(f,a,r,i,o){const{plugin:l}=f,c=l.settings.componentDataSources?.recentLiterature||{},u=c.literatureFolderPath||"Inputs/Zotero",d=c.literatureDisplaySettings||{titleWrap:!0,authorWrap:!0,keywordsWrap:!0,tagsWrap:!0};new _.Setting(a).setName("数据源").setHeading();let h=null;new _.Setting(a).setName("文献文件夹路径").setDesc("文献笔记所在的文件夹,用于生成 Base 视图查询").addText(m=>{h=m,m.setPlaceholder("例如: Inputs/Zotero").setValue(u).onChange(async b=>{Nt(f,"recentLiterature",{literatureFolderPath:b})})}).addButton(m=>m.setIcon("folder").setTooltip("浏览文件夹").onClick(()=>{new Uu(l.app,k=>{Nt(f,"recentLiterature",{literatureFolderPath:k.path}),h&&h.setValue(k.path),new _.Notice(`已配置文献文件夹: ${k.path}`)}).open()})),new _.Setting(a).setName("文献显示设置").setHeading(),new _.Setting(a).setName("标题自动换行").setDesc("允许长标题在列表中自动换行显示,避免截断").addToggle(m=>{m.setValue(d.titleWrap??!0).onChange(b=>{Nt(f,"recentLiterature",{literatureDisplaySettings:{...d,titleWrap:b}})})}),new _.Setting(a).setName("作者自动换行").setDesc("允许作者列表自动换行显示").addToggle(m=>{m.setValue(d.authorWrap??!0).onChange(b=>{Nt(f,"recentLiterature",{literatureDisplaySettings:{...d,authorWrap:b}})})}),new _.Setting(a).setName("关键词自动换行").setDesc("允许关键词列表自动换行显示").addToggle(m=>{m.setValue(d.keywordsWrap??!0).onChange(b=>{Nt(f,"recentLiterature",{literatureDisplaySettings:{...d,keywordsWrap:b}})})}),new _.Setting(a).setName("标签自动换行").setDesc("允许标签列表自动换行显示").addToggle(m=>{m.setValue(d.tagsWrap??!0).onChange(b=>{Nt(f,"recentLiterature",{literatureDisplaySettings:{...d,tagsWrap:b}})})})}function Ow(f,a,r,i,o,l,c){const{plugin:u}=f;let d=null;new _.Setting(a).setName("文件夹路径").setDesc("指定组件读取数据的源文件夹").addText(h=>{d=h,h.setPlaceholder("例如: Projects/Research").setValue(i.folderPath||"").onChange(async m=>{Nt(f,r,{folderPath:m})})}).addButton(h=>h.setIcon("folder").setTooltip("浏览文件夹").onClick(()=>{new Uu(u.app,b=>{Nt(f,r,{folderPath:b.path,type:"folder",recursive:!0}),d&&d.setValue(b.path),new _.Notice(`已配置文件夹数据源: ${b.path}`)}).open()})),new _.Setting(a).setName("递归搜索").setDesc("开启后将包含子文件夹中的文件").addToggle(h=>h.setValue(i.recursive??!0).onChange(async m=>{Nt(f,r,{recursive:m})})),new _.Setting(a).setName("文件扩展名过滤").setDesc("仅包含指定扩展名的文件(如 md, canvas)").addText(h=>h.setPlaceholder("md").setValue(i.fileFilter?.extensions?.join(", ")||"").onChange(async m=>{const b=m.split(",").map(k=>k.trim()).filter(Boolean);Nt(f,r,{fileFilter:{...i.fileFilter,extensions:b}})}))}function Mw(f,a,r,i,o,l,c){if(r==="researchFocusMap"){new _.Setting(a).setName("追踪标签设置").setHeading();const u=a.createDiv({cls:"ppb-tags-container"}),d=i.trackingTags||[];if(d.length>0){const m=u.createDiv({cls:"ppb-tags-list"});d.forEach(b=>{const k=m.createDiv({cls:"ppb-tag-item"});k.createSpan({text:`#${b}`}),k.createEl("button",{cls:"clickable-icon ppb-tag-remove"},y=>{_.setIcon(y,"cross")}).addEventListener("click",()=>{const y=d.filter(w=>w!==b);Nt(f,r,{trackingTags:y}),Na(f,o,r,l,c)})})}else u.createEl("p",{text:"暂无标签,请添加要追踪的标签",cls:"ppb-tags-empty"});let h="";new _.Setting(a).setName("添加标签").setDesc("输入标签名称(不需要 #)").addText(m=>m.setPlaceholder("如: research").onChange(b=>{h=b})).addButton(m=>m.setButtonText("添加").onClick(()=>{const b=h.trim().replace(/^#/,"");b&&!d.includes(b)&&(Nt(f,r,{trackingTags:[...d,b]}),Na(f,o,r,l,c))})),new _.Setting(a).setName("网格设置").setHeading(),new _.Setting(a).setName("网格大小").setDesc("调整研究焦点地图中格子的显示尺寸").addSlider(m=>{m.setLimits(20,100,5).setValue(i.gridSize??50).setDynamicTooltip().onChange(b=>{Nt(f,r,{gridSize:b})})}),new _.Setting(a).setName("圆角半径").setDesc("调整研究焦点地图中格子的圆角弧度").addSlider(m=>{m.setLimits(0,20,1).setValue(i.borderRadius??4).setDynamicTooltip().onChange(b=>{Nt(f,r,{borderRadius:b})})})}}function Um(f,a){return f.settings.componentDataSources||(f.settings.componentDataSources={...mr}),f.settings.componentDataSources[a]||mr[a]||null}function Nt(f,a,r){const{plugin:i}=f;i.settings.componentDataSources||(i.settings.componentDataSources={...mr});const o=i.settings.componentDataSources[a]||mr[a];i.settings.componentDataSources[a]={...o,...r},f.saveSettings(),i.getDashboardStore().bumpSettingsVersion()}function oa(f,a){const{plugin:r}=f;r.verificationWorker.verify().then(i=>{if(!i){const o=a.createDiv({cls:"paperbell-updater-warning"});o.createEl("p",{text:"⚠️ 此功能需要激活许可证"}),o.createEl("p",{text:"请先在「许可证」页面激活您的 PaperBell Pro 许可证。"}),new _.Setting(o).addButton(l=>{l.setButtonText("前往激活").onClick(()=>{f.openTab("license")})});return}$w(f,a)})}function $w(f,a){const{plugin:r}=f;if(new _.Setting(a).setName("启用 PaperBell 仓库更新程序").setDesc("启用手动检查和更新 PaperBell 仓库的功能").addToggle(d=>{d.setValue(r.settings.enableUpdater).onChange(async h=>{r.settings.enableUpdater=h,f.saveSettings(),a.empty(),oa(f,a)})}),!r.settings.enableUpdater)return;new _.Setting(a).setName("当前 PaperBell 仓库版本").setDesc("显示当前安装的 PaperBell 仓库版本号").addButton(d=>{d.setButtonText(r.updater?.lastUpdateInfo?.latestVersion||"0.0.0"),d.setDisabled(!0)}),new _.Setting(a).setName("更新范围设置").setHeading(),Gt(r);const i=r.settings.updater.updateScope||{};new _.Setting(a).setName("更新常规文件").setDesc("更新 .md、图片等常规内容文件").addToggle(d=>{d.setValue(i.regularFiles!==!1).onChange(async h=>{Gt(r),r.settings.updater.updateScope={...r.settings.updater.updateScope,regularFiles:h},f.saveSettings()})}),new _.Setting(a).setName("更新 Obsidian 核心配置").setDesc("更新 .obsidian 下的配置文件 (app.json 等)").addToggle(d=>{d.setValue(i.obsidianCore!==!1).onChange(async h=>{Gt(r),r.settings.updater.updateScope={...r.settings.updater.updateScope,obsidianCore:h},f.saveSettings()})}),new _.Setting(a).setName("更新插件程序").setDesc("更新 .obsidian/plugins 下的插件文件").addToggle(d=>{d.setValue(i.plugins!==!1).onChange(async h=>{Gt(r),r.settings.updater.updateScope={...r.settings.updater.updateScope,plugins:h},f.saveSettings()})}),new _.Setting(a).setName("更新外观主题").setDesc("更新 .obsidian/themes 下的主题文件").addToggle(d=>{d.setValue(i.themes!==!1).onChange(async h=>{Gt(r),r.settings.updater.updateScope={...r.settings.updater.updateScope,themes:h},f.saveSettings()})}),new _.Setting(a).setName("更新 CSS 片段").setDesc("更新 .obsidian/snippets 下的样式文件").addToggle(d=>{d.setValue(i.snippets!==!1).onChange(async h=>{Gt(r),r.settings.updater.updateScope={...r.settings.updater.updateScope,snippets:h},f.saveSettings()})}),new _.Setting(a).setName("重置插件配置 (data.json)").setDesc("⚠️ 警告:开启后将覆盖插件的本地配置(包括本插件)").addToggle(d=>{d.setValue(i.pluginData===!0).onChange(async h=>{Gt(r),r.settings.updater.updateScope={...r.settings.updater.updateScope,pluginData:h},f.saveSettings()})}),new _.Setting(a).setName("Obsidian 冲突处理").setHeading();const o=[{value:"prompt",label:"提示冲突"},{value:"skip",label:"跳过冲突"},{value:"ignore",label:"忽略冲突"},{value:"no_merge",label:"不合并"}];new _.Setting(a).setName("设置冲突处理").setDesc("设置更新时配置文件发生冲突的处理策略").addDropdown(d=>{o.forEach(h=>d.addOption(h.value,h.label)),d.setValue(r.settings.updater?.obsidianConflictHandling?.settings||"prompt").onChange(async h=>{Gt(r),r.settings.updater.obsidianConflictHandling.settings=h,f.saveSettings()})}),new _.Setting(a).setName("主题冲突处理").setDesc("设置更新时主题文件发生冲突的处理策略").addDropdown(d=>{o.forEach(h=>d.addOption(h.value,h.label)),d.setValue(r.settings.updater?.obsidianConflictHandling?.themes||"prompt").onChange(async h=>{Gt(r),r.settings.updater.obsidianConflictHandling.themes=h,f.saveSettings()})}),new _.Setting(a).setName("样式片段冲突处理").setDesc("设置更新时 CSS 片段发生冲突的处理策略").addDropdown(d=>{o.forEach(h=>d.addOption(h.value,h.label)),d.setValue(r.settings.updater?.obsidianConflictHandling?.snippets||"prompt").onChange(async h=>{Gt(r),r.settings.updater.obsidianConflictHandling.snippets=h,f.saveSettings()})}),new _.Setting(a).setName("插件冲突处理").setDesc("设置更新时插件文件发生冲突的处理策略").addDropdown(d=>{o.forEach(h=>d.addOption(h.value,h.label)),d.setValue(r.settings.updater?.obsidianConflictHandling?.plugins||"prompt").onChange(async h=>{Gt(r),r.settings.updater.obsidianConflictHandling.plugins=h,f.saveSettings()})}),new _.Setting(a).setName("排除模式").setDesc("配置不需要更新的文件路径匹配模式").addButton(d=>{d.setButtonText("添加").setIcon("plus").onClick(()=>{Gt(r),r.settings.updater.excludePatterns=r.settings.updater.excludePatterns||[],r.settings.updater.excludePatterns.push(""),f.saveSettings(),a.empty(),oa(f,a)})}),(r.settings.updater?.excludePatterns||[]).forEach((d,h)=>{new _.Setting(a).setName(`排除模式 ${h+1}`).addText(m=>{m.setPlaceholder("e.g. **/*.js").setValue(d).onChange(b=>{r.settings.updater?.excludePatterns&&(r.settings.updater.excludePatterns[h]=b,f.saveSettings())})}).addExtraButton(m=>{m.setIcon("trash").setTooltip("删除").onClick(()=>{r.settings.updater?.excludePatterns&&(r.settings.updater.excludePatterns.splice(h,1),f.saveSettings(),a.empty(),oa(f,a))})})}),new _.Setting(a).setName("自定义替换").setDesc("配置更新前自动执行的文本替换规则,按顺序应用").setHeading().addButton(d=>{d.setButtonText("添加").setIcon("plus").onClick(()=>{Gt(r),r.settings.updater.customReplacements=r.settings.updater.customReplacements||{};const h=`pattern-${Object.keys(r.settings.updater.customReplacements).length}`;r.settings.updater.customReplacements[h]="",f.saveSettings(),a.empty(),oa(f,a)})});const c=r.settings.updater?.customReplacements||{},u=Object.keys(c);u.forEach((d,h)=>{const m=a.createDiv({cls:"paperbell-replacement-item"}),b=m.createDiv({cls:"paperbell-replacement-fields"});b.createEl("input",{type:"text",value:d,placeholder:"搜索模式"}).addEventListener("change",T=>{const A=d,z=T.target.value;if(A!==z&&r.settings.updater?.customReplacements){const R=r.settings.updater.customReplacements[A];delete r.settings.updater.customReplacements[A],r.settings.updater.customReplacements[z]=R,f.saveSettings()}}),b.createEl("input",{type:"text",value:c[d],placeholder:"替换文本"}).addEventListener("change",T=>{r.settings.updater?.customReplacements&&(r.settings.updater.customReplacements[d]=T.target.value,f.saveSettings())});const y=m.createDiv({cls:"paperbell-replacement-buttons"}),w=y.createEl("span",{cls:"clickable-icon",attr:{"aria-label":"上移"}});_.setIcon(w,"arrow-up"),h===0&&w.addClass("is-disabled"),w.addEventListener("click",()=>{if(h>0&&r.settings.updater?.customReplacements){const T={};u.forEach((A,z)=>{z===h-1?T[d]=c[d]:z===h?T[u[h-1]]=c[u[h-1]]:T[A]=c[A]}),r.settings.updater.customReplacements=T,f.saveSettings(),a.empty(),oa(f,a)}});const D=y.createEl("span",{cls:"clickable-icon",attr:{"aria-label":"下移"}});_.setIcon(D,"arrow-down"),h===u.length-1&&D.addClass("is-disabled"),D.addEventListener("click",()=>{if(h{z===h?T[u[h+1]]=c[u[h+1]]:z===h+1?T[d]=c[d]:T[A]=c[A]}),r.settings.updater.customReplacements=T,f.saveSettings(),a.empty(),oa(f,a)}});const E=y.createEl("span",{cls:"clickable-icon",attr:{"aria-label":"删除"}});_.setIcon(E,"trash"),E.addEventListener("click",()=>{r.settings.updater?.customReplacements&&(delete r.settings.updater.customReplacements[d],f.saveSettings(),a.empty(),oa(f,a))})})}function Gt(f){f.settings.updater||(f.settings.updater={repository:""}),f.settings.updater.obsidianConflictHandling||(f.settings.updater.obsidianConflictHandling={}),f.settings.updater.updateScope||(f.settings.updater.updateScope={regularFiles:!0,obsidianCore:!0,plugins:!0,themes:!0,snippets:!0,pluginData:!1})}function Bw(f,a){const{plugin:r}=f;new _.Setting(a).setName("新机构笔记位置").setDesc("指定新创建机构笔记的存放目录").addText(i=>{i.setPlaceholder("输入位置").setValue(r.settings.noteLocation).onChange(async o=>{r.settings.noteLocation=o,f.saveSettings()})}),new _.Setting(a).setName("机构笔记模板").setDesc("选择创建机构笔记时使用的模板文件").addText(i=>{new jw(r.app,i.inputEl,o=>{r.settings.institutionNoteTemplate=o,f.saveSettings()}),i.setPlaceholder("输入模板").setValue(r.settings.institutionNoteTemplate).onChange(async o=>{r.settings.institutionNoteTemplate=o,f.saveSettings()})}),new _.Setting(a).setName("自动生成机构笔记").setDesc("导入数据时自动检测并创建缺失的机构笔记").addToggle(i=>{i.setValue(r.settings.autoGenerateInstitutionNotes).onChange(async o=>{r.settings.autoGenerateInstitutionNotes=o,f.saveSettings()})}),new _.Setting(a).setName("创建后打开机构笔记").setDesc("笔记创建完成后自动打开编辑窗口").addToggle(i=>{i.setValue(r.settings.openInstitutionAfterCreation).onChange(async o=>{r.settings.openInstitutionAfterCreation=o,f.saveSettings()})}),new _.Setting(a).setName("监听文件创建路径").setDesc("监控指定路径下的新文件以自动生成关联笔记").addText(i=>{i.setPlaceholder("输入位置").setValue(r.settings.listenToFileCreatedInPath).onChange(async o=>{r.settings.listenToFileCreatedInPath=o,f.saveSettings()})})}class jw extends _.AbstractInputSuggest{constructor(a,r,i){super(a,r),this.inputEl=r,this.onChange=i}getSuggestions(a){const r=this.app.vault.getMarkdownFiles();if(!a)return r;const i=_.prepareFuzzySearch(a.toLowerCase());return r.map(l=>{const c=l.path.slice(0,-3).toLowerCase(),u=i(c);return{file:l,result:u}}).filter(l=>l.result!==null).sort((l,c)=>c.result.score-l.result.score).map(l=>l.file)}renderSuggestion(a,r){r.setText(a.basename)}selectSuggestion(a,r){const i=a.path.slice(0,-3);this.setValue(i),this.onChange(i),this.close()}}function Uw(f,a){const{plugin:r}=f;new _.Setting(a).setName("版本").setDesc(`PaperBell v${r.manifest.version}`),new _.Setting(a).setName("文档").setDesc("浏览插件的详细使用文档").addButton(i=>{i.setButtonText("打开文档").onClick(()=>{window.open("https://paperbell.cn")})}),new _.Setting(a).setName("GitHub").setDesc("访问 GitHub 仓库查看源码或提交问题").addButton(i=>{i.setButtonText("打开 GitHub").onClick(()=>{window.open("https://github.com/PaperBell-Org/Obsidian-PaperBell")})}),new _.Setting(a).setName("支持").setDesc("支持插件的持续开发").addButton(i=>{i.setButtonText("支持开发").onClick(()=>{window.open("https://paperbell.cn")})}),new _.Setting(a).setName("联系我们").setDesc("发送邮件联系开发团队").addButton(i=>{i.setButtonText("发送邮件").onClick(()=>{window.open("mailto:support@paperbell.cn")})}),new _.Setting(a).setName("引导向导").setDesc("重新启动欢迎引导和设置向导").addButton(i=>{i.setButtonText("重新开始引导").setIcon("graduation-cap").onClick(async()=>{r.settings.landing={...la},await r.saveSettings(),f.close(),r.app.workspace.getLeaf().setViewState({type:hi})})})}const Vm="ppb-builtin-";function Vw(f){return gi.find(a=>a.id===f.agentType)??gi[0]}function Iu(f,a,r){return r==="directory"?_.normalizePath(`${f}/${a}/SKILL.md`):_.normalizePath(`${f}/${a}.md`)}function Wm(f,a){return _.normalizePath(`${f}/${a}`)}async function Vu(f,a){const r=a??ju,i=f.vault.adapter,o=_.normalizePath(r.skillsDirectory),l=Vw(r);await i.exists(o)||await i.mkdir(o);for(const c of vi){const u=r.builtinSkillStates[c.id]!==!1,d=Iu(o,c.id,l.skillFormat);if(u){if(l.skillFormat==="directory"){const h=Wm(o,c.id);await i.exists(h)||await i.mkdir(h)}await i.write(d,c.content)}else await Ww(i,o,c.id,l.skillFormat)}l.skillFormat==="directory"&&await Hw(i,o)}async function Ww(f,a,r,i){if(i==="directory"){const o=Iu(a,r,"directory");await f.exists(o)&&await f.remove(o);const l=Wm(a,r);await f.exists(l)&&await f.rmdir(l,!1)}else{const o=Iu(a,r,"flat");await f.exists(o)&&await f.remove(o)}}async function Hw(f,a){for(const r of vi){const i=_.normalizePath(`${a}/${Vm}${r.id}.md`);await f.exists(i)&&await f.remove(i)}}async function qw(f,a){const r=f.vault.adapter,i=_.normalizePath(a);if(await r.exists(i))for(const o of vi){const l=_.normalizePath(`${i}/${o.id}/SKILL.md`);await r.exists(l)&&await r.remove(l);const c=_.normalizePath(`${i}/${o.id}`);await r.exists(c)&&await r.rmdir(c,!1);const u=_.normalizePath(`${i}/${o.id}.md`);await r.exists(u)&&await r.remove(u);const d=_.normalizePath(`${i}/${Vm}${o.id}.md`);await r.exists(d)&&await r.remove(d)}}class Gw extends _.Modal{constructor(a,r,i){super(a),this.skillName=r,this.skillContent=i}onOpen(){const{contentEl:a,modalEl:r}=this;r.addClass("mod-narrow"),a.createEl("h2",{text:this.skillName});const i=a.createDiv({cls:"paperbell-skill-preview"});i.style.cssText="max-height: 60vh; overflow-y: auto; padding: 12px; background: var(--background-secondary); border-radius: 6px; font-size: 13px; line-height: 1.5; white-space: pre-wrap; font-family: var(--font-monospace);",i.setText(this.skillContent),new _.Setting(a).addButton(o=>o.setButtonText("关闭").onClick(()=>this.close()))}onClose(){this.contentEl.empty()}}function Ys(f,a){const{plugin:r}=f;r.settings.aiSkills||(r.settings.aiSkills={...ju});const i=r.settings.aiSkills;Zw(f,a,i),Yw(f,a,i),Kw(f,a,i)}function Zw(f,a,r){new _.Setting(a).setName("AI Agent").setHeading(),gi.find(i=>i.id===r.agentType),new _.Setting(a).setName("当前 Agent").setDesc("选择你使用的 AI 编程工具,技能文件将安装到对应的目录中").addDropdown(i=>{for(const o of gi)i.addOption(o.id,o.name);i.setValue(r.agentType).onChange(async o=>{const l=o,c=r.agentType;if(l===c)return;const u=gi.find(b=>b.id===l),d=r.skillsDirectory,h=u.skillsDirectory;r.marketplaceSkills.some(b=>b.installed)&&d!==h&&await Xw(f,d,h)&&await Jw(f,r,d,h),await qw(f.plugin.app,d),r.agentType=l,r.skillsDirectory=h,f.saveSettings(),await Vu(f.plugin.app,r),a.empty(),Ys(f,a)})}),new _.Setting(a).setName("技能文件目录").setDesc(r.skillsDirectory).setDisabled(!0)}function Yw(f,a,r){if(new _.Setting(a).setName("内置技能").setHeading(),vi.length===0){a.createEl("p",{text:"暂无内置技能",cls:"setting-item-description"});return}for(const i of vi){const o=r.builtinSkillStates[i.id]!==!1;new _.Setting(a).setName(i.name).setDesc(i.description).addToggle(c=>c.setValue(o).onChange(async u=>{r.builtinSkillStates[i.id]=u,f.saveSettings(),await Vu(f.plugin.app,r)})).addExtraButton(c=>c.setIcon("eye").setTooltip("预览技能内容").onClick(()=>{new Gw(f.plugin.app,i.name,i.content).open()}))}}function Kw(f,a,r){new _.Setting(a).setName("技能市场").setHeading();const i=a.createDiv({cls:"paperbell-marketplace-placeholder"});i.style.cssText="padding: 24px; text-align: center; border: 1px dashed var(--background-modifier-border); border-radius: 8px; margin-bottom: 12px;";const o=i.createDiv();if(o.style.cssText="margin-bottom: 8px;",_.setIcon(o,"store"),o.style.cssText+="display: flex; justify-content: center; opacity: 0.5;",i.createEl("p",{text:"技能市场即将上线"}).style.cssText="font-weight: 600; margin-bottom: 4px; color: var(--text-normal);",i.createEl("p",{text:"届时您可以在此浏览和安装来自社区的第三方技能"}).style.cssText="font-size: 13px; color: var(--text-muted); margin: 0;",r.marketplaceSkills.length>0){new _.Setting(a).setName("已安装的技能").setHeading();for(const l of r.marketplaceSkills)Qw(f,a,l,r)}}function Qw(f,a,r,i){const o=r.installed?"已安装":"未安装",l=new _.Setting(a).setName(r.name).setDesc(r.description||o);l.addToggle(c=>c.setValue(r.enabled).setDisabled(!r.installed).onChange(u=>{r.enabled=u,f.saveSettings()})),r.installed&&l.addButton(c=>c.setButtonText("卸载").setWarning().onClick(async()=>{await ag(f,r,i),a.empty(),Ys(f,a)})),l.addExtraButton(c=>c.setIcon("trash").setTooltip("从列表中删除").onClick(async()=>{r.installed&&await ag(f,r,i);const u=i.marketplaceSkills.indexOf(r);u>=0&&i.marketplaceSkills.splice(u,1),f.saveSettings(),a.empty(),Ys(f,a)}))}async function ag(f,a,r){const i=f.plugin.app.vault.adapter;try{const o=_.normalizePath(`${r.skillsDirectory}/${a.filename}`);await i.exists(o)&&await i.remove(o),a.installed=!1,a.enabled=!1,f.saveSettings(),new _.Notice(`技能已卸载: ${a.name}`)}catch(o){console.error("Failed to uninstall skill:",o),new _.Notice(`卸载失败: ${o instanceof Error?o.message:"未知错误"}`)}}function Xw(f,a,r){return new Promise(i=>{const o=new _.Modal(f.plugin.app);o.titleEl.setText("迁移技能文件"),o.contentEl.createEl("p",{text:"切换 Agent 后技能目录将变更:"}),o.contentEl.createEl("p",{text:`${a} → ${r}`}).style.cssText="font-family: var(--font-monospace); font-size: 13px; padding: 8px; background: var(--background-secondary); border-radius: 4px;",o.contentEl.createEl("p",{text:"是否将已安装的技能文件迁移到新目录?"}),new _.Setting(o.contentEl).addButton(l=>l.setButtonText("迁移").setCta().onClick(()=>{o.close(),i(!0)})).addButton(l=>l.setButtonText("不迁移").onClick(()=>{o.close(),i(!1)})),o.onClose=()=>i(!1),o.open()})}async function Jw(f,a,r,i){const o=f.plugin.app.vault.adapter,l=_.normalizePath(i);await o.exists(l)||await o.mkdir(l);let c=0;for(const u of a.marketplaceSkills){if(!u.installed)continue;const d=_.normalizePath(`${r}/${u.filename}`),h=_.normalizePath(`${i}/${u.filename}`);try{if(await o.exists(d)){const m=await o.read(d);await o.write(h,m),await o.remove(d),c++}}catch(m){console.error(`Failed to migrate skill ${u.name}:`,m)}}c>0&&new _.Notice(`已迁移 ${c} 个技能文件到 ${i}`)}function e0(){const f=window.require||globalThis.require||void 0;if(typeof f!="function")throw new Error("Node require() is not available in this environment");try{return f("node:child_process")}catch{return f("child_process")}}function t0(){const f=window.require||globalThis.require||void 0;if(typeof f!="function")throw new Error("Node require() is not available in this environment");try{return f("node:fs")}catch{return f("fs")}}function r0(){const f=window.require||globalThis.require||void 0;if(typeof f!="function")throw new Error("Node require() is not available in this environment");try{return f("node:path")}catch{return f("path")}}function a0(){const f=window.require||globalThis.require||void 0;if(typeof f!="function")throw new Error("Node require() is not available in this environment");try{return f("node:os")}catch{return f("os")}}function Hm(f){const r=a0().homedir();let i=f.replace(/^~/,r);return i=i.replace(/%([^%]+)%/g,(o,l)=>process.env[l]||""),i}function Wu(f){try{const a=t0();return a.accessSync(f,a.constants.X_OK),!0}catch{return!1}}function ng(f){const a=e0(),i=process.platform==="win32"?"where":"which";try{const l=a.execSync(`${i} ${f}`,{encoding:"utf-8",timeout:5e3,stdio:["ignore","pipe","ignore"]}).trim().split(` -`)[0]?.trim();return l&&Wu(l)?l:null}catch{return null}}function n0(f){const a=process.platform,r=f.commonPaths[a]||[],i=a==="win32"?f.windowsBinaryName:f.binaryName,o=r0();for(const l of r){const c=Hm(l),u=o.join(c,i);if(Wu(u))return u}return null}function Au(f,a){const r=Xs.find(u=>u.agentType===f);if(!r)return{found:!1,path:"",error:`Unknown agent type: ${f}`};if(a&&a.trim()){const u=Hm(a.trim());return Wu(u)?{found:!0,path:u}:{found:!1,path:"",error:`Custom path not found or not executable: ${u}`}}const i=process.platform==="win32",o=i?r.windowsBinaryName:r.binaryName,l=ng(o);if(l)return{found:!0,path:l};if(i){const u=ng(r.binaryName);if(u)return{found:!0,path:u}}const c=n0(r);return c?{found:!0,path:c}:{found:!1,path:"",error:`${r.name} CLI not found. Please install it or configure the path manually.`}}function Js(f,a){const{plugin:r}=f;r.settings.agentAutoExec||(r.settings={...r.settings,agentAutoExec:{...$m}},r.saveSettings());const i=r.settings.agentAutoExec;i&&(i0(f,a,i),s0(f,a,i),o0(f,a,i),c0(f,a,i))}function i0(f,a,r){if(new _.Setting(a).setName("启用自动执行").setDesc("当文件变更时自动触发 AI Agent 执行任务").addToggle(i=>i.setValue(r.enabled).onChange(async o=>{r.enabled=o,f.saveSettings(),a.empty(),Js(f,a)})),!r.enabled){a.createEl("p",{text:"启用后可配置自动化规则,在文件变更时自动调用 AI CLI 工具。",cls:"setting-item-description"});return}}function s0(f,a,r){if(r.enabled){a.createEl("h3",{text:"CLI 路径配置"}),a.createEl("p",{text:"配置 AI CLI 工具的路径,留空则自动检测。",cls:"setting-item-description"});for(const i of Xs){const o=i.agentType,l=r.binaryPaths[o]||"";new _.Setting(a).setName(i.name).setDesc(`${i.binaryName} CLI 路径`).addText(c=>c.setPlaceholder("自动检测").setValue(l).onChange(async u=>{u.trim()?r.binaryPaths[o]=u.trim():delete r.binaryPaths[o],f.saveSettings()})).addButton(c=>c.setButtonText("检测").onClick(()=>{const u=Au(o,l);u.found?new _.Notice(`✓ 找到 ${i.name}: ${u.path}`):new _.Notice(`✕ 未找到 ${i.name}: ${u.error||"请手动配置路径"}`)}))}}}function o0(f,a,r){if(!r.enabled)return;const i=a.createDiv({cls:"setting-item setting-item-heading"});if(i.createEl("div",{cls:"setting-item-info"}).createEl("div",{cls:"setting-item-name",text:"自动化规则"}),i.createDiv({cls:"setting-item-control"}).createEl("button",{cls:"mod-cta",text:"添加规则"}).addEventListener("click",c=>{const u=new _.Menu;for(const d of Bm)u.addItem(h=>{h.setTitle(d.name).setSection("presets").onClick(()=>{const m=Sw(d.id);r.rules.push(m),f.saveSettings(),a.empty(),Js(f,a)})});u.showAtMouseEvent(c)}),r.rules.length===0){a.createEl("p",{text:"暂无自动化规则,点击「添加规则」创建。",cls:"setting-item-description"});return}for(const c of r.rules)l0(f,a,r,c)}function l0(f,a,r,i){const o=a.createDiv({cls:"ppb-agent-rule-card"});o.style.cssText="border: 1px solid var(--background-modifier-border); border-radius: 8px; padding: 12px; margin-bottom: 12px;",new _.Setting(o).setName("规则名称").addText(k=>k.setPlaceholder("输入规则名称").setValue(i.name).onChange(async v=>{i.name=v,f.saveSettings()})).addToggle(k=>k.setValue(i.enabled).onChange(async v=>{i.enabled=v,f.saveSettings()})).addButton(k=>k.setIcon("trash").setWarning().onClick(()=>{const v=r.rules.indexOf(i);v>=0&&(r.rules.splice(v,1),f.saveSettings(),a.empty(),Js(f,a))})),new _.Setting(o).setName("AI Agent").setDesc("选择要调用的 AI CLI 工具").addDropdown(k=>{for(const v of Xs)k.addOption(v.agentType,v.name);k.setValue(i.agentType),k.onChange(async v=>{i.agentType=v,f.saveSettings()})}),new _.Setting(o).setName("监听路径").setDesc("Vault 中要监听的文件夹路径,用逗号分隔").addText(k=>k.setPlaceholder("例如: Projects, Inputs/Zotero").setValue(i.watchPaths.join(", ")).onChange(async v=>{i.watchPaths=v.split(",").map(y=>y.trim()).filter(y=>y.length>0),f.saveSettings()}));const l=o.createDiv({cls:"ppb-agent-events"});l.style.cssText="padding: 0 0 8px 0;";const c=new _.Setting(l).setName("触发事件").setDesc("选择哪些文件操作会触发此规则"),u=[{value:"create",label:"新建"},{value:"modify",label:"编辑"},{value:"delete",label:"删除"},{value:"rename",label:"重命名"}];for(const k of u)c.addToggle(v=>{v.setValue(i.triggerEvents.includes(k.value)).setTooltip(k.label).onChange(async D=>{D?i.triggerEvents.includes(k.value)||i.triggerEvents.push(k.value):i.triggerEvents=i.triggerEvents.filter(E=>E!==k.value),f.saveSettings()});const w=v.toggleEl.parentElement?.createSpan({text:k.label});w&&(w.style.cssText="font-size: 0.8em; margin-left: 4px; margin-right: 8px; color: var(--text-muted);")});new _.Setting(o).setName("Prompt 模板").setDesc("支持占位符: {{filePath}}, {{fileName}}, {{eventType}}, {{vaultPath}}, {{timestamp}}").addTextArea(k=>{k.setPlaceholder("请处理以下文件变更: {{filePath}} ({{eventType}})").setValue(i.promptTemplate).onChange(async v=>{i.promptTemplate=v,f.saveSettings()}),k.inputEl.rows=4,k.inputEl.style.width="100%"}),new _.Setting(o).setName("自定义 CLI 路径").setDesc("覆盖全局配置的 CLI 路径(留空使用全局配置)").addText(k=>k.setPlaceholder("使用全局配置").setValue(i.customBinaryPath).onChange(async v=>{i.customBinaryPath=v.trim(),f.saveSettings()}));const h=o.createDiv().createEl("details"),m=h.createEl("summary",{text:"高级设置"});m.style.cssText="cursor: pointer; font-size: 0.85em; color: var(--text-muted); margin-bottom: 8px;";const b=h.createDiv();new _.Setting(b).setName("防抖延迟 (ms)").setDesc("文件变更后等待多久再触发(避免频繁触发)").addText(k=>k.setPlaceholder("2000").setValue(String(i.debounceMs)).onChange(async v=>{const y=parseInt(v,10);!isNaN(y)&&y>=0&&(i.debounceMs=y,f.saveSettings())})),new _.Setting(b).setName("超时 (ms)").setDesc("0 = 不限制").addText(k=>k.setPlaceholder("0").setValue(String(i.timeoutMs)).onChange(async v=>{const y=parseInt(v,10);!isNaN(y)&&y>=0&&(i.timeoutMs=y,f.saveSettings())})),new _.Setting(b).setName("最大并发数").setDesc("此规则同时运行的最大进程数(0 = 不限制)").addText(k=>k.setPlaceholder("1").setValue(String(i.maxConcurrent)).onChange(async v=>{const y=parseInt(v,10);!isNaN(y)&&y>=0&&(i.maxConcurrent=y,f.saveSettings())})),new _.Setting(b).setName("工作目录").setDesc("CLI 进程的工作目录(相对 Vault 根目录,留空为 Vault 根)").addText(k=>k.setPlaceholder("Vault 根目录").setValue(i.workingDirectory).onChange(async v=>{i.workingDirectory=v.trim(),f.saveSettings()})),new _.Setting(b).setName("额外参数").setDesc("传递给 CLI 的额外命令行参数,用逗号分隔").addText(k=>k.setPlaceholder("例如: --verbose, --no-color").setValue(i.extraArgs.join(", ")).onChange(async v=>{i.extraArgs=v.split(",").map(y=>y.trim()).filter(y=>y.length>0),f.saveSettings()})),new _.Setting(b).setName("执行前确认").setDesc("触发时弹出确认通知,需用户手动允许后才执行").addToggle(k=>k.setValue(i.requireConfirmation??!1).onChange(async v=>{i.requireConfirmation=v,f.saveSettings()})),new _.Setting(b).setName("确认超时 (ms)").setDesc("超时后自动拒绝执行(默认 30000ms = 30秒)").addText(k=>k.setPlaceholder("30000").setValue(String(i.confirmationTimeoutMs??3e4)).onChange(async v=>{const y=parseInt(v,10);!isNaN(y)&&y>=0&&(i.confirmationTimeoutMs=y,f.saveSettings())})),new _.Setting(b).setName("预授权工具").setDesc("Claude Code 的 --allowedTools 参数,用逗号分隔。例如: Edit, Write, Read, Bash(git *)").addText(k=>k.setPlaceholder("Edit, Write, Read").setValue((i.allowedTools??[]).join(", ")).onChange(async v=>{i.allowedTools=v.split(",").map(y=>y.trim()).filter(y=>y.length>0),f.saveSettings()}))}function c0(f,a,r){r.enabled&&(a.createEl("h3",{text:"全局设置"}),new _.Setting(a).setName("全局最大并发数").setDesc("所有规则同时运行的最大进程总数").addText(i=>i.setValue(String(r.globalMaxConcurrent)).onChange(async o=>{const l=parseInt(o,10);!isNaN(l)&&l>=0&&(r.globalMaxConcurrent=l,f.saveSettings())})),new _.Setting(a).setName("触发通知").setDesc("当规则被触发时显示 Notice 通知").addToggle(i=>i.setValue(r.showNoticeOnTrigger).onChange(async o=>{r.showNoticeOnTrigger=o,f.saveSettings()})),new _.Setting(a).setName("最大输出行数").setDesc("每次运行保留的最大输出行数(防止内存溢出)").addText(i=>i.setValue(String(r.maxOutputLinesPerRun)).onChange(async o=>{const l=parseInt(o,10);!isNaN(l)&&l>0&&(r.maxOutputLinesPerRun=l,f.saveSettings())})),new _.Setting(a).setName("最大历史记录数").setDesc("保留的运行历史记录数量").addText(i=>i.setValue(String(r.maxHistoryRuns)).onChange(async o=>{const l=parseInt(o,10);!isNaN(l)&&l>0&&(r.maxHistoryRuns=l,f.saveSettings())})))}class Fu extends _.Modal{constructor(a,r,i){super(a),this.activeTabId="profile",this.initialTabId=null,this.mobileTitleEl=null,this.isProVerified=!1,this.dirty=!1,this.tabs=[{id:"profile",name:"用户资料",icon:"user",category:"core"},{id:"license",name:"许可证",icon:"key",category:"core"},{id:"theme",name:"主题颜色",icon:"palette",category:"display",proOnly:!0},{id:"components",name:"组件数据源",icon:"database",category:"data",proOnly:!0},{id:"updater",name:"更新管理",icon:"download",category:"advanced",proOnly:!0},{id:"institution",name:"机构笔记",icon:"building",category:"advanced",proOnly:!0},{id:"ai-skills",name:"技能",icon:"bot",category:"ai",proOnly:!0},{id:"agent-auto-exec",name:"自动执行",icon:"play-circle",category:"ai",proOnly:!0},{id:"about",name:"关于",icon:"info",category:"info"}],this.categories=[{id:"core",name:"核心设置"},{id:"display",name:"显示与外观"},{id:"data",name:"数据源"},{id:"advanced",name:"高级"},{id:"ai",name:"AI"},{id:"info",name:"信息"}],this.plugin=r,this.initialTabId=i??null,this.debouncedSave=_.debounce(async()=>{await this.plugin.saveSettings(),this.dirty=!1},100,!0)}saveSettings(){this.dirty=!0,this.debouncedSave()}onOpen(){const{contentEl:a,modalEl:r}=this;r.toggleClass(["mod-settings","mod-sidebar-layout"],!0),a.empty(),a.addClass("vertical-tabs-container"),this.mobileTitleEl=r.querySelector(".modal-title"),_.Platform.isMobile&&(this.activeTabId=""),this.sidebarEl=a.createDiv({cls:"vertical-tab-header"}),this.modalContentEl=a.createDiv({cls:"vertical-tab-content-container"}),this.plugin.verificationWorker.verify().then(i=>{this.isProVerified=i,this.renderSidebar(),this.initializeView()})}initializeView(){_.Platform.isMobile?this.initialTabId?this.openTab(this.initialTabId):this.updateMobileView():(this.activeTabId=this.initialTabId||"profile",this.renderSidebar(),this.renderContent())}onClose(){this.modalContentEl?.empty(),this.dirty&&(this.debouncedSave.cancel(),this.plugin.saveSettings(),this.dirty=!1),this.plugin.getDashboardStore().bumpSettingsVersion()}renderSidebar(){this.sidebarEl.empty();const a=this.tabs.filter(r=>!r.proOnly||this.isProVerified);this.categories.forEach(r=>{const i=a.filter(c=>c.category===r.id);if(i.length===0)return;const o=this.sidebarEl.createDiv({cls:"vertical-tab-header-group"});o.createDiv({cls:"vertical-tab-header-group-title",text:r.name});const l=o.createDiv({cls:"vertical-tab-header-group-items"});i.forEach(c=>{const u=l.createDiv({cls:`vertical-tab-nav-item tappable ${this.activeTabId===c.id?"is-active":""}`});u.setAttribute("data-tab-id",c.id);const d=u.createDiv({cls:"vertical-tab-nav-item-icon"});_.setIcon(d,c.icon),u.createDiv({cls:"vertical-tab-nav-item-title",text:c.name});const h=u.createDiv({cls:"vertical-tab-nav-item-chevron"});_.setIcon(h,"chevron-right"),u.addEventListener("click",()=>{this.openTab(c.id)})})})}openTab(a){this.activeTabId=a,this.sidebarEl.querySelectorAll(".vertical-tab-nav-item").forEach(i=>{i.getAttribute("data-tab-id")===a?i.addClass("is-active"):i.removeClass("is-active")}),this.renderContent(),_.Platform.isMobile&&this.updateMobileView()}goBackToNavigation(){this.activeTabId="",this.sidebarEl.querySelectorAll(".vertical-tab-nav-item").forEach(r=>{r.removeClass("is-active")}),this.modalContentEl.empty(),this.updateMobileView()}updateMobileView(){if(!_.Platform.isMobile)return;const a=this.activeTabId!=="";if(this.sidebarEl.toggleClass("is-mobile-hidden",a),this.modalContentEl.toggleClass("is-mobile-hidden",!a),this.mobileTitleEl)if(this.mobileTitleEl.empty(),a){const r=this.mobileTitleEl.createDiv({cls:"clickable-icon modal-setting-back-button mod-raised"});_.setIcon(r,"arrow-left"),r.addEventListener("click",()=>{this.goBackToNavigation()});const i=this.tabs.find(o=>o.id===this.activeTabId);this.mobileTitleEl.createSpan({text:i?.name||"设置"})}else this.mobileTitleEl.createSpan({text:"PaperBell"})}renderContent(){this.modalContentEl.empty();const a=this.tabs.find(d=>d.id===this.activeTabId);if(!a)return;const r=this.modalContentEl.createDiv({cls:"vertical-tab-content"}),i=r.createDiv({cls:"vertical-tab-content-header"}),o=i.createEl("h2",{cls:"vertical-tab-content-header-title"}),l=o.createSpan({cls:"vertical-tab-content-header-icon"});_.setIcon(l,a.icon),o.createSpan({text:a.name});const c=this.getTabDescription(a.id);c&&i.createEl("p",{cls:"vertical-tab-content-header-desc",text:c});const u=r.createDiv({cls:"vertical-tab-content-body"});this.renderTabContent(a.id,u)}getTabDescription(a){return{profile:"配置您在仪表板中显示的个人信息",license:"管理 PaperBell 许可证激活状态",theme:"自定义界面主题颜色",components:"配置各仪表板组件的数据来源",updater:"管理 PaperBell 仓库更新",institution:"配置机构笔记的自动生成","ai-skills":"管理 AI 技能,配置内置技能与技能市场","agent-auto-exec":"配置文件变更时自动触发 AI Agent 执行任务",about:"关于 PaperBell 插件"}[a]||""}renderTabContent(a,r){switch(a){case"profile":_w(this,r);break;case"license":Tu(this,r);break;case"theme":jm(this,r);break;case"components":Fw(this,r);break;case"updater":oa(this,r);break;case"institution":Bw(this,r);break;case"ai-skills":Ys(this,r);break;case"agent-auto-exec":Js(this,r);break;case"about":Uw(this,r);break;default:r.createEl("p",{text:"此设置页面正在开发中..."})}}}const ua={primary:"#648EC0",secondary:"#B0D2EC",muted:"#B5ACA3","muted-foreground":"#849DBB",foreground:"#533A33",background:"#ffffff","ticket-bg-start":"#FFF4E6","ticket-bg-end":"#FFE7CC","ticket-border":"#fed7aa","ticket-accent":"#FFB86A","ticket-text":"#92400e","ticket-text-muted":"#9ca3af"},pa={primary:"#8b5cf6",secondary:"#3730a3",muted:"#262640","muted-foreground":"#94a3b8",foreground:"#e2e8f0",background:"#0f0f23","ticket-bg-start":"#262640","ticket-bg-end":"#1a1a35","ticket-border":"#374151","ticket-accent":"#8b5cf6","ticket-text":"#e2e8f0","ticket-text-muted":"#94a3b8"},ca={registrationId:"",oauthLoginState:void 0,oauthLoginStateCreatedAt:void 0,noteLocation:"Locations/Institutes",institutionNoteTemplate:"",autoGenerateInstitutionNotes:!1,openInstitutionAfterCreation:!1,listenToFileCreatedInPath:"Persons/Scholars",enableUpdater:!1,landing:la,componentDataSources:mr,dataServiceConfig:bi,updater:{repository:"PaperBell-Org/Obsidian-PaperBell",excludePatterns:["**/*.js"],autoUpdate:!1,minAppVersion:"0.0.0",customReplacements:{},updateScope:{regularFiles:!0,obsidianCore:!0,plugins:!0,themes:!0,snippets:!0,pluginData:!1},obsidianConflictHandling:{settings:"prompt",themes:"prompt",snippets:"prompt",plugins:"prompt"}},userProfile:{name:"用户",title:"研究者",email:"user@example.com",institution:"研究机构",avatar:"https://avatars.githubusercontent.com/u/45836839?v=4"},componentSettings:{academicOverview:{showCitations:!0,showTrends:!0,trendDays:30},todayFocus:{maxItems:5,showProgress:!0,showDeadlines:!0},recentLiterature:{maxPapers:10,showAbstract:!1,showKeywords:!0,sortBy:"date"},researchFocus:{showLabels:!0,maxTopics:20,colorScheme:"default"},projectManager:{defaultView:"grid",showArchived:!1,taskFilters:!0},bookShelf:{viewMode:"covers",sortBy:"recent",showProgress:!0},todoManager:{showCompleted:!1,maxDays:7,priorities:!0},readingAnalytics:{chartType:"line",timeRange:"week",showGoals:!0}},themeColors:{light:{...ua},dark:{...pa}},themeModePreference:"system",darkMode:!1,pomodoroSettings:{workDuration:25,shortBreakDuration:5,longBreakDuration:15,longBreakInterval:4,enableNotifications:!0,enableStatusBar:!0,autoStartBreaks:!1,autoStartWork:!1},baseContainerPaths:{projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null},aiSkills:ju,agentAutoExec:$m};class u0 extends _.PluginSettingTab{constructor(a,r){super(a,r),this.icon="graduation-cap",this.plugin=r}display(){const{containerEl:a}=this;a.empty(),a.addClass("paperbell-settings-entry");const r=a.createDiv({cls:"settings-entry-header"}),i=r.createDiv({cls:"settings-entry-title-container"}),o=i.createSpan({cls:"settings-entry-logo"});_.setIcon(o,"graduation-cap");const l=i.createDiv({cls:"settings-entry-title-text"});l.createEl("h2",{text:"PaperBell Pro"}),l.createEl("span",{cls:"settings-entry-version",text:`v${this.plugin.manifest.version}`}),r.createDiv({cls:"settings-entry-desc"}).createEl("p",{text:"专业的学术写作工作流增强插件,提供文献管理、项目跟踪、研究焦点可视化等功能。"}),new _.Setting(a).setName("打开设置").setDesc("在专用设置窗口中配置所有 PaperBell 功能").addButton(v=>{v.setButtonText("打开设置").setCta().onClick(()=>{new Fu(this.app,this.plugin).open()})});const u=a.createDiv({cls:"settings-entry-links"});u.createEl("h3",{text:"快速链接"});const d=u.createDiv({cls:"settings-entry-links-grid"});[{icon:"book",text:"文档",url:"https://paperbell.cn"},{icon:"github",text:"GitHub",url:"https://github.com/PaperBell-Org/Obsidian-PaperBell"},{icon:"heart",text:"支持",url:"https://paperbell.cn"},{icon:"mail",text:"联系",url:"mailto:support@paperbell.cn"}].forEach(v=>{const y=d.createEl("a",{cls:"settings-entry-link",href:v.url});y.setAttr("target","_blank");const w=y.createSpan({cls:"settings-entry-link-icon"});_.setIcon(w,v.icon),y.createSpan({text:v.text})});const m=a.createDiv({cls:"settings-entry-features"});m.createEl("h3",{text:"功能特色"});const b=[{icon:"book-open",title:"文献笔记",desc:"快速文献笔记创建",tabId:"components"},{icon:"target",title:"研究焦点",desc:"可视化研究领域和热点追踪",tabId:"components"},{icon:"folder-kanban",title:"协助项目管理",desc:"多视图项目进度跟踪",tabId:"components"},{icon:"download",title:"自动更新",desc:"一键同步最新模板与组件",tabId:"updater"},{icon:"book",title:"Focus Map",desc:"专注内容统计与可视化",tabId:"heatmap"},{icon:"palette",title:"主题定制",desc:"自定义界面颜色主题",tabId:"theme"}],k=m.createDiv({cls:"settings-entry-features-grid"});b.forEach(v=>{const y=k.createDiv({cls:"settings-entry-feature"});v.tabId&&(y.addClass("is-clickable"),y.addEventListener("click",()=>{this.plugin.openSettings(v.tabId)}));const w=y.createDiv({cls:"settings-entry-feature-icon"});_.setIcon(w,v.icon);const D=y.createDiv({cls:"settings-entry-feature-text"});D.createEl("strong",{text:v.title}),D.createEl("span",{text:v.desc})})}openTab(a){const r=new Fu(this.app,this.plugin);r.open(),r.openTab(a)}}const qm=`(function(){"use strict";self.addEventListener("message",a=>{Promise.resolve().then(async()=>{try{const o=a.data;let t=!1;const r=o;if(r.type==="verify"){if(!r.activationCode){postMessage({messageSource:"verify",$error:"Access denied: No activation code provided"});return}try{const s=await fetch("https://paperbell.cn/api/verify",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({activation_code:r.activationCode,device_id:r.deviceId,device_info:navigator.userAgent})});if(s.ok){const e=await s.json();if(e.valid&&e.data){const i=e.data;if(!i.is_active){postMessage({messageSource:"verify",$error:"Access denied: License is not active"});return}if(i.expires_at){const c=new Date(i.expires_at);if(new Date>c){postMessage({messageSource:"verify",$error:"Access denied: License has expired"});return}}t=!0,postMessage({messageSource:"verify",type:"success",verified:t,licenseData:i})}else postMessage({messageSource:"verify",$error:"Access denied: "+(e.error||"Invalid activation code")})}else{const e=await s.json().catch(()=>({}));postMessage({messageSource:"verify",$error:"Access denied: "+(e.error||"Verification failed")})}}catch(s){console.error("Verification error:",s),postMessage({messageSource:"verify",$error:"Access denied: Network error during verification"})}return}postMessage({messageSource:"verify",$error:"Unsupported import method."})}catch(o){postMessage({messageSource:"verify",$error:o.message||"Unknown error in worker"})}})})})(); -`,ig=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",qm],{type:"text/javascript;charset=utf-8"});function p0(f){let a;try{if(a=ig&&(self.URL||self.webkitURL).createObjectURL(ig),!a)throw"";const r=new Worker(a,{name:f?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(a)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(qm),{name:f?.name})}}function d0(){let f,a;const i=new Promise((o,l)=>{f=o,a=l});return i.resolve=f,i.reject=a,i}var $s=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Hu(f){return f&&f.__esModule&&Object.prototype.hasOwnProperty.call(f,"default")?f.default:f}var Ec={},Cc={},sg;function f0(){if(sg)return Cc;sg=1;class f{constructor(r){this._elements=Array.isArray(r)?r:[],this._offset=0}enqueue(r){return this._elements.push(r),this}push(r){return this.enqueue(r)}dequeue(){if(this.size()===0)return null;const r=this.front();return this._offset+=1,this._offset*20?this._elements[this._offset]:null}back(){return this.size()>0?this._elements[this._elements.length-1]:null}size(){return this._elements.length-this._offset}isEmpty(){return this.size()===0}contains(r){for(let i=this._offset;im0),this.queue=new g0.Queue,this.outstanding=new Map,this.app=a,this.activationCode=i,this.deviceId=this.generateDeviceId(),this.verified=!1,this.licenseData=null,this.plugin=r}generateDeviceId(){const a=localStorage.getItem("paperbell-device-id")||sessionStorage.getItem("paperbell-device-id");if(a)return localStorage.setItem("paperbell-device-id",a),sessionStorage.setItem("paperbell-device-id",a),a;const r=navigator.userAgent,i=navigator.platform,o=navigator.language,l=Intl.DateTimeFormat().resolvedOptions().timeZone,c=`${screen.width}x${screen.height}`;let u="";navigator.hardwareConcurrency&&(u=navigator.hardwareConcurrency.toString());const d=[r,i,o,l,c,u].join("|");let h=0;for(let b=0;bthis.throttle().workers)this.workers.delete(a.id),lg(a);else{const l=Date.now(),c=Math.max(.1,this.throttle().utilization)-1,u=(l-o)*c;a.active=void 0,u<=1e-10?(a.availableAt=l,this.schedule()):(a.availableAt=l+u,setTimeout(this.schedule.bind(this),u))}}availableWorker(){const a=Date.now();for(let r of this.workers.values())if(!r.active&&r.availableAt<=a)return r;if(this.workers.sizeawait this.handleWorkerMessage(a,r.data),a}onunload(){for(let a of this.workers.values())lg(a);for(;!this.queue.isEmpty();){const[a]=this.queue.pop();a.reject("Terminated")}this.shutdown=!0}async verify(){try{const a=this.availableWorker();if(!a)throw new Error("No available workers in pool");let r=d0();return a.active=[r,Date.now()],a.worker.postMessage({type:"verify",activationCode:this.activationCode,deviceId:this.deviceId}),(await r).verified}catch{return!1}}async handleWorkerMessage(a,r){if(r.messageSource==="verify"){if(r.$error){this.verified=!1,this.licenseData=null,this.finish(a,r);return}a.active&&(this.verified=r.verified,this.licenseData=r.licenseData||null,this.verified&&this.licenseData&&(this.isLicenseValid()||(this.verified=!1,this.licenseData=null,r.$error="License has expired or is invalid")),this.finish(a,r));return}this.verified=!1,this.licenseData=null,this.finish(a,r)}isLicenseValid(){if(!this.licenseData||!this.licenseData.is_active)return!1;if(this.licenseData.expires_at){const a=new Date(this.licenseData.expires_at);if(new Date>a)return!1}return!(this.licenseData.token_type&&this.licenseData.token_type!=="activation_code")}async reloadActivationCode(){this.verified=!1,this.licenseData=null,this.activationCode=this.plugin.settings.registrationId}updateActivationCode(a){this.activationCode=a,this.verified=!1,this.licenseData=null}getDeviceId(){return this.deviceId}getLicenseData(){return this.licenseData}isLicenseExpiringSoon(){if(!this.licenseData||!this.licenseData.expires_at)return!1;const a=new Date(this.licenseData.expires_at),r=new Date,i=new Date(r.getTime()+10080*60*1e3);return a<=i&&a>r}}function lg(f){f.worker.terminate(),f.active&&f.active[0].reject("Terminated"),f.active=void 0}class Bs extends _.Modal{constructor(a,r,i){super(a),this.plugin=r,this.institutionName=i}async onOpen(){this.titleEl.setText("Institution Search"),this.contentEl.createEl("p",{text:"Please enter the institution name to search."});const a=this.contentEl.createDiv("search-container");this.inputEl=a.createEl("input",{type:"text",placeholder:"Institution name",cls:"institution-search-input"}),this.inputEl.addEventListener("keydown",async r=>{if(r.key==="Enter"){if(!await this.plugin.verificationWorker.verify()){new _.Notice("You are not authorized to use this feature. Please check your registration ID.");return}await this.searchInstitution(this.inputEl.value)}}),new _.Setting(a).addButton(r=>r.setButtonText("Search").onClick(async()=>{if(!await this.plugin.verificationWorker.verify()){new _.Notice("You are not authorized to use this feature. Please check your registration ID.");return}await this.searchInstitution(this.inputEl.value)})),this.resultContainer=this.contentEl.createDiv("search-results"),this.confirmButton=new _.Setting(this.contentEl).addButton(r=>r.setButtonText("Create Institution Note").setDisabled(!0).onClick(async()=>{await this.plugin.createInstitutionNote({abbr:this.institution.acronyms?.[0]||"",aliases:[...this.institution.aliases||[],...this.institution.labels?.map(i=>i.label)||[]],website:this.institution.links?.[0]||"",location:[this.institution.addresses?.[0]?.lat||0,this.institution.addresses?.[0]?.lng||0],logo:this.institution.logos?.[0]?.url||"",name:this.institution.labels?.[0]?.label||this.institution.name||"",tags:["university"]}),this.close()})),this.confirmButton.settingEl.hide(),this.institutionName&&(this.inputEl.value=this.institutionName,await this.plugin.verificationWorker.verify()&&this.searchInstitution(this.institutionName))}async searchInstitution(a){try{const r=await this.plugin.proxyService.proxyRequest({url:`https://api.ror.org/v1/organizations?query=${encodeURIComponent(`${a}`)}`,method:"GET"});if(!r.success){console.error("Error searching institution:",r.error);return}const i=r.data;if(i.items&&i.items.length>0){this.institution=i.items[0];const o=this.institution.labels?.[0]?.label||this.institution.name;o&&(this.institutionName=o),await this.displayResults()}}catch(r){console.error("Error searching institution:",r)}}async displayResults(){this.resultContainer.empty();const a=`| Field | Value | +`),n+=`views: +`,n+=` - type: ${t} +`,n+=` name: "${t.charAt(0).toUpperCase()+t.slice(1)}" +`,n+=` order: +`,n+=` - file.name +`,n+=` - status +`,n+=` - tags +`,n}onClose(){const{contentEl:e}=this;e.empty()}}const Vi=[{id:"academic",name:"学术组件"},{id:"project",name:"项目组件"},{id:"personal",name:"个人组件"}],Hi={projectBaseManager:"projects",papersManager:"papers",experimentsManager:"experiments",tasksManager:"tasks",resourcesManager:"resources",bookShelf:"books"},qi=["academicOverview","todayFocus"],Zi=["recentLiterature","researchFocusMap"],Gi=[{key:"academicOverview",name:"学术概览",desc:"展示学术研究的整体概况和统计信息",category:"academic"},{key:"todayFocus",name:"今日聚焦",desc:"显示今天需要关注的重要任务和事项",category:"academic"},{key:"recentLiterature",name:"最近文献",desc:"自动展示最新文献(数据来源于文献设置中的文件夹路径)",category:"academic"},{key:"researchFocusMap",name:"研究焦点地图",desc:"展示研究领域和关注重点(数据来源于追踪标签配置)",category:"academic"},{key:"projectBaseManager",name:"项目管理(默认配置)",desc:"其他项目组件未配置时的后备数据源,优先级低于具体组件配置",category:"project"},{key:"papersManager",name:"研究论文",desc:"管理论文写作、审核状态和发表进度",category:"project"},{key:"experimentsManager",name:"实验数据",desc:"管理实验设计、数据收集和结果分析",category:"project"},{key:"tasksManager",name:"科研课题",desc:"管理课题、任务分解和进度跟踪",category:"project"},{key:"resourcesManager",name:"学术资源",desc:"管理文献、工具、数据集和参考资料",category:"project"},{key:"bookShelf",name:"书架",desc:"展示个人图书收藏和阅读进度",category:"personal"}];let Qt="academic";function Yi(u,e){const{plugin:t}=u,s=e.createDiv({cls:"ppb-component-tabs"}),n=e.createDiv({cls:"ppb-component-tab-content"});Vi.forEach(r=>{const a=s.createEl("button",{text:r.name,cls:"ppb-component-tab-btn"});r.id===Qt&&a.addClass("is-active"),a.addEventListener("click",()=>{Qt=r.id,s.querySelectorAll(".ppb-component-tab-btn").forEach(o=>{o.removeClass("is-active")}),a.addClass("is-active"),ke(u,n,r.id)})}),ke(u,n,Qt);const i=e.createDiv({cls:"ppb-component-footer"});new w.Setting(i).setName("重置所有组件配置").setDesc("将所有组件的数据源配置重置为默认值").addButton(r=>{r.setButtonText("重置为默认").setWarning().onClick(async()=>{t.settings.componentDataSources={...Dt},u.saveSettings(),ke(u,n,Qt),new w.Notice("已重置所有组件配置为默认值")})})}function ke(u,e,t){e.empty(),Gi.filter(n=>n.category===t).forEach(n=>{Ki(u,e,n.key,n.name,n.desc)})}function Ki(u,e,t,s,n){const{plugin:i}=u;if(!bi(i,t))return;const a=e.createDiv({cls:"ppb-component-section"});$t(u,a,t,s,n)}function $t(u,e,t,s,n){e.empty();const{plugin:i}=u,r=bi(i,t);if(!r)return;const a=e.createDiv({cls:"ppb-component-header"});a.createEl("h4",{text:r.displayName||s}),a.createEl("p",{text:r.description||n,cls:"ppb-component-desc"});const o=e.createDiv({cls:"ppb-component-settings"});new w.Setting(o).setName("基本信息").setHeading(),new w.Setting(o).setName("显示名称").setDesc("设置该组件在界面显示的标题").addText(l=>l.setPlaceholder(s).setValue(r.displayName||s).onChange(async d=>{vt(u,t,{displayName:d})})),new w.Setting(o).setName("描述").setDesc("设置该组件在界面显示的说明文字").addText(l=>l.setPlaceholder(n).setValue(r.description||n).onChange(async d=>{vt(u,t,{description:d})}));const c=Hi[t];c?Xi(u,o,t,c,e,s,n):qi.includes(t)?(new w.Setting(o).setName("数据源").setHeading(),new w.Setting(o).setName("自动获取").setDesc(t==="academicOverview"?"数据由插件自动从 Vault 中统计(写作字数、文献数量、笔记数量等)":"数据由插件自动从 Vault 中分析(今日阅读时长、写作字数、文献笔记等)")):Zi.includes(t)?t==="recentLiterature"&&Ji(u,o):(new w.Setting(o).setName("数据源配置").setHeading(),Qi(u,o,t,r)),tr(u,o,t,r,e,s,n),new w.Setting(o).addButton(l=>l.setButtonText("重置此组件").onClick(async()=>{const d=Dt[t];d&&(i.settings.componentDataSources||(i.settings.componentDataSources={...Dt}),i.settings.componentDataSources[t]={...d},u.saveSettings(),$t(u,e,t,s,n),new w.Notice(`已重置 ${s} 配置`))}))}function Xi(u,e,t,s,n,i,r){const{plugin:a}=u,o=a.settings.baseContainerPaths?.[s]||null;if(new w.Setting(e).setName("Base 数据源").setHeading(),o){const c=a.app.vault.getFileByPath(o),l=new w.Setting(e).setName("当前 Base 文件").setDesc(o);if(l.addButton(d=>d.setIcon("edit").setTooltip("编辑 Base 文件").onClick(async()=>{c?(await a.app.workspace.getLeaf(!1).openFile(c),new w.Notice(`已打开: ${o}`)):new w.Notice(`文件不存在: ${o}`)})),l.addButton(d=>d.setIcon("settings").setTooltip("更换 Base").onClick(()=>{new ks(a.app,a,s,async f=>{a.settings.baseContainerPaths||(a.settings.baseContainerPaths={projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null}),a.settings.baseContainerPaths[s]=f,await a.saveSettings(),$t(u,n,t,i,r),new w.Notice(`已更换 Base: ${f}`)}).open()})),l.addButton(d=>d.setIcon("x").setTooltip("清除 Base 配置").setWarning().onClick(async()=>{a.settings.baseContainerPaths&&(a.settings.baseContainerPaths[s]=null,await a.saveSettings(),$t(u,n,t,i,r),new w.Notice("已清除 Base 配置"))})),!c){const d=e.createDiv({cls:"ppb-base-config-warning"});w.setIcon(d.createSpan(),"alert-triangle"),d.createSpan({text:" Base 文件不存在,请重新配置"})}}else new w.Setting(e).setName("未配置 Base").setDesc("点击配置按钮选择或创建一个 .base 文件").addButton(c=>c.setButtonText("配置 Base").setCta().onClick(()=>{new ks(a.app,a,s,async l=>{a.settings.baseContainerPaths||(a.settings.baseContainerPaths={projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null}),a.settings.baseContainerPaths[s]=l,await a.saveSettings(),$t(u,n,t,i,r),new w.Notice(`已配置 Base: ${l}`)}).open()}))}function Ji(u,e,t,s,n){const{plugin:i}=u,r=i.settings.componentDataSources?.recentLiterature||{},a=r.literatureFolderPath||"Inputs/Zotero",o=r.literatureDisplaySettings||{titleWrap:!0,authorWrap:!0,keywordsWrap:!0,tagsWrap:!0};new w.Setting(e).setName("数据源").setHeading();let c=null;new w.Setting(e).setName("文献文件夹路径").setDesc("文献笔记所在的文件夹,用于生成 Base 视图查询").addText(l=>{c=l,l.setPlaceholder("例如: Inputs/Zotero").setValue(a).onChange(async d=>{vt(u,"recentLiterature",{literatureFolderPath:d})})}).addButton(l=>l.setIcon("folder").setTooltip("浏览文件夹").onClick(()=>{new Ls(i.app,f=>{vt(u,"recentLiterature",{literatureFolderPath:f.path}),c&&c.setValue(f.path),new w.Notice(`已配置文献文件夹: ${f.path}`)}).open()})),new w.Setting(e).setName("文献显示设置").setHeading(),new w.Setting(e).setName("标题自动换行").setDesc("允许长标题在列表中自动换行显示,避免截断").addToggle(l=>{l.setValue(o.titleWrap??!0).onChange(d=>{vt(u,"recentLiterature",{literatureDisplaySettings:{...o,titleWrap:d}})})}),new w.Setting(e).setName("作者自动换行").setDesc("允许作者列表自动换行显示").addToggle(l=>{l.setValue(o.authorWrap??!0).onChange(d=>{vt(u,"recentLiterature",{literatureDisplaySettings:{...o,authorWrap:d}})})}),new w.Setting(e).setName("关键词自动换行").setDesc("允许关键词列表自动换行显示").addToggle(l=>{l.setValue(o.keywordsWrap??!0).onChange(d=>{vt(u,"recentLiterature",{literatureDisplaySettings:{...o,keywordsWrap:d}})})}),new w.Setting(e).setName("标签自动换行").setDesc("允许标签列表自动换行显示").addToggle(l=>{l.setValue(o.tagsWrap??!0).onChange(d=>{vt(u,"recentLiterature",{literatureDisplaySettings:{...o,tagsWrap:d}})})})}function Qi(u,e,t,s,n,i,r){const{plugin:a}=u;let o=null;new w.Setting(e).setName("文件夹路径").setDesc("指定组件读取数据的源文件夹").addText(c=>{o=c,c.setPlaceholder("例如: Projects/Research").setValue(s.folderPath||"").onChange(async l=>{vt(u,t,{folderPath:l})})}).addButton(c=>c.setIcon("folder").setTooltip("浏览文件夹").onClick(()=>{new Ls(a.app,d=>{vt(u,t,{folderPath:d.path,type:"folder",recursive:!0}),o&&o.setValue(d.path),new w.Notice(`已配置文件夹数据源: ${d.path}`)}).open()})),new w.Setting(e).setName("递归搜索").setDesc("开启后将包含子文件夹中的文件").addToggle(c=>c.setValue(s.recursive??!0).onChange(async l=>{vt(u,t,{recursive:l})})),new w.Setting(e).setName("文件扩展名过滤").setDesc("仅包含指定扩展名的文件(如 md, canvas)").addText(c=>c.setPlaceholder("md").setValue(s.fileFilter?.extensions?.join(", ")||"").onChange(async l=>{const d=l.split(",").map(f=>f.trim()).filter(Boolean);vt(u,t,{fileFilter:{...s.fileFilter,extensions:d}})}))}function tr(u,e,t,s,n,i,r){if(t==="researchFocusMap"){new w.Setting(e).setName("追踪标签设置").setHeading();const a=e.createDiv({cls:"ppb-tags-container"}),o=s.trackingTags||[];if(o.length>0){const l=a.createDiv({cls:"ppb-tags-list"});o.forEach(d=>{const f=l.createDiv({cls:"ppb-tag-item"});f.createSpan({text:`#${d}`}),f.createEl("button",{cls:"clickable-icon ppb-tag-remove"},g=>{w.setIcon(g,"cross")}).addEventListener("click",()=>{const g=o.filter(p=>p!==d);vt(u,t,{trackingTags:g}),$t(u,n,t,i,r)})})}else a.createEl("p",{text:"暂无标签,请添加要追踪的标签",cls:"ppb-tags-empty"});let c="";new w.Setting(e).setName("添加标签").setDesc("输入标签名称(不需要 #)").addText(l=>l.setPlaceholder("如: research").onChange(d=>{c=d})).addButton(l=>l.setButtonText("添加").onClick(()=>{const d=c.trim().replace(/^#/,"");d&&!o.includes(d)&&(vt(u,t,{trackingTags:[...o,d]}),$t(u,n,t,i,r))})),new w.Setting(e).setName("网格设置").setHeading(),new w.Setting(e).setName("网格大小").setDesc("调整研究焦点地图中格子的显示尺寸").addSlider(l=>{l.setLimits(20,100,5).setValue(s.gridSize??50).setDynamicTooltip().onChange(d=>{vt(u,t,{gridSize:d})})}),new w.Setting(e).setName("圆角半径").setDesc("调整研究焦点地图中格子的圆角弧度").addSlider(l=>{l.setLimits(0,20,1).setValue(s.borderRadius??4).setDynamicTooltip().onChange(d=>{vt(u,t,{borderRadius:d})})})}}function bi(u,e){return u.settings.componentDataSources||(u.settings.componentDataSources={...Dt}),u.settings.componentDataSources[e]||Dt[e]||null}function vt(u,e,t){const{plugin:s}=u;s.settings.componentDataSources||(s.settings.componentDataSources={...Dt});const n=s.settings.componentDataSources[e]||Dt[e];s.settings.componentDataSources[e]={...n,...t},u.saveSettings(),s.getDashboardStore().bumpSettingsVersion()}function At(u,e){const{plugin:t}=u;t.verificationWorker.verify().then(s=>{if(!s){const n=e.createDiv({cls:"paperbell-updater-warning"});n.createEl("p",{text:"⚠️ 此功能需要激活许可证"}),n.createEl("p",{text:"请先在「许可证」页面激活您的 PaperBell Pro 许可证。"}),new w.Setting(n).addButton(i=>{i.setButtonText("前往激活").onClick(()=>{u.openTab("license")})});return}er(u,e)})}function er(u,e){const{plugin:t}=u;if(new w.Setting(e).setName("启用 PaperBell 仓库更新程序").setDesc("启用手动检查和更新 PaperBell 仓库的功能").addToggle(o=>{o.setValue(t.settings.enableUpdater).onChange(async c=>{t.settings.enableUpdater=c,u.saveSettings(),e.empty(),At(u,e)})}),!t.settings.enableUpdater)return;new w.Setting(e).setName("当前 PaperBell 仓库版本").setDesc("显示当前安装的 PaperBell 仓库版本号").addButton(o=>{o.setButtonText(t.updater?.lastUpdateInfo?.latestVersion||"0.0.0"),o.setDisabled(!0)}),new w.Setting(e).setName("更新范围设置").setHeading(),Et(t);const s=t.settings.updater.updateScope||{};new w.Setting(e).setName("更新常规文件").setDesc("更新 .md、图片等常规内容文件").addToggle(o=>{o.setValue(s.regularFiles!==!1).onChange(async c=>{Et(t),t.settings.updater.updateScope={...t.settings.updater.updateScope,regularFiles:c},u.saveSettings()})}),new w.Setting(e).setName("更新 Obsidian 核心配置").setDesc("更新 .obsidian 下的配置文件 (app.json 等)").addToggle(o=>{o.setValue(s.obsidianCore!==!1).onChange(async c=>{Et(t),t.settings.updater.updateScope={...t.settings.updater.updateScope,obsidianCore:c},u.saveSettings()})}),new w.Setting(e).setName("更新插件程序").setDesc("更新 .obsidian/plugins 下的插件文件").addToggle(o=>{o.setValue(s.plugins!==!1).onChange(async c=>{Et(t),t.settings.updater.updateScope={...t.settings.updater.updateScope,plugins:c},u.saveSettings()})}),new w.Setting(e).setName("更新外观主题").setDesc("更新 .obsidian/themes 下的主题文件").addToggle(o=>{o.setValue(s.themes!==!1).onChange(async c=>{Et(t),t.settings.updater.updateScope={...t.settings.updater.updateScope,themes:c},u.saveSettings()})}),new w.Setting(e).setName("更新 CSS 片段").setDesc("更新 .obsidian/snippets 下的样式文件").addToggle(o=>{o.setValue(s.snippets!==!1).onChange(async c=>{Et(t),t.settings.updater.updateScope={...t.settings.updater.updateScope,snippets:c},u.saveSettings()})}),new w.Setting(e).setName("重置插件配置 (data.json)").setDesc("⚠️ 警告:开启后将覆盖插件的本地配置(包括本插件)").addToggle(o=>{o.setValue(s.pluginData===!0).onChange(async c=>{Et(t),t.settings.updater.updateScope={...t.settings.updater.updateScope,pluginData:c},u.saveSettings()})}),new w.Setting(e).setName("Obsidian 冲突处理").setHeading();const n=[{value:"prompt",label:"提示冲突"},{value:"skip",label:"跳过冲突"},{value:"ignore",label:"忽略冲突"},{value:"no_merge",label:"不合并"}];new w.Setting(e).setName("设置冲突处理").setDesc("设置更新时配置文件发生冲突的处理策略").addDropdown(o=>{n.forEach(c=>o.addOption(c.value,c.label)),o.setValue(t.settings.updater?.obsidianConflictHandling?.settings||"prompt").onChange(async c=>{Et(t),t.settings.updater.obsidianConflictHandling.settings=c,u.saveSettings()})}),new w.Setting(e).setName("主题冲突处理").setDesc("设置更新时主题文件发生冲突的处理策略").addDropdown(o=>{n.forEach(c=>o.addOption(c.value,c.label)),o.setValue(t.settings.updater?.obsidianConflictHandling?.themes||"prompt").onChange(async c=>{Et(t),t.settings.updater.obsidianConflictHandling.themes=c,u.saveSettings()})}),new w.Setting(e).setName("样式片段冲突处理").setDesc("设置更新时 CSS 片段发生冲突的处理策略").addDropdown(o=>{n.forEach(c=>o.addOption(c.value,c.label)),o.setValue(t.settings.updater?.obsidianConflictHandling?.snippets||"prompt").onChange(async c=>{Et(t),t.settings.updater.obsidianConflictHandling.snippets=c,u.saveSettings()})}),new w.Setting(e).setName("插件冲突处理").setDesc("设置更新时插件文件发生冲突的处理策略").addDropdown(o=>{n.forEach(c=>o.addOption(c.value,c.label)),o.setValue(t.settings.updater?.obsidianConflictHandling?.plugins||"prompt").onChange(async c=>{Et(t),t.settings.updater.obsidianConflictHandling.plugins=c,u.saveSettings()})}),new w.Setting(e).setName("排除模式").setDesc("配置不需要更新的文件路径匹配模式").addButton(o=>{o.setButtonText("添加").setIcon("plus").onClick(()=>{Et(t),t.settings.updater.excludePatterns=t.settings.updater.excludePatterns||[],t.settings.updater.excludePatterns.push(""),u.saveSettings(),e.empty(),At(u,e)})}),(t.settings.updater?.excludePatterns||[]).forEach((o,c)=>{new w.Setting(e).setName(`排除模式 ${c+1}`).addText(l=>{l.setPlaceholder("e.g. **/*.js").setValue(o).onChange(d=>{t.settings.updater?.excludePatterns&&(t.settings.updater.excludePatterns[c]=d,u.saveSettings())})}).addExtraButton(l=>{l.setIcon("trash").setTooltip("删除").onClick(()=>{t.settings.updater?.excludePatterns&&(t.settings.updater.excludePatterns.splice(c,1),u.saveSettings(),e.empty(),At(u,e))})})}),new w.Setting(e).setName("自定义替换").setDesc("配置更新前自动执行的文本替换规则,按顺序应用").setHeading().addButton(o=>{o.setButtonText("添加").setIcon("plus").onClick(()=>{Et(t),t.settings.updater.customReplacements=t.settings.updater.customReplacements||{};const c=`pattern-${Object.keys(t.settings.updater.customReplacements).length}`;t.settings.updater.customReplacements[c]="",u.saveSettings(),e.empty(),At(u,e)})});const r=t.settings.updater?.customReplacements||{},a=Object.keys(r);a.forEach((o,c)=>{const l=e.createDiv({cls:"paperbell-replacement-item"}),d=l.createDiv({cls:"paperbell-replacement-fields"});d.createEl("input",{type:"text",value:o,placeholder:"搜索模式"}).addEventListener("change",E=>{const x=o,C=E.target.value;if(x!==C&&t.settings.updater?.customReplacements){const T=t.settings.updater.customReplacements[x];delete t.settings.updater.customReplacements[x],t.settings.updater.customReplacements[C]=T,u.saveSettings()}}),d.createEl("input",{type:"text",value:r[o],placeholder:"替换文本"}).addEventListener("change",E=>{t.settings.updater?.customReplacements&&(t.settings.updater.customReplacements[o]=E.target.value,u.saveSettings())});const g=l.createDiv({cls:"paperbell-replacement-buttons"}),p=g.createEl("span",{cls:"clickable-icon",attr:{"aria-label":"上移"}});w.setIcon(p,"arrow-up"),c===0&&p.addClass("is-disabled"),p.addEventListener("click",()=>{if(c>0&&t.settings.updater?.customReplacements){const E={};a.forEach((x,C)=>{C===c-1?E[o]=r[o]:C===c?E[a[c-1]]=r[a[c-1]]:E[x]=r[x]}),t.settings.updater.customReplacements=E,u.saveSettings(),e.empty(),At(u,e)}});const y=g.createEl("span",{cls:"clickable-icon",attr:{"aria-label":"下移"}});w.setIcon(y,"arrow-down"),c===a.length-1&&y.addClass("is-disabled"),y.addEventListener("click",()=>{if(c{C===c?E[a[c+1]]=r[a[c+1]]:C===c+1?E[o]=r[o]:E[x]=r[x]}),t.settings.updater.customReplacements=E,u.saveSettings(),e.empty(),At(u,e)}});const v=g.createEl("span",{cls:"clickable-icon",attr:{"aria-label":"删除"}});w.setIcon(v,"trash"),v.addEventListener("click",()=>{t.settings.updater?.customReplacements&&(delete t.settings.updater.customReplacements[o],u.saveSettings(),e.empty(),At(u,e))})})}function Et(u){u.settings.updater||(u.settings.updater={repository:""}),u.settings.updater.obsidianConflictHandling||(u.settings.updater.obsidianConflictHandling={}),u.settings.updater.updateScope||(u.settings.updater.updateScope={regularFiles:!0,obsidianCore:!0,plugins:!0,themes:!0,snippets:!0,pluginData:!1})}function sr(u,e){const{plugin:t}=u;new w.Setting(e).setName("新机构笔记位置").setDesc("指定新创建机构笔记的存放目录").addText(s=>{s.setPlaceholder("输入位置").setValue(t.settings.noteLocation).onChange(async n=>{t.settings.noteLocation=n,u.saveSettings()})}),new w.Setting(e).setName("机构笔记模板").setDesc("选择创建机构笔记时使用的模板文件").addText(s=>{new nr(t.app,s.inputEl,n=>{t.settings.institutionNoteTemplate=n,u.saveSettings()}),s.setPlaceholder("输入模板").setValue(t.settings.institutionNoteTemplate).onChange(async n=>{t.settings.institutionNoteTemplate=n,u.saveSettings()})}),new w.Setting(e).setName("自动生成机构笔记").setDesc("导入数据时自动检测并创建缺失的机构笔记").addToggle(s=>{s.setValue(t.settings.autoGenerateInstitutionNotes).onChange(async n=>{t.settings.autoGenerateInstitutionNotes=n,u.saveSettings()})}),new w.Setting(e).setName("创建后打开机构笔记").setDesc("笔记创建完成后自动打开编辑窗口").addToggle(s=>{s.setValue(t.settings.openInstitutionAfterCreation).onChange(async n=>{t.settings.openInstitutionAfterCreation=n,u.saveSettings()})}),new w.Setting(e).setName("监听文件创建路径").setDesc("监控指定路径下的新文件以自动生成关联笔记").addText(s=>{s.setPlaceholder("输入位置").setValue(t.settings.listenToFileCreatedInPath).onChange(async n=>{t.settings.listenToFileCreatedInPath=n,u.saveSettings()})})}class nr extends w.AbstractInputSuggest{constructor(e,t,s){super(e,t),this.inputEl=t,this.onChange=s}getSuggestions(e){const t=this.app.vault.getMarkdownFiles();if(!e)return t;const s=w.prepareFuzzySearch(e.toLowerCase());return t.map(i=>{const r=i.path.slice(0,-3).toLowerCase(),a=s(r);return{file:i,result:a}}).filter(i=>i.result!==null).sort((i,r)=>r.result.score-i.result.score).map(i=>i.file)}renderSuggestion(e,t){t.setText(e.basename)}selectSuggestion(e,t){const s=e.path.slice(0,-3);this.setValue(s),this.onChange(s),this.close()}}function ir(u,e){const{plugin:t}=u;new w.Setting(e).setName("版本").setDesc(`PaperBell v${t.manifest.version}`),new w.Setting(e).setName("文档").setDesc("浏览插件的详细使用文档").addButton(s=>{s.setButtonText("打开文档").onClick(()=>{window.open("https://paperbell.cn")})}),new w.Setting(e).setName("GitHub").setDesc("访问 GitHub 仓库查看源码或提交问题").addButton(s=>{s.setButtonText("打开 GitHub").onClick(()=>{window.open("https://github.com/PaperBell-Org/Obsidian-PaperBell")})}),new w.Setting(e).setName("支持").setDesc("支持插件的持续开发").addButton(s=>{s.setButtonText("支持开发").onClick(()=>{window.open("https://paperbell.cn")})}),new w.Setting(e).setName("联系我们").setDesc("发送邮件联系开发团队").addButton(s=>{s.setButtonText("发送邮件").onClick(()=>{window.open("mailto:support@paperbell.cn")})}),new w.Setting(e).setName("引导向导").setDesc("重新启动欢迎引导和设置向导").addButton(s=>{s.setButtonText("重新开始引导").setIcon("graduation-cap").onClick(async()=>{t.settings.landing={...Ft},await t.saveSettings(),u.close(),t.app.workspace.getLeaf().setViewState({type:Ut})})})}const wi="ppb-builtin-";function rr(u){return Wt.find(e=>e.id===u.agentType)??Wt[0]}function xs(u,e,t){return t==="directory"?w.normalizePath(`${u}/${e}/SKILL.md`):w.normalizePath(`${u}/${e}.md`)}function yi(u,e){return w.normalizePath(`${u}/${e}`)}async function Ms(u,e){const t=e??Rs,s=u.vault.adapter,n=w.normalizePath(t.skillsDirectory),i=rr(t);await s.exists(n)||await s.mkdir(n);for(const r of qt){const a=t.builtinSkillStates[r.id]!==!1,o=xs(n,r.id,i.skillFormat);if(a){if(i.skillFormat==="directory"){const c=yi(n,r.id);await s.exists(c)||await s.mkdir(c)}await s.write(o,r.content)}else await ar(s,n,r.id,i.skillFormat)}i.skillFormat==="directory"&&await or(s,n)}async function ar(u,e,t,s){if(s==="directory"){const n=xs(e,t,"directory");await u.exists(n)&&await u.remove(n);const i=yi(e,t);await u.exists(i)&&await u.rmdir(i,!1)}else{const n=xs(e,t,"flat");await u.exists(n)&&await u.remove(n)}}async function or(u,e){for(const t of qt){const s=w.normalizePath(`${e}/${wi}${t.id}.md`);await u.exists(s)&&await u.remove(s)}}async function cr(u,e){const t=u.vault.adapter,s=w.normalizePath(e);if(await t.exists(s))for(const n of qt){const i=w.normalizePath(`${s}/${n.id}/SKILL.md`);await t.exists(i)&&await t.remove(i);const r=w.normalizePath(`${s}/${n.id}`);await t.exists(r)&&await t.rmdir(r,!1);const a=w.normalizePath(`${s}/${n.id}.md`);await t.exists(a)&&await t.remove(a);const o=w.normalizePath(`${s}/${wi}${n.id}.md`);await t.exists(o)&&await t.remove(o)}}class lr extends w.Modal{constructor(e,t,s){super(e),this.skillName=t,this.skillContent=s}onOpen(){const{contentEl:e,modalEl:t}=this;t.addClass("mod-narrow"),e.createEl("h2",{text:this.skillName});const s=e.createDiv({cls:"paperbell-skill-preview"});s.style.cssText="max-height: 60vh; overflow-y: auto; padding: 12px; background: var(--background-secondary); border-radius: 6px; font-size: 13px; line-height: 1.5; white-space: pre-wrap; font-family: var(--font-monospace);",s.setText(this.skillContent),new w.Setting(e).addButton(n=>n.setButtonText("关闭").onClick(()=>this.close()))}onClose(){this.contentEl.empty()}}function ue(u,e){const{plugin:t}=u;t.settings.aiSkills||(t.settings.aiSkills={...Rs});const s=t.settings.aiSkills;ur(u,e,s),dr(u,e,s),hr(u,e,s)}function ur(u,e,t){new w.Setting(e).setName("AI Agent").setHeading(),Wt.find(s=>s.id===t.agentType),new w.Setting(e).setName("当前 Agent").setDesc("选择你使用的 AI 编程工具,技能文件将安装到对应的目录中").addDropdown(s=>{for(const n of Wt)s.addOption(n.id,n.name);s.setValue(t.agentType).onChange(async n=>{const i=n,r=t.agentType;if(i===r)return;const a=Wt.find(d=>d.id===i),o=t.skillsDirectory,c=a.skillsDirectory;t.marketplaceSkills.some(d=>d.installed)&&o!==c&&await fr(u,o,c)&&await gr(u,t,o,c),await cr(u.plugin.app,o),t.agentType=i,t.skillsDirectory=c,u.saveSettings(),await Ms(u.plugin.app,t),e.empty(),ue(u,e)})}),new w.Setting(e).setName("技能文件目录").setDesc(t.skillsDirectory).setDisabled(!0)}function dr(u,e,t){if(new w.Setting(e).setName("内置技能").setHeading(),qt.length===0){e.createEl("p",{text:"暂无内置技能",cls:"setting-item-description"});return}for(const s of qt){const n=t.builtinSkillStates[s.id]!==!1;new w.Setting(e).setName(s.name).setDesc(s.description).addToggle(r=>r.setValue(n).onChange(async a=>{t.builtinSkillStates[s.id]=a,u.saveSettings(),await Ms(u.plugin.app,t)})).addExtraButton(r=>r.setIcon("eye").setTooltip("预览技能内容").onClick(()=>{new lr(u.plugin.app,s.name,s.content).open()}))}}function hr(u,e,t){new w.Setting(e).setName("技能市场").setHeading();const s=e.createDiv({cls:"paperbell-marketplace-placeholder"});s.style.cssText="padding: 24px; text-align: center; border: 1px dashed var(--background-modifier-border); border-radius: 8px; margin-bottom: 12px;";const n=s.createDiv();if(n.style.cssText="margin-bottom: 8px;",w.setIcon(n,"store"),n.style.cssText+="display: flex; justify-content: center; opacity: 0.5;",s.createEl("p",{text:"技能市场即将上线"}).style.cssText="font-weight: 600; margin-bottom: 4px; color: var(--text-normal);",s.createEl("p",{text:"届时您可以在此浏览和安装来自社区的第三方技能"}).style.cssText="font-size: 13px; color: var(--text-muted); margin: 0;",t.marketplaceSkills.length>0){new w.Setting(e).setName("已安装的技能").setHeading();for(const i of t.marketplaceSkills)pr(u,e,i,t)}}function pr(u,e,t,s){const n=t.installed?"已安装":"未安装",i=new w.Setting(e).setName(t.name).setDesc(t.description||n);i.addToggle(r=>r.setValue(t.enabled).setDisabled(!t.installed).onChange(a=>{t.enabled=a,u.saveSettings()})),t.installed&&i.addButton(r=>r.setButtonText("卸载").setWarning().onClick(async()=>{await Xs(u,t,s),e.empty(),ue(u,e)})),i.addExtraButton(r=>r.setIcon("trash").setTooltip("从列表中删除").onClick(async()=>{t.installed&&await Xs(u,t,s);const a=s.marketplaceSkills.indexOf(t);a>=0&&s.marketplaceSkills.splice(a,1),u.saveSettings(),e.empty(),ue(u,e)}))}async function Xs(u,e,t){const s=u.plugin.app.vault.adapter;try{const n=w.normalizePath(`${t.skillsDirectory}/${e.filename}`);await s.exists(n)&&await s.remove(n),e.installed=!1,e.enabled=!1,u.saveSettings(),new w.Notice(`技能已卸载: ${e.name}`)}catch(n){console.error("Failed to uninstall skill:",n),new w.Notice(`卸载失败: ${n instanceof Error?n.message:"未知错误"}`)}}function fr(u,e,t){return new Promise(s=>{const n=new w.Modal(u.plugin.app);n.titleEl.setText("迁移技能文件"),n.contentEl.createEl("p",{text:"切换 Agent 后技能目录将变更:"}),n.contentEl.createEl("p",{text:`${e} → ${t}`}).style.cssText="font-family: var(--font-monospace); font-size: 13px; padding: 8px; background: var(--background-secondary); border-radius: 4px;",n.contentEl.createEl("p",{text:"是否将已安装的技能文件迁移到新目录?"}),new w.Setting(n.contentEl).addButton(i=>i.setButtonText("迁移").setCta().onClick(()=>{n.close(),s(!0)})).addButton(i=>i.setButtonText("不迁移").onClick(()=>{n.close(),s(!1)})),n.onClose=()=>s(!1),n.open()})}async function gr(u,e,t,s){const n=u.plugin.app.vault.adapter,i=w.normalizePath(s);await n.exists(i)||await n.mkdir(i);let r=0;for(const a of e.marketplaceSkills){if(!a.installed)continue;const o=w.normalizePath(`${t}/${a.filename}`),c=w.normalizePath(`${s}/${a.filename}`);try{if(await n.exists(o)){const l=await n.read(o);await n.write(c,l),await n.remove(o),r++}}catch(l){console.error(`Failed to migrate skill ${a.name}:`,l)}}r>0&&new w.Notice(`已迁移 ${r} 个技能文件到 ${s}`)}function mr(){const u=window.require||globalThis.require||void 0;if(typeof u!="function")throw new Error("Node require() is not available in this environment");try{return u("node:child_process")}catch{return u("child_process")}}function vr(){const u=window.require||globalThis.require||void 0;if(typeof u!="function")throw new Error("Node require() is not available in this environment");try{return u("node:fs")}catch{return u("fs")}}function br(){const u=window.require||globalThis.require||void 0;if(typeof u!="function")throw new Error("Node require() is not available in this environment");try{return u("node:path")}catch{return u("path")}}function wr(){const u=window.require||globalThis.require||void 0;if(typeof u!="function")throw new Error("Node require() is not available in this environment");try{return u("node:os")}catch{return u("os")}}function Si(u){const t=wr().homedir();let s=u.replace(/^~/,t);return s=s.replace(/%([^%]+)%/g,(n,i)=>process.env[i]||""),s}function $s(u){try{const e=vr();return e.accessSync(u,e.constants.X_OK),!0}catch{return!1}}function Js(u){const e=mr(),s=process.platform==="win32"?"where":"which";try{const i=e.execSync(`${s} ${u}`,{encoding:"utf-8",timeout:5e3,stdio:["ignore","pipe","ignore"]}).trim().split(` +`)[0]?.trim();return i&&$s(i)?i:null}catch{return null}}function yr(u){const e=process.platform,t=u.commonPaths[e]||[],s=e==="win32"?u.windowsBinaryName:u.binaryName,n=br();for(const i of t){const r=Si(i),a=n.join(r,s);if($s(a))return a}return null}function Cs(u,e){const t=pe.find(a=>a.agentType===u);if(!t)return{found:!1,path:"",error:`Unknown agent type: ${u}`};if(e&&e.trim()){const a=Si(e.trim());return $s(a)?{found:!0,path:a}:{found:!1,path:"",error:`Custom path not found or not executable: ${a}`}}const s=process.platform==="win32",n=s?t.windowsBinaryName:t.binaryName,i=Js(n);if(i)return{found:!0,path:i};if(s){const a=Js(t.binaryName);if(a)return{found:!0,path:a}}const r=yr(t);return r?{found:!0,path:r}:{found:!1,path:"",error:`${t.name} CLI not found. Please install it or configure the path manually.`}}function fe(u,e){const{plugin:t}=u;t.settings.agentAutoExec||(t.settings={...t.settings,agentAutoExec:{...gi}},t.saveSettings());const s=t.settings.agentAutoExec;s&&(Sr(u,e,s),Er(u,e,s),kr(u,e,s),Cr(u,e,s))}function Sr(u,e,t){if(new w.Setting(e).setName("启用自动执行").setDesc("当文件变更时自动触发 AI Agent 执行任务").addToggle(s=>s.setValue(t.enabled).onChange(async n=>{t.enabled=n,u.saveSettings(),e.empty(),fe(u,e)})),!t.enabled){e.createEl("p",{text:"启用后可配置自动化规则,在文件变更时自动调用 AI CLI 工具。",cls:"setting-item-description"});return}}function Er(u,e,t){if(t.enabled){e.createEl("h3",{text:"CLI 路径配置"}),e.createEl("p",{text:"配置 AI CLI 工具的路径,留空则自动检测。",cls:"setting-item-description"});for(const s of pe){const n=s.agentType,i=t.binaryPaths[n]||"";new w.Setting(e).setName(s.name).setDesc(`${s.binaryName} CLI 路径`).addText(r=>r.setPlaceholder("自动检测").setValue(i).onChange(async a=>{a.trim()?t.binaryPaths[n]=a.trim():delete t.binaryPaths[n],u.saveSettings()})).addButton(r=>r.setButtonText("检测").onClick(()=>{const a=Cs(n,i);a.found?new w.Notice(`✓ 找到 ${s.name}: ${a.path}`):new w.Notice(`✕ 未找到 ${s.name}: ${a.error||"请手动配置路径"}`)}))}}}function kr(u,e,t){if(!t.enabled)return;const s=e.createDiv({cls:"setting-item setting-item-heading"});if(s.createEl("div",{cls:"setting-item-info"}).createEl("div",{cls:"setting-item-name",text:"自动化规则"}),s.createDiv({cls:"setting-item-control"}).createEl("button",{cls:"mod-cta",text:"添加规则"}).addEventListener("click",r=>{const a=new w.Menu;for(const o of mi)a.addItem(c=>{c.setTitle(o.name).setSection("presets").onClick(()=>{const l=Bi(o.id);t.rules.push(l),u.saveSettings(),e.empty(),fe(u,e)})});a.showAtMouseEvent(r)}),t.rules.length===0){e.createEl("p",{text:"暂无自动化规则,点击「添加规则」创建。",cls:"setting-item-description"});return}for(const r of t.rules)xr(u,e,t,r)}function xr(u,e,t,s){const n=e.createDiv({cls:"ppb-agent-rule-card"});n.style.cssText="border: 1px solid var(--background-modifier-border); border-radius: 8px; padding: 12px; margin-bottom: 12px;",new w.Setting(n).setName("规则名称").addText(f=>f.setPlaceholder("输入规则名称").setValue(s.name).onChange(async h=>{s.name=h,u.saveSettings()})).addToggle(f=>f.setValue(s.enabled).onChange(async h=>{s.enabled=h,u.saveSettings()})).addButton(f=>f.setIcon("trash").setWarning().onClick(()=>{const h=t.rules.indexOf(s);h>=0&&(t.rules.splice(h,1),u.saveSettings(),e.empty(),fe(u,e))})),new w.Setting(n).setName("AI Agent").setDesc("选择要调用的 AI CLI 工具").addDropdown(f=>{for(const h of pe)f.addOption(h.agentType,h.name);f.setValue(s.agentType),f.onChange(async h=>{s.agentType=h,u.saveSettings()})}),new w.Setting(n).setName("监听路径").setDesc("Vault 中要监听的文件夹路径,用逗号分隔").addText(f=>f.setPlaceholder("例如: Projects, Inputs/Zotero").setValue(s.watchPaths.join(", ")).onChange(async h=>{s.watchPaths=h.split(",").map(g=>g.trim()).filter(g=>g.length>0),u.saveSettings()}));const i=n.createDiv({cls:"ppb-agent-events"});i.style.cssText="padding: 0 0 8px 0;";const r=new w.Setting(i).setName("触发事件").setDesc("选择哪些文件操作会触发此规则"),a=[{value:"create",label:"新建"},{value:"modify",label:"编辑"},{value:"delete",label:"删除"},{value:"rename",label:"重命名"}];for(const f of a)r.addToggle(h=>{h.setValue(s.triggerEvents.includes(f.value)).setTooltip(f.label).onChange(async y=>{y?s.triggerEvents.includes(f.value)||s.triggerEvents.push(f.value):s.triggerEvents=s.triggerEvents.filter(v=>v!==f.value),u.saveSettings()});const p=h.toggleEl.parentElement?.createSpan({text:f.label});p&&(p.style.cssText="font-size: 0.8em; margin-left: 4px; margin-right: 8px; color: var(--text-muted);")});new w.Setting(n).setName("Prompt 模板").setDesc("支持占位符: {{filePath}}, {{fileName}}, {{eventType}}, {{vaultPath}}, {{timestamp}}").addTextArea(f=>{f.setPlaceholder("请处理以下文件变更: {{filePath}} ({{eventType}})").setValue(s.promptTemplate).onChange(async h=>{s.promptTemplate=h,u.saveSettings()}),f.inputEl.rows=4,f.inputEl.style.width="100%"}),new w.Setting(n).setName("自定义 CLI 路径").setDesc("覆盖全局配置的 CLI 路径(留空使用全局配置)").addText(f=>f.setPlaceholder("使用全局配置").setValue(s.customBinaryPath).onChange(async h=>{s.customBinaryPath=h.trim(),u.saveSettings()}));const c=n.createDiv().createEl("details"),l=c.createEl("summary",{text:"高级设置"});l.style.cssText="cursor: pointer; font-size: 0.85em; color: var(--text-muted); margin-bottom: 8px;";const d=c.createDiv();new w.Setting(d).setName("防抖延迟 (ms)").setDesc("文件变更后等待多久再触发(避免频繁触发)").addText(f=>f.setPlaceholder("2000").setValue(String(s.debounceMs)).onChange(async h=>{const g=parseInt(h,10);!isNaN(g)&&g>=0&&(s.debounceMs=g,u.saveSettings())})),new w.Setting(d).setName("超时 (ms)").setDesc("0 = 不限制").addText(f=>f.setPlaceholder("0").setValue(String(s.timeoutMs)).onChange(async h=>{const g=parseInt(h,10);!isNaN(g)&&g>=0&&(s.timeoutMs=g,u.saveSettings())})),new w.Setting(d).setName("最大并发数").setDesc("此规则同时运行的最大进程数(0 = 不限制)").addText(f=>f.setPlaceholder("1").setValue(String(s.maxConcurrent)).onChange(async h=>{const g=parseInt(h,10);!isNaN(g)&&g>=0&&(s.maxConcurrent=g,u.saveSettings())})),new w.Setting(d).setName("工作目录").setDesc("CLI 进程的工作目录(相对 Vault 根目录,留空为 Vault 根)").addText(f=>f.setPlaceholder("Vault 根目录").setValue(s.workingDirectory).onChange(async h=>{s.workingDirectory=h.trim(),u.saveSettings()})),new w.Setting(d).setName("额外参数").setDesc("传递给 CLI 的额外命令行参数,用逗号分隔").addText(f=>f.setPlaceholder("例如: --verbose, --no-color").setValue(s.extraArgs.join(", ")).onChange(async h=>{s.extraArgs=h.split(",").map(g=>g.trim()).filter(g=>g.length>0),u.saveSettings()})),new w.Setting(d).setName("执行前确认").setDesc("触发时弹出确认通知,需用户手动允许后才执行").addToggle(f=>f.setValue(s.requireConfirmation??!1).onChange(async h=>{s.requireConfirmation=h,u.saveSettings()})),new w.Setting(d).setName("确认超时 (ms)").setDesc("超时后自动拒绝执行(默认 30000ms = 30秒)").addText(f=>f.setPlaceholder("30000").setValue(String(s.confirmationTimeoutMs??3e4)).onChange(async h=>{const g=parseInt(h,10);!isNaN(g)&&g>=0&&(s.confirmationTimeoutMs=g,u.saveSettings())})),new w.Setting(d).setName("预授权工具").setDesc("Claude Code 的 --allowedTools 参数,用逗号分隔。例如: Edit, Write, Read, Bash(git *)").addText(f=>f.setPlaceholder("Edit, Write, Read").setValue((s.allowedTools??[]).join(", ")).onChange(async h=>{s.allowedTools=h.split(",").map(g=>g.trim()).filter(g=>g.length>0),u.saveSettings()}))}function Cr(u,e,t){t.enabled&&(e.createEl("h3",{text:"全局设置"}),new w.Setting(e).setName("全局最大并发数").setDesc("所有规则同时运行的最大进程总数").addText(s=>s.setValue(String(t.globalMaxConcurrent)).onChange(async n=>{const i=parseInt(n,10);!isNaN(i)&&i>=0&&(t.globalMaxConcurrent=i,u.saveSettings())})),new w.Setting(e).setName("触发通知").setDesc("当规则被触发时显示 Notice 通知").addToggle(s=>s.setValue(t.showNoticeOnTrigger).onChange(async n=>{t.showNoticeOnTrigger=n,u.saveSettings()})),new w.Setting(e).setName("最大输出行数").setDesc("每次运行保留的最大输出行数(防止内存溢出)").addText(s=>s.setValue(String(t.maxOutputLinesPerRun)).onChange(async n=>{const i=parseInt(n,10);!isNaN(i)&&i>0&&(t.maxOutputLinesPerRun=i,u.saveSettings())})),new w.Setting(e).setName("最大历史记录数").setDesc("保留的运行历史记录数量").addText(s=>s.setValue(String(t.maxHistoryRuns)).onChange(async n=>{const i=parseInt(n,10);!isNaN(i)&&i>0&&(t.maxHistoryRuns=i,u.saveSettings())})))}class Ds extends w.Modal{constructor(e,t,s){super(e),this.activeTabId="profile",this.initialTabId=null,this.mobileTitleEl=null,this.isProVerified=!1,this.dirty=!1,this.tabs=[{id:"profile",name:"用户资料",icon:"user",category:"core"},{id:"license",name:"许可证",icon:"key",category:"core"},{id:"theme",name:"主题颜色",icon:"palette",category:"display",proOnly:!0},{id:"components",name:"组件数据源",icon:"database",category:"data",proOnly:!0},{id:"updater",name:"更新管理",icon:"download",category:"advanced",proOnly:!0},{id:"institution",name:"机构笔记",icon:"building",category:"advanced",proOnly:!0},{id:"ai-skills",name:"技能",icon:"bot",category:"ai",proOnly:!0},{id:"agent-auto-exec",name:"自动执行",icon:"play-circle",category:"ai",proOnly:!0},{id:"about",name:"关于",icon:"info",category:"info"}],this.categories=[{id:"core",name:"核心设置"},{id:"display",name:"显示与外观"},{id:"data",name:"数据源"},{id:"advanced",name:"高级"},{id:"ai",name:"AI"},{id:"info",name:"信息"}],this.plugin=t,this.initialTabId=s??null,this.debouncedSave=w.debounce(async()=>{await this.plugin.saveSettings(),this.dirty=!1},100,!0)}saveSettings(){this.dirty=!0,this.debouncedSave()}onOpen(){const{contentEl:e,modalEl:t}=this;t.toggleClass(["mod-settings","mod-sidebar-layout"],!0),e.empty(),e.addClass("vertical-tabs-container"),this.mobileTitleEl=t.querySelector(".modal-title"),w.Platform.isMobile&&(this.activeTabId=""),this.sidebarEl=e.createDiv({cls:"vertical-tab-header"}),this.modalContentEl=e.createDiv({cls:"vertical-tab-content-container"}),this.plugin.verificationWorker.verify().then(s=>{this.isProVerified=s,this.renderSidebar(),this.initializeView()})}initializeView(){w.Platform.isMobile?this.initialTabId?this.openTab(this.initialTabId):this.updateMobileView():(this.activeTabId=this.initialTabId||"profile",this.renderSidebar(),this.renderContent())}onClose(){this.modalContentEl?.empty(),this.dirty&&(this.debouncedSave.cancel(),this.plugin.saveSettings(),this.dirty=!1),this.plugin.getDashboardStore().bumpSettingsVersion()}renderSidebar(){this.sidebarEl.empty();const e=this.tabs.filter(t=>!t.proOnly||this.isProVerified);this.categories.forEach(t=>{const s=e.filter(r=>r.category===t.id);if(s.length===0)return;const n=this.sidebarEl.createDiv({cls:"vertical-tab-header-group"});n.createDiv({cls:"vertical-tab-header-group-title",text:t.name});const i=n.createDiv({cls:"vertical-tab-header-group-items"});s.forEach(r=>{const a=i.createDiv({cls:`vertical-tab-nav-item tappable ${this.activeTabId===r.id?"is-active":""}`});a.setAttribute("data-tab-id",r.id);const o=a.createDiv({cls:"vertical-tab-nav-item-icon"});w.setIcon(o,r.icon),a.createDiv({cls:"vertical-tab-nav-item-title",text:r.name});const c=a.createDiv({cls:"vertical-tab-nav-item-chevron"});w.setIcon(c,"chevron-right"),a.addEventListener("click",()=>{this.openTab(r.id)})})})}openTab(e){this.activeTabId=e,this.sidebarEl.querySelectorAll(".vertical-tab-nav-item").forEach(s=>{s.getAttribute("data-tab-id")===e?s.addClass("is-active"):s.removeClass("is-active")}),this.renderContent(),w.Platform.isMobile&&this.updateMobileView()}goBackToNavigation(){this.activeTabId="",this.sidebarEl.querySelectorAll(".vertical-tab-nav-item").forEach(t=>{t.removeClass("is-active")}),this.modalContentEl.empty(),this.updateMobileView()}updateMobileView(){if(!w.Platform.isMobile)return;const e=this.activeTabId!=="";if(this.sidebarEl.toggleClass("is-mobile-hidden",e),this.modalContentEl.toggleClass("is-mobile-hidden",!e),this.mobileTitleEl)if(this.mobileTitleEl.empty(),e){const t=this.mobileTitleEl.createDiv({cls:"clickable-icon modal-setting-back-button mod-raised"});w.setIcon(t,"arrow-left"),t.addEventListener("click",()=>{this.goBackToNavigation()});const s=this.tabs.find(n=>n.id===this.activeTabId);this.mobileTitleEl.createSpan({text:s?.name||"设置"})}else this.mobileTitleEl.createSpan({text:"PaperBell"})}renderContent(){this.modalContentEl.empty();const e=this.tabs.find(o=>o.id===this.activeTabId);if(!e)return;const t=this.modalContentEl.createDiv({cls:"vertical-tab-content"}),s=t.createDiv({cls:"vertical-tab-content-header"}),n=s.createEl("h2",{cls:"vertical-tab-content-header-title"}),i=n.createSpan({cls:"vertical-tab-content-header-icon"});w.setIcon(i,e.icon),n.createSpan({text:e.name});const r=this.getTabDescription(e.id);r&&s.createEl("p",{cls:"vertical-tab-content-header-desc",text:r});const a=t.createDiv({cls:"vertical-tab-content-body"});this.renderTabContent(e.id,a)}getTabDescription(e){return{profile:"配置您在仪表板中显示的个人信息",license:"管理 PaperBell 许可证激活状态",theme:"自定义界面主题颜色",components:"配置各仪表板组件的数据来源",updater:"管理 PaperBell 仓库更新",institution:"配置机构笔记的自动生成","ai-skills":"管理 AI 技能,配置内置技能与技能市场","agent-auto-exec":"配置文件变更时自动触发 AI Agent 执行任务",about:"关于 PaperBell 插件"}[e]||""}renderTabContent(e,t){switch(e){case"profile":Ui(this,t);break;case"license":Es(this,t);break;case"theme":vi(this,t);break;case"components":Yi(this,t);break;case"updater":At(this,t);break;case"institution":sr(this,t);break;case"ai-skills":ue(this,t);break;case"agent-auto-exec":fe(this,t);break;case"about":ir(this,t);break;default:t.createEl("p",{text:"此设置页面正在开发中..."})}}}const Rt={primary:"#648EC0",secondary:"#B0D2EC",muted:"#B5ACA3","muted-foreground":"#849DBB",foreground:"#533A33",background:"#ffffff","ticket-bg-start":"#FFF4E6","ticket-bg-end":"#FFE7CC","ticket-border":"#fed7aa","ticket-accent":"#FFB86A","ticket-text":"#92400e","ticket-text-muted":"#9ca3af"},Lt={primary:"#8b5cf6",secondary:"#3730a3",muted:"#262640","muted-foreground":"#94a3b8",foreground:"#e2e8f0",background:"#0f0f23","ticket-bg-start":"#262640","ticket-bg-end":"#1a1a35","ticket-border":"#374151","ticket-accent":"#8b5cf6","ticket-text":"#e2e8f0","ticket-text-muted":"#94a3b8"},Nt={registrationId:"",oauthLoginState:void 0,oauthLoginStateCreatedAt:void 0,noteLocation:"Locations/Institutes",institutionNoteTemplate:"",autoGenerateInstitutionNotes:!1,openInstitutionAfterCreation:!1,listenToFileCreatedInPath:"Persons/Scholars",enableUpdater:!1,landing:Ft,componentDataSources:Dt,dataServiceConfig:Ht,updater:{repository:"PaperBell-Org/longform-maintaining",targetPluginId:"longform",excludePatterns:[],autoUpdate:!1,minAppVersion:"0.0.0",customReplacements:{},updateScope:{regularFiles:!0,obsidianCore:!0,plugins:!0,themes:!0,snippets:!0,pluginData:!1},obsidianConflictHandling:{settings:"prompt",themes:"prompt",snippets:"prompt",plugins:"prompt"}},userProfile:{name:"用户",title:"研究者",email:"user@example.com",institution:"研究机构",avatar:"https://avatars.githubusercontent.com/u/45836839?v=4"},componentSettings:{academicOverview:{showCitations:!0,showTrends:!0,trendDays:30},todayFocus:{maxItems:5,showProgress:!0,showDeadlines:!0},recentLiterature:{maxPapers:10,showAbstract:!1,showKeywords:!0,sortBy:"date"},researchFocus:{showLabels:!0,maxTopics:20,colorScheme:"default"},projectManager:{defaultView:"grid",showArchived:!1,taskFilters:!0},bookShelf:{viewMode:"covers",sortBy:"recent",showProgress:!0},todoManager:{showCompleted:!1,maxDays:7,priorities:!0},readingAnalytics:{chartType:"line",timeRange:"week",showGoals:!0}},themeColors:{light:{...Rt},dark:{...Lt}},themeModePreference:"system",darkMode:!1,pomodoroSettings:{workDuration:25,shortBreakDuration:5,longBreakDuration:15,longBreakInterval:4,enableNotifications:!0,enableStatusBar:!0,autoStartBreaks:!1,autoStartWork:!1},baseContainerPaths:{projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null},aiSkills:Rs,agentAutoExec:gi};class Dr extends w.PluginSettingTab{constructor(e,t){super(e,t),this.icon="graduation-cap",this.plugin=t}display(){const{containerEl:e}=this;e.empty(),e.addClass("paperbell-settings-entry");const t=e.createDiv({cls:"settings-entry-header"}),s=t.createDiv({cls:"settings-entry-title-container"}),n=s.createSpan({cls:"settings-entry-logo"});w.setIcon(n,"graduation-cap");const i=s.createDiv({cls:"settings-entry-title-text"});i.createEl("h2",{text:"PaperBell Pro"}),i.createEl("span",{cls:"settings-entry-version",text:`v${this.plugin.manifest.version}`}),t.createDiv({cls:"settings-entry-desc"}).createEl("p",{text:"专业的学术写作工作流增强插件,提供文献管理、项目跟踪、研究焦点可视化等功能。"}),new w.Setting(e).setName("打开设置").setDesc("在专用设置窗口中配置所有 PaperBell 功能").addButton(h=>{h.setButtonText("打开设置").setCta().onClick(()=>{new Ds(this.app,this.plugin).open()})});const a=e.createDiv({cls:"settings-entry-links"});a.createEl("h3",{text:"快速链接"});const o=a.createDiv({cls:"settings-entry-links-grid"});[{icon:"book",text:"文档",url:"https://paperbell.cn"},{icon:"github",text:"GitHub",url:"https://github.com/PaperBell-Org/Obsidian-PaperBell"},{icon:"heart",text:"支持",url:"https://paperbell.cn"},{icon:"mail",text:"联系",url:"mailto:support@paperbell.cn"}].forEach(h=>{const g=o.createEl("a",{cls:"settings-entry-link",href:h.url});g.setAttr("target","_blank");const p=g.createSpan({cls:"settings-entry-link-icon"});w.setIcon(p,h.icon),g.createSpan({text:h.text})});const l=e.createDiv({cls:"settings-entry-features"});l.createEl("h3",{text:"功能特色"});const d=[{icon:"book-open",title:"文献笔记",desc:"快速文献笔记创建",tabId:"components"},{icon:"target",title:"研究焦点",desc:"可视化研究领域和热点追踪",tabId:"components"},{icon:"folder-kanban",title:"协助项目管理",desc:"多视图项目进度跟踪",tabId:"components"},{icon:"download",title:"自动更新",desc:"一键同步最新模板与组件",tabId:"updater"},{icon:"book",title:"Focus Map",desc:"专注内容统计与可视化",tabId:"heatmap"},{icon:"palette",title:"主题定制",desc:"自定义界面颜色主题",tabId:"theme"}],f=l.createDiv({cls:"settings-entry-features-grid"});d.forEach(h=>{const g=f.createDiv({cls:"settings-entry-feature"});h.tabId&&(g.addClass("is-clickable"),g.addEventListener("click",()=>{this.plugin.openSettings(h.tabId)}));const p=g.createDiv({cls:"settings-entry-feature-icon"});w.setIcon(p,h.icon);const y=g.createDiv({cls:"settings-entry-feature-text"});y.createEl("strong",{text:h.title}),y.createEl("span",{text:h.desc})})}openTab(e){const t=new Ds(this.app,this.plugin);t.open(),t.openTab(e)}}const Ei=`(function(){"use strict";self.addEventListener("message",a=>{Promise.resolve().then(async()=>{try{const o=a.data;let t=!1;const r=o;if(r.type==="verify"){if(!r.activationCode){postMessage({messageSource:"verify",$error:"Access denied: No activation code provided"});return}try{const s=await fetch("https://paperbell.cn/api/verify",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({activation_code:r.activationCode,device_id:r.deviceId,device_info:navigator.userAgent})});if(s.ok){const e=await s.json();if(e.valid&&e.data){const i=e.data;if(!i.is_active){postMessage({messageSource:"verify",$error:"Access denied: License is not active"});return}if(i.expires_at){const c=new Date(i.expires_at);if(new Date>c){postMessage({messageSource:"verify",$error:"Access denied: License has expired"});return}}t=!0,postMessage({messageSource:"verify",type:"success",verified:t,licenseData:i})}else postMessage({messageSource:"verify",$error:"Access denied: "+(e.error||"Invalid activation code")})}else{const e=await s.json().catch(()=>({}));postMessage({messageSource:"verify",$error:"Access denied: "+(e.error||"Verification failed")})}}catch(s){console.error("Verification error:",s),postMessage({messageSource:"verify",$error:"Access denied: Network error during verification"})}return}postMessage({messageSource:"verify",$error:"Unsupported import method."})}catch(o){postMessage({messageSource:"verify",$error:o.message||"Unknown error in worker"})}})})})(); +`,Qs=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Ei],{type:"text/javascript;charset=utf-8"});function Tr(u){let e;try{if(e=Qs&&(self.URL||self.webkitURL).createObjectURL(Qs),!e)throw"";const t=new Worker(e,{name:u?.name});return t.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(e)}),t}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Ei),{name:u?.name})}}function _r(){let u,e;const s=new Promise((n,i)=>{u=n,e=i});return s.resolve=u,s.reject=e,s}var te=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Pr(u){return u&&u.__esModule&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u}var xe={},Ce={},tn;function Ir(){if(tn)return Ce;tn=1;class u{constructor(t){this._elements=Array.isArray(t)?t:[],this._offset=0}enqueue(t){return this._elements.push(t),this}push(t){return this.enqueue(t)}dequeue(){if(this.size()===0)return null;const t=this.front();return this._offset+=1,this._offset*20?this._elements[this._offset]:null}back(){return this.size()>0?this._elements[this._elements.length-1]:null}size(){return this._elements.length-this._offset}isEmpty(){return this.size()===0}contains(t){for(let s=this._offset;sNr),this.queue=new Fr.Queue,this.outstanding=new Map,this.app=e,this.activationCode=s,this.deviceId=this.generateDeviceId(),this.verified=!1,this.licenseData=null,this.plugin=t}generateDeviceId(){const e=localStorage.getItem("paperbell-device-id")||sessionStorage.getItem("paperbell-device-id");if(e)return localStorage.setItem("paperbell-device-id",e),sessionStorage.setItem("paperbell-device-id",e),e;const t=navigator.userAgent,s=navigator.platform,n=navigator.language,i=Intl.DateTimeFormat().resolvedOptions().timeZone,r=`${screen.width}x${screen.height}`;let a="";navigator.hardwareConcurrency&&(a=navigator.hardwareConcurrency.toString());const o=[t,s,n,i,r,a].join("|");let c=0;for(let d=0;dthis.throttle().workers)this.workers.delete(e.id),sn(e);else{const i=Date.now(),r=Math.max(.1,this.throttle().utilization)-1,a=(i-n)*r;e.active=void 0,a<=1e-10?(e.availableAt=i,this.schedule()):(e.availableAt=i+a,setTimeout(this.schedule.bind(this),a))}}availableWorker(){const e=Date.now();for(let t of this.workers.values())if(!t.active&&t.availableAt<=e)return t;if(this.workers.sizeawait this.handleWorkerMessage(e,t.data),e}onunload(){for(let e of this.workers.values())sn(e);for(;!this.queue.isEmpty();){const[e]=this.queue.pop();e.reject("Terminated")}this.shutdown=!0}async verify(){try{const e=this.availableWorker();if(!e)throw new Error("No available workers in pool");let t=_r();return e.active=[t,Date.now()],e.worker.postMessage({type:"verify",activationCode:this.activationCode,deviceId:this.deviceId}),(await t).verified}catch{return!1}}async handleWorkerMessage(e,t){if(t.messageSource==="verify"){if(t.$error){this.verified=!1,this.licenseData=null,this.finish(e,t);return}e.active&&(this.verified=t.verified,this.licenseData=t.licenseData||null,this.verified&&this.licenseData&&(this.isLicenseValid()||(this.verified=!1,this.licenseData=null,t.$error="License has expired or is invalid")),this.finish(e,t));return}this.verified=!1,this.licenseData=null,this.finish(e,t)}isLicenseValid(){if(!this.licenseData||!this.licenseData.is_active)return!1;if(this.licenseData.expires_at){const e=new Date(this.licenseData.expires_at);if(new Date>e)return!1}return!(this.licenseData.token_type&&this.licenseData.token_type!=="activation_code")}async reloadActivationCode(){this.verified=!1,this.licenseData=null,this.activationCode=this.plugin.settings.registrationId}updateActivationCode(e){this.activationCode=e,this.verified=!1,this.licenseData=null}getDeviceId(){return this.deviceId}getLicenseData(){return this.licenseData}isLicenseExpiringSoon(){if(!this.licenseData||!this.licenseData.expires_at)return!1;const e=new Date(this.licenseData.expires_at),t=new Date,s=new Date(t.getTime()+10080*60*1e3);return e<=s&&e>t}}function sn(u){u.worker.terminate(),u.active&&u.active[0].reject("Terminated"),u.active=void 0}class ee extends w.Modal{constructor(e,t,s){super(e),this.plugin=t,this.institutionName=s}async onOpen(){this.titleEl.setText("Institution Search"),this.contentEl.createEl("p",{text:"Please enter the institution name to search."});const e=this.contentEl.createDiv("search-container");this.inputEl=e.createEl("input",{type:"text",placeholder:"Institution name",cls:"institution-search-input"}),this.inputEl.addEventListener("keydown",async t=>{if(t.key==="Enter"){if(!await this.plugin.verificationWorker.verify()){new w.Notice("You are not authorized to use this feature. Please check your registration ID.");return}await this.searchInstitution(this.inputEl.value)}}),new w.Setting(e).addButton(t=>t.setButtonText("Search").onClick(async()=>{if(!await this.plugin.verificationWorker.verify()){new w.Notice("You are not authorized to use this feature. Please check your registration ID.");return}await this.searchInstitution(this.inputEl.value)})),this.resultContainer=this.contentEl.createDiv("search-results"),this.confirmButton=new w.Setting(this.contentEl).addButton(t=>t.setButtonText("Create Institution Note").setDisabled(!0).onClick(async()=>{await this.plugin.createInstitutionNote({abbr:this.institution.acronyms?.[0]||"",aliases:[...this.institution.aliases||[],...this.institution.labels?.map(s=>s.label)||[]],website:this.institution.links?.[0]||"",location:[this.institution.addresses?.[0]?.lat||0,this.institution.addresses?.[0]?.lng||0],logo:this.institution.logos?.[0]?.url||"",name:this.institution.labels?.[0]?.label||this.institution.name||"",tags:["university"]}),this.close()})),this.confirmButton.settingEl.hide(),this.institutionName&&(this.inputEl.value=this.institutionName,await this.plugin.verificationWorker.verify()&&this.searchInstitution(this.institutionName))}async searchInstitution(e){try{const t=await this.plugin.proxyService.proxyRequest({url:`https://api.ror.org/v1/organizations?query=${encodeURIComponent(`${e}`)}`,method:"GET"});if(!t.success){console.error("Error searching institution:",t.error);return}const s=t.data;if(s.items&&s.items.length>0){this.institution=s.items[0];const n=this.institution.labels?.[0]?.label||this.institution.name;n&&(this.institutionName=n),await this.displayResults()}}catch(t){console.error("Error searching institution:",t)}}async displayResults(){this.resultContainer.empty();const e=`| Field | Value | |--------|--------| | Name | ${this.institution.labels?.[0]?.label||this.institution.name||"N/A"} | | Abbreviation | ${this.institution.acronyms?.[0]||"N/A"} | @@ -69,142 +69,61 @@ ${i.join(` | Aliases | ${[...this.institution.aliases||[],this.institution.name,...this.institution.acronyms?[this.institution.acronyms[0]]:[]].join(", ")||"N/A"} | | Location | ${"["+this.institution.addresses?.[0]?.lat+", "+this.institution.addresses?.[0]?.lng+"]"} | | Wikipedia | ${this.institution.wikipedia_url||"N/A"} | -| Logo | ${this.institution.logos?.[0]?.url||"N/A"} |`;await _.MarkdownRenderer.render(this.app,a,this.resultContainer,"",this.plugin),this.confirmButton.settingEl.show(),this.confirmButton.setDisabled(this.plugin.checkIfInstitutionNoteExists(this.institutionName)),this.confirmButton.setTooltip(this.plugin.checkIfInstitutionNoteExists(this.institutionName)?"Institution Note Already Exists":"Create Institution Note")}onClose(){this.contentEl.empty()}}function v0(f,a){const r=Object.keys(a).map(i=>w0(f,i,a[i]));return r.length===1?r[0]:function(){r.forEach(i=>i())}}function w0(f,a,r){const i=f[a],o=f.hasOwnProperty(a),l=o?i:function(){return Object.getPrototypeOf(f)[a].apply(this,arguments)};let c=r(l);return i&&Object.setPrototypeOf(c,i),Object.setPrototypeOf(u,c),f[a]=u,d;function u(...h){return c===l&&f[a]===u&&d(),c.apply(this,h)}function d(){f[a]===u&&(o?f[a]=l:delete f[a]),c!==l&&(c=l,Object.setPrototypeOf(u,i||Function))}}class y0{constructor(a){this.vault=a}processTemplate(a,r){let i=a;for(const[o,l]of Object.entries(r.institute)){const c=new RegExp(`{{\\s*ppb\\.institute\\.${o}\\s*}}`,"g");Array.isArray(l)?i=i.replace(c,l.map(u=>`- ${u}`).join(` -`)):i=i.replace(c,String(l))}return i}async readTemplateFile(a){try{const r=this.vault.getFileByPath(a+".md");return r instanceof _.TFile?await this.vault.read(r):null}catch(r){return console.error("Error reading template file:",r),null}}getVariablesFromInstitution(a){return{institute:{abbr:a.abbr,aliases:a.aliases,website:a.website,lon:a.location[1],lat:a.location[0],logo:a.logo,name:a.name,tags:a.tags}}}}var js={exports:{}},_c,cg;function eo(){if(cg)return _c;cg=1;const f="2.0.0",a=256,r=Number.MAX_SAFE_INTEGER||9007199254740991,i=16,o=a-6;return _c={MAX_LENGTH:a,MAX_SAFE_COMPONENT_LENGTH:i,MAX_SAFE_BUILD_LENGTH:o,MAX_SAFE_INTEGER:r,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:f,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},_c}var Dc,ug;function to(){return ug||(ug=1,Dc=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...a)=>console.error("SEMVER",...a):()=>{}),Dc}var pg;function xi(){return pg||(pg=1,(function(f,a){const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:o}=eo(),l=to();a=f.exports={};const c=a.re=[],u=a.safeRe=[],d=a.src=[],h=a.safeSrc=[],m=a.t={};let b=0;const k="[a-zA-Z0-9-]",v=[["\\s",1],["\\d",o],[k,i]],y=D=>{for(const[E,T]of v)D=D.split(`${E}*`).join(`${E}{0,${T}}`).split(`${E}+`).join(`${E}{1,${T}}`);return D},w=(D,E,T)=>{const A=y(E),z=b++;l(D,z,E),m[D]=z,d[z]=E,h[z]=A,c[z]=new RegExp(E,T?"g":void 0),u[z]=new RegExp(A,T?"g":void 0)};w("NUMERICIDENTIFIER","0|[1-9]\\d*"),w("NUMERICIDENTIFIERLOOSE","\\d+"),w("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${k}*`),w("MAINVERSION",`(${d[m.NUMERICIDENTIFIER]})\\.(${d[m.NUMERICIDENTIFIER]})\\.(${d[m.NUMERICIDENTIFIER]})`),w("MAINVERSIONLOOSE",`(${d[m.NUMERICIDENTIFIERLOOSE]})\\.(${d[m.NUMERICIDENTIFIERLOOSE]})\\.(${d[m.NUMERICIDENTIFIERLOOSE]})`),w("PRERELEASEIDENTIFIER",`(?:${d[m.NONNUMERICIDENTIFIER]}|${d[m.NUMERICIDENTIFIER]})`),w("PRERELEASEIDENTIFIERLOOSE",`(?:${d[m.NONNUMERICIDENTIFIER]}|${d[m.NUMERICIDENTIFIERLOOSE]})`),w("PRERELEASE",`(?:-(${d[m.PRERELEASEIDENTIFIER]}(?:\\.${d[m.PRERELEASEIDENTIFIER]})*))`),w("PRERELEASELOOSE",`(?:-?(${d[m.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${d[m.PRERELEASEIDENTIFIERLOOSE]})*))`),w("BUILDIDENTIFIER",`${k}+`),w("BUILD",`(?:\\+(${d[m.BUILDIDENTIFIER]}(?:\\.${d[m.BUILDIDENTIFIER]})*))`),w("FULLPLAIN",`v?${d[m.MAINVERSION]}${d[m.PRERELEASE]}?${d[m.BUILD]}?`),w("FULL",`^${d[m.FULLPLAIN]}$`),w("LOOSEPLAIN",`[v=\\s]*${d[m.MAINVERSIONLOOSE]}${d[m.PRERELEASELOOSE]}?${d[m.BUILD]}?`),w("LOOSE",`^${d[m.LOOSEPLAIN]}$`),w("GTLT","((?:<|>)?=?)"),w("XRANGEIDENTIFIERLOOSE",`${d[m.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),w("XRANGEIDENTIFIER",`${d[m.NUMERICIDENTIFIER]}|x|X|\\*`),w("XRANGEPLAIN",`[v=\\s]*(${d[m.XRANGEIDENTIFIER]})(?:\\.(${d[m.XRANGEIDENTIFIER]})(?:\\.(${d[m.XRANGEIDENTIFIER]})(?:${d[m.PRERELEASE]})?${d[m.BUILD]}?)?)?`),w("XRANGEPLAINLOOSE",`[v=\\s]*(${d[m.XRANGEIDENTIFIERLOOSE]})(?:\\.(${d[m.XRANGEIDENTIFIERLOOSE]})(?:\\.(${d[m.XRANGEIDENTIFIERLOOSE]})(?:${d[m.PRERELEASELOOSE]})?${d[m.BUILD]}?)?)?`),w("XRANGE",`^${d[m.GTLT]}\\s*${d[m.XRANGEPLAIN]}$`),w("XRANGELOOSE",`^${d[m.GTLT]}\\s*${d[m.XRANGEPLAINLOOSE]}$`),w("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),w("COERCE",`${d[m.COERCEPLAIN]}(?:$|[^\\d])`),w("COERCEFULL",d[m.COERCEPLAIN]+`(?:${d[m.PRERELEASE]})?(?:${d[m.BUILD]})?(?:$|[^\\d])`),w("COERCERTL",d[m.COERCE],!0),w("COERCERTLFULL",d[m.COERCEFULL],!0),w("LONETILDE","(?:~>?)"),w("TILDETRIM",`(\\s*)${d[m.LONETILDE]}\\s+`,!0),a.tildeTrimReplace="$1~",w("TILDE",`^${d[m.LONETILDE]}${d[m.XRANGEPLAIN]}$`),w("TILDELOOSE",`^${d[m.LONETILDE]}${d[m.XRANGEPLAINLOOSE]}$`),w("LONECARET","(?:\\^)"),w("CARETTRIM",`(\\s*)${d[m.LONECARET]}\\s+`,!0),a.caretTrimReplace="$1^",w("CARET",`^${d[m.LONECARET]}${d[m.XRANGEPLAIN]}$`),w("CARETLOOSE",`^${d[m.LONECARET]}${d[m.XRANGEPLAINLOOSE]}$`),w("COMPARATORLOOSE",`^${d[m.GTLT]}\\s*(${d[m.LOOSEPLAIN]})$|^$`),w("COMPARATOR",`^${d[m.GTLT]}\\s*(${d[m.FULLPLAIN]})$|^$`),w("COMPARATORTRIM",`(\\s*)${d[m.GTLT]}\\s*(${d[m.LOOSEPLAIN]}|${d[m.XRANGEPLAIN]})`,!0),a.comparatorTrimReplace="$1$2$3",w("HYPHENRANGE",`^\\s*(${d[m.XRANGEPLAIN]})\\s+-\\s+(${d[m.XRANGEPLAIN]})\\s*$`),w("HYPHENRANGELOOSE",`^\\s*(${d[m.XRANGEPLAINLOOSE]})\\s+-\\s+(${d[m.XRANGEPLAINLOOSE]})\\s*$`),w("STAR","(<|>)?=?\\s*\\*"),w("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),w("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(js,js.exports)),js.exports}var Pc,dg;function qu(){if(dg)return Pc;dg=1;const f=Object.freeze({loose:!0}),a=Object.freeze({});return Pc=i=>i?typeof i!="object"?f:i:a,Pc}var Tc,fg;function Gm(){if(fg)return Tc;fg=1;const f=/^[0-9]+$/,a=(i,o)=>{if(typeof i=="number"&&typeof o=="number")return i===o?0:ia(o,i)},Tc}var Nc,hg;function At(){if(hg)return Nc;hg=1;const f=to(),{MAX_LENGTH:a,MAX_SAFE_INTEGER:r}=eo(),{safeRe:i,t:o}=xi(),l=qu(),{compareIdentifiers:c}=Gm();class u{constructor(h,m){if(m=l(m),h instanceof u){if(h.loose===!!m.loose&&h.includePrerelease===!!m.includePrerelease)return h;h=h.version}else if(typeof h!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof h}".`);if(h.length>a)throw new TypeError(`version is longer than ${a} characters`);f("SemVer",h,m),this.options=m,this.loose=!!m.loose,this.includePrerelease=!!m.includePrerelease;const b=h.trim().match(m.loose?i[o.LOOSE]:i[o.FULL]);if(!b)throw new TypeError(`Invalid Version: ${h}`);if(this.raw=h,this.major=+b[1],this.minor=+b[2],this.patch=+b[3],this.major>r||this.major<0)throw new TypeError("Invalid major version");if(this.minor>r||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>r||this.patch<0)throw new TypeError("Invalid patch version");b[4]?this.prerelease=b[4].split(".").map(k=>{if(/^[0-9]+$/.test(k)){const v=+k;if(v>=0&&vh.major?1:this.minorh.minor?1:this.patchh.patch?1:0}comparePre(h){if(h instanceof u||(h=new u(h,this.options)),this.prerelease.length&&!h.prerelease.length)return-1;if(!this.prerelease.length&&h.prerelease.length)return 1;if(!this.prerelease.length&&!h.prerelease.length)return 0;let m=0;do{const b=this.prerelease[m],k=h.prerelease[m];if(f("prerelease compare",m,b,k),b===void 0&&k===void 0)return 0;if(k===void 0)return 1;if(b===void 0)return-1;if(b===k)continue;return c(b,k)}while(++m)}compareBuild(h){h instanceof u||(h=new u(h,this.options));let m=0;do{const b=this.build[m],k=h.build[m];if(f("build compare",m,b,k),b===void 0&&k===void 0)return 0;if(k===void 0)return 1;if(b===void 0)return-1;if(b===k)continue;return c(b,k)}while(++m)}inc(h,m,b){if(h.startsWith("pre")){if(!m&&b===!1)throw new Error("invalid increment argument: identifier is empty");if(m){const k=`-${m}`.match(this.options.loose?i[o.PRERELEASELOOSE]:i[o.PRERELEASE]);if(!k||k[1]!==m)throw new Error(`invalid identifier: ${m}`)}}switch(h){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",m,b);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",m,b);break;case"prepatch":this.prerelease.length=0,this.inc("patch",m,b),this.inc("pre",m,b);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",m,b),this.inc("pre",m,b);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const k=Number(b)?1:0;if(this.prerelease.length===0)this.prerelease=[k];else{let v=this.prerelease.length;for(;--v>=0;)typeof this.prerelease[v]=="number"&&(this.prerelease[v]++,v=-2);if(v===-1){if(m===this.prerelease.join(".")&&b===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(k)}}if(m){let v=[m,k];b===!1&&(v=[m]),c(this.prerelease[0],m)===0?isNaN(this.prerelease[1])&&(this.prerelease=v):this.prerelease=v}break}default:throw new Error(`invalid increment argument: ${h}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Nc=u,Nc}var Ic,gg;function wn(){if(gg)return Ic;gg=1;const f=At();return Ic=(r,i,o=!1)=>{if(r instanceof f)return r;try{return new f(r,i)}catch(l){if(!o)return null;throw l}},Ic}var Ac,mg;function k0(){if(mg)return Ac;mg=1;const f=wn();return Ac=(r,i)=>{const o=f(r,i);return o?o.version:null},Ac}var Fc,bg;function x0(){if(bg)return Fc;bg=1;const f=wn();return Fc=(r,i)=>{const o=f(r.trim().replace(/^[=v]+/,""),i);return o?o.version:null},Fc}var Lc,vg;function S0(){if(vg)return Lc;vg=1;const f=At();return Lc=(r,i,o,l,c)=>{typeof o=="string"&&(c=l,l=o,o=void 0);try{return new f(r instanceof f?r.version:r,o).inc(i,l,c).version}catch{return null}},Lc}var zc,wg;function E0(){if(wg)return zc;wg=1;const f=wn();return zc=(r,i)=>{const o=f(r,null,!0),l=f(i,null,!0),c=o.compare(l);if(c===0)return null;const u=c>0,d=u?o:l,h=u?l:o,m=!!d.prerelease.length;if(!!h.prerelease.length&&!m){if(!h.patch&&!h.minor)return"major";if(h.compareMain(d)===0)return h.minor&&!h.patch?"minor":"patch"}const k=m?"pre":"";return o.major!==l.major?k+"major":o.minor!==l.minor?k+"minor":o.patch!==l.patch?k+"patch":"prerelease"},zc}var Rc,yg;function C0(){if(yg)return Rc;yg=1;const f=At();return Rc=(r,i)=>new f(r,i).major,Rc}var Oc,kg;function _0(){if(kg)return Oc;kg=1;const f=At();return Oc=(r,i)=>new f(r,i).minor,Oc}var Mc,xg;function D0(){if(xg)return Mc;xg=1;const f=At();return Mc=(r,i)=>new f(r,i).patch,Mc}var $c,Sg;function P0(){if(Sg)return $c;Sg=1;const f=wn();return $c=(r,i)=>{const o=f(r,i);return o&&o.prerelease.length?o.prerelease:null},$c}var Bc,Eg;function lr(){if(Eg)return Bc;Eg=1;const f=At();return Bc=(r,i,o)=>new f(r,o).compare(new f(i,o)),Bc}var jc,Cg;function T0(){if(Cg)return jc;Cg=1;const f=lr();return jc=(r,i,o)=>f(i,r,o),jc}var Uc,_g;function N0(){if(_g)return Uc;_g=1;const f=lr();return Uc=(r,i)=>f(r,i,!0),Uc}var Vc,Dg;function Gu(){if(Dg)return Vc;Dg=1;const f=At();return Vc=(r,i,o)=>{const l=new f(r,o),c=new f(i,o);return l.compare(c)||l.compareBuild(c)},Vc}var Wc,Pg;function I0(){if(Pg)return Wc;Pg=1;const f=Gu();return Wc=(r,i)=>r.sort((o,l)=>f(o,l,i)),Wc}var Hc,Tg;function A0(){if(Tg)return Hc;Tg=1;const f=Gu();return Hc=(r,i)=>r.sort((o,l)=>f(l,o,i)),Hc}var qc,Ng;function ro(){if(Ng)return qc;Ng=1;const f=lr();return qc=(r,i,o)=>f(r,i,o)>0,qc}var Gc,Ig;function Zu(){if(Ig)return Gc;Ig=1;const f=lr();return Gc=(r,i,o)=>f(r,i,o)<0,Gc}var Zc,Ag;function Zm(){if(Ag)return Zc;Ag=1;const f=lr();return Zc=(r,i,o)=>f(r,i,o)===0,Zc}var Yc,Fg;function Ym(){if(Fg)return Yc;Fg=1;const f=lr();return Yc=(r,i,o)=>f(r,i,o)!==0,Yc}var Kc,Lg;function Yu(){if(Lg)return Kc;Lg=1;const f=lr();return Kc=(r,i,o)=>f(r,i,o)>=0,Kc}var Qc,zg;function Ku(){if(zg)return Qc;zg=1;const f=lr();return Qc=(r,i,o)=>f(r,i,o)<=0,Qc}var Xc,Rg;function Km(){if(Rg)return Xc;Rg=1;const f=Zm(),a=Ym(),r=ro(),i=Yu(),o=Zu(),l=Ku();return Xc=(u,d,h,m)=>{switch(d){case"===":return typeof u=="object"&&(u=u.version),typeof h=="object"&&(h=h.version),u===h;case"!==":return typeof u=="object"&&(u=u.version),typeof h=="object"&&(h=h.version),u!==h;case"":case"=":case"==":return f(u,h,m);case"!=":return a(u,h,m);case">":return r(u,h,m);case">=":return i(u,h,m);case"<":return o(u,h,m);case"<=":return l(u,h,m);default:throw new TypeError(`Invalid operator: ${d}`)}},Xc}var Jc,Og;function F0(){if(Og)return Jc;Og=1;const f=At(),a=wn(),{safeRe:r,t:i}=xi();return Jc=(l,c)=>{if(l instanceof f)return l;if(typeof l=="number"&&(l=String(l)),typeof l!="string")return null;c=c||{};let u=null;if(!c.rtl)u=l.match(c.includePrerelease?r[i.COERCEFULL]:r[i.COERCE]);else{const v=c.includePrerelease?r[i.COERCERTLFULL]:r[i.COERCERTL];let y;for(;(y=v.exec(l))&&(!u||u.index+u[0].length!==l.length);)(!u||y.index+y[0].length!==u.index+u[0].length)&&(u=y),v.lastIndex=y.index+y[1].length+y[2].length;v.lastIndex=-1}if(u===null)return null;const d=u[2],h=u[3]||"0",m=u[4]||"0",b=c.includePrerelease&&u[5]?`-${u[5]}`:"",k=c.includePrerelease&&u[6]?`+${u[6]}`:"";return a(`${d}.${h}.${m}${b}${k}`,c)},Jc}var eu,Mg;function L0(){if(Mg)return eu;Mg=1;class f{constructor(){this.max=1e3,this.map=new Map}get(r){const i=this.map.get(r);if(i!==void 0)return this.map.delete(r),this.map.set(r,i),i}delete(r){return this.map.delete(r)}set(r,i){if(!this.delete(r)&&i!==void 0){if(this.map.size>=this.max){const l=this.map.keys().next().value;this.delete(l)}this.map.set(r,i)}return this}}return eu=f,eu}var tu,$g;function cr(){if($g)return tu;$g=1;const f=/\s+/g;class a{constructor(W,U){if(U=o(U),W instanceof a)return W.loose===!!U.loose&&W.includePrerelease===!!U.includePrerelease?W:new a(W.raw,U);if(W instanceof l)return this.raw=W.value,this.set=[[W]],this.formatted=void 0,this;if(this.options=U,this.loose=!!U.loose,this.includePrerelease=!!U.includePrerelease,this.raw=W.trim().replace(f," "),this.set=this.raw.split("||").map(j=>this.parseRange(j.trim())).filter(j=>j.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const j=this.set[0];if(this.set=this.set.filter(se=>!w(se[0])),this.set.length===0)this.set=[j];else if(this.set.length>1){for(const se of this.set)if(se.length===1&&D(se[0])){this.set=[se];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let W=0;W0&&(this.formatted+="||");const U=this.set[W];for(let j=0;j0&&(this.formatted+=" "),this.formatted+=U[j].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(W){const j=((this.options.includePrerelease&&v)|(this.options.loose&&y))+":"+W,se=i.get(j);if(se)return se;const Y=this.options.loose,ue=Y?d[h.HYPHENRANGELOOSE]:d[h.HYPHENRANGE];W=W.replace(ue,M(this.options.includePrerelease)),c("hyphen replace",W),W=W.replace(d[h.COMPARATORTRIM],m),c("comparator trim",W),W=W.replace(d[h.TILDETRIM],b),c("tilde trim",W),W=W.replace(d[h.CARETTRIM],k),c("caret trim",W);let P=W.split(" ").map(ne=>T(ne,this.options)).join(" ").split(/\s+/).map(ne=>ve(ne,this.options));Y&&(P=P.filter(ne=>(c("loose invalid filter",ne,this.options),!!ne.match(d[h.COMPARATORLOOSE])))),c("range list",P);const L=new Map,ee=P.map(ne=>new l(ne,this.options));for(const ne of ee){if(w(ne))return[ne];L.set(ne.value,ne)}L.size>1&&L.has("")&&L.delete("");const ae=[...L.values()];return i.set(j,ae),ae}intersects(W,U){if(!(W instanceof a))throw new TypeError("a Range is required");return this.set.some(j=>E(j,U)&&W.set.some(se=>E(se,U)&&j.every(Y=>se.every(ue=>Y.intersects(ue,U)))))}test(W){if(!W)return!1;if(typeof W=="string")try{W=new u(W,this.options)}catch{return!1}for(let U=0;Ux.value==="<0.0.0-0",D=x=>x.value==="",E=(x,W)=>{let U=!0;const j=x.slice();let se=j.pop();for(;U&&j.length;)U=j.every(Y=>se.intersects(Y,W)),se=j.pop();return U},T=(x,W)=>(x=x.replace(d[h.BUILD],""),c("comp",x,W),x=q(x,W),c("caret",x),x=z(x,W),c("tildes",x),x=K(x,W),c("xrange",x),x=he(x,W),c("stars",x),x),A=x=>!x||x.toLowerCase()==="x"||x==="*",z=(x,W)=>x.trim().split(/\s+/).map(U=>R(U,W)).join(" "),R=(x,W)=>{const U=W.loose?d[h.TILDELOOSE]:d[h.TILDE];return x.replace(U,(j,se,Y,ue,P)=>{c("tilde",x,j,se,Y,ue,P);let L;return A(se)?L="":A(Y)?L=`>=${se}.0.0 <${+se+1}.0.0-0`:A(ue)?L=`>=${se}.${Y}.0 <${se}.${+Y+1}.0-0`:P?(c("replaceTilde pr",P),L=`>=${se}.${Y}.${ue}-${P} <${se}.${+Y+1}.0-0`):L=`>=${se}.${Y}.${ue} <${se}.${+Y+1}.0-0`,c("tilde return",L),L})},q=(x,W)=>x.trim().split(/\s+/).map(U=>V(U,W)).join(" "),V=(x,W)=>{c("caret",x,W);const U=W.loose?d[h.CARETLOOSE]:d[h.CARET],j=W.includePrerelease?"-0":"";return x.replace(U,(se,Y,ue,P,L)=>{c("caret",x,se,Y,ue,P,L);let ee;return A(Y)?ee="":A(ue)?ee=`>=${Y}.0.0${j} <${+Y+1}.0.0-0`:A(P)?Y==="0"?ee=`>=${Y}.${ue}.0${j} <${Y}.${+ue+1}.0-0`:ee=`>=${Y}.${ue}.0${j} <${+Y+1}.0.0-0`:L?(c("replaceCaret pr",L),Y==="0"?ue==="0"?ee=`>=${Y}.${ue}.${P}-${L} <${Y}.${ue}.${+P+1}-0`:ee=`>=${Y}.${ue}.${P}-${L} <${Y}.${+ue+1}.0-0`:ee=`>=${Y}.${ue}.${P}-${L} <${+Y+1}.0.0-0`):(c("no pr"),Y==="0"?ue==="0"?ee=`>=${Y}.${ue}.${P}${j} <${Y}.${ue}.${+P+1}-0`:ee=`>=${Y}.${ue}.${P}${j} <${Y}.${+ue+1}.0-0`:ee=`>=${Y}.${ue}.${P} <${+Y+1}.0.0-0`),c("caret return",ee),ee})},K=(x,W)=>(c("replaceXRanges",x,W),x.split(/\s+/).map(U=>Q(U,W)).join(" ")),Q=(x,W)=>{x=x.trim();const U=W.loose?d[h.XRANGELOOSE]:d[h.XRANGE];return x.replace(U,(j,se,Y,ue,P,L)=>{c("xRange",x,j,se,Y,ue,P,L);const ee=A(Y),ae=ee||A(ue),ne=ae||A(P),we=ne;return se==="="&&we&&(se=""),L=W.includePrerelease?"-0":"",ee?se===">"||se==="<"?j="<0.0.0-0":j="*":se&&we?(ae&&(ue=0),P=0,se===">"?(se=">=",ae?(Y=+Y+1,ue=0,P=0):(ue=+ue+1,P=0)):se==="<="&&(se="<",ae?Y=+Y+1:ue=+ue+1),se==="<"&&(L="-0"),j=`${se+Y}.${ue}.${P}${L}`):ae?j=`>=${Y}.0.0${L} <${+Y+1}.0.0-0`:ne&&(j=`>=${Y}.${ue}.0${L} <${Y}.${+ue+1}.0-0`),c("xRange return",j),j})},he=(x,W)=>(c("replaceStars",x,W),x.trim().replace(d[h.STAR],"")),ve=(x,W)=>(c("replaceGTE0",x,W),x.trim().replace(d[W.includePrerelease?h.GTE0PRE:h.GTE0],"")),M=x=>(W,U,j,se,Y,ue,P,L,ee,ae,ne,we)=>(A(j)?U="":A(se)?U=`>=${j}.0.0${x?"-0":""}`:A(Y)?U=`>=${j}.${se}.0${x?"-0":""}`:ue?U=`>=${U}`:U=`>=${U}${x?"-0":""}`,A(ee)?L="":A(ae)?L=`<${+ee+1}.0.0-0`:A(ne)?L=`<${ee}.${+ae+1}.0-0`:we?L=`<=${ee}.${ae}.${ne}-${we}`:x?L=`<${ee}.${ae}.${+ne+1}-0`:L=`<=${L}`,`${U} ${L}`.trim()),le=(x,W,U)=>{for(let j=0;j0){const se=x[j].semver;if(se.major===W.major&&se.minor===W.minor&&se.patch===W.patch)return!0}return!1}return!0};return tu}var ru,Bg;function ao(){if(Bg)return ru;Bg=1;const f=Symbol("SemVer ANY");class a{static get ANY(){return f}constructor(m,b){if(b=r(b),m instanceof a){if(m.loose===!!b.loose)return m;m=m.value}m=m.trim().split(/\s+/).join(" "),c("comparator",m,b),this.options=b,this.loose=!!b.loose,this.parse(m),this.semver===f?this.value="":this.value=this.operator+this.semver.version,c("comp",this)}parse(m){const b=this.options.loose?i[o.COMPARATORLOOSE]:i[o.COMPARATOR],k=m.match(b);if(!k)throw new TypeError(`Invalid comparator: ${m}`);this.operator=k[1]!==void 0?k[1]:"",this.operator==="="&&(this.operator=""),k[2]?this.semver=new u(k[2],this.options.loose):this.semver=f}toString(){return this.value}test(m){if(c("Comparator.test",m,this.options.loose),this.semver===f||m===f)return!0;if(typeof m=="string")try{m=new u(m,this.options)}catch{return!1}return l(m,this.operator,this.semver,this.options)}intersects(m,b){if(!(m instanceof a))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new d(m.value,b).test(this.value):m.operator===""?m.value===""?!0:new d(this.value,b).test(m.semver):(b=r(b),b.includePrerelease&&(this.value==="<0.0.0-0"||m.value==="<0.0.0-0")||!b.includePrerelease&&(this.value.startsWith("<0.0.0")||m.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&m.operator.startsWith(">")||this.operator.startsWith("<")&&m.operator.startsWith("<")||this.semver.version===m.semver.version&&this.operator.includes("=")&&m.operator.includes("=")||l(this.semver,"<",m.semver,b)&&this.operator.startsWith(">")&&m.operator.startsWith("<")||l(this.semver,">",m.semver,b)&&this.operator.startsWith("<")&&m.operator.startsWith(">")))}}ru=a;const r=qu(),{safeRe:i,t:o}=xi(),l=Km(),c=to(),u=At(),d=cr();return ru}var au,jg;function no(){if(jg)return au;jg=1;const f=cr();return au=(r,i,o)=>{try{i=new f(i,o)}catch{return!1}return i.test(r)},au}var nu,Ug;function z0(){if(Ug)return nu;Ug=1;const f=cr();return nu=(r,i)=>new f(r,i).set.map(o=>o.map(l=>l.value).join(" ").trim().split(" ")),nu}var iu,Vg;function R0(){if(Vg)return iu;Vg=1;const f=At(),a=cr();return iu=(i,o,l)=>{let c=null,u=null,d=null;try{d=new a(o,l)}catch{return null}return i.forEach(h=>{d.test(h)&&(!c||u.compare(h)===-1)&&(c=h,u=new f(c,l))}),c},iu}var su,Wg;function O0(){if(Wg)return su;Wg=1;const f=At(),a=cr();return su=(i,o,l)=>{let c=null,u=null,d=null;try{d=new a(o,l)}catch{return null}return i.forEach(h=>{d.test(h)&&(!c||u.compare(h)===1)&&(c=h,u=new f(c,l))}),c},su}var ou,Hg;function M0(){if(Hg)return ou;Hg=1;const f=At(),a=cr(),r=ro();return ou=(o,l)=>{o=new a(o,l);let c=new f("0.0.0");if(o.test(c)||(c=new f("0.0.0-0"),o.test(c)))return c;c=null;for(let u=0;u{const b=new f(m.semver.version);switch(m.operator){case">":b.prerelease.length===0?b.patch++:b.prerelease.push(0),b.raw=b.format();case"":case">=":(!h||r(b,h))&&(h=b);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${m.operator}`)}}),h&&(!c||r(c,h))&&(c=h)}return c&&o.test(c)?c:null},ou}var lu,qg;function $0(){if(qg)return lu;qg=1;const f=cr();return lu=(r,i)=>{try{return new f(r,i).range||"*"}catch{return null}},lu}var cu,Gg;function Qu(){if(Gg)return cu;Gg=1;const f=At(),a=ao(),{ANY:r}=a,i=cr(),o=no(),l=ro(),c=Zu(),u=Ku(),d=Yu();return cu=(m,b,k,v)=>{m=new f(m,v),b=new i(b,v);let y,w,D,E,T;switch(k){case">":y=l,w=u,D=c,E=">",T=">=";break;case"<":y=c,w=d,D=l,E="<",T="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(o(m,b,v))return!1;for(let A=0;A{V.semver===r&&(V=new a(">=0.0.0")),R=R||V,q=q||V,y(V.semver,R.semver,v)?R=V:D(V.semver,q.semver,v)&&(q=V)}),R.operator===E||R.operator===T||(!q.operator||q.operator===E)&&w(m,q.semver))return!1;if(q.operator===T&&D(m,q.semver))return!1}return!0},cu}var uu,Zg;function B0(){if(Zg)return uu;Zg=1;const f=Qu();return uu=(r,i,o)=>f(r,i,">",o),uu}var pu,Yg;function j0(){if(Yg)return pu;Yg=1;const f=Qu();return pu=(r,i,o)=>f(r,i,"<",o),pu}var du,Kg;function U0(){if(Kg)return du;Kg=1;const f=cr();return du=(r,i,o)=>(r=new f(r,o),i=new f(i,o),r.intersects(i,o)),du}var fu,Qg;function V0(){if(Qg)return fu;Qg=1;const f=no(),a=lr();return fu=(r,i,o)=>{const l=[];let c=null,u=null;const d=r.sort((k,v)=>a(k,v,o));for(const k of d)f(k,i,o)?(u=k,c||(c=k)):(u&&l.push([c,u]),u=null,c=null);c&&l.push([c,null]);const h=[];for(const[k,v]of l)k===v?h.push(k):!v&&k===d[0]?h.push("*"):v?k===d[0]?h.push(`<=${v}`):h.push(`${k} - ${v}`):h.push(`>=${k}`);const m=h.join(" || "),b=typeof i.raw=="string"?i.raw:String(i);return m.length{if(b===k)return!0;b=new f(b,v),k=new f(k,v);let y=!1;e:for(const w of b.set){for(const D of k.set){const E=d(w,D,v);if(y=y||E!==null,E)continue e}if(y)return!1}return!0},c=[new a(">=0.0.0-0")],u=[new a(">=0.0.0")],d=(b,k,v)=>{if(b===k)return!0;if(b.length===1&&b[0].semver===r){if(k.length===1&&k[0].semver===r)return!0;v.includePrerelease?b=c:b=u}if(k.length===1&&k[0].semver===r){if(v.includePrerelease)return!0;k=u}const y=new Set;let w,D;for(const K of b)K.operator===">"||K.operator===">="?w=h(w,K,v):K.operator==="<"||K.operator==="<="?D=m(D,K,v):y.add(K.semver);if(y.size>1)return null;let E;if(w&&D){if(E=o(w.semver,D.semver,v),E>0)return null;if(E===0&&(w.operator!==">="||D.operator!=="<="))return null}for(const K of y){if(w&&!i(K,String(w),v)||D&&!i(K,String(D),v))return null;for(const Q of k)if(!i(K,String(Q),v))return!1;return!0}let T,A,z,R,q=D&&!v.includePrerelease&&D.semver.prerelease.length?D.semver:!1,V=w&&!v.includePrerelease&&w.semver.prerelease.length?w.semver:!1;q&&q.prerelease.length===1&&D.operator==="<"&&q.prerelease[0]===0&&(q=!1);for(const K of k){if(R=R||K.operator===">"||K.operator===">=",z=z||K.operator==="<"||K.operator==="<=",w){if(V&&K.semver.prerelease&&K.semver.prerelease.length&&K.semver.major===V.major&&K.semver.minor===V.minor&&K.semver.patch===V.patch&&(V=!1),K.operator===">"||K.operator===">="){if(T=h(w,K,v),T===K&&T!==w)return!1}else if(w.operator===">="&&!i(w.semver,String(K),v))return!1}if(D){if(q&&K.semver.prerelease&&K.semver.prerelease.length&&K.semver.major===q.major&&K.semver.minor===q.minor&&K.semver.patch===q.patch&&(q=!1),K.operator==="<"||K.operator==="<="){if(A=m(D,K,v),A===K&&A!==D)return!1}else if(D.operator==="<="&&!i(D.semver,String(K),v))return!1}if(!K.operator&&(D||w)&&E!==0)return!1}return!(w&&z&&!D&&E!==0||D&&R&&!w&&E!==0||V||q)},h=(b,k,v)=>{if(!b)return k;const y=o(b.semver,k.semver,v);return y>0?b:y<0||k.operator===">"&&b.operator===">="?k:b},m=(b,k,v)=>{if(!b)return k;const y=o(b.semver,k.semver,v);return y<0?b:y>0||k.operator==="<"&&b.operator==="<="?k:b};return hu=l,hu}var gu,Jg;function H0(){if(Jg)return gu;Jg=1;const f=xi(),a=eo(),r=At(),i=Gm(),o=wn(),l=k0(),c=x0(),u=S0(),d=E0(),h=C0(),m=_0(),b=D0(),k=P0(),v=lr(),y=T0(),w=N0(),D=Gu(),E=I0(),T=A0(),A=ro(),z=Zu(),R=Zm(),q=Ym(),V=Yu(),K=Ku(),Q=Km(),he=F0(),ve=ao(),M=cr(),le=no(),x=z0(),W=R0(),U=O0(),j=M0(),se=$0(),Y=Qu(),ue=B0(),P=j0(),L=U0(),ee=V0(),ae=W0();return gu={parse:o,valid:l,clean:c,inc:u,diff:d,major:h,minor:m,patch:b,prerelease:k,compare:v,rcompare:y,compareLoose:w,compareBuild:D,sort:E,rsort:T,gt:A,lt:z,eq:R,neq:q,gte:V,lte:K,cmp:Q,coerce:he,Comparator:ve,Range:M,satisfies:le,toComparators:x,maxSatisfying:W,minSatisfying:U,minVersion:j,validRange:se,outside:Y,gtr:ue,ltr:P,intersects:L,simplifyRange:ee,subset:ae,SemVer:r,re:f.re,src:f.src,tokens:f.t,SEMVER_SPEC_VERSION:a.SEMVER_SPEC_VERSION,RELEASE_TYPES:a.RELEASE_TYPES,compareIdentifiers:i.compareIdentifiers,rcompareIdentifiers:i.rcompareIdentifiers},gu}var q0=H0();const Us=Hu(q0);class mu{constructor(a,r,i){this.repository=a,this.minAppVersion=r,this.proxyService=i}async checkForUpdates(a,r=!1){try{const i=await this.fetchLatestRelease(),o=Us.gt(i.version,r?"0.0.0":a),l=this.checkCompatibility(i);return{hasUpdate:o,currentVersion:a,latestVersion:i.version,releaseInfo:i,compatibilityIssues:l}}catch(i){throw new Error(`Failed to check for updates: ${i.message}`)}}async fetchLatestRelease(){const a=`https://api.github.com/repos/${this.repository}/releases/latest`;if(this.proxyService){if(!this.proxyService.isServiceActivated()&&!await this.proxyService.activate())throw new Error("Failed to activate license for update check");const r=await _.requestUrl({url:a});if(r.status!==200)throw new Error(`Failed to fetch latest release: ${r.status}`);const i=r.json;return{version:i.tag_name.replace(/^v/,""),minAppVersion:i.minAppVersion||"0.0.0",downloadUrl:i.assets[0]?.browser_download_url,sha256:i.assets[0]?.sha256,releaseNotes:i.body,dependencies:i.dependencies||{}}}else{const r=await _.requestUrl({url:a});if(r.status!==200)throw new Error(`Failed to fetch latest release: ${r.status}`);const i=r.json;return{version:i.tag_name.replace(/^v/,""),minAppVersion:i.minAppVersion||"0.0.0",downloadUrl:i.assets[0]?.browser_download_url,sha256:i.assets[0]?.sha256,releaseNotes:i.body,dependencies:i.dependencies||{}}}}checkCompatibility(a){const r=[];return Us.lt(this.minAppVersion,a.minAppVersion)&&r.push(`Requires Obsidian version ${a.minAppVersion} or higher`),r}static isValidVersion(a){return Us.valid(a)!==null}static compareVersions(a,r){return Us.compare(a,r)}}function Vs(f){throw new Error('Could not dynamically require "'+f+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var bu={exports:{}},em;function G0(){return em||(em=1,(function(f,a){(function(r){f.exports=r()})(function(){return(function r(i,o,l){function c(h,m){if(!o[h]){if(!i[h]){var b=typeof Vs=="function"&&Vs;if(!m&&b)return b(h,!0);if(u)return u(h,!0);var k=new Error("Cannot find module '"+h+"'");throw k.code="MODULE_NOT_FOUND",k}var v=o[h]={exports:{}};i[h][0].call(v.exports,function(y){var w=i[h][1][y];return c(w||y)},v,v.exports,r,i,o,l)}return o[h].exports}for(var u=typeof Vs=="function"&&Vs,d=0;d>2,v=(3&h)<<4|m>>4,y=1>6:64,w=2>4,m=(15&k)<<4|(v=u.indexOf(d.charAt(w++)))>>2,b=(3&v)<<6|(y=u.indexOf(d.charAt(w++))),T[D++]=h,v!==64&&(T[D++]=m),y!==64&&(T[D++]=b);return T}},{"./support":30,"./utils":32}],2:[function(r,i,o){var l=r("./external"),c=r("./stream/DataWorker"),u=r("./stream/Crc32Probe"),d=r("./stream/DataLengthProbe");function h(m,b,k,v,y){this.compressedSize=m,this.uncompressedSize=b,this.crc32=k,this.compression=v,this.compressedContent=y}h.prototype={getContentWorker:function(){var m=new c(l.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new d("data_length")),b=this;return m.on("end",function(){if(this.streamInfo.data_length!==b.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),m},getCompressedWorker:function(){return new c(l.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},h.createWorkerFrom=function(m,b,k){return m.pipe(new u).pipe(new d("uncompressedSize")).pipe(b.compressWorker(k)).pipe(new d("compressedSize")).withStreamInfo("compression",b)},i.exports=h},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(r,i,o){var l=r("./stream/GenericWorker");o.STORE={magic:"\0\0",compressWorker:function(){return new l("STORE compression")},uncompressWorker:function(){return new l("STORE decompression")}},o.DEFLATE=r("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(r,i,o){var l=r("./utils"),c=(function(){for(var u,d=[],h=0;h<256;h++){u=h;for(var m=0;m<8;m++)u=1&u?3988292384^u>>>1:u>>>1;d[h]=u}return d})();i.exports=function(u,d){return u!==void 0&&u.length?l.getTypeOf(u)!=="string"?(function(h,m,b,k){var v=c,y=k+b;h^=-1;for(var w=k;w>>8^v[255&(h^m[w])];return-1^h})(0|d,u,u.length,0):(function(h,m,b,k){var v=c,y=k+b;h^=-1;for(var w=k;w>>8^v[255&(h^m.charCodeAt(w))];return-1^h})(0|d,u,u.length,0):0}},{"./utils":32}],5:[function(r,i,o){o.base64=!1,o.binary=!1,o.dir=!1,o.createFolders=!0,o.date=null,o.compression=null,o.compressionOptions=null,o.comment=null,o.unixPermissions=null,o.dosPermissions=null},{}],6:[function(r,i,o){var l=null;l=typeof Promise<"u"?Promise:r("lie"),i.exports={Promise:l}},{lie:37}],7:[function(r,i,o){var l=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",c=r("pako"),u=r("./utils"),d=r("./stream/GenericWorker"),h=l?"uint8array":"array";function m(b,k){d.call(this,"FlateWorker/"+b),this._pako=null,this._pakoAction=b,this._pakoOptions=k,this.meta={}}o.magic="\b\0",u.inherits(m,d),m.prototype.processChunk=function(b){this.meta=b.meta,this._pako===null&&this._createPako(),this._pako.push(u.transformTo(h,b.data),!1)},m.prototype.flush=function(){d.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},m.prototype.cleanUp=function(){d.prototype.cleanUp.call(this),this._pako=null},m.prototype._createPako=function(){this._pako=new c[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var b=this;this._pako.onData=function(k){b.push({data:k,meta:b.meta})}},o.compressWorker=function(b){return new m("Deflate",b)},o.uncompressWorker=function(){return new m("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(r,i,o){function l(v,y){var w,D="";for(w=0;w>>=8;return D}function c(v,y,w,D,E,T){var A,z,R=v.file,q=v.compression,V=T!==h.utf8encode,K=u.transformTo("string",T(R.name)),Q=u.transformTo("string",h.utf8encode(R.name)),he=R.comment,ve=u.transformTo("string",T(he)),M=u.transformTo("string",h.utf8encode(he)),le=Q.length!==R.name.length,x=M.length!==he.length,W="",U="",j="",se=R.dir,Y=R.date,ue={crc32:0,compressedSize:0,uncompressedSize:0};y&&!w||(ue.crc32=v.crc32,ue.compressedSize=v.compressedSize,ue.uncompressedSize=v.uncompressedSize);var P=0;y&&(P|=8),V||!le&&!x||(P|=2048);var L=0,ee=0;se&&(L|=16),E==="UNIX"?(ee=798,L|=(function(ne,we){var Ne=ne;return ne||(Ne=we?16893:33204),(65535&Ne)<<16})(R.unixPermissions,se)):(ee=20,L|=(function(ne){return 63&(ne||0)})(R.dosPermissions)),A=Y.getUTCHours(),A<<=6,A|=Y.getUTCMinutes(),A<<=5,A|=Y.getUTCSeconds()/2,z=Y.getUTCFullYear()-1980,z<<=4,z|=Y.getUTCMonth()+1,z<<=5,z|=Y.getUTCDate(),le&&(U=l(1,1)+l(m(K),4)+Q,W+="up"+l(U.length,2)+U),x&&(j=l(1,1)+l(m(ve),4)+M,W+="uc"+l(j.length,2)+j);var ae="";return ae+=` -\0`,ae+=l(P,2),ae+=q.magic,ae+=l(A,2),ae+=l(z,2),ae+=l(ue.crc32,4),ae+=l(ue.compressedSize,4),ae+=l(ue.uncompressedSize,4),ae+=l(K.length,2),ae+=l(W.length,2),{fileRecord:b.LOCAL_FILE_HEADER+ae+K+W,dirRecord:b.CENTRAL_FILE_HEADER+l(ee,2)+ae+l(ve.length,2)+"\0\0\0\0"+l(L,4)+l(D,4)+K+W+ve}}var u=r("../utils"),d=r("../stream/GenericWorker"),h=r("../utf8"),m=r("../crc32"),b=r("../signature");function k(v,y,w,D){d.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=y,this.zipPlatform=w,this.encodeFileName=D,this.streamFiles=v,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}u.inherits(k,d),k.prototype.push=function(v){var y=v.meta.percent||0,w=this.entriesCount,D=this._sources.length;this.accumulate?this.contentBuffer.push(v):(this.bytesWritten+=v.data.length,d.prototype.push.call(this,{data:v.data,meta:{currentFile:this.currentFile,percent:w?(y+100*(w-D-1))/w:100}}))},k.prototype.openedSource=function(v){this.currentSourceOffset=this.bytesWritten,this.currentFile=v.file.name;var y=this.streamFiles&&!v.file.dir;if(y){var w=c(v,y,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:w.fileRecord,meta:{percent:0}})}else this.accumulate=!0},k.prototype.closedSource=function(v){this.accumulate=!1;var y=this.streamFiles&&!v.file.dir,w=c(v,y,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(w.dirRecord),y)this.push({data:(function(D){return b.DATA_DESCRIPTOR+l(D.crc32,4)+l(D.compressedSize,4)+l(D.uncompressedSize,4)})(v),meta:{percent:100}});else for(this.push({data:w.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},k.prototype.flush=function(){for(var v=this.bytesWritten,y=0;y=this.index;d--)h=(h<<8)+this.byteAt(d);return this.index+=u,h},readString:function(u){return l.transformTo("string",this.readData(u))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var u=this.readInt(4);return new Date(Date.UTC(1980+(u>>25&127),(u>>21&15)-1,u>>16&31,u>>11&31,u>>5&63,(31&u)<<1))}},i.exports=c},{"../utils":32}],19:[function(r,i,o){var l=r("./Uint8ArrayReader");function c(u){l.call(this,u)}r("../utils").inherits(c,l),c.prototype.readData=function(u){this.checkOffset(u);var d=this.data.slice(this.zero+this.index,this.zero+this.index+u);return this.index+=u,d},i.exports=c},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(r,i,o){var l=r("./DataReader");function c(u){l.call(this,u)}r("../utils").inherits(c,l),c.prototype.byteAt=function(u){return this.data.charCodeAt(this.zero+u)},c.prototype.lastIndexOfSignature=function(u){return this.data.lastIndexOf(u)-this.zero},c.prototype.readAndCheckSignature=function(u){return u===this.readData(4)},c.prototype.readData=function(u){this.checkOffset(u);var d=this.data.slice(this.zero+this.index,this.zero+this.index+u);return this.index+=u,d},i.exports=c},{"../utils":32,"./DataReader":18}],21:[function(r,i,o){var l=r("./ArrayReader");function c(u){l.call(this,u)}r("../utils").inherits(c,l),c.prototype.readData=function(u){if(this.checkOffset(u),u===0)return new Uint8Array(0);var d=this.data.subarray(this.zero+this.index,this.zero+this.index+u);return this.index+=u,d},i.exports=c},{"../utils":32,"./ArrayReader":17}],22:[function(r,i,o){var l=r("../utils"),c=r("../support"),u=r("./ArrayReader"),d=r("./StringReader"),h=r("./NodeBufferReader"),m=r("./Uint8ArrayReader");i.exports=function(b){var k=l.getTypeOf(b);return l.checkSupport(k),k!=="string"||c.uint8array?k==="nodebuffer"?new h(b):c.uint8array?new m(l.transformTo("uint8array",b)):new u(l.transformTo("array",b)):new d(b)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(r,i,o){o.LOCAL_FILE_HEADER="PK",o.CENTRAL_FILE_HEADER="PK",o.CENTRAL_DIRECTORY_END="PK",o.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",o.ZIP64_CENTRAL_DIRECTORY_END="PK",o.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(r,i,o){var l=r("./GenericWorker"),c=r("../utils");function u(d){l.call(this,"ConvertWorker to "+d),this.destType=d}c.inherits(u,l),u.prototype.processChunk=function(d){this.push({data:c.transformTo(this.destType,d.data),meta:d.meta})},i.exports=u},{"../utils":32,"./GenericWorker":28}],25:[function(r,i,o){var l=r("./GenericWorker"),c=r("../crc32");function u(){l.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}r("../utils").inherits(u,l),u.prototype.processChunk=function(d){this.streamInfo.crc32=c(d.data,this.streamInfo.crc32||0),this.push(d)},i.exports=u},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(r,i,o){var l=r("../utils"),c=r("./GenericWorker");function u(d){c.call(this,"DataLengthProbe for "+d),this.propName=d,this.withStreamInfo(d,0)}l.inherits(u,c),u.prototype.processChunk=function(d){if(d){var h=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=h+d.data.length}c.prototype.processChunk.call(this,d)},i.exports=u},{"../utils":32,"./GenericWorker":28}],27:[function(r,i,o){var l=r("../utils"),c=r("./GenericWorker");function u(d){c.call(this,"DataWorker");var h=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,d.then(function(m){h.dataIsReady=!0,h.data=m,h.max=m&&m.length||0,h.type=l.getTypeOf(m),h.isPaused||h._tickAndRepeat()},function(m){h.error(m)})}l.inherits(u,c),u.prototype.cleanUp=function(){c.prototype.cleanUp.call(this),this.data=null},u.prototype.resume=function(){return!!c.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,l.delay(this._tickAndRepeat,[],this)),!0)},u.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(l.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},u.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var d=null,h=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":d=this.data.substring(this.index,h);break;case"uint8array":d=this.data.subarray(this.index,h);break;case"array":case"nodebuffer":d=this.data.slice(this.index,h)}return this.index=h,this.push({data:d,meta:{percent:this.max?this.index/this.max*100:0}})},i.exports=u},{"../utils":32,"./GenericWorker":28}],28:[function(r,i,o){function l(c){this.name=c||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}l.prototype={push:function(c){this.emit("data",c)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(c){this.emit("error",c)}return!0},error:function(c){return!this.isFinished&&(this.isPaused?this.generatedError=c:(this.isFinished=!0,this.emit("error",c),this.previous&&this.previous.error(c),this.cleanUp()),!0)},on:function(c,u){return this._listeners[c].push(u),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(c,u){if(this._listeners[c])for(var d=0;d "+c:c}},i.exports=l},{}],29:[function(r,i,o){var l=r("../utils"),c=r("./ConvertWorker"),u=r("./GenericWorker"),d=r("../base64"),h=r("../support"),m=r("../external"),b=null;if(h.nodestream)try{b=r("../nodejs/NodejsStreamOutputAdapter")}catch{}function k(y,w){return new m.Promise(function(D,E){var T=[],A=y._internalType,z=y._outputType,R=y._mimeType;y.on("data",function(q,V){T.push(q),w&&w(V)}).on("error",function(q){T=[],E(q)}).on("end",function(){try{var q=(function(V,K,Q){switch(V){case"blob":return l.newBlob(l.transformTo("arraybuffer",K),Q);case"base64":return d.encode(K);default:return l.transformTo(V,K)}})(z,(function(V,K){var Q,he=0,ve=null,M=0;for(Q=0;Q"u")o.blob=!1;else{var l=new ArrayBuffer(0);try{o.blob=new Blob([l],{type:"application/zip"}).size===0}catch{try{var c=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);c.append(l),o.blob=c.getBlob("application/zip").size===0}catch{o.blob=!1}}}try{o.nodestream=!!r("readable-stream").Readable}catch{o.nodestream=!1}},{"readable-stream":16}],31:[function(r,i,o){for(var l=r("./utils"),c=r("./support"),u=r("./nodejsUtils"),d=r("./stream/GenericWorker"),h=new Array(256),m=0;m<256;m++)h[m]=252<=m?6:248<=m?5:240<=m?4:224<=m?3:192<=m?2:1;h[254]=h[254]=1;function b(){d.call(this,"utf-8 decode"),this.leftOver=null}function k(){d.call(this,"utf-8 encode")}o.utf8encode=function(v){return c.nodebuffer?u.newBufferFrom(v,"utf-8"):(function(y){var w,D,E,T,A,z=y.length,R=0;for(T=0;T>>6:(D<65536?w[A++]=224|D>>>12:(w[A++]=240|D>>>18,w[A++]=128|D>>>12&63),w[A++]=128|D>>>6&63),w[A++]=128|63&D);return w})(v)},o.utf8decode=function(v){return c.nodebuffer?l.transformTo("nodebuffer",v).toString("utf-8"):(function(y){var w,D,E,T,A=y.length,z=new Array(2*A);for(w=D=0;w>10&1023,z[D++]=56320|1023&E)}return z.length!==D&&(z.subarray?z=z.subarray(0,D):z.length=D),l.applyFromCharCode(z)})(v=l.transformTo(c.uint8array?"uint8array":"array",v))},l.inherits(b,d),b.prototype.processChunk=function(v){var y=l.transformTo(c.uint8array?"uint8array":"array",v.data);if(this.leftOver&&this.leftOver.length){if(c.uint8array){var w=y;(y=new Uint8Array(w.length+this.leftOver.length)).set(this.leftOver,0),y.set(w,this.leftOver.length)}else y=this.leftOver.concat(y);this.leftOver=null}var D=(function(T,A){var z;for((A=A||T.length)>T.length&&(A=T.length),z=A-1;0<=z&&(192&T[z])==128;)z--;return z<0||z===0?A:z+h[T[z]]>A?z:A})(y),E=y;D!==y.length&&(c.uint8array?(E=y.subarray(0,D),this.leftOver=y.subarray(D,y.length)):(E=y.slice(0,D),this.leftOver=y.slice(D,y.length))),this.push({data:o.utf8decode(E),meta:v.meta})},b.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:o.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},o.Utf8DecodeWorker=b,l.inherits(k,d),k.prototype.processChunk=function(v){this.push({data:o.utf8encode(v.data),meta:v.meta})},o.Utf8EncodeWorker=k},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(r,i,o){var l=r("./support"),c=r("./base64"),u=r("./nodejsUtils"),d=r("./external");function h(w){return w}function m(w,D){for(var E=0;E>8;this.dir=!!(16&this.externalFileAttributes),v==0&&(this.dosPermissions=63&this.externalFileAttributes),v==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var v=l(this.extraFields[1].value);this.uncompressedSize===c.MAX_VALUE_32BITS&&(this.uncompressedSize=v.readInt(8)),this.compressedSize===c.MAX_VALUE_32BITS&&(this.compressedSize=v.readInt(8)),this.localHeaderOffset===c.MAX_VALUE_32BITS&&(this.localHeaderOffset=v.readInt(8)),this.diskNumberStart===c.MAX_VALUE_32BITS&&(this.diskNumberStart=v.readInt(4))}},readExtraFields:function(v){var y,w,D,E=v.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});v.index+4>>6:(v<65536?k[D++]=224|v>>>12:(k[D++]=240|v>>>18,k[D++]=128|v>>>12&63),k[D++]=128|v>>>6&63),k[D++]=128|63&v);return k},o.buf2binstring=function(b){return m(b,b.length)},o.binstring2buf=function(b){for(var k=new l.Buf8(b.length),v=0,y=k.length;v>10&1023,T[y++]=56320|1023&w)}return m(T,y)},o.utf8border=function(b,k){var v;for((k=k||b.length)>b.length&&(k=b.length),v=k-1;0<=v&&(192&b[v])==128;)v--;return v<0||v===0?k:v+d[b[v]]>k?v:k}},{"./common":41}],43:[function(r,i,o){i.exports=function(l,c,u,d){for(var h=65535&l|0,m=l>>>16&65535|0,b=0;u!==0;){for(u-=b=2e3>>1:c>>>1;u[d]=c}return u})();i.exports=function(c,u,d,h){var m=l,b=h+d;c^=-1;for(var k=h;k>>8^m[255&(c^u[k])];return-1^c}},{}],46:[function(r,i,o){var l,c=r("../utils/common"),u=r("./trees"),d=r("./adler32"),h=r("./crc32"),m=r("./messages"),b=0,k=4,v=0,y=-2,w=-1,D=4,E=2,T=8,A=9,z=286,R=30,q=19,V=2*z+1,K=15,Q=3,he=258,ve=he+Q+1,M=42,le=113,x=1,W=2,U=3,j=4;function se(C,pe){return C.msg=m[pe],pe}function Y(C){return(C<<1)-(4C.avail_out&&(O=C.avail_out),O!==0&&(c.arraySet(C.output,pe.pending_buf,pe.pending_out,O,C.next_out),C.next_out+=O,pe.pending_out+=O,C.total_out+=O,C.avail_out-=O,pe.pending-=O,pe.pending===0&&(pe.pending_out=0))}function L(C,pe){u._tr_flush_block(C,0<=C.block_start?C.block_start:-1,C.strstart-C.block_start,pe),C.block_start=C.strstart,P(C.strm)}function ee(C,pe){C.pending_buf[C.pending++]=pe}function ae(C,pe){C.pending_buf[C.pending++]=pe>>>8&255,C.pending_buf[C.pending++]=255&pe}function ne(C,pe){var O,N,F=C.max_chain_length,$=C.strstart,te=C.prev_length,ie=C.nice_match,Z=C.strstart>C.w_size-ve?C.strstart-(C.w_size-ve):0,me=C.window,be=C.w_mask,ge=C.prev,xe=C.strstart+he,Re=me[$+te-1],Pe=me[$+te];C.prev_length>=C.good_match&&(F>>=2),ie>C.lookahead&&(ie=C.lookahead);do if(me[(O=pe)+te]===Pe&&me[O+te-1]===Re&&me[O]===me[$]&&me[++O]===me[$+1]){$+=2,O++;do;while(me[++$]===me[++O]&&me[++$]===me[++O]&&me[++$]===me[++O]&&me[++$]===me[++O]&&me[++$]===me[++O]&&me[++$]===me[++O]&&me[++$]===me[++O]&&me[++$]===me[++O]&&$Z&&--F!=0);return te<=C.lookahead?te:C.lookahead}function we(C){var pe,O,N,F,$,te,ie,Z,me,be,ge=C.w_size;do{if(F=C.window_size-C.lookahead-C.strstart,C.strstart>=ge+(ge-ve)){for(c.arraySet(C.window,C.window,ge,ge,0),C.match_start-=ge,C.strstart-=ge,C.block_start-=ge,pe=O=C.hash_size;N=C.head[--pe],C.head[pe]=ge<=N?N-ge:0,--O;);for(pe=O=ge;N=C.prev[--pe],C.prev[pe]=ge<=N?N-ge:0,--O;);F+=ge}if(C.strm.avail_in===0)break;if(te=C.strm,ie=C.window,Z=C.strstart+C.lookahead,me=F,be=void 0,be=te.avail_in,me=Q)for($=C.strstart-C.insert,C.ins_h=C.window[$],C.ins_h=(C.ins_h<=Q&&(C.ins_h=(C.ins_h<=Q)if(N=u._tr_tally(C,C.strstart-C.match_start,C.match_length-Q),C.lookahead-=C.match_length,C.match_length<=C.max_lazy_match&&C.lookahead>=Q){for(C.match_length--;C.strstart++,C.ins_h=(C.ins_h<=Q&&(C.ins_h=(C.ins_h<=Q&&C.match_length<=C.prev_length){for(F=C.strstart+C.lookahead-Q,N=u._tr_tally(C,C.strstart-1-C.prev_match,C.prev_length-Q),C.lookahead-=C.prev_length-1,C.prev_length-=2;++C.strstart<=F&&(C.ins_h=(C.ins_h<C.pending_buf_size-5&&(O=C.pending_buf_size-5);;){if(C.lookahead<=1){if(we(C),C.lookahead===0&&pe===b)return x;if(C.lookahead===0)break}C.strstart+=C.lookahead,C.lookahead=0;var N=C.block_start+O;if((C.strstart===0||C.strstart>=N)&&(C.lookahead=C.strstart-N,C.strstart=N,L(C,!1),C.strm.avail_out===0)||C.strstart-C.block_start>=C.w_size-ve&&(L(C,!1),C.strm.avail_out===0))return x}return C.insert=0,pe===k?(L(C,!0),C.strm.avail_out===0?U:j):(C.strstart>C.block_start&&(L(C,!1),C.strm.avail_out),x)}),new Ce(4,4,8,4,Ne),new Ce(4,5,16,8,Ne),new Ce(4,6,32,32,Ne),new Ce(4,4,16,16,_e),new Ce(8,16,32,32,_e),new Ce(8,16,128,128,_e),new Ce(8,32,128,256,_e),new Ce(32,128,258,1024,_e),new Ce(32,258,258,4096,_e)],o.deflateInit=function(C,pe){return xt(C,pe,T,15,8,0)},o.deflateInit2=xt,o.deflateReset=kt,o.deflateResetKeep=qe,o.deflateSetHeader=function(C,pe){return C&&C.state?C.state.wrap!==2?y:(C.state.gzhead=pe,v):y},o.deflate=function(C,pe){var O,N,F,$;if(!C||!C.state||5>8&255),ee(N,N.gzhead.time>>16&255),ee(N,N.gzhead.time>>24&255),ee(N,N.level===9?2:2<=N.strategy||N.level<2?4:0),ee(N,255&N.gzhead.os),N.gzhead.extra&&N.gzhead.extra.length&&(ee(N,255&N.gzhead.extra.length),ee(N,N.gzhead.extra.length>>8&255)),N.gzhead.hcrc&&(C.adler=h(C.adler,N.pending_buf,N.pending,0)),N.gzindex=0,N.status=69):(ee(N,0),ee(N,0),ee(N,0),ee(N,0),ee(N,0),ee(N,N.level===9?2:2<=N.strategy||N.level<2?4:0),ee(N,3),N.status=le);else{var te=T+(N.w_bits-8<<4)<<8;te|=(2<=N.strategy||N.level<2?0:N.level<6?1:N.level===6?2:3)<<6,N.strstart!==0&&(te|=32),te+=31-te%31,N.status=le,ae(N,te),N.strstart!==0&&(ae(N,C.adler>>>16),ae(N,65535&C.adler)),C.adler=1}if(N.status===69)if(N.gzhead.extra){for(F=N.pending;N.gzindex<(65535&N.gzhead.extra.length)&&(N.pending!==N.pending_buf_size||(N.gzhead.hcrc&&N.pending>F&&(C.adler=h(C.adler,N.pending_buf,N.pending-F,F)),P(C),F=N.pending,N.pending!==N.pending_buf_size));)ee(N,255&N.gzhead.extra[N.gzindex]),N.gzindex++;N.gzhead.hcrc&&N.pending>F&&(C.adler=h(C.adler,N.pending_buf,N.pending-F,F)),N.gzindex===N.gzhead.extra.length&&(N.gzindex=0,N.status=73)}else N.status=73;if(N.status===73)if(N.gzhead.name){F=N.pending;do{if(N.pending===N.pending_buf_size&&(N.gzhead.hcrc&&N.pending>F&&(C.adler=h(C.adler,N.pending_buf,N.pending-F,F)),P(C),F=N.pending,N.pending===N.pending_buf_size)){$=1;break}$=N.gzindexF&&(C.adler=h(C.adler,N.pending_buf,N.pending-F,F)),$===0&&(N.gzindex=0,N.status=91)}else N.status=91;if(N.status===91)if(N.gzhead.comment){F=N.pending;do{if(N.pending===N.pending_buf_size&&(N.gzhead.hcrc&&N.pending>F&&(C.adler=h(C.adler,N.pending_buf,N.pending-F,F)),P(C),F=N.pending,N.pending===N.pending_buf_size)){$=1;break}$=N.gzindexF&&(C.adler=h(C.adler,N.pending_buf,N.pending-F,F)),$===0&&(N.status=103)}else N.status=103;if(N.status===103&&(N.gzhead.hcrc?(N.pending+2>N.pending_buf_size&&P(C),N.pending+2<=N.pending_buf_size&&(ee(N,255&C.adler),ee(N,C.adler>>8&255),C.adler=0,N.status=le)):N.status=le),N.pending!==0){if(P(C),C.avail_out===0)return N.last_flush=-1,v}else if(C.avail_in===0&&Y(pe)<=Y(O)&&pe!==k)return se(C,-5);if(N.status===666&&C.avail_in!==0)return se(C,-5);if(C.avail_in!==0||N.lookahead!==0||pe!==b&&N.status!==666){var ie=N.strategy===2?(function(Z,me){for(var be;;){if(Z.lookahead===0&&(we(Z),Z.lookahead===0)){if(me===b)return x;break}if(Z.match_length=0,be=u._tr_tally(Z,0,Z.window[Z.strstart]),Z.lookahead--,Z.strstart++,be&&(L(Z,!1),Z.strm.avail_out===0))return x}return Z.insert=0,me===k?(L(Z,!0),Z.strm.avail_out===0?U:j):Z.last_lit&&(L(Z,!1),Z.strm.avail_out===0)?x:W})(N,pe):N.strategy===3?(function(Z,me){for(var be,ge,xe,Re,Pe=Z.window;;){if(Z.lookahead<=he){if(we(Z),Z.lookahead<=he&&me===b)return x;if(Z.lookahead===0)break}if(Z.match_length=0,Z.lookahead>=Q&&0Z.lookahead&&(Z.match_length=Z.lookahead)}if(Z.match_length>=Q?(be=u._tr_tally(Z,1,Z.match_length-Q),Z.lookahead-=Z.match_length,Z.strstart+=Z.match_length,Z.match_length=0):(be=u._tr_tally(Z,0,Z.window[Z.strstart]),Z.lookahead--,Z.strstart++),be&&(L(Z,!1),Z.strm.avail_out===0))return x}return Z.insert=0,me===k?(L(Z,!0),Z.strm.avail_out===0?U:j):Z.last_lit&&(L(Z,!1),Z.strm.avail_out===0)?x:W})(N,pe):l[N.level].func(N,pe);if(ie!==U&&ie!==j||(N.status=666),ie===x||ie===U)return C.avail_out===0&&(N.last_flush=-1),v;if(ie===W&&(pe===1?u._tr_align(N):pe!==5&&(u._tr_stored_block(N,0,0,!1),pe===3&&(ue(N.head),N.lookahead===0&&(N.strstart=0,N.block_start=0,N.insert=0))),P(C),C.avail_out===0))return N.last_flush=-1,v}return pe!==k?v:N.wrap<=0?1:(N.wrap===2?(ee(N,255&C.adler),ee(N,C.adler>>8&255),ee(N,C.adler>>16&255),ee(N,C.adler>>24&255),ee(N,255&C.total_in),ee(N,C.total_in>>8&255),ee(N,C.total_in>>16&255),ee(N,C.total_in>>24&255)):(ae(N,C.adler>>>16),ae(N,65535&C.adler)),P(C),0=O.w_size&&($===0&&(ue(O.head),O.strstart=0,O.block_start=0,O.insert=0),me=new c.Buf8(O.w_size),c.arraySet(me,pe,be-O.w_size,O.w_size,0),pe=me,be=O.w_size),te=C.avail_in,ie=C.next_in,Z=C.input,C.avail_in=be,C.next_in=0,C.input=pe,we(O);O.lookahead>=Q;){for(N=O.strstart,F=O.lookahead-(Q-1);O.ins_h=(O.ins_h<>>=Q=K>>>24,A-=Q,(Q=K>>>16&255)===0)W[m++]=65535&K;else{if(!(16&Q)){if((64&Q)==0){K=z[(65535&K)+(T&(1<>>=Q,A-=Q),A<15&&(T+=x[d++]<>>=Q=K>>>24,A-=Q,!(16&(Q=K>>>16&255))){if((64&Q)==0){K=R[(65535&K)+(T&(1<>>=Q,A-=Q,(Q=m-b)>3,T&=(1<<(A-=he<<3))-1,l.next_in=d,l.next_out=m,l.avail_in=d>>24&255)+(M>>>8&65280)+((65280&M)<<8)+((255&M)<<24)}function T(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new l.Buf16(320),this.work=new l.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function A(M){var le;return M&&M.state?(le=M.state,M.total_in=M.total_out=le.total=0,M.msg="",le.wrap&&(M.adler=1&le.wrap),le.mode=y,le.last=0,le.havedict=0,le.dmax=32768,le.head=null,le.hold=0,le.bits=0,le.lencode=le.lendyn=new l.Buf32(w),le.distcode=le.distdyn=new l.Buf32(D),le.sane=1,le.back=-1,k):v}function z(M){var le;return M&&M.state?((le=M.state).wsize=0,le.whave=0,le.wnext=0,A(M)):v}function R(M,le){var x,W;return M&&M.state?(W=M.state,le<0?(x=0,le=-le):(x=1+(le>>4),le<48&&(le&=15)),le&&(le<8||15=j.wsize?(l.arraySet(j.window,le,x-j.wsize,j.wsize,0),j.wnext=0,j.whave=j.wsize):(W<(U=j.wsize-j.wnext)&&(U=W),l.arraySet(j.window,le,x-W,U,j.wnext),(W-=U)?(l.arraySet(j.window,le,x-W,W,0),j.wnext=W,j.whave=j.wsize):(j.wnext+=U,j.wnext===j.wsize&&(j.wnext=0),j.whave>>8&255,x.check=u(x.check,$,2,0),L=P=0,x.mode=2;break}if(x.flags=0,x.head&&(x.head.done=!1),!(1&x.wrap)||(((255&P)<<8)+(P>>8))%31){M.msg="incorrect header check",x.mode=30;break}if((15&P)!=8){M.msg="unknown compression method",x.mode=30;break}if(L-=4,C=8+(15&(P>>>=4)),x.wbits===0)x.wbits=C;else if(C>x.wbits){M.msg="invalid window size",x.mode=30;break}x.dmax=1<>8&1),512&x.flags&&($[0]=255&P,$[1]=P>>>8&255,x.check=u(x.check,$,2,0)),L=P=0,x.mode=3;case 3:for(;L<32;){if(Y===0)break e;Y--,P+=W[j++]<>>8&255,$[2]=P>>>16&255,$[3]=P>>>24&255,x.check=u(x.check,$,4,0)),L=P=0,x.mode=4;case 4:for(;L<16;){if(Y===0)break e;Y--,P+=W[j++]<>8),512&x.flags&&($[0]=255&P,$[1]=P>>>8&255,x.check=u(x.check,$,2,0)),L=P=0,x.mode=5;case 5:if(1024&x.flags){for(;L<16;){if(Y===0)break e;Y--,P+=W[j++]<>>8&255,x.check=u(x.check,$,2,0)),L=P=0}else x.head&&(x.head.extra=null);x.mode=6;case 6:if(1024&x.flags&&(Y<(ne=x.length)&&(ne=Y),ne&&(x.head&&(C=x.head.extra_len-x.length,x.head.extra||(x.head.extra=new Array(x.head.extra_len)),l.arraySet(x.head.extra,W,j,ne,C)),512&x.flags&&(x.check=u(x.check,W,ne,j)),Y-=ne,j+=ne,x.length-=ne),x.length))break e;x.length=0,x.mode=7;case 7:if(2048&x.flags){if(Y===0)break e;for(ne=0;C=W[j+ne++],x.head&&C&&x.length<65536&&(x.head.name+=String.fromCharCode(C)),C&&ne>9&1,x.head.done=!0),M.adler=x.check=0,x.mode=12;break;case 10:for(;L<32;){if(Y===0)break e;Y--,P+=W[j++]<>>=7&L,L-=7&L,x.mode=27;break}for(;L<3;){if(Y===0)break e;Y--,P+=W[j++]<>>=1)){case 0:x.mode=14;break;case 1:if(he(x),x.mode=20,le!==6)break;P>>>=2,L-=2;break e;case 2:x.mode=17;break;case 3:M.msg="invalid block type",x.mode=30}P>>>=2,L-=2;break;case 14:for(P>>>=7&L,L-=7&L;L<32;){if(Y===0)break e;Y--,P+=W[j++]<>>16^65535)){M.msg="invalid stored block lengths",x.mode=30;break}if(x.length=65535&P,L=P=0,x.mode=15,le===6)break e;case 15:x.mode=16;case 16:if(ne=x.length){if(Y>>=5,L-=5,x.ndist=1+(31&P),P>>>=5,L-=5,x.ncode=4+(15&P),P>>>=4,L-=4,286>>=3,L-=3}for(;x.have<19;)x.lens[te[x.have++]]=0;if(x.lencode=x.lendyn,x.lenbits=7,O={bits:x.lenbits},pe=h(0,x.lens,0,19,x.lencode,0,x.work,O),x.lenbits=O.bits,pe){M.msg="invalid code lengths set",x.mode=30;break}x.have=0,x.mode=19;case 19:for(;x.have>>16&255,Je=65535&F,!((_e=F>>>24)<=L);){if(Y===0)break e;Y--,P+=W[j++]<>>=_e,L-=_e,x.lens[x.have++]=Je;else{if(Je===16){for(N=_e+2;L>>=_e,L-=_e,x.have===0){M.msg="invalid bit length repeat",x.mode=30;break}C=x.lens[x.have-1],ne=3+(3&P),P>>>=2,L-=2}else if(Je===17){for(N=_e+3;L>>=_e)),P>>>=3,L-=3}else{for(N=_e+7;L>>=_e)),P>>>=7,L-=7}if(x.have+ne>x.nlen+x.ndist){M.msg="invalid bit length repeat",x.mode=30;break}for(;ne--;)x.lens[x.have++]=C}}if(x.mode===30)break;if(x.lens[256]===0){M.msg="invalid code -- missing end-of-block",x.mode=30;break}if(x.lenbits=9,O={bits:x.lenbits},pe=h(m,x.lens,0,x.nlen,x.lencode,0,x.work,O),x.lenbits=O.bits,pe){M.msg="invalid literal/lengths set",x.mode=30;break}if(x.distbits=6,x.distcode=x.distdyn,O={bits:x.distbits},pe=h(b,x.lens,x.nlen,x.ndist,x.distcode,0,x.work,O),x.distbits=O.bits,pe){M.msg="invalid distances set",x.mode=30;break}if(x.mode=20,le===6)break e;case 20:x.mode=21;case 21:if(6<=Y&&258<=ue){M.next_out=se,M.avail_out=ue,M.next_in=j,M.avail_in=Y,x.hold=P,x.bits=L,d(M,ae),se=M.next_out,U=M.output,ue=M.avail_out,j=M.next_in,W=M.input,Y=M.avail_in,P=x.hold,L=x.bits,x.mode===12&&(x.back=-1);break}for(x.back=0;Ce=(F=x.lencode[P&(1<>>16&255,Je=65535&F,!((_e=F>>>24)<=L);){if(Y===0)break e;Y--,P+=W[j++]<>qe)])>>>16&255,Je=65535&F,!(qe+(_e=F>>>24)<=L);){if(Y===0)break e;Y--,P+=W[j++]<>>=qe,L-=qe,x.back+=qe}if(P>>>=_e,L-=_e,x.back+=_e,x.length=Je,Ce===0){x.mode=26;break}if(32&Ce){x.back=-1,x.mode=12;break}if(64&Ce){M.msg="invalid literal/length code",x.mode=30;break}x.extra=15&Ce,x.mode=22;case 22:if(x.extra){for(N=x.extra;L>>=x.extra,L-=x.extra,x.back+=x.extra}x.was=x.length,x.mode=23;case 23:for(;Ce=(F=x.distcode[P&(1<>>16&255,Je=65535&F,!((_e=F>>>24)<=L);){if(Y===0)break e;Y--,P+=W[j++]<>qe)])>>>16&255,Je=65535&F,!(qe+(_e=F>>>24)<=L);){if(Y===0)break e;Y--,P+=W[j++]<>>=qe,L-=qe,x.back+=qe}if(P>>>=_e,L-=_e,x.back+=_e,64&Ce){M.msg="invalid distance code",x.mode=30;break}x.offset=Je,x.extra=15&Ce,x.mode=24;case 24:if(x.extra){for(N=x.extra;L>>=x.extra,L-=x.extra,x.back+=x.extra}if(x.offset>x.dmax){M.msg="invalid distance too far back",x.mode=30;break}x.mode=25;case 25:if(ue===0)break e;if(ne=ae-ue,x.offset>ne){if((ne=x.offset-ne)>x.whave&&x.sane){M.msg="invalid distance too far back",x.mode=30;break}we=ne>x.wnext?(ne-=x.wnext,x.wsize-ne):x.wnext-ne,ne>x.length&&(ne=x.length),Ne=x.window}else Ne=U,we=se-x.offset,ne=x.length;for(ueV?(Q=we[Ne+D[le]],L[ee+D[le]]):(Q=96,0),T=1<>se)+(A-=T)]=K<<24|Q<<16|he|0,A!==0;);for(T=1<>=1;if(T!==0?(P&=T-1,P+=T):P=0,le++,--ae[M]==0){if(M===W)break;M=b[k+D[le]]}if(U>>7)]}function ee(F,$){F.pending_buf[F.pending++]=255&$,F.pending_buf[F.pending++]=$>>>8&255}function ae(F,$,te){F.bi_valid>E-te?(F.bi_buf|=$<>E-F.bi_valid,F.bi_valid+=te-E):(F.bi_buf|=$<>>=1,te<<=1,0<--$;);return te>>>1}function Ne(F,$,te){var ie,Z,me=new Array(D+1),be=0;for(ie=1;ie<=D;ie++)me[ie]=be=be+te[ie-1]<<1;for(Z=0;Z<=$;Z++){var ge=F[2*Z+1];ge!==0&&(F[2*Z]=we(me[ge]++,ge))}}function _e(F){var $;for($=0;$>1;1<=te;te--)qe(F,me,te);for(Z=xe;te=F.heap[1],F.heap[1]=F.heap[F.heap_len--],qe(F,me,1),ie=F.heap[1],F.heap[--F.heap_max]=te,F.heap[--F.heap_max]=ie,me[2*Z]=me[2*te]+me[2*ie],F.depth[Z]=(F.depth[te]>=F.depth[ie]?F.depth[te]:F.depth[ie])+1,me[2*te+1]=me[2*ie+1]=Z,F.heap[1]=Z++,qe(F,me,1),2<=F.heap_len;);F.heap[--F.heap_max]=F.heap[1],(function(Pe,rt){var vt,tt,at,Ie,lt,Pt,ot=rt.dyn_tree,Si=rt.max_code,lo=rt.stat_desc.static_tree,co=rt.stat_desc.has_stree,Ia=rt.stat_desc.extra_bits,da=rt.stat_desc.extra_base,ur=rt.stat_desc.max_length,Zt=0;for(Ie=0;Ie<=D;Ie++)Pe.bl_count[Ie]=0;for(ot[2*Pe.heap[Pe.heap_max]+1]=0,vt=Pe.heap_max+1;vt>=7;Z>>=1)if(1&Re&&ge.dyn_ltree[2*xe]!==0)return c;if(ge.dyn_ltree[18]!==0||ge.dyn_ltree[20]!==0||ge.dyn_ltree[26]!==0)return u;for(xe=32;xe>>3,(me=F.static_len+3+7>>>3)<=Z&&(Z=me)):Z=me=te+5,te+4<=Z&&$!==-1?N(F,$,te,ie):F.strategy===4||me===Z?(ae(F,2+(ie?1:0),3),kt(F,ve,M)):(ae(F,4+(ie?1:0),3),(function(ge,xe,Re,Pe){var rt;for(ae(ge,xe-257,5),ae(ge,Re-1,5),ae(ge,Pe-4,4),rt=0;rt>>8&255,F.pending_buf[F.d_buf+2*F.last_lit+1]=255&$,F.pending_buf[F.l_buf+F.last_lit]=255&te,F.last_lit++,$===0?F.dyn_ltree[2*te]++:(F.matches++,$--,F.dyn_ltree[2*(x[te]+b+1)]++,F.dyn_dtree[2*L($)]++),F.last_lit===F.lit_bufsize-1},o._tr_align=function(F){ae(F,2,3),ne(F,A,ve),(function($){$.bi_valid===16?(ee($,$.bi_buf),$.bi_buf=0,$.bi_valid=0):8<=$.bi_valid&&($.pending_buf[$.pending++]=255&$.bi_buf,$.bi_buf>>=8,$.bi_valid-=8)})(F)}},{"../utils/common":41}],53:[function(r,i,o){i.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(r,i,o){(function(l){(function(c,u){if(!c.setImmediate){var d,h,m,b,k=1,v={},y=!1,w=c.document,D=Object.getPrototypeOf&&Object.getPrototypeOf(c);D=D&&D.setTimeout?D:c,d={}.toString.call(c.process)==="[object process]"?function(z){process.nextTick(function(){T(z)})}:(function(){if(c.postMessage&&!c.importScripts){var z=!0,R=c.onmessage;return c.onmessage=function(){z=!1},c.postMessage("","*"),c.onmessage=R,z}})()?(b="setImmediate$"+Math.random()+"$",c.addEventListener?c.addEventListener("message",A,!1):c.attachEvent("onmessage",A),function(z){c.postMessage(b+z,"*")}):c.MessageChannel?((m=new MessageChannel).port1.onmessage=function(z){T(z.data)},function(z){m.port2.postMessage(z)}):w&&"onreadystatechange"in w.createElement("script")?(h=w.documentElement,function(z){var R=w.createElement("script");R.onreadystatechange=function(){T(z),R.onreadystatechange=null,h.removeChild(R),R=null},h.appendChild(R)}):function(z){setTimeout(T,0,z)},D.setImmediate=function(z){typeof z!="function"&&(z=new Function(""+z));for(var R=new Array(arguments.length-1),q=0;q"u"?l===void 0?this:l:self)}).call(this,typeof $s<"u"?$s:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})})(bu)),bu.exports}var tm=G0();class rm{constructor(a,r,i){this.downloadUrl=a,this.sha256=r,this.proxyService=i}async download(a){const r=await this.downloadRelease(a);return this.sha256&&await this.verifyChecksum(r),r}async extract(a,r){return await this.extractZip(a,r)}async downloadAndExtract(a){const r=await this.downloadRelease(a);a({phase:"extract",progress:0,total:100});const i=await tm.loadAsync(r),o={},l=Object.keys(i.files);let c=0;for(const u of l){const d=i.files[u];if(!d.dir){const h=await d.async("string"),m=u.split("/");if(m.length>1){const b=m.slice(1).join("/");o[b]=h}}c++,a({phase:"extract",progress:c,total:l.length})}return o}async downloadRelease(a){a({phase:"download",progress:0,total:100});try{if(this.proxyService){if(!this.proxyService.isServiceActivated()&&!await this.proxyService.activate())throw new Error("Failed to activate license for download");const i=(await _.requestUrl({url:this.downloadUrl,method:"HEAD"})).headers["content-length"],o=i?parseInt(i,10):100;let l=0,c=!0,u=null;(()=>{const m=Math.floor(o*.95),b=1e4,k=100,v=b/k,y=m/v;let w=0;u=setInterval(()=>{if(!c||w>=v){u&&clearInterval(u);return}w++;const D=Math.min(Math.floor(w*y),m);D>l&&(l=D,a({phase:"download",progress:l,total:o}))},k)})();const h=await _.requestUrl({url:this.downloadUrl,method:"GET"});if(c=!1,u&&clearInterval(u),h.status!==200)throw new Error(`Download failed with status: ${h.status}`);return a({phase:"download",progress:100,total:100}),h.arrayBuffer}else{const i=(await _.requestUrl({url:this.downloadUrl,method:"HEAD"})).headers["content-length"],o=i?parseInt(i,10):100;let l=0,c=!0,u=null;(()=>{const m=Math.floor(o*.95),b=1e4,k=100,v=b/k,y=m/v;let w=0;u=setInterval(()=>{if(!c||w>=v){u&&clearInterval(u);return}w++;const D=Math.min(Math.floor(w*y),m);D>l&&(l=D,a({phase:"download",progress:l,total:o}))},k)})();const h=await _.requestUrl({url:this.downloadUrl,method:"GET"});if(c=!1,u&&clearInterval(u),h.status!==200)throw new Error(`Download failed with status: ${h.status}`);return a({phase:"download",progress:100,total:100}),h.arrayBuffer}}catch{const i=await _.requestUrl({url:this.downloadUrl,method:"GET"});if(i.status!==200)throw new Error(`Download failed with status: ${i.status}`);return a({phase:"download",progress:100,total:100}),i.arrayBuffer}}async verifyChecksum(a){if(!this.sha256)return;if(await this.calculateSHA256(a)!==this.sha256)throw new Error("Checksum verification failed")}async calculateSHA256(a){const r=await crypto.subtle.digest("SHA-256",a);return Array.from(new Uint8Array(r)).map(o=>o.toString(16).padStart(2,"0")).join("")}async extractZip(a,r){const i=await tm.loadAsync(a),o=new Map,l=Object.keys(i.files).length;let c=0,u="";const d=Object.keys(i.files),h=d[0];if(h&&h.includes("/")){const m=h.split("/")[0]+"/";d.every(b=>b===m||b.startsWith(m))&&(u=m)}for(const[m,b]of Object.entries(i.files)){if(!b.dir){r({phase:"extract",progress:c,total:l,currentFile:m});const k=await b.async("arraybuffer"),v=u&&m.startsWith(u)?m.slice(u.length):m;o.set(v,k)}c++}return r({phase:"extract",progress:l,total:l}),o}}function br(){}br.prototype={diff:function(a,r){var i,o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},l=o.callback;typeof o=="function"&&(l=o,o={});var c=this;function u(z){return z=c.postProcess(z,o),l?(setTimeout(function(){l(z)},0),!0):z}a=this.castInput(a,o),r=this.castInput(r,o),a=this.removeEmpty(this.tokenize(a,o)),r=this.removeEmpty(this.tokenize(r,o));var d=r.length,h=a.length,m=1,b=d+h;o.maxEditLength!=null&&(b=Math.min(b,o.maxEditLength));var k=(i=o.timeout)!==null&&i!==void 0?i:1/0,v=Date.now()+k,y=[{oldPos:-1,lastComponent:void 0}],w=this.extractCommon(y[0],r,a,0,o);if(y[0].oldPos+1>=h&&w+1>=d)return u(am(c,y[0].lastComponent,r,a,c.useLongestToken));var D=-1/0,E=1/0;function T(){for(var z=Math.max(D,-m);z<=Math.min(E,m);z+=2){var R=void 0,q=y[z-1],V=y[z+1];q&&(y[z-1]=void 0);var K=!1;if(V){var Q=V.oldPos-z;K=V&&0<=Q&&Q=h&&w+1>=d)return u(am(c,R.lastComponent,r,a,c.useLongestToken));y[z]=R,R.oldPos+1>=h&&(E=Math.min(E,z-1)),w+1>=d&&(D=Math.max(D,z+1))}m++}if(l)(function z(){setTimeout(function(){if(m>b||Date.now()>v)return l();T()||z()},0)})();else for(;m<=b&&Date.now()<=v;){var A=T();if(A)return A}},addToPath:function(a,r,i,o,l){var c=a.lastComponent;return c&&!l.oneChangePerToken&&c.added===r&&c.removed===i?{oldPos:a.oldPos+o,lastComponent:{count:c.count+1,added:r,removed:i,previousComponent:c.previousComponent}}:{oldPos:a.oldPos+o,lastComponent:{count:1,added:r,removed:i,previousComponent:c}}},extractCommon:function(a,r,i,o,l){for(var c=r.length,u=i.length,d=a.oldPos,h=d-o,m=0;h+1v.length?w:v}),b.value=f.join(k)}else b.value=f.join(r.slice(h,h+b.count));h+=b.count,b.added||(m+=b.count)}}return l}function nm(f,a){var r;for(r=0;ra.length&&(r=f.length-a.length);var i=a.length;f.length0&&a[c]!=a[l];)l=o[l];a[c]==a[l]&&l++}l=0;for(var u=r;u0&&f[u]!=a[l];)l=o[l];f[u]==a[l]&&l++}return l}var Ks="a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",Y0=new RegExp("[".concat(Ks,"]+|\\s+|[^").concat(Ks,"]"),"ug"),io=new br;io.equals=function(f,a,r){return r.ignoreCase&&(f=f.toLowerCase(),a=a.toLowerCase()),f.trim()===a.trim()};io.tokenize=function(f){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r;if(a.intlSegmenter){if(a.intlSegmenter.resolvedOptions().granularity!="word")throw new Error('The segmenter passed must have a granularity of "word"');r=Array.from(a.intlSegmenter.segment(f),function(l){return l.segment})}else r=f.match(Y0)||[];var i=[],o=null;return r.forEach(function(l){/\s/.test(l)?o==null?i.push(l):i.push(i.pop()+l):/\s/.test(o)?i[i.length-1]==o?i.push(i.pop()+l):i.push(o+l):i.push(l),o=l}),i};io.join=function(f){return f.map(function(a,r){return r==0?a:a.replace(/^\s+/,"")}).join("")};io.postProcess=function(f,a){if(!f||a.oneChangePerToken)return f;var r=null,i=null,o=null;return f.forEach(function(l){l.added?i=l:l.removed?o=l:((i||o)&&om(r,o,i,l),r=l,i=null,o=null)}),(i||o)&&om(r,o,i,null),f};function om(f,a,r,i){if(a&&r){var o=a.value.match(/^\s*/)[0],l=a.value.match(/\s*$/)[0],c=r.value.match(/^\s*/)[0],u=r.value.match(/\s*$/)[0];if(f){var d=nm(o,c);f.value=zu(f.value,c,d),a.value=pi(a.value,d),r.value=pi(r.value,d)}if(i){var h=im(l,u);i.value=Lu(i.value,u,h),a.value=Ws(a.value,h),r.value=Ws(r.value,h)}}else if(r)f&&(r.value=r.value.replace(/^\s*/,"")),i&&(i.value=i.value.replace(/^\s*/,""));else if(f&&i){var m=i.value.match(/^\s*/)[0],b=a.value.match(/^\s*/)[0],k=a.value.match(/\s*$/)[0],v=nm(m,b);a.value=pi(a.value,v);var y=im(pi(m,v),k);a.value=Ws(a.value,y),i.value=Lu(i.value,m,y),f.value=zu(f.value,m,m.slice(0,m.length-y.length))}else if(i){var w=i.value.match(/^\s*/)[0],D=a.value.match(/\s*$/)[0],E=sm(D,w);a.value=Ws(a.value,E)}else if(f){var T=f.value.match(/\s*$/)[0],A=a.value.match(/^\s*/)[0],z=sm(T,A);a.value=pi(a.value,z)}}var K0=new br;K0.tokenize=function(f){var a=new RegExp("(\\r?\\n)|[".concat(Ks,"]+|[^\\S\\n\\r]+|[^").concat(Ks,"]"),"ug");return f.match(a)||[]};var so=new br;so.tokenize=function(f,a){a.stripTrailingCr&&(f=f.replace(/\r\n/g,` -`));var r=[],i=f.split(/(\n|\r\n)/);i[i.length-1]||i.pop();for(var o=0;o"u"?r:c}:i;return typeof f=="string"?f:JSON.stringify(Ou(f,null,null,o),o," ")};wi.equals=function(f,a,r){return br.prototype.equals.call(wi,f.replace(/,([\r\n])/g,"$1"),a.replace(/,([\r\n])/g,"$1"),r)};function Ou(f,a,r,i,o){a=a||[],r=r||[],i&&(f=i(o,f));var l;for(l=0;l0&&this.conflicts[0].incoming instanceof ArrayBuffer)){this.conflicts=[],this.operations=[],this.resolutions={},this.renderContent();return}this.resolutions=Object.fromEntries(this.conflicts.map(o=>[o.path,"keep_current"])),this.selectedFile=null,this.renderContent()}async onClose(){this.resizeObserver?.disconnect(),this.resizeObserver=null,this.detailEl=null,this.containerEl.empty()}setResolution(a,r){this.resolutions[a]=r,this.updateRadioStates(a)}setCategoryResolutions(a,r){const i=this.getCategorizedFiles()[a];for(const o of i)this.resolutions[o.path]=r,this.updateRadioStates(o.path)}updateRadioStates(a){if(this.selectedFile===a&&this.detailEl){const o=this.detailEl.querySelectorAll('input[type="radio"]'),l=this.resolutions[a]==="apply_update";o[0]&&(o[0].checked=!l),o[1]&&(o[1].checked=l)}const i=this.containerEl.querySelector(`.conflict-file-item[data-path="${CSS.escape(a)}"]`)?.querySelector(".conflict-resolution-indicator");i&&(i.dataset.resolution=this.resolutions[a])}selectFile(a){const r=this.selectedFile;this.selectedFile=r===a?null:a,r&&this.containerEl.querySelector(`.conflict-file-item[data-path="${CSS.escape(r)}"]`)?.removeClass("is-active"),this.selectedFile&&this.containerEl.querySelector(`.conflict-file-item[data-path="${CSS.escape(this.selectedFile)}"]`)?.addClass("is-active"),this.renderDetailPanel()}getCategorizedFiles(){const a=this.conflicts.filter(i=>!i.current||i.current.byteLength===0),r=this.conflicts.filter(i=>i.current&&i.current.byteLength>0);return{new:a,updated:r.filter(i=>i.currentHash!==i.incomingHash),unchanged:r.filter(i=>i.currentHash===i.incomingHash)}}getFileCategory(a){return!a.current||a.current.byteLength===0?"new":a.currentHash!==a.incomingHash?"updated":"unchanged"}renderContent(){const{containerEl:a}=this;this.resizeObserver?.disconnect(),a.empty();const r=a.createDiv({cls:"conflict-view"});if(this.conflicts.length===0){r.createEl("h2",{text:"No Update Data"}),r.createDiv({cls:"conflict-view-description",text:"This view has no update data. Please trigger a new update to review changes."});const m=r.createDiv({cls:"conflict-view-footer"}).createEl("button",{text:"Close"});this.registerDomEvent(m,"click",()=>this.leaf.detach());return}r.createEl("h2",{text:"Update Confirmation"}),r.createDiv({cls:"conflict-view-description",text:"Please review the changes that will be applied:"});const i=r.createDiv({cls:"conflict-view-body"}),o=i.createDiv({cls:"conflict-view-sidebar"});this.detailEl=i.createDiv({cls:"conflict-view-detail"});const l=this.getCategorizedFiles();l.new.length>0&&this.renderSection(o,"new",l.new,"New Files",{keepLabel:"Skip",applyLabel:"Create File",bulkKeep:"Skip All",bulkApply:"Create All"}),l.updated.length>0&&this.renderSection(o,"updated",l.updated,"Modified Files",{keepLabel:"Keep Current",applyLabel:"Apply Update",bulkKeep:"Keep All Current",bulkApply:"Apply All Updates"}),l.unchanged.length>0&&this.renderSection(o,"unchanged",l.unchanged,"Unchanged Files",{keepLabel:"Skip",applyLabel:"Keep Unchanged",bulkKeep:"Skip All",bulkApply:"Keep All Unchanged"}),this.renderDetailPanel(),this.resizeObserver=new ResizeObserver(h=>{const b=(h[0]?.contentRect.width??0)>=J0?"split":"inline";b!==this.diffMode&&(this.diffMode=b,this.renderDetailPanel())}),this.resizeObserver.observe(this.detailEl);const c=r.createDiv({cls:"conflict-view-footer"}),u=c.createEl("button",{cls:"mod-cta",text:"Apply Selected Files"}),d=c.createEl("button",{text:"Cancel"});this.registerDomEvent(u,"click",()=>{this.leaf.view.app.workspace.trigger("ppb:trigger-update",{resolutions:this.resolutions,operations:this.operations}),this.leaf.detach()}),this.registerDomEvent(d,"click",()=>this.leaf.detach())}renderSection(a,r,i,o,l){const c=a.createDiv({cls:"conflict-view-section"});c.createEl("h3",{text:`${o} (${i.length})`});const u=c.createDiv({cls:"conflict-category-actions"}),d=u.createEl("button",{cls:"conflict-select-all",text:l.bulkKeep}),h=u.createEl("button",{cls:"conflict-select-all",text:l.bulkApply});this.registerDomEvent(d,"click",()=>this.setCategoryResolutions(r,"keep_current")),this.registerDomEvent(h,"click",()=>this.setCategoryResolutions(r,"apply_update"));const m=c.createDiv({cls:"conflict-view-files"});for(const b of i)this.renderFileItem(m,b,r)}renderFileItem(a,r,i){const o=a.createDiv({cls:"conflict-file-item"});o.dataset.path=r.path,o.dataset.category=i;const l=o.createDiv({cls:"conflict-file-header"}),c=l.createEl("span",{cls:"conflict-resolution-indicator"});c.dataset.resolution=this.resolutions[r.path],l.createEl("span",{cls:"conflict-file-path",text:r.path}),this.registerDomEvent(l,"click",()=>{this.selectFile(r.path)})}getLabelsForCategory(a){switch(a){case"new":return{keepLabel:"Skip",applyLabel:"Create File"};case"updated":return{keepLabel:"Keep Current",applyLabel:"Apply Update"};case"unchanged":return{keepLabel:"Skip",applyLabel:"Keep Unchanged"}}}renderDetailPanel(){if(!this.detailEl)return;if(this.detailEl.empty(),!this.selectedFile){this.detailEl.createDiv({cls:"conflict-view-detail-empty",text:"Select a file to view details"});return}const a=this.conflicts.find(m=>m.path===this.selectedFile);if(!a)return;const r=this.getFileCategory(a),i=this.getLabelsForCategory(r),o=this.detailEl.createDiv({cls:"conflict-view-detail-header"});o.createEl("span",{cls:"conflict-view-detail-path",text:a.path});const l=o.createDiv({cls:"conflict-view-detail-actions"}),c=l.createEl("label",{cls:"conflict-resolution-label"}),u=c.createEl("input");u.type="radio",u.name="detail-resolution",u.checked=this.resolutions[a.path]==="keep_current",c.appendText(i.keepLabel);const d=l.createEl("label",{cls:"conflict-resolution-label"}),h=d.createEl("input");if(h.type="radio",h.name="detail-resolution",h.checked=this.resolutions[a.path]==="apply_update",d.appendText(i.applyLabel),this.registerDomEvent(u,"change",()=>{this.setResolution(a.path,"keep_current")}),this.registerDomEvent(h,"change",()=>{this.setResolution(a.path,"apply_update")}),r==="updated"){const m=this.detailEl.createDiv({cls:"conflict-diff"});this.diffMode==="split"?this.renderDiffSplit(m,a):this.renderDiffInline(m,a)}else{const m=this.detailEl.createDiv({cls:"conflict-file-preview"});this.renderPreview(m,a)}}renderDiffInline(a,r){if(!this.isTextFile(r.current)){a.createDiv({cls:"binary-file-notice",text:"Binary file, diff not available"});return}try{const i=new TextDecoder().decode(r.current),o=new TextDecoder().decode(r.incoming),l=lm(i,o),c=a.createEl("table",{cls:"diff"}),u=c.createEl("colgroup");u.createEl("col",{cls:"diff-gutter-col"}),u.createEl("col");const d=c.createEl("tbody");let h=1,m=1;for(const b of l){const k=b.value.replace(/\n$/,"").split(` -`);for(const v of k){const y=d.createEl("tr",{cls:"diff-line"});b.removed?(y.createEl("td",{cls:"diff-gutter diff-gutter-delete",text:String(h++)}),y.createEl("td",{cls:"diff-code diff-code-delete",text:v})):b.added?(y.createEl("td",{cls:"diff-gutter diff-gutter-insert",text:String(m++)}),y.createEl("td",{cls:"diff-code diff-code-insert",text:v})):(y.createEl("td",{cls:"diff-gutter",text:String(h++)}),y.createEl("td",{cls:"diff-code",text:v}),m++)}}}catch(i){console.error("Error generating diff:",i),a.createDiv({text:"Error generating diff"})}}renderDiffSplit(a,r){if(!this.isTextFile(r.current)){a.createDiv({cls:"binary-file-notice",text:"Binary file, diff not available"});return}try{const i=new TextDecoder().decode(r.current),o=new TextDecoder().decode(r.incoming),l=lm(i,o),c=a.createEl("table",{cls:"diff diff-split"}),u=c.createEl("colgroup");u.createEl("col",{cls:"diff-gutter-col"}),u.createEl("col"),u.createEl("col",{cls:"diff-gutter-col"}),u.createEl("col");const d=c.createEl("tbody");let h=1,m=1;const b=this.groupChangesForSplit(l);for(const k of b)if(k.type==="unchanged"){const v=k.lines;for(const y of v){const w=d.createEl("tr",{cls:"diff-line"});w.createEl("td",{cls:"diff-gutter",text:String(h++)}),w.createEl("td",{cls:"diff-code",text:y}),w.createEl("td",{cls:"diff-gutter",text:String(m++)}),w.createEl("td",{cls:"diff-code",text:y})}}else if(k.type==="paired"){const v=Math.max(k.removed.length,k.added.length);for(let y=0;y1e3?"...":"");a.createEl("pre",{text:o})}isTextFile(a){try{const r=new TextDecoder().decode(a);return!r.includes("\0")&&r.length>0}catch{return!1}}}class cm extends _.Component{constructor(a,r,i,o,l=[],c={},u={},d={}){super(),this.latestManifest=null,this.pendingOperations=[],this.manager=a,this.app=r,this.vault=i,this.backupDir=o,this.excludePatterns=l,this.customReplacements=c,this.obsidianConflictHandling=u,this.updateScope={regularFiles:!0,obsidianCore:!0,plugins:!0,themes:!0,snippets:!0,pluginData:!1,...d},this.downloadZipPath=".paperbell_update.zip"}listenToEvents(a,r,i,o){this.registerEvent(this.app.workspace.on("ppb:trigger-update",async l=>{const c=l.operations||[],u=l.resolutions||{},d=[];let h=0;const m=c.filter(b=>u[b.path]==="apply_update");for(const b of m)this.shouldExclude(b.path)||(this.app.workspace.trigger("ppb:update-progress",{phase:"apply",progress:h,total:m.length,currentFile:_.normalizePath(b.path)}),await this.applyOperation(b),d.push(_.normalizePath(b.path)),h++);this.app.workspace.trigger("ppb:update-progress",{phase:"apply",progress:m.length,total:m.length}),this.app.workspace.trigger("ppb:update-complete",{success:!0,updatedFilePaths:d,version:this.latestManifest?.version||this.manager.lastUpdateInfo?.latestVersion}),await this.cleanupDownloadedFiles()})),this.registerEvent(this.app.workspace.on("ppb:update-complete",l=>{if(l.success){const c={minAppVersion:l.version};if(c?.minAppVersion){if(r.updateConfig({minAppVersion:c.minAppVersion}),i&&i.settings)try{i.settings.updater||(i.settings.updater={repository:r.getRepository()}),i.settings.updater.minAppVersion=c.minAppVersion,i.saveSettings()}catch(u){console.warn("Could not update plugin settings after update",u)}a.setText(`Updated to ${l.version} successfully!`)}}})),this.registerEvent(this.app.workspace.on("ppb:update-progress",l=>{o&&o(l)}))}async saveDownloadedZip(a){await this.vault.adapter.writeBinary(_.normalizePath(this.downloadZipPath),a)}async loadDownloadedZip(){return await this.vault.adapter.exists(this.downloadZipPath)?await this.vault.adapter.readBinary(this.downloadZipPath):null}async cleanupDownloadedFiles(){await this.vault.adapter.exists(this.downloadZipPath)&&await this.vault.adapter.remove(this.downloadZipPath)}async parseReleaseContents(a){const r={manifest:null,changelog:null,regularFiles:new Map,obsidianFiles:{core:new Map,snippets:new Map,plugins:new Map,themes:new Map}};let i="";const o=Array.from(a.keys());if(o.length>0){const l=o[0];if(l.includes("/")){const c=l.split("/")[0]+"/";o.every(u=>u===c||u.startsWith(c))&&(i=c)}}for(const[l,c]of a.entries()){let u=i&&l.startsWith(i)?l.substring(i.length):l;if(u=_.normalizePath(u),u==="manifest.json"){r.manifest=c,this.latestManifest=this.parseJsonFromArrayBuffer(c);continue}if(u==="changelog.md"){r.changelog=c;continue}if(u.startsWith(".obsidian/")){this.processObsidianFile(u,c,r);continue}r.regularFiles.set(u,c)}return r}processObsidianFile(a,r,i){const o=a.split("/");if(o.length<2)return;const l=o[1],c=o.slice(2).join("/");if(o.length===2&&o[1].endsWith(".json")){i.obsidianFiles.core||(i.obsidianFiles.core=new Map),i.obsidianFiles.core.set(o[1],r);return}switch(l){case"snippets":i.obsidianFiles.snippets.set(c,r);break;case"plugins":i.obsidianFiles.plugins.set(c,r);break;case"themes":i.obsidianFiles.themes.set(c,r);break;default:i.regularFiles.set(a,r)}}async comparePlugins(a){if(this.updateScope.plugins===!1)return new Map;const r=new Map,i=new Map;for(const[o,l]of a.obsidianFiles.plugins.entries()){const c=o.split("/");if(c.length===0)continue;const u=c[0],d=c.slice(1).join("/");i.has(u)||i.set(u,new Map),i.get(u).set(d,l)}for(const[o,l]of i.entries()){if(o===this.getCurrentPluginName()){for(const[u,d]of l.entries())u==="data.json"&&this.updateScope.pluginData!==!0||r.set(`.obsidian/plugins/${o}/${u}`,{type:"update",path:`.obsidian/plugins/${o}/${u}`,content:d});continue}if(!l.has("manifest.json"))continue;const c=`.obsidian/plugins/${o}/manifest.json`;if(await this.vault.adapter.exists(_.normalizePath(c))){const u=await this.vault.adapter.readBinary(_.normalizePath(c)),d=this.parseJsonFromArrayBuffer(u),h=this.parseJsonFromArrayBuffer(l.get("manifest.json"));if(!d.version||!h.version||this.compareVersions(h.version,d.version)>0)for(const[m,b]of l.entries())m==="data.json"&&this.updateScope.pluginData!==!0||r.set(`.obsidian/plugins/${o}/${m}`,{type:"update",path:`.obsidian/plugins/${o}/${m}`,content:b})}else for(const[u,d]of l.entries())u==="data.json"&&this.updateScope.pluginData!==!0||r.set(`.obsidian/plugins/${o}/${u}`,{type:"add",path:`.obsidian/plugins/${o}/${u}`,content:d})}return r}async compareThemes(a){if(this.updateScope.themes===!1)return new Map;const r=new Map,i=new Map;for(const[o,l]of a.obsidianFiles.themes.entries()){const c=o.split("/");if(c.length===0)continue;const u=c[0],d=c.slice(1).join("/");i.has(u)||i.set(u,new Map),i.get(u).set(d,l)}for(const[o,l]of i.entries()){if(!l.has("manifest.json")){for(const[u,d]of l.entries())r.set(`.obsidian/themes/${o}/${u}`,{type:"update",path:`.obsidian/themes/${o}/${u}`,content:d});continue}const c=`.obsidian/themes/${o}/manifest.json`;if(await this.vault.adapter.exists(_.normalizePath(c))){const u=await this.vault.adapter.readBinary(_.normalizePath(c)),d=this.parseJsonFromArrayBuffer(u),h=this.parseJsonFromArrayBuffer(l.get("manifest.json"));if(!d.version||!h.version||this.compareVersions(h.version,d.version)>0)for(const[m,b]of l.entries())r.set(`.obsidian/themes/${o}/${m}`,{type:"update",path:`.obsidian/themes/${o}/${m}`,content:b})}else for(const[u,d]of l.entries())r.set(`.obsidian/themes/${o}/${u}`,{type:"add",path:`.obsidian/themes/${o}/${u}`,content:d})}return r}parseJsonFromArrayBuffer(a){try{const i=new TextDecoder().decode(a);return JSON.parse(i)}catch(r){return console.warn("Failed to parse JSON from buffer",r),{}}}compareVersions(a,r){const i=a.split(".").map(l=>parseInt(l.replace(/[^0-9]/g,""),10)),o=r.split(".").map(l=>parseInt(l.replace(/[^0-9]/g,""),10));for(;i.lengthu)return 1}return 0}getCurrentPluginName(){try{const a=this.app;if(a.plugins?.manifests){for(const r in a.plugins.manifests)if(r.toLowerCase().includes("paperbell"))return r}if(a.plugins?.plugins?.paperbell?.manifest?.id)return a.plugins.plugins.paperbell.manifest.id}catch(a){console.warn("Could not determine current plugin name",a)}return"paperbell-pro"}areBuffersEqual(a,r){if(a.byteLength!==r.byteLength)return!1;const i=new Uint8Array(a),o=new Uint8Array(r);for(let l=0;lthis.getConflictHandlingForPath(h.path)!=="no_merge"),this.setPendingOperations(a);const i=await this.createBackupWithHash(a.map(h=>h.path),r),o=await this.detectConflicts(a,i),l=[],c=[],u=[];for(const h of a){const m=o.find(v=>v.path===h.path),b=await this.vault.adapter.exists(_.normalizePath(h.path)),k=m?{...m,category:m.currentHash===m.incomingHash?"unchanged":"update"}:{path:h.path,current:b?await this.vault.adapter.readBinary(_.normalizePath(h.path)):new ArrayBuffer(0),incoming:h.content||new ArrayBuffer(0),currentHash:b?this.hashContent(await this.vault.adapter.readBinary(_.normalizePath(h.path))):"",incomingHash:h.content?this.hashContent(h.content):"",category:!b||h.type==="add"?"new":"unchanged"};h.type==="add"||!b?(k.category="new",l.push(k)):m&&m.currentHash!==m.incomingHash?(k.category="update",c.push(k)):(k.category="unchanged",u.push(k))}const d=[...l,...c,...u];return await this.showConflictView(d),[]}catch(i){throw await this.restoreBackup(r),i}}async createBackupWithHash(a,r){const i=new Map;r({phase:"backup",progress:0,total:a.length});for(let o=0;o{if(l)try{const u=new RegExp(l,"g");i=i.replace(u,c)}catch(u){console.warn(`Invalid replacement pattern: ${l}`,u)}}),new TextEncoder().encode(i).buffer}async detectConflicts(a,r){const i=[];for(const o of a){if(o.type==="delete")continue;const l=await this.vault.adapter.exists(_.normalizePath(o.path)),c=this.getConflictHandlingForPath(o.path);if(c==="ignore"||c==="no_merge")continue;if(!l){i.push({path:o.path,current:new ArrayBuffer(0),incoming:o.content,currentHash:"",incomingHash:this.hashContent(o.content)});continue}const u=await this.vault.adapter.readBinary(_.normalizePath(o.path)),d=this.applyCustomReplacements(u),h=o.content?this.applyCustomReplacements(o.content):new ArrayBuffer(0),m=this.hashContent(d),b=this.hashContent(h);if(m!==b){if(c==="skip")continue;i.push({path:o.path,current:u,incoming:o.content,currentHash:m,incomingHash:b})}}return i}getConflictHandlingForPath(a){const r="prompt";if(!a)return r;if(a=_.normalizePath(a),a.startsWith(".obsidian/")){if(a.match(/^\.obsidian\/[^\/]+\.json$/))return this.obsidianConflictHandling.settings||r;if(a.startsWith(".obsidian/themes/"))return this.obsidianConflictHandling.themes||r;if(a.startsWith(".obsidian/snippets/"))return this.obsidianConflictHandling.snippets||r;if(a.startsWith(".obsidian/plugins/"))return this.obsidianConflictHandling.plugins||r}return r}showConflictView(a){const r=this.app.workspace.getLeaf();let i=this.app.workspace.getLeavesOfType(yi)[0];if(i){this.app.workspace.revealLeaf(i);return}const o=a.map(c=>({path:c.path,current:c.current,incoming:c.incoming,currentHash:c.currentHash,incomingHash:c.incomingHash})),l=this.getPendingOperations();r.setViewState({type:yi,state:{conflicts:o,operations:l}}),this.app.workspace.revealLeaf(r)}getPendingOperations(){return this.pendingOperations}setPendingOperations(a){this.pendingOperations=a}async createBackup(a,r){r({phase:"backup",progress:0,total:a.length});for(let i=0;ir!=="").some(r=>{if(r.includes("**")){const i=r.replace(/\*\*/g,"___GLOBSTAR___").replace(/\./g,"\\.").replace(/\//g,"\\/").replace(/\*/g,"[^/]*").replace(/___GLOBSTAR___/g,".*");return new RegExp(`^${i}$`).test(a)}else{const i=r.split("/"),o=a.split("/");if(i.length>o.length)return!1;for(let l=0;l{this.resolvePromise=a,this.rejectPromise=r,this.open()})}onOpen(){const{contentEl:a}=this;a.createEl("h2",{text:"Enter Update Version"}),a.createEl("p",{text:"Please enter the version number for the update package. This is required when a manifest.json file is not provided."}),new _.Setting(a).setName("Version").setDesc("Example: 1.0.0").addText(l=>l.setValue(this.version).onChange(c=>{this.version=c}));const r=a.createDiv();r.addClass("modal-button-container"),r.createEl("button",{text:"Cancel"}).addEventListener("click",()=>{this.close(),this.resolvePromise(null)}),r.createEl("button",{text:"Confirm",cls:"mod-cta"}).addEventListener("click",()=>{if(!this.version||!this.isValidVersion(this.version)){new _.Notice("Please enter a valid version number (e.g., 1.0.0)",3e3);return}this.close(),this.resolvePromise(this.version)})}isValidVersion(a){return/^\d+\.\d+\.\d+(?:-[a-zA-Z0-9.]+)?(?:\+[a-zA-Z0-9.]+)?$/.test(a)}onClose(){const{contentEl:a}=this;a.empty(),this.resolvePromise&&this.version===""&&this.resolvePromise(null)}}class ay extends _.Component{constructor(a,r){super(),this.lastUpdateInfo=null,this.app=a.app,this.plugin=a,this.vault=a.app.vault,this.configManager=new ty(a.settings.updater),this.currentVersion=r,this.versionChecker=new mu(this.configManager.getRepository(),this.configManager.getMinAppVersion())}isValidVersion(a){return/^\d+\.\d+\.\d+(?:-[a-zA-Z0-9.]+)?(?:\+[a-zA-Z0-9.]+)?$/.test(a)}parseSha256FromText(a){const r=a.match(/[a-fA-F0-9]{64}/);return r?r[0].toLowerCase():null}async calculateSHA256Hex(a){const r=await crypto.subtle.digest("SHA-256",a);return Array.from(new Uint8Array(r)).map(o=>o.toString(16).padStart(2,"0")).join("")}setProxyService(a){this.proxyService=a,this.versionChecker=new mu(this.configManager.getRepository(),this.configManager.getMinAppVersion(),this.proxyService)}onload(){this.stautsBar=this.plugin.addStatusBarItem(),this.stautsBar.setText("PaperBell 更新管理器"),this.registerEvent(this.app.workspace.on("ppb:update-complete",a=>{a?.success&&typeof a.version=="string"&&a.version.trim()&&(this.currentVersion=a.version.trim())})),this.plugin.addCommand({id:"check-updates-from-local",name:"从本地文件检查更新",callback:()=>this.checkForUpdatesFromLocal()}),this.stautsBar.onclick=()=>{const a=this.app.workspace.getLeavesOfType(yi)[0];if(a){this.app.workspace.revealLeaf(a);return}this.triggerUpdate()},this.stautsBar.oncontextmenu=a=>{a.preventDefault(),a.stopPropagation();const r=new _.Menu;r.addItem(i=>{i.setTitle("从本地文件检查更新"),i.onClick(async()=>{try{await this.checkForUpdatesFromLocal()}catch(o){new _.Notice(`更新时出错: ${o.message}`,5e3),console.error(`更新时出错: ${o.message}`)}})}),r.showAtPosition({x:a.clientX,y:a.clientY})},setTimeout(()=>{this.checkForUpdates().then(a=>{a.hasUpdate&&this.configManager.isAutoUpdateEnabled()&&a.compatibilityIssues?.length===0&&this.triggerUpdate(!0)})},2e3),this.plugin.addCommand({id:"remove-update-backups",name:"删除更新备份",callback:()=>this.removeBackups()}),this.app.workspace.onLayoutReady(()=>{this.checkForUpdates()})}onunload(){}async checkForUpdatesFromLocal(){if(!await this.plugin.verificationWorker.verify()){new _.Notice("请先验证您的账户。");return}const a=i=>{const o=i.total>0?Math.floor(i.progress/i.total*100):0;this.stautsBar.setText(`正在更新 (${i.phase} ${o}%)...`)},r=document.createElement("input");r.type="file",r.multiple=!0,r.accept=".zip,.json,.sha256,.txt",r.onchange=async i=>{const o=r.files;if(!o||o.length===0)return;let l=null,c=null,u=null,d=null,h=null,m=null;for(let b=0;b0&&console.error(`Invalid configuration: ${r.join(", ")}`);const i=await this.versionChecker.checkForUpdates(this.currentVersion,a);return this.lastUpdateInfo=i,i.hasUpdate?this.stautsBar.setText(`有可用更新: ${i.latestVersion}`):this.stautsBar.setText("没有可用更新"),i}async triggerUpdate(a=!1,r){if(!await this.plugin.verificationWorker.verify())return new _.Notice("您需要验证账户才能更新 PaperBell 仓库",5e3),null;if((!this.lastUpdateInfo||a)&&(this.lastUpdateInfo=await this.checkForUpdates(a)),!this.lastUpdateInfo.hasUpdate)return null;this.stautsBar.setText(`Updating to ${this.lastUpdateInfo.latestVersion}...`);const i=".update_backup";try{await this.vault.adapter.exists(i)||await this.vault.adapter.mkdir(i)}catch(c){return new _.Notice(`Failed to create backup directory: ${c.message}`,5e3),console.error(`Failed to create backup directory: ${c.message}`),this.stautsBar.setText("Update failed"),{success:!1,version:this.currentVersion,updatedFiles:[],errors:[`Failed to create backup directory: ${c.message}`],rollbackNeeded:!1}}const o=r||(c=>{this.stautsBar.setText(`Updating (${c.phase} ${Math.floor(c.progress/c.total*100)}%)...`)}),l=await this.update(this.lastUpdateInfo,o);return l.success?this.currentVersion=l.version:(l.errors&&l.errors.length>0&&(new _.Notice(`Update failed: ${l.errors.join(", ")}`,5e3),console.error(`Update failed: ${l.errors.join(", ")}`)),this.stautsBar.setText("Update failed")),l}async update(a,r){try{if(!a.releaseInfo)throw new Error("没有可用的发布信息");const i=new cm(this,this.app,this.vault,".update_backup",this.configManager.getExcludePatterns(),this.configManager.getCustomReplacements(),this.configManager.getObsidianConflictHandling(),this.configManager.getUpdateScope());this.addChild(i),i.listenToEvents(this.stautsBar,this.configManager,this.plugin,r);let o=await i.loadDownloadedZip(),l;const c=new rm(a.releaseInfo.downloadUrl,a.releaseInfo.sha256,this.proxyService);if(o||(o=await c.download(r),await i.saveDownloadedZip(o)),!o)throw new Error("下载或加载更新包失败");l=await c.extract(o,r);const u=await i.parseReleaseContents(l),d=await i.prepareReleaseOperations(u),h=await i.applyUpdates(d,r);return{success:!0,version:a.latestVersion,updatedFiles:h}}catch(i){return new _.Notice(`Update failed: ${i.message}`,5e3),console.error(`Update failed: ${i.message}`),{success:!1,version:this.currentVersion,updatedFiles:[],errors:[i.message],rollbackNeeded:!0}}}getConfig(){return this.configManager.getConfig()}updateConfig(a){this.configManager.updateConfig(a),(a.repository||a.minAppVersion)&&(this.versionChecker=new mu(this.configManager.getRepository(),this.configManager.getMinAppVersion()))}async removeBackups(){const a=".paperbell-pro_backup";try{await this.vault.adapter.exists(a)?(await this.vault.adapter.rmdir(a,!0),new _.Notice("更新备份已成功删除")):new _.Notice("未找到更新备份")}catch(r){console.error("Failed to remove backups:",r),new _.Notice("删除备份失败: "+(r.message||r))}}}class oo{constructor(a){this.subscribers=new Set,this.app=a.app,this.config=a.config,this.cache=a.cache??!0,this.cacheTimeout=a.cacheTimeout??5e3}async getData(){if(this.cache&&this.lastResult&&this.lastFetchTime&&new Date().getTime()-this.lastFetchTime.getTime(){this.subscribers.delete(a)}}notifySubscribers(a){this.subscribers.forEach(r=>r(a))}clearCache(){this.lastResult=void 0,this.lastFetchTime=void 0}getConfig(){return this.config}updateConfig(a){this.config={...this.config,...a},this.clearCache()}destroy(){this.subscribers.clear(),this.clearCache()}}class ny{extractPaperData(a,r,i){const o=i?.identifyMode||"both",l=i?.frontmatterKey,c=i?.tagIdentifier;let u=!1;if(!l&&!c)if(_.getFrontMatterInfo(a).exists)u=!0;else return null;else{c&&(o==="tag"||o==="both")&&new RegExp(`#${c}\\b`,"i").test(a)&&(u=!0);const h=_.getFrontMatterInfo(a);if(!h.exists&&!u)return null;if(l&&(o==="frontmatter"||o==="both")){const m=h.exists?_.parseYaml(h.frontmatter):{};(m[l]||m.type?.includes(l))&&(u=!0)}if(!u)return null}const d=_.getFrontMatterInfo(a);try{const h=d.exists?_.parseYaml(d.frontmatter):{};return{id:this.generateId(r),title:h.title||this.extractTitleFromPath(r),status:this.normalizeStatus(h.status||"进行中"),progress:this.normalizeProgress(h.progress||0),deadline:h.deadline||h.due_date,filePath:r,authors:h.authors||(h.author?[h.author]:void 0),journal:h.journal||h.publication,tags:this.normalizeTags(h.tags)}}catch(h){return console.error("Error parsing frontmatter:",h),null}}hasPaperFrontmatter(a,r){const i=r?.identifyMode||"both",o=r?.frontmatterKey||"paper",l=r?.tagIdentifier||"paper";if((i==="tag"||i==="both")&&new RegExp(`#${l}\\b`,"i").test(a))return!0;if(i==="frontmatter"||i==="both"){const c=_.getFrontMatterInfo(a);if(!c.exists)return!1;try{const u=_.parseYaml(c.frontmatter);return!!(u[o]||u.type?.includes(o))}catch{return!1}}return!1}extractProjectData(a,r,i){const o=i?.identifyMode||"frontmatter",l=i?.frontmatterKey||"project",c=i?.tagIdentifier,u=i?.typeValues||["project"];let d=!1;c&&(o==="tag"||o==="both")&&new RegExp(`#${c}\\b`,"i").test(a)&&(d=!0),o==="folder"&&(d=!0);const h=_.getFrontMatterInfo(a);if(o==="frontmatter"||o==="both"){if(!h.exists&&!d)return null;if(h.exists)try{const k=_.parseYaml(h.frontmatter);if(k[l]&&(d=!0),k.type){const v=Array.isArray(k.type)?k.type:[k.type];u.some(y=>v.includes(y))&&(d=!0)}}catch(k){if(console.error("Error parsing frontmatter:",k),!d)return null}}if(!d)return null;let m={};if(h.exists)try{m=_.parseYaml(h.frontmatter)}catch(k){console.error("Error parsing project frontmatter:",k),m={}}return{id:this.generateId(r),title:m.title||this.extractTitleFromPath(r),description:m.description||m.summary,status:this.normalizeProjectStatus(m.status||"planning"),progress:this.normalizeProgress(m.progress||0),startDate:m.start_date||m.startDate,endDate:m.end_date||m.endDate||m.due_date,team:m.team||m.members||(m.author?[m.author]:void 0),tags:this.normalizeTags(m.tags),repository:m.repository||m.repo||m.github,stars:m.stars,forks:m.forks,filePath:r}}extractBookData(a,r){const i=_.getFrontMatterInfo(a);if(!i.exists)return null;try{const o=_.parseYaml(i.frontmatter);return!o.book&&!o.type?.includes("book")?null:{id:this.generateId(r),title:o.title||this.extractTitleFromPath(r),author:o.author||o.authors?.join(", ")||"",publisher:o.publisher,year:o.year||o.published,cover:o.cover||o.image,rating:o.rating||o.score,status:this.normalizeBookStatus(o.status||"wishlist"),progress:this.normalizeProgress(o.progress||0),notes:o.notes,bookmarks:o.bookmarks,duration:o.duration||o.reading_time,difficulty:this.normalizeDifficulty(o.difficulty||"medium"),importance:this.normalizeImportance(o.importance||"medium"),tags:this.normalizeTags(o.tags),insights:o.insights||o.key_points,lastRead:o.last_read||o.lastRead,filePath:r}}catch(o){return console.error("Error parsing book frontmatter:",o),null}}normalizeProjectStatus(a){return{planning:"planning",plan:"planning",planned:"planning",active:"active",ongoing:"active",in_progress:"active",paused:"paused",on_hold:"paused",hold:"paused",completed:"completed",done:"completed",finished:"completed",cancelled:"cancelled",canceled:"cancelled",abandoned:"cancelled"}[a.toLowerCase()]||"planning"}normalizeBookStatus(a){return{reading:"reading",current:"reading",in_progress:"reading",completed:"completed",done:"completed",finished:"completed",paused:"paused",on_hold:"paused",wishlist:"wishlist",want_to_read:"wishlist",to_read:"wishlist"}[a.toLowerCase()]||"wishlist"}normalizeDifficulty(a){return{easy:"easy",beginner:"easy",simple:"easy",medium:"medium",intermediate:"medium",hard:"hard",advanced:"hard",difficult:"hard"}[a.toLowerCase()]||"medium"}normalizeImportance(a){return{low:"low",medium:"medium",high:"high",critical:"high",important:"high"}[a.toLowerCase()]||"medium"}generateId(a){return`paper_${a.replace(/[^a-zA-Z0-9]/g,"_")}_${Date.now()}`}extractTitleFromPath(a){return(a.split("/").pop()||"").replace(/\.md$/,"")}normalizeStatus(a){return{in_progress:"进行中","in-progress":"进行中",ongoing:"进行中",active:"进行中",review:"待审核",pending:"待审核",under_review:"待审核",completed:"已完成",done:"已完成",finished:"已完成",paused:"暂停",on_hold:"暂停",cancelled:"已取消",canceled:"已取消"}[a.toLowerCase()]||"进行中"}normalizeProgress(a){if(typeof a=="number")return Math.max(0,Math.min(100,a));if(typeof a=="string"){const r=parseInt(a.replace("%",""),10);return isNaN(r)?0:Math.max(0,Math.min(100,r))}return 0}normalizeTags(a){return Array.isArray(a)?a.filter(r=>typeof r=="string"&&r.trim()):typeof a=="string"?a.includes(",")?a.split(",").map(r=>r.trim()).filter(Boolean):[a.trim()].filter(Boolean):[]}}class iy{extractTasks(a){const r=a.split(` -`),i=[];let o=!1;for(let l=0;lthis.isTasksIdentifier(i))}isTasksIdentifier(a){const r=a.trim().toLowerCase();return r.includes("tasks")||r.includes("待办")||r.includes("todo")||r.includes("任务")}isNewSection(a){return a.trim().startsWith("#")&&!this.isTaskLine(a)}isTaskLine(a){return!!a.trim().match(/^[-*+]\s*\[[ xX]\]/)}parseTaskLine(a,r){const i=a.match(/^(\s*)[-*+]\s*\[([xX ])\]\s*(.+)$/);if(!i)return null;const[,,o,l]=i,c=o.toLowerCase()==="x",u=this.extractPriority(l),d=this.extractDueDate(l),h=this.extractTags(l),m=this.cleanContent(l);return{id:`task_${r}_${Date.now()}`,content:m,completed:c,priority:u,dueDate:d,tags:h,lineNumber:r}}extractPriority(a){if(a.includes("🔴")||a.includes("high")||a.includes("高"))return"high";if(a.includes("🟡")||a.includes("medium")||a.includes("中"))return"medium";if(a.includes("🟢")||a.includes("low")||a.includes("低"))return"low"}extractDueDate(a){const r=a.match(/\b(\d{4}-\d{2}-\d{2})\b/);return r?r[1]:void 0}extractTags(a){const r=a.match(/#[\w\u4e00-\u9fff]+/g);return r?r.map(i=>i.slice(1)):[]}cleanContent(a){return a.replace(/[🔴🟡🟢]/g,"").replace(/#[\w\u4e00-\u9fff]+/g,"").replace(/\b\d{4}-\d{2}-\d{2}\b/g,"").replace(/\b(high|medium|low)\b/gi,"").replace(/\s+/g," ").trim()}}class sy{extractIdeas(a){const r=a.split(` -`),i=[];for(let o=0;o=0&&o<24&&l>=0&&l<60?i[1]:null}isListItem(a){const r=a.trim();return r.startsWith("-")||r.startsWith("*")||r.startsWith("+")}parseCaptureLine(a,r,i){const o=/^[\s\-*+]+\s*\[[ xX]\]/.test(a);let l=a.replace(/^[\s\-*+]+/,"").trim();if(l=l.replace(/^\[[ xX]\]\s*/,"").trim(),!l)return null;const c=this.extractTags(l),u=this.cleanContent(l);let d="idea";return(c.includes("quick-capture")||c.includes("quick"))&&(d="quick"),{id:`capture_${r}_${Date.now()}`,content:u,timestamp:new Date().toISOString(),time:i,tags:c,lineNumber:r,captureType:d,isTask:o}}extractTags(a){const r=a.match(/#[\w\u4e00-\u9fff\-]+/g);return r?r.map(i=>i.slice(1)):[]}cleanContent(a){let r=a.replace(/^\s*\[[ xX]\]\s*/,"");return r=r.replace(/^\d{1,2}:\d{2}\s*/,""),r=r.replace(/#[\w\u4e00-\u9fff\-]+/g,""),r=r.replace(/\s+/g," "),r.trim()}}const bn=new ny,Xu=new iy,Ju=new sy;class oy extends oo{constructor(a){super(a),this.setupFileWatcher()}async fetchData(){const a=this.config,r=this.app.vault.getAbstractFileByPath(a.filePath);if(!r||!(r instanceof _.TFile))return{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`File not found: ${a.filePath}`]}};try{const i=await this.app.vault.read(r),o=await this.parseContent(i,r),l={data:o,metadata:{lastUpdated:new Date,sourceCount:o.length}};return this.notifySubscribers(l),l}catch(i){return console.error(`Error reading file ${a.filePath}:`,i),{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Error reading file: ${i.message}`]}}}}async validate(){const a=this.config;return a.filePath?this.app.vault.getFileByPath(a.filePath)?!0:(new _.Notice(`File not found: ${a.filePath}`),!1):(new _.Notice("File path is required"),!1)}async parseContent(a,r){switch(this.config.parseMode||"raw"){case"frontmatter":{const l=bn.extractPaperData(a,r.path);return l?[l]:[]}case"tasks":return Xu.extractTasks(a);case"ideas":return Ju.extractIdeas(a);default:return[{content:a,filePath:r.path,fileName:r.basename}]}}setupFileWatcher(){const a=this.config;this.fileChangeHandler=this.app.vault.on("modify",r=>{r instanceof _.TFile&&r.path===a.filePath&&(this.clearCache(),this.fetchData())}),this.app.vault.on("delete",r=>{r instanceof _.TFile&&r.path===a.filePath&&this.notifySubscribers({data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`File deleted: ${a.filePath}`]}})}),this.app.vault.on("rename",(r,i)=>{r instanceof _.TFile&&i===a.filePath&&(this.config.filePath=r.path,this.clearCache(),this.fetchData())})}destroy(){this.fileChangeHandler&&this.app.vault.offref(this.fileChangeHandler),super.destroy()}}class ly extends oo{constructor(a){super(a),this.setupFolderWatcher()}async fetchData(){const a=this.config,r=this.app.vault.getAbstractFileByPath(a.folderPath);if(!r||!(r instanceof _.TFolder))return{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Folder not found: ${a.folderPath}`]}};try{const i=await this.getFilesInFolder(r,a.recursive??!0),o=this.filterFiles(i,a.fileFilter),l=[],c=[];for(const d of o)try{const h=await this.app.vault.read(d),m=await this.parseContent(h,d,a.parseMode||"raw");m.length>0,l.push(...m)}catch(h){c.push(`Error reading ${d.path}: ${h.message}`)}const u={data:l,metadata:{lastUpdated:new Date,sourceCount:l.length,errors:c.length>0?c:void 0}};return this.notifySubscribers(u),u}catch(i){return console.error(`Error reading folder ${a.folderPath}:`,i),{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Error reading folder: ${i.message}`]}}}}async validate(){const a=this.config;if(!a.folderPath)return new _.Notice("Folder path is required"),!1;const r=this.app.vault.getAbstractFileByPath(a.folderPath);return!r||!(r instanceof _.TFolder)?(new _.Notice(`Folder not found: ${a.folderPath}`),!1):!0}async getFilesInFolder(a,r){const i=[];return r?this.app.vault.getMarkdownFiles().forEach(o=>{o.path.startsWith(a.path+"/")&&i.push(o)}):a.children.forEach(o=>{o instanceof _.TFile&&o.extension==="md"&&i.push(o)}),i}filterFiles(a,r){return r?a.filter(i=>{if(r.extensions&&!r.extensions.includes(i.extension)||r.namePattern&&!new RegExp(r.namePattern).test(i.basename))return!1;if(r.excludePatterns){for(const o of r.excludePatterns)if(new RegExp(o).test(i.path))return!1}return!0}):a}async parseContent(a,r,i){const o=this.config,l=c=>{const u={id:`uncategorized-${r.path}`,title:r.basename,filePath:r.path,status:"未分类",tags:["未分类"],_isUncategorized:!0};switch(c){case"projects":return{...u,description:"未配置项目元数据的文件",progress:0};case"books":return{...u,author:"未知作者",status:"未分类"};case"papers":return{...u,authors:[],journal:"未知",progress:0};default:return u}};switch(i){case"frontmatter":{if(o.sectionConfig?.type==="projects"||o.folderPath?.includes("Projects")){const u=bn.extractProjectData(a,r.path,o.sectionConfig);return u?[u]:[l("projects")]}if(o.sectionConfig?.type==="books"||o.folderPath?.includes("Books")){const u=bn.extractBookData(a,r.path);return u?[u]:[l("books")]}if(o.sectionConfig?.type==="papers"){const u=bn.extractProjectData(a,r.path,o.sectionConfig);return u?[u]:[l("papers")]}const c=bn.extractPaperData(a,r.path,o.sectionConfig);return c?[c]:[l("papers")]}case"tasks":{const c=Xu.extractTasks(a);return c.length>0?c.map(u=>({...u,filePath:r.path})):[l("tasks")]}case"ideas":{const c=Ju.extractIdeas(a);return c.length>0?c.map(u=>({...u,filePath:r.path})):[l("ideas")]}default:return[{content:a,filePath:r.path,fileName:r.basename,title:r.basename}]}}setupFolderWatcher(){const a=this.config;this.folderChangeHandler=this.app.vault.on("modify",r=>{r instanceof _.TFile&&r.path.startsWith(a.folderPath+"/")&&(this.clearCache(),this.fetchData())}),this.app.vault.on("create",r=>{r instanceof _.TFile&&r.path.startsWith(a.folderPath+"/")&&(this.clearCache(),this.fetchData())}),this.app.vault.on("delete",r=>{r instanceof _.TFile&&r.path.startsWith(a.folderPath+"/")&&(this.clearCache(),this.fetchData())}),this.app.vault.on("rename",(r,i)=>{r instanceof _.TFile&&(r.path.startsWith(a.folderPath+"/")||i.startsWith(a.folderPath+"/"))&&(this.clearCache(),this.fetchData())})}destroy(){this.folderChangeHandler&&this.app.vault.offref(this.folderChangeHandler),super.destroy()}}class cy extends oo{constructor(a){super(a),this.fileChangeHandlers=new Map,this.setupFileWatchers()}async fetchData(){const a=this.config,r=[],i=[];let o=0;for(const u of a.filePaths){const d=this.app.vault.getAbstractFileByPath(u);if(!d||!(d instanceof _.TFile)){i.push(`File not found: ${u}`);continue}try{const h=await this.app.vault.read(d),m=await this.parseContent(h,d);r.push(...m),o++}catch(h){i.push(`Error reading ${u}: ${h.message}`)}}const c={data:this.applyMergeStrategy(r,a.mergeStrategy||"concat"),metadata:{lastUpdated:new Date,sourceCount:o,errors:i.length>0?i:void 0}};return this.notifySubscribers(c),c}async validate(){const a=this.config;if(!a.filePaths||a.filePaths.length===0)return new _.Notice("At least one file path is required"),!1;let r=!1;for(const i of a.filePaths){const o=this.app.vault.getAbstractFileByPath(i);if(o&&o instanceof _.TFile){r=!0;break}}return r?!0:(new _.Notice("No valid files found in the specified paths"),!1)}async parseContent(a,r){switch(this.config.parseMode||"raw"){case"frontmatter":const l=bn.extractPaperData(a,r.path);return l?[l]:[];case"tasks":return Xu.extractTasks(a).map(d=>({...d,filePath:r.path}));case"ideas":return Ju.extractIdeas(a).map(d=>({...d,filePath:r.path}));default:return[{content:a,filePath:r.path,fileName:r.basename}]}}applyMergeStrategy(a,r){if(r==="concat")return a;const i=new Set;return a.filter(o=>{const l=this.getItemKey(o);return i.has(l)?!1:(i.add(l),!0)})}getItemKey(a){return a.id?a.id:a.content?a.content:a.title?a.title:JSON.stringify(a)}setupFileWatchers(){const a=this.config;a.filePaths.forEach(r=>{const i=this.app.vault.on("modify",o=>{o instanceof _.TFile&&o.path===r&&(this.clearCache(),this.fetchData())});this.fileChangeHandlers.set(r,i)}),this.app.vault.on("delete",r=>{r instanceof _.TFile&&a.filePaths.includes(r.path)&&(a.filePaths=a.filePaths.filter(i=>i!==r.path),this.clearCache(),this.fetchData())}),this.app.vault.on("rename",(r,i)=>{if(r instanceof _.TFile&&a.filePaths.includes(i)){const o=a.filePaths.indexOf(i);o!==-1&&(a.filePaths[o]=r.path),this.clearCache(),this.fetchData()}})}updateConfig(a){a.filePaths&&a.filePaths!==this.config.filePaths&&(this.fileChangeHandlers.forEach(r=>{this.app.vault.offref(r)}),this.fileChangeHandlers.clear()),super.updateConfig(a),a.filePaths&&this.setupFileWatchers()}destroy(){this.fileChangeHandlers.forEach(a=>{this.app.vault.offref(a)}),this.fileChangeHandlers.clear(),super.destroy()}}class uy extends oo{constructor(a){super(a),this.component=new _.Component,this.component.load()}async fetchData(){const a=this.config;if(!a.query||a.query.trim()==="")return{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:["No query provided"]}};try{if(!this.app.plugins.plugins.dataview)return{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:["Dataview plugin is not installed or enabled"]}};if((a.renderMode||"markdown")==="markdown"){const l={data:[{type:"dataview-rendered",content:await this.renderDataviewBlock(a.query),query:a.query}],metadata:{lastUpdated:new Date,sourceCount:1}};return this.notifySubscribers(l),l}else{const o=await this.extractDataviewData(a.query),l={data:o,metadata:{lastUpdated:new Date,sourceCount:o.length}};return this.notifySubscribers(l),l}}catch(r){return console.error("Error executing dataview query:",r),{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Error executing query: ${r.message}`]}}}}async validate(){const a=this.config;return!a.query||a.query.trim()===""?(new _.Notice("Dataview query is required"),!1):this.app.plugins.plugins.dataview?!0:(new _.Notice("Dataview plugin is not installed or enabled"),!1)}async renderDataviewBlock(a){this.renderContainer||(this.renderContainer=createDiv(),this.renderContainer.style.display="none",document.body.appendChild(this.renderContainer)),this.renderContainer.empty();const r="```dataview\n"+a+"\n```";return await _.MarkdownRenderer.renderMarkdown(r,this.renderContainer,"",this.component),await new Promise(o=>setTimeout(o,100)),this.renderContainer.innerHTML}async extractDataviewData(a){const r=this.app.plugins.plugins.dataview;if(!r||!r.api)return[];try{const i=a.trim().toLowerCase();return i.startsWith("table")?await this.extractTableData(a,r.api):i.startsWith("list")?await this.extractListData(a,r.api):i.startsWith("task")?await this.extractTaskData(a,r.api):await this.executeDQL(a,r.api)}catch(i){return console.error("Error extracting dataview data:",i),[]}}async extractTableData(a,r){try{const i=await r.query(a);if(i.successful&&i.value.type==="table")return i.value.values.map(o=>({type:"table-row",data:o.values,file:o.key?.path}))}catch(i){console.error("Error in table query:",i)}return[]}async extractListData(a,r){try{const i=await r.query(a);if(i.successful&&i.value.type==="list")return i.value.values.map(o=>({type:"list-item",content:o.value,file:o.key?.path}))}catch(i){console.error("Error in list query:",i)}return[]}async extractTaskData(a,r){try{const i=await r.query(a);if(i.successful&&i.value.type==="task")return i.value.values.map(o=>({type:"task-item",text:o.text,completed:o.completed,file:o.path}))}catch(i){console.error("Error in task query:",i)}return[]}async executeDQL(a,r){try{const i=await r.query(a);if(i.successful)return[{type:"dql-result",data:i.value}]}catch(i){console.error("Error in DQL query:",i)}return[]}destroy(){this.renderContainer&&(this.renderContainer.remove(),this.renderContainer=void 0),this.component.unload(),super.destroy()}}class Qm extends _.Component{constructor(a){super(),this.dataSources=new Map,this.app=a.app,this.autoRefresh=a.autoRefresh??!1,this.refreshInterval=a.refreshInterval??3e4}onload(){this.initialize()}initialize(){this.setupFileWatchers(),this.autoRefresh&&this.startAutoRefresh()}destroy(){this.dataSources.forEach(a=>{a.dataSource.destroy()}),this.dataSources.clear(),this.fileEventRef&&this.app.vault.offref(this.fileEventRef),this.stopAutoRefresh(),super.unload()}createDataSource(a,r){const i=this.instantiateDataSource(a);if(!i)return null;const o=this.generateDataSourceId(),l={id:o,dataSource:i,sectionId:r};return this.dataSources.set(o,l),o}instantiateDataSource(a){const r={app:this.app,config:a};switch(a.type){case"file":return new oy(r);case"folder":return new ly(r);case"files":return new cy(r);case"dataview":return new uy(r);default:return console.error(`Unknown data source type: ${a.type}`),null}}removeDataSource(a){const r=this.dataSources.get(a);return r?(r.dataSource.destroy(),this.dataSources.delete(a),!0):!1}async getDataSourceData(a){const r=this.dataSources.get(a);if(!r)return null;try{const i=await r.dataSource.getData();return r.lastUpdate=new Date,r.lastResult=i,i}catch(i){return console.error(`Error fetching data from source ${a}:`,i),{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Error: ${i.message}`]}}}}async getSectionData(a){const r=Array.from(this.dataSources.values()).filter(l=>l.sectionId===a);if(r.length===0)return[];const i=await Promise.all(r.map(l=>this.getDataSourceData(l.id))),o=[];return i.forEach(l=>{l&&o.push(...l.data)}),o}updateDataSourceConfig(a,r){const i=this.dataSources.get(a);return i?(i.dataSource.updateConfig(r),!0):!1}subscribeToDataSource(a,r){const i=this.dataSources.get(a);return i?i.dataSource.subscribe(r):null}getDataSourcesBySectionId(a){return Array.from(this.dataSources.values()).filter(r=>r.sectionId===a)}getAllDataSources(){return Array.from(this.dataSources.values())}clearSectionDataSources(a){this.getDataSourcesBySectionId(a).forEach(i=>{this.removeDataSource(i.id)})}async refreshAllDataSources(){const a=Array.from(this.dataSources.keys()).map(r=>this.getDataSourceData(r));await Promise.all(a)}async refreshSectionDataSources(a){const i=this.getDataSourcesBySectionId(a).map(o=>this.getDataSourceData(o.id));await Promise.all(i)}setupFileWatchers(){this.registerEvent(this.app.vault.on("modify",a=>{a instanceof _.TFile&&this.handleFileChange(a)})),this.registerEvent(this.app.vault.on("delete",a=>{a instanceof _.TFile&&this.handleFileDelete(a)})),this.registerEvent(this.app.vault.on("rename",(a,r)=>{a instanceof _.TFile&&this.handleFileRename(a,r)}))}handleFileChange(a){this.dataSources.forEach(r=>{const i=r.dataSource.getConfig();if(i.type==="file"){const o=i.filePath||i.config?.filePath;o&&o===a.path&&(r.dataSource.clearCache(),this.refreshDataSource(r.id))}else if(i.type==="folder"){const o=i.folderPath||i.config?.folderPath;o&&a.path.startsWith(o)&&(r.dataSource.clearCache(),this.refreshDataSource(r.id))}else if(i.type==="files"){const o=i.filePaths||i.config?.filePaths;o&&o.includes(a.path)&&(r.dataSource.clearCache(),this.refreshDataSource(r.id))}})}async refreshDataSource(a){const r=this.dataSources.get(a);if(r)try{const i=await r.dataSource.getData();r.lastUpdate=new Date,r.lastResult=i}catch(i){console.error(`[DataManager] Error refreshing data source ${a}:`,i)}}handleFileDelete(a){this.dataSources.forEach(r=>{const i=r.dataSource.getConfig();if(i.type==="file"){const o=i.filePath||i.config?.filePath;o&&o===a.path&&r.dataSource.notifySubscribers({data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`File deleted: ${a.path}`]}})}else if(i.type==="folder"){const o=i.folderPath||i.config?.folderPath;o&&a.path.startsWith(o)&&this.refreshDataSource(r.id)}else if(i.type==="files"){const o=i.filePaths||i.config?.filePaths;o&&o.includes(a.path)&&this.refreshDataSource(r.id)}})}handleFileRename(a,r){this.dataSources.forEach(i=>{const o=i.dataSource.getConfig();if(o.type==="file"){const l=o.filePath||o.config?.filePath;if(l&&l===r){const c=o.filePath!==void 0?{filePath:a.path}:{config:{filePath:a.path}};i.dataSource.updateConfig(c),this.refreshDataSource(i.id)}}else if(o.type==="files"){const l=o.filePaths||o.config?.filePaths;if(l&&l.includes(r)){const c=l.map(d=>d===r?a.path:d),u=o.filePaths!==void 0?{filePaths:c}:{config:{filePaths:c}};i.dataSource.updateConfig(u),this.refreshDataSource(i.id)}}})}startAutoRefresh(){this.refreshTimer&&this.stopAutoRefresh(),this.refreshTimer=window.setInterval(()=>{this.refreshAllDataSources()},this.refreshInterval),this.registerInterval(this.refreshTimer)}stopAutoRefresh(){this.refreshTimer&&(clearInterval(this.refreshTimer),this.refreshTimer=void 0)}setAutoRefresh(a,r){this.autoRefresh=a,r&&(this.refreshInterval=r),a?this.startAutoRefresh():this.stopAutoRefresh()}generateDataSourceId(){return`ds_${Date.now()}_${Math.random().toString(36).substr(2,9)}`}exportConfiguration(){const a={dataSources:[]};return this.dataSources.forEach(r=>{a.dataSources.push({id:r.id,sectionId:r.sectionId,config:r.dataSource.getConfig()})}),a}importConfiguration(a){!a.dataSources||!Array.isArray(a.dataSources)||(this.destroy(),this.dataSources.clear(),a.dataSources.forEach(r=>{const i=this.instantiateDataSource(r.config);if(i){const o={id:r.id,dataSource:i,sectionId:r.sectionId};this.dataSources.set(r.id,o)}}),this.initialize())}}const py={academicOverview:"学术概览",todayFocus:"今日聚焦",recentLiterature:"最近文献",researchFocusMap:"研究焦点地图",projectBaseManager:"项目管理(默认配置)",papersManager:"研究论文",experimentsManager:"实验数据",tasksManager:"科研课题",resourcesManager:"学术资源",bookShelf:"书架",todoManager:"待办管理",recentBooks:"最近阅读",readingAnalytics:"阅读分析"};function dy(f,a){return a?.[f]?.displayName?a[f].displayName:py[f]||f}function fy(f,a){return a?.[f]?.description}function Xm(f){return f?.settings?.componentDataSources?f.settings.componentDataSources:null}function ep(f,a){const r=Xm(a);return dy(f,r??void 0)}function Jm(f,a){const r=Xm(a);return fy(f,r??void 0)}const hy={papers:{componentKey:"papersManager",icon:"file-text"},experiments:{componentKey:"experimentsManager",icon:"flask-conical"},tasks:{componentKey:"tasksManager",icon:"target"},resources:{componentKey:"resourcesManager",icon:"bookmark"},literature:{componentKey:"recentLiterature",icon:"book-open"}};class gy extends _.Component{constructor(a,r,i,o){super(),this.app=r,this.plugin=i,this.type=o,this.renderComponent=new _.Component,this.renderComponent.load(),this.containerEl=a.createDiv({cls:"ppb-base-container"}),this.buildUI()}buildUI(){const a=hy[this.type],r=ep(a.componentKey,this.plugin),i=Jm(a.componentKey,this.plugin);this.headerEl=this.containerEl.createDiv({cls:"ppb-base-header"});const o=this.headerEl.createDiv({cls:"ppb-base-header-left"}),l=o.createSpan({cls:"ppb-base-header-icon"});_.setIcon(l,a.icon);const c=o.createDiv({cls:"ppb-base-header-titles"});c.createEl("h3",{text:r,cls:"ppb-base-title"}),i&&c.createEl("p",{text:i,cls:"ppb-base-description"});const u=this.headerEl.createDiv({cls:"ppb-base-header-right"}),d=this.plugin.settings.baseContainerPaths?.[this.type];if(d){const m=u.createSpan({cls:"ppb-base-path-badge"});m.setText(d.replace(/^ppb\//,"").replace(/\.base$/,"")),m.title=d}const h=u.createEl("button",{cls:"ppb-base-config-btn clickable-icon"});if(_.setIcon(h,"settings"),h.title="Configure base",h.addEventListener("click",m=>{m.stopPropagation(),this.openConfigModal()}),d){const m=u.createEl("button",{cls:"ppb-base-clear-btn clickable-icon"});_.setIcon(m,"x"),m.title="Remove base",m.addEventListener("click",async b=>{b.stopPropagation(),await this.clearBase()})}this.contentEl=this.containerEl.createDiv({cls:"ppb-base-content"}),this.renderBase()}openConfigModal(){new Nu(this.app,this.plugin,this.type,async a=>{this.plugin.settings.baseContainerPaths||(this.plugin.settings.baseContainerPaths={projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null}),this.plugin.settings.baseContainerPaths[this.type]=a,await this.plugin.saveSettings(),this.rebuild()}).open()}async clearBase(){this.plugin.settings.baseContainerPaths&&(this.plugin.settings.baseContainerPaths[this.type]=null,await this.plugin.saveSettings(),this.rebuild())}rebuild(){this.containerEl.empty(),this.renderComponent.unload(),this.renderComponent=new _.Component,this.renderComponent.load(),this.buildUI()}async renderBase(){this.contentEl.empty();const a=this.plugin.settings.baseContainerPaths?.[this.type];if(!a){this.renderEmptyState();return}if(!this.app.vault.getFileByPath(a)){this.renderMissingState(a);return}const i=`![[${a}]]`;try{await _.MarkdownRenderer.render(this.app,i,this.contentEl,a,this.renderComponent)}catch(o){console.error(`[BaseContainer] Failed to render base embed for ${a}:`,o),this.contentEl.empty(),this.contentEl.createDiv({cls:"ppb-base-error"}).setText(`Failed to render base: ${o}`)}}renderEmptyState(){const a=this.contentEl.createDiv({cls:"ppb-base-empty-state"}),r=a.createDiv({cls:"ppb-base-empty-icon"});_.setIcon(r,"database"),a.createEl("p",{text:"No base configured",cls:"ppb-base-empty-title"}),a.createEl("p",{text:"Click the settings icon to select or create a base",cls:"ppb-base-empty-hint"}),a.createEl("button",{cls:"ppb-base-empty-btn mod-cta",text:"Configure Base"}).addEventListener("click",()=>this.openConfigModal())}renderMissingState(a){const r=this.contentEl.createDiv({cls:"ppb-base-missing-state"}),i=r.createDiv({cls:"ppb-base-missing-icon"});_.setIcon(i,"alert-triangle"),r.createEl("p",{text:"Base file not found",cls:"ppb-base-missing-title"}),r.createEl("p",{text:a,cls:"ppb-base-missing-path"}),r.createEl("button",{cls:"ppb-base-empty-btn",text:"Reconfigure"}).addEventListener("click",()=>this.openConfigModal())}onunload(){this.renderComponent.unload(),this.containerEl.remove()}}const my={books:{componentKey:"bookShelf",icon:"book-open"}};class by extends _.Component{constructor(a,r,i,o){super(),this.app=r,this.plugin=i,this.type=o,this.renderComponent=new _.Component,this.renderComponent.load(),this.containerEl=a.createDiv({cls:"ppb-base-container"}),this.buildUI()}buildUI(){const a=my[this.type],r=ep(a.componentKey,this.plugin),i=Jm(a.componentKey,this.plugin);this.headerEl=this.containerEl.createDiv({cls:"ppb-base-header"});const o=this.headerEl.createDiv({cls:"ppb-base-header-left"}),l=o.createSpan({cls:"ppb-base-header-icon"});_.setIcon(l,a.icon);const c=o.createDiv({cls:"ppb-base-header-titles"});c.createEl("h3",{text:r,cls:"ppb-base-title"}),i&&c.createEl("p",{text:i,cls:"ppb-base-description"});const u=this.headerEl.createDiv({cls:"ppb-base-header-right"}),d=this.getFolderPath();if(d){const m=u.createSpan({cls:"ppb-base-path-badge"});m.setText(d),m.title=d}const h=u.createEl("button",{cls:"ppb-base-config-btn clickable-icon"});if(_.setIcon(h,"folder-open"),h.title="Select folder",h.addEventListener("click",m=>{m.stopPropagation(),this.openFolderSelector()}),this.getBasePath()){const m=u.createEl("button",{cls:"ppb-base-clear-btn clickable-icon"});_.setIcon(m,"x"),m.title="Remove base",m.addEventListener("click",async b=>{b.stopPropagation(),await this.clearBase()})}this.contentEl=this.containerEl.createDiv({cls:"ppb-base-content"}),this.renderBase()}getFolderPath(){const a=this.getBasePath();if(!a)return null;const r=a.match(new RegExp(`ppb/${this.type}-(.+)\\.base$`));return r?r[1].replace(/-/g,"/"):a}getBasePath(){return this.plugin.settings.baseContainerPaths?.[this.type]||null}openFolderSelector(){new Uu(this.app,async a=>{try{const r=await this.createFolderBase(a.path);this.plugin.settings.baseContainerPaths||(this.plugin.settings.baseContainerPaths={projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null}),this.plugin.settings.baseContainerPaths[this.type]=r,await this.plugin.saveSettings(),this.rebuild()}catch(r){new _.Notice(`Failed to create base: ${r}`)}}).open()}async createFolderBase(a){this.app.vault.getFolderByPath("ppb")||await this.app.vault.createFolder("ppb");const i=this.buildGalleryYaml(a),o=a.replace(/[\\/:*?"<>|]/g,"-"),l=`ppb/${this.type}-${o}.base`,c=this.app.vault.getFileByPath(l);return c?await this.app.vault.modify(c,i):await this.app.vault.create(l,i),l}buildGalleryYaml(a){let r="";return r+=`filters: -`,r+=` and: -`,r+=` - file.inFolder("${a}") -`,r+=`views: -`,r+=` - type: cards -`,r+=` name: "Gallery" -`,r+=` order: -`,r+=` - file.name -`,r+=` - cover -`,r+=` - tags -`,r}async clearBase(){this.plugin.settings.baseContainerPaths&&(this.plugin.settings.baseContainerPaths[this.type]=null,await this.plugin.saveSettings(),this.rebuild())}rebuild(){this.containerEl.empty(),this.renderComponent.unload(),this.renderComponent=new _.Component,this.renderComponent.load(),this.buildUI()}async renderBase(){this.contentEl.empty();const a=this.getBasePath();if(!a){this.renderEmptyState();return}if(!this.app.vault.getFileByPath(a)){this.renderMissingState(a);return}const i=`![[${a}]]`;try{await _.MarkdownRenderer.render(this.app,i,this.contentEl,a,this.renderComponent)}catch(o){console.error(`[FolderBaseContainer] Failed to render base embed for ${a}:`,o),this.contentEl.empty(),this.contentEl.createDiv({cls:"ppb-base-error"}).setText(`Failed to render base: ${o}`)}}renderEmptyState(){const a=this.contentEl.createDiv({cls:"ppb-base-empty-state"}),r=a.createDiv({cls:"ppb-base-empty-icon"});_.setIcon(r,"book-open"),a.createEl("p",{text:"No folder selected",cls:"ppb-base-empty-title"}),a.createEl("p",{text:"Select a folder to display as a gallery",cls:"ppb-base-empty-hint"}),a.createEl("button",{cls:"ppb-base-empty-btn mod-cta",text:"Select Folder"}).addEventListener("click",()=>this.openFolderSelector())}renderMissingState(a){const r=this.contentEl.createDiv({cls:"ppb-base-missing-state"}),i=r.createDiv({cls:"ppb-base-missing-icon"});_.setIcon(i,"alert-triangle"),r.createEl("p",{text:"Base file not found",cls:"ppb-base-missing-title"}),r.createEl("p",{text:a,cls:"ppb-base-missing-path"}),r.createEl("button",{cls:"ppb-base-empty-btn",text:"Select Folder"}).addEventListener("click",()=>this.openFolderSelector())}onunload(){this.renderComponent.unload(),this.containerEl.remove()}}class um extends _.Component{constructor(a,r,i,o){super(),this.showingAlternate=!1,this.alternateChild=null,this.toggleBtn=null,this.app=r,this.plugin=i,this.config=o,this.renderComponent=new _.Component,this.renderComponent.load(),this.containerEl=a.createDiv({cls:"ppb-base-container ppb-academic-base-view"}),this.buildUI()}buildUI(){const a=this.containerEl.createDiv({cls:"ppb-base-header"}),r=a.createDiv({cls:"ppb-base-header-left"}),i=r.createSpan({cls:"ppb-base-header-icon"});_.setIcon(i,this.config.icon);const o=r.createDiv({cls:"ppb-base-header-titles"});if(o.createEl("h3",{text:this.config.title,cls:"ppb-base-title"}),this.config.description&&o.createEl("p",{text:this.config.description,cls:"ppb-base-description"}),this.config.alternateView){const l=a.createDiv({cls:"ppb-base-header-right"});this.toggleBtn=l.createEl("button",{cls:"clickable-icon ppb-base-toggle-btn",attr:{"aria-label":this.config.alternateView.tooltip}}),_.setIcon(this.toggleBtn,this.config.alternateView.icon),this.toggleBtn.addEventListener("click",()=>this.toggleView())}this.contentEl=this.containerEl.createDiv({cls:"ppb-base-content"}),this.renderBase()}toggleView(){if(this.config.alternateView){if(this.showingAlternate=!this.showingAlternate,this.toggleBtn){const a=this.showingAlternate?"table":this.config.alternateView.icon;this.toggleBtn.empty(),_.setIcon(this.toggleBtn,a),this.toggleBtn.setAttribute("aria-label",this.showingAlternate?"Switch to table view":this.config.alternateView.tooltip),this.toggleBtn.toggleClass("is-active",this.showingAlternate)}this.removeAlternateChild(),this.contentEl.empty(),this.showingAlternate?this.config.alternateView.baseYaml?this.renderBase(this.config.alternateView.baseYaml):this.config.alternateView.createView&&(this.alternateChild=this.config.alternateView.createView(this.contentEl,this.app,this.plugin),this.addChild(this.alternateChild)):this.renderBase()}}removeAlternateChild(){this.alternateChild&&(this.removeChild(this.alternateChild),this.alternateChild=null)}async renderBase(a){this.contentEl.empty();const r="```base\n"+(a||this.config.baseYaml)+"\n```";try{await _.MarkdownRenderer.render(this.app,r,this.contentEl,"",this.renderComponent)}catch(i){console.error("[AcademicBaseView] Failed to render base code block:",i),this.contentEl.empty(),this.contentEl.createDiv({cls:"ppb-base-error"}).setText(`Failed to render base: ${i}`)}}onunload(){this.removeAlternateChild(),this.renderComponent.unload(),this.containerEl.remove()}}const pm=f=>{let a;const r=new Set,i=(h,m)=>{const b=typeof h=="function"?h(a):h;if(!Object.is(b,a)){const k=a;a=m??(typeof b!="object"||b===null)?b:Object.assign({},a,b),r.forEach(v=>v(a,k))}},o=()=>a,u={setState:i,getState:o,getInitialState:()=>d,subscribe:h=>(r.add(h),()=>r.delete(h))},d=a=f(i,o,u);return u},vy=f=>f?pm(f):pm;var vu={exports:{}},Ae={},dm;function wy(){if(dm)return Ae;dm=1;var f=Symbol.for("react.transitional.element"),a=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),l=Symbol.for("react.consumer"),c=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),b=Symbol.for("react.activity"),k=Symbol.iterator;function v(P){return P===null||typeof P!="object"?null:(P=k&&P[k]||P["@@iterator"],typeof P=="function"?P:null)}var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w=Object.assign,D={};function E(P,L,ee){this.props=P,this.context=L,this.refs=D,this.updater=ee||y}E.prototype.isReactComponent={},E.prototype.setState=function(P,L){if(typeof P!="object"&&typeof P!="function"&&P!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,P,L,"setState")},E.prototype.forceUpdate=function(P){this.updater.enqueueForceUpdate(this,P,"forceUpdate")};function T(){}T.prototype=E.prototype;function A(P,L,ee){this.props=P,this.context=L,this.refs=D,this.updater=ee||y}var z=A.prototype=new T;z.constructor=A,w(z,E.prototype),z.isPureReactComponent=!0;var R=Array.isArray;function q(){}var V={H:null,A:null,T:null,S:null},K=Object.prototype.hasOwnProperty;function Q(P,L,ee){var ae=ee.ref;return{$$typeof:f,type:P,key:L,ref:ae!==void 0?ae:null,props:ee}}function he(P,L){return Q(P.type,L,P.props)}function ve(P){return typeof P=="object"&&P!==null&&P.$$typeof===f}function M(P){var L={"=":"=0",":":"=2"};return"$"+P.replace(/[=:]/g,function(ee){return L[ee]})}var le=/\/+/g;function x(P,L){return typeof P=="object"&&P!==null&&P.key!=null?M(""+P.key):L.toString(36)}function W(P){switch(P.status){case"fulfilled":return P.value;case"rejected":throw P.reason;default:switch(typeof P.status=="string"?P.then(q,q):(P.status="pending",P.then(function(L){P.status==="pending"&&(P.status="fulfilled",P.value=L)},function(L){P.status==="pending"&&(P.status="rejected",P.reason=L)})),P.status){case"fulfilled":return P.value;case"rejected":throw P.reason}}throw P}function U(P,L,ee,ae,ne){var we=typeof P;(we==="undefined"||we==="boolean")&&(P=null);var Ne=!1;if(P===null)Ne=!0;else switch(we){case"bigint":case"string":case"number":Ne=!0;break;case"object":switch(P.$$typeof){case f:case a:Ne=!0;break;case m:return Ne=P._init,U(Ne(P._payload),L,ee,ae,ne)}}if(Ne)return ne=ne(P),Ne=ae===""?"."+x(P,0):ae,R(ne)?(ee="",Ne!=null&&(ee=Ne.replace(le,"$&/")+"/"),U(ne,L,ee,"",function(Je){return Je})):ne!=null&&(ve(ne)&&(ne=he(ne,ee+(ne.key==null||P&&P.key===ne.key?"":(""+ne.key).replace(le,"$&/")+"/")+Ne)),L.push(ne)),1;Ne=0;var _e=ae===""?".":ae+":";if(R(P))for(var Ce=0;Cef;function xy(f,a=ky){const r=vn.useSyncExternalStore(f.subscribe,vn.useCallback(()=>a(f.getState()),[f,a]),vn.useCallback(()=>a(f.getInitialState()),[f,a]));return vn.useDebugValue(r),r}const Sy=f=>{const a=vy(f),r=i=>xy(a,i);return Object.assign(r,a),r},eb=f=>Sy,hm={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1},gm=f=>!!f.dispatchFromDevtools&&typeof f.dispatch=="function",ki=new Map,Hs=f=>{const a=ki.get(f);return a?Object.fromEntries(Object.entries(a.stores).map(([r,i])=>[r,i.getState()])):{}},Ey=(f,a,r)=>{if(f===void 0)return{type:"untracked",connection:a.connect(r)};const i=ki.get(r.name);if(i)return{type:"tracked",store:f,...i};const o={connection:a.connect(r),stores:{}};return ki.set(r.name,o),{type:"tracked",store:f,...o}},Cy=(f,a)=>{if(a===void 0)return;const r=ki.get(f);r&&(delete r.stores[a],Object.keys(r.stores).length===0&&ki.delete(f))},_y=f=>{var a,r;if(!f)return;const i=f.split(` -`),o=i.findIndex(c=>c.includes("api.setState"));if(o<0)return;const l=((a=i[o+1])==null?void 0:a.trim())||"";return(r=/.+ (.+) .+/.exec(l))==null?void 0:r[1]},Dy=(f,a={})=>(r,i,o)=>{const{enabled:l,anonymousActionType:c,store:u,...d}=a;let h;try{h=(l??(hm?"production":void 0)!=="production")&&window.__REDUX_DEVTOOLS_EXTENSION__}catch{}if(!h)return f(r,i,o);const{connection:m,...b}=Ey(u,h,d);let k=!0;o.setState=(w,D,E)=>{const T=r(w,D);if(!k)return T;const A=E===void 0?{type:c||_y(new Error().stack)||"anonymous"}:typeof E=="string"?{type:E}:E;return u===void 0?(m?.send(A,i()),T):(m?.send({...A,type:`${u}/${A.type}`},{...Hs(d.name),[u]:o.getState()}),T)},o.devtools={cleanup:()=>{m&&typeof m.unsubscribe=="function"&&m.unsubscribe(),Cy(d.name,u)}};const v=(...w)=>{const D=k;k=!1,r(...w),k=D},y=f(o.setState,i,o);if(b.type==="untracked"?m?.init(y):(b.stores[b.store]=o,m?.init(Object.fromEntries(Object.entries(b.stores).map(([w,D])=>[w,w===b.store?y:D.getState()])))),gm(o)){let w=!1;const D=o.dispatch;o.dispatch=(...E)=>{(hm?"production":void 0)!=="production"&&E[0].type==="__setState"&&!w&&(console.warn('[zustand devtools middleware] "__setState" action type is reserved to set state from the devtools. Avoid using it.'),w=!0),D(...E)}}return m.subscribe(w=>{var D;switch(w.type){case"ACTION":if(typeof w.payload!="string"){console.error("[zustand devtools middleware] Unsupported action format");return}return wu(w.payload,E=>{if(E.type==="__setState"){if(u===void 0){v(E.state);return}Object.keys(E.state).length!==1&&console.error(` +| Logo | ${this.institution.logos?.[0]?.url||"N/A"} |`;await w.MarkdownRenderer.render(this.app,e,this.resultContainer,"",this.plugin),this.confirmButton.settingEl.show(),this.confirmButton.setDisabled(this.plugin.checkIfInstitutionNoteExists(this.institutionName)),this.confirmButton.setTooltip(this.plugin.checkIfInstitutionNoteExists(this.institutionName)?"Institution Note Already Exists":"Create Institution Note")}onClose(){this.contentEl.empty()}}function Lr(u,e){const t=Object.keys(e).map(s=>Mr(u,s,e[s]));return t.length===1?t[0]:function(){t.forEach(s=>s())}}function Mr(u,e,t){const s=u[e],n=u.hasOwnProperty(e),i=n?s:function(){return Object.getPrototypeOf(u)[e].apply(this,arguments)};let r=t(i);return s&&Object.setPrototypeOf(r,s),Object.setPrototypeOf(a,r),u[e]=a,o;function a(...c){return r===i&&u[e]===a&&o(),r.apply(this,c)}function o(){u[e]===a&&(n?u[e]=i:delete u[e]),r!==i&&(r=i,Object.setPrototypeOf(a,s||Function))}}class $r{constructor(e){this.vault=e}processTemplate(e,t){let s=e;for(const[n,i]of Object.entries(t.institute)){const r=new RegExp(`{{\\s*ppb\\.institute\\.${n}\\s*}}`,"g");Array.isArray(i)?s=s.replace(r,i.map(a=>`- ${a}`).join(` +`)):s=s.replace(r,String(i))}return s}async readTemplateFile(e){try{const t=this.vault.getFileByPath(e+".md");return t instanceof w.TFile?await this.vault.read(t):null}catch(t){return console.error("Error reading template file:",t),null}}getVariablesFromInstitution(e){return{institute:{abbr:e.abbr,aliases:e.aliases,website:e.website,lon:e.location[1],lat:e.location[0],logo:e.logo,name:e.name,tags:e.tags}}}}var se={exports:{}},De,nn;function ge(){if(nn)return De;nn=1;const u="2.0.0",e=256,t=Number.MAX_SAFE_INTEGER||9007199254740991,s=16,n=e-6;return De={MAX_LENGTH:e,MAX_SAFE_COMPONENT_LENGTH:s,MAX_SAFE_BUILD_LENGTH:n,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:u,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},De}var Te,rn;function me(){return rn||(rn=1,Te=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{}),Te}var an;function Kt(){return an||(an=1,(function(u,e){const{MAX_SAFE_COMPONENT_LENGTH:t,MAX_SAFE_BUILD_LENGTH:s,MAX_LENGTH:n}=ge(),i=me();e=u.exports={};const r=e.re=[],a=e.safeRe=[],o=e.src=[],c=e.safeSrc=[],l=e.t={};let d=0;const f="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",n],[f,s]],g=y=>{for(const[v,E]of h)y=y.split(`${v}*`).join(`${v}{0,${E}}`).split(`${v}+`).join(`${v}{1,${E}}`);return y},p=(y,v,E)=>{const x=g(v),C=d++;i(y,C,v),l[y]=C,o[C]=v,c[C]=x,r[C]=new RegExp(v,E?"g":void 0),a[C]=new RegExp(x,E?"g":void 0)};p("NUMERICIDENTIFIER","0|[1-9]\\d*"),p("NUMERICIDENTIFIERLOOSE","\\d+"),p("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${f}*`),p("MAINVERSION",`(${o[l.NUMERICIDENTIFIER]})\\.(${o[l.NUMERICIDENTIFIER]})\\.(${o[l.NUMERICIDENTIFIER]})`),p("MAINVERSIONLOOSE",`(${o[l.NUMERICIDENTIFIERLOOSE]})\\.(${o[l.NUMERICIDENTIFIERLOOSE]})\\.(${o[l.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASEIDENTIFIER",`(?:${o[l.NONNUMERICIDENTIFIER]}|${o[l.NUMERICIDENTIFIER]})`),p("PRERELEASEIDENTIFIERLOOSE",`(?:${o[l.NONNUMERICIDENTIFIER]}|${o[l.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASE",`(?:-(${o[l.PRERELEASEIDENTIFIER]}(?:\\.${o[l.PRERELEASEIDENTIFIER]})*))`),p("PRERELEASELOOSE",`(?:-?(${o[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[l.PRERELEASEIDENTIFIERLOOSE]})*))`),p("BUILDIDENTIFIER",`${f}+`),p("BUILD",`(?:\\+(${o[l.BUILDIDENTIFIER]}(?:\\.${o[l.BUILDIDENTIFIER]})*))`),p("FULLPLAIN",`v?${o[l.MAINVERSION]}${o[l.PRERELEASE]}?${o[l.BUILD]}?`),p("FULL",`^${o[l.FULLPLAIN]}$`),p("LOOSEPLAIN",`[v=\\s]*${o[l.MAINVERSIONLOOSE]}${o[l.PRERELEASELOOSE]}?${o[l.BUILD]}?`),p("LOOSE",`^${o[l.LOOSEPLAIN]}$`),p("GTLT","((?:<|>)?=?)"),p("XRANGEIDENTIFIERLOOSE",`${o[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),p("XRANGEIDENTIFIER",`${o[l.NUMERICIDENTIFIER]}|x|X|\\*`),p("XRANGEPLAIN",`[v=\\s]*(${o[l.XRANGEIDENTIFIER]})(?:\\.(${o[l.XRANGEIDENTIFIER]})(?:\\.(${o[l.XRANGEIDENTIFIER]})(?:${o[l.PRERELEASE]})?${o[l.BUILD]}?)?)?`),p("XRANGEPLAINLOOSE",`[v=\\s]*(${o[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[l.XRANGEIDENTIFIERLOOSE]})(?:${o[l.PRERELEASELOOSE]})?${o[l.BUILD]}?)?)?`),p("XRANGE",`^${o[l.GTLT]}\\s*${o[l.XRANGEPLAIN]}$`),p("XRANGELOOSE",`^${o[l.GTLT]}\\s*${o[l.XRANGEPLAINLOOSE]}$`),p("COERCEPLAIN",`(^|[^\\d])(\\d{1,${t}})(?:\\.(\\d{1,${t}}))?(?:\\.(\\d{1,${t}}))?`),p("COERCE",`${o[l.COERCEPLAIN]}(?:$|[^\\d])`),p("COERCEFULL",o[l.COERCEPLAIN]+`(?:${o[l.PRERELEASE]})?(?:${o[l.BUILD]})?(?:$|[^\\d])`),p("COERCERTL",o[l.COERCE],!0),p("COERCERTLFULL",o[l.COERCEFULL],!0),p("LONETILDE","(?:~>?)"),p("TILDETRIM",`(\\s*)${o[l.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",p("TILDE",`^${o[l.LONETILDE]}${o[l.XRANGEPLAIN]}$`),p("TILDELOOSE",`^${o[l.LONETILDE]}${o[l.XRANGEPLAINLOOSE]}$`),p("LONECARET","(?:\\^)"),p("CARETTRIM",`(\\s*)${o[l.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",p("CARET",`^${o[l.LONECARET]}${o[l.XRANGEPLAIN]}$`),p("CARETLOOSE",`^${o[l.LONECARET]}${o[l.XRANGEPLAINLOOSE]}$`),p("COMPARATORLOOSE",`^${o[l.GTLT]}\\s*(${o[l.LOOSEPLAIN]})$|^$`),p("COMPARATOR",`^${o[l.GTLT]}\\s*(${o[l.FULLPLAIN]})$|^$`),p("COMPARATORTRIM",`(\\s*)${o[l.GTLT]}\\s*(${o[l.LOOSEPLAIN]}|${o[l.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",p("HYPHENRANGE",`^\\s*(${o[l.XRANGEPLAIN]})\\s+-\\s+(${o[l.XRANGEPLAIN]})\\s*$`),p("HYPHENRANGELOOSE",`^\\s*(${o[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[l.XRANGEPLAINLOOSE]})\\s*$`),p("STAR","(<|>)?=?\\s*\\*"),p("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),p("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(se,se.exports)),se.exports}var _e,on;function Os(){if(on)return _e;on=1;const u=Object.freeze({loose:!0}),e=Object.freeze({});return _e=s=>s?typeof s!="object"?u:s:e,_e}var Pe,cn;function ki(){if(cn)return Pe;cn=1;const u=/^[0-9]+$/,e=(s,n)=>{if(typeof s=="number"&&typeof n=="number")return s===n?0:se(n,s)},Pe}var Ie,ln;function wt(){if(ln)return Ie;ln=1;const u=me(),{MAX_LENGTH:e,MAX_SAFE_INTEGER:t}=ge(),{safeRe:s,t:n}=Kt(),i=Os(),{compareIdentifiers:r}=ki();class a{constructor(c,l){if(l=i(l),c instanceof a){if(c.loose===!!l.loose&&c.includePrerelease===!!l.includePrerelease)return c;c=c.version}else if(typeof c!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof c}".`);if(c.length>e)throw new TypeError(`version is longer than ${e} characters`);u("SemVer",c,l),this.options=l,this.loose=!!l.loose,this.includePrerelease=!!l.includePrerelease;const d=c.trim().match(l.loose?s[n.LOOSE]:s[n.FULL]);if(!d)throw new TypeError(`Invalid Version: ${c}`);if(this.raw=c,this.major=+d[1],this.minor=+d[2],this.patch=+d[3],this.major>t||this.major<0)throw new TypeError("Invalid major version");if(this.minor>t||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>t||this.patch<0)throw new TypeError("Invalid patch version");d[4]?this.prerelease=d[4].split(".").map(f=>{if(/^[0-9]+$/.test(f)){const h=+f;if(h>=0&&hc.major?1:this.minorc.minor?1:this.patchc.patch?1:0}comparePre(c){if(c instanceof a||(c=new a(c,this.options)),this.prerelease.length&&!c.prerelease.length)return-1;if(!this.prerelease.length&&c.prerelease.length)return 1;if(!this.prerelease.length&&!c.prerelease.length)return 0;let l=0;do{const d=this.prerelease[l],f=c.prerelease[l];if(u("prerelease compare",l,d,f),d===void 0&&f===void 0)return 0;if(f===void 0)return 1;if(d===void 0)return-1;if(d===f)continue;return r(d,f)}while(++l)}compareBuild(c){c instanceof a||(c=new a(c,this.options));let l=0;do{const d=this.build[l],f=c.build[l];if(u("build compare",l,d,f),d===void 0&&f===void 0)return 0;if(f===void 0)return 1;if(d===void 0)return-1;if(d===f)continue;return r(d,f)}while(++l)}inc(c,l,d){if(c.startsWith("pre")){if(!l&&d===!1)throw new Error("invalid increment argument: identifier is empty");if(l){const f=`-${l}`.match(this.options.loose?s[n.PRERELEASELOOSE]:s[n.PRERELEASE]);if(!f||f[1]!==l)throw new Error(`invalid identifier: ${l}`)}}switch(c){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",l,d);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",l,d);break;case"prepatch":this.prerelease.length=0,this.inc("patch",l,d),this.inc("pre",l,d);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",l,d),this.inc("pre",l,d);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const f=Number(d)?1:0;if(this.prerelease.length===0)this.prerelease=[f];else{let h=this.prerelease.length;for(;--h>=0;)typeof this.prerelease[h]=="number"&&(this.prerelease[h]++,h=-2);if(h===-1){if(l===this.prerelease.join(".")&&d===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(f)}}if(l){let h=[l,f];d===!1&&(h=[l]),r(this.prerelease[0],l)===0?isNaN(this.prerelease[1])&&(this.prerelease=h):this.prerelease=h}break}default:throw new Error(`invalid increment argument: ${c}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Ie=a,Ie}var Ae,un;function Bt(){if(un)return Ae;un=1;const u=wt();return Ae=(t,s,n=!1)=>{if(t instanceof u)return t;try{return new u(t,s)}catch(i){if(!n)return null;throw i}},Ae}var Fe,dn;function Or(){if(dn)return Fe;dn=1;const u=Bt();return Fe=(t,s)=>{const n=u(t,s);return n?n.version:null},Fe}var Ne,hn;function Br(){if(hn)return Ne;hn=1;const u=Bt();return Ne=(t,s)=>{const n=u(t.trim().replace(/^[=v]+/,""),s);return n?n.version:null},Ne}var Re,pn;function zr(){if(pn)return Re;pn=1;const u=wt();return Re=(t,s,n,i,r)=>{typeof n=="string"&&(r=i,i=n,n=void 0);try{return new u(t instanceof u?t.version:t,n).inc(s,i,r).version}catch{return null}},Re}var Le,fn;function jr(){if(fn)return Le;fn=1;const u=Bt();return Le=(t,s)=>{const n=u(t,null,!0),i=u(s,null,!0),r=n.compare(i);if(r===0)return null;const a=r>0,o=a?n:i,c=a?i:n,l=!!o.prerelease.length;if(!!c.prerelease.length&&!l){if(!c.patch&&!c.minor)return"major";if(c.compareMain(o)===0)return c.minor&&!c.patch?"minor":"patch"}const f=l?"pre":"";return n.major!==i.major?f+"major":n.minor!==i.minor?f+"minor":n.patch!==i.patch?f+"patch":"prerelease"},Le}var Me,gn;function Ur(){if(gn)return Me;gn=1;const u=wt();return Me=(t,s)=>new u(t,s).major,Me}var $e,mn;function Wr(){if(mn)return $e;mn=1;const u=wt();return $e=(t,s)=>new u(t,s).minor,$e}var Oe,vn;function Vr(){if(vn)return Oe;vn=1;const u=wt();return Oe=(t,s)=>new u(t,s).patch,Oe}var Be,bn;function Hr(){if(bn)return Be;bn=1;const u=Bt();return Be=(t,s)=>{const n=u(t,s);return n&&n.prerelease.length?n.prerelease:null},Be}var ze,wn;function kt(){if(wn)return ze;wn=1;const u=wt();return ze=(t,s,n)=>new u(t,n).compare(new u(s,n)),ze}var je,yn;function qr(){if(yn)return je;yn=1;const u=kt();return je=(t,s,n)=>u(s,t,n),je}var Ue,Sn;function Zr(){if(Sn)return Ue;Sn=1;const u=kt();return Ue=(t,s)=>u(t,s,!0),Ue}var We,En;function Bs(){if(En)return We;En=1;const u=wt();return We=(t,s,n)=>{const i=new u(t,n),r=new u(s,n);return i.compare(r)||i.compareBuild(r)},We}var Ve,kn;function Gr(){if(kn)return Ve;kn=1;const u=Bs();return Ve=(t,s)=>t.sort((n,i)=>u(n,i,s)),Ve}var He,xn;function Yr(){if(xn)return He;xn=1;const u=Bs();return He=(t,s)=>t.sort((n,i)=>u(i,n,s)),He}var qe,Cn;function ve(){if(Cn)return qe;Cn=1;const u=kt();return qe=(t,s,n)=>u(t,s,n)>0,qe}var Ze,Dn;function zs(){if(Dn)return Ze;Dn=1;const u=kt();return Ze=(t,s,n)=>u(t,s,n)<0,Ze}var Ge,Tn;function xi(){if(Tn)return Ge;Tn=1;const u=kt();return Ge=(t,s,n)=>u(t,s,n)===0,Ge}var Ye,_n;function Ci(){if(_n)return Ye;_n=1;const u=kt();return Ye=(t,s,n)=>u(t,s,n)!==0,Ye}var Ke,Pn;function js(){if(Pn)return Ke;Pn=1;const u=kt();return Ke=(t,s,n)=>u(t,s,n)>=0,Ke}var Xe,In;function Us(){if(In)return Xe;In=1;const u=kt();return Xe=(t,s,n)=>u(t,s,n)<=0,Xe}var Je,An;function Di(){if(An)return Je;An=1;const u=xi(),e=Ci(),t=ve(),s=js(),n=zs(),i=Us();return Je=(a,o,c,l)=>{switch(o){case"===":return typeof a=="object"&&(a=a.version),typeof c=="object"&&(c=c.version),a===c;case"!==":return typeof a=="object"&&(a=a.version),typeof c=="object"&&(c=c.version),a!==c;case"":case"=":case"==":return u(a,c,l);case"!=":return e(a,c,l);case">":return t(a,c,l);case">=":return s(a,c,l);case"<":return n(a,c,l);case"<=":return i(a,c,l);default:throw new TypeError(`Invalid operator: ${o}`)}},Je}var Qe,Fn;function Kr(){if(Fn)return Qe;Fn=1;const u=wt(),e=Bt(),{safeRe:t,t:s}=Kt();return Qe=(i,r)=>{if(i instanceof u)return i;if(typeof i=="number"&&(i=String(i)),typeof i!="string")return null;r=r||{};let a=null;if(!r.rtl)a=i.match(r.includePrerelease?t[s.COERCEFULL]:t[s.COERCE]);else{const h=r.includePrerelease?t[s.COERCERTLFULL]:t[s.COERCERTL];let g;for(;(g=h.exec(i))&&(!a||a.index+a[0].length!==i.length);)(!a||g.index+g[0].length!==a.index+a[0].length)&&(a=g),h.lastIndex=g.index+g[1].length+g[2].length;h.lastIndex=-1}if(a===null)return null;const o=a[2],c=a[3]||"0",l=a[4]||"0",d=r.includePrerelease&&a[5]?`-${a[5]}`:"",f=r.includePrerelease&&a[6]?`+${a[6]}`:"";return e(`${o}.${c}.${l}${d}${f}`,r)},Qe}var ts,Nn;function Xr(){if(Nn)return ts;Nn=1;class u{constructor(){this.max=1e3,this.map=new Map}get(t){const s=this.map.get(t);if(s!==void 0)return this.map.delete(t),this.map.set(t,s),s}delete(t){return this.map.delete(t)}set(t,s){if(!this.delete(t)&&s!==void 0){if(this.map.size>=this.max){const i=this.map.keys().next().value;this.delete(i)}this.map.set(t,s)}return this}}return ts=u,ts}var es,Rn;function xt(){if(Rn)return es;Rn=1;const u=/\s+/g;class e{constructor(I,G){if(G=n(G),I instanceof e)return I.loose===!!G.loose&&I.includePrerelease===!!G.includePrerelease?I:new e(I.raw,G);if(I instanceof i)return this.raw=I.value,this.set=[[I]],this.formatted=void 0,this;if(this.options=G,this.loose=!!G.loose,this.includePrerelease=!!G.includePrerelease,this.raw=I.trim().replace(u," "),this.set=this.raw.split("||").map($=>this.parseRange($.trim())).filter($=>$.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const $=this.set[0];if(this.set=this.set.filter(Y=>!p(Y[0])),this.set.length===0)this.set=[$];else if(this.set.length>1){for(const Y of this.set)if(Y.length===1&&y(Y[0])){this.set=[Y];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let I=0;I0&&(this.formatted+="||");const G=this.set[I];for(let $=0;$0&&(this.formatted+=" "),this.formatted+=G[$].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(I){const $=((this.options.includePrerelease&&h)|(this.options.loose&&g))+":"+I,Y=s.get($);if(Y)return Y;const z=this.options.loose,K=z?o[c.HYPHENRANGELOOSE]:o[c.HYPHENRANGE];I=I.replace(K,P(this.options.includePrerelease)),r("hyphen replace",I),I=I.replace(o[c.COMPARATORTRIM],l),r("comparator trim",I),I=I.replace(o[c.TILDETRIM],d),r("tilde trim",I),I=I.replace(o[c.CARETTRIM],f),r("caret trim",I);let L=I.split(" ").map(Z=>E(Z,this.options)).join(" ").split(/\s+/).map(Z=>tt(Z,this.options));z&&(L=L.filter(Z=>(r("loose invalid filter",Z,this.options),!!Z.match(o[c.COMPARATORLOOSE])))),r("range list",L);const A=new Map,Q=L.map(Z=>new i(Z,this.options));for(const Z of Q){if(p(Z))return[Z];A.set(Z.value,Z)}A.size>1&&A.has("")&&A.delete("");const X=[...A.values()];return s.set($,X),X}intersects(I,G){if(!(I instanceof e))throw new TypeError("a Range is required");return this.set.some($=>v($,G)&&I.set.some(Y=>v(Y,G)&&$.every(z=>Y.every(K=>z.intersects(K,G)))))}test(I){if(!I)return!1;if(typeof I=="string")try{I=new a(I,this.options)}catch{return!1}for(let G=0;Gb.value==="<0.0.0-0",y=b=>b.value==="",v=(b,I)=>{let G=!0;const $=b.slice();let Y=$.pop();for(;G&&$.length;)G=$.every(z=>Y.intersects(z,I)),Y=$.pop();return G},E=(b,I)=>(b=b.replace(o[c.BUILD],""),r("comp",b,I),b=R(b,I),r("caret",b),b=C(b,I),r("tildes",b),b=M(b,I),r("xrange",b),b=q(b,I),r("stars",b),b),x=b=>!b||b.toLowerCase()==="x"||b==="*",C=(b,I)=>b.trim().split(/\s+/).map(G=>T(G,I)).join(" "),T=(b,I)=>{const G=I.loose?o[c.TILDELOOSE]:o[c.TILDE];return b.replace(G,($,Y,z,K,L)=>{r("tilde",b,$,Y,z,K,L);let A;return x(Y)?A="":x(z)?A=`>=${Y}.0.0 <${+Y+1}.0.0-0`:x(K)?A=`>=${Y}.${z}.0 <${Y}.${+z+1}.0-0`:L?(r("replaceTilde pr",L),A=`>=${Y}.${z}.${K}-${L} <${Y}.${+z+1}.0-0`):A=`>=${Y}.${z}.${K} <${Y}.${+z+1}.0-0`,r("tilde return",A),A})},R=(b,I)=>b.trim().split(/\s+/).map(G=>F(G,I)).join(" "),F=(b,I)=>{r("caret",b,I);const G=I.loose?o[c.CARETLOOSE]:o[c.CARET],$=I.includePrerelease?"-0":"";return b.replace(G,(Y,z,K,L,A)=>{r("caret",b,Y,z,K,L,A);let Q;return x(z)?Q="":x(K)?Q=`>=${z}.0.0${$} <${+z+1}.0.0-0`:x(L)?z==="0"?Q=`>=${z}.${K}.0${$} <${z}.${+K+1}.0-0`:Q=`>=${z}.${K}.0${$} <${+z+1}.0.0-0`:A?(r("replaceCaret pr",A),z==="0"?K==="0"?Q=`>=${z}.${K}.${L}-${A} <${z}.${K}.${+L+1}-0`:Q=`>=${z}.${K}.${L}-${A} <${z}.${+K+1}.0-0`:Q=`>=${z}.${K}.${L}-${A} <${+z+1}.0.0-0`):(r("no pr"),z==="0"?K==="0"?Q=`>=${z}.${K}.${L}${$} <${z}.${K}.${+L+1}-0`:Q=`>=${z}.${K}.${L}${$} <${z}.${+K+1}.0-0`:Q=`>=${z}.${K}.${L} <${+z+1}.0.0-0`),r("caret return",Q),Q})},M=(b,I)=>(r("replaceXRanges",b,I),b.split(/\s+/).map(G=>B(G,I)).join(" ")),B=(b,I)=>{b=b.trim();const G=I.loose?o[c.XRANGELOOSE]:o[c.XRANGE];return b.replace(G,($,Y,z,K,L,A)=>{r("xRange",b,$,Y,z,K,L,A);const Q=x(z),X=Q||x(K),Z=X||x(L),lt=Z;return Y==="="&<&&(Y=""),A=I.includePrerelease?"-0":"",Q?Y===">"||Y==="<"?$="<0.0.0-0":$="*":Y&<?(X&&(K=0),L=0,Y===">"?(Y=">=",X?(z=+z+1,K=0,L=0):(K=+K+1,L=0)):Y==="<="&&(Y="<",X?z=+z+1:K=+K+1),Y==="<"&&(A="-0"),$=`${Y+z}.${K}.${L}${A}`):X?$=`>=${z}.0.0${A} <${+z+1}.0.0-0`:Z&&($=`>=${z}.${K}.0${A} <${z}.${+K+1}.0-0`),r("xRange return",$),$})},q=(b,I)=>(r("replaceStars",b,I),b.trim().replace(o[c.STAR],"")),tt=(b,I)=>(r("replaceGTE0",b,I),b.trim().replace(o[I.includePrerelease?c.GTE0PRE:c.GTE0],"")),P=b=>(I,G,$,Y,z,K,L,A,Q,X,Z,lt)=>(x($)?G="":x(Y)?G=`>=${$}.0.0${b?"-0":""}`:x(z)?G=`>=${$}.${Y}.0${b?"-0":""}`:K?G=`>=${G}`:G=`>=${G}${b?"-0":""}`,x(Q)?A="":x(X)?A=`<${+Q+1}.0.0-0`:x(Z)?A=`<${Q}.${+X+1}.0-0`:lt?A=`<=${Q}.${X}.${Z}-${lt}`:b?A=`<${Q}.${X}.${+Z+1}-0`:A=`<=${A}`,`${G} ${A}`.trim()),U=(b,I,G)=>{for(let $=0;$0){const Y=b[$].semver;if(Y.major===I.major&&Y.minor===I.minor&&Y.patch===I.patch)return!0}return!1}return!0};return es}var ss,Ln;function be(){if(Ln)return ss;Ln=1;const u=Symbol("SemVer ANY");class e{static get ANY(){return u}constructor(l,d){if(d=t(d),l instanceof e){if(l.loose===!!d.loose)return l;l=l.value}l=l.trim().split(/\s+/).join(" "),r("comparator",l,d),this.options=d,this.loose=!!d.loose,this.parse(l),this.semver===u?this.value="":this.value=this.operator+this.semver.version,r("comp",this)}parse(l){const d=this.options.loose?s[n.COMPARATORLOOSE]:s[n.COMPARATOR],f=l.match(d);if(!f)throw new TypeError(`Invalid comparator: ${l}`);this.operator=f[1]!==void 0?f[1]:"",this.operator==="="&&(this.operator=""),f[2]?this.semver=new a(f[2],this.options.loose):this.semver=u}toString(){return this.value}test(l){if(r("Comparator.test",l,this.options.loose),this.semver===u||l===u)return!0;if(typeof l=="string")try{l=new a(l,this.options)}catch{return!1}return i(l,this.operator,this.semver,this.options)}intersects(l,d){if(!(l instanceof e))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new o(l.value,d).test(this.value):l.operator===""?l.value===""?!0:new o(this.value,d).test(l.semver):(d=t(d),d.includePrerelease&&(this.value==="<0.0.0-0"||l.value==="<0.0.0-0")||!d.includePrerelease&&(this.value.startsWith("<0.0.0")||l.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&l.operator.startsWith(">")||this.operator.startsWith("<")&&l.operator.startsWith("<")||this.semver.version===l.semver.version&&this.operator.includes("=")&&l.operator.includes("=")||i(this.semver,"<",l.semver,d)&&this.operator.startsWith(">")&&l.operator.startsWith("<")||i(this.semver,">",l.semver,d)&&this.operator.startsWith("<")&&l.operator.startsWith(">")))}}ss=e;const t=Os(),{safeRe:s,t:n}=Kt(),i=Di(),r=me(),a=wt(),o=xt();return ss}var ns,Mn;function we(){if(Mn)return ns;Mn=1;const u=xt();return ns=(t,s,n)=>{try{s=new u(s,n)}catch{return!1}return s.test(t)},ns}var is,$n;function Jr(){if($n)return is;$n=1;const u=xt();return is=(t,s)=>new u(t,s).set.map(n=>n.map(i=>i.value).join(" ").trim().split(" ")),is}var rs,On;function Qr(){if(On)return rs;On=1;const u=wt(),e=xt();return rs=(s,n,i)=>{let r=null,a=null,o=null;try{o=new e(n,i)}catch{return null}return s.forEach(c=>{o.test(c)&&(!r||a.compare(c)===-1)&&(r=c,a=new u(r,i))}),r},rs}var as,Bn;function ta(){if(Bn)return as;Bn=1;const u=wt(),e=xt();return as=(s,n,i)=>{let r=null,a=null,o=null;try{o=new e(n,i)}catch{return null}return s.forEach(c=>{o.test(c)&&(!r||a.compare(c)===1)&&(r=c,a=new u(r,i))}),r},as}var os,zn;function ea(){if(zn)return os;zn=1;const u=wt(),e=xt(),t=ve();return os=(n,i)=>{n=new e(n,i);let r=new u("0.0.0");if(n.test(r)||(r=new u("0.0.0-0"),n.test(r)))return r;r=null;for(let a=0;a{const d=new u(l.semver.version);switch(l.operator){case">":d.prerelease.length===0?d.patch++:d.prerelease.push(0),d.raw=d.format();case"":case">=":(!c||t(d,c))&&(c=d);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${l.operator}`)}}),c&&(!r||t(r,c))&&(r=c)}return r&&n.test(r)?r:null},os}var cs,jn;function sa(){if(jn)return cs;jn=1;const u=xt();return cs=(t,s)=>{try{return new u(t,s).range||"*"}catch{return null}},cs}var ls,Un;function Ws(){if(Un)return ls;Un=1;const u=wt(),e=be(),{ANY:t}=e,s=xt(),n=we(),i=ve(),r=zs(),a=Us(),o=js();return ls=(l,d,f,h)=>{l=new u(l,h),d=new s(d,h);let g,p,y,v,E;switch(f){case">":g=i,p=a,y=r,v=">",E=">=";break;case"<":g=r,p=o,y=i,v="<",E="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(n(l,d,h))return!1;for(let x=0;x{F.semver===t&&(F=new e(">=0.0.0")),T=T||F,R=R||F,g(F.semver,T.semver,h)?T=F:y(F.semver,R.semver,h)&&(R=F)}),T.operator===v||T.operator===E||(!R.operator||R.operator===v)&&p(l,R.semver))return!1;if(R.operator===E&&y(l,R.semver))return!1}return!0},ls}var us,Wn;function na(){if(Wn)return us;Wn=1;const u=Ws();return us=(t,s,n)=>u(t,s,">",n),us}var ds,Vn;function ia(){if(Vn)return ds;Vn=1;const u=Ws();return ds=(t,s,n)=>u(t,s,"<",n),ds}var hs,Hn;function ra(){if(Hn)return hs;Hn=1;const u=xt();return hs=(t,s,n)=>(t=new u(t,n),s=new u(s,n),t.intersects(s,n)),hs}var ps,qn;function aa(){if(qn)return ps;qn=1;const u=we(),e=kt();return ps=(t,s,n)=>{const i=[];let r=null,a=null;const o=t.sort((f,h)=>e(f,h,n));for(const f of o)u(f,s,n)?(a=f,r||(r=f)):(a&&i.push([r,a]),a=null,r=null);r&&i.push([r,null]);const c=[];for(const[f,h]of i)f===h?c.push(f):!h&&f===o[0]?c.push("*"):h?f===o[0]?c.push(`<=${h}`):c.push(`${f} - ${h}`):c.push(`>=${f}`);const l=c.join(" || "),d=typeof s.raw=="string"?s.raw:String(s);return l.length{if(d===f)return!0;d=new u(d,h),f=new u(f,h);let g=!1;t:for(const p of d.set){for(const y of f.set){const v=o(p,y,h);if(g=g||v!==null,v)continue t}if(g)return!1}return!0},r=[new e(">=0.0.0-0")],a=[new e(">=0.0.0")],o=(d,f,h)=>{if(d===f)return!0;if(d.length===1&&d[0].semver===t){if(f.length===1&&f[0].semver===t)return!0;h.includePrerelease?d=r:d=a}if(f.length===1&&f[0].semver===t){if(h.includePrerelease)return!0;f=a}const g=new Set;let p,y;for(const M of d)M.operator===">"||M.operator===">="?p=c(p,M,h):M.operator==="<"||M.operator==="<="?y=l(y,M,h):g.add(M.semver);if(g.size>1)return null;let v;if(p&&y){if(v=n(p.semver,y.semver,h),v>0)return null;if(v===0&&(p.operator!==">="||y.operator!=="<="))return null}for(const M of g){if(p&&!s(M,String(p),h)||y&&!s(M,String(y),h))return null;for(const B of f)if(!s(M,String(B),h))return!1;return!0}let E,x,C,T,R=y&&!h.includePrerelease&&y.semver.prerelease.length?y.semver:!1,F=p&&!h.includePrerelease&&p.semver.prerelease.length?p.semver:!1;R&&R.prerelease.length===1&&y.operator==="<"&&R.prerelease[0]===0&&(R=!1);for(const M of f){if(T=T||M.operator===">"||M.operator===">=",C=C||M.operator==="<"||M.operator==="<=",p){if(F&&M.semver.prerelease&&M.semver.prerelease.length&&M.semver.major===F.major&&M.semver.minor===F.minor&&M.semver.patch===F.patch&&(F=!1),M.operator===">"||M.operator===">="){if(E=c(p,M,h),E===M&&E!==p)return!1}else if(p.operator===">="&&!s(p.semver,String(M),h))return!1}if(y){if(R&&M.semver.prerelease&&M.semver.prerelease.length&&M.semver.major===R.major&&M.semver.minor===R.minor&&M.semver.patch===R.patch&&(R=!1),M.operator==="<"||M.operator==="<="){if(x=l(y,M,h),x===M&&x!==y)return!1}else if(y.operator==="<="&&!s(y.semver,String(M),h))return!1}if(!M.operator&&(y||p)&&v!==0)return!1}return!(p&&C&&!y&&v!==0||y&&T&&!p&&v!==0||F||R)},c=(d,f,h)=>{if(!d)return f;const g=n(d.semver,f.semver,h);return g>0?d:g<0||f.operator===">"&&d.operator===">="?f:d},l=(d,f,h)=>{if(!d)return f;const g=n(d.semver,f.semver,h);return g<0?d:g>0||f.operator==="<"&&d.operator==="<="?f:d};return fs=i,fs}var gs,Gn;function ca(){if(Gn)return gs;Gn=1;const u=Kt(),e=ge(),t=wt(),s=ki(),n=Bt(),i=Or(),r=Br(),a=zr(),o=jr(),c=Ur(),l=Wr(),d=Vr(),f=Hr(),h=kt(),g=qr(),p=Zr(),y=Bs(),v=Gr(),E=Yr(),x=ve(),C=zs(),T=xi(),R=Ci(),F=js(),M=Us(),B=Di(),q=Kr(),tt=be(),P=xt(),U=we(),b=Jr(),I=Qr(),G=ta(),$=ea(),Y=sa(),z=Ws(),K=na(),L=ia(),A=ra(),Q=aa(),X=oa();return gs={parse:n,valid:i,clean:r,inc:a,diff:o,major:c,minor:l,patch:d,prerelease:f,compare:h,rcompare:g,compareLoose:p,compareBuild:y,sort:v,rsort:E,gt:x,lt:C,eq:T,neq:R,gte:F,lte:M,cmp:B,coerce:q,Comparator:tt,Range:P,satisfies:U,toComparators:b,maxSatisfying:I,minSatisfying:G,minVersion:$,validRange:Y,outside:z,gtr:K,ltr:L,intersects:A,simplifyRange:Q,subset:X,SemVer:t,re:u.re,src:u.src,tokens:u.t,SEMVER_SPEC_VERSION:e.SEMVER_SPEC_VERSION,RELEASE_TYPES:e.RELEASE_TYPES,compareIdentifiers:s.compareIdentifiers,rcompareIdentifiers:s.rcompareIdentifiers},gs}var la=ca();const ne=Pr(la);class ms{constructor(e,t,s){this.repository=e,this.minAppVersion=t,this.proxyService=s}async checkForUpdates(e,t=!1){try{const s=await this.fetchLatestRelease(),n=ne.gt(s.version,t?"0.0.0":e),i=this.checkCompatibility(s);return{hasUpdate:n,currentVersion:e,latestVersion:s.version,releaseInfo:s,compatibilityIssues:i}}catch(s){throw new Error(`Failed to check for updates: ${s.message}`)}}async fetchLatestRelease(){const e=`https://api.github.com/repos/${this.repository}/releases/latest`,t=this.proxyService?await this.proxyService.request({url:e}):await w.requestUrl({url:e});if(t.status!==200)throw new Error(`Failed to fetch latest release: ${t.status}`);const s=t.json,n=this.parseAssets(s.assets||[]),r=n.find(a=>a.name.toLowerCase().endsWith(".zip"))||n[0];return{version:s.tag_name.replace(/^v/,""),minAppVersion:s.minAppVersion||"0.0.0",downloadUrl:r?.browserDownloadUrl,sha256:r?.sha256,releaseNotes:s.body,dependencies:s.dependencies||{},assets:n}}parseAssets(e){return e.map(t=>({name:t.name,browserDownloadUrl:t.browser_download_url,sha256:t.sha256})).filter(t=>typeof t.name=="string"&&typeof t.browserDownloadUrl=="string")}checkCompatibility(e){const t=[];return ne.lt(this.minAppVersion,e.minAppVersion)&&t.push(`Requires Obsidian version ${e.minAppVersion} or higher`),t}static isValidVersion(e){return ne.valid(e)!==null}static compareVersions(e,t){return ne.compare(e,t)}}function ie(u){throw new Error('Could not dynamically require "'+u+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var vs={exports:{}},Yn;function ua(){return Yn||(Yn=1,(function(u,e){(function(t){u.exports=t()})(function(){return(function t(s,n,i){function r(c,l){if(!n[c]){if(!s[c]){var d=typeof ie=="function"&&ie;if(!l&&d)return d(c,!0);if(a)return a(c,!0);var f=new Error("Cannot find module '"+c+"'");throw f.code="MODULE_NOT_FOUND",f}var h=n[c]={exports:{}};s[c][0].call(h.exports,function(g){var p=s[c][1][g];return r(p||g)},h,h.exports,t,s,n,i)}return n[c].exports}for(var a=typeof ie=="function"&&ie,o=0;o>2,h=(3&c)<<4|l>>4,g=1>6:64,p=2>4,l=(15&f)<<4|(h=a.indexOf(o.charAt(p++)))>>2,d=(3&h)<<6|(g=a.indexOf(o.charAt(p++))),E[y++]=c,h!==64&&(E[y++]=l),g!==64&&(E[y++]=d);return E}},{"./support":30,"./utils":32}],2:[function(t,s,n){var i=t("./external"),r=t("./stream/DataWorker"),a=t("./stream/Crc32Probe"),o=t("./stream/DataLengthProbe");function c(l,d,f,h,g){this.compressedSize=l,this.uncompressedSize=d,this.crc32=f,this.compression=h,this.compressedContent=g}c.prototype={getContentWorker:function(){var l=new r(i.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new o("data_length")),d=this;return l.on("end",function(){if(this.streamInfo.data_length!==d.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),l},getCompressedWorker:function(){return new r(i.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},c.createWorkerFrom=function(l,d,f){return l.pipe(new a).pipe(new o("uncompressedSize")).pipe(d.compressWorker(f)).pipe(new o("compressedSize")).withStreamInfo("compression",d)},s.exports=c},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(t,s,n){var i=t("./stream/GenericWorker");n.STORE={magic:"\0\0",compressWorker:function(){return new i("STORE compression")},uncompressWorker:function(){return new i("STORE decompression")}},n.DEFLATE=t("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(t,s,n){var i=t("./utils"),r=(function(){for(var a,o=[],c=0;c<256;c++){a=c;for(var l=0;l<8;l++)a=1&a?3988292384^a>>>1:a>>>1;o[c]=a}return o})();s.exports=function(a,o){return a!==void 0&&a.length?i.getTypeOf(a)!=="string"?(function(c,l,d,f){var h=r,g=f+d;c^=-1;for(var p=f;p>>8^h[255&(c^l[p])];return-1^c})(0|o,a,a.length,0):(function(c,l,d,f){var h=r,g=f+d;c^=-1;for(var p=f;p>>8^h[255&(c^l.charCodeAt(p))];return-1^c})(0|o,a,a.length,0):0}},{"./utils":32}],5:[function(t,s,n){n.base64=!1,n.binary=!1,n.dir=!1,n.createFolders=!0,n.date=null,n.compression=null,n.compressionOptions=null,n.comment=null,n.unixPermissions=null,n.dosPermissions=null},{}],6:[function(t,s,n){var i=null;i=typeof Promise<"u"?Promise:t("lie"),s.exports={Promise:i}},{lie:37}],7:[function(t,s,n){var i=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",r=t("pako"),a=t("./utils"),o=t("./stream/GenericWorker"),c=i?"uint8array":"array";function l(d,f){o.call(this,"FlateWorker/"+d),this._pako=null,this._pakoAction=d,this._pakoOptions=f,this.meta={}}n.magic="\b\0",a.inherits(l,o),l.prototype.processChunk=function(d){this.meta=d.meta,this._pako===null&&this._createPako(),this._pako.push(a.transformTo(c,d.data),!1)},l.prototype.flush=function(){o.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},l.prototype.cleanUp=function(){o.prototype.cleanUp.call(this),this._pako=null},l.prototype._createPako=function(){this._pako=new r[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var d=this;this._pako.onData=function(f){d.push({data:f,meta:d.meta})}},n.compressWorker=function(d){return new l("Deflate",d)},n.uncompressWorker=function(){return new l("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(t,s,n){function i(h,g){var p,y="";for(p=0;p>>=8;return y}function r(h,g,p,y,v,E){var x,C,T=h.file,R=h.compression,F=E!==c.utf8encode,M=a.transformTo("string",E(T.name)),B=a.transformTo("string",c.utf8encode(T.name)),q=T.comment,tt=a.transformTo("string",E(q)),P=a.transformTo("string",c.utf8encode(q)),U=B.length!==T.name.length,b=P.length!==q.length,I="",G="",$="",Y=T.dir,z=T.date,K={crc32:0,compressedSize:0,uncompressedSize:0};g&&!p||(K.crc32=h.crc32,K.compressedSize=h.compressedSize,K.uncompressedSize=h.uncompressedSize);var L=0;g&&(L|=8),F||!U&&!b||(L|=2048);var A=0,Q=0;Y&&(A|=16),v==="UNIX"?(Q=798,A|=(function(Z,lt){var mt=Z;return Z||(mt=lt?16893:33204),(65535&mt)<<16})(T.unixPermissions,Y)):(Q=20,A|=(function(Z){return 63&(Z||0)})(T.dosPermissions)),x=z.getUTCHours(),x<<=6,x|=z.getUTCMinutes(),x<<=5,x|=z.getUTCSeconds()/2,C=z.getUTCFullYear()-1980,C<<=4,C|=z.getUTCMonth()+1,C<<=5,C|=z.getUTCDate(),U&&(G=i(1,1)+i(l(M),4)+B,I+="up"+i(G.length,2)+G),b&&($=i(1,1)+i(l(tt),4)+P,I+="uc"+i($.length,2)+$);var X="";return X+=` +\0`,X+=i(L,2),X+=R.magic,X+=i(x,2),X+=i(C,2),X+=i(K.crc32,4),X+=i(K.compressedSize,4),X+=i(K.uncompressedSize,4),X+=i(M.length,2),X+=i(I.length,2),{fileRecord:d.LOCAL_FILE_HEADER+X+M+I,dirRecord:d.CENTRAL_FILE_HEADER+i(Q,2)+X+i(tt.length,2)+"\0\0\0\0"+i(A,4)+i(y,4)+M+I+tt}}var a=t("../utils"),o=t("../stream/GenericWorker"),c=t("../utf8"),l=t("../crc32"),d=t("../signature");function f(h,g,p,y){o.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=g,this.zipPlatform=p,this.encodeFileName=y,this.streamFiles=h,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}a.inherits(f,o),f.prototype.push=function(h){var g=h.meta.percent||0,p=this.entriesCount,y=this._sources.length;this.accumulate?this.contentBuffer.push(h):(this.bytesWritten+=h.data.length,o.prototype.push.call(this,{data:h.data,meta:{currentFile:this.currentFile,percent:p?(g+100*(p-y-1))/p:100}}))},f.prototype.openedSource=function(h){this.currentSourceOffset=this.bytesWritten,this.currentFile=h.file.name;var g=this.streamFiles&&!h.file.dir;if(g){var p=r(h,g,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:p.fileRecord,meta:{percent:0}})}else this.accumulate=!0},f.prototype.closedSource=function(h){this.accumulate=!1;var g=this.streamFiles&&!h.file.dir,p=r(h,g,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(p.dirRecord),g)this.push({data:(function(y){return d.DATA_DESCRIPTOR+i(y.crc32,4)+i(y.compressedSize,4)+i(y.uncompressedSize,4)})(h),meta:{percent:100}});else for(this.push({data:p.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},f.prototype.flush=function(){for(var h=this.bytesWritten,g=0;g=this.index;o--)c=(c<<8)+this.byteAt(o);return this.index+=a,c},readString:function(a){return i.transformTo("string",this.readData(a))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var a=this.readInt(4);return new Date(Date.UTC(1980+(a>>25&127),(a>>21&15)-1,a>>16&31,a>>11&31,a>>5&63,(31&a)<<1))}},s.exports=r},{"../utils":32}],19:[function(t,s,n){var i=t("./Uint8ArrayReader");function r(a){i.call(this,a)}t("../utils").inherits(r,i),r.prototype.readData=function(a){this.checkOffset(a);var o=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,o},s.exports=r},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(t,s,n){var i=t("./DataReader");function r(a){i.call(this,a)}t("../utils").inherits(r,i),r.prototype.byteAt=function(a){return this.data.charCodeAt(this.zero+a)},r.prototype.lastIndexOfSignature=function(a){return this.data.lastIndexOf(a)-this.zero},r.prototype.readAndCheckSignature=function(a){return a===this.readData(4)},r.prototype.readData=function(a){this.checkOffset(a);var o=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,o},s.exports=r},{"../utils":32,"./DataReader":18}],21:[function(t,s,n){var i=t("./ArrayReader");function r(a){i.call(this,a)}t("../utils").inherits(r,i),r.prototype.readData=function(a){if(this.checkOffset(a),a===0)return new Uint8Array(0);var o=this.data.subarray(this.zero+this.index,this.zero+this.index+a);return this.index+=a,o},s.exports=r},{"../utils":32,"./ArrayReader":17}],22:[function(t,s,n){var i=t("../utils"),r=t("../support"),a=t("./ArrayReader"),o=t("./StringReader"),c=t("./NodeBufferReader"),l=t("./Uint8ArrayReader");s.exports=function(d){var f=i.getTypeOf(d);return i.checkSupport(f),f!=="string"||r.uint8array?f==="nodebuffer"?new c(d):r.uint8array?new l(i.transformTo("uint8array",d)):new a(i.transformTo("array",d)):new o(d)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(t,s,n){n.LOCAL_FILE_HEADER="PK",n.CENTRAL_FILE_HEADER="PK",n.CENTRAL_DIRECTORY_END="PK",n.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",n.ZIP64_CENTRAL_DIRECTORY_END="PK",n.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(t,s,n){var i=t("./GenericWorker"),r=t("../utils");function a(o){i.call(this,"ConvertWorker to "+o),this.destType=o}r.inherits(a,i),a.prototype.processChunk=function(o){this.push({data:r.transformTo(this.destType,o.data),meta:o.meta})},s.exports=a},{"../utils":32,"./GenericWorker":28}],25:[function(t,s,n){var i=t("./GenericWorker"),r=t("../crc32");function a(){i.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}t("../utils").inherits(a,i),a.prototype.processChunk=function(o){this.streamInfo.crc32=r(o.data,this.streamInfo.crc32||0),this.push(o)},s.exports=a},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(t,s,n){var i=t("../utils"),r=t("./GenericWorker");function a(o){r.call(this,"DataLengthProbe for "+o),this.propName=o,this.withStreamInfo(o,0)}i.inherits(a,r),a.prototype.processChunk=function(o){if(o){var c=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=c+o.data.length}r.prototype.processChunk.call(this,o)},s.exports=a},{"../utils":32,"./GenericWorker":28}],27:[function(t,s,n){var i=t("../utils"),r=t("./GenericWorker");function a(o){r.call(this,"DataWorker");var c=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,o.then(function(l){c.dataIsReady=!0,c.data=l,c.max=l&&l.length||0,c.type=i.getTypeOf(l),c.isPaused||c._tickAndRepeat()},function(l){c.error(l)})}i.inherits(a,r),a.prototype.cleanUp=function(){r.prototype.cleanUp.call(this),this.data=null},a.prototype.resume=function(){return!!r.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,i.delay(this._tickAndRepeat,[],this)),!0)},a.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(i.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},a.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var o=null,c=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":o=this.data.substring(this.index,c);break;case"uint8array":o=this.data.subarray(this.index,c);break;case"array":case"nodebuffer":o=this.data.slice(this.index,c)}return this.index=c,this.push({data:o,meta:{percent:this.max?this.index/this.max*100:0}})},s.exports=a},{"../utils":32,"./GenericWorker":28}],28:[function(t,s,n){function i(r){this.name=r||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}i.prototype={push:function(r){this.emit("data",r)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(r){this.emit("error",r)}return!0},error:function(r){return!this.isFinished&&(this.isPaused?this.generatedError=r:(this.isFinished=!0,this.emit("error",r),this.previous&&this.previous.error(r),this.cleanUp()),!0)},on:function(r,a){return this._listeners[r].push(a),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(r,a){if(this._listeners[r])for(var o=0;o "+r:r}},s.exports=i},{}],29:[function(t,s,n){var i=t("../utils"),r=t("./ConvertWorker"),a=t("./GenericWorker"),o=t("../base64"),c=t("../support"),l=t("../external"),d=null;if(c.nodestream)try{d=t("../nodejs/NodejsStreamOutputAdapter")}catch{}function f(g,p){return new l.Promise(function(y,v){var E=[],x=g._internalType,C=g._outputType,T=g._mimeType;g.on("data",function(R,F){E.push(R),p&&p(F)}).on("error",function(R){E=[],v(R)}).on("end",function(){try{var R=(function(F,M,B){switch(F){case"blob":return i.newBlob(i.transformTo("arraybuffer",M),B);case"base64":return o.encode(M);default:return i.transformTo(F,M)}})(C,(function(F,M){var B,q=0,tt=null,P=0;for(B=0;B"u")n.blob=!1;else{var i=new ArrayBuffer(0);try{n.blob=new Blob([i],{type:"application/zip"}).size===0}catch{try{var r=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);r.append(i),n.blob=r.getBlob("application/zip").size===0}catch{n.blob=!1}}}try{n.nodestream=!!t("readable-stream").Readable}catch{n.nodestream=!1}},{"readable-stream":16}],31:[function(t,s,n){for(var i=t("./utils"),r=t("./support"),a=t("./nodejsUtils"),o=t("./stream/GenericWorker"),c=new Array(256),l=0;l<256;l++)c[l]=252<=l?6:248<=l?5:240<=l?4:224<=l?3:192<=l?2:1;c[254]=c[254]=1;function d(){o.call(this,"utf-8 decode"),this.leftOver=null}function f(){o.call(this,"utf-8 encode")}n.utf8encode=function(h){return r.nodebuffer?a.newBufferFrom(h,"utf-8"):(function(g){var p,y,v,E,x,C=g.length,T=0;for(E=0;E>>6:(y<65536?p[x++]=224|y>>>12:(p[x++]=240|y>>>18,p[x++]=128|y>>>12&63),p[x++]=128|y>>>6&63),p[x++]=128|63&y);return p})(h)},n.utf8decode=function(h){return r.nodebuffer?i.transformTo("nodebuffer",h).toString("utf-8"):(function(g){var p,y,v,E,x=g.length,C=new Array(2*x);for(p=y=0;p>10&1023,C[y++]=56320|1023&v)}return C.length!==y&&(C.subarray?C=C.subarray(0,y):C.length=y),i.applyFromCharCode(C)})(h=i.transformTo(r.uint8array?"uint8array":"array",h))},i.inherits(d,o),d.prototype.processChunk=function(h){var g=i.transformTo(r.uint8array?"uint8array":"array",h.data);if(this.leftOver&&this.leftOver.length){if(r.uint8array){var p=g;(g=new Uint8Array(p.length+this.leftOver.length)).set(this.leftOver,0),g.set(p,this.leftOver.length)}else g=this.leftOver.concat(g);this.leftOver=null}var y=(function(E,x){var C;for((x=x||E.length)>E.length&&(x=E.length),C=x-1;0<=C&&(192&E[C])==128;)C--;return C<0||C===0?x:C+c[E[C]]>x?C:x})(g),v=g;y!==g.length&&(r.uint8array?(v=g.subarray(0,y),this.leftOver=g.subarray(y,g.length)):(v=g.slice(0,y),this.leftOver=g.slice(y,g.length))),this.push({data:n.utf8decode(v),meta:h.meta})},d.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:n.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},n.Utf8DecodeWorker=d,i.inherits(f,o),f.prototype.processChunk=function(h){this.push({data:n.utf8encode(h.data),meta:h.meta})},n.Utf8EncodeWorker=f},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(t,s,n){var i=t("./support"),r=t("./base64"),a=t("./nodejsUtils"),o=t("./external");function c(p){return p}function l(p,y){for(var v=0;v>8;this.dir=!!(16&this.externalFileAttributes),h==0&&(this.dosPermissions=63&this.externalFileAttributes),h==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var h=i(this.extraFields[1].value);this.uncompressedSize===r.MAX_VALUE_32BITS&&(this.uncompressedSize=h.readInt(8)),this.compressedSize===r.MAX_VALUE_32BITS&&(this.compressedSize=h.readInt(8)),this.localHeaderOffset===r.MAX_VALUE_32BITS&&(this.localHeaderOffset=h.readInt(8)),this.diskNumberStart===r.MAX_VALUE_32BITS&&(this.diskNumberStart=h.readInt(4))}},readExtraFields:function(h){var g,p,y,v=h.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});h.index+4>>6:(h<65536?f[y++]=224|h>>>12:(f[y++]=240|h>>>18,f[y++]=128|h>>>12&63),f[y++]=128|h>>>6&63),f[y++]=128|63&h);return f},n.buf2binstring=function(d){return l(d,d.length)},n.binstring2buf=function(d){for(var f=new i.Buf8(d.length),h=0,g=f.length;h>10&1023,E[g++]=56320|1023&p)}return l(E,g)},n.utf8border=function(d,f){var h;for((f=f||d.length)>d.length&&(f=d.length),h=f-1;0<=h&&(192&d[h])==128;)h--;return h<0||h===0?f:h+o[d[h]]>f?h:f}},{"./common":41}],43:[function(t,s,n){s.exports=function(i,r,a,o){for(var c=65535&i|0,l=i>>>16&65535|0,d=0;a!==0;){for(a-=d=2e3>>1:r>>>1;a[o]=r}return a})();s.exports=function(r,a,o,c){var l=i,d=c+o;r^=-1;for(var f=c;f>>8^l[255&(r^a[f])];return-1^r}},{}],46:[function(t,s,n){var i,r=t("../utils/common"),a=t("./trees"),o=t("./adler32"),c=t("./crc32"),l=t("./messages"),d=0,f=4,h=0,g=-2,p=-1,y=4,v=2,E=8,x=9,C=286,T=30,R=19,F=2*C+1,M=15,B=3,q=258,tt=q+B+1,P=42,U=113,b=1,I=2,G=3,$=4;function Y(m,W){return m.msg=l[W],W}function z(m){return(m<<1)-(4m.avail_out&&(D=m.avail_out),D!==0&&(r.arraySet(m.output,W.pending_buf,W.pending_out,D,m.next_out),m.next_out+=D,W.pending_out+=D,m.total_out+=D,m.avail_out-=D,W.pending-=D,W.pending===0&&(W.pending_out=0))}function A(m,W){a._tr_flush_block(m,0<=m.block_start?m.block_start:-1,m.strstart-m.block_start,W),m.block_start=m.strstart,L(m.strm)}function Q(m,W){m.pending_buf[m.pending++]=W}function X(m,W){m.pending_buf[m.pending++]=W>>>8&255,m.pending_buf[m.pending++]=255&W}function Z(m,W){var D,S,k=m.max_chain_length,_=m.strstart,O=m.prev_length,j=m.nice_match,N=m.strstart>m.w_size-tt?m.strstart-(m.w_size-tt):0,H=m.window,J=m.w_mask,V=m.prev,et=m.strstart+q,at=H[_+O-1],st=H[_+O];m.prev_length>=m.good_match&&(k>>=2),j>m.lookahead&&(j=m.lookahead);do if(H[(D=W)+O]===st&&H[D+O-1]===at&&H[D]===H[_]&&H[++D]===H[_+1]){_+=2,D++;do;while(H[++_]===H[++D]&&H[++_]===H[++D]&&H[++_]===H[++D]&&H[++_]===H[++D]&&H[++_]===H[++D]&&H[++_]===H[++D]&&H[++_]===H[++D]&&H[++_]===H[++D]&&_N&&--k!=0);return O<=m.lookahead?O:m.lookahead}function lt(m){var W,D,S,k,_,O,j,N,H,J,V=m.w_size;do{if(k=m.window_size-m.lookahead-m.strstart,m.strstart>=V+(V-tt)){for(r.arraySet(m.window,m.window,V,V,0),m.match_start-=V,m.strstart-=V,m.block_start-=V,W=D=m.hash_size;S=m.head[--W],m.head[W]=V<=S?S-V:0,--D;);for(W=D=V;S=m.prev[--W],m.prev[W]=V<=S?S-V:0,--D;);k+=V}if(m.strm.avail_in===0)break;if(O=m.strm,j=m.window,N=m.strstart+m.lookahead,H=k,J=void 0,J=O.avail_in,H=B)for(_=m.strstart-m.insert,m.ins_h=m.window[_],m.ins_h=(m.ins_h<=B&&(m.ins_h=(m.ins_h<=B)if(S=a._tr_tally(m,m.strstart-m.match_start,m.match_length-B),m.lookahead-=m.match_length,m.match_length<=m.max_lazy_match&&m.lookahead>=B){for(m.match_length--;m.strstart++,m.ins_h=(m.ins_h<=B&&(m.ins_h=(m.ins_h<=B&&m.match_length<=m.prev_length){for(k=m.strstart+m.lookahead-B,S=a._tr_tally(m,m.strstart-1-m.prev_match,m.prev_length-B),m.lookahead-=m.prev_length-1,m.prev_length-=2;++m.strstart<=k&&(m.ins_h=(m.ins_h<m.pending_buf_size-5&&(D=m.pending_buf_size-5);;){if(m.lookahead<=1){if(lt(m),m.lookahead===0&&W===d)return b;if(m.lookahead===0)break}m.strstart+=m.lookahead,m.lookahead=0;var S=m.block_start+D;if((m.strstart===0||m.strstart>=S)&&(m.lookahead=m.strstart-S,m.strstart=S,A(m,!1),m.strm.avail_out===0)||m.strstart-m.block_start>=m.w_size-tt&&(A(m,!1),m.strm.avail_out===0))return b}return m.insert=0,W===f?(A(m,!0),m.strm.avail_out===0?G:$):(m.strstart>m.block_start&&(A(m,!1),m.strm.avail_out),b)}),new ct(4,4,8,4,mt),new ct(4,5,16,8,mt),new ct(4,6,32,32,mt),new ct(4,4,16,16,ot),new ct(8,16,32,32,ot),new ct(8,16,128,128,ot),new ct(8,32,128,256,ot),new ct(32,128,258,1024,ot),new ct(32,258,258,4096,ot)],n.deflateInit=function(m,W){return yt(m,W,E,15,8,0)},n.deflateInit2=yt,n.deflateReset=St,n.deflateResetKeep=dt,n.deflateSetHeader=function(m,W){return m&&m.state?m.state.wrap!==2?g:(m.state.gzhead=W,h):g},n.deflate=function(m,W){var D,S,k,_;if(!m||!m.state||5>8&255),Q(S,S.gzhead.time>>16&255),Q(S,S.gzhead.time>>24&255),Q(S,S.level===9?2:2<=S.strategy||S.level<2?4:0),Q(S,255&S.gzhead.os),S.gzhead.extra&&S.gzhead.extra.length&&(Q(S,255&S.gzhead.extra.length),Q(S,S.gzhead.extra.length>>8&255)),S.gzhead.hcrc&&(m.adler=c(m.adler,S.pending_buf,S.pending,0)),S.gzindex=0,S.status=69):(Q(S,0),Q(S,0),Q(S,0),Q(S,0),Q(S,0),Q(S,S.level===9?2:2<=S.strategy||S.level<2?4:0),Q(S,3),S.status=U);else{var O=E+(S.w_bits-8<<4)<<8;O|=(2<=S.strategy||S.level<2?0:S.level<6?1:S.level===6?2:3)<<6,S.strstart!==0&&(O|=32),O+=31-O%31,S.status=U,X(S,O),S.strstart!==0&&(X(S,m.adler>>>16),X(S,65535&m.adler)),m.adler=1}if(S.status===69)if(S.gzhead.extra){for(k=S.pending;S.gzindex<(65535&S.gzhead.extra.length)&&(S.pending!==S.pending_buf_size||(S.gzhead.hcrc&&S.pending>k&&(m.adler=c(m.adler,S.pending_buf,S.pending-k,k)),L(m),k=S.pending,S.pending!==S.pending_buf_size));)Q(S,255&S.gzhead.extra[S.gzindex]),S.gzindex++;S.gzhead.hcrc&&S.pending>k&&(m.adler=c(m.adler,S.pending_buf,S.pending-k,k)),S.gzindex===S.gzhead.extra.length&&(S.gzindex=0,S.status=73)}else S.status=73;if(S.status===73)if(S.gzhead.name){k=S.pending;do{if(S.pending===S.pending_buf_size&&(S.gzhead.hcrc&&S.pending>k&&(m.adler=c(m.adler,S.pending_buf,S.pending-k,k)),L(m),k=S.pending,S.pending===S.pending_buf_size)){_=1;break}_=S.gzindexk&&(m.adler=c(m.adler,S.pending_buf,S.pending-k,k)),_===0&&(S.gzindex=0,S.status=91)}else S.status=91;if(S.status===91)if(S.gzhead.comment){k=S.pending;do{if(S.pending===S.pending_buf_size&&(S.gzhead.hcrc&&S.pending>k&&(m.adler=c(m.adler,S.pending_buf,S.pending-k,k)),L(m),k=S.pending,S.pending===S.pending_buf_size)){_=1;break}_=S.gzindexk&&(m.adler=c(m.adler,S.pending_buf,S.pending-k,k)),_===0&&(S.status=103)}else S.status=103;if(S.status===103&&(S.gzhead.hcrc?(S.pending+2>S.pending_buf_size&&L(m),S.pending+2<=S.pending_buf_size&&(Q(S,255&m.adler),Q(S,m.adler>>8&255),m.adler=0,S.status=U)):S.status=U),S.pending!==0){if(L(m),m.avail_out===0)return S.last_flush=-1,h}else if(m.avail_in===0&&z(W)<=z(D)&&W!==f)return Y(m,-5);if(S.status===666&&m.avail_in!==0)return Y(m,-5);if(m.avail_in!==0||S.lookahead!==0||W!==d&&S.status!==666){var j=S.strategy===2?(function(N,H){for(var J;;){if(N.lookahead===0&&(lt(N),N.lookahead===0)){if(H===d)return b;break}if(N.match_length=0,J=a._tr_tally(N,0,N.window[N.strstart]),N.lookahead--,N.strstart++,J&&(A(N,!1),N.strm.avail_out===0))return b}return N.insert=0,H===f?(A(N,!0),N.strm.avail_out===0?G:$):N.last_lit&&(A(N,!1),N.strm.avail_out===0)?b:I})(S,W):S.strategy===3?(function(N,H){for(var J,V,et,at,st=N.window;;){if(N.lookahead<=q){if(lt(N),N.lookahead<=q&&H===d)return b;if(N.lookahead===0)break}if(N.match_length=0,N.lookahead>=B&&0N.lookahead&&(N.match_length=N.lookahead)}if(N.match_length>=B?(J=a._tr_tally(N,1,N.match_length-B),N.lookahead-=N.match_length,N.strstart+=N.match_length,N.match_length=0):(J=a._tr_tally(N,0,N.window[N.strstart]),N.lookahead--,N.strstart++),J&&(A(N,!1),N.strm.avail_out===0))return b}return N.insert=0,H===f?(A(N,!0),N.strm.avail_out===0?G:$):N.last_lit&&(A(N,!1),N.strm.avail_out===0)?b:I})(S,W):i[S.level].func(S,W);if(j!==G&&j!==$||(S.status=666),j===b||j===G)return m.avail_out===0&&(S.last_flush=-1),h;if(j===I&&(W===1?a._tr_align(S):W!==5&&(a._tr_stored_block(S,0,0,!1),W===3&&(K(S.head),S.lookahead===0&&(S.strstart=0,S.block_start=0,S.insert=0))),L(m),m.avail_out===0))return S.last_flush=-1,h}return W!==f?h:S.wrap<=0?1:(S.wrap===2?(Q(S,255&m.adler),Q(S,m.adler>>8&255),Q(S,m.adler>>16&255),Q(S,m.adler>>24&255),Q(S,255&m.total_in),Q(S,m.total_in>>8&255),Q(S,m.total_in>>16&255),Q(S,m.total_in>>24&255)):(X(S,m.adler>>>16),X(S,65535&m.adler)),L(m),0=D.w_size&&(_===0&&(K(D.head),D.strstart=0,D.block_start=0,D.insert=0),H=new r.Buf8(D.w_size),r.arraySet(H,W,J-D.w_size,D.w_size,0),W=H,J=D.w_size),O=m.avail_in,j=m.next_in,N=m.input,m.avail_in=J,m.next_in=0,m.input=W,lt(D);D.lookahead>=B;){for(S=D.strstart,k=D.lookahead-(B-1);D.ins_h=(D.ins_h<>>=B=M>>>24,x-=B,(B=M>>>16&255)===0)I[l++]=65535&M;else{if(!(16&B)){if((64&B)==0){M=C[(65535&M)+(E&(1<>>=B,x-=B),x<15&&(E+=b[o++]<>>=B=M>>>24,x-=B,!(16&(B=M>>>16&255))){if((64&B)==0){M=T[(65535&M)+(E&(1<>>=B,x-=B,(B=l-d)>3,E&=(1<<(x-=q<<3))-1,i.next_in=o,i.next_out=l,i.avail_in=o>>24&255)+(P>>>8&65280)+((65280&P)<<8)+((255&P)<<24)}function E(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new i.Buf16(320),this.work=new i.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function x(P){var U;return P&&P.state?(U=P.state,P.total_in=P.total_out=U.total=0,P.msg="",U.wrap&&(P.adler=1&U.wrap),U.mode=g,U.last=0,U.havedict=0,U.dmax=32768,U.head=null,U.hold=0,U.bits=0,U.lencode=U.lendyn=new i.Buf32(p),U.distcode=U.distdyn=new i.Buf32(y),U.sane=1,U.back=-1,f):h}function C(P){var U;return P&&P.state?((U=P.state).wsize=0,U.whave=0,U.wnext=0,x(P)):h}function T(P,U){var b,I;return P&&P.state?(I=P.state,U<0?(b=0,U=-U):(b=1+(U>>4),U<48&&(U&=15)),U&&(U<8||15=$.wsize?(i.arraySet($.window,U,b-$.wsize,$.wsize,0),$.wnext=0,$.whave=$.wsize):(I<(G=$.wsize-$.wnext)&&(G=I),i.arraySet($.window,U,b-I,G,$.wnext),(I-=G)?(i.arraySet($.window,U,b-I,I,0),$.wnext=I,$.whave=$.wsize):($.wnext+=G,$.wnext===$.wsize&&($.wnext=0),$.whave<$.wsize&&($.whave+=G))),0}n.inflateReset=C,n.inflateReset2=T,n.inflateResetKeep=x,n.inflateInit=function(P){return R(P,15)},n.inflateInit2=R,n.inflate=function(P,U){var b,I,G,$,Y,z,K,L,A,Q,X,Z,lt,mt,ot,ct,gt,dt,St,yt,m,W,D,S,k=0,_=new i.Buf8(4),O=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!P||!P.state||!P.output||!P.input&&P.avail_in!==0)return h;(b=P.state).mode===12&&(b.mode=13),Y=P.next_out,G=P.output,K=P.avail_out,$=P.next_in,I=P.input,z=P.avail_in,L=b.hold,A=b.bits,Q=z,X=K,W=f;t:for(;;)switch(b.mode){case g:if(b.wrap===0){b.mode=13;break}for(;A<16;){if(z===0)break t;z--,L+=I[$++]<>>8&255,b.check=a(b.check,_,2,0),A=L=0,b.mode=2;break}if(b.flags=0,b.head&&(b.head.done=!1),!(1&b.wrap)||(((255&L)<<8)+(L>>8))%31){P.msg="incorrect header check",b.mode=30;break}if((15&L)!=8){P.msg="unknown compression method",b.mode=30;break}if(A-=4,m=8+(15&(L>>>=4)),b.wbits===0)b.wbits=m;else if(m>b.wbits){P.msg="invalid window size",b.mode=30;break}b.dmax=1<>8&1),512&b.flags&&(_[0]=255&L,_[1]=L>>>8&255,b.check=a(b.check,_,2,0)),A=L=0,b.mode=3;case 3:for(;A<32;){if(z===0)break t;z--,L+=I[$++]<>>8&255,_[2]=L>>>16&255,_[3]=L>>>24&255,b.check=a(b.check,_,4,0)),A=L=0,b.mode=4;case 4:for(;A<16;){if(z===0)break t;z--,L+=I[$++]<>8),512&b.flags&&(_[0]=255&L,_[1]=L>>>8&255,b.check=a(b.check,_,2,0)),A=L=0,b.mode=5;case 5:if(1024&b.flags){for(;A<16;){if(z===0)break t;z--,L+=I[$++]<>>8&255,b.check=a(b.check,_,2,0)),A=L=0}else b.head&&(b.head.extra=null);b.mode=6;case 6:if(1024&b.flags&&(z<(Z=b.length)&&(Z=z),Z&&(b.head&&(m=b.head.extra_len-b.length,b.head.extra||(b.head.extra=new Array(b.head.extra_len)),i.arraySet(b.head.extra,I,$,Z,m)),512&b.flags&&(b.check=a(b.check,I,Z,$)),z-=Z,$+=Z,b.length-=Z),b.length))break t;b.length=0,b.mode=7;case 7:if(2048&b.flags){if(z===0)break t;for(Z=0;m=I[$+Z++],b.head&&m&&b.length<65536&&(b.head.name+=String.fromCharCode(m)),m&&Z>9&1,b.head.done=!0),P.adler=b.check=0,b.mode=12;break;case 10:for(;A<32;){if(z===0)break t;z--,L+=I[$++]<>>=7&A,A-=7&A,b.mode=27;break}for(;A<3;){if(z===0)break t;z--,L+=I[$++]<>>=1)){case 0:b.mode=14;break;case 1:if(q(b),b.mode=20,U!==6)break;L>>>=2,A-=2;break t;case 2:b.mode=17;break;case 3:P.msg="invalid block type",b.mode=30}L>>>=2,A-=2;break;case 14:for(L>>>=7&A,A-=7&A;A<32;){if(z===0)break t;z--,L+=I[$++]<>>16^65535)){P.msg="invalid stored block lengths",b.mode=30;break}if(b.length=65535&L,A=L=0,b.mode=15,U===6)break t;case 15:b.mode=16;case 16:if(Z=b.length){if(z>>=5,A-=5,b.ndist=1+(31&L),L>>>=5,A-=5,b.ncode=4+(15&L),L>>>=4,A-=4,286>>=3,A-=3}for(;b.have<19;)b.lens[O[b.have++]]=0;if(b.lencode=b.lendyn,b.lenbits=7,D={bits:b.lenbits},W=c(0,b.lens,0,19,b.lencode,0,b.work,D),b.lenbits=D.bits,W){P.msg="invalid code lengths set",b.mode=30;break}b.have=0,b.mode=19;case 19:for(;b.have>>16&255,gt=65535&k,!((ot=k>>>24)<=A);){if(z===0)break t;z--,L+=I[$++]<>>=ot,A-=ot,b.lens[b.have++]=gt;else{if(gt===16){for(S=ot+2;A>>=ot,A-=ot,b.have===0){P.msg="invalid bit length repeat",b.mode=30;break}m=b.lens[b.have-1],Z=3+(3&L),L>>>=2,A-=2}else if(gt===17){for(S=ot+3;A>>=ot)),L>>>=3,A-=3}else{for(S=ot+7;A>>=ot)),L>>>=7,A-=7}if(b.have+Z>b.nlen+b.ndist){P.msg="invalid bit length repeat",b.mode=30;break}for(;Z--;)b.lens[b.have++]=m}}if(b.mode===30)break;if(b.lens[256]===0){P.msg="invalid code -- missing end-of-block",b.mode=30;break}if(b.lenbits=9,D={bits:b.lenbits},W=c(l,b.lens,0,b.nlen,b.lencode,0,b.work,D),b.lenbits=D.bits,W){P.msg="invalid literal/lengths set",b.mode=30;break}if(b.distbits=6,b.distcode=b.distdyn,D={bits:b.distbits},W=c(d,b.lens,b.nlen,b.ndist,b.distcode,0,b.work,D),b.distbits=D.bits,W){P.msg="invalid distances set",b.mode=30;break}if(b.mode=20,U===6)break t;case 20:b.mode=21;case 21:if(6<=z&&258<=K){P.next_out=Y,P.avail_out=K,P.next_in=$,P.avail_in=z,b.hold=L,b.bits=A,o(P,X),Y=P.next_out,G=P.output,K=P.avail_out,$=P.next_in,I=P.input,z=P.avail_in,L=b.hold,A=b.bits,b.mode===12&&(b.back=-1);break}for(b.back=0;ct=(k=b.lencode[L&(1<>>16&255,gt=65535&k,!((ot=k>>>24)<=A);){if(z===0)break t;z--,L+=I[$++]<>dt)])>>>16&255,gt=65535&k,!(dt+(ot=k>>>24)<=A);){if(z===0)break t;z--,L+=I[$++]<>>=dt,A-=dt,b.back+=dt}if(L>>>=ot,A-=ot,b.back+=ot,b.length=gt,ct===0){b.mode=26;break}if(32&ct){b.back=-1,b.mode=12;break}if(64&ct){P.msg="invalid literal/length code",b.mode=30;break}b.extra=15&ct,b.mode=22;case 22:if(b.extra){for(S=b.extra;A>>=b.extra,A-=b.extra,b.back+=b.extra}b.was=b.length,b.mode=23;case 23:for(;ct=(k=b.distcode[L&(1<>>16&255,gt=65535&k,!((ot=k>>>24)<=A);){if(z===0)break t;z--,L+=I[$++]<>dt)])>>>16&255,gt=65535&k,!(dt+(ot=k>>>24)<=A);){if(z===0)break t;z--,L+=I[$++]<>>=dt,A-=dt,b.back+=dt}if(L>>>=ot,A-=ot,b.back+=ot,64&ct){P.msg="invalid distance code",b.mode=30;break}b.offset=gt,b.extra=15&ct,b.mode=24;case 24:if(b.extra){for(S=b.extra;A>>=b.extra,A-=b.extra,b.back+=b.extra}if(b.offset>b.dmax){P.msg="invalid distance too far back",b.mode=30;break}b.mode=25;case 25:if(K===0)break t;if(Z=X-K,b.offset>Z){if((Z=b.offset-Z)>b.whave&&b.sane){P.msg="invalid distance too far back",b.mode=30;break}lt=Z>b.wnext?(Z-=b.wnext,b.wsize-Z):b.wnext-Z,Z>b.length&&(Z=b.length),mt=b.window}else mt=G,lt=Y-b.offset,Z=b.length;for(KF?(B=lt[mt+y[U]],A[Q+y[U]]):(B=96,0),E=1<>Y)+(x-=E)]=M<<24|B<<16|q|0,x!==0;);for(E=1<>=1;if(E!==0?(L&=E-1,L+=E):L=0,U++,--X[P]==0){if(P===I)break;P=d[f+y[U]]}if(G>>7)]}function Q(k,_){k.pending_buf[k.pending++]=255&_,k.pending_buf[k.pending++]=_>>>8&255}function X(k,_,O){k.bi_valid>v-O?(k.bi_buf|=_<>v-k.bi_valid,k.bi_valid+=O-v):(k.bi_buf|=_<>>=1,O<<=1,0<--_;);return O>>>1}function mt(k,_,O){var j,N,H=new Array(y+1),J=0;for(j=1;j<=y;j++)H[j]=J=J+O[j-1]<<1;for(N=0;N<=_;N++){var V=k[2*N+1];V!==0&&(k[2*N]=lt(H[V]++,V))}}function ot(k){var _;for(_=0;_>1;1<=O;O--)dt(k,H,O);for(N=et;O=k.heap[1],k.heap[1]=k.heap[k.heap_len--],dt(k,H,1),j=k.heap[1],k.heap[--k.heap_max]=O,k.heap[--k.heap_max]=j,H[2*N]=H[2*O]+H[2*j],k.depth[N]=(k.depth[O]>=k.depth[j]?k.depth[O]:k.depth[j])+1,H[2*O+1]=H[2*j+1]=N,k.heap[1]=N++,dt(k,H,1),2<=k.heap_len;);k.heap[--k.heap_max]=k.heap[1],(function(st,pt){var bt,ht,ft,it,It,Mt,_t=pt.dyn_tree,Zs=pt.max_code,Ri=pt.stat_desc.static_tree,Li=pt.stat_desc.has_stree,Mi=pt.stat_desc.extra_bits,Gs=pt.stat_desc.extra_base,zt=pt.stat_desc.max_length,Xt=0;for(it=0;it<=y;it++)st.bl_count[it]=0;for(_t[2*st.heap[st.heap_max]+1]=0,bt=st.heap_max+1;bt>=7;N>>=1)if(1&at&&V.dyn_ltree[2*et]!==0)return r;if(V.dyn_ltree[18]!==0||V.dyn_ltree[20]!==0||V.dyn_ltree[26]!==0)return a;for(et=32;et>>3,(H=k.static_len+3+7>>>3)<=N&&(N=H)):N=H=O+5,O+4<=N&&_!==-1?S(k,_,O,j):k.strategy===4||H===N?(X(k,2+(j?1:0),3),St(k,tt,P)):(X(k,4+(j?1:0),3),(function(V,et,at,st){var pt;for(X(V,et-257,5),X(V,at-1,5),X(V,st-4,4),pt=0;pt>>8&255,k.pending_buf[k.d_buf+2*k.last_lit+1]=255&_,k.pending_buf[k.l_buf+k.last_lit]=255&O,k.last_lit++,_===0?k.dyn_ltree[2*O]++:(k.matches++,_--,k.dyn_ltree[2*(b[O]+d+1)]++,k.dyn_dtree[2*A(_)]++),k.last_lit===k.lit_bufsize-1},n._tr_align=function(k){X(k,2,3),Z(k,x,tt),(function(_){_.bi_valid===16?(Q(_,_.bi_buf),_.bi_buf=0,_.bi_valid=0):8<=_.bi_valid&&(_.pending_buf[_.pending++]=255&_.bi_buf,_.bi_buf>>=8,_.bi_valid-=8)})(k)}},{"../utils/common":41}],53:[function(t,s,n){s.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(t,s,n){(function(i){(function(r,a){if(!r.setImmediate){var o,c,l,d,f=1,h={},g=!1,p=r.document,y=Object.getPrototypeOf&&Object.getPrototypeOf(r);y=y&&y.setTimeout?y:r,o={}.toString.call(r.process)==="[object process]"?function(C){process.nextTick(function(){E(C)})}:(function(){if(r.postMessage&&!r.importScripts){var C=!0,T=r.onmessage;return r.onmessage=function(){C=!1},r.postMessage("","*"),r.onmessage=T,C}})()?(d="setImmediate$"+Math.random()+"$",r.addEventListener?r.addEventListener("message",x,!1):r.attachEvent("onmessage",x),function(C){r.postMessage(d+C,"*")}):r.MessageChannel?((l=new MessageChannel).port1.onmessage=function(C){E(C.data)},function(C){l.port2.postMessage(C)}):p&&"onreadystatechange"in p.createElement("script")?(c=p.documentElement,function(C){var T=p.createElement("script");T.onreadystatechange=function(){E(C),T.onreadystatechange=null,c.removeChild(T),T=null},c.appendChild(T)}):function(C){setTimeout(E,0,C)},y.setImmediate=function(C){typeof C!="function"&&(C=new Function(""+C));for(var T=new Array(arguments.length-1),R=0;R"u"?i===void 0?this:i:self)}).call(this,typeof te<"u"?te:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})})(vs)),vs.exports}var Kn=ua();class de{constructor(e,t,s){this.downloadUrl=e,this.sha256=t,this.proxyService=s}request(e){return this.proxyService?this.proxyService.request(e):w.requestUrl(e)}async download(e){const t=await this.downloadRelease(e);return this.sha256&&await this.verifyChecksum(t),t}async extract(e,t){return await this.extractZip(e,t)}async downloadFiles(e,t){const s=new Map;for(let n=0;n1){const d=l.slice(1).join("/");n[d]=c}}r++,e({phase:"extract",progress:r,total:i.length})}return n}async downloadRelease(e){e({phase:"download",progress:0,total:100});try{if(this.proxyService){if(!this.proxyService.isServiceActivated()&&!await this.proxyService.activate())throw new Error("Failed to activate license for download");const s=(await this.request({url:this.downloadUrl,method:"HEAD"})).headers["content-length"],n=s?parseInt(s,10):100;let i=0,r=!0,a=null;(()=>{const l=Math.floor(n*.95),d=1e4,f=100,h=d/f,g=l/h;let p=0;a=setInterval(()=>{if(!r||p>=h){a&&clearInterval(a);return}p++;const y=Math.min(Math.floor(p*g),l);y>i&&(i=y,e({phase:"download",progress:i,total:n}))},f)})();const c=await this.request({url:this.downloadUrl,method:"GET"});if(r=!1,a&&clearInterval(a),c.status!==200)throw new Error(`Download failed with status: ${c.status}`);return e({phase:"download",progress:100,total:100}),c.arrayBuffer}else{const s=(await this.request({url:this.downloadUrl,method:"HEAD"})).headers["content-length"],n=s?parseInt(s,10):100;let i=0,r=!0,a=null;(()=>{const l=Math.floor(n*.95),d=1e4,f=100,h=d/f,g=l/h;let p=0;a=setInterval(()=>{if(!r||p>=h){a&&clearInterval(a);return}p++;const y=Math.min(Math.floor(p*g),l);y>i&&(i=y,e({phase:"download",progress:i,total:n}))},f)})();const c=await this.request({url:this.downloadUrl,method:"GET"});if(r=!1,a&&clearInterval(a),c.status!==200)throw new Error(`Download failed with status: ${c.status}`);return e({phase:"download",progress:100,total:100}),c.arrayBuffer}}catch{const s=await this.request({url:this.downloadUrl,method:"GET"});if(s.status!==200)throw new Error(`Download failed with status: ${s.status}`);return e({phase:"download",progress:100,total:100}),s.arrayBuffer}}async verifyChecksum(e){if(!this.sha256)return;if(await this.calculateSHA256(e)!==this.sha256)throw new Error("Checksum verification failed")}async calculateSHA256(e){const t=await crypto.subtle.digest("SHA-256",e);return Array.from(new Uint8Array(t)).map(n=>n.toString(16).padStart(2,"0")).join("")}async extractZip(e,t){const s=await Kn.loadAsync(e),n=new Map,i=Object.keys(s.files).length;let r=0,a="";const o=Object.keys(s.files),c=o[0];if(c&&c.includes("/")){const l=c.split("/")[0]+"/";o.every(d=>d===l||d.startsWith(l))&&(a=l)}for(const[l,d]of Object.entries(s.files)){if(!d.dir){t({phase:"extract",progress:r,total:i,currentFile:l});const f=await d.async("arraybuffer"),h=a&&l.startsWith(a)?l.slice(a.length):l;n.set(h,f)}r++}return t({phase:"extract",progress:i,total:i}),n}}function Tt(){}Tt.prototype={diff:function(e,t){var s,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=n.callback;typeof n=="function"&&(i=n,n={});var r=this;function a(C){return C=r.postProcess(C,n),i?(setTimeout(function(){i(C)},0),!0):C}e=this.castInput(e,n),t=this.castInput(t,n),e=this.removeEmpty(this.tokenize(e,n)),t=this.removeEmpty(this.tokenize(t,n));var o=t.length,c=e.length,l=1,d=o+c;n.maxEditLength!=null&&(d=Math.min(d,n.maxEditLength));var f=(s=n.timeout)!==null&&s!==void 0?s:1/0,h=Date.now()+f,g=[{oldPos:-1,lastComponent:void 0}],p=this.extractCommon(g[0],t,e,0,n);if(g[0].oldPos+1>=c&&p+1>=o)return a(Xn(r,g[0].lastComponent,t,e,r.useLongestToken));var y=-1/0,v=1/0;function E(){for(var C=Math.max(y,-l);C<=Math.min(v,l);C+=2){var T=void 0,R=g[C-1],F=g[C+1];R&&(g[C-1]=void 0);var M=!1;if(F){var B=F.oldPos-C;M=F&&0<=B&&B=c&&p+1>=o)return a(Xn(r,T.lastComponent,t,e,r.useLongestToken));g[C]=T,T.oldPos+1>=c&&(v=Math.min(v,C-1)),p+1>=o&&(y=Math.max(y,C+1))}l++}if(i)(function C(){setTimeout(function(){if(l>d||Date.now()>h)return i();E()||C()},0)})();else for(;l<=d&&Date.now()<=h;){var x=E();if(x)return x}},addToPath:function(e,t,s,n,i){var r=e.lastComponent;return r&&!i.oneChangePerToken&&r.added===t&&r.removed===s?{oldPos:e.oldPos+n,lastComponent:{count:r.count+1,added:t,removed:s,previousComponent:r.previousComponent}}:{oldPos:e.oldPos+n,lastComponent:{count:1,added:t,removed:s,previousComponent:r}}},extractCommon:function(e,t,s,n,i){for(var r=t.length,a=s.length,o=e.oldPos,c=o-n,l=0;c+1h.length?p:h}),d.value=u.join(f)}else d.value=u.join(t.slice(c,c+d.count));c+=d.count,d.added||(l+=d.count)}}return i}function Jn(u,e){var t;for(t=0;te.length&&(t=u.length-e.length);var s=e.length;u.length0&&e[r]!=e[i];)i=n[i];e[r]==e[i]&&i++}i=0;for(var a=t;a0&&u[a]!=e[i];)i=n[i];u[a]==e[i]&&i++}return i}var he="a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",ha=new RegExp("[".concat(he,"]+|\\s+|[^").concat(he,"]"),"ug"),ye=new Tt;ye.equals=function(u,e,t){return t.ignoreCase&&(u=u.toLowerCase(),e=e.toLowerCase()),u.trim()===e.trim()};ye.tokenize=function(u){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t;if(e.intlSegmenter){if(e.intlSegmenter.resolvedOptions().granularity!="word")throw new Error('The segmenter passed must have a granularity of "word"');t=Array.from(e.intlSegmenter.segment(u),function(i){return i.segment})}else t=u.match(ha)||[];var s=[],n=null;return t.forEach(function(i){/\s/.test(i)?n==null?s.push(i):s.push(s.pop()+i):/\s/.test(n)?s[s.length-1]==n?s.push(s.pop()+i):s.push(n+i):s.push(i),n=i}),s};ye.join=function(u){return u.map(function(e,t){return t==0?e:e.replace(/^\s+/,"")}).join("")};ye.postProcess=function(u,e){if(!u||e.oneChangePerToken)return u;var t=null,s=null,n=null;return u.forEach(function(i){i.added?s=i:i.removed?n=i:((s||n)&&ei(t,n,s,i),t=i,s=null,n=null)}),(s||n)&&ei(t,n,s,null),u};function ei(u,e,t,s){if(e&&t){var n=e.value.match(/^\s*/)[0],i=e.value.match(/\s*$/)[0],r=t.value.match(/^\s*/)[0],a=t.value.match(/\s*$/)[0];if(u){var o=Jn(n,r);u.value=_s(u.value,r,o),e.value=jt(e.value,o),t.value=jt(t.value,o)}if(s){var c=Qn(i,a);s.value=Ts(s.value,a,c),e.value=re(e.value,c),t.value=re(t.value,c)}}else if(t)u&&(t.value=t.value.replace(/^\s*/,"")),s&&(s.value=s.value.replace(/^\s*/,""));else if(u&&s){var l=s.value.match(/^\s*/)[0],d=e.value.match(/^\s*/)[0],f=e.value.match(/\s*$/)[0],h=Jn(l,d);e.value=jt(e.value,h);var g=Qn(jt(l,h),f);e.value=re(e.value,g),s.value=Ts(s.value,l,g),u.value=_s(u.value,l,l.slice(0,l.length-g.length))}else if(s){var p=s.value.match(/^\s*/)[0],y=e.value.match(/\s*$/)[0],v=ti(y,p);e.value=re(e.value,v)}else if(u){var E=u.value.match(/\s*$/)[0],x=e.value.match(/^\s*/)[0],C=ti(E,x);e.value=jt(e.value,C)}}var pa=new Tt;pa.tokenize=function(u){var e=new RegExp("(\\r?\\n)|[".concat(he,"]+|[^\\S\\n\\r]+|[^").concat(he,"]"),"ug");return u.match(e)||[]};var Se=new Tt;Se.tokenize=function(u,e){e.stripTrailingCr&&(u=u.replace(/\r\n/g,` +`));var t=[],s=u.split(/(\n|\r\n)/);s[s.length-1]||s.pop();for(var n=0;n"u"?t:r}:s;return typeof u=="string"?u:JSON.stringify(Is(u,null,null,n),n," ")};Zt.equals=function(u,e,t){return Tt.prototype.equals.call(Zt,u.replace(/,([\r\n])/g,"$1"),e.replace(/,([\r\n])/g,"$1"),t)};function Is(u,e,t,s,n){e=e||[],t=t||[],s&&(u=s(n,u));var i;for(i=0;i0&&this.conflicts[0].incoming instanceof ArrayBuffer)){this.conflicts=[],this.operations=[],this.resolutions={},this.renderContent();return}this.resolutions=Object.fromEntries(this.conflicts.map(n=>[n.path,"keep_current"])),this.selectedFile=null,this.renderContent()}async onClose(){this.resizeObserver?.disconnect(),this.resizeObserver=null,this.detailEl=null,this.containerEl.empty()}setResolution(e,t){this.resolutions[e]=t,this.updateRadioStates(e)}setCategoryResolutions(e,t){const s=this.getCategorizedFiles()[e];for(const n of s)this.resolutions[n.path]=t,this.updateRadioStates(n.path)}updateRadioStates(e){if(this.selectedFile===e&&this.detailEl){const n=this.detailEl.querySelectorAll('input[type="radio"]'),i=this.resolutions[e]==="apply_update";n[0]&&(n[0].checked=!i),n[1]&&(n[1].checked=i)}const s=this.containerEl.querySelector(`.conflict-file-item[data-path="${CSS.escape(e)}"]`)?.querySelector(".conflict-resolution-indicator");s&&(s.dataset.resolution=this.resolutions[e])}selectFile(e){const t=this.selectedFile;this.selectedFile=t===e?null:e,t&&this.containerEl.querySelector(`.conflict-file-item[data-path="${CSS.escape(t)}"]`)?.removeClass("is-active"),this.selectedFile&&this.containerEl.querySelector(`.conflict-file-item[data-path="${CSS.escape(this.selectedFile)}"]`)?.addClass("is-active"),this.renderDetailPanel()}getCategorizedFiles(){const e=this.conflicts.filter(s=>!s.current||s.current.byteLength===0),t=this.conflicts.filter(s=>s.current&&s.current.byteLength>0);return{new:e,updated:t.filter(s=>s.currentHash!==s.incomingHash),unchanged:t.filter(s=>s.currentHash===s.incomingHash)}}getFileCategory(e){return!e.current||e.current.byteLength===0?"new":e.currentHash!==e.incomingHash?"updated":"unchanged"}renderContent(){const{containerEl:e}=this;this.resizeObserver?.disconnect(),e.empty();const t=e.createDiv({cls:"conflict-view"});if(this.conflicts.length===0){t.createEl("h2",{text:"No Update Data"}),t.createDiv({cls:"conflict-view-description",text:"This view has no update data. Please trigger a new update to review changes."});const l=t.createDiv({cls:"conflict-view-footer"}).createEl("button",{text:"Close"});this.registerDomEvent(l,"click",()=>this.leaf.detach());return}t.createEl("h2",{text:"Update Confirmation"}),t.createDiv({cls:"conflict-view-description",text:"Please review the changes that will be applied:"});const s=t.createDiv({cls:"conflict-view-body"}),n=s.createDiv({cls:"conflict-view-sidebar"});this.detailEl=s.createDiv({cls:"conflict-view-detail"});const i=this.getCategorizedFiles();i.new.length>0&&this.renderSection(n,"new",i.new,"New Files",{keepLabel:"Skip",applyLabel:"Create File",bulkKeep:"Skip All",bulkApply:"Create All"}),i.updated.length>0&&this.renderSection(n,"updated",i.updated,"Modified Files",{keepLabel:"Keep Current",applyLabel:"Apply Update",bulkKeep:"Keep All Current",bulkApply:"Apply All Updates"}),i.unchanged.length>0&&this.renderSection(n,"unchanged",i.unchanged,"Unchanged Files",{keepLabel:"Skip",applyLabel:"Keep Unchanged",bulkKeep:"Skip All",bulkApply:"Keep All Unchanged"}),this.renderDetailPanel(),this.resizeObserver=new ResizeObserver(c=>{const d=(c[0]?.contentRect.width??0)>=ma?"split":"inline";d!==this.diffMode&&(this.diffMode=d,this.renderDetailPanel())}),this.resizeObserver.observe(this.detailEl);const r=t.createDiv({cls:"conflict-view-footer"}),a=r.createEl("button",{cls:"mod-cta",text:"Apply Selected Files"}),o=r.createEl("button",{text:"Cancel"});this.registerDomEvent(a,"click",()=>{this.leaf.view.app.workspace.trigger("ppb:trigger-update",{resolutions:this.resolutions,operations:this.operations}),this.leaf.detach()}),this.registerDomEvent(o,"click",()=>this.leaf.detach())}renderSection(e,t,s,n,i){const r=e.createDiv({cls:"conflict-view-section"});r.createEl("h3",{text:`${n} (${s.length})`});const a=r.createDiv({cls:"conflict-category-actions"}),o=a.createEl("button",{cls:"conflict-select-all",text:i.bulkKeep}),c=a.createEl("button",{cls:"conflict-select-all",text:i.bulkApply});this.registerDomEvent(o,"click",()=>this.setCategoryResolutions(t,"keep_current")),this.registerDomEvent(c,"click",()=>this.setCategoryResolutions(t,"apply_update"));const l=r.createDiv({cls:"conflict-view-files"});for(const d of s)this.renderFileItem(l,d,t)}renderFileItem(e,t,s){const n=e.createDiv({cls:"conflict-file-item"});n.dataset.path=t.path,n.dataset.category=s;const i=n.createDiv({cls:"conflict-file-header"}),r=i.createEl("span",{cls:"conflict-resolution-indicator"});r.dataset.resolution=this.resolutions[t.path],i.createEl("span",{cls:"conflict-file-path",text:t.path}),this.registerDomEvent(i,"click",()=>{this.selectFile(t.path)})}getLabelsForCategory(e){switch(e){case"new":return{keepLabel:"Skip",applyLabel:"Create File"};case"updated":return{keepLabel:"Keep Current",applyLabel:"Apply Update"};case"unchanged":return{keepLabel:"Skip",applyLabel:"Keep Unchanged"}}}renderDetailPanel(){if(!this.detailEl)return;if(this.detailEl.empty(),!this.selectedFile){this.detailEl.createDiv({cls:"conflict-view-detail-empty",text:"Select a file to view details"});return}const e=this.conflicts.find(l=>l.path===this.selectedFile);if(!e)return;const t=this.getFileCategory(e),s=this.getLabelsForCategory(t),n=this.detailEl.createDiv({cls:"conflict-view-detail-header"});n.createEl("span",{cls:"conflict-view-detail-path",text:e.path});const i=n.createDiv({cls:"conflict-view-detail-actions"}),r=i.createEl("label",{cls:"conflict-resolution-label"}),a=r.createEl("input");a.type="radio",a.name="detail-resolution",a.checked=this.resolutions[e.path]==="keep_current",r.appendText(s.keepLabel);const o=i.createEl("label",{cls:"conflict-resolution-label"}),c=o.createEl("input");if(c.type="radio",c.name="detail-resolution",c.checked=this.resolutions[e.path]==="apply_update",o.appendText(s.applyLabel),this.registerDomEvent(a,"change",()=>{this.setResolution(e.path,"keep_current")}),this.registerDomEvent(c,"change",()=>{this.setResolution(e.path,"apply_update")}),t==="updated"){const l=this.detailEl.createDiv({cls:"conflict-diff"});this.diffMode==="split"?this.renderDiffSplit(l,e):this.renderDiffInline(l,e)}else{const l=this.detailEl.createDiv({cls:"conflict-file-preview"});this.renderPreview(l,e)}}renderDiffInline(e,t){if(!this.isTextFile(t.current)){e.createDiv({cls:"binary-file-notice",text:"Binary file, diff not available"});return}try{const s=new TextDecoder().decode(t.current),n=new TextDecoder().decode(t.incoming),i=si(s,n),r=e.createEl("table",{cls:"diff"}),a=r.createEl("colgroup");a.createEl("col",{cls:"diff-gutter-col"}),a.createEl("col");const o=r.createEl("tbody");let c=1,l=1;for(const d of i){const f=d.value.replace(/\n$/,"").split(` +`);for(const h of f){const g=o.createEl("tr",{cls:"diff-line"});d.removed?(g.createEl("td",{cls:"diff-gutter diff-gutter-delete",text:String(c++)}),g.createEl("td",{cls:"diff-code diff-code-delete",text:h})):d.added?(g.createEl("td",{cls:"diff-gutter diff-gutter-insert",text:String(l++)}),g.createEl("td",{cls:"diff-code diff-code-insert",text:h})):(g.createEl("td",{cls:"diff-gutter",text:String(c++)}),g.createEl("td",{cls:"diff-code",text:h}),l++)}}}catch(s){console.error("Error generating diff:",s),e.createDiv({text:"Error generating diff"})}}renderDiffSplit(e,t){if(!this.isTextFile(t.current)){e.createDiv({cls:"binary-file-notice",text:"Binary file, diff not available"});return}try{const s=new TextDecoder().decode(t.current),n=new TextDecoder().decode(t.incoming),i=si(s,n),r=e.createEl("table",{cls:"diff diff-split"}),a=r.createEl("colgroup");a.createEl("col",{cls:"diff-gutter-col"}),a.createEl("col"),a.createEl("col",{cls:"diff-gutter-col"}),a.createEl("col");const o=r.createEl("tbody");let c=1,l=1;const d=this.groupChangesForSplit(i);for(const f of d)if(f.type==="unchanged"){const h=f.lines;for(const g of h){const p=o.createEl("tr",{cls:"diff-line"});p.createEl("td",{cls:"diff-gutter",text:String(c++)}),p.createEl("td",{cls:"diff-code",text:g}),p.createEl("td",{cls:"diff-gutter",text:String(l++)}),p.createEl("td",{cls:"diff-code",text:g})}}else if(f.type==="paired"){const h=Math.max(f.removed.length,f.added.length);for(let g=0;g1e3?"...":"");e.createEl("pre",{text:n})}isTextFile(e){try{const t=new TextDecoder().decode(e);return!t.includes("\0")&&t.length>0}catch{return!1}}}class ni extends w.Component{constructor(e,t,s,n,i=[],r={},a={},o={},c){super(),this.latestManifest=null,this.pendingOperations=[],this.manager=e,this.targetPluginId=c,this.app=t,this.vault=s,this.backupDir=n,this.excludePatterns=i,this.customReplacements=r,this.obsidianConflictHandling=a,this.updateScope={regularFiles:!0,obsidianCore:!0,plugins:!0,themes:!0,snippets:!0,pluginData:!1,...o},this.downloadZipPath=".paperbell_update.zip"}listenToEvents(e,t,s,n){this.registerEvent(this.app.workspace.on("ppb:trigger-update",async i=>{const r=i.operations||[],a=i.resolutions||{},o=[];let c=0;const l=r.filter(d=>a[d.path]==="apply_update");for(const d of l)this.shouldExclude(d.path)||(this.app.workspace.trigger("ppb:update-progress",{phase:"apply",progress:c,total:l.length,currentFile:w.normalizePath(d.path)}),await this.applyOperation(d),o.push(w.normalizePath(d.path)),c++);this.app.workspace.trigger("ppb:update-progress",{phase:"apply",progress:l.length,total:l.length}),this.app.workspace.trigger("ppb:update-complete",{success:!0,updatedFilePaths:o,version:this.latestManifest?.version||this.manager.lastUpdateInfo?.latestVersion}),await this.cleanupDownloadedFiles()})),this.registerEvent(this.app.workspace.on("ppb:update-complete",i=>{if(i.success){const r={minAppVersion:i.version};if(r?.minAppVersion){if(t.updateConfig({minAppVersion:r.minAppVersion}),s&&s.settings)try{s.settings.updater||(s.settings.updater={repository:t.getRepository()}),s.settings.updater.minAppVersion=r.minAppVersion,s.saveSettings()}catch(a){console.warn("Could not update plugin settings after update",a)}e.setText(`Updated to ${i.version} successfully!`)}}})),this.registerEvent(this.app.workspace.on("ppb:update-progress",i=>{n&&n(i)}))}async saveDownloadedZip(e){await this.vault.adapter.writeBinary(w.normalizePath(this.downloadZipPath),e)}async loadDownloadedZip(){return await this.vault.adapter.exists(this.downloadZipPath)?await this.vault.adapter.readBinary(this.downloadZipPath):null}async cleanupDownloadedFiles(){await this.vault.adapter.exists(this.downloadZipPath)&&await this.vault.adapter.remove(this.downloadZipPath)}async parseReleaseContents(e){const t={manifest:null,changelog:null,regularFiles:new Map,obsidianFiles:{core:new Map,snippets:new Map,plugins:new Map,themes:new Map}};let s="";const n=Array.from(e.keys());if(n.length>0){const i=n[0];if(i.includes("/")){const r=i.split("/")[0]+"/";n.every(a=>a===r||a.startsWith(r))&&(s=r)}}for(const[i,r]of e.entries()){let a=s&&i.startsWith(s)?i.substring(s.length):i;if(a=w.normalizePath(a),a==="manifest.json"){t.manifest=r,this.latestManifest=this.parseJsonFromArrayBuffer(r);continue}if(a==="changelog.md"){t.changelog=r;continue}if(a.startsWith(".obsidian/")){this.processObsidianFile(a,r,t);continue}t.regularFiles.set(a,r)}return this.normalizeRootPluginRelease(t)}normalizeRootPluginRelease(e){if(!this.targetPluginId||this.latestManifest?.id!==this.targetPluginId)return e;e.manifest&&e.obsidianFiles.plugins.set(`${this.targetPluginId}/manifest.json`,e.manifest),e.changelog&&e.obsidianFiles.plugins.set(`${this.targetPluginId}/changelog.md`,e.changelog);for(const[t,s]of e.regularFiles.entries())e.obsidianFiles.plugins.set(`${this.targetPluginId}/${t}`,s);return e.manifest=null,e.changelog=null,e.regularFiles.clear(),e}processObsidianFile(e,t,s){const n=e.split("/");if(n.length<2)return;const i=n[1],r=n.slice(2).join("/");if(n.length===2&&n[1].endsWith(".json")){s.obsidianFiles.core||(s.obsidianFiles.core=new Map),s.obsidianFiles.core.set(n[1],t);return}switch(i){case"snippets":s.obsidianFiles.snippets.set(r,t);break;case"plugins":s.obsidianFiles.plugins.set(r,t);break;case"themes":s.obsidianFiles.themes.set(r,t);break;default:s.regularFiles.set(e,t)}}async comparePlugins(e){if(this.updateScope.plugins===!1)return new Map;const t=new Map,s=new Map;for(const[n,i]of e.obsidianFiles.plugins.entries()){const r=n.split("/");if(r.length===0)continue;const a=r[0],o=r.slice(1).join("/");s.has(a)||s.set(a,new Map),s.get(a).set(o,i)}for(const[n,i]of s.entries()){if(n===this.getCurrentPluginName()||n===this.targetPluginId){for(const[a,o]of i.entries())a==="data.json"&&this.updateScope.pluginData!==!0||t.set(`.obsidian/plugins/${n}/${a}`,{type:"update",path:`.obsidian/plugins/${n}/${a}`,content:o});continue}if(!i.has("manifest.json"))continue;const r=`.obsidian/plugins/${n}/manifest.json`;if(await this.vault.adapter.exists(w.normalizePath(r))){const a=await this.vault.adapter.readBinary(w.normalizePath(r)),o=this.parseJsonFromArrayBuffer(a),c=this.parseJsonFromArrayBuffer(i.get("manifest.json"));if(!o.version||!c.version||this.compareVersions(c.version,o.version)>0)for(const[l,d]of i.entries())l==="data.json"&&this.updateScope.pluginData!==!0||t.set(`.obsidian/plugins/${n}/${l}`,{type:"update",path:`.obsidian/plugins/${n}/${l}`,content:d})}else for(const[a,o]of i.entries())a==="data.json"&&this.updateScope.pluginData!==!0||t.set(`.obsidian/plugins/${n}/${a}`,{type:"add",path:`.obsidian/plugins/${n}/${a}`,content:o})}return t}async compareThemes(e){if(this.updateScope.themes===!1)return new Map;const t=new Map,s=new Map;for(const[n,i]of e.obsidianFiles.themes.entries()){const r=n.split("/");if(r.length===0)continue;const a=r[0],o=r.slice(1).join("/");s.has(a)||s.set(a,new Map),s.get(a).set(o,i)}for(const[n,i]of s.entries()){if(!i.has("manifest.json")){for(const[a,o]of i.entries())t.set(`.obsidian/themes/${n}/${a}`,{type:"update",path:`.obsidian/themes/${n}/${a}`,content:o});continue}const r=`.obsidian/themes/${n}/manifest.json`;if(await this.vault.adapter.exists(w.normalizePath(r))){const a=await this.vault.adapter.readBinary(w.normalizePath(r)),o=this.parseJsonFromArrayBuffer(a),c=this.parseJsonFromArrayBuffer(i.get("manifest.json"));if(!o.version||!c.version||this.compareVersions(c.version,o.version)>0)for(const[l,d]of i.entries())t.set(`.obsidian/themes/${n}/${l}`,{type:"update",path:`.obsidian/themes/${n}/${l}`,content:d})}else for(const[a,o]of i.entries())t.set(`.obsidian/themes/${n}/${a}`,{type:"add",path:`.obsidian/themes/${n}/${a}`,content:o})}return t}parseJsonFromArrayBuffer(e){try{const s=new TextDecoder().decode(e);return JSON.parse(s)}catch(t){return console.warn("Failed to parse JSON from buffer",t),{}}}compareVersions(e,t){const s=e.split(".").map(i=>parseInt(i.replace(/[^0-9]/g,""),10)),n=t.split(".").map(i=>parseInt(i.replace(/[^0-9]/g,""),10));for(;s.lengtha)return 1}return 0}getCurrentPluginName(){try{const e=this.app;if(e.plugins?.manifests){for(const t in e.plugins.manifests)if(t.toLowerCase().includes("paperbell"))return t}if(e.plugins?.plugins?.paperbell?.manifest?.id)return e.plugins.plugins.paperbell.manifest.id}catch(e){console.warn("Could not determine current plugin name",e)}return"paperbell-pro"}areBuffersEqual(e,t){if(e.byteLength!==t.byteLength)return!1;const s=new Uint8Array(e),n=new Uint8Array(t);for(let i=0;ithis.getConflictHandlingForPath(c.path)!=="no_merge"),this.setPendingOperations(e);const s=await this.createBackupWithHash(e.map(c=>c.path),t),n=await this.detectConflicts(e,s),i=[],r=[],a=[];for(const c of e){const l=n.find(h=>h.path===c.path),d=await this.vault.adapter.exists(w.normalizePath(c.path)),f=l?{...l,category:l.currentHash===l.incomingHash?"unchanged":"update"}:{path:c.path,current:d?await this.vault.adapter.readBinary(w.normalizePath(c.path)):new ArrayBuffer(0),incoming:c.content||new ArrayBuffer(0),currentHash:d?this.hashContent(await this.vault.adapter.readBinary(w.normalizePath(c.path))):"",incomingHash:c.content?this.hashContent(c.content):"",category:!d||c.type==="add"?"new":"unchanged"};c.type==="add"||!d?(f.category="new",i.push(f)):l&&l.currentHash!==l.incomingHash?(f.category="update",r.push(f)):(f.category="unchanged",a.push(f))}const o=[...i,...r,...a];return await this.showConflictView(o),[]}catch(s){throw await this.restoreBackup(t),s}}async createBackupWithHash(e,t){const s=new Map;t({phase:"backup",progress:0,total:e.length});for(let n=0;n{if(i)try{const a=new RegExp(i,"g");s=s.replace(a,r)}catch(a){console.warn(`Invalid replacement pattern: ${i}`,a)}}),new TextEncoder().encode(s).buffer}async detectConflicts(e,t){const s=[];for(const n of e){if(n.type==="delete")continue;const i=await this.vault.adapter.exists(w.normalizePath(n.path)),r=this.getConflictHandlingForPath(n.path);if(r==="ignore"||r==="no_merge")continue;if(!i){s.push({path:n.path,current:new ArrayBuffer(0),incoming:n.content,currentHash:"",incomingHash:this.hashContent(n.content)});continue}const a=await this.vault.adapter.readBinary(w.normalizePath(n.path)),o=this.applyCustomReplacements(a),c=n.content?this.applyCustomReplacements(n.content):new ArrayBuffer(0),l=this.hashContent(o),d=this.hashContent(c);if(l!==d){if(r==="skip")continue;s.push({path:n.path,current:a,incoming:n.content,currentHash:l,incomingHash:d})}}return s}getConflictHandlingForPath(e){const t="prompt";if(!e)return t;if(e=w.normalizePath(e),e.startsWith(".obsidian/")){if(e.match(/^\.obsidian\/[^\/]+\.json$/))return this.obsidianConflictHandling.settings||t;if(e.startsWith(".obsidian/themes/"))return this.obsidianConflictHandling.themes||t;if(e.startsWith(".obsidian/snippets/"))return this.obsidianConflictHandling.snippets||t;if(e.startsWith(".obsidian/plugins/"))return this.obsidianConflictHandling.plugins||t}return t}showConflictView(e){const t=this.app.workspace.getLeaf();let s=this.app.workspace.getLeavesOfType(Gt)[0];if(s){this.app.workspace.revealLeaf(s);return}const n=e.map(r=>({path:r.path,current:r.current,incoming:r.incoming,currentHash:r.currentHash,incomingHash:r.incomingHash})),i=this.getPendingOperations();t.setViewState({type:Gt,state:{conflicts:n,operations:i}}),this.app.workspace.revealLeaf(t)}getPendingOperations(){return this.pendingOperations}setPendingOperations(e){this.pendingOperations=e}async createBackup(e,t){t({phase:"backup",progress:0,total:e.length});for(let s=0;st!=="").some(t=>{if(t.includes("**")){const s=t.replace(/\*\*/g,"___GLOBSTAR___").replace(/\./g,"\\.").replace(/\//g,"\\/").replace(/\*/g,"[^/]*").replace(/___GLOBSTAR___/g,".*");return new RegExp(`^${s}$`).test(e)}else{const s=t.split("/"),n=e.split("/");if(s.length>n.length)return!1;for(let i=0;i{this.resolvePromise=e,this.rejectPromise=t,this.open()})}onOpen(){const{contentEl:e}=this;e.createEl("h2",{text:"Enter Update Version"}),e.createEl("p",{text:"Please enter the version number for the update package. This is required when a manifest.json file is not provided."}),new w.Setting(e).setName("Version").setDesc("Example: 1.0.0").addText(i=>i.setValue(this.version).onChange(r=>{this.version=r}));const t=e.createDiv();t.addClass("modal-button-container"),t.createEl("button",{text:"Cancel"}).addEventListener("click",()=>{this.close(),this.resolvePromise(null)}),t.createEl("button",{text:"Confirm",cls:"mod-cta"}).addEventListener("click",()=>{if(!this.version||!this.isValidVersion(this.version)){new w.Notice("Please enter a valid version number (e.g., 1.0.0)",3e3);return}this.close(),this.resolvePromise(this.version)})}isValidVersion(e){return/^\d+\.\d+\.\d+(?:-[a-zA-Z0-9.]+)?(?:\+[a-zA-Z0-9.]+)?$/.test(e)}onClose(){const{contentEl:e}=this;e.empty(),this.resolvePromise&&this.version===""&&this.resolvePromise(null)}}class ya extends w.Component{constructor(e,t){super(),this.lastUpdateInfo=null,this.app=e.app,this.plugin=e,this.vault=e.app.vault,this.configManager=new ba(e.settings.updater),this.currentVersion=t,this.versionChecker=new ms(this.configManager.getRepository(),this.configManager.getMinAppVersion())}isValidVersion(e){return/^\d+\.\d+\.\d+(?:-[a-zA-Z0-9.]+)?(?:\+[a-zA-Z0-9.]+)?$/.test(e)}parseSha256FromText(e){const t=e.match(/[a-fA-F0-9]{64}/);return t?t[0].toLowerCase():null}async calculateSHA256Hex(e){const t=await crypto.subtle.digest("SHA-256",e);return Array.from(new Uint8Array(t)).map(n=>n.toString(16).padStart(2,"0")).join("")}setProxyService(e){this.proxyService=e,this.versionChecker=new ms(this.configManager.getRepository(),this.configManager.getMinAppVersion(),this.proxyService)}onload(){this.stautsBar=this.plugin.addStatusBarItem(),this.stautsBar.setText("PaperBell 更新管理器"),this.registerEvent(this.app.workspace.on("ppb:update-complete",e=>{e?.success&&typeof e.version=="string"&&e.version.trim()&&(this.currentVersion=e.version.trim())})),this.plugin.addCommand({id:"check-updates-from-local",name:"从本地文件检查更新",callback:()=>this.checkForUpdatesFromLocal()}),this.stautsBar.onclick=()=>{const e=this.app.workspace.getLeavesOfType(Gt)[0];if(e){this.app.workspace.revealLeaf(e);return}this.triggerUpdate()},this.stautsBar.oncontextmenu=e=>{e.preventDefault(),e.stopPropagation();const t=new w.Menu;t.addItem(s=>{s.setTitle("从本地文件检查更新"),s.onClick(async()=>{try{await this.checkForUpdatesFromLocal()}catch(n){new w.Notice(`更新时出错: ${n.message}`,5e3),console.error(`更新时出错: ${n.message}`)}})}),t.showAtPosition({x:e.clientX,y:e.clientY})},setTimeout(()=>{this.checkForUpdates().then(e=>{e.hasUpdate&&this.configManager.isAutoUpdateEnabled()&&e.compatibilityIssues?.length===0&&this.triggerUpdate(!0)})},2e3),this.plugin.addCommand({id:"remove-update-backups",name:"删除更新备份",callback:()=>this.removeBackups()}),this.app.workspace.onLayoutReady(()=>{this.checkForUpdates()})}onunload(){}async checkForUpdatesFromLocal(){if(!await this.plugin.verificationWorker.verify()){new w.Notice("请先验证您的账户。");return}const e=s=>{const n=s.total>0?Math.floor(s.progress/s.total*100):0;this.stautsBar.setText(`正在更新 (${s.phase} ${n}%)...`)},t=document.createElement("input");t.type="file",t.multiple=!0,t.accept=".zip,.json,.sha256,.txt",t.onchange=async s=>{const n=t.files;if(!n||n.length===0)return;let i=null,r=null,a=null,o=null,c=null,l=null;for(let d=0;d0&&console.error(`Invalid configuration: ${t.join(", ")}`);const s=await this.versionChecker.checkForUpdates(this.currentVersion,e);return this.lastUpdateInfo=s,s.hasUpdate?this.stautsBar.setText(`有可用更新: ${s.latestVersion}`):this.stautsBar.setText("没有可用更新"),s}async triggerUpdate(e=!1,t){if(!await this.plugin.verificationWorker.verify())return new w.Notice("您需要验证账户才能更新 PaperBell 仓库",5e3),null;if((!this.lastUpdateInfo||e)&&(this.lastUpdateInfo=await this.checkForUpdates(e)),!this.lastUpdateInfo.hasUpdate)return null;this.stautsBar.setText(`Updating to ${this.lastUpdateInfo.latestVersion}...`);const s=".update_backup";try{await this.vault.adapter.exists(s)||await this.vault.adapter.mkdir(s)}catch(r){return new w.Notice(`Failed to create backup directory: ${r.message}`,5e3),console.error(`Failed to create backup directory: ${r.message}`),this.stautsBar.setText("Update failed"),{success:!1,version:this.currentVersion,updatedFiles:[],errors:[`Failed to create backup directory: ${r.message}`],rollbackNeeded:!1}}const n=t||(r=>{this.stautsBar.setText(`Updating (${r.phase} ${Math.floor(r.progress/r.total*100)}%)...`)}),i=await this.update(this.lastUpdateInfo,n);return i.success?this.currentVersion=i.version:(i.errors&&i.errors.length>0&&(new w.Notice(`Update failed: ${i.errors.join(", ")}`,5e3),console.error(`Update failed: ${i.errors.join(", ")}`)),this.stautsBar.setText("Update failed")),i}async update(e,t){try{if(!e.releaseInfo)throw new Error("没有可用的发布信息");const s=new ni(this,this.app,this.vault,".update_backup",this.configManager.getExcludePatterns(),this.configManager.getCustomReplacements(),this.configManager.getObsidianConflictHandling(),this.configManager.getUpdateScope(),this.configManager.getTargetPluginId());this.addChild(s),s.listenToEvents(this.stautsBar,this.configManager,this.plugin,t);let n=await s.loadDownloadedZip(),i;const r=e.releaseInfo.assets||[],a=r.find(h=>h.name.toLowerCase().endsWith(".zip")),o=r.filter(h=>["main.js","manifest.json","styles.css"].includes(h.name)),c=new de(a?.browserDownloadUrl||e.releaseInfo.downloadUrl||"",a?.sha256||e.releaseInfo.sha256,this.proxyService);if(o.length>0&&!a)i=await c.downloadFiles(o,t);else{if(n||(n=await c.download(t),await s.saveDownloadedZip(n)),!n)throw new Error("下载或加载更新包失败");i=await c.extract(n,t)}const l=await s.parseReleaseContents(i),d=await s.prepareReleaseOperations(l),f=await s.applyUpdates(d,t);return{success:!0,version:e.latestVersion,updatedFiles:f}}catch(s){return new w.Notice(`Update failed: ${s.message}`,5e3),console.error(`Update failed: ${s.message}`),{success:!1,version:this.currentVersion,updatedFiles:[],errors:[s.message],rollbackNeeded:!0}}}getConfig(){return this.configManager.getConfig()}updateConfig(e){this.configManager.updateConfig(e),(e.repository||e.minAppVersion)&&(this.versionChecker=new ms(this.configManager.getRepository(),this.configManager.getMinAppVersion()))}async removeBackups(){const e=".paperbell-pro_backup";try{await this.vault.adapter.exists(e)?(await this.vault.adapter.rmdir(e,!0),new w.Notice("更新备份已成功删除")):new w.Notice("未找到更新备份")}catch(t){console.error("Failed to remove backups:",t),new w.Notice("删除备份失败: "+(t.message||t))}}}class Ee{constructor(e){this.subscribers=new Set,this.app=e.app,this.config=e.config,this.cache=e.cache??!0,this.cacheTimeout=e.cacheTimeout??5e3}async getData(){if(this.cache&&this.lastResult&&this.lastFetchTime&&new Date().getTime()-this.lastFetchTime.getTime(){this.subscribers.delete(e)}}notifySubscribers(e){this.subscribers.forEach(t=>t(e))}clearCache(){this.lastResult=void 0,this.lastFetchTime=void 0}getConfig(){return this.config}updateConfig(e){this.config={...this.config,...e},this.clearCache()}destroy(){this.subscribers.clear(),this.clearCache()}}class Sa{extractPaperData(e,t,s){const n=s?.identifyMode||"both",i=s?.frontmatterKey,r=s?.tagIdentifier;let a=!1;if(!i&&!r)if(w.getFrontMatterInfo(e).exists)a=!0;else return null;else{r&&(n==="tag"||n==="both")&&new RegExp(`#${r}\\b`,"i").test(e)&&(a=!0);const c=w.getFrontMatterInfo(e);if(!c.exists&&!a)return null;if(i&&(n==="frontmatter"||n==="both")){const l=c.exists?w.parseYaml(c.frontmatter):{};(l[i]||l.type?.includes(i))&&(a=!0)}if(!a)return null}const o=w.getFrontMatterInfo(e);try{const c=o.exists?w.parseYaml(o.frontmatter):{};return{id:this.generateId(t),title:c.title||this.extractTitleFromPath(t),status:this.normalizeStatus(c.status||"进行中"),progress:this.normalizeProgress(c.progress||0),deadline:c.deadline||c.due_date,filePath:t,authors:c.authors||(c.author?[c.author]:void 0),journal:c.journal||c.publication,tags:this.normalizeTags(c.tags)}}catch(c){return console.error("Error parsing frontmatter:",c),null}}hasPaperFrontmatter(e,t){const s=t?.identifyMode||"both",n=t?.frontmatterKey||"paper",i=t?.tagIdentifier||"paper";if((s==="tag"||s==="both")&&new RegExp(`#${i}\\b`,"i").test(e))return!0;if(s==="frontmatter"||s==="both"){const r=w.getFrontMatterInfo(e);if(!r.exists)return!1;try{const a=w.parseYaml(r.frontmatter);return!!(a[n]||a.type?.includes(n))}catch{return!1}}return!1}extractProjectData(e,t,s){const n=s?.identifyMode||"frontmatter",i=s?.frontmatterKey||"project",r=s?.tagIdentifier,a=s?.typeValues||["project"];let o=!1;r&&(n==="tag"||n==="both")&&new RegExp(`#${r}\\b`,"i").test(e)&&(o=!0),n==="folder"&&(o=!0);const c=w.getFrontMatterInfo(e);if(n==="frontmatter"||n==="both"){if(!c.exists&&!o)return null;if(c.exists)try{const f=w.parseYaml(c.frontmatter);if(f[i]&&(o=!0),f.type){const h=Array.isArray(f.type)?f.type:[f.type];a.some(g=>h.includes(g))&&(o=!0)}}catch(f){if(console.error("Error parsing frontmatter:",f),!o)return null}}if(!o)return null;let l={};if(c.exists)try{l=w.parseYaml(c.frontmatter)}catch(f){console.error("Error parsing project frontmatter:",f),l={}}return{id:this.generateId(t),title:l.title||this.extractTitleFromPath(t),description:l.description||l.summary,status:this.normalizeProjectStatus(l.status||"planning"),progress:this.normalizeProgress(l.progress||0),startDate:l.start_date||l.startDate,endDate:l.end_date||l.endDate||l.due_date,team:l.team||l.members||(l.author?[l.author]:void 0),tags:this.normalizeTags(l.tags),repository:l.repository||l.repo||l.github,stars:l.stars,forks:l.forks,filePath:t}}extractBookData(e,t){const s=w.getFrontMatterInfo(e);if(!s.exists)return null;try{const n=w.parseYaml(s.frontmatter);return!n.book&&!n.type?.includes("book")?null:{id:this.generateId(t),title:n.title||this.extractTitleFromPath(t),author:n.author||n.authors?.join(", ")||"",publisher:n.publisher,year:n.year||n.published,cover:n.cover||n.image,rating:n.rating||n.score,status:this.normalizeBookStatus(n.status||"wishlist"),progress:this.normalizeProgress(n.progress||0),notes:n.notes,bookmarks:n.bookmarks,duration:n.duration||n.reading_time,difficulty:this.normalizeDifficulty(n.difficulty||"medium"),importance:this.normalizeImportance(n.importance||"medium"),tags:this.normalizeTags(n.tags),insights:n.insights||n.key_points,lastRead:n.last_read||n.lastRead,filePath:t}}catch(n){return console.error("Error parsing book frontmatter:",n),null}}normalizeProjectStatus(e){return{planning:"planning",plan:"planning",planned:"planning",active:"active",ongoing:"active",in_progress:"active",paused:"paused",on_hold:"paused",hold:"paused",completed:"completed",done:"completed",finished:"completed",cancelled:"cancelled",canceled:"cancelled",abandoned:"cancelled"}[e.toLowerCase()]||"planning"}normalizeBookStatus(e){return{reading:"reading",current:"reading",in_progress:"reading",completed:"completed",done:"completed",finished:"completed",paused:"paused",on_hold:"paused",wishlist:"wishlist",want_to_read:"wishlist",to_read:"wishlist"}[e.toLowerCase()]||"wishlist"}normalizeDifficulty(e){return{easy:"easy",beginner:"easy",simple:"easy",medium:"medium",intermediate:"medium",hard:"hard",advanced:"hard",difficult:"hard"}[e.toLowerCase()]||"medium"}normalizeImportance(e){return{low:"low",medium:"medium",high:"high",critical:"high",important:"high"}[e.toLowerCase()]||"medium"}generateId(e){return`paper_${e.replace(/[^a-zA-Z0-9]/g,"_")}_${Date.now()}`}extractTitleFromPath(e){return(e.split("/").pop()||"").replace(/\.md$/,"")}normalizeStatus(e){return{in_progress:"进行中","in-progress":"进行中",ongoing:"进行中",active:"进行中",review:"待审核",pending:"待审核",under_review:"待审核",completed:"已完成",done:"已完成",finished:"已完成",paused:"暂停",on_hold:"暂停",cancelled:"已取消",canceled:"已取消"}[e.toLowerCase()]||"进行中"}normalizeProgress(e){if(typeof e=="number")return Math.max(0,Math.min(100,e));if(typeof e=="string"){const t=parseInt(e.replace("%",""),10);return isNaN(t)?0:Math.max(0,Math.min(100,t))}return 0}normalizeTags(e){return Array.isArray(e)?e.filter(t=>typeof t=="string"&&t.trim()):typeof e=="string"?e.includes(",")?e.split(",").map(t=>t.trim()).filter(Boolean):[e.trim()].filter(Boolean):[]}}class Ea{extractTasks(e){const t=e.split(` +`),s=[];let n=!1;for(let i=0;ithis.isTasksIdentifier(s))}isTasksIdentifier(e){const t=e.trim().toLowerCase();return t.includes("tasks")||t.includes("待办")||t.includes("todo")||t.includes("任务")}isNewSection(e){return e.trim().startsWith("#")&&!this.isTaskLine(e)}isTaskLine(e){return!!e.trim().match(/^[-*+]\s*\[[ xX]\]/)}parseTaskLine(e,t){const s=e.match(/^(\s*)[-*+]\s*\[([xX ])\]\s*(.+)$/);if(!s)return null;const[,,n,i]=s,r=n.toLowerCase()==="x",a=this.extractPriority(i),o=this.extractDueDate(i),c=this.extractTags(i),l=this.cleanContent(i);return{id:`task_${t}_${Date.now()}`,content:l,completed:r,priority:a,dueDate:o,tags:c,lineNumber:t}}extractPriority(e){if(e.includes("🔴")||e.includes("high")||e.includes("高"))return"high";if(e.includes("🟡")||e.includes("medium")||e.includes("中"))return"medium";if(e.includes("🟢")||e.includes("low")||e.includes("低"))return"low"}extractDueDate(e){const t=e.match(/\b(\d{4}-\d{2}-\d{2})\b/);return t?t[1]:void 0}extractTags(e){const t=e.match(/#[\w\u4e00-\u9fff]+/g);return t?t.map(s=>s.slice(1)):[]}cleanContent(e){return e.replace(/[🔴🟡🟢]/g,"").replace(/#[\w\u4e00-\u9fff]+/g,"").replace(/\b\d{4}-\d{2}-\d{2}\b/g,"").replace(/\b(high|medium|low)\b/gi,"").replace(/\s+/g," ").trim()}}class ka{extractIdeas(e){const t=e.split(` +`),s=[];for(let n=0;n=0&&n<24&&i>=0&&i<60?s[1]:null}isListItem(e){const t=e.trim();return t.startsWith("-")||t.startsWith("*")||t.startsWith("+")}parseCaptureLine(e,t,s){const n=/^[\s\-*+]+\s*\[[ xX]\]/.test(e);let i=e.replace(/^[\s\-*+]+/,"").trim();if(i=i.replace(/^\[[ xX]\]\s*/,"").trim(),!i)return null;const r=this.extractTags(i),a=this.cleanContent(i);let o="idea";return(r.includes("quick-capture")||r.includes("quick"))&&(o="quick"),{id:`capture_${t}_${Date.now()}`,content:a,timestamp:new Date().toISOString(),time:s,tags:r,lineNumber:t,captureType:o,isTask:n}}extractTags(e){const t=e.match(/#[\w\u4e00-\u9fff\-]+/g);return t?t.map(s=>s.slice(1)):[]}cleanContent(e){let t=e.replace(/^\s*\[[ xX]\]\s*/,"");return t=t.replace(/^\d{1,2}:\d{2}\s*/,""),t=t.replace(/#[\w\u4e00-\u9fff\-]+/g,""),t=t.replace(/\s+/g," "),t.trim()}}const Ot=new Sa,Vs=new Ea,Hs=new ka;class xa extends Ee{constructor(e){super(e),this.setupFileWatcher()}async fetchData(){const e=this.config,t=this.app.vault.getAbstractFileByPath(e.filePath);if(!t||!(t instanceof w.TFile))return{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`File not found: ${e.filePath}`]}};try{const s=await this.app.vault.read(t),n=await this.parseContent(s,t),i={data:n,metadata:{lastUpdated:new Date,sourceCount:n.length}};return this.notifySubscribers(i),i}catch(s){return console.error(`Error reading file ${e.filePath}:`,s),{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Error reading file: ${s.message}`]}}}}async validate(){const e=this.config;return e.filePath?this.app.vault.getFileByPath(e.filePath)?!0:(new w.Notice(`File not found: ${e.filePath}`),!1):(new w.Notice("File path is required"),!1)}async parseContent(e,t){switch(this.config.parseMode||"raw"){case"frontmatter":{const i=Ot.extractPaperData(e,t.path);return i?[i]:[]}case"tasks":return Vs.extractTasks(e);case"ideas":return Hs.extractIdeas(e);default:return[{content:e,filePath:t.path,fileName:t.basename}]}}setupFileWatcher(){const e=this.config;this.fileChangeHandler=this.app.vault.on("modify",t=>{t instanceof w.TFile&&t.path===e.filePath&&(this.clearCache(),this.fetchData())}),this.app.vault.on("delete",t=>{t instanceof w.TFile&&t.path===e.filePath&&this.notifySubscribers({data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`File deleted: ${e.filePath}`]}})}),this.app.vault.on("rename",(t,s)=>{t instanceof w.TFile&&s===e.filePath&&(this.config.filePath=t.path,this.clearCache(),this.fetchData())})}destroy(){this.fileChangeHandler&&this.app.vault.offref(this.fileChangeHandler),super.destroy()}}class Ca extends Ee{constructor(e){super(e),this.setupFolderWatcher()}async fetchData(){const e=this.config,t=this.app.vault.getAbstractFileByPath(e.folderPath);if(!t||!(t instanceof w.TFolder))return{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Folder not found: ${e.folderPath}`]}};try{const s=await this.getFilesInFolder(t,e.recursive??!0),n=this.filterFiles(s,e.fileFilter),i=[],r=[];for(const o of n)try{const c=await this.app.vault.read(o),l=await this.parseContent(c,o,e.parseMode||"raw");l.length>0,i.push(...l)}catch(c){r.push(`Error reading ${o.path}: ${c.message}`)}const a={data:i,metadata:{lastUpdated:new Date,sourceCount:i.length,errors:r.length>0?r:void 0}};return this.notifySubscribers(a),a}catch(s){return console.error(`Error reading folder ${e.folderPath}:`,s),{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Error reading folder: ${s.message}`]}}}}async validate(){const e=this.config;if(!e.folderPath)return new w.Notice("Folder path is required"),!1;const t=this.app.vault.getAbstractFileByPath(e.folderPath);return!t||!(t instanceof w.TFolder)?(new w.Notice(`Folder not found: ${e.folderPath}`),!1):!0}async getFilesInFolder(e,t){const s=[];return t?this.app.vault.getMarkdownFiles().forEach(n=>{n.path.startsWith(e.path+"/")&&s.push(n)}):e.children.forEach(n=>{n instanceof w.TFile&&n.extension==="md"&&s.push(n)}),s}filterFiles(e,t){return t?e.filter(s=>{if(t.extensions&&!t.extensions.includes(s.extension)||t.namePattern&&!new RegExp(t.namePattern).test(s.basename))return!1;if(t.excludePatterns){for(const n of t.excludePatterns)if(new RegExp(n).test(s.path))return!1}return!0}):e}async parseContent(e,t,s){const n=this.config,i=r=>{const a={id:`uncategorized-${t.path}`,title:t.basename,filePath:t.path,status:"未分类",tags:["未分类"],_isUncategorized:!0};switch(r){case"projects":return{...a,description:"未配置项目元数据的文件",progress:0};case"books":return{...a,author:"未知作者",status:"未分类"};case"papers":return{...a,authors:[],journal:"未知",progress:0};default:return a}};switch(s){case"frontmatter":{if(n.sectionConfig?.type==="projects"||n.folderPath?.includes("Projects")){const a=Ot.extractProjectData(e,t.path,n.sectionConfig);return a?[a]:[i("projects")]}if(n.sectionConfig?.type==="books"||n.folderPath?.includes("Books")){const a=Ot.extractBookData(e,t.path);return a?[a]:[i("books")]}if(n.sectionConfig?.type==="papers"){const a=Ot.extractProjectData(e,t.path,n.sectionConfig);return a?[a]:[i("papers")]}const r=Ot.extractPaperData(e,t.path,n.sectionConfig);return r?[r]:[i("papers")]}case"tasks":{const r=Vs.extractTasks(e);return r.length>0?r.map(a=>({...a,filePath:t.path})):[i("tasks")]}case"ideas":{const r=Hs.extractIdeas(e);return r.length>0?r.map(a=>({...a,filePath:t.path})):[i("ideas")]}default:return[{content:e,filePath:t.path,fileName:t.basename,title:t.basename}]}}setupFolderWatcher(){const e=this.config;this.folderChangeHandler=this.app.vault.on("modify",t=>{t instanceof w.TFile&&t.path.startsWith(e.folderPath+"/")&&(this.clearCache(),this.fetchData())}),this.app.vault.on("create",t=>{t instanceof w.TFile&&t.path.startsWith(e.folderPath+"/")&&(this.clearCache(),this.fetchData())}),this.app.vault.on("delete",t=>{t instanceof w.TFile&&t.path.startsWith(e.folderPath+"/")&&(this.clearCache(),this.fetchData())}),this.app.vault.on("rename",(t,s)=>{t instanceof w.TFile&&(t.path.startsWith(e.folderPath+"/")||s.startsWith(e.folderPath+"/"))&&(this.clearCache(),this.fetchData())})}destroy(){this.folderChangeHandler&&this.app.vault.offref(this.folderChangeHandler),super.destroy()}}class Da extends Ee{constructor(e){super(e),this.fileChangeHandlers=new Map,this.setupFileWatchers()}async fetchData(){const e=this.config,t=[],s=[];let n=0;for(const a of e.filePaths){const o=this.app.vault.getAbstractFileByPath(a);if(!o||!(o instanceof w.TFile)){s.push(`File not found: ${a}`);continue}try{const c=await this.app.vault.read(o),l=await this.parseContent(c,o);t.push(...l),n++}catch(c){s.push(`Error reading ${a}: ${c.message}`)}}const r={data:this.applyMergeStrategy(t,e.mergeStrategy||"concat"),metadata:{lastUpdated:new Date,sourceCount:n,errors:s.length>0?s:void 0}};return this.notifySubscribers(r),r}async validate(){const e=this.config;if(!e.filePaths||e.filePaths.length===0)return new w.Notice("At least one file path is required"),!1;let t=!1;for(const s of e.filePaths){const n=this.app.vault.getAbstractFileByPath(s);if(n&&n instanceof w.TFile){t=!0;break}}return t?!0:(new w.Notice("No valid files found in the specified paths"),!1)}async parseContent(e,t){switch(this.config.parseMode||"raw"){case"frontmatter":const i=Ot.extractPaperData(e,t.path);return i?[i]:[];case"tasks":return Vs.extractTasks(e).map(o=>({...o,filePath:t.path}));case"ideas":return Hs.extractIdeas(e).map(o=>({...o,filePath:t.path}));default:return[{content:e,filePath:t.path,fileName:t.basename}]}}applyMergeStrategy(e,t){if(t==="concat")return e;const s=new Set;return e.filter(n=>{const i=this.getItemKey(n);return s.has(i)?!1:(s.add(i),!0)})}getItemKey(e){return e.id?e.id:e.content?e.content:e.title?e.title:JSON.stringify(e)}setupFileWatchers(){const e=this.config;e.filePaths.forEach(t=>{const s=this.app.vault.on("modify",n=>{n instanceof w.TFile&&n.path===t&&(this.clearCache(),this.fetchData())});this.fileChangeHandlers.set(t,s)}),this.app.vault.on("delete",t=>{t instanceof w.TFile&&e.filePaths.includes(t.path)&&(e.filePaths=e.filePaths.filter(s=>s!==t.path),this.clearCache(),this.fetchData())}),this.app.vault.on("rename",(t,s)=>{if(t instanceof w.TFile&&e.filePaths.includes(s)){const n=e.filePaths.indexOf(s);n!==-1&&(e.filePaths[n]=t.path),this.clearCache(),this.fetchData()}})}updateConfig(e){e.filePaths&&e.filePaths!==this.config.filePaths&&(this.fileChangeHandlers.forEach(t=>{this.app.vault.offref(t)}),this.fileChangeHandlers.clear()),super.updateConfig(e),e.filePaths&&this.setupFileWatchers()}destroy(){this.fileChangeHandlers.forEach(e=>{this.app.vault.offref(e)}),this.fileChangeHandlers.clear(),super.destroy()}}class Ta extends Ee{constructor(e){super(e),this.component=new w.Component,this.component.load()}async fetchData(){const e=this.config;if(!e.query||e.query.trim()==="")return{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:["No query provided"]}};try{if(!this.app.plugins.plugins.dataview)return{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:["Dataview plugin is not installed or enabled"]}};if((e.renderMode||"markdown")==="markdown"){const i={data:[{type:"dataview-rendered",content:await this.renderDataviewBlock(e.query),query:e.query}],metadata:{lastUpdated:new Date,sourceCount:1}};return this.notifySubscribers(i),i}else{const n=await this.extractDataviewData(e.query),i={data:n,metadata:{lastUpdated:new Date,sourceCount:n.length}};return this.notifySubscribers(i),i}}catch(t){return console.error("Error executing dataview query:",t),{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Error executing query: ${t.message}`]}}}}async validate(){const e=this.config;return!e.query||e.query.trim()===""?(new w.Notice("Dataview query is required"),!1):this.app.plugins.plugins.dataview?!0:(new w.Notice("Dataview plugin is not installed or enabled"),!1)}async renderDataviewBlock(e){this.renderContainer||(this.renderContainer=createDiv(),this.renderContainer.style.display="none",document.body.appendChild(this.renderContainer)),this.renderContainer.empty();const t="```dataview\n"+e+"\n```";return await w.MarkdownRenderer.renderMarkdown(t,this.renderContainer,"",this.component),await new Promise(n=>setTimeout(n,100)),this.renderContainer.innerHTML}async extractDataviewData(e){const t=this.app.plugins.plugins.dataview;if(!t||!t.api)return[];try{const s=e.trim().toLowerCase();return s.startsWith("table")?await this.extractTableData(e,t.api):s.startsWith("list")?await this.extractListData(e,t.api):s.startsWith("task")?await this.extractTaskData(e,t.api):await this.executeDQL(e,t.api)}catch(s){return console.error("Error extracting dataview data:",s),[]}}async extractTableData(e,t){try{const s=await t.query(e);if(s.successful&&s.value.type==="table")return s.value.values.map(n=>({type:"table-row",data:n.values,file:n.key?.path}))}catch(s){console.error("Error in table query:",s)}return[]}async extractListData(e,t){try{const s=await t.query(e);if(s.successful&&s.value.type==="list")return s.value.values.map(n=>({type:"list-item",content:n.value,file:n.key?.path}))}catch(s){console.error("Error in list query:",s)}return[]}async extractTaskData(e,t){try{const s=await t.query(e);if(s.successful&&s.value.type==="task")return s.value.values.map(n=>({type:"task-item",text:n.text,completed:n.completed,file:n.path}))}catch(s){console.error("Error in task query:",s)}return[]}async executeDQL(e,t){try{const s=await t.query(e);if(s.successful)return[{type:"dql-result",data:s.value}]}catch(s){console.error("Error in DQL query:",s)}return[]}destroy(){this.renderContainer&&(this.renderContainer.remove(),this.renderContainer=void 0),this.component.unload(),super.destroy()}}class Ti extends w.Component{constructor(e){super(),this.dataSources=new Map,this.app=e.app,this.autoRefresh=e.autoRefresh??!1,this.refreshInterval=e.refreshInterval??3e4}onload(){this.initialize()}initialize(){this.setupFileWatchers(),this.autoRefresh&&this.startAutoRefresh()}destroy(){this.dataSources.forEach(e=>{e.dataSource.destroy()}),this.dataSources.clear(),this.fileEventRef&&this.app.vault.offref(this.fileEventRef),this.stopAutoRefresh(),super.unload()}createDataSource(e,t){const s=this.instantiateDataSource(e);if(!s)return null;const n=this.generateDataSourceId(),i={id:n,dataSource:s,sectionId:t};return this.dataSources.set(n,i),n}instantiateDataSource(e){const t={app:this.app,config:e};switch(e.type){case"file":return new xa(t);case"folder":return new Ca(t);case"files":return new Da(t);case"dataview":return new Ta(t);default:return console.error(`Unknown data source type: ${e.type}`),null}}removeDataSource(e){const t=this.dataSources.get(e);return t?(t.dataSource.destroy(),this.dataSources.delete(e),!0):!1}async getDataSourceData(e){const t=this.dataSources.get(e);if(!t)return null;try{const s=await t.dataSource.getData();return t.lastUpdate=new Date,t.lastResult=s,s}catch(s){return console.error(`Error fetching data from source ${e}:`,s),{data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`Error: ${s.message}`]}}}}async getSectionData(e){const t=Array.from(this.dataSources.values()).filter(i=>i.sectionId===e);if(t.length===0)return[];const s=await Promise.all(t.map(i=>this.getDataSourceData(i.id))),n=[];return s.forEach(i=>{i&&n.push(...i.data)}),n}updateDataSourceConfig(e,t){const s=this.dataSources.get(e);return s?(s.dataSource.updateConfig(t),!0):!1}subscribeToDataSource(e,t){const s=this.dataSources.get(e);return s?s.dataSource.subscribe(t):null}getDataSourcesBySectionId(e){return Array.from(this.dataSources.values()).filter(t=>t.sectionId===e)}getAllDataSources(){return Array.from(this.dataSources.values())}clearSectionDataSources(e){this.getDataSourcesBySectionId(e).forEach(s=>{this.removeDataSource(s.id)})}async refreshAllDataSources(){const e=Array.from(this.dataSources.keys()).map(t=>this.getDataSourceData(t));await Promise.all(e)}async refreshSectionDataSources(e){const s=this.getDataSourcesBySectionId(e).map(n=>this.getDataSourceData(n.id));await Promise.all(s)}setupFileWatchers(){this.registerEvent(this.app.vault.on("modify",e=>{e instanceof w.TFile&&this.handleFileChange(e)})),this.registerEvent(this.app.vault.on("delete",e=>{e instanceof w.TFile&&this.handleFileDelete(e)})),this.registerEvent(this.app.vault.on("rename",(e,t)=>{e instanceof w.TFile&&this.handleFileRename(e,t)}))}handleFileChange(e){this.dataSources.forEach(t=>{const s=t.dataSource.getConfig();if(s.type==="file"){const n=s.filePath||s.config?.filePath;n&&n===e.path&&(t.dataSource.clearCache(),this.refreshDataSource(t.id))}else if(s.type==="folder"){const n=s.folderPath||s.config?.folderPath;n&&e.path.startsWith(n)&&(t.dataSource.clearCache(),this.refreshDataSource(t.id))}else if(s.type==="files"){const n=s.filePaths||s.config?.filePaths;n&&n.includes(e.path)&&(t.dataSource.clearCache(),this.refreshDataSource(t.id))}})}async refreshDataSource(e){const t=this.dataSources.get(e);if(t)try{const s=await t.dataSource.getData();t.lastUpdate=new Date,t.lastResult=s}catch(s){console.error(`[DataManager] Error refreshing data source ${e}:`,s)}}handleFileDelete(e){this.dataSources.forEach(t=>{const s=t.dataSource.getConfig();if(s.type==="file"){const n=s.filePath||s.config?.filePath;n&&n===e.path&&t.dataSource.notifySubscribers({data:[],metadata:{lastUpdated:new Date,sourceCount:0,errors:[`File deleted: ${e.path}`]}})}else if(s.type==="folder"){const n=s.folderPath||s.config?.folderPath;n&&e.path.startsWith(n)&&this.refreshDataSource(t.id)}else if(s.type==="files"){const n=s.filePaths||s.config?.filePaths;n&&n.includes(e.path)&&this.refreshDataSource(t.id)}})}handleFileRename(e,t){this.dataSources.forEach(s=>{const n=s.dataSource.getConfig();if(n.type==="file"){const i=n.filePath||n.config?.filePath;if(i&&i===t){const r=n.filePath!==void 0?{filePath:e.path}:{config:{filePath:e.path}};s.dataSource.updateConfig(r),this.refreshDataSource(s.id)}}else if(n.type==="files"){const i=n.filePaths||n.config?.filePaths;if(i&&i.includes(t)){const r=i.map(o=>o===t?e.path:o),a=n.filePaths!==void 0?{filePaths:r}:{config:{filePaths:r}};s.dataSource.updateConfig(a),this.refreshDataSource(s.id)}}})}startAutoRefresh(){this.refreshTimer&&this.stopAutoRefresh(),this.refreshTimer=window.setInterval(()=>{this.refreshAllDataSources()},this.refreshInterval),this.registerInterval(this.refreshTimer)}stopAutoRefresh(){this.refreshTimer&&(clearInterval(this.refreshTimer),this.refreshTimer=void 0)}setAutoRefresh(e,t){this.autoRefresh=e,t&&(this.refreshInterval=t),e?this.startAutoRefresh():this.stopAutoRefresh()}generateDataSourceId(){return`ds_${Date.now()}_${Math.random().toString(36).substr(2,9)}`}exportConfiguration(){const e={dataSources:[]};return this.dataSources.forEach(t=>{e.dataSources.push({id:t.id,sectionId:t.sectionId,config:t.dataSource.getConfig()})}),e}importConfiguration(e){!e.dataSources||!Array.isArray(e.dataSources)||(this.destroy(),this.dataSources.clear(),e.dataSources.forEach(t=>{const s=this.instantiateDataSource(t.config);if(s){const n={id:t.id,dataSource:s,sectionId:t.sectionId};this.dataSources.set(t.id,n)}}),this.initialize())}}const _a={academicOverview:"学术概览",todayFocus:"今日聚焦",recentLiterature:"最近文献",researchFocusMap:"研究焦点地图",projectBaseManager:"项目管理(默认配置)",papersManager:"研究论文",experimentsManager:"实验数据",tasksManager:"科研课题",resourcesManager:"学术资源",bookShelf:"书架",todoManager:"待办管理",recentBooks:"最近阅读",readingAnalytics:"阅读分析"};function Pa(u,e){return e?.[u]?.displayName?e[u].displayName:_a[u]||u}function Ia(u,e){return e?.[u]?.description}function _i(u){return u?.settings?.componentDataSources?u.settings.componentDataSources:null}function qs(u,e){const t=_i(e);return Pa(u,t??void 0)}function Pi(u,e){const t=_i(e);return Ia(u,t??void 0)}const Aa={papers:{componentKey:"papersManager",icon:"file-text"},experiments:{componentKey:"experimentsManager",icon:"flask-conical"},tasks:{componentKey:"tasksManager",icon:"target"},resources:{componentKey:"resourcesManager",icon:"bookmark"},literature:{componentKey:"recentLiterature",icon:"book-open"}};class Fa extends w.Component{constructor(e,t,s,n){super(),this.app=t,this.plugin=s,this.type=n,this.renderComponent=new w.Component,this.renderComponent.load(),this.containerEl=e.createDiv({cls:"ppb-base-container"}),this.buildUI()}buildUI(){const e=Aa[this.type],t=qs(e.componentKey,this.plugin),s=Pi(e.componentKey,this.plugin);this.headerEl=this.containerEl.createDiv({cls:"ppb-base-header"});const n=this.headerEl.createDiv({cls:"ppb-base-header-left"}),i=n.createSpan({cls:"ppb-base-header-icon"});w.setIcon(i,e.icon);const r=n.createDiv({cls:"ppb-base-header-titles"});r.createEl("h3",{text:t,cls:"ppb-base-title"}),s&&r.createEl("p",{text:s,cls:"ppb-base-description"});const a=this.headerEl.createDiv({cls:"ppb-base-header-right"}),o=this.plugin.settings.baseContainerPaths?.[this.type];if(o){const l=a.createSpan({cls:"ppb-base-path-badge"});l.setText(o.replace(/^ppb\//,"").replace(/\.base$/,"")),l.title=o}const c=a.createEl("button",{cls:"ppb-base-config-btn clickable-icon"});if(w.setIcon(c,"settings"),c.title="Configure base",c.addEventListener("click",l=>{l.stopPropagation(),this.openConfigModal()}),o){const l=a.createEl("button",{cls:"ppb-base-clear-btn clickable-icon"});w.setIcon(l,"x"),l.title="Remove base",l.addEventListener("click",async d=>{d.stopPropagation(),await this.clearBase()})}this.contentEl=this.containerEl.createDiv({cls:"ppb-base-content"}),this.renderBase()}openConfigModal(){new ks(this.app,this.plugin,this.type,async e=>{this.plugin.settings.baseContainerPaths||(this.plugin.settings.baseContainerPaths={projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null}),this.plugin.settings.baseContainerPaths[this.type]=e,await this.plugin.saveSettings(),this.rebuild()}).open()}async clearBase(){this.plugin.settings.baseContainerPaths&&(this.plugin.settings.baseContainerPaths[this.type]=null,await this.plugin.saveSettings(),this.rebuild())}rebuild(){this.containerEl.empty(),this.renderComponent.unload(),this.renderComponent=new w.Component,this.renderComponent.load(),this.buildUI()}async renderBase(){this.contentEl.empty();const e=this.plugin.settings.baseContainerPaths?.[this.type];if(!e){this.renderEmptyState();return}if(!this.app.vault.getFileByPath(e)){this.renderMissingState(e);return}const s=`![[${e}]]`;try{await w.MarkdownRenderer.render(this.app,s,this.contentEl,e,this.renderComponent)}catch(n){console.error(`[BaseContainer] Failed to render base embed for ${e}:`,n),this.contentEl.empty(),this.contentEl.createDiv({cls:"ppb-base-error"}).setText(`Failed to render base: ${n}`)}}renderEmptyState(){const e=this.contentEl.createDiv({cls:"ppb-base-empty-state"}),t=e.createDiv({cls:"ppb-base-empty-icon"});w.setIcon(t,"database"),e.createEl("p",{text:"No base configured",cls:"ppb-base-empty-title"}),e.createEl("p",{text:"Click the settings icon to select or create a base",cls:"ppb-base-empty-hint"}),e.createEl("button",{cls:"ppb-base-empty-btn mod-cta",text:"Configure Base"}).addEventListener("click",()=>this.openConfigModal())}renderMissingState(e){const t=this.contentEl.createDiv({cls:"ppb-base-missing-state"}),s=t.createDiv({cls:"ppb-base-missing-icon"});w.setIcon(s,"alert-triangle"),t.createEl("p",{text:"Base file not found",cls:"ppb-base-missing-title"}),t.createEl("p",{text:e,cls:"ppb-base-missing-path"}),t.createEl("button",{cls:"ppb-base-empty-btn",text:"Reconfigure"}).addEventListener("click",()=>this.openConfigModal())}onunload(){this.renderComponent.unload(),this.containerEl.remove()}}const Na={books:{componentKey:"bookShelf",icon:"book-open"}};class Ra extends w.Component{constructor(e,t,s,n){super(),this.app=t,this.plugin=s,this.type=n,this.renderComponent=new w.Component,this.renderComponent.load(),this.containerEl=e.createDiv({cls:"ppb-base-container"}),this.buildUI()}buildUI(){const e=Na[this.type],t=qs(e.componentKey,this.plugin),s=Pi(e.componentKey,this.plugin);this.headerEl=this.containerEl.createDiv({cls:"ppb-base-header"});const n=this.headerEl.createDiv({cls:"ppb-base-header-left"}),i=n.createSpan({cls:"ppb-base-header-icon"});w.setIcon(i,e.icon);const r=n.createDiv({cls:"ppb-base-header-titles"});r.createEl("h3",{text:t,cls:"ppb-base-title"}),s&&r.createEl("p",{text:s,cls:"ppb-base-description"});const a=this.headerEl.createDiv({cls:"ppb-base-header-right"}),o=this.getFolderPath();if(o){const l=a.createSpan({cls:"ppb-base-path-badge"});l.setText(o),l.title=o}const c=a.createEl("button",{cls:"ppb-base-config-btn clickable-icon"});if(w.setIcon(c,"folder-open"),c.title="Select folder",c.addEventListener("click",l=>{l.stopPropagation(),this.openFolderSelector()}),this.getBasePath()){const l=a.createEl("button",{cls:"ppb-base-clear-btn clickable-icon"});w.setIcon(l,"x"),l.title="Remove base",l.addEventListener("click",async d=>{d.stopPropagation(),await this.clearBase()})}this.contentEl=this.containerEl.createDiv({cls:"ppb-base-content"}),this.renderBase()}getFolderPath(){const e=this.getBasePath();if(!e)return null;const t=e.match(new RegExp(`ppb/${this.type}-(.+)\\.base$`));return t?t[1].replace(/-/g,"/"):e}getBasePath(){return this.plugin.settings.baseContainerPaths?.[this.type]||null}openFolderSelector(){new Ls(this.app,async e=>{try{const t=await this.createFolderBase(e.path);this.plugin.settings.baseContainerPaths||(this.plugin.settings.baseContainerPaths={projects:null,papers:null,experiments:null,tasks:null,resources:null,books:null,literature:null}),this.plugin.settings.baseContainerPaths[this.type]=t,await this.plugin.saveSettings(),this.rebuild()}catch(t){new w.Notice(`Failed to create base: ${t}`)}}).open()}async createFolderBase(e){this.app.vault.getFolderByPath("ppb")||await this.app.vault.createFolder("ppb");const s=this.buildGalleryYaml(e),n=e.replace(/[\\/:*?"<>|]/g,"-"),i=`ppb/${this.type}-${n}.base`,r=this.app.vault.getFileByPath(i);return r?await this.app.vault.modify(r,s):await this.app.vault.create(i,s),i}buildGalleryYaml(e){let t="";return t+=`filters: +`,t+=` and: +`,t+=` - file.inFolder("${e}") +`,t+=`views: +`,t+=` - type: cards +`,t+=` name: "Gallery" +`,t+=` order: +`,t+=` - file.name +`,t+=` - cover +`,t+=` - tags +`,t}async clearBase(){this.plugin.settings.baseContainerPaths&&(this.plugin.settings.baseContainerPaths[this.type]=null,await this.plugin.saveSettings(),this.rebuild())}rebuild(){this.containerEl.empty(),this.renderComponent.unload(),this.renderComponent=new w.Component,this.renderComponent.load(),this.buildUI()}async renderBase(){this.contentEl.empty();const e=this.getBasePath();if(!e){this.renderEmptyState();return}if(!this.app.vault.getFileByPath(e)){this.renderMissingState(e);return}const s=`![[${e}]]`;try{await w.MarkdownRenderer.render(this.app,s,this.contentEl,e,this.renderComponent)}catch(n){console.error(`[FolderBaseContainer] Failed to render base embed for ${e}:`,n),this.contentEl.empty(),this.contentEl.createDiv({cls:"ppb-base-error"}).setText(`Failed to render base: ${n}`)}}renderEmptyState(){const e=this.contentEl.createDiv({cls:"ppb-base-empty-state"}),t=e.createDiv({cls:"ppb-base-empty-icon"});w.setIcon(t,"book-open"),e.createEl("p",{text:"No folder selected",cls:"ppb-base-empty-title"}),e.createEl("p",{text:"Select a folder to display as a gallery",cls:"ppb-base-empty-hint"}),e.createEl("button",{cls:"ppb-base-empty-btn mod-cta",text:"Select Folder"}).addEventListener("click",()=>this.openFolderSelector())}renderMissingState(e){const t=this.contentEl.createDiv({cls:"ppb-base-missing-state"}),s=t.createDiv({cls:"ppb-base-missing-icon"});w.setIcon(s,"alert-triangle"),t.createEl("p",{text:"Base file not found",cls:"ppb-base-missing-title"}),t.createEl("p",{text:e,cls:"ppb-base-missing-path"}),t.createEl("button",{cls:"ppb-base-empty-btn",text:"Select Folder"}).addEventListener("click",()=>this.openFolderSelector())}onunload(){this.renderComponent.unload(),this.containerEl.remove()}}class ii extends w.Component{constructor(e,t,s,n){super(),this.showingAlternate=!1,this.alternateChild=null,this.toggleBtn=null,this.app=t,this.plugin=s,this.config=n,this.renderComponent=new w.Component,this.renderComponent.load(),this.containerEl=e.createDiv({cls:"ppb-base-container ppb-academic-base-view"}),this.buildUI()}buildUI(){const e=this.containerEl.createDiv({cls:"ppb-base-header"}),t=e.createDiv({cls:"ppb-base-header-left"}),s=t.createSpan({cls:"ppb-base-header-icon"});w.setIcon(s,this.config.icon);const n=t.createDiv({cls:"ppb-base-header-titles"});if(n.createEl("h3",{text:this.config.title,cls:"ppb-base-title"}),this.config.description&&n.createEl("p",{text:this.config.description,cls:"ppb-base-description"}),this.config.alternateView){const i=e.createDiv({cls:"ppb-base-header-right"});this.toggleBtn=i.createEl("button",{cls:"clickable-icon ppb-base-toggle-btn",attr:{"aria-label":this.config.alternateView.tooltip}}),w.setIcon(this.toggleBtn,this.config.alternateView.icon),this.toggleBtn.addEventListener("click",()=>this.toggleView())}this.contentEl=this.containerEl.createDiv({cls:"ppb-base-content"}),this.renderBase()}toggleView(){if(this.config.alternateView){if(this.showingAlternate=!this.showingAlternate,this.toggleBtn){const e=this.showingAlternate?"table":this.config.alternateView.icon;this.toggleBtn.empty(),w.setIcon(this.toggleBtn,e),this.toggleBtn.setAttribute("aria-label",this.showingAlternate?"Switch to table view":this.config.alternateView.tooltip),this.toggleBtn.toggleClass("is-active",this.showingAlternate)}this.removeAlternateChild(),this.contentEl.empty(),this.showingAlternate?this.config.alternateView.baseYaml?this.renderBase(this.config.alternateView.baseYaml):this.config.alternateView.createView&&(this.alternateChild=this.config.alternateView.createView(this.contentEl,this.app,this.plugin),this.addChild(this.alternateChild)):this.renderBase()}}removeAlternateChild(){this.alternateChild&&(this.removeChild(this.alternateChild),this.alternateChild=null)}async renderBase(e){this.contentEl.empty();const t="```base\n"+(e||this.config.baseYaml)+"\n```";try{await w.MarkdownRenderer.render(this.app,t,this.contentEl,"",this.renderComponent)}catch(s){console.error("[AcademicBaseView] Failed to render base code block:",s),this.contentEl.empty(),this.contentEl.createDiv({cls:"ppb-base-error"}).setText(`Failed to render base: ${s}`)}}onunload(){this.removeAlternateChild(),this.renderComponent.unload(),this.containerEl.remove()}}const La=u=>{let e;const t=new Set,s=(c,l)=>{const d=typeof c=="function"?c(e):c;if(!Object.is(d,e)){const f=e;e=l??(typeof d!="object"||d===null)?d:Object.assign({},e,d),t.forEach(h=>h(e,f))}},n=()=>e,a={setState:s,getState:n,getInitialState:()=>o,subscribe:c=>(t.add(c),()=>t.delete(c))},o=e=u(s,n,a);return a},Ii=u=>La,ri={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1},ai=u=>!!u.dispatchFromDevtools&&typeof u.dispatch=="function",Yt=new Map,ae=u=>{const e=Yt.get(u);return e?Object.fromEntries(Object.entries(e.stores).map(([t,s])=>[t,s.getState()])):{}},Ma=(u,e,t)=>{if(u===void 0)return{type:"untracked",connection:e.connect(t)};const s=Yt.get(t.name);if(s)return{type:"tracked",store:u,...s};const n={connection:e.connect(t),stores:{}};return Yt.set(t.name,n),{type:"tracked",store:u,...n}},$a=(u,e)=>{if(e===void 0)return;const t=Yt.get(u);t&&(delete t.stores[e],Object.keys(t.stores).length===0&&Yt.delete(u))},Oa=u=>{var e,t;if(!u)return;const s=u.split(` +`),n=s.findIndex(r=>r.includes("api.setState"));if(n<0)return;const i=((e=s[n+1])==null?void 0:e.trim())||"";return(t=/.+ (.+) .+/.exec(i))==null?void 0:t[1]},Ba=(u,e={})=>(t,s,n)=>{const{enabled:i,anonymousActionType:r,store:a,...o}=e;let c;try{c=(i??(ri?"production":void 0)!=="production")&&window.__REDUX_DEVTOOLS_EXTENSION__}catch{}if(!c)return u(t,s,n);const{connection:l,...d}=Ma(a,c,o);let f=!0;n.setState=(p,y,v)=>{const E=t(p,y);if(!f)return E;const x=v===void 0?{type:r||Oa(new Error().stack)||"anonymous"}:typeof v=="string"?{type:v}:v;return a===void 0?(l?.send(x,s()),E):(l?.send({...x,type:`${a}/${x.type}`},{...ae(o.name),[a]:n.getState()}),E)},n.devtools={cleanup:()=>{l&&typeof l.unsubscribe=="function"&&l.unsubscribe(),$a(o.name,a)}};const h=(...p)=>{const y=f;f=!1,t(...p),f=y},g=u(n.setState,s,n);if(d.type==="untracked"?l?.init(g):(d.stores[d.store]=n,l?.init(Object.fromEntries(Object.entries(d.stores).map(([p,y])=>[p,p===d.store?g:y.getState()])))),ai(n)){let p=!1;const y=n.dispatch;n.dispatch=(...v)=>{(ri?"production":void 0)!=="production"&&v[0].type==="__setState"&&!p&&(console.warn('[zustand devtools middleware] "__setState" action type is reserved to set state from the devtools. Avoid using it.'),p=!0),y(...v)}}return l.subscribe(p=>{var y;switch(p.type){case"ACTION":if(typeof p.payload!="string"){console.error("[zustand devtools middleware] Unsupported action format");return}return bs(p.payload,v=>{if(v.type==="__setState"){if(a===void 0){h(v.state);return}Object.keys(v.state).length!==1&&console.error(` [zustand devtools middleware] Unsupported __setState action format. When using 'store' option in devtools(), the 'state' should have only one key, which is a value of 'store' that was passed in devtools(), and value of this only key should be a state object. Example: { "type": "__setState", "state": { "abc123Store": { "foo": "bar" } } } - `);const T=E.state[u];if(T==null)return;JSON.stringify(o.getState())!==JSON.stringify(T)&&v(T);return}gm(o)&&o.dispatch(E)});case"DISPATCH":switch(w.payload.type){case"RESET":return v(y),u===void 0?m?.init(o.getState()):m?.init(Hs(d.name));case"COMMIT":if(u===void 0){m?.init(o.getState());return}return m?.init(Hs(d.name));case"ROLLBACK":return wu(w.state,E=>{if(u===void 0){v(E),m?.init(o.getState());return}v(E[u]),m?.init(Hs(d.name))});case"JUMP_TO_STATE":case"JUMP_TO_ACTION":return wu(w.state,E=>{if(u===void 0){v(E);return}JSON.stringify(o.getState())!==JSON.stringify(E[u])&&v(E[u])});case"IMPORT_STATE":{const{nextLiftedState:E}=w.payload,T=(D=E.computedStates.slice(-1)[0])==null?void 0:D.state;if(!T)return;v(u===void 0?T:T[u]),m?.send(null,E);return}case"PAUSE_RECORDING":return k=!k}return}}),y},tb=Dy,wu=(f,a)=>{let r;try{r=JSON.parse(f)}catch(i){console.error("[zustand devtools middleware] Could not parse the received json",i)}r!==void 0&&a(r)},Py=f=>(a,r,i)=>{const o=i.subscribe;return i.subscribe=(c,u,d)=>{let h=c;if(u){const m=d?.equalityFn||Object.is;let b=c(i.getState());h=k=>{const v=c(k);if(!m(b,v)){const y=b;u(b=v,y)}},d?.fireImmediately&&u(b,b)}return o(h)},f(a,r,i)},rb=Py;function Ty(f){const a=Math.floor(f/60),r=f%60;return`${a.toString().padStart(2,"0")}:${r.toString().padStart(2,"0")}`}function Ny(f){switch(f){case"work":return"🍅";case"shortBreak":return"☕";case"longBreak":return"🌟";default:return"🍅"}}function $u(f){switch(f){case"work":return"专注工作";case"shortBreak":return"短休息";case"longBreak":return"长休息";default:return"专注工作"}}function Iy(f,a,r){return f==="work"?(a+1)%r===0?"longBreak":"shortBreak":"work"}function Ay(f,a,r=!1){const i=r?"⏸️":Ny(f),o=Ty(a);return`${i} ${o}`}function Fy(f,a){const r=$u(f),i=$u(a);switch(f){case"work":return`🎉 ${r}完成!${a==="longBreak"?"是时候好好休息一下了!":"休息一下再继续吧!"}`;case"shortBreak":return`☕ ${r}结束,准备开始${i}!`;case"longBreak":return`🌟 ${r}结束,精神饱满地开始新的工作吧!`;default:return`会话完成,开始${i}!`}}const mm={isRunning:!1,isPaused:!1,remainingTime:0,currentSession:"work",sessionCount:0,totalWorkTime:0,startTime:null},Ly=f=>f?.settings?.pomodoroSettings?f.settings.pomodoroSettings:{workDuration:25,shortBreakDuration:5,longBreakDuration:15,longBreakInterval:4,enableNotifications:!0,enableStatusBar:!0,autoStartBreaks:!1,autoStartWork:!1},zy=f=>f?.settings?.userProfile?f.settings.userProfile:ca.userProfile,Ry=f=>({light:f?.settings?.themeColors?.light||ua,dark:f?.settings?.themeColors?.dark||pa,modePreference:f?.settings?.themeModePreference||"system"}),Oy=f=>f?.settings?.componentSettings?f.settings.componentSettings:ca.componentSettings,Xe=eb()(tb(rb((f,a)=>({app:null,plugin:null,dataService:new Zs(null,void 0),userProfile:null,writingStats:null,writingStatsLoading:!1,writingStatsError:null,books:[],booksLoading:!1,booksError:null,projects:[],projectsLoading:!1,projectsError:null,papers:[],papersLoading:!1,papersError:null,experiments:[],experimentsLoading:!1,experimentsError:null,resources:[],resourcesLoading:!1,resourcesError:null,todos:[],pomodoroState:{...mm},pomodoroSettings:{workDuration:25,shortBreakDuration:5,longBreakDuration:15,longBreakInterval:4,enableNotifications:!0,enableStatusBar:!0,autoStartBreaks:!1,autoStartWork:!1},todosLoading:!1,todosError:null,literature:[],literatureLoading:!1,literatureError:null,researchFocusMap:null,researchFocusLoading:!1,researchFocusError:null,userProfileSettings:ca.userProfile,themeSettings:{light:ua,dark:pa,modePreference:"system"},componentSettings:ca.componentSettings,settingsVersion:0,currentTab:"academic",setCurrentTab:r=>f({currentTab:r}),initializeDataService:(r,i,o)=>{const l={app:r,dataService:new Zs(r,i,void 0,o)};o&&(l.plugin=o,l.pomodoroSettings=Ly(o),l.userProfileSettings=zy(o),l.themeSettings=Ry(o),l.componentSettings=Oy(o)),f(l)},getDataManagerStatus:()=>{const r=a().dataService,i=!!r.dataManager,o=!!r&&!!r.app;return{hasDataManager:i,dataServiceInitialized:o}},fetchUserProfile:async()=>{try{const r=a().plugin;if(r?.settings?.userProfile)f({userProfile:r.settings.userProfile});else{const i=await a().dataService.getUserProfile();f({userProfile:i})}}catch(r){console.error("Error fetching user profile:",r)}},fetchWritingStats:async()=>{f({writingStatsLoading:!0,writingStatsError:null});try{const r=await a().dataService.getWritingStats();f({writingStats:r,writingStatsLoading:!1})}catch(r){f({writingStatsError:r instanceof Error?r.message:"Failed to load writing stats",writingStatsLoading:!1})}},fetchBooks:async()=>{f({booksLoading:!0,booksError:null});try{const r=await a().dataService.getBooksData();f({books:r,booksLoading:!1})}catch(r){f({booksError:r instanceof Error?r.message:"Failed to load books",booksLoading:!1})}},fetchProjects:async()=>{f({projectsLoading:!0,projectsError:null});try{const r=await a().dataService.getProjectsData();f({projects:r,projectsLoading:!1})}catch(r){f({projectsError:r instanceof Error?r.message:"Failed to load projects",projectsLoading:!1})}},fetchPapers:async()=>{f({papersLoading:!0,papersError:null});try{const r=await a().dataService.getPapersData();f({papers:r,papersLoading:!1})}catch(r){f({papersError:r instanceof Error?r.message:"Failed to load papers",papersLoading:!1})}},fetchExperiments:async()=>{f({experimentsLoading:!0,experimentsError:null});try{const r=await a().dataService.getExperimentsData();f({experiments:r,experimentsLoading:!1})}catch(r){f({experimentsError:r instanceof Error?r.message:"Failed to load experiments",experimentsLoading:!1})}},fetchResources:async()=>{f({resourcesLoading:!0,resourcesError:null});try{const r=await a().dataService.getResourcesData();f({resources:r,resourcesLoading:!1})}catch(r){f({resourcesError:r instanceof Error?r.message:"Failed to load resources",resourcesLoading:!1})}},fetchTodos:async()=>{f({todosLoading:!0,todosError:null});try{const r=await a().dataService.getTodosData();f({todos:r,todosLoading:!1})}catch(r){f({todosError:r instanceof Error?r.message:"Failed to load todos",todosLoading:!1})}},fetchLiterature:async r=>{f({literatureLoading:!0,literatureError:null});try{const i=a().plugin,o=r||i?.settings?.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero",l=await a().dataService.getRecentLiterature(o);f({literature:l,literatureLoading:!1})}catch(i){f({literatureError:i instanceof Error?i.message:"Failed to load literature",literatureLoading:!1})}},fetchResearchFocusMap:async r=>{f({researchFocusLoading:!0,researchFocusError:null});try{const i=a().plugin,o=r||i?.settings?.componentDataSources?.researchFocusMap?.trackingTags||[],l=await a().dataService.getResearchFocusMap(o);f({researchFocusMap:l,researchFocusLoading:!1})}catch(i){f({researchFocusError:i instanceof Error?i.message:"Failed to load research focus map",researchFocusLoading:!1})}},updateUserProfileSettings:r=>{const i={...a().userProfileSettings,...r};f({userProfileSettings:i});const o=a().plugin;o&&(o.settings.userProfile=i,o.saveSettings())},updateThemeSettings:r=>{const i={...a().themeSettings,...r};f({themeSettings:i});const o=a().plugin;o&&(o.settings.themeColors={light:i.light,dark:i.dark},o.settings.themeModePreference=i.modePreference,o.saveSettings())},updateThemeColors:(r,i)=>{const o=a().themeSettings,l={...o[r],...i},c={...o,[r]:l};f({themeSettings:c});const u=a().plugin;u&&(u.settings.themeColors||(u.settings.themeColors={light:ua,dark:pa}),u.settings.themeColors[r]=l,u.saveSettings())},updateComponentSettings:(r,i)=>{const o={...a().componentSettings,[r]:{...a().componentSettings[r],...i}};f({componentSettings:o});const l=a().plugin;l&&(l.settings.componentSettings=o,l.saveSettings())},bumpSettingsVersion:()=>{f({settingsVersion:a().settingsVersion+1})},startPomodoro:()=>{const{pomodoroState:r,pomodoroSettings:i}=a(),o=r.currentSession==="work"?i.workDuration:r.currentSession==="shortBreak"?i.shortBreakDuration:i.longBreakDuration,l=Math.max(1,Math.floor(o*60));f({pomodoroState:{...r,isRunning:!0,isPaused:!1,remainingTime:l,startTime:Date.now()}})},pausePomodoro:()=>{const{pomodoroState:r}=a();r.isRunning&&f({pomodoroState:{...r,isPaused:!r.isPaused}})},stopPomodoro:()=>{f({pomodoroState:{...mm,currentSession:"work"}})},skipSession:()=>{const{pomodoroState:r,pomodoroSettings:i}=a(),o=Iy(r.currentSession,r.sessionCount,i.longBreakInterval);f({pomodoroState:{...r,currentSession:o,isRunning:!1,isPaused:!1,remainingTime:0,startTime:null}})},tickPomodoro:()=>{const{pomodoroState:r}=a();if(!r.isRunning||r.isPaused)return;const i=Math.max(0,r.remainingTime-1),o=r.remainingTime>0&&i===0;f({pomodoroState:{...r,remainingTime:i,isRunning:r.isRunning,sessionCount:o&&r.currentSession==="work"?r.sessionCount+1:r.sessionCount,totalWorkTime:r.currentSession==="work"&&i>0?r.totalWorkTime+1:r.totalWorkTime}})},updatePomodoroSettings:r=>{const i={...a().pomodoroSettings,...r};f({pomodoroSettings:i});const o=a().plugin;o&&(o.settings.pomodoroSettings=i,o.saveSettings())},refreshAllData:async()=>{const r=[a().fetchUserProfile(),a().fetchWritingStats(),a().fetchBooks(),a().fetchProjects(),a().fetchTodos(),a().fetchLiterature(),a().fetchResearchFocusMap()];await Promise.all(r)}})),{name:"dashboard-store"}));class My extends _.Component{constructor(a,r,i){super(),this.unsubscribe=null,this.settingsUnsub=null,this.app=r,this.plugin=i,this.containerEl=a.createDiv({cls:"ppb-overview"})}onload(){const a=Xe.getState().writingStats;a?this.render(a):(this.renderLoading(),this.fetchAndRender()),this.unsubscribe=Xe.subscribe(r=>r.writingStats,r=>{r&&this.render(r)}),this.settingsUnsub=Xe.subscribe(r=>r.settingsVersion,()=>{const r=Xe.getState().writingStats;r&&this.render(r)})}async fetchAndRender(){const a=Xe.getState();try{await a.fetchWritingStats();const r=Xe.getState().writingStats;r?this.render(r):this.renderEmpty()}catch{this.renderError()}}renderLoading(){this.containerEl.empty();const a=this.containerEl.createDiv({cls:"ppb-overview-loading"}),r=a.createDiv({cls:"ppb-overview-spinner"});_.setIcon(r,"loader"),a.createEl("span",{text:"Loading academic data..."})}renderError(){this.containerEl.empty();const a=this.containerEl.createDiv({cls:"ppb-overview-error"});_.setIcon(a.createSpan(),"alert-triangle"),a.createEl("span",{text:"Failed to load academic data"}),a.createEl("button",{text:"Retry",cls:"mod-cta"}).addEventListener("click",()=>{this.renderLoading(),this.fetchAndRender()})}renderEmpty(){this.containerEl.empty(),this.containerEl.createDiv({cls:"ppb-overview-empty"}).createEl("p",{text:"No writing statistics available yet."})}render(a){this.containerEl.empty(),this.containerEl.addClass("ppb-overview");const r=ep("academicOverview",this.plugin),i=this.containerEl.createDiv({cls:"ppb-overview-spark-wrap"});this.buildSparkline(i,a);const o=this.containerEl.createDiv({cls:"ppb-overview-content"});o.createEl("h3",{text:r,cls:"ppb-overview-title"});const l=o.createDiv({cls:"ppb-overview-metric"});l.createEl("span",{text:a.totalWords.toLocaleString(),cls:"ppb-overview-metric-value"});const c=l.createEl("span",{cls:"ppb-overview-metric-growth"}),u=c.createSpan();_.setIcon(u,"trending-up"),c.createEl("span",{text:`${a.monthlyGrowth.toFixed(2)}%`});const d=a.monthlyGrowth>0?"Performing well compared to last month":a.monthlyGrowth<0?"Writing slightly down this month":"Keep it up, maintain your pace";o.createEl("p",{text:d,cls:"ppb-overview-subtitle"});const h=o.createDiv({cls:"ppb-overview-stats"}),m=[{icon:"file-text",label:"Literature",value:a.literatureCount},{icon:"book-open",label:"Notes",value:a.notesCount},{icon:"edit",label:"Drafts",value:a.draftsCount},{icon:"award",label:"Published",value:a.publishedCount}];for(const b of m){const k=h.createDiv({cls:"ppb-overview-stat"}),v=k.createDiv({cls:"ppb-overview-stat-icon"});_.setIcon(v,b.icon);const y=k.createDiv({cls:"ppb-overview-stat-info"});y.createEl("span",{text:b.label,cls:"ppb-overview-stat-label"}),y.createEl("span",{text:String(b.value),cls:"ppb-overview-stat-value"})}}buildSparkline(a,r){const i=r.dailyStats||[];if(i.length===0)return;const o=320,l=160,c={t:20,r:20,b:30,l:20},u=o-c.l-c.r,d=l-c.t-c.b,h="http://www.w3.org/2000/svg",m=document.createElementNS(h,"svg");m.setAttribute("viewBox",`0 0 ${o} ${l}`),m.classList.add("ppb-overview-sparkline");const b=i.map(V=>V.cumulativeWords??0),k=i.map(V=>V.previousMonthCumulative??0),v=[...b,...k],y=Math.max(...v,1),w=Math.min(...v,0),D=y-w||1,E=V=>V/Math.max(i.length-1,1)*u,T=V=>(y-V)/D*d,A=V=>V.map((K,Q)=>`${Q===0?"M":"L"} ${E(Q)} ${T(K)}`).join(" "),z=document.createElementNS(h,"g");z.setAttribute("transform",`translate(${c.l},${c.t})`);for(let V=0;V{this.applyThemeColors()}),this.themeObserver.observe(document.body,{attributes:!0,attributeFilter:["class"]})}applyThemeColors(){const a=document.body.classList.contains("theme-dark"),r=document.documentElement;let i;this.plugin?.settings?.themeColors?i=a?this.plugin.settings.themeColors.dark:this.plugin.settings.themeColors.light:i=a?By:$y,Object.entries(i).forEach(([o,l])=>{r.style.setProperty(`--${o}`,l),r.style.setProperty(`--ppb-${o}`,l),o==="primary"&&(r.style.setProperty("--chart-1",l),r.style.setProperty("--ppb-chart-1",l))})}buildNativeShell(){const a=this.contentEl;a.empty(),a.addClass("section-view-workspace");const r=a.createDiv({cls:"ppb-native-shell"}),i=r.createDiv({cls:"ppb-native-shell-header"});this.buildHeader(i),this.tabContainers.academic=r.createDiv({cls:"ppb-tab-container ppb-tab-academic"}),this.tabContainers.projects=r.createDiv({cls:"ppb-tab-container ppb-tab-projects"}),this.tabContainers.personal=r.createDiv({cls:"ppb-tab-container ppb-tab-personal"}),this.buildAcademicTab(this.tabContainers.academic),this.buildProjectsTab(this.tabContainers.projects),this.buildPersonalTab(this.tabContainers.personal),this.switchTab(Xe.getState().currentTab||"academic")}buildAcademicTab(a){const r=a.createDiv({cls:"ppb-academic-grid"}),i=[r.createDiv({cls:"ppb-island"}),r.createDiv({cls:"ppb-island"}),r.createDiv({cls:"ppb-base-cell ppb-academic-base"}),r.createDiv({cls:"ppb-base-cell ppb-academic-base"})],o=new My(i[0],this.app,this.plugin);this.addChild(o),this.buildTodayFocusViews(i[1]);const l=this.plugin.settings.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero",c=this.plugin.settings.componentDataSources?.recentLiterature,u=new um(i[2],this.app,this.plugin,{title:c?.displayName||"最近文献",icon:"book-open",description:c?.description||"展示最近阅读和收集的学术文献",baseYaml:["filters:"," and:",` - file.inFolder("${l}")`,"views:"," - type: table",' name: "Literature"'," order:"," - file.name"," - tags"," - file.modified"].join(` -`)});this.addChild(u);const d=this.plugin.settings.componentDataSources?.researchFocusMap?.trackingTags||["research","study","paper","note","想法","project"],h=d.length>0?["filters:"," or:",...d.map(k=>` - file.hasTag("${k}")`)]:[],m=this.plugin.settings.componentDataSources?.researchFocusMap,b=new um(i[3],this.app,this.plugin,{title:m?.displayName||"研究焦点地图",icon:"target",description:m?.description||"可视化展示研究领域和关注重点",baseYaml:[...h,"views:"," - type: ppb-focus-heatmap",' name: "Research Focus"'," order:"," - file.name"," - tags"," - file.modified"].join(` -`),alternateView:{icon:"grid",tooltip:"Switch to heatmap grid view",baseYaml:[...h,"views:"," - type: ppb-focus-grid",' name: "Focus Grid"'," order:"," - file.name"," - tags"," - file.modified"].join(` -`)}});this.addChild(b)}buildTodayFocusViews(a){const r=a.createDiv({cls:"ppb-today-split"}),i=["filters:",` 'file.mtime >= date("today")'`,"views:"," - type: ppb-today-stats",' name: "Today Stats"'].join(` -`),o=["filters:",` 'file.mtime >= date("today")'`,"views:"," - type: ppb-weekly-performance",' name: "Weekly Performance"'].join(` -`),l=r.createDiv({cls:"ppb-today-split-cell"}),c=r.createDiv({cls:"ppb-today-split-cell"}),u=new _.Component;u.load(),this.register(()=>u.unload());const d=new _.Component;d.load(),this.register(()=>d.unload()),_.MarkdownRenderer.render(this.app,"```base\n"+i+"\n```",l,"",u),_.MarkdownRenderer.render(this.app,"```base\n"+o+"\n```",c,"",d)}buildProjectsTab(a){const r=a.createDiv({cls:"ppb-base-grid"}),i=["papers","experiments","tasks","resources"];for(const o of i){const l=r.createDiv({cls:"ppb-base-cell"}),c=new gy(l,this.app,this.plugin,o);this.addChild(c),this.baseContainers.push(c)}}buildPersonalTab(a){const r=a.createDiv({cls:"ppb-base-cell"}),i=new by(r,this.app,this.plugin,"books");this.addChild(i),this.baseContainers.push(i)}buildHeader(a){const r=Xe.getState(),i=this.plugin?.settings?.userProfile||{name:"用户",title:"研究者",email:"user@example.com",institution:"研究机构",avatar:""},o=a.createDiv({cls:"ppb-header"}),l=o.createDiv({cls:"ppb-header-left"}),u=l.createDiv({cls:"ppb-header-avatar"}).createEl("img",{attr:{src:this.resolveAvatarSrc(i.avatar),alt:"用户头像"}});u.addEventListener("error",()=>{u.src="https://avatars.githubusercontent.com/u/45836839?v=4"});const d=l.createDiv({cls:"ppb-header-info"}),h=d.createDiv({cls:"ppb-header-name-row"});h.createEl("h2",{cls:"ppb-header-name",text:i.name||"用户"}),h.createEl("span",{cls:"ppb-header-title",text:i.title||"研究者"});const m=d.createDiv({cls:"ppb-header-details"}),b=m.createDiv({cls:"ppb-header-detail-row"});b.createSpan({text:"📮"}),b.createSpan({text:i.email||"user@example.com"});const k=m.createDiv({cls:"ppb-header-detail-row"});k.createSpan({text:"🏫"}),k.createSpan({text:i.institution||"研究机构"});const v=o.createDiv({cls:"ppb-header-right"}),y=v.createEl("button",{cls:"ppb-header-settings-btn",attr:{title:"设置"}});y.innerHTML='',y.appendText(" 设置"),y.addEventListener("click",()=>this.openSettings());const w=v.createDiv({cls:"ppb-header-tab-switcher"}),D=[{key:"academic",label:"学术"},{key:"projects",label:"项目"},{key:"personal",label:"个人"}],E={};for(const A of D){const z=w.createEl("button",{cls:"ppb-header-tab-btn",text:A.label});r.currentTab===A.key&&z.addClass("ppb-header-tab-active"),z.addEventListener("click",()=>{Xe.getState().setCurrentTab(A.key)}),E[A.key]=z}const T=Xe.subscribe(A=>A.currentTab,A=>{for(const[z,R]of Object.entries(E))z===A?R.addClass("ppb-header-tab-active"):R.removeClass("ppb-header-tab-active")});this.register(()=>T())}resolveAvatarSrc(a){if(!a)return"https://avatars.githubusercontent.com/u/45836839?v=4";if(a.startsWith("http"))return a;const r=this.app.vault.getFileByPath(a);return r?this.app.vault.getResourcePath(r):"https://avatars.githubusercontent.com/u/45836839?v=4"}subscribeToTabChanges(){this.storeUnsubscribe=Xe.subscribe(a=>a.currentTab,a=>this.switchTab(a))}switchTab(a){Object.entries(this.tabContainers).forEach(([r,i])=>{r===a?i.addClass("ppb-tab-active"):i.removeClass("ppb-tab-active")})}openSettings(){const a=this.app.setting;a&&(a.open(),a.openTabById("paperbell"))}async onClose(){this.storeUnsubscribe&&(this.storeUnsubscribe(),this.storeUnsubscribe=null),this.themeObserver&&(this.themeObserver.disconnect(),this.themeObserver=null);for(const a of this.baseContainers)this.removeChild(a);if(this.baseContainers=[],this.dataManager&&this.dataManager!==this.plugin.dataManager)try{this.dataManager.destroy()}catch(a){console.error("Error destroying DataManager:",a)}this.dataManager=null}getDefaultSettings(){return{sections:[],configMode:!1,layout:"free-grid",theme:"auto"}}}class Uy{constructor(a,r){this.baseUrl="https://paperbell.cn/api",this.isActivated=!1,this.fallbackMode=!1,this.lastProxyFailureTime=0,this.FALLBACK_COOLDOWN=300*1e3,this.activationCode=a,this.deviceId=r||this.generateDeviceId()}generateDeviceId(){const a=localStorage.getItem("paperbell-device-id");if(a)return a;const r=navigator.userAgent,i=navigator.platform,o=navigator.language,l=Intl.DateTimeFormat().resolvedOptions().timeZone,c=`${screen.width}x${screen.height}`;let u="";navigator.hardwareConcurrency&&(u=navigator.hardwareConcurrency.toString());const d=[r,i,o,l,c,u].join("|");let h=0;for(let b=0;bo)return new _.Notice("Activation failed: License has expired"),!1}return i.token_type&&i.token_type!=="activation_code"?(new _.Notice("Activation failed: Invalid token type"),!1):(this.isActivated=!0,!0)}else return new _.Notice("Activation failed: "+(r.error||"Invalid activation code")),!1}else return new _.Notice("Activation failed: Server error"),!1}catch(a){return console.error("Activation error:",a),new _.Notice("Activation failed: Network error"),!1}}async proxyRequest(a){if(!this.isActivated&&!await this.activate())return{success:!1,error:"Device not activated"};if(!this.fallbackMode||this.shouldRetryProxy())try{const r=new URL(a.url),i=a.url,o=r.host,l=`${this.baseUrl}/proxy`,c={url:i,method:a.method||"GET",headers:a.headers||{},...a.body&&{body:a.body}},u={url:l,method:"POST",headers:{"X-Activation-Code":this.activationCode,"X-Device-ID":this.deviceId,"X-Target-Service":o,"Content-Type":"application/json"},body:JSON.stringify(c)},d=await _.requestUrl(u);if(d.status===200)return this.fallbackMode=!1,{success:!0,data:d.json,status:d.status};if(d.status===401||d.status===403)return this.isActivated=!1,new _.Notice("License expired or invalid. Please check your activation code."),{success:!1,error:"License expired or invalid",status:d.status};console.warn(`Proxy server error (${d.status}), switching to fallback`),this.enableFallbackMode()}catch(r){console.warn("Proxy request failed, switching to fallback:",r),this.enableFallbackMode()}try{const r={url:a.url,method:a.method||"GET",headers:a.headers||{}};a.body&&(r.body=typeof a.body=="string"?a.body:JSON.stringify(a.body));const i=await _.requestUrl(r);return{success:!0,data:i.json,status:i.status,usedFallback:!0}}catch(r){return console.error("Direct request fallback also failed:",r),{success:!1,error:r.message||"Both proxy and direct request failed",usedFallback:!0}}}enableFallbackMode(){this.fallbackMode=!0,this.lastProxyFailureTime=Date.now()}shouldRetryProxy(){return Date.now()-this.lastProxyFailureTime>this.FALLBACK_COOLDOWN}updateActivationCode(a){this.activationCode=a,this.isActivated=!1,this.fallbackMode=!1}isServiceActivated(){return this.isActivated}getDeviceId(){return this.deviceId}isInFallbackMode(){return this.fallbackMode}}class Vy{constructor(a,r){this.dataService=null,this.app=a,this.config={...bi,componentSettings:mr,...r}}getConfig(){return{...this.config}}updateConfig(a){this.config={...this.config,...a},this.dataService&&this.dataService.updateConfig(this.config)}updateUserProfile(a){this.config.userProfile={...this.config.userProfile,...a},this.dataService&&this.dataService.updateConfig(this.config)}updateDataSources(a){this.config.dataSources={...this.config.dataSources,...a},this.dataService&&this.dataService.updateConfig(this.config)}updateComponentSettings(a){this.config.componentSettings={...this.config.componentSettings,...a},this.dataService&&this.dataService.updateConfig(this.config)}getDataService(a){return this.dataService||(this.dataService=new Zs(this.app,a,this.config)),this.dataService}resetToDefaults(){this.config={...bi,componentSettings:mr},this.dataService&&this.dataService.updateConfig(this.config)}validateConfig(){const a=[];this.config.userProfile.name.trim()||a.push("用户名称不能为空"),this.config.userProfile.email.trim()||a.push("用户邮箱不能为空");const r=["booksFolder","projectsFolder","papersFolder","notesFolder","literatureFolder","experimentsFolder","resourcesFolder"];for(const i of r)this.config.dataSources[i].trim()||a.push(`${i} 路径不能为空`);return this.config.dataSources.todosSource==="folder"&&!this.config.dataSources.todosFolder?.trim()&&a.push("待办事项文件夹路径不能为空"),{isValid:a.length===0,errors:a}}loadFromPluginSettings(a){a.dataServiceConfig&&this.updateConfig(a.dataServiceConfig)}exportToPluginSettings(){return{dataServiceConfig:this.config}}getRecommendedFolderStructure(){return{Books:"存放书籍相关的笔记和元数据",Projects:"存放项目管理相关的文件",Papers:"存放学术论文和研究文档",Notes:"存放日常笔记和研究记录","Inputs/Zotero":"存放从 Zotero 导入的文献",Experiments:"存放实验设计和数据",Resources:"存放学术资源和工具链接",Tasks:"存放待办事项(如果使用文件夹模式)"}}async checkFoldersExist(){const a=[],r=this.getRecommendedFolderStructure();for(const[i,o]of Object.entries(r)){const l=await this.app.vault.adapter.exists(i);a.push({folder:i,exists:l,description:o})}return a}async createMissingFolders(){const a=[],r=await this.checkFoldersExist();for(const{folder:i,exists:o}of r)if(!o)try{await this.app.vault.createFolder(i),a.push(i)}catch(l){console.error(`Failed to create folder ${i}:`,l)}return a}}class Wy extends _.Component{constructor(a){super(),this.statusBarItem=null,this.timer=null,this.unsubscribe=null,this.plugin=a}onload(){this.createStatusBarItem(),this.subscribeToStore(),this.startTimer(),this.loadSettings()}onunload(){this.stopTimer(),this.statusBarItem&&(this.statusBarItem.remove(),this.statusBarItem=null),this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=null)}createStatusBarItem(){this.plugin.app.workspace.leftSplit&&(this.statusBarItem=this.plugin.addStatusBarItem(),this.statusBarItem.addClass("ppb-pomodoro-status-bar"),this.statusBarItem.setAttribute("aria-label","番茄钟"),this.statusBarItem.style.cursor="pointer",this.statusBarItem.addEventListener("click",a=>{a.preventDefault(),this.handleStatusBarClick()}),this.statusBarItem.addEventListener("contextmenu",a=>{a.preventDefault(),this.showContextMenu(a)}),this.updateStatusBarDisplay())}subscribeToStore(){this.unsubscribe=Xe.subscribe(a=>a.pomodoroState,(a,r)=>{this.updateStatusBarDisplay(),r&&r.remainingTime>0&&a.remainingTime<=0&&a.isRunning&&this.handleSessionComplete(r.currentSession)})}updateStatusBarDisplay(){if(!this.statusBarItem)return;const a=Xe.getState(),{pomodoroState:r,pomodoroSettings:i}=a;if(!i.enableStatusBar){this.statusBarItem.style.display="none";return}if(this.statusBarItem.style.display="block",r.isRunning||r.remainingTime>0){const l=Ay(r.currentSession,r.remainingTime,r.isPaused);this.statusBarItem.setText(l),this.statusBarItem.removeClass("ppb-pomodoro-idle","ppb-pomodoro-paused"),r.isPaused?this.statusBarItem.addClass("ppb-pomodoro-paused"):this.statusBarItem.addClass("ppb-pomodoro-running")}else this.statusBarItem.setText("🍅"),this.statusBarItem.removeClass("ppb-pomodoro-running","ppb-pomodoro-paused"),this.statusBarItem.addClass("ppb-pomodoro-idle");const o=$u(r.currentSession);this.statusBarItem.setAttribute("aria-label",`番茄钟 - ${o}`)}startTimer(){this.timer||(this.timer=window.setInterval(()=>{const a=Xe.getState();a.pomodoroState.isRunning&&!a.pomodoroState.isPaused&&a.tickPomodoro()},1e3))}stopTimer(){this.timer&&(window.clearInterval(this.timer),this.timer=null)}handleStatusBarClick(){const a=Xe.getState(),{pomodoroState:r}=a;if(r.isRunning){a.pausePomodoro();const i=r.isPaused?"继续":"暂停";new _.Notice(`番茄钟${i}`)}else a.startPomodoro(),new _.Notice("开始专注工作!")}showContextMenu(a){const r=Xe.getState(),{pomodoroState:i}=r,o=new _.Menu;i.isRunning?(o.addItem(l=>{l.setTitle(i.isPaused?"继续":"暂停").setIcon(i.isPaused?"play":"pause").onClick(()=>{r.pausePomodoro()})}),o.addItem(l=>{l.setTitle("跳过当前会话").setIcon("skip-forward").onClick(()=>{r.skipSession(),new _.Notice("已跳过当前会话")})}),o.addItem(l=>{l.setTitle("停止").setIcon("stop-circle").onClick(()=>{r.stopPomodoro(),new _.Notice("番茄钟已停止")})})):o.addItem(l=>{l.setTitle("开始专注").setIcon("play").onClick(()=>{r.startPomodoro(),new _.Notice("开始专注工作!")})}),o.addSeparator(),o.addItem(l=>{l.setTitle(`今日完成: ${i.sessionCount} 个番茄钟`).setIcon("calendar").setDisabled(!0)}),o.showAtPosition({x:a.clientX,y:a.clientY})}handleSessionComplete(a){const r=Xe.getState(),{pomodoroState:i,pomodoroSettings:o}=r;if(o.enableNotifications){const c=i.currentSession,u=Fy(a,c);new _.Notice(u,5e3)}(a==="work"&&o.autoStartBreaks||a!=="work"&&o.autoStartWork)&&setTimeout(()=>{const c=Xe.getState();c.pomodoroState.isRunning||c.startPomodoro()},2e3)}loadSettings(){try{const a=localStorage.getItem("pomodoroSettings");if(a){const r=JSON.parse(a);Xe.getState().updatePomodoroSettings(r)}}catch(a){console.warn("Failed to load pomodoro settings:",a)}}getCurrentState(){return Xe.getState().pomodoroState}getSettings(){return Xe.getState().pomodoroSettings}}function bm(f){return f!==null&&typeof f=="object"&&!Array.isArray(f)}function ab(f,a){if(!a)return{...f};const r={...f};for(const i of Object.keys(a)){const o=a[i],l=f[i];o!==void 0&&(bm(o)&&bm(l)?r[i]=ab(l,o):r[i]=o)}return r}class Hy extends _.BasesView{constructor(a,r){super(a),this.type="ppb-focus-heatmap",this.drilldownComponent=null,this.containerEl=r}onDataUpdated(){this.render()}matchesTrackingTag(a,r){if(r.size===0)return!0;const i=a.toLowerCase();for(const o of r)if(i===o||i.startsWith(o+"/"))return!0;return!1}render(){this.cleanupDrilldown(),this.containerEl.empty(),this.containerEl.addClass("ppb-focus-heatmap");const a=this.data?.data??[];if(a.length===0){this.renderEmpty();return}const i=this.app.plugins?.plugins?.paperbell?.settings?.componentDataSources?.researchFocusMap?.trackingTags||[],o=new Set(i.map(w=>w.replace(/^#/,"").toLowerCase())),l=new Map,c=new Map,u=new Date;for(const w of a){const D=w.file,E=this.app.metadataCache.getFileCache(D);if(E?.frontmatter?.tags){const z=Array.isArray(E.frontmatter.tags)?E.frontmatter.tags:[E.frontmatter.tags];for(const R of z){const q=String(R).replace(/^#/,"");this.matchesTrackingTag(q,o)&&l.set(q,(l.get(q)||0)+1)}}if(E?.tags)for(const z of E.tags){const R=z.tag.replace(/^#/,"");this.matchesTrackingTag(R,o)&&l.set(R,(l.get(R)||0)+1)}const T=new Date(D.stat.mtime),A=this.getWeekKey(T);c.set(A,(c.get(A)||0)+1)}const d=[...l.entries()].sort((w,D)=>D[1]-w[1]).slice(0,8),h=d.length>0?d[0][1]:1,m=this.containerEl.createDiv({cls:"ppb-focus-wrapper"}),b=m.createDiv({cls:"ppb-focus-stats"});this.renderStatCard(b,"file-text",String(a.length),"Total Notes");const k=this.getWeekKey(u),v=c.get(k)||0;if(this.renderStatCard(b,"activity",String(v),"This Week"),this.renderStatCard(b,"tags",String(l.size),"Focus Tags"),d.length>0){const w=m.createDiv({cls:"ppb-focus-tags-section"});w.createEl("div",{text:"Tag Distribution",cls:"ppb-focus-section-title"});const D=w.createDiv({cls:"ppb-focus-tag-list"});for(const[E,T]of d){const A=D.createDiv({cls:"ppb-focus-tag-row"});A.createSpan({text:`#${E}`,cls:"ppb-focus-tag-name"});const R=A.createDiv({cls:"ppb-focus-tag-bar-bg"}).createDiv({cls:"ppb-focus-tag-bar"});R.style.width=`${Math.max(T/h*100,4)}%`,A.createSpan({text:String(T),cls:"ppb-focus-tag-count"})}}const y=m.createDiv({cls:"ppb-focus-heatmap-section"});y.createEl("div",{text:"Recent Activity",cls:"ppb-focus-section-title"}),this.renderWeeklyHeatmap(y,c,u,i)}renderEmpty(){const a=this.containerEl.createDiv({cls:"ppb-focus-empty"}),r=a.createDiv({cls:"ppb-focus-empty-icon"});_.setIcon(r,"target"),a.createEl("p",{text:"No matching notes found",cls:"ppb-focus-empty-title"}),a.createEl("p",{text:"Notes with tracked tags will appear here",cls:"ppb-focus-empty-hint"})}renderStatCard(a,r,i,o){const l=a.createDiv({cls:"ppb-focus-stat-card"}),c=l.createDiv({cls:"ppb-focus-stat-icon"});_.setIcon(c,r),l.createDiv({text:i,cls:"ppb-focus-stat-value"}),l.createDiv({text:o,cls:"ppb-focus-stat-label"})}renderWeeklyHeatmap(a,r,i,o){const l=a.createDiv({cls:"ppb-focus-heatmap-grid"}),c=[];for(let d=11;d>=0;d--){const h=new Date(i);h.setDate(h.getDate()-d*7);const m=this.getWeekKey(h),b=r.get(m)||0,k=`${h.getMonth()+1}/${h.getDate()}`,v=new Date(h);v.setDate(v.getDate()-(v.getDay()+6)%7),v.setHours(0,0,0,0);const y=new Date(v);y.setDate(y.getDate()+6),y.setHours(23,59,59,999),c.push({key:m,label:k,count:b,start:v,end:y})}const u=Math.max(...c.map(d=>d.count),1);for(const d of c){const h=l.createDiv({cls:"ppb-focus-heatmap-cell"}),m=d.count===0?0:Math.min(Math.ceil(d.count/u*4),4);h.addClass(`ppb-focus-heat-${m}`),h.setAttribute("aria-label",`${d.label}: ${d.count} notes`),h.createDiv({text:d.label,cls:"ppb-focus-heatmap-label"}),h.createDiv({text:String(d.count),cls:"ppb-focus-heatmap-count"}),d.count>0&&(h.style.cursor="pointer",h.addEventListener("click",()=>{this.showWeekListView(d.label,d.start,d.end,d.count,o)}))}}async showWeekListView(a,r,i,o,l){this.cleanupDrilldown(),this.containerEl.empty();const c=this.containerEl.createDiv({cls:"ppb-focus-map-drilldown"}),u=c.createDiv({cls:"ppb-focus-map-drilldown-header"}),d=u.createDiv({cls:"ppb-focus-map-drilldown-label"});d.textContent=`Week of ${a} · ${o} notes`;const h=u.createEl("button",{cls:"clickable-icon ppb-focus-map-drilldown-back",attr:{"aria-label":"Back to overview"}});_.setIcon(h,"arrow-left"),h.addEventListener("click",()=>this.render());const m=A=>`${A.getFullYear()}-${String(A.getMonth()+1).padStart(2,"0")}-${String(A.getDate()).padStart(2,"0")}`,b=m(r),k=m(i),v=l.map(A=>A.replace(/^#/,"")),y=[];if(y.push("filters:"),y.push(" and:"),y.push(` - 'file.mtime >= date("${b}")'`),y.push(` - 'file.mtime <= date("${k}") + "1d"'`),v.length>0){y.push(" - or:");for(const A of v)y.push(` - file.hasTag("${A}")`)}const w=[];if(v.length>0){const A=v.map(z=>`value == "#${z}" || value.startsWith("#${z}/")`).join(" || ");w.push("formulas:"),w.push(` focus_tag: 'file.tags.filter(${A}).join(", ")'`)}const D=[...y,...w,"views:"," - type: list",` name: "Week of ${a}"`,...v.length>0?[" groupBy:"," property: formula.focus_tag"," direction: ASC"]:[]," order:"," - file.name"," - tags"," - file.modified"].join(` -`),E=c.createDiv({cls:"ppb-focus-map-drilldown-content"});this.drilldownComponent=new _.Component,this.drilldownComponent.load();const T="```base\n"+D+"\n```";try{await _.MarkdownRenderer.render(this.app,T,E,"",this.drilldownComponent)}catch(A){console.error("[ResearchFocusBasesView] Failed to render list view:",A),E.empty(),E.createDiv({text:`Failed to render list: ${A}`,cls:"ppb-focus-map-error"})}}cleanupDrilldown(){this.drilldownComponent&&(this.drilldownComponent.unload(),this.drilldownComponent=null)}getWeekKey(a){const r=new Date(a);r.setHours(0,0,0,0),r.setDate(r.getDate()+3-(r.getDay()+6)%7);const i=new Date(r.getFullYear(),0,4),o=Math.ceil(((r.getTime()-i.getTime())/864e5+i.getDay()+1)/7);return`${r.getFullYear()}-W${String(o).padStart(2,"0")}`}}class qy extends _.BasesView{constructor(a,r){super(a),this.type="ppb-focus-grid",this.cellDateRanges=[],this.drilldownComponent=null,this.containerEl=r}onDataUpdated(){this.render()}render(){this.cleanupDrilldown(),this.containerEl.empty(),this.containerEl.addClass("ppb-focus-map");const a=this.data?.data??[];if(a.length===0){this.renderEmpty();return}const i=this.app.plugins?.plugins?.paperbell?.settings?.componentDataSources?.researchFocusMap,o=i?.trackingTags||[],l=new Set(o.map(T=>T.replace(/^#/,"").toLowerCase())),c={gridSize:i?.gridSize??50,borderRadius:i?.borderRadius??6},{months:u,data:d,dateRanges:h}=this.computeGrid(a,o,l);this.cellDateRanges=h;const m=this.containerEl.createDiv({cls:"ppb-focus-map-info"});o.length>0&&m.createEl("span",{text:`Tracking: ${o.map(T=>`#${T}`).join(", ")}`,cls:"ppb-focus-map-tags"}),m.createEl("span",{text:`${a.length} notes`,cls:"ppb-focus-map-count"});const b=["W1","W2","W3","W4"],k=this.containerEl.createDiv({cls:"ppb-focus-map-grid"});k.style.gridTemplateColumns="minmax(55px, max-content) repeat(4, 1fr)",k.createDiv();for(const T of b)k.createDiv({text:T,cls:"ppb-focus-map-week-header"});const v=d.length>0?d:Array(Math.max(u.length,3)).fill(null).map(()=>Array(4).fill({tag:"",intensity:0,count:0,weekNotes:0})),y=u.length>0?u:["Mon 1","Mon 2","Mon 3"];for(let T=0;T.7&&(R.style.boxShadow="0 0 8px rgba(100, 142, 192, 0.3)"),R.title=z?.tag?`${z.tag} - Focus: ${Math.round(q*100)}%${z.count?` - ${z.count} notes`:""}${z.weekNotes?` - ${z.weekNotes} total this week`:""}`:"No data",z?.tag){const V=q>.5?"var(--primary-foreground)":"var(--foreground)",K=R.createDiv({cls:"ppb-focus-map-cell-tag"});K.style.color=V,K.textContent=z.tag;const Q=R.createDiv({cls:"ppb-focus-map-cell-pct"});if(Q.style.color=V,Q.textContent=`${Math.round(q*100)}%`,z.count>0){const he=R.createDiv({cls:"ppb-focus-map-cell-count"});he.style.color=V,he.textContent=`(${z.count})`}R.style.cursor="pointer",R.addEventListener("click",()=>{const he=this.cellDateRanges[T]?.[A];he&&this.showCellListView(y[T],`W${A+1}`,z,he,o)})}}}const w=this.containerEl.createDiv({cls:"ppb-focus-map-legend"});w.createEl("span",{text:"Focus"});const D=w.createDiv({cls:"ppb-focus-map-legend-bar"});D.createEl("span",{text:"Low"});const E=D.createDiv({cls:"ppb-focus-map-legend-swatches"});for(const T of[.2,.4,.6,.8,1]){const A=E.createDiv({cls:"ppb-focus-map-legend-swatch"});A.style.backgroundColor=this.getColor(T),A.style.borderRadius=`${Math.min(c.borderRadius,6)}px`}D.createEl("span",{text:"High"})}computeGrid(a,r,i){const o=new Date,l=new Date(o.getFullYear(),o.getMonth()-2,1),c=[],u=[],d=[];for(let h=0;h<3;h++){const m=new Date(l.getFullYear(),l.getMonth()+h,1);c.push(m.toLocaleDateString("en-US",{month:"short"}));const b=new Date(m.getFullYear(),m.getMonth()+1,0).getDate(),k=[],v=[];for(let y=0;y<4;y++){const w=new Date(m.getFullYear(),m.getMonth(),Math.max(1,y*7+1));w.setHours(0,0,0,0);const D=new Date(m.getFullYear(),m.getMonth(),Math.min(b,(y+1)*7));D.setHours(23,59,59,999),v.push({start:new Date(w),end:new Date(D)});const E=a.filter(z=>{const R=z.file?.stat?.mtime;if(!R)return!1;const q=new Date(R);return q>=w&&q<=D}),T={};for(const z of E){const R=z.file,q=this.app.metadataCache.getFileCache(R),V=this.collectFileTags(q);for(const K of V)if(this.matchesAnyTrackingTag(K,r,i)){const Q=this.findMatchingTrackingTag(K,r,i);T[Q]=(T[Q]||0)+1}}const A=Object.entries(T).sort((z,R)=>R[1]-z[1]);if(A.length>0){const[z,R]=A[0],q=Math.max(...A.map(([,K])=>K)),V=Math.max(.1,Math.min(R/Math.max(q,5),1));k.push({tag:`#${z}`,intensity:V,count:R,weekNotes:E.length})}else k.push({tag:"",intensity:0,count:0,weekNotes:E.length})}u.push(k),d.push(v)}return{months:c,data:u,dateRanges:d}}collectFileTags(a){const r=[];if(a?.frontmatter?.tags){const i=Array.isArray(a.frontmatter.tags)?a.frontmatter.tags:[a.frontmatter.tags];for(const o of i)r.push(String(o).replace(/^#/,""))}if(a?.tags)for(const i of a.tags)r.push(i.tag.replace(/^#/,""));return r}matchesAnyTrackingTag(a,r,i){if(i.size===0)return!0;const o=a.toLowerCase();for(const l of i)if(o===l||o.startsWith(l+"/"))return!0;return!1}findMatchingTrackingTag(a,r,i){const o=a.toLowerCase();for(const l of r){const c=l.replace(/^#/,"").toLowerCase();if(o===c||o.startsWith(c+"/"))return l.replace(/^#/,"")}return a}async showCellListView(a,r,i,o,l){this.cleanupDrilldown(),this.containerEl.empty();const c=this.containerEl.createDiv({cls:"ppb-focus-map-drilldown"}),u=c.createDiv({cls:"ppb-focus-map-drilldown-header"}),d=u.createDiv({cls:"ppb-focus-map-drilldown-label"});d.textContent=`${a} ${r}${i.tag?` · ${i.tag}`:""}${i.weekNotes?` · ${i.weekNotes} notes`:""}`;const h=u.createEl("button",{cls:"clickable-icon ppb-focus-map-drilldown-back",attr:{"aria-label":"Back to heatmap"}});_.setIcon(h,"arrow-left"),h.addEventListener("click",()=>this.render());const m=A=>`${A.getFullYear()}-${String(A.getMonth()+1).padStart(2,"0")}-${String(A.getDate()).padStart(2,"0")}`,b=m(o.start),k=m(o.end),v=l.map(A=>A.replace(/^#/,"")),y=[];if(y.push("filters:"),y.push(" and:"),y.push(` - 'file.mtime >= date("${b}")'`),y.push(` - 'file.mtime <= date("${k}") + "1d"'`),v.length>0){y.push(" - or:");for(const A of v)y.push(` - file.hasTag("${A}")`)}const w=[];if(v.length>0){const A=v.map(z=>`value == "#${z}" || value.startsWith("#${z}/")`).join(" || ");w.push("formulas:"),w.push(` focus_tag: 'file.tags.filter(${A}).join(", ")'`)}const D=[...y,...w,"views:"," - type: list",` name: "${a} ${r}"`,...v.length>0?[" groupBy:"," property: formula.focus_tag"," direction: ASC"]:[]," order:"," - file.name"," - tags"," - file.modified"].join(` -`),E=c.createDiv({cls:"ppb-focus-map-drilldown-content"});this.drilldownComponent=new _.Component,this.drilldownComponent.load();const T="```base\n"+D+"\n```";try{await _.MarkdownRenderer.render(this.app,T,E,"",this.drilldownComponent)}catch(A){console.error("[ResearchFocusMapView] Failed to render list view:",A),E.empty(),E.createDiv({text:`Failed to render list: ${A}`,cls:"ppb-focus-map-error"})}}cleanupDrilldown(){this.drilldownComponent&&(this.drilldownComponent.unload(),this.drilldownComponent=null)}renderEmpty(){const a=this.containerEl.createDiv({cls:"ppb-focus-map-empty"}),r=a.createDiv({cls:"ppb-focus-empty-icon"});_.setIcon(r,"target"),a.createEl("p",{text:"No research focus data found."}),a.createEl("p",{text:"Add tags to your notes to start tracking research focus.",cls:"ppb-focus-map-hint"})}getColor(a){const r=Math.max(.1,a),i=getComputedStyle(document.documentElement).getPropertyValue("--primary").trim();if(i.startsWith("#")){const o=parseInt(i.slice(1,3),16),l=parseInt(i.slice(3,5),16),c=parseInt(i.slice(5,7),16);return`rgba(${o}, ${l}, ${c}, ${r})`}return`rgba(100, 142, 192, ${r})`}}var Oe={},vm;function Gy(){if(vm)return Oe;vm=1,Object.defineProperty(Oe,"__esModule",{value:!0});var f=_;const a="YYYY-MM-DD",r="gggg-[W]ww",i="YYYY-MM",o="YYYY-[Q]Q",l="YYYY";function c(O){const N=window.app.plugins.getPlugin("periodic-notes");return N&&N.settings?.[O]?.enabled}function u(){try{const{internalPlugins:O,plugins:N}=window.app;if(c("daily")){const{format:ie,folder:Z,template:me}=N.getPlugin("periodic-notes")?.settings?.daily||{};return{format:ie||a,folder:Z?.trim()||"",template:me?.trim()||""}}const{folder:F,format:$,template:te}=O.getPluginById("daily-notes")?.instance?.options||{};return{format:$||a,folder:F?.trim()||"",template:te?.trim()||""}}catch{}}function d(){try{const O=window.app.plugins,N=O.getPlugin("calendar")?.options,F=O.getPlugin("periodic-notes")?.settings?.weekly;if(c("weekly"))return{format:F.format||r,folder:F.folder?.trim()||"",template:F.template?.trim()||""};const $=N||{};return{format:$.weeklyNoteFormat||r,folder:$.weeklyNoteFolder?.trim()||"",template:$.weeklyNoteTemplate?.trim()||""}}catch{}}function h(){const O=window.app.plugins;try{const N=c("monthly")&&O.getPlugin("periodic-notes")?.settings?.monthly||{};return{format:N.format||i,folder:N.folder?.trim()||"",template:N.template?.trim()||""}}catch{}}function m(){const O=window.app.plugins;try{const N=c("quarterly")&&O.getPlugin("periodic-notes")?.settings?.quarterly||{};return{format:N.format||o,folder:N.folder?.trim()||"",template:N.template?.trim()||""}}catch{}}function b(){const O=window.app.plugins;try{const N=c("yearly")&&O.getPlugin("periodic-notes")?.settings?.yearly||{};return{format:N.format||l,folder:N.folder?.trim()||"",template:N.template?.trim()||""}}catch{}}function k(...O){let N=[];for(let $=0,te=O.length;${const lt=$(),Pt=O.clone().set({hour:lt.get("hour"),minute:lt.get("minute"),second:lt.get("second")});return vt&&Pt.add(parseInt(tt,10),at),Ie?Pt.format(Ie.substring(1).trim()):Pt.format(ie)}).replace(/{{\s*yesterday\s*}}/gi,O.clone().subtract(1,"day").format(ie)).replace(/{{\s*tomorrow\s*}}/gi,O.clone().add(1,"d").format(ie)));return N.foldManager.save(Re,be),Re}catch(Re){console.error(`Failed to create file: '${xe}'`,Re),new f.Notice("Unable to create new file.")}}function Q(O,N){return N[E(O,"day")]??null}function he(){const{vault:O}=window.app,{folder:N}=u(),F=O.getAbstractFileByPath(f.normalizePath(N));if(!F)throw new V("Failed to find daily notes folder");const $={};return f.Vault.recurseChildren(F,te=>{if(te instanceof f.TFile){const ie=z(te,"day");if(ie){const Z=E(ie,"day");$[Z]=te}}}),$}class ve extends Error{}function M(){const{moment:O}=window;let N=O.localeData()._week.dow;const F=["sunday","monday","tuesday","wednesday","thursday","friday","saturday"];for(;N;)F.push(F.shift()),N--;return F}function le(O){return M().indexOf(O.toLowerCase())}async function x(O){const{vault:N}=window.app,{template:F,format:$,folder:te}=d(),[ie,Z]=await D(F),me=O.format($),be=await w(te,me);try{const ge=await N.create(be,ie.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(xe,Re,Pe,rt,vt,tt)=>{const at=window.moment(),Ie=O.clone().set({hour:at.get("hour"),minute:at.get("minute"),second:at.get("second")});return Pe&&Ie.add(parseInt(rt,10),vt),tt?Ie.format(tt.substring(1).trim()):Ie.format($)}).replace(/{{\s*title\s*}}/gi,me).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*(sunday|monday|tuesday|wednesday|thursday|friday|saturday)\s*:(.*?)}}/gi,(xe,Re,Pe)=>{const rt=le(Re);return O.weekday(rt).format(Pe.trim())}));return window.app.foldManager.save(ge,Z),ge}catch(ge){console.error(`Failed to create file: '${be}'`,ge),new f.Notice("Unable to create new file.")}}function W(O,N){return N[E(O,"week")]??null}function U(){const O={};if(!Je())return O;const{vault:N}=window.app,{folder:F}=d(),$=N.getAbstractFileByPath(f.normalizePath(F));if(!$)throw new ve("Failed to find weekly notes folder");return f.Vault.recurseChildren($,te=>{if(te instanceof f.TFile){const ie=z(te,"week");if(ie){const Z=E(ie,"week");O[Z]=te}}}),O}class j extends Error{}async function se(O){const{vault:N}=window.app,{template:F,format:$,folder:te}=h(),[ie,Z]=await D(F),me=O.format($),be=await w(te,me);try{const ge=await N.create(be,ie.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(xe,Re,Pe,rt,vt,tt)=>{const at=window.moment(),Ie=O.clone().set({hour:at.get("hour"),minute:at.get("minute"),second:at.get("second")});return Pe&&Ie.add(parseInt(rt,10),vt),tt?Ie.format(tt.substring(1).trim()):Ie.format($)}).replace(/{{\s*date\s*}}/gi,me).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,me));return window.app.foldManager.save(ge,Z),ge}catch(ge){console.error(`Failed to create file: '${be}'`,ge),new f.Notice("Unable to create new file.")}}function Y(O,N){return N[E(O,"month")]??null}function ue(){const O={};if(!qe())return O;const{vault:N}=window.app,{folder:F}=h(),$=N.getAbstractFileByPath(f.normalizePath(F));if(!$)throw new j("Failed to find monthly notes folder");return f.Vault.recurseChildren($,te=>{if(te instanceof f.TFile){const ie=z(te,"month");if(ie){const Z=E(ie,"month");O[Z]=te}}}),O}class P extends Error{}async function L(O){const{vault:N}=window.app,{template:F,format:$,folder:te}=m(),[ie,Z]=await D(F),me=O.format($),be=await w(te,me);try{const ge=await N.create(be,ie.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(xe,Re,Pe,rt,vt,tt)=>{const at=window.moment(),Ie=O.clone().set({hour:at.get("hour"),minute:at.get("minute"),second:at.get("second")});return Pe&&Ie.add(parseInt(rt,10),vt),tt?Ie.format(tt.substring(1).trim()):Ie.format($)}).replace(/{{\s*date\s*}}/gi,me).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,me));return window.app.foldManager.save(ge,Z),ge}catch(ge){console.error(`Failed to create file: '${be}'`,ge),new f.Notice("Unable to create new file.")}}function ee(O,N){return N[E(O,"quarter")]??null}function ae(){const O={};if(!kt())return O;const{vault:N}=window.app,{folder:F}=m(),$=N.getAbstractFileByPath(f.normalizePath(F));if(!$)throw new P("Failed to find quarterly notes folder");return f.Vault.recurseChildren($,te=>{if(te instanceof f.TFile){const ie=z(te,"quarter");if(ie){const Z=E(ie,"quarter");O[Z]=te}}}),O}class ne extends Error{}async function we(O){const{vault:N}=window.app,{template:F,format:$,folder:te}=b(),[ie,Z]=await D(F),me=O.format($),be=await w(te,me);try{const ge=await N.create(be,ie.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(xe,Re,Pe,rt,vt,tt)=>{const at=window.moment(),Ie=O.clone().set({hour:at.get("hour"),minute:at.get("minute"),second:at.get("second")});return Pe&&Ie.add(parseInt(rt,10),vt),tt?Ie.format(tt.substring(1).trim()):Ie.format($)}).replace(/{{\s*date\s*}}/gi,me).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,me));return window.app.foldManager.save(ge,Z),ge}catch(ge){console.error(`Failed to create file: '${be}'`,ge),new f.Notice("Unable to create new file.")}}function Ne(O,N){return N[E(O,"year")]??null}function _e(){const O={};if(!xt())return O;const{vault:N}=window.app,{folder:F}=b(),$=N.getAbstractFileByPath(f.normalizePath(F));if(!$)throw new ne("Failed to find yearly notes folder");return f.Vault.recurseChildren($,te=>{if(te instanceof f.TFile){const ie=z(te,"year");if(ie){const Z=E(ie,"year");O[Z]=te}}}),O}function Ce(){const{app:O}=window,N=O.internalPlugins.plugins["daily-notes"];if(N&&N.enabled)return!0;const F=O.plugins.getPlugin("periodic-notes");return F&&F.settings?.daily?.enabled}function Je(){const{app:O}=window;if(O.plugins.getPlugin("calendar"))return!0;const N=O.plugins.getPlugin("periodic-notes");return N&&N.settings?.weekly?.enabled}function qe(){const{app:O}=window,N=O.plugins.getPlugin("periodic-notes");return N&&N.settings?.monthly?.enabled}function kt(){const{app:O}=window,N=O.plugins.getPlugin("periodic-notes");return N&&N.settings?.quarterly?.enabled}function xt(){const{app:O}=window,N=O.plugins.getPlugin("periodic-notes");return N&&N.settings?.yearly?.enabled}function C(O){const N={day:u,week:d,month:h,quarter:m,year:b}[O];return N()}function pe(O,N){return{day:K,month:se,week:x}[O](N)}return Oe.DEFAULT_DAILY_NOTE_FORMAT=a,Oe.DEFAULT_MONTHLY_NOTE_FORMAT=i,Oe.DEFAULT_QUARTERLY_NOTE_FORMAT=o,Oe.DEFAULT_WEEKLY_NOTE_FORMAT=r,Oe.DEFAULT_YEARLY_NOTE_FORMAT=l,Oe.appHasDailyNotesPluginLoaded=Ce,Oe.appHasMonthlyNotesPluginLoaded=qe,Oe.appHasQuarterlyNotesPluginLoaded=kt,Oe.appHasWeeklyNotesPluginLoaded=Je,Oe.appHasYearlyNotesPluginLoaded=xt,Oe.createDailyNote=K,Oe.createMonthlyNote=se,Oe.createPeriodicNote=pe,Oe.createQuarterlyNote=L,Oe.createWeeklyNote=x,Oe.createYearlyNote=we,Oe.getAllDailyNotes=he,Oe.getAllMonthlyNotes=ue,Oe.getAllQuarterlyNotes=ae,Oe.getAllWeeklyNotes=U,Oe.getAllYearlyNotes=_e,Oe.getDailyNote=Q,Oe.getDailyNoteSettings=u,Oe.getDateFromFile=z,Oe.getDateFromPath=R,Oe.getDateUID=E,Oe.getMonthlyNote=Y,Oe.getMonthlyNoteSettings=h,Oe.getPeriodicNoteSettings=C,Oe.getQuarterlyNote=ee,Oe.getQuarterlyNoteSettings=m,Oe.getTemplateInfo=D,Oe.getWeeklyNote=W,Oe.getWeeklyNoteSettings=d,Oe.getYearlyNote=Ne,Oe.getYearlyNoteSettings=b,Oe}var wm=Gy();const mi=class mi{static dateKey(a){const r=a||new Date;return`${r.getFullYear()}-${String(r.getMonth()+1).padStart(2,"0")}-${String(r.getDate()).padStart(2,"0")}`}static loadAll(){try{const a=localStorage.getItem(this.STORAGE_KEY);return a?JSON.parse(a):{}}catch{return{}}}static save(a,r){const i=this.loadAll();i[a]=r;const o=Object.keys(i).sort();for(;o.length>this.MAX_DAYS;)delete i[o.shift()];localStorage.setItem(this.STORAGE_KEY,JSON.stringify(i))}static get(a){return this.loadAll()[a]||null}static saveToday(a){this._lastStats={...a},this.save(this.dateKey(),a)}static flushOnUnload(){this._lastStats&&this.save(this.dateKey(),this._lastStats)}static async computeFromEntries(a,r,i){let o=0,l=0,c=0;for(const h of a){const m=h.file;try{const k=(await r.vault.cachedRead(m)).replace(/^---[\s\S]*?---\s*/,"");o+=k.replace(/\s/g,"").length;const v=(k.match(/[\u4e00-\u9fff]/g)||[]).length,w=k.replace(/[\u4e00-\u9fff]/g," ").split(/\s+/).filter(D=>D.length>0).length;l+=v+w}catch{}(m.path.startsWith(i+"/")||m.path===i)&&c++}const u=Math.round(o/60),d=await this.countInspirations(r);return{noteTimeMinutes:u,writingWords:l,literatureNotes:c,inspirations:d,timestamp:Date.now()}}static async computeAndSaveToday(a,r){const i=new Date,o=new Date(i.getFullYear(),i.getMonth(),i.getDate()).getTime(),l=a.vault.getMarkdownFiles();let c=0,u=0,d=0;for(const b of l)if(!(b.stat.mtimeE.length>0).length;u+=y+D}catch{}(b.path.startsWith(r+"/")||b.path===r)&&d++}const h=Math.round(c/60),m=await this.countInspirations(a);this.saveToday({noteTimeMinutes:h,writingWords:u,literatureNotes:d,inspirations:m,timestamp:Date.now()})}static hasCachedWeekData(){const a=this.loadAll(),r=new Date,i=r.getDay(),o=i===0?6:i-1,l=new Date(r);l.setDate(r.getDate()-o-7),l.setHours(0,0,0,0);for(let c=0;c<14;c++){const u=new Date(l);if(u.setDate(l.getDate()+c),a[this.dateKey(u)])return!0}return!1}static getWeeklyComparison(){const a=this.loadAll(),r=new Date,i=r.getDay(),o=i===0?6:i-1,l=new Date(r);l.setDate(r.getDate()-o),l.setHours(0,0,0,0);const c=new Date(l);c.setDate(l.getDate()-7);let u=0,d=0,h=0;const m=o+1;for(let y=0;y0?100:0:Math.min(Math.round(f/a*100),100)}function ku(f,a){if(a===0)return f>0?"+100%":"+0%";const r=Math.round((f-a)/a*100);return r>=0?`+${r}%`:`${r}%`}class Zy extends _.BasesView{constructor(a,r){super(a),this.type="ppb-today-stats",this.containerEl=r}onDataUpdated(){this.render()}async render(){this.containerEl.empty(),this.containerEl.addClass("ppb-today-left");const a=this.data?.data??[],r=this.app.plugins?.plugins?.paperbell,i=r?.settings?.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero",o=await gr.computeFromEntries(a,this.app,i);gr.saveToday(o);const l=o.noteTimeMinutes>=60?`${Math.floor(o.noteTimeMinutes/60)}h${o.noteTimeMinutes%60>0?o.noteTimeMinutes%60+"m":""}`:`${o.noteTimeMinutes}m`,c=o.writingWords>=1e3?`${(o.writingWords/1e3).toFixed(1)}k`:String(o.writingWords),u=r?.settings?.componentDataSources?.todayFocus?.displayName||"Today Focus",d=[{label:"Note time",value:l,icon:"clock",bgColor:"#B0D2EC",textColor:"#648EC0"},{label:"Writing words",value:c,icon:"edit",bgColor:"#B5ACA3",textColor:"#533A33"},{label:"Literature notes",value:String(o.literatureNotes),icon:"book-open",bgColor:"#849DBB",textColor:"#533A33"},{label:"Inspirations",value:String(o.inspirations),icon:"lightbulb",bgColor:"#533A33",textColor:"#B0D2EC"}];this.containerEl.createEl("h3",{text:u,cls:"ppb-today-card-title"});const h=this.containerEl.createDiv({cls:"ppb-today-stats"});for(const m of d){const b=h.createDiv({cls:"ppb-today-stat-row"}),k=b.createDiv({cls:"ppb-today-stat-lhs"}),v=k.createDiv({cls:"ppb-today-stat-icon"});v.style.backgroundColor=m.bgColor;const y=v.createSpan();_.setIcon(y,m.icon),y.style.color=m.textColor,k.createEl("span",{text:m.label,cls:"ppb-today-stat-label"}),b.createEl("span",{text:m.value,cls:"ppb-today-stat-value"})}}}class Yy extends _.BasesView{constructor(a,r){super(a),this.type="ppb-weekly-performance",this.focusBtnEl=null,this.pomodoroUnsub=null,this.containerEl=r,this.pomodoroUnsub=Xe.subscribe(i=>i.pomodoroState,i=>this.updateFocusButton(i.isRunning))}onDataUpdated(){this.render()}async render(){this.containerEl.empty(),this.containerEl.addClass("ppb-today-right");const r=this.app.plugins?.plugins?.paperbell?.settings?.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero",i=this.data?.data??[],o=await gr.computeFromEntries(i,this.app,r);gr.saveToday(o);const l=gr.hasCachedWeekData()?gr.getWeeklyComparison():await this.computeWeeklyProgressFromVault(r),c=this.containerEl.createDiv({cls:"ppb-today-ticket-head"});c.createEl("div",{text:"PaperBell",cls:"ppb-today-ticket-brand"}),c.createEl("div",{text:"Research to be connected",cls:"ppb-today-ticket-sub"}),c.createEl("span",{text:"Weekly performance",cls:"ppb-today-ticket-badge"});const u=[{label:"Writing words",pct:l.writingProgress,text:l.writingText,colorVar:"var(--interactive-accent)"},{label:"Note time",pct:l.noteTimeProgress,text:l.noteTimeText,colorVar:"var(--text-muted)"},{label:"Literature notes",pct:l.literatureProgress,text:l.literatureText,colorVar:"var(--text-normal)"}],d=this.containerEl.createDiv({cls:"ppb-today-bars"});for(const k of u){const v=d.createDiv({cls:"ppb-today-bar-group"}),y=v.createDiv({cls:"ppb-today-bar-header"});y.createEl("span",{text:k.label});const w=y.createEl("span",{text:k.text,cls:"ppb-today-bar-pct"});w.style.color=k.colorVar;const E=v.createDiv({cls:"ppb-today-bar-track"}).createDiv({cls:"ppb-today-bar-fill"});E.style.width=`${Math.min(Math.max(k.pct,0),100)}%`,E.style.backgroundColor=k.colorVar}this.containerEl.createDiv({cls:"ppb-today-divider"});const h=this.containerEl.createDiv({cls:"ppb-today-focus-btn-wrap"});this.focusBtnEl=h.createEl("button",{cls:"ppb-today-focus-btn"});const m=this.focusBtnEl.createSpan();_.setIcon(m,"focus");const b=Xe.getState().pomodoroState.isRunning;this.focusBtnEl.createEl("span",{text:b?"Focus in progress...":"Start focus now"}),b&&(this.focusBtnEl.disabled=!0),this.focusBtnEl.addEventListener("click",()=>{Xe.getState().startPomodoro()})}async computeWeeklyProgressFromVault(a){const r=new Date,i=r.getDay(),o=i===0?6:i-1,l=new Date(r);l.setDate(r.getDate()-o),l.setHours(0,0,0,0);const c=new Date(l);c.setDate(l.getDate()-7);const u=this.app.vault.getMarkdownFiles();let d=0,h=0,m=0,b=0,k=0,v=0;for(const D of u){const E=D.stat.mtime,T=E>=l.getTime(),A=E>=c.getTime()&&EM.length>0).length,he=V+Q,ve=D.path.startsWith(a+"/")||D.path===a;T?(d+=he,h+=q,ve&&m++):A&&(b+=he,k+=q,ve&&v++)}catch{}}const y=(D,E)=>E===0?D>0?100:0:Math.min(Math.round(D/E*100),100),w=(D,E)=>{if(E===0)return D>0?"+100%":"+0%";const T=Math.round((D-E)/E*100);return T>=0?`+${T}%`:`${T}%`};return{writingProgress:y(d,b),writingText:w(d,b),noteTimeProgress:y(h,k),noteTimeText:w(h,k),literatureProgress:y(m,v),literatureText:w(m,v)}}updateFocusButton(a){if(!this.focusBtnEl)return;const r=this.focusBtnEl.querySelector("span:last-child");r&&(r.textContent=a?"Focus in progress...":"Start focus now"),this.focusBtnEl.disabled=a}onunload(){this.pomodoroUnsub&&(this.pomodoroUnsub(),this.pomodoroUnsub=null)}}const Fe=eb()(tb(rb((f,a)=>({runs:[],outputMap:{},selectedRunId:null,outputPanelVisible:!1,autoScroll:!0,searchQuery:"",lineWrap:!0,showTimestamps:!1,addRun:r=>{const{outputLines:i,...o}=r;f(l=>({runs:[o,...l.runs].slice(0,50),outputMap:{...l.outputMap,[r.id]:i},selectedRunId:r.id,outputPanelVisible:!0}))},updateRun:(r,i)=>{const{runs:o}=a(),l=o.findIndex(u=>u.id===r);if(l===-1)return;const c=[...o];c[l]={...c[l],...i},f({runs:c})},appendOutput:(r,i,o,l)=>{const c=o.split(` -`).filter(u=>u.length>0).map(u=>({timestamp:Date.now(),stream:i,text:u}));c.length!==0&&f(u=>{const h=[...u.outputMap[r]??[],...c];return{outputMap:{...u.outputMap,[r]:h.length>l?h.slice(-l):h}}})},selectRun:r=>f({selectedRunId:r}),setOutputPanelVisible:r=>f({outputPanelVisible:r}),setAutoScroll:r=>f({autoScroll:r}),setSearchQuery:r=>f({searchQuery:r}),setLineWrap:r=>f({lineWrap:r}),setShowTimestamps:r=>f({showTimestamps:r}),clearHistory:()=>f({runs:[],outputMap:{},selectedRunId:null}),removeRun:r=>{const{runs:i,outputMap:o,selectedRunId:l}=a(),{[r]:c,...u}=o;f({runs:i.filter(d=>d.id!==r),outputMap:u,selectedRunId:l===r?null:l})},loadRuns:r=>f({runs:r,selectedRunId:r.length>0?r[0].id:null})})),{name:"agent-store"}));function ym(f){return Fe.getState().runs.filter(a=>a.ruleId===f&&a.status==="running").length}function km(){return Fe.getState().runs.filter(f=>f.status==="running").length}function xu(){const f=window.require||globalThis.require||void 0;if(typeof f!="function")throw new Error("Node require() is not available in this environment");try{return f("node:child_process")}catch{return f("child_process")}}function Ky(){const f=window.require||globalThis.require||void 0;if(typeof f!="function")throw new Error("Node require() is not available in this environment");try{return f("node:path")}catch{return f("path")}}class Qy extends _.Component{constructor(a){super(),this.activeProcesses=new Map,this.runQueue=[],this.timeouts=new Map,this.confirmationTimers=new Map,this.streamBuffers=new Map,this.persistedRunIds=new Set,this.unsubscribeStore=null,this.writeQueue=Promise.resolve(),this.onRunStarted=null,this.plugin=a}getSettings(){return this.plugin.settings.agentAutoExec??{enabled:!1,rules:[],binaryPaths:{},globalMaxConcurrent:2,showNoticeOnTrigger:!0,maxOutputLinesPerRun:5e3,maxHistoryRuns:50}}getVaultPath(){return this.plugin.app.vault.adapter.basePath||""}async executeRule(a,r,i){const o=crypto.randomUUID(),l={id:o,ruleId:a.id,ruleName:a.name||"Unnamed Rule",agentType:a.agentType,status:a.requireConfirmation?"pending_confirmation":"queued",triggerFile:r,triggerEvent:i,startedAt:null,completedAt:null,outputLines:[],exitCode:null,error:null,pid:null};return Fe.getState().addRun(l),this.onRunStarted?.(),a.requireConfirmation?(this.showConfirmationNotice(l,a),o):this.shouldQueue(a)?(this.runQueue.push({run:l,rule:a}),o):(await this.spawnProcess(l,a),o)}async executeAdHoc(a,r){const i=crypto.randomUUID(),o={id:i,ruleId:"__adhoc__",ruleName:"对话",agentType:a,status:"queued",triggerFile:"(用户输入)",triggerEvent:"create",startedAt:null,completedAt:null,outputLines:[],exitCode:null,error:null,pid:null};Fe.getState().addRun(o),this.onRunStarted?.();const l={id:"__adhoc__",enabled:!0,name:"对话",watchPaths:[],triggerEvents:["create"],agentType:a,customBinaryPath:"",promptTemplate:r,workingDirectory:"",extraArgs:[],debounceMs:0,timeoutMs:0,maxConcurrent:0,requireConfirmation:!1,confirmationTimeoutMs:0,allowedTools:["Edit","Write","Read"]};return await this.spawnProcess(o,l),i}showConfirmationNotice(a,r){const i=document.createDocumentFragment();i.createEl("div",{text:`AI Agent「${r.name||"未命名规则"}」请求执行`}).createEl("div",{text:`触发: ${a.triggerEvent} ${a.triggerFile}`,cls:"agent-confirm-detail"});const l=i.createEl("div",{cls:"agent-confirm-buttons"}),c=l.createEl("button",{text:"允许执行",cls:"mod-cta"}),u=l.createEl("button",{text:"拒绝"}),d=r.confirmationTimeoutMs||3e4,h=new _.Notice(i,d),m=()=>{const k=this.confirmationTimers.get(a.id);k!==void 0&&window.clearTimeout(k),this.confirmationTimers.delete(a.id)};c.addEventListener("click",()=>{h.hide(),m(),Fe.getState().updateRun(a.id,{status:"queued"}),this.shouldQueue(r)?this.runQueue.push({run:a,rule:r}):this.spawnProcess(a,r)}),u.addEventListener("click",()=>{h.hide(),m(),Fe.getState().updateRun(a.id,{status:"cancelled",completedAt:Date.now(),error:"用户拒绝执行"})});const b=window.setTimeout(()=>{this.confirmationTimers.delete(a.id),Fe.getState().runs.find(v=>v.id===a.id)?.status==="pending_confirmation"&&Fe.getState().updateRun(a.id,{status:"cancelled",completedAt:Date.now(),error:`确认超时 (${d/1e3}s)`})},d);this.confirmationTimers.set(a.id,b)}shouldQueue(a){const r=this.getSettings();return r.globalMaxConcurrent>0&&km()>=r.globalMaxConcurrent||a.maxConcurrent>0&&ym(a.id)>=a.maxConcurrent}async spawnProcess(a,r){const i=this.getSettings(),o=Fe.getState(),l=r.customBinaryPath||i.binaryPaths[r.agentType],c=Au(r.agentType,l);if(!c.found){o.updateRun(a.id,{status:"failed",error:c.error||"Binary not found",completedAt:Date.now()}),new _.Notice(`AI Agent 执行失败: ${c.error||"找不到 CLI"}`),this.processQueue();return}const u=xu(),d=Ky(),h=this.interpolatePrompt(r.promptTemplate,a),m=this.buildArgs(r.agentType,r.extraArgs,r.allowedTools),b=this.getVaultPath(),k=r.workingDirectory?d.resolve(b,r.workingDirectory):b;try{const v=u.spawn(c.path,m,{cwd:k,stdio:["pipe","pipe","pipe"],env:{...process.env},shell:process.platform==="win32"});if(v.stdin?.write(h),v.stdin?.end(),a.pid=v.pid??null,o.updateRun(a.id,{status:"running",pid:a.pid,startedAt:Date.now()}),this.activeProcesses.set(a.id,v),Fe.getState().appendOutput(a.id,"stdout",`▶ Prompt ━━━━━━━━━━━━━━━━━━━━━━━━━━━ -${h} -━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━`,i.maxOutputLinesPerRun),v.stdout?.on("data",y=>{const w=y.toString("utf-8");this.handleStreamChunk(a.id,r.agentType,w,i.maxOutputLinesPerRun)}),v.stderr?.on("data",y=>{const w=y.toString("utf-8");Fe.getState().appendOutput(a.id,"stderr",w,i.maxOutputLinesPerRun)}),v.on("close",y=>{this.flushStreamBuffer(a.id,i.maxOutputLinesPerRun),this.activeProcesses.delete(a.id),this.clearTimeout(a.id),Fe.getState().updateRun(a.id,{status:y===0?"completed":"failed",exitCode:y,completedAt:Date.now()}),this.processQueue()}),v.on("error",y=>{this.activeProcesses.delete(a.id),this.clearTimeout(a.id),Fe.getState().updateRun(a.id,{status:"failed",error:y.message,completedAt:Date.now()}),this.processQueue()}),r.timeoutMs>0){const y=window.setTimeout(()=>{this.activeProcesses.has(a.id)&&(this.cancelRun(a.id),Fe.getState().appendOutput(a.id,"stderr",`[超时] 进程在 ${r.timeoutMs}ms 后被终止`,i.maxOutputLinesPerRun))},r.timeoutMs);this.timeouts.set(a.id,y)}}catch(v){o.updateRun(a.id,{status:"failed",error:v.message||"Failed to spawn process",completedAt:Date.now()}),this.processQueue()}}buildArgs(a,r,i){switch(a){case"claude-code":{const o=["--print","--verbose","--output-format","stream-json"];if(i&&i.length>0)for(const l of i)o.push("--allowedTools",l);return o.push(...r),o}case"openai-codex":return["exec","--full-auto","--skip-git-repo-check","--json",...r];case"gemini-cli":return["--output-format","stream-json",...r];default:return[...r]}}extractStreamText(a,r){switch(a){case"claude-code":return r?.type==="stream_event"?this.extractStreamText(a,r.event):r?.type==="content_block_delta"&&r?.delta?.type==="text_delta"?r.delta.text??null:r?.type==="result"&&typeof r?.result=="string"?r.result:null;case"openai-codex":return r?.type==="message"&&typeof r?.content=="string"?r.content:typeof r?.text=="string"?r.text:null;case"gemini-cli":return(r?.type==="message"||r?.type==="result")&&typeof r?.content=="string"?r.content:r?.type==="tool_use"&&r?.name?`[tool] ${r.name}(${JSON.stringify(r.input??{})})`:r?.type==="tool_result"&&typeof r?.output=="string"?`[tool result] ${r.output.slice(0,200)}`:null;default:return typeof r?.text=="string"?r.text:typeof r?.content=="string"?r.content:null}}handleStreamChunk(a,r,i,o){let l=this.streamBuffers.get(a);l||(l={ndjsonPartial:""},this.streamBuffers.set(a,l));const u=(l.ndjsonPartial+i).split(` -`);l.ndjsonPartial=u.pop()??"";for(const d of u){const h=d.trim();if(!h)continue;let m;try{m=JSON.parse(h)}catch{Fe.getState().appendOutput(a,"stdout",h,o);continue}const b=this.extractStreamText(r,m);b!==null&&Fe.getState().appendOutput(a,"stdout",b,o)}}flushStreamBuffer(a,r){const i=this.streamBuffers.get(a);if(!i)return;const o=i.ndjsonPartial.trim();if(o)try{const l=JSON.parse(o),c=Fe.getState().runs.find(d=>d.id===a)?.agentType??"claude-code",u=this.extractStreamText(c,l);u&&Fe.getState().appendOutput(a,"stdout",u,r)}catch{o&&Fe.getState().appendOutput(a,"stdout",o,r)}this.streamBuffers.delete(a)}interpolatePrompt(a,r){const i={"{{filePath}}":r.triggerFile,"{{fileName}}":r.triggerFile.split("/").pop()||"","{{eventType}}":r.triggerEvent,"{{vaultPath}}":this.getVaultPath(),"{{timestamp}}":new Date().toISOString()};let o=a;for(const[l,c]of Object.entries(i))o=o.replaceAll(l,c);return o}cancelRun(a){const r=this.activeProcesses.get(a);if(r){if(process.platform==="win32"&&r.pid)try{xu().exec(`taskkill /pid ${r.pid} /T /F`)}catch{}else r.kill("SIGTERM"),window.setTimeout(()=>{this.activeProcesses.has(a)&&r.kill("SIGKILL")},5e3);this.flushStreamBuffer(a,this.getSettings().maxOutputLinesPerRun),this.activeProcesses.delete(a),this.clearTimeout(a),Fe.getState().updateRun(a,{status:"cancelled",completedAt:Date.now()}),this.processQueue()}}cancelAll(){for(const a of[...this.activeProcesses.keys()])this.cancelRun(a);for(const{run:a}of this.runQueue)Fe.getState().updateRun(a.id,{status:"cancelled",completedAt:Date.now()});this.runQueue=[];for(const[a,r]of this.confirmationTimers)window.clearTimeout(r),Fe.getState().updateRun(a,{status:"cancelled",completedAt:Date.now(),error:"已取消"});this.confirmationTimers.clear()}processQueue(){if(this.runQueue.length===0)return;const a=this.getSettings(),r=this.runQueue.findIndex(({rule:o})=>!(a.globalMaxConcurrent>0&&km()>=a.globalMaxConcurrent||o.maxConcurrent>0&&ym(o.id)>=o.maxConcurrent));if(r===-1)return;const[i]=this.runQueue.splice(r,1);this.spawnProcess(i.run,i.rule)}clearTimeout(a){const r=this.timeouts.get(a);r!==void 0&&(window.clearTimeout(r),this.timeouts.delete(a))}async debugRun(a,r){const i=`[AgentDebug:${a}]`,o=this.getSettings();console.group(`${i} Starting debug run`);const l=o.binaryPaths[a],c=Au(a,l);if(!c.found){console.error(`${i} Binary not found: ${c.error}`),new _.Notice(`Debug: ${a} CLI 未找到 — ${c.error}`),console.groupEnd();return}const u=this.buildArgs(a,[]),d=this.getVaultPath(),h=xu();let m;try{m=h.spawn(c.path,u,{cwd:d,stdio:["pipe","pipe","pipe"],env:{...process.env},shell:process.platform==="win32"}),m.stdin?.write(r),m.stdin?.end()}catch(v){console.error(`${i} Spawn failed:`,v),new _.Notice(`Debug: spawn 失败 — ${v.message}`),console.groupEnd();return}new _.Notice(`Debug: ${a} 已启动 (PID ${m.pid}),输出见 DevTools Console`);const b=crypto.randomUUID(),k={id:b,ruleId:"__debug__",ruleName:`[Debug] ${a}`,agentType:a,status:"running",triggerFile:"(debug)",triggerEvent:"create",startedAt:Date.now(),completedAt:null,outputLines:[],exitCode:null,error:null,pid:m.pid??null};Fe.getState().addRun(k),this.onRunStarted?.(),this.activeProcesses.set(b,m),m.stdout?.on("data",v=>{const y=v.toString("utf-8");this.handleStreamChunk(b,a,y,o.maxOutputLinesPerRun)}),m.stderr?.on("data",v=>{const y=v.toString("utf-8");console.warn(`${i} [stderr]`,y),Fe.getState().appendOutput(b,"stderr",y,o.maxOutputLinesPerRun)}),m.on("close",v=>{this.flushStreamBuffer(b,o.maxOutputLinesPerRun),this.activeProcesses.delete(b);const y=v===0?"completed":"failed";console.groupEnd(),Fe.getState().updateRun(b,{status:y,exitCode:v,completedAt:Date.now()}),new _.Notice(`Debug: ${a} 已退出 (code ${v})`)}),m.on("error",v=>{this.activeProcesses.delete(b),console.error(`${i} Process error:`,v),console.groupEnd(),Fe.getState().updateRun(b,{status:"failed",error:v.message,completedAt:Date.now()}),new _.Notice(`Debug: ${a} 错误 — ${v.message}`)})}get historyFilePath(){return _.normalizePath(`${this.plugin.manifest.dir}/agent-runs.jsonl`)}isTerminal(a){return a==="completed"||a==="failed"||a==="cancelled"}async initPersistence(){await this.loadRunHistory(),this.setupPersistenceSubscription()}setupPersistenceSubscription(){this.unsubscribeStore=Fe.subscribe(a=>a.runs,(a,r)=>{for(const l of a)this.isTerminal(l.status)&&!this.persistedRunIds.has(l.id)&&(this.persistedRunIds.add(l.id),this.enqueueWrite(()=>this.appendRunToFile(l)));if(a.length===0&&r.length>0){this.persistedRunIds.clear(),this.enqueueWrite(()=>this.clearHistoryFile());return}const i=new Set(a.map(l=>l.id));let o=!1;for(const l of this.persistedRunIds)i.has(l)||(this.persistedRunIds.delete(l),o=!0);o&&this.enqueueWrite(()=>this.rewriteHistoryFile())})}async loadRunHistory(){const a=this.plugin.app.vault.adapter,r=this.historyFilePath;if(await a.exists(r))try{const o=(await a.read(r)).split(` -`).filter(m=>m.trim()),l=this.getSettings().maxHistoryRuns,c=[];for(const m of o)try{c.push(JSON.parse(m))}catch{}const u=c.slice(-l);for(const m of u)this.persistedRunIds.add(m.id);c.length>l&&this.enqueueWrite(()=>this.rewriteHistoryFromPersisted(u));const d=[],h={};for(const m of u){const{outputLines:b,...k}=m;d.push(k),b&&b.length>0&&(h[k.id]=b)}Fe.getState().loadRuns(d.reverse()),Object.keys(h).length>0&&Fe.setState(m=>({outputMap:{...m.outputMap,...h}}))}catch(i){console.error("[AgentExecutor] Failed to load run history:",i)}}enqueueWrite(a){this.writeQueue=this.writeQueue.then(a).catch(r=>{console.error("[AgentExecutor] History write error:",r)})}async appendRunToFile(a){const r=this.plugin.app.vault.adapter,i=this.historyFilePath,o=Fe.getState().outputMap[a.id]??[],l={...a,outputLines:o},c=JSON.stringify(l)+` -`;await r.exists(i)?await r.append(i,c):await r.write(i,c)}async clearHistoryFile(){const a=this.plugin.app.vault.adapter,r=this.historyFilePath;await a.exists(r)&&await a.write(r,"")}async rewriteHistoryFile(){const a=Fe.getState(),i=[...a.runs.filter(o=>this.isTerminal(o.status))].reverse().map(o=>({...o,outputLines:a.outputMap[o.id]??[]}));await this.rewriteHistoryFromPersisted(i)}async rewriteHistoryFromPersisted(a){const r=this.plugin.app.vault.adapter,i=a.length>0?a.map(o=>JSON.stringify(o)).join(` + `);const E=v.state[a];if(E==null)return;JSON.stringify(n.getState())!==JSON.stringify(E)&&h(E);return}ai(n)&&n.dispatch(v)});case"DISPATCH":switch(p.payload.type){case"RESET":return h(g),a===void 0?l?.init(n.getState()):l?.init(ae(o.name));case"COMMIT":if(a===void 0){l?.init(n.getState());return}return l?.init(ae(o.name));case"ROLLBACK":return bs(p.state,v=>{if(a===void 0){h(v),l?.init(n.getState());return}h(v[a]),l?.init(ae(o.name))});case"JUMP_TO_STATE":case"JUMP_TO_ACTION":return bs(p.state,v=>{if(a===void 0){h(v);return}JSON.stringify(n.getState())!==JSON.stringify(v[a])&&h(v[a])});case"IMPORT_STATE":{const{nextLiftedState:v}=p.payload,E=(y=v.computedStates.slice(-1)[0])==null?void 0:y.state;if(!E)return;h(a===void 0?E:E[a]),l?.send(null,v);return}case"PAUSE_RECORDING":return f=!f}return}}),g},Ai=Ba,bs=(u,e)=>{let t;try{t=JSON.parse(u)}catch(s){console.error("[zustand devtools middleware] Could not parse the received json",s)}t!==void 0&&e(t)},za=u=>(e,t,s)=>{const n=s.subscribe;return s.subscribe=(r,a,o)=>{let c=r;if(a){const l=o?.equalityFn||Object.is;let d=r(s.getState());c=f=>{const h=r(f);if(!l(d,h)){const g=d;a(d=h,g)}},o?.fireImmediately&&a(d,d)}return n(c)},u(e,t,s)},Fi=za;function ja(u){const e=Math.floor(u/60),t=u%60;return`${e.toString().padStart(2,"0")}:${t.toString().padStart(2,"0")}`}function Ua(u){switch(u){case"work":return"🍅";case"shortBreak":return"☕";case"longBreak":return"🌟";default:return"🍅"}}function Fs(u){switch(u){case"work":return"专注工作";case"shortBreak":return"短休息";case"longBreak":return"长休息";default:return"专注工作"}}function Wa(u,e,t){return u==="work"?(e+1)%t===0?"longBreak":"shortBreak":"work"}function Va(u,e,t=!1){const s=t?"⏸️":Ua(u),n=ja(e);return`${s} ${n}`}function Ha(u,e){const t=Fs(u),s=Fs(e);switch(u){case"work":return`🎉 ${t}完成!${e==="longBreak"?"是时候好好休息一下了!":"休息一下再继续吧!"}`;case"shortBreak":return`☕ ${t}结束,准备开始${s}!`;case"longBreak":return`🌟 ${t}结束,精神饱满地开始新的工作吧!`;default:return`会话完成,开始${s}!`}}const oi={isRunning:!1,isPaused:!1,remainingTime:0,currentSession:"work",sessionCount:0,totalWorkTime:0,startTime:null},qa=u=>u?.settings?.pomodoroSettings?u.settings.pomodoroSettings:{workDuration:25,shortBreakDuration:5,longBreakDuration:15,longBreakInterval:4,enableNotifications:!0,enableStatusBar:!0,autoStartBreaks:!1,autoStartWork:!1},Za=u=>u?.settings?.userProfile?u.settings.userProfile:Nt.userProfile,Ga=u=>({light:u?.settings?.themeColors?.light||Rt,dark:u?.settings?.themeColors?.dark||Lt,modePreference:u?.settings?.themeModePreference||"system"}),Ya=u=>u?.settings?.componentSettings?u.settings.componentSettings:Nt.componentSettings,ut=Ii()(Ai(Fi((u,e)=>({app:null,plugin:null,dataService:new le(null,void 0),userProfile:null,writingStats:null,writingStatsLoading:!1,writingStatsError:null,books:[],booksLoading:!1,booksError:null,projects:[],projectsLoading:!1,projectsError:null,papers:[],papersLoading:!1,papersError:null,experiments:[],experimentsLoading:!1,experimentsError:null,resources:[],resourcesLoading:!1,resourcesError:null,todos:[],pomodoroState:{...oi},pomodoroSettings:{workDuration:25,shortBreakDuration:5,longBreakDuration:15,longBreakInterval:4,enableNotifications:!0,enableStatusBar:!0,autoStartBreaks:!1,autoStartWork:!1},todosLoading:!1,todosError:null,literature:[],literatureLoading:!1,literatureError:null,researchFocusMap:null,researchFocusLoading:!1,researchFocusError:null,userProfileSettings:Nt.userProfile,themeSettings:{light:Rt,dark:Lt,modePreference:"system"},componentSettings:Nt.componentSettings,settingsVersion:0,currentTab:"academic",setCurrentTab:t=>u({currentTab:t}),initializeDataService:(t,s,n)=>{const i={app:t,dataService:new le(t,s,void 0,n)};n&&(i.plugin=n,i.pomodoroSettings=qa(n),i.userProfileSettings=Za(n),i.themeSettings=Ga(n),i.componentSettings=Ya(n)),u(i)},getDataManagerStatus:()=>{const t=e().dataService,s=!!t.dataManager,n=!!t&&!!t.app;return{hasDataManager:s,dataServiceInitialized:n}},fetchUserProfile:async()=>{try{const t=e().plugin;if(t?.settings?.userProfile)u({userProfile:t.settings.userProfile});else{const s=await e().dataService.getUserProfile();u({userProfile:s})}}catch(t){console.error("Error fetching user profile:",t)}},fetchWritingStats:async()=>{u({writingStatsLoading:!0,writingStatsError:null});try{const t=await e().dataService.getWritingStats();u({writingStats:t,writingStatsLoading:!1})}catch(t){u({writingStatsError:t instanceof Error?t.message:"Failed to load writing stats",writingStatsLoading:!1})}},fetchBooks:async()=>{u({booksLoading:!0,booksError:null});try{const t=await e().dataService.getBooksData();u({books:t,booksLoading:!1})}catch(t){u({booksError:t instanceof Error?t.message:"Failed to load books",booksLoading:!1})}},fetchProjects:async()=>{u({projectsLoading:!0,projectsError:null});try{const t=await e().dataService.getProjectsData();u({projects:t,projectsLoading:!1})}catch(t){u({projectsError:t instanceof Error?t.message:"Failed to load projects",projectsLoading:!1})}},fetchPapers:async()=>{u({papersLoading:!0,papersError:null});try{const t=await e().dataService.getPapersData();u({papers:t,papersLoading:!1})}catch(t){u({papersError:t instanceof Error?t.message:"Failed to load papers",papersLoading:!1})}},fetchExperiments:async()=>{u({experimentsLoading:!0,experimentsError:null});try{const t=await e().dataService.getExperimentsData();u({experiments:t,experimentsLoading:!1})}catch(t){u({experimentsError:t instanceof Error?t.message:"Failed to load experiments",experimentsLoading:!1})}},fetchResources:async()=>{u({resourcesLoading:!0,resourcesError:null});try{const t=await e().dataService.getResourcesData();u({resources:t,resourcesLoading:!1})}catch(t){u({resourcesError:t instanceof Error?t.message:"Failed to load resources",resourcesLoading:!1})}},fetchTodos:async()=>{u({todosLoading:!0,todosError:null});try{const t=await e().dataService.getTodosData();u({todos:t,todosLoading:!1})}catch(t){u({todosError:t instanceof Error?t.message:"Failed to load todos",todosLoading:!1})}},fetchLiterature:async t=>{u({literatureLoading:!0,literatureError:null});try{const s=e().plugin,n=t||s?.settings?.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero",i=await e().dataService.getRecentLiterature(n);u({literature:i,literatureLoading:!1})}catch(s){u({literatureError:s instanceof Error?s.message:"Failed to load literature",literatureLoading:!1})}},fetchResearchFocusMap:async t=>{u({researchFocusLoading:!0,researchFocusError:null});try{const s=e().plugin,n=t||s?.settings?.componentDataSources?.researchFocusMap?.trackingTags||[],i=await e().dataService.getResearchFocusMap(n);u({researchFocusMap:i,researchFocusLoading:!1})}catch(s){u({researchFocusError:s instanceof Error?s.message:"Failed to load research focus map",researchFocusLoading:!1})}},updateUserProfileSettings:t=>{const s={...e().userProfileSettings,...t};u({userProfileSettings:s});const n=e().plugin;n&&(n.settings.userProfile=s,n.saveSettings())},updateThemeSettings:t=>{const s={...e().themeSettings,...t};u({themeSettings:s});const n=e().plugin;n&&(n.settings.themeColors={light:s.light,dark:s.dark},n.settings.themeModePreference=s.modePreference,n.saveSettings())},updateThemeColors:(t,s)=>{const n=e().themeSettings,i={...n[t],...s},r={...n,[t]:i};u({themeSettings:r});const a=e().plugin;a&&(a.settings.themeColors||(a.settings.themeColors={light:Rt,dark:Lt}),a.settings.themeColors[t]=i,a.saveSettings())},updateComponentSettings:(t,s)=>{const n={...e().componentSettings,[t]:{...e().componentSettings[t],...s}};u({componentSettings:n});const i=e().plugin;i&&(i.settings.componentSettings=n,i.saveSettings())},bumpSettingsVersion:()=>{u({settingsVersion:e().settingsVersion+1})},startPomodoro:()=>{const{pomodoroState:t,pomodoroSettings:s}=e(),n=t.currentSession==="work"?s.workDuration:t.currentSession==="shortBreak"?s.shortBreakDuration:s.longBreakDuration,i=Math.max(1,Math.floor(n*60));u({pomodoroState:{...t,isRunning:!0,isPaused:!1,remainingTime:i,startTime:Date.now()}})},pausePomodoro:()=>{const{pomodoroState:t}=e();t.isRunning&&u({pomodoroState:{...t,isPaused:!t.isPaused}})},stopPomodoro:()=>{u({pomodoroState:{...oi,currentSession:"work"}})},skipSession:()=>{const{pomodoroState:t,pomodoroSettings:s}=e(),n=Wa(t.currentSession,t.sessionCount,s.longBreakInterval);u({pomodoroState:{...t,currentSession:n,isRunning:!1,isPaused:!1,remainingTime:0,startTime:null}})},tickPomodoro:()=>{const{pomodoroState:t}=e();if(!t.isRunning||t.isPaused)return;const s=Math.max(0,t.remainingTime-1),n=t.remainingTime>0&&s===0;u({pomodoroState:{...t,remainingTime:s,isRunning:t.isRunning,sessionCount:n&&t.currentSession==="work"?t.sessionCount+1:t.sessionCount,totalWorkTime:t.currentSession==="work"&&s>0?t.totalWorkTime+1:t.totalWorkTime}})},updatePomodoroSettings:t=>{const s={...e().pomodoroSettings,...t};u({pomodoroSettings:s});const n=e().plugin;n&&(n.settings.pomodoroSettings=s,n.saveSettings())},refreshAllData:async()=>{const t=[e().fetchUserProfile(),e().fetchWritingStats(),e().fetchBooks(),e().fetchProjects(),e().fetchTodos(),e().fetchLiterature(),e().fetchResearchFocusMap()];await Promise.all(t)}})),{name:"dashboard-store"}));class Ka extends w.Component{constructor(e,t,s){super(),this.unsubscribe=null,this.settingsUnsub=null,this.app=t,this.plugin=s,this.containerEl=e.createDiv({cls:"ppb-overview"})}onload(){const e=ut.getState().writingStats;e?this.render(e):(this.renderLoading(),this.fetchAndRender()),this.unsubscribe=ut.subscribe(t=>t.writingStats,t=>{t&&this.render(t)}),this.settingsUnsub=ut.subscribe(t=>t.settingsVersion,()=>{const t=ut.getState().writingStats;t&&this.render(t)})}async fetchAndRender(){const e=ut.getState();try{await e.fetchWritingStats();const t=ut.getState().writingStats;t?this.render(t):this.renderEmpty()}catch{this.renderError()}}renderLoading(){this.containerEl.empty();const e=this.containerEl.createDiv({cls:"ppb-overview-loading"}),t=e.createDiv({cls:"ppb-overview-spinner"});w.setIcon(t,"loader"),e.createEl("span",{text:"Loading academic data..."})}renderError(){this.containerEl.empty();const e=this.containerEl.createDiv({cls:"ppb-overview-error"});w.setIcon(e.createSpan(),"alert-triangle"),e.createEl("span",{text:"Failed to load academic data"}),e.createEl("button",{text:"Retry",cls:"mod-cta"}).addEventListener("click",()=>{this.renderLoading(),this.fetchAndRender()})}renderEmpty(){this.containerEl.empty(),this.containerEl.createDiv({cls:"ppb-overview-empty"}).createEl("p",{text:"No writing statistics available yet."})}render(e){this.containerEl.empty(),this.containerEl.addClass("ppb-overview");const t=qs("academicOverview",this.plugin),s=this.containerEl.createDiv({cls:"ppb-overview-spark-wrap"});this.buildSparkline(s,e);const n=this.containerEl.createDiv({cls:"ppb-overview-content"});n.createEl("h3",{text:t,cls:"ppb-overview-title"});const i=n.createDiv({cls:"ppb-overview-metric"});i.createEl("span",{text:e.totalWords.toLocaleString(),cls:"ppb-overview-metric-value"});const r=i.createEl("span",{cls:"ppb-overview-metric-growth"}),a=r.createSpan();w.setIcon(a,"trending-up"),r.createEl("span",{text:`${e.monthlyGrowth.toFixed(2)}%`});const o=e.monthlyGrowth>0?"Performing well compared to last month":e.monthlyGrowth<0?"Writing slightly down this month":"Keep it up, maintain your pace";n.createEl("p",{text:o,cls:"ppb-overview-subtitle"});const c=n.createDiv({cls:"ppb-overview-stats"}),l=[{icon:"file-text",label:"Literature",value:e.literatureCount},{icon:"book-open",label:"Notes",value:e.notesCount},{icon:"edit",label:"Drafts",value:e.draftsCount},{icon:"award",label:"Published",value:e.publishedCount}];for(const d of l){const f=c.createDiv({cls:"ppb-overview-stat"}),h=f.createDiv({cls:"ppb-overview-stat-icon"});w.setIcon(h,d.icon);const g=f.createDiv({cls:"ppb-overview-stat-info"});g.createEl("span",{text:d.label,cls:"ppb-overview-stat-label"}),g.createEl("span",{text:String(d.value),cls:"ppb-overview-stat-value"})}}buildSparkline(e,t){const s=t.dailyStats||[];if(s.length===0)return;const n=320,i=160,r={t:20,r:20,b:30,l:20},a=n-r.l-r.r,o=i-r.t-r.b,c="http://www.w3.org/2000/svg",l=document.createElementNS(c,"svg");l.setAttribute("viewBox",`0 0 ${n} ${i}`),l.classList.add("ppb-overview-sparkline");const d=s.map(F=>F.cumulativeWords??0),f=s.map(F=>F.previousMonthCumulative??0),h=[...d,...f],g=Math.max(...h,1),p=Math.min(...h,0),y=g-p||1,v=F=>F/Math.max(s.length-1,1)*a,E=F=>(g-F)/y*o,x=F=>F.map((M,B)=>`${B===0?"M":"L"} ${v(B)} ${E(M)}`).join(" "),C=document.createElementNS(c,"g");C.setAttribute("transform",`translate(${r.l},${r.t})`);for(let F=0;F{this.applyThemeColors()}),this.themeObserver.observe(document.body,{attributes:!0,attributeFilter:["class"]})}applyThemeColors(){}buildNativeShell(){const e=this.contentEl;e.empty(),e.addClass("section-view-workspace");const t=e.createDiv({cls:"ppb-native-shell"}),s=t.createDiv({cls:"ppb-native-shell-header"});this.buildHeader(s),this.tabContainers.academic=t.createDiv({cls:"ppb-tab-container ppb-tab-academic"}),this.tabContainers.projects=t.createDiv({cls:"ppb-tab-container ppb-tab-projects"}),this.tabContainers.personal=t.createDiv({cls:"ppb-tab-container ppb-tab-personal"}),this.buildAcademicTab(this.tabContainers.academic),this.buildProjectsTab(this.tabContainers.projects),this.buildPersonalTab(this.tabContainers.personal),this.switchTab(ut.getState().currentTab||"academic")}buildAcademicTab(e){const t=e.createDiv({cls:"ppb-academic-grid"}),s=[t.createDiv({cls:"ppb-island"}),t.createDiv({cls:"ppb-island"}),t.createDiv({cls:"ppb-base-cell ppb-academic-base"}),t.createDiv({cls:"ppb-base-cell ppb-academic-base"})],n=new Ka(s[0],this.app,this.plugin);this.addChild(n),this.buildTodayFocusViews(s[1]);const i=this.plugin.settings.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero",r=this.plugin.settings.componentDataSources?.recentLiterature,a=new ii(s[2],this.app,this.plugin,{title:r?.displayName||"最近文献",icon:"book-open",description:r?.description||"展示最近阅读和收集的学术文献",baseYaml:["filters:"," and:",` - file.inFolder("${i}")`,"views:"," - type: table",' name: "Literature"'," order:"," - file.name"," - tags"," - file.modified"].join(` +`)});this.addChild(a);const o=this.plugin.settings.componentDataSources?.researchFocusMap?.trackingTags||["research","study","paper","note","想法","project"],c=o.length>0?["filters:"," or:",...o.map(f=>` - file.hasTag("${f}")`)]:[],l=this.plugin.settings.componentDataSources?.researchFocusMap,d=new ii(s[3],this.app,this.plugin,{title:l?.displayName||"研究焦点地图",icon:"target",description:l?.description||"可视化展示研究领域和关注重点",baseYaml:[...c,"views:"," - type: ppb-focus-heatmap",' name: "Research Focus"'," order:"," - file.name"," - tags"," - file.modified"].join(` +`),alternateView:{icon:"grid",tooltip:"Switch to heatmap grid view",baseYaml:[...c,"views:"," - type: ppb-focus-grid",' name: "Focus Grid"'," order:"," - file.name"," - tags"," - file.modified"].join(` +`)}});this.addChild(d)}buildTodayFocusViews(e){const t=e.createDiv({cls:"ppb-today-split"}),s=["filters:",` 'file.mtime >= date("today")'`,"views:"," - type: ppb-today-stats",' name: "Today Stats"'].join(` +`),n=["filters:",` 'file.mtime >= date("today")'`,"views:"," - type: ppb-weekly-performance",' name: "Weekly Performance"'].join(` +`),i=t.createDiv({cls:"ppb-today-split-cell"}),r=t.createDiv({cls:"ppb-today-split-cell"}),a=new w.Component;a.load(),this.register(()=>a.unload());const o=new w.Component;o.load(),this.register(()=>o.unload()),w.MarkdownRenderer.render(this.app,"```base\n"+s+"\n```",i,"",a),w.MarkdownRenderer.render(this.app,"```base\n"+n+"\n```",r,"",o)}buildProjectsTab(e){const t=e.createDiv({cls:"ppb-base-grid"}),s=["papers","experiments","tasks","resources"];for(const n of s){const i=t.createDiv({cls:"ppb-base-cell"}),r=new Fa(i,this.app,this.plugin,n);this.addChild(r),this.baseContainers.push(r)}}buildPersonalTab(e){const t=e.createDiv({cls:"ppb-base-cell"}),s=new Ra(t,this.app,this.plugin,"books");this.addChild(s),this.baseContainers.push(s)}buildHeader(e){const t=ut.getState(),s=this.plugin?.settings?.userProfile||{name:"用户",title:"研究者",email:"user@example.com",institution:"研究机构",avatar:""},n=e.createDiv({cls:"ppb-header"}),i=n.createDiv({cls:"ppb-header-left"}),a=i.createDiv({cls:"ppb-header-avatar"}).createEl("img",{attr:{src:this.resolveAvatarSrc(s.avatar),alt:"用户头像"}});a.addEventListener("error",()=>{a.src="https://avatars.githubusercontent.com/u/45836839?v=4"});const o=i.createDiv({cls:"ppb-header-info"}),c=o.createDiv({cls:"ppb-header-name-row"});c.createEl("h2",{cls:"ppb-header-name",text:s.name||"用户"}),c.createEl("span",{cls:"ppb-header-title",text:s.title||"研究者"});const l=o.createDiv({cls:"ppb-header-details"}),d=l.createDiv({cls:"ppb-header-detail-row"});d.createSpan({text:"📮"}),d.createSpan({text:s.email||"user@example.com"});const f=l.createDiv({cls:"ppb-header-detail-row"});f.createSpan({text:"🏫"}),f.createSpan({text:s.institution||"研究机构"});const h=n.createDiv({cls:"ppb-header-right"}),g=h.createEl("button",{cls:"ppb-header-settings-btn",attr:{title:"设置"}});g.innerHTML='',g.appendText(" 设置"),g.addEventListener("click",()=>this.openSettings());const p=h.createDiv({cls:"ppb-header-tab-switcher"}),y=[{key:"academic",label:"学术"},{key:"projects",label:"项目"},{key:"personal",label:"个人"}],v={};for(const x of y){const C=p.createEl("button",{cls:"ppb-header-tab-btn",text:x.label});t.currentTab===x.key&&C.addClass("ppb-header-tab-active"),C.addEventListener("click",()=>{ut.getState().setCurrentTab(x.key)}),v[x.key]=C}const E=ut.subscribe(x=>x.currentTab,x=>{for(const[C,T]of Object.entries(v))C===x?T.addClass("ppb-header-tab-active"):T.removeClass("ppb-header-tab-active")});this.register(()=>E())}resolveAvatarSrc(e){if(!e)return"https://avatars.githubusercontent.com/u/45836839?v=4";if(e.startsWith("http"))return e;const t=this.app.vault.getFileByPath(e);return t?this.app.vault.getResourcePath(t):"https://avatars.githubusercontent.com/u/45836839?v=4"}subscribeToTabChanges(){this.storeUnsubscribe=ut.subscribe(e=>e.currentTab,e=>this.switchTab(e))}switchTab(e){Object.entries(this.tabContainers).forEach(([t,s])=>{t===e?s.addClass("ppb-tab-active"):s.removeClass("ppb-tab-active")})}openSettings(){const e=this.app.setting;e&&(e.open(),e.openTabById("paperbell"))}async onClose(){this.storeUnsubscribe&&(this.storeUnsubscribe(),this.storeUnsubscribe=null),this.themeObserver&&(this.themeObserver.disconnect(),this.themeObserver=null);for(const e of this.baseContainers)this.removeChild(e);if(this.baseContainers=[],this.dataManager&&this.dataManager!==this.plugin.dataManager)try{this.dataManager.destroy()}catch(e){console.error("Error destroying DataManager:",e)}this.dataManager=null}getDefaultSettings(){return{sections:[],configMode:!1,layout:"free-grid",theme:"auto"}}}class Ja{constructor(e,t){this.baseUrl="https://paperbell.cn/api",this.isActivated=!1,this.fallbackMode=!1,this.lastProxyFailureTime=0,this.FALLBACK_COOLDOWN=300*1e3,this.activationCode=e,this.deviceId=t||this.generateDeviceId()}generateDeviceId(){const e=localStorage.getItem("paperbell-device-id");if(e)return e;const t=navigator.userAgent,s=navigator.platform,n=navigator.language,i=Intl.DateTimeFormat().resolvedOptions().timeZone,r=`${screen.width}x${screen.height}`;let a="";navigator.hardwareConcurrency&&(a=navigator.hardwareConcurrency.toString());const o=[t,s,n,i,r,a].join("|");let c=0;for(let d=0;dn)return new w.Notice("Activation failed: License has expired"),!1}return s.token_type&&s.token_type!=="activation_code"?(new w.Notice("Activation failed: Invalid token type"),!1):(this.isActivated=!0,!0)}else return new w.Notice("Activation failed: "+(t.error||"Invalid activation code")),!1}else return new w.Notice("Activation failed: Server error"),!1}catch(e){return console.error("Activation error:",e),new w.Notice("Activation failed: Network error"),!1}}async request(e){if(!this.isActivated&&!await this.activate())throw new Error("Device not activated");if(!this.fallbackMode||this.shouldRetryProxy())try{const t=new URL(e.url),s=await w.requestUrl({url:`${this.baseUrl}/proxy`,method:"POST",headers:{"X-Activation-Code":this.activationCode,"X-Device-ID":this.deviceId,"X-Target-Service":t.host,"Content-Type":"application/json"},body:JSON.stringify({url:e.url,method:e.method||"GET",headers:e.headers||{},...e.body?{body:e.body}:{}})});if(s.status===200)return this.fallbackMode=!1,s;if(s.status===401||s.status===403)return this.isActivated=!1,s;this.enableFallbackMode()}catch(t){console.warn("Proxy request failed, switching to fallback:",t),this.enableFallbackMode()}return w.requestUrl(e)}async proxyRequest(e){if(!this.isActivated&&!await this.activate())return{success:!1,error:"Device not activated"};if(!this.fallbackMode||this.shouldRetryProxy())try{const t=new URL(e.url),s=e.url,n=t.host,i=`${this.baseUrl}/proxy`,r={url:s,method:e.method||"GET",headers:e.headers||{},...e.body&&{body:e.body}},a={url:i,method:"POST",headers:{"X-Activation-Code":this.activationCode,"X-Device-ID":this.deviceId,"X-Target-Service":n,"Content-Type":"application/json"},body:JSON.stringify(r)},o=await w.requestUrl(a);if(o.status===200)return this.fallbackMode=!1,{success:!0,data:o.json,status:o.status};if(o.status===401||o.status===403)return this.isActivated=!1,new w.Notice("License expired or invalid. Please check your activation code."),{success:!1,error:"License expired or invalid",status:o.status};console.warn(`Proxy server error (${o.status}), switching to fallback`),this.enableFallbackMode()}catch(t){console.warn("Proxy request failed, switching to fallback:",t),this.enableFallbackMode()}try{const t={url:e.url,method:e.method||"GET",headers:e.headers||{}};e.body&&(t.body=typeof e.body=="string"?e.body:JSON.stringify(e.body));const s=await w.requestUrl(t);return{success:!0,data:s.json,status:s.status,usedFallback:!0}}catch(t){return console.error("Direct request fallback also failed:",t),{success:!1,error:t.message||"Both proxy and direct request failed",usedFallback:!0}}}enableFallbackMode(){this.fallbackMode=!0,this.lastProxyFailureTime=Date.now()}shouldRetryProxy(){return Date.now()-this.lastProxyFailureTime>this.FALLBACK_COOLDOWN}updateActivationCode(e){this.activationCode=e,this.isActivated=!1,this.fallbackMode=!1}isServiceActivated(){return this.isActivated}getDeviceId(){return this.deviceId}isInFallbackMode(){return this.fallbackMode}}class Qa{constructor(e,t){this.dataService=null,this.app=e,this.config={...Ht,componentSettings:Dt,...t}}getConfig(){return{...this.config}}updateConfig(e){this.config={...this.config,...e},this.dataService&&this.dataService.updateConfig(this.config)}updateUserProfile(e){this.config.userProfile={...this.config.userProfile,...e},this.dataService&&this.dataService.updateConfig(this.config)}updateDataSources(e){this.config.dataSources={...this.config.dataSources,...e},this.dataService&&this.dataService.updateConfig(this.config)}updateComponentSettings(e){this.config.componentSettings={...this.config.componentSettings,...e},this.dataService&&this.dataService.updateConfig(this.config)}getDataService(e){return this.dataService||(this.dataService=new le(this.app,e,this.config)),this.dataService}resetToDefaults(){this.config={...Ht,componentSettings:Dt},this.dataService&&this.dataService.updateConfig(this.config)}validateConfig(){const e=[];this.config.userProfile.name.trim()||e.push("用户名称不能为空"),this.config.userProfile.email.trim()||e.push("用户邮箱不能为空");const t=["booksFolder","projectsFolder","papersFolder","notesFolder","literatureFolder","experimentsFolder","resourcesFolder"];for(const s of t)this.config.dataSources[s].trim()||e.push(`${s} 路径不能为空`);return this.config.dataSources.todosSource==="folder"&&!this.config.dataSources.todosFolder?.trim()&&e.push("待办事项文件夹路径不能为空"),{isValid:e.length===0,errors:e}}loadFromPluginSettings(e){e.dataServiceConfig&&this.updateConfig(e.dataServiceConfig)}exportToPluginSettings(){return{dataServiceConfig:this.config}}getRecommendedFolderStructure(){return{Books:"存放书籍相关的笔记和元数据",Projects:"存放项目管理相关的文件",Papers:"存放学术论文和研究文档",Notes:"存放日常笔记和研究记录","Inputs/Zotero":"存放从 Zotero 导入的文献",Experiments:"存放实验设计和数据",Resources:"存放学术资源和工具链接",Tasks:"存放待办事项(如果使用文件夹模式)"}}async checkFoldersExist(){const e=[],t=this.getRecommendedFolderStructure();for(const[s,n]of Object.entries(t)){const i=await this.app.vault.adapter.exists(s);e.push({folder:s,exists:i,description:n})}return e}async createMissingFolders(){const e=[],t=await this.checkFoldersExist();for(const{folder:s,exists:n}of t)if(!n)try{await this.app.vault.createFolder(s),e.push(s)}catch(i){console.error(`Failed to create folder ${s}:`,i)}return e}}class to extends w.Component{constructor(e){super(),this.statusBarItem=null,this.timer=null,this.unsubscribe=null,this.plugin=e}onload(){this.createStatusBarItem(),this.subscribeToStore(),this.startTimer(),this.loadSettings()}onunload(){this.stopTimer(),this.statusBarItem&&(this.statusBarItem.remove(),this.statusBarItem=null),this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=null)}createStatusBarItem(){this.plugin.app.workspace.leftSplit&&(this.statusBarItem=this.plugin.addStatusBarItem(),this.statusBarItem.addClass("ppb-pomodoro-status-bar"),this.statusBarItem.setAttribute("aria-label","番茄钟"),this.statusBarItem.style.cursor="pointer",this.statusBarItem.addEventListener("click",e=>{e.preventDefault(),this.handleStatusBarClick()}),this.statusBarItem.addEventListener("contextmenu",e=>{e.preventDefault(),this.showContextMenu(e)}),this.updateStatusBarDisplay())}subscribeToStore(){this.unsubscribe=ut.subscribe(e=>e.pomodoroState,(e,t)=>{this.updateStatusBarDisplay(),t&&t.remainingTime>0&&e.remainingTime<=0&&e.isRunning&&this.handleSessionComplete(t.currentSession)})}updateStatusBarDisplay(){if(!this.statusBarItem)return;const e=ut.getState(),{pomodoroState:t,pomodoroSettings:s}=e;if(!s.enableStatusBar){this.statusBarItem.style.display="none";return}if(this.statusBarItem.style.display="block",t.isRunning||t.remainingTime>0){const i=Va(t.currentSession,t.remainingTime,t.isPaused);this.statusBarItem.setText(i),this.statusBarItem.removeClass("ppb-pomodoro-idle","ppb-pomodoro-paused"),t.isPaused?this.statusBarItem.addClass("ppb-pomodoro-paused"):this.statusBarItem.addClass("ppb-pomodoro-running")}else this.statusBarItem.setText("🍅"),this.statusBarItem.removeClass("ppb-pomodoro-running","ppb-pomodoro-paused"),this.statusBarItem.addClass("ppb-pomodoro-idle");const n=Fs(t.currentSession);this.statusBarItem.setAttribute("aria-label",`番茄钟 - ${n}`)}startTimer(){this.timer||(this.timer=window.setInterval(()=>{const e=ut.getState();e.pomodoroState.isRunning&&!e.pomodoroState.isPaused&&e.tickPomodoro()},1e3))}stopTimer(){this.timer&&(window.clearInterval(this.timer),this.timer=null)}handleStatusBarClick(){const e=ut.getState(),{pomodoroState:t}=e;if(t.isRunning){e.pausePomodoro();const s=t.isPaused?"继续":"暂停";new w.Notice(`番茄钟${s}`)}else e.startPomodoro(),new w.Notice("开始专注工作!")}showContextMenu(e){const t=ut.getState(),{pomodoroState:s}=t,n=new w.Menu;s.isRunning?(n.addItem(i=>{i.setTitle(s.isPaused?"继续":"暂停").setIcon(s.isPaused?"play":"pause").onClick(()=>{t.pausePomodoro()})}),n.addItem(i=>{i.setTitle("跳过当前会话").setIcon("skip-forward").onClick(()=>{t.skipSession(),new w.Notice("已跳过当前会话")})}),n.addItem(i=>{i.setTitle("停止").setIcon("stop-circle").onClick(()=>{t.stopPomodoro(),new w.Notice("番茄钟已停止")})})):n.addItem(i=>{i.setTitle("开始专注").setIcon("play").onClick(()=>{t.startPomodoro(),new w.Notice("开始专注工作!")})}),n.addSeparator(),n.addItem(i=>{i.setTitle(`今日完成: ${s.sessionCount} 个番茄钟`).setIcon("calendar").setDisabled(!0)}),n.showAtPosition({x:e.clientX,y:e.clientY})}handleSessionComplete(e){const t=ut.getState(),{pomodoroState:s,pomodoroSettings:n}=t;if(n.enableNotifications){const r=s.currentSession,a=Ha(e,r);new w.Notice(a,5e3)}(e==="work"&&n.autoStartBreaks||e!=="work"&&n.autoStartWork)&&setTimeout(()=>{const r=ut.getState();r.pomodoroState.isRunning||r.startPomodoro()},2e3)}loadSettings(){try{const e=localStorage.getItem("pomodoroSettings");if(e){const t=JSON.parse(e);ut.getState().updatePomodoroSettings(t)}}catch(e){console.warn("Failed to load pomodoro settings:",e)}}getCurrentState(){return ut.getState().pomodoroState}getSettings(){return ut.getState().pomodoroSettings}}function ci(u){return u!==null&&typeof u=="object"&&!Array.isArray(u)}function Ni(u,e){if(!e)return{...u};const t={...u};for(const s of Object.keys(e)){const n=e[s],i=u[s];n!==void 0&&(ci(n)&&ci(i)?t[s]=Ni(i,n):t[s]=n)}return t}class eo extends w.BasesView{constructor(e,t){super(e),this.type="ppb-focus-heatmap",this.drilldownComponent=null,this.containerEl=t}onDataUpdated(){this.render()}matchesTrackingTag(e,t){if(t.size===0)return!0;const s=e.toLowerCase();for(const n of t)if(s===n||s.startsWith(n+"/"))return!0;return!1}render(){this.cleanupDrilldown(),this.containerEl.empty(),this.containerEl.addClass("ppb-focus-heatmap");const e=this.data?.data??[];if(e.length===0){this.renderEmpty();return}const s=this.app.plugins?.plugins?.paperbell?.settings?.componentDataSources?.researchFocusMap?.trackingTags||[],n=new Set(s.map(p=>p.replace(/^#/,"").toLowerCase())),i=new Map,r=new Map,a=new Date;for(const p of e){const y=p.file,v=this.app.metadataCache.getFileCache(y);if(v?.frontmatter?.tags){const C=Array.isArray(v.frontmatter.tags)?v.frontmatter.tags:[v.frontmatter.tags];for(const T of C){const R=String(T).replace(/^#/,"");this.matchesTrackingTag(R,n)&&i.set(R,(i.get(R)||0)+1)}}if(v?.tags)for(const C of v.tags){const T=C.tag.replace(/^#/,"");this.matchesTrackingTag(T,n)&&i.set(T,(i.get(T)||0)+1)}const E=new Date(y.stat.mtime),x=this.getWeekKey(E);r.set(x,(r.get(x)||0)+1)}const o=[...i.entries()].sort((p,y)=>y[1]-p[1]).slice(0,8),c=o.length>0?o[0][1]:1,l=this.containerEl.createDiv({cls:"ppb-focus-wrapper"}),d=l.createDiv({cls:"ppb-focus-stats"});this.renderStatCard(d,"file-text",String(e.length),"Total Notes");const f=this.getWeekKey(a),h=r.get(f)||0;if(this.renderStatCard(d,"activity",String(h),"This Week"),this.renderStatCard(d,"tags",String(i.size),"Focus Tags"),o.length>0){const p=l.createDiv({cls:"ppb-focus-tags-section"});p.createEl("div",{text:"Tag Distribution",cls:"ppb-focus-section-title"});const y=p.createDiv({cls:"ppb-focus-tag-list"});for(const[v,E]of o){const x=y.createDiv({cls:"ppb-focus-tag-row"});x.createSpan({text:`#${v}`,cls:"ppb-focus-tag-name"});const T=x.createDiv({cls:"ppb-focus-tag-bar-bg"}).createDiv({cls:"ppb-focus-tag-bar"});T.style.width=`${Math.max(E/c*100,4)}%`,x.createSpan({text:String(E),cls:"ppb-focus-tag-count"})}}const g=l.createDiv({cls:"ppb-focus-heatmap-section"});g.createEl("div",{text:"Recent Activity",cls:"ppb-focus-section-title"}),this.renderWeeklyHeatmap(g,r,a,s)}renderEmpty(){const e=this.containerEl.createDiv({cls:"ppb-focus-empty"}),t=e.createDiv({cls:"ppb-focus-empty-icon"});w.setIcon(t,"target"),e.createEl("p",{text:"No matching notes found",cls:"ppb-focus-empty-title"}),e.createEl("p",{text:"Notes with tracked tags will appear here",cls:"ppb-focus-empty-hint"})}renderStatCard(e,t,s,n){const i=e.createDiv({cls:"ppb-focus-stat-card"}),r=i.createDiv({cls:"ppb-focus-stat-icon"});w.setIcon(r,t),i.createDiv({text:s,cls:"ppb-focus-stat-value"}),i.createDiv({text:n,cls:"ppb-focus-stat-label"})}renderWeeklyHeatmap(e,t,s,n){const i=e.createDiv({cls:"ppb-focus-heatmap-grid"}),r=[];for(let o=11;o>=0;o--){const c=new Date(s);c.setDate(c.getDate()-o*7);const l=this.getWeekKey(c),d=t.get(l)||0,f=`${c.getMonth()+1}/${c.getDate()}`,h=new Date(c);h.setDate(h.getDate()-(h.getDay()+6)%7),h.setHours(0,0,0,0);const g=new Date(h);g.setDate(g.getDate()+6),g.setHours(23,59,59,999),r.push({key:l,label:f,count:d,start:h,end:g})}const a=Math.max(...r.map(o=>o.count),1);for(const o of r){const c=i.createDiv({cls:"ppb-focus-heatmap-cell"}),l=o.count===0?0:Math.min(Math.ceil(o.count/a*4),4);c.addClass(`ppb-focus-heat-${l}`),c.setAttribute("aria-label",`${o.label}: ${o.count} notes`),c.createDiv({text:o.label,cls:"ppb-focus-heatmap-label"}),c.createDiv({text:String(o.count),cls:"ppb-focus-heatmap-count"}),o.count>0&&(c.style.cursor="pointer",c.addEventListener("click",()=>{this.showWeekListView(o.label,o.start,o.end,o.count,n)}))}}async showWeekListView(e,t,s,n,i){this.cleanupDrilldown(),this.containerEl.empty();const r=this.containerEl.createDiv({cls:"ppb-focus-map-drilldown"}),a=r.createDiv({cls:"ppb-focus-map-drilldown-header"}),o=a.createDiv({cls:"ppb-focus-map-drilldown-label"});o.textContent=`Week of ${e} · ${n} notes`;const c=a.createEl("button",{cls:"clickable-icon ppb-focus-map-drilldown-back",attr:{"aria-label":"Back to overview"}});w.setIcon(c,"arrow-left"),c.addEventListener("click",()=>this.render());const l=x=>`${x.getFullYear()}-${String(x.getMonth()+1).padStart(2,"0")}-${String(x.getDate()).padStart(2,"0")}`,d=l(t),f=l(s),h=i.map(x=>x.replace(/^#/,"")),g=[];if(g.push("filters:"),g.push(" and:"),g.push(` - 'file.mtime >= date("${d}")'`),g.push(` - 'file.mtime <= date("${f}") + "1d"'`),h.length>0){g.push(" - or:");for(const x of h)g.push(` - file.hasTag("${x}")`)}const p=[];if(h.length>0){const x=h.map(C=>`value == "#${C}" || value.startsWith("#${C}/")`).join(" || ");p.push("formulas:"),p.push(` focus_tag: 'file.tags.filter(${x}).join(", ")'`)}const y=[...g,...p,"views:"," - type: list",` name: "Week of ${e}"`,...h.length>0?[" groupBy:"," property: formula.focus_tag"," direction: ASC"]:[]," order:"," - file.name"," - tags"," - file.modified"].join(` +`),v=r.createDiv({cls:"ppb-focus-map-drilldown-content"});this.drilldownComponent=new w.Component,this.drilldownComponent.load();const E="```base\n"+y+"\n```";try{await w.MarkdownRenderer.render(this.app,E,v,"",this.drilldownComponent)}catch(x){console.error("[ResearchFocusBasesView] Failed to render list view:",x),v.empty(),v.createDiv({text:`Failed to render list: ${x}`,cls:"ppb-focus-map-error"})}}cleanupDrilldown(){this.drilldownComponent&&(this.drilldownComponent.unload(),this.drilldownComponent=null)}getWeekKey(e){const t=new Date(e);t.setHours(0,0,0,0),t.setDate(t.getDate()+3-(t.getDay()+6)%7);const s=new Date(t.getFullYear(),0,4),n=Math.ceil(((t.getTime()-s.getTime())/864e5+s.getDay()+1)/7);return`${t.getFullYear()}-W${String(n).padStart(2,"0")}`}}class so extends w.BasesView{constructor(e,t){super(e),this.type="ppb-focus-grid",this.cellDateRanges=[],this.drilldownComponent=null,this.containerEl=t}onDataUpdated(){this.render()}render(){this.cleanupDrilldown(),this.containerEl.empty(),this.containerEl.addClass("ppb-focus-map");const e=this.data?.data??[];if(e.length===0){this.renderEmpty();return}const s=this.app.plugins?.plugins?.paperbell?.settings?.componentDataSources?.researchFocusMap,n=s?.trackingTags||[],i=new Set(n.map(E=>E.replace(/^#/,"").toLowerCase())),r={gridSize:s?.gridSize??50,borderRadius:s?.borderRadius??6},{months:a,data:o,dateRanges:c}=this.computeGrid(e,n,i);this.cellDateRanges=c;const l=this.containerEl.createDiv({cls:"ppb-focus-map-info"});n.length>0&&l.createEl("span",{text:`Tracking: ${n.map(E=>`#${E}`).join(", ")}`,cls:"ppb-focus-map-tags"}),l.createEl("span",{text:`${e.length} notes`,cls:"ppb-focus-map-count"});const d=["W1","W2","W3","W4"],f=this.containerEl.createDiv({cls:"ppb-focus-map-grid"});f.style.gridTemplateColumns="minmax(55px, max-content) repeat(4, 1fr)",f.createDiv();for(const E of d)f.createDiv({text:E,cls:"ppb-focus-map-week-header"});const h=o.length>0?o:Array(Math.max(a.length,3)).fill(null).map(()=>Array(4).fill({tag:"",intensity:0,count:0,weekNotes:0})),g=a.length>0?a:["Mon 1","Mon 2","Mon 3"];for(let E=0;E.7&&(T.style.boxShadow="0 0 8px rgba(100, 142, 192, 0.3)"),T.title=C?.tag?`${C.tag} - Focus: ${Math.round(R*100)}%${C.count?` - ${C.count} notes`:""}${C.weekNotes?` - ${C.weekNotes} total this week`:""}`:"No data",C?.tag){const F=R>.5?"var(--primary-foreground)":"var(--foreground)",M=T.createDiv({cls:"ppb-focus-map-cell-tag"});M.style.color=F,M.textContent=C.tag;const B=T.createDiv({cls:"ppb-focus-map-cell-pct"});if(B.style.color=F,B.textContent=`${Math.round(R*100)}%`,C.count>0){const q=T.createDiv({cls:"ppb-focus-map-cell-count"});q.style.color=F,q.textContent=`(${C.count})`}T.style.cursor="pointer",T.addEventListener("click",()=>{const q=this.cellDateRanges[E]?.[x];q&&this.showCellListView(g[E],`W${x+1}`,C,q,n)})}}}const p=this.containerEl.createDiv({cls:"ppb-focus-map-legend"});p.createEl("span",{text:"Focus"});const y=p.createDiv({cls:"ppb-focus-map-legend-bar"});y.createEl("span",{text:"Low"});const v=y.createDiv({cls:"ppb-focus-map-legend-swatches"});for(const E of[.2,.4,.6,.8,1]){const x=v.createDiv({cls:"ppb-focus-map-legend-swatch"});x.style.backgroundColor=this.getColor(E),x.style.borderRadius=`${Math.min(r.borderRadius,6)}px`}y.createEl("span",{text:"High"})}computeGrid(e,t,s){const n=new Date,i=new Date(n.getFullYear(),n.getMonth()-2,1),r=[],a=[],o=[];for(let c=0;c<3;c++){const l=new Date(i.getFullYear(),i.getMonth()+c,1);r.push(l.toLocaleDateString("en-US",{month:"short"}));const d=new Date(l.getFullYear(),l.getMonth()+1,0).getDate(),f=[],h=[];for(let g=0;g<4;g++){const p=new Date(l.getFullYear(),l.getMonth(),Math.max(1,g*7+1));p.setHours(0,0,0,0);const y=new Date(l.getFullYear(),l.getMonth(),Math.min(d,(g+1)*7));y.setHours(23,59,59,999),h.push({start:new Date(p),end:new Date(y)});const v=e.filter(C=>{const T=C.file?.stat?.mtime;if(!T)return!1;const R=new Date(T);return R>=p&&R<=y}),E={};for(const C of v){const T=C.file,R=this.app.metadataCache.getFileCache(T),F=this.collectFileTags(R);for(const M of F)if(this.matchesAnyTrackingTag(M,t,s)){const B=this.findMatchingTrackingTag(M,t,s);E[B]=(E[B]||0)+1}}const x=Object.entries(E).sort((C,T)=>T[1]-C[1]);if(x.length>0){const[C,T]=x[0],R=Math.max(...x.map(([,M])=>M)),F=Math.max(.1,Math.min(T/Math.max(R,5),1));f.push({tag:`#${C}`,intensity:F,count:T,weekNotes:v.length})}else f.push({tag:"",intensity:0,count:0,weekNotes:v.length})}a.push(f),o.push(h)}return{months:r,data:a,dateRanges:o}}collectFileTags(e){const t=[];if(e?.frontmatter?.tags){const s=Array.isArray(e.frontmatter.tags)?e.frontmatter.tags:[e.frontmatter.tags];for(const n of s)t.push(String(n).replace(/^#/,""))}if(e?.tags)for(const s of e.tags)t.push(s.tag.replace(/^#/,""));return t}matchesAnyTrackingTag(e,t,s){if(s.size===0)return!0;const n=e.toLowerCase();for(const i of s)if(n===i||n.startsWith(i+"/"))return!0;return!1}findMatchingTrackingTag(e,t,s){const n=e.toLowerCase();for(const i of t){const r=i.replace(/^#/,"").toLowerCase();if(n===r||n.startsWith(r+"/"))return i.replace(/^#/,"")}return e}async showCellListView(e,t,s,n,i){this.cleanupDrilldown(),this.containerEl.empty();const r=this.containerEl.createDiv({cls:"ppb-focus-map-drilldown"}),a=r.createDiv({cls:"ppb-focus-map-drilldown-header"}),o=a.createDiv({cls:"ppb-focus-map-drilldown-label"});o.textContent=`${e} ${t}${s.tag?` · ${s.tag}`:""}${s.weekNotes?` · ${s.weekNotes} notes`:""}`;const c=a.createEl("button",{cls:"clickable-icon ppb-focus-map-drilldown-back",attr:{"aria-label":"Back to heatmap"}});w.setIcon(c,"arrow-left"),c.addEventListener("click",()=>this.render());const l=x=>`${x.getFullYear()}-${String(x.getMonth()+1).padStart(2,"0")}-${String(x.getDate()).padStart(2,"0")}`,d=l(n.start),f=l(n.end),h=i.map(x=>x.replace(/^#/,"")),g=[];if(g.push("filters:"),g.push(" and:"),g.push(` - 'file.mtime >= date("${d}")'`),g.push(` - 'file.mtime <= date("${f}") + "1d"'`),h.length>0){g.push(" - or:");for(const x of h)g.push(` - file.hasTag("${x}")`)}const p=[];if(h.length>0){const x=h.map(C=>`value == "#${C}" || value.startsWith("#${C}/")`).join(" || ");p.push("formulas:"),p.push(` focus_tag: 'file.tags.filter(${x}).join(", ")'`)}const y=[...g,...p,"views:"," - type: list",` name: "${e} ${t}"`,...h.length>0?[" groupBy:"," property: formula.focus_tag"," direction: ASC"]:[]," order:"," - file.name"," - tags"," - file.modified"].join(` +`),v=r.createDiv({cls:"ppb-focus-map-drilldown-content"});this.drilldownComponent=new w.Component,this.drilldownComponent.load();const E="```base\n"+y+"\n```";try{await w.MarkdownRenderer.render(this.app,E,v,"",this.drilldownComponent)}catch(x){console.error("[ResearchFocusMapView] Failed to render list view:",x),v.empty(),v.createDiv({text:`Failed to render list: ${x}`,cls:"ppb-focus-map-error"})}}cleanupDrilldown(){this.drilldownComponent&&(this.drilldownComponent.unload(),this.drilldownComponent=null)}renderEmpty(){const e=this.containerEl.createDiv({cls:"ppb-focus-map-empty"}),t=e.createDiv({cls:"ppb-focus-empty-icon"});w.setIcon(t,"target"),e.createEl("p",{text:"No research focus data found."}),e.createEl("p",{text:"Add tags to your notes to start tracking research focus.",cls:"ppb-focus-map-hint"})}getColor(e){const t=Math.max(.1,e),s=getComputedStyle(document.documentElement).getPropertyValue("--primary").trim();if(s.startsWith("#")){const n=parseInt(s.slice(1,3),16),i=parseInt(s.slice(3,5),16),r=parseInt(s.slice(5,7),16);return`rgba(${n}, ${i}, ${r}, ${t})`}return`rgba(100, 142, 192, ${t})`}}var rt={},li;function no(){if(li)return rt;li=1,Object.defineProperty(rt,"__esModule",{value:!0});var u=w;const e="YYYY-MM-DD",t="gggg-[W]ww",s="YYYY-MM",n="YYYY-[Q]Q",i="YYYY";function r(D){const S=window.app.plugins.getPlugin("periodic-notes");return S&&S.settings?.[D]?.enabled}function a(){try{const{internalPlugins:D,plugins:S}=window.app;if(r("daily")){const{format:j,folder:N,template:H}=S.getPlugin("periodic-notes")?.settings?.daily||{};return{format:j||e,folder:N?.trim()||"",template:H?.trim()||""}}const{folder:k,format:_,template:O}=D.getPluginById("daily-notes")?.instance?.options||{};return{format:_||e,folder:k?.trim()||"",template:O?.trim()||""}}catch{}}function o(){try{const D=window.app.plugins,S=D.getPlugin("calendar")?.options,k=D.getPlugin("periodic-notes")?.settings?.weekly;if(r("weekly"))return{format:k.format||t,folder:k.folder?.trim()||"",template:k.template?.trim()||""};const _=S||{};return{format:_.weeklyNoteFormat||t,folder:_.weeklyNoteFolder?.trim()||"",template:_.weeklyNoteTemplate?.trim()||""}}catch{}}function c(){const D=window.app.plugins;try{const S=r("monthly")&&D.getPlugin("periodic-notes")?.settings?.monthly||{};return{format:S.format||s,folder:S.folder?.trim()||"",template:S.template?.trim()||""}}catch{}}function l(){const D=window.app.plugins;try{const S=r("quarterly")&&D.getPlugin("periodic-notes")?.settings?.quarterly||{};return{format:S.format||n,folder:S.folder?.trim()||"",template:S.template?.trim()||""}}catch{}}function d(){const D=window.app.plugins;try{const S=r("yearly")&&D.getPlugin("periodic-notes")?.settings?.yearly||{};return{format:S.format||i,folder:S.folder?.trim()||"",template:S.template?.trim()||""}}catch{}}function f(...D){let S=[];for(let _=0,O=D.length;_{const It=_(),Mt=D.clone().set({hour:It.get("hour"),minute:It.get("minute"),second:It.get("second")});return bt&&Mt.add(parseInt(ht,10),ft),it?Mt.format(it.substring(1).trim()):Mt.format(j)}).replace(/{{\s*yesterday\s*}}/gi,D.clone().subtract(1,"day").format(j)).replace(/{{\s*tomorrow\s*}}/gi,D.clone().add(1,"d").format(j)));return S.foldManager.save(at,J),at}catch(at){console.error(`Failed to create file: '${et}'`,at),new u.Notice("Unable to create new file.")}}function B(D,S){return S[v(D,"day")]??null}function q(){const{vault:D}=window.app,{folder:S}=a(),k=D.getAbstractFileByPath(u.normalizePath(S));if(!k)throw new F("Failed to find daily notes folder");const _={};return u.Vault.recurseChildren(k,O=>{if(O instanceof u.TFile){const j=C(O,"day");if(j){const N=v(j,"day");_[N]=O}}}),_}class tt extends Error{}function P(){const{moment:D}=window;let S=D.localeData()._week.dow;const k=["sunday","monday","tuesday","wednesday","thursday","friday","saturday"];for(;S;)k.push(k.shift()),S--;return k}function U(D){return P().indexOf(D.toLowerCase())}async function b(D){const{vault:S}=window.app,{template:k,format:_,folder:O}=o(),[j,N]=await y(k),H=D.format(_),J=await p(O,H);try{const V=await S.create(J,j.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(et,at,st,pt,bt,ht)=>{const ft=window.moment(),it=D.clone().set({hour:ft.get("hour"),minute:ft.get("minute"),second:ft.get("second")});return st&&it.add(parseInt(pt,10),bt),ht?it.format(ht.substring(1).trim()):it.format(_)}).replace(/{{\s*title\s*}}/gi,H).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*(sunday|monday|tuesday|wednesday|thursday|friday|saturday)\s*:(.*?)}}/gi,(et,at,st)=>{const pt=U(at);return D.weekday(pt).format(st.trim())}));return window.app.foldManager.save(V,N),V}catch(V){console.error(`Failed to create file: '${J}'`,V),new u.Notice("Unable to create new file.")}}function I(D,S){return S[v(D,"week")]??null}function G(){const D={};if(!gt())return D;const{vault:S}=window.app,{folder:k}=o(),_=S.getAbstractFileByPath(u.normalizePath(k));if(!_)throw new tt("Failed to find weekly notes folder");return u.Vault.recurseChildren(_,O=>{if(O instanceof u.TFile){const j=C(O,"week");if(j){const N=v(j,"week");D[N]=O}}}),D}class $ extends Error{}async function Y(D){const{vault:S}=window.app,{template:k,format:_,folder:O}=c(),[j,N]=await y(k),H=D.format(_),J=await p(O,H);try{const V=await S.create(J,j.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(et,at,st,pt,bt,ht)=>{const ft=window.moment(),it=D.clone().set({hour:ft.get("hour"),minute:ft.get("minute"),second:ft.get("second")});return st&&it.add(parseInt(pt,10),bt),ht?it.format(ht.substring(1).trim()):it.format(_)}).replace(/{{\s*date\s*}}/gi,H).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,H));return window.app.foldManager.save(V,N),V}catch(V){console.error(`Failed to create file: '${J}'`,V),new u.Notice("Unable to create new file.")}}function z(D,S){return S[v(D,"month")]??null}function K(){const D={};if(!dt())return D;const{vault:S}=window.app,{folder:k}=c(),_=S.getAbstractFileByPath(u.normalizePath(k));if(!_)throw new $("Failed to find monthly notes folder");return u.Vault.recurseChildren(_,O=>{if(O instanceof u.TFile){const j=C(O,"month");if(j){const N=v(j,"month");D[N]=O}}}),D}class L extends Error{}async function A(D){const{vault:S}=window.app,{template:k,format:_,folder:O}=l(),[j,N]=await y(k),H=D.format(_),J=await p(O,H);try{const V=await S.create(J,j.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(et,at,st,pt,bt,ht)=>{const ft=window.moment(),it=D.clone().set({hour:ft.get("hour"),minute:ft.get("minute"),second:ft.get("second")});return st&&it.add(parseInt(pt,10),bt),ht?it.format(ht.substring(1).trim()):it.format(_)}).replace(/{{\s*date\s*}}/gi,H).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,H));return window.app.foldManager.save(V,N),V}catch(V){console.error(`Failed to create file: '${J}'`,V),new u.Notice("Unable to create new file.")}}function Q(D,S){return S[v(D,"quarter")]??null}function X(){const D={};if(!St())return D;const{vault:S}=window.app,{folder:k}=l(),_=S.getAbstractFileByPath(u.normalizePath(k));if(!_)throw new L("Failed to find quarterly notes folder");return u.Vault.recurseChildren(_,O=>{if(O instanceof u.TFile){const j=C(O,"quarter");if(j){const N=v(j,"quarter");D[N]=O}}}),D}class Z extends Error{}async function lt(D){const{vault:S}=window.app,{template:k,format:_,folder:O}=d(),[j,N]=await y(k),H=D.format(_),J=await p(O,H);try{const V=await S.create(J,j.replace(/{{\s*(date|time)\s*(([+-]\d+)([yqmwdhs]))?\s*(:.+?)?}}/gi,(et,at,st,pt,bt,ht)=>{const ft=window.moment(),it=D.clone().set({hour:ft.get("hour"),minute:ft.get("minute"),second:ft.get("second")});return st&&it.add(parseInt(pt,10),bt),ht?it.format(ht.substring(1).trim()):it.format(_)}).replace(/{{\s*date\s*}}/gi,H).replace(/{{\s*time\s*}}/gi,window.moment().format("HH:mm")).replace(/{{\s*title\s*}}/gi,H));return window.app.foldManager.save(V,N),V}catch(V){console.error(`Failed to create file: '${J}'`,V),new u.Notice("Unable to create new file.")}}function mt(D,S){return S[v(D,"year")]??null}function ot(){const D={};if(!yt())return D;const{vault:S}=window.app,{folder:k}=d(),_=S.getAbstractFileByPath(u.normalizePath(k));if(!_)throw new Z("Failed to find yearly notes folder");return u.Vault.recurseChildren(_,O=>{if(O instanceof u.TFile){const j=C(O,"year");if(j){const N=v(j,"year");D[N]=O}}}),D}function ct(){const{app:D}=window,S=D.internalPlugins.plugins["daily-notes"];if(S&&S.enabled)return!0;const k=D.plugins.getPlugin("periodic-notes");return k&&k.settings?.daily?.enabled}function gt(){const{app:D}=window;if(D.plugins.getPlugin("calendar"))return!0;const S=D.plugins.getPlugin("periodic-notes");return S&&S.settings?.weekly?.enabled}function dt(){const{app:D}=window,S=D.plugins.getPlugin("periodic-notes");return S&&S.settings?.monthly?.enabled}function St(){const{app:D}=window,S=D.plugins.getPlugin("periodic-notes");return S&&S.settings?.quarterly?.enabled}function yt(){const{app:D}=window,S=D.plugins.getPlugin("periodic-notes");return S&&S.settings?.yearly?.enabled}function m(D){const S={day:a,week:o,month:c,quarter:l,year:d}[D];return S()}function W(D,S){return{day:M,month:Y,week:b}[D](S)}return rt.DEFAULT_DAILY_NOTE_FORMAT=e,rt.DEFAULT_MONTHLY_NOTE_FORMAT=s,rt.DEFAULT_QUARTERLY_NOTE_FORMAT=n,rt.DEFAULT_WEEKLY_NOTE_FORMAT=t,rt.DEFAULT_YEARLY_NOTE_FORMAT=i,rt.appHasDailyNotesPluginLoaded=ct,rt.appHasMonthlyNotesPluginLoaded=dt,rt.appHasQuarterlyNotesPluginLoaded=St,rt.appHasWeeklyNotesPluginLoaded=gt,rt.appHasYearlyNotesPluginLoaded=yt,rt.createDailyNote=M,rt.createMonthlyNote=Y,rt.createPeriodicNote=W,rt.createQuarterlyNote=A,rt.createWeeklyNote=b,rt.createYearlyNote=lt,rt.getAllDailyNotes=q,rt.getAllMonthlyNotes=K,rt.getAllQuarterlyNotes=X,rt.getAllWeeklyNotes=G,rt.getAllYearlyNotes=ot,rt.getDailyNote=B,rt.getDailyNoteSettings=a,rt.getDateFromFile=C,rt.getDateFromPath=T,rt.getDateUID=v,rt.getMonthlyNote=z,rt.getMonthlyNoteSettings=c,rt.getPeriodicNoteSettings=m,rt.getQuarterlyNote=Q,rt.getQuarterlyNoteSettings=l,rt.getTemplateInfo=y,rt.getWeeklyNote=I,rt.getWeeklyNoteSettings=o,rt.getYearlyNote=mt,rt.getYearlyNoteSettings=d,rt}var ui=no();const Vt=class Vt{static dateKey(e){const t=e||new Date;return`${t.getFullYear()}-${String(t.getMonth()+1).padStart(2,"0")}-${String(t.getDate()).padStart(2,"0")}`}static loadAll(){try{const e=localStorage.getItem(this.STORAGE_KEY);return e?JSON.parse(e):{}}catch{return{}}}static save(e,t){const s=this.loadAll();s[e]=t;const n=Object.keys(s).sort();for(;n.length>this.MAX_DAYS;)delete s[n.shift()];localStorage.setItem(this.STORAGE_KEY,JSON.stringify(s))}static get(e){return this.loadAll()[e]||null}static saveToday(e){this._lastStats={...e},this.save(this.dateKey(),e)}static flushOnUnload(){this._lastStats&&this.save(this.dateKey(),this._lastStats)}static async computeFromEntries(e,t,s){let n=0,i=0,r=0;for(const c of e){const l=c.file;try{const f=(await t.vault.cachedRead(l)).replace(/^---[\s\S]*?---\s*/,"");n+=f.replace(/\s/g,"").length;const h=(f.match(/[\u4e00-\u9fff]/g)||[]).length,p=f.replace(/[\u4e00-\u9fff]/g," ").split(/\s+/).filter(y=>y.length>0).length;i+=h+p}catch{}(l.path.startsWith(s+"/")||l.path===s)&&r++}const a=Math.round(n/60),o=await this.countInspirations(t);return{noteTimeMinutes:a,writingWords:i,literatureNotes:r,inspirations:o,timestamp:Date.now()}}static async computeAndSaveToday(e,t){const s=new Date,n=new Date(s.getFullYear(),s.getMonth(),s.getDate()).getTime(),i=e.vault.getMarkdownFiles();let r=0,a=0,o=0;for(const d of i)if(!(d.stat.mtimev.length>0).length;a+=g+y}catch{}(d.path.startsWith(t+"/")||d.path===t)&&o++}const c=Math.round(r/60),l=await this.countInspirations(e);this.saveToday({noteTimeMinutes:c,writingWords:a,literatureNotes:o,inspirations:l,timestamp:Date.now()})}static hasCachedWeekData(){const e=this.loadAll(),t=new Date,s=t.getDay(),n=s===0?6:s-1,i=new Date(t);i.setDate(t.getDate()-n-7),i.setHours(0,0,0,0);for(let r=0;r<14;r++){const a=new Date(i);if(a.setDate(i.getDate()+r),e[this.dateKey(a)])return!0}return!1}static getWeeklyComparison(){const e=this.loadAll(),t=new Date,s=t.getDay(),n=s===0?6:s-1,i=new Date(t);i.setDate(t.getDate()-n),i.setHours(0,0,0,0);const r=new Date(i);r.setDate(i.getDate()-7);let a=0,o=0,c=0;const l=n+1;for(let g=0;g0?100:0:Math.min(Math.round(u/e*100),100)}function ys(u,e){if(e===0)return u>0?"+100%":"+0%";const t=Math.round((u-e)/e*100);return t>=0?`+${t}%`:`${t}%`}class io extends w.BasesView{constructor(e,t){super(e),this.type="ppb-today-stats",this.containerEl=t}onDataUpdated(){this.render()}async render(){this.containerEl.empty(),this.containerEl.addClass("ppb-today-left");const e=this.data?.data??[],t=this.app.plugins?.plugins?.paperbell,s=t?.settings?.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero",n=await Ct.computeFromEntries(e,this.app,s);Ct.saveToday(n);const i=n.noteTimeMinutes>=60?`${Math.floor(n.noteTimeMinutes/60)}h${n.noteTimeMinutes%60>0?n.noteTimeMinutes%60+"m":""}`:`${n.noteTimeMinutes}m`,r=n.writingWords>=1e3?`${(n.writingWords/1e3).toFixed(1)}k`:String(n.writingWords),a=t?.settings?.componentDataSources?.todayFocus?.displayName||"Today Focus",o=[{label:"Note time",value:i,icon:"clock",bgColor:"#B0D2EC",textColor:"#648EC0"},{label:"Writing words",value:r,icon:"edit",bgColor:"#B5ACA3",textColor:"#533A33"},{label:"Literature notes",value:String(n.literatureNotes),icon:"book-open",bgColor:"#849DBB",textColor:"#533A33"},{label:"Inspirations",value:String(n.inspirations),icon:"lightbulb",bgColor:"#533A33",textColor:"#B0D2EC"}];this.containerEl.createEl("h3",{text:a,cls:"ppb-today-card-title"});const c=this.containerEl.createDiv({cls:"ppb-today-stats"});for(const l of o){const d=c.createDiv({cls:"ppb-today-stat-row"}),f=d.createDiv({cls:"ppb-today-stat-lhs"}),h=f.createDiv({cls:"ppb-today-stat-icon"});h.style.backgroundColor=l.bgColor;const g=h.createSpan();w.setIcon(g,l.icon),g.style.color=l.textColor,f.createEl("span",{text:l.label,cls:"ppb-today-stat-label"}),d.createEl("span",{text:l.value,cls:"ppb-today-stat-value"})}}}class ro extends w.BasesView{constructor(e,t){super(e),this.type="ppb-weekly-performance",this.focusBtnEl=null,this.pomodoroUnsub=null,this.containerEl=t,this.pomodoroUnsub=ut.subscribe(s=>s.pomodoroState,s=>this.updateFocusButton(s.isRunning))}onDataUpdated(){this.render()}async render(){this.containerEl.empty(),this.containerEl.addClass("ppb-today-right");const t=this.app.plugins?.plugins?.paperbell?.settings?.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero",s=this.data?.data??[],n=await Ct.computeFromEntries(s,this.app,t);Ct.saveToday(n);const i=Ct.hasCachedWeekData()?Ct.getWeeklyComparison():await this.computeWeeklyProgressFromVault(t),r=this.containerEl.createDiv({cls:"ppb-today-ticket-head"});r.createEl("div",{text:"PaperBell",cls:"ppb-today-ticket-brand"}),r.createEl("div",{text:"Research to be connected",cls:"ppb-today-ticket-sub"}),r.createEl("span",{text:"Weekly performance",cls:"ppb-today-ticket-badge"});const a=[{label:"Writing words",pct:i.writingProgress,text:i.writingText,colorVar:"var(--interactive-accent)"},{label:"Note time",pct:i.noteTimeProgress,text:i.noteTimeText,colorVar:"var(--text-muted)"},{label:"Literature notes",pct:i.literatureProgress,text:i.literatureText,colorVar:"var(--text-normal)"}],o=this.containerEl.createDiv({cls:"ppb-today-bars"});for(const f of a){const h=o.createDiv({cls:"ppb-today-bar-group"}),g=h.createDiv({cls:"ppb-today-bar-header"});g.createEl("span",{text:f.label});const p=g.createEl("span",{text:f.text,cls:"ppb-today-bar-pct"});p.style.color=f.colorVar;const v=h.createDiv({cls:"ppb-today-bar-track"}).createDiv({cls:"ppb-today-bar-fill"});v.style.width=`${Math.min(Math.max(f.pct,0),100)}%`,v.style.backgroundColor=f.colorVar}this.containerEl.createDiv({cls:"ppb-today-divider"});const c=this.containerEl.createDiv({cls:"ppb-today-focus-btn-wrap"});this.focusBtnEl=c.createEl("button",{cls:"ppb-today-focus-btn"});const l=this.focusBtnEl.createSpan();w.setIcon(l,"focus");const d=ut.getState().pomodoroState.isRunning;this.focusBtnEl.createEl("span",{text:d?"Focus in progress...":"Start focus now"}),d&&(this.focusBtnEl.disabled=!0),this.focusBtnEl.addEventListener("click",()=>{ut.getState().startPomodoro()})}async computeWeeklyProgressFromVault(e){const t=new Date,s=t.getDay(),n=s===0?6:s-1,i=new Date(t);i.setDate(t.getDate()-n),i.setHours(0,0,0,0);const r=new Date(i);r.setDate(i.getDate()-7);const a=this.app.vault.getMarkdownFiles();let o=0,c=0,l=0,d=0,f=0,h=0;for(const y of a){const v=y.stat.mtime,E=v>=i.getTime(),x=v>=r.getTime()&&vP.length>0).length,q=F+B,tt=y.path.startsWith(e+"/")||y.path===e;E?(o+=q,c+=R,tt&&l++):x&&(d+=q,f+=R,tt&&h++)}catch{}}const g=(y,v)=>v===0?y>0?100:0:Math.min(Math.round(y/v*100),100),p=(y,v)=>{if(v===0)return y>0?"+100%":"+0%";const E=Math.round((y-v)/v*100);return E>=0?`+${E}%`:`${E}%`};return{writingProgress:g(o,d),writingText:p(o,d),noteTimeProgress:g(c,f),noteTimeText:p(c,f),literatureProgress:g(l,h),literatureText:p(l,h)}}updateFocusButton(e){if(!this.focusBtnEl)return;const t=this.focusBtnEl.querySelector("span:last-child");t&&(t.textContent=e?"Focus in progress...":"Start focus now"),this.focusBtnEl.disabled=e}onunload(){this.pomodoroUnsub&&(this.pomodoroUnsub(),this.pomodoroUnsub=null)}}const nt=Ii()(Ai(Fi((u,e)=>({runs:[],outputMap:{},selectedRunId:null,outputPanelVisible:!1,autoScroll:!0,searchQuery:"",lineWrap:!0,showTimestamps:!1,addRun:t=>{const{outputLines:s,...n}=t;u(i=>({runs:[n,...i.runs].slice(0,50),outputMap:{...i.outputMap,[t.id]:s},selectedRunId:t.id,outputPanelVisible:!0}))},updateRun:(t,s)=>{const{runs:n}=e(),i=n.findIndex(a=>a.id===t);if(i===-1)return;const r=[...n];r[i]={...r[i],...s},u({runs:r})},appendOutput:(t,s,n,i)=>{const r=n.split(` +`).filter(a=>a.length>0).map(a=>({timestamp:Date.now(),stream:s,text:a}));r.length!==0&&u(a=>{const c=[...a.outputMap[t]??[],...r];return{outputMap:{...a.outputMap,[t]:c.length>i?c.slice(-i):c}}})},selectRun:t=>u({selectedRunId:t}),setOutputPanelVisible:t=>u({outputPanelVisible:t}),setAutoScroll:t=>u({autoScroll:t}),setSearchQuery:t=>u({searchQuery:t}),setLineWrap:t=>u({lineWrap:t}),setShowTimestamps:t=>u({showTimestamps:t}),clearHistory:()=>u({runs:[],outputMap:{},selectedRunId:null}),removeRun:t=>{const{runs:s,outputMap:n,selectedRunId:i}=e(),{[t]:r,...a}=n;u({runs:s.filter(o=>o.id!==t),outputMap:a,selectedRunId:i===t?null:i})},loadRuns:t=>u({runs:t,selectedRunId:t.length>0?t[0].id:null})})),{name:"agent-store"}));function di(u){return nt.getState().runs.filter(e=>e.ruleId===u&&e.status==="running").length}function hi(){return nt.getState().runs.filter(u=>u.status==="running").length}function Ss(){const u=window.require||globalThis.require||void 0;if(typeof u!="function")throw new Error("Node require() is not available in this environment");try{return u("node:child_process")}catch{return u("child_process")}}function ao(){const u=window.require||globalThis.require||void 0;if(typeof u!="function")throw new Error("Node require() is not available in this environment");try{return u("node:path")}catch{return u("path")}}class oo extends w.Component{constructor(e){super(),this.activeProcesses=new Map,this.runQueue=[],this.timeouts=new Map,this.confirmationTimers=new Map,this.streamBuffers=new Map,this.persistedRunIds=new Set,this.unsubscribeStore=null,this.writeQueue=Promise.resolve(),this.onRunStarted=null,this.plugin=e}getSettings(){return this.plugin.settings.agentAutoExec??{enabled:!1,rules:[],binaryPaths:{},globalMaxConcurrent:2,showNoticeOnTrigger:!0,maxOutputLinesPerRun:5e3,maxHistoryRuns:50}}getVaultPath(){return this.plugin.app.vault.adapter.basePath||""}async executeRule(e,t,s){const n=crypto.randomUUID(),i={id:n,ruleId:e.id,ruleName:e.name||"Unnamed Rule",agentType:e.agentType,status:e.requireConfirmation?"pending_confirmation":"queued",triggerFile:t,triggerEvent:s,startedAt:null,completedAt:null,outputLines:[],exitCode:null,error:null,pid:null};return nt.getState().addRun(i),this.onRunStarted?.(),e.requireConfirmation?(this.showConfirmationNotice(i,e),n):this.shouldQueue(e)?(this.runQueue.push({run:i,rule:e}),n):(await this.spawnProcess(i,e),n)}async executeAdHoc(e,t){const s=crypto.randomUUID(),n={id:s,ruleId:"__adhoc__",ruleName:"对话",agentType:e,status:"queued",triggerFile:"(用户输入)",triggerEvent:"create",startedAt:null,completedAt:null,outputLines:[],exitCode:null,error:null,pid:null};nt.getState().addRun(n),this.onRunStarted?.();const i={id:"__adhoc__",enabled:!0,name:"对话",watchPaths:[],triggerEvents:["create"],agentType:e,customBinaryPath:"",promptTemplate:t,workingDirectory:"",extraArgs:[],debounceMs:0,timeoutMs:0,maxConcurrent:0,requireConfirmation:!1,confirmationTimeoutMs:0,allowedTools:["Edit","Write","Read"]};return await this.spawnProcess(n,i),s}showConfirmationNotice(e,t){const s=document.createDocumentFragment();s.createEl("div",{text:`AI Agent「${t.name||"未命名规则"}」请求执行`}).createEl("div",{text:`触发: ${e.triggerEvent} ${e.triggerFile}`,cls:"agent-confirm-detail"});const i=s.createEl("div",{cls:"agent-confirm-buttons"}),r=i.createEl("button",{text:"允许执行",cls:"mod-cta"}),a=i.createEl("button",{text:"拒绝"}),o=t.confirmationTimeoutMs||3e4,c=new w.Notice(s,o),l=()=>{const f=this.confirmationTimers.get(e.id);f!==void 0&&window.clearTimeout(f),this.confirmationTimers.delete(e.id)};r.addEventListener("click",()=>{c.hide(),l(),nt.getState().updateRun(e.id,{status:"queued"}),this.shouldQueue(t)?this.runQueue.push({run:e,rule:t}):this.spawnProcess(e,t)}),a.addEventListener("click",()=>{c.hide(),l(),nt.getState().updateRun(e.id,{status:"cancelled",completedAt:Date.now(),error:"用户拒绝执行"})});const d=window.setTimeout(()=>{this.confirmationTimers.delete(e.id),nt.getState().runs.find(h=>h.id===e.id)?.status==="pending_confirmation"&&nt.getState().updateRun(e.id,{status:"cancelled",completedAt:Date.now(),error:`确认超时 (${o/1e3}s)`})},o);this.confirmationTimers.set(e.id,d)}shouldQueue(e){const t=this.getSettings();return t.globalMaxConcurrent>0&&hi()>=t.globalMaxConcurrent||e.maxConcurrent>0&&di(e.id)>=e.maxConcurrent}async spawnProcess(e,t){const s=this.getSettings(),n=nt.getState(),i=t.customBinaryPath||s.binaryPaths[t.agentType],r=Cs(t.agentType,i);if(!r.found){n.updateRun(e.id,{status:"failed",error:r.error||"Binary not found",completedAt:Date.now()}),new w.Notice(`AI Agent 执行失败: ${r.error||"找不到 CLI"}`),this.processQueue();return}const a=Ss(),o=ao(),c=this.interpolatePrompt(t.promptTemplate,e),l=this.buildArgs(t.agentType,t.extraArgs,t.allowedTools),d=this.getVaultPath(),f=t.workingDirectory?o.resolve(d,t.workingDirectory):d;try{const h=a.spawn(r.path,l,{cwd:f,stdio:["pipe","pipe","pipe"],env:{...process.env},shell:process.platform==="win32"});if(h.stdin?.write(c),h.stdin?.end(),e.pid=h.pid??null,n.updateRun(e.id,{status:"running",pid:e.pid,startedAt:Date.now()}),this.activeProcesses.set(e.id,h),nt.getState().appendOutput(e.id,"stdout",`▶ Prompt ━━━━━━━━━━━━━━━━━━━━━━━━━━━ +${c} +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━`,s.maxOutputLinesPerRun),h.stdout?.on("data",g=>{const p=g.toString("utf-8");this.handleStreamChunk(e.id,t.agentType,p,s.maxOutputLinesPerRun)}),h.stderr?.on("data",g=>{const p=g.toString("utf-8");nt.getState().appendOutput(e.id,"stderr",p,s.maxOutputLinesPerRun)}),h.on("close",g=>{this.flushStreamBuffer(e.id,s.maxOutputLinesPerRun),this.activeProcesses.delete(e.id),this.clearTimeout(e.id),nt.getState().updateRun(e.id,{status:g===0?"completed":"failed",exitCode:g,completedAt:Date.now()}),this.processQueue()}),h.on("error",g=>{this.activeProcesses.delete(e.id),this.clearTimeout(e.id),nt.getState().updateRun(e.id,{status:"failed",error:g.message,completedAt:Date.now()}),this.processQueue()}),t.timeoutMs>0){const g=window.setTimeout(()=>{this.activeProcesses.has(e.id)&&(this.cancelRun(e.id),nt.getState().appendOutput(e.id,"stderr",`[超时] 进程在 ${t.timeoutMs}ms 后被终止`,s.maxOutputLinesPerRun))},t.timeoutMs);this.timeouts.set(e.id,g)}}catch(h){n.updateRun(e.id,{status:"failed",error:h.message||"Failed to spawn process",completedAt:Date.now()}),this.processQueue()}}buildArgs(e,t,s){switch(e){case"claude-code":{const n=["--print","--verbose","--output-format","stream-json"];if(s&&s.length>0)for(const i of s)n.push("--allowedTools",i);return n.push(...t),n}case"openai-codex":return["exec","--full-auto","--skip-git-repo-check","--json",...t];case"gemini-cli":return["--output-format","stream-json",...t];default:return[...t]}}extractStreamText(e,t){switch(e){case"claude-code":return t?.type==="stream_event"?this.extractStreamText(e,t.event):t?.type==="content_block_delta"&&t?.delta?.type==="text_delta"?t.delta.text??null:t?.type==="result"&&typeof t?.result=="string"?t.result:null;case"openai-codex":return t?.type==="message"&&typeof t?.content=="string"?t.content:typeof t?.text=="string"?t.text:null;case"gemini-cli":return(t?.type==="message"||t?.type==="result")&&typeof t?.content=="string"?t.content:t?.type==="tool_use"&&t?.name?`[tool] ${t.name}(${JSON.stringify(t.input??{})})`:t?.type==="tool_result"&&typeof t?.output=="string"?`[tool result] ${t.output.slice(0,200)}`:null;default:return typeof t?.text=="string"?t.text:typeof t?.content=="string"?t.content:null}}handleStreamChunk(e,t,s,n){let i=this.streamBuffers.get(e);i||(i={ndjsonPartial:""},this.streamBuffers.set(e,i));const a=(i.ndjsonPartial+s).split(` +`);i.ndjsonPartial=a.pop()??"";for(const o of a){const c=o.trim();if(!c)continue;let l;try{l=JSON.parse(c)}catch{nt.getState().appendOutput(e,"stdout",c,n);continue}const d=this.extractStreamText(t,l);d!==null&&nt.getState().appendOutput(e,"stdout",d,n)}}flushStreamBuffer(e,t){const s=this.streamBuffers.get(e);if(!s)return;const n=s.ndjsonPartial.trim();if(n)try{const i=JSON.parse(n),r=nt.getState().runs.find(o=>o.id===e)?.agentType??"claude-code",a=this.extractStreamText(r,i);a&&nt.getState().appendOutput(e,"stdout",a,t)}catch{n&&nt.getState().appendOutput(e,"stdout",n,t)}this.streamBuffers.delete(e)}interpolatePrompt(e,t){const s={"{{filePath}}":t.triggerFile,"{{fileName}}":t.triggerFile.split("/").pop()||"","{{eventType}}":t.triggerEvent,"{{vaultPath}}":this.getVaultPath(),"{{timestamp}}":new Date().toISOString()};let n=e;for(const[i,r]of Object.entries(s))n=n.replaceAll(i,r);return n}cancelRun(e){const t=this.activeProcesses.get(e);if(t){if(process.platform==="win32"&&t.pid)try{Ss().exec(`taskkill /pid ${t.pid} /T /F`)}catch{}else t.kill("SIGTERM"),window.setTimeout(()=>{this.activeProcesses.has(e)&&t.kill("SIGKILL")},5e3);this.flushStreamBuffer(e,this.getSettings().maxOutputLinesPerRun),this.activeProcesses.delete(e),this.clearTimeout(e),nt.getState().updateRun(e,{status:"cancelled",completedAt:Date.now()}),this.processQueue()}}cancelAll(){for(const e of[...this.activeProcesses.keys()])this.cancelRun(e);for(const{run:e}of this.runQueue)nt.getState().updateRun(e.id,{status:"cancelled",completedAt:Date.now()});this.runQueue=[];for(const[e,t]of this.confirmationTimers)window.clearTimeout(t),nt.getState().updateRun(e,{status:"cancelled",completedAt:Date.now(),error:"已取消"});this.confirmationTimers.clear()}processQueue(){if(this.runQueue.length===0)return;const e=this.getSettings(),t=this.runQueue.findIndex(({rule:n})=>!(e.globalMaxConcurrent>0&&hi()>=e.globalMaxConcurrent||n.maxConcurrent>0&&di(n.id)>=n.maxConcurrent));if(t===-1)return;const[s]=this.runQueue.splice(t,1);this.spawnProcess(s.run,s.rule)}clearTimeout(e){const t=this.timeouts.get(e);t!==void 0&&(window.clearTimeout(t),this.timeouts.delete(e))}async debugRun(e,t){const s=`[AgentDebug:${e}]`,n=this.getSettings();console.group(`${s} Starting debug run`);const i=n.binaryPaths[e],r=Cs(e,i);if(!r.found){console.error(`${s} Binary not found: ${r.error}`),new w.Notice(`Debug: ${e} CLI 未找到 — ${r.error}`),console.groupEnd();return}const a=this.buildArgs(e,[]),o=this.getVaultPath(),c=Ss();let l;try{l=c.spawn(r.path,a,{cwd:o,stdio:["pipe","pipe","pipe"],env:{...process.env},shell:process.platform==="win32"}),l.stdin?.write(t),l.stdin?.end()}catch(h){console.error(`${s} Spawn failed:`,h),new w.Notice(`Debug: spawn 失败 — ${h.message}`),console.groupEnd();return}new w.Notice(`Debug: ${e} 已启动 (PID ${l.pid}),输出见 DevTools Console`);const d=crypto.randomUUID(),f={id:d,ruleId:"__debug__",ruleName:`[Debug] ${e}`,agentType:e,status:"running",triggerFile:"(debug)",triggerEvent:"create",startedAt:Date.now(),completedAt:null,outputLines:[],exitCode:null,error:null,pid:l.pid??null};nt.getState().addRun(f),this.onRunStarted?.(),this.activeProcesses.set(d,l),l.stdout?.on("data",h=>{const g=h.toString("utf-8");this.handleStreamChunk(d,e,g,n.maxOutputLinesPerRun)}),l.stderr?.on("data",h=>{const g=h.toString("utf-8");console.warn(`${s} [stderr]`,g),nt.getState().appendOutput(d,"stderr",g,n.maxOutputLinesPerRun)}),l.on("close",h=>{this.flushStreamBuffer(d,n.maxOutputLinesPerRun),this.activeProcesses.delete(d);const g=h===0?"completed":"failed";console.groupEnd(),nt.getState().updateRun(d,{status:g,exitCode:h,completedAt:Date.now()}),new w.Notice(`Debug: ${e} 已退出 (code ${h})`)}),l.on("error",h=>{this.activeProcesses.delete(d),console.error(`${s} Process error:`,h),console.groupEnd(),nt.getState().updateRun(d,{status:"failed",error:h.message,completedAt:Date.now()}),new w.Notice(`Debug: ${e} 错误 — ${h.message}`)})}get historyFilePath(){return w.normalizePath(`${this.plugin.manifest.dir}/agent-runs.jsonl`)}isTerminal(e){return e==="completed"||e==="failed"||e==="cancelled"}async initPersistence(){await this.loadRunHistory(),this.setupPersistenceSubscription()}setupPersistenceSubscription(){this.unsubscribeStore=nt.subscribe(e=>e.runs,(e,t)=>{for(const i of e)this.isTerminal(i.status)&&!this.persistedRunIds.has(i.id)&&(this.persistedRunIds.add(i.id),this.enqueueWrite(()=>this.appendRunToFile(i)));if(e.length===0&&t.length>0){this.persistedRunIds.clear(),this.enqueueWrite(()=>this.clearHistoryFile());return}const s=new Set(e.map(i=>i.id));let n=!1;for(const i of this.persistedRunIds)s.has(i)||(this.persistedRunIds.delete(i),n=!0);n&&this.enqueueWrite(()=>this.rewriteHistoryFile())})}async loadRunHistory(){const e=this.plugin.app.vault.adapter,t=this.historyFilePath;if(await e.exists(t))try{const n=(await e.read(t)).split(` +`).filter(l=>l.trim()),i=this.getSettings().maxHistoryRuns,r=[];for(const l of n)try{r.push(JSON.parse(l))}catch{}const a=r.slice(-i);for(const l of a)this.persistedRunIds.add(l.id);r.length>i&&this.enqueueWrite(()=>this.rewriteHistoryFromPersisted(a));const o=[],c={};for(const l of a){const{outputLines:d,...f}=l;o.push(f),d&&d.length>0&&(c[f.id]=d)}nt.getState().loadRuns(o.reverse()),Object.keys(c).length>0&&nt.setState(l=>({outputMap:{...l.outputMap,...c}}))}catch(s){console.error("[AgentExecutor] Failed to load run history:",s)}}enqueueWrite(e){this.writeQueue=this.writeQueue.then(e).catch(t=>{console.error("[AgentExecutor] History write error:",t)})}async appendRunToFile(e){const t=this.plugin.app.vault.adapter,s=this.historyFilePath,n=nt.getState().outputMap[e.id]??[],i={...e,outputLines:n},r=JSON.stringify(i)+` +`;await t.exists(s)?await t.append(s,r):await t.write(s,r)}async clearHistoryFile(){const e=this.plugin.app.vault.adapter,t=this.historyFilePath;await e.exists(t)&&await e.write(t,"")}async rewriteHistoryFile(){const e=nt.getState(),s=[...e.runs.filter(n=>this.isTerminal(n.status))].reverse().map(n=>({...n,outputLines:e.outputMap[n.id]??[]}));await this.rewriteHistoryFromPersisted(s)}async rewriteHistoryFromPersisted(e){const t=this.plugin.app.vault.adapter,s=e.length>0?e.map(n=>JSON.stringify(n)).join(` `)+` -`:"";await r.write(this.historyFilePath,i)}onunload(){this.unsubscribeStore&&(this.unsubscribeStore(),this.unsubscribeStore=null),this.cancelAll();for(const a of this.timeouts.values())window.clearTimeout(a);this.timeouts.clear();for(const a of this.confirmationTimers.values())window.clearTimeout(a);this.confirmationTimers.clear(),this.streamBuffers.clear()}}class Xy extends _.Component{constructor(a,r){super(),this.debouncers=new Map,this.plugin=a,this.executor=r}getSettings(){return this.plugin.settings.agentAutoExec??{enabled:!1,rules:[],binaryPaths:{},globalMaxConcurrent:2,showNoticeOnTrigger:!0,maxOutputLinesPerRun:5e3,maxHistoryRuns:50}}onload(){this.registerEvent(this.plugin.app.vault.on("create",a=>{a instanceof _.TFile&&this.handleEvent("create",a)})),this.registerEvent(this.plugin.app.vault.on("modify",a=>{a instanceof _.TFile&&this.handleEvent("modify",a)})),this.registerEvent(this.plugin.app.vault.on("delete",a=>{a instanceof _.TFile&&this.handleEvent("delete",a)})),this.registerEvent(this.plugin.app.vault.on("rename",a=>{a instanceof _.TFile&&this.handleEvent("rename",a)}))}handleEvent(a,r){const i=this.getSettings();if(console.debug("[FileWatcher] event=%s file=%s enabled=%s rules=%d",a,r.path,i.enabled,i.rules.length),!i.enabled)return;const o=i.rules.filter(l=>l.enabled&&l.triggerEvents.includes(a)&&this.pathMatchesRule(r.path,l.watchPaths));o.length===0&&console.debug("[FileWatcher] no matching rules for %s %s. Rule details: %o",a,r.path,i.rules.map(l=>({name:l.name,enabled:l.enabled,events:l.triggerEvents,paths:l.watchPaths})));for(const l of o)console.debug("[FileWatcher] matched rule=%s, debounce=%dms",l.name,l.debounceMs),this.debouncedExecute(l,r.path,a)}pathMatchesRule(a,r){return r.length===0?!0:r.some(i=>{const o=i.replace(/\/$/,"");return a.startsWith(o+"/")||a===o})}debouncedExecute(a,r,i){const o=`${a.id}:${r}`;let l=this.debouncers.get(o);l||(l=_.debounce(()=>{this.debouncers.delete(o),this.getSettings().showNoticeOnTrigger&&new _.Notice(`AI Agent 触发: ${a.name||"未命名规则"} (${i} ${r})`),this.executor.executeRule(a,r,i)},a.debounceMs,!0),this.debouncers.set(o,l)),l()}onunload(){for(const a of this.debouncers.values())a.cancel();this.debouncers.clear()}}var Su={exports:{}},di={},xm;function Jy(){if(xm)return di;xm=1;var f=Symbol.for("react.transitional.element"),a=Symbol.for("react.fragment");function r(i,o,l){var c=null;if(l!==void 0&&(c=""+l),o.key!==void 0&&(c=""+o.key),"key"in o){l={};for(var u in o)u!=="key"&&(l[u]=o[u])}else l=o;return o=l.ref,{$$typeof:f,type:i,key:c,ref:o!==void 0?o:null,props:l}}return di.Fragment=a,di.jsx=r,di.jsxs=r,di}var Sm;function ek(){return Sm||(Sm=1,Su.exports=Jy()),Su.exports}var ke=ek(),Eu={exports:{}},fi={},Cu={exports:{}},_u={},Em;function tk(){return Em||(Em=1,(function(f){function a(U,j){var se=U.length;U.push(j);e:for(;0>>1,ue=U[Y];if(0>>1;Yo(ee,se))aeo(ne,ee)?(U[Y]=ne,U[ae]=se,Y=ae):(U[Y]=ee,U[L]=se,Y=L);else if(aeo(ne,se))U[Y]=ne,U[ae]=se,Y=ae;else break e}}return j}function o(U,j){var se=U.sortIndex-j.sortIndex;return se!==0?se:U.id-j.id}if(f.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var l=performance;f.unstable_now=function(){return l.now()}}else{var c=Date,u=c.now();f.unstable_now=function(){return c.now()-u}}var d=[],h=[],m=1,b=null,k=3,v=!1,y=!1,w=!1,D=!1,E=typeof setTimeout=="function"?setTimeout:null,T=typeof clearTimeout=="function"?clearTimeout:null,A=typeof setImmediate<"u"?setImmediate:null;function z(U){for(var j=r(h);j!==null;){if(j.callback===null)i(h);else if(j.startTime<=U)i(h),j.sortIndex=j.expirationTime,a(d,j);else break;j=r(h)}}function R(U){if(w=!1,z(U),!y)if(r(d)!==null)y=!0,q||(q=!0,M());else{var j=r(h);j!==null&&W(R,j.startTime-U)}}var q=!1,V=-1,K=5,Q=-1;function he(){return D?!0:!(f.unstable_now()-QU&&he());){var Y=b.callback;if(typeof Y=="function"){b.callback=null,k=b.priorityLevel;var ue=Y(b.expirationTime<=U);if(U=f.unstable_now(),typeof ue=="function"){b.callback=ue,z(U),j=!0;break t}b===r(d)&&i(d),z(U)}else i(d);b=r(d)}if(b!==null)j=!0;else{var P=r(h);P!==null&&W(R,P.startTime-U),j=!1}}break e}finally{b=null,k=se,v=!1}j=void 0}}finally{j?M():q=!1}}}var M;if(typeof A=="function")M=function(){A(ve)};else if(typeof MessageChannel<"u"){var le=new MessageChannel,x=le.port2;le.port1.onmessage=ve,M=function(){x.postMessage(null)}}else M=function(){E(ve,0)};function W(U,j){V=E(function(){U(f.unstable_now())},j)}f.unstable_IdlePriority=5,f.unstable_ImmediatePriority=1,f.unstable_LowPriority=4,f.unstable_NormalPriority=3,f.unstable_Profiling=null,f.unstable_UserBlockingPriority=2,f.unstable_cancelCallback=function(U){U.callback=null},f.unstable_forceFrameRate=function(U){0>U||125Y?(U.sortIndex=se,a(h,U),r(d)===null&&U===r(h)&&(w?(T(V),V=-1):w=!0,W(R,se-Y))):(U.sortIndex=ue,a(d,U),y||v||(y=!0,q||(q=!0,M()))),U},f.unstable_shouldYield=he,f.unstable_wrapCallback=function(U){var j=k;return function(){var se=k;k=j;try{return U.apply(this,arguments)}finally{k=se}}}})(_u)),_u}var Cm;function rk(){return Cm||(Cm=1,Cu.exports=tk()),Cu.exports}var Du={exports:{}},Tt={},_m;function ak(){if(_m)return Tt;_m=1;var f=tp();function a(d){var h="https://react.dev/errors/"+d;if(1"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(f)}catch(a){console.error(a)}}return f(),Du.exports=ak(),Du.exports}var Pm;function nk(){if(Pm)return fi;Pm=1;var f=rk(),a=tp(),r=nb();function i(e){var t="https://react.dev/errors/"+e;if(1ue||(e.current=Y[ue],Y[ue]=null,ue--)}function ee(e,t){ue++,Y[ue]=e.current,e.current=t}var ae=P(null),ne=P(null),we=P(null),Ne=P(null);function _e(e,t){switch(ee(we,t),ee(ne,e),ee(ae,null),t.nodeType){case 9:case 11:e=(e=t.documentElement)&&(e=e.namespaceURI)?Eh(e):0;break;default:if(e=t.tagName,t=t.namespaceURI)t=Eh(t),e=Ch(t,e);else switch(e){case"svg":e=1;break;case"math":e=2;break;default:e=0}}L(ae),ee(ae,e)}function Ce(){L(ae),L(ne),L(we)}function Je(e){e.memoizedState!==null&&ee(Ne,e);var t=ae.current,n=Ch(t,e.type);t!==n&&(ee(ne,e),ee(ae,n))}function qe(e){ne.current===e&&(L(ae),L(ne)),Ne.current===e&&(L(Ne),oi._currentValue=se)}var kt,xt;function C(e){if(kt===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);kt=t&&t[1]||"",xt=-1)":-1p||B[s]!==J[p]){var ce=` -`+B[s].replace(" at new "," at ");return e.displayName&&ce.includes("")&&(ce=ce.replace("",e.displayName)),ce}while(1<=s&&0<=p);break}}}finally{pe=!1,Error.prepareStackTrace=n}return(n=e?e.displayName||e.name:"")?C(n):""}function N(e,t){switch(e.tag){case 26:case 27:case 5:return C(e.type);case 16:return C("Lazy");case 13:return e.child!==t&&t!==null?C("Suspense Fallback"):C("Suspense");case 19:return C("SuspenseList");case 0:case 15:return O(e.type,!1);case 11:return O(e.type.render,!1);case 1:return O(e.type,!0);case 31:return C("Activity");default:return""}}function F(e){try{var t="",n=null;do t+=N(e,n),n=e,e=e.return;while(e);return t}catch(s){return` -Error generating stack: `+s.message+` -`+s.stack}}var $=Object.prototype.hasOwnProperty,te=f.unstable_scheduleCallback,ie=f.unstable_cancelCallback,Z=f.unstable_shouldYield,me=f.unstable_requestPaint,be=f.unstable_now,ge=f.unstable_getCurrentPriorityLevel,xe=f.unstable_ImmediatePriority,Re=f.unstable_UserBlockingPriority,Pe=f.unstable_NormalPriority,rt=f.unstable_LowPriority,vt=f.unstable_IdlePriority,tt=f.log,at=f.unstable_setDisableYieldValue,Ie=null,lt=null;function Pt(e){if(typeof tt=="function"&&at(e),lt&&typeof lt.setStrictMode=="function")try{lt.setStrictMode(Ie,e)}catch{}}var ot=Math.clz32?Math.clz32:co,Si=Math.log,lo=Math.LN2;function co(e){return e>>>=0,e===0?32:31-(Si(e)/lo|0)|0}var Ia=256,da=262144,ur=4194304;function Zt(e){var t=e&42;if(t!==0)return t;switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return e&261888;case 262144:case 524288:case 1048576:case 2097152:return e&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return e&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return e}}function Ei(e,t,n){var s=e.pendingLanes;if(s===0)return 0;var p=0,g=e.suspendedLanes,S=e.pingedLanes;e=e.warmLanes;var I=s&134217727;return I!==0?(s=I&~g,s!==0?p=Zt(s):(S&=I,S!==0?p=Zt(S):n||(n=I&~e,n!==0&&(p=Zt(n))))):(I=s&~g,I!==0?p=Zt(I):S!==0?p=Zt(S):n||(n=s&~e,n!==0&&(p=Zt(n)))),p===0?0:t!==0&&t!==p&&(t&g)===0&&(g=p&-p,n=t&-t,g>=n||g===32&&(n&4194048)!==0)?t:p}function yn(e,t){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)===0}function ob(e,t){switch(e){case 1:case 2:case 4:case 8:case 64:return t+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function np(){var e=ur;return ur<<=1,(ur&62914560)===0&&(ur=4194304),e}function uo(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function kn(e,t){e.pendingLanes|=t,t!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function lb(e,t,n,s,p,g){var S=e.pendingLanes;e.pendingLanes=n,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=n,e.entangledLanes&=n,e.errorRecoveryDisabledLanes&=n,e.shellSuspendCounter=0;var I=e.entanglements,B=e.expirationTimes,J=e.hiddenUpdates;for(n=S&~n;0"u")return null;try{return e.activeElement||e.body}catch{return e.body}}var hb=/[\n"\\]/g;function Kt(e){return e.replace(hb,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function bo(e,t,n,s,p,g,S,I){e.name="",S!=null&&typeof S!="function"&&typeof S!="symbol"&&typeof S!="boolean"?e.type=S:e.removeAttribute("type"),t!=null?S==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+Yt(t)):e.value!==""+Yt(t)&&(e.value=""+Yt(t)):S!=="submit"&&S!=="reset"||e.removeAttribute("value"),t!=null?vo(e,S,Yt(t)):n!=null?vo(e,S,Yt(n)):s!=null&&e.removeAttribute("value"),p==null&&g!=null&&(e.defaultChecked=!!g),p!=null&&(e.checked=p&&typeof p!="function"&&typeof p!="symbol"),I!=null&&typeof I!="function"&&typeof I!="symbol"&&typeof I!="boolean"?e.name=""+Yt(I):e.removeAttribute("name")}function bp(e,t,n,s,p,g,S,I){if(g!=null&&typeof g!="function"&&typeof g!="symbol"&&typeof g!="boolean"&&(e.type=g),t!=null||n!=null){if(!(g!=="submit"&&g!=="reset"||t!=null)){mo(e);return}n=n!=null?""+Yt(n):"",t=t!=null?""+Yt(t):n,I||t===e.value||(e.value=t),e.defaultValue=t}s=s??p,s=typeof s!="function"&&typeof s!="symbol"&&!!s,e.checked=I?e.checked:!!s,e.defaultChecked=!!s,S!=null&&typeof S!="function"&&typeof S!="symbol"&&typeof S!="boolean"&&(e.name=S),mo(e)}function vo(e,t,n){t==="number"&&Di(e.ownerDocument)===e||e.defaultValue===""+n||(e.defaultValue=""+n)}function Oa(e,t,n,s){if(e=e.options,t){t={};for(var p=0;p"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),So=!1;if(yr)try{var Cn={};Object.defineProperty(Cn,"passive",{get:function(){So=!0}}),window.addEventListener("test",Cn,Cn),window.removeEventListener("test",Cn,Cn)}catch{So=!1}var Mr=null,Eo=null,Ti=null;function Ep(){if(Ti)return Ti;var e,t=Eo,n=t.length,s,p="value"in Mr?Mr.value:Mr.textContent,g=p.length;for(e=0;e=Pn),Np=" ",Ip=!1;function Ap(e,t){switch(e){case"keyup":return Ub.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Fp(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var ja=!1;function Wb(e,t){switch(e){case"compositionend":return Fp(t);case"keypress":return t.which!==32?null:(Ip=!0,Np);case"textInput":return e=t.data,e===Np&&Ip?null:e;default:return null}}function Hb(e,t){if(ja)return e==="compositionend"||!To&&Ap(e,t)?(e=Ep(),Ti=Eo=Mr=null,ja=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1=t)return{node:n,offset:t-e};e=s}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=jp(n)}}function Vp(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?Vp(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function Wp(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var t=Di(e.document);t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=Di(e.document)}return t}function Ao(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}var Jb=yr&&"documentMode"in document&&11>=document.documentMode,Ua=null,Fo=null,An=null,Lo=!1;function Hp(e,t,n){var s=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;Lo||Ua==null||Ua!==Di(s)||(s=Ua,"selectionStart"in s&&Ao(s)?s={start:s.selectionStart,end:s.selectionEnd}:(s=(s.ownerDocument&&s.ownerDocument.defaultView||window).getSelection(),s={anchorNode:s.anchorNode,anchorOffset:s.anchorOffset,focusNode:s.focusNode,focusOffset:s.focusOffset}),An&&In(An,s)||(An=s,s=xs(Fo,"onSelect"),0>=S,p-=S,pr=1<<32-ot(t)+p|n<ze?(je=Se,Se=null):je=Se.sibling;var We=re(G,Se,X[ze],de);if(We===null){Se===null&&(Se=je);break}e&&Se&&We.alternate===null&&t(G,Se),H=g(We,H,ze),Ve===null?Ee=We:Ve.sibling=We,Ve=We,Se=je}if(ze===X.length)return n(G,Se),Ue&&xr(G,ze),Ee;if(Se===null){for(;zeze?(je=Se,Se=null):je=Se.sibling;var sa=re(G,Se,We.value,de);if(sa===null){Se===null&&(Se=je);break}e&&Se&&sa.alternate===null&&t(G,Se),H=g(sa,H,ze),Ve===null?Ee=sa:Ve.sibling=sa,Ve=sa,Se=je}if(We.done)return n(G,Se),Ue&&xr(G,ze),Ee;if(Se===null){for(;!We.done;ze++,We=X.next())We=fe(G,We.value,de),We!==null&&(H=g(We,H,ze),Ve===null?Ee=We:Ve.sibling=We,Ve=We);return Ue&&xr(G,ze),Ee}for(Se=s(Se);!We.done;ze++,We=X.next())We=oe(Se,G,ze,We.value,de),We!==null&&(e&&We.alternate!==null&&Se.delete(We.key===null?ze:We.key),H=g(We,H,ze),Ve===null?Ee=We:Ve.sibling=We,Ve=We);return e&&Se.forEach(function(ww){return t(G,ww)}),Ue&&xr(G,ze),Ee}function Qe(G,H,X,de){if(typeof X=="object"&&X!==null&&X.type===w&&X.key===null&&(X=X.props.children),typeof X=="object"&&X!==null){switch(X.$$typeof){case v:e:{for(var Ee=X.key;H!==null;){if(H.key===Ee){if(Ee=X.type,Ee===w){if(H.tag===7){n(G,H.sibling),de=p(H,X.props.children),de.return=G,G=de;break e}}else if(H.elementType===Ee||typeof Ee=="object"&&Ee!==null&&Ee.$$typeof===K&&Sa(Ee)===H.type){n(G,H.sibling),de=p(H,X.props),Mn(de,X),de.return=G,G=de;break e}n(G,H);break}else t(G,H);H=H.sibling}X.type===w?(de=va(X.props.children,G.mode,de,X.key),de.return=G,G=de):(de=$i(X.type,X.key,X.props,null,G.mode,de),Mn(de,X),de.return=G,G=de)}return S(G);case y:e:{for(Ee=X.key;H!==null;){if(H.key===Ee)if(H.tag===4&&H.stateNode.containerInfo===X.containerInfo&&H.stateNode.implementation===X.implementation){n(G,H.sibling),de=p(H,X.children||[]),de.return=G,G=de;break e}else{n(G,H);break}else t(G,H);H=H.sibling}de=jo(X,G.mode,de),de.return=G,G=de}return S(G);case K:return X=Sa(X),Qe(G,H,X,de)}if(W(X))return ye(G,H,X,de);if(M(X)){if(Ee=M(X),typeof Ee!="function")throw Error(i(150));return X=Ee.call(X),De(G,H,X,de)}if(typeof X.then=="function")return Qe(G,H,qi(X),de);if(X.$$typeof===A)return Qe(G,H,Ui(G,X),de);Gi(G,X)}return typeof X=="string"&&X!==""||typeof X=="number"||typeof X=="bigint"?(X=""+X,H!==null&&H.tag===6?(n(G,H.sibling),de=p(H,X),de.return=G,G=de):(n(G,H),de=Bo(X,G.mode,de),de.return=G,G=de),S(G)):n(G,H)}return function(G,H,X,de){try{On=0;var Ee=Qe(G,H,X,de);return Ja=null,Ee}catch(Se){if(Se===Xa||Se===Wi)throw Se;var Ve=jt(29,Se,null,G.mode);return Ve.lanes=de,Ve.return=G,Ve}}}var Ca=hd(!0),gd=hd(!1),Vr=!1;function Jo(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function el(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function Wr(e){return{lane:e,tag:0,payload:null,callback:null,next:null}}function Hr(e,t,n){var s=e.updateQueue;if(s===null)return null;if(s=s.shared,(He&2)!==0){var p=s.pending;return p===null?t.next=t:(t.next=p.next,p.next=t),s.pending=t,t=Mi(e),Xp(e,null,n),t}return Oi(e,s,t,n),Mi(e)}function $n(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,(n&4194048)!==0)){var s=t.lanes;s&=e.pendingLanes,n|=s,t.lanes=n,sp(e,n)}}function tl(e,t){var n=e.updateQueue,s=e.alternate;if(s!==null&&(s=s.updateQueue,n===s)){var p=null,g=null;if(n=n.firstBaseUpdate,n!==null){do{var S={lane:n.lane,tag:n.tag,payload:n.payload,callback:null,next:null};g===null?p=g=S:g=g.next=S,n=n.next}while(n!==null);g===null?p=g=t:g=g.next=t}else p=g=t;n={baseState:s.baseState,firstBaseUpdate:p,lastBaseUpdate:g,shared:s.shared,callbacks:s.callbacks},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}var rl=!1;function Bn(){if(rl){var e=Qa;if(e!==null)throw e}}function jn(e,t,n,s){rl=!1;var p=e.updateQueue;Vr=!1;var g=p.firstBaseUpdate,S=p.lastBaseUpdate,I=p.shared.pending;if(I!==null){p.shared.pending=null;var B=I,J=B.next;B.next=null,S===null?g=J:S.next=J,S=B;var ce=e.alternate;ce!==null&&(ce=ce.updateQueue,I=ce.lastBaseUpdate,I!==S&&(I===null?ce.firstBaseUpdate=J:I.next=J,ce.lastBaseUpdate=B))}if(g!==null){var fe=p.baseState;S=0,ce=J=B=null,I=g;do{var re=I.lane&-536870913,oe=re!==I.lane;if(oe?(Be&re)===re:(s&re)===re){re!==0&&re===Ka&&(rl=!0),ce!==null&&(ce=ce.next={lane:0,tag:I.tag,payload:I.payload,callback:null,next:null});e:{var ye=e,De=I;re=t;var Qe=n;switch(De.tag){case 1:if(ye=De.payload,typeof ye=="function"){fe=ye.call(Qe,fe,re);break e}fe=ye;break e;case 3:ye.flags=ye.flags&-65537|128;case 0:if(ye=De.payload,re=typeof ye=="function"?ye.call(Qe,fe,re):ye,re==null)break e;fe=b({},fe,re);break e;case 2:Vr=!0}}re=I.callback,re!==null&&(e.flags|=64,oe&&(e.flags|=8192),oe=p.callbacks,oe===null?p.callbacks=[re]:oe.push(re))}else oe={lane:re,tag:I.tag,payload:I.payload,callback:I.callback,next:null},ce===null?(J=ce=oe,B=fe):ce=ce.next=oe,S|=re;if(I=I.next,I===null){if(I=p.shared.pending,I===null)break;oe=I,I=oe.next,oe.next=null,p.lastBaseUpdate=oe,p.shared.pending=null}}while(!0);ce===null&&(B=fe),p.baseState=B,p.firstBaseUpdate=J,p.lastBaseUpdate=ce,g===null&&(p.shared.lanes=0),Kr|=S,e.lanes=S,e.memoizedState=fe}}function md(e,t){if(typeof e!="function")throw Error(i(191,e));e.call(t)}function bd(e,t){var n=e.callbacks;if(n!==null)for(e.callbacks=null,e=0;eg?g:8;var S=U.T,I={};U.T=I,kl(e,!1,t,n);try{var B=p(),J=U.S;if(J!==null&&J(I,B),B!==null&&typeof B=="object"&&typeof B.then=="function"){var ce=lv(B,s);Wn(e,t,ce,qt(e))}else Wn(e,t,s,qt(e))}catch(fe){Wn(e,t,{then:function(){},status:"rejected",reason:fe},qt())}finally{j.p=g,S!==null&&I.types!==null&&(S.types=I.types),U.T=S}}function hv(){}function wl(e,t,n,s){if(e.tag!==5)throw Error(i(476));var p=Yd(e).queue;Zd(e,p,t,se,n===null?hv:function(){return Kd(e),n(s)})}function Yd(e){var t=e.memoizedState;if(t!==null)return t;t={memoizedState:se,baseState:se,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:_r,lastRenderedState:se},next:null};var n={};return t.next={memoizedState:n,baseState:n,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:_r,lastRenderedState:n},next:null},e.memoizedState=t,e=e.alternate,e!==null&&(e.memoizedState=t),t}function Kd(e){var t=Yd(e);t.next===null&&(t=e.alternate.memoizedState),Wn(e,t.next.queue,{},qt())}function yl(){return Ct(oi)}function Qd(){return dt().memoizedState}function Xd(){return dt().memoizedState}function gv(e){for(var t=e.return;t!==null;){switch(t.tag){case 24:case 3:var n=qt();e=Wr(n);var s=Hr(t,e,n);s!==null&&($t(s,t,n),$n(s,t,n)),t={cache:Yo()},e.payload=t;return}t=t.return}}function mv(e,t,n){var s=qt();n={lane:s,revertLane:0,gesture:null,action:n,hasEagerState:!1,eagerState:null,next:null},as(e)?ef(t,n):(n=Mo(e,t,n,s),n!==null&&($t(n,e,s),tf(n,t,s)))}function Jd(e,t,n){var s=qt();Wn(e,t,n,s)}function Wn(e,t,n,s){var p={lane:s,revertLane:0,gesture:null,action:n,hasEagerState:!1,eagerState:null,next:null};if(as(e))ef(t,p);else{var g=e.alternate;if(e.lanes===0&&(g===null||g.lanes===0)&&(g=t.lastRenderedReducer,g!==null))try{var S=t.lastRenderedState,I=g(S,n);if(p.hasEagerState=!0,p.eagerState=I,Bt(I,S))return Oi(e,t,p,0),et===null&&Ri(),!1}catch{}if(n=Mo(e,t,p,s),n!==null)return $t(n,e,s),tf(n,t,s),!0}return!1}function kl(e,t,n,s){if(s={lane:2,revertLane:Jl(),gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null},as(e)){if(t)throw Error(i(479))}else t=Mo(e,n,s,2),t!==null&&$t(t,e,2)}function as(e){var t=e.alternate;return e===Le||t!==null&&t===Le}function ef(e,t){tn=Ki=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function tf(e,t,n){if((n&4194048)!==0){var s=t.lanes;s&=e.pendingLanes,n|=s,t.lanes=n,sp(e,n)}}var Hn={readContext:Ct,use:Ji,useCallback:ct,useContext:ct,useEffect:ct,useImperativeHandle:ct,useLayoutEffect:ct,useInsertionEffect:ct,useMemo:ct,useReducer:ct,useRef:ct,useState:ct,useDebugValue:ct,useDeferredValue:ct,useTransition:ct,useSyncExternalStore:ct,useId:ct,useHostTransitionStatus:ct,useFormState:ct,useActionState:ct,useOptimistic:ct,useMemoCache:ct,useCacheRefresh:ct};Hn.useEffectEvent=ct;var rf={readContext:Ct,use:Ji,useCallback:function(e,t){return It().memoizedState=[e,t===void 0?null:t],e},useContext:Ct,useEffect:$d,useImperativeHandle:function(e,t,n){n=n!=null?n.concat([e]):null,ts(4194308,4,Vd.bind(null,t,e),n)},useLayoutEffect:function(e,t){return ts(4194308,4,e,t)},useInsertionEffect:function(e,t){ts(4,2,e,t)},useMemo:function(e,t){var n=It();t=t===void 0?null:t;var s=e();if(_a){Pt(!0);try{e()}finally{Pt(!1)}}return n.memoizedState=[s,t],s},useReducer:function(e,t,n){var s=It();if(n!==void 0){var p=n(t);if(_a){Pt(!0);try{n(t)}finally{Pt(!1)}}}else p=t;return s.memoizedState=s.baseState=p,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:p},s.queue=e,e=e.dispatch=mv.bind(null,Le,e),[s.memoizedState,e]},useRef:function(e){var t=It();return e={current:e},t.memoizedState=e},useState:function(e){e=hl(e);var t=e.queue,n=Jd.bind(null,Le,t);return t.dispatch=n,[e.memoizedState,n]},useDebugValue:bl,useDeferredValue:function(e,t){var n=It();return vl(n,e,t)},useTransition:function(){var e=hl(!1);return e=Zd.bind(null,Le,e.queue,!0,!1),It().memoizedState=e,[!1,e]},useSyncExternalStore:function(e,t,n){var s=Le,p=It();if(Ue){if(n===void 0)throw Error(i(407));n=n()}else{if(n=t(),et===null)throw Error(i(349));(Be&127)!==0||Sd(s,t,n)}p.memoizedState=n;var g={value:n,getSnapshot:t};return p.queue=g,$d(Cd.bind(null,s,g,e),[e]),s.flags|=2048,an(9,{destroy:void 0},Ed.bind(null,s,g,n,t),null),n},useId:function(){var e=It(),t=et.identifierPrefix;if(Ue){var n=dr,s=pr;n=(s&~(1<<32-ot(s)-1)).toString(32)+n,t="_"+t+"R_"+n,n=Qi++,0<\/script>",g=g.removeChild(g.firstChild);break;case"select":g=typeof s.is=="string"?S.createElement("select",{is:s.is}):S.createElement("select"),s.multiple?g.multiple=!0:s.size&&(g.size=s.size);break;default:g=typeof s.is=="string"?S.createElement(p,{is:s.is}):S.createElement(p)}}g[St]=t,g[Ft]=s;e:for(S=t.child;S!==null;){if(S.tag===5||S.tag===6)g.appendChild(S.stateNode);else if(S.tag!==4&&S.tag!==27&&S.child!==null){S.child.return=S,S=S.child;continue}if(S===t)break e;for(;S.sibling===null;){if(S.return===null||S.return===t)break e;S=S.return}S.sibling.return=S.return,S=S.sibling}t.stateNode=g;e:switch(Dt(g,p,s),p){case"button":case"input":case"select":case"textarea":s=!!s.autoFocus;break e;case"img":s=!0;break e;default:s=!1}s&&Pr(t)}}return it(t),zl(t,t.type,e===null?null:e.memoizedProps,t.pendingProps,n),null;case 6:if(e&&t.stateNode!=null)e.memoizedProps!==s&&Pr(t);else{if(typeof s!="string"&&t.stateNode===null)throw Error(i(166));if(e=we.current,Za(t)){if(e=t.stateNode,n=t.memoizedProps,s=null,p=Et,p!==null)switch(p.tag){case 27:case 5:s=p.memoizedProps}e[St]=t,e=!!(e.nodeValue===n||s!==null&&s.suppressHydrationWarning===!0||xh(e.nodeValue,n)),e||jr(t,!0)}else e=Ss(e).createTextNode(s),e[St]=t,t.stateNode=e}return it(t),null;case 31:if(n=t.memoizedState,e===null||e.memoizedState!==null){if(s=Za(t),n!==null){if(e===null){if(!s)throw Error(i(318));if(e=t.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(i(557));e[St]=t}else wa(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4;it(t),e=!1}else n=Ho(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=n),e=!0;if(!e)return t.flags&256?(Vt(t),t):(Vt(t),null);if((t.flags&128)!==0)throw Error(i(558))}return it(t),null;case 13:if(s=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(p=Za(t),s!==null&&s.dehydrated!==null){if(e===null){if(!p)throw Error(i(318));if(p=t.memoizedState,p=p!==null?p.dehydrated:null,!p)throw Error(i(317));p[St]=t}else wa(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4;it(t),p=!1}else p=Ho(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=p),p=!0;if(!p)return t.flags&256?(Vt(t),t):(Vt(t),null)}return Vt(t),(t.flags&128)!==0?(t.lanes=n,t):(n=s!==null,e=e!==null&&e.memoizedState!==null,n&&(s=t.child,p=null,s.alternate!==null&&s.alternate.memoizedState!==null&&s.alternate.memoizedState.cachePool!==null&&(p=s.alternate.memoizedState.cachePool.pool),g=null,s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(g=s.memoizedState.cachePool.pool),g!==p&&(s.flags|=2048)),n!==e&&n&&(t.child.flags|=8192),ls(t,t.updateQueue),it(t),null);case 4:return Ce(),e===null&&ac(t.stateNode.containerInfo),it(t),null;case 10:return Er(t.type),it(t),null;case 19:if(L(pt),s=t.memoizedState,s===null)return it(t),null;if(p=(t.flags&128)!==0,g=s.rendering,g===null)if(p)Gn(s,!1);else{if(ut!==0||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(g=Yi(e),g!==null){for(t.flags|=128,Gn(s,!1),e=g.updateQueue,t.updateQueue=e,ls(t,e),t.subtreeFlags=0,e=n,n=t.child;n!==null;)Jp(n,e),n=n.sibling;return ee(pt,pt.current&1|2),Ue&&xr(t,s.treeForkCount),t.child}e=e.sibling}s.tail!==null&&be()>fs&&(t.flags|=128,p=!0,Gn(s,!1),t.lanes=4194304)}else{if(!p)if(e=Yi(g),e!==null){if(t.flags|=128,p=!0,e=e.updateQueue,t.updateQueue=e,ls(t,e),Gn(s,!0),s.tail===null&&s.tailMode==="hidden"&&!g.alternate&&!Ue)return it(t),null}else 2*be()-s.renderingStartTime>fs&&n!==536870912&&(t.flags|=128,p=!0,Gn(s,!1),t.lanes=4194304);s.isBackwards?(g.sibling=t.child,t.child=g):(e=s.last,e!==null?e.sibling=g:t.child=g,s.last=g)}return s.tail!==null?(e=s.tail,s.rendering=e,s.tail=e.sibling,s.renderingStartTime=be(),e.sibling=null,n=pt.current,ee(pt,p?n&1|2:n&1),Ue&&xr(t,s.treeForkCount),e):(it(t),null);case 22:case 23:return Vt(t),nl(),s=t.memoizedState!==null,e!==null?e.memoizedState!==null!==s&&(t.flags|=8192):s&&(t.flags|=8192),s?(n&536870912)!==0&&(t.flags&128)===0&&(it(t),t.subtreeFlags&6&&(t.flags|=8192)):it(t),n=t.updateQueue,n!==null&&ls(t,n.retryQueue),n=null,e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(n=e.memoizedState.cachePool.pool),s=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(s=t.memoizedState.cachePool.pool),s!==n&&(t.flags|=2048),e!==null&&L(xa),null;case 24:return n=null,e!==null&&(n=e.memoizedState.cache),t.memoizedState.cache!==n&&(t.flags|=2048),Er(ft),it(t),null;case 25:return null;case 30:return null}throw Error(i(156,t.tag))}function kv(e,t){switch(Vo(t),t.tag){case 1:return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Er(ft),Ce(),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 26:case 27:case 5:return qe(t),null;case 31:if(t.memoizedState!==null){if(Vt(t),t.alternate===null)throw Error(i(340));wa()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 13:if(Vt(t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(i(340));wa()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return L(pt),null;case 4:return Ce(),null;case 10:return Er(t.type),null;case 22:case 23:return Vt(t),nl(),e!==null&&L(xa),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 24:return Er(ft),null;case 25:return null;default:return null}}function Df(e,t){switch(Vo(t),t.tag){case 3:Er(ft),Ce();break;case 26:case 27:case 5:qe(t);break;case 4:Ce();break;case 31:t.memoizedState!==null&&Vt(t);break;case 13:Vt(t);break;case 19:L(pt);break;case 10:Er(t.type);break;case 22:case 23:Vt(t),nl(),e!==null&&L(xa);break;case 24:Er(ft)}}function Zn(e,t){try{var n=t.updateQueue,s=n!==null?n.lastEffect:null;if(s!==null){var p=s.next;n=p;do{if((n.tag&e)===e){s=void 0;var g=n.create,S=n.inst;s=g(),S.destroy=s}n=n.next}while(n!==p)}}catch(I){Ze(t,t.return,I)}}function Zr(e,t,n){try{var s=t.updateQueue,p=s!==null?s.lastEffect:null;if(p!==null){var g=p.next;s=g;do{if((s.tag&e)===e){var S=s.inst,I=S.destroy;if(I!==void 0){S.destroy=void 0,p=t;var B=n,J=I;try{J()}catch(ce){Ze(p,B,ce)}}}s=s.next}while(s!==g)}}catch(ce){Ze(t,t.return,ce)}}function Pf(e){var t=e.updateQueue;if(t!==null){var n=e.stateNode;try{bd(t,n)}catch(s){Ze(e,e.return,s)}}}function Tf(e,t,n){n.props=Da(e.type,e.memoizedProps),n.state=e.memoizedState;try{n.componentWillUnmount()}catch(s){Ze(e,t,s)}}function Yn(e,t){try{var n=e.ref;if(n!==null){switch(e.tag){case 26:case 27:case 5:var s=e.stateNode;break;case 30:s=e.stateNode;break;default:s=e.stateNode}typeof n=="function"?e.refCleanup=n(s):n.current=s}}catch(p){Ze(e,t,p)}}function fr(e,t){var n=e.ref,s=e.refCleanup;if(n!==null)if(typeof s=="function")try{s()}catch(p){Ze(e,t,p)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof n=="function")try{n(null)}catch(p){Ze(e,t,p)}else n.current=null}function Nf(e){var t=e.type,n=e.memoizedProps,s=e.stateNode;try{e:switch(t){case"button":case"input":case"select":case"textarea":n.autoFocus&&s.focus();break e;case"img":n.src?s.src=n.src:n.srcSet&&(s.srcset=n.srcSet)}}catch(p){Ze(e,e.return,p)}}function Rl(e,t,n){try{var s=e.stateNode;Vv(s,e.type,n,t),s[Ft]=t}catch(p){Ze(e,e.return,p)}}function If(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&ta(e.type)||e.tag===4}function Ol(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||If(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.tag===27&&ta(e.type)||e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Ml(e,t,n){var s=e.tag;if(s===5||s===6)e=e.stateNode,t?(n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n).insertBefore(e,t):(t=n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n,t.appendChild(e),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=wr));else if(s!==4&&(s===27&&ta(e.type)&&(n=e.stateNode,t=null),e=e.child,e!==null))for(Ml(e,t,n),e=e.sibling;e!==null;)Ml(e,t,n),e=e.sibling}function cs(e,t,n){var s=e.tag;if(s===5||s===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(s!==4&&(s===27&&ta(e.type)&&(n=e.stateNode),e=e.child,e!==null))for(cs(e,t,n),e=e.sibling;e!==null;)cs(e,t,n),e=e.sibling}function Af(e){var t=e.stateNode,n=e.memoizedProps;try{for(var s=e.type,p=t.attributes;p.length;)t.removeAttributeNode(p[0]);Dt(t,s,n),t[St]=e,t[Ft]=n}catch(g){Ze(e,e.return,g)}}var Tr=!1,mt=!1,$l=!1,Ff=typeof WeakSet=="function"?WeakSet:Set,yt=null;function xv(e,t){if(e=e.containerInfo,sc=Ns,e=Wp(e),Ao(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var s=n.getSelection&&n.getSelection();if(s&&s.rangeCount!==0){n=s.anchorNode;var p=s.anchorOffset,g=s.focusNode;s=s.focusOffset;try{n.nodeType,g.nodeType}catch{n=null;break e}var S=0,I=-1,B=-1,J=0,ce=0,fe=e,re=null;t:for(;;){for(var oe;fe!==n||p!==0&&fe.nodeType!==3||(I=S+p),fe!==g||s!==0&&fe.nodeType!==3||(B=S+s),fe.nodeType===3&&(S+=fe.nodeValue.length),(oe=fe.firstChild)!==null;)re=fe,fe=oe;for(;;){if(fe===e)break t;if(re===n&&++J===p&&(I=S),re===g&&++ce===s&&(B=S),(oe=fe.nextSibling)!==null)break;fe=re,re=fe.parentNode}fe=oe}n=I===-1||B===-1?null:{start:I,end:B}}else n=null}n=n||{start:0,end:0}}else n=null;for(oc={focusedElem:e,selectionRange:n},Ns=!1,yt=t;yt!==null;)if(t=yt,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,yt=e;else for(;yt!==null;){switch(t=yt,g=t.alternate,e=t.flags,t.tag){case 0:if((e&4)!==0&&(e=t.updateQueue,e=e!==null?e.events:null,e!==null))for(n=0;n title"))),Dt(g,s,n),g[St]=e,wt(g),s=g;break e;case"link":var S=$h("link","href",p).get(s+(n.href||""));if(S){for(var I=0;IQe&&(S=Qe,Qe=De,De=S);var G=Up(I,De),H=Up(I,Qe);if(G&&H&&(oe.rangeCount!==1||oe.anchorNode!==G.node||oe.anchorOffset!==G.offset||oe.focusNode!==H.node||oe.focusOffset!==H.offset)){var X=fe.createRange();X.setStart(G.node,G.offset),oe.removeAllRanges(),De>Qe?(oe.addRange(X),oe.extend(H.node,H.offset)):(X.setEnd(H.node,H.offset),oe.addRange(X))}}}}for(fe=[],oe=I;oe=oe.parentNode;)oe.nodeType===1&&fe.push({element:oe,left:oe.scrollLeft,top:oe.scrollTop});for(typeof I.focus=="function"&&I.focus(),I=0;In?32:n,U.T=null,n=ql,ql=null;var g=Xr,S=Lr;if(bt=0,cn=Xr=null,Lr=0,(He&6)!==0)throw Error(i(331));var I=He;if(He|=4,Wf(g.current),jf(g,g.current,S,n),He=I,ti(0,!1),lt&&typeof lt.onPostCommitFiberRoot=="function")try{lt.onPostCommitFiberRoot(Ie,g)}catch{}return!0}finally{j.p=p,U.T=s,lh(e,t)}}function uh(e,t,n){t=Xt(n,t),t=Cl(e.stateNode,t,2),e=Hr(e,t,2),e!==null&&(kn(e,2),hr(e))}function Ze(e,t,n){if(e.tag===3)uh(e,e,n);else for(;t!==null;){if(t.tag===3){uh(t,e,n);break}else if(t.tag===1){var s=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof s.componentDidCatch=="function"&&(Qr===null||!Qr.has(s))){e=Xt(n,e),n=pf(2),s=Hr(t,n,2),s!==null&&(df(n,s,t,e),kn(s,2),hr(s));break}}t=t.return}}function Kl(e,t,n){var s=e.pingCache;if(s===null){s=e.pingCache=new Cv;var p=new Set;s.set(t,p)}else p=s.get(t),p===void 0&&(p=new Set,s.set(t,p));p.has(n)||(Ul=!0,p.add(n),e=Nv.bind(null,e,t,n),t.then(e,e))}function Nv(e,t,n){var s=e.pingCache;s!==null&&s.delete(t),e.pingedLanes|=e.suspendedLanes&n,e.warmLanes&=~n,et===e&&(Be&n)===n&&(ut===4||ut===3&&(Be&62914560)===Be&&300>be()-ds?(He&2)===0&&un(e,0):Vl|=n,ln===Be&&(ln=0)),hr(e)}function ph(e,t){t===0&&(t=np()),e=ba(e,t),e!==null&&(kn(e,t),hr(e))}function Iv(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),ph(e,n)}function Av(e,t){var n=0;switch(e.tag){case 31:case 13:var s=e.stateNode,p=e.memoizedState;p!==null&&(n=p.retryLane);break;case 19:s=e.stateNode;break;case 22:s=e.stateNode._retryCache;break;default:throw Error(i(314))}s!==null&&s.delete(t),ph(e,n)}function Fv(e,t){return te(e,t)}var ws=null,dn=null,Ql=!1,ys=!1,Xl=!1,ea=0;function hr(e){e!==dn&&e.next===null&&(dn===null?ws=dn=e:dn=dn.next=e),ys=!0,Ql||(Ql=!0,zv())}function ti(e,t){if(!Xl&&ys){Xl=!0;do for(var n=!1,s=ws;s!==null;){if(e!==0){var p=s.pendingLanes;if(p===0)var g=0;else{var S=s.suspendedLanes,I=s.pingedLanes;g=(1<<31-ot(42|e)+1)-1,g&=p&~(S&~I),g=g&201326741?g&201326741|1:g?g|2:0}g!==0&&(n=!0,gh(s,g))}else g=Be,g=Ei(s,s===et?g:0,s.cancelPendingCommit!==null||s.timeoutHandle!==-1),(g&3)===0||yn(s,g)||(n=!0,gh(s,g));s=s.next}while(n);Xl=!1}}function Lv(){dh()}function dh(){ys=Ql=!1;var e=0;ea!==0&&Hv()&&(e=ea);for(var t=be(),n=null,s=ws;s!==null;){var p=s.next,g=fh(s,t);g===0?(s.next=null,n===null?ws=p:n.next=p,p===null&&(dn=n)):(n=s,(e!==0||(g&3)!==0)&&(ys=!0)),s=p}bt!==0&&bt!==5||ti(e),ea!==0&&(ea=0)}function fh(e,t){for(var n=e.suspendedLanes,s=e.pingedLanes,p=e.expirationTimes,g=e.pendingLanes&-62914561;0I)break;var ce=B.transferSize,fe=B.initiatorType;ce&&Sh(fe)&&(B=B.responseEnd,S+=ce*(B"u"?null:document;function zh(e,t,n){var s=fn;if(s&&typeof t=="string"&&t){var p=Kt(t);p='link[rel="'+e+'"][href="'+p+'"]',typeof n=="string"&&(p+='[crossorigin="'+n+'"]'),Lh.has(p)||(Lh.add(p),e={rel:e,crossOrigin:n,href:t},s.querySelector(p)===null&&(t=s.createElement("link"),Dt(t,"link",e),wt(t),s.head.appendChild(t)))}}function ew(e){zr.D(e),zh("dns-prefetch",e,null)}function tw(e,t){zr.C(e,t),zh("preconnect",e,t)}function rw(e,t,n){zr.L(e,t,n);var s=fn;if(s&&e&&t){var p='link[rel="preload"][as="'+Kt(t)+'"]';t==="image"&&n&&n.imageSrcSet?(p+='[imagesrcset="'+Kt(n.imageSrcSet)+'"]',typeof n.imageSizes=="string"&&(p+='[imagesizes="'+Kt(n.imageSizes)+'"]')):p+='[href="'+Kt(e)+'"]';var g=p;switch(t){case"style":g=hn(e);break;case"script":g=gn(e)}nr.has(g)||(e=b({rel:"preload",href:t==="image"&&n&&n.imageSrcSet?void 0:e,as:t},n),nr.set(g,e),s.querySelector(p)!==null||t==="style"&&s.querySelector(ii(g))||t==="script"&&s.querySelector(si(g))||(t=s.createElement("link"),Dt(t,"link",e),wt(t),s.head.appendChild(t)))}}function aw(e,t){zr.m(e,t);var n=fn;if(n&&e){var s=t&&typeof t.as=="string"?t.as:"script",p='link[rel="modulepreload"][as="'+Kt(s)+'"][href="'+Kt(e)+'"]',g=p;switch(s){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":g=gn(e)}if(!nr.has(g)&&(e=b({rel:"modulepreload",href:e},t),nr.set(g,e),n.querySelector(p)===null)){switch(s){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(n.querySelector(si(g)))return}s=n.createElement("link"),Dt(s,"link",e),wt(s),n.head.appendChild(s)}}}function nw(e,t,n){zr.S(e,t,n);var s=fn;if(s&&e){var p=za(s).hoistableStyles,g=hn(e);t=t||"default";var S=p.get(g);if(!S){var I={loading:0,preload:null};if(S=s.querySelector(ii(g)))I.loading=5;else{e=b({rel:"stylesheet",href:e,"data-precedence":t},n),(n=nr.get(g))&&hc(e,n);var B=S=s.createElement("link");wt(B),Dt(B,"link",e),B._p=new Promise(function(J,ce){B.onload=J,B.onerror=ce}),B.addEventListener("load",function(){I.loading|=1}),B.addEventListener("error",function(){I.loading|=2}),I.loading|=4,Cs(S,t,s)}S={type:"stylesheet",instance:S,count:1,state:I},p.set(g,S)}}}function iw(e,t){zr.X(e,t);var n=fn;if(n&&e){var s=za(n).hoistableScripts,p=gn(e),g=s.get(p);g||(g=n.querySelector(si(p)),g||(e=b({src:e,async:!0},t),(t=nr.get(p))&&gc(e,t),g=n.createElement("script"),wt(g),Dt(g,"link",e),n.head.appendChild(g)),g={type:"script",instance:g,count:1,state:null},s.set(p,g))}}function sw(e,t){zr.M(e,t);var n=fn;if(n&&e){var s=za(n).hoistableScripts,p=gn(e),g=s.get(p);g||(g=n.querySelector(si(p)),g||(e=b({src:e,async:!0,type:"module"},t),(t=nr.get(p))&&gc(e,t),g=n.createElement("script"),wt(g),Dt(g,"link",e),n.head.appendChild(g)),g={type:"script",instance:g,count:1,state:null},s.set(p,g))}}function Rh(e,t,n,s){var p=(p=we.current)?Es(p):null;if(!p)throw Error(i(446));switch(e){case"meta":case"title":return null;case"style":return typeof n.precedence=="string"&&typeof n.href=="string"?(t=hn(n.href),n=za(p).hoistableStyles,s=n.get(t),s||(s={type:"style",instance:null,count:0,state:null},n.set(t,s)),s):{type:"void",instance:null,count:0,state:null};case"link":if(n.rel==="stylesheet"&&typeof n.href=="string"&&typeof n.precedence=="string"){e=hn(n.href);var g=za(p).hoistableStyles,S=g.get(e);if(S||(p=p.ownerDocument||p,S={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},g.set(e,S),(g=p.querySelector(ii(e)))&&!g._p&&(S.instance=g,S.state.loading=5),nr.has(e)||(n={rel:"preload",as:"style",href:n.href,crossOrigin:n.crossOrigin,integrity:n.integrity,media:n.media,hrefLang:n.hrefLang,referrerPolicy:n.referrerPolicy},nr.set(e,n),g||ow(p,e,n,S.state))),t&&s===null)throw Error(i(528,""));return S}if(t&&s!==null)throw Error(i(529,""));return null;case"script":return t=n.async,n=n.src,typeof n=="string"&&t&&typeof t!="function"&&typeof t!="symbol"?(t=gn(n),n=za(p).hoistableScripts,s=n.get(t),s||(s={type:"script",instance:null,count:0,state:null},n.set(t,s)),s):{type:"void",instance:null,count:0,state:null};default:throw Error(i(444,e))}}function hn(e){return'href="'+Kt(e)+'"'}function ii(e){return'link[rel="stylesheet"]['+e+"]"}function Oh(e){return b({},e,{"data-precedence":e.precedence,precedence:null})}function ow(e,t,n,s){e.querySelector('link[rel="preload"][as="style"]['+t+"]")?s.loading=1:(t=e.createElement("link"),s.preload=t,t.addEventListener("load",function(){return s.loading|=1}),t.addEventListener("error",function(){return s.loading|=2}),Dt(t,"link",n),wt(t),e.head.appendChild(t))}function gn(e){return'[src="'+Kt(e)+'"]'}function si(e){return"script[async]"+e}function Mh(e,t,n){if(t.count++,t.instance===null)switch(t.type){case"style":var s=e.querySelector('style[data-href~="'+Kt(n.href)+'"]');if(s)return t.instance=s,wt(s),s;var p=b({},n,{"data-href":n.href,"data-precedence":n.precedence,href:null,precedence:null});return s=(e.ownerDocument||e).createElement("style"),wt(s),Dt(s,"style",p),Cs(s,n.precedence,e),t.instance=s;case"stylesheet":p=hn(n.href);var g=e.querySelector(ii(p));if(g)return t.state.loading|=4,t.instance=g,wt(g),g;s=Oh(n),(p=nr.get(p))&&hc(s,p),g=(e.ownerDocument||e).createElement("link"),wt(g);var S=g;return S._p=new Promise(function(I,B){S.onload=I,S.onerror=B}),Dt(g,"link",s),t.state.loading|=4,Cs(g,n.precedence,e),t.instance=g;case"script":return g=gn(n.src),(p=e.querySelector(si(g)))?(t.instance=p,wt(p),p):(s=n,(p=nr.get(g))&&(s=b({},n),gc(s,p)),e=e.ownerDocument||e,p=e.createElement("script"),wt(p),Dt(p,"link",s),e.head.appendChild(p),t.instance=p);case"void":return null;default:throw Error(i(443,t.type))}else t.type==="stylesheet"&&(t.state.loading&4)===0&&(s=t.instance,t.state.loading|=4,Cs(s,n.precedence,e));return t.instance}function Cs(e,t,n){for(var s=n.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),p=s.length?s[s.length-1]:null,g=p,S=0;S title"):null)}function lw(e,t,n){if(n===1||t.itemProp!=null)return!1;switch(e){case"meta":case"title":return!0;case"style":if(typeof t.precedence!="string"||typeof t.href!="string"||t.href==="")break;return!0;case"link":if(typeof t.rel!="string"||typeof t.href!="string"||t.href===""||t.onLoad||t.onError)break;return t.rel==="stylesheet"?(e=t.disabled,typeof t.precedence=="string"&&e==null):!0;case"script":if(t.async&&typeof t.async!="function"&&typeof t.async!="symbol"&&!t.onLoad&&!t.onError&&t.src&&typeof t.src=="string")return!0}return!1}function jh(e){return!(e.type==="stylesheet"&&(e.state.loading&3)===0)}function cw(e,t,n,s){if(n.type==="stylesheet"&&(typeof s.media!="string"||matchMedia(s.media).matches!==!1)&&(n.state.loading&4)===0){if(n.instance===null){var p=hn(s.href),g=t.querySelector(ii(p));if(g){t=g._p,t!==null&&typeof t=="object"&&typeof t.then=="function"&&(e.count++,e=Ds.bind(e),t.then(e,e)),n.state.loading|=4,n.instance=g,wt(g);return}g=t.ownerDocument||t,s=Oh(s),(p=nr.get(p))&&hc(s,p),g=g.createElement("link"),wt(g);var S=g;S._p=new Promise(function(I,B){S.onload=I,S.onerror=B}),Dt(g,"link",s),n.instance=g}e.stylesheets===null&&(e.stylesheets=new Map),e.stylesheets.set(n,t),(t=n.state.preload)&&(n.state.loading&3)===0&&(e.count++,n=Ds.bind(e),t.addEventListener("load",n),t.addEventListener("error",n))}}var mc=0;function uw(e,t){return e.stylesheets&&e.count===0&&Ts(e,e.stylesheets),0mc?50:800)+t);return e.unsuspend=n,function(){e.unsuspend=null,clearTimeout(s),clearTimeout(p)}}:null}function Ds(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)Ts(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}var Ps=null;function Ts(e,t){e.stylesheets=null,e.unsuspend!==null&&(e.count++,Ps=new Map,t.forEach(pw,e),Ps=null,Ds.call(e))}function pw(e,t){if(!(t.state.loading&4)){var n=Ps.get(e);if(n)var s=n.get(null);else{n=new Map,Ps.set(e,n);for(var p=e.querySelectorAll("link[data-precedence],style[data-precedence]"),g=0;g"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(f)}catch(a){console.error(a)}}return f(),Eu.exports=nk(),Eu.exports}var sk=ik();const ok=Hu(sk),lk=`@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:"";--tw-outline-style:solid}}}:root,:host{--ppb-radius:.625rem;--ppb-background:oklch(100% 0 0);--ppb-foreground:oklch(14.5% 0 0);--ppb-card:oklch(100% 0 0);--ppb-card-foreground:oklch(14.5% 0 0);--ppb-popover:oklch(100% 0 0);--ppb-popover-foreground:oklch(14.5% 0 0);--ppb-primary:oklch(20.5% 0 0);--ppb-primary-foreground:oklch(98.5% 0 0);--ppb-secondary:oklch(97% 0 0);--ppb-secondary-foreground:oklch(20.5% 0 0);--ppb-muted:oklch(97% 0 0);--ppb-muted-foreground:oklch(55.6% 0 0);--ppb-accent:oklch(97% 0 0);--ppb-accent-foreground:oklch(20.5% 0 0);--ppb-destructive:oklch(57.7% .245 27.325);--ppb-success:oklch(62.7% .194 149.214);--ppb-warning:oklch(64.6% .222 41.116);--ppb-border:oklch(92.2% 0 0);--ppb-input:oklch(92.2% 0 0);--ppb-ring:oklch(70.8% 0 0);--ppb-chart-1:oklch(64.6% .222 41.116);--ppb-chart-2:oklch(60% .118 184.704);--ppb-chart-3:oklch(39.8% .07 227.392);--ppb-chart-4:oklch(82.8% .189 84.429);--ppb-chart-5:oklch(76.9% .188 70.08);--ppb-sidebar:oklch(98.5% 0 0);--ppb-sidebar-foreground:oklch(14.5% 0 0);--ppb-sidebar-primary:oklch(20.5% 0 0);--ppb-sidebar-primary-foreground:oklch(98.5% 0 0);--ppb-sidebar-accent:oklch(97% 0 0);--ppb-sidebar-accent-foreground:oklch(20.5% 0 0);--ppb-sidebar-border:oklch(92.2% 0 0);--ppb-sidebar-ring:oklch(70.8% 0 0)}.dark,:host[class~=dark],:root[class~=dark]{--ppb-background:oklch(14.5% 0 0);--ppb-foreground:oklch(98.5% 0 0);--ppb-card:oklch(20.5% 0 0);--ppb-card-foreground:oklch(98.5% 0 0);--ppb-popover:oklch(20.5% 0 0);--ppb-popover-foreground:oklch(98.5% 0 0);--ppb-primary:oklch(92.2% 0 0);--ppb-primary-foreground:oklch(20.5% 0 0);--ppb-secondary:oklch(26.9% 0 0);--ppb-secondary-foreground:oklch(98.5% 0 0);--ppb-muted:oklch(26.9% 0 0);--ppb-muted-foreground:oklch(70.8% 0 0);--ppb-accent:oklch(26.9% 0 0);--ppb-accent-foreground:oklch(98.5% 0 0);--ppb-destructive:oklch(70.4% .191 22.216);--ppb-border:oklch(100% 0 0/.1);--ppb-input:oklch(100% 0 0/.15);--ppb-ring:oklch(55.6% 0 0);--ppb-chart-1:oklch(48.8% .243 264.376);--ppb-chart-2:oklch(69.6% .17 162.48);--ppb-chart-3:oklch(76.9% .188 70.08);--ppb-chart-4:oklch(62.7% .265 303.9);--ppb-chart-5:oklch(64.5% .246 16.439);--ppb-sidebar:oklch(20.5% 0 0);--ppb-sidebar-foreground:oklch(98.5% 0 0);--ppb-sidebar-primary:oklch(48.8% .243 264.376);--ppb-sidebar-primary-foreground:oklch(98.5% 0 0);--ppb-sidebar-accent:oklch(26.9% 0 0);--ppb-sidebar-accent-foreground:oklch(98.5% 0 0);--ppb-sidebar-border:oklch(100% 0 0/.1);--ppb-sidebar-ring:oklch(55.6% 0 0)}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root,:host{--ppb-font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--ppb-font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--ppb-color-orange-500:oklch(70.5% .213 47.604);--ppb-color-yellow-400:oklch(85.2% .199 91.936);--ppb-color-yellow-500:oklch(79.5% .184 86.047);--ppb-color-green-500:oklch(72.3% .219 149.579);--ppb-color-blue-500:oklch(62.3% .214 259.815);--ppb-color-gray-300:oklch(87.2% .01 258.338);--ppb-color-black:#000;--ppb-color-white:#fff;--ppb-spacing:.25rem;--ppb-container-sm:24rem;--ppb-container-md:28rem;--ppb-container-lg:32rem;--ppb-container-4xl:56rem;--ppb-text-xs--line-height:calc(1 / .75);--ppb-text-sm--line-height:calc(1.25 / .875);--ppb-text-base--line-height: 1.5 ;--ppb-text-lg--line-height:calc(1.75 / 1.125);--ppb-text-xl--line-height:calc(1.75 / 1.25);--ppb-text-2xl--line-height:calc(2 / 1.5);--ppb-text-4xl--line-height:calc(2.5 / 2.25);--ppb-text-5xl--line-height:1;--ppb-tracking-tight:-.025em;--ppb-tracking-widest:.1em;--ppb-leading-tight:1.25;--ppb-leading-relaxed:1.625;--ppb-radius-xs:.125rem;--ppb-radius-2xl:1rem;--ppb-ease-out:cubic-bezier(0, 0, .2, 1);--ppb-ease-in-out:cubic-bezier(.4, 0, .2, 1);--ppb-animate-spin:spin 1s linear infinite;--ppb-animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--ppb-blur-sm:8px;--ppb-blur-xl:24px;--ppb-blur-3xl:64px;--ppb-aspect-video:16 / 9;--ppb-default-transition-duration:.15s;--ppb-default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--ppb-default-font-family:var(--ppb-font-sans);--ppb-default-mono-font-family:var(--ppb-font-mono);--ppb-border:var(--border-width,.5px)}@layer theme;@layer base{[data-ppb] *,[data-ppb] :after,[data-ppb] :before,[data-ppb] ::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}[data-ppb] ::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}[data-ppb] html,[data-ppb] :host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--ppb-default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--ppb-default-font-feature-settings,normal);font-variation-settings:var(--ppb-default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}[data-ppb] hr{height:0;color:inherit;border-top-width:1px}[data-ppb] abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}[data-ppb] h1,[data-ppb] h2,[data-ppb] h3,[data-ppb] h4,[data-ppb] h5,[data-ppb] h6{font-size:inherit;font-weight:inherit}[data-ppb] a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}[data-ppb] b,[data-ppb] strong{font-weight:bolder}[data-ppb] code,[data-ppb] kbd,[data-ppb] samp,[data-ppb] pre{font-family:var(--ppb-default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--ppb-default-mono-font-feature-settings,normal);font-variation-settings:var(--ppb-default-mono-font-variation-settings,normal);font-size:1em}[data-ppb] small{font-size:80%}[data-ppb] sub,[data-ppb] sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}[data-ppb] sub{bottom:-.25em}[data-ppb] sup{top:-.5em}[data-ppb] table{text-indent:0;border-color:inherit;border-collapse:collapse}[data-ppb] :-moz-focusring{outline:auto}[data-ppb] progress{vertical-align:baseline}[data-ppb] summary{display:list-item}[data-ppb] ol,[data-ppb] ul,[data-ppb] menu{list-style:none}[data-ppb] img,[data-ppb] svg,[data-ppb] video,[data-ppb] canvas,[data-ppb] audio,[data-ppb] iframe,[data-ppb] embed,[data-ppb] object{vertical-align:middle;display:block}[data-ppb] img,[data-ppb] video{max-width:100%;height:auto}[data-ppb] button,[data-ppb] input,[data-ppb] select,[data-ppb] optgroup,[data-ppb] textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}[data-ppb] ::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}[data-ppb] :where(select:is([multiple],[size])) optgroup{font-weight:bolder}[data-ppb] :where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}[data-ppb] ::file-selector-button{margin-inline-end:4px}[data-ppb] ::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){[data-ppb] ::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){[data-ppb] ::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}[data-ppb] textarea{resize:vertical}[data-ppb] ::-webkit-search-decoration{-webkit-appearance:none}[data-ppb] ::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}[data-ppb] ::-webkit-datetime-edit{display:inline-flex}[data-ppb] ::-webkit-datetime-edit-fields-wrapper{padding:0}[data-ppb] ::-webkit-datetime-edit{padding-block:0}[data-ppb] ::-webkit-datetime-edit-year-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-month-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-day-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-hour-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-minute-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-second-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-millisecond-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-meridiem-field{padding-block:0}[data-ppb] ::-webkit-calendar-picker-indicator{line-height:1}[data-ppb] :-moz-ui-invalid{box-shadow:none}[data-ppb] button,[data-ppb] input:where([type=button],[type=reset],[type=submit]){appearance:button}[data-ppb] ::file-selector-button{appearance:button}[data-ppb] ::-webkit-inner-spin-button{height:auto}[data-ppb] ::-webkit-outer-spin-button{height:auto}[data-ppb] [hidden]:where(:not([hidden=until-found])){display:none!important}[data-ppb] *{border-color:var(--background-modifier-border,var(--ppb-border));outline-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){[data-ppb] *{outline-color:color-mix(in oklab,var(--background-modifier-border-focus,var(--ppb-ring)) 50%,transparent)}}[data-ppb] body{background-color:var(--background-primary,var(--ppb-background));color:var(--text-normal,var(--ppb-foreground))}[data-ppb-reset] *,[data-ppb-reset] :after,[data-ppb-reset] :before,[data-ppb-reset] ::backdrop{all:revert-layer}[data-ppb-reset] ::file-selector-button{all:revert-layer}}@layer components;@layer utilities{.ppb\\:\\@container\\/card-header{container:card-header/inline-size}.ppb\\:pointer-events-none{pointer-events:none}.ppb\\:invisible{visibility:hidden}.ppb\\:sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ppb\\:absolute{position:absolute}.ppb\\:fixed{position:fixed}.ppb\\:relative{position:relative}.ppb\\:sticky{position:sticky}.ppb\\:inset-0{inset:calc(var(--ppb-spacing) * 0)}.ppb\\:inset-x-0{inset-inline:calc(var(--ppb-spacing) * 0)}.ppb\\:inset-y-0{inset-block:calc(var(--ppb-spacing) * 0)}.ppb\\:-top-8{top:calc(var(--ppb-spacing) * -8)}.ppb\\:-top-12{top:calc(var(--ppb-spacing) * -12)}.ppb\\:top-0{top:calc(var(--ppb-spacing) * 0)}.ppb\\:top-1\\.5{top:calc(var(--ppb-spacing) * 1.5)}.ppb\\:top-1\\/2{top:50%}.ppb\\:top-2{top:calc(var(--ppb-spacing) * 2)}.ppb\\:top-3\\.5{top:calc(var(--ppb-spacing) * 3.5)}.ppb\\:top-4{top:calc(var(--ppb-spacing) * 4)}.ppb\\:top-6{top:calc(var(--ppb-spacing) * 6)}.ppb\\:top-8{top:calc(var(--ppb-spacing) * 8)}.ppb\\:top-12{top:calc(var(--ppb-spacing) * 12)}.ppb\\:top-\\[1px\\]{top:1px}.ppb\\:top-\\[50\\%\\]{top:50%}.ppb\\:top-\\[60\\%\\]{top:60%}.ppb\\:top-full{top:100%}.ppb\\:-right-12{right:calc(var(--ppb-spacing) * -12)}.ppb\\:right-0{right:calc(var(--ppb-spacing) * 0)}.ppb\\:right-1{right:calc(var(--ppb-spacing) * 1)}.ppb\\:right-2{right:calc(var(--ppb-spacing) * 2)}.ppb\\:right-3{right:calc(var(--ppb-spacing) * 3)}.ppb\\:right-4{right:calc(var(--ppb-spacing) * 4)}.ppb\\:right-6{right:calc(var(--ppb-spacing) * 6)}.ppb\\:right-12{right:calc(var(--ppb-spacing) * 12)}.ppb\\:-bottom-12{bottom:calc(var(--ppb-spacing) * -12)}.ppb\\:bottom-0{bottom:calc(var(--ppb-spacing) * 0)}.ppb\\:bottom-1{bottom:calc(var(--ppb-spacing) * 1)}.ppb\\:bottom-6{bottom:calc(var(--ppb-spacing) * 6)}.ppb\\:bottom-8{bottom:calc(var(--ppb-spacing) * 8)}.ppb\\:-left-12{left:calc(var(--ppb-spacing) * -12)}.ppb\\:left-0{left:calc(var(--ppb-spacing) * 0)}.ppb\\:left-1{left:calc(var(--ppb-spacing) * 1)}.ppb\\:left-1\\/2{left:50%}.ppb\\:left-2{left:calc(var(--ppb-spacing) * 2)}.ppb\\:left-3{left:calc(var(--ppb-spacing) * 3)}.ppb\\:left-\\[50\\%\\]{left:50%}.ppb\\:isolate{isolation:isolate}.ppb\\:-z-10{z-index:-10}.ppb\\:z-10{z-index:10}.ppb\\:z-20{z-index:20}.ppb\\:z-50{z-index:50}.ppb\\:z-\\[1\\]{z-index:1}.ppb\\:col-span-1{grid-column:span 1/span 1}.ppb\\:col-start-2{grid-column-start:2}.ppb\\:row-span-2{grid-row:span 2/span 2}.ppb\\:row-start-1{grid-row-start:1}.ppb\\:m-\\[0px\\]{margin:0}.ppb\\:-mx-1{margin-inline:calc(var(--ppb-spacing) * -1)}.ppb\\:mx-1{margin-inline:calc(var(--ppb-spacing) * 1)}.ppb\\:mx-2{margin-inline:calc(var(--ppb-spacing) * 2)}.ppb\\:mx-3\\.5{margin-inline:calc(var(--ppb-spacing) * 3.5)}.ppb\\:mx-\\[-8px\\]{margin-inline:-8px}.ppb\\:mx-\\[-11px\\]{margin-inline:-11px}.ppb\\:mx-\\[0px\\]{margin-inline:0}.ppb\\:mx-auto{margin-inline:auto}.ppb\\:my-1{margin-block:calc(var(--ppb-spacing) * 1)}.ppb\\:my-4{margin-block:calc(var(--ppb-spacing) * 4)}.ppb\\:my-\\[-30px\\]{margin-block:-30px}.ppb\\:my-\\[0px\\]{margin-block:0}.ppb\\:my-\\[21px\\]{margin-block:21px}.ppb\\:-mt-3{margin-top:calc(var(--ppb-spacing) * -3)}.ppb\\:-mt-4{margin-top:calc(var(--ppb-spacing) * -4)}.ppb\\:-mt-8{margin-top:calc(var(--ppb-spacing) * -8)}.ppb\\:mt-0\\.5{margin-top:calc(var(--ppb-spacing) * .5)}.ppb\\:mt-1{margin-top:calc(var(--ppb-spacing) * 1)}.ppb\\:mt-1\\.5{margin-top:calc(var(--ppb-spacing) * 1.5)}.ppb\\:mt-2{margin-top:calc(var(--ppb-spacing) * 2)}.ppb\\:mt-4{margin-top:calc(var(--ppb-spacing) * 4)}.ppb\\:mt-\\[16px\\]{margin-top:16px}.ppb\\:mt-auto{margin-top:auto}.ppb\\:mr-1{margin-right:calc(var(--ppb-spacing) * 1)}.ppb\\:mr-2{margin-right:calc(var(--ppb-spacing) * 2)}.ppb\\:mb-1{margin-bottom:calc(var(--ppb-spacing) * 1)}.ppb\\:mb-2{margin-bottom:calc(var(--ppb-spacing) * 2)}.ppb\\:mb-3{margin-bottom:calc(var(--ppb-spacing) * 3)}.ppb\\:mb-4{margin-bottom:calc(var(--ppb-spacing) * 4)}.ppb\\:mb-6{margin-bottom:calc(var(--ppb-spacing) * 6)}.ppb\\:mb-8{margin-bottom:calc(var(--ppb-spacing) * 8)}.ppb\\:mb-\\[0px\\]{margin-bottom:0}.ppb\\:-ml-4{margin-left:calc(var(--ppb-spacing) * -4)}.ppb\\:ml-1{margin-left:calc(var(--ppb-spacing) * 1)}.ppb\\:ml-2{margin-left:calc(var(--ppb-spacing) * 2)}.ppb\\:ml-6{margin-left:calc(var(--ppb-spacing) * 6)}.ppb\\:ml-auto{margin-left:auto}.ppb\\:line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ppb\\:line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ppb\\:block{display:block}.ppb\\:contents{display:contents}.ppb\\:flex{display:flex}.ppb\\:grid{display:grid}.ppb\\:hidden{display:none}.ppb\\:inline-block{display:inline-block}.ppb\\:inline-flex{display:inline-flex}.ppb\\:field-sizing-content{field-sizing:content}.ppb\\:aspect-\\[3\\/4\\]{aspect-ratio:3/4}.ppb\\:aspect-square{aspect-ratio:1}.ppb\\:aspect-video{aspect-ratio:var(--ppb-aspect-video)}.ppb\\:size-\\(--cell-size\\){width:var(--cell-size);height:var(--cell-size)}.ppb\\:size-2{width:calc(var(--ppb-spacing) * 2);height:calc(var(--ppb-spacing) * 2)}.ppb\\:size-2\\.5{width:calc(var(--ppb-spacing) * 2.5);height:calc(var(--ppb-spacing) * 2.5)}.ppb\\:size-3{width:calc(var(--ppb-spacing) * 3);height:calc(var(--ppb-spacing) * 3)}.ppb\\:size-3\\.5{width:calc(var(--ppb-spacing) * 3.5);height:calc(var(--ppb-spacing) * 3.5)}.ppb\\:size-4{width:calc(var(--ppb-spacing) * 4);height:calc(var(--ppb-spacing) * 4)}.ppb\\:size-7{width:calc(var(--ppb-spacing) * 7);height:calc(var(--ppb-spacing) * 7)}.ppb\\:size-8{width:calc(var(--ppb-spacing) * 8);height:calc(var(--ppb-spacing) * 8)}.ppb\\:size-9{width:calc(var(--ppb-spacing) * 9);height:calc(var(--ppb-spacing) * 9)}.ppb\\:size-auto{width:auto;height:auto}.ppb\\:size-full{width:100%;height:100%}.ppb\\:h-\\(--cell-size\\){height:var(--cell-size)}.ppb\\:h-0\\.5{height:calc(var(--ppb-spacing) * .5)}.ppb\\:h-1{height:calc(var(--ppb-spacing) * 1)}.ppb\\:h-1\\.5{height:calc(var(--ppb-spacing) * 1.5)}.ppb\\:h-2{height:calc(var(--ppb-spacing) * 2)}.ppb\\:h-2\\.5{height:calc(var(--ppb-spacing) * 2.5)}.ppb\\:h-3{height:calc(var(--ppb-spacing) * 3)}.ppb\\:h-4{height:calc(var(--ppb-spacing) * 4)}.ppb\\:h-5{height:calc(var(--ppb-spacing) * 5)}.ppb\\:h-6{height:calc(var(--ppb-spacing) * 6)}.ppb\\:h-7{height:calc(var(--ppb-spacing) * 7)}.ppb\\:h-8{height:calc(var(--ppb-spacing) * 8)}.ppb\\:h-9{height:calc(var(--ppb-spacing) * 9)}.ppb\\:h-10{height:calc(var(--ppb-spacing) * 10)}.ppb\\:h-12{height:calc(var(--ppb-spacing) * 12)}.ppb\\:h-20{height:calc(var(--ppb-spacing) * 20)}.ppb\\:h-32{height:calc(var(--ppb-spacing) * 32)}.ppb\\:h-64{height:calc(var(--ppb-spacing) * 64)}.ppb\\:h-\\[1\\.15rem\\]{height:1.15rem}.ppb\\:h-\\[calc\\(100\\%-1px\\)\\]{height:calc(100% - 1px)}.ppb\\:h-\\[var\\(--radix-navigation-menu-viewport-height\\)\\]{height:var(--radix-navigation-menu-viewport-height)}.ppb\\:h-\\[var\\(--radix-select-trigger-height\\)\\]{height:var(--radix-select-trigger-height)}.ppb\\:h-auto{height:auto}.ppb\\:h-full{height:100%}.ppb\\:h-px{height:1px}.ppb\\:h-svh{height:100svh}.ppb\\:max-h-\\(--radix-context-menu-content-available-height\\){max-height:var(--radix-context-menu-content-available-height)}.ppb\\:max-h-\\(--radix-dropdown-menu-content-available-height\\){max-height:var(--radix-dropdown-menu-content-available-height)}.ppb\\:max-h-\\(--radix-select-content-available-height\\){max-height:var(--radix-select-content-available-height)}.ppb\\:max-h-16{max-height:calc(var(--ppb-spacing) * 16)}.ppb\\:max-h-\\[80vh\\]{max-height:80vh}.ppb\\:max-h-\\[300px\\]{max-height:300px}.ppb\\:max-h-\\[400px\\]{max-height:400px}.ppb\\:max-h-\\[540px\\]{max-height:540px}.ppb\\:min-h-0{min-height:calc(var(--ppb-spacing) * 0)}.ppb\\:min-h-4{min-height:calc(var(--ppb-spacing) * 4)}.ppb\\:min-h-16{min-height:calc(var(--ppb-spacing) * 16)}.ppb\\:min-h-20{min-height:calc(var(--ppb-spacing) * 20)}.ppb\\:min-h-screen{min-height:100vh}.ppb\\:min-h-svh{min-height:100svh}.ppb\\:w-\\(--cell-size\\){width:var(--cell-size)}.ppb\\:w-\\(--sidebar-width\\){width:var(--sidebar-width)}.ppb\\:w-0\\.5{width:calc(var(--ppb-spacing) * .5)}.ppb\\:w-1{width:calc(var(--ppb-spacing) * 1)}.ppb\\:w-2{width:calc(var(--ppb-spacing) * 2)}.ppb\\:w-2\\.5{width:calc(var(--ppb-spacing) * 2.5)}.ppb\\:w-3{width:calc(var(--ppb-spacing) * 3)}.ppb\\:w-3\\/4{width:75%}.ppb\\:w-4{width:calc(var(--ppb-spacing) * 4)}.ppb\\:w-5{width:calc(var(--ppb-spacing) * 5)}.ppb\\:w-6{width:calc(var(--ppb-spacing) * 6)}.ppb\\:w-8{width:calc(var(--ppb-spacing) * 8)}.ppb\\:w-9{width:calc(var(--ppb-spacing) * 9)}.ppb\\:w-10{width:calc(var(--ppb-spacing) * 10)}.ppb\\:w-12{width:calc(var(--ppb-spacing) * 12)}.ppb\\:w-14{width:calc(var(--ppb-spacing) * 14)}.ppb\\:w-16{width:calc(var(--ppb-spacing) * 16)}.ppb\\:w-20{width:calc(var(--ppb-spacing) * 20)}.ppb\\:w-24{width:calc(var(--ppb-spacing) * 24)}.ppb\\:w-32{width:calc(var(--ppb-spacing) * 32)}.ppb\\:w-40{width:calc(var(--ppb-spacing) * 40)}.ppb\\:w-48{width:calc(var(--ppb-spacing) * 48)}.ppb\\:w-64{width:calc(var(--ppb-spacing) * 64)}.ppb\\:w-72{width:calc(var(--ppb-spacing) * 72)}.ppb\\:w-80{width:calc(var(--ppb-spacing) * 80)}.ppb\\:w-\\[100px\\]{width:100px}.ppb\\:w-\\[140px\\]{width:140px}.ppb\\:w-auto{width:auto}.ppb\\:w-fit{width:fit-content}.ppb\\:w-full{width:100%}.ppb\\:w-max{width:max-content}.ppb\\:w-px{width:1px}.ppb\\:max-w-\\(--skeleton-width\\){max-width:var(--skeleton-width)}.ppb\\:max-w-4xl{max-width:var(--ppb-container-4xl)}.ppb\\:max-w-\\[calc\\(100\\%-2rem\\)\\]{max-width:calc(100% - 2rem)}.ppb\\:max-w-full{max-width:100%}.ppb\\:max-w-max{max-width:max-content}.ppb\\:max-w-md{max-width:var(--ppb-container-md)}.ppb\\:max-w-sm{max-width:var(--ppb-container-sm)}.ppb\\:min-w-\\(--cell-size\\){min-width:var(--cell-size)}.ppb\\:min-w-0{min-width:calc(var(--ppb-spacing) * 0)}.ppb\\:min-w-5{min-width:calc(var(--ppb-spacing) * 5)}.ppb\\:min-w-8{min-width:calc(var(--ppb-spacing) * 8)}.ppb\\:min-w-9{min-width:calc(var(--ppb-spacing) * 9)}.ppb\\:min-w-10{min-width:calc(var(--ppb-spacing) * 10)}.ppb\\:min-w-\\[8rem\\]{min-width:8rem}.ppb\\:min-w-\\[12rem\\]{min-width:12rem}.ppb\\:min-w-\\[var\\(--radix-select-trigger-width\\)\\]{min-width:var(--radix-select-trigger-width)}.ppb\\:flex-1{flex:1}.ppb\\:flex-shrink-0,.ppb\\:shrink-0{flex-shrink:0}.ppb\\:grow{flex-grow:1}.ppb\\:grow-0{flex-grow:0}.ppb\\:basis-full{flex-basis:100%}.ppb\\:caption-bottom{caption-side:bottom}.ppb\\:border-collapse{border-collapse:collapse}.ppb\\:origin-\\(--radix-context-menu-content-transform-origin\\){transform-origin:var(--radix-context-menu-content-transform-origin)}.ppb\\:origin-\\(--radix-dropdown-menu-content-transform-origin\\){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.ppb\\:origin-\\(--radix-hover-card-content-transform-origin\\){transform-origin:var(--radix-hover-card-content-transform-origin)}.ppb\\:origin-\\(--radix-menubar-content-transform-origin\\){transform-origin:var(--radix-menubar-content-transform-origin)}.ppb\\:origin-\\(--radix-popover-content-transform-origin\\){transform-origin:var(--radix-popover-content-transform-origin)}.ppb\\:origin-\\(--radix-select-content-transform-origin\\){transform-origin:var(--radix-select-content-transform-origin)}.ppb\\:origin-\\(--radix-tooltip-content-transform-origin\\){transform-origin:var(--radix-tooltip-content-transform-origin)}.ppb\\:-translate-x-1{--tw-translate-x:calc(var(--ppb-spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:-translate-x-1\\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:translate-x-\\[-50\\%\\]{--tw-translate-x:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:translate-y-0\\.5{--tw-translate-y:calc(var(--ppb-spacing) * .5);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:translate-y-\\[-50\\%\\]{--tw-translate-y:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:translate-y-\\[calc\\(-50\\%_-_2px\\)\\]{--tw-translate-y: calc(-50% - 2px) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:scale-110{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x) var(--tw-scale-y)}.ppb\\:scale-y-75{--tw-scale-y:75%;scale:var(--tw-scale-x) var(--tw-scale-y)}.ppb\\:rotate-45{rotate:45deg}.ppb\\:rotate-90{rotate:90deg}.ppb\\:transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.ppb\\:animate-caret-blink{animation:1.25s ease-out infinite caret-blink}.ppb\\:animate-in{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:animate-pulse{animation:var(--ppb-animate-pulse)}.ppb\\:animate-spin{animation:var(--ppb-animate-spin)}.ppb\\:cursor-default{cursor:default}.ppb\\:cursor-not-allowed{cursor:not-allowed}.ppb\\:cursor-pointer{cursor:pointer}.ppb\\:touch-none{touch-action:none}.ppb\\:scroll-my-1{scroll-margin-block:calc(var(--ppb-spacing) * 1)}.ppb\\:scroll-py-1{scroll-padding-block:calc(var(--ppb-spacing) * 1)}.ppb\\:list-none{list-style-type:none}.ppb\\:auto-rows-min{grid-auto-rows:min-content}.ppb\\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.ppb\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ppb\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ppb\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ppb\\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.ppb\\:grid-cols-\\[0_1fr\\]{grid-template-columns:0 1fr}.ppb\\:grid-rows-\\[auto_auto\\]{grid-template-rows:auto auto}.ppb\\:flex-col{flex-direction:column}.ppb\\:flex-col-reverse{flex-direction:column-reverse}.ppb\\:flex-row{flex-direction:row}.ppb\\:flex-wrap{flex-wrap:wrap}.ppb\\:items-baseline{align-items:baseline}.ppb\\:items-center{align-items:center}.ppb\\:items-end{align-items:flex-end}.ppb\\:items-start{align-items:flex-start}.ppb\\:items-stretch{align-items:stretch}.ppb\\:justify-between{justify-content:space-between}.ppb\\:justify-center{justify-content:center}.ppb\\:justify-end{justify-content:flex-end}.ppb\\:justify-start{justify-content:flex-start}.ppb\\:justify-items-start{justify-items:start}.ppb\\:gap-0\\.5{gap:calc(var(--ppb-spacing) * .5)}.ppb\\:gap-1{gap:calc(var(--ppb-spacing) * 1)}.ppb\\:gap-1\\.5{gap:calc(var(--ppb-spacing) * 1.5)}.ppb\\:gap-2{gap:calc(var(--ppb-spacing) * 2)}.ppb\\:gap-3{gap:calc(var(--ppb-spacing) * 3)}.ppb\\:gap-4{gap:calc(var(--ppb-spacing) * 4)}.ppb\\:gap-5{gap:calc(var(--ppb-spacing) * 5)}.ppb\\:gap-6{gap:calc(var(--ppb-spacing) * 6)}.ppb\\:gap-8{gap:calc(var(--ppb-spacing) * 8)}:where(.ppb\\:space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\\:space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\\:space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\\:space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\\:space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\\:space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 8) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 8) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\\:space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 1) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 1) * calc(1 - var(--tw-space-x-reverse)))}:where(.ppb\\:space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}:where(.ppb\\:space-x-3>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 3) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)))}:where(.ppb\\:space-x-6>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 6) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 6) * calc(1 - var(--tw-space-x-reverse)))}.ppb\\:gap-y-0\\.5{row-gap:calc(var(--ppb-spacing) * .5)}.ppb\\:self-start{align-self:flex-start}.ppb\\:justify-self-end{justify-self:flex-end}.ppb\\:truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ppb\\:overflow-auto{overflow:auto}.ppb\\:overflow-hidden{overflow:hidden}.ppb\\:overflow-x-auto{overflow-x:auto}.ppb\\:overflow-x-hidden{overflow-x:hidden}.ppb\\:overflow-y-auto{overflow-y:auto}.ppb\\:rounded{border-radius:.25rem}.ppb\\:rounded-2xl{border-radius:var(--ppb-radius-2xl)}.ppb\\:rounded-\\[2px\\]{border-radius:2px}.ppb\\:rounded-\\[4px\\]{border-radius:4px}.ppb\\:rounded-\\[inherit\\]{border-radius:inherit}.ppb\\:rounded-full{border-radius:3.40282e38px}.ppb\\:rounded-md{border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:rounded-none{border-radius:0}.ppb\\:rounded-sm{border-radius:var(--radius-s,calc(var(--ppb-radius) - 4px))}.ppb\\:rounded-xl{border-radius:var(--radius-xl,calc(var(--ppb-radius) + 4px))}.ppb\\:rounded-xs{border-radius:var(--ppb-radius-xs)}.ppb\\:rounded-t-lg{border-top-left-radius:var(--radius-l,var(--ppb-radius));border-top-right-radius:var(--radius-l,var(--ppb-radius))}.ppb\\:rounded-l-md{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:rounded-tl-sm{border-top-left-radius:var(--radius-s,calc(var(--ppb-radius) - 4px))}.ppb\\:rounded-r-md{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:border{border-style:var(--tw-border-style);border-width:1px}.ppb\\:border-2{border-style:var(--tw-border-style);border-width:2px}.ppb\\:border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.ppb\\:border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.ppb\\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.ppb\\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.ppb\\:border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.ppb\\:border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\\:border-dashed{--tw-border-style:dashed;border-style:dashed}.ppb\\:border-\\(--color-border\\){border-color:var(--color-border)}.ppb\\:border-border,.ppb\\:border-border\\/20{border-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\\:border-border\\/20{border-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 20%,transparent)}}.ppb\\:border-border\\/30{border-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\\:border-border\\/30{border-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 30%,transparent)}}.ppb\\:border-border\\/50{border-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\\:border-border\\/50{border-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 50%,transparent)}}.ppb\\:border-destructive\\/50{border-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:border-destructive\\/50{border-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 50%,transparent)}}.ppb\\:border-input{border-color:var(--background-modifier-border,var(--ppb-input))}.ppb\\:border-muted{border-color:var(--background-primary-alt,var(--ppb-muted))}.ppb\\:border-primary{border-color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:border-sidebar-border{border-color:var(--ppb-sidebar-border)}.ppb\\:border-transparent{border-color:#0000}.ppb\\:border-white{border-color:var(--ppb-color-white)}.ppb\\:border-t-transparent{border-top-color:#0000}.ppb\\:border-l-transparent{border-left-color:#0000}.ppb\\:bg-\\(--color-bg\\){background-color:var(--color-bg)}.ppb\\:bg-accent{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\\:bg-background{background-color:var(--background-primary,var(--ppb-background))}.ppb\\:bg-black\\/20{background-color:var(--ppb-color-black)}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-black\\/20{background-color:color-mix(in oklab,var(--ppb-color-black) 20%,transparent)}}.ppb\\:bg-black\\/50{background-color:var(--ppb-color-black)}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-black\\/50{background-color:color-mix(in oklab,var(--ppb-color-black) 50%,transparent)}}.ppb\\:bg-black\\/60{background-color:var(--ppb-color-black)}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-black\\/60{background-color:color-mix(in oklab,var(--ppb-color-black) 60%,transparent)}}.ppb\\:bg-blue-500{background-color:var(--ppb-color-blue-500)}.ppb\\:bg-border,.ppb\\:bg-border\\/20{background-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-border\\/20{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 20%,transparent)}}.ppb\\:bg-card,.ppb\\:bg-card\\/50{background-color:var(--background-primary,var(--ppb-card))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-card\\/50{background-color:color-mix(in oklab,var(--background-primary,var(--ppb-card)) 50%,transparent)}}.ppb\\:bg-chart-1,.ppb\\:bg-chart-1\\/50{background-color:var(--ppb-chart-1)}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-chart-1\\/50{background-color:color-mix(in oklab,var(--ppb-chart-1) 50%,transparent)}}.ppb\\:bg-chart-2\\/50{background-color:var(--ppb-chart-2)}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-chart-2\\/50{background-color:color-mix(in oklab,var(--ppb-chart-2) 50%,transparent)}}.ppb\\:bg-chart-3\\/50{background-color:var(--ppb-chart-3)}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-chart-3\\/50{background-color:color-mix(in oklab,var(--ppb-chart-3) 50%,transparent)}}.ppb\\:bg-destructive,.ppb\\:bg-destructive\\/5{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-destructive\\/5{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 5%,transparent)}}.ppb\\:bg-destructive\\/10{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-destructive\\/10{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 10%,transparent)}}.ppb\\:bg-foreground,.ppb\\:bg-foreground\\/90{background-color:var(--text-normal,var(--ppb-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-foreground\\/90{background-color:color-mix(in oklab,var(--text-normal,var(--ppb-foreground)) 90%,transparent)}}.ppb\\:bg-green-500{background-color:var(--ppb-color-green-500)}.ppb\\:bg-muted,.ppb\\:bg-muted\\/5{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-muted\\/5{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 5%,transparent)}}.ppb\\:bg-muted\\/10{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-muted\\/10{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 10%,transparent)}}.ppb\\:bg-muted\\/20{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-muted\\/20{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 20%,transparent)}}.ppb\\:bg-muted\\/30{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-muted\\/30{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 30%,transparent)}}.ppb\\:bg-muted\\/50{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-muted\\/50{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 50%,transparent)}}.ppb\\:bg-orange-500{background-color:var(--ppb-color-orange-500)}.ppb\\:bg-popover{background-color:var(--ppb-popover)}.ppb\\:bg-primary,.ppb\\:bg-primary\\/10{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-primary\\/10{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 10%,transparent)}}.ppb\\:bg-primary\\/20{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-primary\\/20{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 20%,transparent)}}.ppb\\:bg-primary\\/30{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-primary\\/30{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 30%,transparent)}}.ppb\\:bg-secondary,.ppb\\:bg-secondary\\/20{background-color:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-secondary\\/20{background-color:color-mix(in oklab,var(--background-secondary,var(--ppb-secondary)) 20%,transparent)}}.ppb\\:bg-secondary\\/40{background-color:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\\:bg-secondary\\/40{background-color:color-mix(in oklab,var(--background-secondary,var(--ppb-secondary)) 40%,transparent)}}.ppb\\:bg-sidebar{background-color:var(--ppb-sidebar)}.ppb\\:bg-sidebar-border{background-color:var(--ppb-sidebar-border)}.ppb\\:bg-transparent{background-color:#0000}.ppb\\:bg-white{background-color:var(--ppb-color-white)}.ppb\\:bg-yellow-500{background-color:var(--ppb-color-yellow-500)}.ppb\\:bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\\:bg-gradient-to-bl{--tw-gradient-position:to bottom left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\\:bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\\:bg-gradient-to-l{--tw-gradient-position:to left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\\:bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\\:bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\\:from-background{--tw-gradient-from:var(--background-primary,var(--ppb-background));--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:from-muted\\/3{--tw-gradient-from:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\\:from-muted\\/3{--tw-gradient-from:color-mix(in oklab, var(--background-primary-alt,var(--ppb-muted)) 3%, transparent)}}.ppb\\:from-muted\\/3{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:from-muted\\/5{--tw-gradient-from:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\\:from-muted\\/5{--tw-gradient-from:color-mix(in oklab, var(--background-primary-alt,var(--ppb-muted)) 5%, transparent)}}.ppb\\:from-muted\\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:from-muted\\/40{--tw-gradient-from:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\\:from-muted\\/40{--tw-gradient-from:color-mix(in oklab, var(--background-primary-alt,var(--ppb-muted)) 40%, transparent)}}.ppb\\:from-muted\\/40{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:from-primary\\/5{--tw-gradient-from:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\\:from-primary\\/5{--tw-gradient-from:color-mix(in oklab, var(--interactive-accent,var(--ppb-primary)) 5%, transparent)}}.ppb\\:from-primary\\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:from-primary\\/20{--tw-gradient-from:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\\:from-primary\\/20{--tw-gradient-from:color-mix(in oklab, var(--interactive-accent,var(--ppb-primary)) 20%, transparent)}}.ppb\\:from-primary\\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:via-muted-foreground\\/20{--tw-gradient-via:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\\:via-muted-foreground\\/20{--tw-gradient-via:color-mix(in oklab, var(--text-muted,var(--ppb-muted-foreground)) 20%, transparent)}}.ppb\\:via-muted-foreground\\/20{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.ppb\\:via-transparent{--tw-gradient-via:transparent;--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.ppb\\:via-white\\/5{--tw-gradient-via:var(--ppb-color-white)}@supports (color:color-mix(in lab,red,red)){.ppb\\:via-white\\/5{--tw-gradient-via:color-mix(in oklab, var(--ppb-color-white) 5%, transparent)}}.ppb\\:via-white\\/5{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.ppb\\:to-accent\\/3{--tw-gradient-to:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\\:to-accent\\/3{--tw-gradient-to:color-mix(in oklab, var(--background-modifier-hover,var(--ppb-accent)) 3%, transparent)}}.ppb\\:to-accent\\/3{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:to-accent\\/5{--tw-gradient-to:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\\:to-accent\\/5{--tw-gradient-to:color-mix(in oklab, var(--background-modifier-hover,var(--ppb-accent)) 5%, transparent)}}.ppb\\:to-accent\\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:to-secondary\\/10{--tw-gradient-to:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\\:to-secondary\\/10{--tw-gradient-to:color-mix(in oklab, var(--background-secondary,var(--ppb-secondary)) 10%, transparent)}}.ppb\\:to-secondary\\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:to-secondary\\/20{--tw-gradient-to:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\\:to-secondary\\/20{--tw-gradient-to:color-mix(in oklab, var(--background-secondary,var(--ppb-secondary)) 20%, transparent)}}.ppb\\:to-secondary\\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\\:bg-repeat-y{background-repeat:repeat-y}.ppb\\:fill-current{fill:currentColor}.ppb\\:fill-primary{fill:var(--interactive-accent,var(--ppb-primary))}.ppb\\:fill-yellow-400{fill:var(--ppb-color-yellow-400)}.ppb\\:object-cover{object-fit:cover}.ppb\\:p-0{padding:calc(var(--ppb-spacing) * 0)}.ppb\\:p-1{padding:calc(var(--ppb-spacing) * 1)}.ppb\\:p-2{padding:calc(var(--ppb-spacing) * 2)}.ppb\\:p-3{padding:calc(var(--ppb-spacing) * 3)}.ppb\\:p-4{padding:calc(var(--ppb-spacing) * 4)}.ppb\\:p-6{padding:calc(var(--ppb-spacing) * 6)}.ppb\\:p-8{padding:calc(var(--ppb-spacing) * 8)}.ppb\\:p-\\[3px\\]{padding:3px}.ppb\\:p-px{padding:1px}.ppb\\:px-\\(--cell-size\\){padding-inline:var(--cell-size)}.ppb\\:px-1{padding-inline:calc(var(--ppb-spacing) * 1)}.ppb\\:px-1\\.5{padding-inline:calc(var(--ppb-spacing) * 1.5)}.ppb\\:px-2{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\\:px-2\\.5{padding-inline:calc(var(--ppb-spacing) * 2.5)}.ppb\\:px-3{padding-inline:calc(var(--ppb-spacing) * 3)}.ppb\\:px-4{padding-inline:calc(var(--ppb-spacing) * 4)}.ppb\\:px-6{padding-inline:calc(var(--ppb-spacing) * 6)}.ppb\\:px-\\[0px\\]{padding-inline:0}.ppb\\:px-\\[20px\\]{padding-inline:20px}.ppb\\:px-\\[24px\\]{padding-inline:24px}.ppb\\:px-\\[26px\\]{padding-inline:26px}.ppb\\:px-\\[34px\\]{padding-inline:34px}.ppb\\:py-0{padding-block:calc(var(--ppb-spacing) * 0)}.ppb\\:py-0\\.5{padding-block:calc(var(--ppb-spacing) * .5)}.ppb\\:py-1{padding-block:calc(var(--ppb-spacing) * 1)}.ppb\\:py-1\\.5{padding-block:calc(var(--ppb-spacing) * 1.5)}.ppb\\:py-2{padding-block:calc(var(--ppb-spacing) * 2)}.ppb\\:py-3{padding-block:calc(var(--ppb-spacing) * 3)}.ppb\\:py-4{padding-block:calc(var(--ppb-spacing) * 4)}.ppb\\:py-6{padding-block:calc(var(--ppb-spacing) * 6)}.ppb\\:py-8{padding-block:calc(var(--ppb-spacing) * 8)}.ppb\\:py-12{padding-block:calc(var(--ppb-spacing) * 12)}.ppb\\:py-\\[19px\\]{padding-block:19px}.ppb\\:py-\\[37px\\]{padding-block:37px}.ppb\\:py-\\[41px\\]{padding-block:41px}.ppb\\:py-\\[42px\\]{padding-block:42px}.ppb\\:pt-0{padding-top:calc(var(--ppb-spacing) * 0)}.ppb\\:pt-2{padding-top:calc(var(--ppb-spacing) * 2)}.ppb\\:pt-3{padding-top:calc(var(--ppb-spacing) * 3)}.ppb\\:pt-4{padding-top:calc(var(--ppb-spacing) * 4)}.ppb\\:pr-1{padding-right:calc(var(--ppb-spacing) * 1)}.ppb\\:pr-2{padding-right:calc(var(--ppb-spacing) * 2)}.ppb\\:pr-2\\.5{padding-right:calc(var(--ppb-spacing) * 2.5)}.ppb\\:pr-8{padding-right:calc(var(--ppb-spacing) * 8)}.ppb\\:pb-2{padding-bottom:calc(var(--ppb-spacing) * 2)}.ppb\\:pb-3{padding-bottom:calc(var(--ppb-spacing) * 3)}.ppb\\:pb-4{padding-bottom:calc(var(--ppb-spacing) * 4)}.ppb\\:pb-8{padding-bottom:calc(var(--ppb-spacing) * 8)}.ppb\\:pl-2{padding-left:calc(var(--ppb-spacing) * 2)}.ppb\\:pl-4{padding-left:calc(var(--ppb-spacing) * 4)}.ppb\\:pl-8{padding-left:calc(var(--ppb-spacing) * 8)}.ppb\\:pl-9{padding-left:calc(var(--ppb-spacing) * 9)}.ppb\\:text-center{text-align:center}.ppb\\:text-left{text-align:left}.ppb\\:text-right{text-align:right}.ppb\\:align-middle{vertical-align:middle}.ppb\\:align-super{vertical-align:super}.ppb\\:font-mono{font-family:var(--ppb-font-mono)}.ppb\\:text-2xl{font-size:calc(var(--font-ui-large,20px) * 1.2);line-height:var(--tw-leading,var(--ppb-text-2xl--line-height))}.ppb\\:text-4xl{font-size:calc(var(--font-ui-large,20px) * 1.8);line-height:var(--tw-leading,var(--ppb-text-4xl--line-height))}.ppb\\:text-5xl{font-size:calc(var(--font-ui-large,20px) * 2.4);line-height:var(--tw-leading,var(--ppb-text-5xl--line-height))}.ppb\\:text-base{font-size:var(--font-ui-medium,1rem);line-height:var(--tw-leading,var(--ppb-text-base--line-height))}.ppb\\:text-lg{font-size:calc(var(--font-ui-large,20px) * .9);line-height:var(--tw-leading,var(--ppb-text-lg--line-height))}.ppb\\:text-sm{font-size:var(--font-ui-small,.875rem);line-height:var(--tw-leading,var(--ppb-text-sm--line-height))}.ppb\\:text-xl{font-size:var(--font-ui-large,1.25rem);line-height:var(--tw-leading,var(--ppb-text-xl--line-height))}.ppb\\:text-xs{font-size:var(--font-ui-smaller,.75rem);line-height:var(--tw-leading,var(--ppb-text-xs--line-height))}.ppb\\:text-\\[0\\.8rem\\]{font-size:.8rem}.ppb\\:text-\\[9px\\]{font-size:9px}.ppb\\:text-\\[10px\\]{font-size:10px}.ppb\\:text-\\[20px\\]{font-size:20px}.ppb\\:text-\\[22px\\]{font-size:22px}.ppb\\:leading-none{--tw-leading:1;line-height:1}.ppb\\:leading-tight{--tw-leading:var(--ppb-leading-tight);line-height:var(--ppb-leading-tight)}.ppb\\:font-bold{--tw-font-weight:var(--font-bold,700);font-weight:var(--font-bold,700)}.ppb\\:font-medium{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\\:font-normal{--tw-font-weight:var(--font-normal,400);font-weight:var(--font-normal,400)}.ppb\\:font-semibold{--tw-font-weight:var(--font-semibold,600);font-weight:var(--font-semibold,600)}.ppb\\:tracking-tight{--tw-tracking:var(--ppb-tracking-tight);letter-spacing:var(--ppb-tracking-tight)}.ppb\\:tracking-widest{--tw-tracking:var(--ppb-tracking-widest);letter-spacing:var(--ppb-tracking-widest)}.ppb\\:text-balance{text-wrap:balance}.ppb\\:break-words{overflow-wrap:break-word}.ppb\\:whitespace-nowrap{white-space:nowrap}.ppb\\:text-accent-foreground{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\\:text-background{color:var(--background-primary,var(--ppb-background))}.ppb\\:text-blue-500{color:var(--ppb-color-blue-500)}.ppb\\:text-card-foreground{color:var(--text-normal,var(--ppb-card-foreground))}.ppb\\:text-chart-1,.ppb\\:text-chart-1\\/60{color:var(--ppb-chart-1)}@supports (color:color-mix(in lab,red,red)){.ppb\\:text-chart-1\\/60{color:color-mix(in oklab,var(--ppb-chart-1) 60%,transparent)}}.ppb\\:text-chart-2{color:var(--ppb-chart-2)}.ppb\\:text-chart-3{color:var(--ppb-chart-3)}.ppb\\:text-current{color:currentColor}.ppb\\:text-destructive{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\\:text-foreground{color:var(--text-normal,var(--ppb-foreground))}.ppb\\:text-gray-300{color:var(--ppb-color-gray-300)}.ppb\\:text-green-500{color:var(--ppb-color-green-500)}.ppb\\:text-muted-foreground,.ppb\\:text-muted-foreground\\/20{color:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\\:text-muted-foreground\\/20{color:color-mix(in oklab,var(--text-muted,var(--ppb-muted-foreground)) 20%,transparent)}}.ppb\\:text-muted-foreground\\/30{color:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\\:text-muted-foreground\\/30{color:color-mix(in oklab,var(--text-muted,var(--ppb-muted-foreground)) 30%,transparent)}}.ppb\\:text-muted-foreground\\/80{color:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\\:text-muted-foreground\\/80{color:color-mix(in oklab,var(--text-muted,var(--ppb-muted-foreground)) 80%,transparent)}}.ppb\\:text-popover-foreground{color:var(--ppb-popover-foreground)}.ppb\\:text-primary{color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:text-primary-foreground{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\\:text-secondary-foreground{color:var(--text-normal,var(--ppb-secondary-foreground))}.ppb\\:text-sidebar-foreground,.ppb\\:text-sidebar-foreground\\/70{color:var(--ppb-sidebar-foreground)}@supports (color:color-mix(in lab,red,red)){.ppb\\:text-sidebar-foreground\\/70{color:color-mix(in oklab,var(--ppb-sidebar-foreground) 70%,transparent)}}.ppb\\:text-white{color:var(--ppb-color-white)}.ppb\\:text-yellow-400{color:var(--ppb-color-yellow-400)}.ppb\\:text-yellow-500{color:var(--ppb-color-yellow-500)}.ppb\\:tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.ppb\\:line-through{text-decoration-line:line-through}.ppb\\:underline{text-decoration-line:underline}.ppb\\:underline-offset-4{text-underline-offset:4px}.ppb\\:opacity-0{opacity:0}.ppb\\:opacity-10{opacity:.1}.ppb\\:opacity-20{opacity:.2}.ppb\\:opacity-30{opacity:.3}.ppb\\:opacity-40{opacity:.4}.ppb\\:opacity-50{opacity:.5}.ppb\\:opacity-60{opacity:.6}.ppb\\:opacity-70{opacity:.7}.ppb\\:opacity-75{opacity:.75}.ppb\\:opacity-80{opacity:.8}.ppb\\:shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:shadow-\\[0_0_0_1px_hsl\\(var\\(--sidebar-border\\)\\)\\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:ring-0{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:ring-ring\\/50{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\\:ring-ring\\/50{--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\\:ring-sidebar-ring{--tw-ring-color:var(--ppb-sidebar-ring)}.ppb\\:ring-offset-background{--tw-ring-offset-color:var(--background-primary,var(--ppb-background))}.ppb\\:outline-hidden{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\\:outline-hidden{outline-offset:2px;outline:2px solid #0000}}.ppb\\:blur-3xl{--tw-blur:blur(var(--ppb-blur-3xl));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.ppb\\:blur-xl{--tw-blur:blur(var(--ppb-blur-xl));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.ppb\\:backdrop-blur-sm{--tw-backdrop-blur:blur(var(--ppb-blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.ppb\\:transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-\\[color\\,box-shadow\\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-\\[left\\,right\\,width\\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-\\[margin\\,opacity\\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-\\[width\\,height\\,padding\\]{transition-property:width,height,padding;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-\\[width\\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\\:transition-none{transition-property:none}.ppb\\:delay-1000{transition-delay:1s}.ppb\\:duration-200{--tw-duration:.2s;transition-duration:.2s}.ppb\\:duration-300{--tw-duration:.3s;transition-duration:.3s}.ppb\\:duration-500{--tw-duration:.5s;transition-duration:.5s}.ppb\\:duration-700{--tw-duration:.7s;transition-duration:.7s}.ppb\\:duration-1000{--tw-duration:1s;transition-duration:1s}.ppb\\:ease-in-out{--tw-ease:var(--ppb-ease-in-out);transition-timing-function:var(--ppb-ease-in-out)}.ppb\\:ease-linear{--tw-ease:linear;transition-timing-function:linear}.ppb\\:ease-out{--tw-ease:var(--ppb-ease-out);transition-timing-function:var(--ppb-ease-out)}.ppb\\:delay-1000{--tw-animation-delay:1s;animation-delay:1s}.ppb\\:fade-in-0{--tw-enter-opacity:0}.ppb\\:outline-none{--tw-outline-style:none;outline-style:none}.ppb\\:select-none{-webkit-user-select:none;user-select:none}.ppb\\:zoom-in-95{--tw-enter-scale:.95}.ppb\\:\\[--cell-size\\:--spacing\\(8\\)\\]{--cell-size:calc(var(--ppb-spacing) * 8)}.ppb\\:group-focus-within\\/menu-item\\:opacity-100:is(:where(.ppb\\:group\\/menu-item):focus-within *){opacity:1}@media(hover:hover){.ppb\\:group-hover\\/menu-item\\:opacity-100:is(:where(.ppb\\:group\\/menu-item):hover *){opacity:1}}.ppb\\:group-has-data-\\[sidebar\\=menu-action\\]\\/menu-item\\:pr-8:is(:where(.ppb\\:group\\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--ppb-spacing) * 8)}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:-mt-8:is(:where(.ppb\\:group)[data-collapsible=icon] *){margin-top:calc(var(--ppb-spacing) * -8)}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:hidden:is(:where(.ppb\\:group)[data-collapsible=icon] *){display:none}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:size-8\\!:is(:where(.ppb\\:group)[data-collapsible=icon] *){width:calc(var(--ppb-spacing) * 8)!important;height:calc(var(--ppb-spacing) * 8)!important}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:w-\\(--sidebar-width-icon\\):is(:where(.ppb\\:group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:w-\\[calc\\(var\\(--sidebar-width-icon\\)\\+\\(--spacing\\(4\\)\\)\\)\\]:is(:where(.ppb\\:group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--ppb-spacing) * 4)))}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:w-\\[calc\\(var\\(--sidebar-width-icon\\)\\+\\(--spacing\\(4\\)\\)\\+2px\\)\\]:is(:where(.ppb\\:group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--ppb-spacing) * 4)) + 2px)}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:overflow-hidden:is(:where(.ppb\\:group)[data-collapsible=icon] *){overflow:hidden}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:p-0\\!:is(:where(.ppb\\:group)[data-collapsible=icon] *){padding:calc(var(--ppb-spacing) * 0)!important}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:p-2\\!:is(:where(.ppb\\:group)[data-collapsible=icon] *){padding:calc(var(--ppb-spacing) * 2)!important}.ppb\\:group-data-\\[collapsible\\=icon\\]\\:opacity-0:is(:where(.ppb\\:group)[data-collapsible=icon] *){opacity:0}.ppb\\:group-data-\\[collapsible\\=offcanvas\\]\\:right-\\[calc\\(var\\(--sidebar-width\\)\\*-1\\)\\]:is(:where(.ppb\\:group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width) * -1)}.ppb\\:group-data-\\[collapsible\\=offcanvas\\]\\:left-\\[calc\\(var\\(--sidebar-width\\)\\*-1\\)\\]:is(:where(.ppb\\:group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width) * -1)}.ppb\\:group-data-\\[collapsible\\=offcanvas\\]\\:w-0:is(:where(.ppb\\:group)[data-collapsible=offcanvas] *){width:calc(var(--ppb-spacing) * 0)}.ppb\\:group-data-\\[collapsible\\=offcanvas\\]\\:translate-x-0:is(:where(.ppb\\:group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--ppb-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:group-data-\\[disabled\\=true\\]\\:pointer-events-none:is(:where(.ppb\\:group)[data-disabled=true] *){pointer-events:none}.ppb\\:group-data-\\[disabled\\=true\\]\\:opacity-50:is(:where(.ppb\\:group)[data-disabled=true] *){opacity:.5}.ppb\\:group-data-\\[focused\\=true\\]\\/day\\:relative:is(:where(.ppb\\:group\\/day)[data-focused=true] *){position:relative}.ppb\\:group-data-\\[focused\\=true\\]\\/day\\:z-10:is(:where(.ppb\\:group\\/day)[data-focused=true] *){z-index:10}.ppb\\:group-data-\\[focused\\=true\\]\\/day\\:border-ring:is(:where(.ppb\\:group\\/day)[data-focused=true] *){border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\\:group-data-\\[focused\\=true\\]\\/day\\:ring-\\[3px\\]:is(:where(.ppb\\:group\\/day)[data-focused=true] *){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:group-data-\\[focused\\=true\\]\\/day\\:ring-ring\\/50:is(:where(.ppb\\:group\\/day)[data-focused=true] *){--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\\:group-data-\\[focused\\=true\\]\\/day\\:ring-ring\\/50:is(:where(.ppb\\:group\\/day)[data-focused=true] *){--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\\:group-data-\\[side\\=left\\]\\:-right-4:is(:where(.ppb\\:group)[data-side=left] *){right:calc(var(--ppb-spacing) * -4)}.ppb\\:group-data-\\[side\\=left\\]\\:border-r:is(:where(.ppb\\:group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.ppb\\:group-data-\\[side\\=right\\]\\:left-0:is(:where(.ppb\\:group)[data-side=right] *){left:calc(var(--ppb-spacing) * 0)}.ppb\\:group-data-\\[side\\=right\\]\\:rotate-180:is(:where(.ppb\\:group)[data-side=right] *){rotate:180deg}.ppb\\:group-data-\\[side\\=right\\]\\:border-l:is(:where(.ppb\\:group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\\:group-data-\\[state\\=open\\]\\:rotate-180:is(:where(.ppb\\:group)[data-state=open] *){rotate:180deg}.ppb\\:group-data-\\[variant\\=floating\\]\\:rounded-lg:is(:where(.ppb\\:group)[data-variant=floating] *){border-radius:var(--radius-l,var(--ppb-radius))}.ppb\\:group-data-\\[variant\\=floating\\]\\:border:is(:where(.ppb\\:group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.ppb\\:group-data-\\[variant\\=floating\\]\\:border-sidebar-border:is(:where(.ppb\\:group)[data-variant=floating] *){border-color:var(--ppb-sidebar-border)}.ppb\\:group-data-\\[variant\\=floating\\]\\:shadow-sm:is(:where(.ppb\\:group)[data-variant=floating] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:group-data-\\[vaul-drawer-direction\\=bottom\\]\\/drawer-content\\:block:is(:where(.ppb\\:group\\/drawer-content)[data-vaul-drawer-direction=bottom] *){display:block}.ppb\\:group-data-\\[vaul-drawer-direction\\=bottom\\]\\/drawer-content\\:text-center:is(:where(.ppb\\:group\\/drawer-content)[data-vaul-drawer-direction=bottom] *),.ppb\\:group-data-\\[vaul-drawer-direction\\=top\\]\\/drawer-content\\:text-center:is(:where(.ppb\\:group\\/drawer-content)[data-vaul-drawer-direction=top] *){text-align:center}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:top-full:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *){top:100%}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:mt-1\\.5:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *){margin-top:calc(var(--ppb-spacing) * 1.5)}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:overflow-hidden:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *){overflow:hidden}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:rounded-md:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *){border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:border:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *){border-style:var(--tw-border-style);border-width:1px}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:bg-popover:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *){background-color:var(--ppb-popover)}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:text-popover-foreground:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *){color:var(--ppb-popover-foreground)}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:shadow:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:duration-200:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *){--tw-duration:.2s;transition-duration:.2s}@media(hover:hover){.ppb\\:peer-hover\\/menu-button\\:text-sidebar-accent-foreground:is(:where(.ppb\\:peer\\/menu-button):hover~*){color:var(--ppb-sidebar-accent-foreground)}}.ppb\\:peer-disabled\\:cursor-not-allowed:is(:where(.ppb\\:peer):disabled~*){cursor:not-allowed}.ppb\\:peer-disabled\\:opacity-50:is(:where(.ppb\\:peer):disabled~*){opacity:.5}.ppb\\:peer-data-\\[active\\=true\\]\\/menu-button\\:text-sidebar-accent-foreground:is(:where(.ppb\\:peer\\/menu-button)[data-active=true]~*){color:var(--ppb-sidebar-accent-foreground)}.ppb\\:peer-data-\\[size\\=default\\]\\/menu-button\\:top-1\\.5:is(:where(.ppb\\:peer\\/menu-button)[data-size=default]~*){top:calc(var(--ppb-spacing) * 1.5)}.ppb\\:peer-data-\\[size\\=lg\\]\\/menu-button\\:top-2\\.5:is(:where(.ppb\\:peer\\/menu-button)[data-size=lg]~*){top:calc(var(--ppb-spacing) * 2.5)}.ppb\\:peer-data-\\[size\\=sm\\]\\/menu-button\\:top-1:is(:where(.ppb\\:peer\\/menu-button)[data-size=sm]~*){top:calc(var(--ppb-spacing) * 1)}.ppb\\:selection\\:bg-primary ::selection{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:selection\\:bg-primary::selection{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:selection\\:text-primary-foreground ::selection{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\\:selection\\:text-primary-foreground::selection{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\\:file\\:inline-flex::file-selector-button{display:inline-flex}.ppb\\:file\\:h-7::file-selector-button{height:calc(var(--ppb-spacing) * 7)}.ppb\\:file\\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.ppb\\:file\\:bg-transparent::file-selector-button{background-color:#0000}.ppb\\:file\\:text-sm::file-selector-button{font-size:var(--font-ui-small,.875rem);line-height:var(--tw-leading,var(--ppb-text-sm--line-height))}.ppb\\:file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\\:file\\:text-foreground::file-selector-button{color:var(--text-normal,var(--ppb-foreground))}.ppb\\:placeholder\\:text-muted-foreground::placeholder{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\\:after\\:absolute:after{content:var(--tw-content);position:absolute}.ppb\\:after\\:-inset-2:after{content:var(--tw-content);inset:calc(var(--ppb-spacing) * -2)}.ppb\\:after\\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--ppb-spacing) * 0)}.ppb\\:after\\:left-1\\/2:after{content:var(--tw-content);left:50%}.ppb\\:after\\:w-1:after{content:var(--tw-content);width:calc(var(--ppb-spacing) * 1)}.ppb\\:after\\:w-\\[2px\\]:after{content:var(--tw-content);width:2px}.ppb\\:after\\:-translate-x-1\\/2:after{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:group-data-\\[collapsible\\=offcanvas\\]\\:after\\:left-full:is(:where(.ppb\\:group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}.ppb\\:first\\:rounded-l-md:first-child{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:first\\:border-l:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\\:last\\:rounded-r-md:last-child{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:last\\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.ppb\\:focus\\:z-10:focus{z-index:10}.ppb\\:focus\\:bg-accent:focus{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\\:focus\\:text-accent-foreground:focus{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\\:focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:focus\\:ring-ring:focus{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\\:focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.ppb\\:focus\\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\\:focus\\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.ppb\\:focus-visible\\:z-10:focus-visible{z-index:10}.ppb\\:focus-visible\\:border-ring:focus-visible{border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\\:focus-visible\\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:focus-visible\\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:focus-visible\\:ring-4:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:focus-visible\\:ring-\\[3px\\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:focus-visible\\:ring-destructive\\/20:focus-visible{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:focus-visible\\:ring-destructive\\/20:focus-visible{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 20%, transparent)}}.ppb\\:focus-visible\\:ring-ring:focus-visible,.ppb\\:focus-visible\\:ring-ring\\/50:focus-visible{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\\:focus-visible\\:ring-ring\\/50:focus-visible{--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\\:focus-visible\\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.ppb\\:focus-visible\\:outline-hidden:focus-visible{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\\:focus-visible\\:outline-hidden:focus-visible{outline-offset:2px;outline:2px solid #0000}}.ppb\\:focus-visible\\:outline-1:focus-visible{outline-style:var(--tw-outline-style);outline-width:1px}.ppb\\:focus-visible\\:outline-ring:focus-visible{outline-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\\:active\\:bg-sidebar-accent:active{background-color:var(--ppb-sidebar-accent)}.ppb\\:active\\:text-sidebar-accent-foreground:active{color:var(--ppb-sidebar-accent-foreground)}.ppb\\:disabled\\:pointer-events-none:disabled{pointer-events:none}.ppb\\:disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.ppb\\:disabled\\:opacity-50:disabled{opacity:.5}:where([data-side=left]) .ppb\\:in-data-\\[side\\=left\\]\\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .ppb\\:in-data-\\[side\\=right\\]\\:cursor-e-resize{cursor:e-resize}.ppb\\:has-focus\\:border-ring:has(:focus){border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\\:has-focus\\:ring-\\[3px\\]:has(:focus){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:has-focus\\:ring-ring\\/50:has(:focus){--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\\:has-focus\\:ring-ring\\/50:has(:focus){--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\\:has-data-\\[slot\\=card-action\\]\\:grid-cols-\\[1fr_auto\\]:has([data-slot=card-action]){grid-template-columns:1fr auto}.ppb\\:has-data-\\[variant\\=inset\\]\\:bg-sidebar:has([data-variant=inset]){background-color:var(--ppb-sidebar)}.ppb\\:has-\\[\\>svg\\]\\:grid-cols-\\[calc\\(var\\(--spacing\\)\\*4\\)_1fr\\]:has(>svg){grid-template-columns:calc(var(--spacing) * 4) 1fr}.ppb\\:has-\\[\\>svg\\]\\:gap-x-3:has(>svg){column-gap:calc(var(--ppb-spacing) * 3)}.ppb\\:has-\\[\\>svg\\]\\:px-2\\.5:has(>svg){padding-inline:calc(var(--ppb-spacing) * 2.5)}.ppb\\:has-\\[\\>svg\\]\\:px-3:has(>svg){padding-inline:calc(var(--ppb-spacing) * 3)}.ppb\\:has-\\[\\>svg\\]\\:px-4:has(>svg){padding-inline:calc(var(--ppb-spacing) * 4)}.ppb\\:aria-disabled\\:pointer-events-none[aria-disabled=true]{pointer-events:none}.ppb\\:aria-disabled\\:opacity-50[aria-disabled=true]{opacity:.5}.ppb\\:aria-invalid\\:border-destructive[aria-invalid=true]{border-color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\\:aria-invalid\\:ring-destructive\\/20[aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:aria-invalid\\:ring-destructive\\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 20%, transparent)}}.ppb\\:aria-selected\\:text-muted-foreground[aria-selected=true]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\\:data-\\[active\\=true\\]\\:z-10[data-active=true]{z-index:10}.ppb\\:data-\\[active\\=true\\]\\:border-ring[data-active=true]{border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\\:data-\\[active\\=true\\]\\:bg-accent\\/50[data-active=true]{background-color:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\\:data-\\[active\\=true\\]\\:bg-accent\\/50[data-active=true]{background-color:color-mix(in oklab,var(--background-modifier-hover,var(--ppb-accent)) 50%,transparent)}}.ppb\\:data-\\[active\\=true\\]\\:bg-sidebar-accent[data-active=true]{background-color:var(--ppb-sidebar-accent)}.ppb\\:data-\\[active\\=true\\]\\:font-medium[data-active=true]{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\\:data-\\[active\\=true\\]\\:text-accent-foreground[data-active=true]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\\:data-\\[active\\=true\\]\\:text-sidebar-accent-foreground[data-active=true]{color:var(--ppb-sidebar-accent-foreground)}.ppb\\:data-\\[active\\=true\\]\\:ring-\\[3px\\][data-active=true]{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:data-\\[active\\=true\\]\\:ring-ring\\/50[data-active=true]{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\\:data-\\[active\\=true\\]\\:ring-ring\\/50[data-active=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}@media(hover:hover){.ppb\\:data-\\[active\\=true\\]\\:hover\\:bg-accent[data-active=true]:hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}}.ppb\\:data-\\[active\\=true\\]\\:focus\\:bg-accent[data-active=true]:focus{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\\:data-\\[active\\=true\\]\\:aria-invalid\\:border-destructive[data-active=true][aria-invalid=true]{border-color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\\:data-\\[active\\=true\\]\\:aria-invalid\\:ring-destructive\\/20[data-active=true][aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:data-\\[active\\=true\\]\\:aria-invalid\\:ring-destructive\\/20[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 20%, transparent)}}.ppb\\:data-\\[disabled\\]\\:pointer-events-none[data-disabled]{pointer-events:none}.ppb\\:data-\\[disabled\\]\\:opacity-50[data-disabled]{opacity:.5}.ppb\\:data-\\[disabled\\=true\\]\\:pointer-events-none[data-disabled=true]{pointer-events:none}.ppb\\:data-\\[disabled\\=true\\]\\:opacity-50[data-disabled=true]{opacity:.5}.ppb\\:data-\\[error\\=true\\]\\:text-destructive[data-error=true]{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\\:data-\\[inset\\]\\:pl-8[data-inset]{padding-left:calc(var(--ppb-spacing) * 8)}.ppb\\:data-\\[motion\\=from-end\\]\\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:calc(52*var(--spacing))}.ppb\\:data-\\[motion\\=from-start\\]\\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:calc(52*var(--spacing)*-1)}.ppb\\:data-\\[motion\\=to-end\\]\\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:calc(52*var(--spacing))}.ppb\\:data-\\[motion\\=to-start\\]\\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:calc(52*var(--spacing)*-1)}.ppb\\:data-\\[motion\\^\\=from-\\]\\:animate-in[data-motion^=from-]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:data-\\[motion\\^\\=from-\\]\\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.ppb\\:data-\\[motion\\^\\=to-\\]\\:animate-out[data-motion^=to-]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:data-\\[motion\\^\\=to-\\]\\:fade-out[data-motion^=to-]{--tw-exit-opacity:0}.ppb\\:data-\\[orientation\\=horizontal\\]\\:h-1\\.5[data-orientation=horizontal]{height:calc(var(--ppb-spacing) * 1.5)}.ppb\\:data-\\[orientation\\=horizontal\\]\\:h-full[data-orientation=horizontal]{height:100%}.ppb\\:data-\\[orientation\\=horizontal\\]\\:h-px[data-orientation=horizontal]{height:1px}.ppb\\:data-\\[orientation\\=horizontal\\]\\:w-full[data-orientation=horizontal]{width:100%}.ppb\\:data-\\[orientation\\=vertical\\]\\:h-full[data-orientation=vertical]{height:100%}.ppb\\:data-\\[orientation\\=vertical\\]\\:min-h-44[data-orientation=vertical]{min-height:calc(var(--ppb-spacing) * 44)}.ppb\\:data-\\[orientation\\=vertical\\]\\:w-1\\.5[data-orientation=vertical]{width:calc(var(--ppb-spacing) * 1.5)}.ppb\\:data-\\[orientation\\=vertical\\]\\:w-auto[data-orientation=vertical]{width:auto}.ppb\\:data-\\[orientation\\=vertical\\]\\:w-full[data-orientation=vertical]{width:100%}.ppb\\:data-\\[orientation\\=vertical\\]\\:w-px[data-orientation=vertical]{width:1px}.ppb\\:data-\\[orientation\\=vertical\\]\\:flex-col[data-orientation=vertical]{flex-direction:column}.ppb\\:data-\\[panel-group-direction\\=vertical\\]\\:h-px[data-panel-group-direction=vertical]{height:1px}.ppb\\:data-\\[panel-group-direction\\=vertical\\]\\:w-full[data-panel-group-direction=vertical]{width:100%}.ppb\\:data-\\[panel-group-direction\\=vertical\\]\\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.ppb\\:data-\\[panel-group-direction\\=vertical\\]\\:after\\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:calc(var(--ppb-spacing) * 0)}.ppb\\:data-\\[panel-group-direction\\=vertical\\]\\:after\\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:calc(var(--ppb-spacing) * 1)}.ppb\\:data-\\[panel-group-direction\\=vertical\\]\\:after\\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.ppb\\:data-\\[panel-group-direction\\=vertical\\]\\:after\\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x:calc(var(--ppb-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:data-\\[panel-group-direction\\=vertical\\]\\:after\\:-translate-y-1\\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:data-\\[placeholder\\]\\:text-muted-foreground[data-placeholder]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\\:data-\\[range-end\\=true\\]\\:rounded-md[data-range-end=true]{border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:data-\\[range-end\\=true\\]\\:rounded-r-md[data-range-end=true]{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:data-\\[range-end\\=true\\]\\:bg-primary[data-range-end=true]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:data-\\[range-end\\=true\\]\\:text-primary-foreground[data-range-end=true]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\\:data-\\[range-middle\\=true\\]\\:rounded-none[data-range-middle=true]{border-radius:0}.ppb\\:data-\\[range-middle\\=true\\]\\:bg-accent[data-range-middle=true]{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\\:data-\\[range-middle\\=true\\]\\:text-accent-foreground[data-range-middle=true]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\\:data-\\[range-start\\=true\\]\\:rounded-md[data-range-start=true]{border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:data-\\[range-start\\=true\\]\\:rounded-l-md[data-range-start=true]{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:data-\\[range-start\\=true\\]\\:bg-primary[data-range-start=true]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:data-\\[range-start\\=true\\]\\:text-primary-foreground[data-range-start=true]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\\:data-\\[selected-single\\=true\\]\\:bg-primary[data-selected-single=true]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:data-\\[selected-single\\=true\\]\\:text-primary-foreground[data-selected-single=true]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\\:data-\\[selected\\=true\\]\\:rounded-none[data-selected=true]{border-radius:0}.ppb\\:data-\\[selected\\=true\\]\\:bg-accent[data-selected=true]{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\\:data-\\[selected\\=true\\]\\:text-accent-foreground[data-selected=true]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\\:data-\\[side\\=bottom\\]\\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--ppb-spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(2*var(--spacing)*-1)}.ppb\\:data-\\[side\\=left\\]\\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--ppb-spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(2*var(--spacing))}.ppb\\:data-\\[side\\=right\\]\\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--ppb-spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(2*var(--spacing)*-1)}.ppb\\:data-\\[side\\=top\\]\\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--ppb-spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(2*var(--spacing))}.ppb\\:data-\\[size\\=default\\]\\:h-9[data-size=default]{height:calc(var(--ppb-spacing) * 9)}.ppb\\:data-\\[size\\=sm\\]\\:h-8[data-size=sm]{height:calc(var(--ppb-spacing) * 8)}:is(.ppb\\:\\*\\:data-\\[slot\\=alert-description\\]\\:text-destructive\\/90>*)[data-slot=alert-description]{color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){:is(.ppb\\:\\*\\:data-\\[slot\\=alert-description\\]\\:text-destructive\\/90>*)[data-slot=alert-description]{color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 90%,transparent)}}:is(.ppb\\:\\*\\*\\:data-\\[slot\\=command-input-wrapper\\]\\:h-12 *)[data-slot=command-input-wrapper]{height:calc(var(--ppb-spacing) * 12)}:is(.ppb\\:\\*\\*\\:data-\\[slot\\=navigation-menu-link\\]\\:focus\\:ring-0 *)[data-slot=navigation-menu-link]:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(.ppb\\:\\*\\*\\:data-\\[slot\\=navigation-menu-link\\]\\:focus\\:outline-none *)[data-slot=navigation-menu-link]:focus{--tw-outline-style:none;outline-style:none}:is(.ppb\\:\\*\\:data-\\[slot\\=select-value\\]\\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.ppb\\:\\*\\:data-\\[slot\\=select-value\\]\\:flex>*)[data-slot=select-value]{display:flex}:is(.ppb\\:\\*\\:data-\\[slot\\=select-value\\]\\:items-center>*)[data-slot=select-value]{align-items:center}:is(.ppb\\:\\*\\:data-\\[slot\\=select-value\\]\\:gap-2>*)[data-slot=select-value]{gap:calc(var(--ppb-spacing) * 2)}.ppb\\:data-\\[state\\=active\\]\\:bg-background[data-state=active]{background-color:var(--background-primary,var(--ppb-background))}.ppb\\:data-\\[state\\=active\\]\\:shadow-sm[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:data-\\[state\\=checked\\]\\:translate-x-\\[calc\\(100\\%-2px\\)\\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:data-\\[state\\=checked\\]\\:border-primary[data-state=checked]{border-color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:data-\\[state\\=checked\\]\\:bg-primary[data-state=checked]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:data-\\[state\\=checked\\]\\:text-primary-foreground[data-state=checked]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\\:data-\\[state\\=closed\\]\\:animate-accordion-up[data-state=closed]{animation:accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:data-\\[state\\=closed\\]\\:animate-out[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:data-\\[state\\=closed\\]\\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}.ppb\\:data-\\[state\\=closed\\]\\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.ppb\\:data-\\[state\\=closed\\]\\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.ppb\\:data-\\[state\\=closed\\]\\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.ppb\\:data-\\[state\\=closed\\]\\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.ppb\\:data-\\[state\\=closed\\]\\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.ppb\\:data-\\[state\\=closed\\]\\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:data-\\[state\\=closed\\]\\:animate-out:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *)[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:data-\\[state\\=closed\\]\\:fade-out-0:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-opacity:0}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:data-\\[state\\=closed\\]\\:zoom-out-95:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-scale:.95}.ppb\\:data-\\[state\\=hidden\\]\\:animate-out[data-state=hidden]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:data-\\[state\\=hidden\\]\\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.ppb\\:data-\\[state\\=on\\]\\:bg-accent[data-state=on]{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\\:data-\\[state\\=on\\]\\:text-accent-foreground[data-state=on]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\\:data-\\[state\\=open\\]\\:animate-accordion-down[data-state=open]{animation:accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:data-\\[state\\=open\\]\\:animate-in[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:data-\\[state\\=open\\]\\:bg-accent[data-state=open],.ppb\\:data-\\[state\\=open\\]\\:bg-accent\\/50[data-state=open]{background-color:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\\:data-\\[state\\=open\\]\\:bg-accent\\/50[data-state=open]{background-color:color-mix(in oklab,var(--background-modifier-hover,var(--ppb-accent)) 50%,transparent)}}.ppb\\:data-\\[state\\=open\\]\\:bg-secondary[data-state=open]{background-color:var(--background-secondary,var(--ppb-secondary))}.ppb\\:data-\\[state\\=open\\]\\:text-accent-foreground[data-state=open]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\\:data-\\[state\\=open\\]\\:text-muted-foreground[data-state=open]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\\:data-\\[state\\=open\\]\\:opacity-100[data-state=open]{opacity:1}.ppb\\:data-\\[state\\=open\\]\\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}.ppb\\:data-\\[state\\=open\\]\\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.ppb\\:data-\\[state\\=open\\]\\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.ppb\\:data-\\[state\\=open\\]\\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.ppb\\:data-\\[state\\=open\\]\\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.ppb\\:data-\\[state\\=open\\]\\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.ppb\\:data-\\[state\\=open\\]\\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.ppb\\:data-\\[state\\=open\\]\\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:data-\\[state\\=open\\]\\:animate-in:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *)[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:data-\\[state\\=open\\]\\:fade-in-0:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-opacity:0}.ppb\\:group-data-\\[viewport\\=false\\]\\/navigation-menu\\:data-\\[state\\=open\\]\\:zoom-in-95:is(:where(.ppb\\:group\\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-scale:.95}@media(hover:hover){.ppb\\:data-\\[state\\=open\\]\\:hover\\:bg-accent[data-state=open]:hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\\:data-\\[state\\=open\\]\\:hover\\:bg-sidebar-accent[data-state=open]:hover{background-color:var(--ppb-sidebar-accent)}.ppb\\:data-\\[state\\=open\\]\\:hover\\:text-sidebar-accent-foreground[data-state=open]:hover{color:var(--ppb-sidebar-accent-foreground)}}.ppb\\:data-\\[state\\=open\\]\\:focus\\:bg-accent[data-state=open]:focus{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\\:data-\\[state\\=selected\\]\\:bg-muted[data-state=selected]{background-color:var(--background-primary-alt,var(--ppb-muted))}.ppb\\:data-\\[state\\=unchecked\\]\\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--ppb-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:data-\\[state\\=unchecked\\]\\:bg-input[data-state=unchecked]{background-color:var(--background-modifier-border,var(--ppb-input))}.ppb\\:data-\\[state\\=visible\\]\\:animate-in[data-state=visible]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\\:data-\\[state\\=visible\\]\\:fade-in[data-state=visible]{--tw-enter-opacity:0}.ppb\\:data-\\[variant\\=destructive\\]\\:text-destructive[data-variant=destructive]{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\\:data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/10[data-variant=destructive]:focus{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/10[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 10%,transparent)}}.ppb\\:data-\\[variant\\=destructive\\]\\:focus\\:text-destructive[data-variant=destructive]:focus{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\\:data-\\[variant\\=outline\\]\\:border-l-0[data-variant=outline]{border-left-style:var(--tw-border-style);border-left-width:0}.ppb\\:data-\\[variant\\=outline\\]\\:shadow-xs[data-variant=outline]{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:data-\\[variant\\=outline\\]\\:first\\:border-l[data-variant=outline]:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\\:data-\\[vaul-drawer-direction\\=bottom\\]\\:inset-x-0[data-vaul-drawer-direction=bottom]{inset-inline:calc(var(--ppb-spacing) * 0)}.ppb\\:data-\\[vaul-drawer-direction\\=bottom\\]\\:bottom-0[data-vaul-drawer-direction=bottom]{bottom:calc(var(--ppb-spacing) * 0)}.ppb\\:data-\\[vaul-drawer-direction\\=bottom\\]\\:mt-24[data-vaul-drawer-direction=bottom]{margin-top:calc(var(--ppb-spacing) * 24)}.ppb\\:data-\\[vaul-drawer-direction\\=bottom\\]\\:max-h-\\[80vh\\][data-vaul-drawer-direction=bottom]{max-height:80vh}.ppb\\:data-\\[vaul-drawer-direction\\=bottom\\]\\:rounded-t-lg[data-vaul-drawer-direction=bottom]{border-top-left-radius:var(--radius-l,var(--ppb-radius));border-top-right-radius:var(--radius-l,var(--ppb-radius))}.ppb\\:data-\\[vaul-drawer-direction\\=bottom\\]\\:border-t[data-vaul-drawer-direction=bottom]{border-top-style:var(--tw-border-style);border-top-width:1px}.ppb\\:data-\\[vaul-drawer-direction\\=left\\]\\:inset-y-0[data-vaul-drawer-direction=left]{inset-block:calc(var(--ppb-spacing) * 0)}.ppb\\:data-\\[vaul-drawer-direction\\=left\\]\\:left-0[data-vaul-drawer-direction=left]{left:calc(var(--ppb-spacing) * 0)}.ppb\\:data-\\[vaul-drawer-direction\\=left\\]\\:w-3\\/4[data-vaul-drawer-direction=left]{width:75%}.ppb\\:data-\\[vaul-drawer-direction\\=left\\]\\:border-r[data-vaul-drawer-direction=left]{border-right-style:var(--tw-border-style);border-right-width:1px}.ppb\\:data-\\[vaul-drawer-direction\\=right\\]\\:inset-y-0[data-vaul-drawer-direction=right]{inset-block:calc(var(--ppb-spacing) * 0)}.ppb\\:data-\\[vaul-drawer-direction\\=right\\]\\:right-0[data-vaul-drawer-direction=right]{right:calc(var(--ppb-spacing) * 0)}.ppb\\:data-\\[vaul-drawer-direction\\=right\\]\\:w-3\\/4[data-vaul-drawer-direction=right]{width:75%}.ppb\\:data-\\[vaul-drawer-direction\\=right\\]\\:border-l[data-vaul-drawer-direction=right]{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\\:data-\\[vaul-drawer-direction\\=top\\]\\:inset-x-0[data-vaul-drawer-direction=top]{inset-inline:calc(var(--ppb-spacing) * 0)}.ppb\\:data-\\[vaul-drawer-direction\\=top\\]\\:top-0[data-vaul-drawer-direction=top]{top:calc(var(--ppb-spacing) * 0)}.ppb\\:data-\\[vaul-drawer-direction\\=top\\]\\:mb-24[data-vaul-drawer-direction=top]{margin-bottom:calc(var(--ppb-spacing) * 24)}.ppb\\:data-\\[vaul-drawer-direction\\=top\\]\\:max-h-\\[80vh\\][data-vaul-drawer-direction=top]{max-height:80vh}.ppb\\:data-\\[vaul-drawer-direction\\=top\\]\\:rounded-b-lg[data-vaul-drawer-direction=top]{border-bottom-right-radius:var(--radius-l,var(--ppb-radius));border-bottom-left-radius:var(--radius-l,var(--ppb-radius))}.ppb\\:data-\\[vaul-drawer-direction\\=top\\]\\:border-b[data-vaul-drawer-direction=top]{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}@media(min-width:40rem){.ppb\\:sm\\:block{display:block}.ppb\\:sm\\:flex{display:flex}.ppb\\:sm\\:max-w-lg{max-width:var(--ppb-container-lg)}.ppb\\:sm\\:max-w-sm{max-width:var(--ppb-container-sm)}.ppb\\:sm\\:flex-row{flex-direction:row}.ppb\\:sm\\:justify-end{justify-content:flex-end}.ppb\\:sm\\:gap-2\\.5{gap:calc(var(--ppb-spacing) * 2.5)}.ppb\\:sm\\:pr-2\\.5{padding-right:calc(var(--ppb-spacing) * 2.5)}.ppb\\:sm\\:pl-2\\.5{padding-left:calc(var(--ppb-spacing) * 2.5)}.ppb\\:sm\\:text-left{text-align:left}.ppb\\:data-\\[vaul-drawer-direction\\=left\\]\\:sm\\:max-w-sm[data-vaul-drawer-direction=left],.ppb\\:data-\\[vaul-drawer-direction\\=right\\]\\:sm\\:max-w-sm[data-vaul-drawer-direction=right]{max-width:var(--ppb-container-sm)}}@media(min-width:48rem){.ppb\\:md\\:absolute{position:absolute}.ppb\\:md\\:block{display:block}.ppb\\:md\\:flex{display:flex}.ppb\\:md\\:w-\\[var\\(--radix-navigation-menu-viewport-width\\)\\]{width:var(--radix-navigation-menu-viewport-width)}.ppb\\:md\\:w-auto{width:auto}.ppb\\:md\\:flex-row{flex-direction:row}.ppb\\:md\\:gap-1\\.5{gap:calc(var(--ppb-spacing) * 1.5)}.ppb\\:md\\:text-left{text-align:left}.ppb\\:md\\:text-sm{font-size:var(--font-ui-small,.875rem);line-height:var(--tw-leading,var(--ppb-text-sm--line-height))}.ppb\\:md\\:opacity-0{opacity:0}.ppb\\:md\\:peer-data-\\[variant\\=inset\\]\\:m-2:is(:where(.ppb\\:peer)[data-variant=inset]~*){margin:calc(var(--ppb-spacing) * 2)}.ppb\\:md\\:peer-data-\\[variant\\=inset\\]\\:ml-0:is(:where(.ppb\\:peer)[data-variant=inset]~*){margin-left:calc(var(--ppb-spacing) * 0)}.ppb\\:md\\:peer-data-\\[variant\\=inset\\]\\:rounded-xl:is(:where(.ppb\\:peer)[data-variant=inset]~*){border-radius:var(--radius-xl,calc(var(--ppb-radius) + 4px))}.ppb\\:md\\:peer-data-\\[variant\\=inset\\]\\:shadow-sm:is(:where(.ppb\\:peer)[data-variant=inset]~*){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\\:md\\:peer-data-\\[variant\\=inset\\]\\:peer-data-\\[state\\=collapsed\\]\\:ml-2:is(:where(.ppb\\:peer)[data-variant=inset]~*):is(:where(.ppb\\:peer)[data-state=collapsed]~*){margin-left:calc(var(--ppb-spacing) * 2)}.ppb\\:md\\:after\\:hidden:after{content:var(--tw-content);display:none}}@media(min-width:64rem){.ppb\\:lg\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.ppb\\:dark\\:border-input:is(.dark,.dark *){border-color:var(--background-modifier-border,var(--ppb-input))}.ppb\\:dark\\:bg-destructive\\/60:is(.dark,.dark *){background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:bg-destructive\\/60:is(.dark,.dark *){background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 60%,transparent)}}.ppb\\:dark\\:bg-input\\/30:is(.dark,.dark *){background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:bg-input\\/30:is(.dark,.dark *){background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 30%,transparent)}}.ppb\\:dark\\:text-muted-foreground:is(.dark,.dark *){color:var(--text-muted,var(--ppb-muted-foreground))}@media(hover:hover){.ppb\\:dark\\:hover\\:bg-accent\\/50:is(.dark,.dark *):hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:hover\\:bg-accent\\/50:is(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--background-modifier-hover,var(--ppb-accent)) 50%,transparent)}}.ppb\\:dark\\:hover\\:bg-input\\/50:is(.dark,.dark *):hover{background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:hover\\:bg-input\\/50:is(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 50%,transparent)}}.ppb\\:dark\\:hover\\:text-accent-foreground:is(.dark,.dark *):hover{color:var(--text-normal,var(--ppb-accent-foreground))}}.ppb\\:dark\\:focus-visible\\:ring-destructive\\/40:is(.dark,.dark *):focus-visible{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:focus-visible\\:ring-destructive\\/40:is(.dark,.dark *):focus-visible{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 40%, transparent)}}.ppb\\:dark\\:aria-invalid\\:ring-destructive\\/40:is(.dark,.dark *)[aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:aria-invalid\\:ring-destructive\\/40:is(.dark,.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 40%, transparent)}}.ppb\\:dark\\:data-\\[active\\=true\\]\\:aria-invalid\\:ring-destructive\\/40:is(.dark,.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:data-\\[active\\=true\\]\\:aria-invalid\\:ring-destructive\\/40:is(.dark,.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 40%, transparent)}}.ppb\\:dark\\:data-\\[state\\=active\\]\\:border-input:is(.dark,.dark *)[data-state=active]{border-color:var(--background-modifier-border,var(--ppb-input))}.ppb\\:dark\\:data-\\[state\\=active\\]\\:bg-input\\/30:is(.dark,.dark *)[data-state=active]{background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:data-\\[state\\=active\\]\\:bg-input\\/30:is(.dark,.dark *)[data-state=active]{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 30%,transparent)}}.ppb\\:dark\\:data-\\[state\\=active\\]\\:text-foreground:is(.dark,.dark *)[data-state=active]{color:var(--text-normal,var(--ppb-foreground))}.ppb\\:dark\\:data-\\[state\\=checked\\]\\:bg-primary:is(.dark,.dark *)[data-state=checked]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\\:dark\\:data-\\[state\\=checked\\]\\:bg-primary-foreground:is(.dark,.dark *)[data-state=checked]{background-color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\\:dark\\:data-\\[state\\=unchecked\\]\\:bg-foreground:is(.dark,.dark *)[data-state=unchecked]{background-color:var(--text-normal,var(--ppb-foreground))}.ppb\\:dark\\:data-\\[state\\=unchecked\\]\\:bg-input\\/80:is(.dark,.dark *)[data-state=unchecked]{background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:data-\\[state\\=unchecked\\]\\:bg-input\\/80:is(.dark,.dark *)[data-state=unchecked]{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 80%,transparent)}}.ppb\\:dark\\:data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/20:is(.dark,.dark *)[data-variant=destructive]:focus{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\\:dark\\:data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/20:is(.dark,.dark *)[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 20%,transparent)}}.ppb\\:\\[\\&_\\.recharts-cartesian-axis-tick_text\\]\\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:var(--text-muted,var(--ppb-muted-foreground))}.ppb\\:\\[\\&_\\.recharts-cartesian-grid_line\\[stroke\\=\\'\\#ccc\\'\\]\\]\\:stroke-border\\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\\:\\[\\&_\\.recharts-cartesian-grid_line\\[stroke\\=\\'\\#ccc\\'\\]\\]\\:stroke-border\\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 50%,transparent)}}.ppb\\:\\[\\&_\\.recharts-curve\\.recharts-tooltip-cursor\\]\\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:var(--background-modifier-border,var(--ppb-border))}.ppb\\:\\[\\&_\\.recharts-dot\\[stroke\\=\\'\\#fff\\'\\]\\]\\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:#0000}.ppb\\:\\[\\&_\\.recharts-layer\\]\\:outline-hidden .recharts-layer{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\\:\\[\\&_\\.recharts-layer\\]\\:outline-hidden .recharts-layer{outline-offset:2px;outline:2px solid #0000}}.ppb\\:\\[\\&_\\.recharts-polar-grid_\\[stroke\\=\\'\\#ccc\\'\\]\\]\\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:var(--background-modifier-border,var(--ppb-border))}.ppb\\:\\[\\&_\\.recharts-radial-bar-background-sector\\]\\:fill-muted .recharts-radial-bar-background-sector,.ppb\\:\\[\\&_\\.recharts-rectangle\\.recharts-tooltip-cursor\\]\\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:var(--background-primary-alt,var(--ppb-muted))}.ppb\\:\\[\\&_\\.recharts-reference-line_\\[stroke\\=\\'\\#ccc\\'\\]\\]\\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:var(--background-modifier-border,var(--ppb-border))}.ppb\\:\\[\\&_\\.recharts-sector\\]\\:outline-hidden .recharts-sector{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\\:\\[\\&_\\.recharts-sector\\]\\:outline-hidden .recharts-sector{outline-offset:2px;outline:2px solid #0000}}.ppb\\:\\[\\&_\\.recharts-sector\\[stroke\\=\\'\\#fff\\'\\]\\]\\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:#0000}.ppb\\:\\[\\&_\\.recharts-surface\\]\\:outline-hidden .recharts-surface{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\\:\\[\\&_\\.recharts-surface\\]\\:outline-hidden .recharts-surface{outline-offset:2px;outline:2px solid #0000}}.ppb\\:\\[\\&_\\[cmdk-group-heading\\]\\]\\:px-2 [cmdk-group-heading]{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\\:\\[\\&_\\[cmdk-group-heading\\]\\]\\:py-1\\.5 [cmdk-group-heading]{padding-block:calc(var(--ppb-spacing) * 1.5)}.ppb\\:\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-xs [cmdk-group-heading]{font-size:var(--font-ui-smaller,.75rem);line-height:var(--tw-leading,var(--ppb-text-xs--line-height))}.ppb\\:\\[\\&_\\[cmdk-group-heading\\]\\]\\:font-medium [cmdk-group-heading]{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\\:\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-muted-foreground [cmdk-group-heading]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\\:\\[\\&_\\[cmdk-group\\]\\]\\:px-2 [cmdk-group]{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\\:\\[\\&_\\[cmdk-group\\]\\:not\\(\\[hidden\\]\\)_\\~\\[cmdk-group\\]\\]\\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:calc(var(--ppb-spacing) * 0)}.ppb\\:\\[\\&_\\[cmdk-input-wrapper\\]_svg\\]\\:h-5 [cmdk-input-wrapper] svg{height:calc(var(--ppb-spacing) * 5)}.ppb\\:\\[\\&_\\[cmdk-input-wrapper\\]_svg\\]\\:w-5 [cmdk-input-wrapper] svg{width:calc(var(--ppb-spacing) * 5)}.ppb\\:\\[\\&_\\[cmdk-input\\]\\]\\:h-12 [cmdk-input]{height:calc(var(--ppb-spacing) * 12)}.ppb\\:\\[\\&_\\[cmdk-item\\]\\]\\:px-2 [cmdk-item]{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\\:\\[\\&_\\[cmdk-item\\]\\]\\:py-3 [cmdk-item]{padding-block:calc(var(--ppb-spacing) * 3)}.ppb\\:\\[\\&_\\[cmdk-item\\]_svg\\]\\:h-5 [cmdk-item] svg{height:calc(var(--ppb-spacing) * 5)}.ppb\\:\\[\\&_\\[cmdk-item\\]_svg\\]\\:w-5 [cmdk-item] svg{width:calc(var(--ppb-spacing) * 5)}.ppb\\:\\[\\&_p\\]\\:leading-relaxed p{--tw-leading:var(--ppb-leading-relaxed);line-height:var(--ppb-leading-relaxed)}.ppb\\:\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.ppb\\:\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.ppb\\:\\[\\&_svg\\:not\\(\\[class\\*\\=size-\\]\\)\\]\\:size-4 svg:not([class*=size-]){width:calc(var(--ppb-spacing) * 4);height:calc(var(--ppb-spacing) * 4)}.ppb\\:\\[\\&_svg\\:not\\(\\[class\\*\\=text-\\]\\)\\]\\:text-muted-foreground svg:not([class*=text-]){color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\\:\\[\\&_tr\\]\\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.ppb\\:\\[\\&_tr\\:last-child\\]\\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.ppb\\:\\[\\&\\:first-child\\[data-selected\\=true\\]_button\\]\\:rounded-l-md:first-child[data-selected=true] button{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:\\[\\&\\:has\\(\\[role\\=checkbox\\]\\)\\]\\:pr-0:has([role=checkbox]){padding-right:calc(var(--ppb-spacing) * 0)}.ppb\\:\\[\\.border-b\\]\\:pb-6.border-b{padding-bottom:calc(var(--ppb-spacing) * 6)}.ppb\\:\\[\\.border-t\\]\\:pt-6.border-t{padding-top:calc(var(--ppb-spacing) * 6)}:is(.ppb\\:\\*\\:\\[span\\]\\:last\\:flex>*):is(span):last-child{display:flex}:is(.ppb\\:\\*\\:\\[span\\]\\:last\\:items-center>*):is(span):last-child{align-items:center}:is(.ppb\\:\\*\\:\\[span\\]\\:last\\:gap-2>*):is(span):last-child{gap:calc(var(--ppb-spacing) * 2)}:is(.ppb\\:data-\\[variant\\=destructive\\]\\:\\*\\:\\[svg\\]\\:\\!text-destructive[data-variant=destructive]>*):is(svg){color:var(--background-modifier-error,var(--ppb-destructive))!important}.ppb\\:\\[\\&\\:last-child\\[data-selected\\=true\\]_button\\]\\:rounded-r-md:last-child[data-selected=true] button{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\\:\\[\\&\\>\\[role\\=checkbox\\]\\]\\:translate-y-\\[2px\\]>[role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:\\[\\&\\>button\\]\\:hidden>button{display:none}.ppb\\:\\[\\&\\>span\\]\\:text-xs>span{font-size:var(--font-ui-smaller,.75rem);line-height:var(--tw-leading,var(--ppb-text-xs--line-height))}.ppb\\:\\[\\&\\>span\\]\\:opacity-70>span{opacity:.7}.ppb\\:\\[\\&\\>span\\:last-child\\]\\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ppb\\:\\[\\&\\>svg\\]\\:pointer-events-none>svg{pointer-events:none}.ppb\\:\\[\\&\\>svg\\]\\:size-3>svg{width:calc(var(--ppb-spacing) * 3);height:calc(var(--ppb-spacing) * 3)}.ppb\\:\\[\\&\\>svg\\]\\:size-3\\.5>svg{width:calc(var(--ppb-spacing) * 3.5);height:calc(var(--ppb-spacing) * 3.5)}.ppb\\:\\[\\&\\>svg\\]\\:size-4>svg{width:calc(var(--ppb-spacing) * 4);height:calc(var(--ppb-spacing) * 4)}.ppb\\:\\[\\&\\>svg\\]\\:h-2\\.5>svg{height:calc(var(--ppb-spacing) * 2.5)}.ppb\\:\\[\\&\\>svg\\]\\:h-3>svg{height:calc(var(--ppb-spacing) * 3)}.ppb\\:\\[\\&\\>svg\\]\\:w-2\\.5>svg{width:calc(var(--ppb-spacing) * 2.5)}.ppb\\:\\[\\&\\>svg\\]\\:w-3>svg{width:calc(var(--ppb-spacing) * 3)}.ppb\\:\\[\\&\\>svg\\]\\:shrink-0>svg{flex-shrink:0}.ppb\\:\\[\\&\\>svg\\]\\:translate-y-0\\.5>svg{--tw-translate-y:calc(var(--ppb-spacing) * .5);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\\:\\[\\&\\>svg\\]\\:text-current>svg{color:currentColor}.ppb\\:\\[\\&\\>svg\\]\\:text-muted-foreground>svg{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\\:\\[\\&\\>svg\\]\\:text-sidebar-accent-foreground>svg{color:var(--ppb-sidebar-accent-foreground)}.ppb\\:\\[\\&\\>tr\\]\\:last\\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.ppb\\:\\[\\&\\[data-panel-group-direction\\=vertical\\]\\>div\\]\\:rotate-90[data-panel-group-direction=vertical]>div{rotate:90deg}.ppb\\:\\[\\&\\[data-state\\=open\\]\\>svg\\]\\:rotate-180[data-state=open]>svg{rotate:180deg}[data-side=left][data-collapsible=offcanvas] .ppb\\:\\[\\[data-side\\=left\\]\\[data-collapsible\\=offcanvas\\]_\\&\\]\\:-right-2{right:calc(var(--ppb-spacing) * -2)}[data-side=left][data-state=collapsed] .ppb\\:\\[\\[data-side\\=left\\]\\[data-state\\=collapsed\\]_\\&\\]\\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .ppb\\:\\[\\[data-side\\=right\\]\\[data-collapsible\\=offcanvas\\]_\\&\\]\\:-left-2{left:calc(var(--ppb-spacing) * -2)}[data-side=right][data-state=collapsed] .ppb\\:\\[\\[data-side\\=right\\]\\[data-state\\=collapsed\\]_\\&\\]\\:cursor-w-resize{cursor:w-resize}[data-slot=card-content] .ppb\\:\\[\\[data-slot\\=card-content\\]_\\&\\]\\:bg-transparent,[data-slot=popover-content] .ppb\\:\\[\\[data-slot\\=popover-content\\]_\\&\\]\\:bg-transparent{background-color:#0000}@media(hover:hover){a.ppb\\:\\[a\\&\\]\\:hover\\:bg-accent:hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}a.ppb\\:\\[a\\&\\]\\:hover\\:bg-destructive\\/90:hover{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){a.ppb\\:\\[a\\&\\]\\:hover\\:bg-destructive\\/90:hover{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 90%,transparent)}}a.ppb\\:\\[a\\&\\]\\:hover\\:bg-primary\\/90:hover{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){a.ppb\\:\\[a\\&\\]\\:hover\\:bg-primary\\/90:hover{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 90%,transparent)}}a.ppb\\:\\[a\\&\\]\\:hover\\:bg-secondary\\/90:hover{background-color:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){a.ppb\\:\\[a\\&\\]\\:hover\\:bg-secondary\\/90:hover{background-color:color-mix(in oklab,var(--background-secondary,var(--ppb-secondary)) 90%,transparent)}}a.ppb\\:\\[a\\&\\]\\:hover\\:text-accent-foreground:hover{color:var(--text-normal,var(--ppb-accent-foreground))}}}.agent-output-shadow{height:100%}.agent-output-workspace{height:100%;overflow:hidden}.agent-panel{background:var(--background-primary);height:100%;color:var(--text-normal);outline:none;display:flex}.agent-panel-empty{justify-content:center;align-items:center}.agent-empty-message{text-align:center;color:var(--text-muted);padding:24px}.agent-empty-icon{opacity:.6;margin-bottom:12px;font-size:2.5em}.agent-empty-hint{color:var(--text-faint);margin-top:4px;font-size:.85em}.agent-panel-sidebar{border-right:1px solid var(--background-modifier-border);background:var(--background-secondary);flex-direction:column;width:220px;min-width:180px;transition:width .2s,min-width .2s;display:flex;overflow:hidden}.agent-sidebar-header{border-bottom:1px solid var(--background-modifier-border);justify-content:space-between;align-items:center;gap:6px;padding:8px 12px;font-size:.85em;font-weight:600;display:flex}.agent-sidebar-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;flex:1}.agent-sidebar-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:.85em;transition:background .15s,color .15s}.agent-sidebar-btn:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.agent-sidebar-list{flex:1;overflow-y:auto}.agent-sidebar-list::-webkit-scrollbar{width:4px}.agent-sidebar-list::-webkit-scrollbar-thumb{background:var(--background-modifier-border);border-radius:2px}.agent-sidebar-list::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.agent-run-item{cursor:pointer;border-bottom:1px solid var(--background-modifier-border-hover);border-left:3px solid #0000;padding:8px 12px;transition:background .15s,border-color .15s}.agent-run-item:hover{background:var(--background-modifier-hover)}.agent-run-item.is-selected{background:var(--background-primary);border-left-color:var(--text-accent)}.agent-run-item-header{align-items:center;gap:6px;margin-bottom:2px;display:flex}.agent-run-name{text-overflow:ellipsis;white-space:nowrap;font-size:.85em;font-weight:500;overflow:hidden}.agent-run-item-meta{color:var(--text-faint);align-items:center;gap:6px;padding-left:14px;font-size:.75em;display:flex}.agent-run-file{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-run-event{background:var(--background-modifier-hover);border-radius:3px;padding:1px 4px;font-size:.9em}.agent-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.agent-status-running{background:var(--text-accent);animation:1.5s infinite agent-pulse}.agent-status-completed{background:var(--text-success,#4caf50)}.agent-status-failed{background:var(--text-error)}.agent-status-queued{background:var(--text-muted)}.agent-status-cancelled{background:var(--text-faint)}.agent-status-pending{background:var(--text-warning,#ff9800);animation:1.5s infinite agent-pulse}@keyframes agent-pulse{0%,to{opacity:1}50%{opacity:.4}}.agent-status-badge{white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:.75em;font-weight:600;display:inline-block}.agent-status-badge.agent-status-running{background:rgba(var(--color-accent-rgb,0, 122, 255),.15);color:var(--text-accent)}.agent-status-badge.agent-status-completed{color:var(--text-success,#4caf50);background:#4caf5026}.agent-status-badge.agent-status-failed{color:var(--text-error);background:#f4433626}.agent-status-badge.agent-status-queued{background:var(--background-modifier-hover);color:var(--text-muted)}.agent-status-badge.agent-status-cancelled{background:var(--background-modifier-hover);color:var(--text-faint)}.agent-status-badge.agent-status-pending{color:var(--text-warning,#ff9800);background:#ff980026}.agent-panel-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.agent-panel-placeholder{height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.9em;display:flex}.agent-panel-toolbar{border-bottom:1px solid var(--background-modifier-border);background:var(--background-primary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;display:flex}.agent-toolbar-left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.agent-toolbar-agent{color:var(--text-muted);background:var(--background-modifier-hover);border-radius:4px;padding:1px 6px;font-size:.8em}.agent-toolbar-file{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:.8em;overflow:hidden}.agent-toolbar-duration{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.8em}.agent-toolbar-right{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.agent-toolbar-btn{border:1px solid var(--background-modifier-border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:2px 8px;font-size:.8em;transition:background .15s,color .15s,border-color .15s}.agent-toolbar-btn:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.agent-toolbar-btn.is-active{background:rgba(var(--color-accent-rgb,0, 122, 255),.1);border-color:var(--text-accent);color:var(--text-accent)}.agent-rerun-btn{color:var(--text-accent);border-color:var(--text-accent)}.agent-rerun-btn:hover{background:rgba(var(--color-accent-rgb,0, 122, 255),.1)}.agent-autoscroll-toggle{color:var(--text-muted);cursor:pointer;align-items:center;gap:4px;font-size:.8em;display:flex}.agent-autoscroll-toggle input{margin:0}.agent-cancel-btn{background:var(--text-error);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:3px 10px;font-size:.8em;font-weight:500;transition:opacity .15s}.agent-cancel-btn:hover{opacity:.85}.agent-search-input{background:var(--background-primary-alt);border:1px solid var(--background-modifier-border);color:var(--text-normal);border-radius:4px;width:140px;padding:2px 8px;font-size:.8em;transition:border-color .15s,width .2s}.agent-search-input:focus{border-color:var(--text-accent);outline:none;width:180px}.agent-search-input::placeholder{color:var(--text-faint)}.agent-output-terminal{font-family:var(--font-monospace);background:var(--background-primary-alt);white-space:pre-wrap;word-break:break-all;flex:1;padding:12px;font-size:13px;line-height:1.5;overflow-y:auto}.agent-output-terminal::-webkit-scrollbar{width:6px}.agent-output-terminal::-webkit-scrollbar-track{background:0 0}.agent-output-terminal::-webkit-scrollbar-thumb{background:var(--background-modifier-border);border-radius:3px}.agent-output-terminal::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.agent-line{border-radius:2px;min-height:1.5em;padding:0 4px;transition:background .1s;display:flex}.agent-line:hover{background:rgba(var(--color-accent-rgb,0, 122, 255),.04)}.agent-line-stderr{color:var(--text-error)}.agent-line-error{color:var(--text-error);border-top:1px solid var(--background-modifier-border);margin-top:8px;padding-top:8px;font-weight:600}.agent-line-done{color:var(--text-success,#4caf50);border-top:1px solid var(--background-modifier-border);margin-top:8px;padding-top:8px}.agent-line-pending{color:var(--text-warning,#ff9800);font-style:italic}.agent-line-ts{color:var(--text-faint);-webkit-user-select:none;user-select:none;opacity:.7;flex-shrink:0;margin-right:8px;font-size:.8em}.agent-cursor{color:var(--text-accent);animation:1s step-end infinite agent-blink}@keyframes agent-blink{0%,to{opacity:1}50%{opacity:0}}.agent-panel-sidebar.is-collapsed{width:40px;min-width:40px}.agent-panel-sidebar.is-collapsed .agent-sidebar-title,.agent-panel-sidebar.is-collapsed .agent-run-name,.agent-panel-sidebar.is-collapsed .agent-run-item-meta{display:none}.agent-panel-sidebar.is-collapsed .agent-run-item{border-left-width:0;justify-content:center;padding:8px 4px;display:flex}.agent-panel-sidebar.is-collapsed .agent-run-item-header{margin-bottom:0}.agent-panel-sidebar.is-collapsed .agent-sidebar-header{justify-content:center;padding:8px 4px}.agent-output-terminal.agent-no-wrap{white-space:pre;word-break:normal;overflow-x:auto}.agent-input-bar{border-top:1px solid var(--background-modifier-border);background:var(--background-primary);align-items:flex-end;gap:8px;padding:8px 12px;display:flex}.agent-input-textarea{border:1px solid var(--background-modifier-border);background:var(--background-primary-alt);min-height:36px;max-height:120px;color:var(--text-normal);font-family:var(--font-interface);resize:none;border-radius:8px;flex:1;padding:8px 12px;font-size:.9em;line-height:1.4;transition:border-color .15s;overflow-y:auto}.agent-input-textarea:focus{border-color:var(--text-accent);outline:none}.agent-input-textarea::placeholder{color:var(--text-faint)}.agent-input-send{background:var(--interactive-accent);width:36px;height:36px;color:var(--text-on-accent);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.agent-input-send:hover{opacity:.85}.agent-input-send:disabled{opacity:.4;cursor:default}.agent-empty-input-container{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:560px;padding:24px;display:flex}.agent-empty-input-container p{color:var(--text-muted);font-size:.9em}.agent-empty-input-container .agent-input-bar{border-top:none;width:100%;padding:0}.agent-confirm-detail{color:var(--text-muted);margin:4px 0;font-size:.85em}.agent-confirm-buttons{gap:8px;margin-top:8px;display:flex}.agent-confirm-buttons button{cursor:pointer;border-radius:4px;padding:4px 12px;font-size:.85em}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}to{height:0}}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}`,ck=`:root, -:host { - --ppb-radius: 0.625rem; - --ppb-background: oklch(1 0 0); - --ppb-foreground: oklch(0.145 0 0); - --ppb-card: oklch(1 0 0); - --ppb-card-foreground: oklch(0.145 0 0); - --ppb-popover: oklch(1 0 0); - --ppb-popover-foreground: oklch(0.145 0 0); - --ppb-primary: oklch(0.205 0 0); - --ppb-primary-foreground: oklch(0.985 0 0); - --ppb-secondary: oklch(0.97 0 0); - --ppb-secondary-foreground: oklch(0.205 0 0); - --ppb-muted: oklch(0.97 0 0); - --ppb-muted-foreground: oklch(0.556 0 0); - --ppb-accent: oklch(0.97 0 0); - --ppb-accent-foreground: oklch(0.205 0 0); - --ppb-destructive: oklch(0.577 0.245 27.325); - --ppb-success: oklch(62.7% 0.194 149.214); - --ppb-warning: oklch(64.6% 0.222 41.116); - --ppb-border: oklch(0.922 0 0); - --ppb-input: oklch(0.922 0 0); - --ppb-ring: oklch(0.708 0 0); - --ppb-chart-1: oklch(0.646 0.222 41.116); - --ppb-chart-2: oklch(0.6 0.118 184.704); - --ppb-chart-3: oklch(0.398 0.07 227.392); - --ppb-chart-4: oklch(0.828 0.189 84.429); - --ppb-chart-5: oklch(0.769 0.188 70.08); - --ppb-sidebar: oklch(0.985 0 0); - --ppb-sidebar-foreground: oklch(0.145 0 0); - --ppb-sidebar-primary: oklch(0.205 0 0); - --ppb-sidebar-primary-foreground: oklch(0.985 0 0); - --ppb-sidebar-accent: oklch(0.97 0 0); - --ppb-sidebar-accent-foreground: oklch(0.205 0 0); - --ppb-sidebar-border: oklch(0.922 0 0); - --ppb-sidebar-ring: oklch(0.708 0 0); -} - -.dark, -:host[class~="dark"], -:root[class~="dark"] { - --ppb-background: oklch(0.145 0 0); - --ppb-foreground: oklch(0.985 0 0); - --ppb-card: oklch(0.205 0 0); - --ppb-card-foreground: oklch(0.985 0 0); - --ppb-popover: oklch(0.205 0 0); - --ppb-popover-foreground: oklch(0.985 0 0); - --ppb-primary: oklch(0.922 0 0); - --ppb-primary-foreground: oklch(0.205 0 0); - --ppb-secondary: oklch(0.269 0 0); - --ppb-secondary-foreground: oklch(0.985 0 0); - --ppb-muted: oklch(0.269 0 0); - --ppb-muted-foreground: oklch(0.708 0 0); - --ppb-accent: oklch(0.269 0 0); - --ppb-accent-foreground: oklch(0.985 0 0); - --ppb-destructive: oklch(0.704 0.191 22.216); - --ppb-border: oklch(1 0 0 / 10%); - --ppb-input: oklch(1 0 0 / 15%); - --ppb-ring: oklch(0.556 0 0); - --ppb-chart-1: oklch(0.488 0.243 264.376); - --ppb-chart-2: oklch(0.696 0.17 162.48); - --ppb-chart-3: oklch(0.769 0.188 70.08); - --ppb-chart-4: oklch(0.627 0.265 303.9); - --ppb-chart-5: oklch(0.645 0.246 16.439); - --ppb-sidebar: oklch(0.205 0 0); - --ppb-sidebar-foreground: oklch(0.985 0 0); - --ppb-sidebar-primary: oklch(0.488 0.243 264.376); - --ppb-sidebar-primary-foreground: oklch(0.985 0 0); - --ppb-sidebar-accent: oklch(0.269 0 0); - --ppb-sidebar-accent-foreground: oklch(0.985 0 0); - --ppb-sidebar-border: oklch(1 0 0 / 10%); - --ppb-sidebar-ring: oklch(0.556 0 0); -} -`;function Nm(f,a){if(typeof f=="function")return f(a);f!=null&&(f.current=a)}function uk(...f){return a=>{let r=!1;const i=f.map(o=>{const l=Nm(o,a);return!r&&typeof l=="function"&&(r=!0),l});if(r)return()=>{for(let o=0;o{let{children:l,...c}=i;ib(l)&&typeof Qs=="function"&&(l=Qs(l._payload));const u=Te.Children.toArray(l),d=u.find(bk);if(d){const h=d.props.children,m=u.map(b=>b===d?Te.Children.count(h)>1?Te.Children.only(null):Te.isValidElement(h)?h.props.children:null:b);return ke.jsx(a,{...c,ref:o,children:Te.isValidElement(h)?Te.cloneElement(h,void 0,m):null})}return ke.jsx(a,{...c,ref:o,children:l})});return r.displayName=`${f}.Slot`,r}var hk=fk("Slot");function gk(f){const a=Te.forwardRef((r,i)=>{let{children:o,...l}=r;if(ib(o)&&typeof Qs=="function"&&(o=Qs(o._payload)),Te.isValidElement(o)){const c=wk(o),u=vk(l,o.props);return o.type!==Te.Fragment&&(u.ref=i?uk(i,c):c),Te.cloneElement(o,u)}return Te.Children.count(o)>1?Te.Children.only(null):null});return a.displayName=`${f}.SlotClone`,a}var mk=Symbol("radix.slottable");function bk(f){return Te.isValidElement(f)&&typeof f.type=="function"&&"__radixId"in f.type&&f.type.__radixId===mk}function vk(f,a){const r={...a};for(const i in a){const o=f[i],l=a[i];/^on[A-Z]/.test(i)?o&&l?r[i]=(...u)=>{const d=l(...u);return o(...u),d}:o&&(r[i]=o):i==="style"?r[i]={...o,...l}:i==="className"&&(r[i]=[o,l].filter(Boolean).join(" "))}return{...f,...r}}function wk(f){let a=Object.getOwnPropertyDescriptor(f.props,"ref")?.get,r=a&&"isReactWarning"in a&&a.isReactWarning;return r?f.ref:(a=Object.getOwnPropertyDescriptor(f,"ref")?.get,r=a&&"isReactWarning"in a&&a.isReactWarning,r?f.props.ref:f.props.ref||f.ref)}var yk=nb();const kk=Te.createContext(null);function xk({root:f,children:a=null,className:r=""}){return yk.createPortal(ke.jsx("div",{"data-ppb":"",className:r,style:{height:"100%",width:"100%"},children:a}),f)}const Sk=Te.forwardRef(({mode:f="open",delegatesFocus:a=!1,styleSheets:r=[],children:i,asChild:o,...l},c)=>{const u=Te.useRef(null),[d,h]=Te.useState(null),[m]=Te.useState(()=>new Set),b=`node_${f}${a}`,k=o?hk:"div";return Te.useImperativeHandle(c,()=>({onWindowMigrated:v=>{m.add(v)},win:window,shadowRoot:d}),[m,d]),Te.useLayoutEffect(()=>{if(!u.current||u.current.shadowRoot)return;let v=null;v=u.current.attachShadow({mode:f,delegatesFocus:a}),h(v)},[f,a]),Te.useLayoutEffect(()=>{d&&(d.adoptedStyleSheets=r)},[d,r]),ke.jsx(k,{ref:u,...l,children:ke.jsx(kk.Provider,{value:d,children:d&&ke.jsx(xk,{root:d,className:l.className||"",children:i})})},b)});function Im(f){const a=document.body.classList.contains("theme-dark"),r=document.body.classList.contains("theme-light");if(a)return!0;if(r)return!1;if(f)try{const u=f.getTheme?.();if(u)return!["moonstone","default","light","obsidian"].includes(u.toLowerCase())}catch(u){console.warn("app.getTheme() 不可用:",u)}const i=getComputedStyle(document.documentElement),o=i.getPropertyValue("color-scheme").trim();if(o==="dark")return!0;if(o==="light")return!1;const l=i.getPropertyValue("--background-primary")||i.getPropertyValue("--color-base-00")||i.backgroundColor;if(l){const u=l.match(/\d+/g);if(u&&u.length>=3)return(parseInt(u[0])*299+parseInt(u[1])*587+parseInt(u[2])*114)/1e3<128}const c=localStorage.getItem("darkMode");return c?JSON.parse(c):!1}function Ek(f,a){const[r,i]=Te.useState(()=>Im(f));return Te.useEffect(()=>{if(!f)return;const o=()=>{const c=Im(f);i(u=>u!==c?c:u)},l=new MutationObserver(c=>{c.forEach(u=>{u.type==="attributes"&&u.attributeName==="class"&&setTimeout(o,10)})});return l.observe(document.body,{attributes:!0,attributeFilter:["class"]}),o(),()=>{l.disconnect()}},[f]),{isDarkMode:r}}function Ck(){const f=document.body.classList.contains("theme-dark"),a=document.body.classList.contains("theme-light");if(f)return!0;if(a)return!1;const i=getComputedStyle(document.documentElement).getPropertyValue("color-scheme").trim();return i==="dark"?!0:i==="light"?!1:window.app.getTheme()!=="moonstone"}function rp(){try{const f=localStorage.getItem("themeColors");if(f)return JSON.parse(f)}catch(f){console.error("获取用户自定义颜色失败:",f)}return null}function _k(f,a=""){const r=rp();r&&Object.entries(r).forEach(([i,o])=>{const l=a?`--${a}${i}`:`--${i}`;if(f.style.setProperty(l,o),i==="primary"){const c=a?`--${a}chart-1`:"--chart-1";f.style.setProperty(c,o)}})}function Dk(f,a){a?f.classList.add("dark"):f.classList.remove("dark")}function Am(f,a){Dk(f,a),_k(f,"ppb-")}function Pk(f){console.group("🎨 Shadow DOM 主题调试信息");const a=f.classList.contains("dark"),r=getComputedStyle(f);["--ppb-background","--ppb-foreground","--ppb-primary","--ppb-secondary","--ppb-muted","--ppb-muted-foreground"].forEach(l=>{const c=r.getPropertyValue(l)});const o=rp();console.groupEnd()}function Tk(){console.group("🔍 初始化问题诊断");const f=Ck(),a=rp(),r=getComputedStyle(document.documentElement);["--ppb-background","--ppb-foreground","--ppb-primary","--background","--foreground","--primary"].forEach(l=>{const c=r.getPropertyValue(l)}),document.querySelectorAll('[class*="ppb"], [style*="--ppb-"]').forEach((l,c)=>{}),console.groupEnd()}function Nk(){window.debugShadowDOMTheme=f=>{if(!f){const a=document.querySelectorAll('[class*="dark"], [style*="--ppb-"]');if(a.length>0)f=a[0];else{console.error("未找到 Shadow DOM host 元素");return}}Pk(f)},window.diagnoseInit=Tk}const Pu=new WeakMap;async function Fm(f=window){const a=f.document;if(Pu.has(a))return Pu.get(a);const r=Promise.all([Lm(lk,f),Lm(ck,f)]);return Pu.set(a,r),await r}async function Lm(f,a){try{const{CSSStyleSheet:r}=a,i=new r;return await i.replace(f),i.cssRules.length===0&&console.warn("Warning: Stylesheet has no rules. CSS preview:",f.substring(0,500)),i}catch(r){throw console.error("Failed to build stylesheet:",r),console.error("CSS content preview:",f.substring(0,500)),r}}function Ik(f){const{app:a,...r}=f,[i,o]=Te.useState([]),[l,c]=Te.useState(!1),u=Te.useRef(null),{isDarkMode:d}=Ek(a);return Te.useEffect(()=>{let h=!0;return Fm(window).then(m=>{h&&(o(m),c(!0))}).catch(m=>{console.error("Failed to load Shadow DOM stylesheets:",m)}),()=>{h=!1}},[]),Te.useEffect(()=>{if(!u.current||!l)return;const h=u.current.shadowRoot;if(!h)return;const m=h.host;Am(m,d)},[d,l]),Te.useEffect(()=>{Nk()},[]),!l||i.length===0?null:ke.jsx(Sk,{ref:h=>{if(u.current=h,!h)return;const m=()=>{const b=h.shadowRoot?.host;b&&Am(b,d)};m(),setTimeout(m,10),h.onWindowMigrated(b=>{Fm(b).then(k=>{o(k),setTimeout(m,10)})})},styleSheets:i,className:`${r.className||""} ${d?"dark":""}`.trim(),...r})}function Ak({children:f,target:a,shadowRootClassName:r,app:i}){const o=ok.createRoot(a);return o.render(ke.jsx(Ik,{className:r,app:i,children:f})),()=>{o.unmount()}}const Fk=f=>f.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Lk=f=>f.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,r,i)=>i?i.toUpperCase():r.toLowerCase()),zm=f=>{const a=Lk(f);return a.charAt(0).toUpperCase()+a.slice(1)},sb=(...f)=>f.filter((a,r,i)=>!!a&&a.trim()!==""&&i.indexOf(a)===r).join(" ").trim(),zk=f=>{for(const a in f)if(a.startsWith("aria-")||a==="role"||a==="title")return!0};var Rk={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};const Ok=Te.forwardRef(({color:f="currentColor",size:a=24,strokeWidth:r=2,absoluteStrokeWidth:i,className:o="",children:l,iconNode:c,...u},d)=>Te.createElement("svg",{ref:d,...Rk,width:a,height:a,stroke:f,strokeWidth:i?Number(r)*24/Number(a):r,className:sb("lucide",o),...!l&&!zk(u)&&{"aria-hidden":"true"},...u},[...c.map(([h,m])=>Te.createElement(h,m)),...Array.isArray(l)?l:[l]])),ap=(f,a)=>{const r=Te.forwardRef(({className:i,...o},l)=>Te.createElement(Ok,{ref:l,iconNode:a,className:sb(`lucide-${Fk(zm(f))}`,`lucide-${f}`,i),...o}));return r.displayName=zm(f),r},Mk=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]],$k=ap("panel-left-close",Mk),Bk=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]],jk=ap("panel-left",Bk),Uk=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],Rm=ap("send",Uk),Om=[];function Mm(f){return f.replace(/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,"")}function Vk(f){return new Date(f).toLocaleTimeString("zh-CN",{hour:"2-digit",minute:"2-digit",second:"2-digit"})}function Wk({status:f}){const r={pending_confirmation:{label:"待确认",cls:"agent-status-pending"},queued:{label:"排队中",cls:"agent-status-queued"},running:{label:"运行中",cls:"agent-status-running"},completed:{label:"完成",cls:"agent-status-completed"},failed:{label:"失败",cls:"agent-status-failed"},cancelled:{label:"已取消",cls:"agent-status-cancelled"}}[f];return ke.jsx("span",{className:`agent-status-badge ${r.cls}`,children:r.label})}function Hk(f){if(!f.startedAt)return"";const a=f.completedAt??Date.now(),r=Math.round((a-f.startedAt)/1e3);if(r<60)return`${r}s`;const i=Math.floor(r/60),o=r%60;return`${i}m${o}s`}function qk(f){return f==="completed"||f==="failed"||f==="cancelled"}function Gk({onCancelRun:f,onRerun:a,onSendPrompt:r}){const i=Fe(x=>x.runs),o=Fe(x=>x.selectedRunId),l=Fe(x=>x.autoScroll),c=Fe(x=>x.searchQuery),u=Fe(x=>x.lineWrap),d=Fe(x=>x.showTimestamps),h=Fe(x=>x.selectRun);Fe(x=>x.setAutoScroll);const m=Fe(x=>x.setSearchQuery);Fe(x=>x.setLineWrap);const b=Fe(x=>x.setShowTimestamps),k=Fe(x=>x.clearHistory),v=Fe(x=>o?x.outputMap[o]??Om:Om),y=i.find(x=>x.id===o)??null,w=Te.useRef(null),D=Te.useRef(null),[E,T]=Te.useState(!1),[A,z]=Te.useState(!1),[R,q]=Te.useState(""),V=Te.useRef(null),K=Te.useMemo(()=>{if(!y)return[];if(!c)return v;const x=c.toLowerCase();return v.filter(W=>W.text.toLowerCase().includes(x))},[v,c,y]);Te.useEffect(()=>{l&&w.current&&(w.current.scrollTop=w.current.scrollHeight)},[v.length,l]);const Q=Te.useCallback(()=>{y&&f&&f(y.id)},[y,f]),he=Te.useCallback(()=>{y&&a&&a(y)},[y,a]),ve=Te.useCallback(async()=>{if(!y)return;const W=(c?K:v).map(U=>Mm(U.text)).join(` -`);try{await navigator.clipboard.writeText(W),z(!0),setTimeout(()=>z(!1),2e3)}catch{}},[y,c,K,v]),M=Te.useCallback(()=>{const x=R.trim();if(!x||!r)return;const W=y?.agentType??"claude-code";r(W,x),q("")},[R,r,y]),le=Te.useCallback(x=>{(x.ctrlKey||x.metaKey)&&x.key==="f"&&(x.preventDefault(),D.current?.focus()),x.key==="Escape"&&y?.status==="running"&&f&&f(y.id)},[y,f]);return i.length===0?ke.jsx("div",{className:"agent-panel agent-panel-empty",children:ke.jsxs("div",{className:"agent-empty-message",children:[ke.jsx("p",{children:"暂无 AI Agent 运行记录"}),ke.jsx("p",{className:"agent-empty-hint",children:"配置自动化规则后,文件变更将自动触发 AI Agent"})]})}):ke.jsxs("div",{className:"agent-panel",onKeyDown:le,tabIndex:0,children:[ke.jsxs("div",{className:`agent-panel-sidebar ${E?"is-collapsed":""}`,children:[ke.jsxs("div",{className:"agent-sidebar-header",children:[ke.jsx("button",{className:"agent-sidebar-btn",onClick:()=>T(!E),title:E?"展开侧栏":"折叠侧栏",children:E?ke.jsx(jk,{size:14}):ke.jsx($k,{size:14})}),!E&&ke.jsxs(ke.Fragment,{children:[ke.jsx("span",{className:"agent-sidebar-title",children:"运行记录"}),ke.jsx("button",{className:"agent-sidebar-btn",onClick:k,title:"清除历史",children:"✕"})]})]}),ke.jsx("div",{className:"agent-sidebar-list",children:i.map(x=>ke.jsxs("div",{className:`agent-run-item ${x.id===o?"is-selected":""}`,onClick:()=>h(x.id),children:[ke.jsxs("div",{className:"agent-run-item-header",children:[ke.jsx("span",{className:`agent-status-dot agent-status-${x.status==="pending_confirmation"?"pending":x.status}`}),!E&&ke.jsx("span",{className:"agent-run-name",children:x.ruleName})]}),!E&&ke.jsxs("div",{className:"agent-run-item-meta",children:[ke.jsx("span",{className:"agent-run-file",children:x.triggerFile.split("/").pop()}),ke.jsx("span",{className:"agent-run-event",children:x.triggerEvent})]})]},x.id))})]}),ke.jsx("div",{className:"agent-panel-main",children:y?ke.jsxs(ke.Fragment,{children:[ke.jsxs("div",{className:"agent-panel-toolbar",children:[ke.jsxs("div",{className:"agent-toolbar-left",children:[ke.jsx(Wk,{status:y.status}),ke.jsx("span",{className:"agent-toolbar-agent",children:y.agentType}),ke.jsx("span",{className:"agent-toolbar-file",children:y.triggerFile}),y.startedAt&&ke.jsx("span",{className:"agent-toolbar-duration",children:Hk(y)})]}),ke.jsxs("div",{className:"agent-toolbar-right",children:[ke.jsx("input",{ref:D,className:"agent-search-input",type:"text",placeholder:"搜索输出...",value:c,onChange:x=>m(x.target.value)}),ke.jsx("button",{className:`agent-toolbar-btn ${d?"is-active":""}`,onClick:()=>b(!d),title:d?"隐藏时间戳":"显示时间戳",children:"时间"}),ke.jsx("button",{className:"agent-toolbar-btn",onClick:ve,title:"复制输出",children:A?"✓":"复制"}),qk(y.status)&&a&&ke.jsx("button",{className:"agent-toolbar-btn agent-rerun-btn",onClick:he,title:"重新运行",children:"重跑"}),y.status==="running"&&f&&ke.jsx("button",{className:"agent-cancel-btn",onClick:Q,children:"取消"})]})]}),ke.jsxs("div",{className:`agent-output-terminal ${u?"":"agent-no-wrap"}`,ref:w,children:[K.map((x,W)=>ke.jsxs("div",{className:`agent-line agent-line-${x.stream}`,children:[d&&ke.jsx("span",{className:"agent-line-ts",children:Vk(x.timestamp)}),ke.jsx("span",{children:Mm(x.text)})]},W)),y.status==="running"&&ke.jsx("div",{className:"agent-line agent-cursor",children:"▌"}),y.status==="pending_confirmation"&&ke.jsx("div",{className:"agent-line agent-line-pending",children:"等待用户确认执行..."}),y.error&&ke.jsxs("div",{className:"agent-line agent-line-error",children:["错误: ",y.error]}),y.status==="completed"&&ke.jsxs("div",{className:"agent-line agent-line-done",children:["✓ 进程退出,代码:"," ",y.exitCode??0]})]}),r&&ke.jsxs("div",{className:"agent-input-bar",children:[ke.jsx("textarea",{ref:V,className:"agent-input-textarea",placeholder:"输入 Prompt 发送给 AI Agent...",value:R,onChange:x=>q(x.target.value),onKeyDown:x=>{x.key==="Enter"&&!x.shiftKey&&(x.preventDefault(),M())},rows:1,onInput:x=>{const W=x.target;W.style.height="auto",W.style.height=`${Math.min(W.scrollHeight,120)}px`}}),ke.jsx("button",{className:"agent-input-send",onClick:M,disabled:!R.trim(),title:"发送 (Enter)",children:ke.jsx(Rm,{size:16})})]})]}):ke.jsx("div",{className:"agent-panel-placeholder",children:r?ke.jsxs("div",{className:"agent-empty-input-container",children:[ke.jsx("p",{children:"输入 Prompt 开始与 AI Agent 对话"}),ke.jsxs("div",{className:"agent-input-bar",children:[ke.jsx("textarea",{className:"agent-input-textarea",placeholder:"输入 Prompt 发送给 AI Agent...",value:R,onChange:x=>q(x.target.value),onKeyDown:x=>{x.key==="Enter"&&!x.shiftKey&&(x.preventDefault(),M())},rows:1,onInput:x=>{const W=x.target;W.style.height="auto",W.style.height=`${Math.min(W.scrollHeight,120)}px`}}),ke.jsx("button",{className:"agent-input-send",onClick:M,disabled:!R.trim(),title:"发送 (Enter)",children:ke.jsx(Rm,{size:16})})]})]}):"选择一个运行记录查看输出"})})]})}const Gs="ppb-agent-output";class Zk extends _.ItemView{constructor(a,r,i,o){super(a),this.unmountReact=null,this.cancelRunFn=null,this.rerunFn=null,this.sendPromptFn=null,this.cancelRunFn=r??null,this.rerunFn=i??null,this.sendPromptFn=o??null}getViewType(){return Gs}getDisplayText(){return"Paperbell AI"}getIcon(){return"terminal"}async onOpen(){const a=this.containerEl;a.empty(),a.addClass("agent-output-workspace"),this.unmountReact=Ak({children:vn.createElement(Gk,{onCancelRun:this.cancelRunFn??void 0,onRerun:this.rerunFn??void 0,onSendPrompt:this.sendPromptFn??void 0}),target:a,shadowRootClassName:"agent-output-shadow",app:this.app})}async onClose(){this.unmountReact&&(this.unmountReact(),this.unmountReact=null)}}const Rr=class Rr extends _.Plugin{constructor(){super(...arguments),this.settings=ca}getDashboardStore(){return Xe.getState()}openSettings(a){new Fu(this.app,this,a).open()}async onload(){await this.loadSettings(),this.dataServiceConfigManager=new Vy(this.app,this.settings.dataServiceConfig),this.templateProcessor=new y0(this.app.vault),this.verificationWorker=new b0(this.app,this,this.settings.registrationId),this.addSettingTab(new u0(this.app,this)),this.patchSettingTab();const a={searchInstitution:this.searchInstitution.bind(this),createInstitutionNote:this.createInstitutionNote.bind(this)};window.paperbell=a,this.app.workspace.onLayoutReady(async()=>{this.showLandingPageIfNeeded(),this.checkLicenseExpiration(),this.showProFeatures(),this.verificationWorker.verify().then(r=>{r&&Vu(this.app,this.settings.aiSkills)}),this.registerEvent(this.app.vault.on("create",async r=>{const i=await this.verificationWorker.verify();if(typeof i!="boolean"){new _.Notice("请先在设置中输入激活码。");return}if(!(!i&&!this.settings.registrationId)){if(!i){new _.Notice("请先验证您的账户。");return}r.parent?.path===this.settings.listenToFileCreatedInPath&&r instanceof _.TFile&&typeof i=="boolean"&&i&&await this.handleNewFile(r)}}))}),this.addCommand({id:"search-institution",name:"搜索机构",callback:()=>{new Bs(this.app,this,"").open()}}),this.addCommand({id:"create-institution-note",name:"创建机构笔记",editorCallback:(r,i)=>{const o=r.getSelection();o?new Bs(this.app,this,o).open():new _.Notice("请先选择一个机构名称。")}}),this.addCommand({id:"show-landing-page",name:"显示 PaperBell 设置",callback:()=>{this.showLandingPage()}}),this.addCommand({id:"show-section-view",name:"显示视图仪表板",callback:()=>{this.showSectionView()}}),this.addRibbonIcon("graduation-cap","搜索机构",()=>{new Bs(this.app,this,"").open()}),this.addRibbonIcon("shapes","打开视图仪表板",()=>{this.showSectionView()}),this.registerObsidianProtocolHandler("ppb",this.handleActivationURI.bind(this)),this.registerObsidianProtocolHandler("paperbell",this.handleActivationURI.bind(this)),this.registerObsidianProtocolHandler("paperbell/callback",this.handleActivationURI.bind(this)),this.patchSettingTab(),this.app.workspace.onLayoutReady(()=>{this.updater&&this.updater.onload()})}async showLandingPageIfNeeded(){_.Platform.isDesktop&&(this.registerView(hi,a=>new Cw(a,this)),this.settings.landing||(this.settings.landing=la,await this.saveSettings()),this.settings.landing.firstLoad&&this.showLandingPage(),this.addCommand({id:"show-landing-page",name:"显示 PaperBell 设置",callback:()=>{this.showLandingPage()}}))}async showLandingPage(){const a=this.app.workspace.getLeavesOfType(hi);if(a.length>0){this.app.workspace.revealLeaf(a[0]);return}const r=this.app.workspace.getLeaf();await r.setViewState({type:hi,active:!0}),this.app.workspace.revealLeaf(r)}async showProFeatures(){if(!await this.verificationWorker.verify()){new _.Notice("请先在设置中输入激活码。");return}this.updater=new ay(this,this.settings.updater?.minAppVersion||"0.0.0"),this.registerView(yi,i=>new ey(i)),this.registerView(qs,i=>new jy(i,this.app,this)),this.registerBasesView("ppb-focus-heatmap",{name:"Focus Heatmap",icon:"target",factory:(i,o)=>new Hy(i,o)}),this.registerBasesView("ppb-focus-grid",{name:"Focus Grid",icon:"grid",factory:(i,o)=>new qy(i,o)}),this.registerBasesView("ppb-today-stats",{name:"Today Stats",icon:"calendar-check",factory:(i,o)=>new Zy(i,o)}),this.registerBasesView("ppb-weekly-performance",{name:"Weekly Performance",icon:"bar-chart-2",factory:(i,o)=>new Yy(i,o)}),this.proxyService=new Uy(this.settings.registrationId),this.dataManager=new Qm({app:this.app,plugin:this,autoRefresh:!1,refreshInterval:3e4}),this.dataManager.initialize(),this.addChild(this.dataManager);const a=Xe.getState();a.initializeDataService(this.app,this.dataManager,this),a.dataService&&a.dataService.registerMetadataCacheListener(),this.addChild(this.updater),this.updater.setProxyService(this.proxyService),this.pomodoroManager=new Wy(this),this.addChild(this.pomodoroManager),this.registerView(Gs,i=>new Zk(i,o=>this.agentExecutor?.cancelRun(o),o=>{const c=(this.settings.agentAutoExec?.rules??[]).find(u=>u.id===o.ruleId);c&&this.agentExecutor&&this.agentExecutor.executeRule(c,o.triggerFile,o.triggerEvent)},(o,l)=>{this.agentExecutor&&this.agentExecutor.executeAdHoc(o,l)})),this.agentExecutor=new Qy(this),this.agentExecutor.onRunStarted=()=>{this.showAgentOutputView()},this.addChild(this.agentExecutor),this.agentExecutor.initPersistence(),this.fileWatcherService=new Xy(this,this.agentExecutor),this.addChild(this.fileWatcherService),this.addCommand({id:"show-agent-output",name:"显示 Paperbell AI",callback:()=>{this.showAgentOutputView()}}),this.addCommand({id:"cancel-all-agents",name:"取消所有运行中的 AI Agent",callback:()=>{this.agentExecutor?.cancelAll()}}),this.addCommand({id:"debug-agent-run",name:"Debug: 测试 AI Agent(输出到 DevTools Console)",callback:()=>{new Yk(this.app,o=>{this.agentExecutor?.debugRun(o,"请用一句话描述你是谁,并确认你能正常工作。")}).open()}});const r=this.settings.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero";this.registerInterval(window.setInterval(()=>{new Date().getHours()===4&&gr.computeAndSaveToday(this.app,r)},1800*1e3))}async showAgentOutputView(){const a=this.app.workspace.getLeavesOfType(Gs);if(a.length>0){this.app.workspace.revealLeaf(a[0]);return}const r=this.app.workspace.getLeaf("split","horizontal");await r.setViewState({type:Gs,active:!0}),this.app.workspace.revealLeaf(r)}async showSectionView(){const a=this.app.workspace.getLeavesOfType(qs);if(a.length>0){this.app.workspace.revealLeaf(a[0]);return}const r=this.app.workspace.getLeaf();await r.setViewState({type:qs,active:!0}),this.app.workspace.revealLeaf(r)}async handleNewFile(a){const r=await this.app.vault.read(a),i=_.getFrontMatterInfo(r);if(!i.exists)return;const o=_.parseYaml(i.frontmatter);!o.institute&&!o.institution||await this.processInstitution(o.institute||o.institution)}checkIfInstitutionNoteExists(a){const r=this.app.vault.getMarkdownFiles();for(const i of r)if(this.app.metadataCache.getFileCache(i)?.frontmatter?.name===a)return!0;return!1}async processInstitution(a){const r=await this.searchInstitution(a);if(!this.checkIfInstitutionNoteExists(a)){if(!this.settings.autoGenerateInstitutionNotes){new Bs(this.app,this,a).open();return}r&&await this.createInstitutionNote(r)}}async searchInstitution(a){const r=await this.verificationWorker.verify();if(typeof r!="boolean")return new _.Notice("请先在设置中输入激活码。"),null;if(!r)return new _.Notice("Please verify your account first."),null;const i=await this.proxyService.proxyRequest({url:`https://api.ror.org/v1/organizations?query=${encodeURIComponent(`${a}`)}`,method:"GET"});if(!i.success)return new _.Notice("搜索机构失败: "+i.error),null;const o=i.data;if(o.items&&o.items.length>0){const l=o.items[0];return{abbr:l.acronyms?.[0]||"",aliases:[...l.aliases||[],...l.labels?.map(c=>c.label)||[]],website:l.links?.[0]||"",location:[l.addresses?.[0]?.lat||0,l.addresses?.[0]?.lng||0],logo:"",name:l.labels?.[0]?.label||l.name,tags:["university"]}}return null}async createInstitutionNote(a){const r=await this.verificationWorker.verify();if(typeof r!="boolean"){new _.Notice("请先在设置中输入激活码。");return}if(!r){new _.Notice("Please verify your account first.");return}const i=this.app.vault.getMarkdownFiles();for(const h of i)if((await this.app.metadataCache.getFileCache(h))?.frontmatter?.name===a.name)return;const o=await this.createInstitutionNoteContent(a),l=a.name.replace(/[\\/:*?"<>|]/g,""),c=this.settings.noteLocation;this.app.vault.getFolderByPath(c)||await this.app.vault.createFolder(c);const d=await this.app.vault.create(`${c}/${l}.md`,o);this.settings.openInstitutionAfterCreation&&this.app.workspace.getLeaf().openFile(d)}async createInstitutionNoteContent(a){const r=this.templateProcessor.getVariablesFromInstitution(a);if(this.settings.institutionNoteTemplate){const i=await this.templateProcessor.readTemplateFile(this.settings.institutionNoteTemplate);if(i)return this.templateProcessor.processTemplate(i,r)}return`--- -abbr: ${a.abbr} +`:"";await t.write(this.historyFilePath,s)}onunload(){this.unsubscribeStore&&(this.unsubscribeStore(),this.unsubscribeStore=null),this.cancelAll();for(const e of this.timeouts.values())window.clearTimeout(e);this.timeouts.clear();for(const e of this.confirmationTimers.values())window.clearTimeout(e);this.confirmationTimers.clear(),this.streamBuffers.clear()}}class co extends w.Component{constructor(e,t){super(),this.debouncers=new Map,this.plugin=e,this.executor=t}getSettings(){return this.plugin.settings.agentAutoExec??{enabled:!1,rules:[],binaryPaths:{},globalMaxConcurrent:2,showNoticeOnTrigger:!0,maxOutputLinesPerRun:5e3,maxHistoryRuns:50}}onload(){this.registerEvent(this.plugin.app.vault.on("create",e=>{e instanceof w.TFile&&this.handleEvent("create",e)})),this.registerEvent(this.plugin.app.vault.on("modify",e=>{e instanceof w.TFile&&this.handleEvent("modify",e)})),this.registerEvent(this.plugin.app.vault.on("delete",e=>{e instanceof w.TFile&&this.handleEvent("delete",e)})),this.registerEvent(this.plugin.app.vault.on("rename",e=>{e instanceof w.TFile&&this.handleEvent("rename",e)}))}handleEvent(e,t){const s=this.getSettings();if(console.debug("[FileWatcher] event=%s file=%s enabled=%s rules=%d",e,t.path,s.enabled,s.rules.length),!s.enabled)return;const n=s.rules.filter(i=>i.enabled&&i.triggerEvents.includes(e)&&this.pathMatchesRule(t.path,i.watchPaths));n.length===0&&console.debug("[FileWatcher] no matching rules for %s %s. Rule details: %o",e,t.path,s.rules.map(i=>({name:i.name,enabled:i.enabled,events:i.triggerEvents,paths:i.watchPaths})));for(const i of n)console.debug("[FileWatcher] matched rule=%s, debounce=%dms",i.name,i.debounceMs),this.debouncedExecute(i,t.path,e)}pathMatchesRule(e,t){return t.length===0?!0:t.some(s=>{const n=s.replace(/\/$/,"");return e.startsWith(n+"/")||e===n})}debouncedExecute(e,t,s){const n=`${e.id}:${t}`;let i=this.debouncers.get(n);i||(i=w.debounce(()=>{this.debouncers.delete(n),this.getSettings().showNoticeOnTrigger&&new w.Notice(`AI Agent 触发: ${e.name||"未命名规则"} (${s} ${t})`),this.executor.executeRule(e,t,s)},e.debounceMs,!0),this.debouncers.set(n,i)),i()}onunload(){for(const e of this.debouncers.values())e.cancel();this.debouncers.clear()}}const ce="ppb-agent-output";function pi(u){return u.replace(/[›][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,"")}function lo(u){return new Date(u).toLocaleTimeString("zh-CN",{hour:"2-digit",minute:"2-digit",second:"2-digit"})}function fi(u){if(!u.startedAt)return"";const e=u.completedAt??Date.now(),t=Math.round((e-u.startedAt)/1e3);if(t<60)return`${t}s`;const s=Math.floor(t/60),n=t%60;return`${s}m${n}s`}function uo(u){return u==="completed"||u==="failed"||u==="cancelled"}const ho={pending_confirmation:{label:"待确认",cls:"agent-status-pending"},queued:{label:"排队中",cls:"agent-status-queued"},running:{label:"运行中",cls:"agent-status-running"},completed:{label:"完成",cls:"agent-status-completed"},failed:{label:"失败",cls:"agent-status-failed"},cancelled:{label:"已取消",cls:"agent-status-cancelled"}};class po extends w.ItemView{constructor(e,t,s,n){super(e),this.cancelRunFn=null,this.rerunFn=null,this.sendPromptFn=null,this.sidebarCollapsed=!1,this.inputValue="",this.panelEl=null,this.sidebarEl=null,this.sidebarListEl=null,this.mainEl=null,this.toolbarEl=null,this.terminalEl=null,this.inputBarEl=null,this.searchInputEl=null,this.unsubRuns=null,this.unsubOutput=null,this.unsubSelected=null,this.unsubUI=null,this.durationTimer=null,this.cancelRunFn=t??null,this.rerunFn=s??null,this.sendPromptFn=n??null}getViewType(){return ce}getDisplayText(){return"Paperbell AI"}getIcon(){return"terminal"}async onOpen(){const e=this.containerEl;e.empty(),e.addClass("agent-output-workspace"),this.buildUI(e),this.subscribeToStore()}async onClose(){this.unsubRuns?.(),this.unsubOutput?.(),this.unsubSelected?.(),this.unsubUI?.(),this.unsubRuns=null,this.unsubOutput=null,this.unsubSelected=null,this.unsubUI=null,this.durationTimer!==null&&(window.clearInterval(this.durationTimer),this.durationTimer=null)}buildUI(e){this.panelEl=e.createDiv({cls:"agent-panel"}),this.panelEl.tabIndex=0,this.panelEl.addEventListener("keydown",t=>{(t.ctrlKey||t.metaKey)&&t.key==="f"&&(t.preventDefault(),this.searchInputEl?.focus());const s=nt.getState(),n=s.runs.find(i=>i.id===s.selectedRunId);t.key==="Escape"&&n?.status==="running"&&this.cancelRunFn&&this.cancelRunFn(n.id)}),this.sidebarEl=this.panelEl.createDiv({cls:"agent-panel-sidebar"}),this.buildSidebarHeader(),this.sidebarListEl=this.sidebarEl.createDiv({cls:"agent-sidebar-list"}),this.mainEl=this.panelEl.createDiv({cls:"agent-panel-main"}),this.renderFull()}buildSidebarHeader(){if(!this.sidebarEl)return;const e=this.sidebarEl.createDiv({cls:"agent-sidebar-header"}),t=e.createEl("button",{cls:"agent-sidebar-btn"});t.title=this.sidebarCollapsed?"展开侧栏":"折叠侧栏",w.setIcon(t,this.sidebarCollapsed?"panel-left-open":"panel-left-close"),t.addEventListener("click",()=>{this.sidebarCollapsed=!this.sidebarCollapsed,this.sidebarEl?.toggleClass("is-collapsed",this.sidebarCollapsed),t.title=this.sidebarCollapsed?"展开侧栏":"折叠侧栏",w.setIcon(t,this.sidebarCollapsed?"panel-left-open":"panel-left-close"),this.sidebarCollapsed?(s.style.display="none",n.style.display="none"):(s.style.display="",n.style.display=""),this.renderSidebarList()});const s=e.createSpan({cls:"agent-sidebar-title",text:"运行记录"}),n=e.createEl("button",{cls:"agent-sidebar-btn",text:"✕"});n.title="清除历史",n.addEventListener("click",()=>{nt.getState().clearHistory()})}subscribeToStore(){const e=nt;this.unsubRuns=e.subscribe(t=>t.runs,()=>this.renderFull()),this.unsubOutput=e.subscribe(t=>{const s=t.selectedRunId;return s?t.outputMap[s]?.length??0:0},()=>this.renderTerminal()),this.unsubSelected=e.subscribe(t=>t.selectedRunId,()=>this.renderFull()),this.unsubUI=e.subscribe(t=>({ts:t.showTimestamps,wrap:t.lineWrap,search:t.searchQuery}),()=>this.renderTerminal(),{equalityFn:(t,s)=>t.ts===s.ts&&t.wrap===s.wrap&&t.search===s.search}),this.durationTimer=window.setInterval(()=>{const t=e.getState(),s=t.runs.find(n=>n.id===t.selectedRunId);s?.status==="running"&&this.updateDuration(s)},1e3)}renderFull(){this.renderSidebarList(),this.renderMain()}renderSidebarList(){if(!this.sidebarListEl)return;this.sidebarListEl.empty();const{runs:e,selectedRunId:t}=nt.getState();for(const s of e){const n=this.sidebarListEl.createDiv({cls:`agent-run-item ${s.id===t?"is-selected":""}`});n.addEventListener("click",()=>{nt.getState().selectRun(s.id)});const i=n.createDiv({cls:"agent-run-item-header"}),r=s.status==="pending_confirmation"?"pending":s.status;if(i.createSpan({cls:`agent-status-dot agent-status-${r}`}),!this.sidebarCollapsed){i.createSpan({cls:"agent-run-name",text:s.ruleName});const a=n.createDiv({cls:"agent-run-item-meta"});a.createSpan({cls:"agent-run-file",text:s.triggerFile.split("/").pop()??""}),a.createSpan({cls:"agent-run-event",text:s.triggerEvent})}}}renderMain(){if(!this.mainEl)return;this.mainEl.empty(),this.toolbarEl=null,this.terminalEl=null,this.inputBarEl=null,this.searchInputEl=null;const{runs:e,selectedRunId:t}=nt.getState();if(e.length===0){this.panelEl?.addClass("agent-panel-empty"),this.mainEl.empty();const n=this.mainEl.createDiv({cls:"agent-empty-message"});n.createEl("p",{text:"暂无 AI Agent 运行记录"}),n.createEl("p",{text:"配置自动化规则后,文件变更将自动触发 AI Agent",cls:"agent-empty-hint"}),this.renderEmptyInputArea(this.mainEl);return}this.panelEl?.removeClass("agent-panel-empty");const s=e.find(n=>n.id===t)??null;if(!s){const n=this.mainEl.createDiv({cls:"agent-panel-placeholder"});this.renderEmptyInputArea(n);return}this.renderToolbar(s),this.renderTerminal(),this.renderInputBar()}renderEmptyInputArea(e){if(!this.sendPromptFn){e.setText("选择一个运行记录查看输出");return}const t=e.createDiv({cls:"agent-empty-input-container"});t.createEl("p",{text:"输入 Prompt 开始与 AI Agent 对话"}),this.buildInputBar(t)}renderToolbar(e){if(!this.mainEl)return;this.toolbarEl=this.mainEl.createDiv({cls:"agent-panel-toolbar"});const t=this.toolbarEl.createDiv({cls:"agent-toolbar-left"}),s=ho[e.status];if(t.createSpan({cls:`agent-status-badge ${s.cls}`,text:s.label}),t.createSpan({cls:"agent-toolbar-agent",text:e.agentType}),t.createSpan({cls:"agent-toolbar-file",text:e.triggerFile}),e.startedAt){const o=t.createSpan({cls:"agent-toolbar-duration",text:fi(e)});o.dataset.role="duration"}const n=this.toolbarEl.createDiv({cls:"agent-toolbar-right"}),i=nt.getState();this.searchInputEl=n.createEl("input",{cls:"agent-search-input",type:"text",placeholder:"搜索输出...",value:i.searchQuery}),this.searchInputEl.addEventListener("input",o=>{nt.getState().setSearchQuery(o.target.value)});const r=n.createEl("button",{cls:`agent-toolbar-btn ${i.showTimestamps?"is-active":""}`,text:"时间"});r.title=i.showTimestamps?"隐藏时间戳":"显示时间戳",r.addEventListener("click",()=>{const o=nt.getState();o.setShowTimestamps(!o.showTimestamps),r.toggleClass("is-active",!o.showTimestamps)});const a=n.createEl("button",{cls:"agent-toolbar-btn",text:"复制"});if(a.title="复制输出",a.addEventListener("click",async()=>{const o=nt.getState(),c=o.selectedRunId?o.outputMap[o.selectedRunId]??[]:[],d=(o.searchQuery?c.filter(f=>f.text.toLowerCase().includes(o.searchQuery.toLowerCase())):c).map(f=>pi(f.text)).join(` +`);try{await navigator.clipboard.writeText(d),a.setText("✓"),setTimeout(()=>a.setText("复制"),2e3)}catch{}}),uo(e.status)&&this.rerunFn){const o=n.createEl("button",{cls:"agent-toolbar-btn agent-rerun-btn",text:"重跑"});o.title="重新运行",o.addEventListener("click",()=>{this.rerunFn?.(e)})}e.status==="running"&&this.cancelRunFn&&n.createEl("button",{cls:"agent-cancel-btn",text:"取消"}).addEventListener("click",()=>{this.cancelRunFn?.(e.id)})}renderTerminal(){if(!this.mainEl)return;const e=nt.getState(),t=e.runs.find(r=>r.id===e.selectedRunId)??null;if(!t)return;const s=e.selectedRunId?e.outputMap[e.selectedRunId]??[]:[],n=e.searchQuery,i=n?s.filter(r=>r.text.toLowerCase().includes(n.toLowerCase())):s;this.terminalEl?(this.terminalEl.empty(),this.terminalEl.className=`agent-output-terminal ${e.lineWrap?"":"agent-no-wrap"}`):(this.terminalEl=this.mainEl.createDiv({cls:`agent-output-terminal ${e.lineWrap?"":"agent-no-wrap"}`}),this.inputBarEl&&this.mainEl.insertBefore(this.terminalEl,this.inputBarEl));for(const r of i){const a=this.terminalEl.createDiv({cls:`agent-line agent-line-${r.stream}`});e.showTimestamps&&a.createSpan({cls:"agent-line-ts",text:lo(r.timestamp)}),a.createSpan({text:pi(r.text)})}t.status==="running"&&this.terminalEl.createDiv({cls:"agent-line agent-cursor",text:"▌"}),t.status==="pending_confirmation"&&this.terminalEl.createDiv({cls:"agent-line agent-line-pending",text:"等待用户确认执行..."}),t.error&&this.terminalEl.createDiv({cls:"agent-line agent-line-error",text:`错误: ${t.error}`}),t.status==="completed"&&this.terminalEl.createDiv({cls:"agent-line agent-line-done",text:`✓ 进程退出,代码: ${t.exitCode??0}`}),e.autoScroll&&(this.terminalEl.scrollTop=this.terminalEl.scrollHeight)}renderInputBar(){!this.sendPromptFn||!this.mainEl||this.buildInputBar(this.mainEl)}buildInputBar(e){if(!this.sendPromptFn)return;this.inputBarEl=e.createDiv({cls:"agent-input-bar"});const t=this.inputBarEl.createEl("textarea",{cls:"agent-input-textarea",placeholder:"输入 Prompt 发送给 AI Agent..."});t.rows=1,t.value=this.inputValue;const s=this.inputBarEl.createEl("button",{cls:"agent-input-send"});w.setIcon(s,"send"),s.title="发送 (Enter)",s.disabled=!this.inputValue.trim();const n=()=>{const i=this.inputValue.trim();if(!i||!this.sendPromptFn)return;const r=nt.getState(),o=r.runs.find(c=>c.id===r.selectedRunId)?.agentType??"claude-code";this.sendPromptFn(o,i),this.inputValue="",t.value="",t.style.height="auto",s.disabled=!0};t.addEventListener("input",()=>{this.inputValue=t.value,s.disabled=!t.value.trim(),t.style.height="auto",t.style.height=`${Math.min(t.scrollHeight,120)}px`}),t.addEventListener("keydown",i=>{i.key==="Enter"&&!i.shiftKey&&(i.preventDefault(),n())}),s.addEventListener("click",n)}updateDuration(e){if(!this.toolbarEl)return;const t=this.toolbarEl.querySelector('[data-role="duration"]');t&&(t.textContent=fi(e))}}const Pt=class Pt extends w.Plugin{constructor(){super(...arguments),this.settings=Nt}getDashboardStore(){return ut.getState()}openSettings(e){new Ds(this.app,this,e).open()}async onload(){await this.loadSettings(),this.dataServiceConfigManager=new Qa(this.app,this.settings.dataServiceConfig),this.templateProcessor=new $r(this.app.vault),this.verificationWorker=new Rr(this.app,this,this.settings.registrationId),this.addSettingTab(new Dr(this.app,this)),this.patchSettingTab();const e={searchInstitution:this.searchInstitution.bind(this),createInstitutionNote:this.createInstitutionNote.bind(this)};window.paperbell=e,this.app.workspace.onLayoutReady(async()=>{this.showLandingPageIfNeeded(),this.checkLicenseExpiration(),this.showProFeatures(),this.verificationWorker.verify().then(t=>{t&&Ms(this.app,this.settings.aiSkills)}),this.registerEvent(this.app.vault.on("create",async t=>{const s=await this.verificationWorker.verify();if(typeof s!="boolean"){new w.Notice("请先在设置中输入激活码。");return}if(!(!s&&!this.settings.registrationId)){if(!s){new w.Notice("请先验证您的账户。");return}t.parent?.path===this.settings.listenToFileCreatedInPath&&t instanceof w.TFile&&typeof s=="boolean"&&s&&await this.handleNewFile(t)}}))}),this.addCommand({id:"search-institution",name:"搜索机构",callback:()=>{new ee(this.app,this,"").open()}}),this.addCommand({id:"create-institution-note",name:"创建机构笔记",editorCallback:(t,s)=>{const n=t.getSelection();n?new ee(this.app,this,n).open():new w.Notice("请先选择一个机构名称。")}}),this.addCommand({id:"show-landing-page",name:"显示 PaperBell 设置",callback:()=>{this.showLandingPage()}}),this.addCommand({id:"show-section-view",name:"显示视图仪表板",callback:()=>{this.showSectionView()}}),this.addRibbonIcon("graduation-cap","搜索机构",()=>{new ee(this.app,this,"").open()}),this.addRibbonIcon("shapes","打开视图仪表板",()=>{this.showSectionView()}),this.registerObsidianProtocolHandler("ppb",this.handleActivationURI.bind(this)),this.registerObsidianProtocolHandler("paperbell",this.handleActivationURI.bind(this)),this.registerObsidianProtocolHandler("paperbell/callback",this.handleActivationURI.bind(this)),this.patchSettingTab(),this.app.workspace.onLayoutReady(()=>{this.updater&&this.updater.onload()})}async showLandingPageIfNeeded(){w.Platform.isDesktop&&(this.registerView(Ut,e=>new ji(e,this)),this.settings.landing||(this.settings.landing=Ft,await this.saveSettings()),this.settings.landing.firstLoad&&this.showLandingPage(),this.addCommand({id:"show-landing-page",name:"显示 PaperBell 设置",callback:()=>{this.showLandingPage()}}))}async showLandingPage(){const e=this.app.workspace.getLeavesOfType(Ut);if(e.length>0){this.app.workspace.revealLeaf(e[0]);return}const t=this.app.workspace.getLeaf();await t.setViewState({type:Ut,active:!0}),this.app.workspace.revealLeaf(t)}async showProFeatures(){if(!await this.verificationWorker.verify()){new w.Notice("请先在设置中输入激活码。");return}this.updater=new ya(this,this.settings.updater?.minAppVersion||"0.0.0"),this.registerView(Gt,s=>new va(s)),this.registerView(oe,s=>new Xa(s,this.app,this)),this.registerBasesView("ppb-focus-heatmap",{name:"Focus Heatmap",icon:"target",factory:(s,n)=>new eo(s,n)}),this.registerBasesView("ppb-focus-grid",{name:"Focus Grid",icon:"grid",factory:(s,n)=>new so(s,n)}),this.registerBasesView("ppb-today-stats",{name:"Today Stats",icon:"calendar-check",factory:(s,n)=>new io(s,n)}),this.registerBasesView("ppb-weekly-performance",{name:"Weekly Performance",icon:"bar-chart-2",factory:(s,n)=>new ro(s,n)}),this.proxyService=new Ja(this.settings.registrationId),this.dataManager=new Ti({app:this.app,plugin:this,autoRefresh:!1,refreshInterval:3e4}),this.dataManager.initialize(),this.addChild(this.dataManager);const e=ut.getState();e.initializeDataService(this.app,this.dataManager,this),e.dataService&&e.dataService.registerMetadataCacheListener(),this.addChild(this.updater),this.updater.setProxyService(this.proxyService),this.pomodoroManager=new to(this),this.addChild(this.pomodoroManager),this.registerView(ce,s=>new po(s,n=>this.agentExecutor?.cancelRun(n),n=>{const r=(this.settings.agentAutoExec?.rules??[]).find(a=>a.id===n.ruleId);r&&this.agentExecutor&&this.agentExecutor.executeRule(r,n.triggerFile,n.triggerEvent)},(n,i)=>{this.agentExecutor&&this.agentExecutor.executeAdHoc(n,i)})),this.agentExecutor=new oo(this),this.agentExecutor.onRunStarted=()=>{this.showAgentOutputView()},this.addChild(this.agentExecutor),this.agentExecutor.initPersistence(),this.fileWatcherService=new co(this,this.agentExecutor),this.addChild(this.fileWatcherService),this.addCommand({id:"show-agent-output",name:"显示 Paperbell AI",callback:()=>{this.showAgentOutputView()}}),this.addCommand({id:"cancel-all-agents",name:"取消所有运行中的 AI Agent",callback:()=>{this.agentExecutor?.cancelAll()}}),this.addCommand({id:"debug-agent-run",name:"Debug: 测试 AI Agent(输出到 DevTools Console)",callback:()=>{new fo(this.app,n=>{this.agentExecutor?.debugRun(n,"请用一句话描述你是谁,并确认你能正常工作。")}).open()}});const t=this.settings.componentDataSources?.recentLiterature?.literatureFolderPath||"Inputs/Zotero";this.registerInterval(window.setInterval(()=>{new Date().getHours()===4&&Ct.computeAndSaveToday(this.app,t)},1800*1e3))}async showAgentOutputView(){const e=this.app.workspace.getLeavesOfType(ce);if(e.length>0){this.app.workspace.revealLeaf(e[0]);return}const t=this.app.workspace.getLeaf("split","horizontal");await t.setViewState({type:ce,active:!0}),this.app.workspace.revealLeaf(t)}async showSectionView(){const e=this.app.workspace.getLeavesOfType(oe);if(e.length>0){this.app.workspace.revealLeaf(e[0]);return}const t=this.app.workspace.getLeaf();await t.setViewState({type:oe,active:!0}),this.app.workspace.revealLeaf(t)}async handleNewFile(e){const t=await this.app.vault.read(e),s=w.getFrontMatterInfo(t);if(!s.exists)return;const n=w.parseYaml(s.frontmatter);!n.institute&&!n.institution||await this.processInstitution(n.institute||n.institution)}checkIfInstitutionNoteExists(e){const t=this.app.vault.getMarkdownFiles();for(const s of t)if(this.app.metadataCache.getFileCache(s)?.frontmatter?.name===e)return!0;return!1}async processInstitution(e){const t=await this.searchInstitution(e);if(!this.checkIfInstitutionNoteExists(e)){if(!this.settings.autoGenerateInstitutionNotes){new ee(this.app,this,e).open();return}t&&await this.createInstitutionNote(t)}}async searchInstitution(e){const t=await this.verificationWorker.verify();if(typeof t!="boolean")return new w.Notice("请先在设置中输入激活码。"),null;if(!t)return new w.Notice("Please verify your account first."),null;const s=await this.proxyService.proxyRequest({url:`https://api.ror.org/v1/organizations?query=${encodeURIComponent(`${e}`)}`,method:"GET"});if(!s.success)return new w.Notice("搜索机构失败: "+s.error),null;const n=s.data;if(n.items&&n.items.length>0){const i=n.items[0];return{abbr:i.acronyms?.[0]||"",aliases:[...i.aliases||[],...i.labels?.map(r=>r.label)||[]],website:i.links?.[0]||"",location:[i.addresses?.[0]?.lat||0,i.addresses?.[0]?.lng||0],logo:"",name:i.labels?.[0]?.label||i.name,tags:["university"]}}return null}async createInstitutionNote(e){const t=await this.verificationWorker.verify();if(typeof t!="boolean"){new w.Notice("请先在设置中输入激活码。");return}if(!t){new w.Notice("Please verify your account first.");return}const s=this.app.vault.getMarkdownFiles();for(const c of s)if((await this.app.metadataCache.getFileCache(c))?.frontmatter?.name===e.name)return;const n=await this.createInstitutionNoteContent(e),i=e.name.replace(/[\\/:*?"<>|]/g,""),r=this.settings.noteLocation;this.app.vault.getFolderByPath(r)||await this.app.vault.createFolder(r);const o=await this.app.vault.create(`${r}/${i}.md`,n);this.settings.openInstitutionAfterCreation&&this.app.workspace.getLeaf().openFile(o)}async createInstitutionNoteContent(e){const t=this.templateProcessor.getVariablesFromInstitution(e);if(this.settings.institutionNoteTemplate){const s=await this.templateProcessor.readTemplateFile(this.settings.institutionNoteTemplate);if(s)return this.templateProcessor.processTemplate(s,t)}return`--- +abbr: ${e.abbr} aliases: -${a.aliases.map(i=>`- ${i}`).join(` +${e.aliases.map(s=>`- ${s}`).join(` `)} -website: ${a.website} -lon: ${a.location[1]} -lat: ${a.location[0]} -logo: "${a.logo}" -name: ${a.name} +website: ${e.website} +lon: ${e.location[1]} +lat: ${e.location[0]} +logo: "${e.logo}" +name: ${e.name} tags: - university --- @@ -216,6 +135,6 @@ TABLE file.link as "姓名", title as "职称", website as "主页", email as " FROM #scholar WHERE contains(institute, this.name) SORT paper_date DESC -\`\`\``}patchSettingTab(){const a=this.app.setting,r=Object.getPrototypeOf(a),i=v0(r,{onOpen:o=>function(){const l=this.pluginTabs.find(u=>u.id==="paperbell");return l&&(l.navEl.dataset.pluginId="paperbell",l.navEl.style.order="-1",l.navEl.createEl("span",{cls:"vertical-tab-nav-item-pro"})),o.call(this)}});this.register(i)}onunload(){gr.flushOnUnload(),this.stopOAuthDesktopCallbackServer();const a=Xe.getState();a.dataService&&(a.dataService.unregisterMetadataCacheListener(),a.dataService.clearTagCache())}async loadSettings(){const a=await this.loadData();if(this.settings=ab(ca,a),await this.migrateSettings(),a){const r=new Set(Object.keys(a));Object.keys(ca).some(o=>!r.has(o)&&ca[o]!==void 0)&&await this.saveData(this.settings)}}async migrateSettings(){let a=!1;const r=this.settings;if(!r.componentDataSources)return;const i=r.componentDataSources;if(r.literatureSettings){const o=r.literatureSettings;o.folderPath&&!i.recentLiterature?.literatureFolderPath&&(i.recentLiterature=i.recentLiterature||{},i.recentLiterature.literatureFolderPath=o.folderPath,a=!0),o.displaySettings&&!i.recentLiterature?.literatureDisplaySettings&&(i.recentLiterature=i.recentLiterature||{},i.recentLiterature.literatureDisplaySettings={...o.displaySettings},a=!0),delete r.literatureSettings,a=!0}if(r.displaySettings){const o=r.displaySettings;i.recentLiterature?.literatureDisplaySettings||(i.recentLiterature=i.recentLiterature||{},i.recentLiterature.literatureDisplaySettings={...o},a=!0),delete r.displaySettings,a=!0}if(r.heatmapSettings){const o=r.heatmapSettings;o.gridSize!==void 0&&!i.researchFocusMap?.gridSize&&(i.researchFocusMap=i.researchFocusMap||{},i.researchFocusMap.gridSize=o.gridSize,a=!0),o.borderRadius!==void 0&&!i.researchFocusMap?.borderRadius&&(i.researchFocusMap=i.researchFocusMap||{},i.researchFocusMap.borderRadius=o.borderRadius,a=!0),delete r.heatmapSettings,a=!0}if(r.researchFocusSettings){const o=r.researchFocusSettings;o.trackingTags?.length>0&&(!i.researchFocusMap?.trackingTags||i.researchFocusMap.trackingTags.length===0)&&(i.researchFocusMap=i.researchFocusMap||{},i.researchFocusMap.trackingTags=[...o.trackingTags],a=!0),o.gridSize!==void 0&&!i.researchFocusMap?.gridSize&&(i.researchFocusMap=i.researchFocusMap||{},i.researchFocusMap.gridSize=o.gridSize,a=!0),o.borderRadius!==void 0&&!i.researchFocusMap?.borderRadius&&(i.researchFocusMap=i.researchFocusMap||{},i.researchFocusMap.borderRadius=o.borderRadius,a=!0),delete r.researchFocusSettings,a=!0}a&&await this.saveData(this.settings)}async saveSettings(){console.debug("[PaperBell] saveSettings called, agentAutoExec=%o",this.settings.agentAutoExec),await this.saveData(this.settings),this.dataServiceConfigManager&&this.settings.dataServiceConfig&&this.dataServiceConfigManager.updateConfig(this.settings.dataServiceConfig),this.proxyService&&this.proxyService.updateActivationCode(this.settings.registrationId),this.verificationWorker&&this.verificationWorker.updateActivationCode(this.settings.registrationId)}generateOAuthState(a=16){const r=new Uint8Array(a);return crypto.getRandomValues(r),Array.from(r,i=>i.toString(16).padStart(2,"0")).join("")}async setOAuthLoginState(a){this.settings.oauthLoginState=a,this.settings.oauthLoginStateCreatedAt=Date.now(),await this.saveSettings()}async clearOAuthLoginState(){typeof this.settings.oauthLoginState>"u"&&typeof this.settings.oauthLoginStateCreatedAt>"u"||(this.settings.oauthLoginState=void 0,this.settings.oauthLoginStateCreatedAt=void 0,await this.saveSettings())}validateOAuthState(a){const r=this.settings.oauthLoginState;if(!r)return{ok:!0};if(!a)return{ok:!1,error:"回调中缺少 state 参数,请从插件内重新发起登录。"};const i=this.settings.oauthLoginStateCreatedAt??0;return i<=0||Date.now()-i>Rr.OAUTH_STATE_TTL_MS?{ok:!1,error:"登录已超时(state 过期),请重新发起登录。"}:a!==r?{ok:!1,error:"state 校验失败,请重新发起登录。"}:{ok:!0}}buildAuthorizeUrl(a){const r=new URL(Rr.OAUTH_AUTHORIZE_URL);return r.searchParams.set("client_id","obsidian"),r.searchParams.set("redirect_uri",a.redirectUri),r.searchParams.set("state",a.state),r.searchParams.set("response_type","code"),r.toString()}async stopOAuthDesktopCallbackServer(){if(this.oauthDesktopCallbackServer)try{clearTimeout(this.oauthDesktopCallbackServer.timeoutId),this.oauthDesktopCallbackServer.server.close?.()}finally{this.oauthDesktopCallbackServer=void 0}}async startOAuthDesktopCallbackServer(){const a=this.getNodeHttp();return await this.stopOAuthDesktopCallbackServer(),await new Promise((r,i)=>{const o=a.createServer((c,u)=>{try{const d=new URL(c.url??"/","http://127.0.0.1");if(d.pathname!=="/callback"){u.writeHead(404,{"Content-Type":"text/plain"}),u.end("Not found");return}const h={};for(const[m,b]of d.searchParams.entries())h[m]=b;u.writeHead(200,{"Content-Type":"text/html; charset=utf-8"}),u.end(["",'','',"PaperBell",'',"

    授权成功

    ","

    你可以关闭此页面并返回 Obsidian。

    ",""].join("")),this.handleActivationURI(h)}catch(d){u.writeHead(500,{"Content-Type":"text/plain"}),u.end("Internal error"),console.error("OAuth callback server error:",d)}finally{this.stopOAuthDesktopCallbackServer()}}),l=window.setTimeout(()=>{this.stopOAuthDesktopCallbackServer(),i(new Error("OAuth login timed out"))},Rr.OAUTH_STATE_TTL_MS);this.oauthDesktopCallbackServer={server:o,timeoutId:l},o.listen(0,"127.0.0.1",()=>{const c=o.address(),u=typeof c=="object"&&c&&"port"in c?c.port:null;if(!u){this.stopOAuthDesktopCallbackServer(),i(new Error("Failed to get callback server port"));return}r({redirectUri:`http://127.0.0.1:${u}/callback`})})})}getNodeHttp(){const a=window.require||globalThis.require||void 0;if(typeof a!="function")throw new Error("Node require() is not available in this environment");try{return a("node:http")}catch{return a("http")}}async startAccountLogin(){const a=this.generateOAuthState(16);if(_.Platform.isDesktop)try{await this.setOAuthLoginState(a);const{redirectUri:r}=await this.startOAuthDesktopCallbackServer();this.oauthRedirectUri=r;const i=this.buildAuthorizeUrl({redirectUri:r,state:a});window.open(i),new _.Notice("已打开浏览器,请完成授权以自动激活。",8e3);return}catch(r){await this.clearOAuthLoginState(),await this.stopOAuthDesktopCallbackServer(),this.oauthRedirectUri=void 0,console.error("Failed to start desktop OAuth login:",r),new _.Notice("无法启动登录流程,请稍后重试。");return}if(_.Platform.isMobile){const r="obsidian://paperbell/callback";this.oauthRedirectUri=r,await this.setOAuthLoginState(a);const i=this.buildAuthorizeUrl({redirectUri:r,state:a});window.open(i),new _.Notice("已打开浏览器,请完成授权以自动激活。",8e3);return}new _.Notice("当前平台不支持账户登录。")}async exchangeCodeForActivationCode(a,r){const i=await fetch(Rr.OAUTH_TOKEN_URL,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({grant_type:"authorization_code",code:a,client_id:"obsidian",redirect_uri:r})});if(!i.ok){const c=await i.json().catch(()=>({}));throw new Error(c.error_description||c.error||`HTTP ${i.status}`)}const o=await i.json(),l=o.activation_code||o.access_token||"";if(!l)throw new Error("服务端未返回激活码");return l}async handleActivationURI(a){const r=a.code||"",i=a.activation_code||a.activationCode||a.activation||a.token||"",o=a.state??null,l=a.error||a.error_description||"";if(l){await this.clearOAuthLoginState(),new _.Notice(`授权失败:${l}`);return}const c=this.validateOAuthState(o);if(!c.ok){await this.clearOAuthLoginState(),new _.Notice(c.error??"授权校验失败,请重试登录。");return}let u=i;if(r&&!i){const h=this.oauthRedirectUri;if(!h){await this.clearOAuthLoginState(),new _.Notice("OAuth 状态丢失,请重新登录");return}try{u=await this.exchangeCodeForActivationCode(r,h)}catch(m){await this.clearOAuthLoginState(),this.oauthRedirectUri=void 0,new _.Notice(`激活码交换失败:${m instanceof Error?m.message:"未知错误"}`);return}}if(!u){await this.clearOAuthLoginState(),this.oauthRedirectUri=void 0,new _.Notice("URI 中未提供激活码或授权码");return}if(this.settings.oauthLoginState&&await this.clearOAuthLoginState(),this.oauthRedirectUri=void 0,this.settings.registrationId=u,await this.saveSettings(),await this.verificationWorker.reloadActivationCode(),await this.verificationWorker.verify()){const h=this.verificationWorker.getLicenseData();let m="✅ 激活码已成功应用并验证!";if(h){if(h.expires_at){const b=new Date(h.expires_at);m+=` -过期时间: ${b.toLocaleDateString()}`}h.license_key&&(m+=` -许可证: ${h.license_key}`)}new _.Notice(m,8e3),this.app.setting.open(),this.app.setting.openTabById("paperbell")}else new _.Notice("❌ 无效的激活码。请检查代码并重试。",8e3),this.app.setting.open(),this.app.setting.openTabById("paperbell")}async checkLicenseExpiration(){try{if(await this.verificationWorker.verify()){const r=this.verificationWorker.getLicenseData();if(r&&r.expires_at){const i=new Date(r.expires_at),o=new Date;if(this.verificationWorker.isLicenseExpiringSoon()){const l=Math.ceil((i.getTime()-o.getTime())/864e5);new _.Notice(`您的 Paperbell 许可证将在 ${l} 天后过期。请续费您的许可证。`,1e4)}o>i&&new _.Notice("您的 Paperbell 许可证已过期。请续费您的许可证以继续使用插件。",15e3)}}}catch(a){console.error("Error checking license expiration:",a)}}};Rr.OAUTH_AUTHORIZE_URL="https://paperbell.cn/oauth/authorize",Rr.OAUTH_TOKEN_URL="https://paperbell.cn/api/oauth/token",Rr.OAUTH_STATE_TTL_MS=300*1e3;let Bu=Rr;class Yk extends _.FuzzySuggestModal{constructor(a,r){super(a),this.onChoose=r,this.setPlaceholder("选择要测试的 AI Agent…")}getItems(){return Xs}getItemText(a){return`${a.name} (${a.binaryName})`}onChooseItem(a){this.onChoose(a.agentType)}}module.exports=Bu; +\`\`\``}patchSettingTab(){const e=this.app.setting,t=Object.getPrototypeOf(e),s=Lr(t,{onOpen:n=>function(){const i=this.pluginTabs.find(a=>a.id==="paperbell");return i&&(i.navEl.dataset.pluginId="paperbell",i.navEl.style.order="-1",i.navEl.createEl("span",{cls:"vertical-tab-nav-item-pro"})),n.call(this)}});this.register(s)}onunload(){Ct.flushOnUnload(),this.stopOAuthDesktopCallbackServer();const e=ut.getState();e.dataService&&(e.dataService.unregisterMetadataCacheListener(),e.dataService.clearTagCache())}async loadSettings(){const e=await this.loadData();if(this.settings=Ni(Nt,e),await this.migrateSettings(),e){const t=new Set(Object.keys(e));Object.keys(Nt).some(n=>!t.has(n)&&Nt[n]!==void 0)&&await this.saveData(this.settings)}}async migrateSettings(){let e=!1;const t=this.settings;if(!t.componentDataSources)return;const s=t.componentDataSources;if(t.literatureSettings){const n=t.literatureSettings;n.folderPath&&!s.recentLiterature?.literatureFolderPath&&(s.recentLiterature=s.recentLiterature||{},s.recentLiterature.literatureFolderPath=n.folderPath,e=!0),n.displaySettings&&!s.recentLiterature?.literatureDisplaySettings&&(s.recentLiterature=s.recentLiterature||{},s.recentLiterature.literatureDisplaySettings={...n.displaySettings},e=!0),delete t.literatureSettings,e=!0}if(t.displaySettings){const n=t.displaySettings;s.recentLiterature?.literatureDisplaySettings||(s.recentLiterature=s.recentLiterature||{},s.recentLiterature.literatureDisplaySettings={...n},e=!0),delete t.displaySettings,e=!0}if(t.heatmapSettings){const n=t.heatmapSettings;n.gridSize!==void 0&&!s.researchFocusMap?.gridSize&&(s.researchFocusMap=s.researchFocusMap||{},s.researchFocusMap.gridSize=n.gridSize,e=!0),n.borderRadius!==void 0&&!s.researchFocusMap?.borderRadius&&(s.researchFocusMap=s.researchFocusMap||{},s.researchFocusMap.borderRadius=n.borderRadius,e=!0),delete t.heatmapSettings,e=!0}if(t.researchFocusSettings){const n=t.researchFocusSettings;n.trackingTags?.length>0&&(!s.researchFocusMap?.trackingTags||s.researchFocusMap.trackingTags.length===0)&&(s.researchFocusMap=s.researchFocusMap||{},s.researchFocusMap.trackingTags=[...n.trackingTags],e=!0),n.gridSize!==void 0&&!s.researchFocusMap?.gridSize&&(s.researchFocusMap=s.researchFocusMap||{},s.researchFocusMap.gridSize=n.gridSize,e=!0),n.borderRadius!==void 0&&!s.researchFocusMap?.borderRadius&&(s.researchFocusMap=s.researchFocusMap||{},s.researchFocusMap.borderRadius=n.borderRadius,e=!0),delete t.researchFocusSettings,e=!0}t.updater&&["PaperBell-Org/Obsidian-PaperBell","kevboh/longform"].includes(t.updater.repository)&&(t.updater.repository="PaperBell-Org/longform-maintaining",t.updater.targetPluginId="longform",t.updater.excludePatterns=(t.updater.excludePatterns||[]).filter(n=>n!=="**/*.js"),e=!0),e&&await this.saveData(this.settings)}async saveSettings(){console.debug("[PaperBell] saveSettings called, agentAutoExec=%o",this.settings.agentAutoExec),await this.saveData(this.settings),this.dataServiceConfigManager&&this.settings.dataServiceConfig&&this.dataServiceConfigManager.updateConfig(this.settings.dataServiceConfig),this.proxyService&&this.proxyService.updateActivationCode(this.settings.registrationId),this.verificationWorker&&this.verificationWorker.updateActivationCode(this.settings.registrationId)}generateOAuthState(e=16){const t=new Uint8Array(e);return crypto.getRandomValues(t),Array.from(t,s=>s.toString(16).padStart(2,"0")).join("")}async setOAuthLoginState(e){this.settings.oauthLoginState=e,this.settings.oauthLoginStateCreatedAt=Date.now(),await this.saveSettings()}async clearOAuthLoginState(){typeof this.settings.oauthLoginState>"u"&&typeof this.settings.oauthLoginStateCreatedAt>"u"||(this.settings.oauthLoginState=void 0,this.settings.oauthLoginStateCreatedAt=void 0,await this.saveSettings())}validateOAuthState(e){const t=this.settings.oauthLoginState;if(!t)return{ok:!0};if(!e)return{ok:!1,error:"回调中缺少 state 参数,请从插件内重新发起登录。"};const s=this.settings.oauthLoginStateCreatedAt??0;return s<=0||Date.now()-s>Pt.OAUTH_STATE_TTL_MS?{ok:!1,error:"登录已超时(state 过期),请重新发起登录。"}:e!==t?{ok:!1,error:"state 校验失败,请重新发起登录。"}:{ok:!0}}buildAuthorizeUrl(e){const t=new URL(Pt.OAUTH_AUTHORIZE_URL);return t.searchParams.set("client_id","obsidian"),t.searchParams.set("redirect_uri",e.redirectUri),t.searchParams.set("state",e.state),t.searchParams.set("response_type","code"),t.toString()}async stopOAuthDesktopCallbackServer(){if(this.oauthDesktopCallbackServer)try{clearTimeout(this.oauthDesktopCallbackServer.timeoutId),this.oauthDesktopCallbackServer.server.close?.()}finally{this.oauthDesktopCallbackServer=void 0}}async startOAuthDesktopCallbackServer(){const e=this.getNodeHttp();return await this.stopOAuthDesktopCallbackServer(),await new Promise((t,s)=>{const n=e.createServer((r,a)=>{try{const o=new URL(r.url??"/","http://127.0.0.1");if(o.pathname!=="/callback"){a.writeHead(404,{"Content-Type":"text/plain"}),a.end("Not found");return}const c={};for(const[l,d]of o.searchParams.entries())c[l]=d;a.writeHead(200,{"Content-Type":"text/html; charset=utf-8"}),a.end(["",'','',"PaperBell",'',"

    授权成功

    ","

    你可以关闭此页面并返回 Obsidian。

    ",""].join("")),this.handleActivationURI(c)}catch(o){a.writeHead(500,{"Content-Type":"text/plain"}),a.end("Internal error"),console.error("OAuth callback server error:",o)}finally{this.stopOAuthDesktopCallbackServer()}}),i=window.setTimeout(()=>{this.stopOAuthDesktopCallbackServer(),s(new Error("OAuth login timed out"))},Pt.OAUTH_STATE_TTL_MS);this.oauthDesktopCallbackServer={server:n,timeoutId:i},n.listen(0,"127.0.0.1",()=>{const r=n.address(),a=typeof r=="object"&&r&&"port"in r?r.port:null;if(!a){this.stopOAuthDesktopCallbackServer(),s(new Error("Failed to get callback server port"));return}t({redirectUri:`http://127.0.0.1:${a}/callback`})})})}getNodeHttp(){const e=window.require||globalThis.require||void 0;if(typeof e!="function")throw new Error("Node require() is not available in this environment");try{return e("node:http")}catch{return e("http")}}async startAccountLogin(){const e=this.generateOAuthState(16);if(w.Platform.isDesktop)try{await this.setOAuthLoginState(e);const{redirectUri:t}=await this.startOAuthDesktopCallbackServer();this.oauthRedirectUri=t;const s=this.buildAuthorizeUrl({redirectUri:t,state:e});window.open(s),new w.Notice("已打开浏览器,请完成授权以自动激活。",8e3);return}catch(t){await this.clearOAuthLoginState(),await this.stopOAuthDesktopCallbackServer(),this.oauthRedirectUri=void 0,console.error("Failed to start desktop OAuth login:",t),new w.Notice("无法启动登录流程,请稍后重试。");return}if(w.Platform.isMobile){const t="obsidian://paperbell/callback";this.oauthRedirectUri=t,await this.setOAuthLoginState(e);const s=this.buildAuthorizeUrl({redirectUri:t,state:e});window.open(s),new w.Notice("已打开浏览器,请完成授权以自动激活。",8e3);return}new w.Notice("当前平台不支持账户登录。")}async exchangeCodeForActivationCode(e,t){const s=await fetch(Pt.OAUTH_TOKEN_URL,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({grant_type:"authorization_code",code:e,client_id:"obsidian",redirect_uri:t})});if(!s.ok){const r=await s.json().catch(()=>({}));throw new Error(r.error_description||r.error||`HTTP ${s.status}`)}const n=await s.json(),i=n.activation_code||n.access_token||"";if(!i)throw new Error("服务端未返回激活码");return i}async handleActivationURI(e){const t=e.code||"",s=e.activation_code||e.activationCode||e.activation||e.token||"",n=e.state??null,i=e.error||e.error_description||"";if(i){await this.clearOAuthLoginState(),new w.Notice(`授权失败:${i}`);return}const r=this.validateOAuthState(n);if(!r.ok){await this.clearOAuthLoginState(),new w.Notice(r.error??"授权校验失败,请重试登录。");return}let a=s;if(t&&!s){const c=this.oauthRedirectUri;if(!c){await this.clearOAuthLoginState(),new w.Notice("OAuth 状态丢失,请重新登录");return}try{a=await this.exchangeCodeForActivationCode(t,c)}catch(l){await this.clearOAuthLoginState(),this.oauthRedirectUri=void 0,new w.Notice(`激活码交换失败:${l instanceof Error?l.message:"未知错误"}`);return}}if(!a){await this.clearOAuthLoginState(),this.oauthRedirectUri=void 0,new w.Notice("URI 中未提供激活码或授权码");return}if(this.settings.oauthLoginState&&await this.clearOAuthLoginState(),this.oauthRedirectUri=void 0,this.settings.registrationId=a,await this.saveSettings(),await this.verificationWorker.reloadActivationCode(),await this.verificationWorker.verify()){const c=this.verificationWorker.getLicenseData();let l="✅ 激活码已成功应用并验证!";if(c){if(c.expires_at){const d=new Date(c.expires_at);l+=` +过期时间: ${d.toLocaleDateString()}`}c.license_key&&(l+=` +许可证: ${c.license_key}`)}new w.Notice(l,8e3),this.app.setting.open(),this.app.setting.openTabById("paperbell")}else new w.Notice("❌ 无效的激活码。请检查代码并重试。",8e3),this.app.setting.open(),this.app.setting.openTabById("paperbell")}async checkLicenseExpiration(){try{if(await this.verificationWorker.verify()){const t=this.verificationWorker.getLicenseData();if(t&&t.expires_at){const s=new Date(t.expires_at),n=new Date;if(this.verificationWorker.isLicenseExpiringSoon()){const i=Math.ceil((s.getTime()-n.getTime())/864e5);new w.Notice(`您的 Paperbell 许可证将在 ${i} 天后过期。请续费您的许可证。`,1e4)}n>s&&new w.Notice("您的 Paperbell 许可证已过期。请续费您的许可证以继续使用插件。",15e3)}}}catch(e){console.error("Error checking license expiration:",e)}}};Pt.OAUTH_AUTHORIZE_URL="https://paperbell.cn/oauth/authorize",Pt.OAUTH_TOKEN_URL="https://paperbell.cn/api/oauth/token",Pt.OAUTH_STATE_TTL_MS=300*1e3;let Ns=Pt;class fo extends w.FuzzySuggestModal{constructor(e,t){super(e),this.onChoose=t,this.setPlaceholder("选择要测试的 AI Agent…")}getItems(){return pe}getItemText(e){return`${e.name} (${e.binaryName})`}onChooseItem(e){this.onChoose(e.agentType)}}module.exports=Ns; diff --git a/PaperBell/.obsidian/plugins/paperbell/manifest.json b/PaperBell/.obsidian/plugins/paperbell/manifest.json index ff6bd149..afa12606 100644 --- a/PaperBell/.obsidian/plugins/paperbell/manifest.json +++ b/PaperBell/.obsidian/plugins/paperbell/manifest.json @@ -1,11 +1 @@ -{ - "id": "paperbell", - "name": "Paperbell", - "version": "0.4.2", - "minAppVersion": "0.15.0", - "description": "Supercharges your academic writing workflow.", - "author": "Paperbell", - "authorUrl": "https://github.com/paperbell-group", - "fundingUrl": {}, - "isDesktopOnly": false -} \ No newline at end of file +{"id":"paperbell","name":"Paperbell","version":"0.4.3","minAppVersion":"0.15.0","description":"Supercharges your academic writing workflow.","author":"Paperbell","authorUrl":"https://github.com/paperbell-group","fundingUrl":{},"isDesktopOnly":false} \ No newline at end of file diff --git a/PaperBell/.obsidian/plugins/paperbell/styles.css b/PaperBell/.obsidian/plugins/paperbell/styles.css index 6c686dae..178f4808 100644 --- a/PaperBell/.obsidian/plugins/paperbell/styles.css +++ b/PaperBell/.obsidian/plugins/paperbell/styles.css @@ -1 +1 @@ -.modal.mod-settings-modal{width:90vw;height:85vh;max-width:1100px;max-height:850px}.modal.mod-settings-modal .modal-content{padding:0;height:100%;overflow:hidden}.modal.mod-settings-modal .modal-close-button{z-index:10}.modal.mod-settings .vertical-tab-header-search{padding:var(--size-4-3);border-bottom:1px solid var(--background-modifier-border);flex-shrink:0}.modal.mod-settings .vertical-tab-header-search input{width:100%;padding:var(--size-2-2) var(--size-2-3);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background-color:var(--background-primary);font-size:var(--font-ui-small)}.modal.mod-settings-modal .vertical-tab-header-group{margin-bottom:var(--size-2-2)}.modal.mod-settings-modal .vertical-tab-header-group .vertical-tab-header-group-title{padding:var(--size-2-2) var(--size-4-3);font-size:var(--font-ui-smaller);font-weight:var(--font-weight-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.modal.mod-settings-modal .vertical-tab-header-group .vertical-tab-header-group-items{display:flex;flex-direction:column}.modal.mod-settings .vertical-tab-content-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--size-2-2);padding:var(--size-4-2) var(--size-4-2);border-bottom:1px solid var(--background-modifier-border);flex-shrink:0;background-color:var(--background-primary);margin-bottom:var(--size-4-4);align-items:center}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-title{display:flex;align-items:center;gap:var(--size-2-3);margin:0;font-size:var(--font-ui-large);font-weight:var(--font-weight-semibold);color:var(--text-normal);padding:0}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-title .vertical-tab-content-header-icon{display:flex;align-items:center;justify-content:center;color:var(--interactive-accent)}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-actions{display:flex;align-items:center;gap:var(--size-2-3);flex-shrink:0}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-actions button{display:flex;align-items:center;gap:var(--size-2-2);font-size:var(--font-ui-small)}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-desc{width:100%;margin:0;font-size:var(--font-ui-small);color:var(--text-muted);line-height:1.5}.modal.mod-settings-modal .vertical-tab-content-body{flex:1;overflow-y:auto;padding:var(--size-4-4) var(--size-4-6);animation:settingsFadeIn .15s ease-out}.modal.mod-settings-modal .vertical-tab-content-body .setting-item{padding-top:var(--size-4-3);padding-bottom:var(--size-4-3)}.modal.mod-settings-modal .vertical-tab-content-body .setting-item:first-child{padding-top:0;border-top:none}.modal.mod-settings-modal .vertical-tab-content-body h3{margin-top:var(--size-4-4);margin-bottom:var(--size-2-3);font-size:var(--font-ui-medium);font-weight:var(--font-weight-semibold);color:var(--text-normal)}.modal.mod-settings-modal .vertical-tab-content-body h3:first-child{margin-top:0}.modal.mod-settings-modal .vertical-tab-content-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:var(--size-4-8);text-align:center;color:var(--text-muted)}@keyframes settingsFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.modal.mod-settings-modal .vertical-tabs-container{flex-direction:column}.modal.mod-settings-modal .vertical-tab-header{width:100%;height:auto;max-height:200px;border-right:none;border-bottom:1px solid var(--background-modifier-border);overflow-y:auto}.modal.mod-settings-modal .vertical-tab-header .vertical-tab-header-group{display:flex;flex-wrap:wrap;gap:var(--size-2-1);margin-bottom:0;padding:var(--size-2-2)}.modal.mod-settings-modal .vertical-tab-header .vertical-tab-header-group .vertical-tab-header-group-title{display:none}.modal.mod-settings-modal .vertical-tab-header .vertical-tab-header-group .vertical-tab-header-group-items{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--size-2-1)}}.is-mobile .modal.mod-settings .vertical-tab-header{width:100%;height:100%;max-height:none;border-right:none;overflow-y:auto}.is-mobile .modal.mod-settings .vertical-tab-header.is-mobile-hidden{display:none}.is-mobile .modal.mod-settings .vertical-tab-header .vertical-tab-header-group{margin-bottom:var(--size-4-2)}.is-mobile .modal.mod-settings .vertical-tab-header .vertical-tab-header-group .vertical-tab-header-group-title{display:block}.is-mobile .modal.mod-settings .vertical-tab-header .vertical-tab-header-group .vertical-tab-header-group-items{flex-direction:column}.is-mobile .modal.mod-settings .vertical-tab-content-container{width:100%;height:100%}.is-mobile .modal.mod-settings .vertical-tab-content-container.is-mobile-hidden{display:none}.is-mobile .modal.mod-settings .vertical-tab-content-header,.is-mobile .modal.mod-settings .vertical-tab-content-body{padding:var(--size-4-3) var(--size-4-4)}.task-genius-settings-entry{max-width:800px;margin:0 auto;padding:var(--size-4-4)}.settings-entry-header{text-align:center;margin-bottom:var(--size-4-8);padding-bottom:var(--size-4-6);margin-block-start:var(--size-4-8);border-bottom:1px solid var(--background-modifier-border)}.settings-entry-title-container{display:flex;align-items:center;justify-content:center;gap:var(--size-4-3);margin-bottom:var(--size-4-3)}.settings-entry-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--interactive-accent);--icon-size: 48px}.settings-entry-title-text{display:flex;flex-direction:column;align-items:flex-start}.settings-entry-title-text h2{margin:0;padding:0;font-size:var(--font-ui-large);font-weight:var(--font-weight-bold);color:var(--text-normal)}.settings-entry-title-text .settings-entry-version{font-size:var(--font-ui-smaller);color:var(--text-muted)}.settings-entry-desc{max-width:500px;margin:0 auto}.settings-entry-desc p{margin:0;font-size:var(--font-ui-small);color:var(--text-muted);line-height:1.6}.settings-entry-action{margin-bottom:var(--size-4-6);padding:var(--size-4-4);background-color:var(--background-secondary);border-radius:var(--radius-m);border:1px solid var(--background-modifier-border)}.settings-entry-action .setting-item{border:none;padding:0}.settings-entry-action .setting-item-info{flex:1}.settings-entry-action .setting-item-control button.mod-cta{padding:var(--size-4-2) var(--size-4-6);font-size:var(--font-ui-medium)}.settings-entry-links{margin-block-end:var(--size-4-6);margin-block-start:var(--size-4-4)}.settings-entry-links h3{margin:0 0 var(--size-4-3);font-size:var(--font-ui-medium);font-weight:var(--font-weight-semibold);color:var(--text-normal)}.settings-entry-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--size-4-2)}.settings-entry-link{display:flex;align-items:center;gap:var(--size-2-3);padding:var(--size-4-2) var(--size-4-3);background-color:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);color:var(--text-muted);text-decoration:none;font-size:var(--font-ui-small);transition:all .15s ease}.settings-entry-link:hover{background-color:var(--background-modifier-hover);color:var(--text-normal);border-color:var(--interactive-accent)}.settings-entry-link .settings-entry-link-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--interactive-accent)}.settings-entry-features h3{margin:0 0 var(--size-4-3);font-size:var(--font-ui-medium);font-weight:var(--font-weight-semibold);color:var(--text-normal)}.settings-entry-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--size-4-3)}.settings-entry-feature{display:flex;align-items:flex-start;gap:var(--size-4-2);padding:var(--size-4-3);background-color:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);transition:all .15s ease}.settings-entry-feature:hover{border-color:var(--background-modifier-border-hover);transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.settings-entry-feature .settings-entry-feature-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:var(--interactive-accent);border-radius:var(--radius-s);color:var(--text-on-accent);flex-shrink:0}.settings-entry-feature .settings-entry-feature-icon svg{width:18px;height:18px}.settings-entry-feature .settings-entry-feature-text{display:flex;flex-direction:column;gap:var(--size-2-1)}.settings-entry-feature .settings-entry-feature-text strong{font-size:var(--font-ui-small);font-weight:var(--font-weight-medium);color:var(--text-normal)}.settings-entry-feature .settings-entry-feature-text span{font-size:var(--font-ui-smaller);color:var(--text-muted);line-height:1.4}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:"";--tw-outline-style:solid}}}@layer theme;@layer base{[data-ppb] *,[data-ppb] :after,[data-ppb] :before,[data-ppb] ::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}[data-ppb] ::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}[data-ppb] html,[data-ppb] :host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--ppb-default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--ppb-default-font-feature-settings,normal);font-variation-settings:var(--ppb-default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}[data-ppb] hr{height:0;color:inherit;border-top-width:1px}[data-ppb] abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}[data-ppb] h1,[data-ppb] h2,[data-ppb] h3,[data-ppb] h4,[data-ppb] h5,[data-ppb] h6{font-size:inherit;font-weight:inherit}[data-ppb] a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}[data-ppb] b,[data-ppb] strong{font-weight:bolder}[data-ppb] code,[data-ppb] kbd,[data-ppb] samp,[data-ppb] pre{font-family:var(--ppb-default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--ppb-default-mono-font-feature-settings,normal);font-variation-settings:var(--ppb-default-mono-font-variation-settings,normal);font-size:1em}[data-ppb] small{font-size:80%}[data-ppb] sub,[data-ppb] sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}[data-ppb] sub{bottom:-.25em}[data-ppb] sup{top:-.5em}[data-ppb] table{text-indent:0;border-color:inherit;border-collapse:collapse}[data-ppb] :-moz-focusring{outline:auto}[data-ppb] progress{vertical-align:baseline}[data-ppb] summary{display:list-item}[data-ppb] ol,[data-ppb] ul,[data-ppb] menu{list-style:none}[data-ppb] img,[data-ppb] svg,[data-ppb] video,[data-ppb] canvas,[data-ppb] audio,[data-ppb] iframe,[data-ppb] embed,[data-ppb] object{vertical-align:middle;display:block}[data-ppb] img,[data-ppb] video{max-width:100%;height:auto}[data-ppb] button,[data-ppb] input,[data-ppb] select,[data-ppb] optgroup,[data-ppb] textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}[data-ppb] ::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}[data-ppb] :where(select:is([multiple],[size])) optgroup{font-weight:bolder}[data-ppb] :where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}[data-ppb] ::file-selector-button{margin-inline-end:4px}[data-ppb] ::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){[data-ppb] ::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){[data-ppb] ::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}[data-ppb] textarea{resize:vertical}[data-ppb] ::-webkit-search-decoration{-webkit-appearance:none}[data-ppb] ::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}[data-ppb] ::-webkit-datetime-edit{display:inline-flex}[data-ppb] ::-webkit-datetime-edit-fields-wrapper{padding:0}[data-ppb] ::-webkit-datetime-edit{padding-block:0}[data-ppb] ::-webkit-datetime-edit-year-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-month-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-day-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-hour-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-minute-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-second-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-millisecond-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-meridiem-field{padding-block:0}[data-ppb] ::-webkit-calendar-picker-indicator{line-height:1}[data-ppb] :-moz-ui-invalid{box-shadow:none}[data-ppb] button,[data-ppb] input:where([type=button],[type=reset],[type=submit]){appearance:button}[data-ppb] ::file-selector-button{appearance:button}[data-ppb] ::-webkit-inner-spin-button{height:auto}[data-ppb] ::-webkit-outer-spin-button{height:auto}[data-ppb] [hidden]:where(:not([hidden=until-found])){display:none!important}[data-ppb] *{border-color:var(--background-modifier-border,var(--ppb-border));outline-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){[data-ppb] *{outline-color:color-mix(in oklab,var(--background-modifier-border-focus,var(--ppb-ring)) 50%,transparent)}}[data-ppb] body{background-color:var(--background-primary,var(--ppb-background));color:var(--text-normal,var(--ppb-foreground))}[data-ppb-reset] *,[data-ppb-reset] :after,[data-ppb-reset] :before,[data-ppb-reset] ::backdrop{all:revert-layer}[data-ppb-reset] ::file-selector-button{all:revert-layer}}@layer components;@layer utilities{.ppb\:\@container\/card-header{container:card-header/inline-size}.ppb\:pointer-events-none{pointer-events:none}.ppb\:invisible{visibility:hidden}.ppb\:sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ppb\:absolute{position:absolute}.ppb\:fixed{position:fixed}.ppb\:relative{position:relative}.ppb\:sticky{position:sticky}.ppb\:inset-0{inset:calc(var(--ppb-spacing) * 0)}.ppb\:inset-x-0{inset-inline:calc(var(--ppb-spacing) * 0)}.ppb\:inset-y-0{inset-block:calc(var(--ppb-spacing) * 0)}.ppb\:-top-8{top:calc(var(--ppb-spacing) * -8)}.ppb\:-top-12{top:calc(var(--ppb-spacing) * -12)}.ppb\:top-0{top:calc(var(--ppb-spacing) * 0)}.ppb\:top-1\.5{top:calc(var(--ppb-spacing) * 1.5)}.ppb\:top-1\/2{top:50%}.ppb\:top-2{top:calc(var(--ppb-spacing) * 2)}.ppb\:top-3\.5{top:calc(var(--ppb-spacing) * 3.5)}.ppb\:top-4{top:calc(var(--ppb-spacing) * 4)}.ppb\:top-6{top:calc(var(--ppb-spacing) * 6)}.ppb\:top-8{top:calc(var(--ppb-spacing) * 8)}.ppb\:top-12{top:calc(var(--ppb-spacing) * 12)}.ppb\:top-\[1px\]{top:1px}.ppb\:top-\[50\%\]{top:50%}.ppb\:top-\[60\%\]{top:60%}.ppb\:top-full{top:100%}.ppb\:-right-12{right:calc(var(--ppb-spacing) * -12)}.ppb\:right-0{right:calc(var(--ppb-spacing) * 0)}.ppb\:right-1{right:calc(var(--ppb-spacing) * 1)}.ppb\:right-2{right:calc(var(--ppb-spacing) * 2)}.ppb\:right-3{right:calc(var(--ppb-spacing) * 3)}.ppb\:right-4{right:calc(var(--ppb-spacing) * 4)}.ppb\:right-6{right:calc(var(--ppb-spacing) * 6)}.ppb\:right-12{right:calc(var(--ppb-spacing) * 12)}.ppb\:-bottom-12{bottom:calc(var(--ppb-spacing) * -12)}.ppb\:bottom-0{bottom:calc(var(--ppb-spacing) * 0)}.ppb\:bottom-1{bottom:calc(var(--ppb-spacing) * 1)}.ppb\:bottom-6{bottom:calc(var(--ppb-spacing) * 6)}.ppb\:bottom-8{bottom:calc(var(--ppb-spacing) * 8)}.ppb\:-left-12{left:calc(var(--ppb-spacing) * -12)}.ppb\:left-0{left:calc(var(--ppb-spacing) * 0)}.ppb\:left-1{left:calc(var(--ppb-spacing) * 1)}.ppb\:left-1\/2{left:50%}.ppb\:left-2{left:calc(var(--ppb-spacing) * 2)}.ppb\:left-3{left:calc(var(--ppb-spacing) * 3)}.ppb\:left-\[50\%\]{left:50%}.ppb\:isolate{isolation:isolate}.ppb\:-z-10{z-index:-10}.ppb\:z-10{z-index:10}.ppb\:z-20{z-index:20}.ppb\:z-50{z-index:50}.ppb\:z-\[1\]{z-index:1}.ppb\:col-span-1{grid-column:span 1/span 1}.ppb\:col-start-2{grid-column-start:2}.ppb\:row-span-2{grid-row:span 2/span 2}.ppb\:row-start-1{grid-row-start:1}.ppb\:m-\[0px\]{margin:0}.ppb\:-mx-1{margin-inline:calc(var(--ppb-spacing) * -1)}.ppb\:mx-1{margin-inline:calc(var(--ppb-spacing) * 1)}.ppb\:mx-2{margin-inline:calc(var(--ppb-spacing) * 2)}.ppb\:mx-3\.5{margin-inline:calc(var(--ppb-spacing) * 3.5)}.ppb\:mx-\[-8px\]{margin-inline:-8px}.ppb\:mx-\[-11px\]{margin-inline:-11px}.ppb\:mx-\[0px\]{margin-inline:0}.ppb\:mx-auto{margin-inline:auto}.ppb\:my-1{margin-block:calc(var(--ppb-spacing) * 1)}.ppb\:my-4{margin-block:calc(var(--ppb-spacing) * 4)}.ppb\:my-\[-30px\]{margin-block:-30px}.ppb\:my-\[0px\]{margin-block:0}.ppb\:my-\[21px\]{margin-block:21px}.ppb\:-mt-3{margin-top:calc(var(--ppb-spacing) * -3)}.ppb\:-mt-4{margin-top:calc(var(--ppb-spacing) * -4)}.ppb\:-mt-8{margin-top:calc(var(--ppb-spacing) * -8)}.ppb\:mt-0\.5{margin-top:calc(var(--ppb-spacing) * .5)}.ppb\:mt-1{margin-top:calc(var(--ppb-spacing) * 1)}.ppb\:mt-1\.5{margin-top:calc(var(--ppb-spacing) * 1.5)}.ppb\:mt-2{margin-top:calc(var(--ppb-spacing) * 2)}.ppb\:mt-4{margin-top:calc(var(--ppb-spacing) * 4)}.ppb\:mt-\[16px\]{margin-top:16px}.ppb\:mt-auto{margin-top:auto}.ppb\:mr-1{margin-right:calc(var(--ppb-spacing) * 1)}.ppb\:mr-2{margin-right:calc(var(--ppb-spacing) * 2)}.ppb\:mb-1{margin-bottom:calc(var(--ppb-spacing) * 1)}.ppb\:mb-2{margin-bottom:calc(var(--ppb-spacing) * 2)}.ppb\:mb-3{margin-bottom:calc(var(--ppb-spacing) * 3)}.ppb\:mb-4{margin-bottom:calc(var(--ppb-spacing) * 4)}.ppb\:mb-6{margin-bottom:calc(var(--ppb-spacing) * 6)}.ppb\:mb-8{margin-bottom:calc(var(--ppb-spacing) * 8)}.ppb\:mb-\[0px\]{margin-bottom:0}.ppb\:-ml-4{margin-left:calc(var(--ppb-spacing) * -4)}.ppb\:ml-1{margin-left:calc(var(--ppb-spacing) * 1)}.ppb\:ml-2{margin-left:calc(var(--ppb-spacing) * 2)}.ppb\:ml-6{margin-left:calc(var(--ppb-spacing) * 6)}.ppb\:ml-auto{margin-left:auto}.ppb\:line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ppb\:line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ppb\:block{display:block}.ppb\:contents{display:contents}.ppb\:flex{display:flex}.ppb\:grid{display:grid}.ppb\:hidden{display:none}.ppb\:inline-block{display:inline-block}.ppb\:inline-flex{display:inline-flex}.ppb\:field-sizing-content{field-sizing:content}.ppb\:aspect-\[3\/4\]{aspect-ratio:3/4}.ppb\:aspect-square{aspect-ratio:1}.ppb\:aspect-video{aspect-ratio:var(--ppb-aspect-video)}.ppb\:size-\(--cell-size\){width:var(--cell-size);height:var(--cell-size)}.ppb\:size-2{width:calc(var(--ppb-spacing) * 2);height:calc(var(--ppb-spacing) * 2)}.ppb\:size-2\.5{width:calc(var(--ppb-spacing) * 2.5);height:calc(var(--ppb-spacing) * 2.5)}.ppb\:size-3{width:calc(var(--ppb-spacing) * 3);height:calc(var(--ppb-spacing) * 3)}.ppb\:size-3\.5{width:calc(var(--ppb-spacing) * 3.5);height:calc(var(--ppb-spacing) * 3.5)}.ppb\:size-4{width:calc(var(--ppb-spacing) * 4);height:calc(var(--ppb-spacing) * 4)}.ppb\:size-7{width:calc(var(--ppb-spacing) * 7);height:calc(var(--ppb-spacing) * 7)}.ppb\:size-8{width:calc(var(--ppb-spacing) * 8);height:calc(var(--ppb-spacing) * 8)}.ppb\:size-9{width:calc(var(--ppb-spacing) * 9);height:calc(var(--ppb-spacing) * 9)}.ppb\:size-auto{width:auto;height:auto}.ppb\:size-full{width:100%;height:100%}.ppb\:h-\(--cell-size\){height:var(--cell-size)}.ppb\:h-0\.5{height:calc(var(--ppb-spacing) * .5)}.ppb\:h-1{height:calc(var(--ppb-spacing) * 1)}.ppb\:h-1\.5{height:calc(var(--ppb-spacing) * 1.5)}.ppb\:h-2{height:calc(var(--ppb-spacing) * 2)}.ppb\:h-2\.5{height:calc(var(--ppb-spacing) * 2.5)}.ppb\:h-3{height:calc(var(--ppb-spacing) * 3)}.ppb\:h-4{height:calc(var(--ppb-spacing) * 4)}.ppb\:h-5{height:calc(var(--ppb-spacing) * 5)}.ppb\:h-6{height:calc(var(--ppb-spacing) * 6)}.ppb\:h-7{height:calc(var(--ppb-spacing) * 7)}.ppb\:h-8{height:calc(var(--ppb-spacing) * 8)}.ppb\:h-9{height:calc(var(--ppb-spacing) * 9)}.ppb\:h-10{height:calc(var(--ppb-spacing) * 10)}.ppb\:h-12{height:calc(var(--ppb-spacing) * 12)}.ppb\:h-20{height:calc(var(--ppb-spacing) * 20)}.ppb\:h-32{height:calc(var(--ppb-spacing) * 32)}.ppb\:h-64{height:calc(var(--ppb-spacing) * 64)}.ppb\:h-\[1\.15rem\]{height:1.15rem}.ppb\:h-\[calc\(100\%-1px\)\]{height:calc(100% - 1px)}.ppb\:h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.ppb\:h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.ppb\:h-auto{height:auto}.ppb\:h-full{height:100%}.ppb\:h-px{height:1px}.ppb\:h-svh{height:100svh}.ppb\:max-h-\(--radix-context-menu-content-available-height\){max-height:var(--radix-context-menu-content-available-height)}.ppb\:max-h-\(--radix-dropdown-menu-content-available-height\){max-height:var(--radix-dropdown-menu-content-available-height)}.ppb\:max-h-\(--radix-select-content-available-height\){max-height:var(--radix-select-content-available-height)}.ppb\:max-h-16{max-height:calc(var(--ppb-spacing) * 16)}.ppb\:max-h-\[80vh\]{max-height:80vh}.ppb\:max-h-\[300px\]{max-height:300px}.ppb\:max-h-\[400px\]{max-height:400px}.ppb\:max-h-\[540px\]{max-height:540px}.ppb\:min-h-0{min-height:calc(var(--ppb-spacing) * 0)}.ppb\:min-h-4{min-height:calc(var(--ppb-spacing) * 4)}.ppb\:min-h-16{min-height:calc(var(--ppb-spacing) * 16)}.ppb\:min-h-20{min-height:calc(var(--ppb-spacing) * 20)}.ppb\:min-h-screen{min-height:100vh}.ppb\:min-h-svh{min-height:100svh}.ppb\:w-\(--cell-size\){width:var(--cell-size)}.ppb\:w-\(--sidebar-width\){width:var(--sidebar-width)}.ppb\:w-0\.5{width:calc(var(--ppb-spacing) * .5)}.ppb\:w-1{width:calc(var(--ppb-spacing) * 1)}.ppb\:w-2{width:calc(var(--ppb-spacing) * 2)}.ppb\:w-2\.5{width:calc(var(--ppb-spacing) * 2.5)}.ppb\:w-3{width:calc(var(--ppb-spacing) * 3)}.ppb\:w-3\/4{width:75%}.ppb\:w-4{width:calc(var(--ppb-spacing) * 4)}.ppb\:w-5{width:calc(var(--ppb-spacing) * 5)}.ppb\:w-6{width:calc(var(--ppb-spacing) * 6)}.ppb\:w-8{width:calc(var(--ppb-spacing) * 8)}.ppb\:w-9{width:calc(var(--ppb-spacing) * 9)}.ppb\:w-10{width:calc(var(--ppb-spacing) * 10)}.ppb\:w-12{width:calc(var(--ppb-spacing) * 12)}.ppb\:w-14{width:calc(var(--ppb-spacing) * 14)}.ppb\:w-16{width:calc(var(--ppb-spacing) * 16)}.ppb\:w-20{width:calc(var(--ppb-spacing) * 20)}.ppb\:w-24{width:calc(var(--ppb-spacing) * 24)}.ppb\:w-32{width:calc(var(--ppb-spacing) * 32)}.ppb\:w-40{width:calc(var(--ppb-spacing) * 40)}.ppb\:w-48{width:calc(var(--ppb-spacing) * 48)}.ppb\:w-64{width:calc(var(--ppb-spacing) * 64)}.ppb\:w-72{width:calc(var(--ppb-spacing) * 72)}.ppb\:w-80{width:calc(var(--ppb-spacing) * 80)}.ppb\:w-\[100px\]{width:100px}.ppb\:w-\[140px\]{width:140px}.ppb\:w-auto{width:auto}.ppb\:w-fit{width:fit-content}.ppb\:w-full{width:100%}.ppb\:w-max{width:max-content}.ppb\:w-px{width:1px}.ppb\:max-w-\(--skeleton-width\){max-width:var(--skeleton-width)}.ppb\:max-w-4xl{max-width:var(--ppb-container-4xl)}.ppb\:max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.ppb\:max-w-full{max-width:100%}.ppb\:max-w-max{max-width:max-content}.ppb\:max-w-md{max-width:var(--ppb-container-md)}.ppb\:max-w-sm{max-width:var(--ppb-container-sm)}.ppb\:min-w-\(--cell-size\){min-width:var(--cell-size)}.ppb\:min-w-0{min-width:calc(var(--ppb-spacing) * 0)}.ppb\:min-w-5{min-width:calc(var(--ppb-spacing) * 5)}.ppb\:min-w-8{min-width:calc(var(--ppb-spacing) * 8)}.ppb\:min-w-9{min-width:calc(var(--ppb-spacing) * 9)}.ppb\:min-w-10{min-width:calc(var(--ppb-spacing) * 10)}.ppb\:min-w-\[8rem\]{min-width:8rem}.ppb\:min-w-\[12rem\]{min-width:12rem}.ppb\:min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.ppb\:flex-1{flex:1}.ppb\:flex-shrink-0,.ppb\:shrink-0{flex-shrink:0}.ppb\:grow{flex-grow:1}.ppb\:grow-0{flex-grow:0}.ppb\:basis-full{flex-basis:100%}.ppb\:caption-bottom{caption-side:bottom}.ppb\:border-collapse{border-collapse:collapse}.ppb\:origin-\(--radix-context-menu-content-transform-origin\){transform-origin:var(--radix-context-menu-content-transform-origin)}.ppb\:origin-\(--radix-dropdown-menu-content-transform-origin\){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.ppb\:origin-\(--radix-hover-card-content-transform-origin\){transform-origin:var(--radix-hover-card-content-transform-origin)}.ppb\:origin-\(--radix-menubar-content-transform-origin\){transform-origin:var(--radix-menubar-content-transform-origin)}.ppb\:origin-\(--radix-popover-content-transform-origin\){transform-origin:var(--radix-popover-content-transform-origin)}.ppb\:origin-\(--radix-select-content-transform-origin\){transform-origin:var(--radix-select-content-transform-origin)}.ppb\:origin-\(--radix-tooltip-content-transform-origin\){transform-origin:var(--radix-tooltip-content-transform-origin)}.ppb\:-translate-x-1{--tw-translate-x:calc(var(--ppb-spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-x-\[-50\%\]{--tw-translate-x:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-y-0\.5{--tw-translate-y:calc(var(--ppb-spacing) * .5);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-y-\[-50\%\]{--tw-translate-y:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y: calc(-50% - 2px) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:scale-110{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x) var(--tw-scale-y)}.ppb\:scale-y-75{--tw-scale-y:75%;scale:var(--tw-scale-x) var(--tw-scale-y)}.ppb\:rotate-45{rotate:45deg}.ppb\:rotate-90{rotate:90deg}.ppb\:transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.ppb\:animate-caret-blink{animation:1.25s ease-out infinite caret-blink}.ppb\:animate-in{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:animate-pulse{animation:var(--ppb-animate-pulse)}.ppb\:animate-spin{animation:var(--ppb-animate-spin)}.ppb\:cursor-default{cursor:default}.ppb\:cursor-not-allowed{cursor:not-allowed}.ppb\:cursor-pointer{cursor:pointer}.ppb\:touch-none{touch-action:none}.ppb\:scroll-my-1{scroll-margin-block:calc(var(--ppb-spacing) * 1)}.ppb\:scroll-py-1{scroll-padding-block:calc(var(--ppb-spacing) * 1)}.ppb\:list-none{list-style-type:none}.ppb\:auto-rows-min{grid-auto-rows:min-content}.ppb\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.ppb\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ppb\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ppb\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ppb\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.ppb\:grid-cols-\[0_1fr\]{grid-template-columns:0 1fr}.ppb\:grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.ppb\:flex-col{flex-direction:column}.ppb\:flex-col-reverse{flex-direction:column-reverse}.ppb\:flex-row{flex-direction:row}.ppb\:flex-wrap{flex-wrap:wrap}.ppb\:items-baseline{align-items:baseline}.ppb\:items-center{align-items:center}.ppb\:items-end{align-items:flex-end}.ppb\:items-start{align-items:flex-start}.ppb\:items-stretch{align-items:stretch}.ppb\:justify-between{justify-content:space-between}.ppb\:justify-center{justify-content:center}.ppb\:justify-end{justify-content:flex-end}.ppb\:justify-start{justify-content:flex-start}.ppb\:justify-items-start{justify-items:start}.ppb\:gap-0\.5{gap:calc(var(--ppb-spacing) * .5)}.ppb\:gap-1{gap:calc(var(--ppb-spacing) * 1)}.ppb\:gap-1\.5{gap:calc(var(--ppb-spacing) * 1.5)}.ppb\:gap-2{gap:calc(var(--ppb-spacing) * 2)}.ppb\:gap-3{gap:calc(var(--ppb-spacing) * 3)}.ppb\:gap-4{gap:calc(var(--ppb-spacing) * 4)}.ppb\:gap-5{gap:calc(var(--ppb-spacing) * 5)}.ppb\:gap-6{gap:calc(var(--ppb-spacing) * 6)}.ppb\:gap-8{gap:calc(var(--ppb-spacing) * 8)}:where(.ppb\:space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 8) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 8) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 1) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 1) * calc(1 - var(--tw-space-x-reverse)))}:where(.ppb\:space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}:where(.ppb\:space-x-3>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 3) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)))}:where(.ppb\:space-x-6>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 6) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 6) * calc(1 - var(--tw-space-x-reverse)))}.ppb\:gap-y-0\.5{row-gap:calc(var(--ppb-spacing) * .5)}.ppb\:self-start{align-self:flex-start}.ppb\:justify-self-end{justify-self:flex-end}.ppb\:truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ppb\:overflow-auto{overflow:auto}.ppb\:overflow-hidden{overflow:hidden}.ppb\:overflow-x-auto{overflow-x:auto}.ppb\:overflow-x-hidden{overflow-x:hidden}.ppb\:overflow-y-auto{overflow-y:auto}.ppb\:rounded{border-radius:.25rem}.ppb\:rounded-2xl{border-radius:var(--ppb-radius-2xl)}.ppb\:rounded-\[2px\]{border-radius:2px}.ppb\:rounded-\[4px\]{border-radius:4px}.ppb\:rounded-\[inherit\]{border-radius:inherit}.ppb\:rounded-full{border-radius:3.40282e38px}.ppb\:rounded-md{border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:rounded-none{border-radius:0}.ppb\:rounded-sm{border-radius:var(--radius-s,calc(var(--ppb-radius) - 4px))}.ppb\:rounded-xl{border-radius:var(--radius-xl,calc(var(--ppb-radius) + 4px))}.ppb\:rounded-xs{border-radius:var(--ppb-radius-xs)}.ppb\:rounded-t-lg{border-top-left-radius:var(--radius-l,var(--ppb-radius));border-top-right-radius:var(--radius-l,var(--ppb-radius))}.ppb\:rounded-l-md{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:rounded-tl-sm{border-top-left-radius:var(--radius-s,calc(var(--ppb-radius) - 4px))}.ppb\:rounded-r-md{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:border{border-style:var(--tw-border-style);border-width:1px}.ppb\:border-2{border-style:var(--tw-border-style);border-width:2px}.ppb\:border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.ppb\:border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.ppb\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.ppb\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.ppb\:border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.ppb\:border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:border-dashed{--tw-border-style:dashed;border-style:dashed}.ppb\:border-\(--color-border\){border-color:var(--color-border)}.ppb\:border-border,.ppb\:border-border\/20{border-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:border-border\/20{border-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 20%,transparent)}}.ppb\:border-border\/30{border-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:border-border\/30{border-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 30%,transparent)}}.ppb\:border-border\/50{border-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:border-border\/50{border-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 50%,transparent)}}.ppb\:border-destructive\/50{border-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:border-destructive\/50{border-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 50%,transparent)}}.ppb\:border-input{border-color:var(--background-modifier-border,var(--ppb-input))}.ppb\:border-muted{border-color:var(--background-primary-alt,var(--ppb-muted))}.ppb\:border-primary{border-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:border-sidebar-border{border-color:var(--ppb-sidebar-border)}.ppb\:border-transparent{border-color:#0000}.ppb\:border-white{border-color:var(--ppb-color-white)}.ppb\:border-t-transparent{border-top-color:#0000}.ppb\:border-l-transparent{border-left-color:#0000}.ppb\:bg-\(--color-bg\){background-color:var(--color-bg)}.ppb\:bg-accent{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:bg-background{background-color:var(--background-primary,var(--ppb-background))}.ppb\:bg-black\/20{background-color:var(--ppb-color-black)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-black\/20{background-color:color-mix(in oklab,var(--ppb-color-black) 20%,transparent)}}.ppb\:bg-black\/50{background-color:var(--ppb-color-black)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-black\/50{background-color:color-mix(in oklab,var(--ppb-color-black) 50%,transparent)}}.ppb\:bg-black\/60{background-color:var(--ppb-color-black)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-black\/60{background-color:color-mix(in oklab,var(--ppb-color-black) 60%,transparent)}}.ppb\:bg-blue-500{background-color:var(--ppb-color-blue-500)}.ppb\:bg-border,.ppb\:bg-border\/20{background-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-border\/20{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 20%,transparent)}}.ppb\:bg-card,.ppb\:bg-card\/50{background-color:var(--background-primary,var(--ppb-card))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-card\/50{background-color:color-mix(in oklab,var(--background-primary,var(--ppb-card)) 50%,transparent)}}.ppb\:bg-chart-1,.ppb\:bg-chart-1\/50{background-color:var(--ppb-chart-1)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-chart-1\/50{background-color:color-mix(in oklab,var(--ppb-chart-1) 50%,transparent)}}.ppb\:bg-chart-2\/50{background-color:var(--ppb-chart-2)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-chart-2\/50{background-color:color-mix(in oklab,var(--ppb-chart-2) 50%,transparent)}}.ppb\:bg-chart-3\/50{background-color:var(--ppb-chart-3)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-chart-3\/50{background-color:color-mix(in oklab,var(--ppb-chart-3) 50%,transparent)}}.ppb\:bg-destructive,.ppb\:bg-destructive\/5{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-destructive\/5{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 5%,transparent)}}.ppb\:bg-destructive\/10{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-destructive\/10{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 10%,transparent)}}.ppb\:bg-foreground,.ppb\:bg-foreground\/90{background-color:var(--text-normal,var(--ppb-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-foreground\/90{background-color:color-mix(in oklab,var(--text-normal,var(--ppb-foreground)) 90%,transparent)}}.ppb\:bg-green-500{background-color:var(--ppb-color-green-500)}.ppb\:bg-muted,.ppb\:bg-muted\/5{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/5{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 5%,transparent)}}.ppb\:bg-muted\/10{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/10{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 10%,transparent)}}.ppb\:bg-muted\/20{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/20{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 20%,transparent)}}.ppb\:bg-muted\/30{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/30{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 30%,transparent)}}.ppb\:bg-muted\/50{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/50{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 50%,transparent)}}.ppb\:bg-orange-500{background-color:var(--ppb-color-orange-500)}.ppb\:bg-popover{background-color:var(--ppb-popover)}.ppb\:bg-primary,.ppb\:bg-primary\/10{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-primary\/10{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 10%,transparent)}}.ppb\:bg-primary\/20{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-primary\/20{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 20%,transparent)}}.ppb\:bg-primary\/30{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-primary\/30{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 30%,transparent)}}.ppb\:bg-secondary,.ppb\:bg-secondary\/20{background-color:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-secondary\/20{background-color:color-mix(in oklab,var(--background-secondary,var(--ppb-secondary)) 20%,transparent)}}.ppb\:bg-secondary\/40{background-color:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-secondary\/40{background-color:color-mix(in oklab,var(--background-secondary,var(--ppb-secondary)) 40%,transparent)}}.ppb\:bg-sidebar{background-color:var(--ppb-sidebar)}.ppb\:bg-sidebar-border{background-color:var(--ppb-sidebar-border)}.ppb\:bg-transparent{background-color:#0000}.ppb\:bg-white{background-color:var(--ppb-color-white)}.ppb\:bg-yellow-500{background-color:var(--ppb-color-yellow-500)}.ppb\:bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-bl{--tw-gradient-position:to bottom left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-l{--tw-gradient-position:to left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:from-background{--tw-gradient-from:var(--background-primary,var(--ppb-background));--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-muted\/3{--tw-gradient-from:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-muted\/3{--tw-gradient-from:color-mix(in oklab, var(--background-primary-alt,var(--ppb-muted)) 3%, transparent)}}.ppb\:from-muted\/3{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-muted\/5{--tw-gradient-from:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-muted\/5{--tw-gradient-from:color-mix(in oklab, var(--background-primary-alt,var(--ppb-muted)) 5%, transparent)}}.ppb\:from-muted\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-muted\/40{--tw-gradient-from:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-muted\/40{--tw-gradient-from:color-mix(in oklab, var(--background-primary-alt,var(--ppb-muted)) 40%, transparent)}}.ppb\:from-muted\/40{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-primary\/5{--tw-gradient-from:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-primary\/5{--tw-gradient-from:color-mix(in oklab, var(--interactive-accent,var(--ppb-primary)) 5%, transparent)}}.ppb\:from-primary\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-primary\/20{--tw-gradient-from:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-primary\/20{--tw-gradient-from:color-mix(in oklab, var(--interactive-accent,var(--ppb-primary)) 20%, transparent)}}.ppb\:from-primary\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:via-muted-foreground\/20{--tw-gradient-via:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:via-muted-foreground\/20{--tw-gradient-via:color-mix(in oklab, var(--text-muted,var(--ppb-muted-foreground)) 20%, transparent)}}.ppb\:via-muted-foreground\/20{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.ppb\:via-transparent{--tw-gradient-via:transparent;--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.ppb\:via-white\/5{--tw-gradient-via:var(--ppb-color-white)}@supports (color:color-mix(in lab,red,red)){.ppb\:via-white\/5{--tw-gradient-via:color-mix(in oklab, var(--ppb-color-white) 5%, transparent)}}.ppb\:via-white\/5{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.ppb\:to-accent\/3{--tw-gradient-to:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:to-accent\/3{--tw-gradient-to:color-mix(in oklab, var(--background-modifier-hover,var(--ppb-accent)) 3%, transparent)}}.ppb\:to-accent\/3{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:to-accent\/5{--tw-gradient-to:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:to-accent\/5{--tw-gradient-to:color-mix(in oklab, var(--background-modifier-hover,var(--ppb-accent)) 5%, transparent)}}.ppb\:to-accent\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:to-secondary\/10{--tw-gradient-to:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\:to-secondary\/10{--tw-gradient-to:color-mix(in oklab, var(--background-secondary,var(--ppb-secondary)) 10%, transparent)}}.ppb\:to-secondary\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:to-secondary\/20{--tw-gradient-to:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\:to-secondary\/20{--tw-gradient-to:color-mix(in oklab, var(--background-secondary,var(--ppb-secondary)) 20%, transparent)}}.ppb\:to-secondary\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:bg-repeat-y{background-repeat:repeat-y}.ppb\:fill-current{fill:currentColor}.ppb\:fill-primary{fill:var(--interactive-accent,var(--ppb-primary))}.ppb\:fill-yellow-400{fill:var(--ppb-color-yellow-400)}.ppb\:object-cover{object-fit:cover}.ppb\:p-0{padding:calc(var(--ppb-spacing) * 0)}.ppb\:p-1{padding:calc(var(--ppb-spacing) * 1)}.ppb\:p-2{padding:calc(var(--ppb-spacing) * 2)}.ppb\:p-3{padding:calc(var(--ppb-spacing) * 3)}.ppb\:p-4{padding:calc(var(--ppb-spacing) * 4)}.ppb\:p-6{padding:calc(var(--ppb-spacing) * 6)}.ppb\:p-8{padding:calc(var(--ppb-spacing) * 8)}.ppb\:p-\[3px\]{padding:3px}.ppb\:p-px{padding:1px}.ppb\:px-\(--cell-size\){padding-inline:var(--cell-size)}.ppb\:px-1{padding-inline:calc(var(--ppb-spacing) * 1)}.ppb\:px-1\.5{padding-inline:calc(var(--ppb-spacing) * 1.5)}.ppb\:px-2{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\:px-2\.5{padding-inline:calc(var(--ppb-spacing) * 2.5)}.ppb\:px-3{padding-inline:calc(var(--ppb-spacing) * 3)}.ppb\:px-4{padding-inline:calc(var(--ppb-spacing) * 4)}.ppb\:px-6{padding-inline:calc(var(--ppb-spacing) * 6)}.ppb\:px-\[0px\]{padding-inline:0}.ppb\:px-\[20px\]{padding-inline:20px}.ppb\:px-\[24px\]{padding-inline:24px}.ppb\:px-\[26px\]{padding-inline:26px}.ppb\:px-\[34px\]{padding-inline:34px}.ppb\:py-0{padding-block:calc(var(--ppb-spacing) * 0)}.ppb\:py-0\.5{padding-block:calc(var(--ppb-spacing) * .5)}.ppb\:py-1{padding-block:calc(var(--ppb-spacing) * 1)}.ppb\:py-1\.5{padding-block:calc(var(--ppb-spacing) * 1.5)}.ppb\:py-2{padding-block:calc(var(--ppb-spacing) * 2)}.ppb\:py-3{padding-block:calc(var(--ppb-spacing) * 3)}.ppb\:py-4{padding-block:calc(var(--ppb-spacing) * 4)}.ppb\:py-6{padding-block:calc(var(--ppb-spacing) * 6)}.ppb\:py-8{padding-block:calc(var(--ppb-spacing) * 8)}.ppb\:py-12{padding-block:calc(var(--ppb-spacing) * 12)}.ppb\:py-\[19px\]{padding-block:19px}.ppb\:py-\[37px\]{padding-block:37px}.ppb\:py-\[41px\]{padding-block:41px}.ppb\:py-\[42px\]{padding-block:42px}.ppb\:pt-0{padding-top:calc(var(--ppb-spacing) * 0)}.ppb\:pt-2{padding-top:calc(var(--ppb-spacing) * 2)}.ppb\:pt-3{padding-top:calc(var(--ppb-spacing) * 3)}.ppb\:pt-4{padding-top:calc(var(--ppb-spacing) * 4)}.ppb\:pr-1{padding-right:calc(var(--ppb-spacing) * 1)}.ppb\:pr-2{padding-right:calc(var(--ppb-spacing) * 2)}.ppb\:pr-2\.5{padding-right:calc(var(--ppb-spacing) * 2.5)}.ppb\:pr-8{padding-right:calc(var(--ppb-spacing) * 8)}.ppb\:pb-2{padding-bottom:calc(var(--ppb-spacing) * 2)}.ppb\:pb-3{padding-bottom:calc(var(--ppb-spacing) * 3)}.ppb\:pb-4{padding-bottom:calc(var(--ppb-spacing) * 4)}.ppb\:pb-8{padding-bottom:calc(var(--ppb-spacing) * 8)}.ppb\:pl-2{padding-left:calc(var(--ppb-spacing) * 2)}.ppb\:pl-4{padding-left:calc(var(--ppb-spacing) * 4)}.ppb\:pl-8{padding-left:calc(var(--ppb-spacing) * 8)}.ppb\:pl-9{padding-left:calc(var(--ppb-spacing) * 9)}.ppb\:text-center{text-align:center}.ppb\:text-left{text-align:left}.ppb\:text-right{text-align:right}.ppb\:align-middle{vertical-align:middle}.ppb\:align-super{vertical-align:super}.ppb\:font-mono{font-family:var(--ppb-font-mono)}.ppb\:text-2xl{font-size:calc(var(--font-ui-large,20px) * 1.2);line-height:var(--tw-leading,var(--ppb-text-2xl--line-height))}.ppb\:text-4xl{font-size:calc(var(--font-ui-large,20px) * 1.8);line-height:var(--tw-leading,var(--ppb-text-4xl--line-height))}.ppb\:text-5xl{font-size:calc(var(--font-ui-large,20px) * 2.4);line-height:var(--tw-leading,var(--ppb-text-5xl--line-height))}.ppb\:text-base{font-size:var(--font-ui-medium,1rem);line-height:var(--tw-leading,var(--ppb-text-base--line-height))}.ppb\:text-lg{font-size:calc(var(--font-ui-large,20px) * .9);line-height:var(--tw-leading,var(--ppb-text-lg--line-height))}.ppb\:text-sm{font-size:var(--font-ui-small,.875rem);line-height:var(--tw-leading,var(--ppb-text-sm--line-height))}.ppb\:text-xl{font-size:var(--font-ui-large,1.25rem);line-height:var(--tw-leading,var(--ppb-text-xl--line-height))}.ppb\:text-xs{font-size:var(--font-ui-smaller,.75rem);line-height:var(--tw-leading,var(--ppb-text-xs--line-height))}.ppb\:text-\[0\.8rem\]{font-size:.8rem}.ppb\:text-\[9px\]{font-size:9px}.ppb\:text-\[10px\]{font-size:10px}.ppb\:text-\[20px\]{font-size:20px}.ppb\:text-\[22px\]{font-size:22px}.ppb\:leading-none{--tw-leading:1;line-height:1}.ppb\:leading-tight{--tw-leading:var(--ppb-leading-tight);line-height:var(--ppb-leading-tight)}.ppb\:font-bold{--tw-font-weight:var(--font-bold,700);font-weight:var(--font-bold,700)}.ppb\:font-medium{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\:font-normal{--tw-font-weight:var(--font-normal,400);font-weight:var(--font-normal,400)}.ppb\:font-semibold{--tw-font-weight:var(--font-semibold,600);font-weight:var(--font-semibold,600)}.ppb\:tracking-tight{--tw-tracking:var(--ppb-tracking-tight);letter-spacing:var(--ppb-tracking-tight)}.ppb\:tracking-widest{--tw-tracking:var(--ppb-tracking-widest);letter-spacing:var(--ppb-tracking-widest)}.ppb\:text-balance{text-wrap:balance}.ppb\:break-words{overflow-wrap:break-word}.ppb\:whitespace-nowrap{white-space:nowrap}.ppb\:text-accent-foreground{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:text-background{color:var(--background-primary,var(--ppb-background))}.ppb\:text-blue-500{color:var(--ppb-color-blue-500)}.ppb\:text-card-foreground{color:var(--text-normal,var(--ppb-card-foreground))}.ppb\:text-chart-1,.ppb\:text-chart-1\/60{color:var(--ppb-chart-1)}@supports (color:color-mix(in lab,red,red)){.ppb\:text-chart-1\/60{color:color-mix(in oklab,var(--ppb-chart-1) 60%,transparent)}}.ppb\:text-chart-2{color:var(--ppb-chart-2)}.ppb\:text-chart-3{color:var(--ppb-chart-3)}.ppb\:text-current{color:currentColor}.ppb\:text-destructive{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:text-foreground{color:var(--text-normal,var(--ppb-foreground))}.ppb\:text-gray-300{color:var(--ppb-color-gray-300)}.ppb\:text-green-500{color:var(--ppb-color-green-500)}.ppb\:text-muted-foreground,.ppb\:text-muted-foreground\/20{color:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:text-muted-foreground\/20{color:color-mix(in oklab,var(--text-muted,var(--ppb-muted-foreground)) 20%,transparent)}}.ppb\:text-muted-foreground\/30{color:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:text-muted-foreground\/30{color:color-mix(in oklab,var(--text-muted,var(--ppb-muted-foreground)) 30%,transparent)}}.ppb\:text-muted-foreground\/80{color:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:text-muted-foreground\/80{color:color-mix(in oklab,var(--text-muted,var(--ppb-muted-foreground)) 80%,transparent)}}.ppb\:text-popover-foreground{color:var(--ppb-popover-foreground)}.ppb\:text-primary{color:var(--interactive-accent,var(--ppb-primary))}.ppb\:text-primary-foreground{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:text-secondary-foreground{color:var(--text-normal,var(--ppb-secondary-foreground))}.ppb\:text-sidebar-foreground,.ppb\:text-sidebar-foreground\/70{color:var(--ppb-sidebar-foreground)}@supports (color:color-mix(in lab,red,red)){.ppb\:text-sidebar-foreground\/70{color:color-mix(in oklab,var(--ppb-sidebar-foreground) 70%,transparent)}}.ppb\:text-white{color:var(--ppb-color-white)}.ppb\:text-yellow-400{color:var(--ppb-color-yellow-400)}.ppb\:text-yellow-500{color:var(--ppb-color-yellow-500)}.ppb\:tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.ppb\:line-through{text-decoration-line:line-through}.ppb\:underline{text-decoration-line:underline}.ppb\:underline-offset-4{text-underline-offset:4px}.ppb\:opacity-0{opacity:0}.ppb\:opacity-10{opacity:.1}.ppb\:opacity-20{opacity:.2}.ppb\:opacity-30{opacity:.3}.ppb\:opacity-40{opacity:.4}.ppb\:opacity-50{opacity:.5}.ppb\:opacity-60{opacity:.6}.ppb\:opacity-70{opacity:.7}.ppb\:opacity-75{opacity:.75}.ppb\:opacity-80{opacity:.8}.ppb\:shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:ring-0{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:ring-ring\/50{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:ring-ring\/50{--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\:ring-sidebar-ring{--tw-ring-color:var(--ppb-sidebar-ring)}.ppb\:ring-offset-background{--tw-ring-offset-color:var(--background-primary,var(--ppb-background))}.ppb\:outline-hidden{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:outline-hidden{outline-offset:2px;outline:2px solid #0000}}.ppb\:blur-3xl{--tw-blur:blur(var(--ppb-blur-3xl));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.ppb\:blur-xl{--tw-blur:blur(var(--ppb-blur-xl));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.ppb\:backdrop-blur-sm{--tw-backdrop-blur:blur(var(--ppb-blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.ppb\:transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-none{transition-property:none}.ppb\:delay-1000{transition-delay:1s}.ppb\:duration-200{--tw-duration:.2s;transition-duration:.2s}.ppb\:duration-300{--tw-duration:.3s;transition-duration:.3s}.ppb\:duration-500{--tw-duration:.5s;transition-duration:.5s}.ppb\:duration-700{--tw-duration:.7s;transition-duration:.7s}.ppb\:duration-1000{--tw-duration:1s;transition-duration:1s}.ppb\:ease-in-out{--tw-ease:var(--ppb-ease-in-out);transition-timing-function:var(--ppb-ease-in-out)}.ppb\:ease-linear{--tw-ease:linear;transition-timing-function:linear}.ppb\:ease-out{--tw-ease:var(--ppb-ease-out);transition-timing-function:var(--ppb-ease-out)}.ppb\:delay-1000{--tw-animation-delay:1s;animation-delay:1s}.ppb\:fade-in-0{--tw-enter-opacity:0}.ppb\:outline-none{--tw-outline-style:none;outline-style:none}.ppb\:select-none{-webkit-user-select:none;user-select:none}.ppb\:zoom-in-95{--tw-enter-scale:.95}.ppb\:\[--cell-size\:--spacing\(8\)\]{--cell-size:calc(var(--ppb-spacing) * 8)}.ppb\:group-focus-within\/menu-item\:opacity-100:is(:where(.ppb\:group\/menu-item):focus-within *){opacity:1}@media(hover:hover){.ppb\:group-hover\/menu-item\:opacity-100:is(:where(.ppb\:group\/menu-item):hover *){opacity:1}}.ppb\:group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.ppb\:group\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--ppb-spacing) * 8)}.ppb\:group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.ppb\:group)[data-collapsible=icon] *){margin-top:calc(var(--ppb-spacing) * -8)}.ppb\:group-data-\[collapsible\=icon\]\:hidden:is(:where(.ppb\:group)[data-collapsible=icon] *){display:none}.ppb\:group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.ppb\:group)[data-collapsible=icon] *){width:calc(var(--ppb-spacing) * 8)!important;height:calc(var(--ppb-spacing) * 8)!important}.ppb\:group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.ppb\:group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.ppb\:group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.ppb\:group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--ppb-spacing) * 4)))}.ppb\:group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.ppb\:group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--ppb-spacing) * 4)) + 2px)}.ppb\:group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.ppb\:group)[data-collapsible=icon] *){overflow:hidden}.ppb\:group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.ppb\:group)[data-collapsible=icon] *){padding:calc(var(--ppb-spacing) * 0)!important}.ppb\:group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.ppb\:group)[data-collapsible=icon] *){padding:calc(var(--ppb-spacing) * 2)!important}.ppb\:group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.ppb\:group)[data-collapsible=icon] *){opacity:0}.ppb\:group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.ppb\:group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width) * -1)}.ppb\:group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.ppb\:group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width) * -1)}.ppb\:group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.ppb\:group)[data-collapsible=offcanvas] *){width:calc(var(--ppb-spacing) * 0)}.ppb\:group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.ppb\:group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--ppb-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.ppb\:group)[data-disabled=true] *){pointer-events:none}.ppb\:group-data-\[disabled\=true\]\:opacity-50:is(:where(.ppb\:group)[data-disabled=true] *){opacity:.5}.ppb\:group-data-\[focused\=true\]\/day\:relative:is(:where(.ppb\:group\/day)[data-focused=true] *){position:relative}.ppb\:group-data-\[focused\=true\]\/day\:z-10:is(:where(.ppb\:group\/day)[data-focused=true] *){z-index:10}.ppb\:group-data-\[focused\=true\]\/day\:border-ring:is(:where(.ppb\:group\/day)[data-focused=true] *){border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:group-data-\[focused\=true\]\/day\:ring-\[3px\]:is(:where(.ppb\:group\/day)[data-focused=true] *){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.ppb\:group\/day)[data-focused=true] *){--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.ppb\:group\/day)[data-focused=true] *){--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\:group-data-\[side\=left\]\:-right-4:is(:where(.ppb\:group)[data-side=left] *){right:calc(var(--ppb-spacing) * -4)}.ppb\:group-data-\[side\=left\]\:border-r:is(:where(.ppb\:group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.ppb\:group-data-\[side\=right\]\:left-0:is(:where(.ppb\:group)[data-side=right] *){left:calc(var(--ppb-spacing) * 0)}.ppb\:group-data-\[side\=right\]\:rotate-180:is(:where(.ppb\:group)[data-side=right] *){rotate:180deg}.ppb\:group-data-\[side\=right\]\:border-l:is(:where(.ppb\:group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:group-data-\[state\=open\]\:rotate-180:is(:where(.ppb\:group)[data-state=open] *){rotate:180deg}.ppb\:group-data-\[variant\=floating\]\:rounded-lg:is(:where(.ppb\:group)[data-variant=floating] *){border-radius:var(--radius-l,var(--ppb-radius))}.ppb\:group-data-\[variant\=floating\]\:border:is(:where(.ppb\:group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.ppb\:group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.ppb\:group)[data-variant=floating] *){border-color:var(--ppb-sidebar-border)}.ppb\:group-data-\[variant\=floating\]\:shadow-sm:is(:where(.ppb\:group)[data-variant=floating] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.ppb\:group\/drawer-content)[data-vaul-drawer-direction=bottom] *){display:block}.ppb\:group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center:is(:where(.ppb\:group\/drawer-content)[data-vaul-drawer-direction=bottom] *),.ppb\:group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center:is(:where(.ppb\:group\/drawer-content)[data-vaul-drawer-direction=top] *){text-align:center}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:top-full:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){top:100%}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){margin-top:calc(var(--ppb-spacing) * 1.5)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){overflow:hidden}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:rounded-md:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:border:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){border-style:var(--tw-border-style);border-width:1px}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:bg-popover:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){background-color:var(--ppb-popover)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:text-popover-foreground:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){color:var(--ppb-popover-foreground)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:shadow:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:duration-200:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){--tw-duration:.2s;transition-duration:.2s}@media(hover:hover){.ppb\:peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.ppb\:peer\/menu-button):hover~*){color:var(--ppb-sidebar-accent-foreground)}}.ppb\:peer-disabled\:cursor-not-allowed:is(:where(.ppb\:peer):disabled~*){cursor:not-allowed}.ppb\:peer-disabled\:opacity-50:is(:where(.ppb\:peer):disabled~*){opacity:.5}.ppb\:peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.ppb\:peer\/menu-button)[data-active=true]~*){color:var(--ppb-sidebar-accent-foreground)}.ppb\:peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.ppb\:peer\/menu-button)[data-size=default]~*){top:calc(var(--ppb-spacing) * 1.5)}.ppb\:peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.ppb\:peer\/menu-button)[data-size=lg]~*){top:calc(var(--ppb-spacing) * 2.5)}.ppb\:peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.ppb\:peer\/menu-button)[data-size=sm]~*){top:calc(var(--ppb-spacing) * 1)}.ppb\:selection\:bg-primary ::selection{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:selection\:bg-primary::selection{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:selection\:text-primary-foreground ::selection{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:selection\:text-primary-foreground::selection{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:file\:inline-flex::file-selector-button{display:inline-flex}.ppb\:file\:h-7::file-selector-button{height:calc(var(--ppb-spacing) * 7)}.ppb\:file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.ppb\:file\:bg-transparent::file-selector-button{background-color:#0000}.ppb\:file\:text-sm::file-selector-button{font-size:var(--font-ui-small,.875rem);line-height:var(--tw-leading,var(--ppb-text-sm--line-height))}.ppb\:file\:font-medium::file-selector-button{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\:file\:text-foreground::file-selector-button{color:var(--text-normal,var(--ppb-foreground))}.ppb\:placeholder\:text-muted-foreground::placeholder{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:after\:absolute:after{content:var(--tw-content);position:absolute}.ppb\:after\:-inset-2:after{content:var(--tw-content);inset:calc(var(--ppb-spacing) * -2)}.ppb\:after\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--ppb-spacing) * 0)}.ppb\:after\:left-1\/2:after{content:var(--tw-content);left:50%}.ppb\:after\:w-1:after{content:var(--tw-content);width:calc(var(--ppb-spacing) * 1)}.ppb\:after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.ppb\:after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.ppb\:group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}.ppb\:first\:rounded-l-md:first-child{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:first\:border-l:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:last\:rounded-r-md:last-child{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.ppb\:focus\:z-10:focus{z-index:10}.ppb\:focus\:bg-accent:focus{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:focus\:text-accent-foreground:focus{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus\:ring-ring:focus{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.ppb\:focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.ppb\:focus-visible\:z-10:focus-visible{z-index:10}.ppb\:focus-visible\:border-ring:focus-visible{border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus-visible\:ring-4:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 20%, transparent)}}.ppb\:focus-visible\:ring-ring:focus-visible,.ppb\:focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\:focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.ppb\:focus-visible\:outline-hidden:focus-visible{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:focus-visible\:outline-hidden:focus-visible{outline-offset:2px;outline:2px solid #0000}}.ppb\:focus-visible\:outline-1:focus-visible{outline-style:var(--tw-outline-style);outline-width:1px}.ppb\:focus-visible\:outline-ring:focus-visible{outline-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:active\:bg-sidebar-accent:active{background-color:var(--ppb-sidebar-accent)}.ppb\:active\:text-sidebar-accent-foreground:active{color:var(--ppb-sidebar-accent-foreground)}.ppb\:disabled\:pointer-events-none:disabled{pointer-events:none}.ppb\:disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.ppb\:disabled\:opacity-50:disabled{opacity:.5}:where([data-side=left]) .ppb\:in-data-\[side\=left\]\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .ppb\:in-data-\[side\=right\]\:cursor-e-resize{cursor:e-resize}.ppb\:has-focus\:border-ring:has(:focus){border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:has-focus\:ring-\[3px\]:has(:focus){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:has-focus\:ring-ring\/50:has(:focus){--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:has-focus\:ring-ring\/50:has(:focus){--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\:has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot=card-action]){grid-template-columns:1fr auto}.ppb\:has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant=inset]){background-color:var(--ppb-sidebar)}.ppb\:has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(>svg){grid-template-columns:calc(var(--spacing) * 4) 1fr}.ppb\:has-\[\>svg\]\:gap-x-3:has(>svg){column-gap:calc(var(--ppb-spacing) * 3)}.ppb\:has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--ppb-spacing) * 2.5)}.ppb\:has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--ppb-spacing) * 3)}.ppb\:has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--ppb-spacing) * 4)}.ppb\:aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.ppb\:aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.ppb\:aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 20%, transparent)}}.ppb\:aria-selected\:text-muted-foreground[aria-selected=true]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:data-\[active\=true\]\:z-10[data-active=true]{z-index:10}.ppb\:data-\[active\=true\]\:border-ring[data-active=true]{border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:data-\[active\=true\]\:bg-accent\/50[data-active=true]{background-color:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[active\=true\]\:bg-accent\/50[data-active=true]{background-color:color-mix(in oklab,var(--background-modifier-hover,var(--ppb-accent)) 50%,transparent)}}.ppb\:data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:var(--ppb-sidebar-accent)}.ppb\:data-\[active\=true\]\:font-medium[data-active=true]{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\:data-\[active\=true\]\:text-accent-foreground[data-active=true]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--ppb-sidebar-accent-foreground)}.ppb\:data-\[active\=true\]\:ring-\[3px\][data-active=true]{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:data-\[active\=true\]\:ring-ring\/50[data-active=true]{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[active\=true\]\:ring-ring\/50[data-active=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}@media(hover:hover){.ppb\:data-\[active\=true\]\:hover\:bg-accent[data-active=true]:hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}}.ppb\:data-\[active\=true\]\:focus\:bg-accent[data-active=true]:focus{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[active\=true\]\:aria-invalid\:border-destructive[data-active=true][aria-invalid=true]{border-color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active=true][aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 20%, transparent)}}.ppb\:data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.ppb\:data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.ppb\:data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]{pointer-events:none}.ppb\:data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.ppb\:data-\[error\=true\]\:text-destructive[data-error=true]{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:data-\[inset\]\:pl-8[data-inset]{padding-left:calc(var(--ppb-spacing) * 8)}.ppb\:data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:calc(52*var(--spacing))}.ppb\:data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:calc(52*var(--spacing)*-1)}.ppb\:data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:calc(52*var(--spacing))}.ppb\:data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:calc(52*var(--spacing)*-1)}.ppb\:data-\[motion\^\=from-\]\:animate-in[data-motion^=from-]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.ppb\:data-\[motion\^\=to-\]\:animate-out[data-motion^=to-]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[motion\^\=to-\]\:fade-out[data-motion^=to-]{--tw-exit-opacity:0}.ppb\:data-\[orientation\=horizontal\]\:h-1\.5[data-orientation=horizontal]{height:calc(var(--ppb-spacing) * 1.5)}.ppb\:data-\[orientation\=horizontal\]\:h-full[data-orientation=horizontal]{height:100%}.ppb\:data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.ppb\:data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.ppb\:data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.ppb\:data-\[orientation\=vertical\]\:min-h-44[data-orientation=vertical]{min-height:calc(var(--ppb-spacing) * 44)}.ppb\:data-\[orientation\=vertical\]\:w-1\.5[data-orientation=vertical]{width:calc(var(--ppb-spacing) * 1.5)}.ppb\:data-\[orientation\=vertical\]\:w-auto[data-orientation=vertical]{width:auto}.ppb\:data-\[orientation\=vertical\]\:w-full[data-orientation=vertical]{width:100%}.ppb\:data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.ppb\:data-\[orientation\=vertical\]\:flex-col[data-orientation=vertical]{flex-direction:column}.ppb\:data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.ppb\:data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.ppb\:data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:calc(var(--ppb-spacing) * 1)}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x:calc(var(--ppb-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:data-\[range-end\=true\]\:rounded-md[data-range-end=true]{border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:data-\[range-end\=true\]\:rounded-r-md[data-range-end=true]{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:data-\[range-end\=true\]\:bg-primary[data-range-end=true]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[range-end\=true\]\:text-primary-foreground[data-range-end=true]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:data-\[range-middle\=true\]\:rounded-none[data-range-middle=true]{border-radius:0}.ppb\:data-\[range-middle\=true\]\:bg-accent[data-range-middle=true]{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle=true]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[range-start\=true\]\:rounded-md[data-range-start=true]{border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:data-\[range-start\=true\]\:rounded-l-md[data-range-start=true]{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:data-\[range-start\=true\]\:bg-primary[data-range-start=true]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[range-start\=true\]\:text-primary-foreground[data-range-start=true]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:data-\[selected-single\=true\]\:bg-primary[data-selected-single=true]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single=true]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:data-\[selected\=true\]\:rounded-none[data-selected=true]{border-radius:0}.ppb\:data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--ppb-spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(2*var(--spacing)*-1)}.ppb\:data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--ppb-spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(2*var(--spacing))}.ppb\:data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--ppb-spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(2*var(--spacing)*-1)}.ppb\:data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--ppb-spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(2*var(--spacing))}.ppb\:data-\[size\=default\]\:h-9[data-size=default]{height:calc(var(--ppb-spacing) * 9)}.ppb\:data-\[size\=sm\]\:h-8[data-size=sm]{height:calc(var(--ppb-spacing) * 8)}:is(.ppb\:\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){:is(.ppb\:\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 90%,transparent)}}:is(.ppb\:\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 *)[data-slot=command-input-wrapper]{height:calc(var(--ppb-spacing) * 12)}:is(.ppb\:\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 *)[data-slot=navigation-menu-link]:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(.ppb\:\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none *)[data-slot=navigation-menu-link]:focus{--tw-outline-style:none;outline-style:none}:is(.ppb\:\*\:data-\[slot\=select-value\]\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.ppb\:\*\:data-\[slot\=select-value\]\:flex>*)[data-slot=select-value]{display:flex}:is(.ppb\:\*\:data-\[slot\=select-value\]\:items-center>*)[data-slot=select-value]{align-items:center}:is(.ppb\:\*\:data-\[slot\=select-value\]\:gap-2>*)[data-slot=select-value]{gap:calc(var(--ppb-spacing) * 2)}.ppb\:data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background-primary,var(--ppb-background))}.ppb\:data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=closed\]\:animate-out[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=closed\]\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}.ppb\:data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.ppb\:data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.ppb\:data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.ppb\:data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.ppb\:data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.ppb\:data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-opacity:0}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-scale:.95}.ppb\:data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.ppb\:data-\[state\=on\]\:bg-accent[data-state=on]{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=open\]\:animate-in[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=open\]\:bg-accent[data-state=open],.ppb\:data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:color-mix(in oklab,var(--background-modifier-hover,var(--ppb-accent)) 50%,transparent)}}.ppb\:data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--background-secondary,var(--ppb-secondary))}.ppb\:data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.ppb\:data-\[state\=open\]\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}.ppb\:data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.ppb\:data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.ppb\:data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.ppb\:data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.ppb\:data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.ppb\:data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.ppb\:data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-opacity:0}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-scale:.95}@media(hover:hover){.ppb\:data-\[state\=open\]\:hover\:bg-accent[data-state=open]:hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state=open]:hover{background-color:var(--ppb-sidebar-accent)}.ppb\:data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state=open]:hover{color:var(--ppb-sidebar-accent-foreground)}}.ppb\:data-\[state\=open\]\:focus\:bg-accent[data-state=open]:focus{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--background-primary-alt,var(--ppb-muted))}.ppb\:data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--ppb-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:var(--background-modifier-border,var(--ppb-input))}.ppb\:data-\[state\=visible\]\:animate-in[data-state=visible]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.ppb\:data-\[variant\=destructive\]\:text-destructive[data-variant=destructive]{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 10%,transparent)}}.ppb\:data-\[variant\=destructive\]\:focus\:text-destructive[data-variant=destructive]:focus{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:data-\[variant\=outline\]\:border-l-0[data-variant=outline]{border-left-style:var(--tw-border-style);border-left-width:0}.ppb\:data-\[variant\=outline\]\:shadow-xs[data-variant=outline]{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:data-\[variant\=outline\]\:first\:border-l[data-variant=outline]:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction=bottom]{inset-inline:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction=bottom]{bottom:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction=bottom]{margin-top:calc(var(--ppb-spacing) * 24)}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction=bottom]{max-height:80vh}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction=bottom]{border-top-left-radius:var(--radius-l,var(--ppb-radius));border-top-right-radius:var(--radius-l,var(--ppb-radius))}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction=bottom]{border-top-style:var(--tw-border-style);border-top-width:1px}.ppb\:data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction=left]{inset-block:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction=left]{left:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction=left]{width:75%}.ppb\:data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction=left]{border-right-style:var(--tw-border-style);border-right-width:1px}.ppb\:data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction=right]{inset-block:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction=right]{right:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction=right]{width:75%}.ppb\:data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction=right]{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction=top]{inset-inline:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction=top]{top:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction=top]{margin-bottom:calc(var(--ppb-spacing) * 24)}.ppb\:data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction=top]{max-height:80vh}.ppb\:data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction=top]{border-bottom-right-radius:var(--radius-l,var(--ppb-radius));border-bottom-left-radius:var(--radius-l,var(--ppb-radius))}.ppb\:data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction=top]{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}@media(min-width:40rem){.ppb\:sm\:block{display:block}.ppb\:sm\:flex{display:flex}.ppb\:sm\:max-w-lg{max-width:var(--ppb-container-lg)}.ppb\:sm\:max-w-sm{max-width:var(--ppb-container-sm)}.ppb\:sm\:flex-row{flex-direction:row}.ppb\:sm\:justify-end{justify-content:flex-end}.ppb\:sm\:gap-2\.5{gap:calc(var(--ppb-spacing) * 2.5)}.ppb\:sm\:pr-2\.5{padding-right:calc(var(--ppb-spacing) * 2.5)}.ppb\:sm\:pl-2\.5{padding-left:calc(var(--ppb-spacing) * 2.5)}.ppb\:sm\:text-left{text-align:left}.ppb\:data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction=left],.ppb\:data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction=right]{max-width:var(--ppb-container-sm)}}@media(min-width:48rem){.ppb\:md\:absolute{position:absolute}.ppb\:md\:block{display:block}.ppb\:md\:flex{display:flex}.ppb\:md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.ppb\:md\:w-auto{width:auto}.ppb\:md\:flex-row{flex-direction:row}.ppb\:md\:gap-1\.5{gap:calc(var(--ppb-spacing) * 1.5)}.ppb\:md\:text-left{text-align:left}.ppb\:md\:text-sm{font-size:var(--font-ui-small,.875rem);line-height:var(--tw-leading,var(--ppb-text-sm--line-height))}.ppb\:md\:opacity-0{opacity:0}.ppb\:md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.ppb\:peer)[data-variant=inset]~*){margin:calc(var(--ppb-spacing) * 2)}.ppb\:md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.ppb\:peer)[data-variant=inset]~*){margin-left:calc(var(--ppb-spacing) * 0)}.ppb\:md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.ppb\:peer)[data-variant=inset]~*){border-radius:var(--radius-xl,calc(var(--ppb-radius) + 4px))}.ppb\:md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.ppb\:peer)[data-variant=inset]~*){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.ppb\:peer)[data-variant=inset]~*):is(:where(.ppb\:peer)[data-state=collapsed]~*){margin-left:calc(var(--ppb-spacing) * 2)}.ppb\:md\:after\:hidden:after{content:var(--tw-content);display:none}}@media(min-width:64rem){.ppb\:lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.ppb\:dark\:border-input:is(.dark,.dark *){border-color:var(--background-modifier-border,var(--ppb-input))}.ppb\:dark\:bg-destructive\/60:is(.dark,.dark *){background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:bg-destructive\/60:is(.dark,.dark *){background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 60%,transparent)}}.ppb\:dark\:bg-input\/30:is(.dark,.dark *){background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:bg-input\/30:is(.dark,.dark *){background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 30%,transparent)}}.ppb\:dark\:text-muted-foreground:is(.dark,.dark *){color:var(--text-muted,var(--ppb-muted-foreground))}@media(hover:hover){.ppb\:dark\:hover\:bg-accent\/50:is(.dark,.dark *):hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:hover\:bg-accent\/50:is(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--background-modifier-hover,var(--ppb-accent)) 50%,transparent)}}.ppb\:dark\:hover\:bg-input\/50:is(.dark,.dark *):hover{background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:hover\:bg-input\/50:is(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 50%,transparent)}}.ppb\:dark\:hover\:text-accent-foreground:is(.dark,.dark *):hover{color:var(--text-normal,var(--ppb-accent-foreground))}}.ppb\:dark\:focus-visible\:ring-destructive\/40:is(.dark,.dark *):focus-visible{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:focus-visible\:ring-destructive\/40:is(.dark,.dark *):focus-visible{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 40%, transparent)}}.ppb\:dark\:aria-invalid\:ring-destructive\/40:is(.dark,.dark *)[aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:aria-invalid\:ring-destructive\/40:is(.dark,.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 40%, transparent)}}.ppb\:dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark,.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark,.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 40%, transparent)}}.ppb\:dark\:data-\[state\=active\]\:border-input:is(.dark,.dark *)[data-state=active]{border-color:var(--background-modifier-border,var(--ppb-input))}.ppb\:dark\:data-\[state\=active\]\:bg-input\/30:is(.dark,.dark *)[data-state=active]{background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:data-\[state\=active\]\:bg-input\/30:is(.dark,.dark *)[data-state=active]{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 30%,transparent)}}.ppb\:dark\:data-\[state\=active\]\:text-foreground:is(.dark,.dark *)[data-state=active]{color:var(--text-normal,var(--ppb-foreground))}.ppb\:dark\:data-\[state\=checked\]\:bg-primary:is(.dark,.dark *)[data-state=checked]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:dark\:data-\[state\=checked\]\:bg-primary-foreground:is(.dark,.dark *)[data-state=checked]{background-color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:dark\:data-\[state\=unchecked\]\:bg-foreground:is(.dark,.dark *)[data-state=unchecked]{background-color:var(--text-normal,var(--ppb-foreground))}.ppb\:dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark,.dark *)[data-state=unchecked]{background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark,.dark *)[data-state=unchecked]{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 80%,transparent)}}.ppb\:dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark,.dark *)[data-variant=destructive]:focus{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark,.dark *)[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 20%,transparent)}}.ppb\:\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 50%,transparent)}}.ppb\:\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:var(--background-modifier-border,var(--ppb-border))}.ppb\:\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:#0000}.ppb\:\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{outline-offset:2px;outline:2px solid #0000}}.ppb\:\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:var(--background-modifier-border,var(--ppb-border))}.ppb\:\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.ppb\:\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:var(--background-primary-alt,var(--ppb-muted))}.ppb\:\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:var(--background-modifier-border,var(--ppb-border))}.ppb\:\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{outline-offset:2px;outline:2px solid #0000}}.ppb\:\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:#0000}.ppb\:\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{outline-offset:2px;outline:2px solid #0000}}.ppb\:\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\:\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-block:calc(var(--ppb-spacing) * 1.5)}.ppb\:\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:var(--font-ui-smaller,.75rem);line-height:var(--tw-leading,var(--ppb-text-xs--line-height))}.ppb\:\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\:\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\:\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:calc(var(--ppb-spacing) * 0)}.ppb\:\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:calc(var(--ppb-spacing) * 5)}.ppb\:\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:calc(var(--ppb-spacing) * 5)}.ppb\:\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:calc(var(--ppb-spacing) * 12)}.ppb\:\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\:\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-block:calc(var(--ppb-spacing) * 3)}.ppb\:\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:calc(var(--ppb-spacing) * 5)}.ppb\:\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:calc(var(--ppb-spacing) * 5)}.ppb\:\[\&_p\]\:leading-relaxed p{--tw-leading:var(--ppb-leading-relaxed);line-height:var(--ppb-leading-relaxed)}.ppb\:\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.ppb\:\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.ppb\:\[\&_svg\:not\(\[class\*\=size-\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--ppb-spacing) * 4);height:calc(var(--ppb-spacing) * 4)}.ppb\:\[\&_svg\:not\(\[class\*\=text-\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.ppb\:\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.ppb\:\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected=true] button{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--ppb-spacing) * 0)}.ppb\:\[\.border-b\]\:pb-6.border-b{padding-bottom:calc(var(--ppb-spacing) * 6)}.ppb\:\[\.border-t\]\:pt-6.border-t{padding-top:calc(var(--ppb-spacing) * 6)}:is(.ppb\:\*\:\[span\]\:last\:flex>*):is(span):last-child{display:flex}:is(.ppb\:\*\:\[span\]\:last\:items-center>*):is(span):last-child{align-items:center}:is(.ppb\:\*\:\[span\]\:last\:gap-2>*):is(span):last-child{gap:calc(var(--ppb-spacing) * 2)}:is(.ppb\:data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive[data-variant=destructive]>*):is(svg){color:var(--background-modifier-error,var(--ppb-destructive))!important}.ppb\:\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected=true] button{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:\[\&\>button\]\:hidden>button{display:none}.ppb\:\[\&\>span\]\:text-xs>span{font-size:var(--font-ui-smaller,.75rem);line-height:var(--tw-leading,var(--ppb-text-xs--line-height))}.ppb\:\[\&\>span\]\:opacity-70>span{opacity:.7}.ppb\:\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ppb\:\[\&\>svg\]\:pointer-events-none>svg{pointer-events:none}.ppb\:\[\&\>svg\]\:size-3>svg{width:calc(var(--ppb-spacing) * 3);height:calc(var(--ppb-spacing) * 3)}.ppb\:\[\&\>svg\]\:size-3\.5>svg{width:calc(var(--ppb-spacing) * 3.5);height:calc(var(--ppb-spacing) * 3.5)}.ppb\:\[\&\>svg\]\:size-4>svg{width:calc(var(--ppb-spacing) * 4);height:calc(var(--ppb-spacing) * 4)}.ppb\:\[\&\>svg\]\:h-2\.5>svg{height:calc(var(--ppb-spacing) * 2.5)}.ppb\:\[\&\>svg\]\:h-3>svg{height:calc(var(--ppb-spacing) * 3)}.ppb\:\[\&\>svg\]\:w-2\.5>svg{width:calc(var(--ppb-spacing) * 2.5)}.ppb\:\[\&\>svg\]\:w-3>svg{width:calc(var(--ppb-spacing) * 3)}.ppb\:\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.ppb\:\[\&\>svg\]\:translate-y-0\.5>svg{--tw-translate-y:calc(var(--ppb-spacing) * .5);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:\[\&\>svg\]\:text-current>svg{color:currentColor}.ppb\:\[\&\>svg\]\:text-muted-foreground>svg{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--ppb-sidebar-accent-foreground)}.ppb\:\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.ppb\:\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{rotate:90deg}.ppb\:\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{rotate:180deg}[data-side=left][data-collapsible=offcanvas] .ppb\:\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:calc(var(--ppb-spacing) * -2)}[data-side=left][data-state=collapsed] .ppb\:\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .ppb\:\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:calc(var(--ppb-spacing) * -2)}[data-side=right][data-state=collapsed] .ppb\:\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-slot=card-content] .ppb\:\[\[data-slot\=card-content\]_\&\]\:bg-transparent,[data-slot=popover-content] .ppb\:\[\[data-slot\=popover-content\]_\&\]\:bg-transparent{background-color:#0000}@media(hover:hover){a.ppb\:\[a\&\]\:hover\:bg-accent:hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}a.ppb\:\[a\&\]\:hover\:bg-destructive\/90:hover{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){a.ppb\:\[a\&\]\:hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 90%,transparent)}}a.ppb\:\[a\&\]\:hover\:bg-primary\/90:hover{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){a.ppb\:\[a\&\]\:hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 90%,transparent)}}a.ppb\:\[a\&\]\:hover\:bg-secondary\/90:hover{background-color:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){a.ppb\:\[a\&\]\:hover\:bg-secondary\/90:hover{background-color:color-mix(in oklab,var(--background-secondary,var(--ppb-secondary)) 90%,transparent)}}a.ppb\:\[a\&\]\:hover\:text-accent-foreground:hover{color:var(--text-normal,var(--ppb-accent-foreground))}}}.agent-panel{background:var(--background-primary);height:100%;color:var(--text-normal);outline:none;display:flex}.agent-empty-icon{opacity:.6;margin-bottom:12px;font-size:2.5em}.agent-empty-hint{color:var(--text-faint);margin-top:4px;font-size:.85em}.agent-panel-sidebar{border-right:1px solid var(--background-modifier-border);background:var(--background-secondary);flex-direction:column;width:220px;min-width:180px;transition:width .2s,min-width .2s;display:flex;overflow:hidden}.agent-sidebar-header{border-bottom:1px solid var(--background-modifier-border);justify-content:space-between;align-items:center;gap:6px;padding:8px 12px;font-size:.85em;font-weight:600;display:flex}.agent-sidebar-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:.85em;transition:background .15s,color .15s}.agent-sidebar-list{flex:1;overflow-y:auto}.agent-run-item{cursor:pointer;border-bottom:1px solid var(--background-modifier-border-hover);border-left:3px solid #0000;padding:8px 12px;transition:background .15s,border-color .15s}.agent-run-item-header{align-items:center;gap:6px;margin-bottom:2px;display:flex}.agent-run-name{text-overflow:ellipsis;white-space:nowrap;font-size:.85em;font-weight:500;overflow:hidden}.agent-run-item-meta{color:var(--text-faint);align-items:center;gap:6px;padding-left:14px;font-size:.75em;display:flex}.agent-run-file{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-run-event{background:var(--background-modifier-hover);border-radius:3px;padding:1px 4px;font-size:.9em}.agent-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.agent-status-running{background:var(--text-accent);animation:1.5s infinite agent-pulse}.agent-status-completed{background:var(--text-success,#4caf50)}.agent-status-pending{background:var(--text-warning,#ff9800);animation:1.5s infinite agent-pulse}.agent-status-badge{white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:.75em;font-weight:600;display:inline-block}.agent-status-badge.agent-status-running{background:rgba(var(--color-accent-rgb,0, 122, 255),.15);color:var(--text-accent)}.agent-status-badge.agent-status-completed{color:var(--text-success,#4caf50);background:#4caf5026}.agent-status-badge.agent-status-failed{color:var(--text-error);background:#f4433626}.agent-status-badge.agent-status-pending{color:var(--text-warning,#ff9800);background:#ff980026}.agent-panel-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.agent-panel-placeholder{height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.9em;display:flex}.agent-panel-toolbar{border-bottom:1px solid var(--background-modifier-border);background:var(--background-primary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;display:flex}.agent-toolbar-left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.agent-toolbar-agent{color:var(--text-muted);background:var(--background-modifier-hover);border-radius:4px;padding:1px 6px;font-size:.8em}.agent-toolbar-file{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:.8em;overflow:hidden}.agent-toolbar-duration{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.8em}.agent-toolbar-right{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.agent-toolbar-btn{border:1px solid var(--background-modifier-border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:2px 8px;font-size:.8em;transition:background .15s,color .15s,border-color .15s}.agent-toolbar-btn.is-active{background:rgba(var(--color-accent-rgb,0, 122, 255),.1);border-color:var(--text-accent);color:var(--text-accent)}.agent-rerun-btn:hover{background:rgba(var(--color-accent-rgb,0, 122, 255),.1)}.agent-autoscroll-toggle{color:var(--text-muted);cursor:pointer;align-items:center;gap:4px;font-size:.8em;display:flex}.agent-cancel-btn{background:var(--text-error);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:3px 10px;font-size:.8em;font-weight:500;transition:opacity .15s}.agent-search-input{background:var(--background-primary-alt);border:1px solid var(--background-modifier-border);color:var(--text-normal);border-radius:4px;width:140px;padding:2px 8px;font-size:.8em;transition:border-color .15s,width .2s}.agent-output-terminal{font-family:var(--font-monospace);background:var(--background-primary-alt);white-space:pre-wrap;word-break:break-all;flex:1;padding:12px;font-size:13px;line-height:1.5;overflow-y:auto}.agent-output-terminal::-webkit-scrollbar-track{background:0 0}.agent-line{border-radius:2px;min-height:1.5em;padding:0 4px;transition:background .1s;display:flex}.agent-line:hover{background:rgba(var(--color-accent-rgb,0, 122, 255),.04)}.agent-line-error{color:var(--text-error);border-top:1px solid var(--background-modifier-border);margin-top:8px;padding-top:8px;font-weight:600}.agent-line-done{color:var(--text-success,#4caf50);border-top:1px solid var(--background-modifier-border);margin-top:8px;padding-top:8px}.agent-line-pending{color:var(--text-warning,#ff9800);font-style:italic}.agent-line-ts{color:var(--text-faint);-webkit-user-select:none;user-select:none;opacity:.7;flex-shrink:0;margin-right:8px;font-size:.8em}.agent-cursor{color:var(--text-accent);animation:1s step-end infinite agent-blink}.agent-panel-sidebar.is-collapsed .agent-run-item{border-left-width:0;justify-content:center;padding:8px 4px;display:flex}.agent-output-terminal.agent-no-wrap{white-space:pre;word-break:normal;overflow-x:auto}.agent-input-bar{border-top:1px solid var(--background-modifier-border);background:var(--background-primary);align-items:flex-end;gap:8px;padding:8px 12px;display:flex}.agent-input-textarea{border:1px solid var(--background-modifier-border);background:var(--background-primary-alt);min-height:36px;max-height:120px;color:var(--text-normal);font-family:var(--font-interface);resize:none;border-radius:8px;flex:1;padding:8px 12px;font-size:.9em;line-height:1.4;transition:border-color .15s;overflow-y:auto}.agent-input-send{background:var(--interactive-accent);width:36px;height:36px;color:var(--text-on-accent);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.agent-empty-input-container{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:560px;padding:24px;display:flex}.agent-empty-input-container .agent-input-bar{border-top:none;width:100%;padding:0}.agent-confirm-detail{color:var(--text-muted);margin:4px 0;font-size:.85em}.agent-confirm-buttons{gap:8px;margin-top:8px;display:flex}.agent-confirm-buttons button{cursor:pointer;border-radius:4px;padding:4px 12px;font-size:.85em}.section-view-container{padding:16px;background:var(--background-primary);height:100%;overflow-y:auto;display:flex;flex-direction:column}.section-view-toolbar{display:flex;gap:8px;margin-bottom:16px;padding:8px;background:var(--background-secondary);border-radius:6px;border:1px solid var(--background-modifier-border)}.section-wrapper{background:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:8px;overflow:hidden;transition:all .2s ease;position:relative}.section-wrapper:hover{box-shadow:0 2px 8px #0000001a}.sections-container.layout-list .section-wrapper{margin-bottom:16px}.sections-container.layout-list .section-wrapper:last-child{margin-bottom:0}.section-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:var(--size-4-12)}.section-title{margin:0;font-size:16px;font-weight:600;color:var(--text-normal)}.section-actions{display:flex;gap:4px}.section-actions button{padding:4px 8px;font-size:12px;border:none;border-radius:4px;cursor:pointer;background:var(--interactive-normal);color:var(--text-normal);transition:background-color .2s ease}.section-actions button:hover{background:var(--interactive-hover)}.section-actions button.mod-warning{background:var(--color-red);color:#fff}.section-content{padding:16px;min-height:120px}.section-config-panel{display:none;padding:12px 16px}.section-view-container.config-mode .section-config-panel{display:block}.section-empty-state{text-align:center;padding:32px 16px;color:var(--text-muted)}.section-empty-icon{font-size:48px;margin-bottom:12px;display:flex;justify-content:center;align-items:center}.section-empty-icon svg{width:48px;height:48px;color:var(--text-muted)}.section-empty-text{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--text-normal)}.section-empty-description{font-size:14px;line-height:1.4;color:var(--text-muted)}.add-section-button{display:flex;align-items:center;justify-content:center;min-height:120px;border:2px dashed var(--background-modifier-border);border-radius:8px;cursor:pointer;transition:all .2s ease;background:var(--background-primary);width:100%;margin-top:16px}.add-section-button:hover{border-color:var(--interactive-accent);background:var(--background-secondary)}.add-section-content{text-align:center;color:var(--text-muted)}.add-section-icon{font-size:24px;margin-bottom:8px}.add-section-text{font-size:14px;font-weight:500}.add-project-button,.add-keyword-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;margin-top:16px;background:var(--interactive-accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.button-icon{display:flex;align-items:center}.button-icon svg{width:16px;height:16px}.hidden{display:none!important}.section-title-container{display:flex;flex-direction:row;align-items:center;gap:4px}.section-title-container .section-icon{margin-bottom:4px;display:flex;align-items:center;justify-content:center}.section-title-container .section-icon svg{width:20px;height:20px;color:var(--text-muted)}.section-title-container .section-title{margin:0}.section-actions button svg,.note-action-btn svg,.add-note-btn svg{display:inline-block;width:16px;height:16px;vertical-align:middle}.section-actions button{display:inline-flex;align-items:center;gap:4px}.sections-container{position:relative}.sections-container.layout-list{display:flex;flex-direction:column;gap:16px}.sections-container.layout-grid{display:block;flex:1;font-size:0;overflow-y:auto;box-sizing:border-box;position:relative}.sections-container.layout-grid .section-wrapper{display:inline-block;vertical-align:top;width:calc(50% - 8px);height:calc(50% - 8px);margin:0 16px 16px 0;font-size:1rem;box-sizing:border-box;overflow:auto}.sections-container.layout-grid .section-wrapper:nth-child(2n){margin-right:0}.sections-container.layout-grid .section-wrapper:nth-last-child(-n+2){margin-bottom:0}.section-drag-handle{cursor:grab;color:var(--text-muted);font-size:14px;padding:4px 8px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.section-drag-handle:hover{background:var(--interactive-hover);color:var(--text-normal)}.section-drag-handle:active{cursor:grabbing;background:var(--interactive-accent);color:#fff}.drag-handle-icon{width:16px;height:16px;fill:currentColor}.section-wrapper.sortable-ghost{opacity:.4}.section-wrapper.sortable-drag{opacity:.5;transform:rotate(2deg);box-shadow:0 5px 15px #0000004d}.sections-container.is-dragging .section-wrapper:not(.sortable-drag){transition:transform .2s ease}.section-wrapper.drop-target{transform:scale(1.02);border-color:var(--interactive-accent);box-shadow:0 0 0 2px var(--interactive-accent-hover)}.sortable-ghost{opacity:.4}.sortable-drag{opacity:1!important}.grid-size-selector{display:flex;align-items:center;gap:8px}.grid-size-button{position:relative;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--interactive-normal);color:var(--text-normal);cursor:pointer;transition:all .2s ease}.grid-size-button:hover{background:var(--interactive-hover)}.grid-size-button.active{background:var(--interactive-accent);color:#fff;border-color:var(--interactive-accent)}.grid-preview{display:grid;gap:2px;margin-top:4px}.grid-cell{width:12px;height:12px;background:var(--background-modifier-border);border-radius:2px}.grid-size-button.active .grid-cell{background:#fff9}.keyword-tag{display:inline-block;padding:2px 6px;background:var(--interactive-accent);color:#fff;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s ease}.keyword-tag:hover{background:var(--interactive-accent-hover)}.keyword-tag.category-personal{background:var(--color-blue)}.keyword-tag.category-terms{background:var(--color-green)}.keyword-tag.category-projects{background:var(--color-purple)}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-label{font-size:12px;color:var(--text-muted);margin-bottom:4px}.stat-value{font-size:18px;font-weight:600;color:var(--text-normal)}.config-group{margin-bottom:12px}.config-group label{display:block;margin-bottom:4px;font-weight:500;color:var(--text-normal)}.config-group select,.config-group input[type=number],.config-group textarea{width:100%;padding:6px 8px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--background-primary);color:var(--text-normal)}.config-group input[type=checkbox]{margin-right:6px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-weight:600;color:var(--text-normal)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid var(--background-modifier-border);border-radius:6px;background:var(--background-primary);color:var(--text-normal);font-size:14px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--interactive-accent)}.form-help{font-size:12px;color:var(--text-muted);margin-top:4px;line-height:1.4}.form-note{font-size:13px;color:var(--text-muted);font-style:italic;padding:12px;background:var(--background-secondary);border-radius:6px}.validation-error-message{color:var(--text-error);margin-top:8px;font-size:14px;font-weight:500}.project-section .projects-container{width:100%}.project-section .projects-container.layout-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:0;border-top:1px solid var(--background-modifier-border)}.projects-container.layout-card:has(.section-empty-state){display:flex}.project-card{padding:12px;background:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:0;transition:background .2s ease}.project-card:hover{background:var(--background-primary-alt)}.project-title{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--text-normal)}.project-status{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;margin-bottom:8px}.project-status.status-active{background:var(--color-green);color:#fff}.project-status.status-planning{background:var(--color-blue);color:#fff}.project-status.status-completed{background:var(--color-purple);color:#fff}.project-status.status-on-hold{background:var(--color-orange);color:#fff}.project-status.status-cancelled{background:var(--color-red);color:#fff}.project-description{margin-bottom:12px;color:var(--text-muted);font-size:14px;line-height:1.4}.project-session{margin-bottom:12px}.project-session strong{color:var(--text-normal)}.project-session ul{margin:4px 0 0 16px;padding:0}.project-session li{margin-bottom:2px;font-size:14px;color:var(--text-muted)}.project-keywords{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}.project-dates{display:flex;gap:12px;margin-bottom:12px;font-size:12px;color:var(--text-muted)}.project-associations{margin-bottom:12px}.association-group{margin-bottom:6px;font-size:14px}.association-group strong{color:var(--text-normal)}.project-actions{display:flex;gap:8px;margin-top:12px}.project-list{list-style:none;padding:0;margin:0}.project-list-item{padding:12px;border-bottom:1px solid var(--background-modifier-border);cursor:pointer;transition:background-color .2s ease}.project-list-item:hover{background:var(--background-secondary)}.project-list-item:last-child{border-bottom:none}.project-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.project-table{width:100%;border-collapse:collapse}.project-table th,.project-table td{padding:8px 12px;text-align:left;border-bottom:1px solid var(--background-modifier-border)}.project-table th{background:var(--background-secondary);font-weight:600;color:var(--text-normal)}.project-table td{color:var(--text-muted)}.profile-section .profile-container{padding:0}.profile-minimal{padding:16px;background:var(--background-secondary);border-radius:8px;box-shadow:0 2px 8px #0000000d}.profile-row{display:flex;align-items:center;gap:16px}.profile-avatar{width:56px;height:56px;background:linear-gradient(135deg,var(--interactive-accent),var(--interactive-accent-hover));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px;overflow:hidden;flex-shrink:0;border:2px solid var(--background-primary);box-shadow:0 2px 8px #0000001a}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-info{flex:1}.profile-name{margin:0 0 4px;font-size:16px;font-weight:600;color:var(--text-normal)}.profile-title{margin:0;font-size:14px;color:var(--text-muted)}.profile-card{background:var(--background-primary);border-radius:12px;overflow:hidden;border:1px solid var(--background-modifier-border)}.profile-header{display:flex;align-items:center;gap:20px;padding:24px;background:linear-gradient(135deg,var(--interactive-accent) 0%,var(--interactive-accent-hover) 100%);color:#fff;position:relative}.profile-header:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);pointer-events:none}.profile-avatar-large{width:80px;height:80px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:32px;overflow:hidden;flex-shrink:0;border:3px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #00000026;position:relative;z-index:1}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-main-info{flex:1}.profile-name-large{margin:0 0 4px;font-size:20px;font-weight:700}.profile-title-large{margin:0;font-size:16px;opacity:.9}.profile-details{padding:16px 20px}.profile-detail{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;color:var(--text-muted)}.profile-detail:last-child{margin-bottom:0}.profile-icon{width:16px;height:16px;color:var(--text-muted)}.profile-detail a{color:var(--text-accent);text-decoration:none}.profile-detail a:hover{text-decoration:underline}.profile-edit-modal .modal-content{background:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:8px;padding:24px;max-width:400px;width:90%;max-height:80vh;overflow-y:auto}.profile-edit-modal .profile-form .form-group{margin-bottom:16px}.profile-edit-modal .profile-form label{display:block;margin-bottom:4px;font-weight:500;color:var(--text-normal)}.profile-edit-modal .profile-form input{width:100%;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--background-primary);color:var(--text-normal)}.profile-edit-modal .modal-buttons{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.profile-edit-modal .modal-buttons button{padding:8px 16px;border:1px solid var(--background-modifier-border);border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease}.profile-edit-modal .modal-buttons button:first-child{background:var(--interactive-accent);color:#fff;border-color:var(--interactive-accent)}.profile-edit-modal .modal-buttons button:first-child:hover{background:var(--interactive-accent-hover)}.profile-edit-modal .modal-buttons button:last-child{background:var(--background-primary);color:var(--text-normal)}.profile-edit-modal .modal-buttons button:last-child:hover{background:var(--interactive-hover)}.papers-section{padding:16px}.papers-search{position:relative;margin-bottom:16px}.papers-search input{width:100%;padding:8px 12px 8px 36px;border:1px solid var(--background-modifier-border);border-radius:6px;background:var(--background-primary);color:var(--text-normal);font-size:14px;transition:border-color .2s ease}.papers-search input:focus{outline:none;border-color:var(--interactive-accent)}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.search-icon svg{width:16px;height:16px}.papers-list-container{min-height:200px}.papers-list{display:flex;flex-direction:column;gap:12px}.paper-item{padding:12px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:6px;cursor:pointer;transition:all .2s ease}.paper-item:hover{background:var(--background-secondary-alt);box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.paper-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.paper-title{margin:0;font-size:16px;font-weight:600;color:var(--text-normal);line-height:1.4}.paper-meta{display:flex;gap:12px;align-items:center;flex-shrink:0}.papers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.paper-card{padding:16px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:12px}.paper-card:hover{background:var(--background-secondary-alt);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.paper-card .paper-title{font-size:15px;margin-bottom:8px}.paper-status{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize}.paper-status.status-reading{background:var(--color-blue);color:#fff}.paper-status.status-completed{background:var(--color-green);color:#fff}.paper-status.status-pending{background:var(--color-yellow);color:var(--text-normal)}.paper-status.status-archived{background:var(--background-modifier-border);color:var(--text-muted)}.paper-progress{display:flex;align-items:center;gap:8px;margin-top:8px}.progress-bar{flex:1;height:6px;background:var(--background-modifier-border);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--interactive-accent);border-radius:3px;transition:width .3s ease}.progress-text{font-size:12px;color:var(--text-muted);min-width:40px;text-align:right}.paper-deadline{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.paper-deadline:before{content:"📅";font-size:14px}.view-mode-toggle{padding:6px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:var(--text-muted);transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.view-mode-toggle:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.view-mode-toggle svg{width:16px;height:16px;display:block}.section-actions .view-mode-toggle{margin-right:8px}.tag-filter-bar-container{margin-bottom:16px}.tag-filter-bar{background:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:12px;padding:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;min-height:32px}.active-filters:empty{display:none}.filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:500;border:1px solid var(--background-modifier-border);background:var(--background-secondary);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.filter-tag:hover{transform:scale(1.02);box-shadow:0 1px 3px #0000000f}.filter-tag-domain{border-color:var(--color-blue);background:#3b8eff1a;color:var(--color-blue)}.filter-tag-method{border-color:var(--color-green);background:#34c7591a;color:var(--color-green)}.filter-tag-custom{border-color:var(--color-yellow);background:#ffcc001a;color:var(--color-yellow)}.filter-tag-status{border-color:var(--color-red);background:#ff3b301a;color:var(--color-red)}.filter-exclude{opacity:.6;text-decoration:line-through}.filter-tag-text{font-size:12px;font-weight:500}.filter-tag-remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#0000001a;color:var(--text-muted);font-size:14px;line-height:1;transition:all .2s ease}.filter-tag-remove:hover{background:#0003;color:var(--text-normal)}.filter-actions{display:flex;gap:8px;margin-bottom:12px}.filter-add-btn,.filter-save-btn,.filter-clear-btn{padding:6px 12px;border-radius:6px;border:1px solid var(--background-modifier-border);background:var(--background-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-add-btn:hover,.filter-save-btn:hover,.filter-clear-btn:hover{background:var(--background-secondary-alt);transform:translateY(-1px);box-shadow:0 2px 4px #0000000f}.saved-filters{display:flex;flex-wrap:wrap;gap:8px;padding-top:12px;border-top:1px solid var(--background-modifier-border)}.saved-filter-tab{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.saved-filter-tab:hover{background:var(--background-secondary-alt);transform:translateY(-1px);box-shadow:0 2px 4px #0000000f}.saved-filter-tab.filter-pinned{background:var(--interactive-accent);color:var(--text-on-accent);border-color:var(--interactive-accent)}.filter-pin-icon svg{width:12px;height:12px}.filter-name{font-size:12px;font-weight:500}.paper-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tag-group{display:flex;flex-wrap:wrap;gap:4px}.paper-tag{display:inline-block;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:500;border:1px solid;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.paper-tag:hover{transform:scale(1.05);box-shadow:0 1px 3px #0000000f}.paper-tag-domain{border-color:var(--color-blue);background:#3b8eff1a;color:var(--color-blue)}.paper-tag-method{border-color:var(--color-green);background:#34c7591a;color:var(--color-green)}.paper-tag-custom{border-color:var(--color-yellow);background:#ffcc001a;color:var(--color-yellow)}.paper-metadata{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;font-size:12px;color:var(--text-muted)}.paper-authors{color:var(--text-muted)}.paper-year{color:var(--text-muted);font-weight:500}.paper-journal{color:var(--text-muted);font-style:italic}.paper-citations{color:var(--color-accent);font-weight:500;margin-left:auto}.paper-journal-info{display:flex;justify-content:space-between;align-items:center;margin-top:4px;font-size:12px;color:var(--text-muted)}.papers-section .paper-card{padding:16px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 3px #0000000f}.papers-section .paper-card:hover{background:var(--background-secondary-alt);box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.paper-card-header{display:flex;flex-direction:column;gap:4px}.papers-section .paper-card .paper-title{font-size:14px;font-weight:600;line-height:1.3;color:var(--text-normal);margin:0}.papers-section .paper-item{padding:12px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000f}.papers-section .paper-item:hover{background:var(--background-secondary-alt);box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.paper-title-container{flex:1}.papers-section .paper-header .paper-title{margin:0;font-size:15px;font-weight:600;color:var(--text-normal);line-height:1.3}.paper-status-container{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.filter-save-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-backdrop{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-buttons{display:flex;justify-content:flex-end;gap:8px}.modal-buttons button{padding:6px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.capture-section{padding:16px;background-color:var(--background-primary);border-radius:8px;margin-bottom:16px}.capture-input-container{display:flex;gap:8px;margin-bottom:16px;align-items:center}.capture-input{flex:1;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--background-primary);color:var(--text-normal);font-size:14px}.capture-input:focus{outline:none;border-color:var(--interactive-accent);box-shadow:0 0 0 2px var(--interactive-accent-hover)}.capture-type-selector{display:flex;gap:4px}.type-btn{padding:6px 12px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:4px;cursor:pointer;font-size:13px;transition:all .2s}.type-btn:hover{background:var(--background-modifier-hover)}.type-btn.active{background:var(--interactive-accent);color:var(--text-on-accent);border-color:var(--interactive-accent)}.add-capture-btn{padding:8px 16px;background:var(--interactive-accent);color:var(--text-on-accent);border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500}.add-capture-btn:hover{background:var(--interactive-accent-hover)}.capture-filter-tabs{display:flex;gap:8px;margin-bottom:16px;border-bottom:1px solid var(--background-modifier-border)}.filter-tab{padding:8px 16px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;color:var(--text-muted);font-size:14px;transition:all .2s}.filter-tab:hover{color:var(--text-normal)}.filter-tab.active{color:var(--interactive-accent);border-bottom-color:var(--interactive-accent);font-weight:500}.capture-stats{display:flex;gap:24px;margin-bottom:16px;padding:12px;background:var(--background-secondary);border-radius:6px}.capture-stats .stat-item{display:flex;flex-direction:column;gap:4px}.capture-stats .stat-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.capture-stats .stat-value{font-size:18px;font-weight:600;color:var(--text-normal)}.captures-container{margin-top:16px}.captures-list{display:flex;flex-direction:column;gap:10px}.capture-item{padding:14px 16px;background:var(--background-secondary);border-radius:8px;cursor:pointer;transition:all .2s;position:relative;box-shadow:0 1px 3px #0000000d}.capture-item:hover{background:var(--background-modifier-hover);transform:translateY(-1px);box-shadow:0 3px 8px #0000001a}.capture-type-label{position:absolute;top:14px;left:16px;padding:2px 6px;border-radius:10px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.6}.capture-type-quick .capture-type-label{background:#42a5f51a;color:#1976d2}.capture-type-idea .capture-type-label{background:#ffa7261a;color:#e65100}.capture-time-badge{position:absolute;top:14px;right:16px;padding:3px 8px;background:var(--background-primary);border-radius:12px;font-size:11px;font-weight:600;color:var(--text-muted);opacity:.8}.capture-content{color:var(--text-normal);margin:28px 0 10px;line-height:1.6;font-size:14px;padding-right:60px}.capture-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:11px;color:var(--text-muted);opacity:.7}.capture-file,.capture-timestamp{display:flex;align-items:center;gap:4px}.capture-file .file-icon,.capture-timestamp .timestamp-icon{width:12px;height:12px;opacity:.8}.capture-tags{display:flex;gap:6px;flex-wrap:wrap}.capture-tag{padding:1px 6px;background:var(--background-primary);border-radius:10px;color:var(--text-muted);font-size:10px;font-weight:500}.capture-tag:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.more-indicator{text-align:center;padding:12px;color:var(--text-muted);font-size:14px;font-style:italic;margin-top:8px}.capture-section .section-empty-state{text-align:center;padding:32px;color:var(--text-muted)}.capture-section .section-empty-icon{font-size:48px;margin-bottom:16px;opacity:.3}.capture-section .section-empty-text{font-size:16px;font-weight:500;margin-bottom:8px;color:var(--text-normal)}.capture-section .section-empty-description{font-size:14px;color:var(--text-muted)}.capture-section .section-config-panel{padding:16px;background:var(--background-secondary);border-radius:6px;margin-top:16px}.capture-section .config-group{margin-bottom:16px}.capture-section .config-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--text-normal)}.capture-section .config-group input[type=text],.capture-section .config-group input[type=number],.capture-section .config-group select{width:100%;padding:6px 10px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--background-primary);color:var(--text-normal);font-size:14px}.capture-section .config-group input[type=checkbox]{margin-right:8px}.section-markdown{width:100%;height:100%;display:flex;flex-direction:column}.markdown-content-container{flex:1;overflow-y:auto;padding:var(--size-4-3);background:var(--background-primary);border-radius:var(--radius-s);position:relative}.markdown-editor{width:100%;min-height:300px;resize:vertical;padding:var(--size-4-2);background:var(--background-modifier-form-field);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);font-family:var(--font-monospace);font-size:var(--font-smaller);line-height:1.5;color:var(--text-normal)}.markdown-editor:focus{outline:none;border-color:var(--interactive-accent);box-shadow:0 0 0 2px var(--interactive-accent-hover)}.markdown-preview{padding:var(--size-4-2);background:var(--background-primary);border-radius:var(--radius-s);min-height:200px}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{margin-top:var(--size-4-3);margin-bottom:var(--size-4-2)}.markdown-preview p{margin-bottom:var(--size-4-2)}.markdown-preview ul,.markdown-preview ol{margin-left:var(--size-4-4);margin-bottom:var(--size-4-2)}.markdown-preview blockquote{border-left:3px solid var(--quote-opening-modifier);padding-left:var(--size-4-3);margin:var(--size-4-2) 0;color:var(--text-muted)}.markdown-preview code{background:var(--code-background);padding:2px 4px;border-radius:var(--radius-s);font-family:var(--font-monospace);font-size:var(--font-smaller)}.markdown-preview pre{background:var(--code-background);padding:var(--size-4-2);border-radius:var(--radius-s);overflow-x:auto;margin-bottom:var(--size-4-2)}.preview-button,.edit-button{margin-top:var(--size-4-2);padding:var(--size-4-2) var(--size-4-3);background:var(--interactive-normal);color:var(--text-normal);border:none;border-radius:var(--radius-s);cursor:pointer;font-size:var(--font-ui-small);transition:background .2s}.preview-button:hover,.edit-button:hover{background:var(--interactive-hover)}.config-mode .section-markdown .section-config-panel{margin-top:var(--size-4-3);padding:var(--size-4-3);background:var(--background-secondary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border)}.config-mode .section-markdown .config-group{margin-bottom:var(--size-4-3)}.config-mode .section-markdown .config-group h4{margin-bottom:var(--size-4-2);font-size:var(--font-ui-small);font-weight:600;color:var(--text-normal)}.config-mode .section-markdown .config-option{display:flex;align-items:center;margin-bottom:var(--size-4-2);gap:var(--size-4-2)}.config-mode .section-markdown .config-option label{flex:0 0 120px;font-size:var(--font-ui-smaller);color:var(--text-muted)}.config-mode .section-markdown .config-option select,.config-mode .section-markdown .config-option input[type=text]{flex:1;padding:var(--size-2-2) var(--size-4-2);background:var(--background-modifier-form-field);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);font-size:var(--font-ui-smaller);color:var(--text-normal)}.config-mode .section-markdown .config-option select:focus,.config-mode .section-markdown .config-option input[type=text]:focus{outline:none;border-color:var(--interactive-accent)}.config-mode .section-markdown button.mod-warning{background:var(--background-modifier-error);color:var(--text-on-accent)}.config-mode .section-markdown button.mod-warning:hover{background:var(--background-modifier-error-hover)}.section-view-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:40px}.section-view-welcome h2{margin-bottom:16px;color:var(--text-normal);font-size:24px}.section-view-welcome p{margin-bottom:24px;color:var(--text-muted);font-size:16px}.configuration-wizard-modal{width:800px;max-width:90vw;height:600px;max-height:85vh}.configuration-wizard{height:100%;display:flex;flex-direction:column}.wizard-header{text-align:center;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--background-modifier-border)}.wizard-title{margin:0 0 12px;color:var(--text-normal);font-size:28px;font-weight:700}.wizard-description{margin:0;color:var(--text-muted);font-size:16px}.wizard-stepper{height:100%;display:flex;flex-direction:column;overflow:hidden}.wizard-stepper>*{flex-shrink:0}.wizard-stepper .stepper-content{flex-shrink:1;flex-grow:1}.stepper-container{display:flex;flex-direction:column;height:100%}.stepper-header{margin-bottom:32px}.stepper-progress{margin-bottom:24px}.stepper-progress-bar{width:100%;height:6px;background:var(--background-modifier-border);border-radius:3px;overflow:hidden;margin-bottom:8px}.stepper-progress-fill{height:100%;background:var(--interactive-accent);transition:width .3s ease}.stepper-progress-text{text-align:center;font-size:12px;color:var(--text-muted)}.stepper-steps{display:flex;justify-content:space-between;position:relative}.stepper-step{display:flex;flex-direction:column;align-items:center;flex:1;cursor:pointer;transition:all .2s ease}.stepper-step:hover{opacity:.8}.stepper-step-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;margin-bottom:8px;transition:all .2s ease;border:2px solid var(--background-modifier-border);background:var(--background-primary);color:var(--text-muted)}.stepper-step-active .stepper-step-icon{background:var(--interactive-accent);color:#fff;border-color:var(--interactive-accent)}.stepper-step-completed .stepper-step-icon{background:var(--color-green);color:#fff;border-color:var(--color-green)}.stepper-step-content{text-align:center;max-width:120px}.stepper-step-title{font-weight:600;font-size:14px;color:var(--text-normal);margin-bottom:4px}.stepper-step-description{font-size:12px;color:var(--text-muted);line-height:1.3}.stepper-step-optional{font-size:11px;color:var(--text-muted);font-style:italic}.stepper-content{flex:1;padding:24px 0;overflow-y:auto;min-height:300px;display:block!important}.stepper-content-area{height:100%;display:block!important}.wizard-step-content-active{display:block!important;visibility:visible!important}.stepper-navigation{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--background-modifier-border);margin-top:auto}.stepper-nav-btn{padding:10px 20px;border:1px solid var(--background-modifier-border);border-radius:6px;background:var(--background-primary);color:var(--text-normal);cursor:pointer;font-weight:500;transition:all .2s ease}.stepper-nav-btn:hover{background:var(--interactive-hover)}.stepper-nav-btn:disabled{opacity:.5;cursor:not-allowed}.stepper-next-btn.mod-cta{background:var(--interactive-accent);color:#fff;border-color:var(--interactive-accent)}.stepper-next-btn.mod-cta:hover{background:var(--interactive-accent-hover)}.stepper-skip-btn{background:transparent;color:var(--text-muted);border:none}.stepper-skip-btn:hover{color:var(--text-normal);background:var(--interactive-hover)}.wizard-step-welcome,.wizard-step-profile,.wizard-step-sources,.wizard-step-layout,.wizard-step-complete{max-width:600px;margin:0 auto}.welcome-content{text-align:center}.welcome-title{margin-bottom:24px;color:var(--text-normal)}.welcome-features{text-align:left;margin:24px 0}.welcome-features h3{margin-bottom:12px;color:var(--text-normal)}.welcome-features ul{list-style:none;padding:0}.welcome-features li{padding:8px 0;color:var(--text-normal);font-size:14px}.welcome-note{margin-top:24px;padding:16px;background:var(--background-secondary);border-radius:6px;text-align:center}.complete-content{text-align:center}.success-message{margin-bottom:32px}.success-text{font-size:16px;color:var(--text-normal)}.config-summary{text-align:left;margin:32px 0;padding:24px;background:var(--background-secondary);border-radius:8px}.config-summary h3{margin-top:0;margin-bottom:20px;color:var(--text-normal);text-align:center}.summary-section{margin-bottom:20px}.summary-section:last-child{margin-bottom:0}.summary-section h4{margin:0 0 8px;color:var(--text-normal);font-size:14px;display:flex;align-items:center;gap:6px}.summary-section ul{margin:0;padding-left:20px}.summary-section li{margin-bottom:4px;font-size:13px;color:var(--text-muted)}.next-steps{margin:32px 0;text-align:left}.next-steps h3{margin-bottom:16px;color:var(--text-normal)}.next-steps ul{list-style:none;padding:0}.next-steps li{padding:8px 0;color:var(--text-normal);font-size:14px}.complete-actions{display:flex;gap:12px;justify-content:center;margin-top:32px}.complete-btn{padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.primary-btn{background:var(--interactive-accent);color:#fff;border:1px solid var(--interactive-accent)}.primary-btn:hover{background:var(--interactive-accent-hover)}.secondary-btn{background:var(--background-primary);color:var(--text-normal);border:1px solid var(--background-modifier-border)}.secondary-btn:hover{background:var(--interactive-hover)}@media(max-width:768px){.stepper-steps{flex-direction:column;gap:16px}.stepper-step{flex-direction:row;text-align:left}.stepper-step-content{max-width:none;margin-left:12px}.complete-actions{flex-direction:column}}.sections-container.free-grid{display:grid;width:100%;height:100%;overflow:auto;position:relative}.free-grid .section-wrapper{overflow:hidden;display:flex;flex-direction:column;background:var(--background-secondary);border-radius:8px;border:1px solid var(--background-modifier-border);transition:transform .2s ease,box-shadow .2s ease}.free-grid .section-wrapper:hover{box-shadow:0 4px 12px #0000001a}.grid-config-mode .section-wrapper{position:relative}.grid-config-mode .grid-item-configurable{outline:2px dashed var(--interactive-accent);outline-offset:-2px}.grid-config-mode .grid-item-configurable:hover{outline-color:var(--interactive-accent-hover);background:var(--background-secondary-alt)}.grid-resize-handle{position:absolute;bottom:4px;right:4px;width:24px;height:24px;cursor:nw-resize;opacity:0;transition:opacity .2s ease;background:var(--interactive-accent);border-radius:4px;display:flex;align-items:center;justify-content:center}.grid-config-mode .section-wrapper:hover .grid-resize-handle{opacity:.6}.grid-resize-handle:hover{opacity:1!important}.grid-resize-handle svg{width:16px;height:16px;color:#fff}.grid-overlay{position:absolute;inset:0;pointer-events:none;z-index:1000}.grid-overlay-lines{width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent calc(100% / var(--grid-rows) - 1px),var(--background-modifier-border) calc(100% / var(--grid-rows) - 1px),var(--background-modifier-border) calc(100% / var(--grid-rows))),repeating-linear-gradient(90deg,transparent,transparent calc(100% / var(--grid-columns) - 1px),var(--background-modifier-border) calc(100% / var(--grid-columns) - 1px),var(--background-modifier-border) calc(100% / var(--grid-columns)));opacity:.3}.snap-indicator{position:absolute;background:var(--interactive-accent);opacity:.3;pointer-events:none;z-index:999;border-radius:4px;transition:all .15s ease}.grid-drop-placeholder{background:var(--background-modifier-hover);border:2px dashed var(--interactive-accent);border-radius:8px;opacity:.5}.free-grid.animating .section-wrapper{transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.free-grid{grid-template-columns:repeat(6,1fr)!important;grid-template-rows:repeat(8,minmax(120px,1fr))!important}}@media(max-width:480px){.free-grid{grid-template-columns:repeat(4,1fr)!important;grid-template-rows:repeat(10,minmax(100px,1fr))!important}}.grid-reset-button{position:fixed;bottom:20px;right:20px;padding:8px 16px;background:var(--interactive-accent);color:#fff;border-radius:20px;cursor:pointer;box-shadow:0 2px 8px #0003;z-index:1001;display:none;font-size:14px;font-weight:500}.grid-config-mode .grid-reset-button{display:block}.grid-reset-button:hover{background:var(--interactive-accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.free-grid .section-content{flex:1;overflow:auto;padding:12px}.free-grid .section-header{padding:8px 12px;background:var(--background-primary);border-bottom:1px solid var(--background-modifier-border);display:flex;align-items:center;justify-content:space-between;min-height:36px}.free-grid .section-title{font-weight:500;font-size:14px;color:var(--text-normal)}.view-action.is-active{background-color:var(--interactive-accent);color:var(--text-on-accent)}.view-action.is-active:hover{background-color:var(--interactive-accent-hover)}.view-content.section-view-workspace{padding:0;margin:0}.section-view-container{padding:var(--size-2-1) var(--size-2-1) var(--size-4-8)!important;margin:0;background:var(--background-primary)}.section-view-toolbar{margin:0;padding:10px 16px;border-radius:0;border:none}.sections-container{margin:0;padding:0}.sections-container.layout-grid{grid-template-columns:repeat(var(--grid-columns, 2),1fr)}.section-wrapper{margin:0;border-radius:0;border:1px solid var(--background-modifier-border);box-shadow:none;transition:background .2s ease}.section-wrapper:hover{box-shadow:none}.section-header{padding:8px 12px;border-radius:0}.section-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.section-content{padding:12px;min-height:200px}.profile-section{background:var(--background-primary)}.profile-card{padding:16px;border-radius:0}.papers-container{padding:0}.paper-item{padding:12px;margin:0;border-radius:0;border-bottom:1px solid var(--background-modifier-border)}.paper-item:last-child{border-bottom:none}.paper-item:hover{background:var(--background-primary-alt)}.todo-container{padding:0}.todo-item{padding:10px 12px;margin:0;border-radius:0;border-bottom:1px solid var(--background-modifier-border)}.todo-item:last-child{border-bottom:none}.todo-item:hover{background:var(--background-primary-alt)}.todo-stats{display:flex;flex-direction:row}.quick-notes-section .note-input-container{display:flex;justify-content:space-between;gap:var(--size-4-2)}.quick-notes-section .note-input-container input{flex:1}.ideas-container{padding:0}.idea-item{padding:10px 12px;margin:0;border-radius:0;border-bottom:1px solid var(--background-modifier-border)}.idea-item:last-child{border-bottom:none}.ideas-stats{display:flex;flex-direction:row}.project-section .projects-container{padding:0}.project-card{margin:0;padding:12px;border-radius:0;border:1px solid var(--background-modifier-border);border-left:none;border-top:none}.section-empty-state{padding:32px 16px;background:var(--background-primary)}.add-project-button,.add-keyword-button{border-radius:0;margin:12px;background:var(--interactive-accent)}.add-project-button:hover,.add-keyword-button:hover{background:var(--interactive-accent-hover)}.section-config-panel{padding:10px 12px;border-radius:0}.section-wrapper>*{margin-top:0;margin-bottom:0}.section-wrapper.section-hidden{opacity:.5}.section-wrapper.section-hidden .section-content{opacity:.7}@media(max-width:768px){.sections-container{--grid-columns: 1}.section-wrapper{border-right:none}}.section-wrapper[data-section-type=project]{grid-column:1 / -1}.section-wrapper[data-section-type=profile]{order:0}.section-wrapper[data-section-type=papers]{order:1}.section-wrapper[data-section-type=todo]{order:2}.section-wrapper[data-section-type=ideas]{order:3}.section-wrapper[data-section-type=project]{order:4}.ppb-base-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;height:100%;padding:0}.ppb-base-cell{overflow:hidden;border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);background:var(--background-primary)}.ppb-base-container{display:flex;flex-direction:column;height:100%}.ppb-base-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--background-modifier-border);background:var(--background-secondary);flex-shrink:0}.ppb-base-header-left{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.ppb-base-header-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-s);background:var(--interactive-accent);color:var(--text-on-accent);flex-shrink:0}.ppb-base-header-icon svg{width:16px;height:16px}.ppb-base-header-titles{min-width:0}.ppb-base-title{margin:0;font-size:var(--font-ui-medium);font-weight:var(--font-semibold);color:var(--text-normal);line-height:1.2}.ppb-base-description{margin:0;font-size:var(--font-ui-smaller);color:var(--text-muted);line-height:1.3}.ppb-base-header-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.ppb-base-path-badge{font-size:var(--font-ui-smaller);color:var(--text-muted);background:var(--background-modifier-hover);padding:2px 8px;border-radius:var(--radius-s);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppb-base-config-btn,.ppb-base-clear-btn{color:var(--text-muted)}.ppb-base-config-btn:hover,.ppb-base-clear-btn:hover{color:var(--text-normal)}.ppb-base-content{flex:1;overflow-y:auto;padding:0;position:relative}.ppb-base-content>p{margin-block-start:0;margin-block-end:0}.ppb-base-content .internal-embed{height:100%}.ppb-base-content .markdown-embed{height:100%;border:none}.ppb-base-empty-state,.ppb-base-missing-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:24px;text-align:center;gap:8px}.ppb-base-empty-icon,.ppb-base-missing-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-m);background:var(--background-modifier-hover);color:var(--text-muted);margin-bottom:4px}.ppb-base-empty-icon svg,.ppb-base-missing-icon svg{width:24px;height:24px}.ppb-base-empty-title,.ppb-base-missing-title{margin:0;font-size:var(--font-ui-medium);font-weight:var(--font-semibold);color:var(--text-normal)}.ppb-base-empty-hint,.ppb-base-missing-path{margin:0;font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-base-empty-btn{margin-top:8px}.ppb-base-error{padding:16px;color:var(--text-error);font-size:var(--font-ui-small);text-align:center}.ppb-base-config-warning{display:flex;align-items:center;gap:6px;padding:8px 12px;margin-top:4px;border-radius:var(--radius-s);background:var(--background-modifier-error);color:var(--text-error);font-size:var(--font-ui-small)}.ppb-base-config-warning .svg-icon{width:16px;height:16px;flex-shrink:0}.ppb-base-selector-modal{max-width:600px}.ppb-base-modal-title{display:flex;align-items:center;gap:8px;margin-bottom:16px}.ppb-base-modal-title h2{margin:0}.ppb-base-modal-icon{display:flex;align-items:center;color:var(--interactive-accent)}.ppb-base-modal-icon svg{width:24px;height:24px}.ppb-base-modal-section{margin-bottom:16px}.ppb-base-modal-section h3{margin:0 0 12px;font-size:var(--font-ui-medium);color:var(--text-normal)}.ppb-base-modal-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-muted);font-size:var(--font-ui-smaller);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.05em}.ppb-base-modal-divider:before,.ppb-base-modal-divider:after{content:"";flex:1;height:1px;background:var(--background-modifier-border)}.ppb-base-search{margin-bottom:8px}.ppb-base-search-input{width:100%;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-small)}.ppb-base-search-input:focus{border-color:var(--interactive-accent);outline:none;box-shadow:0 0 0 2px var(--interactive-accent-hover)}.ppb-base-file-list{max-height:200px;overflow-y:auto;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s)}.ppb-base-file-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;border-bottom:1px solid var(--background-modifier-border)}.ppb-base-file-item:last-child{border-bottom:none}.ppb-base-file-item:hover{background:var(--background-modifier-hover)}.ppb-base-file-icon{display:flex;color:var(--text-muted);flex-shrink:0}.ppb-base-file-icon svg{width:16px;height:16px}.ppb-base-file-info{display:flex;flex-direction:column;min-width:0}.ppb-base-file-name{font-size:var(--font-ui-small);font-weight:var(--font-medium);color:var(--text-normal)}.ppb-base-file-path{font-size:var(--font-ui-smaller);color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppb-base-empty-list{padding:16px;text-align:center;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-base-filters h4{margin:0 0 8px;font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-base-filter-list{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.ppb-base-filter-row{display:flex;align-items:center;gap:6px}.ppb-base-filter-type{padding:4px 8px;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-smaller);min-width:110px}.ppb-base-filter-value{flex:1;padding:4px 8px;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-smaller)}.ppb-base-filter-remove{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:none;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-s);font-size:16px}.ppb-base-filter-remove:hover{color:var(--text-error);background:var(--background-modifier-hover)}.ppb-base-add-filter{font-size:var(--font-ui-smaller);color:var(--interactive-accent);background:none;border:1px dashed var(--background-modifier-border);border-radius:var(--radius-s);padding:4px 12px;cursor:pointer;width:100%}.ppb-base-add-filter:hover{background:var(--background-modifier-hover)}.ppb-base-create-action{margin-top:16px;display:flex;justify-content:flex-end}.ppb-base-create-btn{padding:8px 24px}.ppb-academic-base .ppb-base-content .bases-header{display:none!important}.ppb-academic-grid .ppb-academic-base{min-height:200px}.ppb-native-shell{max-width:90rem;margin:0 auto;padding:24px;min-height:100vh;position:relative}.ppb-native-shell-header{margin-bottom:0;position:relative;z-index:20}.ppb-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.ppb-header-left{display:flex;align-items:center;gap:1.5rem}.ppb-header-avatar{width:5rem;height:5rem;border-radius:9999px;border:2px solid white;overflow:hidden;background:#fff;box-shadow:0 4px 6px -1px #0000001a;flex-shrink:0}.ppb-header-avatar img{width:100%;height:100%;object-fit:cover}.ppb-header-info{display:flex;flex-direction:column;gap:.25rem}.ppb-header-name-row{display:flex;align-items:center;gap:.75rem}.ppb-header-name{font-size:1.25rem;font-weight:500;color:var(--ppb-foreground, var(--text-normal));margin:0}.ppb-header-title{padding:.25rem .5rem;font-size:.75rem;font-weight:500;background:hsl(var(--ppb-secondary, 210 40% 96%) / .2);color:var(--ppb-secondary-foreground, var(--text-muted));border-radius:.375rem}.ppb-header-details{display:flex;flex-direction:column;gap:.25rem}.ppb-header-detail-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--ppb-muted-foreground, var(--text-muted))}.ppb-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;height:5rem;justify-content:space-between}button.ppb-header-settings-btn{display:flex;align-items:center;gap:.25rem;height:2rem;padding:0 .75rem;font-size:.875rem;border:1px solid hsl(var(--ppb-border, 214 32% 91%) / .5);border-radius:.375rem;background:transparent;color:var(--ppb-foreground, var(--text-normal));box-shadow:unset;cursor:pointer;transition:border-color .2s}button.ppb-header-settings-btn:hover{border-color:var(--ppb-border, var(--background-modifier-border))}button.ppb-header-settings-btn svg{flex-shrink:0}.ppb-header-tab-switcher{display:grid;grid-template-columns:repeat(3,1fr);width:12rem;background:var(--ppb-muted, var(--background-secondary));border-radius:.75rem;padding:.25rem}button.ppb-header-tab-btn{padding:.375rem .75rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:none;background:transparent;color:hsl(var(--ppb-muted-foreground, 215 16% 47%) / .8);box-shadow:unset;cursor:pointer;transition:all .15s;text-align:center}button.ppb-header-tab-btn:hover{color:var(--ppb-foreground, var(--text-normal))}button.ppb-header-tab-btn.ppb-header-tab-active{background:var(--ppb-background, var(--background-primary));color:var(--ppb-foreground, var(--text-normal));box-shadow:0 1px 2px #0000000d}.ppb-tab-container{display:none}.ppb-tab-container.ppb-tab-active{display:block}.ppb-tab-academic{container-type:inline-size}.ppb-academic-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px}@container (max-width: 720px){.ppb-academic-grid{grid-template-columns:1fr}}.ppb-tab-projects{height:calc(100vh - 9rem)}.ppb-personal-grid,.ppb-personal-section{display:grid;grid-template-columns:1fr 1fr;gap:32px}.ppb-island{min-height:200px;overflow:hidden}.ppb-island-full-width{grid-column:1 / -1}.ppb-focus-heatmap{height:100%;overflow-y:auto}.ppb-focus-wrapper{display:flex;flex-direction:column;gap:16px;padding:12px}.ppb-focus-stats{display:flex;gap:8px}.ppb-focus-stat-card{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;border-radius:var(--radius-m);background:var(--background-secondary);border:1px solid var(--background-modifier-border)}.ppb-focus-stat-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-s);background:var(--interactive-accent);color:var(--text-on-accent)}.ppb-focus-stat-icon svg{width:14px;height:14px}.ppb-focus-stat-value{font-size:var(--font-ui-large);font-weight:var(--font-bold);color:var(--text-normal);line-height:1}.ppb-focus-stat-label{font-size:var(--font-ui-smaller);color:var(--text-muted)}.ppb-focus-section-title{font-size:var(--font-ui-small);font-weight:var(--font-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}.ppb-focus-tags-section{display:flex;flex-direction:column}.ppb-focus-tag-list{display:flex;flex-direction:column;gap:6px}.ppb-focus-tag-row{display:flex;align-items:center;gap:8px}.ppb-focus-tag-name{flex-shrink:0;width:80px;font-size:var(--font-ui-smaller);color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppb-focus-tag-bar-bg{flex:1;height:6px;border-radius:3px;background:var(--background-modifier-hover);overflow:hidden}.ppb-focus-tag-bar{height:100%;border-radius:3px;background:var(--interactive-accent);transition:width .3s ease}.ppb-focus-tag-count{flex-shrink:0;width:28px;text-align:right;font-size:var(--font-ui-smaller);font-weight:var(--font-medium);color:var(--text-normal)}.ppb-focus-heatmap-section{display:flex;flex-direction:column}.ppb-focus-heatmap-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:4px}.ppb-focus-heatmap-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 2px;border-radius:var(--radius-s);min-height:44px}.ppb-focus-heatmap-cell:not(.ppb-focus-heat-0) .ppb-focus-heatmap-label{color:var(--text-on-accent)}.ppb-focus-heatmap-label{font-size:9px;color:var(--text-faint);line-height:1;margin-bottom:2px}.ppb-focus-heatmap-count{font-size:var(--font-ui-smaller);font-weight:var(--font-semibold);line-height:1}.ppb-focus-heat-0{background:var(--background-modifier-hover)}.ppb-focus-heat-0 .ppb-focus-heatmap-count{color:var(--text-faint)}.ppb-focus-heat-1{background:color-mix(in srgb,var(--interactive-accent) 20%,var(--background-primary))}.ppb-focus-heat-1 .ppb-focus-heatmap-count{color:var(--interactive-accent)}.ppb-focus-heat-2{background:color-mix(in srgb,var(--interactive-accent) 40%,var(--background-primary))}.ppb-focus-heat-2 .ppb-focus-heatmap-count{color:var(--interactive-accent)}.ppb-focus-heat-3{background:color-mix(in srgb,var(--interactive-accent) 60%,var(--background-primary))}.ppb-focus-heat-3 .ppb-focus-heatmap-count{color:var(--text-on-accent)}.ppb-focus-heat-4{background:var(--interactive-accent)}.ppb-focus-heat-4 .ppb-focus-heatmap-count{color:var(--text-on-accent)}.ppb-focus-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:24px;text-align:center;gap:8px}.ppb-focus-empty-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-m);background:var(--background-modifier-hover);color:var(--text-muted)}.ppb-focus-empty-icon svg{width:24px;height:24px}.ppb-focus-empty-title{margin:0;font-size:var(--font-ui-medium);font-weight:var(--font-semibold);color:var(--text-normal)}.ppb-focus-empty-hint{margin:0;font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-base-toggle-btn.is-active{color:var(--interactive-accent)}.ppb-focus-map{padding:12px}.ppb-focus-map-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:var(--font-ui-smaller);color:var(--text-muted)}.ppb-focus-map-tags{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppb-focus-map-grid{display:grid;gap:8px;width:100%}.ppb-focus-map-week-header{font-size:var(--font-ui-smaller);color:var(--text-muted);text-align:center;padding:4px}.ppb-focus-map-month-label{font-size:var(--font-ui-smaller);color:var(--text-muted);display:flex;align-items:center;justify-content:flex-end;padding-right:8px}.ppb-focus-map-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;border:1px solid var(--background-modifier-border);cursor:default;transition:transform .15s ease,box-shadow .15s ease}.ppb-focus-map-cell:hover{transform:scale(1.05)}.ppb-focus-map-cell-tag{font-size:var(--font-ui-smaller);font-weight:var(--font-medium);margin-bottom:2px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.ppb-focus-map-cell-pct{font-size:var(--font-ui-smaller)}.ppb-focus-map-cell-count{font-size:10px;opacity:.75;margin-top:2px}.ppb-focus-map-legend{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:8px 12px;font-size:var(--font-ui-smaller);color:var(--text-muted);background:var(--background-secondary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border)}.ppb-focus-map-legend-bar{display:flex;align-items:center;gap:6px}.ppb-focus-map-legend-swatches{display:flex;gap:3px}.ppb-focus-map-legend-swatch{width:12px;height:12px}.ppb-focus-map-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:32px;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-focus-map-spinner svg{animation:ppb-spin 1s linear infinite}.ppb-focus-map-error{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px;text-align:center;color:var(--text-error);font-size:var(--font-ui-small)}.ppb-focus-map-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;gap:4px}.ppb-focus-map-empty p{margin:0;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-focus-map-hint{font-size:var(--font-ui-smaller)!important}.ppb-focus-map-drilldown{padding:12px}.ppb-focus-map-drilldown-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ppb-focus-map-drilldown-label{font-size:var(--font-ui-small);font-weight:var(--font-medium);color:var(--text-normal)}.ppb-focus-map-drilldown-back{flex-shrink:0}.ppb-focus-map-drilldown-content{min-height:100px}.ppb-overview{position:relative;padding:30px;height:100%;overflow:hidden;border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);background:var(--background-primary);container-type:inline-size}.ppb-overview-spark-wrap{position:absolute;top:40px;right:0;width:320px;height:160px;opacity:.3;transform:scale(1.1);pointer-events:none}.ppb-overview-sparkline{width:100%;height:100%;transform:scaleY(.75)}.ppb-overview-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.ppb-overview-title{margin:0 0 16px;font-size:20px;font-weight:var(--font-medium);color:var(--text-muted)}.ppb-overview-metric{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.ppb-overview-metric-value{font-size:3rem;font-weight:var(--font-bold);color:var(--text-normal);line-height:1}.ppb-overview-metric-growth{display:flex;align-items:center;gap:4px;font-size:var(--font-ui-smaller);color:var(--interactive-accent)}.ppb-overview-metric-growth svg{width:12px;height:12px}.ppb-overview-subtitle{margin:0;font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-overview-stats{margin-top:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@container (max-width: 400px){.ppb-overview-stats{grid-template-columns:repeat(2,1fr);gap:12px}}.ppb-overview-stat{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.ppb-overview-stat-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--background-modifier-hover);color:var(--text-normal)}.ppb-overview-stat-icon svg{width:20px;height:20px}.ppb-overview-stat-info{display:flex;flex-direction:column}.ppb-overview-stat-label{font-size:var(--font-ui-smaller);color:var(--text-muted);line-height:1.4}.ppb-overview-stat-value{font-size:var(--font-ui-large);font-weight:var(--font-bold);color:var(--text-normal);line-height:1.2}.ppb-overview-loading,.ppb-overview-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px;text-align:center;color:var(--text-muted);font-size:var(--font-ui-small);height:100%}.ppb-overview-error{color:var(--text-error)}.ppb-overview-spinner svg{animation:ppb-spin 1s linear infinite}.ppb-overview-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-overview-empty p{margin:0}.ppb-today-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;height:100%;container-type:inline-size}@container (max-width: 480px){.ppb-today-split{grid-template-columns:1fr}}.ppb-today-split .bases-header{display:none!important}.ppb-today{display:grid;grid-template-columns:1fr 1fr;gap:24px;height:100%;container-type:inline-size}@container (max-width: 480px){.ppb-today{grid-template-columns:1fr}}.ppb-today--loading{display:flex}.ppb-today-loading,.ppb-today-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px;text-align:center;color:var(--text-muted);font-size:var(--font-ui-small);width:100%}.ppb-today-error{color:var(--text-error)}.ppb-today-spinner svg{animation:ppb-spin 1s linear infinite}.ppb-today-empty{display:flex;align-items:center;justify-content:center;width:100%;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-today-empty p{margin:0}.ppb-today-left{border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);background:var(--background-primary);padding:26px 20px 37px;overflow:hidden;position:relative}.ppb-today-card-title{margin:0 0 16px;font-size:20px;font-weight:var(--font-medium)}.ppb-today-stats{display:flex;flex-direction:column;gap:12px;padding:19px 0}.ppb-today-stat-row{display:flex;align-items:center;justify-content:space-between}.ppb-today-stat-lhs{display:flex;align-items:center;gap:12px}.ppb-today-stat-icon{width:32px;height:32px;border-radius:var(--radius-s);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ppb-today-stat-icon span{display:flex;align-items:center;justify-content:center}.ppb-today-stat-icon svg{width:16px;height:16px}.ppb-today-stat-label{font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-today-stat-value{font-size:var(--font-ui-small);font-weight:var(--font-medium);color:var(--text-normal)}.ppb-today-right{border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);background:var(--background-primary);padding:24px;overflow:hidden;position:relative;display:flex;flex-direction:column}.ppb-today-ticket-head{text-align:center;margin-bottom:16px}.ppb-today-ticket-brand{font-size:20px;font-weight:var(--font-bold);color:var(--text-normal)}.ppb-today-ticket-sub{font-size:var(--font-ui-smaller);color:var(--text-muted);margin-bottom:8px}.ppb-today-ticket-badge{display:inline-block;padding:2px 12px;border-radius:999px;font-size:var(--font-ui-smaller);font-weight:var(--font-medium);background:var(--background-modifier-hover);color:var(--text-normal)}.ppb-today-bars{display:flex;flex-direction:column;gap:12px;flex:1}.ppb-today-bar-group{display:flex;flex-direction:column;gap:4px}.ppb-today-bar-header{display:flex;justify-content:space-between;font-size:var(--font-ui-smaller);color:var(--text-muted)}.ppb-today-bar-pct{font-weight:var(--font-medium)}.ppb-today-bar-track{width:100%;height:8px;border-radius:4px;background:var(--background-modifier-hover);overflow:hidden}.ppb-today-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.ppb-today-divider{border-top:1px dashed var(--background-modifier-border);margin:16px 0}.ppb-today-focus-btn-wrap{text-align:center}.ppb-today-focus-btn{display:inline-flex;align-items:center;gap:8px;width:100%;justify-content:center;padding:10px 16px;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-small);cursor:pointer;transition:background .15s ease}.ppb-today-focus-btn:hover:not(:disabled){background:var(--background-modifier-hover)}.ppb-today-focus-btn:disabled{opacity:.6;cursor:not-allowed}.ppb-today-focus-btn svg{width:16px;height:16px}:root{--diff-selection-bg: #b3d7ff;--diff-gutter-insert-bg: #d6fedb;--diff-gutter-delete-bg: #fadde0;--diff-gutter-selected-bg: #fffce0;--diff-code-insert-bg: #eaffee;--diff-code-insert-edit-bg: #c0dc91;--diff-code-delete-bg: #fdeff0;--diff-code-delete-edit-bg: #f39ea2;--diff-code-selected-bg: #fffce0;--diff-omit-gutter-line: #cb2a1d}.theme-dark{--diff-selection-bg: rgba(56, 139, 253, .15);--diff-gutter-insert-bg: rgba(46, 160, 67, .15);--diff-gutter-delete-bg: rgba(248, 81, 73, .15);--diff-gutter-selected-bg: rgba(255, 255, 255, .05);--diff-code-insert-bg: rgba(46, 160, 67, .1);--diff-code-insert-edit-bg: rgba(46, 160, 67, .35);--diff-code-delete-bg: rgba(248, 81, 73, .1);--diff-code-delete-edit-bg: rgba(248, 81, 73, .35);--diff-code-selected-bg: rgba(255, 255, 255, .05);--diff-omit-gutter-line: #f85149}.institution-search-input{width:100%;padding:8px;margin-bottom:8px;border:1px solid var(--background-modifier-border);border-radius:4px}.search-container{margin-bottom:16px}.search-results{margin:16px 0;padding:12px;border:1px solid var(--background-modifier-border);border-radius:4px;background-color:var(--background-primary)}.search-results table{width:100%;border-collapse:collapse}.search-results th,.search-results td{padding:8px;border:1px solid var(--background-modifier-border)}.search-results th{background-color:var(--background-secondary);font-weight:700}.vertical-tab-nav-item[data-plugin-id=paperbell]:after{content:" 🎓"}.vertical-tab-nav-item-pro{right:var(--size-4-2);position:absolute}.vertical-tab-nav-item-pro:before{content:"PRO";font-size:var(--font-smallest);color:var(--text-faint);padding-left:var(--size-2-2);padding-right:var(--size-2-2);background-color:var(--background-secondary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border)}.vertical-tab-nav-item[data-plugin-id=paperbell]{position:relative}.paperbell-replacements{margin-bottom:1em}.paperbell-replacement-item{display:flex;align-items:center;margin-bottom:.5em;padding:.5em;background-color:var(--background-secondary);border-radius:4px}.paperbell-replacement-fields{flex-grow:1;margin-right:.5em;display:flex;gap:.5em}.paperbell-replacement-fields input{flex-grow:1}.paperbell-replacement-buttons{display:flex;gap:.3em}.paperbell-replacement-item:first-child .paperbell-replacement-buttons .clickable-icon.clickable-icon-move-up[disabled]{pointer-events:none}.paperbell-replacement-item:last-child .paperbell-replacement-buttons .clickable-icon.clickable-icon-move-down[disabled]{pointer-events:none}.diff{background-color:var(--diff-background-color);border-collapse:collapse;color:var(--diff-text-color);table-layout:fixed;width:100%}.diff::-moz-selection{background-color:var(--diff-selection-bg);color:var(--diff-selection-text-color, var(--diff-text-color))}.diff::selection{background-color:var(--diff-selection-bg);color:var(--diff-selection-text-color, var(--diff-text-color))}.diff td{padding-bottom:0;padding-top:0;vertical-align:top}.diff-line{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);line-height:1.5}.diff-gutter>a{color:inherit;display:block}.diff-gutter{cursor:pointer;padding:0 1ch;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none}.diff-gutter-insert{background-color:var(--diff-gutter-insert-bg);color:var(--diff-gutter-insert-text-color, var(--diff-text-color))}.diff-gutter-delete{background-color:var(--diff-gutter-delete-bg);color:var(--diff-gutter-delete-text-color, var(--diff-text-color))}.diff-gutter-omit{cursor:default}.diff-gutter-selected{background-color:var(--diff-gutter-selected-bg);color:var(--diff-gutter-selected-text-color, var(--diff-text-color))}.diff-code{word-wrap:break-word;padding:0 0 0 .5em;white-space:pre-wrap;word-break:break-all}.diff-code-edit{color:inherit}.diff-code-insert{background-color:var(--diff-code-insert-bg);color:var(--diff-code-insert-text-color, var(--diff-text-color))}.diff-code-insert .diff-code-edit{background-color:var(--diff-code-insert-edit-bg);color:var(--diff-code-insert-edit-text-color, var(--diff-text-color))}.diff-code-delete{background-color:var(--diff-code-delete-bg);color:var(--diff-code-delete-text-color, var(--diff-text-color))}.diff-code-delete .diff-code-edit{background-color:var(--diff-code-delete-edit-bg);color:var(--diff-code-delete-edit-text-color, var(--diff-text-color))}.diff-code-selected{background-color:var(--diff-code-selected-bg);color:var(--diff-code-selected-text-color, var(--diff-text-color))}.diff-widget-content{vertical-align:top}.diff-gutter-col{width:7ch}.diff-gutter-omit{height:0}.diff-gutter-omit:before{background-color:var(--diff-omit-gutter-line);content:" ";display:block;height:100%;margin-left:4.6ch;overflow:hidden;white-space:pre;width:2px}.diff-decoration{line-height:1.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.diff-decoration-content{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);padding:0}.conflict-view{display:flex;flex-direction:column;height:100%;width:100%;padding:20px}.conflict-view-description{margin-bottom:16px;color:var(--text-muted)}.conflict-view-body{display:flex;flex:1;min-height:0;gap:12px}.conflict-view-sidebar{flex:0 0 300px;overflow-y:auto;border-right:1px solid var(--background-modifier-border);padding-right:12px}.conflict-view-detail{flex:1;overflow:auto;min-width:0}.conflict-view-detail-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-style:italic}.conflict-view-detail-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin-bottom:8px;background-color:var(--background-secondary);border-radius:4px;gap:12px}.conflict-view-detail-path{flex:1;font-family:var(--font-monospace);font-size:var(--font-smaller);color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.conflict-view-detail-actions{display:flex;gap:12px;flex-shrink:0}.conflict-resolution-label{display:flex;align-items:center;gap:4px;white-space:nowrap;cursor:pointer;font-size:var(--font-small)}.conflict-view-section{margin-bottom:16px}.conflict-view-section h3{margin-bottom:8px;padding-bottom:5px;font-size:var(--font-small);border-bottom:1px solid var(--background-modifier-border)}.conflict-category-actions{margin-top:var(--size-4-2);margin-bottom:var(--size-4-2);display:flex;justify-content:flex-start;align-items:center;gap:var(--size-4-2)}.conflict-category-actions button{font-size:var(--font-smallest)}.conflict-file,.conflict-file-item{margin-bottom:4px;border:1px solid var(--background-modifier-border);border-radius:4px;transition:border-color .15s ease}.conflict-file-item.is-active{border-color:var(--interactive-accent)}.conflict-file-item.is-active .conflict-file-header{background-color:var(--background-modifier-hover)}.conflict-file-header{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;cursor:pointer;background-color:var(--background-secondary);border-radius:3px}.conflict-file-path{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--font-smaller)}.conflict-resolution-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-right:8px;background-color:var(--text-faint);transition:background-color .15s ease}.conflict-resolution-indicator[data-resolution=apply_update]{background-color:var(--interactive-accent)}.conflict-diff{padding:8px;overflow-x:auto;background-color:var(--background-primary);border-radius:4px}.conflict-file-preview{padding:10px;overflow:auto;background-color:var(--background-primary);border-radius:4px}.conflict-file-preview pre{margin:0;white-space:pre-wrap;word-break:break-all}.binary-file-notice{padding:10px;color:var(--text-muted);font-style:italic}.diff-split .diff-gutter-col{width:5ch}.conflict-view-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--background-modifier-border)}.workspace-leaf-content.conflict-view-container[data-type^=ppb-conflict-view]{overflow:hidden;padding-bottom:0}.paperbell-landing-view{display:flex;flex-direction:column;height:100%;padding:0;overflow-y:auto}.ppb-wizard-wrapper{display:flex;flex-direction:column;height:100%;max-width:90%;margin:0 auto;padding:24px 32px;width:100%}.ppb-wizard-progress{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-bottom:32px;padding:16px 0 8px;flex-shrink:0}.ppb-wizard-progress-step{display:flex;flex-direction:column;align-items:center;gap:6px}.ppb-wizard-progress-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-ui-small);font-weight:600;border:2px solid var(--background-modifier-border);background-color:var(--background-primary);color:var(--text-muted);transition:all .3s ease;flex-shrink:0;--icon-size: 16px}.ppb-wizard-progress-dot.is-active{border-color:var(--interactive-accent);background-color:var(--interactive-accent);color:var(--text-on-accent);box-shadow:0 0 0 4px rgba(var(--interactive-accent-rgb, 72, 133, 237),.2)}.ppb-wizard-progress-dot.is-completed{border-color:var(--text-success, #28a745);background-color:var(--text-success, #28a745);color:#fff;cursor:pointer}.ppb-wizard-progress-dot.is-completed:hover{opacity:.85}.ppb-wizard-progress-line{width:48px;height:2px;background-color:var(--background-modifier-border);transition:background-color .3s ease;margin-top:15px;flex-shrink:0}.ppb-wizard-progress-line.is-completed{background-color:var(--text-success, #28a745)}.ppb-wizard-progress-label{font-size:var(--font-ui-smaller);color:var(--text-muted);text-align:center;max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ppb-wizard-content{flex:1;overflow-y:auto;padding:0 20px;min-height:0}.ppb-wizard-step-enter{animation:ppb-step-enter .3s ease-out forwards}.ppb-wizard-step-enter-reverse{animation:ppb-step-enter-reverse .3s ease-out forwards}@keyframes ppb-step-enter{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes ppb-step-enter-reverse{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.ppb-wizard-nav{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid var(--background-modifier-border);margin-top:24px;flex-shrink:0}.ppb-wizard-nav-left,.ppb-wizard-nav-right{display:flex;gap:8px}.ppb-wizard-nav-btn{display:flex;align-items:center;gap:6px;padding:8px 20px;border-radius:6px;font-weight:500;transition:all .2s ease;cursor:pointer;border:1px solid var(--background-modifier-border);background-color:var(--background-secondary);color:var(--text-normal)}.ppb-wizard-nav-btn:hover{background-color:var(--background-modifier-hover)}.ppb-wizard-nav-btn.mod-cta{border:none}.ppb-wizard-nav-icon{display:flex;align-items:center;--icon-size: 14px}.ppb-step-header{text-align:center;margin-bottom:24px}.ppb-step-header h2{margin:12px 0 8px;color:var(--text-normal);font-weight:700;font-size:1.5em}.ppb-step-header p{color:var(--text-muted);font-size:var(--font-ui-medium);line-height:1.5;max-width:600px;margin:0 auto}.ppb-step-header-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background-color:var(--interactive-accent);color:var(--text-on-accent);--icon-size: 24px}.ppb-account-container{display:flex;flex-direction:column;align-items:center}.ppb-account-methods{display:flex;gap:16px;width:100%;max-width:700px;align-items:stretch}.ppb-account-method{flex:1;padding:24px;background-color:var(--background-secondary);border-radius:12px;border:1px solid var(--background-modifier-border);text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.ppb-account-method h3{margin:0;font-size:1.1em}.ppb-account-method-desc{color:var(--text-muted);font-size:var(--font-ui-small);margin:0 0 8px}.ppb-account-method-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--background-primary);border:2px solid var(--interactive-accent);color:var(--interactive-accent);--icon-size: 20px}.ppb-account-divider{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:var(--font-ui-small);padding:0 4px;flex-shrink:0}.ppb-account-login-btn,.ppb-account-verify-btn{width:100%;padding:8px 16px;border-radius:6px;font-weight:500}.ppb-account-input-group{display:flex;flex-direction:column;gap:8px;width:100%}.ppb-account-input{width:100%;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:6px;background-color:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-small)}.ppb-account-input:focus{border-color:var(--interactive-accent);outline:none;box-shadow:0 0 0 2px rgba(var(--interactive-accent-rgb, 72, 133, 237),.2)}.ppb-account-error{color:var(--text-error, #dc3545);font-size:var(--font-ui-small);margin:4px 0 0}.ppb-account-link{font-size:var(--font-ui-small);color:var(--text-muted);margin-top:8px}.ppb-account-link a{color:var(--text-accent);text-decoration:none}.ppb-account-link a:hover{text-decoration:underline}.ppb-account-success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px;background-color:var(--background-secondary);border-radius:12px;border:1px solid var(--text-success, #28a745);max-width:500px;width:100%}.ppb-account-success h3{margin:0;color:var(--text-success, #28a745)}.ppb-account-success-icon{width:64px;height:64px;border-radius:50%;background-color:var(--text-success, #28a745);color:#fff;display:flex;align-items:center;justify-content:center;--icon-size: 32px}.ppb-account-user-name{font-weight:600;color:var(--text-normal)}.ppb-account-license-info{color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-account-checking{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px;color:var(--text-muted)}.ppb-account-spinner{animation:ppb-spin 1s linear infinite;--icon-size: 24px}@keyframes ppb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ppb-complete-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:32px 0}.ppb-complete-icon{color:var(--text-success, #28a745);--icon-size: 64px;animation:ppb-pop-in .5s ease-out}@keyframes ppb-pop-in{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.ppb-complete-container h2{margin:0;font-size:1.8em;color:var(--text-normal)}.ppb-complete-description{color:var(--text-muted);max-width:500px;line-height:1.5}.ppb-complete-checklist{width:100%;max-width:500px;text-align:left;background-color:var(--background-secondary);border-radius:12px;border:1px solid var(--background-modifier-border);overflow:hidden}.ppb-complete-checklist-item{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--background-modifier-border)}.ppb-complete-checklist-item:last-child{border-bottom:none}.ppb-complete-checklist-icon{width:22px;height:22px;flex-shrink:0;--icon-size: 18px}.ppb-complete-checklist-icon.is-done{color:var(--text-success, #28a745)}.ppb-complete-checklist-icon.is-pending{color:var(--text-muted)}.ppb-complete-checklist-text{display:flex;flex-direction:column;gap:2px}.ppb-complete-checklist-label{font-weight:600;color:var(--text-normal)}.ppb-complete-checklist-detail{font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-complete-note{color:var(--text-muted);font-size:var(--font-ui-small);max-width:500px;line-height:1.5;font-style:italic}.paperbell-landing-topbar{display:flex;justify-content:space-between;align-items:center;padding:var(--size-4-3);background-color:var(--background-secondary-alt);border-bottom:1px solid var(--background-modifier-border)}.paperbell-landing-title{margin:0;font-size:var(--font-ui-large)}.paperbell-landing-topbar-checkbox{margin:0!important;padding:8px 12px!important;background-color:var(--background-primary-alt)!important;border-radius:6px;border:1px solid var(--background-modifier-border)}.paperbell-landing-back-button{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;color:var(--text-normal);padding:8px 12px;border-radius:6px;font-weight:500}.paperbell-landing-back-button:hover{background-color:var(--background-modifier-hover)}.paperbell-landing-progress{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.paperbell-landing-progress-text{font-size:var(--font-ui-small);color:var(--text-muted)}.paperbell-landing-progress-bar{width:150px;height:8px;background-color:var(--background-modifier-border);border-radius:4px;overflow:hidden}.paperbell-landing-progress-inner{height:100%;background-color:var(--text-accent);border-radius:4px}.paperbell-landing-tab-content{padding:20px}.paperbell-landings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:30px}.paperbell-landing-card{position:relative;display:flex;flex-direction:column;background-color:var(--background-secondary);border-radius:8px;padding:20px;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--background-modifier-border);min-height:220px}.paperbell-landing-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-l)}.paperbell-landing-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:var(--interactive-accent);color:var(--text-on-accent);margin-bottom:15px;font-size:1.2em}.paperbell-landing-card h3{margin:0 0 10px;font-size:1.2em}.paperbell-landing-card p{color:var(--text-muted);margin-bottom:20px;font-size:.9em;flex-grow:1}.paperbell-landing-card-status{position:absolute;top:15px;right:15px;padding:6px 10px;border-radius:6px;font-size:.8em;font-weight:700;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.paperbell-landing-card-status.completed{background-color:var(--text-success);color:#fff}.paperbell-landing-card-status.pending{background-color:var(--text-muted);color:var(--background-primary)}.paperbell-landing-card-button{background-color:var(--interactive-accent);color:var(--text-on-accent);border:none;border-radius:4px;padding:8px 12px;cursor:pointer;font-weight:700;transition:background-color .2s ease;align-self:flex-start}.paperbell-landing-card-button:hover{background-color:var(--interactive-accent-hover)}.paperbell-landing-description{color:var(--text-muted);margin-bottom:20px;font-style:italic;padding-left:10px}.paperbell-landing-step{margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid var(--background-modifier-border)}.paperbell-landing-step:last-child{border-bottom:none}.paperbell-landing-step-header{margin-bottom:10px}.paperbell-landing-step h3{margin-top:15px;margin-bottom:10px;font-size:1.2em;color:var(--text-accent)}.paperbell-landing-step-description{margin-bottom:15px;line-height:1.5}.paperbell-landing-toggle-images{background-color:var(--interactive-accent);color:var(--text-on-accent);border:none;border-radius:4px;padding:5px 10px;cursor:pointer;font-size:.9em;margin-bottom:10px}.paperbell-landing-images-container{margin-top:10px;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:1000px;opacity:1;overflow:hidden}.paperbell-landing-images-container.collapsed{max-height:0;opacity:0;margin-top:0}.paperbell-landing-figure{margin-bottom:15px}.paperbell-landing-figure img{max-width:100%;border-radius:5px;border:1px solid var(--background-modifier-border)}.paperbell-landing-figure figcaption{text-align:center;font-style:italic;margin-top:5px;color:var(--text-muted)}.paperbell-landing-tab-content p{margin-bottom:15px;line-height:1.5}.paperbell-landing-tab-content a{color:var(--text-accent);text-decoration:none}.paperbell-landing-tab-content a:hover{text-decoration:underline}.paperbell-landing-tab-content ol,.paperbell-landing-tab-content ul{margin-left:20px;margin-bottom:15px}.paperbell-landing-tab-content li{margin-bottom:5px}.paperbell-landing-checkboxes{margin-top:30px;background-color:var(--background-secondary);border-radius:5px;padding:15px}.paperbell-landing-checkboxes h3{margin-top:0;margin-bottom:15px;color:var(--text-normal)}.paperbell-landing-checkbox{margin-top:10px;height:var(--input-height);padding:10px;background-color:var(--background-primary);border-radius:5px;display:flex;align-items:center}.paperbell-landing-checkbox input[type=checkbox]{margin-right:10px}.paperbell-landing-actions{display:flex;justify-content:flex-end;gap:10px}.paperbell-landing-actions button{padding:8px 16px}.paperbell-welcome-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center;max-width:900px;margin:0 auto;animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.paperbell-welcome-logo{font-size:60px;width:100px;height:100px;flex-shrink:0;background-color:var(--interactive-accent);color:var(--text-on-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:30px;box-shadow:0 8px 20px #00000026;animation:pulse 5s infinite ease-in-out;--icon-size: 48px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.paperbell-welcome-header{margin-bottom:40px}.paperbell-welcome-header h1{font-size:2.5em;color:var(--text-accent);margin-bottom:15px;font-weight:700}.paperbell-welcome-header p{font-size:1.2em;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.5}.paperbell-welcome-features{display:flex;justify-content:center;gap:30px;margin-bottom:50px;flex-wrap:wrap}.paperbell-welcome-feature{width:220px;background-color:var(--background-secondary);border-radius:12px;padding:25px;transition:all .3s ease;border:1px solid var(--background-modifier-border);position:relative;animation:slideIn .5s ease-in-out forwards;animation-delay:calc(var(--animation-order) * .15s);opacity:0;transform:translateY(20px);height:200px;display:flex;flex-direction:column;align-items:center}.paperbell-welcome-feature:nth-child(1){--animation-order: 1}.paperbell-welcome-feature:nth-child(2){--animation-order: 2}.paperbell-welcome-feature:nth-child(3){--animation-order: 3}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}.paperbell-welcome-feature:hover{transform:translateY(-8px);box-shadow:0 10px 20px #0000001a;border-color:var(--interactive-accent-hover)}.paperbell-welcome-feature-icon{font-size:30px;color:var(--interactive-accent);margin-bottom:20px;height:40px;width:40px;display:flex;align-items:center;justify-content:center;background-color:var(--background-primary);border-radius:50%;padding:10px;margin-top:-35px;border:2px solid var(--interactive-accent)}.paperbell-welcome-feature h3{margin:0 0 15px;color:var(--text-normal);font-weight:600;font-size:1.2em}.paperbell-welcome-feature p{color:var(--text-muted);font-size:.95em;line-height:1.5}.paperbell-welcome-actions{display:flex;gap:20px;margin-top:30px}.paperbell-welcome-actions button{padding:12px 24px;font-size:1.1em;border-radius:8px;transition:all .2s ease}.paperbell-welcome-start{background-color:var(--interactive-accent);color:var(--text-on-accent);font-weight:600;border:none;box-shadow:0 4px 8px #0000001a}.paperbell-welcome-start:hover{background-color:var(--interactive-accent-hover);transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.paperbell-landing-card-status.enabled{background-color:var(--color-orange);color:#fff}.paperbell-landing-card-status.disabled{background-color:var(--color-red);color:#fff}.paperbell-landing-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:15px}.paperbell-landing-card-button.enable{background-color:var(--color-green);color:#fff;flex:1;min-width:90px;padding:8px 12px;border-radius:6px;font-weight:500}.paperbell-landing-card-button.enable:hover{background-color:var(--color-green-hover)}.paperbell-landing-card-button.settings{background-color:var(--color-blue);color:#fff;flex:1;min-width:90px;padding:8px 12px;border-radius:6px;font-weight:500}.paperbell-landing-card-button.settings:hover{background-color:var(--color-blue-hover)}.paperbell-landing-card-button.config{background-color:var(--interactive-accent);color:var(--text-on-accent);flex:1;min-width:90px;padding:8px 12px;border-radius:6px;font-weight:500}.paperbell-landing-card-button.config:hover{background-color:var(--interactive-accent-hover)}.paperbell-landing-status-container{display:flex;flex-direction:row;align-items:flex-end;gap:15px;min-width:200px}.paperbell-landing-status{padding:8px 16px;border-radius:8px;font-size:.95em;font-weight:600;text-align:center;min-width:120px;white-space:nowrap}.paperbell-landing-status.enabled{background-color:var(--color-orange);color:#fff}.paperbell-landing-status.disabled{background-color:var(--color-red);color:#fff}.paperbell-landing-status.completed{background-color:var(--color-green);color:#fff}.paperbell-landing-actions{display:flex;gap:8px;justify-content:flex-end}.paperbell-landing-actions:empty{display:none}.paperbell-landing-enable-btn,.paperbell-landing-settings-btn{padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-weight:500;transition:all .2s ease;min-width:90px;white-space:nowrap}.paperbell-landing-enable-btn{background-color:var(--color-green);color:#fff}.paperbell-landing-enable-btn:hover{background-color:var(--color-green-hover)}.paperbell-landing-settings-btn{background-color:var(--color-blue);color:#fff}.paperbell-landing-settings-btn:hover{background-color:var(--color-blue-hover)}.paperbell-landing-step-header{display:flex;justify-content:space-between;align-items:center}.paperbell-landing-step-settings-btn{background-color:var(--color-blue);color:#fff;border:none;border-radius:4px;padding:4px 8px;cursor:pointer;font-size:.85em;font-weight:500;transition:background-color .2s ease}.paperbell-landing-step-settings-btn:hover{background-color:var(--color-blue-hover)}:root{--color-red: #dc3545;--color-red-hover: #c82333;--color-green: #28a745;--color-green-hover: #218838;--color-orange: #fd7e14;--color-orange-hover: #e66500;--color-blue: #007bff;--color-blue-hover: #0056b3}.paperbell-license-info{display:flex;flex-direction:column;gap:var(--size-4-2);padding:var(--size-4-4);background-color:var(--setting-items-background);margin:var(--size-2-2);border-radius:var(--radius-m)}.paperbell-uri-info{margin:1em 0;padding:1em;background-color:var(--background-secondary-alt);border-radius:var(--radius-m);border:1px solid var(--background-modifier-border)}.paperbell-uri-example{display:block;margin:.5em 0;padding:.5em;background-color:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);font-family:var(--font-monospace);font-size:.9em;word-break:break-all;color:var(--text-accent)}.paperbell-tabs-container{display:flex;gap:var(--size-4-2);flex-direction:column}.paperbell-tab-buttons{display:flex;gap:var(--size-4-2);background:var(--setting-items-background);width:fit-content;padding:var(--size-2-2) var(--size-4-2)}button.paperbell-tab-btn:not(.is-active){background-color:unset;box-shadow:none}.ppb-component-tabs{display:flex;gap:var(--size-4-1);border-bottom:1px solid var(--background-modifier-border);margin-bottom:var(--size-4-4);padding-bottom:var(--size-4-2)}.ppb-component-tab-btn{padding:var(--size-4-2) var(--size-4-4);border:none;background:transparent;cursor:pointer;font-size:var(--font-ui-small);color:var(--text-muted);border-radius:var(--radius-s);transition:all .15s ease}.ppb-component-tab-btn:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.ppb-component-tab-btn.is-active{background:var(--interactive-accent);color:var(--text-on-accent)}.ppb-component-tab-content{min-height:200px}.ppb-component-section{margin-bottom:var(--size-4-6);padding:var(--size-4-4);background:var(--background-secondary);border-radius:var(--radius-m);border:1px solid var(--background-modifier-border)}.ppb-component-header{margin-bottom:var(--size-4-3);padding-bottom:var(--size-4-2);border-bottom:1px solid var(--background-modifier-border)}.ppb-component-header h4{margin:0 0 var(--size-4-1) 0;padding:0;font-size:var(--font-ui-medium);font-weight:var(--font-semibold)}.ppb-component-desc{margin:0;font-size:var(--font-ui-smaller);color:var(--text-muted)}.ppb-component-settings .setting-item{border-top:none;padding-top:var(--size-4-2);padding-bottom:var(--size-4-2)}.ppb-component-footer{margin-top:var(--size-4-6);padding-top:var(--size-4-4);border-top:1px solid var(--background-modifier-border)}.ppb-config-example{margin-top:var(--size-4-3);margin-bottom:var(--size-4-3);padding:var(--size-4-3);background:var(--background-primary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border);font-size:var(--font-ui-smaller)}.ppb-config-example-title{font-weight:var(--font-medium);margin-bottom:var(--size-4-2);color:var(--text-muted)}.ppb-config-example-list{margin:0;padding-left:var(--size-4-4);color:var(--text-muted)}.ppb-config-example-list li{margin-bottom:var(--size-4-1)}.ppb-config-example-list li code{background:var(--background-secondary);padding:2px 6px;border-radius:var(--radius-s);font-family:var(--font-monospace)}.ppb-tags-container{margin-bottom:var(--size-4-3)}.ppb-tags-list{display:flex;flex-wrap:wrap;gap:var(--size-4-2);padding:var(--size-4-3);background:var(--background-primary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border);min-height:40px}.ppb-tag-item{display:flex;align-items:center;gap:var(--size-4-1);padding:var(--size-4-1) var(--size-4-2);background:var(--interactive-accent);color:var(--text-on-accent);border-radius:var(--radius-s);font-size:var(--font-ui-smaller)}.ppb-tag-remove{background:transparent;border:none;color:var(--text-on-accent);cursor:pointer;padding:0 var(--size-4-1);font-size:var(--font-ui-medium);opacity:.7;transition:opacity .15s ease}.ppb-tag-remove:hover{opacity:1}.ppb-tags-empty{color:var(--text-muted);font-size:var(--font-ui-smaller);margin:0}.ppb-pomodoro-status-bar{font-family:var(--font-monospace, monospace);font-weight:500;transition:all .2s ease}.ppb-pomodoro-status-bar:hover{opacity:.8}.ppb-pomodoro-idle{color:var(--text-muted)}.ppb-pomodoro-running{color:var(--color-red);animation:ppb-pomodoro-pulse 2s infinite}.ppb-pomodoro-paused{color:var(--color-orange);opacity:.7}@keyframes ppb-pomodoro-pulse{0%,to{opacity:1}50%{opacity:.6}}.ppb-focus-button{position:relative;overflow:hidden}.ppb-focus-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.ppb-focus-button:hover:before{left:100%}.ppb-pomodoro-progress{position:relative;height:4px;background:var(--background-modifier-border);border-radius:2px;overflow:hidden}.ppb-pomodoro-progress-bar{height:100%;background:var(--interactive-accent);border-radius:2px;transition:width 1s ease}.ppb-pomodoro-progress-bar.work{background:var(--color-red)}.ppb-pomodoro-progress-bar.short-break{background:var(--color-green)}.ppb-pomodoro-progress-bar.long-break{background:var(--color-blue)}.ppb-session-indicator{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:4px;font-size:.75em;font-weight:500}.ppb-session-indicator.work{background:rgba(var(--color-red-rgb),.1);color:var(--color-red)}.ppb-session-indicator.short-break{background:rgba(var(--color-green-rgb),.1);color:var(--color-green)}.ppb-session-indicator.long-break{background:rgba(var(--color-blue-rgb),.1);color:var(--color-blue)}.ppb-pomodoro-card{border:1px solid var(--background-modifier-border);border-radius:8px;padding:16px;background:var(--background-primary);transition:all .2s ease}.ppb-pomodoro-card:hover{border-color:var(--background-modifier-border-hover);box-shadow:0 2px 8px #0000001a}.ppb-pomodoro-card.active{border-color:var(--interactive-accent);box-shadow:0 0 0 1px var(--interactive-accent)}.ppb-pomodoro-time{font-family:var(--font-monospace, monospace);font-size:2em;font-weight:700;text-align:center;letter-spacing:.1em}.ppb-pomodoro-time.large{font-size:3em}.ppb-pomodoro-time.small{font-size:1.5em}.ppb-pomodoro-controls{display:flex;gap:8px;justify-content:center;align-items:center}.ppb-pomodoro-control-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--background-modifier-border);background:var(--background-primary);color:var(--text-normal);cursor:pointer;transition:all .2s ease}.ppb-pomodoro-control-btn:hover{background:var(--background-modifier-hover);border-color:var(--background-modifier-border-hover)}.ppb-pomodoro-control-btn.primary{background:var(--interactive-accent);color:var(--text-on-accent);border-color:var(--interactive-accent)}.ppb-pomodoro-control-btn.primary:hover{background:var(--interactive-accent-hover)}.ppb-pomodoro-control-btn:disabled{opacity:.5;cursor:not-allowed}.ppb-session-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:8px}.ppb-session-stat{text-align:center;padding:8px;border-radius:6px;background:var(--background-secondary)}.ppb-session-stat-value{font-size:1.2em;font-weight:600;color:var(--text-normal)}.ppb-session-stat-label{font-size:.8em;color:var(--text-muted);margin-top:2px}@media(max-width:768px){.ppb-pomodoro-time{font-size:1.8em}.ppb-pomodoro-time.large{font-size:2.5em}.ppb-pomodoro-controls{gap:6px}.ppb-pomodoro-control-btn{width:36px;height:36px}}.theme-dark .ppb-pomodoro-card{background:var(--background-primary-alt)}.theme-dark .ppb-pomodoro-progress{background:var(--background-modifier-border-focus)}@media(prefers-contrast:high){.ppb-pomodoro-status-bar{font-weight:700}.ppb-pomodoro-card{border-width:2px}.ppb-session-indicator{font-weight:700}}@media(prefers-reduced-motion:reduce){.ppb-pomodoro-running{animation:none}.ppb-focus-button:before{transition:none}.ppb-pomodoro-progress-bar{transition:none}*{transition:none!important}}.agent-output-shadow{height:100%}.agent-output-workspace{height:100%;overflow:hidden}.agent-panel{display:flex;height:100%;background:var(--background-primary);color:var(--text-normal);outline:none}.agent-panel-empty{justify-content:center;align-items:center}.agent-empty-message{text-align:center;color:var(--text-muted);padding:24px}.agent-empty-icon{font-size:2.5em;margin-bottom:12px;opacity:.6}.agent-empty-hint{font-size:.85em;color:var(--text-faint);margin-top:4px}.agent-panel-sidebar{width:220px;min-width:180px;border-right:1px solid var(--background-modifier-border);display:flex;flex-direction:column;overflow:hidden;background:var(--background-secondary);transition:width .2s ease,min-width .2s ease}.agent-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--background-modifier-border);font-weight:600;font-size:.85em;gap:6px}.agent-sidebar-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;flex:1}.agent-sidebar-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:2px 6px;border-radius:4px;font-size:.85em;transition:background .15s,color .15s}.agent-sidebar-btn:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.agent-sidebar-list{overflow-y:auto;flex:1}.agent-sidebar-list::-webkit-scrollbar{width:4px}.agent-sidebar-list::-webkit-scrollbar-thumb{background:var(--background-modifier-border);border-radius:2px}.agent-sidebar-list::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.agent-run-item{padding:8px 12px;cursor:pointer;border-bottom:1px solid var(--background-modifier-border-hover);border-left:3px solid transparent;transition:background .15s,border-color .15s}.agent-run-item:hover{background:var(--background-modifier-hover)}.agent-run-item.is-selected{background:var(--background-primary);border-left-color:var(--text-accent)}.agent-run-item-header{display:flex;align-items:center;gap:6px;margin-bottom:2px}.agent-run-name{font-size:.85em;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-run-item-meta{display:flex;align-items:center;gap:6px;font-size:.75em;color:var(--text-faint);padding-left:14px}.agent-run-file{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-run-event{padding:1px 4px;border-radius:3px;background:var(--background-modifier-hover);font-size:.9em}.agent-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.agent-status-running{background:var(--text-accent);animation:agent-pulse 1.5s infinite}.agent-status-completed{background:var(--text-success, #4caf50)}.agent-status-failed{background:var(--text-error)}.agent-status-queued{background:var(--text-muted)}.agent-status-cancelled{background:var(--text-faint)}.agent-status-pending{background:var(--text-warning, #ff9800);animation:agent-pulse 1.5s infinite}@keyframes agent-pulse{0%,to{opacity:1}50%{opacity:.4}}.agent-status-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:.75em;font-weight:600;white-space:nowrap}.agent-status-badge.agent-status-running{background:rgba(var(--color-accent-rgb, 0, 122, 255),.15);color:var(--text-accent)}.agent-status-badge.agent-status-completed{background:#4caf5026;color:var(--text-success, #4caf50)}.agent-status-badge.agent-status-failed{background:#f4433626;color:var(--text-error)}.agent-status-badge.agent-status-queued{background:var(--background-modifier-hover);color:var(--text-muted)}.agent-status-badge.agent-status-cancelled{background:var(--background-modifier-hover);color:var(--text-faint)}.agent-status-badge.agent-status-pending{background:#ff980026;color:var(--text-warning, #ff9800)}.agent-panel-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.agent-panel-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-size:.9em}.agent-panel-toolbar{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-bottom:1px solid var(--background-modifier-border);gap:8px;flex-wrap:wrap;background:var(--background-primary)}.agent-toolbar-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.agent-toolbar-agent{font-size:.8em;color:var(--text-muted);padding:1px 6px;background:var(--background-modifier-hover);border-radius:4px}.agent-toolbar-file{font-size:.8em;color:var(--text-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-toolbar-duration{font-size:.8em;color:var(--text-muted);font-variant-numeric:tabular-nums}.agent-toolbar-right{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.agent-toolbar-btn{background:none;border:1px solid var(--background-modifier-border);color:var(--text-muted);cursor:pointer;padding:2px 8px;border-radius:4px;font-size:.8em;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.agent-toolbar-btn:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.agent-toolbar-btn.is-active{background:rgba(var(--color-accent-rgb, 0, 122, 255),.1);border-color:var(--text-accent);color:var(--text-accent)}.agent-rerun-btn{color:var(--text-accent);border-color:var(--text-accent)}.agent-rerun-btn:hover{background:rgba(var(--color-accent-rgb, 0, 122, 255),.1)}.agent-autoscroll-toggle{display:flex;align-items:center;gap:4px;font-size:.8em;color:var(--text-muted);cursor:pointer}.agent-autoscroll-toggle input{margin:0}.agent-cancel-btn{background:var(--text-error);color:#fff;border:none;padding:3px 10px;border-radius:4px;font-size:.8em;cursor:pointer;font-weight:500;transition:opacity .15s}.agent-cancel-btn:hover{opacity:.85}.agent-search-input{background:var(--background-primary-alt);border:1px solid var(--background-modifier-border);border-radius:4px;padding:2px 8px;font-size:.8em;color:var(--text-normal);width:140px;transition:border-color .15s,width .2s ease}.agent-search-input:focus{border-color:var(--text-accent);outline:none;width:180px}.agent-search-input::placeholder{color:var(--text-faint)}.agent-output-terminal{font-family:var(--font-monospace);font-size:13px;line-height:1.5;padding:12px;background:var(--background-primary-alt);overflow-y:auto;flex:1;white-space:pre-wrap;word-break:break-all}.agent-output-terminal::-webkit-scrollbar{width:6px}.agent-output-terminal::-webkit-scrollbar-track{background:transparent}.agent-output-terminal::-webkit-scrollbar-thumb{background:var(--background-modifier-border);border-radius:3px}.agent-output-terminal::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.agent-line{display:flex;min-height:1.5em;padding:0 4px;border-radius:2px;transition:background .1s}.agent-line:hover{background:rgba(var(--color-accent-rgb, 0, 122, 255),.04)}.agent-line-stderr{color:var(--text-error)}.agent-line-error{color:var(--text-error);font-weight:600;margin-top:8px;padding-top:8px;border-top:1px solid var(--background-modifier-border)}.agent-line-done{color:var(--text-success, #4caf50);margin-top:8px;padding-top:8px;border-top:1px solid var(--background-modifier-border)}.agent-line-pending{color:var(--text-warning, #ff9800);font-style:italic}.agent-line-ts{color:var(--text-faint);font-size:.8em;margin-right:8px;-webkit-user-select:none;user-select:none;flex-shrink:0;opacity:.7}.agent-cursor{animation:agent-blink 1s step-end infinite;color:var(--text-accent)}@keyframes agent-blink{0%,to{opacity:1}50%{opacity:0}}.agent-panel-sidebar.is-collapsed{width:40px;min-width:40px}.agent-panel-sidebar.is-collapsed .agent-sidebar-title,.agent-panel-sidebar.is-collapsed .agent-run-name,.agent-panel-sidebar.is-collapsed .agent-run-item-meta{display:none}.agent-panel-sidebar.is-collapsed .agent-run-item{padding:8px 4px;display:flex;justify-content:center;border-left-width:0}.agent-panel-sidebar.is-collapsed .agent-run-item-header{margin-bottom:0}.agent-panel-sidebar.is-collapsed .agent-sidebar-header{justify-content:center;padding:8px 4px}.agent-output-terminal.agent-no-wrap{white-space:pre;overflow-x:auto;word-break:normal}.agent-input-bar{display:flex;align-items:flex-end;gap:8px;padding:8px 12px;border-top:1px solid var(--background-modifier-border);background:var(--background-primary)}.agent-input-textarea{flex:1;min-height:36px;max-height:120px;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:8px;background:var(--background-primary-alt);color:var(--text-normal);font-family:var(--font-interface);font-size:.9em;line-height:1.4;resize:none;overflow-y:auto;transition:border-color .15s}.agent-input-textarea:focus{border-color:var(--text-accent);outline:none}.agent-input-textarea::placeholder{color:var(--text-faint)}.agent-input-send{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:var(--interactive-accent);color:var(--text-on-accent);cursor:pointer;flex-shrink:0;transition:opacity .15s}.agent-input-send:hover{opacity:.85}.agent-input-send:disabled{opacity:.4;cursor:default}.agent-empty-input-container{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:560px;padding:24px}.agent-empty-input-container p{color:var(--text-muted);font-size:.9em}.agent-empty-input-container .agent-input-bar{width:100%;border-top:none;padding:0}.agent-confirm-detail{font-size:.85em;color:var(--text-muted);margin:4px 0}.agent-confirm-buttons{display:flex;gap:8px;margin-top:8px}.agent-confirm-buttons button{padding:4px 12px;border-radius:4px;cursor:pointer;font-size:.85em}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:"";--tw-outline-style:solid}}}:root,:host{--ppb-radius:.625rem;--ppb-background:oklch(100% 0 0);--ppb-foreground:oklch(14.5% 0 0);--ppb-card:oklch(100% 0 0);--ppb-card-foreground:oklch(14.5% 0 0);--ppb-popover:oklch(100% 0 0);--ppb-popover-foreground:oklch(14.5% 0 0);--ppb-primary:oklch(20.5% 0 0);--ppb-primary-foreground:oklch(98.5% 0 0);--ppb-secondary:oklch(97% 0 0);--ppb-secondary-foreground:oklch(20.5% 0 0);--ppb-muted:oklch(97% 0 0);--ppb-muted-foreground:oklch(55.6% 0 0);--ppb-accent:oklch(97% 0 0);--ppb-accent-foreground:oklch(20.5% 0 0);--ppb-destructive:oklch(57.7% .245 27.325);--ppb-success:oklch(62.7% .194 149.214);--ppb-warning:oklch(64.6% .222 41.116);--ppb-border:oklch(92.2% 0 0);--ppb-input:oklch(92.2% 0 0);--ppb-ring:oklch(70.8% 0 0);--ppb-chart-1:oklch(64.6% .222 41.116);--ppb-chart-2:oklch(60% .118 184.704);--ppb-chart-3:oklch(39.8% .07 227.392);--ppb-chart-4:oklch(82.8% .189 84.429);--ppb-chart-5:oklch(76.9% .188 70.08);--ppb-sidebar:oklch(98.5% 0 0);--ppb-sidebar-foreground:oklch(14.5% 0 0);--ppb-sidebar-primary:oklch(20.5% 0 0);--ppb-sidebar-primary-foreground:oklch(98.5% 0 0);--ppb-sidebar-accent:oklch(97% 0 0);--ppb-sidebar-accent-foreground:oklch(20.5% 0 0);--ppb-sidebar-border:oklch(92.2% 0 0);--ppb-sidebar-ring:oklch(70.8% 0 0)}.dark,:host[class~=dark],:root[class~=dark]{--ppb-background:oklch(14.5% 0 0);--ppb-foreground:oklch(98.5% 0 0);--ppb-card:oklch(20.5% 0 0);--ppb-card-foreground:oklch(98.5% 0 0);--ppb-popover:oklch(20.5% 0 0);--ppb-popover-foreground:oklch(98.5% 0 0);--ppb-primary:oklch(92.2% 0 0);--ppb-primary-foreground:oklch(20.5% 0 0);--ppb-secondary:oklch(26.9% 0 0);--ppb-secondary-foreground:oklch(98.5% 0 0);--ppb-muted:oklch(26.9% 0 0);--ppb-muted-foreground:oklch(70.8% 0 0);--ppb-accent:oklch(26.9% 0 0);--ppb-accent-foreground:oklch(98.5% 0 0);--ppb-destructive:oklch(70.4% .191 22.216);--ppb-border:oklch(100% 0 0/.1);--ppb-input:oklch(100% 0 0/.15);--ppb-ring:oklch(55.6% 0 0);--ppb-chart-1:oklch(48.8% .243 264.376);--ppb-chart-2:oklch(69.6% .17 162.48);--ppb-chart-3:oklch(76.9% .188 70.08);--ppb-chart-4:oklch(62.7% .265 303.9);--ppb-chart-5:oklch(64.5% .246 16.439);--ppb-sidebar:oklch(20.5% 0 0);--ppb-sidebar-foreground:oklch(98.5% 0 0);--ppb-sidebar-primary:oklch(48.8% .243 264.376);--ppb-sidebar-primary-foreground:oklch(98.5% 0 0);--ppb-sidebar-accent:oklch(26.9% 0 0);--ppb-sidebar-accent-foreground:oklch(98.5% 0 0);--ppb-sidebar-border:oklch(100% 0 0/.1);--ppb-sidebar-ring:oklch(55.6% 0 0)}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root,:host{--ppb-font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--ppb-font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--ppb-color-orange-500:oklch(70.5% .213 47.604);--ppb-color-yellow-400:oklch(85.2% .199 91.936);--ppb-color-yellow-500:oklch(79.5% .184 86.047);--ppb-color-green-500:oklch(72.3% .219 149.579);--ppb-color-blue-500:oklch(62.3% .214 259.815);--ppb-color-gray-300:oklch(87.2% .01 258.338);--ppb-color-black:#000;--ppb-color-white:#fff;--ppb-spacing:.25rem;--ppb-container-sm:24rem;--ppb-container-md:28rem;--ppb-container-lg:32rem;--ppb-container-4xl:56rem;--ppb-text-xs--line-height:calc(1 / .75);--ppb-text-sm--line-height:calc(1.25 / .875);--ppb-text-base--line-height: 1.5 ;--ppb-text-lg--line-height:calc(1.75 / 1.125);--ppb-text-xl--line-height:calc(1.75 / 1.25);--ppb-text-2xl--line-height:calc(2 / 1.5);--ppb-text-4xl--line-height:calc(2.5 / 2.25);--ppb-text-5xl--line-height:1;--ppb-tracking-tight:-.025em;--ppb-tracking-widest:.1em;--ppb-leading-tight:1.25;--ppb-leading-relaxed:1.625;--ppb-radius-xs:.125rem;--ppb-radius-2xl:1rem;--ppb-ease-out:cubic-bezier(0, 0, .2, 1);--ppb-ease-in-out:cubic-bezier(.4, 0, .2, 1);--ppb-animate-spin:spin 1s linear infinite;--ppb-animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--ppb-blur-sm:8px;--ppb-blur-xl:24px;--ppb-blur-3xl:64px;--ppb-aspect-video:16 / 9;--ppb-default-transition-duration:.15s;--ppb-default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--ppb-default-font-family:var(--ppb-font-sans);--ppb-default-mono-font-family:var(--ppb-font-mono);--ppb-border:var(--border-width,.5px)}@layer theme;@layer base{[data-ppb] *,[data-ppb] :after,[data-ppb] :before,[data-ppb] ::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}[data-ppb] ::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}[data-ppb] html,[data-ppb] :host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--ppb-default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--ppb-default-font-feature-settings,normal);font-variation-settings:var(--ppb-default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}[data-ppb] hr{height:0;color:inherit;border-top-width:1px}[data-ppb] abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}[data-ppb] h1,[data-ppb] h2,[data-ppb] h3,[data-ppb] h4,[data-ppb] h5,[data-ppb] h6{font-size:inherit;font-weight:inherit}[data-ppb] a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}[data-ppb] b,[data-ppb] strong{font-weight:bolder}[data-ppb] code,[data-ppb] kbd,[data-ppb] samp,[data-ppb] pre{font-family:var(--ppb-default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--ppb-default-mono-font-feature-settings,normal);font-variation-settings:var(--ppb-default-mono-font-variation-settings,normal);font-size:1em}[data-ppb] small{font-size:80%}[data-ppb] sub,[data-ppb] sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}[data-ppb] sub{bottom:-.25em}[data-ppb] sup{top:-.5em}[data-ppb] table{text-indent:0;border-color:inherit;border-collapse:collapse}[data-ppb] :-moz-focusring{outline:auto}[data-ppb] progress{vertical-align:baseline}[data-ppb] summary{display:list-item}[data-ppb] ol,[data-ppb] ul,[data-ppb] menu{list-style:none}[data-ppb] img,[data-ppb] svg,[data-ppb] video,[data-ppb] canvas,[data-ppb] audio,[data-ppb] iframe,[data-ppb] embed,[data-ppb] object{vertical-align:middle;display:block}[data-ppb] img,[data-ppb] video{max-width:100%;height:auto}[data-ppb] button,[data-ppb] input,[data-ppb] select,[data-ppb] optgroup,[data-ppb] textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}[data-ppb] ::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}[data-ppb] :where(select:is([multiple],[size])) optgroup{font-weight:bolder}[data-ppb] :where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}[data-ppb] ::file-selector-button{margin-inline-end:4px}[data-ppb] ::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){[data-ppb] ::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){[data-ppb] ::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}[data-ppb] textarea{resize:vertical}[data-ppb] ::-webkit-search-decoration{-webkit-appearance:none}[data-ppb] ::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}[data-ppb] ::-webkit-datetime-edit{display:inline-flex}[data-ppb] ::-webkit-datetime-edit-fields-wrapper{padding:0}[data-ppb] ::-webkit-datetime-edit{padding-block:0}[data-ppb] ::-webkit-datetime-edit-year-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-month-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-day-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-hour-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-minute-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-second-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-millisecond-field{padding-block:0}[data-ppb] ::-webkit-datetime-edit-meridiem-field{padding-block:0}[data-ppb] ::-webkit-calendar-picker-indicator{line-height:1}[data-ppb] :-moz-ui-invalid{box-shadow:none}[data-ppb] button,[data-ppb] input:where([type=button],[type=reset],[type=submit]){appearance:button}[data-ppb] ::file-selector-button{appearance:button}[data-ppb] ::-webkit-inner-spin-button{height:auto}[data-ppb] ::-webkit-outer-spin-button{height:auto}[data-ppb] [hidden]:where(:not([hidden=until-found])){display:none!important}[data-ppb] *{border-color:var(--background-modifier-border,var(--ppb-border));outline-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){[data-ppb] *{outline-color:color-mix(in oklab,var(--background-modifier-border-focus,var(--ppb-ring)) 50%,transparent)}}[data-ppb] body{background-color:var(--background-primary,var(--ppb-background));color:var(--text-normal,var(--ppb-foreground))}[data-ppb-reset] *,[data-ppb-reset] :after,[data-ppb-reset] :before,[data-ppb-reset] ::backdrop{all:revert-layer}[data-ppb-reset] ::file-selector-button{all:revert-layer}}@layer components;@layer utilities{.ppb\:\@container\/card-header{container:card-header/inline-size}.ppb\:pointer-events-none{pointer-events:none}.ppb\:invisible{visibility:hidden}.ppb\:sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ppb\:absolute{position:absolute}.ppb\:fixed{position:fixed}.ppb\:relative{position:relative}.ppb\:sticky{position:sticky}.ppb\:inset-0{inset:calc(var(--ppb-spacing) * 0)}.ppb\:inset-x-0{inset-inline:calc(var(--ppb-spacing) * 0)}.ppb\:inset-y-0{inset-block:calc(var(--ppb-spacing) * 0)}.ppb\:-top-8{top:calc(var(--ppb-spacing) * -8)}.ppb\:-top-12{top:calc(var(--ppb-spacing) * -12)}.ppb\:top-0{top:calc(var(--ppb-spacing) * 0)}.ppb\:top-1\.5{top:calc(var(--ppb-spacing) * 1.5)}.ppb\:top-1\/2{top:50%}.ppb\:top-2{top:calc(var(--ppb-spacing) * 2)}.ppb\:top-3\.5{top:calc(var(--ppb-spacing) * 3.5)}.ppb\:top-4{top:calc(var(--ppb-spacing) * 4)}.ppb\:top-6{top:calc(var(--ppb-spacing) * 6)}.ppb\:top-8{top:calc(var(--ppb-spacing) * 8)}.ppb\:top-12{top:calc(var(--ppb-spacing) * 12)}.ppb\:top-\[1px\]{top:1px}.ppb\:top-\[50\%\]{top:50%}.ppb\:top-\[60\%\]{top:60%}.ppb\:top-full{top:100%}.ppb\:-right-12{right:calc(var(--ppb-spacing) * -12)}.ppb\:right-0{right:calc(var(--ppb-spacing) * 0)}.ppb\:right-1{right:calc(var(--ppb-spacing) * 1)}.ppb\:right-2{right:calc(var(--ppb-spacing) * 2)}.ppb\:right-3{right:calc(var(--ppb-spacing) * 3)}.ppb\:right-4{right:calc(var(--ppb-spacing) * 4)}.ppb\:right-6{right:calc(var(--ppb-spacing) * 6)}.ppb\:right-12{right:calc(var(--ppb-spacing) * 12)}.ppb\:-bottom-12{bottom:calc(var(--ppb-spacing) * -12)}.ppb\:bottom-0{bottom:calc(var(--ppb-spacing) * 0)}.ppb\:bottom-1{bottom:calc(var(--ppb-spacing) * 1)}.ppb\:bottom-6{bottom:calc(var(--ppb-spacing) * 6)}.ppb\:bottom-8{bottom:calc(var(--ppb-spacing) * 8)}.ppb\:-left-12{left:calc(var(--ppb-spacing) * -12)}.ppb\:left-0{left:calc(var(--ppb-spacing) * 0)}.ppb\:left-1{left:calc(var(--ppb-spacing) * 1)}.ppb\:left-1\/2{left:50%}.ppb\:left-2{left:calc(var(--ppb-spacing) * 2)}.ppb\:left-3{left:calc(var(--ppb-spacing) * 3)}.ppb\:left-\[50\%\]{left:50%}.ppb\:isolate{isolation:isolate}.ppb\:-z-10{z-index:-10}.ppb\:z-10{z-index:10}.ppb\:z-20{z-index:20}.ppb\:z-50{z-index:50}.ppb\:z-\[1\]{z-index:1}.ppb\:col-span-1{grid-column:span 1/span 1}.ppb\:col-start-2{grid-column-start:2}.ppb\:row-span-2{grid-row:span 2/span 2}.ppb\:row-start-1{grid-row-start:1}.ppb\:m-\[0px\]{margin:0}.ppb\:-mx-1{margin-inline:calc(var(--ppb-spacing) * -1)}.ppb\:mx-1{margin-inline:calc(var(--ppb-spacing) * 1)}.ppb\:mx-2{margin-inline:calc(var(--ppb-spacing) * 2)}.ppb\:mx-3\.5{margin-inline:calc(var(--ppb-spacing) * 3.5)}.ppb\:mx-\[-8px\]{margin-inline:-8px}.ppb\:mx-\[-11px\]{margin-inline:-11px}.ppb\:mx-\[0px\]{margin-inline:0}.ppb\:mx-auto{margin-inline:auto}.ppb\:my-1{margin-block:calc(var(--ppb-spacing) * 1)}.ppb\:my-4{margin-block:calc(var(--ppb-spacing) * 4)}.ppb\:my-\[-30px\]{margin-block:-30px}.ppb\:my-\[0px\]{margin-block:0}.ppb\:my-\[21px\]{margin-block:21px}.ppb\:-mt-3{margin-top:calc(var(--ppb-spacing) * -3)}.ppb\:-mt-4{margin-top:calc(var(--ppb-spacing) * -4)}.ppb\:-mt-8{margin-top:calc(var(--ppb-spacing) * -8)}.ppb\:mt-0\.5{margin-top:calc(var(--ppb-spacing) * .5)}.ppb\:mt-1{margin-top:calc(var(--ppb-spacing) * 1)}.ppb\:mt-1\.5{margin-top:calc(var(--ppb-spacing) * 1.5)}.ppb\:mt-2{margin-top:calc(var(--ppb-spacing) * 2)}.ppb\:mt-4{margin-top:calc(var(--ppb-spacing) * 4)}.ppb\:mt-\[16px\]{margin-top:16px}.ppb\:mt-auto{margin-top:auto}.ppb\:mr-1{margin-right:calc(var(--ppb-spacing) * 1)}.ppb\:mr-2{margin-right:calc(var(--ppb-spacing) * 2)}.ppb\:mb-1{margin-bottom:calc(var(--ppb-spacing) * 1)}.ppb\:mb-2{margin-bottom:calc(var(--ppb-spacing) * 2)}.ppb\:mb-3{margin-bottom:calc(var(--ppb-spacing) * 3)}.ppb\:mb-4{margin-bottom:calc(var(--ppb-spacing) * 4)}.ppb\:mb-6{margin-bottom:calc(var(--ppb-spacing) * 6)}.ppb\:mb-8{margin-bottom:calc(var(--ppb-spacing) * 8)}.ppb\:mb-\[0px\]{margin-bottom:0}.ppb\:-ml-4{margin-left:calc(var(--ppb-spacing) * -4)}.ppb\:ml-1{margin-left:calc(var(--ppb-spacing) * 1)}.ppb\:ml-2{margin-left:calc(var(--ppb-spacing) * 2)}.ppb\:ml-6{margin-left:calc(var(--ppb-spacing) * 6)}.ppb\:ml-auto{margin-left:auto}.ppb\:line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ppb\:line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ppb\:block{display:block}.ppb\:contents{display:contents}.ppb\:flex{display:flex}.ppb\:grid{display:grid}.ppb\:hidden{display:none}.ppb\:inline-block{display:inline-block}.ppb\:inline-flex{display:inline-flex}.ppb\:field-sizing-content{field-sizing:content}.ppb\:aspect-\[3\/4\]{aspect-ratio:3/4}.ppb\:aspect-square{aspect-ratio:1}.ppb\:aspect-video{aspect-ratio:var(--ppb-aspect-video)}.ppb\:size-\(--cell-size\){width:var(--cell-size);height:var(--cell-size)}.ppb\:size-2{width:calc(var(--ppb-spacing) * 2);height:calc(var(--ppb-spacing) * 2)}.ppb\:size-2\.5{width:calc(var(--ppb-spacing) * 2.5);height:calc(var(--ppb-spacing) * 2.5)}.ppb\:size-3{width:calc(var(--ppb-spacing) * 3);height:calc(var(--ppb-spacing) * 3)}.ppb\:size-3\.5{width:calc(var(--ppb-spacing) * 3.5);height:calc(var(--ppb-spacing) * 3.5)}.ppb\:size-4{width:calc(var(--ppb-spacing) * 4);height:calc(var(--ppb-spacing) * 4)}.ppb\:size-7{width:calc(var(--ppb-spacing) * 7);height:calc(var(--ppb-spacing) * 7)}.ppb\:size-8{width:calc(var(--ppb-spacing) * 8);height:calc(var(--ppb-spacing) * 8)}.ppb\:size-9{width:calc(var(--ppb-spacing) * 9);height:calc(var(--ppb-spacing) * 9)}.ppb\:size-auto{width:auto;height:auto}.ppb\:size-full{width:100%;height:100%}.ppb\:h-\(--cell-size\){height:var(--cell-size)}.ppb\:h-0\.5{height:calc(var(--ppb-spacing) * .5)}.ppb\:h-1{height:calc(var(--ppb-spacing) * 1)}.ppb\:h-1\.5{height:calc(var(--ppb-spacing) * 1.5)}.ppb\:h-2{height:calc(var(--ppb-spacing) * 2)}.ppb\:h-2\.5{height:calc(var(--ppb-spacing) * 2.5)}.ppb\:h-3{height:calc(var(--ppb-spacing) * 3)}.ppb\:h-4{height:calc(var(--ppb-spacing) * 4)}.ppb\:h-5{height:calc(var(--ppb-spacing) * 5)}.ppb\:h-6{height:calc(var(--ppb-spacing) * 6)}.ppb\:h-7{height:calc(var(--ppb-spacing) * 7)}.ppb\:h-8{height:calc(var(--ppb-spacing) * 8)}.ppb\:h-9{height:calc(var(--ppb-spacing) * 9)}.ppb\:h-10{height:calc(var(--ppb-spacing) * 10)}.ppb\:h-12{height:calc(var(--ppb-spacing) * 12)}.ppb\:h-20{height:calc(var(--ppb-spacing) * 20)}.ppb\:h-32{height:calc(var(--ppb-spacing) * 32)}.ppb\:h-64{height:calc(var(--ppb-spacing) * 64)}.ppb\:h-\[1\.15rem\]{height:1.15rem}.ppb\:h-\[calc\(100\%-1px\)\]{height:calc(100% - 1px)}.ppb\:h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.ppb\:h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.ppb\:h-auto{height:auto}.ppb\:h-full{height:100%}.ppb\:h-px{height:1px}.ppb\:h-svh{height:100svh}.ppb\:max-h-\(--radix-context-menu-content-available-height\){max-height:var(--radix-context-menu-content-available-height)}.ppb\:max-h-\(--radix-dropdown-menu-content-available-height\){max-height:var(--radix-dropdown-menu-content-available-height)}.ppb\:max-h-\(--radix-select-content-available-height\){max-height:var(--radix-select-content-available-height)}.ppb\:max-h-16{max-height:calc(var(--ppb-spacing) * 16)}.ppb\:max-h-\[80vh\]{max-height:80vh}.ppb\:max-h-\[300px\]{max-height:300px}.ppb\:max-h-\[400px\]{max-height:400px}.ppb\:max-h-\[540px\]{max-height:540px}.ppb\:min-h-0{min-height:calc(var(--ppb-spacing) * 0)}.ppb\:min-h-4{min-height:calc(var(--ppb-spacing) * 4)}.ppb\:min-h-16{min-height:calc(var(--ppb-spacing) * 16)}.ppb\:min-h-20{min-height:calc(var(--ppb-spacing) * 20)}.ppb\:min-h-screen{min-height:100vh}.ppb\:min-h-svh{min-height:100svh}.ppb\:w-\(--cell-size\){width:var(--cell-size)}.ppb\:w-\(--sidebar-width\){width:var(--sidebar-width)}.ppb\:w-0\.5{width:calc(var(--ppb-spacing) * .5)}.ppb\:w-1{width:calc(var(--ppb-spacing) * 1)}.ppb\:w-2{width:calc(var(--ppb-spacing) * 2)}.ppb\:w-2\.5{width:calc(var(--ppb-spacing) * 2.5)}.ppb\:w-3{width:calc(var(--ppb-spacing) * 3)}.ppb\:w-3\/4{width:75%}.ppb\:w-4{width:calc(var(--ppb-spacing) * 4)}.ppb\:w-5{width:calc(var(--ppb-spacing) * 5)}.ppb\:w-6{width:calc(var(--ppb-spacing) * 6)}.ppb\:w-8{width:calc(var(--ppb-spacing) * 8)}.ppb\:w-9{width:calc(var(--ppb-spacing) * 9)}.ppb\:w-10{width:calc(var(--ppb-spacing) * 10)}.ppb\:w-12{width:calc(var(--ppb-spacing) * 12)}.ppb\:w-14{width:calc(var(--ppb-spacing) * 14)}.ppb\:w-16{width:calc(var(--ppb-spacing) * 16)}.ppb\:w-20{width:calc(var(--ppb-spacing) * 20)}.ppb\:w-24{width:calc(var(--ppb-spacing) * 24)}.ppb\:w-32{width:calc(var(--ppb-spacing) * 32)}.ppb\:w-40{width:calc(var(--ppb-spacing) * 40)}.ppb\:w-48{width:calc(var(--ppb-spacing) * 48)}.ppb\:w-64{width:calc(var(--ppb-spacing) * 64)}.ppb\:w-72{width:calc(var(--ppb-spacing) * 72)}.ppb\:w-80{width:calc(var(--ppb-spacing) * 80)}.ppb\:w-\[100px\]{width:100px}.ppb\:w-\[140px\]{width:140px}.ppb\:w-auto{width:auto}.ppb\:w-fit{width:fit-content}.ppb\:w-full{width:100%}.ppb\:w-max{width:max-content}.ppb\:w-px{width:1px}.ppb\:max-w-\(--skeleton-width\){max-width:var(--skeleton-width)}.ppb\:max-w-4xl{max-width:var(--ppb-container-4xl)}.ppb\:max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.ppb\:max-w-full{max-width:100%}.ppb\:max-w-max{max-width:max-content}.ppb\:max-w-md{max-width:var(--ppb-container-md)}.ppb\:max-w-sm{max-width:var(--ppb-container-sm)}.ppb\:min-w-\(--cell-size\){min-width:var(--cell-size)}.ppb\:min-w-0{min-width:calc(var(--ppb-spacing) * 0)}.ppb\:min-w-5{min-width:calc(var(--ppb-spacing) * 5)}.ppb\:min-w-8{min-width:calc(var(--ppb-spacing) * 8)}.ppb\:min-w-9{min-width:calc(var(--ppb-spacing) * 9)}.ppb\:min-w-10{min-width:calc(var(--ppb-spacing) * 10)}.ppb\:min-w-\[8rem\]{min-width:8rem}.ppb\:min-w-\[12rem\]{min-width:12rem}.ppb\:min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.ppb\:flex-1{flex:1}.ppb\:flex-shrink-0,.ppb\:shrink-0{flex-shrink:0}.ppb\:grow{flex-grow:1}.ppb\:grow-0{flex-grow:0}.ppb\:basis-full{flex-basis:100%}.ppb\:caption-bottom{caption-side:bottom}.ppb\:border-collapse{border-collapse:collapse}.ppb\:origin-\(--radix-context-menu-content-transform-origin\){transform-origin:var(--radix-context-menu-content-transform-origin)}.ppb\:origin-\(--radix-dropdown-menu-content-transform-origin\){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.ppb\:origin-\(--radix-hover-card-content-transform-origin\){transform-origin:var(--radix-hover-card-content-transform-origin)}.ppb\:origin-\(--radix-menubar-content-transform-origin\){transform-origin:var(--radix-menubar-content-transform-origin)}.ppb\:origin-\(--radix-popover-content-transform-origin\){transform-origin:var(--radix-popover-content-transform-origin)}.ppb\:origin-\(--radix-select-content-transform-origin\){transform-origin:var(--radix-select-content-transform-origin)}.ppb\:origin-\(--radix-tooltip-content-transform-origin\){transform-origin:var(--radix-tooltip-content-transform-origin)}.ppb\:-translate-x-1{--tw-translate-x:calc(var(--ppb-spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-x-\[-50\%\]{--tw-translate-x:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-y-0\.5{--tw-translate-y:calc(var(--ppb-spacing) * .5);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-y-\[-50\%\]{--tw-translate-y:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y: calc(-50% - 2px) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:scale-110{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x) var(--tw-scale-y)}.ppb\:scale-y-75{--tw-scale-y:75%;scale:var(--tw-scale-x) var(--tw-scale-y)}.ppb\:rotate-45{rotate:45deg}.ppb\:rotate-90{rotate:90deg}.ppb\:transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.ppb\:animate-caret-blink{animation:1.25s ease-out infinite caret-blink}.ppb\:animate-in{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:animate-pulse{animation:var(--ppb-animate-pulse)}.ppb\:animate-spin{animation:var(--ppb-animate-spin)}.ppb\:cursor-default{cursor:default}.ppb\:cursor-not-allowed{cursor:not-allowed}.ppb\:cursor-pointer{cursor:pointer}.ppb\:touch-none{touch-action:none}.ppb\:scroll-my-1{scroll-margin-block:calc(var(--ppb-spacing) * 1)}.ppb\:scroll-py-1{scroll-padding-block:calc(var(--ppb-spacing) * 1)}.ppb\:list-none{list-style-type:none}.ppb\:auto-rows-min{grid-auto-rows:min-content}.ppb\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.ppb\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ppb\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ppb\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ppb\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.ppb\:grid-cols-\[0_1fr\]{grid-template-columns:0 1fr}.ppb\:grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.ppb\:flex-col{flex-direction:column}.ppb\:flex-col-reverse{flex-direction:column-reverse}.ppb\:flex-row{flex-direction:row}.ppb\:flex-wrap{flex-wrap:wrap}.ppb\:items-baseline{align-items:baseline}.ppb\:items-center{align-items:center}.ppb\:items-end{align-items:flex-end}.ppb\:items-start{align-items:flex-start}.ppb\:items-stretch{align-items:stretch}.ppb\:justify-between{justify-content:space-between}.ppb\:justify-center{justify-content:center}.ppb\:justify-end{justify-content:flex-end}.ppb\:justify-start{justify-content:flex-start}.ppb\:justify-items-start{justify-items:start}.ppb\:gap-0\.5{gap:calc(var(--ppb-spacing) * .5)}.ppb\:gap-1{gap:calc(var(--ppb-spacing) * 1)}.ppb\:gap-1\.5{gap:calc(var(--ppb-spacing) * 1.5)}.ppb\:gap-2{gap:calc(var(--ppb-spacing) * 2)}.ppb\:gap-3{gap:calc(var(--ppb-spacing) * 3)}.ppb\:gap-4{gap:calc(var(--ppb-spacing) * 4)}.ppb\:gap-5{gap:calc(var(--ppb-spacing) * 5)}.ppb\:gap-6{gap:calc(var(--ppb-spacing) * 6)}.ppb\:gap-8{gap:calc(var(--ppb-spacing) * 8)}:where(.ppb\:space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ppb-spacing) * 8) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ppb-spacing) * 8) * calc(1 - var(--tw-space-y-reverse)))}:where(.ppb\:space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 1) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 1) * calc(1 - var(--tw-space-x-reverse)))}:where(.ppb\:space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}:where(.ppb\:space-x-3>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 3) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)))}:where(.ppb\:space-x-6>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ppb-spacing) * 6) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ppb-spacing) * 6) * calc(1 - var(--tw-space-x-reverse)))}.ppb\:gap-y-0\.5{row-gap:calc(var(--ppb-spacing) * .5)}.ppb\:self-start{align-self:flex-start}.ppb\:justify-self-end{justify-self:flex-end}.ppb\:truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ppb\:overflow-auto{overflow:auto}.ppb\:overflow-hidden{overflow:hidden}.ppb\:overflow-x-auto{overflow-x:auto}.ppb\:overflow-x-hidden{overflow-x:hidden}.ppb\:overflow-y-auto{overflow-y:auto}.ppb\:rounded{border-radius:.25rem}.ppb\:rounded-2xl{border-radius:var(--ppb-radius-2xl)}.ppb\:rounded-\[2px\]{border-radius:2px}.ppb\:rounded-\[4px\]{border-radius:4px}.ppb\:rounded-\[inherit\]{border-radius:inherit}.ppb\:rounded-full{border-radius:3.40282e38px}.ppb\:rounded-md{border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:rounded-none{border-radius:0}.ppb\:rounded-sm{border-radius:var(--radius-s,calc(var(--ppb-radius) - 4px))}.ppb\:rounded-xl{border-radius:var(--radius-xl,calc(var(--ppb-radius) + 4px))}.ppb\:rounded-xs{border-radius:var(--ppb-radius-xs)}.ppb\:rounded-t-lg{border-top-left-radius:var(--radius-l,var(--ppb-radius));border-top-right-radius:var(--radius-l,var(--ppb-radius))}.ppb\:rounded-l-md{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:rounded-tl-sm{border-top-left-radius:var(--radius-s,calc(var(--ppb-radius) - 4px))}.ppb\:rounded-r-md{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:border{border-style:var(--tw-border-style);border-width:1px}.ppb\:border-2{border-style:var(--tw-border-style);border-width:2px}.ppb\:border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.ppb\:border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.ppb\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.ppb\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.ppb\:border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.ppb\:border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:border-dashed{--tw-border-style:dashed;border-style:dashed}.ppb\:border-\(--color-border\){border-color:var(--color-border)}.ppb\:border-border,.ppb\:border-border\/20{border-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:border-border\/20{border-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 20%,transparent)}}.ppb\:border-border\/30{border-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:border-border\/30{border-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 30%,transparent)}}.ppb\:border-border\/50{border-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:border-border\/50{border-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 50%,transparent)}}.ppb\:border-destructive\/50{border-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:border-destructive\/50{border-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 50%,transparent)}}.ppb\:border-input{border-color:var(--background-modifier-border,var(--ppb-input))}.ppb\:border-muted{border-color:var(--background-primary-alt,var(--ppb-muted))}.ppb\:border-primary{border-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:border-sidebar-border{border-color:var(--ppb-sidebar-border)}.ppb\:border-transparent{border-color:#0000}.ppb\:border-white{border-color:var(--ppb-color-white)}.ppb\:border-t-transparent{border-top-color:#0000}.ppb\:border-l-transparent{border-left-color:#0000}.ppb\:bg-\(--color-bg\){background-color:var(--color-bg)}.ppb\:bg-accent{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:bg-background{background-color:var(--background-primary,var(--ppb-background))}.ppb\:bg-black\/20{background-color:var(--ppb-color-black)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-black\/20{background-color:color-mix(in oklab,var(--ppb-color-black) 20%,transparent)}}.ppb\:bg-black\/50{background-color:var(--ppb-color-black)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-black\/50{background-color:color-mix(in oklab,var(--ppb-color-black) 50%,transparent)}}.ppb\:bg-black\/60{background-color:var(--ppb-color-black)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-black\/60{background-color:color-mix(in oklab,var(--ppb-color-black) 60%,transparent)}}.ppb\:bg-blue-500{background-color:var(--ppb-color-blue-500)}.ppb\:bg-border,.ppb\:bg-border\/20{background-color:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-border\/20{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 20%,transparent)}}.ppb\:bg-card,.ppb\:bg-card\/50{background-color:var(--background-primary,var(--ppb-card))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-card\/50{background-color:color-mix(in oklab,var(--background-primary,var(--ppb-card)) 50%,transparent)}}.ppb\:bg-chart-1,.ppb\:bg-chart-1\/50{background-color:var(--ppb-chart-1)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-chart-1\/50{background-color:color-mix(in oklab,var(--ppb-chart-1) 50%,transparent)}}.ppb\:bg-chart-2\/50{background-color:var(--ppb-chart-2)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-chart-2\/50{background-color:color-mix(in oklab,var(--ppb-chart-2) 50%,transparent)}}.ppb\:bg-chart-3\/50{background-color:var(--ppb-chart-3)}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-chart-3\/50{background-color:color-mix(in oklab,var(--ppb-chart-3) 50%,transparent)}}.ppb\:bg-destructive,.ppb\:bg-destructive\/5{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-destructive\/5{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 5%,transparent)}}.ppb\:bg-destructive\/10{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-destructive\/10{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 10%,transparent)}}.ppb\:bg-foreground,.ppb\:bg-foreground\/90{background-color:var(--text-normal,var(--ppb-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-foreground\/90{background-color:color-mix(in oklab,var(--text-normal,var(--ppb-foreground)) 90%,transparent)}}.ppb\:bg-green-500{background-color:var(--ppb-color-green-500)}.ppb\:bg-muted,.ppb\:bg-muted\/5{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/5{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 5%,transparent)}}.ppb\:bg-muted\/10{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/10{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 10%,transparent)}}.ppb\:bg-muted\/20{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/20{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 20%,transparent)}}.ppb\:bg-muted\/30{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/30{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 30%,transparent)}}.ppb\:bg-muted\/50{background-color:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-muted\/50{background-color:color-mix(in oklab,var(--background-primary-alt,var(--ppb-muted)) 50%,transparent)}}.ppb\:bg-orange-500{background-color:var(--ppb-color-orange-500)}.ppb\:bg-popover{background-color:var(--ppb-popover)}.ppb\:bg-primary,.ppb\:bg-primary\/10{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-primary\/10{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 10%,transparent)}}.ppb\:bg-primary\/20{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-primary\/20{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 20%,transparent)}}.ppb\:bg-primary\/30{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-primary\/30{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 30%,transparent)}}.ppb\:bg-secondary,.ppb\:bg-secondary\/20{background-color:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-secondary\/20{background-color:color-mix(in oklab,var(--background-secondary,var(--ppb-secondary)) 20%,transparent)}}.ppb\:bg-secondary\/40{background-color:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\:bg-secondary\/40{background-color:color-mix(in oklab,var(--background-secondary,var(--ppb-secondary)) 40%,transparent)}}.ppb\:bg-sidebar{background-color:var(--ppb-sidebar)}.ppb\:bg-sidebar-border{background-color:var(--ppb-sidebar-border)}.ppb\:bg-transparent{background-color:#0000}.ppb\:bg-white{background-color:var(--ppb-color-white)}.ppb\:bg-yellow-500{background-color:var(--ppb-color-yellow-500)}.ppb\:bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-bl{--tw-gradient-position:to bottom left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-l{--tw-gradient-position:to left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.ppb\:from-background{--tw-gradient-from:var(--background-primary,var(--ppb-background));--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-muted\/3{--tw-gradient-from:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-muted\/3{--tw-gradient-from:color-mix(in oklab, var(--background-primary-alt,var(--ppb-muted)) 3%, transparent)}}.ppb\:from-muted\/3{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-muted\/5{--tw-gradient-from:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-muted\/5{--tw-gradient-from:color-mix(in oklab, var(--background-primary-alt,var(--ppb-muted)) 5%, transparent)}}.ppb\:from-muted\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-muted\/40{--tw-gradient-from:var(--background-primary-alt,var(--ppb-muted))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-muted\/40{--tw-gradient-from:color-mix(in oklab, var(--background-primary-alt,var(--ppb-muted)) 40%, transparent)}}.ppb\:from-muted\/40{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-primary\/5{--tw-gradient-from:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-primary\/5{--tw-gradient-from:color-mix(in oklab, var(--interactive-accent,var(--ppb-primary)) 5%, transparent)}}.ppb\:from-primary\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-primary\/20{--tw-gradient-from:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){.ppb\:from-primary\/20{--tw-gradient-from:color-mix(in oklab, var(--interactive-accent,var(--ppb-primary)) 20%, transparent)}}.ppb\:from-primary\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:via-muted-foreground\/20{--tw-gradient-via:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:via-muted-foreground\/20{--tw-gradient-via:color-mix(in oklab, var(--text-muted,var(--ppb-muted-foreground)) 20%, transparent)}}.ppb\:via-muted-foreground\/20{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.ppb\:via-transparent{--tw-gradient-via:transparent;--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.ppb\:via-white\/5{--tw-gradient-via:var(--ppb-color-white)}@supports (color:color-mix(in lab,red,red)){.ppb\:via-white\/5{--tw-gradient-via:color-mix(in oklab, var(--ppb-color-white) 5%, transparent)}}.ppb\:via-white\/5{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.ppb\:to-accent\/3{--tw-gradient-to:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:to-accent\/3{--tw-gradient-to:color-mix(in oklab, var(--background-modifier-hover,var(--ppb-accent)) 3%, transparent)}}.ppb\:to-accent\/3{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:to-accent\/5{--tw-gradient-to:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:to-accent\/5{--tw-gradient-to:color-mix(in oklab, var(--background-modifier-hover,var(--ppb-accent)) 5%, transparent)}}.ppb\:to-accent\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:to-secondary\/10{--tw-gradient-to:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\:to-secondary\/10{--tw-gradient-to:color-mix(in oklab, var(--background-secondary,var(--ppb-secondary)) 10%, transparent)}}.ppb\:to-secondary\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:to-secondary\/20{--tw-gradient-to:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){.ppb\:to-secondary\/20{--tw-gradient-to:color-mix(in oklab, var(--background-secondary,var(--ppb-secondary)) 20%, transparent)}}.ppb\:to-secondary\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.ppb\:bg-repeat-y{background-repeat:repeat-y}.ppb\:fill-current{fill:currentColor}.ppb\:fill-primary{fill:var(--interactive-accent,var(--ppb-primary))}.ppb\:fill-yellow-400{fill:var(--ppb-color-yellow-400)}.ppb\:object-cover{object-fit:cover}.ppb\:p-0{padding:calc(var(--ppb-spacing) * 0)}.ppb\:p-1{padding:calc(var(--ppb-spacing) * 1)}.ppb\:p-2{padding:calc(var(--ppb-spacing) * 2)}.ppb\:p-3{padding:calc(var(--ppb-spacing) * 3)}.ppb\:p-4{padding:calc(var(--ppb-spacing) * 4)}.ppb\:p-6{padding:calc(var(--ppb-spacing) * 6)}.ppb\:p-8{padding:calc(var(--ppb-spacing) * 8)}.ppb\:p-\[3px\]{padding:3px}.ppb\:p-px{padding:1px}.ppb\:px-\(--cell-size\){padding-inline:var(--cell-size)}.ppb\:px-1{padding-inline:calc(var(--ppb-spacing) * 1)}.ppb\:px-1\.5{padding-inline:calc(var(--ppb-spacing) * 1.5)}.ppb\:px-2{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\:px-2\.5{padding-inline:calc(var(--ppb-spacing) * 2.5)}.ppb\:px-3{padding-inline:calc(var(--ppb-spacing) * 3)}.ppb\:px-4{padding-inline:calc(var(--ppb-spacing) * 4)}.ppb\:px-6{padding-inline:calc(var(--ppb-spacing) * 6)}.ppb\:px-\[0px\]{padding-inline:0}.ppb\:px-\[20px\]{padding-inline:20px}.ppb\:px-\[24px\]{padding-inline:24px}.ppb\:px-\[26px\]{padding-inline:26px}.ppb\:px-\[34px\]{padding-inline:34px}.ppb\:py-0{padding-block:calc(var(--ppb-spacing) * 0)}.ppb\:py-0\.5{padding-block:calc(var(--ppb-spacing) * .5)}.ppb\:py-1{padding-block:calc(var(--ppb-spacing) * 1)}.ppb\:py-1\.5{padding-block:calc(var(--ppb-spacing) * 1.5)}.ppb\:py-2{padding-block:calc(var(--ppb-spacing) * 2)}.ppb\:py-3{padding-block:calc(var(--ppb-spacing) * 3)}.ppb\:py-4{padding-block:calc(var(--ppb-spacing) * 4)}.ppb\:py-6{padding-block:calc(var(--ppb-spacing) * 6)}.ppb\:py-8{padding-block:calc(var(--ppb-spacing) * 8)}.ppb\:py-12{padding-block:calc(var(--ppb-spacing) * 12)}.ppb\:py-\[19px\]{padding-block:19px}.ppb\:py-\[37px\]{padding-block:37px}.ppb\:py-\[41px\]{padding-block:41px}.ppb\:py-\[42px\]{padding-block:42px}.ppb\:pt-0{padding-top:calc(var(--ppb-spacing) * 0)}.ppb\:pt-2{padding-top:calc(var(--ppb-spacing) * 2)}.ppb\:pt-3{padding-top:calc(var(--ppb-spacing) * 3)}.ppb\:pt-4{padding-top:calc(var(--ppb-spacing) * 4)}.ppb\:pr-1{padding-right:calc(var(--ppb-spacing) * 1)}.ppb\:pr-2{padding-right:calc(var(--ppb-spacing) * 2)}.ppb\:pr-2\.5{padding-right:calc(var(--ppb-spacing) * 2.5)}.ppb\:pr-8{padding-right:calc(var(--ppb-spacing) * 8)}.ppb\:pb-2{padding-bottom:calc(var(--ppb-spacing) * 2)}.ppb\:pb-3{padding-bottom:calc(var(--ppb-spacing) * 3)}.ppb\:pb-4{padding-bottom:calc(var(--ppb-spacing) * 4)}.ppb\:pb-8{padding-bottom:calc(var(--ppb-spacing) * 8)}.ppb\:pl-2{padding-left:calc(var(--ppb-spacing) * 2)}.ppb\:pl-4{padding-left:calc(var(--ppb-spacing) * 4)}.ppb\:pl-8{padding-left:calc(var(--ppb-spacing) * 8)}.ppb\:pl-9{padding-left:calc(var(--ppb-spacing) * 9)}.ppb\:text-center{text-align:center}.ppb\:text-left{text-align:left}.ppb\:text-right{text-align:right}.ppb\:align-middle{vertical-align:middle}.ppb\:align-super{vertical-align:super}.ppb\:font-mono{font-family:var(--ppb-font-mono)}.ppb\:text-2xl{font-size:calc(var(--font-ui-large,20px) * 1.2);line-height:var(--tw-leading,var(--ppb-text-2xl--line-height))}.ppb\:text-4xl{font-size:calc(var(--font-ui-large,20px) * 1.8);line-height:var(--tw-leading,var(--ppb-text-4xl--line-height))}.ppb\:text-5xl{font-size:calc(var(--font-ui-large,20px) * 2.4);line-height:var(--tw-leading,var(--ppb-text-5xl--line-height))}.ppb\:text-base{font-size:var(--font-ui-medium,1rem);line-height:var(--tw-leading,var(--ppb-text-base--line-height))}.ppb\:text-lg{font-size:calc(var(--font-ui-large,20px) * .9);line-height:var(--tw-leading,var(--ppb-text-lg--line-height))}.ppb\:text-sm{font-size:var(--font-ui-small,.875rem);line-height:var(--tw-leading,var(--ppb-text-sm--line-height))}.ppb\:text-xl{font-size:var(--font-ui-large,1.25rem);line-height:var(--tw-leading,var(--ppb-text-xl--line-height))}.ppb\:text-xs{font-size:var(--font-ui-smaller,.75rem);line-height:var(--tw-leading,var(--ppb-text-xs--line-height))}.ppb\:text-\[0\.8rem\]{font-size:.8rem}.ppb\:text-\[9px\]{font-size:9px}.ppb\:text-\[10px\]{font-size:10px}.ppb\:text-\[20px\]{font-size:20px}.ppb\:text-\[22px\]{font-size:22px}.ppb\:leading-none{--tw-leading:1;line-height:1}.ppb\:leading-tight{--tw-leading:var(--ppb-leading-tight);line-height:var(--ppb-leading-tight)}.ppb\:font-bold{--tw-font-weight:var(--font-bold,700);font-weight:var(--font-bold,700)}.ppb\:font-medium{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\:font-normal{--tw-font-weight:var(--font-normal,400);font-weight:var(--font-normal,400)}.ppb\:font-semibold{--tw-font-weight:var(--font-semibold,600);font-weight:var(--font-semibold,600)}.ppb\:tracking-tight{--tw-tracking:var(--ppb-tracking-tight);letter-spacing:var(--ppb-tracking-tight)}.ppb\:tracking-widest{--tw-tracking:var(--ppb-tracking-widest);letter-spacing:var(--ppb-tracking-widest)}.ppb\:text-balance{text-wrap:balance}.ppb\:break-words{overflow-wrap:break-word}.ppb\:whitespace-nowrap{white-space:nowrap}.ppb\:text-accent-foreground{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:text-background{color:var(--background-primary,var(--ppb-background))}.ppb\:text-blue-500{color:var(--ppb-color-blue-500)}.ppb\:text-card-foreground{color:var(--text-normal,var(--ppb-card-foreground))}.ppb\:text-chart-1,.ppb\:text-chart-1\/60{color:var(--ppb-chart-1)}@supports (color:color-mix(in lab,red,red)){.ppb\:text-chart-1\/60{color:color-mix(in oklab,var(--ppb-chart-1) 60%,transparent)}}.ppb\:text-chart-2{color:var(--ppb-chart-2)}.ppb\:text-chart-3{color:var(--ppb-chart-3)}.ppb\:text-current{color:currentColor}.ppb\:text-destructive{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:text-foreground{color:var(--text-normal,var(--ppb-foreground))}.ppb\:text-gray-300{color:var(--ppb-color-gray-300)}.ppb\:text-green-500{color:var(--ppb-color-green-500)}.ppb\:text-muted-foreground,.ppb\:text-muted-foreground\/20{color:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:text-muted-foreground\/20{color:color-mix(in oklab,var(--text-muted,var(--ppb-muted-foreground)) 20%,transparent)}}.ppb\:text-muted-foreground\/30{color:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:text-muted-foreground\/30{color:color-mix(in oklab,var(--text-muted,var(--ppb-muted-foreground)) 30%,transparent)}}.ppb\:text-muted-foreground\/80{color:var(--text-muted,var(--ppb-muted-foreground))}@supports (color:color-mix(in lab,red,red)){.ppb\:text-muted-foreground\/80{color:color-mix(in oklab,var(--text-muted,var(--ppb-muted-foreground)) 80%,transparent)}}.ppb\:text-popover-foreground{color:var(--ppb-popover-foreground)}.ppb\:text-primary{color:var(--interactive-accent,var(--ppb-primary))}.ppb\:text-primary-foreground{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:text-secondary-foreground{color:var(--text-normal,var(--ppb-secondary-foreground))}.ppb\:text-sidebar-foreground,.ppb\:text-sidebar-foreground\/70{color:var(--ppb-sidebar-foreground)}@supports (color:color-mix(in lab,red,red)){.ppb\:text-sidebar-foreground\/70{color:color-mix(in oklab,var(--ppb-sidebar-foreground) 70%,transparent)}}.ppb\:text-white{color:var(--ppb-color-white)}.ppb\:text-yellow-400{color:var(--ppb-color-yellow-400)}.ppb\:text-yellow-500{color:var(--ppb-color-yellow-500)}.ppb\:tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.ppb\:line-through{text-decoration-line:line-through}.ppb\:underline{text-decoration-line:underline}.ppb\:underline-offset-4{text-underline-offset:4px}.ppb\:opacity-0{opacity:0}.ppb\:opacity-10{opacity:.1}.ppb\:opacity-20{opacity:.2}.ppb\:opacity-30{opacity:.3}.ppb\:opacity-40{opacity:.4}.ppb\:opacity-50{opacity:.5}.ppb\:opacity-60{opacity:.6}.ppb\:opacity-70{opacity:.7}.ppb\:opacity-75{opacity:.75}.ppb\:opacity-80{opacity:.8}.ppb\:shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:ring-0{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:ring-ring\/50{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:ring-ring\/50{--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\:ring-sidebar-ring{--tw-ring-color:var(--ppb-sidebar-ring)}.ppb\:ring-offset-background{--tw-ring-offset-color:var(--background-primary,var(--ppb-background))}.ppb\:outline-hidden{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:outline-hidden{outline-offset:2px;outline:2px solid #0000}}.ppb\:blur-3xl{--tw-blur:blur(var(--ppb-blur-3xl));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.ppb\:blur-xl{--tw-blur:blur(var(--ppb-blur-xl));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.ppb\:backdrop-blur-sm{--tw-backdrop-blur:blur(var(--ppb-blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.ppb\:transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--ppb-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ppb-default-transition-duration))}.ppb\:transition-none{transition-property:none}.ppb\:delay-1000{transition-delay:1s}.ppb\:duration-200{--tw-duration:.2s;transition-duration:.2s}.ppb\:duration-300{--tw-duration:.3s;transition-duration:.3s}.ppb\:duration-500{--tw-duration:.5s;transition-duration:.5s}.ppb\:duration-700{--tw-duration:.7s;transition-duration:.7s}.ppb\:duration-1000{--tw-duration:1s;transition-duration:1s}.ppb\:ease-in-out{--tw-ease:var(--ppb-ease-in-out);transition-timing-function:var(--ppb-ease-in-out)}.ppb\:ease-linear{--tw-ease:linear;transition-timing-function:linear}.ppb\:ease-out{--tw-ease:var(--ppb-ease-out);transition-timing-function:var(--ppb-ease-out)}.ppb\:delay-1000{--tw-animation-delay:1s;animation-delay:1s}.ppb\:fade-in-0{--tw-enter-opacity:0}.ppb\:outline-none{--tw-outline-style:none;outline-style:none}.ppb\:select-none{-webkit-user-select:none;user-select:none}.ppb\:zoom-in-95{--tw-enter-scale:.95}.ppb\:\[--cell-size\:--spacing\(8\)\]{--cell-size:calc(var(--ppb-spacing) * 8)}.ppb\:group-focus-within\/menu-item\:opacity-100:is(:where(.ppb\:group\/menu-item):focus-within *){opacity:1}@media(hover:hover){.ppb\:group-hover\/menu-item\:opacity-100:is(:where(.ppb\:group\/menu-item):hover *){opacity:1}}.ppb\:group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.ppb\:group\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--ppb-spacing) * 8)}.ppb\:group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.ppb\:group)[data-collapsible=icon] *){margin-top:calc(var(--ppb-spacing) * -8)}.ppb\:group-data-\[collapsible\=icon\]\:hidden:is(:where(.ppb\:group)[data-collapsible=icon] *){display:none}.ppb\:group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.ppb\:group)[data-collapsible=icon] *){width:calc(var(--ppb-spacing) * 8)!important;height:calc(var(--ppb-spacing) * 8)!important}.ppb\:group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.ppb\:group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.ppb\:group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.ppb\:group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--ppb-spacing) * 4)))}.ppb\:group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.ppb\:group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--ppb-spacing) * 4)) + 2px)}.ppb\:group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.ppb\:group)[data-collapsible=icon] *){overflow:hidden}.ppb\:group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.ppb\:group)[data-collapsible=icon] *){padding:calc(var(--ppb-spacing) * 0)!important}.ppb\:group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.ppb\:group)[data-collapsible=icon] *){padding:calc(var(--ppb-spacing) * 2)!important}.ppb\:group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.ppb\:group)[data-collapsible=icon] *){opacity:0}.ppb\:group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.ppb\:group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width) * -1)}.ppb\:group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.ppb\:group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width) * -1)}.ppb\:group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.ppb\:group)[data-collapsible=offcanvas] *){width:calc(var(--ppb-spacing) * 0)}.ppb\:group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.ppb\:group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--ppb-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.ppb\:group)[data-disabled=true] *){pointer-events:none}.ppb\:group-data-\[disabled\=true\]\:opacity-50:is(:where(.ppb\:group)[data-disabled=true] *){opacity:.5}.ppb\:group-data-\[focused\=true\]\/day\:relative:is(:where(.ppb\:group\/day)[data-focused=true] *){position:relative}.ppb\:group-data-\[focused\=true\]\/day\:z-10:is(:where(.ppb\:group\/day)[data-focused=true] *){z-index:10}.ppb\:group-data-\[focused\=true\]\/day\:border-ring:is(:where(.ppb\:group\/day)[data-focused=true] *){border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:group-data-\[focused\=true\]\/day\:ring-\[3px\]:is(:where(.ppb\:group\/day)[data-focused=true] *){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.ppb\:group\/day)[data-focused=true] *){--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.ppb\:group\/day)[data-focused=true] *){--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\:group-data-\[side\=left\]\:-right-4:is(:where(.ppb\:group)[data-side=left] *){right:calc(var(--ppb-spacing) * -4)}.ppb\:group-data-\[side\=left\]\:border-r:is(:where(.ppb\:group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.ppb\:group-data-\[side\=right\]\:left-0:is(:where(.ppb\:group)[data-side=right] *){left:calc(var(--ppb-spacing) * 0)}.ppb\:group-data-\[side\=right\]\:rotate-180:is(:where(.ppb\:group)[data-side=right] *){rotate:180deg}.ppb\:group-data-\[side\=right\]\:border-l:is(:where(.ppb\:group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:group-data-\[state\=open\]\:rotate-180:is(:where(.ppb\:group)[data-state=open] *){rotate:180deg}.ppb\:group-data-\[variant\=floating\]\:rounded-lg:is(:where(.ppb\:group)[data-variant=floating] *){border-radius:var(--radius-l,var(--ppb-radius))}.ppb\:group-data-\[variant\=floating\]\:border:is(:where(.ppb\:group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.ppb\:group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.ppb\:group)[data-variant=floating] *){border-color:var(--ppb-sidebar-border)}.ppb\:group-data-\[variant\=floating\]\:shadow-sm:is(:where(.ppb\:group)[data-variant=floating] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.ppb\:group\/drawer-content)[data-vaul-drawer-direction=bottom] *){display:block}.ppb\:group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center:is(:where(.ppb\:group\/drawer-content)[data-vaul-drawer-direction=bottom] *),.ppb\:group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center:is(:where(.ppb\:group\/drawer-content)[data-vaul-drawer-direction=top] *){text-align:center}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:top-full:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){top:100%}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){margin-top:calc(var(--ppb-spacing) * 1.5)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){overflow:hidden}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:rounded-md:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:border:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){border-style:var(--tw-border-style);border-width:1px}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:bg-popover:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){background-color:var(--ppb-popover)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:text-popover-foreground:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){color:var(--ppb-popover-foreground)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:shadow:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:duration-200:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *){--tw-duration:.2s;transition-duration:.2s}@media(hover:hover){.ppb\:peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.ppb\:peer\/menu-button):hover~*){color:var(--ppb-sidebar-accent-foreground)}}.ppb\:peer-disabled\:cursor-not-allowed:is(:where(.ppb\:peer):disabled~*){cursor:not-allowed}.ppb\:peer-disabled\:opacity-50:is(:where(.ppb\:peer):disabled~*){opacity:.5}.ppb\:peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.ppb\:peer\/menu-button)[data-active=true]~*){color:var(--ppb-sidebar-accent-foreground)}.ppb\:peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.ppb\:peer\/menu-button)[data-size=default]~*){top:calc(var(--ppb-spacing) * 1.5)}.ppb\:peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.ppb\:peer\/menu-button)[data-size=lg]~*){top:calc(var(--ppb-spacing) * 2.5)}.ppb\:peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.ppb\:peer\/menu-button)[data-size=sm]~*){top:calc(var(--ppb-spacing) * 1)}.ppb\:selection\:bg-primary ::selection{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:selection\:bg-primary::selection{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:selection\:text-primary-foreground ::selection{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:selection\:text-primary-foreground::selection{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:file\:inline-flex::file-selector-button{display:inline-flex}.ppb\:file\:h-7::file-selector-button{height:calc(var(--ppb-spacing) * 7)}.ppb\:file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.ppb\:file\:bg-transparent::file-selector-button{background-color:#0000}.ppb\:file\:text-sm::file-selector-button{font-size:var(--font-ui-small,.875rem);line-height:var(--tw-leading,var(--ppb-text-sm--line-height))}.ppb\:file\:font-medium::file-selector-button{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\:file\:text-foreground::file-selector-button{color:var(--text-normal,var(--ppb-foreground))}.ppb\:placeholder\:text-muted-foreground::placeholder{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:after\:absolute:after{content:var(--tw-content);position:absolute}.ppb\:after\:-inset-2:after{content:var(--tw-content);inset:calc(var(--ppb-spacing) * -2)}.ppb\:after\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--ppb-spacing) * 0)}.ppb\:after\:left-1\/2:after{content:var(--tw-content);left:50%}.ppb\:after\:w-1:after{content:var(--tw-content);width:calc(var(--ppb-spacing) * 1)}.ppb\:after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.ppb\:after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.ppb\:group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}.ppb\:first\:rounded-l-md:first-child{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:first\:border-l:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:last\:rounded-r-md:last-child{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.ppb\:focus\:z-10:focus{z-index:10}.ppb\:focus\:bg-accent:focus{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:focus\:text-accent-foreground:focus{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus\:ring-ring:focus{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.ppb\:focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.ppb\:focus-visible\:z-10:focus-visible{z-index:10}.ppb\:focus-visible\:border-ring:focus-visible{border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus-visible\:ring-4:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 20%, transparent)}}.ppb\:focus-visible\:ring-ring:focus-visible,.ppb\:focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\:focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.ppb\:focus-visible\:outline-hidden:focus-visible{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:focus-visible\:outline-hidden:focus-visible{outline-offset:2px;outline:2px solid #0000}}.ppb\:focus-visible\:outline-1:focus-visible{outline-style:var(--tw-outline-style);outline-width:1px}.ppb\:focus-visible\:outline-ring:focus-visible{outline-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:active\:bg-sidebar-accent:active{background-color:var(--ppb-sidebar-accent)}.ppb\:active\:text-sidebar-accent-foreground:active{color:var(--ppb-sidebar-accent-foreground)}.ppb\:disabled\:pointer-events-none:disabled{pointer-events:none}.ppb\:disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.ppb\:disabled\:opacity-50:disabled{opacity:.5}:where([data-side=left]) .ppb\:in-data-\[side\=left\]\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .ppb\:in-data-\[side\=right\]\:cursor-e-resize{cursor:e-resize}.ppb\:has-focus\:border-ring:has(:focus){border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:has-focus\:ring-\[3px\]:has(:focus){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:has-focus\:ring-ring\/50:has(:focus){--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:has-focus\:ring-ring\/50:has(:focus){--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}.ppb\:has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot=card-action]){grid-template-columns:1fr auto}.ppb\:has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant=inset]){background-color:var(--ppb-sidebar)}.ppb\:has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(>svg){grid-template-columns:calc(var(--spacing) * 4) 1fr}.ppb\:has-\[\>svg\]\:gap-x-3:has(>svg){column-gap:calc(var(--ppb-spacing) * 3)}.ppb\:has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--ppb-spacing) * 2.5)}.ppb\:has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--ppb-spacing) * 3)}.ppb\:has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--ppb-spacing) * 4)}.ppb\:aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.ppb\:aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.ppb\:aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 20%, transparent)}}.ppb\:aria-selected\:text-muted-foreground[aria-selected=true]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:data-\[active\=true\]\:z-10[data-active=true]{z-index:10}.ppb\:data-\[active\=true\]\:border-ring[data-active=true]{border-color:var(--background-modifier-border-focus,var(--ppb-ring))}.ppb\:data-\[active\=true\]\:bg-accent\/50[data-active=true]{background-color:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[active\=true\]\:bg-accent\/50[data-active=true]{background-color:color-mix(in oklab,var(--background-modifier-hover,var(--ppb-accent)) 50%,transparent)}}.ppb\:data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:var(--ppb-sidebar-accent)}.ppb\:data-\[active\=true\]\:font-medium[data-active=true]{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\:data-\[active\=true\]\:text-accent-foreground[data-active=true]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--ppb-sidebar-accent-foreground)}.ppb\:data-\[active\=true\]\:ring-\[3px\][data-active=true]{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:data-\[active\=true\]\:ring-ring\/50[data-active=true]{--tw-ring-color:var(--background-modifier-border-focus,var(--ppb-ring))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[active\=true\]\:ring-ring\/50[data-active=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-border-focus,var(--ppb-ring)) 50%, transparent)}}@media(hover:hover){.ppb\:data-\[active\=true\]\:hover\:bg-accent[data-active=true]:hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}}.ppb\:data-\[active\=true\]\:focus\:bg-accent[data-active=true]:focus{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[active\=true\]\:aria-invalid\:border-destructive[data-active=true][aria-invalid=true]{border-color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active=true][aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 20%, transparent)}}.ppb\:data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.ppb\:data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.ppb\:data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]{pointer-events:none}.ppb\:data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.ppb\:data-\[error\=true\]\:text-destructive[data-error=true]{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:data-\[inset\]\:pl-8[data-inset]{padding-left:calc(var(--ppb-spacing) * 8)}.ppb\:data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:calc(52*var(--spacing))}.ppb\:data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:calc(52*var(--spacing)*-1)}.ppb\:data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:calc(52*var(--spacing))}.ppb\:data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:calc(52*var(--spacing)*-1)}.ppb\:data-\[motion\^\=from-\]\:animate-in[data-motion^=from-]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.ppb\:data-\[motion\^\=to-\]\:animate-out[data-motion^=to-]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[motion\^\=to-\]\:fade-out[data-motion^=to-]{--tw-exit-opacity:0}.ppb\:data-\[orientation\=horizontal\]\:h-1\.5[data-orientation=horizontal]{height:calc(var(--ppb-spacing) * 1.5)}.ppb\:data-\[orientation\=horizontal\]\:h-full[data-orientation=horizontal]{height:100%}.ppb\:data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.ppb\:data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.ppb\:data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.ppb\:data-\[orientation\=vertical\]\:min-h-44[data-orientation=vertical]{min-height:calc(var(--ppb-spacing) * 44)}.ppb\:data-\[orientation\=vertical\]\:w-1\.5[data-orientation=vertical]{width:calc(var(--ppb-spacing) * 1.5)}.ppb\:data-\[orientation\=vertical\]\:w-auto[data-orientation=vertical]{width:auto}.ppb\:data-\[orientation\=vertical\]\:w-full[data-orientation=vertical]{width:100%}.ppb\:data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.ppb\:data-\[orientation\=vertical\]\:flex-col[data-orientation=vertical]{flex-direction:column}.ppb\:data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.ppb\:data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.ppb\:data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:calc(var(--ppb-spacing) * 1)}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x:calc(var(--ppb-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:data-\[range-end\=true\]\:rounded-md[data-range-end=true]{border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:data-\[range-end\=true\]\:rounded-r-md[data-range-end=true]{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:data-\[range-end\=true\]\:bg-primary[data-range-end=true]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[range-end\=true\]\:text-primary-foreground[data-range-end=true]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:data-\[range-middle\=true\]\:rounded-none[data-range-middle=true]{border-radius:0}.ppb\:data-\[range-middle\=true\]\:bg-accent[data-range-middle=true]{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle=true]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[range-start\=true\]\:rounded-md[data-range-start=true]{border-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:data-\[range-start\=true\]\:rounded-l-md[data-range-start=true]{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:data-\[range-start\=true\]\:bg-primary[data-range-start=true]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[range-start\=true\]\:text-primary-foreground[data-range-start=true]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:data-\[selected-single\=true\]\:bg-primary[data-selected-single=true]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single=true]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:data-\[selected\=true\]\:rounded-none[data-selected=true]{border-radius:0}.ppb\:data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--ppb-spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(2*var(--spacing)*-1)}.ppb\:data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--ppb-spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(2*var(--spacing))}.ppb\:data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--ppb-spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(2*var(--spacing)*-1)}.ppb\:data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--ppb-spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(2*var(--spacing))}.ppb\:data-\[size\=default\]\:h-9[data-size=default]{height:calc(var(--ppb-spacing) * 9)}.ppb\:data-\[size\=sm\]\:h-8[data-size=sm]{height:calc(var(--ppb-spacing) * 8)}:is(.ppb\:\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){:is(.ppb\:\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 90%,transparent)}}:is(.ppb\:\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 *)[data-slot=command-input-wrapper]{height:calc(var(--ppb-spacing) * 12)}:is(.ppb\:\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 *)[data-slot=navigation-menu-link]:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(.ppb\:\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none *)[data-slot=navigation-menu-link]:focus{--tw-outline-style:none;outline-style:none}:is(.ppb\:\*\:data-\[slot\=select-value\]\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.ppb\:\*\:data-\[slot\=select-value\]\:flex>*)[data-slot=select-value]{display:flex}:is(.ppb\:\*\:data-\[slot\=select-value\]\:items-center>*)[data-slot=select-value]{align-items:center}:is(.ppb\:\*\:data-\[slot\=select-value\]\:gap-2>*)[data-slot=select-value]{gap:calc(var(--ppb-spacing) * 2)}.ppb\:data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background-primary,var(--ppb-background))}.ppb\:data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=closed\]\:animate-out[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=closed\]\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}.ppb\:data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.ppb\:data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.ppb\:data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.ppb\:data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.ppb\:data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.ppb\:data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-opacity:0}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-scale:.95}.ppb\:data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.ppb\:data-\[state\=on\]\:bg-accent[data-state=on]{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=open\]\:animate-in[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=open\]\:bg-accent[data-state=open],.ppb\:data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:color-mix(in oklab,var(--background-modifier-hover,var(--ppb-accent)) 50%,transparent)}}.ppb\:data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--background-secondary,var(--ppb-secondary))}.ppb\:data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:var(--text-normal,var(--ppb-accent-foreground))}.ppb\:data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.ppb\:data-\[state\=open\]\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}.ppb\:data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.ppb\:data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.ppb\:data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.ppb\:data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.ppb\:data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.ppb\:data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.ppb\:data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-opacity:0}.ppb\:group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95:is(:where(.ppb\:group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-scale:.95}@media(hover:hover){.ppb\:data-\[state\=open\]\:hover\:bg-accent[data-state=open]:hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state=open]:hover{background-color:var(--ppb-sidebar-accent)}.ppb\:data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state=open]:hover{color:var(--ppb-sidebar-accent-foreground)}}.ppb\:data-\[state\=open\]\:focus\:bg-accent[data-state=open]:focus{background-color:var(--background-modifier-hover,var(--ppb-accent))}.ppb\:data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--background-primary-alt,var(--ppb-muted))}.ppb\:data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--ppb-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:var(--background-modifier-border,var(--ppb-input))}.ppb\:data-\[state\=visible\]\:animate-in[data-state=visible]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.ppb\:data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.ppb\:data-\[variant\=destructive\]\:text-destructive[data-variant=destructive]{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 10%,transparent)}}.ppb\:data-\[variant\=destructive\]\:focus\:text-destructive[data-variant=destructive]:focus{color:var(--background-modifier-error,var(--ppb-destructive))}.ppb\:data-\[variant\=outline\]\:border-l-0[data-variant=outline]{border-left-style:var(--tw-border-style);border-left-width:0}.ppb\:data-\[variant\=outline\]\:shadow-xs[data-variant=outline]{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:data-\[variant\=outline\]\:first\:border-l[data-variant=outline]:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction=bottom]{inset-inline:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction=bottom]{bottom:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction=bottom]{margin-top:calc(var(--ppb-spacing) * 24)}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction=bottom]{max-height:80vh}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction=bottom]{border-top-left-radius:var(--radius-l,var(--ppb-radius));border-top-right-radius:var(--radius-l,var(--ppb-radius))}.ppb\:data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction=bottom]{border-top-style:var(--tw-border-style);border-top-width:1px}.ppb\:data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction=left]{inset-block:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction=left]{left:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction=left]{width:75%}.ppb\:data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction=left]{border-right-style:var(--tw-border-style);border-right-width:1px}.ppb\:data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction=right]{inset-block:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction=right]{right:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction=right]{width:75%}.ppb\:data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction=right]{border-left-style:var(--tw-border-style);border-left-width:1px}.ppb\:data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction=top]{inset-inline:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction=top]{top:calc(var(--ppb-spacing) * 0)}.ppb\:data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction=top]{margin-bottom:calc(var(--ppb-spacing) * 24)}.ppb\:data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction=top]{max-height:80vh}.ppb\:data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction=top]{border-bottom-right-radius:var(--radius-l,var(--ppb-radius));border-bottom-left-radius:var(--radius-l,var(--ppb-radius))}.ppb\:data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction=top]{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}@media(min-width:40rem){.ppb\:sm\:block{display:block}.ppb\:sm\:flex{display:flex}.ppb\:sm\:max-w-lg{max-width:var(--ppb-container-lg)}.ppb\:sm\:max-w-sm{max-width:var(--ppb-container-sm)}.ppb\:sm\:flex-row{flex-direction:row}.ppb\:sm\:justify-end{justify-content:flex-end}.ppb\:sm\:gap-2\.5{gap:calc(var(--ppb-spacing) * 2.5)}.ppb\:sm\:pr-2\.5{padding-right:calc(var(--ppb-spacing) * 2.5)}.ppb\:sm\:pl-2\.5{padding-left:calc(var(--ppb-spacing) * 2.5)}.ppb\:sm\:text-left{text-align:left}.ppb\:data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction=left],.ppb\:data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction=right]{max-width:var(--ppb-container-sm)}}@media(min-width:48rem){.ppb\:md\:absolute{position:absolute}.ppb\:md\:block{display:block}.ppb\:md\:flex{display:flex}.ppb\:md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.ppb\:md\:w-auto{width:auto}.ppb\:md\:flex-row{flex-direction:row}.ppb\:md\:gap-1\.5{gap:calc(var(--ppb-spacing) * 1.5)}.ppb\:md\:text-left{text-align:left}.ppb\:md\:text-sm{font-size:var(--font-ui-small,.875rem);line-height:var(--tw-leading,var(--ppb-text-sm--line-height))}.ppb\:md\:opacity-0{opacity:0}.ppb\:md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.ppb\:peer)[data-variant=inset]~*){margin:calc(var(--ppb-spacing) * 2)}.ppb\:md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.ppb\:peer)[data-variant=inset]~*){margin-left:calc(var(--ppb-spacing) * 0)}.ppb\:md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.ppb\:peer)[data-variant=inset]~*){border-radius:var(--radius-xl,calc(var(--ppb-radius) + 4px))}.ppb\:md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.ppb\:peer)[data-variant=inset]~*){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ppb\:md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.ppb\:peer)[data-variant=inset]~*):is(:where(.ppb\:peer)[data-state=collapsed]~*){margin-left:calc(var(--ppb-spacing) * 2)}.ppb\:md\:after\:hidden:after{content:var(--tw-content);display:none}}@media(min-width:64rem){.ppb\:lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.ppb\:dark\:border-input:is(.dark,.dark *){border-color:var(--background-modifier-border,var(--ppb-input))}.ppb\:dark\:bg-destructive\/60:is(.dark,.dark *){background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:bg-destructive\/60:is(.dark,.dark *){background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 60%,transparent)}}.ppb\:dark\:bg-input\/30:is(.dark,.dark *){background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:bg-input\/30:is(.dark,.dark *){background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 30%,transparent)}}.ppb\:dark\:text-muted-foreground:is(.dark,.dark *){color:var(--text-muted,var(--ppb-muted-foreground))}@media(hover:hover){.ppb\:dark\:hover\:bg-accent\/50:is(.dark,.dark *):hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:hover\:bg-accent\/50:is(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--background-modifier-hover,var(--ppb-accent)) 50%,transparent)}}.ppb\:dark\:hover\:bg-input\/50:is(.dark,.dark *):hover{background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:hover\:bg-input\/50:is(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 50%,transparent)}}.ppb\:dark\:hover\:text-accent-foreground:is(.dark,.dark *):hover{color:var(--text-normal,var(--ppb-accent-foreground))}}.ppb\:dark\:focus-visible\:ring-destructive\/40:is(.dark,.dark *):focus-visible{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:focus-visible\:ring-destructive\/40:is(.dark,.dark *):focus-visible{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 40%, transparent)}}.ppb\:dark\:aria-invalid\:ring-destructive\/40:is(.dark,.dark *)[aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:aria-invalid\:ring-destructive\/40:is(.dark,.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 40%, transparent)}}.ppb\:dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark,.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark,.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--background-modifier-error,var(--ppb-destructive)) 40%, transparent)}}.ppb\:dark\:data-\[state\=active\]\:border-input:is(.dark,.dark *)[data-state=active]{border-color:var(--background-modifier-border,var(--ppb-input))}.ppb\:dark\:data-\[state\=active\]\:bg-input\/30:is(.dark,.dark *)[data-state=active]{background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:data-\[state\=active\]\:bg-input\/30:is(.dark,.dark *)[data-state=active]{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 30%,transparent)}}.ppb\:dark\:data-\[state\=active\]\:text-foreground:is(.dark,.dark *)[data-state=active]{color:var(--text-normal,var(--ppb-foreground))}.ppb\:dark\:data-\[state\=checked\]\:bg-primary:is(.dark,.dark *)[data-state=checked]{background-color:var(--interactive-accent,var(--ppb-primary))}.ppb\:dark\:data-\[state\=checked\]\:bg-primary-foreground:is(.dark,.dark *)[data-state=checked]{background-color:var(--text-on-accent,var(--ppb-primary-foreground))}.ppb\:dark\:data-\[state\=unchecked\]\:bg-foreground:is(.dark,.dark *)[data-state=unchecked]{background-color:var(--text-normal,var(--ppb-foreground))}.ppb\:dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark,.dark *)[data-state=unchecked]{background-color:var(--background-modifier-border,var(--ppb-input))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark,.dark *)[data-state=unchecked]{background-color:color-mix(in oklab,var(--background-modifier-border,var(--ppb-input)) 80%,transparent)}}.ppb\:dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark,.dark *)[data-variant=destructive]:focus{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){.ppb\:dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark,.dark *)[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 20%,transparent)}}.ppb\:\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:var(--background-modifier-border,var(--ppb-border))}@supports (color:color-mix(in lab,red,red)){.ppb\:\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:color-mix(in oklab,var(--background-modifier-border,var(--ppb-border)) 50%,transparent)}}.ppb\:\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:var(--background-modifier-border,var(--ppb-border))}.ppb\:\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:#0000}.ppb\:\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{outline-offset:2px;outline:2px solid #0000}}.ppb\:\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:var(--background-modifier-border,var(--ppb-border))}.ppb\:\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.ppb\:\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:var(--background-primary-alt,var(--ppb-muted))}.ppb\:\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:var(--background-modifier-border,var(--ppb-border))}.ppb\:\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{outline-offset:2px;outline:2px solid #0000}}.ppb\:\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:#0000}.ppb\:\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.ppb\:\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{outline-offset:2px;outline:2px solid #0000}}.ppb\:\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\:\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-block:calc(var(--ppb-spacing) * 1.5)}.ppb\:\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:var(--font-ui-smaller,.75rem);line-height:var(--tw-leading,var(--ppb-text-xs--line-height))}.ppb\:\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{--tw-font-weight:var(--font-medium,500);font-weight:var(--font-medium,500)}.ppb\:\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\:\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:calc(var(--ppb-spacing) * 0)}.ppb\:\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:calc(var(--ppb-spacing) * 5)}.ppb\:\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:calc(var(--ppb-spacing) * 5)}.ppb\:\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:calc(var(--ppb-spacing) * 12)}.ppb\:\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-inline:calc(var(--ppb-spacing) * 2)}.ppb\:\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-block:calc(var(--ppb-spacing) * 3)}.ppb\:\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:calc(var(--ppb-spacing) * 5)}.ppb\:\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:calc(var(--ppb-spacing) * 5)}.ppb\:\[\&_p\]\:leading-relaxed p{--tw-leading:var(--ppb-leading-relaxed);line-height:var(--ppb-leading-relaxed)}.ppb\:\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.ppb\:\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.ppb\:\[\&_svg\:not\(\[class\*\=size-\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--ppb-spacing) * 4);height:calc(var(--ppb-spacing) * 4)}.ppb\:\[\&_svg\:not\(\[class\*\=text-\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.ppb\:\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.ppb\:\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected=true] button{border-top-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-left-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--ppb-spacing) * 0)}.ppb\:\[\.border-b\]\:pb-6.border-b{padding-bottom:calc(var(--ppb-spacing) * 6)}.ppb\:\[\.border-t\]\:pt-6.border-t{padding-top:calc(var(--ppb-spacing) * 6)}:is(.ppb\:\*\:\[span\]\:last\:flex>*):is(span):last-child{display:flex}:is(.ppb\:\*\:\[span\]\:last\:items-center>*):is(span):last-child{align-items:center}:is(.ppb\:\*\:\[span\]\:last\:gap-2>*):is(span):last-child{gap:calc(var(--ppb-spacing) * 2)}:is(.ppb\:data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive[data-variant=destructive]>*):is(svg){color:var(--background-modifier-error,var(--ppb-destructive))!important}.ppb\:\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected=true] button{border-top-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px));border-bottom-right-radius:var(--radius-m,calc(var(--ppb-radius) - 2px))}.ppb\:\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:\[\&\>button\]\:hidden>button{display:none}.ppb\:\[\&\>span\]\:text-xs>span{font-size:var(--font-ui-smaller,.75rem);line-height:var(--tw-leading,var(--ppb-text-xs--line-height))}.ppb\:\[\&\>span\]\:opacity-70>span{opacity:.7}.ppb\:\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ppb\:\[\&\>svg\]\:pointer-events-none>svg{pointer-events:none}.ppb\:\[\&\>svg\]\:size-3>svg{width:calc(var(--ppb-spacing) * 3);height:calc(var(--ppb-spacing) * 3)}.ppb\:\[\&\>svg\]\:size-3\.5>svg{width:calc(var(--ppb-spacing) * 3.5);height:calc(var(--ppb-spacing) * 3.5)}.ppb\:\[\&\>svg\]\:size-4>svg{width:calc(var(--ppb-spacing) * 4);height:calc(var(--ppb-spacing) * 4)}.ppb\:\[\&\>svg\]\:h-2\.5>svg{height:calc(var(--ppb-spacing) * 2.5)}.ppb\:\[\&\>svg\]\:h-3>svg{height:calc(var(--ppb-spacing) * 3)}.ppb\:\[\&\>svg\]\:w-2\.5>svg{width:calc(var(--ppb-spacing) * 2.5)}.ppb\:\[\&\>svg\]\:w-3>svg{width:calc(var(--ppb-spacing) * 3)}.ppb\:\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.ppb\:\[\&\>svg\]\:translate-y-0\.5>svg{--tw-translate-y:calc(var(--ppb-spacing) * .5);translate:var(--tw-translate-x) var(--tw-translate-y)}.ppb\:\[\&\>svg\]\:text-current>svg{color:currentColor}.ppb\:\[\&\>svg\]\:text-muted-foreground>svg{color:var(--text-muted,var(--ppb-muted-foreground))}.ppb\:\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--ppb-sidebar-accent-foreground)}.ppb\:\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.ppb\:\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{rotate:90deg}.ppb\:\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{rotate:180deg}[data-side=left][data-collapsible=offcanvas] .ppb\:\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:calc(var(--ppb-spacing) * -2)}[data-side=left][data-state=collapsed] .ppb\:\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .ppb\:\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:calc(var(--ppb-spacing) * -2)}[data-side=right][data-state=collapsed] .ppb\:\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-slot=card-content] .ppb\:\[\[data-slot\=card-content\]_\&\]\:bg-transparent,[data-slot=popover-content] .ppb\:\[\[data-slot\=popover-content\]_\&\]\:bg-transparent{background-color:#0000}@media(hover:hover){a.ppb\:\[a\&\]\:hover\:bg-accent:hover{background-color:var(--background-modifier-hover,var(--ppb-accent))}a.ppb\:\[a\&\]\:hover\:bg-destructive\/90:hover{background-color:var(--background-modifier-error,var(--ppb-destructive))}@supports (color:color-mix(in lab,red,red)){a.ppb\:\[a\&\]\:hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--background-modifier-error,var(--ppb-destructive)) 90%,transparent)}}a.ppb\:\[a\&\]\:hover\:bg-primary\/90:hover{background-color:var(--interactive-accent,var(--ppb-primary))}@supports (color:color-mix(in lab,red,red)){a.ppb\:\[a\&\]\:hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--interactive-accent,var(--ppb-primary)) 90%,transparent)}}a.ppb\:\[a\&\]\:hover\:bg-secondary\/90:hover{background-color:var(--background-secondary,var(--ppb-secondary))}@supports (color:color-mix(in lab,red,red)){a.ppb\:\[a\&\]\:hover\:bg-secondary\/90:hover{background-color:color-mix(in oklab,var(--background-secondary,var(--ppb-secondary)) 90%,transparent)}}a.ppb\:\[a\&\]\:hover\:text-accent-foreground:hover{color:var(--text-normal,var(--ppb-accent-foreground))}}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}to{height:0}}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}} +.modal.mod-settings-modal{width:90vw;height:85vh;max-width:1100px;max-height:850px}.modal.mod-settings-modal .modal-content{padding:0;height:100%;overflow:hidden}.modal.mod-settings-modal .modal-close-button{z-index:10}.modal.mod-settings .vertical-tab-header-search{padding:var(--size-4-3);border-bottom:1px solid var(--background-modifier-border);flex-shrink:0}.modal.mod-settings .vertical-tab-header-search input{width:100%;padding:var(--size-2-2) var(--size-2-3);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background-color:var(--background-primary);font-size:var(--font-ui-small)}.modal.mod-settings-modal .vertical-tab-header-group{margin-bottom:var(--size-2-2)}.modal.mod-settings-modal .vertical-tab-header-group .vertical-tab-header-group-title{padding:var(--size-2-2) var(--size-4-3);font-size:var(--font-ui-smaller);font-weight:var(--font-weight-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.modal.mod-settings-modal .vertical-tab-header-group .vertical-tab-header-group-items{display:flex;flex-direction:column}.modal.mod-settings .vertical-tab-content-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--size-2-2);padding:var(--size-4-2) var(--size-4-2);border-bottom:1px solid var(--background-modifier-border);flex-shrink:0;background-color:var(--background-primary);margin-bottom:var(--size-4-4);align-items:center}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-title{display:flex;align-items:center;gap:var(--size-2-3);margin:0;font-size:var(--font-ui-large);font-weight:var(--font-weight-semibold);color:var(--text-normal);padding:0}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-title .vertical-tab-content-header-icon{display:flex;align-items:center;justify-content:center;color:var(--interactive-accent)}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-actions{display:flex;align-items:center;gap:var(--size-2-3);flex-shrink:0}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-actions button{display:flex;align-items:center;gap:var(--size-2-2);font-size:var(--font-ui-small)}.modal.mod-settings .vertical-tab-content-header .vertical-tab-content-header-desc{width:100%;margin:0;font-size:var(--font-ui-small);color:var(--text-muted);line-height:1.5}.modal.mod-settings-modal .vertical-tab-content-body{flex:1;overflow-y:auto;padding:var(--size-4-4) var(--size-4-6);animation:settingsFadeIn .15s ease-out}.modal.mod-settings-modal .vertical-tab-content-body .setting-item{padding-top:var(--size-4-3);padding-bottom:var(--size-4-3)}.modal.mod-settings-modal .vertical-tab-content-body .setting-item:first-child{padding-top:0;border-top:none}.modal.mod-settings-modal .vertical-tab-content-body h3{margin-top:var(--size-4-4);margin-bottom:var(--size-2-3);font-size:var(--font-ui-medium);font-weight:var(--font-weight-semibold);color:var(--text-normal)}.modal.mod-settings-modal .vertical-tab-content-body h3:first-child{margin-top:0}.modal.mod-settings-modal .vertical-tab-content-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:var(--size-4-8);text-align:center;color:var(--text-muted)}@keyframes settingsFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.modal.mod-settings-modal .vertical-tabs-container{flex-direction:column}.modal.mod-settings-modal .vertical-tab-header{width:100%;height:auto;max-height:200px;border-right:none;border-bottom:1px solid var(--background-modifier-border);overflow-y:auto}.modal.mod-settings-modal .vertical-tab-header .vertical-tab-header-group{display:flex;flex-wrap:wrap;gap:var(--size-2-1);margin-bottom:0;padding:var(--size-2-2)}.modal.mod-settings-modal .vertical-tab-header .vertical-tab-header-group .vertical-tab-header-group-title{display:none}.modal.mod-settings-modal .vertical-tab-header .vertical-tab-header-group .vertical-tab-header-group-items{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--size-2-1)}}.is-mobile .modal.mod-settings .vertical-tab-header{width:100%;height:100%;max-height:none;border-right:none;overflow-y:auto}.is-mobile .modal.mod-settings .vertical-tab-header.is-mobile-hidden{display:none}.is-mobile .modal.mod-settings .vertical-tab-header .vertical-tab-header-group{margin-bottom:var(--size-4-2)}.is-mobile .modal.mod-settings .vertical-tab-header .vertical-tab-header-group .vertical-tab-header-group-title{display:block}.is-mobile .modal.mod-settings .vertical-tab-header .vertical-tab-header-group .vertical-tab-header-group-items{flex-direction:column}.is-mobile .modal.mod-settings .vertical-tab-content-container{width:100%;height:100%}.is-mobile .modal.mod-settings .vertical-tab-content-container.is-mobile-hidden{display:none}.is-mobile .modal.mod-settings .vertical-tab-content-header,.is-mobile .modal.mod-settings .vertical-tab-content-body{padding:var(--size-4-3) var(--size-4-4)}.task-genius-settings-entry{max-width:800px;margin:0 auto;padding:var(--size-4-4)}.settings-entry-header{text-align:center;margin-bottom:var(--size-4-8);padding-bottom:var(--size-4-6);margin-block-start:var(--size-4-8);border-bottom:1px solid var(--background-modifier-border)}.settings-entry-title-container{display:flex;align-items:center;justify-content:center;gap:var(--size-4-3);margin-bottom:var(--size-4-3)}.settings-entry-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--interactive-accent);--icon-size: 48px}.settings-entry-title-text{display:flex;flex-direction:column;align-items:flex-start}.settings-entry-title-text h2{margin:0;padding:0;font-size:var(--font-ui-large);font-weight:var(--font-weight-bold);color:var(--text-normal)}.settings-entry-title-text .settings-entry-version{font-size:var(--font-ui-smaller);color:var(--text-muted)}.settings-entry-desc{max-width:500px;margin:0 auto}.settings-entry-desc p{margin:0;font-size:var(--font-ui-small);color:var(--text-muted);line-height:1.6}.settings-entry-action{margin-bottom:var(--size-4-6);padding:var(--size-4-4);background-color:var(--background-secondary);border-radius:var(--radius-m);border:1px solid var(--background-modifier-border)}.settings-entry-action .setting-item{border:none;padding:0}.settings-entry-action .setting-item-info{flex:1}.settings-entry-action .setting-item-control button.mod-cta{padding:var(--size-4-2) var(--size-4-6);font-size:var(--font-ui-medium)}.settings-entry-links{margin-block-end:var(--size-4-6);margin-block-start:var(--size-4-4)}.settings-entry-links h3{margin:0 0 var(--size-4-3);font-size:var(--font-ui-medium);font-weight:var(--font-weight-semibold);color:var(--text-normal)}.settings-entry-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--size-4-2)}.settings-entry-link{display:flex;align-items:center;gap:var(--size-2-3);padding:var(--size-4-2) var(--size-4-3);background-color:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);color:var(--text-muted);text-decoration:none;font-size:var(--font-ui-small);transition:all .15s ease}.settings-entry-link:hover{background-color:var(--background-modifier-hover);color:var(--text-normal);border-color:var(--interactive-accent)}.settings-entry-link .settings-entry-link-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--interactive-accent)}.settings-entry-features h3{margin:0 0 var(--size-4-3);font-size:var(--font-ui-medium);font-weight:var(--font-weight-semibold);color:var(--text-normal)}.settings-entry-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--size-4-3)}.settings-entry-feature{display:flex;align-items:flex-start;gap:var(--size-4-2);padding:var(--size-4-3);background-color:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);transition:all .15s ease}.settings-entry-feature:hover{border-color:var(--background-modifier-border-hover);transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.settings-entry-feature .settings-entry-feature-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:var(--interactive-accent);border-radius:var(--radius-s);color:var(--text-on-accent);flex-shrink:0}.settings-entry-feature .settings-entry-feature-icon svg{width:18px;height:18px}.settings-entry-feature .settings-entry-feature-text{display:flex;flex-direction:column;gap:var(--size-2-1)}.settings-entry-feature .settings-entry-feature-text strong{font-size:var(--font-ui-small);font-weight:var(--font-weight-medium);color:var(--text-normal)}.settings-entry-feature .settings-entry-feature-text span{font-size:var(--font-ui-smaller);color:var(--text-muted);line-height:1.4}.section-view-container{padding:16px;background:var(--background-primary);height:100%;overflow-y:auto;display:flex;flex-direction:column}.section-view-toolbar{display:flex;gap:8px;margin-bottom:16px;padding:8px;background:var(--background-secondary);border-radius:6px;border:1px solid var(--background-modifier-border)}.section-wrapper{background:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:8px;overflow:hidden;transition:all .2s ease;position:relative}.section-wrapper:hover{box-shadow:0 2px 8px #0000001a}.sections-container.layout-list .section-wrapper{margin-bottom:16px}.sections-container.layout-list .section-wrapper:last-child{margin-bottom:0}.section-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:var(--size-4-12)}.section-title{margin:0;font-size:16px;font-weight:600;color:var(--text-normal)}.section-actions{display:flex;gap:4px}.section-actions button{padding:4px 8px;font-size:12px;border:none;border-radius:4px;cursor:pointer;background:var(--interactive-normal);color:var(--text-normal);transition:background-color .2s ease}.section-actions button:hover{background:var(--interactive-hover)}.section-actions button.mod-warning{background:var(--color-red);color:#fff}.section-content{padding:16px;min-height:120px}.section-config-panel{display:none;padding:12px 16px}.section-view-container.config-mode .section-config-panel{display:block}.section-empty-state{text-align:center;padding:32px 16px;color:var(--text-muted)}.section-empty-icon{font-size:48px;margin-bottom:12px;display:flex;justify-content:center;align-items:center}.section-empty-icon svg{width:48px;height:48px;color:var(--text-muted)}.section-empty-text{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--text-normal)}.section-empty-description{font-size:14px;line-height:1.4;color:var(--text-muted)}.add-section-button{display:flex;align-items:center;justify-content:center;min-height:120px;border:2px dashed var(--background-modifier-border);border-radius:8px;cursor:pointer;transition:all .2s ease;background:var(--background-primary);width:100%;margin-top:16px}.add-section-button:hover{border-color:var(--interactive-accent);background:var(--background-secondary)}.add-section-content{text-align:center;color:var(--text-muted)}.add-section-icon{font-size:24px;margin-bottom:8px}.add-section-text{font-size:14px;font-weight:500}.add-project-button,.add-keyword-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;margin-top:16px;background:var(--interactive-accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.button-icon{display:flex;align-items:center}.button-icon svg{width:16px;height:16px}.hidden{display:none!important}.section-title-container{display:flex;flex-direction:row;align-items:center;gap:4px}.section-title-container .section-icon{margin-bottom:4px;display:flex;align-items:center;justify-content:center}.section-title-container .section-icon svg{width:20px;height:20px;color:var(--text-muted)}.section-title-container .section-title{margin:0}.section-actions button svg,.note-action-btn svg,.add-note-btn svg{display:inline-block;width:16px;height:16px;vertical-align:middle}.section-actions button{display:inline-flex;align-items:center;gap:4px}.sections-container{position:relative}.sections-container.layout-list{display:flex;flex-direction:column;gap:16px}.sections-container.layout-grid{display:block;flex:1;font-size:0;overflow-y:auto;box-sizing:border-box;position:relative}.sections-container.layout-grid .section-wrapper{display:inline-block;vertical-align:top;width:calc(50% - 8px);height:calc(50% - 8px);margin:0 16px 16px 0;font-size:1rem;box-sizing:border-box;overflow:auto}.sections-container.layout-grid .section-wrapper:nth-child(2n){margin-right:0}.sections-container.layout-grid .section-wrapper:nth-last-child(-n+2){margin-bottom:0}.section-drag-handle{cursor:grab;color:var(--text-muted);font-size:14px;padding:4px 8px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.section-drag-handle:hover{background:var(--interactive-hover);color:var(--text-normal)}.section-drag-handle:active{cursor:grabbing;background:var(--interactive-accent);color:#fff}.drag-handle-icon{width:16px;height:16px;fill:currentColor}.section-wrapper.sortable-ghost{opacity:.4}.section-wrapper.sortable-drag{opacity:.5;transform:rotate(2deg);box-shadow:0 5px 15px #0000004d}.sections-container.is-dragging .section-wrapper:not(.sortable-drag){transition:transform .2s ease}.section-wrapper.drop-target{transform:scale(1.02);border-color:var(--interactive-accent);box-shadow:0 0 0 2px var(--interactive-accent-hover)}.sortable-ghost{opacity:.4}.sortable-drag{opacity:1!important}.grid-size-selector{display:flex;align-items:center;gap:8px}.grid-size-button{position:relative;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--interactive-normal);color:var(--text-normal);cursor:pointer;transition:all .2s ease}.grid-size-button:hover{background:var(--interactive-hover)}.grid-size-button.active{background:var(--interactive-accent);color:#fff;border-color:var(--interactive-accent)}.grid-preview{display:grid;gap:2px;margin-top:4px}.grid-cell{width:12px;height:12px;background:var(--background-modifier-border);border-radius:2px}.grid-size-button.active .grid-cell{background:#fff9}.keyword-tag{display:inline-block;padding:2px 6px;background:var(--interactive-accent);color:#fff;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s ease}.keyword-tag:hover{background:var(--interactive-accent-hover)}.keyword-tag.category-personal{background:var(--color-blue)}.keyword-tag.category-terms{background:var(--color-green)}.keyword-tag.category-projects{background:var(--color-purple)}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-label{font-size:12px;color:var(--text-muted);margin-bottom:4px}.stat-value{font-size:18px;font-weight:600;color:var(--text-normal)}.config-group{margin-bottom:12px}.config-group label{display:block;margin-bottom:4px;font-weight:500;color:var(--text-normal)}.config-group select,.config-group input[type=number],.config-group textarea{width:100%;padding:6px 8px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--background-primary);color:var(--text-normal)}.config-group input[type=checkbox]{margin-right:6px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-weight:600;color:var(--text-normal)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid var(--background-modifier-border);border-radius:6px;background:var(--background-primary);color:var(--text-normal);font-size:14px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--interactive-accent)}.form-help{font-size:12px;color:var(--text-muted);margin-top:4px;line-height:1.4}.form-note{font-size:13px;color:var(--text-muted);font-style:italic;padding:12px;background:var(--background-secondary);border-radius:6px}.validation-error-message{color:var(--text-error);margin-top:8px;font-size:14px;font-weight:500}.project-section .projects-container{width:100%}.project-section .projects-container.layout-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:0;border-top:1px solid var(--background-modifier-border)}.projects-container.layout-card:has(.section-empty-state){display:flex}.project-card{padding:12px;background:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:0;transition:background .2s ease}.project-card:hover{background:var(--background-primary-alt)}.project-title{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--text-normal)}.project-status{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;margin-bottom:8px}.project-status.status-active{background:var(--color-green);color:#fff}.project-status.status-planning{background:var(--color-blue);color:#fff}.project-status.status-completed{background:var(--color-purple);color:#fff}.project-status.status-on-hold{background:var(--color-orange);color:#fff}.project-status.status-cancelled{background:var(--color-red);color:#fff}.project-description{margin-bottom:12px;color:var(--text-muted);font-size:14px;line-height:1.4}.project-session{margin-bottom:12px}.project-session strong{color:var(--text-normal)}.project-session ul{margin:4px 0 0 16px;padding:0}.project-session li{margin-bottom:2px;font-size:14px;color:var(--text-muted)}.project-keywords{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}.project-dates{display:flex;gap:12px;margin-bottom:12px;font-size:12px;color:var(--text-muted)}.project-associations{margin-bottom:12px}.association-group{margin-bottom:6px;font-size:14px}.association-group strong{color:var(--text-normal)}.project-actions{display:flex;gap:8px;margin-top:12px}.project-list{list-style:none;padding:0;margin:0}.project-list-item{padding:12px;border-bottom:1px solid var(--background-modifier-border);cursor:pointer;transition:background-color .2s ease}.project-list-item:hover{background:var(--background-secondary)}.project-list-item:last-child{border-bottom:none}.project-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.project-table{width:100%;border-collapse:collapse}.project-table th,.project-table td{padding:8px 12px;text-align:left;border-bottom:1px solid var(--background-modifier-border)}.project-table th{background:var(--background-secondary);font-weight:600;color:var(--text-normal)}.project-table td{color:var(--text-muted)}.profile-section .profile-container{padding:0}.profile-minimal{padding:16px;background:var(--background-secondary);border-radius:8px;box-shadow:0 2px 8px #0000000d}.profile-row{display:flex;align-items:center;gap:16px}.profile-avatar{width:56px;height:56px;background:linear-gradient(135deg,var(--interactive-accent),var(--interactive-accent-hover));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px;overflow:hidden;flex-shrink:0;border:2px solid var(--background-primary);box-shadow:0 2px 8px #0000001a}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-info{flex:1}.profile-name{margin:0 0 4px;font-size:16px;font-weight:600;color:var(--text-normal)}.profile-title{margin:0;font-size:14px;color:var(--text-muted)}.profile-card{background:var(--background-primary);border-radius:12px;overflow:hidden;border:1px solid var(--background-modifier-border)}.profile-header{display:flex;align-items:center;gap:20px;padding:24px;background:linear-gradient(135deg,var(--interactive-accent) 0%,var(--interactive-accent-hover) 100%);color:#fff;position:relative}.profile-header:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);pointer-events:none}.profile-avatar-large{width:80px;height:80px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:32px;overflow:hidden;flex-shrink:0;border:3px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #00000026;position:relative;z-index:1}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-main-info{flex:1}.profile-name-large{margin:0 0 4px;font-size:20px;font-weight:700}.profile-title-large{margin:0;font-size:16px;opacity:.9}.profile-details{padding:16px 20px}.profile-detail{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;color:var(--text-muted)}.profile-detail:last-child{margin-bottom:0}.profile-icon{width:16px;height:16px;color:var(--text-muted)}.profile-detail a{color:var(--text-accent);text-decoration:none}.profile-detail a:hover{text-decoration:underline}.profile-edit-modal .modal-content{background:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:8px;padding:24px;max-width:400px;width:90%;max-height:80vh;overflow-y:auto}.profile-edit-modal .profile-form .form-group{margin-bottom:16px}.profile-edit-modal .profile-form label{display:block;margin-bottom:4px;font-weight:500;color:var(--text-normal)}.profile-edit-modal .profile-form input{width:100%;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--background-primary);color:var(--text-normal)}.profile-edit-modal .modal-buttons{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.profile-edit-modal .modal-buttons button{padding:8px 16px;border:1px solid var(--background-modifier-border);border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease}.profile-edit-modal .modal-buttons button:first-child{background:var(--interactive-accent);color:#fff;border-color:var(--interactive-accent)}.profile-edit-modal .modal-buttons button:first-child:hover{background:var(--interactive-accent-hover)}.profile-edit-modal .modal-buttons button:last-child{background:var(--background-primary);color:var(--text-normal)}.profile-edit-modal .modal-buttons button:last-child:hover{background:var(--interactive-hover)}.papers-section{padding:16px}.papers-search{position:relative;margin-bottom:16px}.papers-search input{width:100%;padding:8px 12px 8px 36px;border:1px solid var(--background-modifier-border);border-radius:6px;background:var(--background-primary);color:var(--text-normal);font-size:14px;transition:border-color .2s ease}.papers-search input:focus{outline:none;border-color:var(--interactive-accent)}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.search-icon svg{width:16px;height:16px}.papers-list-container{min-height:200px}.papers-list{display:flex;flex-direction:column;gap:12px}.paper-item{padding:12px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:6px;cursor:pointer;transition:all .2s ease}.paper-item:hover{background:var(--background-secondary-alt);box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.paper-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.paper-title{margin:0;font-size:16px;font-weight:600;color:var(--text-normal);line-height:1.4}.paper-meta{display:flex;gap:12px;align-items:center;flex-shrink:0}.papers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.paper-card{padding:16px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:12px}.paper-card:hover{background:var(--background-secondary-alt);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.paper-card .paper-title{font-size:15px;margin-bottom:8px}.paper-status{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize}.paper-status.status-reading{background:var(--color-blue);color:#fff}.paper-status.status-completed{background:var(--color-green);color:#fff}.paper-status.status-pending{background:var(--color-yellow);color:var(--text-normal)}.paper-status.status-archived{background:var(--background-modifier-border);color:var(--text-muted)}.paper-progress{display:flex;align-items:center;gap:8px;margin-top:8px}.progress-bar{flex:1;height:6px;background:var(--background-modifier-border);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--interactive-accent);border-radius:3px;transition:width .3s ease}.progress-text{font-size:12px;color:var(--text-muted);min-width:40px;text-align:right}.paper-deadline{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.paper-deadline:before{content:"📅";font-size:14px}.view-mode-toggle{padding:6px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:var(--text-muted);transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.view-mode-toggle:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.view-mode-toggle svg{width:16px;height:16px;display:block}.section-actions .view-mode-toggle{margin-right:8px}.tag-filter-bar-container{margin-bottom:16px}.tag-filter-bar{background:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:12px;padding:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;min-height:32px}.active-filters:empty{display:none}.filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:500;border:1px solid var(--background-modifier-border);background:var(--background-secondary);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.filter-tag:hover{transform:scale(1.02);box-shadow:0 1px 3px #0000000f}.filter-tag-domain{border-color:var(--color-blue);background:#3b8eff1a;color:var(--color-blue)}.filter-tag-method{border-color:var(--color-green);background:#34c7591a;color:var(--color-green)}.filter-tag-custom{border-color:var(--color-yellow);background:#ffcc001a;color:var(--color-yellow)}.filter-tag-status{border-color:var(--color-red);background:#ff3b301a;color:var(--color-red)}.filter-exclude{opacity:.6;text-decoration:line-through}.filter-tag-text{font-size:12px;font-weight:500}.filter-tag-remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#0000001a;color:var(--text-muted);font-size:14px;line-height:1;transition:all .2s ease}.filter-tag-remove:hover{background:#0003;color:var(--text-normal)}.filter-actions{display:flex;gap:8px;margin-bottom:12px}.filter-add-btn,.filter-save-btn,.filter-clear-btn{padding:6px 12px;border-radius:6px;border:1px solid var(--background-modifier-border);background:var(--background-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-add-btn:hover,.filter-save-btn:hover,.filter-clear-btn:hover{background:var(--background-secondary-alt);transform:translateY(-1px);box-shadow:0 2px 4px #0000000f}.saved-filters{display:flex;flex-wrap:wrap;gap:8px;padding-top:12px;border-top:1px solid var(--background-modifier-border)}.saved-filter-tab{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.saved-filter-tab:hover{background:var(--background-secondary-alt);transform:translateY(-1px);box-shadow:0 2px 4px #0000000f}.saved-filter-tab.filter-pinned{background:var(--interactive-accent);color:var(--text-on-accent);border-color:var(--interactive-accent)}.filter-pin-icon svg{width:12px;height:12px}.filter-name{font-size:12px;font-weight:500}.paper-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tag-group{display:flex;flex-wrap:wrap;gap:4px}.paper-tag{display:inline-block;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:500;border:1px solid;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.paper-tag:hover{transform:scale(1.05);box-shadow:0 1px 3px #0000000f}.paper-tag-domain{border-color:var(--color-blue);background:#3b8eff1a;color:var(--color-blue)}.paper-tag-method{border-color:var(--color-green);background:#34c7591a;color:var(--color-green)}.paper-tag-custom{border-color:var(--color-yellow);background:#ffcc001a;color:var(--color-yellow)}.paper-metadata{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;font-size:12px;color:var(--text-muted)}.paper-authors{color:var(--text-muted)}.paper-year{color:var(--text-muted);font-weight:500}.paper-journal{color:var(--text-muted);font-style:italic}.paper-citations{color:var(--color-accent);font-weight:500;margin-left:auto}.paper-journal-info{display:flex;justify-content:space-between;align-items:center;margin-top:4px;font-size:12px;color:var(--text-muted)}.papers-section .paper-card{padding:16px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 3px #0000000f}.papers-section .paper-card:hover{background:var(--background-secondary-alt);box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.paper-card-header{display:flex;flex-direction:column;gap:4px}.papers-section .paper-card .paper-title{font-size:14px;font-weight:600;line-height:1.3;color:var(--text-normal);margin:0}.papers-section .paper-item{padding:12px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000f}.papers-section .paper-item:hover{background:var(--background-secondary-alt);box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.paper-title-container{flex:1}.papers-section .paper-header .paper-title{margin:0;font-size:15px;font-weight:600;color:var(--text-normal);line-height:1.3}.paper-status-container{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.filter-save-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-backdrop{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-buttons{display:flex;justify-content:flex-end;gap:8px}.modal-buttons button{padding:6px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.capture-section{padding:16px;background-color:var(--background-primary);border-radius:8px;margin-bottom:16px}.capture-input-container{display:flex;gap:8px;margin-bottom:16px;align-items:center}.capture-input{flex:1;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--background-primary);color:var(--text-normal);font-size:14px}.capture-input:focus{outline:none;border-color:var(--interactive-accent);box-shadow:0 0 0 2px var(--interactive-accent-hover)}.capture-type-selector{display:flex;gap:4px}.type-btn{padding:6px 12px;background:var(--background-secondary);border:1px solid var(--background-modifier-border);border-radius:4px;cursor:pointer;font-size:13px;transition:all .2s}.type-btn:hover{background:var(--background-modifier-hover)}.type-btn.active{background:var(--interactive-accent);color:var(--text-on-accent);border-color:var(--interactive-accent)}.add-capture-btn{padding:8px 16px;background:var(--interactive-accent);color:var(--text-on-accent);border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500}.add-capture-btn:hover{background:var(--interactive-accent-hover)}.capture-filter-tabs{display:flex;gap:8px;margin-bottom:16px;border-bottom:1px solid var(--background-modifier-border)}.filter-tab{padding:8px 16px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;color:var(--text-muted);font-size:14px;transition:all .2s}.filter-tab:hover{color:var(--text-normal)}.filter-tab.active{color:var(--interactive-accent);border-bottom-color:var(--interactive-accent);font-weight:500}.capture-stats{display:flex;gap:24px;margin-bottom:16px;padding:12px;background:var(--background-secondary);border-radius:6px}.capture-stats .stat-item{display:flex;flex-direction:column;gap:4px}.capture-stats .stat-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.capture-stats .stat-value{font-size:18px;font-weight:600;color:var(--text-normal)}.captures-container{margin-top:16px}.captures-list{display:flex;flex-direction:column;gap:10px}.capture-item{padding:14px 16px;background:var(--background-secondary);border-radius:8px;cursor:pointer;transition:all .2s;position:relative;box-shadow:0 1px 3px #0000000d}.capture-item:hover{background:var(--background-modifier-hover);transform:translateY(-1px);box-shadow:0 3px 8px #0000001a}.capture-type-label{position:absolute;top:14px;left:16px;padding:2px 6px;border-radius:10px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.6}.capture-type-quick .capture-type-label{background:#42a5f51a;color:#1976d2}.capture-type-idea .capture-type-label{background:#ffa7261a;color:#e65100}.capture-time-badge{position:absolute;top:14px;right:16px;padding:3px 8px;background:var(--background-primary);border-radius:12px;font-size:11px;font-weight:600;color:var(--text-muted);opacity:.8}.capture-content{color:var(--text-normal);margin:28px 0 10px;line-height:1.6;font-size:14px;padding-right:60px}.capture-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:11px;color:var(--text-muted);opacity:.7}.capture-file,.capture-timestamp{display:flex;align-items:center;gap:4px}.capture-file .file-icon,.capture-timestamp .timestamp-icon{width:12px;height:12px;opacity:.8}.capture-tags{display:flex;gap:6px;flex-wrap:wrap}.capture-tag{padding:1px 6px;background:var(--background-primary);border-radius:10px;color:var(--text-muted);font-size:10px;font-weight:500}.capture-tag:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.more-indicator{text-align:center;padding:12px;color:var(--text-muted);font-size:14px;font-style:italic;margin-top:8px}.capture-section .section-empty-state{text-align:center;padding:32px;color:var(--text-muted)}.capture-section .section-empty-icon{font-size:48px;margin-bottom:16px;opacity:.3}.capture-section .section-empty-text{font-size:16px;font-weight:500;margin-bottom:8px;color:var(--text-normal)}.capture-section .section-empty-description{font-size:14px;color:var(--text-muted)}.capture-section .section-config-panel{padding:16px;background:var(--background-secondary);border-radius:6px;margin-top:16px}.capture-section .config-group{margin-bottom:16px}.capture-section .config-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--text-normal)}.capture-section .config-group input[type=text],.capture-section .config-group input[type=number],.capture-section .config-group select{width:100%;padding:6px 10px;border:1px solid var(--background-modifier-border);border-radius:4px;background:var(--background-primary);color:var(--text-normal);font-size:14px}.capture-section .config-group input[type=checkbox]{margin-right:8px}.section-markdown{width:100%;height:100%;display:flex;flex-direction:column}.markdown-content-container{flex:1;overflow-y:auto;padding:var(--size-4-3);background:var(--background-primary);border-radius:var(--radius-s);position:relative}.markdown-editor{width:100%;min-height:300px;resize:vertical;padding:var(--size-4-2);background:var(--background-modifier-form-field);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);font-family:var(--font-monospace);font-size:var(--font-smaller);line-height:1.5;color:var(--text-normal)}.markdown-editor:focus{outline:none;border-color:var(--interactive-accent);box-shadow:0 0 0 2px var(--interactive-accent-hover)}.markdown-preview{padding:var(--size-4-2);background:var(--background-primary);border-radius:var(--radius-s);min-height:200px}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{margin-top:var(--size-4-3);margin-bottom:var(--size-4-2)}.markdown-preview p{margin-bottom:var(--size-4-2)}.markdown-preview ul,.markdown-preview ol{margin-left:var(--size-4-4);margin-bottom:var(--size-4-2)}.markdown-preview blockquote{border-left:3px solid var(--quote-opening-modifier);padding-left:var(--size-4-3);margin:var(--size-4-2) 0;color:var(--text-muted)}.markdown-preview code{background:var(--code-background);padding:2px 4px;border-radius:var(--radius-s);font-family:var(--font-monospace);font-size:var(--font-smaller)}.markdown-preview pre{background:var(--code-background);padding:var(--size-4-2);border-radius:var(--radius-s);overflow-x:auto;margin-bottom:var(--size-4-2)}.preview-button,.edit-button{margin-top:var(--size-4-2);padding:var(--size-4-2) var(--size-4-3);background:var(--interactive-normal);color:var(--text-normal);border:none;border-radius:var(--radius-s);cursor:pointer;font-size:var(--font-ui-small);transition:background .2s}.preview-button:hover,.edit-button:hover{background:var(--interactive-hover)}.config-mode .section-markdown .section-config-panel{margin-top:var(--size-4-3);padding:var(--size-4-3);background:var(--background-secondary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border)}.config-mode .section-markdown .config-group{margin-bottom:var(--size-4-3)}.config-mode .section-markdown .config-group h4{margin-bottom:var(--size-4-2);font-size:var(--font-ui-small);font-weight:600;color:var(--text-normal)}.config-mode .section-markdown .config-option{display:flex;align-items:center;margin-bottom:var(--size-4-2);gap:var(--size-4-2)}.config-mode .section-markdown .config-option label{flex:0 0 120px;font-size:var(--font-ui-smaller);color:var(--text-muted)}.config-mode .section-markdown .config-option select,.config-mode .section-markdown .config-option input[type=text]{flex:1;padding:var(--size-2-2) var(--size-4-2);background:var(--background-modifier-form-field);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);font-size:var(--font-ui-smaller);color:var(--text-normal)}.config-mode .section-markdown .config-option select:focus,.config-mode .section-markdown .config-option input[type=text]:focus{outline:none;border-color:var(--interactive-accent)}.config-mode .section-markdown button.mod-warning{background:var(--background-modifier-error);color:var(--text-on-accent)}.config-mode .section-markdown button.mod-warning:hover{background:var(--background-modifier-error-hover)}.section-view-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:40px}.section-view-welcome h2{margin-bottom:16px;color:var(--text-normal);font-size:24px}.section-view-welcome p{margin-bottom:24px;color:var(--text-muted);font-size:16px}.configuration-wizard-modal{width:800px;max-width:90vw;height:600px;max-height:85vh}.configuration-wizard{height:100%;display:flex;flex-direction:column}.wizard-header{text-align:center;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--background-modifier-border)}.wizard-title{margin:0 0 12px;color:var(--text-normal);font-size:28px;font-weight:700}.wizard-description{margin:0;color:var(--text-muted);font-size:16px}.wizard-stepper{height:100%;display:flex;flex-direction:column;overflow:hidden}.wizard-stepper>*{flex-shrink:0}.wizard-stepper .stepper-content{flex-shrink:1;flex-grow:1}.stepper-container{display:flex;flex-direction:column;height:100%}.stepper-header{margin-bottom:32px}.stepper-progress{margin-bottom:24px}.stepper-progress-bar{width:100%;height:6px;background:var(--background-modifier-border);border-radius:3px;overflow:hidden;margin-bottom:8px}.stepper-progress-fill{height:100%;background:var(--interactive-accent);transition:width .3s ease}.stepper-progress-text{text-align:center;font-size:12px;color:var(--text-muted)}.stepper-steps{display:flex;justify-content:space-between;position:relative}.stepper-step{display:flex;flex-direction:column;align-items:center;flex:1;cursor:pointer;transition:all .2s ease}.stepper-step:hover{opacity:.8}.stepper-step-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;margin-bottom:8px;transition:all .2s ease;border:2px solid var(--background-modifier-border);background:var(--background-primary);color:var(--text-muted)}.stepper-step-active .stepper-step-icon{background:var(--interactive-accent);color:#fff;border-color:var(--interactive-accent)}.stepper-step-completed .stepper-step-icon{background:var(--color-green);color:#fff;border-color:var(--color-green)}.stepper-step-content{text-align:center;max-width:120px}.stepper-step-title{font-weight:600;font-size:14px;color:var(--text-normal);margin-bottom:4px}.stepper-step-description{font-size:12px;color:var(--text-muted);line-height:1.3}.stepper-step-optional{font-size:11px;color:var(--text-muted);font-style:italic}.stepper-content{flex:1;padding:24px 0;overflow-y:auto;min-height:300px;display:block!important}.stepper-content-area{height:100%;display:block!important}.wizard-step-content-active{display:block!important;visibility:visible!important}.stepper-navigation{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--background-modifier-border);margin-top:auto}.stepper-nav-btn{padding:10px 20px;border:1px solid var(--background-modifier-border);border-radius:6px;background:var(--background-primary);color:var(--text-normal);cursor:pointer;font-weight:500;transition:all .2s ease}.stepper-nav-btn:hover{background:var(--interactive-hover)}.stepper-nav-btn:disabled{opacity:.5;cursor:not-allowed}.stepper-next-btn.mod-cta{background:var(--interactive-accent);color:#fff;border-color:var(--interactive-accent)}.stepper-next-btn.mod-cta:hover{background:var(--interactive-accent-hover)}.stepper-skip-btn{background:transparent;color:var(--text-muted);border:none}.stepper-skip-btn:hover{color:var(--text-normal);background:var(--interactive-hover)}.wizard-step-welcome,.wizard-step-profile,.wizard-step-sources,.wizard-step-layout,.wizard-step-complete{max-width:600px;margin:0 auto}.welcome-content{text-align:center}.welcome-title{margin-bottom:24px;color:var(--text-normal)}.welcome-features{text-align:left;margin:24px 0}.welcome-features h3{margin-bottom:12px;color:var(--text-normal)}.welcome-features ul{list-style:none;padding:0}.welcome-features li{padding:8px 0;color:var(--text-normal);font-size:14px}.welcome-note{margin-top:24px;padding:16px;background:var(--background-secondary);border-radius:6px;text-align:center}.complete-content{text-align:center}.success-message{margin-bottom:32px}.success-text{font-size:16px;color:var(--text-normal)}.config-summary{text-align:left;margin:32px 0;padding:24px;background:var(--background-secondary);border-radius:8px}.config-summary h3{margin-top:0;margin-bottom:20px;color:var(--text-normal);text-align:center}.summary-section{margin-bottom:20px}.summary-section:last-child{margin-bottom:0}.summary-section h4{margin:0 0 8px;color:var(--text-normal);font-size:14px;display:flex;align-items:center;gap:6px}.summary-section ul{margin:0;padding-left:20px}.summary-section li{margin-bottom:4px;font-size:13px;color:var(--text-muted)}.next-steps{margin:32px 0;text-align:left}.next-steps h3{margin-bottom:16px;color:var(--text-normal)}.next-steps ul{list-style:none;padding:0}.next-steps li{padding:8px 0;color:var(--text-normal);font-size:14px}.complete-actions{display:flex;gap:12px;justify-content:center;margin-top:32px}.complete-btn{padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.primary-btn{background:var(--interactive-accent);color:#fff;border:1px solid var(--interactive-accent)}.primary-btn:hover{background:var(--interactive-accent-hover)}.secondary-btn{background:var(--background-primary);color:var(--text-normal);border:1px solid var(--background-modifier-border)}.secondary-btn:hover{background:var(--interactive-hover)}@media(max-width:768px){.stepper-steps{flex-direction:column;gap:16px}.stepper-step{flex-direction:row;text-align:left}.stepper-step-content{max-width:none;margin-left:12px}.complete-actions{flex-direction:column}}.sections-container.free-grid{display:grid;width:100%;height:100%;overflow:auto;position:relative}.free-grid .section-wrapper{overflow:hidden;display:flex;flex-direction:column;background:var(--background-secondary);border-radius:8px;border:1px solid var(--background-modifier-border);transition:transform .2s ease,box-shadow .2s ease}.free-grid .section-wrapper:hover{box-shadow:0 4px 12px #0000001a}.grid-config-mode .section-wrapper{position:relative}.grid-config-mode .grid-item-configurable{outline:2px dashed var(--interactive-accent);outline-offset:-2px}.grid-config-mode .grid-item-configurable:hover{outline-color:var(--interactive-accent-hover);background:var(--background-secondary-alt)}.grid-resize-handle{position:absolute;bottom:4px;right:4px;width:24px;height:24px;cursor:nw-resize;opacity:0;transition:opacity .2s ease;background:var(--interactive-accent);border-radius:4px;display:flex;align-items:center;justify-content:center}.grid-config-mode .section-wrapper:hover .grid-resize-handle{opacity:.6}.grid-resize-handle:hover{opacity:1!important}.grid-resize-handle svg{width:16px;height:16px;color:#fff}.grid-overlay{position:absolute;inset:0;pointer-events:none;z-index:1000}.grid-overlay-lines{width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent calc(100% / var(--grid-rows) - 1px),var(--background-modifier-border) calc(100% / var(--grid-rows) - 1px),var(--background-modifier-border) calc(100% / var(--grid-rows))),repeating-linear-gradient(90deg,transparent,transparent calc(100% / var(--grid-columns) - 1px),var(--background-modifier-border) calc(100% / var(--grid-columns) - 1px),var(--background-modifier-border) calc(100% / var(--grid-columns)));opacity:.3}.snap-indicator{position:absolute;background:var(--interactive-accent);opacity:.3;pointer-events:none;z-index:999;border-radius:4px;transition:all .15s ease}.grid-drop-placeholder{background:var(--background-modifier-hover);border:2px dashed var(--interactive-accent);border-radius:8px;opacity:.5}.free-grid.animating .section-wrapper{transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.free-grid{grid-template-columns:repeat(6,1fr)!important;grid-template-rows:repeat(8,minmax(120px,1fr))!important}}@media(max-width:480px){.free-grid{grid-template-columns:repeat(4,1fr)!important;grid-template-rows:repeat(10,minmax(100px,1fr))!important}}.grid-reset-button{position:fixed;bottom:20px;right:20px;padding:8px 16px;background:var(--interactive-accent);color:#fff;border-radius:20px;cursor:pointer;box-shadow:0 2px 8px #0003;z-index:1001;display:none;font-size:14px;font-weight:500}.grid-config-mode .grid-reset-button{display:block}.grid-reset-button:hover{background:var(--interactive-accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.free-grid .section-content{flex:1;overflow:auto;padding:12px}.free-grid .section-header{padding:8px 12px;background:var(--background-primary);border-bottom:1px solid var(--background-modifier-border);display:flex;align-items:center;justify-content:space-between;min-height:36px}.free-grid .section-title{font-weight:500;font-size:14px;color:var(--text-normal)}.view-action.is-active{background-color:var(--interactive-accent);color:var(--text-on-accent)}.view-action.is-active:hover{background-color:var(--interactive-accent-hover)}.view-content.section-view-workspace{padding:0;margin:0}.section-view-container{padding:var(--size-2-1) var(--size-2-1) var(--size-4-8)!important;margin:0;background:var(--background-primary)}.section-view-toolbar{margin:0;padding:10px 16px;border-radius:0;border:none}.sections-container{margin:0;padding:0}.sections-container.layout-grid{grid-template-columns:repeat(var(--grid-columns, 2),1fr)}.section-wrapper{margin:0;border-radius:0;border:1px solid var(--background-modifier-border);box-shadow:none;transition:background .2s ease}.section-wrapper:hover{box-shadow:none}.section-header{padding:8px 12px;border-radius:0}.section-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.section-content{padding:12px;min-height:200px}.profile-section{background:var(--background-primary)}.profile-card{padding:16px;border-radius:0}.papers-container{padding:0}.paper-item{padding:12px;margin:0;border-radius:0;border-bottom:1px solid var(--background-modifier-border)}.paper-item:last-child{border-bottom:none}.paper-item:hover{background:var(--background-primary-alt)}.todo-container{padding:0}.todo-item{padding:10px 12px;margin:0;border-radius:0;border-bottom:1px solid var(--background-modifier-border)}.todo-item:last-child{border-bottom:none}.todo-item:hover{background:var(--background-primary-alt)}.todo-stats{display:flex;flex-direction:row}.quick-notes-section .note-input-container{display:flex;justify-content:space-between;gap:var(--size-4-2)}.quick-notes-section .note-input-container input{flex:1}.ideas-container{padding:0}.idea-item{padding:10px 12px;margin:0;border-radius:0;border-bottom:1px solid var(--background-modifier-border)}.idea-item:last-child{border-bottom:none}.ideas-stats{display:flex;flex-direction:row}.project-section .projects-container{padding:0}.project-card{margin:0;padding:12px;border-radius:0;border:1px solid var(--background-modifier-border);border-left:none;border-top:none}.section-empty-state{padding:32px 16px;background:var(--background-primary)}.add-project-button,.add-keyword-button{border-radius:0;margin:12px;background:var(--interactive-accent)}.add-project-button:hover,.add-keyword-button:hover{background:var(--interactive-accent-hover)}.section-config-panel{padding:10px 12px;border-radius:0}.section-wrapper>*{margin-top:0;margin-bottom:0}.section-wrapper.section-hidden{opacity:.5}.section-wrapper.section-hidden .section-content{opacity:.7}@media(max-width:768px){.sections-container{--grid-columns: 1}.section-wrapper{border-right:none}}.section-wrapper[data-section-type=project]{grid-column:1 / -1}.section-wrapper[data-section-type=profile]{order:0}.section-wrapper[data-section-type=papers]{order:1}.section-wrapper[data-section-type=todo]{order:2}.section-wrapper[data-section-type=ideas]{order:3}.section-wrapper[data-section-type=project]{order:4}.ppb-base-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;height:100%;padding:0}.ppb-base-cell{overflow:hidden;border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);background:var(--background-primary)}.ppb-base-container{display:flex;flex-direction:column;height:100%}.ppb-base-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--background-modifier-border);background:var(--background-secondary);flex-shrink:0}.ppb-base-header-left{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.ppb-base-header-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-s);background:var(--interactive-accent);color:var(--text-on-accent);flex-shrink:0}.ppb-base-header-icon svg{width:16px;height:16px}.ppb-base-header-titles{min-width:0}.ppb-base-title{margin:0;font-size:var(--font-ui-medium);font-weight:var(--font-semibold);color:var(--text-normal);line-height:1.2}.ppb-base-description{margin:0;font-size:var(--font-ui-smaller);color:var(--text-muted);line-height:1.3}.ppb-base-header-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.ppb-base-path-badge{font-size:var(--font-ui-smaller);color:var(--text-muted);background:var(--background-modifier-hover);padding:2px 8px;border-radius:var(--radius-s);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppb-base-config-btn,.ppb-base-clear-btn{color:var(--text-muted)}.ppb-base-config-btn:hover,.ppb-base-clear-btn:hover{color:var(--text-normal)}.ppb-base-content{flex:1;overflow-y:auto;padding:0;position:relative}.ppb-base-content>p{margin-block-start:0;margin-block-end:0}.ppb-base-content .internal-embed{height:100%}.ppb-base-content .markdown-embed{height:100%;border:none}.ppb-base-empty-state,.ppb-base-missing-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:24px;text-align:center;gap:8px}.ppb-base-empty-icon,.ppb-base-missing-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-m);background:var(--background-modifier-hover);color:var(--text-muted);margin-bottom:4px}.ppb-base-empty-icon svg,.ppb-base-missing-icon svg{width:24px;height:24px}.ppb-base-empty-title,.ppb-base-missing-title{margin:0;font-size:var(--font-ui-medium);font-weight:var(--font-semibold);color:var(--text-normal)}.ppb-base-empty-hint,.ppb-base-missing-path{margin:0;font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-base-empty-btn{margin-top:8px}.ppb-base-error{padding:16px;color:var(--text-error);font-size:var(--font-ui-small);text-align:center}.ppb-base-config-warning{display:flex;align-items:center;gap:6px;padding:8px 12px;margin-top:4px;border-radius:var(--radius-s);background:var(--background-modifier-error);color:var(--text-error);font-size:var(--font-ui-small)}.ppb-base-config-warning .svg-icon{width:16px;height:16px;flex-shrink:0}.ppb-base-selector-modal{max-width:600px}.ppb-base-modal-title{display:flex;align-items:center;gap:8px;margin-bottom:16px}.ppb-base-modal-title h2{margin:0}.ppb-base-modal-icon{display:flex;align-items:center;color:var(--interactive-accent)}.ppb-base-modal-icon svg{width:24px;height:24px}.ppb-base-modal-section{margin-bottom:16px}.ppb-base-modal-section h3{margin:0 0 12px;font-size:var(--font-ui-medium);color:var(--text-normal)}.ppb-base-modal-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-muted);font-size:var(--font-ui-smaller);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.05em}.ppb-base-modal-divider:before,.ppb-base-modal-divider:after{content:"";flex:1;height:1px;background:var(--background-modifier-border)}.ppb-base-search{margin-bottom:8px}.ppb-base-search-input{width:100%;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-small)}.ppb-base-search-input:focus{border-color:var(--interactive-accent);outline:none;box-shadow:0 0 0 2px var(--interactive-accent-hover)}.ppb-base-file-list{max-height:200px;overflow-y:auto;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s)}.ppb-base-file-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;border-bottom:1px solid var(--background-modifier-border)}.ppb-base-file-item:last-child{border-bottom:none}.ppb-base-file-item:hover{background:var(--background-modifier-hover)}.ppb-base-file-icon{display:flex;color:var(--text-muted);flex-shrink:0}.ppb-base-file-icon svg{width:16px;height:16px}.ppb-base-file-info{display:flex;flex-direction:column;min-width:0}.ppb-base-file-name{font-size:var(--font-ui-small);font-weight:var(--font-medium);color:var(--text-normal)}.ppb-base-file-path{font-size:var(--font-ui-smaller);color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppb-base-empty-list{padding:16px;text-align:center;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-base-filters h4{margin:0 0 8px;font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-base-filter-list{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.ppb-base-filter-row{display:flex;align-items:center;gap:6px}.ppb-base-filter-type{padding:4px 8px;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-smaller);min-width:110px}.ppb-base-filter-value{flex:1;padding:4px 8px;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-smaller)}.ppb-base-filter-remove{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:none;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-s);font-size:16px}.ppb-base-filter-remove:hover{color:var(--text-error);background:var(--background-modifier-hover)}.ppb-base-add-filter{font-size:var(--font-ui-smaller);color:var(--interactive-accent);background:none;border:1px dashed var(--background-modifier-border);border-radius:var(--radius-s);padding:4px 12px;cursor:pointer;width:100%}.ppb-base-add-filter:hover{background:var(--background-modifier-hover)}.ppb-base-create-action{margin-top:16px;display:flex;justify-content:flex-end}.ppb-base-create-btn{padding:8px 24px}.ppb-academic-base .ppb-base-content .bases-header{display:none!important}.ppb-academic-grid .ppb-academic-base{min-height:200px}.ppb-native-shell{max-width:90rem;margin:0 auto;padding:24px;min-height:100vh;position:relative}.ppb-native-shell-header{margin-bottom:0;position:relative;z-index:20}.ppb-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.ppb-header-left{display:flex;align-items:center;gap:1.5rem}.ppb-header-avatar{width:5rem;height:5rem;border-radius:9999px;border:2px solid white;overflow:hidden;background:#fff;box-shadow:0 4px 6px -1px #0000001a;flex-shrink:0}.ppb-header-avatar img{width:100%;height:100%;object-fit:cover}.ppb-header-info{display:flex;flex-direction:column;gap:.25rem}.ppb-header-name-row{display:flex;align-items:center;gap:.75rem}.ppb-header-name{font-size:1.25rem;font-weight:500;color:var(--text-normal);margin:0}.ppb-header-title{padding:.25rem .5rem;font-size:.75rem;font-weight:500;background:var(--background-secondary);color:var(--text-muted);border-radius:.375rem}.ppb-header-details{display:flex;flex-direction:column;gap:.25rem}.ppb-header-detail-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted)}.ppb-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;height:5rem;justify-content:space-between}button.ppb-header-settings-btn{display:flex;align-items:center;gap:.25rem;height:2rem;padding:0 .75rem;font-size:.875rem;border:1px solid var(--background-modifier-border);border-radius:.375rem;background:transparent;color:var(--text-normal);box-shadow:unset;cursor:pointer;transition:border-color .2s}button.ppb-header-settings-btn:hover{border-color:var(--background-modifier-border)}button.ppb-header-settings-btn svg{flex-shrink:0}.ppb-header-tab-switcher{display:grid;grid-template-columns:repeat(3,1fr);width:12rem;background:var(--background-secondary);border-radius:.75rem;padding:.25rem}button.ppb-header-tab-btn{padding:.375rem .75rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:none;background:transparent;color:var(--text-muted);box-shadow:unset;cursor:pointer;transition:all .15s;text-align:center}button.ppb-header-tab-btn:hover{color:var(--text-normal)}button.ppb-header-tab-btn.ppb-header-tab-active{background:var(--background-primary);color:var(--text-normal);box-shadow:0 1px 2px #0000000d}.ppb-tab-container{display:none}.ppb-tab-container.ppb-tab-active{display:block}.ppb-tab-academic{container-type:inline-size}.ppb-academic-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px}@container (max-width: 720px){.ppb-academic-grid{grid-template-columns:1fr}}.ppb-tab-projects{height:calc(100vh - 9rem)}.ppb-personal-grid,.ppb-personal-section{display:grid;grid-template-columns:1fr 1fr;gap:32px}.ppb-island{min-height:200px;overflow:hidden}.ppb-island-full-width{grid-column:1 / -1}.ppb-focus-heatmap{height:100%;overflow-y:auto}.ppb-focus-wrapper{display:flex;flex-direction:column;gap:16px;padding:12px}.ppb-focus-stats{display:flex;gap:8px}.ppb-focus-stat-card{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;border-radius:var(--radius-m);background:var(--background-secondary);border:1px solid var(--background-modifier-border)}.ppb-focus-stat-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-s);background:var(--interactive-accent);color:var(--text-on-accent)}.ppb-focus-stat-icon svg{width:14px;height:14px}.ppb-focus-stat-value{font-size:var(--font-ui-large);font-weight:var(--font-bold);color:var(--text-normal);line-height:1}.ppb-focus-stat-label{font-size:var(--font-ui-smaller);color:var(--text-muted)}.ppb-focus-section-title{font-size:var(--font-ui-small);font-weight:var(--font-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}.ppb-focus-tags-section{display:flex;flex-direction:column}.ppb-focus-tag-list{display:flex;flex-direction:column;gap:6px}.ppb-focus-tag-row{display:flex;align-items:center;gap:8px}.ppb-focus-tag-name{flex-shrink:0;width:80px;font-size:var(--font-ui-smaller);color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppb-focus-tag-bar-bg{flex:1;height:6px;border-radius:3px;background:var(--background-modifier-hover);overflow:hidden}.ppb-focus-tag-bar{height:100%;border-radius:3px;background:var(--interactive-accent);transition:width .3s ease}.ppb-focus-tag-count{flex-shrink:0;width:28px;text-align:right;font-size:var(--font-ui-smaller);font-weight:var(--font-medium);color:var(--text-normal)}.ppb-focus-heatmap-section{display:flex;flex-direction:column}.ppb-focus-heatmap-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:4px}.ppb-focus-heatmap-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 2px;border-radius:var(--radius-s);min-height:44px}.ppb-focus-heatmap-cell:not(.ppb-focus-heat-0) .ppb-focus-heatmap-label{color:var(--text-on-accent)}.ppb-focus-heatmap-label{font-size:9px;color:var(--text-faint);line-height:1;margin-bottom:2px}.ppb-focus-heatmap-count{font-size:var(--font-ui-smaller);font-weight:var(--font-semibold);line-height:1}.ppb-focus-heat-0{background:var(--background-modifier-hover)}.ppb-focus-heat-0 .ppb-focus-heatmap-count{color:var(--text-faint)}.ppb-focus-heat-1{background:color-mix(in srgb,var(--interactive-accent) 20%,var(--background-primary))}.ppb-focus-heat-1 .ppb-focus-heatmap-count{color:var(--interactive-accent)}.ppb-focus-heat-2{background:color-mix(in srgb,var(--interactive-accent) 40%,var(--background-primary))}.ppb-focus-heat-2 .ppb-focus-heatmap-count{color:var(--interactive-accent)}.ppb-focus-heat-3{background:color-mix(in srgb,var(--interactive-accent) 60%,var(--background-primary))}.ppb-focus-heat-3 .ppb-focus-heatmap-count{color:var(--text-on-accent)}.ppb-focus-heat-4{background:var(--interactive-accent)}.ppb-focus-heat-4 .ppb-focus-heatmap-count{color:var(--text-on-accent)}.ppb-focus-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:24px;text-align:center;gap:8px}.ppb-focus-empty-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-m);background:var(--background-modifier-hover);color:var(--text-muted)}.ppb-focus-empty-icon svg{width:24px;height:24px}.ppb-focus-empty-title{margin:0;font-size:var(--font-ui-medium);font-weight:var(--font-semibold);color:var(--text-normal)}.ppb-focus-empty-hint{margin:0;font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-base-toggle-btn.is-active{color:var(--interactive-accent)}.ppb-focus-map{padding:12px}.ppb-focus-map-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:var(--font-ui-smaller);color:var(--text-muted)}.ppb-focus-map-tags{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppb-focus-map-grid{display:grid;gap:8px;width:100%}.ppb-focus-map-week-header{font-size:var(--font-ui-smaller);color:var(--text-muted);text-align:center;padding:4px}.ppb-focus-map-month-label{font-size:var(--font-ui-smaller);color:var(--text-muted);display:flex;align-items:center;justify-content:flex-end;padding-right:8px}.ppb-focus-map-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;border:1px solid var(--background-modifier-border);cursor:default;transition:transform .15s ease,box-shadow .15s ease}.ppb-focus-map-cell:hover{transform:scale(1.05)}.ppb-focus-map-cell-tag{font-size:var(--font-ui-smaller);font-weight:var(--font-medium);margin-bottom:2px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.ppb-focus-map-cell-pct{font-size:var(--font-ui-smaller)}.ppb-focus-map-cell-count{font-size:10px;opacity:.75;margin-top:2px}.ppb-focus-map-legend{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:8px 12px;font-size:var(--font-ui-smaller);color:var(--text-muted);background:var(--background-secondary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border)}.ppb-focus-map-legend-bar{display:flex;align-items:center;gap:6px}.ppb-focus-map-legend-swatches{display:flex;gap:3px}.ppb-focus-map-legend-swatch{width:12px;height:12px}.ppb-focus-map-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:32px;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-focus-map-spinner svg{animation:ppb-spin 1s linear infinite}.ppb-focus-map-error{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px;text-align:center;color:var(--text-error);font-size:var(--font-ui-small)}.ppb-focus-map-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;gap:4px}.ppb-focus-map-empty p{margin:0;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-focus-map-hint{font-size:var(--font-ui-smaller)!important}.ppb-focus-map-drilldown{padding:12px}.ppb-focus-map-drilldown-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ppb-focus-map-drilldown-label{font-size:var(--font-ui-small);font-weight:var(--font-medium);color:var(--text-normal)}.ppb-focus-map-drilldown-back{flex-shrink:0}.ppb-focus-map-drilldown-content{min-height:100px}.ppb-overview{position:relative;padding:30px;height:100%;overflow:hidden;border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);background:var(--background-primary);container-type:inline-size}.ppb-overview-spark-wrap{position:absolute;top:40px;right:0;width:320px;height:160px;opacity:.3;transform:scale(1.1);pointer-events:none}.ppb-overview-sparkline{width:100%;height:100%;transform:scaleY(.75)}.ppb-overview-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.ppb-overview-title{margin:0 0 16px;font-size:20px;font-weight:var(--font-medium);color:var(--text-muted)}.ppb-overview-metric{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.ppb-overview-metric-value{font-size:3rem;font-weight:var(--font-bold);color:var(--text-normal);line-height:1}.ppb-overview-metric-growth{display:flex;align-items:center;gap:4px;font-size:var(--font-ui-smaller);color:var(--interactive-accent)}.ppb-overview-metric-growth svg{width:12px;height:12px}.ppb-overview-subtitle{margin:0;font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-overview-stats{margin-top:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@container (max-width: 400px){.ppb-overview-stats{grid-template-columns:repeat(2,1fr);gap:12px}}.ppb-overview-stat{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.ppb-overview-stat-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--background-modifier-hover);color:var(--text-normal)}.ppb-overview-stat-icon svg{width:20px;height:20px}.ppb-overview-stat-info{display:flex;flex-direction:column}.ppb-overview-stat-label{font-size:var(--font-ui-smaller);color:var(--text-muted);line-height:1.4}.ppb-overview-stat-value{font-size:var(--font-ui-large);font-weight:var(--font-bold);color:var(--text-normal);line-height:1.2}.ppb-overview-loading,.ppb-overview-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px;text-align:center;color:var(--text-muted);font-size:var(--font-ui-small);height:100%}.ppb-overview-error{color:var(--text-error)}.ppb-overview-spinner svg{animation:ppb-spin 1s linear infinite}.ppb-overview-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-overview-empty p{margin:0}.ppb-today-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;height:100%;container-type:inline-size}@container (max-width: 480px){.ppb-today-split{grid-template-columns:1fr}}.ppb-today-split .bases-header{display:none!important}.ppb-today{display:grid;grid-template-columns:1fr 1fr;gap:24px;height:100%;container-type:inline-size}@container (max-width: 480px){.ppb-today{grid-template-columns:1fr}}.ppb-today--loading{display:flex}.ppb-today-loading,.ppb-today-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px;text-align:center;color:var(--text-muted);font-size:var(--font-ui-small);width:100%}.ppb-today-error{color:var(--text-error)}.ppb-today-spinner svg{animation:ppb-spin 1s linear infinite}.ppb-today-empty{display:flex;align-items:center;justify-content:center;width:100%;color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-today-empty p{margin:0}.ppb-today-left{border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);background:var(--background-primary);padding:26px 20px 37px;overflow:hidden;position:relative}.ppb-today-card-title{margin:0 0 16px;font-size:20px;font-weight:var(--font-medium)}.ppb-today-stats{display:flex;flex-direction:column;gap:12px;padding:19px 0}.ppb-today-stat-row{display:flex;align-items:center;justify-content:space-between}.ppb-today-stat-lhs{display:flex;align-items:center;gap:12px}.ppb-today-stat-icon{width:32px;height:32px;border-radius:var(--radius-s);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ppb-today-stat-icon span{display:flex;align-items:center;justify-content:center}.ppb-today-stat-icon svg{width:16px;height:16px}.ppb-today-stat-label{font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-today-stat-value{font-size:var(--font-ui-small);font-weight:var(--font-medium);color:var(--text-normal)}.ppb-today-right{border:1px solid var(--background-modifier-border);border-radius:var(--radius-m);background:var(--background-primary);padding:24px;overflow:hidden;position:relative;display:flex;flex-direction:column}.ppb-today-ticket-head{text-align:center;margin-bottom:16px}.ppb-today-ticket-brand{font-size:20px;font-weight:var(--font-bold);color:var(--text-normal)}.ppb-today-ticket-sub{font-size:var(--font-ui-smaller);color:var(--text-muted);margin-bottom:8px}.ppb-today-ticket-badge{display:inline-block;padding:2px 12px;border-radius:999px;font-size:var(--font-ui-smaller);font-weight:var(--font-medium);background:var(--background-modifier-hover);color:var(--text-normal)}.ppb-today-bars{display:flex;flex-direction:column;gap:12px;flex:1}.ppb-today-bar-group{display:flex;flex-direction:column;gap:4px}.ppb-today-bar-header{display:flex;justify-content:space-between;font-size:var(--font-ui-smaller);color:var(--text-muted)}.ppb-today-bar-pct{font-weight:var(--font-medium)}.ppb-today-bar-track{width:100%;height:8px;border-radius:4px;background:var(--background-modifier-hover);overflow:hidden}.ppb-today-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.ppb-today-divider{border-top:1px dashed var(--background-modifier-border);margin:16px 0}.ppb-today-focus-btn-wrap{text-align:center}.ppb-today-focus-btn{display:inline-flex;align-items:center;gap:8px;width:100%;justify-content:center;padding:10px 16px;border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);background:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-small);cursor:pointer;transition:background .15s ease}.ppb-today-focus-btn:hover:not(:disabled){background:var(--background-modifier-hover)}.ppb-today-focus-btn:disabled{opacity:.6;cursor:not-allowed}.ppb-today-focus-btn svg{width:16px;height:16px}:root{--diff-selection-bg: #b3d7ff;--diff-gutter-insert-bg: #d6fedb;--diff-gutter-delete-bg: #fadde0;--diff-gutter-selected-bg: #fffce0;--diff-code-insert-bg: #eaffee;--diff-code-insert-edit-bg: #c0dc91;--diff-code-delete-bg: #fdeff0;--diff-code-delete-edit-bg: #f39ea2;--diff-code-selected-bg: #fffce0;--diff-omit-gutter-line: #cb2a1d}.theme-dark{--diff-selection-bg: rgba(56, 139, 253, .15);--diff-gutter-insert-bg: rgba(46, 160, 67, .15);--diff-gutter-delete-bg: rgba(248, 81, 73, .15);--diff-gutter-selected-bg: rgba(255, 255, 255, .05);--diff-code-insert-bg: rgba(46, 160, 67, .1);--diff-code-insert-edit-bg: rgba(46, 160, 67, .35);--diff-code-delete-bg: rgba(248, 81, 73, .1);--diff-code-delete-edit-bg: rgba(248, 81, 73, .35);--diff-code-selected-bg: rgba(255, 255, 255, .05);--diff-omit-gutter-line: #f85149}.institution-search-input{width:100%;padding:8px;margin-bottom:8px;border:1px solid var(--background-modifier-border);border-radius:4px}.search-container{margin-bottom:16px}.search-results{margin:16px 0;padding:12px;border:1px solid var(--background-modifier-border);border-radius:4px;background-color:var(--background-primary)}.search-results table{width:100%;border-collapse:collapse}.search-results th,.search-results td{padding:8px;border:1px solid var(--background-modifier-border)}.search-results th{background-color:var(--background-secondary);font-weight:700}.vertical-tab-nav-item[data-plugin-id=paperbell]:after{content:" 🎓"}.vertical-tab-nav-item-pro{right:var(--size-4-2);position:absolute}.vertical-tab-nav-item-pro:before{content:"PRO";font-size:var(--font-smallest);color:var(--text-faint);padding-left:var(--size-2-2);padding-right:var(--size-2-2);background-color:var(--background-secondary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border)}.vertical-tab-nav-item[data-plugin-id=paperbell]{position:relative}.paperbell-replacements{margin-bottom:1em}.paperbell-replacement-item{display:flex;align-items:center;margin-bottom:.5em;padding:.5em;background-color:var(--background-secondary);border-radius:4px}.paperbell-replacement-fields{flex-grow:1;margin-right:.5em;display:flex;gap:.5em}.paperbell-replacement-fields input{flex-grow:1}.paperbell-replacement-buttons{display:flex;gap:.3em}.paperbell-replacement-item:first-child .paperbell-replacement-buttons .clickable-icon.clickable-icon-move-up[disabled]{pointer-events:none}.paperbell-replacement-item:last-child .paperbell-replacement-buttons .clickable-icon.clickable-icon-move-down[disabled]{pointer-events:none}.diff{background-color:var(--diff-background-color);border-collapse:collapse;color:var(--diff-text-color);table-layout:fixed;width:100%}.diff::-moz-selection{background-color:var(--diff-selection-bg);color:var(--diff-selection-text-color, var(--diff-text-color))}.diff::selection{background-color:var(--diff-selection-bg);color:var(--diff-selection-text-color, var(--diff-text-color))}.diff td{padding-bottom:0;padding-top:0;vertical-align:top}.diff-line{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);line-height:1.5}.diff-gutter>a{color:inherit;display:block}.diff-gutter{cursor:pointer;padding:0 1ch;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none}.diff-gutter-insert{background-color:var(--diff-gutter-insert-bg);color:var(--diff-gutter-insert-text-color, var(--diff-text-color))}.diff-gutter-delete{background-color:var(--diff-gutter-delete-bg);color:var(--diff-gutter-delete-text-color, var(--diff-text-color))}.diff-gutter-omit{cursor:default}.diff-gutter-selected{background-color:var(--diff-gutter-selected-bg);color:var(--diff-gutter-selected-text-color, var(--diff-text-color))}.diff-code{word-wrap:break-word;padding:0 0 0 .5em;white-space:pre-wrap;word-break:break-all}.diff-code-edit{color:inherit}.diff-code-insert{background-color:var(--diff-code-insert-bg);color:var(--diff-code-insert-text-color, var(--diff-text-color))}.diff-code-insert .diff-code-edit{background-color:var(--diff-code-insert-edit-bg);color:var(--diff-code-insert-edit-text-color, var(--diff-text-color))}.diff-code-delete{background-color:var(--diff-code-delete-bg);color:var(--diff-code-delete-text-color, var(--diff-text-color))}.diff-code-delete .diff-code-edit{background-color:var(--diff-code-delete-edit-bg);color:var(--diff-code-delete-edit-text-color, var(--diff-text-color))}.diff-code-selected{background-color:var(--diff-code-selected-bg);color:var(--diff-code-selected-text-color, var(--diff-text-color))}.diff-widget-content{vertical-align:top}.diff-gutter-col{width:7ch}.diff-gutter-omit{height:0}.diff-gutter-omit:before{background-color:var(--diff-omit-gutter-line);content:" ";display:block;height:100%;margin-left:4.6ch;overflow:hidden;white-space:pre;width:2px}.diff-decoration{line-height:1.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.diff-decoration-content{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);padding:0}.conflict-view{display:flex;flex-direction:column;height:100%;width:100%;padding:20px}.conflict-view-description{margin-bottom:16px;color:var(--text-muted)}.conflict-view-body{display:flex;flex:1;min-height:0;gap:12px}.conflict-view-sidebar{flex:0 0 300px;overflow-y:auto;border-right:1px solid var(--background-modifier-border);padding-right:12px}.conflict-view-detail{flex:1;overflow:auto;min-width:0}.conflict-view-detail-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-style:italic}.conflict-view-detail-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin-bottom:8px;background-color:var(--background-secondary);border-radius:4px;gap:12px}.conflict-view-detail-path{flex:1;font-family:var(--font-monospace);font-size:var(--font-smaller);color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.conflict-view-detail-actions{display:flex;gap:12px;flex-shrink:0}.conflict-resolution-label{display:flex;align-items:center;gap:4px;white-space:nowrap;cursor:pointer;font-size:var(--font-small)}.conflict-view-section{margin-bottom:16px}.conflict-view-section h3{margin-bottom:8px;padding-bottom:5px;font-size:var(--font-small);border-bottom:1px solid var(--background-modifier-border)}.conflict-category-actions{margin-top:var(--size-4-2);margin-bottom:var(--size-4-2);display:flex;justify-content:flex-start;align-items:center;gap:var(--size-4-2)}.conflict-category-actions button{font-size:var(--font-smallest)}.conflict-file,.conflict-file-item{margin-bottom:4px;border:1px solid var(--background-modifier-border);border-radius:4px;transition:border-color .15s ease}.conflict-file-item.is-active{border-color:var(--interactive-accent)}.conflict-file-item.is-active .conflict-file-header{background-color:var(--background-modifier-hover)}.conflict-file-header{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;cursor:pointer;background-color:var(--background-secondary);border-radius:3px}.conflict-file-path{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--font-smaller)}.conflict-resolution-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-right:8px;background-color:var(--text-faint);transition:background-color .15s ease}.conflict-resolution-indicator[data-resolution=apply_update]{background-color:var(--interactive-accent)}.conflict-diff{padding:8px;overflow-x:auto;background-color:var(--background-primary);border-radius:4px}.conflict-file-preview{padding:10px;overflow:auto;background-color:var(--background-primary);border-radius:4px}.conflict-file-preview pre{margin:0;white-space:pre-wrap;word-break:break-all}.binary-file-notice{padding:10px;color:var(--text-muted);font-style:italic}.diff-split .diff-gutter-col{width:5ch}.conflict-view-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--background-modifier-border)}.workspace-leaf-content.conflict-view-container[data-type^=ppb-conflict-view]{overflow:hidden;padding-bottom:0}.paperbell-landing-view{display:flex;flex-direction:column;height:100%;padding:0;overflow-y:auto}.ppb-wizard-wrapper{display:flex;flex-direction:column;height:100%;max-width:90%;margin:0 auto;padding:24px 32px;width:100%}.ppb-wizard-progress{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-bottom:32px;padding:16px 0 8px;flex-shrink:0}.ppb-wizard-progress-step{display:flex;flex-direction:column;align-items:center;gap:6px}.ppb-wizard-progress-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-ui-small);font-weight:600;border:2px solid var(--background-modifier-border);background-color:var(--background-primary);color:var(--text-muted);transition:all .3s ease;flex-shrink:0;--icon-size: 16px}.ppb-wizard-progress-dot.is-active{border-color:var(--interactive-accent);background-color:var(--interactive-accent);color:var(--text-on-accent);box-shadow:0 0 0 4px rgba(var(--interactive-accent-rgb, 72, 133, 237),.2)}.ppb-wizard-progress-dot.is-completed{border-color:var(--text-success, #28a745);background-color:var(--text-success, #28a745);color:#fff;cursor:pointer}.ppb-wizard-progress-dot.is-completed:hover{opacity:.85}.ppb-wizard-progress-line{width:48px;height:2px;background-color:var(--background-modifier-border);transition:background-color .3s ease;margin-top:15px;flex-shrink:0}.ppb-wizard-progress-line.is-completed{background-color:var(--text-success, #28a745)}.ppb-wizard-progress-label{font-size:var(--font-ui-smaller);color:var(--text-muted);text-align:center;max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ppb-wizard-content{flex:1;overflow-y:auto;padding:0 20px;min-height:0}.ppb-wizard-step-enter{animation:ppb-step-enter .3s ease-out forwards}.ppb-wizard-step-enter-reverse{animation:ppb-step-enter-reverse .3s ease-out forwards}@keyframes ppb-step-enter{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes ppb-step-enter-reverse{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.ppb-wizard-nav{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid var(--background-modifier-border);margin-top:24px;flex-shrink:0}.ppb-wizard-nav-left,.ppb-wizard-nav-right{display:flex;gap:8px}.ppb-wizard-nav-btn{display:flex;align-items:center;gap:6px;padding:8px 20px;border-radius:6px;font-weight:500;transition:all .2s ease;cursor:pointer;border:1px solid var(--background-modifier-border);background-color:var(--background-secondary);color:var(--text-normal)}.ppb-wizard-nav-btn:hover{background-color:var(--background-modifier-hover)}.ppb-wizard-nav-btn.mod-cta{border:none}.ppb-wizard-nav-icon{display:flex;align-items:center;--icon-size: 14px}.ppb-step-header{text-align:center;margin-bottom:24px}.ppb-step-header h2{margin:12px 0 8px;color:var(--text-normal);font-weight:700;font-size:1.5em}.ppb-step-header p{color:var(--text-muted);font-size:var(--font-ui-medium);line-height:1.5;max-width:600px;margin:0 auto}.ppb-step-header-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background-color:var(--interactive-accent);color:var(--text-on-accent);--icon-size: 24px}.ppb-account-container{display:flex;flex-direction:column;align-items:center}.ppb-account-methods{display:flex;gap:16px;width:100%;max-width:700px;align-items:stretch}.ppb-account-method{flex:1;padding:24px;background-color:var(--background-secondary);border-radius:12px;border:1px solid var(--background-modifier-border);text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.ppb-account-method h3{margin:0;font-size:1.1em}.ppb-account-method-desc{color:var(--text-muted);font-size:var(--font-ui-small);margin:0 0 8px}.ppb-account-method-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--background-primary);border:2px solid var(--interactive-accent);color:var(--interactive-accent);--icon-size: 20px}.ppb-account-divider{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:var(--font-ui-small);padding:0 4px;flex-shrink:0}.ppb-account-login-btn,.ppb-account-verify-btn{width:100%;padding:8px 16px;border-radius:6px;font-weight:500}.ppb-account-input-group{display:flex;flex-direction:column;gap:8px;width:100%}.ppb-account-input{width:100%;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:6px;background-color:var(--background-primary);color:var(--text-normal);font-size:var(--font-ui-small)}.ppb-account-input:focus{border-color:var(--interactive-accent);outline:none;box-shadow:0 0 0 2px rgba(var(--interactive-accent-rgb, 72, 133, 237),.2)}.ppb-account-error{color:var(--text-error, #dc3545);font-size:var(--font-ui-small);margin:4px 0 0}.ppb-account-link{font-size:var(--font-ui-small);color:var(--text-muted);margin-top:8px}.ppb-account-link a{color:var(--text-accent);text-decoration:none}.ppb-account-link a:hover{text-decoration:underline}.ppb-account-success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px;background-color:var(--background-secondary);border-radius:12px;border:1px solid var(--text-success, #28a745);max-width:500px;width:100%}.ppb-account-success h3{margin:0;color:var(--text-success, #28a745)}.ppb-account-success-icon{width:64px;height:64px;border-radius:50%;background-color:var(--text-success, #28a745);color:#fff;display:flex;align-items:center;justify-content:center;--icon-size: 32px}.ppb-account-user-name{font-weight:600;color:var(--text-normal)}.ppb-account-license-info{color:var(--text-muted);font-size:var(--font-ui-small)}.ppb-account-checking{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px;color:var(--text-muted)}.ppb-account-spinner{animation:ppb-spin 1s linear infinite;--icon-size: 24px}@keyframes ppb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ppb-complete-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:32px 0}.ppb-complete-icon{color:var(--text-success, #28a745);--icon-size: 64px;animation:ppb-pop-in .5s ease-out}@keyframes ppb-pop-in{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.ppb-complete-container h2{margin:0;font-size:1.8em;color:var(--text-normal)}.ppb-complete-description{color:var(--text-muted);max-width:500px;line-height:1.5}.ppb-complete-checklist{width:100%;max-width:500px;text-align:left;background-color:var(--background-secondary);border-radius:12px;border:1px solid var(--background-modifier-border);overflow:hidden}.ppb-complete-checklist-item{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--background-modifier-border)}.ppb-complete-checklist-item:last-child{border-bottom:none}.ppb-complete-checklist-icon{width:22px;height:22px;flex-shrink:0;--icon-size: 18px}.ppb-complete-checklist-icon.is-done{color:var(--text-success, #28a745)}.ppb-complete-checklist-icon.is-pending{color:var(--text-muted)}.ppb-complete-checklist-text{display:flex;flex-direction:column;gap:2px}.ppb-complete-checklist-label{font-weight:600;color:var(--text-normal)}.ppb-complete-checklist-detail{font-size:var(--font-ui-small);color:var(--text-muted)}.ppb-complete-note{color:var(--text-muted);font-size:var(--font-ui-small);max-width:500px;line-height:1.5;font-style:italic}.paperbell-landing-topbar{display:flex;justify-content:space-between;align-items:center;padding:var(--size-4-3);background-color:var(--background-secondary-alt);border-bottom:1px solid var(--background-modifier-border)}.paperbell-landing-title{margin:0;font-size:var(--font-ui-large)}.paperbell-landing-topbar-checkbox{margin:0!important;padding:8px 12px!important;background-color:var(--background-primary-alt)!important;border-radius:6px;border:1px solid var(--background-modifier-border)}.paperbell-landing-back-button{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;color:var(--text-normal);padding:8px 12px;border-radius:6px;font-weight:500}.paperbell-landing-back-button:hover{background-color:var(--background-modifier-hover)}.paperbell-landing-progress{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.paperbell-landing-progress-text{font-size:var(--font-ui-small);color:var(--text-muted)}.paperbell-landing-progress-bar{width:150px;height:8px;background-color:var(--background-modifier-border);border-radius:4px;overflow:hidden}.paperbell-landing-progress-inner{height:100%;background-color:var(--text-accent);border-radius:4px}.paperbell-landing-tab-content{padding:20px}.paperbell-landings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:30px}.paperbell-landing-card{position:relative;display:flex;flex-direction:column;background-color:var(--background-secondary);border-radius:8px;padding:20px;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--background-modifier-border);min-height:220px}.paperbell-landing-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-l)}.paperbell-landing-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:var(--interactive-accent);color:var(--text-on-accent);margin-bottom:15px;font-size:1.2em}.paperbell-landing-card h3{margin:0 0 10px;font-size:1.2em}.paperbell-landing-card p{color:var(--text-muted);margin-bottom:20px;font-size:.9em;flex-grow:1}.paperbell-landing-card-status{position:absolute;top:15px;right:15px;padding:6px 10px;border-radius:6px;font-size:.8em;font-weight:700;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.paperbell-landing-card-status.completed{background-color:var(--text-success);color:#fff}.paperbell-landing-card-status.pending{background-color:var(--text-muted);color:var(--background-primary)}.paperbell-landing-card-button{background-color:var(--interactive-accent);color:var(--text-on-accent);border:none;border-radius:4px;padding:8px 12px;cursor:pointer;font-weight:700;transition:background-color .2s ease;align-self:flex-start}.paperbell-landing-card-button:hover{background-color:var(--interactive-accent-hover)}.paperbell-landing-description{color:var(--text-muted);margin-bottom:20px;font-style:italic;padding-left:10px}.paperbell-landing-step{margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid var(--background-modifier-border)}.paperbell-landing-step:last-child{border-bottom:none}.paperbell-landing-step-header{margin-bottom:10px}.paperbell-landing-step h3{margin-top:15px;margin-bottom:10px;font-size:1.2em;color:var(--text-accent)}.paperbell-landing-step-description{margin-bottom:15px;line-height:1.5}.paperbell-landing-toggle-images{background-color:var(--interactive-accent);color:var(--text-on-accent);border:none;border-radius:4px;padding:5px 10px;cursor:pointer;font-size:.9em;margin-bottom:10px}.paperbell-landing-images-container{margin-top:10px;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:1000px;opacity:1;overflow:hidden}.paperbell-landing-images-container.collapsed{max-height:0;opacity:0;margin-top:0}.paperbell-landing-figure{margin-bottom:15px}.paperbell-landing-figure img{max-width:100%;border-radius:5px;border:1px solid var(--background-modifier-border)}.paperbell-landing-figure figcaption{text-align:center;font-style:italic;margin-top:5px;color:var(--text-muted)}.paperbell-landing-tab-content p{margin-bottom:15px;line-height:1.5}.paperbell-landing-tab-content a{color:var(--text-accent);text-decoration:none}.paperbell-landing-tab-content a:hover{text-decoration:underline}.paperbell-landing-tab-content ol,.paperbell-landing-tab-content ul{margin-left:20px;margin-bottom:15px}.paperbell-landing-tab-content li{margin-bottom:5px}.paperbell-landing-checkboxes{margin-top:30px;background-color:var(--background-secondary);border-radius:5px;padding:15px}.paperbell-landing-checkboxes h3{margin-top:0;margin-bottom:15px;color:var(--text-normal)}.paperbell-landing-checkbox{margin-top:10px;height:var(--input-height);padding:10px;background-color:var(--background-primary);border-radius:5px;display:flex;align-items:center}.paperbell-landing-checkbox input[type=checkbox]{margin-right:10px}.paperbell-landing-actions{display:flex;justify-content:flex-end;gap:10px}.paperbell-landing-actions button{padding:8px 16px}.paperbell-welcome-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center;max-width:900px;margin:0 auto;animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.paperbell-welcome-logo{font-size:60px;width:100px;height:100px;flex-shrink:0;background-color:var(--interactive-accent);color:var(--text-on-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:30px;box-shadow:0 8px 20px #00000026;animation:pulse 5s infinite ease-in-out;--icon-size: 48px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.paperbell-welcome-header{margin-bottom:40px}.paperbell-welcome-header h1{font-size:2.5em;color:var(--text-accent);margin-bottom:15px;font-weight:700}.paperbell-welcome-header p{font-size:1.2em;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.5}.paperbell-welcome-features{display:flex;justify-content:center;gap:30px;margin-bottom:50px;flex-wrap:wrap}.paperbell-welcome-feature{width:220px;background-color:var(--background-secondary);border-radius:12px;padding:25px;transition:all .3s ease;border:1px solid var(--background-modifier-border);position:relative;animation:slideIn .5s ease-in-out forwards;animation-delay:calc(var(--animation-order) * .15s);opacity:0;transform:translateY(20px);height:200px;display:flex;flex-direction:column;align-items:center}.paperbell-welcome-feature:nth-child(1){--animation-order: 1}.paperbell-welcome-feature:nth-child(2){--animation-order: 2}.paperbell-welcome-feature:nth-child(3){--animation-order: 3}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}.paperbell-welcome-feature:hover{transform:translateY(-8px);box-shadow:0 10px 20px #0000001a;border-color:var(--interactive-accent-hover)}.paperbell-welcome-feature-icon{font-size:30px;color:var(--interactive-accent);margin-bottom:20px;height:40px;width:40px;display:flex;align-items:center;justify-content:center;background-color:var(--background-primary);border-radius:50%;padding:10px;margin-top:-35px;border:2px solid var(--interactive-accent)}.paperbell-welcome-feature h3{margin:0 0 15px;color:var(--text-normal);font-weight:600;font-size:1.2em}.paperbell-welcome-feature p{color:var(--text-muted);font-size:.95em;line-height:1.5}.paperbell-welcome-actions{display:flex;gap:20px;margin-top:30px}.paperbell-welcome-actions button{padding:12px 24px;font-size:1.1em;border-radius:8px;transition:all .2s ease}.paperbell-welcome-start{background-color:var(--interactive-accent);color:var(--text-on-accent);font-weight:600;border:none;box-shadow:0 4px 8px #0000001a}.paperbell-welcome-start:hover{background-color:var(--interactive-accent-hover);transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.paperbell-landing-card-status.enabled{background-color:var(--color-orange);color:#fff}.paperbell-landing-card-status.disabled{background-color:var(--color-red);color:#fff}.paperbell-landing-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:15px}.paperbell-landing-card-button.enable{background-color:var(--color-green);color:#fff;flex:1;min-width:90px;padding:8px 12px;border-radius:6px;font-weight:500}.paperbell-landing-card-button.enable:hover{background-color:var(--color-green-hover)}.paperbell-landing-card-button.settings{background-color:var(--color-blue);color:#fff;flex:1;min-width:90px;padding:8px 12px;border-radius:6px;font-weight:500}.paperbell-landing-card-button.settings:hover{background-color:var(--color-blue-hover)}.paperbell-landing-card-button.config{background-color:var(--interactive-accent);color:var(--text-on-accent);flex:1;min-width:90px;padding:8px 12px;border-radius:6px;font-weight:500}.paperbell-landing-card-button.config:hover{background-color:var(--interactive-accent-hover)}.paperbell-landing-status-container{display:flex;flex-direction:row;align-items:flex-end;gap:15px;min-width:200px}.paperbell-landing-status{padding:8px 16px;border-radius:8px;font-size:.95em;font-weight:600;text-align:center;min-width:120px;white-space:nowrap}.paperbell-landing-status.enabled{background-color:var(--color-orange);color:#fff}.paperbell-landing-status.disabled{background-color:var(--color-red);color:#fff}.paperbell-landing-status.completed{background-color:var(--color-green);color:#fff}.paperbell-landing-actions{display:flex;gap:8px;justify-content:flex-end}.paperbell-landing-actions:empty{display:none}.paperbell-landing-enable-btn,.paperbell-landing-settings-btn{padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-weight:500;transition:all .2s ease;min-width:90px;white-space:nowrap}.paperbell-landing-enable-btn{background-color:var(--color-green);color:#fff}.paperbell-landing-enable-btn:hover{background-color:var(--color-green-hover)}.paperbell-landing-settings-btn{background-color:var(--color-blue);color:#fff}.paperbell-landing-settings-btn:hover{background-color:var(--color-blue-hover)}.paperbell-landing-step-header{display:flex;justify-content:space-between;align-items:center}.paperbell-landing-step-settings-btn{background-color:var(--color-blue);color:#fff;border:none;border-radius:4px;padding:4px 8px;cursor:pointer;font-size:.85em;font-weight:500;transition:background-color .2s ease}.paperbell-landing-step-settings-btn:hover{background-color:var(--color-blue-hover)}:root{--color-red: #dc3545;--color-red-hover: #c82333;--color-green: #28a745;--color-green-hover: #218838;--color-orange: #fd7e14;--color-orange-hover: #e66500;--color-blue: #007bff;--color-blue-hover: #0056b3}.paperbell-license-info{display:flex;flex-direction:column;gap:var(--size-4-2);padding:var(--size-4-4);background-color:var(--setting-items-background);margin:var(--size-2-2);border-radius:var(--radius-m)}.paperbell-uri-info{margin:1em 0;padding:1em;background-color:var(--background-secondary-alt);border-radius:var(--radius-m);border:1px solid var(--background-modifier-border)}.paperbell-uri-example{display:block;margin:.5em 0;padding:.5em;background-color:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);font-family:var(--font-monospace);font-size:.9em;word-break:break-all;color:var(--text-accent)}.paperbell-tabs-container{display:flex;gap:var(--size-4-2);flex-direction:column}.paperbell-tab-buttons{display:flex;gap:var(--size-4-2);background:var(--setting-items-background);width:fit-content;padding:var(--size-2-2) var(--size-4-2)}button.paperbell-tab-btn:not(.is-active){background-color:unset;box-shadow:none}.ppb-component-tabs{display:flex;gap:var(--size-4-1);border-bottom:1px solid var(--background-modifier-border);margin-bottom:var(--size-4-4);padding-bottom:var(--size-4-2)}.ppb-component-tab-btn{padding:var(--size-4-2) var(--size-4-4);border:none;background:transparent;cursor:pointer;font-size:var(--font-ui-small);color:var(--text-muted);border-radius:var(--radius-s);transition:all .15s ease}.ppb-component-tab-btn:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.ppb-component-tab-btn.is-active{background:var(--interactive-accent);color:var(--text-on-accent)}.ppb-component-tab-content{min-height:200px}.ppb-component-section{margin-bottom:var(--size-4-6);padding:var(--size-4-4);background:var(--background-secondary);border-radius:var(--radius-m);border:1px solid var(--background-modifier-border)}.ppb-component-header{margin-bottom:var(--size-4-3);padding-bottom:var(--size-4-2);border-bottom:1px solid var(--background-modifier-border)}.ppb-component-header h4{margin:0 0 var(--size-4-1) 0;padding:0;font-size:var(--font-ui-medium);font-weight:var(--font-semibold)}.ppb-component-desc{margin:0;font-size:var(--font-ui-smaller);color:var(--text-muted)}.ppb-component-settings .setting-item{border-top:none;padding-top:var(--size-4-2);padding-bottom:var(--size-4-2)}.ppb-component-footer{margin-top:var(--size-4-6);padding-top:var(--size-4-4);border-top:1px solid var(--background-modifier-border)}.ppb-config-example{margin-top:var(--size-4-3);margin-bottom:var(--size-4-3);padding:var(--size-4-3);background:var(--background-primary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border);font-size:var(--font-ui-smaller)}.ppb-config-example-title{font-weight:var(--font-medium);margin-bottom:var(--size-4-2);color:var(--text-muted)}.ppb-config-example-list{margin:0;padding-left:var(--size-4-4);color:var(--text-muted)}.ppb-config-example-list li{margin-bottom:var(--size-4-1)}.ppb-config-example-list li code{background:var(--background-secondary);padding:2px 6px;border-radius:var(--radius-s);font-family:var(--font-monospace)}.ppb-tags-container{margin-bottom:var(--size-4-3)}.ppb-tags-list{display:flex;flex-wrap:wrap;gap:var(--size-4-2);padding:var(--size-4-3);background:var(--background-primary);border-radius:var(--radius-s);border:1px solid var(--background-modifier-border);min-height:40px}.ppb-tag-item{display:flex;align-items:center;gap:var(--size-4-1);padding:var(--size-4-1) var(--size-4-2);background:var(--interactive-accent);color:var(--text-on-accent);border-radius:var(--radius-s);font-size:var(--font-ui-smaller)}.ppb-tag-remove{background:transparent;border:none;color:var(--text-on-accent);cursor:pointer;padding:0 var(--size-4-1);font-size:var(--font-ui-medium);opacity:.7;transition:opacity .15s ease}.ppb-tag-remove:hover{opacity:1}.ppb-tags-empty{color:var(--text-muted);font-size:var(--font-ui-smaller);margin:0}.ppb-pomodoro-status-bar{font-family:var(--font-monospace, monospace);font-weight:500;transition:all .2s ease}.ppb-pomodoro-status-bar:hover{opacity:.8}.ppb-pomodoro-idle{color:var(--text-muted)}.ppb-pomodoro-running{color:var(--color-red);animation:ppb-pomodoro-pulse 2s infinite}.ppb-pomodoro-paused{color:var(--color-orange);opacity:.7}@keyframes ppb-pomodoro-pulse{0%,to{opacity:1}50%{opacity:.6}}.ppb-focus-button{position:relative;overflow:hidden}.ppb-focus-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.ppb-focus-button:hover:before{left:100%}.ppb-pomodoro-progress{position:relative;height:4px;background:var(--background-modifier-border);border-radius:2px;overflow:hidden}.ppb-pomodoro-progress-bar{height:100%;background:var(--interactive-accent);border-radius:2px;transition:width 1s ease}.ppb-pomodoro-progress-bar.work{background:var(--color-red)}.ppb-pomodoro-progress-bar.short-break{background:var(--color-green)}.ppb-pomodoro-progress-bar.long-break{background:var(--color-blue)}.ppb-session-indicator{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:4px;font-size:.75em;font-weight:500}.ppb-session-indicator.work{background:rgba(var(--color-red-rgb),.1);color:var(--color-red)}.ppb-session-indicator.short-break{background:rgba(var(--color-green-rgb),.1);color:var(--color-green)}.ppb-session-indicator.long-break{background:rgba(var(--color-blue-rgb),.1);color:var(--color-blue)}.ppb-pomodoro-card{border:1px solid var(--background-modifier-border);border-radius:8px;padding:16px;background:var(--background-primary);transition:all .2s ease}.ppb-pomodoro-card:hover{border-color:var(--background-modifier-border-hover);box-shadow:0 2px 8px #0000001a}.ppb-pomodoro-card.active{border-color:var(--interactive-accent);box-shadow:0 0 0 1px var(--interactive-accent)}.ppb-pomodoro-time{font-family:var(--font-monospace, monospace);font-size:2em;font-weight:700;text-align:center;letter-spacing:.1em}.ppb-pomodoro-time.large{font-size:3em}.ppb-pomodoro-time.small{font-size:1.5em}.ppb-pomodoro-controls{display:flex;gap:8px;justify-content:center;align-items:center}.ppb-pomodoro-control-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--background-modifier-border);background:var(--background-primary);color:var(--text-normal);cursor:pointer;transition:all .2s ease}.ppb-pomodoro-control-btn:hover{background:var(--background-modifier-hover);border-color:var(--background-modifier-border-hover)}.ppb-pomodoro-control-btn.primary{background:var(--interactive-accent);color:var(--text-on-accent);border-color:var(--interactive-accent)}.ppb-pomodoro-control-btn.primary:hover{background:var(--interactive-accent-hover)}.ppb-pomodoro-control-btn:disabled{opacity:.5;cursor:not-allowed}.ppb-session-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:8px}.ppb-session-stat{text-align:center;padding:8px;border-radius:6px;background:var(--background-secondary)}.ppb-session-stat-value{font-size:1.2em;font-weight:600;color:var(--text-normal)}.ppb-session-stat-label{font-size:.8em;color:var(--text-muted);margin-top:2px}@media(max-width:768px){.ppb-pomodoro-time{font-size:1.8em}.ppb-pomodoro-time.large{font-size:2.5em}.ppb-pomodoro-controls{gap:6px}.ppb-pomodoro-control-btn{width:36px;height:36px}}.theme-dark .ppb-pomodoro-card{background:var(--background-primary-alt)}.theme-dark .ppb-pomodoro-progress{background:var(--background-modifier-border-focus)}@media(prefers-contrast:high){.ppb-pomodoro-status-bar{font-weight:700}.ppb-pomodoro-card{border-width:2px}.ppb-session-indicator{font-weight:700}}@media(prefers-reduced-motion:reduce){.ppb-pomodoro-running{animation:none}.ppb-focus-button:before{transition:none}.ppb-pomodoro-progress-bar{transition:none}*{transition:none!important}}.agent-output-shadow{height:100%}.agent-output-workspace{height:100%;overflow:hidden}.agent-panel{display:flex;height:100%;background:var(--background-primary);color:var(--text-normal);outline:none}.agent-panel-empty{justify-content:center;align-items:center}.agent-empty-message{text-align:center;color:var(--text-muted);padding:24px}.agent-empty-icon{font-size:2.5em;margin-bottom:12px;opacity:.6}.agent-empty-hint{font-size:.85em;color:var(--text-faint);margin-top:4px}.agent-panel-sidebar{width:220px;min-width:180px;border-right:1px solid var(--background-modifier-border);display:flex;flex-direction:column;overflow:hidden;background:var(--background-secondary);transition:width .2s ease,min-width .2s ease}.agent-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--background-modifier-border);font-weight:600;font-size:.85em;gap:6px}.agent-sidebar-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;flex:1}.agent-sidebar-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:2px 6px;border-radius:4px;font-size:.85em;transition:background .15s,color .15s}.agent-sidebar-btn:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.agent-sidebar-list{overflow-y:auto;flex:1}.agent-sidebar-list::-webkit-scrollbar{width:4px}.agent-sidebar-list::-webkit-scrollbar-thumb{background:var(--background-modifier-border);border-radius:2px}.agent-sidebar-list::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.agent-run-item{padding:8px 12px;cursor:pointer;border-bottom:1px solid var(--background-modifier-border-hover);border-left:3px solid transparent;transition:background .15s,border-color .15s}.agent-run-item:hover{background:var(--background-modifier-hover)}.agent-run-item.is-selected{background:var(--background-primary);border-left-color:var(--text-accent)}.agent-run-item-header{display:flex;align-items:center;gap:6px;margin-bottom:2px}.agent-run-name{font-size:.85em;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-run-item-meta{display:flex;align-items:center;gap:6px;font-size:.75em;color:var(--text-faint);padding-left:14px}.agent-run-file{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-run-event{padding:1px 4px;border-radius:3px;background:var(--background-modifier-hover);font-size:.9em}.agent-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.agent-status-running{background:var(--text-accent);animation:agent-pulse 1.5s infinite}.agent-status-completed{background:var(--text-success, #4caf50)}.agent-status-failed{background:var(--text-error)}.agent-status-queued{background:var(--text-muted)}.agent-status-cancelled{background:var(--text-faint)}.agent-status-pending{background:var(--text-warning, #ff9800);animation:agent-pulse 1.5s infinite}@keyframes agent-pulse{0%,to{opacity:1}50%{opacity:.4}}.agent-status-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:.75em;font-weight:600;white-space:nowrap}.agent-status-badge.agent-status-running{background:rgba(var(--color-accent-rgb, 0, 122, 255),.15);color:var(--text-accent)}.agent-status-badge.agent-status-completed{background:#4caf5026;color:var(--text-success, #4caf50)}.agent-status-badge.agent-status-failed{background:#f4433626;color:var(--text-error)}.agent-status-badge.agent-status-queued{background:var(--background-modifier-hover);color:var(--text-muted)}.agent-status-badge.agent-status-cancelled{background:var(--background-modifier-hover);color:var(--text-faint)}.agent-status-badge.agent-status-pending{background:#ff980026;color:var(--text-warning, #ff9800)}.agent-panel-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.agent-panel-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-size:.9em}.agent-panel-toolbar{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-bottom:1px solid var(--background-modifier-border);gap:8px;flex-wrap:wrap;background:var(--background-primary)}.agent-toolbar-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.agent-toolbar-agent{font-size:.8em;color:var(--text-muted);padding:1px 6px;background:var(--background-modifier-hover);border-radius:4px}.agent-toolbar-file{font-size:.8em;color:var(--text-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-toolbar-duration{font-size:.8em;color:var(--text-muted);font-variant-numeric:tabular-nums}.agent-toolbar-right{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.agent-toolbar-btn{background:none;border:1px solid var(--background-modifier-border);color:var(--text-muted);cursor:pointer;padding:2px 8px;border-radius:4px;font-size:.8em;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.agent-toolbar-btn:hover{background:var(--background-modifier-hover);color:var(--text-normal)}.agent-toolbar-btn.is-active{background:rgba(var(--color-accent-rgb, 0, 122, 255),.1);border-color:var(--text-accent);color:var(--text-accent)}.agent-rerun-btn{color:var(--text-accent);border-color:var(--text-accent)}.agent-rerun-btn:hover{background:rgba(var(--color-accent-rgb, 0, 122, 255),.1)}.agent-autoscroll-toggle{display:flex;align-items:center;gap:4px;font-size:.8em;color:var(--text-muted);cursor:pointer}.agent-autoscroll-toggle input{margin:0}.agent-cancel-btn{background:var(--text-error);color:#fff;border:none;padding:3px 10px;border-radius:4px;font-size:.8em;cursor:pointer;font-weight:500;transition:opacity .15s}.agent-cancel-btn:hover{opacity:.85}.agent-search-input{background:var(--background-primary-alt);border:1px solid var(--background-modifier-border);border-radius:4px;padding:2px 8px;font-size:.8em;color:var(--text-normal);width:140px;transition:border-color .15s,width .2s ease}.agent-search-input:focus{border-color:var(--text-accent);outline:none;width:180px}.agent-search-input::placeholder{color:var(--text-faint)}.agent-output-terminal{font-family:var(--font-monospace);font-size:13px;line-height:1.5;padding:12px;background:var(--background-primary-alt);overflow-y:auto;flex:1;white-space:pre-wrap;word-break:break-all}.agent-output-terminal::-webkit-scrollbar{width:6px}.agent-output-terminal::-webkit-scrollbar-track{background:transparent}.agent-output-terminal::-webkit-scrollbar-thumb{background:var(--background-modifier-border);border-radius:3px}.agent-output-terminal::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.agent-line{display:flex;min-height:1.5em;padding:0 4px;border-radius:2px;transition:background .1s}.agent-line:hover{background:rgba(var(--color-accent-rgb, 0, 122, 255),.04)}.agent-line-stderr{color:var(--text-error)}.agent-line-error{color:var(--text-error);font-weight:600;margin-top:8px;padding-top:8px;border-top:1px solid var(--background-modifier-border)}.agent-line-done{color:var(--text-success, #4caf50);margin-top:8px;padding-top:8px;border-top:1px solid var(--background-modifier-border)}.agent-line-pending{color:var(--text-warning, #ff9800);font-style:italic}.agent-line-ts{color:var(--text-faint);font-size:.8em;margin-right:8px;-webkit-user-select:none;user-select:none;flex-shrink:0;opacity:.7}.agent-cursor{animation:agent-blink 1s step-end infinite;color:var(--text-accent)}@keyframes agent-blink{0%,to{opacity:1}50%{opacity:0}}.agent-panel-sidebar.is-collapsed{width:40px;min-width:40px}.agent-panel-sidebar.is-collapsed .agent-sidebar-title,.agent-panel-sidebar.is-collapsed .agent-run-name,.agent-panel-sidebar.is-collapsed .agent-run-item-meta{display:none}.agent-panel-sidebar.is-collapsed .agent-run-item{padding:8px 4px;display:flex;justify-content:center;border-left-width:0}.agent-panel-sidebar.is-collapsed .agent-run-item-header{margin-bottom:0}.agent-panel-sidebar.is-collapsed .agent-sidebar-header{justify-content:center;padding:8px 4px}.agent-output-terminal.agent-no-wrap{white-space:pre;overflow-x:auto;word-break:normal}.agent-input-bar{display:flex;align-items:flex-end;gap:8px;padding:8px 12px;border-top:1px solid var(--background-modifier-border);background:var(--background-primary)}.agent-input-textarea{flex:1;min-height:36px;max-height:120px;padding:8px 12px;border:1px solid var(--background-modifier-border);border-radius:8px;background:var(--background-primary-alt);color:var(--text-normal);font-family:var(--font-interface);font-size:.9em;line-height:1.4;resize:none;overflow-y:auto;transition:border-color .15s}.agent-input-textarea:focus{border-color:var(--text-accent);outline:none}.agent-input-textarea::placeholder{color:var(--text-faint)}.agent-input-send{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:var(--interactive-accent);color:var(--text-on-accent);cursor:pointer;flex-shrink:0;transition:opacity .15s}.agent-input-send:hover{opacity:.85}.agent-input-send:disabled{opacity:.4;cursor:default}.agent-empty-input-container{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:560px;padding:24px}.agent-empty-input-container p{color:var(--text-muted);font-size:.9em}.agent-empty-input-container .agent-input-bar{width:100%;border-top:none;padding:0}.agent-confirm-detail{font-size:.85em;color:var(--text-muted);margin:4px 0}.agent-confirm-buttons{display:flex;gap:8px;margin-top:8px}.agent-confirm-buttons button{padding:4px 12px;border-radius:4px;cursor:pointer;font-size:.85em} diff --git a/PaperBell/.obsidian/plugins/realclaudian/data.json b/PaperBell/.obsidian/plugins/realclaudian/data.json new file mode 100644 index 00000000..6d279ef8 --- /dev/null +++ b/PaperBell/.obsidian/plugins/realclaudian/data.json @@ -0,0 +1,12 @@ +{ + "tabManagerState": { + "openTabs": [ + { + "draftModel": "haiku", + "tabId": "tab-1780755174786-c9kbxdu", + "conversationId": null + } + ], + "activeTabId": "tab-1780755174786-c9kbxdu" + } +} \ No newline at end of file diff --git a/PaperBell/.obsidian/plugins/realclaudian/main.js b/PaperBell/.obsidian/plugins/realclaudian/main.js new file mode 100644 index 00000000..48dadac4 --- /dev/null +++ b/PaperBell/.obsidian/plugins/realclaudian/main.js @@ -0,0 +1,104023 @@ +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __typeError = (msg) => { + throw TypeError(msg); +}; +var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; +var __esm = (fn, res) => function __init() { + return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res; +}; +var __commonJS = (cb2, mod) => function __require() { + return mod || (0, cb2[__getOwnPropNames(cb2)[0]])((mod = { exports: {} }).exports, mod), mod.exports; +}; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value); +var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg); +var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj)); +var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value); +var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value); +var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method); +var __privateWrapper = (obj, member, setter, getter) => ({ + set _(value) { + __privateSet(obj, member, value, setter); + }, + get _() { + return __privateGet(obj, member, getter); + } +}); + +// src/utils/path.ts +function getVaultPath(app) { + var _a5; + const basePath = (_a5 = app.vault.adapter) == null ? void 0 : _a5.basePath; + return typeof basePath === "string" ? basePath : null; +} +function getEnvValue(key) { + const hasKey = (name) => name in process.env && process.env[name] !== void 0; + if (hasKey(key)) { + return process.env[key]; + } + if (process.platform !== "win32") { + return void 0; + } + const upper = key.toUpperCase(); + if (hasKey(upper)) { + return process.env[upper]; + } + const lower = key.toLowerCase(); + if (hasKey(lower)) { + return process.env[lower]; + } + const matchKey = Object.keys(process.env).find((name) => name.toLowerCase() === key.toLowerCase()); + return matchKey ? process.env[matchKey] : void 0; +} +function expandEnvironmentVariables(value) { + if (!value.includes("%") && !value.includes("$") && !value.includes("!")) { + return value; + } + const isWindows2 = process.platform === "win32"; + let expanded = value; + expanded = expanded.replace(/%([A-Za-z_][A-Za-z0-9_]*(?:\([A-Za-z0-9_]+\))?[A-Za-z0-9_]*)%/g, (match, name) => { + const envValue = getEnvValue(name); + return envValue !== void 0 ? envValue : match; + }); + if (isWindows2) { + expanded = expanded.replace(/!([A-Za-z_][A-Za-z0-9_]*)!/g, (match, name) => { + const envValue = getEnvValue(name); + return envValue !== void 0 ? envValue : match; + }); + expanded = expanded.replace(/\$env:([A-Za-z_][A-Za-z0-9_]*)/gi, (match, name) => { + const envValue = getEnvValue(name); + return envValue !== void 0 ? envValue : match; + }); + } + expanded = expanded.replace(/\$([A-Za-z_][A-Za-z0-9_]*)|\$\{([A-Za-z_][A-Za-z0-9_]*)\}/g, (match, name1, name2) => { + const key = name1 != null ? name1 : name2; + if (!key) return match; + const envValue = getEnvValue(key); + return envValue !== void 0 ? envValue : match; + }); + return expanded; +} +function expandHomePath(p) { + const expanded = expandEnvironmentVariables(p); + if (expanded === "~") { + return os2.homedir(); + } + if (expanded.startsWith("~/")) { + return path2.join(os2.homedir(), expanded.slice(2)); + } + if (expanded.startsWith("~\\")) { + return path2.join(os2.homedir(), expanded.slice(2)); + } + return expanded; +} +function stripSurroundingQuotes(value) { + if (value.startsWith('"') && value.endsWith('"') || value.startsWith("'") && value.endsWith("'")) { + return value.slice(1, -1); + } + return value; +} +function parsePathEntries(pathValue) { + if (!pathValue) { + return []; + } + const delimiter = process.platform === "win32" ? ";" : ":"; + return pathValue.split(delimiter).map((segment) => stripSurroundingQuotes(segment.trim())).filter((segment) => { + if (!segment) return false; + const upper = segment.toUpperCase(); + return upper !== "$PATH" && upper !== "${PATH}" && upper !== "%PATH%"; + }).map((segment) => translateMsysPath(expandHomePath(segment))); +} +function isNvmBuiltInLatestAlias(alias) { + return NVM_LATEST_INSTALLED_ALIASES.has(alias); +} +function findMatchingNvmVersion(entries, resolvedAlias) { + if (isNvmBuiltInLatestAlias(resolvedAlias)) { + return entries[0]; + } + const version2 = resolvedAlias.replace(/^v/, ""); + return entries.find((entry) => { + const entryVersion = entry.slice(1); + return entryVersion === version2 || entryVersion.startsWith(version2 + "."); + }); +} +function resolveNvmAlias(nvmDir, alias, depth = 0) { + if (depth > 5) return null; + if (/^\d/.test(alias) || alias.startsWith("v")) return alias; + if (isNvmBuiltInLatestAlias(alias)) return alias; + try { + const aliasFile = path2.join(nvmDir, "alias", ...alias.split("/")); + const target = fs2.readFileSync(aliasFile, "utf8").trim(); + if (!target) return null; + return resolveNvmAlias(nvmDir, target, depth + 1); + } catch (e2) { + return null; + } +} +function resolveNvmDefaultBin(home) { + const nvmDir = process.env.NVM_DIR || path2.join(home, ".nvm"); + try { + const alias = fs2.readFileSync(path2.join(nvmDir, "alias", "default"), "utf8").trim(); + if (!alias) return null; + const resolved = resolveNvmAlias(nvmDir, alias); + if (!resolved) return null; + const versionsDir = path2.join(nvmDir, "versions", "node"); + const entries = fs2.readdirSync(versionsDir).filter((entry) => entry.startsWith("v")).sort((a, b2) => b2.localeCompare(a, void 0, { numeric: true })); + const matched = findMatchingNvmVersion(entries, resolved); + if (matched) { + const binDir = path2.join(versionsDir, matched, "bin"); + if (fs2.existsSync(binDir)) return binDir; + } + } catch (e2) { + } + return null; +} +function resolveRealPath(p) { + var _a5; + const realpathFn = (_a5 = fs2.realpathSync.native) != null ? _a5 : fs2.realpathSync; + try { + return realpathFn(p); + } catch (e2) { + const absolute = path2.resolve(p); + let current = absolute; + const suffix = []; + for (; ; ) { + try { + if (fs2.existsSync(current)) { + const resolvedExisting = realpathFn(current); + return suffix.length > 0 ? path2.join(resolvedExisting, ...suffix.reverse()) : resolvedExisting; + } + } catch (e4) { + } + const parent = path2.dirname(current); + if (parent === current) { + return absolute; + } + suffix.push(path2.basename(current)); + current = parent; + } + } +} +function translateMsysPath(value) { + var _a5; + if (process.platform !== "win32") { + return value; + } + const msysMatch = value.match(/^\/([a-zA-Z])(\/.*)?$/); + if (msysMatch) { + const driveLetter = msysMatch[1].toUpperCase(); + const restOfPath = (_a5 = msysMatch[2]) != null ? _a5 : ""; + return `${driveLetter}:${restOfPath.replace(/\//g, "\\")}`; + } + return value; +} +function normalizePathBeforeResolution(p) { + const expanded = expandHomePath(p); + return translateMsysPath(expanded); +} +function normalizeWindowsPathPrefix(value) { + if (process.platform !== "win32") { + return value; + } + const normalized = translateMsysPath(value); + if (normalized.startsWith("\\\\?\\UNC\\")) { + return `\\\\${normalized.slice("\\\\?\\UNC\\".length)}`; + } + if (normalized.startsWith("\\\\?\\")) { + return normalized.slice("\\\\?\\".length); + } + return normalized; +} +function normalizePathForFilesystem(value) { + if (!value || typeof value !== "string") { + return ""; + } + const expanded = normalizePathBeforeResolution(value); + const normalized = (() => { + try { + return process.platform === "win32" ? path2.win32.normalize(expanded) : path2.normalize(expanded); + } catch (e2) { + return expanded; + } + })(); + return normalizeWindowsPathPrefix(normalized); +} +function normalizePathForComparison(value) { + if (!value || typeof value !== "string") { + return ""; + } + const expanded = normalizePathBeforeResolution(value); + const normalized = (() => { + try { + return process.platform === "win32" ? path2.win32.normalize(expanded) : path2.normalize(expanded); + } catch (e2) { + return expanded; + } + })(); + const normalizedWithPrefix = normalizeWindowsPathPrefix(normalized).replace(/\\/g, "/").replace(/\/+$/, ""); + return process.platform === "win32" ? normalizedWithPrefix.toLowerCase() : normalizedWithPrefix; +} +function isPathWithinDirectory(candidatePath, directoryPath, relativeBasePath) { + if (!candidatePath || !directoryPath) { + return false; + } + const directoryReal = normalizePathForComparison(resolveRealPath(directoryPath)); + const normalizedCandidate = normalizePathForFilesystem(candidatePath); + if (!normalizedCandidate) { + return false; + } + const absCandidate = path2.isAbsolute(normalizedCandidate) ? normalizedCandidate : path2.resolve(relativeBasePath != null ? relativeBasePath : directoryPath, normalizedCandidate); + const resolvedCandidate = normalizePathForComparison(resolveRealPath(absCandidate)); + return resolvedCandidate === directoryReal || resolvedCandidate.startsWith(directoryReal + "/"); +} +function isPathWithinVault(candidatePath, vaultPath) { + return isPathWithinDirectory(candidatePath, vaultPath, vaultPath); +} +function normalizePathForVault(rawPath, vaultPath) { + if (!rawPath) return null; + const normalizedRaw = normalizePathForFilesystem(rawPath); + if (!normalizedRaw) return null; + if (vaultPath && isPathWithinVault(normalizedRaw, vaultPath)) { + const absolute = path2.isAbsolute(normalizedRaw) ? normalizedRaw : path2.resolve(vaultPath, normalizedRaw); + const relative4 = path2.relative(vaultPath, absolute); + return relative4 ? relative4.replace(/\\/g, "/") : null; + } + return normalizedRaw.replace(/\\/g, "/"); +} +var fs2, os2, path2, NVM_LATEST_INSTALLED_ALIASES; +var init_path = __esm({ + "src/utils/path.ts"() { + fs2 = __toESM(require("fs")); + os2 = __toESM(require("os")); + path2 = __toESM(require("path")); + NVM_LATEST_INSTALLED_ALIASES = /* @__PURE__ */ new Set(["node", "stable"]); + } +}); + +// src/utils/env.ts +var env_exports = {}; +__export(env_exports, { + MAX_CONTEXT_LIMIT: () => MAX_CONTEXT_LIMIT, + MIN_CONTEXT_LIMIT: () => MIN_CONTEXT_LIMIT, + cliPathRequiresNode: () => cliPathRequiresNode, + findNodeDirectory: () => findNodeDirectory, + findNodeExecutable: () => findNodeExecutable, + formatContextLimit: () => formatContextLimit, + getEnhancedPath: () => getEnhancedPath, + getHostnameKey: () => getHostnameKey, + getLegacyHostnameKey: () => getLegacyHostnameKey, + getMissingNodeError: () => getMissingNodeError, + migrateLegacyHostnameKeyedMap: () => migrateLegacyHostnameKeyedMap, + parseContextLimit: () => parseContextLimit, + parseEnvironmentVariables: () => parseEnvironmentVariables +}); +function getHomeDir() { + return process.env.HOME || process.env.USERPROFILE || ""; +} +function getAppProvidedCliPaths() { + if (process.platform === "darwin") { + const appBundleMatch = process.execPath.match(/^(.+?\.app)\//); + if (appBundleMatch) { + return [path4.join(appBundleMatch[1], "Contents", "MacOS")]; + } + return [path4.dirname(process.execPath)]; + } + if (process.platform === "win32") { + return [path4.dirname(process.execPath)]; + } + return []; +} +function getExtraBinaryPaths() { + const home = getHomeDir(); + if (isWindows) { + const paths = []; + const localAppData = process.env.LOCALAPPDATA; + const appData = process.env.APPDATA; + const programFiles = process.env.ProgramFiles || "C:\\Program Files"; + const programFilesX86 = process.env["ProgramFiles(x86)"] || "C:\\Program Files (x86)"; + const programData = process.env.ProgramData || "C:\\ProgramData"; + if (appData) { + paths.push(path4.join(appData, "npm")); + } + if (localAppData) { + paths.push(path4.join(localAppData, "Programs", "nodejs")); + paths.push(path4.join(localAppData, "Programs", "node")); + } + paths.push(path4.join(programFiles, "nodejs")); + paths.push(path4.join(programFilesX86, "nodejs")); + const nvmSymlink = process.env.NVM_SYMLINK; + if (nvmSymlink) { + paths.push(nvmSymlink); + } + const nvmHome = process.env.NVM_HOME; + if (nvmHome) { + paths.push(nvmHome); + } else if (appData) { + paths.push(path4.join(appData, "nvm")); + } + const voltaHome = process.env.VOLTA_HOME; + if (voltaHome) { + paths.push(path4.join(voltaHome, "bin")); + } else if (home) { + paths.push(path4.join(home, ".volta", "bin")); + } + const fnmMultishell = process.env.FNM_MULTISHELL_PATH; + if (fnmMultishell) { + paths.push(fnmMultishell); + } + const fnmDir = process.env.FNM_DIR; + if (fnmDir) { + paths.push(fnmDir); + } else if (localAppData) { + paths.push(path4.join(localAppData, "fnm")); + } + const chocolateyInstall = process.env.ChocolateyInstall; + if (chocolateyInstall) { + paths.push(path4.join(chocolateyInstall, "bin")); + } else { + paths.push(path4.join(programData, "chocolatey", "bin")); + } + const scoopDir = process.env.SCOOP; + if (scoopDir) { + paths.push(path4.join(scoopDir, "shims")); + paths.push(path4.join(scoopDir, "apps", "nodejs", "current", "bin")); + paths.push(path4.join(scoopDir, "apps", "nodejs", "current")); + } else if (home) { + paths.push(path4.join(home, "scoop", "shims")); + paths.push(path4.join(home, "scoop", "apps", "nodejs", "current", "bin")); + paths.push(path4.join(home, "scoop", "apps", "nodejs", "current")); + } + paths.push(path4.join(programFiles, "Docker", "Docker", "resources", "bin")); + if (home) { + paths.push(path4.join(home, ".local", "bin")); + paths.push(path4.join(home, ".bun", "bin")); + paths.push(path4.join(home, ".opencode", "bin")); + } + paths.push(...getAppProvidedCliPaths()); + return paths; + } else { + const paths = [ + "/usr/local/bin", + "/opt/homebrew/bin", + // macOS ARM Homebrew + "/usr/bin", + "/bin" + ]; + const voltaHome = process.env.VOLTA_HOME; + if (voltaHome) { + paths.push(path4.join(voltaHome, "bin")); + } + const asdfRoot = process.env.ASDF_DATA_DIR || process.env.ASDF_DIR; + if (asdfRoot) { + paths.push(path4.join(asdfRoot, "shims")); + paths.push(path4.join(asdfRoot, "bin")); + } + const fnmMultishell = process.env.FNM_MULTISHELL_PATH; + if (fnmMultishell) { + paths.push(fnmMultishell); + } + const fnmDir = process.env.FNM_DIR; + if (fnmDir) { + paths.push(fnmDir); + } + if (home) { + paths.push(path4.join(home, ".local", "bin")); + paths.push(path4.join(home, ".bun", "bin")); + paths.push(path4.join(home, ".opencode", "bin")); + paths.push(path4.join(home, ".docker", "bin")); + paths.push(path4.join(home, ".volta", "bin")); + paths.push(path4.join(home, ".asdf", "shims")); + paths.push(path4.join(home, ".asdf", "bin")); + paths.push(path4.join(home, ".fnm")); + const nvmBin = process.env.NVM_BIN; + if (nvmBin) { + paths.push(nvmBin); + } else { + const nvmDefault = resolveNvmDefaultBin(home); + if (nvmDefault) { + paths.push(nvmDefault); + } + } + } + paths.push(...getAppProvidedCliPaths()); + return paths; + } +} +function findNodeDirectory(additionalPaths) { + const searchPaths = getExtraBinaryPaths(); + const currentPath = process.env.PATH || ""; + const pathDirs = parsePathEntries(currentPath); + const additionalDirs = additionalPaths ? parsePathEntries(additionalPaths) : []; + const allPaths = [...additionalDirs, ...searchPaths, ...pathDirs]; + for (const dir of allPaths) { + if (!dir) continue; + try { + const nodePath2 = path4.join(dir, NODE_EXECUTABLE); + if (fs4.existsSync(nodePath2)) { + const stat = fs4.statSync(nodePath2); + if (stat.isFile()) { + return dir; + } + } + } catch (e2) { + } + } + return null; +} +function findNodeExecutable(additionalPaths) { + const nodeDir = findNodeDirectory(additionalPaths); + if (nodeDir) { + return path4.join(nodeDir, NODE_EXECUTABLE); + } + return null; +} +function cliPathRequiresNode(cliPath) { + const jsExtensions = [".js", ".mjs", ".cjs", ".ts", ".tsx", ".jsx"]; + const lower = cliPath.toLowerCase(); + if (jsExtensions.some((ext) => lower.endsWith(ext))) { + return true; + } + try { + if (!fs4.existsSync(cliPath)) { + return false; + } + const stat = fs4.statSync(cliPath); + if (!stat.isFile()) { + return false; + } + let fd = null; + try { + fd = fs4.openSync(cliPath, "r"); + const buffer = Buffer.alloc(200); + const bytesRead = fs4.readSync(fd, buffer, 0, buffer.length, 0); + const header = buffer.subarray(0, bytesRead).toString("utf8"); + if (!header.startsWith("#!")) return false; + const shebangLine = header.split(/\r?\n/)[0].toLowerCase(); + return shebangLine.includes("node"); + } finally { + if (fd !== null) { + try { + fs4.closeSync(fd); + } catch (e2) { + } + } + } + } catch (e2) { + return false; + } +} +function getMissingNodeError(cliPath, enhancedPath) { + if (!cliPathRequiresNode(cliPath)) { + return null; + } + const nodePath2 = findNodeExecutable(enhancedPath); + if (nodePath2) { + return null; + } + return "Claude Code CLI requires Node.js, but Node was not found on PATH. Install Node.js or use the native Claude Code binary, then restart Obsidian."; +} +function getEnhancedPath(additionalPaths, cliPath) { + const extraPaths = getExtraBinaryPaths().filter((p) => p); + const currentPath = process.env.PATH || ""; + const segments = []; + if (additionalPaths) { + segments.push(...parsePathEntries(additionalPaths)); + } + let cliDirHasNode = false; + if (cliPath) { + try { + const cliDir = path4.dirname(cliPath); + const nodeInCliDir = path4.join(cliDir, NODE_EXECUTABLE); + if (fs4.existsSync(nodeInCliDir)) { + const stat = fs4.statSync(nodeInCliDir); + if (stat.isFile()) { + segments.push(cliDir); + cliDirHasNode = true; + } + } + } catch (e2) { + } + } + if (cliPath && cliPathRequiresNode(cliPath) && !cliDirHasNode) { + const nodeDir = findNodeDirectory(); + if (nodeDir) { + segments.push(nodeDir); + } + } + segments.push(...extraPaths); + if (currentPath) { + segments.push(...parsePathEntries(currentPath)); + } + const seen = /* @__PURE__ */ new Set(); + const unique = segments.filter((p) => { + const normalized = isWindows ? p.toLowerCase() : p; + if (seen.has(normalized)) return false; + seen.add(normalized); + return true; + }); + return unique.join(PATH_SEPARATOR); +} +function parseEnvironmentVariables(input) { + const result = {}; + for (const line of input.split(/\r?\n/)) { + const trimmed = line.trim(); + if (!trimmed || trimmed.startsWith("#")) continue; + const normalized = trimmed.startsWith("export ") ? trimmed.slice(7) : trimmed; + const eqIndex = normalized.indexOf("="); + if (eqIndex > 0) { + const key = normalized.substring(0, eqIndex).trim(); + let value = normalized.substring(eqIndex + 1).trim(); + if (value.startsWith('"') && value.endsWith('"') || value.startsWith("'") && value.endsWith("'")) { + value = value.slice(1, -1); + } + if (key) { + result[key] = value; + } + } + } + return result; +} +function getDeviceSettingsStorage() { + try { + return typeof window === "undefined" ? null : window.localStorage; + } catch (e2) { + return null; + } +} +function createOpaqueDeviceSettingsKey() { + var _a5; + const cryptoApi = typeof window === "undefined" ? null : window.crypto; + const randomUUID3 = (_a5 = cryptoApi == null ? void 0 : cryptoApi.randomUUID) == null ? void 0 : _a5.call(cryptoApi); + if (randomUUID3) { + return `device:${randomUUID3}`; + } + if (cryptoApi == null ? void 0 : cryptoApi.getRandomValues) { + const randomBytes = new Uint8Array(16); + cryptoApi.getRandomValues(randomBytes); + const entropy2 = Array.from(randomBytes, (byte) => byte.toString(16).padStart(2, "0")).join(""); + return `device:${Date.now().toString(36)}:${entropy2}`; + } + const entropy = Math.random().toString(36).slice(2); + return `device:${Date.now().toString(36)}:${entropy}`; +} +function getHostnameKey() { + var _a5; + if (cachedDeviceSettingsKey) { + return cachedDeviceSettingsKey; + } + const storage = getDeviceSettingsStorage(); + const stored = (_a5 = storage == null ? void 0 : storage.getItem(DEVICE_SETTINGS_STORAGE_KEY)) == null ? void 0 : _a5.trim(); + if (stored) { + cachedDeviceSettingsKey = stored; + return cachedDeviceSettingsKey; + } + cachedDeviceSettingsKey = createOpaqueDeviceSettingsKey(); + try { + storage == null ? void 0 : storage.setItem(DEVICE_SETTINGS_STORAGE_KEY, cachedDeviceSettingsKey); + } catch (e2) { + } + return cachedDeviceSettingsKey; +} +function getLegacyHostnameKey() { + try { + return os4.hostname(); + } catch (e2) { + return ""; + } +} +function migrateLegacyHostnameKeyedMap(entries, currentKey, legacyHostnameKey) { + if (!currentKey || !legacyHostnameKey || currentKey === legacyHostnameKey) { + return entries; + } + const hasCurrentEntry = Object.prototype.hasOwnProperty.call(entries, currentKey); + const hasLegacyEntry = Object.prototype.hasOwnProperty.call(entries, legacyHostnameKey); + if (!hasLegacyEntry) { + return entries; + } + const migrated = { ...entries }; + if (!hasCurrentEntry) { + migrated[currentKey] = entries[legacyHostnameKey]; + } + delete migrated[legacyHostnameKey]; + return migrated; +} +function parseContextLimit(input) { + var _a5; + const trimmed = input.trim().toLowerCase().replace(/,/g, ""); + if (!trimmed) return null; + const match = trimmed.match(/^(\d+(?:\.\d+)?)\s*(k|m)?$/); + if (!match) return null; + const value = parseFloat(match[1]); + const suffix = match[2]; + if (isNaN(value) || value <= 0) return null; + const MULTIPLIERS = { k: 1e3, m: 1e6 }; + const multiplier = suffix ? (_a5 = MULTIPLIERS[suffix]) != null ? _a5 : 1 : 1; + const result = Math.round(value * multiplier); + if (result < MIN_CONTEXT_LIMIT || result > MAX_CONTEXT_LIMIT) return null; + return result; +} +function formatContextLimit(tokens) { + if (tokens >= 1e6 && tokens % 1e6 === 0) { + return `${tokens / 1e6}m`; + } + if (tokens >= 1e3 && tokens % 1e3 === 0) { + return `${tokens / 1e3}k`; + } + return tokens.toLocaleString(); +} +var fs4, os4, path4, isWindows, PATH_SEPARATOR, NODE_EXECUTABLE, DEVICE_SETTINGS_STORAGE_KEY, cachedDeviceSettingsKey, MIN_CONTEXT_LIMIT, MAX_CONTEXT_LIMIT; +var init_env = __esm({ + "src/utils/env.ts"() { + fs4 = __toESM(require("fs")); + os4 = __toESM(require("os")); + path4 = __toESM(require("path")); + init_path(); + isWindows = process.platform === "win32"; + PATH_SEPARATOR = isWindows ? ";" : ":"; + NODE_EXECUTABLE = isWindows ? "node.exe" : "node"; + DEVICE_SETTINGS_STORAGE_KEY = "claudian.deviceSettingsKey"; + cachedDeviceSettingsKey = null; + MIN_CONTEXT_LIMIT = 1e3; + MAX_CONTEXT_LIMIT = 1e7; + } +}); + +// node_modules/zod/v4/core/core.js +// @__NO_SIDE_EFFECTS__ +function $constructor(name, initializer3, params) { + var _a5; + function init(inst, def) { + if (!inst._zod) { + Object.defineProperty(inst, "_zod", { + value: { + def, + constr: _2, + traits: /* @__PURE__ */ new Set() + }, + enumerable: false + }); + } + if (inst._zod.traits.has(name)) { + return; + } + inst._zod.traits.add(name); + initializer3(inst, def); + const proto = _2.prototype; + const keys = Object.keys(proto); + for (let i = 0; i < keys.length; i++) { + const k2 = keys[i]; + if (!(k2 in inst)) { + inst[k2] = proto[k2].bind(inst); + } + } + } + const Parent = (_a5 = params == null ? void 0 : params.Parent) != null ? _a5 : Object; + class Definition extends Parent { + } + Object.defineProperty(Definition, "name", { value: name }); + function _2(def) { + var _a7; + var _a6; + const inst = (params == null ? void 0 : params.Parent) ? new Definition() : this; + init(inst, def); + (_a7 = (_a6 = inst._zod).deferred) != null ? _a7 : _a6.deferred = []; + for (const fn of inst._zod.deferred) { + fn(); + } + return inst; + } + Object.defineProperty(_2, "init", { value: init }); + Object.defineProperty(_2, Symbol.hasInstance, { + value: (inst) => { + var _a6, _b3; + if ((params == null ? void 0 : params.Parent) && inst instanceof params.Parent) + return true; + return (_b3 = (_a6 = inst == null ? void 0 : inst._zod) == null ? void 0 : _a6.traits) == null ? void 0 : _b3.has(name); + } + }); + Object.defineProperty(_2, "name", { value: name }); + return _2; +} +function config(newConfig) { + if (newConfig) + Object.assign(globalConfig, newConfig); + return globalConfig; +} +var NEVER, $brand, $ZodAsyncError, $ZodEncodeError, globalConfig; +var init_core = __esm({ + "node_modules/zod/v4/core/core.js"() { + NEVER = Object.freeze({ + status: "aborted" + }); + $brand = /* @__PURE__ */ Symbol("zod_brand"); + $ZodAsyncError = class extends Error { + constructor() { + super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`); + } + }; + $ZodEncodeError = class extends Error { + constructor(name) { + super(`Encountered unidirectional transform during encode: ${name}`); + this.name = "ZodEncodeError"; + } + }; + globalConfig = {}; + } +}); + +// node_modules/zod/v4/core/util.js +var util_exports = {}; +__export(util_exports, { + BIGINT_FORMAT_RANGES: () => BIGINT_FORMAT_RANGES, + Class: () => Class, + NUMBER_FORMAT_RANGES: () => NUMBER_FORMAT_RANGES, + aborted: () => aborted, + allowsEval: () => allowsEval, + assert: () => assert, + assertEqual: () => assertEqual, + assertIs: () => assertIs, + assertNever: () => assertNever, + assertNotEqual: () => assertNotEqual, + assignProp: () => assignProp, + base64ToUint8Array: () => base64ToUint8Array, + base64urlToUint8Array: () => base64urlToUint8Array, + cached: () => cached, + captureStackTrace: () => captureStackTrace, + cleanEnum: () => cleanEnum, + cleanRegex: () => cleanRegex, + clone: () => clone, + cloneDef: () => cloneDef, + createTransparentProxy: () => createTransparentProxy, + defineLazy: () => defineLazy, + esc: () => esc, + escapeRegex: () => escapeRegex, + extend: () => extend, + finalizeIssue: () => finalizeIssue, + floatSafeRemainder: () => floatSafeRemainder2, + getElementAtPath: () => getElementAtPath, + getEnumValues: () => getEnumValues, + getLengthableOrigin: () => getLengthableOrigin, + getParsedType: () => getParsedType2, + getSizableOrigin: () => getSizableOrigin, + hexToUint8Array: () => hexToUint8Array, + isObject: () => isObject, + isPlainObject: () => isPlainObject2, + issue: () => issue, + joinValues: () => joinValues, + jsonStringifyReplacer: () => jsonStringifyReplacer, + merge: () => merge, + mergeDefs: () => mergeDefs, + normalizeParams: () => normalizeParams, + nullish: () => nullish, + numKeys: () => numKeys, + objectClone: () => objectClone, + omit: () => omit, + optionalKeys: () => optionalKeys, + parsedType: () => parsedType, + partial: () => partial, + pick: () => pick, + prefixIssues: () => prefixIssues, + primitiveTypes: () => primitiveTypes, + promiseAllObject: () => promiseAllObject, + propertyKeyTypes: () => propertyKeyTypes, + randomString: () => randomString, + required: () => required, + safeExtend: () => safeExtend, + shallowClone: () => shallowClone, + slugify: () => slugify, + stringifyPrimitive: () => stringifyPrimitive, + uint8ArrayToBase64: () => uint8ArrayToBase64, + uint8ArrayToBase64url: () => uint8ArrayToBase64url, + uint8ArrayToHex: () => uint8ArrayToHex, + unwrapMessage: () => unwrapMessage +}); +function assertEqual(val) { + return val; +} +function assertNotEqual(val) { + return val; +} +function assertIs(_arg) { +} +function assertNever(_x2) { + throw new Error("Unexpected value in exhaustive check"); +} +function assert(_2) { +} +function getEnumValues(entries) { + const numericValues = Object.values(entries).filter((v2) => typeof v2 === "number"); + const values = Object.entries(entries).filter(([k2, _2]) => numericValues.indexOf(+k2) === -1).map(([_2, v2]) => v2); + return values; +} +function joinValues(array2, separator = "|") { + return array2.map((val) => stringifyPrimitive(val)).join(separator); +} +function jsonStringifyReplacer(_2, value) { + if (typeof value === "bigint") + return value.toString(); + return value; +} +function cached(getter) { + const set2 = false; + return { + get value() { + if (!set2) { + const value = getter(); + Object.defineProperty(this, "value", { value }); + return value; + } + throw new Error("cached value already set"); + } + }; +} +function nullish(input) { + return input === null || input === void 0; +} +function cleanRegex(source) { + const start = source.startsWith("^") ? 1 : 0; + const end = source.endsWith("$") ? source.length - 1 : source.length; + return source.slice(start, end); +} +function floatSafeRemainder2(val, step) { + const valDecCount = (val.toString().split(".")[1] || "").length; + const stepString = step.toString(); + let stepDecCount = (stepString.split(".")[1] || "").length; + if (stepDecCount === 0 && /\d?e-\d?/.test(stepString)) { + const match = stepString.match(/\d?e-(\d?)/); + if (match == null ? void 0 : match[1]) { + stepDecCount = Number.parseInt(match[1]); + } + } + const decCount = valDecCount > stepDecCount ? valDecCount : stepDecCount; + const valInt = Number.parseInt(val.toFixed(decCount).replace(".", "")); + const stepInt = Number.parseInt(step.toFixed(decCount).replace(".", "")); + return valInt % stepInt / 10 ** decCount; +} +function defineLazy(object3, key, getter) { + let value = void 0; + Object.defineProperty(object3, key, { + get() { + if (value === EVALUATING) { + return void 0; + } + if (value === void 0) { + value = EVALUATING; + value = getter(); + } + return value; + }, + set(v2) { + Object.defineProperty(object3, key, { + value: v2 + // configurable: true, + }); + }, + configurable: true + }); +} +function objectClone(obj) { + return Object.create(Object.getPrototypeOf(obj), Object.getOwnPropertyDescriptors(obj)); +} +function assignProp(target, prop, value) { + Object.defineProperty(target, prop, { + value, + writable: true, + enumerable: true, + configurable: true + }); +} +function mergeDefs(...defs) { + const mergedDescriptors = {}; + for (const def of defs) { + const descriptors = Object.getOwnPropertyDescriptors(def); + Object.assign(mergedDescriptors, descriptors); + } + return Object.defineProperties({}, mergedDescriptors); +} +function cloneDef(schema) { + return mergeDefs(schema._zod.def); +} +function getElementAtPath(obj, path27) { + if (!path27) + return obj; + return path27.reduce((acc, key) => acc == null ? void 0 : acc[key], obj); +} +function promiseAllObject(promisesObj) { + const keys = Object.keys(promisesObj); + const promises2 = keys.map((key) => promisesObj[key]); + return Promise.all(promises2).then((results) => { + const resolvedObj = {}; + for (let i = 0; i < keys.length; i++) { + resolvedObj[keys[i]] = results[i]; + } + return resolvedObj; + }); +} +function randomString(length = 10) { + const chars = "abcdefghijklmnopqrstuvwxyz"; + let str = ""; + for (let i = 0; i < length; i++) { + str += chars[Math.floor(Math.random() * chars.length)]; + } + return str; +} +function esc(str) { + return JSON.stringify(str); +} +function slugify(input) { + return input.toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/[\s_-]+/g, "-").replace(/^-+|-+$/g, ""); +} +function isObject(data) { + return typeof data === "object" && data !== null && !Array.isArray(data); +} +function isPlainObject2(o2) { + if (isObject(o2) === false) + return false; + const ctor = o2.constructor; + if (ctor === void 0) + return true; + if (typeof ctor !== "function") + return true; + const prot = ctor.prototype; + if (isObject(prot) === false) + return false; + if (Object.prototype.hasOwnProperty.call(prot, "isPrototypeOf") === false) { + return false; + } + return true; +} +function shallowClone(o2) { + if (isPlainObject2(o2)) + return { ...o2 }; + if (Array.isArray(o2)) + return [...o2]; + return o2; +} +function numKeys(data) { + let keyCount = 0; + for (const key in data) { + if (Object.prototype.hasOwnProperty.call(data, key)) { + keyCount++; + } + } + return keyCount; +} +function escapeRegex(str) { + return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); +} +function clone(inst, def, params) { + const cl2 = new inst._zod.constr(def != null ? def : inst._zod.def); + if (!def || (params == null ? void 0 : params.parent)) + cl2._zod.parent = inst; + return cl2; +} +function normalizeParams(_params) { + const params = _params; + if (!params) + return {}; + if (typeof params === "string") + return { error: () => params }; + if ((params == null ? void 0 : params.message) !== void 0) { + if ((params == null ? void 0 : params.error) !== void 0) + throw new Error("Cannot specify both `message` and `error` params"); + params.error = params.message; + } + delete params.message; + if (typeof params.error === "string") + return { ...params, error: () => params.error }; + return params; +} +function createTransparentProxy(getter) { + let target; + return new Proxy({}, { + get(_2, prop, receiver) { + target != null ? target : target = getter(); + return Reflect.get(target, prop, receiver); + }, + set(_2, prop, value, receiver) { + target != null ? target : target = getter(); + return Reflect.set(target, prop, value, receiver); + }, + has(_2, prop) { + target != null ? target : target = getter(); + return Reflect.has(target, prop); + }, + deleteProperty(_2, prop) { + target != null ? target : target = getter(); + return Reflect.deleteProperty(target, prop); + }, + ownKeys(_2) { + target != null ? target : target = getter(); + return Reflect.ownKeys(target); + }, + getOwnPropertyDescriptor(_2, prop) { + target != null ? target : target = getter(); + return Reflect.getOwnPropertyDescriptor(target, prop); + }, + defineProperty(_2, prop, descriptor) { + target != null ? target : target = getter(); + return Reflect.defineProperty(target, prop, descriptor); + } + }); +} +function stringifyPrimitive(value) { + if (typeof value === "bigint") + return value.toString() + "n"; + if (typeof value === "string") + return `"${value}"`; + return `${value}`; +} +function optionalKeys(shape) { + return Object.keys(shape).filter((k2) => { + return shape[k2]._zod.optin === "optional" && shape[k2]._zod.optout === "optional"; + }); +} +function pick(schema, mask) { + const currDef = schema._zod.def; + const checks = currDef.checks; + const hasChecks = checks && checks.length > 0; + if (hasChecks) { + throw new Error(".pick() cannot be used on object schemas containing refinements"); + } + const def = mergeDefs(schema._zod.def, { + get shape() { + const newShape = {}; + for (const key in mask) { + if (!(key in currDef.shape)) { + throw new Error(`Unrecognized key: "${key}"`); + } + if (!mask[key]) + continue; + newShape[key] = currDef.shape[key]; + } + assignProp(this, "shape", newShape); + return newShape; + }, + checks: [] + }); + return clone(schema, def); +} +function omit(schema, mask) { + const currDef = schema._zod.def; + const checks = currDef.checks; + const hasChecks = checks && checks.length > 0; + if (hasChecks) { + throw new Error(".omit() cannot be used on object schemas containing refinements"); + } + const def = mergeDefs(schema._zod.def, { + get shape() { + const newShape = { ...schema._zod.def.shape }; + for (const key in mask) { + if (!(key in currDef.shape)) { + throw new Error(`Unrecognized key: "${key}"`); + } + if (!mask[key]) + continue; + delete newShape[key]; + } + assignProp(this, "shape", newShape); + return newShape; + }, + checks: [] + }); + return clone(schema, def); +} +function extend(schema, shape) { + if (!isPlainObject2(shape)) { + throw new Error("Invalid input to extend: expected a plain object"); + } + const checks = schema._zod.def.checks; + const hasChecks = checks && checks.length > 0; + if (hasChecks) { + const existingShape = schema._zod.def.shape; + for (const key in shape) { + if (Object.getOwnPropertyDescriptor(existingShape, key) !== void 0) { + throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead."); + } + } + } + const def = mergeDefs(schema._zod.def, { + get shape() { + const _shape = { ...schema._zod.def.shape, ...shape }; + assignProp(this, "shape", _shape); + return _shape; + } + }); + return clone(schema, def); +} +function safeExtend(schema, shape) { + if (!isPlainObject2(shape)) { + throw new Error("Invalid input to safeExtend: expected a plain object"); + } + const def = mergeDefs(schema._zod.def, { + get shape() { + const _shape = { ...schema._zod.def.shape, ...shape }; + assignProp(this, "shape", _shape); + return _shape; + } + }); + return clone(schema, def); +} +function merge(a, b2) { + const def = mergeDefs(a._zod.def, { + get shape() { + const _shape = { ...a._zod.def.shape, ...b2._zod.def.shape }; + assignProp(this, "shape", _shape); + return _shape; + }, + get catchall() { + return b2._zod.def.catchall; + }, + checks: [] + // delete existing checks + }); + return clone(a, def); +} +function partial(Class2, schema, mask) { + const currDef = schema._zod.def; + const checks = currDef.checks; + const hasChecks = checks && checks.length > 0; + if (hasChecks) { + throw new Error(".partial() cannot be used on object schemas containing refinements"); + } + const def = mergeDefs(schema._zod.def, { + get shape() { + const oldShape = schema._zod.def.shape; + const shape = { ...oldShape }; + if (mask) { + for (const key in mask) { + if (!(key in oldShape)) { + throw new Error(`Unrecognized key: "${key}"`); + } + if (!mask[key]) + continue; + shape[key] = Class2 ? new Class2({ + type: "optional", + innerType: oldShape[key] + }) : oldShape[key]; + } + } else { + for (const key in oldShape) { + shape[key] = Class2 ? new Class2({ + type: "optional", + innerType: oldShape[key] + }) : oldShape[key]; + } + } + assignProp(this, "shape", shape); + return shape; + }, + checks: [] + }); + return clone(schema, def); +} +function required(Class2, schema, mask) { + const def = mergeDefs(schema._zod.def, { + get shape() { + const oldShape = schema._zod.def.shape; + const shape = { ...oldShape }; + if (mask) { + for (const key in mask) { + if (!(key in shape)) { + throw new Error(`Unrecognized key: "${key}"`); + } + if (!mask[key]) + continue; + shape[key] = new Class2({ + type: "nonoptional", + innerType: oldShape[key] + }); + } + } else { + for (const key in oldShape) { + shape[key] = new Class2({ + type: "nonoptional", + innerType: oldShape[key] + }); + } + } + assignProp(this, "shape", shape); + return shape; + } + }); + return clone(schema, def); +} +function aborted(x2, startIndex = 0) { + var _a5; + if (x2.aborted === true) + return true; + for (let i = startIndex; i < x2.issues.length; i++) { + if (((_a5 = x2.issues[i]) == null ? void 0 : _a5.continue) !== true) { + return true; + } + } + return false; +} +function prefixIssues(path27, issues) { + return issues.map((iss) => { + var _a6; + var _a5; + (_a6 = (_a5 = iss).path) != null ? _a6 : _a5.path = []; + iss.path.unshift(path27); + return iss; + }); +} +function unwrapMessage(message) { + return typeof message === "string" ? message : message == null ? void 0 : message.message; +} +function finalizeIssue(iss, ctx, config2) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3; + const full = { ...iss, path: (_a5 = iss.path) != null ? _a5 : [] }; + if (!iss.message) { + const message = (_k3 = (_j = (_h2 = (_f2 = unwrapMessage((_d = (_c2 = (_b3 = iss.inst) == null ? void 0 : _b3._zod.def) == null ? void 0 : _c2.error) == null ? void 0 : _d.call(_c2, iss))) != null ? _f2 : unwrapMessage((_e2 = ctx == null ? void 0 : ctx.error) == null ? void 0 : _e2.call(ctx, iss))) != null ? _h2 : unwrapMessage((_g = config2.customError) == null ? void 0 : _g.call(config2, iss))) != null ? _j : unwrapMessage((_i = config2.localeError) == null ? void 0 : _i.call(config2, iss))) != null ? _k3 : "Invalid input"; + full.message = message; + } + delete full.inst; + delete full.continue; + if (!(ctx == null ? void 0 : ctx.reportInput)) { + delete full.input; + } + return full; +} +function getSizableOrigin(input) { + if (input instanceof Set) + return "set"; + if (input instanceof Map) + return "map"; + if (input instanceof File) + return "file"; + return "unknown"; +} +function getLengthableOrigin(input) { + if (Array.isArray(input)) + return "array"; + if (typeof input === "string") + return "string"; + return "unknown"; +} +function parsedType(data) { + const t11 = typeof data; + switch (t11) { + case "number": { + return Number.isNaN(data) ? "nan" : "number"; + } + case "object": { + if (data === null) { + return "null"; + } + if (Array.isArray(data)) { + return "array"; + } + const obj = data; + if (obj && Object.getPrototypeOf(obj) !== Object.prototype && "constructor" in obj && obj.constructor) { + return obj.constructor.name; + } + } + } + return t11; +} +function issue(...args) { + const [iss, input, inst] = args; + if (typeof iss === "string") { + return { + message: iss, + code: "custom", + input, + inst + }; + } + return { ...iss }; +} +function cleanEnum(obj) { + return Object.entries(obj).filter(([k2, _2]) => { + return Number.isNaN(Number.parseInt(k2, 10)); + }).map((el2) => el2[1]); +} +function base64ToUint8Array(base643) { + const binaryString = atob(base643); + const bytes = new Uint8Array(binaryString.length); + for (let i = 0; i < binaryString.length; i++) { + bytes[i] = binaryString.charCodeAt(i); + } + return bytes; +} +function uint8ArrayToBase64(bytes) { + let binaryString = ""; + for (let i = 0; i < bytes.length; i++) { + binaryString += String.fromCharCode(bytes[i]); + } + return btoa(binaryString); +} +function base64urlToUint8Array(base64url3) { + const base643 = base64url3.replace(/-/g, "+").replace(/_/g, "/"); + const padding = "=".repeat((4 - base643.length % 4) % 4); + return base64ToUint8Array(base643 + padding); +} +function uint8ArrayToBase64url(bytes) { + return uint8ArrayToBase64(bytes).replace(/\+/g, "-").replace(/\//g, "_").replace(/=/g, ""); +} +function hexToUint8Array(hex3) { + const cleanHex = hex3.replace(/^0x/, ""); + if (cleanHex.length % 2 !== 0) { + throw new Error("Invalid hex string length"); + } + const bytes = new Uint8Array(cleanHex.length / 2); + for (let i = 0; i < cleanHex.length; i += 2) { + bytes[i / 2] = Number.parseInt(cleanHex.slice(i, i + 2), 16); + } + return bytes; +} +function uint8ArrayToHex(bytes) { + return Array.from(bytes).map((b2) => b2.toString(16).padStart(2, "0")).join(""); +} +var EVALUATING, captureStackTrace, allowsEval, getParsedType2, propertyKeyTypes, primitiveTypes, NUMBER_FORMAT_RANGES, BIGINT_FORMAT_RANGES, Class; +var init_util = __esm({ + "node_modules/zod/v4/core/util.js"() { + EVALUATING = /* @__PURE__ */ Symbol("evaluating"); + captureStackTrace = "captureStackTrace" in Error ? Error.captureStackTrace : (..._args) => { + }; + allowsEval = cached(() => { + var _a5; + if (typeof navigator !== "undefined" && ((_a5 = navigator == null ? void 0 : navigator.userAgent) == null ? void 0 : _a5.includes("Cloudflare"))) { + return false; + } + try { + const F4 = Function; + new F4(""); + return true; + } catch (_2) { + return false; + } + }); + getParsedType2 = (data) => { + const t11 = typeof data; + switch (t11) { + case "undefined": + return "undefined"; + case "string": + return "string"; + case "number": + return Number.isNaN(data) ? "nan" : "number"; + case "boolean": + return "boolean"; + case "function": + return "function"; + case "bigint": + return "bigint"; + case "symbol": + return "symbol"; + case "object": + if (Array.isArray(data)) { + return "array"; + } + if (data === null) { + return "null"; + } + if (data.then && typeof data.then === "function" && data.catch && typeof data.catch === "function") { + return "promise"; + } + if (typeof Map !== "undefined" && data instanceof Map) { + return "map"; + } + if (typeof Set !== "undefined" && data instanceof Set) { + return "set"; + } + if (typeof Date !== "undefined" && data instanceof Date) { + return "date"; + } + if (typeof File !== "undefined" && data instanceof File) { + return "file"; + } + return "object"; + default: + throw new Error(`Unknown data type: ${t11}`); + } + }; + propertyKeyTypes = /* @__PURE__ */ new Set(["string", "number", "symbol"]); + primitiveTypes = /* @__PURE__ */ new Set(["string", "number", "bigint", "boolean", "symbol", "undefined"]); + NUMBER_FORMAT_RANGES = { + safeint: [Number.MIN_SAFE_INTEGER, Number.MAX_SAFE_INTEGER], + int32: [-2147483648, 2147483647], + uint32: [0, 4294967295], + float32: [-34028234663852886e22, 34028234663852886e22], + float64: [-Number.MAX_VALUE, Number.MAX_VALUE] + }; + BIGINT_FORMAT_RANGES = { + int64: [/* @__PURE__ */ BigInt("-9223372036854775808"), /* @__PURE__ */ BigInt("9223372036854775807")], + uint64: [/* @__PURE__ */ BigInt(0), /* @__PURE__ */ BigInt("18446744073709551615")] + }; + Class = class { + constructor(..._args) { + } + }; + } +}); + +// node_modules/zod/v4/core/errors.js +function flattenError(error48, mapper = (issue2) => issue2.message) { + const fieldErrors = {}; + const formErrors = []; + for (const sub of error48.issues) { + if (sub.path.length > 0) { + fieldErrors[sub.path[0]] = fieldErrors[sub.path[0]] || []; + fieldErrors[sub.path[0]].push(mapper(sub)); + } else { + formErrors.push(mapper(sub)); + } + } + return { formErrors, fieldErrors }; +} +function formatError(error48, mapper = (issue2) => issue2.message) { + const fieldErrors = { _errors: [] }; + const processError = (error49) => { + for (const issue2 of error49.issues) { + if (issue2.code === "invalid_union" && issue2.errors.length) { + issue2.errors.map((issues) => processError({ issues })); + } else if (issue2.code === "invalid_key") { + processError({ issues: issue2.issues }); + } else if (issue2.code === "invalid_element") { + processError({ issues: issue2.issues }); + } else if (issue2.path.length === 0) { + fieldErrors._errors.push(mapper(issue2)); + } else { + let curr = fieldErrors; + let i = 0; + while (i < issue2.path.length) { + const el2 = issue2.path[i]; + const terminal = i === issue2.path.length - 1; + if (!terminal) { + curr[el2] = curr[el2] || { _errors: [] }; + } else { + curr[el2] = curr[el2] || { _errors: [] }; + curr[el2]._errors.push(mapper(issue2)); + } + curr = curr[el2]; + i++; + } + } + } + }; + processError(error48); + return fieldErrors; +} +function treeifyError(error48, mapper = (issue2) => issue2.message) { + const result = { errors: [] }; + const processError = (error49, path27 = []) => { + var _a6, _b4, _c2, _d; + var _a5, _b3; + for (const issue2 of error49.issues) { + if (issue2.code === "invalid_union" && issue2.errors.length) { + issue2.errors.map((issues) => processError({ issues }, issue2.path)); + } else if (issue2.code === "invalid_key") { + processError({ issues: issue2.issues }, issue2.path); + } else if (issue2.code === "invalid_element") { + processError({ issues: issue2.issues }, issue2.path); + } else { + const fullpath = [...path27, ...issue2.path]; + if (fullpath.length === 0) { + result.errors.push(mapper(issue2)); + continue; + } + let curr = result; + let i = 0; + while (i < fullpath.length) { + const el2 = fullpath[i]; + const terminal = i === fullpath.length - 1; + if (typeof el2 === "string") { + (_a6 = curr.properties) != null ? _a6 : curr.properties = {}; + (_b4 = (_a5 = curr.properties)[el2]) != null ? _b4 : _a5[el2] = { errors: [] }; + curr = curr.properties[el2]; + } else { + (_c2 = curr.items) != null ? _c2 : curr.items = []; + (_d = (_b3 = curr.items)[el2]) != null ? _d : _b3[el2] = { errors: [] }; + curr = curr.items[el2]; + } + if (terminal) { + curr.errors.push(mapper(issue2)); + } + i++; + } + } + } + }; + processError(error48); + return result; +} +function toDotPath(_path) { + const segs = []; + const path27 = _path.map((seg) => typeof seg === "object" ? seg.key : seg); + for (const seg of path27) { + if (typeof seg === "number") + segs.push(`[${seg}]`); + else if (typeof seg === "symbol") + segs.push(`[${JSON.stringify(String(seg))}]`); + else if (/[^\w$]/.test(seg)) + segs.push(`[${JSON.stringify(seg)}]`); + else { + if (segs.length) + segs.push("."); + segs.push(seg); + } + } + return segs.join(""); +} +function prettifyError(error48) { + var _a5; + const lines = []; + const issues = [...error48.issues].sort((a, b2) => { + var _a6, _b3; + return ((_a6 = a.path) != null ? _a6 : []).length - ((_b3 = b2.path) != null ? _b3 : []).length; + }); + for (const issue2 of issues) { + lines.push(`\u2716 ${issue2.message}`); + if ((_a5 = issue2.path) == null ? void 0 : _a5.length) + lines.push(` \u2192 at ${toDotPath(issue2.path)}`); + } + return lines.join("\n"); +} +var initializer, $ZodError, $ZodRealError; +var init_errors = __esm({ + "node_modules/zod/v4/core/errors.js"() { + init_core(); + init_util(); + initializer = (inst, def) => { + inst.name = "$ZodError"; + Object.defineProperty(inst, "_zod", { + value: inst._zod, + enumerable: false + }); + Object.defineProperty(inst, "issues", { + value: def, + enumerable: false + }); + inst.message = JSON.stringify(def, jsonStringifyReplacer, 2); + Object.defineProperty(inst, "toString", { + value: () => inst.message, + enumerable: false + }); + }; + $ZodError = $constructor("$ZodError", initializer); + $ZodRealError = $constructor("$ZodError", initializer, { Parent: Error }); + } +}); + +// node_modules/zod/v4/core/parse.js +var _parse, parse, _parseAsync, parseAsync, _safeParse, safeParse, _safeParseAsync, safeParseAsync, _encode, encode, _decode, decode, _encodeAsync, encodeAsync, _decodeAsync, decodeAsync, _safeEncode, safeEncode, _safeDecode, safeDecode, _safeEncodeAsync, safeEncodeAsync, _safeDecodeAsync, safeDecodeAsync; +var init_parse = __esm({ + "node_modules/zod/v4/core/parse.js"() { + init_core(); + init_errors(); + init_util(); + _parse = (_Err) => (schema, value, _ctx, _params) => { + var _a5; + const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false }; + const result = schema._zod.run({ value, issues: [] }, ctx); + if (result instanceof Promise) { + throw new $ZodAsyncError(); + } + if (result.issues.length) { + const e2 = new ((_a5 = _params == null ? void 0 : _params.Err) != null ? _a5 : _Err)(result.issues.map((iss) => finalizeIssue(iss, ctx, config()))); + captureStackTrace(e2, _params == null ? void 0 : _params.callee); + throw e2; + } + return result.value; + }; + parse = /* @__PURE__ */ _parse($ZodRealError); + _parseAsync = (_Err) => async (schema, value, _ctx, params) => { + var _a5; + const ctx = _ctx ? Object.assign(_ctx, { async: true }) : { async: true }; + let result = schema._zod.run({ value, issues: [] }, ctx); + if (result instanceof Promise) + result = await result; + if (result.issues.length) { + const e2 = new ((_a5 = params == null ? void 0 : params.Err) != null ? _a5 : _Err)(result.issues.map((iss) => finalizeIssue(iss, ctx, config()))); + captureStackTrace(e2, params == null ? void 0 : params.callee); + throw e2; + } + return result.value; + }; + parseAsync = /* @__PURE__ */ _parseAsync($ZodRealError); + _safeParse = (_Err) => (schema, value, _ctx) => { + const ctx = _ctx ? { ..._ctx, async: false } : { async: false }; + const result = schema._zod.run({ value, issues: [] }, ctx); + if (result instanceof Promise) { + throw new $ZodAsyncError(); + } + return result.issues.length ? { + success: false, + error: new (_Err != null ? _Err : $ZodError)(result.issues.map((iss) => finalizeIssue(iss, ctx, config()))) + } : { success: true, data: result.value }; + }; + safeParse = /* @__PURE__ */ _safeParse($ZodRealError); + _safeParseAsync = (_Err) => async (schema, value, _ctx) => { + const ctx = _ctx ? Object.assign(_ctx, { async: true }) : { async: true }; + let result = schema._zod.run({ value, issues: [] }, ctx); + if (result instanceof Promise) + result = await result; + return result.issues.length ? { + success: false, + error: new _Err(result.issues.map((iss) => finalizeIssue(iss, ctx, config()))) + } : { success: true, data: result.value }; + }; + safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError); + _encode = (_Err) => (schema, value, _ctx) => { + const ctx = _ctx ? Object.assign(_ctx, { direction: "backward" }) : { direction: "backward" }; + return _parse(_Err)(schema, value, ctx); + }; + encode = /* @__PURE__ */ _encode($ZodRealError); + _decode = (_Err) => (schema, value, _ctx) => { + return _parse(_Err)(schema, value, _ctx); + }; + decode = /* @__PURE__ */ _decode($ZodRealError); + _encodeAsync = (_Err) => async (schema, value, _ctx) => { + const ctx = _ctx ? Object.assign(_ctx, { direction: "backward" }) : { direction: "backward" }; + return _parseAsync(_Err)(schema, value, ctx); + }; + encodeAsync = /* @__PURE__ */ _encodeAsync($ZodRealError); + _decodeAsync = (_Err) => async (schema, value, _ctx) => { + return _parseAsync(_Err)(schema, value, _ctx); + }; + decodeAsync = /* @__PURE__ */ _decodeAsync($ZodRealError); + _safeEncode = (_Err) => (schema, value, _ctx) => { + const ctx = _ctx ? Object.assign(_ctx, { direction: "backward" }) : { direction: "backward" }; + return _safeParse(_Err)(schema, value, ctx); + }; + safeEncode = /* @__PURE__ */ _safeEncode($ZodRealError); + _safeDecode = (_Err) => (schema, value, _ctx) => { + return _safeParse(_Err)(schema, value, _ctx); + }; + safeDecode = /* @__PURE__ */ _safeDecode($ZodRealError); + _safeEncodeAsync = (_Err) => async (schema, value, _ctx) => { + const ctx = _ctx ? Object.assign(_ctx, { direction: "backward" }) : { direction: "backward" }; + return _safeParseAsync(_Err)(schema, value, ctx); + }; + safeEncodeAsync = /* @__PURE__ */ _safeEncodeAsync($ZodRealError); + _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => { + return _safeParseAsync(_Err)(schema, value, _ctx); + }; + safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError); + } +}); + +// node_modules/zod/v4/core/regexes.js +var regexes_exports = {}; +__export(regexes_exports, { + base64: () => base64, + base64url: () => base64url, + bigint: () => bigint, + boolean: () => boolean, + browserEmail: () => browserEmail, + cidrv4: () => cidrv4, + cidrv6: () => cidrv6, + cuid: () => cuid, + cuid2: () => cuid2, + date: () => date, + datetime: () => datetime, + domain: () => domain, + duration: () => duration, + e164: () => e164, + email: () => email, + emoji: () => emoji, + extendedDuration: () => extendedDuration, + guid: () => guid, + hex: () => hex, + hostname: () => hostname2, + html5Email: () => html5Email, + idnEmail: () => idnEmail, + integer: () => integer, + ipv4: () => ipv4, + ipv6: () => ipv6, + ksuid: () => ksuid, + lowercase: () => lowercase, + mac: () => mac, + md5_base64: () => md5_base64, + md5_base64url: () => md5_base64url, + md5_hex: () => md5_hex, + nanoid: () => nanoid, + null: () => _null, + number: () => number, + rfc5322Email: () => rfc5322Email, + sha1_base64: () => sha1_base64, + sha1_base64url: () => sha1_base64url, + sha1_hex: () => sha1_hex, + sha256_base64: () => sha256_base64, + sha256_base64url: () => sha256_base64url, + sha256_hex: () => sha256_hex, + sha384_base64: () => sha384_base64, + sha384_base64url: () => sha384_base64url, + sha384_hex: () => sha384_hex, + sha512_base64: () => sha512_base64, + sha512_base64url: () => sha512_base64url, + sha512_hex: () => sha512_hex, + string: () => string, + time: () => time, + ulid: () => ulid, + undefined: () => _undefined, + unicodeEmail: () => unicodeEmail, + uppercase: () => uppercase, + uuid: () => uuid, + uuid4: () => uuid4, + uuid6: () => uuid6, + uuid7: () => uuid7, + xid: () => xid +}); +function emoji() { + return new RegExp(_emoji, "u"); +} +function timeSource(args) { + const hhmm = `(?:[01]\\d|2[0-3]):[0-5]\\d`; + const regex = typeof args.precision === "number" ? args.precision === -1 ? `${hhmm}` : args.precision === 0 ? `${hhmm}:[0-5]\\d` : `${hhmm}:[0-5]\\d\\.\\d{${args.precision}}` : `${hhmm}(?::[0-5]\\d(?:\\.\\d+)?)?`; + return regex; +} +function time(args) { + return new RegExp(`^${timeSource(args)}$`); +} +function datetime(args) { + const time4 = timeSource({ precision: args.precision }); + const opts = ["Z"]; + if (args.local) + opts.push(""); + if (args.offset) + opts.push(`([+-](?:[01]\\d|2[0-3]):[0-5]\\d)`); + const timeRegex2 = `${time4}(?:${opts.join("|")})`; + return new RegExp(`^${dateSource}T(?:${timeRegex2})$`); +} +function fixedBase64(bodyLength, padding) { + return new RegExp(`^[A-Za-z0-9+/]{${bodyLength}}${padding}$`); +} +function fixedBase64url(length) { + return new RegExp(`^[A-Za-z0-9_-]{${length}}$`); +} +var cuid, cuid2, ulid, xid, ksuid, nanoid, duration, extendedDuration, guid, uuid, uuid4, uuid6, uuid7, email, html5Email, rfc5322Email, unicodeEmail, idnEmail, browserEmail, _emoji, ipv4, ipv6, mac, cidrv4, cidrv6, base64, base64url, hostname2, domain, e164, dateSource, date, string, bigint, integer, number, boolean, _null, _undefined, lowercase, uppercase, hex, md5_hex, md5_base64, md5_base64url, sha1_hex, sha1_base64, sha1_base64url, sha256_hex, sha256_base64, sha256_base64url, sha384_hex, sha384_base64, sha384_base64url, sha512_hex, sha512_base64, sha512_base64url; +var init_regexes = __esm({ + "node_modules/zod/v4/core/regexes.js"() { + init_util(); + cuid = /^[cC][^\s-]{8,}$/; + cuid2 = /^[0-9a-z]+$/; + ulid = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/; + xid = /^[0-9a-vA-V]{20}$/; + ksuid = /^[A-Za-z0-9]{27}$/; + nanoid = /^[a-zA-Z0-9_-]{21}$/; + duration = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/; + extendedDuration = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/; + guid = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/; + uuid = (version2) => { + if (!version2) + return /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/; + return new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${version2}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`); + }; + uuid4 = /* @__PURE__ */ uuid(4); + uuid6 = /* @__PURE__ */ uuid(6); + uuid7 = /* @__PURE__ */ uuid(7); + email = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/; + html5Email = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/; + rfc5322Email = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; + unicodeEmail = /^[^\s@"]{1,64}@[^\s@]{1,255}$/u; + idnEmail = unicodeEmail; + browserEmail = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/; + _emoji = `^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`; + ipv4 = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/; + ipv6 = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/; + mac = (delimiter) => { + const escapedDelim = escapeRegex(delimiter != null ? delimiter : ":"); + return new RegExp(`^(?:[0-9A-F]{2}${escapedDelim}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${escapedDelim}){5}[0-9a-f]{2}$`); + }; + cidrv4 = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/; + cidrv6 = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/; + base64 = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/; + base64url = /^[A-Za-z0-9_-]*$/; + hostname2 = /^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/; + domain = /^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/; + e164 = /^\+[1-9]\d{6,14}$/; + dateSource = `(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))`; + date = /* @__PURE__ */ new RegExp(`^${dateSource}$`); + string = (params) => { + var _a5, _b3; + const regex = params ? `[\\s\\S]{${(_a5 = params == null ? void 0 : params.minimum) != null ? _a5 : 0},${(_b3 = params == null ? void 0 : params.maximum) != null ? _b3 : ""}}` : `[\\s\\S]*`; + return new RegExp(`^${regex}$`); + }; + bigint = /^-?\d+n?$/; + integer = /^-?\d+$/; + number = /^-?\d+(?:\.\d+)?$/; + boolean = /^(?:true|false)$/i; + _null = /^null$/i; + _undefined = /^undefined$/i; + lowercase = /^[^A-Z]*$/; + uppercase = /^[^a-z]*$/; + hex = /^[0-9a-fA-F]*$/; + md5_hex = /^[0-9a-fA-F]{32}$/; + md5_base64 = /* @__PURE__ */ fixedBase64(22, "=="); + md5_base64url = /* @__PURE__ */ fixedBase64url(22); + sha1_hex = /^[0-9a-fA-F]{40}$/; + sha1_base64 = /* @__PURE__ */ fixedBase64(27, "="); + sha1_base64url = /* @__PURE__ */ fixedBase64url(27); + sha256_hex = /^[0-9a-fA-F]{64}$/; + sha256_base64 = /* @__PURE__ */ fixedBase64(43, "="); + sha256_base64url = /* @__PURE__ */ fixedBase64url(43); + sha384_hex = /^[0-9a-fA-F]{96}$/; + sha384_base64 = /* @__PURE__ */ fixedBase64(64, ""); + sha384_base64url = /* @__PURE__ */ fixedBase64url(64); + sha512_hex = /^[0-9a-fA-F]{128}$/; + sha512_base64 = /* @__PURE__ */ fixedBase64(86, "=="); + sha512_base64url = /* @__PURE__ */ fixedBase64url(86); + } +}); + +// node_modules/zod/v4/core/checks.js +function handleCheckPropertyResult(result, payload, property) { + if (result.issues.length) { + payload.issues.push(...prefixIssues(property, result.issues)); + } +} +var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckBigIntFormat, $ZodCheckMaxSize, $ZodCheckMinSize, $ZodCheckSizeEquals, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckProperty, $ZodCheckMimeType, $ZodCheckOverwrite; +var init_checks = __esm({ + "node_modules/zod/v4/core/checks.js"() { + init_core(); + init_regexes(); + init_util(); + $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => { + var _a6, _b3; + var _a5; + (_a6 = inst._zod) != null ? _a6 : inst._zod = {}; + inst._zod.def = def; + (_b3 = (_a5 = inst._zod).onattach) != null ? _b3 : _a5.onattach = []; + }); + numericOriginMap = { + number: "number", + bigint: "bigint", + object: "date" + }; + $ZodCheckLessThan = /* @__PURE__ */ $constructor("$ZodCheckLessThan", (inst, def) => { + $ZodCheck.init(inst, def); + const origin = numericOriginMap[typeof def.value]; + inst._zod.onattach.push((inst2) => { + var _a5; + const bag = inst2._zod.bag; + const curr = (_a5 = def.inclusive ? bag.maximum : bag.exclusiveMaximum) != null ? _a5 : Number.POSITIVE_INFINITY; + if (def.value < curr) { + if (def.inclusive) + bag.maximum = def.value; + else + bag.exclusiveMaximum = def.value; + } + }); + inst._zod.check = (payload) => { + if (def.inclusive ? payload.value <= def.value : payload.value < def.value) { + return; + } + payload.issues.push({ + origin, + code: "too_big", + maximum: typeof def.value === "object" ? def.value.getTime() : def.value, + input: payload.value, + inclusive: def.inclusive, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckGreaterThan = /* @__PURE__ */ $constructor("$ZodCheckGreaterThan", (inst, def) => { + $ZodCheck.init(inst, def); + const origin = numericOriginMap[typeof def.value]; + inst._zod.onattach.push((inst2) => { + var _a5; + const bag = inst2._zod.bag; + const curr = (_a5 = def.inclusive ? bag.minimum : bag.exclusiveMinimum) != null ? _a5 : Number.NEGATIVE_INFINITY; + if (def.value > curr) { + if (def.inclusive) + bag.minimum = def.value; + else + bag.exclusiveMinimum = def.value; + } + }); + inst._zod.check = (payload) => { + if (def.inclusive ? payload.value >= def.value : payload.value > def.value) { + return; + } + payload.issues.push({ + origin, + code: "too_small", + minimum: typeof def.value === "object" ? def.value.getTime() : def.value, + input: payload.value, + inclusive: def.inclusive, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckMultipleOf = /* @__PURE__ */ $constructor("$ZodCheckMultipleOf", (inst, def) => { + $ZodCheck.init(inst, def); + inst._zod.onattach.push((inst2) => { + var _a6; + var _a5; + (_a6 = (_a5 = inst2._zod.bag).multipleOf) != null ? _a6 : _a5.multipleOf = def.value; + }); + inst._zod.check = (payload) => { + if (typeof payload.value !== typeof def.value) + throw new Error("Cannot mix number and bigint in multiple_of check."); + const isMultiple = typeof payload.value === "bigint" ? payload.value % def.value === BigInt(0) : floatSafeRemainder2(payload.value, def.value) === 0; + if (isMultiple) + return; + payload.issues.push({ + origin: typeof payload.value, + code: "not_multiple_of", + divisor: def.value, + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckNumberFormat = /* @__PURE__ */ $constructor("$ZodCheckNumberFormat", (inst, def) => { + var _a5; + $ZodCheck.init(inst, def); + def.format = def.format || "float64"; + const isInt = (_a5 = def.format) == null ? void 0 : _a5.includes("int"); + const origin = isInt ? "int" : "number"; + const [minimum, maximum] = NUMBER_FORMAT_RANGES[def.format]; + inst._zod.onattach.push((inst2) => { + const bag = inst2._zod.bag; + bag.format = def.format; + bag.minimum = minimum; + bag.maximum = maximum; + if (isInt) + bag.pattern = integer; + }); + inst._zod.check = (payload) => { + const input = payload.value; + if (isInt) { + if (!Number.isInteger(input)) { + payload.issues.push({ + expected: origin, + format: def.format, + code: "invalid_type", + continue: false, + input, + inst + }); + return; + } + if (!Number.isSafeInteger(input)) { + if (input > 0) { + payload.issues.push({ + input, + code: "too_big", + maximum: Number.MAX_SAFE_INTEGER, + note: "Integers must be within the safe integer range.", + inst, + origin, + inclusive: true, + continue: !def.abort + }); + } else { + payload.issues.push({ + input, + code: "too_small", + minimum: Number.MIN_SAFE_INTEGER, + note: "Integers must be within the safe integer range.", + inst, + origin, + inclusive: true, + continue: !def.abort + }); + } + return; + } + } + if (input < minimum) { + payload.issues.push({ + origin: "number", + input, + code: "too_small", + minimum, + inclusive: true, + inst, + continue: !def.abort + }); + } + if (input > maximum) { + payload.issues.push({ + origin: "number", + input, + code: "too_big", + maximum, + inclusive: true, + inst, + continue: !def.abort + }); + } + }; + }); + $ZodCheckBigIntFormat = /* @__PURE__ */ $constructor("$ZodCheckBigIntFormat", (inst, def) => { + $ZodCheck.init(inst, def); + const [minimum, maximum] = BIGINT_FORMAT_RANGES[def.format]; + inst._zod.onattach.push((inst2) => { + const bag = inst2._zod.bag; + bag.format = def.format; + bag.minimum = minimum; + bag.maximum = maximum; + }); + inst._zod.check = (payload) => { + const input = payload.value; + if (input < minimum) { + payload.issues.push({ + origin: "bigint", + input, + code: "too_small", + minimum, + inclusive: true, + inst, + continue: !def.abort + }); + } + if (input > maximum) { + payload.issues.push({ + origin: "bigint", + input, + code: "too_big", + maximum, + inclusive: true, + inst, + continue: !def.abort + }); + } + }; + }); + $ZodCheckMaxSize = /* @__PURE__ */ $constructor("$ZodCheckMaxSize", (inst, def) => { + var _a6; + var _a5; + $ZodCheck.init(inst, def); + (_a6 = (_a5 = inst._zod.def).when) != null ? _a6 : _a5.when = (payload) => { + const val = payload.value; + return !nullish(val) && val.size !== void 0; + }; + inst._zod.onattach.push((inst2) => { + var _a7; + const curr = (_a7 = inst2._zod.bag.maximum) != null ? _a7 : Number.POSITIVE_INFINITY; + if (def.maximum < curr) + inst2._zod.bag.maximum = def.maximum; + }); + inst._zod.check = (payload) => { + const input = payload.value; + const size = input.size; + if (size <= def.maximum) + return; + payload.issues.push({ + origin: getSizableOrigin(input), + code: "too_big", + maximum: def.maximum, + inclusive: true, + input, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckMinSize = /* @__PURE__ */ $constructor("$ZodCheckMinSize", (inst, def) => { + var _a6; + var _a5; + $ZodCheck.init(inst, def); + (_a6 = (_a5 = inst._zod.def).when) != null ? _a6 : _a5.when = (payload) => { + const val = payload.value; + return !nullish(val) && val.size !== void 0; + }; + inst._zod.onattach.push((inst2) => { + var _a7; + const curr = (_a7 = inst2._zod.bag.minimum) != null ? _a7 : Number.NEGATIVE_INFINITY; + if (def.minimum > curr) + inst2._zod.bag.minimum = def.minimum; + }); + inst._zod.check = (payload) => { + const input = payload.value; + const size = input.size; + if (size >= def.minimum) + return; + payload.issues.push({ + origin: getSizableOrigin(input), + code: "too_small", + minimum: def.minimum, + inclusive: true, + input, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckSizeEquals = /* @__PURE__ */ $constructor("$ZodCheckSizeEquals", (inst, def) => { + var _a6; + var _a5; + $ZodCheck.init(inst, def); + (_a6 = (_a5 = inst._zod.def).when) != null ? _a6 : _a5.when = (payload) => { + const val = payload.value; + return !nullish(val) && val.size !== void 0; + }; + inst._zod.onattach.push((inst2) => { + const bag = inst2._zod.bag; + bag.minimum = def.size; + bag.maximum = def.size; + bag.size = def.size; + }); + inst._zod.check = (payload) => { + const input = payload.value; + const size = input.size; + if (size === def.size) + return; + const tooBig = size > def.size; + payload.issues.push({ + origin: getSizableOrigin(input), + ...tooBig ? { code: "too_big", maximum: def.size } : { code: "too_small", minimum: def.size }, + inclusive: true, + exact: true, + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckMaxLength = /* @__PURE__ */ $constructor("$ZodCheckMaxLength", (inst, def) => { + var _a6; + var _a5; + $ZodCheck.init(inst, def); + (_a6 = (_a5 = inst._zod.def).when) != null ? _a6 : _a5.when = (payload) => { + const val = payload.value; + return !nullish(val) && val.length !== void 0; + }; + inst._zod.onattach.push((inst2) => { + var _a7; + const curr = (_a7 = inst2._zod.bag.maximum) != null ? _a7 : Number.POSITIVE_INFINITY; + if (def.maximum < curr) + inst2._zod.bag.maximum = def.maximum; + }); + inst._zod.check = (payload) => { + const input = payload.value; + const length = input.length; + if (length <= def.maximum) + return; + const origin = getLengthableOrigin(input); + payload.issues.push({ + origin, + code: "too_big", + maximum: def.maximum, + inclusive: true, + input, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckMinLength = /* @__PURE__ */ $constructor("$ZodCheckMinLength", (inst, def) => { + var _a6; + var _a5; + $ZodCheck.init(inst, def); + (_a6 = (_a5 = inst._zod.def).when) != null ? _a6 : _a5.when = (payload) => { + const val = payload.value; + return !nullish(val) && val.length !== void 0; + }; + inst._zod.onattach.push((inst2) => { + var _a7; + const curr = (_a7 = inst2._zod.bag.minimum) != null ? _a7 : Number.NEGATIVE_INFINITY; + if (def.minimum > curr) + inst2._zod.bag.minimum = def.minimum; + }); + inst._zod.check = (payload) => { + const input = payload.value; + const length = input.length; + if (length >= def.minimum) + return; + const origin = getLengthableOrigin(input); + payload.issues.push({ + origin, + code: "too_small", + minimum: def.minimum, + inclusive: true, + input, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckLengthEquals = /* @__PURE__ */ $constructor("$ZodCheckLengthEquals", (inst, def) => { + var _a6; + var _a5; + $ZodCheck.init(inst, def); + (_a6 = (_a5 = inst._zod.def).when) != null ? _a6 : _a5.when = (payload) => { + const val = payload.value; + return !nullish(val) && val.length !== void 0; + }; + inst._zod.onattach.push((inst2) => { + const bag = inst2._zod.bag; + bag.minimum = def.length; + bag.maximum = def.length; + bag.length = def.length; + }); + inst._zod.check = (payload) => { + const input = payload.value; + const length = input.length; + if (length === def.length) + return; + const origin = getLengthableOrigin(input); + const tooBig = length > def.length; + payload.issues.push({ + origin, + ...tooBig ? { code: "too_big", maximum: def.length } : { code: "too_small", minimum: def.length }, + inclusive: true, + exact: true, + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckStringFormat = /* @__PURE__ */ $constructor("$ZodCheckStringFormat", (inst, def) => { + var _a6, _b4; + var _a5, _b3; + $ZodCheck.init(inst, def); + inst._zod.onattach.push((inst2) => { + var _a7; + const bag = inst2._zod.bag; + bag.format = def.format; + if (def.pattern) { + (_a7 = bag.patterns) != null ? _a7 : bag.patterns = /* @__PURE__ */ new Set(); + bag.patterns.add(def.pattern); + } + }); + if (def.pattern) + (_a6 = (_a5 = inst._zod).check) != null ? _a6 : _a5.check = (payload) => { + def.pattern.lastIndex = 0; + if (def.pattern.test(payload.value)) + return; + payload.issues.push({ + origin: "string", + code: "invalid_format", + format: def.format, + input: payload.value, + ...def.pattern ? { pattern: def.pattern.toString() } : {}, + inst, + continue: !def.abort + }); + }; + else + (_b4 = (_b3 = inst._zod).check) != null ? _b4 : _b3.check = () => { + }; + }); + $ZodCheckRegex = /* @__PURE__ */ $constructor("$ZodCheckRegex", (inst, def) => { + $ZodCheckStringFormat.init(inst, def); + inst._zod.check = (payload) => { + def.pattern.lastIndex = 0; + if (def.pattern.test(payload.value)) + return; + payload.issues.push({ + origin: "string", + code: "invalid_format", + format: "regex", + input: payload.value, + pattern: def.pattern.toString(), + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckLowerCase = /* @__PURE__ */ $constructor("$ZodCheckLowerCase", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = lowercase; + $ZodCheckStringFormat.init(inst, def); + }); + $ZodCheckUpperCase = /* @__PURE__ */ $constructor("$ZodCheckUpperCase", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = uppercase; + $ZodCheckStringFormat.init(inst, def); + }); + $ZodCheckIncludes = /* @__PURE__ */ $constructor("$ZodCheckIncludes", (inst, def) => { + $ZodCheck.init(inst, def); + const escapedRegex = escapeRegex(def.includes); + const pattern = new RegExp(typeof def.position === "number" ? `^.{${def.position}}${escapedRegex}` : escapedRegex); + def.pattern = pattern; + inst._zod.onattach.push((inst2) => { + var _a5; + const bag = inst2._zod.bag; + (_a5 = bag.patterns) != null ? _a5 : bag.patterns = /* @__PURE__ */ new Set(); + bag.patterns.add(pattern); + }); + inst._zod.check = (payload) => { + if (payload.value.includes(def.includes, def.position)) + return; + payload.issues.push({ + origin: "string", + code: "invalid_format", + format: "includes", + includes: def.includes, + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckStartsWith = /* @__PURE__ */ $constructor("$ZodCheckStartsWith", (inst, def) => { + var _a5; + $ZodCheck.init(inst, def); + const pattern = new RegExp(`^${escapeRegex(def.prefix)}.*`); + (_a5 = def.pattern) != null ? _a5 : def.pattern = pattern; + inst._zod.onattach.push((inst2) => { + var _a6; + const bag = inst2._zod.bag; + (_a6 = bag.patterns) != null ? _a6 : bag.patterns = /* @__PURE__ */ new Set(); + bag.patterns.add(pattern); + }); + inst._zod.check = (payload) => { + if (payload.value.startsWith(def.prefix)) + return; + payload.issues.push({ + origin: "string", + code: "invalid_format", + format: "starts_with", + prefix: def.prefix, + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckEndsWith = /* @__PURE__ */ $constructor("$ZodCheckEndsWith", (inst, def) => { + var _a5; + $ZodCheck.init(inst, def); + const pattern = new RegExp(`.*${escapeRegex(def.suffix)}$`); + (_a5 = def.pattern) != null ? _a5 : def.pattern = pattern; + inst._zod.onattach.push((inst2) => { + var _a6; + const bag = inst2._zod.bag; + (_a6 = bag.patterns) != null ? _a6 : bag.patterns = /* @__PURE__ */ new Set(); + bag.patterns.add(pattern); + }); + inst._zod.check = (payload) => { + if (payload.value.endsWith(def.suffix)) + return; + payload.issues.push({ + origin: "string", + code: "invalid_format", + format: "ends_with", + suffix: def.suffix, + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckProperty = /* @__PURE__ */ $constructor("$ZodCheckProperty", (inst, def) => { + $ZodCheck.init(inst, def); + inst._zod.check = (payload) => { + const result = def.schema._zod.run({ + value: payload.value[def.property], + issues: [] + }, {}); + if (result instanceof Promise) { + return result.then((result2) => handleCheckPropertyResult(result2, payload, def.property)); + } + handleCheckPropertyResult(result, payload, def.property); + return; + }; + }); + $ZodCheckMimeType = /* @__PURE__ */ $constructor("$ZodCheckMimeType", (inst, def) => { + $ZodCheck.init(inst, def); + const mimeSet = new Set(def.mime); + inst._zod.onattach.push((inst2) => { + inst2._zod.bag.mime = def.mime; + }); + inst._zod.check = (payload) => { + if (mimeSet.has(payload.value.type)) + return; + payload.issues.push({ + code: "invalid_value", + values: def.mime, + input: payload.value.type, + inst, + continue: !def.abort + }); + }; + }); + $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (inst, def) => { + $ZodCheck.init(inst, def); + inst._zod.check = (payload) => { + payload.value = def.tx(payload.value); + }; + }); + } +}); + +// node_modules/zod/v4/core/doc.js +var Doc; +var init_doc = __esm({ + "node_modules/zod/v4/core/doc.js"() { + Doc = class { + constructor(args = []) { + this.content = []; + this.indent = 0; + if (this) + this.args = args; + } + indented(fn) { + this.indent += 1; + fn(this); + this.indent -= 1; + } + write(arg) { + if (typeof arg === "function") { + arg(this, { execution: "sync" }); + arg(this, { execution: "async" }); + return; + } + const content = arg; + const lines = content.split("\n").filter((x2) => x2); + const minIndent = Math.min(...lines.map((x2) => x2.length - x2.trimStart().length)); + const dedented = lines.map((x2) => x2.slice(minIndent)).map((x2) => " ".repeat(this.indent * 2) + x2); + for (const line of dedented) { + this.content.push(line); + } + } + compile() { + var _a5; + const F4 = Function; + const args = this == null ? void 0 : this.args; + const content = (_a5 = this == null ? void 0 : this.content) != null ? _a5 : [``]; + const lines = [...content.map((x2) => ` ${x2}`)]; + return new F4(...args, lines.join("\n")); + } + }; + } +}); + +// node_modules/zod/v4/core/versions.js +var version; +var init_versions = __esm({ + "node_modules/zod/v4/core/versions.js"() { + version = { + major: 4, + minor: 3, + patch: 6 + }; + } +}); + +// node_modules/zod/v4/core/schemas.js +function isValidBase64(data) { + if (data === "") + return true; + if (data.length % 4 !== 0) + return false; + try { + atob(data); + return true; + } catch (e2) { + return false; + } +} +function isValidBase64URL(data) { + if (!base64url.test(data)) + return false; + const base643 = data.replace(/[-_]/g, (c) => c === "-" ? "+" : "/"); + const padded = base643.padEnd(Math.ceil(base643.length / 4) * 4, "="); + return isValidBase64(padded); +} +function isValidJWT2(token, algorithm = null) { + try { + const tokensParts = token.split("."); + if (tokensParts.length !== 3) + return false; + const [header] = tokensParts; + if (!header) + return false; + const parsedHeader = JSON.parse(atob(header)); + if ("typ" in parsedHeader && (parsedHeader == null ? void 0 : parsedHeader.typ) !== "JWT") + return false; + if (!parsedHeader.alg) + return false; + if (algorithm && (!("alg" in parsedHeader) || parsedHeader.alg !== algorithm)) + return false; + return true; + } catch (e2) { + return false; + } +} +function handleArrayResult(result, final, index) { + if (result.issues.length) { + final.issues.push(...prefixIssues(index, result.issues)); + } + final.value[index] = result.value; +} +function handlePropertyResult(result, final, key, input, isOptionalOut) { + if (result.issues.length) { + if (isOptionalOut && !(key in input)) { + return; + } + final.issues.push(...prefixIssues(key, result.issues)); + } + if (result.value === void 0) { + if (key in input) { + final.value[key] = void 0; + } + } else { + final.value[key] = result.value; + } +} +function normalizeDef(def) { + var _a5, _b3, _c2, _d; + const keys = Object.keys(def.shape); + for (const k2 of keys) { + if (!((_d = (_c2 = (_b3 = (_a5 = def.shape) == null ? void 0 : _a5[k2]) == null ? void 0 : _b3._zod) == null ? void 0 : _c2.traits) == null ? void 0 : _d.has("$ZodType"))) { + throw new Error(`Invalid element at key "${k2}": expected a Zod schema`); + } + } + const okeys = optionalKeys(def.shape); + return { + ...def, + keys, + keySet: new Set(keys), + numKeys: keys.length, + optionalKeys: new Set(okeys) + }; +} +function handleCatchall(proms, input, payload, ctx, def, inst) { + const unrecognized = []; + const keySet = def.keySet; + const _catchall = def.catchall._zod; + const t11 = _catchall.def.type; + const isOptionalOut = _catchall.optout === "optional"; + for (const key in input) { + if (keySet.has(key)) + continue; + if (t11 === "never") { + unrecognized.push(key); + continue; + } + const r = _catchall.run({ value: input[key], issues: [] }, ctx); + if (r instanceof Promise) { + proms.push(r.then((r2) => handlePropertyResult(r2, payload, key, input, isOptionalOut))); + } else { + handlePropertyResult(r, payload, key, input, isOptionalOut); + } + } + if (unrecognized.length) { + payload.issues.push({ + code: "unrecognized_keys", + keys: unrecognized, + input, + inst + }); + } + if (!proms.length) + return payload; + return Promise.all(proms).then(() => { + return payload; + }); +} +function handleUnionResults(results, final, inst, ctx) { + for (const result of results) { + if (result.issues.length === 0) { + final.value = result.value; + return final; + } + } + const nonaborted = results.filter((r) => !aborted(r)); + if (nonaborted.length === 1) { + final.value = nonaborted[0].value; + return nonaborted[0]; + } + final.issues.push({ + code: "invalid_union", + input: final.value, + inst, + errors: results.map((result) => result.issues.map((iss) => finalizeIssue(iss, ctx, config()))) + }); + return final; +} +function handleExclusiveUnionResults(results, final, inst, ctx) { + const successes = results.filter((r) => r.issues.length === 0); + if (successes.length === 1) { + final.value = successes[0].value; + return final; + } + if (successes.length === 0) { + final.issues.push({ + code: "invalid_union", + input: final.value, + inst, + errors: results.map((result) => result.issues.map((iss) => finalizeIssue(iss, ctx, config()))) + }); + } else { + final.issues.push({ + code: "invalid_union", + input: final.value, + inst, + errors: [], + inclusive: false + }); + } + return final; +} +function mergeValues2(a, b2) { + if (a === b2) { + return { valid: true, data: a }; + } + if (a instanceof Date && b2 instanceof Date && +a === +b2) { + return { valid: true, data: a }; + } + if (isPlainObject2(a) && isPlainObject2(b2)) { + const bKeys = Object.keys(b2); + const sharedKeys = Object.keys(a).filter((key) => bKeys.indexOf(key) !== -1); + const newObj = { ...a, ...b2 }; + for (const key of sharedKeys) { + const sharedValue = mergeValues2(a[key], b2[key]); + if (!sharedValue.valid) { + return { + valid: false, + mergeErrorPath: [key, ...sharedValue.mergeErrorPath] + }; + } + newObj[key] = sharedValue.data; + } + return { valid: true, data: newObj }; + } + if (Array.isArray(a) && Array.isArray(b2)) { + if (a.length !== b2.length) { + return { valid: false, mergeErrorPath: [] }; + } + const newArray = []; + for (let index = 0; index < a.length; index++) { + const itemA = a[index]; + const itemB = b2[index]; + const sharedValue = mergeValues2(itemA, itemB); + if (!sharedValue.valid) { + return { + valid: false, + mergeErrorPath: [index, ...sharedValue.mergeErrorPath] + }; + } + newArray.push(sharedValue.data); + } + return { valid: true, data: newArray }; + } + return { valid: false, mergeErrorPath: [] }; +} +function handleIntersectionResults(result, left, right) { + const unrecKeys = /* @__PURE__ */ new Map(); + let unrecIssue; + for (const iss of left.issues) { + if (iss.code === "unrecognized_keys") { + unrecIssue != null ? unrecIssue : unrecIssue = iss; + for (const k2 of iss.keys) { + if (!unrecKeys.has(k2)) + unrecKeys.set(k2, {}); + unrecKeys.get(k2).l = true; + } + } else { + result.issues.push(iss); + } + } + for (const iss of right.issues) { + if (iss.code === "unrecognized_keys") { + for (const k2 of iss.keys) { + if (!unrecKeys.has(k2)) + unrecKeys.set(k2, {}); + unrecKeys.get(k2).r = true; + } + } else { + result.issues.push(iss); + } + } + const bothKeys = [...unrecKeys].filter(([, f9]) => f9.l && f9.r).map(([k2]) => k2); + if (bothKeys.length && unrecIssue) { + result.issues.push({ ...unrecIssue, keys: bothKeys }); + } + if (aborted(result)) + return result; + const merged = mergeValues2(left.value, right.value); + if (!merged.valid) { + throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(merged.mergeErrorPath)}`); + } + result.value = merged.data; + return result; +} +function handleTupleResult(result, final, index) { + if (result.issues.length) { + final.issues.push(...prefixIssues(index, result.issues)); + } + final.value[index] = result.value; +} +function handleMapResult(keyResult, valueResult, final, key, input, inst, ctx) { + if (keyResult.issues.length) { + if (propertyKeyTypes.has(typeof key)) { + final.issues.push(...prefixIssues(key, keyResult.issues)); + } else { + final.issues.push({ + code: "invalid_key", + origin: "map", + input, + inst, + issues: keyResult.issues.map((iss) => finalizeIssue(iss, ctx, config())) + }); + } + } + if (valueResult.issues.length) { + if (propertyKeyTypes.has(typeof key)) { + final.issues.push(...prefixIssues(key, valueResult.issues)); + } else { + final.issues.push({ + origin: "map", + code: "invalid_element", + input, + inst, + key, + issues: valueResult.issues.map((iss) => finalizeIssue(iss, ctx, config())) + }); + } + } + final.value.set(keyResult.value, valueResult.value); +} +function handleSetResult(result, final) { + if (result.issues.length) { + final.issues.push(...result.issues); + } + final.value.add(result.value); +} +function handleOptionalResult(result, input) { + if (result.issues.length && input === void 0) { + return { issues: [], value: void 0 }; + } + return result; +} +function handleDefaultResult(payload, def) { + if (payload.value === void 0) { + payload.value = def.defaultValue; + } + return payload; +} +function handleNonOptionalResult(payload, inst) { + if (!payload.issues.length && payload.value === void 0) { + payload.issues.push({ + code: "invalid_type", + expected: "nonoptional", + input: payload.value, + inst + }); + } + return payload; +} +function handlePipeResult(left, next, ctx) { + if (left.issues.length) { + left.aborted = true; + return left; + } + return next._zod.run({ value: left.value, issues: left.issues }, ctx); +} +function handleCodecAResult(result, def, ctx) { + if (result.issues.length) { + result.aborted = true; + return result; + } + const direction = ctx.direction || "forward"; + if (direction === "forward") { + const transformed = def.transform(result.value, result); + if (transformed instanceof Promise) { + return transformed.then((value) => handleCodecTxResult(result, value, def.out, ctx)); + } + return handleCodecTxResult(result, transformed, def.out, ctx); + } else { + const transformed = def.reverseTransform(result.value, result); + if (transformed instanceof Promise) { + return transformed.then((value) => handleCodecTxResult(result, value, def.in, ctx)); + } + return handleCodecTxResult(result, transformed, def.in, ctx); + } +} +function handleCodecTxResult(left, value, nextSchema, ctx) { + if (left.issues.length) { + left.aborted = true; + return left; + } + return nextSchema._zod.run({ value, issues: left.issues }, ctx); +} +function handleReadonlyResult(payload) { + payload.value = Object.freeze(payload.value); + return payload; +} +function handleRefineResult(result, payload, input, inst) { + var _a5; + if (!result) { + const _iss = { + code: "custom", + input, + inst, + // incorporates params.error into issue reporting + path: [...(_a5 = inst._zod.def.path) != null ? _a5 : []], + // incorporates params.error into issue reporting + continue: !inst._zod.def.abort + // params: inst._zod.def.params, + }; + if (inst._zod.def.params) + _iss.params = inst._zod.def.params; + payload.issues.push(issue(_iss)); + } +} +var $ZodType, $ZodString, $ZodStringFormat, $ZodGUID, $ZodUUID, $ZodEmail, $ZodURL, $ZodEmoji, $ZodNanoID, $ZodCUID, $ZodCUID2, $ZodULID, $ZodXID, $ZodKSUID, $ZodISODateTime, $ZodISODate, $ZodISOTime, $ZodISODuration, $ZodIPv4, $ZodIPv6, $ZodMAC, $ZodCIDRv4, $ZodCIDRv6, $ZodBase64, $ZodBase64URL, $ZodE164, $ZodJWT, $ZodCustomStringFormat, $ZodNumber, $ZodNumberFormat, $ZodBoolean, $ZodBigInt, $ZodBigIntFormat, $ZodSymbol, $ZodUndefined, $ZodNull, $ZodAny, $ZodUnknown, $ZodNever, $ZodVoid, $ZodDate, $ZodArray, $ZodObject, $ZodObjectJIT, $ZodUnion, $ZodXor, $ZodDiscriminatedUnion, $ZodIntersection, $ZodTuple, $ZodRecord, $ZodMap, $ZodSet, $ZodEnum, $ZodLiteral, $ZodFile, $ZodTransform, $ZodOptional, $ZodExactOptional, $ZodNullable, $ZodDefault, $ZodPrefault, $ZodNonOptional, $ZodSuccess, $ZodCatch, $ZodNaN, $ZodPipe, $ZodCodec, $ZodReadonly, $ZodTemplateLiteral, $ZodFunction, $ZodPromise, $ZodLazy, $ZodCustom; +var init_schemas = __esm({ + "node_modules/zod/v4/core/schemas.js"() { + init_checks(); + init_core(); + init_doc(); + init_parse(); + init_regexes(); + init_util(); + init_versions(); + init_util(); + $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => { + var _a6, _b3, _c2; + var _a5; + inst != null ? inst : inst = {}; + inst._zod.def = def; + inst._zod.bag = inst._zod.bag || {}; + inst._zod.version = version; + const checks = [...(_a6 = inst._zod.def.checks) != null ? _a6 : []]; + if (inst._zod.traits.has("$ZodCheck")) { + checks.unshift(inst); + } + for (const ch2 of checks) { + for (const fn of ch2._zod.onattach) { + fn(inst); + } + } + if (checks.length === 0) { + (_b3 = (_a5 = inst._zod).deferred) != null ? _b3 : _a5.deferred = []; + (_c2 = inst._zod.deferred) == null ? void 0 : _c2.push(() => { + inst._zod.run = inst._zod.parse; + }); + } else { + const runChecks = (payload, checks2, ctx) => { + let isAborted2 = aborted(payload); + let asyncResult; + for (const ch2 of checks2) { + if (ch2._zod.def.when) { + const shouldRun = ch2._zod.def.when(payload); + if (!shouldRun) + continue; + } else if (isAborted2) { + continue; + } + const currLen = payload.issues.length; + const _2 = ch2._zod.check(payload); + if (_2 instanceof Promise && (ctx == null ? void 0 : ctx.async) === false) { + throw new $ZodAsyncError(); + } + if (asyncResult || _2 instanceof Promise) { + asyncResult = (asyncResult != null ? asyncResult : Promise.resolve()).then(async () => { + await _2; + const nextLen = payload.issues.length; + if (nextLen === currLen) + return; + if (!isAborted2) + isAborted2 = aborted(payload, currLen); + }); + } else { + const nextLen = payload.issues.length; + if (nextLen === currLen) + continue; + if (!isAborted2) + isAborted2 = aborted(payload, currLen); + } + } + if (asyncResult) { + return asyncResult.then(() => { + return payload; + }); + } + return payload; + }; + const handleCanaryResult = (canary, payload, ctx) => { + if (aborted(canary)) { + canary.aborted = true; + return canary; + } + const checkResult = runChecks(payload, checks, ctx); + if (checkResult instanceof Promise) { + if (ctx.async === false) + throw new $ZodAsyncError(); + return checkResult.then((checkResult2) => inst._zod.parse(checkResult2, ctx)); + } + return inst._zod.parse(checkResult, ctx); + }; + inst._zod.run = (payload, ctx) => { + if (ctx.skipChecks) { + return inst._zod.parse(payload, ctx); + } + if (ctx.direction === "backward") { + const canary = inst._zod.parse({ value: payload.value, issues: [] }, { ...ctx, skipChecks: true }); + if (canary instanceof Promise) { + return canary.then((canary2) => { + return handleCanaryResult(canary2, payload, ctx); + }); + } + return handleCanaryResult(canary, payload, ctx); + } + const result = inst._zod.parse(payload, ctx); + if (result instanceof Promise) { + if (ctx.async === false) + throw new $ZodAsyncError(); + return result.then((result2) => runChecks(result2, checks, ctx)); + } + return runChecks(result, checks, ctx); + }; + } + defineLazy(inst, "~standard", () => ({ + validate: (value) => { + var _a7; + try { + const r = safeParse(inst, value); + return r.success ? { value: r.data } : { issues: (_a7 = r.error) == null ? void 0 : _a7.issues }; + } catch (_2) { + return safeParseAsync(inst, value).then((r) => { + var _a8; + return r.success ? { value: r.data } : { issues: (_a8 = r.error) == null ? void 0 : _a8.issues }; + }); + } + }, + vendor: "zod", + version: 1 + })); + }); + $ZodString = /* @__PURE__ */ $constructor("$ZodString", (inst, def) => { + var _a5, _b3, _c2; + $ZodType.init(inst, def); + inst._zod.pattern = (_c2 = [...(_b3 = (_a5 = inst == null ? void 0 : inst._zod.bag) == null ? void 0 : _a5.patterns) != null ? _b3 : []].pop()) != null ? _c2 : string(inst._zod.bag); + inst._zod.parse = (payload, _2) => { + if (def.coerce) + try { + payload.value = String(payload.value); + } catch (_6) { + } + if (typeof payload.value === "string") + return payload; + payload.issues.push({ + expected: "string", + code: "invalid_type", + input: payload.value, + inst + }); + return payload; + }; + }); + $ZodStringFormat = /* @__PURE__ */ $constructor("$ZodStringFormat", (inst, def) => { + $ZodCheckStringFormat.init(inst, def); + $ZodString.init(inst, def); + }); + $ZodGUID = /* @__PURE__ */ $constructor("$ZodGUID", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = guid; + $ZodStringFormat.init(inst, def); + }); + $ZodUUID = /* @__PURE__ */ $constructor("$ZodUUID", (inst, def) => { + var _a5, _b3; + if (def.version) { + const versionMap = { + v1: 1, + v2: 2, + v3: 3, + v4: 4, + v5: 5, + v6: 6, + v7: 7, + v8: 8 + }; + const v2 = versionMap[def.version]; + if (v2 === void 0) + throw new Error(`Invalid UUID version: "${def.version}"`); + (_a5 = def.pattern) != null ? _a5 : def.pattern = uuid(v2); + } else + (_b3 = def.pattern) != null ? _b3 : def.pattern = uuid(); + $ZodStringFormat.init(inst, def); + }); + $ZodEmail = /* @__PURE__ */ $constructor("$ZodEmail", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = email; + $ZodStringFormat.init(inst, def); + }); + $ZodURL = /* @__PURE__ */ $constructor("$ZodURL", (inst, def) => { + $ZodStringFormat.init(inst, def); + inst._zod.check = (payload) => { + try { + const trimmed = payload.value.trim(); + const url2 = new URL(trimmed); + if (def.hostname) { + def.hostname.lastIndex = 0; + if (!def.hostname.test(url2.hostname)) { + payload.issues.push({ + code: "invalid_format", + format: "url", + note: "Invalid hostname", + pattern: def.hostname.source, + input: payload.value, + inst, + continue: !def.abort + }); + } + } + if (def.protocol) { + def.protocol.lastIndex = 0; + if (!def.protocol.test(url2.protocol.endsWith(":") ? url2.protocol.slice(0, -1) : url2.protocol)) { + payload.issues.push({ + code: "invalid_format", + format: "url", + note: "Invalid protocol", + pattern: def.protocol.source, + input: payload.value, + inst, + continue: !def.abort + }); + } + } + if (def.normalize) { + payload.value = url2.href; + } else { + payload.value = trimmed; + } + return; + } catch (_2) { + payload.issues.push({ + code: "invalid_format", + format: "url", + input: payload.value, + inst, + continue: !def.abort + }); + } + }; + }); + $ZodEmoji = /* @__PURE__ */ $constructor("$ZodEmoji", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = emoji(); + $ZodStringFormat.init(inst, def); + }); + $ZodNanoID = /* @__PURE__ */ $constructor("$ZodNanoID", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = nanoid; + $ZodStringFormat.init(inst, def); + }); + $ZodCUID = /* @__PURE__ */ $constructor("$ZodCUID", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = cuid; + $ZodStringFormat.init(inst, def); + }); + $ZodCUID2 = /* @__PURE__ */ $constructor("$ZodCUID2", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = cuid2; + $ZodStringFormat.init(inst, def); + }); + $ZodULID = /* @__PURE__ */ $constructor("$ZodULID", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = ulid; + $ZodStringFormat.init(inst, def); + }); + $ZodXID = /* @__PURE__ */ $constructor("$ZodXID", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = xid; + $ZodStringFormat.init(inst, def); + }); + $ZodKSUID = /* @__PURE__ */ $constructor("$ZodKSUID", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = ksuid; + $ZodStringFormat.init(inst, def); + }); + $ZodISODateTime = /* @__PURE__ */ $constructor("$ZodISODateTime", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = datetime(def); + $ZodStringFormat.init(inst, def); + }); + $ZodISODate = /* @__PURE__ */ $constructor("$ZodISODate", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = date; + $ZodStringFormat.init(inst, def); + }); + $ZodISOTime = /* @__PURE__ */ $constructor("$ZodISOTime", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = time(def); + $ZodStringFormat.init(inst, def); + }); + $ZodISODuration = /* @__PURE__ */ $constructor("$ZodISODuration", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = duration; + $ZodStringFormat.init(inst, def); + }); + $ZodIPv4 = /* @__PURE__ */ $constructor("$ZodIPv4", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = ipv4; + $ZodStringFormat.init(inst, def); + inst._zod.bag.format = `ipv4`; + }); + $ZodIPv6 = /* @__PURE__ */ $constructor("$ZodIPv6", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = ipv6; + $ZodStringFormat.init(inst, def); + inst._zod.bag.format = `ipv6`; + inst._zod.check = (payload) => { + try { + new URL(`http://[${payload.value}]`); + } catch (e2) { + payload.issues.push({ + code: "invalid_format", + format: "ipv6", + input: payload.value, + inst, + continue: !def.abort + }); + } + }; + }); + $ZodMAC = /* @__PURE__ */ $constructor("$ZodMAC", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = mac(def.delimiter); + $ZodStringFormat.init(inst, def); + inst._zod.bag.format = `mac`; + }); + $ZodCIDRv4 = /* @__PURE__ */ $constructor("$ZodCIDRv4", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = cidrv4; + $ZodStringFormat.init(inst, def); + }); + $ZodCIDRv6 = /* @__PURE__ */ $constructor("$ZodCIDRv6", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = cidrv6; + $ZodStringFormat.init(inst, def); + inst._zod.check = (payload) => { + const parts = payload.value.split("/"); + try { + if (parts.length !== 2) + throw new Error(); + const [address, prefix] = parts; + if (!prefix) + throw new Error(); + const prefixNum = Number(prefix); + if (`${prefixNum}` !== prefix) + throw new Error(); + if (prefixNum < 0 || prefixNum > 128) + throw new Error(); + new URL(`http://[${address}]`); + } catch (e2) { + payload.issues.push({ + code: "invalid_format", + format: "cidrv6", + input: payload.value, + inst, + continue: !def.abort + }); + } + }; + }); + $ZodBase64 = /* @__PURE__ */ $constructor("$ZodBase64", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = base64; + $ZodStringFormat.init(inst, def); + inst._zod.bag.contentEncoding = "base64"; + inst._zod.check = (payload) => { + if (isValidBase64(payload.value)) + return; + payload.issues.push({ + code: "invalid_format", + format: "base64", + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodBase64URL = /* @__PURE__ */ $constructor("$ZodBase64URL", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = base64url; + $ZodStringFormat.init(inst, def); + inst._zod.bag.contentEncoding = "base64url"; + inst._zod.check = (payload) => { + if (isValidBase64URL(payload.value)) + return; + payload.issues.push({ + code: "invalid_format", + format: "base64url", + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodE164 = /* @__PURE__ */ $constructor("$ZodE164", (inst, def) => { + var _a5; + (_a5 = def.pattern) != null ? _a5 : def.pattern = e164; + $ZodStringFormat.init(inst, def); + }); + $ZodJWT = /* @__PURE__ */ $constructor("$ZodJWT", (inst, def) => { + $ZodStringFormat.init(inst, def); + inst._zod.check = (payload) => { + if (isValidJWT2(payload.value, def.alg)) + return; + payload.issues.push({ + code: "invalid_format", + format: "jwt", + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodCustomStringFormat = /* @__PURE__ */ $constructor("$ZodCustomStringFormat", (inst, def) => { + $ZodStringFormat.init(inst, def); + inst._zod.check = (payload) => { + if (def.fn(payload.value)) + return; + payload.issues.push({ + code: "invalid_format", + format: def.format, + input: payload.value, + inst, + continue: !def.abort + }); + }; + }); + $ZodNumber = /* @__PURE__ */ $constructor("$ZodNumber", (inst, def) => { + var _a5; + $ZodType.init(inst, def); + inst._zod.pattern = (_a5 = inst._zod.bag.pattern) != null ? _a5 : number; + inst._zod.parse = (payload, _ctx) => { + if (def.coerce) + try { + payload.value = Number(payload.value); + } catch (_2) { + } + const input = payload.value; + if (typeof input === "number" && !Number.isNaN(input) && Number.isFinite(input)) { + return payload; + } + const received = typeof input === "number" ? Number.isNaN(input) ? "NaN" : !Number.isFinite(input) ? "Infinity" : void 0 : void 0; + payload.issues.push({ + expected: "number", + code: "invalid_type", + input, + inst, + ...received ? { received } : {} + }); + return payload; + }; + }); + $ZodNumberFormat = /* @__PURE__ */ $constructor("$ZodNumberFormat", (inst, def) => { + $ZodCheckNumberFormat.init(inst, def); + $ZodNumber.init(inst, def); + }); + $ZodBoolean = /* @__PURE__ */ $constructor("$ZodBoolean", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.pattern = boolean; + inst._zod.parse = (payload, _ctx) => { + if (def.coerce) + try { + payload.value = Boolean(payload.value); + } catch (_2) { + } + const input = payload.value; + if (typeof input === "boolean") + return payload; + payload.issues.push({ + expected: "boolean", + code: "invalid_type", + input, + inst + }); + return payload; + }; + }); + $ZodBigInt = /* @__PURE__ */ $constructor("$ZodBigInt", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.pattern = bigint; + inst._zod.parse = (payload, _ctx) => { + if (def.coerce) + try { + payload.value = BigInt(payload.value); + } catch (_2) { + } + if (typeof payload.value === "bigint") + return payload; + payload.issues.push({ + expected: "bigint", + code: "invalid_type", + input: payload.value, + inst + }); + return payload; + }; + }); + $ZodBigIntFormat = /* @__PURE__ */ $constructor("$ZodBigIntFormat", (inst, def) => { + $ZodCheckBigIntFormat.init(inst, def); + $ZodBigInt.init(inst, def); + }); + $ZodSymbol = /* @__PURE__ */ $constructor("$ZodSymbol", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, _ctx) => { + const input = payload.value; + if (typeof input === "symbol") + return payload; + payload.issues.push({ + expected: "symbol", + code: "invalid_type", + input, + inst + }); + return payload; + }; + }); + $ZodUndefined = /* @__PURE__ */ $constructor("$ZodUndefined", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.pattern = _undefined; + inst._zod.values = /* @__PURE__ */ new Set([void 0]); + inst._zod.optin = "optional"; + inst._zod.optout = "optional"; + inst._zod.parse = (payload, _ctx) => { + const input = payload.value; + if (typeof input === "undefined") + return payload; + payload.issues.push({ + expected: "undefined", + code: "invalid_type", + input, + inst + }); + return payload; + }; + }); + $ZodNull = /* @__PURE__ */ $constructor("$ZodNull", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.pattern = _null; + inst._zod.values = /* @__PURE__ */ new Set([null]); + inst._zod.parse = (payload, _ctx) => { + const input = payload.value; + if (input === null) + return payload; + payload.issues.push({ + expected: "null", + code: "invalid_type", + input, + inst + }); + return payload; + }; + }); + $ZodAny = /* @__PURE__ */ $constructor("$ZodAny", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload) => payload; + }); + $ZodUnknown = /* @__PURE__ */ $constructor("$ZodUnknown", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload) => payload; + }); + $ZodNever = /* @__PURE__ */ $constructor("$ZodNever", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, _ctx) => { + payload.issues.push({ + expected: "never", + code: "invalid_type", + input: payload.value, + inst + }); + return payload; + }; + }); + $ZodVoid = /* @__PURE__ */ $constructor("$ZodVoid", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, _ctx) => { + const input = payload.value; + if (typeof input === "undefined") + return payload; + payload.issues.push({ + expected: "void", + code: "invalid_type", + input, + inst + }); + return payload; + }; + }); + $ZodDate = /* @__PURE__ */ $constructor("$ZodDate", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, _ctx) => { + if (def.coerce) { + try { + payload.value = new Date(payload.value); + } catch (_err) { + } + } + const input = payload.value; + const isDate = input instanceof Date; + const isValidDate = isDate && !Number.isNaN(input.getTime()); + if (isValidDate) + return payload; + payload.issues.push({ + expected: "date", + code: "invalid_type", + input, + ...isDate ? { received: "Invalid Date" } : {}, + inst + }); + return payload; + }; + }); + $ZodArray = /* @__PURE__ */ $constructor("$ZodArray", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, ctx) => { + const input = payload.value; + if (!Array.isArray(input)) { + payload.issues.push({ + expected: "array", + code: "invalid_type", + input, + inst + }); + return payload; + } + payload.value = Array(input.length); + const proms = []; + for (let i = 0; i < input.length; i++) { + const item = input[i]; + const result = def.element._zod.run({ + value: item, + issues: [] + }, ctx); + if (result instanceof Promise) { + proms.push(result.then((result2) => handleArrayResult(result2, payload, i))); + } else { + handleArrayResult(result, payload, i); + } + } + if (proms.length) { + return Promise.all(proms).then(() => payload); + } + return payload; + }; + }); + $ZodObject = /* @__PURE__ */ $constructor("$ZodObject", (inst, def) => { + $ZodType.init(inst, def); + const desc = Object.getOwnPropertyDescriptor(def, "shape"); + if (!(desc == null ? void 0 : desc.get)) { + const sh2 = def.shape; + Object.defineProperty(def, "shape", { + get: () => { + const newSh = { ...sh2 }; + Object.defineProperty(def, "shape", { + value: newSh + }); + return newSh; + } + }); + } + const _normalized = cached(() => normalizeDef(def)); + defineLazy(inst._zod, "propValues", () => { + var _a5; + const shape = def.shape; + const propValues = {}; + for (const key in shape) { + const field = shape[key]._zod; + if (field.values) { + (_a5 = propValues[key]) != null ? _a5 : propValues[key] = /* @__PURE__ */ new Set(); + for (const v2 of field.values) + propValues[key].add(v2); + } + } + return propValues; + }); + const isObject2 = isObject; + const catchall = def.catchall; + let value; + inst._zod.parse = (payload, ctx) => { + value != null ? value : value = _normalized.value; + const input = payload.value; + if (!isObject2(input)) { + payload.issues.push({ + expected: "object", + code: "invalid_type", + input, + inst + }); + return payload; + } + payload.value = {}; + const proms = []; + const shape = value.shape; + for (const key of value.keys) { + const el2 = shape[key]; + const isOptionalOut = el2._zod.optout === "optional"; + const r = el2._zod.run({ value: input[key], issues: [] }, ctx); + if (r instanceof Promise) { + proms.push(r.then((r2) => handlePropertyResult(r2, payload, key, input, isOptionalOut))); + } else { + handlePropertyResult(r, payload, key, input, isOptionalOut); + } + } + if (!catchall) { + return proms.length ? Promise.all(proms).then(() => payload) : payload; + } + return handleCatchall(proms, input, payload, ctx, _normalized.value, inst); + }; + }); + $ZodObjectJIT = /* @__PURE__ */ $constructor("$ZodObjectJIT", (inst, def) => { + $ZodObject.init(inst, def); + const superParse = inst._zod.parse; + const _normalized = cached(() => normalizeDef(def)); + const generateFastpass = (shape) => { + var _a5; + const doc = new Doc(["shape", "payload", "ctx"]); + const normalized = _normalized.value; + const parseStr = (key) => { + const k2 = esc(key); + return `shape[${k2}]._zod.run({ value: input[${k2}], issues: [] }, ctx)`; + }; + doc.write(`const input = payload.value;`); + const ids = /* @__PURE__ */ Object.create(null); + let counter = 0; + for (const key of normalized.keys) { + ids[key] = `key_${counter++}`; + } + doc.write(`const newResult = {};`); + for (const key of normalized.keys) { + const id = ids[key]; + const k2 = esc(key); + const schema = shape[key]; + const isOptionalOut = ((_a5 = schema == null ? void 0 : schema._zod) == null ? void 0 : _a5.optout) === "optional"; + doc.write(`const ${id} = ${parseStr(key)};`); + if (isOptionalOut) { + doc.write(` + if (${id}.issues.length) { + if (${k2} in input) { + payload.issues = payload.issues.concat(${id}.issues.map(iss => ({ + ...iss, + path: iss.path ? [${k2}, ...iss.path] : [${k2}] + }))); + } + } + + if (${id}.value === undefined) { + if (${k2} in input) { + newResult[${k2}] = undefined; + } + } else { + newResult[${k2}] = ${id}.value; + } + + `); + } else { + doc.write(` + if (${id}.issues.length) { + payload.issues = payload.issues.concat(${id}.issues.map(iss => ({ + ...iss, + path: iss.path ? [${k2}, ...iss.path] : [${k2}] + }))); + } + + if (${id}.value === undefined) { + if (${k2} in input) { + newResult[${k2}] = undefined; + } + } else { + newResult[${k2}] = ${id}.value; + } + + `); + } + } + doc.write(`payload.value = newResult;`); + doc.write(`return payload;`); + const fn = doc.compile(); + return (payload, ctx) => fn(shape, payload, ctx); + }; + let fastpass; + const isObject2 = isObject; + const jit = !globalConfig.jitless; + const allowsEval2 = allowsEval; + const fastEnabled = jit && allowsEval2.value; + const catchall = def.catchall; + let value; + inst._zod.parse = (payload, ctx) => { + value != null ? value : value = _normalized.value; + const input = payload.value; + if (!isObject2(input)) { + payload.issues.push({ + expected: "object", + code: "invalid_type", + input, + inst + }); + return payload; + } + if (jit && fastEnabled && (ctx == null ? void 0 : ctx.async) === false && ctx.jitless !== true) { + if (!fastpass) + fastpass = generateFastpass(def.shape); + payload = fastpass(payload, ctx); + if (!catchall) + return payload; + return handleCatchall([], input, payload, ctx, value, inst); + } + return superParse(payload, ctx); + }; + }); + $ZodUnion = /* @__PURE__ */ $constructor("$ZodUnion", (inst, def) => { + $ZodType.init(inst, def); + defineLazy(inst._zod, "optin", () => def.options.some((o2) => o2._zod.optin === "optional") ? "optional" : void 0); + defineLazy(inst._zod, "optout", () => def.options.some((o2) => o2._zod.optout === "optional") ? "optional" : void 0); + defineLazy(inst._zod, "values", () => { + if (def.options.every((o2) => o2._zod.values)) { + return new Set(def.options.flatMap((option) => Array.from(option._zod.values))); + } + return void 0; + }); + defineLazy(inst._zod, "pattern", () => { + if (def.options.every((o2) => o2._zod.pattern)) { + const patterns = def.options.map((o2) => o2._zod.pattern); + return new RegExp(`^(${patterns.map((p) => cleanRegex(p.source)).join("|")})$`); + } + return void 0; + }); + const single = def.options.length === 1; + const first = def.options[0]._zod.run; + inst._zod.parse = (payload, ctx) => { + if (single) { + return first(payload, ctx); + } + let async = false; + const results = []; + for (const option of def.options) { + const result = option._zod.run({ + value: payload.value, + issues: [] + }, ctx); + if (result instanceof Promise) { + results.push(result); + async = true; + } else { + if (result.issues.length === 0) + return result; + results.push(result); + } + } + if (!async) + return handleUnionResults(results, payload, inst, ctx); + return Promise.all(results).then((results2) => { + return handleUnionResults(results2, payload, inst, ctx); + }); + }; + }); + $ZodXor = /* @__PURE__ */ $constructor("$ZodXor", (inst, def) => { + $ZodUnion.init(inst, def); + def.inclusive = false; + const single = def.options.length === 1; + const first = def.options[0]._zod.run; + inst._zod.parse = (payload, ctx) => { + if (single) { + return first(payload, ctx); + } + let async = false; + const results = []; + for (const option of def.options) { + const result = option._zod.run({ + value: payload.value, + issues: [] + }, ctx); + if (result instanceof Promise) { + results.push(result); + async = true; + } else { + results.push(result); + } + } + if (!async) + return handleExclusiveUnionResults(results, payload, inst, ctx); + return Promise.all(results).then((results2) => { + return handleExclusiveUnionResults(results2, payload, inst, ctx); + }); + }; + }); + $ZodDiscriminatedUnion = /* @__PURE__ */ $constructor("$ZodDiscriminatedUnion", (inst, def) => { + def.inclusive = false; + $ZodUnion.init(inst, def); + const _super = inst._zod.parse; + defineLazy(inst._zod, "propValues", () => { + const propValues = {}; + for (const option of def.options) { + const pv2 = option._zod.propValues; + if (!pv2 || Object.keys(pv2).length === 0) + throw new Error(`Invalid discriminated union option at index "${def.options.indexOf(option)}"`); + for (const [k2, v2] of Object.entries(pv2)) { + if (!propValues[k2]) + propValues[k2] = /* @__PURE__ */ new Set(); + for (const val of v2) { + propValues[k2].add(val); + } + } + } + return propValues; + }); + const disc = cached(() => { + var _a5; + const opts = def.options; + const map2 = /* @__PURE__ */ new Map(); + for (const o2 of opts) { + const values = (_a5 = o2._zod.propValues) == null ? void 0 : _a5[def.discriminator]; + if (!values || values.size === 0) + throw new Error(`Invalid discriminated union option at index "${def.options.indexOf(o2)}"`); + for (const v2 of values) { + if (map2.has(v2)) { + throw new Error(`Duplicate discriminator value "${String(v2)}"`); + } + map2.set(v2, o2); + } + } + return map2; + }); + inst._zod.parse = (payload, ctx) => { + const input = payload.value; + if (!isObject(input)) { + payload.issues.push({ + code: "invalid_type", + expected: "object", + input, + inst + }); + return payload; + } + const opt = disc.value.get(input == null ? void 0 : input[def.discriminator]); + if (opt) { + return opt._zod.run(payload, ctx); + } + if (def.unionFallback) { + return _super(payload, ctx); + } + payload.issues.push({ + code: "invalid_union", + errors: [], + note: "No matching discriminator", + discriminator: def.discriminator, + input, + path: [def.discriminator], + inst + }); + return payload; + }; + }); + $ZodIntersection = /* @__PURE__ */ $constructor("$ZodIntersection", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, ctx) => { + const input = payload.value; + const left = def.left._zod.run({ value: input, issues: [] }, ctx); + const right = def.right._zod.run({ value: input, issues: [] }, ctx); + const async = left instanceof Promise || right instanceof Promise; + if (async) { + return Promise.all([left, right]).then(([left2, right2]) => { + return handleIntersectionResults(payload, left2, right2); + }); + } + return handleIntersectionResults(payload, left, right); + }; + }); + $ZodTuple = /* @__PURE__ */ $constructor("$ZodTuple", (inst, def) => { + $ZodType.init(inst, def); + const items = def.items; + inst._zod.parse = (payload, ctx) => { + const input = payload.value; + if (!Array.isArray(input)) { + payload.issues.push({ + input, + inst, + expected: "tuple", + code: "invalid_type" + }); + return payload; + } + payload.value = []; + const proms = []; + const reversedIndex = [...items].reverse().findIndex((item) => item._zod.optin !== "optional"); + const optStart = reversedIndex === -1 ? 0 : items.length - reversedIndex; + if (!def.rest) { + const tooBig = input.length > items.length; + const tooSmall = input.length < optStart - 1; + if (tooBig || tooSmall) { + payload.issues.push({ + ...tooBig ? { code: "too_big", maximum: items.length, inclusive: true } : { code: "too_small", minimum: items.length }, + input, + inst, + origin: "array" + }); + return payload; + } + } + let i = -1; + for (const item of items) { + i++; + if (i >= input.length) { + if (i >= optStart) + continue; + } + const result = item._zod.run({ + value: input[i], + issues: [] + }, ctx); + if (result instanceof Promise) { + proms.push(result.then((result2) => handleTupleResult(result2, payload, i))); + } else { + handleTupleResult(result, payload, i); + } + } + if (def.rest) { + const rest = input.slice(items.length); + for (const el2 of rest) { + i++; + const result = def.rest._zod.run({ + value: el2, + issues: [] + }, ctx); + if (result instanceof Promise) { + proms.push(result.then((result2) => handleTupleResult(result2, payload, i))); + } else { + handleTupleResult(result, payload, i); + } + } + } + if (proms.length) + return Promise.all(proms).then(() => payload); + return payload; + }; + }); + $ZodRecord = /* @__PURE__ */ $constructor("$ZodRecord", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, ctx) => { + const input = payload.value; + if (!isPlainObject2(input)) { + payload.issues.push({ + expected: "record", + code: "invalid_type", + input, + inst + }); + return payload; + } + const proms = []; + const values = def.keyType._zod.values; + if (values) { + payload.value = {}; + const recordKeys = /* @__PURE__ */ new Set(); + for (const key of values) { + if (typeof key === "string" || typeof key === "number" || typeof key === "symbol") { + recordKeys.add(typeof key === "number" ? key.toString() : key); + const result = def.valueType._zod.run({ value: input[key], issues: [] }, ctx); + if (result instanceof Promise) { + proms.push(result.then((result2) => { + if (result2.issues.length) { + payload.issues.push(...prefixIssues(key, result2.issues)); + } + payload.value[key] = result2.value; + })); + } else { + if (result.issues.length) { + payload.issues.push(...prefixIssues(key, result.issues)); + } + payload.value[key] = result.value; + } + } + } + let unrecognized; + for (const key in input) { + if (!recordKeys.has(key)) { + unrecognized = unrecognized != null ? unrecognized : []; + unrecognized.push(key); + } + } + if (unrecognized && unrecognized.length > 0) { + payload.issues.push({ + code: "unrecognized_keys", + input, + inst, + keys: unrecognized + }); + } + } else { + payload.value = {}; + for (const key of Reflect.ownKeys(input)) { + if (key === "__proto__") + continue; + let keyResult = def.keyType._zod.run({ value: key, issues: [] }, ctx); + if (keyResult instanceof Promise) { + throw new Error("Async schemas not supported in object keys currently"); + } + const checkNumericKey = typeof key === "string" && number.test(key) && keyResult.issues.length; + if (checkNumericKey) { + const retryResult = def.keyType._zod.run({ value: Number(key), issues: [] }, ctx); + if (retryResult instanceof Promise) { + throw new Error("Async schemas not supported in object keys currently"); + } + if (retryResult.issues.length === 0) { + keyResult = retryResult; + } + } + if (keyResult.issues.length) { + if (def.mode === "loose") { + payload.value[key] = input[key]; + } else { + payload.issues.push({ + code: "invalid_key", + origin: "record", + issues: keyResult.issues.map((iss) => finalizeIssue(iss, ctx, config())), + input: key, + path: [key], + inst + }); + } + continue; + } + const result = def.valueType._zod.run({ value: input[key], issues: [] }, ctx); + if (result instanceof Promise) { + proms.push(result.then((result2) => { + if (result2.issues.length) { + payload.issues.push(...prefixIssues(key, result2.issues)); + } + payload.value[keyResult.value] = result2.value; + })); + } else { + if (result.issues.length) { + payload.issues.push(...prefixIssues(key, result.issues)); + } + payload.value[keyResult.value] = result.value; + } + } + } + if (proms.length) { + return Promise.all(proms).then(() => payload); + } + return payload; + }; + }); + $ZodMap = /* @__PURE__ */ $constructor("$ZodMap", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, ctx) => { + const input = payload.value; + if (!(input instanceof Map)) { + payload.issues.push({ + expected: "map", + code: "invalid_type", + input, + inst + }); + return payload; + } + const proms = []; + payload.value = /* @__PURE__ */ new Map(); + for (const [key, value] of input) { + const keyResult = def.keyType._zod.run({ value: key, issues: [] }, ctx); + const valueResult = def.valueType._zod.run({ value, issues: [] }, ctx); + if (keyResult instanceof Promise || valueResult instanceof Promise) { + proms.push(Promise.all([keyResult, valueResult]).then(([keyResult2, valueResult2]) => { + handleMapResult(keyResult2, valueResult2, payload, key, input, inst, ctx); + })); + } else { + handleMapResult(keyResult, valueResult, payload, key, input, inst, ctx); + } + } + if (proms.length) + return Promise.all(proms).then(() => payload); + return payload; + }; + }); + $ZodSet = /* @__PURE__ */ $constructor("$ZodSet", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, ctx) => { + const input = payload.value; + if (!(input instanceof Set)) { + payload.issues.push({ + input, + inst, + expected: "set", + code: "invalid_type" + }); + return payload; + } + const proms = []; + payload.value = /* @__PURE__ */ new Set(); + for (const item of input) { + const result = def.valueType._zod.run({ value: item, issues: [] }, ctx); + if (result instanceof Promise) { + proms.push(result.then((result2) => handleSetResult(result2, payload))); + } else + handleSetResult(result, payload); + } + if (proms.length) + return Promise.all(proms).then(() => payload); + return payload; + }; + }); + $ZodEnum = /* @__PURE__ */ $constructor("$ZodEnum", (inst, def) => { + $ZodType.init(inst, def); + const values = getEnumValues(def.entries); + const valuesSet = new Set(values); + inst._zod.values = valuesSet; + inst._zod.pattern = new RegExp(`^(${values.filter((k2) => propertyKeyTypes.has(typeof k2)).map((o2) => typeof o2 === "string" ? escapeRegex(o2) : o2.toString()).join("|")})$`); + inst._zod.parse = (payload, _ctx) => { + const input = payload.value; + if (valuesSet.has(input)) { + return payload; + } + payload.issues.push({ + code: "invalid_value", + values, + input, + inst + }); + return payload; + }; + }); + $ZodLiteral = /* @__PURE__ */ $constructor("$ZodLiteral", (inst, def) => { + $ZodType.init(inst, def); + if (def.values.length === 0) { + throw new Error("Cannot create literal schema with no valid values"); + } + const values = new Set(def.values); + inst._zod.values = values; + inst._zod.pattern = new RegExp(`^(${def.values.map((o2) => typeof o2 === "string" ? escapeRegex(o2) : o2 ? escapeRegex(o2.toString()) : String(o2)).join("|")})$`); + inst._zod.parse = (payload, _ctx) => { + const input = payload.value; + if (values.has(input)) { + return payload; + } + payload.issues.push({ + code: "invalid_value", + values: def.values, + input, + inst + }); + return payload; + }; + }); + $ZodFile = /* @__PURE__ */ $constructor("$ZodFile", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, _ctx) => { + const input = payload.value; + if (input instanceof File) + return payload; + payload.issues.push({ + expected: "file", + code: "invalid_type", + input, + inst + }); + return payload; + }; + }); + $ZodTransform = /* @__PURE__ */ $constructor("$ZodTransform", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, ctx) => { + if (ctx.direction === "backward") { + throw new $ZodEncodeError(inst.constructor.name); + } + const _out = def.transform(payload.value, payload); + if (ctx.async) { + const output = _out instanceof Promise ? _out : Promise.resolve(_out); + return output.then((output2) => { + payload.value = output2; + return payload; + }); + } + if (_out instanceof Promise) { + throw new $ZodAsyncError(); + } + payload.value = _out; + return payload; + }; + }); + $ZodOptional = /* @__PURE__ */ $constructor("$ZodOptional", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.optin = "optional"; + inst._zod.optout = "optional"; + defineLazy(inst._zod, "values", () => { + return def.innerType._zod.values ? /* @__PURE__ */ new Set([...def.innerType._zod.values, void 0]) : void 0; + }); + defineLazy(inst._zod, "pattern", () => { + const pattern = def.innerType._zod.pattern; + return pattern ? new RegExp(`^(${cleanRegex(pattern.source)})?$`) : void 0; + }); + inst._zod.parse = (payload, ctx) => { + if (def.innerType._zod.optin === "optional") { + const result = def.innerType._zod.run(payload, ctx); + if (result instanceof Promise) + return result.then((r) => handleOptionalResult(r, payload.value)); + return handleOptionalResult(result, payload.value); + } + if (payload.value === void 0) { + return payload; + } + return def.innerType._zod.run(payload, ctx); + }; + }); + $ZodExactOptional = /* @__PURE__ */ $constructor("$ZodExactOptional", (inst, def) => { + $ZodOptional.init(inst, def); + defineLazy(inst._zod, "values", () => def.innerType._zod.values); + defineLazy(inst._zod, "pattern", () => def.innerType._zod.pattern); + inst._zod.parse = (payload, ctx) => { + return def.innerType._zod.run(payload, ctx); + }; + }); + $ZodNullable = /* @__PURE__ */ $constructor("$ZodNullable", (inst, def) => { + $ZodType.init(inst, def); + defineLazy(inst._zod, "optin", () => def.innerType._zod.optin); + defineLazy(inst._zod, "optout", () => def.innerType._zod.optout); + defineLazy(inst._zod, "pattern", () => { + const pattern = def.innerType._zod.pattern; + return pattern ? new RegExp(`^(${cleanRegex(pattern.source)}|null)$`) : void 0; + }); + defineLazy(inst._zod, "values", () => { + return def.innerType._zod.values ? /* @__PURE__ */ new Set([...def.innerType._zod.values, null]) : void 0; + }); + inst._zod.parse = (payload, ctx) => { + if (payload.value === null) + return payload; + return def.innerType._zod.run(payload, ctx); + }; + }); + $ZodDefault = /* @__PURE__ */ $constructor("$ZodDefault", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.optin = "optional"; + defineLazy(inst._zod, "values", () => def.innerType._zod.values); + inst._zod.parse = (payload, ctx) => { + if (ctx.direction === "backward") { + return def.innerType._zod.run(payload, ctx); + } + if (payload.value === void 0) { + payload.value = def.defaultValue; + return payload; + } + const result = def.innerType._zod.run(payload, ctx); + if (result instanceof Promise) { + return result.then((result2) => handleDefaultResult(result2, def)); + } + return handleDefaultResult(result, def); + }; + }); + $ZodPrefault = /* @__PURE__ */ $constructor("$ZodPrefault", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.optin = "optional"; + defineLazy(inst._zod, "values", () => def.innerType._zod.values); + inst._zod.parse = (payload, ctx) => { + if (ctx.direction === "backward") { + return def.innerType._zod.run(payload, ctx); + } + if (payload.value === void 0) { + payload.value = def.defaultValue; + } + return def.innerType._zod.run(payload, ctx); + }; + }); + $ZodNonOptional = /* @__PURE__ */ $constructor("$ZodNonOptional", (inst, def) => { + $ZodType.init(inst, def); + defineLazy(inst._zod, "values", () => { + const v2 = def.innerType._zod.values; + return v2 ? new Set([...v2].filter((x2) => x2 !== void 0)) : void 0; + }); + inst._zod.parse = (payload, ctx) => { + const result = def.innerType._zod.run(payload, ctx); + if (result instanceof Promise) { + return result.then((result2) => handleNonOptionalResult(result2, inst)); + } + return handleNonOptionalResult(result, inst); + }; + }); + $ZodSuccess = /* @__PURE__ */ $constructor("$ZodSuccess", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, ctx) => { + if (ctx.direction === "backward") { + throw new $ZodEncodeError("ZodSuccess"); + } + const result = def.innerType._zod.run(payload, ctx); + if (result instanceof Promise) { + return result.then((result2) => { + payload.value = result2.issues.length === 0; + return payload; + }); + } + payload.value = result.issues.length === 0; + return payload; + }; + }); + $ZodCatch = /* @__PURE__ */ $constructor("$ZodCatch", (inst, def) => { + $ZodType.init(inst, def); + defineLazy(inst._zod, "optin", () => def.innerType._zod.optin); + defineLazy(inst._zod, "optout", () => def.innerType._zod.optout); + defineLazy(inst._zod, "values", () => def.innerType._zod.values); + inst._zod.parse = (payload, ctx) => { + if (ctx.direction === "backward") { + return def.innerType._zod.run(payload, ctx); + } + const result = def.innerType._zod.run(payload, ctx); + if (result instanceof Promise) { + return result.then((result2) => { + payload.value = result2.value; + if (result2.issues.length) { + payload.value = def.catchValue({ + ...payload, + error: { + issues: result2.issues.map((iss) => finalizeIssue(iss, ctx, config())) + }, + input: payload.value + }); + payload.issues = []; + } + return payload; + }); + } + payload.value = result.value; + if (result.issues.length) { + payload.value = def.catchValue({ + ...payload, + error: { + issues: result.issues.map((iss) => finalizeIssue(iss, ctx, config())) + }, + input: payload.value + }); + payload.issues = []; + } + return payload; + }; + }); + $ZodNaN = /* @__PURE__ */ $constructor("$ZodNaN", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, _ctx) => { + if (typeof payload.value !== "number" || !Number.isNaN(payload.value)) { + payload.issues.push({ + input: payload.value, + inst, + expected: "nan", + code: "invalid_type" + }); + return payload; + } + return payload; + }; + }); + $ZodPipe = /* @__PURE__ */ $constructor("$ZodPipe", (inst, def) => { + $ZodType.init(inst, def); + defineLazy(inst._zod, "values", () => def.in._zod.values); + defineLazy(inst._zod, "optin", () => def.in._zod.optin); + defineLazy(inst._zod, "optout", () => def.out._zod.optout); + defineLazy(inst._zod, "propValues", () => def.in._zod.propValues); + inst._zod.parse = (payload, ctx) => { + if (ctx.direction === "backward") { + const right = def.out._zod.run(payload, ctx); + if (right instanceof Promise) { + return right.then((right2) => handlePipeResult(right2, def.in, ctx)); + } + return handlePipeResult(right, def.in, ctx); + } + const left = def.in._zod.run(payload, ctx); + if (left instanceof Promise) { + return left.then((left2) => handlePipeResult(left2, def.out, ctx)); + } + return handlePipeResult(left, def.out, ctx); + }; + }); + $ZodCodec = /* @__PURE__ */ $constructor("$ZodCodec", (inst, def) => { + $ZodType.init(inst, def); + defineLazy(inst._zod, "values", () => def.in._zod.values); + defineLazy(inst._zod, "optin", () => def.in._zod.optin); + defineLazy(inst._zod, "optout", () => def.out._zod.optout); + defineLazy(inst._zod, "propValues", () => def.in._zod.propValues); + inst._zod.parse = (payload, ctx) => { + const direction = ctx.direction || "forward"; + if (direction === "forward") { + const left = def.in._zod.run(payload, ctx); + if (left instanceof Promise) { + return left.then((left2) => handleCodecAResult(left2, def, ctx)); + } + return handleCodecAResult(left, def, ctx); + } else { + const right = def.out._zod.run(payload, ctx); + if (right instanceof Promise) { + return right.then((right2) => handleCodecAResult(right2, def, ctx)); + } + return handleCodecAResult(right, def, ctx); + } + }; + }); + $ZodReadonly = /* @__PURE__ */ $constructor("$ZodReadonly", (inst, def) => { + $ZodType.init(inst, def); + defineLazy(inst._zod, "propValues", () => def.innerType._zod.propValues); + defineLazy(inst._zod, "values", () => def.innerType._zod.values); + defineLazy(inst._zod, "optin", () => { + var _a5, _b3; + return (_b3 = (_a5 = def.innerType) == null ? void 0 : _a5._zod) == null ? void 0 : _b3.optin; + }); + defineLazy(inst._zod, "optout", () => { + var _a5, _b3; + return (_b3 = (_a5 = def.innerType) == null ? void 0 : _a5._zod) == null ? void 0 : _b3.optout; + }); + inst._zod.parse = (payload, ctx) => { + if (ctx.direction === "backward") { + return def.innerType._zod.run(payload, ctx); + } + const result = def.innerType._zod.run(payload, ctx); + if (result instanceof Promise) { + return result.then(handleReadonlyResult); + } + return handleReadonlyResult(result); + }; + }); + $ZodTemplateLiteral = /* @__PURE__ */ $constructor("$ZodTemplateLiteral", (inst, def) => { + $ZodType.init(inst, def); + const regexParts = []; + for (const part of def.parts) { + if (typeof part === "object" && part !== null) { + if (!part._zod.pattern) { + throw new Error(`Invalid template literal part, no pattern found: ${[...part._zod.traits].shift()}`); + } + const source = part._zod.pattern instanceof RegExp ? part._zod.pattern.source : part._zod.pattern; + if (!source) + throw new Error(`Invalid template literal part: ${part._zod.traits}`); + const start = source.startsWith("^") ? 1 : 0; + const end = source.endsWith("$") ? source.length - 1 : source.length; + regexParts.push(source.slice(start, end)); + } else if (part === null || primitiveTypes.has(typeof part)) { + regexParts.push(escapeRegex(`${part}`)); + } else { + throw new Error(`Invalid template literal part: ${part}`); + } + } + inst._zod.pattern = new RegExp(`^${regexParts.join("")}$`); + inst._zod.parse = (payload, _ctx) => { + var _a5; + if (typeof payload.value !== "string") { + payload.issues.push({ + input: payload.value, + inst, + expected: "string", + code: "invalid_type" + }); + return payload; + } + inst._zod.pattern.lastIndex = 0; + if (!inst._zod.pattern.test(payload.value)) { + payload.issues.push({ + input: payload.value, + inst, + code: "invalid_format", + format: (_a5 = def.format) != null ? _a5 : "template_literal", + pattern: inst._zod.pattern.source + }); + return payload; + } + return payload; + }; + }); + $ZodFunction = /* @__PURE__ */ $constructor("$ZodFunction", (inst, def) => { + $ZodType.init(inst, def); + inst._def = def; + inst._zod.def = def; + inst.implement = (func) => { + if (typeof func !== "function") { + throw new Error("implement() must be called with a function"); + } + return function(...args) { + const parsedArgs = inst._def.input ? parse(inst._def.input, args) : args; + const result = Reflect.apply(func, this, parsedArgs); + if (inst._def.output) { + return parse(inst._def.output, result); + } + return result; + }; + }; + inst.implementAsync = (func) => { + if (typeof func !== "function") { + throw new Error("implementAsync() must be called with a function"); + } + return async function(...args) { + const parsedArgs = inst._def.input ? await parseAsync(inst._def.input, args) : args; + const result = await Reflect.apply(func, this, parsedArgs); + if (inst._def.output) { + return await parseAsync(inst._def.output, result); + } + return result; + }; + }; + inst._zod.parse = (payload, _ctx) => { + if (typeof payload.value !== "function") { + payload.issues.push({ + code: "invalid_type", + expected: "function", + input: payload.value, + inst + }); + return payload; + } + const hasPromiseOutput = inst._def.output && inst._def.output._zod.def.type === "promise"; + if (hasPromiseOutput) { + payload.value = inst.implementAsync(payload.value); + } else { + payload.value = inst.implement(payload.value); + } + return payload; + }; + inst.input = (...args) => { + const F4 = inst.constructor; + if (Array.isArray(args[0])) { + return new F4({ + type: "function", + input: new $ZodTuple({ + type: "tuple", + items: args[0], + rest: args[1] + }), + output: inst._def.output + }); + } + return new F4({ + type: "function", + input: args[0], + output: inst._def.output + }); + }; + inst.output = (output) => { + const F4 = inst.constructor; + return new F4({ + type: "function", + input: inst._def.input, + output + }); + }; + return inst; + }); + $ZodPromise = /* @__PURE__ */ $constructor("$ZodPromise", (inst, def) => { + $ZodType.init(inst, def); + inst._zod.parse = (payload, ctx) => { + return Promise.resolve(payload.value).then((inner) => def.innerType._zod.run({ value: inner, issues: [] }, ctx)); + }; + }); + $ZodLazy = /* @__PURE__ */ $constructor("$ZodLazy", (inst, def) => { + $ZodType.init(inst, def); + defineLazy(inst._zod, "innerType", () => def.getter()); + defineLazy(inst._zod, "pattern", () => { + var _a5, _b3; + return (_b3 = (_a5 = inst._zod.innerType) == null ? void 0 : _a5._zod) == null ? void 0 : _b3.pattern; + }); + defineLazy(inst._zod, "propValues", () => { + var _a5, _b3; + return (_b3 = (_a5 = inst._zod.innerType) == null ? void 0 : _a5._zod) == null ? void 0 : _b3.propValues; + }); + defineLazy(inst._zod, "optin", () => { + var _a5, _b3, _c2; + return (_c2 = (_b3 = (_a5 = inst._zod.innerType) == null ? void 0 : _a5._zod) == null ? void 0 : _b3.optin) != null ? _c2 : void 0; + }); + defineLazy(inst._zod, "optout", () => { + var _a5, _b3, _c2; + return (_c2 = (_b3 = (_a5 = inst._zod.innerType) == null ? void 0 : _a5._zod) == null ? void 0 : _b3.optout) != null ? _c2 : void 0; + }); + inst._zod.parse = (payload, ctx) => { + const inner = inst._zod.innerType; + return inner._zod.run(payload, ctx); + }; + }); + $ZodCustom = /* @__PURE__ */ $constructor("$ZodCustom", (inst, def) => { + $ZodCheck.init(inst, def); + $ZodType.init(inst, def); + inst._zod.parse = (payload, _2) => { + return payload; + }; + inst._zod.check = (payload) => { + const input = payload.value; + const r = def.fn(input); + if (r instanceof Promise) { + return r.then((r2) => handleRefineResult(r2, payload, input, inst)); + } + handleRefineResult(r, payload, input, inst); + return; + }; + }); + } +}); + +// node_modules/zod/v4/locales/ar.js +function ar_default() { + return { + localeError: error() + }; +} +var error; +var init_ar = __esm({ + "node_modules/zod/v4/locales/ar.js"() { + init_util(); + error = () => { + const Sizable = { + string: { unit: "\u062D\u0631\u0641", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" }, + file: { unit: "\u0628\u0627\u064A\u062A", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" }, + array: { unit: "\u0639\u0646\u0635\u0631", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" }, + set: { unit: "\u0639\u0646\u0635\u0631", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0645\u062F\u062E\u0644", + email: "\u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A", + url: "\u0631\u0627\u0628\u0637", + emoji: "\u0625\u064A\u0645\u0648\u062C\u064A", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "\u062A\u0627\u0631\u064A\u062E \u0648\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO", + date: "\u062A\u0627\u0631\u064A\u062E \u0628\u0645\u0639\u064A\u0627\u0631 ISO", + time: "\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO", + duration: "\u0645\u062F\u0629 \u0628\u0645\u0639\u064A\u0627\u0631 ISO", + ipv4: "\u0639\u0646\u0648\u0627\u0646 IPv4", + ipv6: "\u0639\u0646\u0648\u0627\u0646 IPv6", + cidrv4: "\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv4", + cidrv6: "\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv6", + base64: "\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64-encoded", + base64url: "\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64url-encoded", + json_string: "\u0646\u064E\u0635 \u0639\u0644\u0649 \u0647\u064A\u0626\u0629 JSON", + e164: "\u0631\u0642\u0645 \u0647\u0627\u062A\u0641 \u0628\u0645\u0639\u064A\u0627\u0631 E.164", + jwt: "JWT", + template_literal: "\u0645\u062F\u062E\u0644" + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 instanceof ${issue2.expected}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${received}`; + } + return `\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${expected}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${stringifyPrimitive(issue2.values[0])}`; + return `\u0627\u062E\u062A\u064A\u0627\u0631 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062A\u0648\u0642\u0639 \u0627\u0646\u062A\u0642\u0627\u0621 \u0623\u062D\u062F \u0647\u0630\u0647 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A: ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return ` \u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${(_c2 = issue2.origin) != null ? _c2 : "\u0627\u0644\u0642\u064A\u0645\u0629"} ${adj} ${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u0639\u0646\u0635\u0631"}`; + return `\u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${(_e2 = issue2.origin) != null ? _e2 : "\u0627\u0644\u0642\u064A\u0645\u0629"} ${adj} ${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${issue2.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${adj} ${issue2.minimum.toString()} ${sizing.unit}`; + } + return `\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${issue2.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${adj} ${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0628\u0640 "${issue2.prefix}"`; + if (_issue.format === "ends_with") + return `\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0646\u062A\u0647\u064A \u0628\u0640 "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u062A\u0636\u0645\u0651\u064E\u0646 "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0637\u0627\u0628\u0642 \u0627\u0644\u0646\u0645\u0637 ${_issue.pattern}`; + return `${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format} \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644`; + } + case "not_multiple_of": + return `\u0631\u0642\u0645 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0645\u0646 \u0645\u0636\u0627\u0639\u0641\u0627\u062A ${issue2.divisor}`; + case "unrecognized_keys": + return `\u0645\u0639\u0631\u0641${issue2.keys.length > 1 ? "\u0627\u062A" : ""} \u063A\u0631\u064A\u0628${issue2.keys.length > 1 ? "\u0629" : ""}: ${joinValues(issue2.keys, "\u060C ")}`; + case "invalid_key": + return `\u0645\u0639\u0631\u0641 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${issue2.origin}`; + case "invalid_union": + return "\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644"; + case "invalid_element": + return `\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${issue2.origin}`; + default: + return "\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644"; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/az.js +function az_default() { + return { + localeError: error2() + }; +} +var error2; +var init_az = __esm({ + "node_modules/zod/v4/locales/az.js"() { + init_util(); + error2 = () => { + const Sizable = { + string: { unit: "simvol", verb: "olmal\u0131d\u0131r" }, + file: { unit: "bayt", verb: "olmal\u0131d\u0131r" }, + array: { unit: "element", verb: "olmal\u0131d\u0131r" }, + set: { unit: "element", verb: "olmal\u0131d\u0131r" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "input", + email: "email address", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO datetime", + date: "ISO date", + time: "ISO time", + duration: "ISO duration", + ipv4: "IPv4 address", + ipv6: "IPv6 address", + cidrv4: "IPv4 range", + cidrv6: "IPv6 range", + base64: "base64-encoded string", + base64url: "base64url-encoded string", + json_string: "JSON string", + e164: "E.164 number", + jwt: "JWT", + template_literal: "input" + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n instanceof ${issue2.expected}, daxil olan ${received}`; + } + return `Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${expected}, daxil olan ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${stringifyPrimitive(issue2.values[0])}`; + return `Yanl\u0131\u015F se\xE7im: a\u015Fa\u011F\u0131dak\u0131lardan biri olmal\u0131d\u0131r: ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${(_c2 = issue2.origin) != null ? _c2 : "d\u0259y\u0259r"} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "element"}`; + return `\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${(_e2 = issue2.origin) != null ? _e2 : "d\u0259y\u0259r"} ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${issue2.origin} ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + return `\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${issue2.origin} ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Yanl\u0131\u015F m\u0259tn: "${_issue.prefix}" il\u0259 ba\u015Flamal\u0131d\u0131r`; + if (_issue.format === "ends_with") + return `Yanl\u0131\u015F m\u0259tn: "${_issue.suffix}" il\u0259 bitm\u0259lidir`; + if (_issue.format === "includes") + return `Yanl\u0131\u015F m\u0259tn: "${_issue.includes}" daxil olmal\u0131d\u0131r`; + if (_issue.format === "regex") + return `Yanl\u0131\u015F m\u0259tn: ${_issue.pattern} \u015Fablonuna uy\u011Fun olmal\u0131d\u0131r`; + return `Yanl\u0131\u015F ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Yanl\u0131\u015F \u0259d\u0259d: ${issue2.divisor} il\u0259 b\xF6l\xFCn\u0259 bil\u0259n olmal\u0131d\u0131r`; + case "unrecognized_keys": + return `Tan\u0131nmayan a\xE7ar${issue2.keys.length > 1 ? "lar" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `${issue2.origin} daxilind\u0259 yanl\u0131\u015F a\xE7ar`; + case "invalid_union": + return "Yanl\u0131\u015F d\u0259y\u0259r"; + case "invalid_element": + return `${issue2.origin} daxilind\u0259 yanl\u0131\u015F d\u0259y\u0259r`; + default: + return `Yanl\u0131\u015F d\u0259y\u0259r`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/be.js +function getBelarusianPlural(count, one, few, many) { + const absCount = Math.abs(count); + const lastDigit = absCount % 10; + const lastTwoDigits = absCount % 100; + if (lastTwoDigits >= 11 && lastTwoDigits <= 19) { + return many; + } + if (lastDigit === 1) { + return one; + } + if (lastDigit >= 2 && lastDigit <= 4) { + return few; + } + return many; +} +function be_default() { + return { + localeError: error3() + }; +} +var error3; +var init_be = __esm({ + "node_modules/zod/v4/locales/be.js"() { + init_util(); + error3 = () => { + const Sizable = { + string: { + unit: { + one: "\u0441\u0456\u043C\u0432\u0430\u043B", + few: "\u0441\u0456\u043C\u0432\u0430\u043B\u044B", + many: "\u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E" + }, + verb: "\u043C\u0435\u0446\u044C" + }, + array: { + unit: { + one: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442", + few: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B", + many: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E" + }, + verb: "\u043C\u0435\u0446\u044C" + }, + set: { + unit: { + one: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442", + few: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B", + many: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E" + }, + verb: "\u043C\u0435\u0446\u044C" + }, + file: { + unit: { + one: "\u0431\u0430\u0439\u0442", + few: "\u0431\u0430\u0439\u0442\u044B", + many: "\u0431\u0430\u0439\u0442\u0430\u045E" + }, + verb: "\u043C\u0435\u0446\u044C" + } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0443\u0432\u043E\u0434", + email: "email \u0430\u0434\u0440\u0430\u0441", + url: "URL", + emoji: "\u044D\u043C\u043E\u0434\u0437\u0456", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO \u0434\u0430\u0442\u0430 \u0456 \u0447\u0430\u0441", + date: "ISO \u0434\u0430\u0442\u0430", + time: "ISO \u0447\u0430\u0441", + duration: "ISO \u043F\u0440\u0430\u0446\u044F\u0433\u043B\u0430\u0441\u0446\u044C", + ipv4: "IPv4 \u0430\u0434\u0440\u0430\u0441", + ipv6: "IPv6 \u0430\u0434\u0440\u0430\u0441", + cidrv4: "IPv4 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D", + cidrv6: "IPv6 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D", + base64: "\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64", + base64url: "\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64url", + json_string: "JSON \u0440\u0430\u0434\u043E\u043A", + e164: "\u043D\u0443\u043C\u0430\u0440 E.164", + jwt: "JWT", + template_literal: "\u0443\u0432\u043E\u0434" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u043B\u0456\u043A", + array: "\u043C\u0430\u0441\u0456\u045E" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F instanceof ${issue2.expected}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${received}`; + } + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F ${expected}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F ${stringifyPrimitive(issue2.values[0])}`; + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0432\u0430\u0440\u044B\u044F\u043D\u0442: \u0447\u0430\u043A\u0430\u045E\u0441\u044F \u0430\u0434\u0437\u0456\u043D \u0437 ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + const maxValue = Number(issue2.maximum); + const unit = getBelarusianPlural(maxValue, sizing.unit.one, sizing.unit.few, sizing.unit.many); + return `\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${(_c2 = issue2.origin) != null ? _c2 : "\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${sizing.verb} ${adj}${issue2.maximum.toString()} ${unit}`; + } + return `\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${(_d = issue2.origin) != null ? _d : "\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + const minValue = Number(issue2.minimum); + const unit = getBelarusianPlural(minValue, sizing.unit.one, sizing.unit.few, sizing.unit.many); + return `\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${issue2.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${sizing.verb} ${adj}${issue2.minimum.toString()} ${unit}`; + } + return `\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${issue2.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u043F\u0430\u0447\u044B\u043D\u0430\u0446\u0446\u0430 \u0437 "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u0430\u043A\u0430\u043D\u0447\u0432\u0430\u0446\u0446\u0430 \u043D\u0430 "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0430\u0434\u043F\u0430\u0432\u044F\u0434\u0430\u0446\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${_issue.pattern}`; + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B ${(_e2 = FormatDictionary[_issue.format]) != null ? _e2 : issue2.format}`; + } + case "not_multiple_of": + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043B\u0456\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0431\u044B\u0446\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${issue2.divisor}`; + case "unrecognized_keys": + return `\u041D\u0435\u0440\u0430\u0441\u043F\u0430\u0437\u043D\u0430\u043D\u044B ${issue2.keys.length > 1 ? "\u043A\u043B\u044E\u0447\u044B" : "\u043A\u043B\u044E\u0447"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043A\u043B\u044E\u0447 \u0443 ${issue2.origin}`; + case "invalid_union": + return "\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434"; + case "invalid_element": + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u0430\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u045E ${issue2.origin}`; + default: + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/bg.js +function bg_default() { + return { + localeError: error4() + }; +} +var error4; +var init_bg = __esm({ + "node_modules/zod/v4/locales/bg.js"() { + init_util(); + error4 = () => { + const Sizable = { + string: { unit: "\u0441\u0438\u043C\u0432\u043E\u043B\u0430", verb: "\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430" }, + file: { unit: "\u0431\u0430\u0439\u0442\u0430", verb: "\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430" }, + array: { unit: "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430", verb: "\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430" }, + set: { unit: "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430", verb: "\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0432\u0445\u043E\u0434", + email: "\u0438\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441", + url: "URL", + emoji: "\u0435\u043C\u043E\u0434\u0436\u0438", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO \u0432\u0440\u0435\u043C\u0435", + date: "ISO \u0434\u0430\u0442\u0430", + time: "ISO \u0432\u0440\u0435\u043C\u0435", + duration: "ISO \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442", + ipv4: "IPv4 \u0430\u0434\u0440\u0435\u0441", + ipv6: "IPv6 \u0430\u0434\u0440\u0435\u0441", + cidrv4: "IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D", + cidrv6: "IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D", + base64: "base64-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437", + base64url: "base64url-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437", + json_string: "JSON \u043D\u0438\u0437", + e164: "E.164 \u043D\u043E\u043C\u0435\u0440", + jwt: "JWT", + template_literal: "\u0432\u0445\u043E\u0434" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0447\u0438\u0441\u043B\u043E", + array: "\u043C\u0430\u0441\u0438\u0432" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D instanceof ${issue2.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${received}`; + } + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${stringifyPrimitive(issue2.values[0])}`; + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u043E\u043F\u0446\u0438\u044F: \u043E\u0447\u0430\u043A\u0432\u0430\u043D\u043E \u0435\u0434\u043D\u043E \u043E\u0442 ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${(_c2 = issue2.origin) != null ? _c2 : "\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430"}`; + return `\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${(_e2 = issue2.origin) != null ? _e2 : "\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0431\u044A\u0434\u0435 ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${issue2.origin} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${issue2.origin} \u0434\u0430 \u0431\u044A\u0434\u0435 ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u0432\u0430 \u0441 "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430 \u0441 "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0432\u043A\u043B\u044E\u0447\u0432\u0430 "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0432\u043F\u0430\u0434\u0430 \u0441 ${_issue.pattern}`; + let invalid_adj = "\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D"; + if (_issue.format === "emoji") + invalid_adj = "\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"; + if (_issue.format === "datetime") + invalid_adj = "\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"; + if (_issue.format === "date") + invalid_adj = "\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"; + if (_issue.format === "time") + invalid_adj = "\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"; + if (_issue.format === "duration") + invalid_adj = "\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"; + return `${invalid_adj} ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043A\u0440\u0430\u0442\u043D\u043E \u043D\u0430 ${issue2.divisor}`; + case "unrecognized_keys": + return `\u041D\u0435\u0440\u0430\u0437\u043F\u043E\u0437\u043D\u0430\u0442${issue2.keys.length > 1 ? "\u0438" : ""} \u043A\u043B\u044E\u0447${issue2.keys.length > 1 ? "\u043E\u0432\u0435" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043A\u043B\u044E\u0447 \u0432 ${issue2.origin}`; + case "invalid_union": + return "\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434"; + case "invalid_element": + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0432 ${issue2.origin}`; + default: + return `\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/ca.js +function ca_default() { + return { + localeError: error5() + }; +} +var error5; +var init_ca = __esm({ + "node_modules/zod/v4/locales/ca.js"() { + init_util(); + error5 = () => { + const Sizable = { + string: { unit: "car\xE0cters", verb: "contenir" }, + file: { unit: "bytes", verb: "contenir" }, + array: { unit: "elements", verb: "contenir" }, + set: { unit: "elements", verb: "contenir" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "entrada", + email: "adre\xE7a electr\xF2nica", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "data i hora ISO", + date: "data ISO", + time: "hora ISO", + duration: "durada ISO", + ipv4: "adre\xE7a IPv4", + ipv6: "adre\xE7a IPv6", + cidrv4: "rang IPv4", + cidrv6: "rang IPv6", + base64: "cadena codificada en base64", + base64url: "cadena codificada en base64url", + json_string: "cadena JSON", + e164: "n\xFAmero E.164", + jwt: "JWT", + template_literal: "entrada" + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Tipus inv\xE0lid: s'esperava instanceof ${issue2.expected}, s'ha rebut ${received}`; + } + return `Tipus inv\xE0lid: s'esperava ${expected}, s'ha rebut ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Valor inv\xE0lid: s'esperava ${stringifyPrimitive(issue2.values[0])}`; + return `Opci\xF3 inv\xE0lida: s'esperava una de ${joinValues(issue2.values, " o ")}`; + case "too_big": { + const adj = issue2.inclusive ? "com a m\xE0xim" : "menys de"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Massa gran: s'esperava que ${(_c2 = issue2.origin) != null ? _c2 : "el valor"} contingu\xE9s ${adj} ${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elements"}`; + return `Massa gran: s'esperava que ${(_e2 = issue2.origin) != null ? _e2 : "el valor"} fos ${adj} ${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? "com a m\xEDnim" : "m\xE9s de"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Massa petit: s'esperava que ${issue2.origin} contingu\xE9s ${adj} ${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Massa petit: s'esperava que ${issue2.origin} fos ${adj} ${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `Format inv\xE0lid: ha de comen\xE7ar amb "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `Format inv\xE0lid: ha d'acabar amb "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Format inv\xE0lid: ha d'incloure "${_issue.includes}"`; + if (_issue.format === "regex") + return `Format inv\xE0lid: ha de coincidir amb el patr\xF3 ${_issue.pattern}`; + return `Format inv\xE0lid per a ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `N\xFAmero inv\xE0lid: ha de ser m\xFAltiple de ${issue2.divisor}`; + case "unrecognized_keys": + return `Clau${issue2.keys.length > 1 ? "s" : ""} no reconeguda${issue2.keys.length > 1 ? "s" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Clau inv\xE0lida a ${issue2.origin}`; + case "invalid_union": + return "Entrada inv\xE0lida"; + // Could also be "Tipus d'unió invàlid" but "Entrada invàlida" is more general + case "invalid_element": + return `Element inv\xE0lid a ${issue2.origin}`; + default: + return `Entrada inv\xE0lida`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/cs.js +function cs_default() { + return { + localeError: error6() + }; +} +var error6; +var init_cs = __esm({ + "node_modules/zod/v4/locales/cs.js"() { + init_util(); + error6 = () => { + const Sizable = { + string: { unit: "znak\u016F", verb: "m\xEDt" }, + file: { unit: "bajt\u016F", verb: "m\xEDt" }, + array: { unit: "prvk\u016F", verb: "m\xEDt" }, + set: { unit: "prvk\u016F", verb: "m\xEDt" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "regul\xE1rn\xED v\xFDraz", + email: "e-mailov\xE1 adresa", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "datum a \u010Das ve form\xE1tu ISO", + date: "datum ve form\xE1tu ISO", + time: "\u010Das ve form\xE1tu ISO", + duration: "doba trv\xE1n\xED ISO", + ipv4: "IPv4 adresa", + ipv6: "IPv6 adresa", + cidrv4: "rozsah IPv4", + cidrv6: "rozsah IPv6", + base64: "\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64", + base64url: "\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64url", + json_string: "\u0159et\u011Bzec ve form\xE1tu JSON", + e164: "\u010D\xEDslo E.164", + jwt: "JWT", + template_literal: "vstup" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u010D\xEDslo", + string: "\u0159et\u011Bzec", + function: "funkce", + array: "pole" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no instanceof ${issue2.expected}, obdr\u017Eeno ${received}`; + } + return `Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${expected}, obdr\u017Eeno ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${stringifyPrimitive(issue2.values[0])}`; + return `Neplatn\xE1 mo\u017Enost: o\u010Dek\xE1v\xE1na jedna z hodnot ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${(_c2 = issue2.origin) != null ? _c2 : "hodnota"} mus\xED m\xEDt ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "prvk\u016F"}`; + } + return `Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${(_e2 = issue2.origin) != null ? _e2 : "hodnota"} mus\xED b\xFDt ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${(_f2 = issue2.origin) != null ? _f2 : "hodnota"} mus\xED m\xEDt ${adj}${issue2.minimum.toString()} ${(_g = sizing.unit) != null ? _g : "prvk\u016F"}`; + } + return `Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${(_h2 = issue2.origin) != null ? _h2 : "hodnota"} mus\xED b\xFDt ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Neplatn\xFD \u0159et\u011Bzec: mus\xED za\u010D\xEDnat na "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Neplatn\xFD \u0159et\u011Bzec: mus\xED kon\u010Dit na "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Neplatn\xFD \u0159et\u011Bzec: mus\xED obsahovat "${_issue.includes}"`; + if (_issue.format === "regex") + return `Neplatn\xFD \u0159et\u011Bzec: mus\xED odpov\xEDdat vzoru ${_issue.pattern}`; + return `Neplatn\xFD form\xE1t ${(_i = FormatDictionary[_issue.format]) != null ? _i : issue2.format}`; + } + case "not_multiple_of": + return `Neplatn\xE9 \u010D\xEDslo: mus\xED b\xFDt n\xE1sobkem ${issue2.divisor}`; + case "unrecognized_keys": + return `Nezn\xE1m\xE9 kl\xED\u010De: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Neplatn\xFD kl\xED\u010D v ${issue2.origin}`; + case "invalid_union": + return "Neplatn\xFD vstup"; + case "invalid_element": + return `Neplatn\xE1 hodnota v ${issue2.origin}`; + default: + return `Neplatn\xFD vstup`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/da.js +function da_default() { + return { + localeError: error7() + }; +} +var error7; +var init_da = __esm({ + "node_modules/zod/v4/locales/da.js"() { + init_util(); + error7 = () => { + const Sizable = { + string: { unit: "tegn", verb: "havde" }, + file: { unit: "bytes", verb: "havde" }, + array: { unit: "elementer", verb: "indeholdt" }, + set: { unit: "elementer", verb: "indeholdt" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "input", + email: "e-mailadresse", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO dato- og klokkesl\xE6t", + date: "ISO-dato", + time: "ISO-klokkesl\xE6t", + duration: "ISO-varighed", + ipv4: "IPv4-omr\xE5de", + ipv6: "IPv6-omr\xE5de", + cidrv4: "IPv4-spektrum", + cidrv6: "IPv6-spektrum", + base64: "base64-kodet streng", + base64url: "base64url-kodet streng", + json_string: "JSON-streng", + e164: "E.164-nummer", + jwt: "JWT", + template_literal: "input" + }; + const TypeDictionary = { + nan: "NaN", + string: "streng", + number: "tal", + boolean: "boolean", + array: "liste", + object: "objekt", + set: "s\xE6t", + file: "fil" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Ugyldigt input: forventede instanceof ${issue2.expected}, fik ${received}`; + } + return `Ugyldigt input: forventede ${expected}, fik ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Ugyldig v\xE6rdi: forventede ${stringifyPrimitive(issue2.values[0])}`; + return `Ugyldigt valg: forventede en af f\xF8lgende ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + const origin = (_c2 = TypeDictionary[issue2.origin]) != null ? _c2 : issue2.origin; + if (sizing) + return `For stor: forventede ${origin != null ? origin : "value"} ${sizing.verb} ${adj} ${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elementer"}`; + return `For stor: forventede ${origin != null ? origin : "value"} havde ${adj} ${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + const origin = (_e2 = TypeDictionary[issue2.origin]) != null ? _e2 : issue2.origin; + if (sizing) { + return `For lille: forventede ${origin} ${sizing.verb} ${adj} ${issue2.minimum.toString()} ${sizing.unit}`; + } + return `For lille: forventede ${origin} havde ${adj} ${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Ugyldig streng: skal starte med "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Ugyldig streng: skal ende med "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Ugyldig streng: skal indeholde "${_issue.includes}"`; + if (_issue.format === "regex") + return `Ugyldig streng: skal matche m\xF8nsteret ${_issue.pattern}`; + return `Ugyldig ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Ugyldigt tal: skal v\xE6re deleligt med ${issue2.divisor}`; + case "unrecognized_keys": + return `${issue2.keys.length > 1 ? "Ukendte n\xF8gler" : "Ukendt n\xF8gle"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Ugyldig n\xF8gle i ${issue2.origin}`; + case "invalid_union": + return "Ugyldigt input: matcher ingen af de tilladte typer"; + case "invalid_element": + return `Ugyldig v\xE6rdi i ${issue2.origin}`; + default: + return `Ugyldigt input`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/de.js +function de_default2() { + return { + localeError: error8() + }; +} +var error8; +var init_de = __esm({ + "node_modules/zod/v4/locales/de.js"() { + init_util(); + error8 = () => { + const Sizable = { + string: { unit: "Zeichen", verb: "zu haben" }, + file: { unit: "Bytes", verb: "zu haben" }, + array: { unit: "Elemente", verb: "zu haben" }, + set: { unit: "Elemente", verb: "zu haben" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "Eingabe", + email: "E-Mail-Adresse", + url: "URL", + emoji: "Emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO-Datum und -Uhrzeit", + date: "ISO-Datum", + time: "ISO-Uhrzeit", + duration: "ISO-Dauer", + ipv4: "IPv4-Adresse", + ipv6: "IPv6-Adresse", + cidrv4: "IPv4-Bereich", + cidrv6: "IPv6-Bereich", + base64: "Base64-codierter String", + base64url: "Base64-URL-codierter String", + json_string: "JSON-String", + e164: "E.164-Nummer", + jwt: "JWT", + template_literal: "Eingabe" + }; + const TypeDictionary = { + nan: "NaN", + number: "Zahl", + array: "Array" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Ung\xFCltige Eingabe: erwartet instanceof ${issue2.expected}, erhalten ${received}`; + } + return `Ung\xFCltige Eingabe: erwartet ${expected}, erhalten ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Ung\xFCltige Eingabe: erwartet ${stringifyPrimitive(issue2.values[0])}`; + return `Ung\xFCltige Option: erwartet eine von ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Zu gro\xDF: erwartet, dass ${(_c2 = issue2.origin) != null ? _c2 : "Wert"} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "Elemente"} hat`; + return `Zu gro\xDF: erwartet, dass ${(_e2 = issue2.origin) != null ? _e2 : "Wert"} ${adj}${issue2.maximum.toString()} ist`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Zu klein: erwartet, dass ${issue2.origin} ${adj}${issue2.minimum.toString()} ${sizing.unit} hat`; + } + return `Zu klein: erwartet, dass ${issue2.origin} ${adj}${issue2.minimum.toString()} ist`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Ung\xFCltiger String: muss mit "${_issue.prefix}" beginnen`; + if (_issue.format === "ends_with") + return `Ung\xFCltiger String: muss mit "${_issue.suffix}" enden`; + if (_issue.format === "includes") + return `Ung\xFCltiger String: muss "${_issue.includes}" enthalten`; + if (_issue.format === "regex") + return `Ung\xFCltiger String: muss dem Muster ${_issue.pattern} entsprechen`; + return `Ung\xFCltig: ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Ung\xFCltige Zahl: muss ein Vielfaches von ${issue2.divisor} sein`; + case "unrecognized_keys": + return `${issue2.keys.length > 1 ? "Unbekannte Schl\xFCssel" : "Unbekannter Schl\xFCssel"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Ung\xFCltiger Schl\xFCssel in ${issue2.origin}`; + case "invalid_union": + return "Ung\xFCltige Eingabe"; + case "invalid_element": + return `Ung\xFCltiger Wert in ${issue2.origin}`; + default: + return `Ung\xFCltige Eingabe`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/en.js +function en_default3() { + return { + localeError: error9() + }; +} +var error9; +var init_en = __esm({ + "node_modules/zod/v4/locales/en.js"() { + init_util(); + error9 = () => { + const Sizable = { + string: { unit: "characters", verb: "to have" }, + file: { unit: "bytes", verb: "to have" }, + array: { unit: "items", verb: "to have" }, + set: { unit: "items", verb: "to have" }, + map: { unit: "entries", verb: "to have" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "input", + email: "email address", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO datetime", + date: "ISO date", + time: "ISO time", + duration: "ISO duration", + ipv4: "IPv4 address", + ipv6: "IPv6 address", + mac: "MAC address", + cidrv4: "IPv4 range", + cidrv6: "IPv6 range", + base64: "base64-encoded string", + base64url: "base64url-encoded string", + json_string: "JSON string", + e164: "E.164 number", + jwt: "JWT", + template_literal: "input" + }; + const TypeDictionary = { + // Compatibility: "nan" -> "NaN" for display + nan: "NaN" + // All other type names omitted - they fall back to raw values via ?? operator + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + return `Invalid input: expected ${expected}, received ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Invalid input: expected ${stringifyPrimitive(issue2.values[0])}`; + return `Invalid option: expected one of ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Too big: expected ${(_c2 = issue2.origin) != null ? _c2 : "value"} to have ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elements"}`; + return `Too big: expected ${(_e2 = issue2.origin) != null ? _e2 : "value"} to be ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Too small: expected ${issue2.origin} to have ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Too small: expected ${issue2.origin} to be ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `Invalid string: must start with "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `Invalid string: must end with "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Invalid string: must include "${_issue.includes}"`; + if (_issue.format === "regex") + return `Invalid string: must match pattern ${_issue.pattern}`; + return `Invalid ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Invalid number: must be a multiple of ${issue2.divisor}`; + case "unrecognized_keys": + return `Unrecognized key${issue2.keys.length > 1 ? "s" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Invalid key in ${issue2.origin}`; + case "invalid_union": + return "Invalid input"; + case "invalid_element": + return `Invalid value in ${issue2.origin}`; + default: + return `Invalid input`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/eo.js +function eo_default() { + return { + localeError: error10() + }; +} +var error10; +var init_eo = __esm({ + "node_modules/zod/v4/locales/eo.js"() { + init_util(); + error10 = () => { + const Sizable = { + string: { unit: "karaktrojn", verb: "havi" }, + file: { unit: "bajtojn", verb: "havi" }, + array: { unit: "elementojn", verb: "havi" }, + set: { unit: "elementojn", verb: "havi" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "enigo", + email: "retadreso", + url: "URL", + emoji: "emo\u011Dio", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO-datotempo", + date: "ISO-dato", + time: "ISO-tempo", + duration: "ISO-da\u016Dro", + ipv4: "IPv4-adreso", + ipv6: "IPv6-adreso", + cidrv4: "IPv4-rango", + cidrv6: "IPv6-rango", + base64: "64-ume kodita karaktraro", + base64url: "URL-64-ume kodita karaktraro", + json_string: "JSON-karaktraro", + e164: "E.164-nombro", + jwt: "JWT", + template_literal: "enigo" + }; + const TypeDictionary = { + nan: "NaN", + number: "nombro", + array: "tabelo", + null: "senvalora" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Nevalida enigo: atendi\u011Dis instanceof ${issue2.expected}, ricevi\u011Dis ${received}`; + } + return `Nevalida enigo: atendi\u011Dis ${expected}, ricevi\u011Dis ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Nevalida enigo: atendi\u011Dis ${stringifyPrimitive(issue2.values[0])}`; + return `Nevalida opcio: atendi\u011Dis unu el ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Tro granda: atendi\u011Dis ke ${(_c2 = issue2.origin) != null ? _c2 : "valoro"} havu ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elementojn"}`; + return `Tro granda: atendi\u011Dis ke ${(_e2 = issue2.origin) != null ? _e2 : "valoro"} havu ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Tro malgranda: atendi\u011Dis ke ${issue2.origin} havu ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Tro malgranda: atendi\u011Dis ke ${issue2.origin} estu ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Nevalida karaktraro: devas komenci\u011Di per "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Nevalida karaktraro: devas fini\u011Di per "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Nevalida karaktraro: devas inkluzivi "${_issue.includes}"`; + if (_issue.format === "regex") + return `Nevalida karaktraro: devas kongrui kun la modelo ${_issue.pattern}`; + return `Nevalida ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Nevalida nombro: devas esti oblo de ${issue2.divisor}`; + case "unrecognized_keys": + return `Nekonata${issue2.keys.length > 1 ? "j" : ""} \u015Dlosilo${issue2.keys.length > 1 ? "j" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Nevalida \u015Dlosilo en ${issue2.origin}`; + case "invalid_union": + return "Nevalida enigo"; + case "invalid_element": + return `Nevalida valoro en ${issue2.origin}`; + default: + return `Nevalida enigo`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/es.js +function es_default2() { + return { + localeError: error11() + }; +} +var error11; +var init_es = __esm({ + "node_modules/zod/v4/locales/es.js"() { + init_util(); + error11 = () => { + const Sizable = { + string: { unit: "caracteres", verb: "tener" }, + file: { unit: "bytes", verb: "tener" }, + array: { unit: "elementos", verb: "tener" }, + set: { unit: "elementos", verb: "tener" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "entrada", + email: "direcci\xF3n de correo electr\xF3nico", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "fecha y hora ISO", + date: "fecha ISO", + time: "hora ISO", + duration: "duraci\xF3n ISO", + ipv4: "direcci\xF3n IPv4", + ipv6: "direcci\xF3n IPv6", + cidrv4: "rango IPv4", + cidrv6: "rango IPv6", + base64: "cadena codificada en base64", + base64url: "URL codificada en base64", + json_string: "cadena JSON", + e164: "n\xFAmero E.164", + jwt: "JWT", + template_literal: "entrada" + }; + const TypeDictionary = { + nan: "NaN", + string: "texto", + number: "n\xFAmero", + boolean: "booleano", + array: "arreglo", + object: "objeto", + set: "conjunto", + file: "archivo", + date: "fecha", + bigint: "n\xFAmero grande", + symbol: "s\xEDmbolo", + undefined: "indefinido", + null: "nulo", + function: "funci\xF3n", + map: "mapa", + record: "registro", + tuple: "tupla", + enum: "enumeraci\xF3n", + union: "uni\xF3n", + literal: "literal", + promise: "promesa", + void: "vac\xEDo", + never: "nunca", + unknown: "desconocido", + any: "cualquiera" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Entrada inv\xE1lida: se esperaba instanceof ${issue2.expected}, recibido ${received}`; + } + return `Entrada inv\xE1lida: se esperaba ${expected}, recibido ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Entrada inv\xE1lida: se esperaba ${stringifyPrimitive(issue2.values[0])}`; + return `Opci\xF3n inv\xE1lida: se esperaba una de ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + const origin = (_c2 = TypeDictionary[issue2.origin]) != null ? _c2 : issue2.origin; + if (sizing) + return `Demasiado grande: se esperaba que ${origin != null ? origin : "valor"} tuviera ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elementos"}`; + return `Demasiado grande: se esperaba que ${origin != null ? origin : "valor"} fuera ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + const origin = (_e2 = TypeDictionary[issue2.origin]) != null ? _e2 : issue2.origin; + if (sizing) { + return `Demasiado peque\xF1o: se esperaba que ${origin} tuviera ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Demasiado peque\xF1o: se esperaba que ${origin} fuera ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Cadena inv\xE1lida: debe comenzar con "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Cadena inv\xE1lida: debe terminar en "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Cadena inv\xE1lida: debe incluir "${_issue.includes}"`; + if (_issue.format === "regex") + return `Cadena inv\xE1lida: debe coincidir con el patr\xF3n ${_issue.pattern}`; + return `Inv\xE1lido ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `N\xFAmero inv\xE1lido: debe ser m\xFAltiplo de ${issue2.divisor}`; + case "unrecognized_keys": + return `Llave${issue2.keys.length > 1 ? "s" : ""} desconocida${issue2.keys.length > 1 ? "s" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Llave inv\xE1lida en ${(_g = TypeDictionary[issue2.origin]) != null ? _g : issue2.origin}`; + case "invalid_union": + return "Entrada inv\xE1lida"; + case "invalid_element": + return `Valor inv\xE1lido en ${(_h2 = TypeDictionary[issue2.origin]) != null ? _h2 : issue2.origin}`; + default: + return `Entrada inv\xE1lida`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/fa.js +function fa_default() { + return { + localeError: error12() + }; +} +var error12; +var init_fa = __esm({ + "node_modules/zod/v4/locales/fa.js"() { + init_util(); + error12 = () => { + const Sizable = { + string: { unit: "\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" }, + file: { unit: "\u0628\u0627\u06CC\u062A", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" }, + array: { unit: "\u0622\u06CC\u062A\u0645", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" }, + set: { unit: "\u0622\u06CC\u062A\u0645", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0648\u0631\u0648\u062F\u06CC", + email: "\u0622\u062F\u0631\u0633 \u0627\u06CC\u0645\u06CC\u0644", + url: "URL", + emoji: "\u0627\u06CC\u0645\u0648\u062C\u06CC", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "\u062A\u0627\u0631\u06CC\u062E \u0648 \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648", + date: "\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u0632\u0648", + time: "\u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648", + duration: "\u0645\u062F\u062A \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648", + ipv4: "IPv4 \u0622\u062F\u0631\u0633", + ipv6: "IPv6 \u0622\u062F\u0631\u0633", + cidrv4: "IPv4 \u062F\u0627\u0645\u0646\u0647", + cidrv6: "IPv6 \u062F\u0627\u0645\u0646\u0647", + base64: "base64-encoded \u0631\u0634\u062A\u0647", + base64url: "base64url-encoded \u0631\u0634\u062A\u0647", + json_string: "JSON \u0631\u0634\u062A\u0647", + e164: "E.164 \u0639\u062F\u062F", + jwt: "JWT", + template_literal: "\u0648\u0631\u0648\u062F\u06CC" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0639\u062F\u062F", + array: "\u0622\u0631\u0627\u06CC\u0647" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A instanceof ${issue2.expected} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${received} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`; + } + return `\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${expected} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${received} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`; + } + case "invalid_value": + if (issue2.values.length === 1) { + return `\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${stringifyPrimitive(issue2.values[0])} \u0645\u06CC\u200C\u0628\u0648\u062F`; + } + return `\u06AF\u0632\u06CC\u0646\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u06CC\u06A9\u06CC \u0627\u0632 ${joinValues(issue2.values, "|")} \u0645\u06CC\u200C\u0628\u0648\u062F`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${(_c2 = issue2.origin) != null ? _c2 : "\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u0639\u0646\u0635\u0631"} \u0628\u0627\u0634\u062F`; + } + return `\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${(_e2 = issue2.origin) != null ? _e2 : "\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${adj}${issue2.maximum.toString()} \u0628\u0627\u0634\u062F`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${issue2.origin} \u0628\u0627\u06CC\u062F ${adj}${issue2.minimum.toString()} ${sizing.unit} \u0628\u0627\u0634\u062F`; + } + return `\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${issue2.origin} \u0628\u0627\u06CC\u062F ${adj}${issue2.minimum.toString()} \u0628\u0627\u0634\u062F`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${_issue.prefix}" \u0634\u0631\u0648\u0639 \u0634\u0648\u062F`; + } + if (_issue.format === "ends_with") { + return `\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${_issue.suffix}" \u062A\u0645\u0627\u0645 \u0634\u0648\u062F`; + } + if (_issue.format === "includes") { + return `\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0634\u0627\u0645\u0644 "${_issue.includes}" \u0628\u0627\u0634\u062F`; + } + if (_issue.format === "regex") { + return `\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 \u0627\u0644\u06AF\u0648\u06CC ${_issue.pattern} \u0645\u0637\u0627\u0628\u0642\u062A \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F`; + } + return `${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format} \u0646\u0627\u0645\u0639\u062A\u0628\u0631`; + } + case "not_multiple_of": + return `\u0639\u062F\u062F \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0645\u0636\u0631\u0628 ${issue2.divisor} \u0628\u0627\u0634\u062F`; + case "unrecognized_keys": + return `\u06A9\u0644\u06CC\u062F${issue2.keys.length > 1 ? "\u0647\u0627\u06CC" : ""} \u0646\u0627\u0634\u0646\u0627\u0633: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u06A9\u0644\u06CC\u062F \u0646\u0627\u0634\u0646\u0627\u0633 \u062F\u0631 ${issue2.origin}`; + case "invalid_union": + return `\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631`; + case "invalid_element": + return `\u0645\u0642\u062F\u0627\u0631 \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u062F\u0631 ${issue2.origin}`; + default: + return `\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/fi.js +function fi_default() { + return { + localeError: error13() + }; +} +var error13; +var init_fi = __esm({ + "node_modules/zod/v4/locales/fi.js"() { + init_util(); + error13 = () => { + const Sizable = { + string: { unit: "merkki\xE4", subject: "merkkijonon" }, + file: { unit: "tavua", subject: "tiedoston" }, + array: { unit: "alkiota", subject: "listan" }, + set: { unit: "alkiota", subject: "joukon" }, + number: { unit: "", subject: "luvun" }, + bigint: { unit: "", subject: "suuren kokonaisluvun" }, + int: { unit: "", subject: "kokonaisluvun" }, + date: { unit: "", subject: "p\xE4iv\xE4m\xE4\xE4r\xE4n" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "s\xE4\xE4nn\xF6llinen lauseke", + email: "s\xE4hk\xF6postiosoite", + url: "URL-osoite", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO-aikaleima", + date: "ISO-p\xE4iv\xE4m\xE4\xE4r\xE4", + time: "ISO-aika", + duration: "ISO-kesto", + ipv4: "IPv4-osoite", + ipv6: "IPv6-osoite", + cidrv4: "IPv4-alue", + cidrv6: "IPv6-alue", + base64: "base64-koodattu merkkijono", + base64url: "base64url-koodattu merkkijono", + json_string: "JSON-merkkijono", + e164: "E.164-luku", + jwt: "JWT", + template_literal: "templaattimerkkijono" + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Virheellinen tyyppi: odotettiin instanceof ${issue2.expected}, oli ${received}`; + } + return `Virheellinen tyyppi: odotettiin ${expected}, oli ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Virheellinen sy\xF6te: t\xE4ytyy olla ${stringifyPrimitive(issue2.values[0])}`; + return `Virheellinen valinta: t\xE4ytyy olla yksi seuraavista: ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Liian suuri: ${sizing.subject} t\xE4ytyy olla ${adj}${issue2.maximum.toString()} ${sizing.unit}`.trim(); + } + return `Liian suuri: arvon t\xE4ytyy olla ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Liian pieni: ${sizing.subject} t\xE4ytyy olla ${adj}${issue2.minimum.toString()} ${sizing.unit}`.trim(); + } + return `Liian pieni: arvon t\xE4ytyy olla ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Virheellinen sy\xF6te: t\xE4ytyy alkaa "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Virheellinen sy\xF6te: t\xE4ytyy loppua "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Virheellinen sy\xF6te: t\xE4ytyy sis\xE4lt\xE4\xE4 "${_issue.includes}"`; + if (_issue.format === "regex") { + return `Virheellinen sy\xF6te: t\xE4ytyy vastata s\xE4\xE4nn\xF6llist\xE4 lauseketta ${_issue.pattern}`; + } + return `Virheellinen ${(_c2 = FormatDictionary[_issue.format]) != null ? _c2 : issue2.format}`; + } + case "not_multiple_of": + return `Virheellinen luku: t\xE4ytyy olla luvun ${issue2.divisor} monikerta`; + case "unrecognized_keys": + return `${issue2.keys.length > 1 ? "Tuntemattomat avaimet" : "Tuntematon avain"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return "Virheellinen avain tietueessa"; + case "invalid_union": + return "Virheellinen unioni"; + case "invalid_element": + return "Virheellinen arvo joukossa"; + default: + return `Virheellinen sy\xF6te`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/fr.js +function fr_default2() { + return { + localeError: error14() + }; +} +var error14; +var init_fr = __esm({ + "node_modules/zod/v4/locales/fr.js"() { + init_util(); + error14 = () => { + const Sizable = { + string: { unit: "caract\xE8res", verb: "avoir" }, + file: { unit: "octets", verb: "avoir" }, + array: { unit: "\xE9l\xE9ments", verb: "avoir" }, + set: { unit: "\xE9l\xE9ments", verb: "avoir" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "entr\xE9e", + email: "adresse e-mail", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "date et heure ISO", + date: "date ISO", + time: "heure ISO", + duration: "dur\xE9e ISO", + ipv4: "adresse IPv4", + ipv6: "adresse IPv6", + cidrv4: "plage IPv4", + cidrv6: "plage IPv6", + base64: "cha\xEEne encod\xE9e en base64", + base64url: "cha\xEEne encod\xE9e en base64url", + json_string: "cha\xEEne JSON", + e164: "num\xE9ro E.164", + jwt: "JWT", + template_literal: "entr\xE9e" + }; + const TypeDictionary = { + nan: "NaN", + number: "nombre", + array: "tableau" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Entr\xE9e invalide : instanceof ${issue2.expected} attendu, ${received} re\xE7u`; + } + return `Entr\xE9e invalide : ${expected} attendu, ${received} re\xE7u`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Entr\xE9e invalide : ${stringifyPrimitive(issue2.values[0])} attendu`; + return `Option invalide : une valeur parmi ${joinValues(issue2.values, "|")} attendue`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Trop grand : ${(_c2 = issue2.origin) != null ? _c2 : "valeur"} doit ${sizing.verb} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\xE9l\xE9ment(s)"}`; + return `Trop grand : ${(_e2 = issue2.origin) != null ? _e2 : "valeur"} doit \xEAtre ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Trop petit : ${issue2.origin} doit ${sizing.verb} ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Trop petit : ${issue2.origin} doit \xEAtre ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Cha\xEEne invalide : doit commencer par "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Cha\xEEne invalide : doit se terminer par "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Cha\xEEne invalide : doit inclure "${_issue.includes}"`; + if (_issue.format === "regex") + return `Cha\xEEne invalide : doit correspondre au mod\xE8le ${_issue.pattern}`; + return `${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format} invalide`; + } + case "not_multiple_of": + return `Nombre invalide : doit \xEAtre un multiple de ${issue2.divisor}`; + case "unrecognized_keys": + return `Cl\xE9${issue2.keys.length > 1 ? "s" : ""} non reconnue${issue2.keys.length > 1 ? "s" : ""} : ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Cl\xE9 invalide dans ${issue2.origin}`; + case "invalid_union": + return "Entr\xE9e invalide"; + case "invalid_element": + return `Valeur invalide dans ${issue2.origin}`; + default: + return `Entr\xE9e invalide`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/fr-CA.js +function fr_CA_default() { + return { + localeError: error15() + }; +} +var error15; +var init_fr_CA = __esm({ + "node_modules/zod/v4/locales/fr-CA.js"() { + init_util(); + error15 = () => { + const Sizable = { + string: { unit: "caract\xE8res", verb: "avoir" }, + file: { unit: "octets", verb: "avoir" }, + array: { unit: "\xE9l\xE9ments", verb: "avoir" }, + set: { unit: "\xE9l\xE9ments", verb: "avoir" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "entr\xE9e", + email: "adresse courriel", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "date-heure ISO", + date: "date ISO", + time: "heure ISO", + duration: "dur\xE9e ISO", + ipv4: "adresse IPv4", + ipv6: "adresse IPv6", + cidrv4: "plage IPv4", + cidrv6: "plage IPv6", + base64: "cha\xEEne encod\xE9e en base64", + base64url: "cha\xEEne encod\xE9e en base64url", + json_string: "cha\xEEne JSON", + e164: "num\xE9ro E.164", + jwt: "JWT", + template_literal: "entr\xE9e" + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Entr\xE9e invalide : attendu instanceof ${issue2.expected}, re\xE7u ${received}`; + } + return `Entr\xE9e invalide : attendu ${expected}, re\xE7u ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Entr\xE9e invalide : attendu ${stringifyPrimitive(issue2.values[0])}`; + return `Option invalide : attendu l'une des valeurs suivantes ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "\u2264" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Trop grand : attendu que ${(_c2 = issue2.origin) != null ? _c2 : "la valeur"} ait ${adj}${issue2.maximum.toString()} ${sizing.unit}`; + return `Trop grand : attendu que ${(_d = issue2.origin) != null ? _d : "la valeur"} soit ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? "\u2265" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Trop petit : attendu que ${issue2.origin} ait ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Trop petit : attendu que ${issue2.origin} soit ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `Cha\xEEne invalide : doit commencer par "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `Cha\xEEne invalide : doit se terminer par "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Cha\xEEne invalide : doit inclure "${_issue.includes}"`; + if (_issue.format === "regex") + return `Cha\xEEne invalide : doit correspondre au motif ${_issue.pattern}`; + return `${(_e2 = FormatDictionary[_issue.format]) != null ? _e2 : issue2.format} invalide`; + } + case "not_multiple_of": + return `Nombre invalide : doit \xEAtre un multiple de ${issue2.divisor}`; + case "unrecognized_keys": + return `Cl\xE9${issue2.keys.length > 1 ? "s" : ""} non reconnue${issue2.keys.length > 1 ? "s" : ""} : ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Cl\xE9 invalide dans ${issue2.origin}`; + case "invalid_union": + return "Entr\xE9e invalide"; + case "invalid_element": + return `Valeur invalide dans ${issue2.origin}`; + default: + return `Entr\xE9e invalide`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/he.js +function he_default() { + return { + localeError: error16() + }; +} +var error16; +var init_he = __esm({ + "node_modules/zod/v4/locales/he.js"() { + init_util(); + error16 = () => { + const TypeNames = { + string: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA", gender: "f" }, + number: { label: "\u05DE\u05E1\u05E4\u05E8", gender: "m" }, + boolean: { label: "\u05E2\u05E8\u05DA \u05D1\u05D5\u05DC\u05D9\u05D0\u05E0\u05D9", gender: "m" }, + bigint: { label: "BigInt", gender: "m" }, + date: { label: "\u05EA\u05D0\u05E8\u05D9\u05DA", gender: "m" }, + array: { label: "\u05DE\u05E2\u05E8\u05DA", gender: "m" }, + object: { label: "\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8", gender: "m" }, + null: { label: "\u05E2\u05E8\u05DA \u05E8\u05D9\u05E7 (null)", gender: "m" }, + undefined: { label: "\u05E2\u05E8\u05DA \u05DC\u05D0 \u05DE\u05D5\u05D2\u05D3\u05E8 (undefined)", gender: "m" }, + symbol: { label: "\u05E1\u05D9\u05DE\u05D1\u05D5\u05DC (Symbol)", gender: "m" }, + function: { label: "\u05E4\u05D5\u05E0\u05E7\u05E6\u05D9\u05D4", gender: "f" }, + map: { label: "\u05DE\u05E4\u05D4 (Map)", gender: "f" }, + set: { label: "\u05E7\u05D1\u05D5\u05E6\u05D4 (Set)", gender: "f" }, + file: { label: "\u05E7\u05D5\u05D1\u05E5", gender: "m" }, + promise: { label: "Promise", gender: "m" }, + NaN: { label: "NaN", gender: "m" }, + unknown: { label: "\u05E2\u05E8\u05DA \u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2", gender: "m" }, + value: { label: "\u05E2\u05E8\u05DA", gender: "m" } + }; + const Sizable = { + string: { unit: "\u05EA\u05D5\u05D5\u05D9\u05DD", shortLabel: "\u05E7\u05E6\u05E8", longLabel: "\u05D0\u05E8\u05D5\u05DA" }, + file: { unit: "\u05D1\u05D9\u05D9\u05D8\u05D9\u05DD", shortLabel: "\u05E7\u05D8\u05DF", longLabel: "\u05D2\u05D3\u05D5\u05DC" }, + array: { unit: "\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", shortLabel: "\u05E7\u05D8\u05DF", longLabel: "\u05D2\u05D3\u05D5\u05DC" }, + set: { unit: "\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", shortLabel: "\u05E7\u05D8\u05DF", longLabel: "\u05D2\u05D3\u05D5\u05DC" }, + number: { unit: "", shortLabel: "\u05E7\u05D8\u05DF", longLabel: "\u05D2\u05D3\u05D5\u05DC" } + // no unit + }; + const typeEntry = (t11) => t11 ? TypeNames[t11] : void 0; + const typeLabel = (t11) => { + const e2 = typeEntry(t11); + if (e2) + return e2.label; + return t11 != null ? t11 : TypeNames.unknown.label; + }; + const withDefinite = (t11) => `\u05D4${typeLabel(t11)}`; + const verbFor = (t11) => { + var _a5; + const e2 = typeEntry(t11); + const gender = (_a5 = e2 == null ? void 0 : e2.gender) != null ? _a5 : "m"; + return gender === "f" ? "\u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05D9\u05D5\u05EA" : "\u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA"; + }; + const getSizing = (origin) => { + var _a5; + if (!origin) + return null; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + }; + const FormatDictionary = { + regex: { label: "\u05E7\u05DC\u05D8", gender: "m" }, + email: { label: "\u05DB\u05EA\u05D5\u05D1\u05EA \u05D0\u05D9\u05DE\u05D9\u05D9\u05DC", gender: "f" }, + url: { label: "\u05DB\u05EA\u05D5\u05D1\u05EA \u05E8\u05E9\u05EA", gender: "f" }, + emoji: { label: "\u05D0\u05D9\u05DE\u05D5\u05D2'\u05D9", gender: "m" }, + uuid: { label: "UUID", gender: "m" }, + nanoid: { label: "nanoid", gender: "m" }, + guid: { label: "GUID", gender: "m" }, + cuid: { label: "cuid", gender: "m" }, + cuid2: { label: "cuid2", gender: "m" }, + ulid: { label: "ULID", gender: "m" }, + xid: { label: "XID", gender: "m" }, + ksuid: { label: "KSUID", gender: "m" }, + datetime: { label: "\u05EA\u05D0\u05E8\u05D9\u05DA \u05D5\u05D6\u05DE\u05DF ISO", gender: "m" }, + date: { label: "\u05EA\u05D0\u05E8\u05D9\u05DA ISO", gender: "m" }, + time: { label: "\u05D6\u05DE\u05DF ISO", gender: "m" }, + duration: { label: "\u05DE\u05E9\u05DA \u05D6\u05DE\u05DF ISO", gender: "m" }, + ipv4: { label: "\u05DB\u05EA\u05D5\u05D1\u05EA IPv4", gender: "f" }, + ipv6: { label: "\u05DB\u05EA\u05D5\u05D1\u05EA IPv6", gender: "f" }, + cidrv4: { label: "\u05D8\u05D5\u05D5\u05D7 IPv4", gender: "m" }, + cidrv6: { label: "\u05D8\u05D5\u05D5\u05D7 IPv6", gender: "m" }, + base64: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64", gender: "f" }, + base64url: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64 \u05DC\u05DB\u05EA\u05D5\u05D1\u05D5\u05EA \u05E8\u05E9\u05EA", gender: "f" }, + json_string: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA JSON", gender: "f" }, + e164: { label: "\u05DE\u05E1\u05E4\u05E8 E.164", gender: "m" }, + jwt: { label: "JWT", gender: "m" }, + ends_with: { label: "\u05E7\u05DC\u05D8", gender: "m" }, + includes: { label: "\u05E7\u05DC\u05D8", gender: "m" }, + lowercase: { label: "\u05E7\u05DC\u05D8", gender: "m" }, + starts_with: { label: "\u05E7\u05DC\u05D8", gender: "m" }, + uppercase: { label: "\u05E7\u05DC\u05D8", gender: "m" } + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n, _o, _p, _q3, _r, _s, _t, _u2; + switch (issue2.code) { + case "invalid_type": { + const expectedKey = issue2.expected; + const expected = (_a5 = TypeDictionary[expectedKey != null ? expectedKey : ""]) != null ? _a5 : typeLabel(expectedKey); + const receivedType = parsedType(issue2.input); + const received = (_d = (_c2 = TypeDictionary[receivedType]) != null ? _c2 : (_b3 = TypeNames[receivedType]) == null ? void 0 : _b3.label) != null ? _d : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA instanceof ${issue2.expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${received}`; + } + return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${received}`; + } + case "invalid_value": { + if (issue2.values.length === 1) { + return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05E2\u05E8\u05DA \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA ${stringifyPrimitive(issue2.values[0])}`; + } + const stringified = issue2.values.map((v2) => stringifyPrimitive(v2)); + if (issue2.values.length === 2) { + return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${stringified[0]} \u05D0\u05D5 ${stringified[1]}`; + } + const lastValue = stringified[stringified.length - 1]; + const restValues = stringified.slice(0, -1).join(", "); + return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${restValues} \u05D0\u05D5 ${lastValue}`; + } + case "too_big": { + const sizing = getSizing(issue2.origin); + const subject = withDefinite((_e2 = issue2.origin) != null ? _e2 : "value"); + if (issue2.origin === "string") { + return `${(_f2 = sizing == null ? void 0 : sizing.longLabel) != null ? _f2 : "\u05D0\u05E8\u05D5\u05DA"} \u05DE\u05D3\u05D9: ${subject} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${issue2.maximum.toString()} ${(_g = sizing == null ? void 0 : sizing.unit) != null ? _g : ""} ${issue2.inclusive ? "\u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA" : "\u05DC\u05DB\u05DC \u05D4\u05D9\u05D5\u05EA\u05E8"}`.trim(); + } + if (issue2.origin === "number") { + const comparison = issue2.inclusive ? `\u05E7\u05D8\u05DF \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${issue2.maximum}` : `\u05E7\u05D8\u05DF \u05DE-${issue2.maximum}`; + return `\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${subject} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${comparison}`; + } + if (issue2.origin === "array" || issue2.origin === "set") { + const verb = issue2.origin === "set" ? "\u05E6\u05E8\u05D9\u05DB\u05D4" : "\u05E6\u05E8\u05D9\u05DA"; + const comparison = issue2.inclusive ? `${issue2.maximum} ${(_h2 = sizing == null ? void 0 : sizing.unit) != null ? _h2 : ""} \u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA` : `\u05E4\u05D7\u05D5\u05EA \u05DE-${issue2.maximum} ${(_i = sizing == null ? void 0 : sizing.unit) != null ? _i : ""}`; + return `\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${subject} ${verb} \u05DC\u05D4\u05DB\u05D9\u05DC ${comparison}`.trim(); + } + const adj = issue2.inclusive ? "<=" : "<"; + const be2 = verbFor((_j = issue2.origin) != null ? _j : "value"); + if (sizing == null ? void 0 : sizing.unit) { + return `${sizing.longLabel} \u05DE\u05D3\u05D9: ${subject} ${be2} ${adj}${issue2.maximum.toString()} ${sizing.unit}`; + } + return `${(_k3 = sizing == null ? void 0 : sizing.longLabel) != null ? _k3 : "\u05D2\u05D3\u05D5\u05DC"} \u05DE\u05D3\u05D9: ${subject} ${be2} ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const sizing = getSizing(issue2.origin); + const subject = withDefinite((_l2 = issue2.origin) != null ? _l2 : "value"); + if (issue2.origin === "string") { + return `${(_m = sizing == null ? void 0 : sizing.shortLabel) != null ? _m : "\u05E7\u05E6\u05E8"} \u05DE\u05D3\u05D9: ${subject} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${issue2.minimum.toString()} ${(_n = sizing == null ? void 0 : sizing.unit) != null ? _n : ""} ${issue2.inclusive ? "\u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8" : "\u05DC\u05E4\u05D7\u05D5\u05EA"}`.trim(); + } + if (issue2.origin === "number") { + const comparison = issue2.inclusive ? `\u05D2\u05D3\u05D5\u05DC \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${issue2.minimum}` : `\u05D2\u05D3\u05D5\u05DC \u05DE-${issue2.minimum}`; + return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${subject} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${comparison}`; + } + if (issue2.origin === "array" || issue2.origin === "set") { + const verb = issue2.origin === "set" ? "\u05E6\u05E8\u05D9\u05DB\u05D4" : "\u05E6\u05E8\u05D9\u05DA"; + if (issue2.minimum === 1 && issue2.inclusive) { + const singularPhrase = issue2.origin === "set" ? "\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3" : "\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3"; + return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${subject} ${verb} \u05DC\u05D4\u05DB\u05D9\u05DC ${singularPhrase}`; + } + const comparison = issue2.inclusive ? `${issue2.minimum} ${(_o = sizing == null ? void 0 : sizing.unit) != null ? _o : ""} \u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8` : `\u05D9\u05D5\u05EA\u05E8 \u05DE-${issue2.minimum} ${(_p = sizing == null ? void 0 : sizing.unit) != null ? _p : ""}`; + return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${subject} ${verb} \u05DC\u05D4\u05DB\u05D9\u05DC ${comparison}`.trim(); + } + const adj = issue2.inclusive ? ">=" : ">"; + const be2 = verbFor((_q3 = issue2.origin) != null ? _q3 : "value"); + if (sizing == null ? void 0 : sizing.unit) { + return `${sizing.shortLabel} \u05DE\u05D3\u05D9: ${subject} ${be2} ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `${(_r = sizing == null ? void 0 : sizing.shortLabel) != null ? _r : "\u05E7\u05D8\u05DF"} \u05DE\u05D3\u05D9: ${subject} ${be2} ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC \u05D1 "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1 "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05DB\u05DC\u05D5\u05DC "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D0\u05D9\u05DD \u05DC\u05EA\u05D1\u05E0\u05D9\u05EA ${_issue.pattern}`; + const nounEntry = FormatDictionary[_issue.format]; + const noun = (_s = nounEntry == null ? void 0 : nounEntry.label) != null ? _s : _issue.format; + const gender = (_t = nounEntry == null ? void 0 : nounEntry.gender) != null ? _t : "m"; + const adjective = gender === "f" ? "\u05EA\u05E7\u05D9\u05E0\u05D4" : "\u05EA\u05E7\u05D9\u05DF"; + return `${noun} \u05DC\u05D0 ${adjective}`; + } + case "not_multiple_of": + return `\u05DE\u05E1\u05E4\u05E8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05DB\u05E4\u05DC\u05D4 \u05E9\u05DC ${issue2.divisor}`; + case "unrecognized_keys": + return `\u05DE\u05E4\u05EA\u05D7${issue2.keys.length > 1 ? "\u05D5\u05EA" : ""} \u05DC\u05D0 \u05DE\u05D6\u05D5\u05D4${issue2.keys.length > 1 ? "\u05D9\u05DD" : "\u05D4"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": { + return `\u05E9\u05D3\u05D4 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8`; + } + case "invalid_union": + return "\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF"; + case "invalid_element": { + const place = withDefinite((_u2 = issue2.origin) != null ? _u2 : "array"); + return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${place}`; + } + default: + return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/hu.js +function hu_default() { + return { + localeError: error17() + }; +} +var error17; +var init_hu = __esm({ + "node_modules/zod/v4/locales/hu.js"() { + init_util(); + error17 = () => { + const Sizable = { + string: { unit: "karakter", verb: "legyen" }, + file: { unit: "byte", verb: "legyen" }, + array: { unit: "elem", verb: "legyen" }, + set: { unit: "elem", verb: "legyen" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "bemenet", + email: "email c\xEDm", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO id\u0151b\xE9lyeg", + date: "ISO d\xE1tum", + time: "ISO id\u0151", + duration: "ISO id\u0151intervallum", + ipv4: "IPv4 c\xEDm", + ipv6: "IPv6 c\xEDm", + cidrv4: "IPv4 tartom\xE1ny", + cidrv6: "IPv6 tartom\xE1ny", + base64: "base64-k\xF3dolt string", + base64url: "base64url-k\xF3dolt string", + json_string: "JSON string", + e164: "E.164 sz\xE1m", + jwt: "JWT", + template_literal: "bemenet" + }; + const TypeDictionary = { + nan: "NaN", + number: "sz\xE1m", + array: "t\xF6mb" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k instanceof ${issue2.expected}, a kapott \xE9rt\xE9k ${received}`; + } + return `\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${expected}, a kapott \xE9rt\xE9k ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${stringifyPrimitive(issue2.values[0])}`; + return `\xC9rv\xE9nytelen opci\xF3: valamelyik \xE9rt\xE9k v\xE1rt ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `T\xFAl nagy: ${(_c2 = issue2.origin) != null ? _c2 : "\xE9rt\xE9k"} m\xE9rete t\xFAl nagy ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elem"}`; + return `T\xFAl nagy: a bemeneti \xE9rt\xE9k ${(_e2 = issue2.origin) != null ? _e2 : "\xE9rt\xE9k"} t\xFAl nagy: ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${issue2.origin} m\xE9rete t\xFAl kicsi ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${issue2.origin} t\xFAl kicsi ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\xC9rv\xE9nytelen string: "${_issue.prefix}" \xE9rt\xE9kkel kell kezd\u0151dnie`; + if (_issue.format === "ends_with") + return `\xC9rv\xE9nytelen string: "${_issue.suffix}" \xE9rt\xE9kkel kell v\xE9gz\u0151dnie`; + if (_issue.format === "includes") + return `\xC9rv\xE9nytelen string: "${_issue.includes}" \xE9rt\xE9ket kell tartalmaznia`; + if (_issue.format === "regex") + return `\xC9rv\xE9nytelen string: ${_issue.pattern} mint\xE1nak kell megfelelnie`; + return `\xC9rv\xE9nytelen ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\xC9rv\xE9nytelen sz\xE1m: ${issue2.divisor} t\xF6bbsz\xF6r\xF6s\xE9nek kell lennie`; + case "unrecognized_keys": + return `Ismeretlen kulcs${issue2.keys.length > 1 ? "s" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\xC9rv\xE9nytelen kulcs ${issue2.origin}`; + case "invalid_union": + return "\xC9rv\xE9nytelen bemenet"; + case "invalid_element": + return `\xC9rv\xE9nytelen \xE9rt\xE9k: ${issue2.origin}`; + default: + return `\xC9rv\xE9nytelen bemenet`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/hy.js +function getArmenianPlural(count, one, many) { + return Math.abs(count) === 1 ? one : many; +} +function withDefiniteArticle(word) { + if (!word) + return ""; + const vowels = ["\u0561", "\u0565", "\u0568", "\u056B", "\u0578", "\u0578\u0582", "\u0585"]; + const lastChar = word[word.length - 1]; + return word + (vowels.includes(lastChar) ? "\u0576" : "\u0568"); +} +function hy_default() { + return { + localeError: error18() + }; +} +var error18; +var init_hy = __esm({ + "node_modules/zod/v4/locales/hy.js"() { + init_util(); + error18 = () => { + const Sizable = { + string: { + unit: { + one: "\u0576\u0577\u0561\u0576", + many: "\u0576\u0577\u0561\u0576\u0576\u0565\u0580" + }, + verb: "\u0578\u0582\u0576\u0565\u0576\u0561\u056C" + }, + file: { + unit: { + one: "\u0562\u0561\u0575\u0569", + many: "\u0562\u0561\u0575\u0569\u0565\u0580" + }, + verb: "\u0578\u0582\u0576\u0565\u0576\u0561\u056C" + }, + array: { + unit: { + one: "\u057F\u0561\u0580\u0580", + many: "\u057F\u0561\u0580\u0580\u0565\u0580" + }, + verb: "\u0578\u0582\u0576\u0565\u0576\u0561\u056C" + }, + set: { + unit: { + one: "\u057F\u0561\u0580\u0580", + many: "\u057F\u0561\u0580\u0580\u0565\u0580" + }, + verb: "\u0578\u0582\u0576\u0565\u0576\u0561\u056C" + } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0574\u0578\u0582\u057F\u0584", + email: "\u0567\u056C. \u0570\u0561\u057D\u0581\u0565", + url: "URL", + emoji: "\u0567\u0574\u0578\u057B\u056B", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E \u0587 \u056A\u0561\u0574", + date: "ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E", + time: "ISO \u056A\u0561\u0574", + duration: "ISO \u057F\u0587\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576", + ipv4: "IPv4 \u0570\u0561\u057D\u0581\u0565", + ipv6: "IPv6 \u0570\u0561\u057D\u0581\u0565", + cidrv4: "IPv4 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584", + cidrv6: "IPv6 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584", + base64: "base64 \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572", + base64url: "base64url \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572", + json_string: "JSON \u057F\u0578\u0572", + e164: "E.164 \u0570\u0561\u0574\u0561\u0580", + jwt: "JWT", + template_literal: "\u0574\u0578\u0582\u057F\u0584" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0569\u056B\u057E", + array: "\u0566\u0561\u0576\u0563\u057E\u0561\u056E" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 instanceof ${issue2.expected}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${received}`; + } + return `\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${expected}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${stringifyPrimitive(issue2.values[1])}`; + return `\u054D\u056D\u0561\u056C \u057F\u0561\u0580\u0562\u0565\u0580\u0561\u056F\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 \u0570\u0565\u057F\u0587\u0575\u0561\u056C\u0576\u0565\u0580\u056B\u0581 \u0574\u0565\u056F\u0568\u055D ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + const maxValue = Number(issue2.maximum); + const unit = getArmenianPlural(maxValue, sizing.unit.one, sizing.unit.many); + return `\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${withDefiniteArticle((_c2 = issue2.origin) != null ? _c2 : "\u0561\u0580\u056A\u0565\u0584")} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${adj}${issue2.maximum.toString()} ${unit}`; + } + return `\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${withDefiniteArticle((_d = issue2.origin) != null ? _d : "\u0561\u0580\u056A\u0565\u0584")} \u056C\u056B\u0576\u056B ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + const minValue = Number(issue2.minimum); + const unit = getArmenianPlural(minValue, sizing.unit.one, sizing.unit.many); + return `\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${withDefiniteArticle(issue2.origin)} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${adj}${issue2.minimum.toString()} ${unit}`; + } + return `\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${withDefiniteArticle(issue2.origin)} \u056C\u056B\u0576\u056B ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057D\u056F\u057D\u057E\u056B "${_issue.prefix}"-\u0578\u057E`; + if (_issue.format === "ends_with") + return `\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0561\u057E\u0561\u0580\u057F\u057E\u056B "${_issue.suffix}"-\u0578\u057E`; + if (_issue.format === "includes") + return `\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057A\u0561\u0580\u0578\u0582\u0576\u0561\u056F\u056B "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0570\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576\u056B ${_issue.pattern} \u0571\u0587\u0561\u0579\u0561\u0583\u056B\u0576`; + return `\u054D\u056D\u0561\u056C ${(_e2 = FormatDictionary[_issue.format]) != null ? _e2 : issue2.format}`; + } + case "not_multiple_of": + return `\u054D\u056D\u0561\u056C \u0569\u056B\u057E\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0562\u0561\u0566\u0574\u0561\u057A\u0561\u057F\u056B\u056F \u056C\u056B\u0576\u056B ${issue2.divisor}-\u056B`; + case "unrecognized_keys": + return `\u0549\u0573\u0561\u0576\u0561\u0579\u057E\u0561\u056E \u0562\u0561\u0576\u0561\u056C\u056B${issue2.keys.length > 1 ? "\u0576\u0565\u0580" : ""}. ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u054D\u056D\u0561\u056C \u0562\u0561\u0576\u0561\u056C\u056B ${withDefiniteArticle(issue2.origin)}-\u0578\u0582\u0574`; + case "invalid_union": + return "\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574"; + case "invalid_element": + return `\u054D\u056D\u0561\u056C \u0561\u0580\u056A\u0565\u0584 ${withDefiniteArticle(issue2.origin)}-\u0578\u0582\u0574`; + default: + return `\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/id.js +function id_default() { + return { + localeError: error19() + }; +} +var error19; +var init_id = __esm({ + "node_modules/zod/v4/locales/id.js"() { + init_util(); + error19 = () => { + const Sizable = { + string: { unit: "karakter", verb: "memiliki" }, + file: { unit: "byte", verb: "memiliki" }, + array: { unit: "item", verb: "memiliki" }, + set: { unit: "item", verb: "memiliki" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "input", + email: "alamat email", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "tanggal dan waktu format ISO", + date: "tanggal format ISO", + time: "jam format ISO", + duration: "durasi format ISO", + ipv4: "alamat IPv4", + ipv6: "alamat IPv6", + cidrv4: "rentang alamat IPv4", + cidrv6: "rentang alamat IPv6", + base64: "string dengan enkode base64", + base64url: "string dengan enkode base64url", + json_string: "string JSON", + e164: "angka E.164", + jwt: "JWT", + template_literal: "input" + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Input tidak valid: diharapkan instanceof ${issue2.expected}, diterima ${received}`; + } + return `Input tidak valid: diharapkan ${expected}, diterima ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Input tidak valid: diharapkan ${stringifyPrimitive(issue2.values[0])}`; + return `Pilihan tidak valid: diharapkan salah satu dari ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Terlalu besar: diharapkan ${(_c2 = issue2.origin) != null ? _c2 : "value"} memiliki ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elemen"}`; + return `Terlalu besar: diharapkan ${(_e2 = issue2.origin) != null ? _e2 : "value"} menjadi ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Terlalu kecil: diharapkan ${issue2.origin} memiliki ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Terlalu kecil: diharapkan ${issue2.origin} menjadi ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `String tidak valid: harus dimulai dengan "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `String tidak valid: harus berakhir dengan "${_issue.suffix}"`; + if (_issue.format === "includes") + return `String tidak valid: harus menyertakan "${_issue.includes}"`; + if (_issue.format === "regex") + return `String tidak valid: harus sesuai pola ${_issue.pattern}`; + return `${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format} tidak valid`; + } + case "not_multiple_of": + return `Angka tidak valid: harus kelipatan dari ${issue2.divisor}`; + case "unrecognized_keys": + return `Kunci tidak dikenali ${issue2.keys.length > 1 ? "s" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Kunci tidak valid di ${issue2.origin}`; + case "invalid_union": + return "Input tidak valid"; + case "invalid_element": + return `Nilai tidak valid di ${issue2.origin}`; + default: + return `Input tidak valid`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/is.js +function is_default() { + return { + localeError: error20() + }; +} +var error20; +var init_is = __esm({ + "node_modules/zod/v4/locales/is.js"() { + init_util(); + error20 = () => { + const Sizable = { + string: { unit: "stafi", verb: "a\xF0 hafa" }, + file: { unit: "b\xE6ti", verb: "a\xF0 hafa" }, + array: { unit: "hluti", verb: "a\xF0 hafa" }, + set: { unit: "hluti", verb: "a\xF0 hafa" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "gildi", + email: "netfang", + url: "vefsl\xF3\xF0", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO dagsetning og t\xEDmi", + date: "ISO dagsetning", + time: "ISO t\xEDmi", + duration: "ISO t\xEDmalengd", + ipv4: "IPv4 address", + ipv6: "IPv6 address", + cidrv4: "IPv4 range", + cidrv6: "IPv6 range", + base64: "base64-encoded strengur", + base64url: "base64url-encoded strengur", + json_string: "JSON strengur", + e164: "E.164 t\xF6lugildi", + jwt: "JWT", + template_literal: "gildi" + }; + const TypeDictionary = { + nan: "NaN", + number: "n\xFAmer", + array: "fylki" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Rangt gildi: \xDE\xFA sl\xF3st inn ${received} \xFEar sem \xE1 a\xF0 vera instanceof ${issue2.expected}`; + } + return `Rangt gildi: \xDE\xFA sl\xF3st inn ${received} \xFEar sem \xE1 a\xF0 vera ${expected}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Rangt gildi: gert r\xE1\xF0 fyrir ${stringifyPrimitive(issue2.values[0])}`; + return `\xD3gilt val: m\xE1 vera eitt af eftirfarandi ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${(_c2 = issue2.origin) != null ? _c2 : "gildi"} hafi ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "hluti"}`; + return `Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${(_e2 = issue2.origin) != null ? _e2 : "gildi"} s\xE9 ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${issue2.origin} hafi ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${issue2.origin} s\xE9 ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\xD3gildur strengur: ver\xF0ur a\xF0 byrja \xE1 "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `\xD3gildur strengur: ver\xF0ur a\xF0 enda \xE1 "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\xD3gildur strengur: ver\xF0ur a\xF0 innihalda "${_issue.includes}"`; + if (_issue.format === "regex") + return `\xD3gildur strengur: ver\xF0ur a\xF0 fylgja mynstri ${_issue.pattern}`; + return `Rangt ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `R\xF6ng tala: ver\xF0ur a\xF0 vera margfeldi af ${issue2.divisor}`; + case "unrecognized_keys": + return `\xD3\xFEekkt ${issue2.keys.length > 1 ? "ir lyklar" : "ur lykill"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Rangur lykill \xED ${issue2.origin}`; + case "invalid_union": + return "Rangt gildi"; + case "invalid_element": + return `Rangt gildi \xED ${issue2.origin}`; + default: + return `Rangt gildi`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/it.js +function it_default() { + return { + localeError: error21() + }; +} +var error21; +var init_it = __esm({ + "node_modules/zod/v4/locales/it.js"() { + init_util(); + error21 = () => { + const Sizable = { + string: { unit: "caratteri", verb: "avere" }, + file: { unit: "byte", verb: "avere" }, + array: { unit: "elementi", verb: "avere" }, + set: { unit: "elementi", verb: "avere" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "input", + email: "indirizzo email", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "data e ora ISO", + date: "data ISO", + time: "ora ISO", + duration: "durata ISO", + ipv4: "indirizzo IPv4", + ipv6: "indirizzo IPv6", + cidrv4: "intervallo IPv4", + cidrv6: "intervallo IPv6", + base64: "stringa codificata in base64", + base64url: "URL codificata in base64", + json_string: "stringa JSON", + e164: "numero E.164", + jwt: "JWT", + template_literal: "input" + }; + const TypeDictionary = { + nan: "NaN", + number: "numero", + array: "vettore" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Input non valido: atteso instanceof ${issue2.expected}, ricevuto ${received}`; + } + return `Input non valido: atteso ${expected}, ricevuto ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Input non valido: atteso ${stringifyPrimitive(issue2.values[0])}`; + return `Opzione non valida: atteso uno tra ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Troppo grande: ${(_c2 = issue2.origin) != null ? _c2 : "valore"} deve avere ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elementi"}`; + return `Troppo grande: ${(_e2 = issue2.origin) != null ? _e2 : "valore"} deve essere ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Troppo piccolo: ${issue2.origin} deve avere ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Troppo piccolo: ${issue2.origin} deve essere ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Stringa non valida: deve iniziare con "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Stringa non valida: deve terminare con "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Stringa non valida: deve includere "${_issue.includes}"`; + if (_issue.format === "regex") + return `Stringa non valida: deve corrispondere al pattern ${_issue.pattern}`; + return `Invalid ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Numero non valido: deve essere un multiplo di ${issue2.divisor}`; + case "unrecognized_keys": + return `Chiav${issue2.keys.length > 1 ? "i" : "e"} non riconosciut${issue2.keys.length > 1 ? "e" : "a"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Chiave non valida in ${issue2.origin}`; + case "invalid_union": + return "Input non valido"; + case "invalid_element": + return `Valore non valido in ${issue2.origin}`; + default: + return `Input non valido`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/ja.js +function ja_default2() { + return { + localeError: error22() + }; +} +var error22; +var init_ja = __esm({ + "node_modules/zod/v4/locales/ja.js"() { + init_util(); + error22 = () => { + const Sizable = { + string: { unit: "\u6587\u5B57", verb: "\u3067\u3042\u308B" }, + file: { unit: "\u30D0\u30A4\u30C8", verb: "\u3067\u3042\u308B" }, + array: { unit: "\u8981\u7D20", verb: "\u3067\u3042\u308B" }, + set: { unit: "\u8981\u7D20", verb: "\u3067\u3042\u308B" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u5165\u529B\u5024", + email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", + url: "URL", + emoji: "\u7D75\u6587\u5B57", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO\u65E5\u6642", + date: "ISO\u65E5\u4ED8", + time: "ISO\u6642\u523B", + duration: "ISO\u671F\u9593", + ipv4: "IPv4\u30A2\u30C9\u30EC\u30B9", + ipv6: "IPv6\u30A2\u30C9\u30EC\u30B9", + cidrv4: "IPv4\u7BC4\u56F2", + cidrv6: "IPv6\u7BC4\u56F2", + base64: "base64\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217", + base64url: "base64url\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217", + json_string: "JSON\u6587\u5B57\u5217", + e164: "E.164\u756A\u53F7", + jwt: "JWT", + template_literal: "\u5165\u529B\u5024" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u6570\u5024", + array: "\u914D\u5217" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u7121\u52B9\u306A\u5165\u529B: instanceof ${issue2.expected}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${received}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`; + } + return `\u7121\u52B9\u306A\u5165\u529B: ${expected}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${received}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u7121\u52B9\u306A\u5165\u529B: ${stringifyPrimitive(issue2.values[0])}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F`; + return `\u7121\u52B9\u306A\u9078\u629E: ${joinValues(issue2.values, "\u3001")}\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + case "too_big": { + const adj = issue2.inclusive ? "\u4EE5\u4E0B\u3067\u3042\u308B" : "\u3088\u308A\u5C0F\u3055\u3044"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u5927\u304D\u3059\u304E\u308B\u5024: ${(_c2 = issue2.origin) != null ? _c2 : "\u5024"}\u306F${issue2.maximum.toString()}${(_d = sizing.unit) != null ? _d : "\u8981\u7D20"}${adj}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + return `\u5927\u304D\u3059\u304E\u308B\u5024: ${(_e2 = issue2.origin) != null ? _e2 : "\u5024"}\u306F${issue2.maximum.toString()}${adj}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + } + case "too_small": { + const adj = issue2.inclusive ? "\u4EE5\u4E0A\u3067\u3042\u308B" : "\u3088\u308A\u5927\u304D\u3044"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u5C0F\u3055\u3059\u304E\u308B\u5024: ${issue2.origin}\u306F${issue2.minimum.toString()}${sizing.unit}${adj}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + return `\u5C0F\u3055\u3059\u304E\u308B\u5024: ${issue2.origin}\u306F${issue2.minimum.toString()}${adj}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u7121\u52B9\u306A\u6587\u5B57\u5217: "${_issue.prefix}"\u3067\u59CB\u307E\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + if (_issue.format === "ends_with") + return `\u7121\u52B9\u306A\u6587\u5B57\u5217: "${_issue.suffix}"\u3067\u7D42\u308F\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + if (_issue.format === "includes") + return `\u7121\u52B9\u306A\u6587\u5B57\u5217: "${_issue.includes}"\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + if (_issue.format === "regex") + return `\u7121\u52B9\u306A\u6587\u5B57\u5217: \u30D1\u30BF\u30FC\u30F3${_issue.pattern}\u306B\u4E00\u81F4\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + return `\u7121\u52B9\u306A${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u7121\u52B9\u306A\u6570\u5024: ${issue2.divisor}\u306E\u500D\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + case "unrecognized_keys": + return `\u8A8D\u8B58\u3055\u308C\u3066\u3044\u306A\u3044\u30AD\u30FC${issue2.keys.length > 1 ? "\u7FA4" : ""}: ${joinValues(issue2.keys, "\u3001")}`; + case "invalid_key": + return `${issue2.origin}\u5185\u306E\u7121\u52B9\u306A\u30AD\u30FC`; + case "invalid_union": + return "\u7121\u52B9\u306A\u5165\u529B"; + case "invalid_element": + return `${issue2.origin}\u5185\u306E\u7121\u52B9\u306A\u5024`; + default: + return `\u7121\u52B9\u306A\u5165\u529B`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/ka.js +function ka_default() { + return { + localeError: error23() + }; +} +var error23; +var init_ka = __esm({ + "node_modules/zod/v4/locales/ka.js"() { + init_util(); + error23 = () => { + const Sizable = { + string: { unit: "\u10E1\u10D8\u10DB\u10D1\u10DD\u10DA\u10DD", verb: "\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1" }, + file: { unit: "\u10D1\u10D0\u10D8\u10E2\u10D8", verb: "\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1" }, + array: { unit: "\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8", verb: "\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1" }, + set: { unit: "\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8", verb: "\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0", + email: "\u10D4\u10DA-\u10E4\u10DD\u10E1\u10E2\u10D8\u10E1 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8", + url: "URL", + emoji: "\u10D4\u10DB\u10DD\u10EF\u10D8", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8-\u10D3\u10E0\u10DD", + date: "\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8", + time: "\u10D3\u10E0\u10DD", + duration: "\u10EE\u10D0\u10DC\u10D2\u10E0\u10EB\u10DA\u10D8\u10D5\u10DD\u10D1\u10D0", + ipv4: "IPv4 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8", + ipv6: "IPv6 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8", + cidrv4: "IPv4 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8", + cidrv6: "IPv6 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8", + base64: "base64-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8", + base64url: "base64url-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8", + json_string: "JSON \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8", + e164: "E.164 \u10DC\u10DD\u10DB\u10D4\u10E0\u10D8", + jwt: "JWT", + template_literal: "\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u10E0\u10D8\u10EA\u10EE\u10D5\u10D8", + string: "\u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8", + boolean: "\u10D1\u10E3\u10DA\u10D4\u10D0\u10DC\u10D8", + function: "\u10E4\u10E3\u10DC\u10E5\u10EA\u10D8\u10D0", + array: "\u10DB\u10D0\u10E1\u10D8\u10D5\u10D8" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 instanceof ${issue2.expected}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${received}`; + } + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${expected}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${stringifyPrimitive(issue2.values[0])}`; + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D0\u10E0\u10D8\u10D0\u10DC\u10E2\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8\u10D0 \u10D4\u10E0\u10D7-\u10D4\u10E0\u10D7\u10D8 ${joinValues(issue2.values, "|")}-\u10D3\u10D0\u10DC`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${(_c2 = issue2.origin) != null ? _c2 : "\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} ${sizing.verb} ${adj}${issue2.maximum.toString()} ${sizing.unit}`; + return `\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${(_d = issue2.origin) != null ? _d : "\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} \u10D8\u10E7\u10DD\u10E1 ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${issue2.origin} ${sizing.verb} ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${issue2.origin} \u10D8\u10E7\u10DD\u10E1 ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10EC\u10E7\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${_issue.prefix}"-\u10D8\u10D7`; + } + if (_issue.format === "ends_with") + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10DB\u10D7\u10D0\u10D5\u10E0\u10D3\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${_issue.suffix}"-\u10D8\u10D7`; + if (_issue.format === "includes") + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1 "${_issue.includes}"-\u10E1`; + if (_issue.format === "regex") + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D4\u10E1\u10D0\u10D1\u10D0\u10DB\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 \u10E8\u10D0\u10D1\u10DA\u10DD\u10DC\u10E1 ${_issue.pattern}`; + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 ${(_e2 = FormatDictionary[_issue.format]) != null ? _e2 : issue2.format}`; + } + case "not_multiple_of": + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E0\u10D8\u10EA\u10EE\u10D5\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1 ${issue2.divisor}-\u10D8\u10E1 \u10EF\u10D4\u10E0\u10D0\u10D3\u10D8`; + case "unrecognized_keys": + return `\u10E3\u10EA\u10DC\u10DD\u10D1\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1${issue2.keys.length > 1 ? "\u10D4\u10D1\u10D8" : "\u10D8"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1\u10D8 ${issue2.origin}-\u10E8\u10D8`; + case "invalid_union": + return "\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"; + case "invalid_element": + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0 ${issue2.origin}-\u10E8\u10D8`; + default: + return `\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/km.js +function km_default() { + return { + localeError: error24() + }; +} +var error24; +var init_km = __esm({ + "node_modules/zod/v4/locales/km.js"() { + init_util(); + error24 = () => { + const Sizable = { + string: { unit: "\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" }, + file: { unit: "\u1794\u17C3", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" }, + array: { unit: "\u1792\u17B6\u178F\u17BB", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" }, + set: { unit: "\u1792\u17B6\u178F\u17BB", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B", + email: "\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793\u17A2\u17CA\u17B8\u1798\u17C2\u179B", + url: "URL", + emoji: "\u179F\u1789\u17D2\u1789\u17B6\u17A2\u17B6\u179A\u1798\u17D2\u1798\u178E\u17CD", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 \u1793\u17B7\u1784\u1798\u17C9\u17C4\u1784 ISO", + date: "\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 ISO", + time: "\u1798\u17C9\u17C4\u1784 ISO", + duration: "\u179A\u1799\u17C8\u1796\u17C1\u179B ISO", + ipv4: "\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4", + ipv6: "\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6", + cidrv4: "\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4", + cidrv6: "\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6", + base64: "\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64", + base64url: "\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64url", + json_string: "\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A JSON", + e164: "\u179B\u17C1\u1781 E.164", + jwt: "JWT", + template_literal: "\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u179B\u17C1\u1781", + array: "\u17A2\u17B6\u179A\u17C1 (Array)", + null: "\u1782\u17D2\u1798\u17B6\u1793\u178F\u1798\u17D2\u179B\u17C3 (null)" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A instanceof ${issue2.expected} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${received}`; + } + return `\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${expected} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${stringifyPrimitive(issue2.values[0])}`; + return `\u1787\u1798\u17D2\u179A\u17BE\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1787\u17B6\u1798\u17BD\u1799\u1780\u17D2\u1793\u17BB\u1784\u1785\u17C6\u178E\u17C4\u1798 ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${(_c2 = issue2.origin) != null ? _c2 : "\u178F\u1798\u17D2\u179B\u17C3"} ${adj} ${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u1792\u17B6\u178F\u17BB"}`; + return `\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${(_e2 = issue2.origin) != null ? _e2 : "\u178F\u1798\u17D2\u179B\u17C3"} ${adj} ${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${issue2.origin} ${adj} ${issue2.minimum.toString()} ${sizing.unit}`; + } + return `\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${issue2.origin} ${adj} ${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1785\u17B6\u1794\u17CB\u1795\u17D2\u178F\u17BE\u1798\u178A\u17C4\u1799 "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1794\u1789\u17D2\u1785\u1794\u17CB\u178A\u17C4\u1799 "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793 "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1795\u17D2\u1782\u17BC\u1795\u17D2\u1782\u1784\u1793\u17B9\u1784\u1791\u1798\u17D2\u179A\u1784\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1780\u17C6\u178E\u178F\u17CB ${_issue.pattern}`; + return `\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u179B\u17C1\u1781\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1787\u17B6\u1796\u17A0\u17BB\u1782\u17BB\u178E\u1793\u17C3 ${issue2.divisor}`; + case "unrecognized_keys": + return `\u179A\u1780\u1783\u17BE\u1789\u179F\u17C4\u1798\u17B7\u1793\u179F\u17D2\u1782\u17B6\u179B\u17CB\u17D6 ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u179F\u17C4\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${issue2.origin}`; + case "invalid_union": + return `\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C`; + case "invalid_element": + return `\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${issue2.origin}`; + default: + return `\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/kh.js +function kh_default() { + return km_default(); +} +var init_kh = __esm({ + "node_modules/zod/v4/locales/kh.js"() { + init_km(); + } +}); + +// node_modules/zod/v4/locales/ko.js +function ko_default2() { + return { + localeError: error25() + }; +} +var error25; +var init_ko = __esm({ + "node_modules/zod/v4/locales/ko.js"() { + init_util(); + error25 = () => { + const Sizable = { + string: { unit: "\uBB38\uC790", verb: "to have" }, + file: { unit: "\uBC14\uC774\uD2B8", verb: "to have" }, + array: { unit: "\uAC1C", verb: "to have" }, + set: { unit: "\uAC1C", verb: "to have" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\uC785\uB825", + email: "\uC774\uBA54\uC77C \uC8FC\uC18C", + url: "URL", + emoji: "\uC774\uBAA8\uC9C0", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO \uB0A0\uC9DC\uC2DC\uAC04", + date: "ISO \uB0A0\uC9DC", + time: "ISO \uC2DC\uAC04", + duration: "ISO \uAE30\uAC04", + ipv4: "IPv4 \uC8FC\uC18C", + ipv6: "IPv6 \uC8FC\uC18C", + cidrv4: "IPv4 \uBC94\uC704", + cidrv6: "IPv6 \uBC94\uC704", + base64: "base64 \uC778\uCF54\uB529 \uBB38\uC790\uC5F4", + base64url: "base64url \uC778\uCF54\uB529 \uBB38\uC790\uC5F4", + json_string: "JSON \uBB38\uC790\uC5F4", + e164: "E.164 \uBC88\uD638", + jwt: "JWT", + template_literal: "\uC785\uB825" + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 instanceof ${issue2.expected}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${received}\uC785\uB2C8\uB2E4`; + } + return `\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 ${expected}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${received}\uC785\uB2C8\uB2E4`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\uC798\uBABB\uB41C \uC785\uB825: \uAC12\uC740 ${stringifyPrimitive(issue2.values[0])} \uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4`; + return `\uC798\uBABB\uB41C \uC635\uC158: ${joinValues(issue2.values, "\uB610\uB294 ")} \uC911 \uD558\uB098\uC5EC\uC57C \uD569\uB2C8\uB2E4`; + case "too_big": { + const adj = issue2.inclusive ? "\uC774\uD558" : "\uBBF8\uB9CC"; + const suffix = adj === "\uBBF8\uB9CC" ? "\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4" : "\uC5EC\uC57C \uD569\uB2C8\uB2E4"; + const sizing = getSizing(issue2.origin); + const unit = (_c2 = sizing == null ? void 0 : sizing.unit) != null ? _c2 : "\uC694\uC18C"; + if (sizing) + return `${(_d = issue2.origin) != null ? _d : "\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${issue2.maximum.toString()}${unit} ${adj}${suffix}`; + return `${(_e2 = issue2.origin) != null ? _e2 : "\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${issue2.maximum.toString()} ${adj}${suffix}`; + } + case "too_small": { + const adj = issue2.inclusive ? "\uC774\uC0C1" : "\uCD08\uACFC"; + const suffix = adj === "\uC774\uC0C1" ? "\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4" : "\uC5EC\uC57C \uD569\uB2C8\uB2E4"; + const sizing = getSizing(issue2.origin); + const unit = (_f2 = sizing == null ? void 0 : sizing.unit) != null ? _f2 : "\uC694\uC18C"; + if (sizing) { + return `${(_g = issue2.origin) != null ? _g : "\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${issue2.minimum.toString()}${unit} ${adj}${suffix}`; + } + return `${(_h2 = issue2.origin) != null ? _h2 : "\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${issue2.minimum.toString()} ${adj}${suffix}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${_issue.prefix}"(\uC73C)\uB85C \uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4`; + } + if (_issue.format === "ends_with") + return `\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${_issue.suffix}"(\uC73C)\uB85C \uB05D\uB098\uC57C \uD569\uB2C8\uB2E4`; + if (_issue.format === "includes") + return `\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${_issue.includes}"\uC744(\uB97C) \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4`; + if (_issue.format === "regex") + return `\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: \uC815\uADDC\uC2DD ${_issue.pattern} \uD328\uD134\uACFC \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4`; + return `\uC798\uBABB\uB41C ${(_i = FormatDictionary[_issue.format]) != null ? _i : issue2.format}`; + } + case "not_multiple_of": + return `\uC798\uBABB\uB41C \uC22B\uC790: ${issue2.divisor}\uC758 \uBC30\uC218\uC5EC\uC57C \uD569\uB2C8\uB2E4`; + case "unrecognized_keys": + return `\uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uD0A4: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\uC798\uBABB\uB41C \uD0A4: ${issue2.origin}`; + case "invalid_union": + return `\uC798\uBABB\uB41C \uC785\uB825`; + case "invalid_element": + return `\uC798\uBABB\uB41C \uAC12: ${issue2.origin}`; + default: + return `\uC798\uBABB\uB41C \uC785\uB825`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/lt.js +function getUnitTypeFromNumber(number5) { + const abs = Math.abs(number5); + const last = abs % 10; + const last2 = abs % 100; + if (last2 >= 11 && last2 <= 19 || last === 0) + return "many"; + if (last === 1) + return "one"; + return "few"; +} +function lt_default() { + return { + localeError: error26() + }; +} +var capitalizeFirstCharacter, error26; +var init_lt = __esm({ + "node_modules/zod/v4/locales/lt.js"() { + init_util(); + capitalizeFirstCharacter = (text) => { + return text.charAt(0).toUpperCase() + text.slice(1); + }; + error26 = () => { + const Sizable = { + string: { + unit: { + one: "simbolis", + few: "simboliai", + many: "simboli\u0173" + }, + verb: { + smaller: { + inclusive: "turi b\u016Bti ne ilgesn\u0117 kaip", + notInclusive: "turi b\u016Bti trumpesn\u0117 kaip" + }, + bigger: { + inclusive: "turi b\u016Bti ne trumpesn\u0117 kaip", + notInclusive: "turi b\u016Bti ilgesn\u0117 kaip" + } + } + }, + file: { + unit: { + one: "baitas", + few: "baitai", + many: "bait\u0173" + }, + verb: { + smaller: { + inclusive: "turi b\u016Bti ne didesnis kaip", + notInclusive: "turi b\u016Bti ma\u017Eesnis kaip" + }, + bigger: { + inclusive: "turi b\u016Bti ne ma\u017Eesnis kaip", + notInclusive: "turi b\u016Bti didesnis kaip" + } + } + }, + array: { + unit: { + one: "element\u0105", + few: "elementus", + many: "element\u0173" + }, + verb: { + smaller: { + inclusive: "turi tur\u0117ti ne daugiau kaip", + notInclusive: "turi tur\u0117ti ma\u017Eiau kaip" + }, + bigger: { + inclusive: "turi tur\u0117ti ne ma\u017Eiau kaip", + notInclusive: "turi tur\u0117ti daugiau kaip" + } + } + }, + set: { + unit: { + one: "element\u0105", + few: "elementus", + many: "element\u0173" + }, + verb: { + smaller: { + inclusive: "turi tur\u0117ti ne daugiau kaip", + notInclusive: "turi tur\u0117ti ma\u017Eiau kaip" + }, + bigger: { + inclusive: "turi tur\u0117ti ne ma\u017Eiau kaip", + notInclusive: "turi tur\u0117ti daugiau kaip" + } + } + } + }; + function getSizing(origin, unitType, inclusive, targetShouldBe) { + var _a5; + const result = (_a5 = Sizable[origin]) != null ? _a5 : null; + if (result === null) + return result; + return { + unit: result.unit[unitType], + verb: result.verb[targetShouldBe][inclusive ? "inclusive" : "notInclusive"] + }; + } + const FormatDictionary = { + regex: "\u012Fvestis", + email: "el. pa\u0161to adresas", + url: "URL", + emoji: "jaustukas", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO data ir laikas", + date: "ISO data", + time: "ISO laikas", + duration: "ISO trukm\u0117", + ipv4: "IPv4 adresas", + ipv6: "IPv6 adresas", + cidrv4: "IPv4 tinklo prefiksas (CIDR)", + cidrv6: "IPv6 tinklo prefiksas (CIDR)", + base64: "base64 u\u017Ekoduota eilut\u0117", + base64url: "base64url u\u017Ekoduota eilut\u0117", + json_string: "JSON eilut\u0117", + e164: "E.164 numeris", + jwt: "JWT", + template_literal: "\u012Fvestis" + }; + const TypeDictionary = { + nan: "NaN", + number: "skai\u010Dius", + bigint: "sveikasis skai\u010Dius", + string: "eilut\u0117", + boolean: "login\u0117 reik\u0161m\u0117", + undefined: "neapibr\u0117\u017Eta reik\u0161m\u0117", + function: "funkcija", + symbol: "simbolis", + array: "masyvas", + object: "objektas", + null: "nulin\u0117 reik\u0161m\u0117" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n, _o; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Gautas tipas ${received}, o tik\u0117tasi - instanceof ${issue2.expected}`; + } + return `Gautas tipas ${received}, o tik\u0117tasi - ${expected}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Privalo b\u016Bti ${stringifyPrimitive(issue2.values[0])}`; + return `Privalo b\u016Bti vienas i\u0161 ${joinValues(issue2.values, "|")} pasirinkim\u0173`; + case "too_big": { + const origin = (_c2 = TypeDictionary[issue2.origin]) != null ? _c2 : issue2.origin; + const sizing = getSizing(issue2.origin, getUnitTypeFromNumber(Number(issue2.maximum)), (_d = issue2.inclusive) != null ? _d : false, "smaller"); + if (sizing == null ? void 0 : sizing.verb) + return `${capitalizeFirstCharacter((_e2 = origin != null ? origin : issue2.origin) != null ? _e2 : "reik\u0161m\u0117")} ${sizing.verb} ${issue2.maximum.toString()} ${(_f2 = sizing.unit) != null ? _f2 : "element\u0173"}`; + const adj = issue2.inclusive ? "ne didesnis kaip" : "ma\u017Eesnis kaip"; + return `${capitalizeFirstCharacter((_g = origin != null ? origin : issue2.origin) != null ? _g : "reik\u0161m\u0117")} turi b\u016Bti ${adj} ${issue2.maximum.toString()} ${sizing == null ? void 0 : sizing.unit}`; + } + case "too_small": { + const origin = (_h2 = TypeDictionary[issue2.origin]) != null ? _h2 : issue2.origin; + const sizing = getSizing(issue2.origin, getUnitTypeFromNumber(Number(issue2.minimum)), (_i = issue2.inclusive) != null ? _i : false, "bigger"); + if (sizing == null ? void 0 : sizing.verb) + return `${capitalizeFirstCharacter((_j = origin != null ? origin : issue2.origin) != null ? _j : "reik\u0161m\u0117")} ${sizing.verb} ${issue2.minimum.toString()} ${(_k3 = sizing.unit) != null ? _k3 : "element\u0173"}`; + const adj = issue2.inclusive ? "ne ma\u017Eesnis kaip" : "didesnis kaip"; + return `${capitalizeFirstCharacter((_l2 = origin != null ? origin : issue2.origin) != null ? _l2 : "reik\u0161m\u0117")} turi b\u016Bti ${adj} ${issue2.minimum.toString()} ${sizing == null ? void 0 : sizing.unit}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `Eilut\u0117 privalo prasid\u0117ti "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `Eilut\u0117 privalo pasibaigti "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Eilut\u0117 privalo \u012Ftraukti "${_issue.includes}"`; + if (_issue.format === "regex") + return `Eilut\u0117 privalo atitikti ${_issue.pattern}`; + return `Neteisingas ${(_m = FormatDictionary[_issue.format]) != null ? _m : issue2.format}`; + } + case "not_multiple_of": + return `Skai\u010Dius privalo b\u016Bti ${issue2.divisor} kartotinis.`; + case "unrecognized_keys": + return `Neatpa\u017Eint${issue2.keys.length > 1 ? "i" : "as"} rakt${issue2.keys.length > 1 ? "ai" : "as"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return "Rastas klaidingas raktas"; + case "invalid_union": + return "Klaidinga \u012Fvestis"; + case "invalid_element": { + const origin = (_n = TypeDictionary[issue2.origin]) != null ? _n : issue2.origin; + return `${capitalizeFirstCharacter((_o = origin != null ? origin : issue2.origin) != null ? _o : "reik\u0161m\u0117")} turi klaiding\u0105 \u012Fvest\u012F`; + } + default: + return "Klaidinga \u012Fvestis"; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/mk.js +function mk_default() { + return { + localeError: error27() + }; +} +var error27; +var init_mk = __esm({ + "node_modules/zod/v4/locales/mk.js"() { + init_util(); + error27 = () => { + const Sizable = { + string: { unit: "\u0437\u043D\u0430\u0446\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" }, + file: { unit: "\u0431\u0430\u0458\u0442\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" }, + array: { unit: "\u0441\u0442\u0430\u0432\u043A\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" }, + set: { unit: "\u0441\u0442\u0430\u0432\u043A\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0432\u043D\u0435\u0441", + email: "\u0430\u0434\u0440\u0435\u0441\u0430 \u043D\u0430 \u0435-\u043F\u043E\u0448\u0442\u0430", + url: "URL", + emoji: "\u0435\u043C\u043E\u045F\u0438", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO \u0434\u0430\u0442\u0443\u043C \u0438 \u0432\u0440\u0435\u043C\u0435", + date: "ISO \u0434\u0430\u0442\u0443\u043C", + time: "ISO \u0432\u0440\u0435\u043C\u0435", + duration: "ISO \u0432\u0440\u0435\u043C\u0435\u0442\u0440\u0430\u0435\u045A\u0435", + ipv4: "IPv4 \u0430\u0434\u0440\u0435\u0441\u0430", + ipv6: "IPv6 \u0430\u0434\u0440\u0435\u0441\u0430", + cidrv4: "IPv4 \u043E\u043F\u0441\u0435\u0433", + cidrv6: "IPv6 \u043E\u043F\u0441\u0435\u0433", + base64: "base64-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430", + base64url: "base64url-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430", + json_string: "JSON \u043D\u0438\u0437\u0430", + e164: "E.164 \u0431\u0440\u043E\u0458", + jwt: "JWT", + template_literal: "\u0432\u043D\u0435\u0441" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0431\u0440\u043E\u0458", + array: "\u043D\u0438\u0437\u0430" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 instanceof ${issue2.expected}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${received}`; + } + return `\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${expected}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Invalid input: expected ${stringifyPrimitive(issue2.values[0])}`; + return `\u0413\u0440\u0435\u0448\u0430\u043D\u0430 \u043E\u043F\u0446\u0438\u0458\u0430: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 \u0435\u0434\u043D\u0430 ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${(_c2 = issue2.origin) != null ? _c2 : "\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0438\u043C\u0430 ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438"}`; + return `\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${(_e2 = issue2.origin) != null ? _e2 : "\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0431\u0438\u0434\u0435 ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${issue2.origin} \u0434\u0430 \u0438\u043C\u0430 ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${issue2.origin} \u0434\u0430 \u0431\u0438\u0434\u0435 ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0443\u0432\u0430 \u0441\u043E "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u0432\u0440\u0448\u0443\u0432\u0430 \u0441\u043E "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0432\u043A\u043B\u0443\u0447\u0443\u0432\u0430 "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u043E\u0434\u0433\u043E\u0430\u0440\u0430 \u043D\u0430 \u043F\u0430\u0442\u0435\u0440\u043D\u043E\u0442 ${_issue.pattern}`; + return `Invalid ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u0413\u0440\u0435\u0448\u0435\u043D \u0431\u0440\u043E\u0458: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0434\u0435\u043B\u0438\u0432 \u0441\u043E ${issue2.divisor}`; + case "unrecognized_keys": + return `${issue2.keys.length > 1 ? "\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D\u0438 \u043A\u043B\u0443\u0447\u0435\u0432\u0438" : "\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D \u043A\u043B\u0443\u0447"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u0413\u0440\u0435\u0448\u0435\u043D \u043A\u043B\u0443\u0447 \u0432\u043E ${issue2.origin}`; + case "invalid_union": + return "\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441"; + case "invalid_element": + return `\u0413\u0440\u0435\u0448\u043D\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0432\u043E ${issue2.origin}`; + default: + return `\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/ms.js +function ms_default() { + return { + localeError: error28() + }; +} +var error28; +var init_ms = __esm({ + "node_modules/zod/v4/locales/ms.js"() { + init_util(); + error28 = () => { + const Sizable = { + string: { unit: "aksara", verb: "mempunyai" }, + file: { unit: "bait", verb: "mempunyai" }, + array: { unit: "elemen", verb: "mempunyai" }, + set: { unit: "elemen", verb: "mempunyai" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "input", + email: "alamat e-mel", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "tarikh masa ISO", + date: "tarikh ISO", + time: "masa ISO", + duration: "tempoh ISO", + ipv4: "alamat IPv4", + ipv6: "alamat IPv6", + cidrv4: "julat IPv4", + cidrv6: "julat IPv6", + base64: "string dikodkan base64", + base64url: "string dikodkan base64url", + json_string: "string JSON", + e164: "nombor E.164", + jwt: "JWT", + template_literal: "input" + }; + const TypeDictionary = { + nan: "NaN", + number: "nombor" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Input tidak sah: dijangka instanceof ${issue2.expected}, diterima ${received}`; + } + return `Input tidak sah: dijangka ${expected}, diterima ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Input tidak sah: dijangka ${stringifyPrimitive(issue2.values[0])}`; + return `Pilihan tidak sah: dijangka salah satu daripada ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Terlalu besar: dijangka ${(_c2 = issue2.origin) != null ? _c2 : "nilai"} ${sizing.verb} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elemen"}`; + return `Terlalu besar: dijangka ${(_e2 = issue2.origin) != null ? _e2 : "nilai"} adalah ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Terlalu kecil: dijangka ${issue2.origin} ${sizing.verb} ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Terlalu kecil: dijangka ${issue2.origin} adalah ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `String tidak sah: mesti bermula dengan "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `String tidak sah: mesti berakhir dengan "${_issue.suffix}"`; + if (_issue.format === "includes") + return `String tidak sah: mesti mengandungi "${_issue.includes}"`; + if (_issue.format === "regex") + return `String tidak sah: mesti sepadan dengan corak ${_issue.pattern}`; + return `${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format} tidak sah`; + } + case "not_multiple_of": + return `Nombor tidak sah: perlu gandaan ${issue2.divisor}`; + case "unrecognized_keys": + return `Kunci tidak dikenali: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Kunci tidak sah dalam ${issue2.origin}`; + case "invalid_union": + return "Input tidak sah"; + case "invalid_element": + return `Nilai tidak sah dalam ${issue2.origin}`; + default: + return `Input tidak sah`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/nl.js +function nl_default() { + return { + localeError: error29() + }; +} +var error29; +var init_nl = __esm({ + "node_modules/zod/v4/locales/nl.js"() { + init_util(); + error29 = () => { + const Sizable = { + string: { unit: "tekens", verb: "heeft" }, + file: { unit: "bytes", verb: "heeft" }, + array: { unit: "elementen", verb: "heeft" }, + set: { unit: "elementen", verb: "heeft" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "invoer", + email: "emailadres", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO datum en tijd", + date: "ISO datum", + time: "ISO tijd", + duration: "ISO duur", + ipv4: "IPv4-adres", + ipv6: "IPv6-adres", + cidrv4: "IPv4-bereik", + cidrv6: "IPv6-bereik", + base64: "base64-gecodeerde tekst", + base64url: "base64 URL-gecodeerde tekst", + json_string: "JSON string", + e164: "E.164-nummer", + jwt: "JWT", + template_literal: "invoer" + }; + const TypeDictionary = { + nan: "NaN", + number: "getal" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Ongeldige invoer: verwacht instanceof ${issue2.expected}, ontving ${received}`; + } + return `Ongeldige invoer: verwacht ${expected}, ontving ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Ongeldige invoer: verwacht ${stringifyPrimitive(issue2.values[0])}`; + return `Ongeldige optie: verwacht \xE9\xE9n van ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + const longName = issue2.origin === "date" ? "laat" : issue2.origin === "string" ? "lang" : "groot"; + if (sizing) + return `Te ${longName}: verwacht dat ${(_c2 = issue2.origin) != null ? _c2 : "waarde"} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elementen"} ${sizing.verb}`; + return `Te ${longName}: verwacht dat ${(_e2 = issue2.origin) != null ? _e2 : "waarde"} ${adj}${issue2.maximum.toString()} is`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + const shortName = issue2.origin === "date" ? "vroeg" : issue2.origin === "string" ? "kort" : "klein"; + if (sizing) { + return `Te ${shortName}: verwacht dat ${issue2.origin} ${adj}${issue2.minimum.toString()} ${sizing.unit} ${sizing.verb}`; + } + return `Te ${shortName}: verwacht dat ${issue2.origin} ${adj}${issue2.minimum.toString()} is`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `Ongeldige tekst: moet met "${_issue.prefix}" beginnen`; + } + if (_issue.format === "ends_with") + return `Ongeldige tekst: moet op "${_issue.suffix}" eindigen`; + if (_issue.format === "includes") + return `Ongeldige tekst: moet "${_issue.includes}" bevatten`; + if (_issue.format === "regex") + return `Ongeldige tekst: moet overeenkomen met patroon ${_issue.pattern}`; + return `Ongeldig: ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Ongeldig getal: moet een veelvoud van ${issue2.divisor} zijn`; + case "unrecognized_keys": + return `Onbekende key${issue2.keys.length > 1 ? "s" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Ongeldige key in ${issue2.origin}`; + case "invalid_union": + return "Ongeldige invoer"; + case "invalid_element": + return `Ongeldige waarde in ${issue2.origin}`; + default: + return `Ongeldige invoer`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/no.js +function no_default() { + return { + localeError: error30() + }; +} +var error30; +var init_no = __esm({ + "node_modules/zod/v4/locales/no.js"() { + init_util(); + error30 = () => { + const Sizable = { + string: { unit: "tegn", verb: "\xE5 ha" }, + file: { unit: "bytes", verb: "\xE5 ha" }, + array: { unit: "elementer", verb: "\xE5 inneholde" }, + set: { unit: "elementer", verb: "\xE5 inneholde" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "input", + email: "e-postadresse", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO dato- og klokkeslett", + date: "ISO-dato", + time: "ISO-klokkeslett", + duration: "ISO-varighet", + ipv4: "IPv4-omr\xE5de", + ipv6: "IPv6-omr\xE5de", + cidrv4: "IPv4-spekter", + cidrv6: "IPv6-spekter", + base64: "base64-enkodet streng", + base64url: "base64url-enkodet streng", + json_string: "JSON-streng", + e164: "E.164-nummer", + jwt: "JWT", + template_literal: "input" + }; + const TypeDictionary = { + nan: "NaN", + number: "tall", + array: "liste" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Ugyldig input: forventet instanceof ${issue2.expected}, fikk ${received}`; + } + return `Ugyldig input: forventet ${expected}, fikk ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Ugyldig verdi: forventet ${stringifyPrimitive(issue2.values[0])}`; + return `Ugyldig valg: forventet en av ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `For stor(t): forventet ${(_c2 = issue2.origin) != null ? _c2 : "value"} til \xE5 ha ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elementer"}`; + return `For stor(t): forventet ${(_e2 = issue2.origin) != null ? _e2 : "value"} til \xE5 ha ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `For lite(n): forventet ${issue2.origin} til \xE5 ha ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `For lite(n): forventet ${issue2.origin} til \xE5 ha ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Ugyldig streng: m\xE5 starte med "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Ugyldig streng: m\xE5 ende med "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Ugyldig streng: m\xE5 inneholde "${_issue.includes}"`; + if (_issue.format === "regex") + return `Ugyldig streng: m\xE5 matche m\xF8nsteret ${_issue.pattern}`; + return `Ugyldig ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Ugyldig tall: m\xE5 v\xE6re et multiplum av ${issue2.divisor}`; + case "unrecognized_keys": + return `${issue2.keys.length > 1 ? "Ukjente n\xF8kler" : "Ukjent n\xF8kkel"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Ugyldig n\xF8kkel i ${issue2.origin}`; + case "invalid_union": + return "Ugyldig input"; + case "invalid_element": + return `Ugyldig verdi i ${issue2.origin}`; + default: + return `Ugyldig input`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/ota.js +function ota_default() { + return { + localeError: error31() + }; +} +var error31; +var init_ota = __esm({ + "node_modules/zod/v4/locales/ota.js"() { + init_util(); + error31 = () => { + const Sizable = { + string: { unit: "harf", verb: "olmal\u0131d\u0131r" }, + file: { unit: "bayt", verb: "olmal\u0131d\u0131r" }, + array: { unit: "unsur", verb: "olmal\u0131d\u0131r" }, + set: { unit: "unsur", verb: "olmal\u0131d\u0131r" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "giren", + email: "epostag\xE2h", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO heng\xE2m\u0131", + date: "ISO tarihi", + time: "ISO zaman\u0131", + duration: "ISO m\xFCddeti", + ipv4: "IPv4 ni\u015F\xE2n\u0131", + ipv6: "IPv6 ni\u015F\xE2n\u0131", + cidrv4: "IPv4 menzili", + cidrv6: "IPv6 menzili", + base64: "base64-\u015Fifreli metin", + base64url: "base64url-\u015Fifreli metin", + json_string: "JSON metin", + e164: "E.164 say\u0131s\u0131", + jwt: "JWT", + template_literal: "giren" + }; + const TypeDictionary = { + nan: "NaN", + number: "numara", + array: "saf", + null: "gayb" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `F\xE2sit giren: umulan instanceof ${issue2.expected}, al\u0131nan ${received}`; + } + return `F\xE2sit giren: umulan ${expected}, al\u0131nan ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `F\xE2sit giren: umulan ${stringifyPrimitive(issue2.values[0])}`; + return `F\xE2sit tercih: m\xFBteberler ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Fazla b\xFCy\xFCk: ${(_c2 = issue2.origin) != null ? _c2 : "value"}, ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elements"} sahip olmal\u0131yd\u0131.`; + return `Fazla b\xFCy\xFCk: ${(_e2 = issue2.origin) != null ? _e2 : "value"}, ${adj}${issue2.maximum.toString()} olmal\u0131yd\u0131.`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Fazla k\xFC\xE7\xFCk: ${issue2.origin}, ${adj}${issue2.minimum.toString()} ${sizing.unit} sahip olmal\u0131yd\u0131.`; + } + return `Fazla k\xFC\xE7\xFCk: ${issue2.origin}, ${adj}${issue2.minimum.toString()} olmal\u0131yd\u0131.`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `F\xE2sit metin: "${_issue.prefix}" ile ba\u015Flamal\u0131.`; + if (_issue.format === "ends_with") + return `F\xE2sit metin: "${_issue.suffix}" ile bitmeli.`; + if (_issue.format === "includes") + return `F\xE2sit metin: "${_issue.includes}" ihtiv\xE2 etmeli.`; + if (_issue.format === "regex") + return `F\xE2sit metin: ${_issue.pattern} nak\u015F\u0131na uymal\u0131.`; + return `F\xE2sit ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `F\xE2sit say\u0131: ${issue2.divisor} kat\u0131 olmal\u0131yd\u0131.`; + case "unrecognized_keys": + return `Tan\u0131nmayan anahtar ${issue2.keys.length > 1 ? "s" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `${issue2.origin} i\xE7in tan\u0131nmayan anahtar var.`; + case "invalid_union": + return "Giren tan\u0131namad\u0131."; + case "invalid_element": + return `${issue2.origin} i\xE7in tan\u0131nmayan k\u0131ymet var.`; + default: + return `K\u0131ymet tan\u0131namad\u0131.`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/ps.js +function ps_default() { + return { + localeError: error32() + }; +} +var error32; +var init_ps = __esm({ + "node_modules/zod/v4/locales/ps.js"() { + init_util(); + error32 = () => { + const Sizable = { + string: { unit: "\u062A\u0648\u06A9\u064A", verb: "\u0648\u0644\u0631\u064A" }, + file: { unit: "\u0628\u0627\u06CC\u067C\u0633", verb: "\u0648\u0644\u0631\u064A" }, + array: { unit: "\u062A\u0648\u06A9\u064A", verb: "\u0648\u0644\u0631\u064A" }, + set: { unit: "\u062A\u0648\u06A9\u064A", verb: "\u0648\u0644\u0631\u064A" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0648\u0631\u0648\u062F\u064A", + email: "\u0628\u0631\u06CC\u069A\u0646\u0627\u0644\u06CC\u06A9", + url: "\u06CC\u0648 \u0622\u0631 \u0627\u0644", + emoji: "\u0627\u06CC\u0645\u0648\u062C\u064A", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "\u0646\u06CC\u067C\u0647 \u0627\u0648 \u0648\u062E\u062A", + date: "\u0646\u06D0\u067C\u0647", + time: "\u0648\u062E\u062A", + duration: "\u0645\u0648\u062F\u0647", + ipv4: "\u062F IPv4 \u067E\u062A\u0647", + ipv6: "\u062F IPv6 \u067E\u062A\u0647", + cidrv4: "\u062F IPv4 \u0633\u0627\u062D\u0647", + cidrv6: "\u062F IPv6 \u0633\u0627\u062D\u0647", + base64: "base64-encoded \u0645\u062A\u0646", + base64url: "base64url-encoded \u0645\u062A\u0646", + json_string: "JSON \u0645\u062A\u0646", + e164: "\u062F E.164 \u0634\u0645\u06D0\u0631\u0647", + jwt: "JWT", + template_literal: "\u0648\u0631\u0648\u062F\u064A" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0639\u062F\u062F", + array: "\u0627\u0631\u06D0" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F instanceof ${issue2.expected} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${received} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`; + } + return `\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${expected} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${received} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`; + } + case "invalid_value": + if (issue2.values.length === 1) { + return `\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${stringifyPrimitive(issue2.values[0])} \u0648\u0627\u06CC`; + } + return `\u0646\u0627\u0633\u0645 \u0627\u0646\u062A\u062E\u0627\u0628: \u0628\u0627\u06CC\u062F \u06CC\u0648 \u0644\u0647 ${joinValues(issue2.values, "|")} \u0685\u062E\u0647 \u0648\u0627\u06CC`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${(_c2 = issue2.origin) != null ? _c2 : "\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u0639\u0646\u0635\u0631\u0648\u0646\u0647"} \u0648\u0644\u0631\u064A`; + } + return `\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${(_e2 = issue2.origin) != null ? _e2 : "\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${adj}${issue2.maximum.toString()} \u0648\u064A`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${issue2.origin} \u0628\u0627\u06CC\u062F ${adj}${issue2.minimum.toString()} ${sizing.unit} \u0648\u0644\u0631\u064A`; + } + return `\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${issue2.origin} \u0628\u0627\u06CC\u062F ${adj}${issue2.minimum.toString()} \u0648\u064A`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${_issue.prefix}" \u0633\u0631\u0647 \u067E\u06CC\u0644 \u0634\u064A`; + } + if (_issue.format === "ends_with") { + return `\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${_issue.suffix}" \u0633\u0631\u0647 \u067E\u0627\u06CC \u062A\u0647 \u0648\u0631\u0633\u064A\u0696\u064A`; + } + if (_issue.format === "includes") { + return `\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F "${_issue.includes}" \u0648\u0644\u0631\u064A`; + } + if (_issue.format === "regex") { + return `\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F ${_issue.pattern} \u0633\u0631\u0647 \u0645\u0637\u0627\u0628\u0642\u062A \u0648\u0644\u0631\u064A`; + } + return `${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format} \u0646\u0627\u0633\u0645 \u062F\u06CC`; + } + case "not_multiple_of": + return `\u0646\u0627\u0633\u0645 \u0639\u062F\u062F: \u0628\u0627\u06CC\u062F \u062F ${issue2.divisor} \u0645\u0636\u0631\u0628 \u0648\u064A`; + case "unrecognized_keys": + return `\u0646\u0627\u0633\u0645 ${issue2.keys.length > 1 ? "\u06A9\u0644\u06CC\u0689\u0648\u0646\u0647" : "\u06A9\u0644\u06CC\u0689"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u0646\u0627\u0633\u0645 \u06A9\u0644\u06CC\u0689 \u067E\u0647 ${issue2.origin} \u06A9\u06D0`; + case "invalid_union": + return `\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A`; + case "invalid_element": + return `\u0646\u0627\u0633\u0645 \u0639\u0646\u0635\u0631 \u067E\u0647 ${issue2.origin} \u06A9\u06D0`; + default: + return `\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/pl.js +function pl_default() { + return { + localeError: error33() + }; +} +var error33; +var init_pl = __esm({ + "node_modules/zod/v4/locales/pl.js"() { + init_util(); + error33 = () => { + const Sizable = { + string: { unit: "znak\xF3w", verb: "mie\u0107" }, + file: { unit: "bajt\xF3w", verb: "mie\u0107" }, + array: { unit: "element\xF3w", verb: "mie\u0107" }, + set: { unit: "element\xF3w", verb: "mie\u0107" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "wyra\u017Cenie", + email: "adres email", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "data i godzina w formacie ISO", + date: "data w formacie ISO", + time: "godzina w formacie ISO", + duration: "czas trwania ISO", + ipv4: "adres IPv4", + ipv6: "adres IPv6", + cidrv4: "zakres IPv4", + cidrv6: "zakres IPv6", + base64: "ci\u0105g znak\xF3w zakodowany w formacie base64", + base64url: "ci\u0105g znak\xF3w zakodowany w formacie base64url", + json_string: "ci\u0105g znak\xF3w w formacie JSON", + e164: "liczba E.164", + jwt: "JWT", + template_literal: "wej\u015Bcie" + }; + const TypeDictionary = { + nan: "NaN", + number: "liczba", + array: "tablica" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano instanceof ${issue2.expected}, otrzymano ${received}`; + } + return `Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${expected}, otrzymano ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${stringifyPrimitive(issue2.values[0])}`; + return `Nieprawid\u0142owa opcja: oczekiwano jednej z warto\u015Bci ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Za du\u017Ca warto\u015B\u0107: oczekiwano, \u017Ce ${(_c2 = issue2.origin) != null ? _c2 : "warto\u015B\u0107"} b\u0119dzie mie\u0107 ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "element\xF3w"}`; + } + return `Zbyt du\u017C(y/a/e): oczekiwano, \u017Ce ${(_e2 = issue2.origin) != null ? _e2 : "warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Za ma\u0142a warto\u015B\u0107: oczekiwano, \u017Ce ${(_f2 = issue2.origin) != null ? _f2 : "warto\u015B\u0107"} b\u0119dzie mie\u0107 ${adj}${issue2.minimum.toString()} ${(_g = sizing.unit) != null ? _g : "element\xF3w"}`; + } + return `Zbyt ma\u0142(y/a/e): oczekiwano, \u017Ce ${(_h2 = issue2.origin) != null ? _h2 : "warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zaczyna\u0107 si\u0119 od "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Nieprawid\u0142owy ci\u0105g znak\xF3w: musi ko\u0144czy\u0107 si\u0119 na "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zawiera\u0107 "${_issue.includes}"`; + if (_issue.format === "regex") + return `Nieprawid\u0142owy ci\u0105g znak\xF3w: musi odpowiada\u0107 wzorcowi ${_issue.pattern}`; + return `Nieprawid\u0142ow(y/a/e) ${(_i = FormatDictionary[_issue.format]) != null ? _i : issue2.format}`; + } + case "not_multiple_of": + return `Nieprawid\u0142owa liczba: musi by\u0107 wielokrotno\u015Bci\u0105 ${issue2.divisor}`; + case "unrecognized_keys": + return `Nierozpoznane klucze${issue2.keys.length > 1 ? "s" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Nieprawid\u0142owy klucz w ${issue2.origin}`; + case "invalid_union": + return "Nieprawid\u0142owe dane wej\u015Bciowe"; + case "invalid_element": + return `Nieprawid\u0142owa warto\u015B\u0107 w ${issue2.origin}`; + default: + return `Nieprawid\u0142owe dane wej\u015Bciowe`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/pt.js +function pt_default2() { + return { + localeError: error34() + }; +} +var error34; +var init_pt = __esm({ + "node_modules/zod/v4/locales/pt.js"() { + init_util(); + error34 = () => { + const Sizable = { + string: { unit: "caracteres", verb: "ter" }, + file: { unit: "bytes", verb: "ter" }, + array: { unit: "itens", verb: "ter" }, + set: { unit: "itens", verb: "ter" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "padr\xE3o", + email: "endere\xE7o de e-mail", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "data e hora ISO", + date: "data ISO", + time: "hora ISO", + duration: "dura\xE7\xE3o ISO", + ipv4: "endere\xE7o IPv4", + ipv6: "endere\xE7o IPv6", + cidrv4: "faixa de IPv4", + cidrv6: "faixa de IPv6", + base64: "texto codificado em base64", + base64url: "URL codificada em base64", + json_string: "texto JSON", + e164: "n\xFAmero E.164", + jwt: "JWT", + template_literal: "entrada" + }; + const TypeDictionary = { + nan: "NaN", + number: "n\xFAmero", + null: "nulo" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Tipo inv\xE1lido: esperado instanceof ${issue2.expected}, recebido ${received}`; + } + return `Tipo inv\xE1lido: esperado ${expected}, recebido ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Entrada inv\xE1lida: esperado ${stringifyPrimitive(issue2.values[0])}`; + return `Op\xE7\xE3o inv\xE1lida: esperada uma das ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Muito grande: esperado que ${(_c2 = issue2.origin) != null ? _c2 : "valor"} tivesse ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elementos"}`; + return `Muito grande: esperado que ${(_e2 = issue2.origin) != null ? _e2 : "valor"} fosse ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Muito pequeno: esperado que ${issue2.origin} tivesse ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Muito pequeno: esperado que ${issue2.origin} fosse ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Texto inv\xE1lido: deve come\xE7ar com "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Texto inv\xE1lido: deve terminar com "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Texto inv\xE1lido: deve incluir "${_issue.includes}"`; + if (_issue.format === "regex") + return `Texto inv\xE1lido: deve corresponder ao padr\xE3o ${_issue.pattern}`; + return `${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format} inv\xE1lido`; + } + case "not_multiple_of": + return `N\xFAmero inv\xE1lido: deve ser m\xFAltiplo de ${issue2.divisor}`; + case "unrecognized_keys": + return `Chave${issue2.keys.length > 1 ? "s" : ""} desconhecida${issue2.keys.length > 1 ? "s" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Chave inv\xE1lida em ${issue2.origin}`; + case "invalid_union": + return "Entrada inv\xE1lida"; + case "invalid_element": + return `Valor inv\xE1lido em ${issue2.origin}`; + default: + return `Campo inv\xE1lido`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/ru.js +function getRussianPlural(count, one, few, many) { + const absCount = Math.abs(count); + const lastDigit = absCount % 10; + const lastTwoDigits = absCount % 100; + if (lastTwoDigits >= 11 && lastTwoDigits <= 19) { + return many; + } + if (lastDigit === 1) { + return one; + } + if (lastDigit >= 2 && lastDigit <= 4) { + return few; + } + return many; +} +function ru_default2() { + return { + localeError: error35() + }; +} +var error35; +var init_ru = __esm({ + "node_modules/zod/v4/locales/ru.js"() { + init_util(); + error35 = () => { + const Sizable = { + string: { + unit: { + one: "\u0441\u0438\u043C\u0432\u043E\u043B", + few: "\u0441\u0438\u043C\u0432\u043E\u043B\u0430", + many: "\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432" + }, + verb: "\u0438\u043C\u0435\u0442\u044C" + }, + file: { + unit: { + one: "\u0431\u0430\u0439\u0442", + few: "\u0431\u0430\u0439\u0442\u0430", + many: "\u0431\u0430\u0439\u0442" + }, + verb: "\u0438\u043C\u0435\u0442\u044C" + }, + array: { + unit: { + one: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442", + few: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430", + many: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432" + }, + verb: "\u0438\u043C\u0435\u0442\u044C" + }, + set: { + unit: { + one: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442", + few: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430", + many: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432" + }, + verb: "\u0438\u043C\u0435\u0442\u044C" + } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0432\u0432\u043E\u0434", + email: "email \u0430\u0434\u0440\u0435\u0441", + url: "URL", + emoji: "\u044D\u043C\u043E\u0434\u0437\u0438", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO \u0434\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043C\u044F", + date: "ISO \u0434\u0430\u0442\u0430", + time: "ISO \u0432\u0440\u0435\u043C\u044F", + duration: "ISO \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C", + ipv4: "IPv4 \u0430\u0434\u0440\u0435\u0441", + ipv6: "IPv6 \u0430\u0434\u0440\u0435\u0441", + cidrv4: "IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D", + cidrv6: "IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D", + base64: "\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64", + base64url: "\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64url", + json_string: "JSON \u0441\u0442\u0440\u043E\u043A\u0430", + e164: "\u043D\u043E\u043C\u0435\u0440 E.164", + jwt: "JWT", + template_literal: "\u0432\u0432\u043E\u0434" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0447\u0438\u0441\u043B\u043E", + array: "\u043C\u0430\u0441\u0441\u0438\u0432" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C instanceof ${issue2.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${received}`; + } + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${stringifyPrimitive(issue2.values[0])}`; + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0430\u0440\u0438\u0430\u043D\u0442: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0434\u043D\u043E \u0438\u0437 ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + const maxValue = Number(issue2.maximum); + const unit = getRussianPlural(maxValue, sizing.unit.one, sizing.unit.few, sizing.unit.many); + return `\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${(_c2 = issue2.origin) != null ? _c2 : "\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${adj}${issue2.maximum.toString()} ${unit}`; + } + return `\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${(_d = issue2.origin) != null ? _d : "\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + const minValue = Number(issue2.minimum); + const unit = getRussianPlural(minValue, sizing.unit.one, sizing.unit.few, sizing.unit.many); + return `\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${issue2.origin} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${adj}${issue2.minimum.toString()} ${unit}`; + } + return `\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${issue2.origin} \u0431\u0443\u0434\u0435\u0442 ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C\u0441\u044F \u0441 "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${_issue.pattern}`; + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 ${(_e2 = FormatDictionary[_issue.format]) != null ? _e2 : issue2.format}`; + } + case "not_multiple_of": + return `\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E: \u0434\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${issue2.divisor}`; + case "unrecognized_keys": + return `\u041D\u0435\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u043D${issue2.keys.length > 1 ? "\u044B\u0435" : "\u044B\u0439"} \u043A\u043B\u044E\u0447${issue2.keys.length > 1 ? "\u0438" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u0432 ${issue2.origin}`; + case "invalid_union": + return "\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435"; + case "invalid_element": + return `\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0432 ${issue2.origin}`; + default: + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/sl.js +function sl_default() { + return { + localeError: error36() + }; +} +var error36; +var init_sl = __esm({ + "node_modules/zod/v4/locales/sl.js"() { + init_util(); + error36 = () => { + const Sizable = { + string: { unit: "znakov", verb: "imeti" }, + file: { unit: "bajtov", verb: "imeti" }, + array: { unit: "elementov", verb: "imeti" }, + set: { unit: "elementov", verb: "imeti" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "vnos", + email: "e-po\u0161tni naslov", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO datum in \u010Das", + date: "ISO datum", + time: "ISO \u010Das", + duration: "ISO trajanje", + ipv4: "IPv4 naslov", + ipv6: "IPv6 naslov", + cidrv4: "obseg IPv4", + cidrv6: "obseg IPv6", + base64: "base64 kodiran niz", + base64url: "base64url kodiran niz", + json_string: "JSON niz", + e164: "E.164 \u0161tevilka", + jwt: "JWT", + template_literal: "vnos" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0161tevilo", + array: "tabela" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Neveljaven vnos: pri\u010Dakovano instanceof ${issue2.expected}, prejeto ${received}`; + } + return `Neveljaven vnos: pri\u010Dakovano ${expected}, prejeto ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Neveljaven vnos: pri\u010Dakovano ${stringifyPrimitive(issue2.values[0])}`; + return `Neveljavna mo\u017Enost: pri\u010Dakovano eno izmed ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Preveliko: pri\u010Dakovano, da bo ${(_c2 = issue2.origin) != null ? _c2 : "vrednost"} imelo ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "elementov"}`; + return `Preveliko: pri\u010Dakovano, da bo ${(_e2 = issue2.origin) != null ? _e2 : "vrednost"} ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Premajhno: pri\u010Dakovano, da bo ${issue2.origin} imelo ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Premajhno: pri\u010Dakovano, da bo ${issue2.origin} ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `Neveljaven niz: mora se za\u010Deti z "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `Neveljaven niz: mora se kon\u010Dati z "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Neveljaven niz: mora vsebovati "${_issue.includes}"`; + if (_issue.format === "regex") + return `Neveljaven niz: mora ustrezati vzorcu ${_issue.pattern}`; + return `Neveljaven ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Neveljavno \u0161tevilo: mora biti ve\u010Dkratnik ${issue2.divisor}`; + case "unrecognized_keys": + return `Neprepoznan${issue2.keys.length > 1 ? "i klju\u010Di" : " klju\u010D"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Neveljaven klju\u010D v ${issue2.origin}`; + case "invalid_union": + return "Neveljaven vnos"; + case "invalid_element": + return `Neveljavna vrednost v ${issue2.origin}`; + default: + return "Neveljaven vnos"; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/sv.js +function sv_default() { + return { + localeError: error37() + }; +} +var error37; +var init_sv = __esm({ + "node_modules/zod/v4/locales/sv.js"() { + init_util(); + error37 = () => { + const Sizable = { + string: { unit: "tecken", verb: "att ha" }, + file: { unit: "bytes", verb: "att ha" }, + array: { unit: "objekt", verb: "att inneh\xE5lla" }, + set: { unit: "objekt", verb: "att inneh\xE5lla" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "regulj\xE4rt uttryck", + email: "e-postadress", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO-datum och tid", + date: "ISO-datum", + time: "ISO-tid", + duration: "ISO-varaktighet", + ipv4: "IPv4-intervall", + ipv6: "IPv6-intervall", + cidrv4: "IPv4-spektrum", + cidrv6: "IPv6-spektrum", + base64: "base64-kodad str\xE4ng", + base64url: "base64url-kodad str\xE4ng", + json_string: "JSON-str\xE4ng", + e164: "E.164-nummer", + jwt: "JWT", + template_literal: "mall-literal" + }; + const TypeDictionary = { + nan: "NaN", + number: "antal", + array: "lista" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Ogiltig inmatning: f\xF6rv\xE4ntat instanceof ${issue2.expected}, fick ${received}`; + } + return `Ogiltig inmatning: f\xF6rv\xE4ntat ${expected}, fick ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Ogiltig inmatning: f\xF6rv\xE4ntat ${stringifyPrimitive(issue2.values[0])}`; + return `Ogiltigt val: f\xF6rv\xE4ntade en av ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `F\xF6r stor(t): f\xF6rv\xE4ntade ${(_c2 = issue2.origin) != null ? _c2 : "v\xE4rdet"} att ha ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "element"}`; + } + return `F\xF6r stor(t): f\xF6rv\xE4ntat ${(_e2 = issue2.origin) != null ? _e2 : "v\xE4rdet"} att ha ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `F\xF6r lite(t): f\xF6rv\xE4ntade ${(_f2 = issue2.origin) != null ? _f2 : "v\xE4rdet"} att ha ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `F\xF6r lite(t): f\xF6rv\xE4ntade ${(_g = issue2.origin) != null ? _g : "v\xE4rdet"} att ha ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `Ogiltig str\xE4ng: m\xE5ste b\xF6rja med "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `Ogiltig str\xE4ng: m\xE5ste sluta med "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Ogiltig str\xE4ng: m\xE5ste inneh\xE5lla "${_issue.includes}"`; + if (_issue.format === "regex") + return `Ogiltig str\xE4ng: m\xE5ste matcha m\xF6nstret "${_issue.pattern}"`; + return `Ogiltig(t) ${(_h2 = FormatDictionary[_issue.format]) != null ? _h2 : issue2.format}`; + } + case "not_multiple_of": + return `Ogiltigt tal: m\xE5ste vara en multipel av ${issue2.divisor}`; + case "unrecognized_keys": + return `${issue2.keys.length > 1 ? "Ok\xE4nda nycklar" : "Ok\xE4nd nyckel"}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Ogiltig nyckel i ${(_i = issue2.origin) != null ? _i : "v\xE4rdet"}`; + case "invalid_union": + return "Ogiltig input"; + case "invalid_element": + return `Ogiltigt v\xE4rde i ${(_j = issue2.origin) != null ? _j : "v\xE4rdet"}`; + default: + return `Ogiltig input`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/ta.js +function ta_default() { + return { + localeError: error38() + }; +} +var error38; +var init_ta = __esm({ + "node_modules/zod/v4/locales/ta.js"() { + init_util(); + error38 = () => { + const Sizable = { + string: { unit: "\u0B8E\u0BB4\u0BC1\u0BA4\u0BCD\u0BA4\u0BC1\u0B95\u0BCD\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" }, + file: { unit: "\u0BAA\u0BC8\u0B9F\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" }, + array: { unit: "\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" }, + set: { unit: "\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1", + email: "\u0BAE\u0BBF\u0BA9\u0BCD\u0BA9\u0B9E\u0BCD\u0B9A\u0BB2\u0BCD \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO \u0BA4\u0BC7\u0BA4\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD", + date: "ISO \u0BA4\u0BC7\u0BA4\u0BBF", + time: "ISO \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD", + duration: "ISO \u0B95\u0BBE\u0BB2 \u0B85\u0BB3\u0BB5\u0BC1", + ipv4: "IPv4 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF", + ipv6: "IPv6 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF", + cidrv4: "IPv4 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1", + cidrv6: "IPv6 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1", + base64: "base64-encoded \u0B9A\u0BB0\u0BAE\u0BCD", + base64url: "base64url-encoded \u0B9A\u0BB0\u0BAE\u0BCD", + json_string: "JSON \u0B9A\u0BB0\u0BAE\u0BCD", + e164: "E.164 \u0B8E\u0BA3\u0BCD", + jwt: "JWT", + template_literal: "input" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0B8E\u0BA3\u0BCD", + array: "\u0B85\u0BA3\u0BBF", + null: "\u0BB5\u0BC6\u0BB1\u0BC1\u0BAE\u0BC8" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 instanceof ${issue2.expected}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${received}`; + } + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${expected}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${stringifyPrimitive(issue2.values[0])}`; + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0BB0\u0BC1\u0BAA\u0BCD\u0BAA\u0BAE\u0BCD: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${joinValues(issue2.values, "|")} \u0B87\u0BB2\u0BCD \u0B92\u0BA9\u0BCD\u0BB1\u0BC1`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${(_c2 = issue2.origin) != null ? _c2 : "\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD"} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + } + return `\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${(_e2 = issue2.origin) != null ? _e2 : "\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${adj}${issue2.maximum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${issue2.origin} ${adj}${issue2.minimum.toString()} ${sizing.unit} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + } + return `\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${issue2.origin} ${adj}${issue2.minimum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${_issue.prefix}" \u0B87\u0BB2\u0BCD \u0BA4\u0BCA\u0B9F\u0B99\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + if (_issue.format === "ends_with") + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${_issue.suffix}" \u0B87\u0BB2\u0BCD \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0B9F\u0BC8\u0BAF \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + if (_issue.format === "includes") + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${_issue.includes}" \u0B90 \u0B89\u0BB3\u0BCD\u0BB3\u0B9F\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + if (_issue.format === "regex") + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: ${_issue.pattern} \u0BAE\u0BC1\u0BB1\u0BC8\u0BAA\u0BBE\u0B9F\u0BCD\u0B9F\u0BC1\u0B9F\u0BA9\u0BCD \u0BAA\u0BCA\u0BB0\u0BC1\u0BA8\u0BCD\u0BA4 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B8E\u0BA3\u0BCD: ${issue2.divisor} \u0B87\u0BA9\u0BCD \u0BAA\u0BB2\u0BAE\u0BBE\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + case "unrecognized_keys": + return `\u0B85\u0B9F\u0BC8\u0BAF\u0BBE\u0BB3\u0BAE\u0BCD \u0BA4\u0BC6\u0BB0\u0BBF\u0BAF\u0BBE\u0BA4 \u0BB5\u0BBF\u0B9A\u0BC8${issue2.keys.length > 1 ? "\u0B95\u0BB3\u0BCD" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `${issue2.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0B9A\u0BC8`; + case "invalid_union": + return "\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1"; + case "invalid_element": + return `${issue2.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1`; + default: + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/th.js +function th_default() { + return { + localeError: error39() + }; +} +var error39; +var init_th = __esm({ + "node_modules/zod/v4/locales/th.js"() { + init_util(); + error39 = () => { + const Sizable = { + string: { unit: "\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" }, + file: { unit: "\u0E44\u0E1A\u0E15\u0E4C", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" }, + array: { unit: "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" }, + set: { unit: "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19", + email: "\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E2D\u0E35\u0E40\u0E21\u0E25", + url: "URL", + emoji: "\u0E2D\u0E34\u0E42\u0E21\u0E08\u0E34", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO", + date: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E1A\u0E1A ISO", + time: "\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO", + duration: "\u0E0A\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO", + ipv4: "\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv4", + ipv6: "\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv6", + cidrv4: "\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv4", + cidrv6: "\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv6", + base64: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64", + base64url: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64 \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A URL", + json_string: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A JSON", + e164: "\u0E40\u0E1A\u0E2D\u0E23\u0E4C\u0E42\u0E17\u0E23\u0E28\u0E31\u0E1E\u0E17\u0E4C\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E17\u0E28 (E.164)", + jwt: "\u0E42\u0E17\u0E40\u0E04\u0E19 JWT", + template_literal: "\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02", + array: "\u0E2D\u0E32\u0E23\u0E4C\u0E40\u0E23\u0E22\u0E4C (Array)", + null: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32 (null)" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 instanceof ${issue2.expected} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${received}`; + } + return `\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${expected} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u0E04\u0E48\u0E32\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${stringifyPrimitive(issue2.values[0])}`; + return `\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19\u0E2B\u0E19\u0E36\u0E48\u0E07\u0E43\u0E19 ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19" : "\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${(_c2 = issue2.origin) != null ? _c2 : "\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${adj} ${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"}`; + return `\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${(_e2 = issue2.origin) != null ? _e2 : "\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${adj} ${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? "\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22" : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${issue2.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${adj} ${issue2.minimum.toString()} ${sizing.unit}`; + } + return `\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${issue2.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${adj} ${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22 "${_issue.prefix}"`; + } + if (_issue.format === "ends_with") + return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E25\u0E07\u0E17\u0E49\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22 "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 "${_issue.includes}" \u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21`; + if (_issue.format === "regex") + return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14 ${_issue.pattern}`; + return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E32\u0E23\u0E14\u0E49\u0E27\u0E22 ${issue2.divisor} \u0E44\u0E14\u0E49\u0E25\u0E07\u0E15\u0E31\u0E27`; + case "unrecognized_keys": + return `\u0E1E\u0E1A\u0E04\u0E35\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E23\u0E39\u0E49\u0E08\u0E31\u0E01: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u0E04\u0E35\u0E22\u0E4C\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${issue2.origin}`; + case "invalid_union": + return "\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E22\u0E39\u0E40\u0E19\u0E35\u0E22\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E44\u0E27\u0E49"; + case "invalid_element": + return `\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${issue2.origin}`; + default: + return `\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/tr.js +function tr_default() { + return { + localeError: error40() + }; +} +var error40; +var init_tr = __esm({ + "node_modules/zod/v4/locales/tr.js"() { + init_util(); + error40 = () => { + const Sizable = { + string: { unit: "karakter", verb: "olmal\u0131" }, + file: { unit: "bayt", verb: "olmal\u0131" }, + array: { unit: "\xF6\u011Fe", verb: "olmal\u0131" }, + set: { unit: "\xF6\u011Fe", verb: "olmal\u0131" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "girdi", + email: "e-posta adresi", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO tarih ve saat", + date: "ISO tarih", + time: "ISO saat", + duration: "ISO s\xFCre", + ipv4: "IPv4 adresi", + ipv6: "IPv6 adresi", + cidrv4: "IPv4 aral\u0131\u011F\u0131", + cidrv6: "IPv6 aral\u0131\u011F\u0131", + base64: "base64 ile \u015Fifrelenmi\u015F metin", + base64url: "base64url ile \u015Fifrelenmi\u015F metin", + json_string: "JSON dizesi", + e164: "E.164 say\u0131s\u0131", + jwt: "JWT", + template_literal: "\u015Eablon dizesi" + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Ge\xE7ersiz de\u011Fer: beklenen instanceof ${issue2.expected}, al\u0131nan ${received}`; + } + return `Ge\xE7ersiz de\u011Fer: beklenen ${expected}, al\u0131nan ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Ge\xE7ersiz de\u011Fer: beklenen ${stringifyPrimitive(issue2.values[0])}`; + return `Ge\xE7ersiz se\xE7enek: a\u015Fa\u011F\u0131dakilerden biri olmal\u0131: ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\xC7ok b\xFCy\xFCk: beklenen ${(_c2 = issue2.origin) != null ? _c2 : "de\u011Fer"} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\xF6\u011Fe"}`; + return `\xC7ok b\xFCy\xFCk: beklenen ${(_e2 = issue2.origin) != null ? _e2 : "de\u011Fer"} ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\xC7ok k\xFC\xE7\xFCk: beklenen ${issue2.origin} ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + return `\xC7ok k\xFC\xE7\xFCk: beklenen ${issue2.origin} ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Ge\xE7ersiz metin: "${_issue.prefix}" ile ba\u015Flamal\u0131`; + if (_issue.format === "ends_with") + return `Ge\xE7ersiz metin: "${_issue.suffix}" ile bitmeli`; + if (_issue.format === "includes") + return `Ge\xE7ersiz metin: "${_issue.includes}" i\xE7ermeli`; + if (_issue.format === "regex") + return `Ge\xE7ersiz metin: ${_issue.pattern} desenine uymal\u0131`; + return `Ge\xE7ersiz ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `Ge\xE7ersiz say\u0131: ${issue2.divisor} ile tam b\xF6l\xFCnebilmeli`; + case "unrecognized_keys": + return `Tan\u0131nmayan anahtar${issue2.keys.length > 1 ? "lar" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `${issue2.origin} i\xE7inde ge\xE7ersiz anahtar`; + case "invalid_union": + return "Ge\xE7ersiz de\u011Fer"; + case "invalid_element": + return `${issue2.origin} i\xE7inde ge\xE7ersiz de\u011Fer`; + default: + return `Ge\xE7ersiz de\u011Fer`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/uk.js +function uk_default() { + return { + localeError: error41() + }; +} +var error41; +var init_uk = __esm({ + "node_modules/zod/v4/locales/uk.js"() { + init_util(); + error41 = () => { + const Sizable = { + string: { unit: "\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" }, + file: { unit: "\u0431\u0430\u0439\u0442\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" }, + array: { unit: "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" }, + set: { unit: "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456", + email: "\u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0457 \u043F\u043E\u0448\u0442\u0438", + url: "URL", + emoji: "\u0435\u043C\u043E\u0434\u0437\u0456", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "\u0434\u0430\u0442\u0430 \u0442\u0430 \u0447\u0430\u0441 ISO", + date: "\u0434\u0430\u0442\u0430 ISO", + time: "\u0447\u0430\u0441 ISO", + duration: "\u0442\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044C ISO", + ipv4: "\u0430\u0434\u0440\u0435\u0441\u0430 IPv4", + ipv6: "\u0430\u0434\u0440\u0435\u0441\u0430 IPv6", + cidrv4: "\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv4", + cidrv6: "\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv6", + base64: "\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64", + base64url: "\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64url", + json_string: "\u0440\u044F\u0434\u043E\u043A JSON", + e164: "\u043D\u043E\u043C\u0435\u0440 E.164", + jwt: "JWT", + template_literal: "\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0447\u0438\u0441\u043B\u043E", + array: "\u043C\u0430\u0441\u0438\u0432" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F instanceof ${issue2.expected}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${received}`; + } + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${expected}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${stringifyPrimitive(issue2.values[0])}`; + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0430 \u043E\u043F\u0446\u0456\u044F: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F \u043E\u0434\u043D\u0435 \u0437 ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${(_c2 = issue2.origin) != null ? _c2 : "\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} ${sizing.verb} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432"}`; + return `\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${(_e2 = issue2.origin) != null ? _e2 : "\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} \u0431\u0443\u0434\u0435 ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${issue2.origin} ${sizing.verb} ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${issue2.origin} \u0431\u0443\u0434\u0435 ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438\u0441\u044F \u0437 "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u043D\u0430 "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043C\u0456\u0441\u0442\u0438\u0442\u0438 "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${_issue.pattern}`; + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0447\u0438\u0441\u043B\u043E: \u043F\u043E\u0432\u0438\u043D\u043D\u043E \u0431\u0443\u0442\u0438 \u043A\u0440\u0430\u0442\u043D\u0438\u043C ${issue2.divisor}`; + case "unrecognized_keys": + return `\u041D\u0435\u0440\u043E\u0437\u043F\u0456\u0437\u043D\u0430\u043D\u0438\u0439 \u043A\u043B\u044E\u0447${issue2.keys.length > 1 ? "\u0456" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u043A\u043B\u044E\u0447 \u0443 ${issue2.origin}`; + case "invalid_union": + return "\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"; + case "invalid_element": + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0443 ${issue2.origin}`; + default: + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/ua.js +function ua_default() { + return uk_default(); +} +var init_ua = __esm({ + "node_modules/zod/v4/locales/ua.js"() { + init_uk(); + } +}); + +// node_modules/zod/v4/locales/ur.js +function ur_default() { + return { + localeError: error42() + }; +} +var error42; +var init_ur = __esm({ + "node_modules/zod/v4/locales/ur.js"() { + init_util(); + error42 = () => { + const Sizable = { + string: { unit: "\u062D\u0631\u0648\u0641", verb: "\u06C1\u0648\u0646\u0627" }, + file: { unit: "\u0628\u0627\u0626\u0679\u0633", verb: "\u06C1\u0648\u0646\u0627" }, + array: { unit: "\u0622\u0626\u0679\u0645\u0632", verb: "\u06C1\u0648\u0646\u0627" }, + set: { unit: "\u0622\u0626\u0679\u0645\u0632", verb: "\u06C1\u0648\u0646\u0627" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0627\u0646 \u067E\u0679", + email: "\u0627\u06CC \u0645\u06CC\u0644 \u0627\u06CC\u0688\u0631\u06CC\u0633", + url: "\u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644", + emoji: "\u0627\u06CC\u0645\u0648\u062C\u06CC", + uuid: "\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC", + uuidv4: "\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 4", + uuidv6: "\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 6", + nanoid: "\u0646\u06CC\u0646\u0648 \u0622\u0626\u06CC \u0688\u06CC", + guid: "\u062C\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC", + cuid: "\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC", + cuid2: "\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC 2", + ulid: "\u06CC\u0648 \u0627\u06CC\u0644 \u0622\u0626\u06CC \u0688\u06CC", + xid: "\u0627\u06CC\u06A9\u0633 \u0622\u0626\u06CC \u0688\u06CC", + ksuid: "\u06A9\u06D2 \u0627\u06CC\u0633 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC", + datetime: "\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0688\u06CC\u0679 \u0679\u0627\u0626\u0645", + date: "\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u062A\u0627\u0631\u06CC\u062E", + time: "\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0648\u0642\u062A", + duration: "\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0645\u062F\u062A", + ipv4: "\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0627\u06CC\u0688\u0631\u06CC\u0633", + ipv6: "\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0627\u06CC\u0688\u0631\u06CC\u0633", + cidrv4: "\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0631\u06CC\u0646\u062C", + cidrv6: "\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0631\u06CC\u0646\u062C", + base64: "\u0628\u06CC\u0633 64 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF", + base64url: "\u0628\u06CC\u0633 64 \u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF", + json_string: "\u062C\u06D2 \u0627\u06CC\u0633 \u0627\u0648 \u0627\u06CC\u0646 \u0633\u0679\u0631\u0646\u06AF", + e164: "\u0627\u06CC 164 \u0646\u0645\u0628\u0631", + jwt: "\u062C\u06D2 \u0688\u0628\u0644\u06CC\u0648 \u0679\u06CC", + template_literal: "\u0627\u0646 \u067E\u0679" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u0646\u0645\u0628\u0631", + array: "\u0622\u0631\u06D2", + null: "\u0646\u0644" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: instanceof ${issue2.expected} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${received} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`; + } + return `\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${expected} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${received} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${stringifyPrimitive(issue2.values[0])} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`; + return `\u063A\u0644\u0637 \u0622\u067E\u0634\u0646: ${joinValues(issue2.values, "|")} \u0645\u06CC\u06BA \u0633\u06D2 \u0627\u06CC\u06A9 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u0628\u06C1\u062A \u0628\u0691\u0627: ${(_c2 = issue2.origin) != null ? _c2 : "\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u06D2 ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u0639\u0646\u0627\u0635\u0631"} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`; + return `\u0628\u06C1\u062A \u0628\u0691\u0627: ${(_e2 = issue2.origin) != null ? _e2 : "\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u0627 ${adj}${issue2.maximum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${issue2.origin} \u06A9\u06D2 ${adj}${issue2.minimum.toString()} ${sizing.unit} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`; + } + return `\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${issue2.origin} \u06A9\u0627 ${adj}${issue2.minimum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${_issue.prefix}" \u0633\u06D2 \u0634\u0631\u0648\u0639 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + } + if (_issue.format === "ends_with") + return `\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${_issue.suffix}" \u067E\u0631 \u062E\u062A\u0645 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + if (_issue.format === "includes") + return `\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${_issue.includes}" \u0634\u0627\u0645\u0644 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + if (_issue.format === "regex") + return `\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: \u067E\u06CC\u0679\u0631\u0646 ${_issue.pattern} \u0633\u06D2 \u0645\u06CC\u0686 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + return `\u063A\u0644\u0637 ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u063A\u0644\u0637 \u0646\u0645\u0628\u0631: ${issue2.divisor} \u06A9\u0627 \u0645\u0636\u0627\u0639\u0641 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + case "unrecognized_keys": + return `\u063A\u06CC\u0631 \u062A\u0633\u0644\u06CC\u0645 \u0634\u062F\u06C1 \u06A9\u06CC${issue2.keys.length > 1 ? "\u0632" : ""}: ${joinValues(issue2.keys, "\u060C ")}`; + case "invalid_key": + return `${issue2.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u06A9\u06CC`; + case "invalid_union": + return "\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679"; + case "invalid_element": + return `${issue2.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u0648\u06CC\u0644\u06CC\u0648`; + default: + return `\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/uz.js +function uz_default() { + return { + localeError: error43() + }; +} +var error43; +var init_uz = __esm({ + "node_modules/zod/v4/locales/uz.js"() { + init_util(); + error43 = () => { + const Sizable = { + string: { unit: "belgi", verb: "bo\u2018lishi kerak" }, + file: { unit: "bayt", verb: "bo\u2018lishi kerak" }, + array: { unit: "element", verb: "bo\u2018lishi kerak" }, + set: { unit: "element", verb: "bo\u2018lishi kerak" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "kirish", + email: "elektron pochta manzili", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO sana va vaqti", + date: "ISO sana", + time: "ISO vaqt", + duration: "ISO davomiylik", + ipv4: "IPv4 manzil", + ipv6: "IPv6 manzil", + mac: "MAC manzil", + cidrv4: "IPv4 diapazon", + cidrv6: "IPv6 diapazon", + base64: "base64 kodlangan satr", + base64url: "base64url kodlangan satr", + json_string: "JSON satr", + e164: "E.164 raqam", + jwt: "JWT", + template_literal: "kirish" + }; + const TypeDictionary = { + nan: "NaN", + number: "raqam", + array: "massiv" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `Noto\u2018g\u2018ri kirish: kutilgan instanceof ${issue2.expected}, qabul qilingan ${received}`; + } + return `Noto\u2018g\u2018ri kirish: kutilgan ${expected}, qabul qilingan ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `Noto\u2018g\u2018ri kirish: kutilgan ${stringifyPrimitive(issue2.values[0])}`; + return `Noto\u2018g\u2018ri variant: quyidagilardan biri kutilgan ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Juda katta: kutilgan ${(_c2 = issue2.origin) != null ? _c2 : "qiymat"} ${adj}${issue2.maximum.toString()} ${sizing.unit} ${sizing.verb}`; + return `Juda katta: kutilgan ${(_d = issue2.origin) != null ? _d : "qiymat"} ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Juda kichik: kutilgan ${issue2.origin} ${adj}${issue2.minimum.toString()} ${sizing.unit} ${sizing.verb}`; + } + return `Juda kichik: kutilgan ${issue2.origin} ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Noto\u2018g\u2018ri satr: "${_issue.prefix}" bilan boshlanishi kerak`; + if (_issue.format === "ends_with") + return `Noto\u2018g\u2018ri satr: "${_issue.suffix}" bilan tugashi kerak`; + if (_issue.format === "includes") + return `Noto\u2018g\u2018ri satr: "${_issue.includes}" ni o\u2018z ichiga olishi kerak`; + if (_issue.format === "regex") + return `Noto\u2018g\u2018ri satr: ${_issue.pattern} shabloniga mos kelishi kerak`; + return `Noto\u2018g\u2018ri ${(_e2 = FormatDictionary[_issue.format]) != null ? _e2 : issue2.format}`; + } + case "not_multiple_of": + return `Noto\u2018g\u2018ri raqam: ${issue2.divisor} ning karralisi bo\u2018lishi kerak`; + case "unrecognized_keys": + return `Noma\u2019lum kalit${issue2.keys.length > 1 ? "lar" : ""}: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `${issue2.origin} dagi kalit noto\u2018g\u2018ri`; + case "invalid_union": + return "Noto\u2018g\u2018ri kirish"; + case "invalid_element": + return `${issue2.origin} da noto\u2018g\u2018ri qiymat`; + default: + return `Noto\u2018g\u2018ri kirish`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/vi.js +function vi_default() { + return { + localeError: error44() + }; +} +var error44; +var init_vi = __esm({ + "node_modules/zod/v4/locales/vi.js"() { + init_util(); + error44 = () => { + const Sizable = { + string: { unit: "k\xFD t\u1EF1", verb: "c\xF3" }, + file: { unit: "byte", verb: "c\xF3" }, + array: { unit: "ph\u1EA7n t\u1EED", verb: "c\xF3" }, + set: { unit: "ph\u1EA7n t\u1EED", verb: "c\xF3" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u0111\u1EA7u v\xE0o", + email: "\u0111\u1ECBa ch\u1EC9 email", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ng\xE0y gi\u1EDD ISO", + date: "ng\xE0y ISO", + time: "gi\u1EDD ISO", + duration: "kho\u1EA3ng th\u1EDDi gian ISO", + ipv4: "\u0111\u1ECBa ch\u1EC9 IPv4", + ipv6: "\u0111\u1ECBa ch\u1EC9 IPv6", + cidrv4: "d\u1EA3i IPv4", + cidrv6: "d\u1EA3i IPv6", + base64: "chu\u1ED7i m\xE3 h\xF3a base64", + base64url: "chu\u1ED7i m\xE3 h\xF3a base64url", + json_string: "chu\u1ED7i JSON", + e164: "s\u1ED1 E.164", + jwt: "JWT", + template_literal: "\u0111\u1EA7u v\xE0o" + }; + const TypeDictionary = { + nan: "NaN", + number: "s\u1ED1", + array: "m\u1EA3ng" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i instanceof ${issue2.expected}, nh\u1EADn \u0111\u01B0\u1EE3c ${received}`; + } + return `\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${expected}, nh\u1EADn \u0111\u01B0\u1EE3c ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${stringifyPrimitive(issue2.values[0])}`; + return `T\xF9y ch\u1ECDn kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i m\u1ED9t trong c\xE1c gi\xE1 tr\u1ECB ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${(_c2 = issue2.origin) != null ? _c2 : "gi\xE1 tr\u1ECB"} ${sizing.verb} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "ph\u1EA7n t\u1EED"}`; + return `Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${(_e2 = issue2.origin) != null ? _e2 : "gi\xE1 tr\u1ECB"} ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${issue2.origin} ${sizing.verb} ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${issue2.origin} ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i b\u1EAFt \u0111\u1EA7u b\u1EB1ng "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i k\u1EBFt th\xFAc b\u1EB1ng "${_issue.suffix}"`; + if (_issue.format === "includes") + return `Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i bao g\u1ED3m "${_issue.includes}"`; + if (_issue.format === "regex") + return `Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i kh\u1EDBp v\u1EDBi m\u1EABu ${_issue.pattern}`; + return `${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format} kh\xF4ng h\u1EE3p l\u1EC7`; + } + case "not_multiple_of": + return `S\u1ED1 kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i l\xE0 b\u1ED9i s\u1ED1 c\u1EE7a ${issue2.divisor}`; + case "unrecognized_keys": + return `Kh\xF3a kh\xF4ng \u0111\u01B0\u1EE3c nh\u1EADn d\u1EA1ng: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `Kh\xF3a kh\xF4ng h\u1EE3p l\u1EC7 trong ${issue2.origin}`; + case "invalid_union": + return "\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7"; + case "invalid_element": + return `Gi\xE1 tr\u1ECB kh\xF4ng h\u1EE3p l\u1EC7 trong ${issue2.origin}`; + default: + return `\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/zh-CN.js +function zh_CN_default2() { + return { + localeError: error45() + }; +} +var error45; +var init_zh_CN = __esm({ + "node_modules/zod/v4/locales/zh-CN.js"() { + init_util(); + error45 = () => { + const Sizable = { + string: { unit: "\u5B57\u7B26", verb: "\u5305\u542B" }, + file: { unit: "\u5B57\u8282", verb: "\u5305\u542B" }, + array: { unit: "\u9879", verb: "\u5305\u542B" }, + set: { unit: "\u9879", verb: "\u5305\u542B" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u8F93\u5165", + email: "\u7535\u5B50\u90AE\u4EF6", + url: "URL", + emoji: "\u8868\u60C5\u7B26\u53F7", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO\u65E5\u671F\u65F6\u95F4", + date: "ISO\u65E5\u671F", + time: "ISO\u65F6\u95F4", + duration: "ISO\u65F6\u957F", + ipv4: "IPv4\u5730\u5740", + ipv6: "IPv6\u5730\u5740", + cidrv4: "IPv4\u7F51\u6BB5", + cidrv6: "IPv6\u7F51\u6BB5", + base64: "base64\u7F16\u7801\u5B57\u7B26\u4E32", + base64url: "base64url\u7F16\u7801\u5B57\u7B26\u4E32", + json_string: "JSON\u5B57\u7B26\u4E32", + e164: "E.164\u53F7\u7801", + jwt: "JWT", + template_literal: "\u8F93\u5165" + }; + const TypeDictionary = { + nan: "NaN", + number: "\u6570\u5B57", + array: "\u6570\u7EC4", + null: "\u7A7A\u503C(null)" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B instanceof ${issue2.expected}\uFF0C\u5B9E\u9645\u63A5\u6536 ${received}`; + } + return `\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${expected}\uFF0C\u5B9E\u9645\u63A5\u6536 ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${stringifyPrimitive(issue2.values[0])}`; + return `\u65E0\u6548\u9009\u9879\uFF1A\u671F\u671B\u4EE5\u4E0B\u4E4B\u4E00 ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${(_c2 = issue2.origin) != null ? _c2 : "\u503C"} ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u4E2A\u5143\u7D20"}`; + return `\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${(_e2 = issue2.origin) != null ? _e2 : "\u503C"} ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${issue2.origin} ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${issue2.origin} ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${_issue.prefix}" \u5F00\u5934`; + if (_issue.format === "ends_with") + return `\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${_issue.suffix}" \u7ED3\u5C3E`; + if (_issue.format === "includes") + return `\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u5305\u542B "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u6EE1\u8DB3\u6B63\u5219\u8868\u8FBE\u5F0F ${_issue.pattern}`; + return `\u65E0\u6548${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u65E0\u6548\u6570\u5B57\uFF1A\u5FC5\u987B\u662F ${issue2.divisor} \u7684\u500D\u6570`; + case "unrecognized_keys": + return `\u51FA\u73B0\u672A\u77E5\u7684\u952E(key): ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `${issue2.origin} \u4E2D\u7684\u952E(key)\u65E0\u6548`; + case "invalid_union": + return "\u65E0\u6548\u8F93\u5165"; + case "invalid_element": + return `${issue2.origin} \u4E2D\u5305\u542B\u65E0\u6548\u503C(value)`; + default: + return `\u65E0\u6548\u8F93\u5165`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/zh-TW.js +function zh_TW_default2() { + return { + localeError: error46() + }; +} +var error46; +var init_zh_TW = __esm({ + "node_modules/zod/v4/locales/zh-TW.js"() { + init_util(); + error46 = () => { + const Sizable = { + string: { unit: "\u5B57\u5143", verb: "\u64C1\u6709" }, + file: { unit: "\u4F4D\u5143\u7D44", verb: "\u64C1\u6709" }, + array: { unit: "\u9805\u76EE", verb: "\u64C1\u6709" }, + set: { unit: "\u9805\u76EE", verb: "\u64C1\u6709" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u8F38\u5165", + email: "\u90F5\u4EF6\u5730\u5740", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "ISO \u65E5\u671F\u6642\u9593", + date: "ISO \u65E5\u671F", + time: "ISO \u6642\u9593", + duration: "ISO \u671F\u9593", + ipv4: "IPv4 \u4F4D\u5740", + ipv6: "IPv6 \u4F4D\u5740", + cidrv4: "IPv4 \u7BC4\u570D", + cidrv6: "IPv6 \u7BC4\u570D", + base64: "base64 \u7DE8\u78BC\u5B57\u4E32", + base64url: "base64url \u7DE8\u78BC\u5B57\u4E32", + json_string: "JSON \u5B57\u4E32", + e164: "E.164 \u6578\u503C", + jwt: "JWT", + template_literal: "\u8F38\u5165" + }; + const TypeDictionary = { + nan: "NaN" + }; + return (issue2) => { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA instanceof ${issue2.expected}\uFF0C\u4F46\u6536\u5230 ${received}`; + } + return `\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${expected}\uFF0C\u4F46\u6536\u5230 ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${stringifyPrimitive(issue2.values[0])}`; + return `\u7121\u6548\u7684\u9078\u9805\uFF1A\u9810\u671F\u70BA\u4EE5\u4E0B\u5176\u4E2D\u4E4B\u4E00 ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${(_c2 = issue2.origin) != null ? _c2 : "\u503C"} \u61C9\u70BA ${adj}${issue2.maximum.toString()} ${(_d = sizing.unit) != null ? _d : "\u500B\u5143\u7D20"}`; + return `\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${(_e2 = issue2.origin) != null ? _e2 : "\u503C"} \u61C9\u70BA ${adj}${issue2.maximum.toString()}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) { + return `\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${issue2.origin} \u61C9\u70BA ${adj}${issue2.minimum.toString()} ${sizing.unit}`; + } + return `\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${issue2.origin} \u61C9\u70BA ${adj}${issue2.minimum.toString()}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") { + return `\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${_issue.prefix}" \u958B\u982D`; + } + if (_issue.format === "ends_with") + return `\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${_issue.suffix}" \u7D50\u5C3E`; + if (_issue.format === "includes") + return `\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u5305\u542B "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u7B26\u5408\u683C\u5F0F ${_issue.pattern}`; + return `\u7121\u6548\u7684 ${(_f2 = FormatDictionary[_issue.format]) != null ? _f2 : issue2.format}`; + } + case "not_multiple_of": + return `\u7121\u6548\u7684\u6578\u5B57\uFF1A\u5FC5\u9808\u70BA ${issue2.divisor} \u7684\u500D\u6578`; + case "unrecognized_keys": + return `\u7121\u6CD5\u8B58\u5225\u7684\u9375\u503C${issue2.keys.length > 1 ? "\u5011" : ""}\uFF1A${joinValues(issue2.keys, "\u3001")}`; + case "invalid_key": + return `${issue2.origin} \u4E2D\u6709\u7121\u6548\u7684\u9375\u503C`; + case "invalid_union": + return "\u7121\u6548\u7684\u8F38\u5165\u503C"; + case "invalid_element": + return `${issue2.origin} \u4E2D\u6709\u7121\u6548\u7684\u503C`; + default: + return `\u7121\u6548\u7684\u8F38\u5165\u503C`; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/yo.js +function yo_default() { + return { + localeError: error47() + }; +} +var error47; +var init_yo = __esm({ + "node_modules/zod/v4/locales/yo.js"() { + init_util(); + error47 = () => { + const Sizable = { + string: { unit: "\xE0mi", verb: "n\xED" }, + file: { unit: "bytes", verb: "n\xED" }, + array: { unit: "nkan", verb: "n\xED" }, + set: { unit: "nkan", verb: "n\xED" } + }; + function getSizing(origin) { + var _a5; + return (_a5 = Sizable[origin]) != null ? _a5 : null; + } + const FormatDictionary = { + regex: "\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9", + email: "\xE0d\xEDr\u1EB9\u0301s\xEC \xECm\u1EB9\u0301l\xEC", + url: "URL", + emoji: "emoji", + uuid: "UUID", + uuidv4: "UUIDv4", + uuidv6: "UUIDv6", + nanoid: "nanoid", + guid: "GUID", + cuid: "cuid", + cuid2: "cuid2", + ulid: "ULID", + xid: "XID", + ksuid: "KSUID", + datetime: "\xE0k\xF3k\xF2 ISO", + date: "\u1ECDj\u1ECD\u0301 ISO", + time: "\xE0k\xF3k\xF2 ISO", + duration: "\xE0k\xF3k\xF2 t\xF3 p\xE9 ISO", + ipv4: "\xE0d\xEDr\u1EB9\u0301s\xEC IPv4", + ipv6: "\xE0d\xEDr\u1EB9\u0301s\xEC IPv6", + cidrv4: "\xE0gb\xE8gb\xE8 IPv4", + cidrv6: "\xE0gb\xE8gb\xE8 IPv6", + base64: "\u1ECD\u0300r\u1ECD\u0300 t\xED a k\u1ECD\u0301 n\xED base64", + base64url: "\u1ECD\u0300r\u1ECD\u0300 base64url", + json_string: "\u1ECD\u0300r\u1ECD\u0300 JSON", + e164: "n\u1ECD\u0301mb\xE0 E.164", + jwt: "JWT", + template_literal: "\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9" + }; + const TypeDictionary = { + nan: "NaN", + number: "n\u1ECD\u0301mb\xE0", + array: "akop\u1ECD" + }; + return (issue2) => { + var _a5, _b3, _c2, _d; + switch (issue2.code) { + case "invalid_type": { + const expected = (_a5 = TypeDictionary[issue2.expected]) != null ? _a5 : issue2.expected; + const receivedType = parsedType(issue2.input); + const received = (_b3 = TypeDictionary[receivedType]) != null ? _b3 : receivedType; + if (/^[A-Z]/.test(issue2.expected)) { + return `\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi instanceof ${issue2.expected}, \xE0m\u1ECD\u0300 a r\xED ${received}`; + } + return `\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${expected}, \xE0m\u1ECD\u0300 a r\xED ${received}`; + } + case "invalid_value": + if (issue2.values.length === 1) + return `\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${stringifyPrimitive(issue2.values[0])}`; + return `\xC0\u1E63\xE0y\xE0n a\u1E63\xEC\u1E63e: yan \u1ECD\u0300kan l\xE1ra ${joinValues(issue2.values, "|")}`; + case "too_big": { + const adj = issue2.inclusive ? "<=" : "<"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${(_c2 = issue2.origin) != null ? _c2 : "iye"} ${sizing.verb} ${adj}${issue2.maximum} ${sizing.unit}`; + return `T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 ${adj}${issue2.maximum}`; + } + case "too_small": { + const adj = issue2.inclusive ? ">=" : ">"; + const sizing = getSizing(issue2.origin); + if (sizing) + return `K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${issue2.origin} ${sizing.verb} ${adj}${issue2.minimum} ${sizing.unit}`; + return `K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 ${adj}${issue2.minimum}`; + } + case "invalid_format": { + const _issue = issue2; + if (_issue.format === "starts_with") + return `\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\u1EB9\u0300r\u1EB9\u0300 p\u1EB9\u0300l\xFA "${_issue.prefix}"`; + if (_issue.format === "ends_with") + return `\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 par\xED p\u1EB9\u0300l\xFA "${_issue.suffix}"`; + if (_issue.format === "includes") + return `\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 n\xED "${_issue.includes}"`; + if (_issue.format === "regex") + return `\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\xE1 \xE0p\u1EB9\u1EB9r\u1EB9 mu ${_issue.pattern}`; + return `A\u1E63\xEC\u1E63e: ${(_d = FormatDictionary[_issue.format]) != null ? _d : issue2.format}`; + } + case "not_multiple_of": + return `N\u1ECD\u0301mb\xE0 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 j\u1EB9\u0301 \xE8y\xE0 p\xEDp\xEDn ti ${issue2.divisor}`; + case "unrecognized_keys": + return `B\u1ECDt\xECn\xEC \xE0\xECm\u1ECD\u0300: ${joinValues(issue2.keys, ", ")}`; + case "invalid_key": + return `B\u1ECDt\xECn\xEC a\u1E63\xEC\u1E63e n\xEDn\xFA ${issue2.origin}`; + case "invalid_union": + return "\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e"; + case "invalid_element": + return `Iye a\u1E63\xEC\u1E63e n\xEDn\xFA ${issue2.origin}`; + default: + return "\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e"; + } + }; + }; + } +}); + +// node_modules/zod/v4/locales/index.js +var locales_exports = {}; +__export(locales_exports, { + ar: () => ar_default, + az: () => az_default, + be: () => be_default, + bg: () => bg_default, + ca: () => ca_default, + cs: () => cs_default, + da: () => da_default, + de: () => de_default2, + en: () => en_default3, + eo: () => eo_default, + es: () => es_default2, + fa: () => fa_default, + fi: () => fi_default, + fr: () => fr_default2, + frCA: () => fr_CA_default, + he: () => he_default, + hu: () => hu_default, + hy: () => hy_default, + id: () => id_default, + is: () => is_default, + it: () => it_default, + ja: () => ja_default2, + ka: () => ka_default, + kh: () => kh_default, + km: () => km_default, + ko: () => ko_default2, + lt: () => lt_default, + mk: () => mk_default, + ms: () => ms_default, + nl: () => nl_default, + no: () => no_default, + ota: () => ota_default, + pl: () => pl_default, + ps: () => ps_default, + pt: () => pt_default2, + ru: () => ru_default2, + sl: () => sl_default, + sv: () => sv_default, + ta: () => ta_default, + th: () => th_default, + tr: () => tr_default, + ua: () => ua_default, + uk: () => uk_default, + ur: () => ur_default, + uz: () => uz_default, + vi: () => vi_default, + yo: () => yo_default, + zhCN: () => zh_CN_default2, + zhTW: () => zh_TW_default2 +}); +var init_locales = __esm({ + "node_modules/zod/v4/locales/index.js"() { + init_ar(); + init_az(); + init_be(); + init_bg(); + init_ca(); + init_cs(); + init_da(); + init_de(); + init_en(); + init_eo(); + init_es(); + init_fa(); + init_fi(); + init_fr(); + init_fr_CA(); + init_he(); + init_hu(); + init_hy(); + init_id(); + init_is(); + init_it(); + init_ja(); + init_ka(); + init_kh(); + init_km(); + init_ko(); + init_lt(); + init_mk(); + init_ms(); + init_nl(); + init_no(); + init_ota(); + init_ps(); + init_pl(); + init_pt(); + init_ru(); + init_sl(); + init_sv(); + init_ta(); + init_th(); + init_tr(); + init_ua(); + init_uk(); + init_ur(); + init_uz(); + init_vi(); + init_zh_CN(); + init_zh_TW(); + init_yo(); + } +}); + +// node_modules/zod/v4/core/registries.js +function registry() { + return new $ZodRegistry(); +} +var _a3, $output, $input, $ZodRegistry, _a4, globalRegistry; +var init_registries = __esm({ + "node_modules/zod/v4/core/registries.js"() { + $output = /* @__PURE__ */ Symbol("ZodOutput"); + $input = /* @__PURE__ */ Symbol("ZodInput"); + $ZodRegistry = class { + constructor() { + this._map = /* @__PURE__ */ new WeakMap(); + this._idmap = /* @__PURE__ */ new Map(); + } + add(schema, ..._meta) { + const meta3 = _meta[0]; + this._map.set(schema, meta3); + if (meta3 && typeof meta3 === "object" && "id" in meta3) { + this._idmap.set(meta3.id, schema); + } + return this; + } + clear() { + this._map = /* @__PURE__ */ new WeakMap(); + this._idmap = /* @__PURE__ */ new Map(); + return this; + } + remove(schema) { + const meta3 = this._map.get(schema); + if (meta3 && typeof meta3 === "object" && "id" in meta3) { + this._idmap.delete(meta3.id); + } + this._map.delete(schema); + return this; + } + get(schema) { + var _a5; + const p = schema._zod.parent; + if (p) { + const pm2 = { ...(_a5 = this.get(p)) != null ? _a5 : {} }; + delete pm2.id; + const f9 = { ...pm2, ...this._map.get(schema) }; + return Object.keys(f9).length ? f9 : void 0; + } + return this._map.get(schema); + } + has(schema) { + return this._map.has(schema); + } + }; + (_a4 = (_a3 = globalThis).__zod_globalRegistry) != null ? _a4 : _a3.__zod_globalRegistry = registry(); + globalRegistry = globalThis.__zod_globalRegistry; + } +}); + +// node_modules/zod/v4/core/api.js +// @__NO_SIDE_EFFECTS__ +function _string(Class2, params) { + return new Class2({ + type: "string", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _coercedString(Class2, params) { + return new Class2({ + type: "string", + coerce: true, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _email(Class2, params) { + return new Class2({ + type: "string", + format: "email", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _guid(Class2, params) { + return new Class2({ + type: "string", + format: "guid", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _uuid(Class2, params) { + return new Class2({ + type: "string", + format: "uuid", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _uuidv4(Class2, params) { + return new Class2({ + type: "string", + format: "uuid", + check: "string_format", + abort: false, + version: "v4", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _uuidv6(Class2, params) { + return new Class2({ + type: "string", + format: "uuid", + check: "string_format", + abort: false, + version: "v6", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _uuidv7(Class2, params) { + return new Class2({ + type: "string", + format: "uuid", + check: "string_format", + abort: false, + version: "v7", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _url(Class2, params) { + return new Class2({ + type: "string", + format: "url", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _emoji2(Class2, params) { + return new Class2({ + type: "string", + format: "emoji", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _nanoid(Class2, params) { + return new Class2({ + type: "string", + format: "nanoid", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _cuid(Class2, params) { + return new Class2({ + type: "string", + format: "cuid", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _cuid2(Class2, params) { + return new Class2({ + type: "string", + format: "cuid2", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _ulid(Class2, params) { + return new Class2({ + type: "string", + format: "ulid", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _xid(Class2, params) { + return new Class2({ + type: "string", + format: "xid", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _ksuid(Class2, params) { + return new Class2({ + type: "string", + format: "ksuid", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _ipv4(Class2, params) { + return new Class2({ + type: "string", + format: "ipv4", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _ipv6(Class2, params) { + return new Class2({ + type: "string", + format: "ipv6", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _mac(Class2, params) { + return new Class2({ + type: "string", + format: "mac", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _cidrv4(Class2, params) { + return new Class2({ + type: "string", + format: "cidrv4", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _cidrv6(Class2, params) { + return new Class2({ + type: "string", + format: "cidrv6", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _base64(Class2, params) { + return new Class2({ + type: "string", + format: "base64", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _base64url(Class2, params) { + return new Class2({ + type: "string", + format: "base64url", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _e164(Class2, params) { + return new Class2({ + type: "string", + format: "e164", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _jwt(Class2, params) { + return new Class2({ + type: "string", + format: "jwt", + check: "string_format", + abort: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _isoDateTime(Class2, params) { + return new Class2({ + type: "string", + format: "datetime", + check: "string_format", + offset: false, + local: false, + precision: null, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _isoDate(Class2, params) { + return new Class2({ + type: "string", + format: "date", + check: "string_format", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _isoTime(Class2, params) { + return new Class2({ + type: "string", + format: "time", + check: "string_format", + precision: null, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _isoDuration(Class2, params) { + return new Class2({ + type: "string", + format: "duration", + check: "string_format", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _number(Class2, params) { + return new Class2({ + type: "number", + checks: [], + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _coercedNumber(Class2, params) { + return new Class2({ + type: "number", + coerce: true, + checks: [], + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _int(Class2, params) { + return new Class2({ + type: "number", + check: "number_format", + abort: false, + format: "safeint", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _float32(Class2, params) { + return new Class2({ + type: "number", + check: "number_format", + abort: false, + format: "float32", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _float64(Class2, params) { + return new Class2({ + type: "number", + check: "number_format", + abort: false, + format: "float64", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _int32(Class2, params) { + return new Class2({ + type: "number", + check: "number_format", + abort: false, + format: "int32", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _uint32(Class2, params) { + return new Class2({ + type: "number", + check: "number_format", + abort: false, + format: "uint32", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _boolean(Class2, params) { + return new Class2({ + type: "boolean", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _coercedBoolean(Class2, params) { + return new Class2({ + type: "boolean", + coerce: true, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _bigint(Class2, params) { + return new Class2({ + type: "bigint", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _coercedBigint(Class2, params) { + return new Class2({ + type: "bigint", + coerce: true, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _int64(Class2, params) { + return new Class2({ + type: "bigint", + check: "bigint_format", + abort: false, + format: "int64", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _uint64(Class2, params) { + return new Class2({ + type: "bigint", + check: "bigint_format", + abort: false, + format: "uint64", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _symbol(Class2, params) { + return new Class2({ + type: "symbol", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _undefined2(Class2, params) { + return new Class2({ + type: "undefined", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _null2(Class2, params) { + return new Class2({ + type: "null", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _any(Class2) { + return new Class2({ + type: "any" + }); +} +// @__NO_SIDE_EFFECTS__ +function _unknown(Class2) { + return new Class2({ + type: "unknown" + }); +} +// @__NO_SIDE_EFFECTS__ +function _never(Class2, params) { + return new Class2({ + type: "never", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _void(Class2, params) { + return new Class2({ + type: "void", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _date(Class2, params) { + return new Class2({ + type: "date", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _coercedDate(Class2, params) { + return new Class2({ + type: "date", + coerce: true, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _nan(Class2, params) { + return new Class2({ + type: "nan", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _lt(value, params) { + return new $ZodCheckLessThan({ + check: "less_than", + ...normalizeParams(params), + value, + inclusive: false + }); +} +// @__NO_SIDE_EFFECTS__ +function _lte(value, params) { + return new $ZodCheckLessThan({ + check: "less_than", + ...normalizeParams(params), + value, + inclusive: true + }); +} +// @__NO_SIDE_EFFECTS__ +function _gt(value, params) { + return new $ZodCheckGreaterThan({ + check: "greater_than", + ...normalizeParams(params), + value, + inclusive: false + }); +} +// @__NO_SIDE_EFFECTS__ +function _gte(value, params) { + return new $ZodCheckGreaterThan({ + check: "greater_than", + ...normalizeParams(params), + value, + inclusive: true + }); +} +// @__NO_SIDE_EFFECTS__ +function _positive(params) { + return /* @__PURE__ */ _gt(0, params); +} +// @__NO_SIDE_EFFECTS__ +function _negative(params) { + return /* @__PURE__ */ _lt(0, params); +} +// @__NO_SIDE_EFFECTS__ +function _nonpositive(params) { + return /* @__PURE__ */ _lte(0, params); +} +// @__NO_SIDE_EFFECTS__ +function _nonnegative(params) { + return /* @__PURE__ */ _gte(0, params); +} +// @__NO_SIDE_EFFECTS__ +function _multipleOf(value, params) { + return new $ZodCheckMultipleOf({ + check: "multiple_of", + ...normalizeParams(params), + value + }); +} +// @__NO_SIDE_EFFECTS__ +function _maxSize(maximum, params) { + return new $ZodCheckMaxSize({ + check: "max_size", + ...normalizeParams(params), + maximum + }); +} +// @__NO_SIDE_EFFECTS__ +function _minSize(minimum, params) { + return new $ZodCheckMinSize({ + check: "min_size", + ...normalizeParams(params), + minimum + }); +} +// @__NO_SIDE_EFFECTS__ +function _size(size, params) { + return new $ZodCheckSizeEquals({ + check: "size_equals", + ...normalizeParams(params), + size + }); +} +// @__NO_SIDE_EFFECTS__ +function _maxLength(maximum, params) { + const ch2 = new $ZodCheckMaxLength({ + check: "max_length", + ...normalizeParams(params), + maximum + }); + return ch2; +} +// @__NO_SIDE_EFFECTS__ +function _minLength(minimum, params) { + return new $ZodCheckMinLength({ + check: "min_length", + ...normalizeParams(params), + minimum + }); +} +// @__NO_SIDE_EFFECTS__ +function _length(length, params) { + return new $ZodCheckLengthEquals({ + check: "length_equals", + ...normalizeParams(params), + length + }); +} +// @__NO_SIDE_EFFECTS__ +function _regex(pattern, params) { + return new $ZodCheckRegex({ + check: "string_format", + format: "regex", + ...normalizeParams(params), + pattern + }); +} +// @__NO_SIDE_EFFECTS__ +function _lowercase(params) { + return new $ZodCheckLowerCase({ + check: "string_format", + format: "lowercase", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _uppercase(params) { + return new $ZodCheckUpperCase({ + check: "string_format", + format: "uppercase", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _includes(includes, params) { + return new $ZodCheckIncludes({ + check: "string_format", + format: "includes", + ...normalizeParams(params), + includes + }); +} +// @__NO_SIDE_EFFECTS__ +function _startsWith(prefix, params) { + return new $ZodCheckStartsWith({ + check: "string_format", + format: "starts_with", + ...normalizeParams(params), + prefix + }); +} +// @__NO_SIDE_EFFECTS__ +function _endsWith(suffix, params) { + return new $ZodCheckEndsWith({ + check: "string_format", + format: "ends_with", + ...normalizeParams(params), + suffix + }); +} +// @__NO_SIDE_EFFECTS__ +function _property(property, schema, params) { + return new $ZodCheckProperty({ + check: "property", + property, + schema, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _mime(types, params) { + return new $ZodCheckMimeType({ + check: "mime_type", + mime: types, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _overwrite(tx) { + return new $ZodCheckOverwrite({ + check: "overwrite", + tx + }); +} +// @__NO_SIDE_EFFECTS__ +function _normalize(form) { + return /* @__PURE__ */ _overwrite((input) => input.normalize(form)); +} +// @__NO_SIDE_EFFECTS__ +function _trim() { + return /* @__PURE__ */ _overwrite((input) => input.trim()); +} +// @__NO_SIDE_EFFECTS__ +function _toLowerCase() { + return /* @__PURE__ */ _overwrite((input) => input.toLowerCase()); +} +// @__NO_SIDE_EFFECTS__ +function _toUpperCase() { + return /* @__PURE__ */ _overwrite((input) => input.toUpperCase()); +} +// @__NO_SIDE_EFFECTS__ +function _slugify() { + return /* @__PURE__ */ _overwrite((input) => slugify(input)); +} +// @__NO_SIDE_EFFECTS__ +function _array(Class2, element, params) { + return new Class2({ + type: "array", + element, + // get element() { + // return element; + // }, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _union(Class2, options, params) { + return new Class2({ + type: "union", + options, + ...normalizeParams(params) + }); +} +function _xor(Class2, options, params) { + return new Class2({ + type: "union", + options, + inclusive: false, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _discriminatedUnion(Class2, discriminator, options, params) { + return new Class2({ + type: "union", + options, + discriminator, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _intersection(Class2, left, right) { + return new Class2({ + type: "intersection", + left, + right + }); +} +// @__NO_SIDE_EFFECTS__ +function _tuple(Class2, items, _paramsOrRest, _params) { + const hasRest = _paramsOrRest instanceof $ZodType; + const params = hasRest ? _params : _paramsOrRest; + const rest = hasRest ? _paramsOrRest : null; + return new Class2({ + type: "tuple", + items, + rest, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _record(Class2, keyType, valueType, params) { + return new Class2({ + type: "record", + keyType, + valueType, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _map(Class2, keyType, valueType, params) { + return new Class2({ + type: "map", + keyType, + valueType, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _set(Class2, valueType, params) { + return new Class2({ + type: "set", + valueType, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _enum(Class2, values, params) { + const entries = Array.isArray(values) ? Object.fromEntries(values.map((v2) => [v2, v2])) : values; + return new Class2({ + type: "enum", + entries, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _nativeEnum(Class2, entries, params) { + return new Class2({ + type: "enum", + entries, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _literal(Class2, value, params) { + return new Class2({ + type: "literal", + values: Array.isArray(value) ? value : [value], + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _file(Class2, params) { + return new Class2({ + type: "file", + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _transform(Class2, fn) { + return new Class2({ + type: "transform", + transform: fn + }); +} +// @__NO_SIDE_EFFECTS__ +function _optional(Class2, innerType) { + return new Class2({ + type: "optional", + innerType + }); +} +// @__NO_SIDE_EFFECTS__ +function _nullable(Class2, innerType) { + return new Class2({ + type: "nullable", + innerType + }); +} +// @__NO_SIDE_EFFECTS__ +function _default(Class2, innerType, defaultValue) { + return new Class2({ + type: "default", + innerType, + get defaultValue() { + return typeof defaultValue === "function" ? defaultValue() : shallowClone(defaultValue); + } + }); +} +// @__NO_SIDE_EFFECTS__ +function _nonoptional(Class2, innerType, params) { + return new Class2({ + type: "nonoptional", + innerType, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _success(Class2, innerType) { + return new Class2({ + type: "success", + innerType + }); +} +// @__NO_SIDE_EFFECTS__ +function _catch(Class2, innerType, catchValue) { + return new Class2({ + type: "catch", + innerType, + catchValue: typeof catchValue === "function" ? catchValue : () => catchValue + }); +} +// @__NO_SIDE_EFFECTS__ +function _pipe(Class2, in_, out) { + return new Class2({ + type: "pipe", + in: in_, + out + }); +} +// @__NO_SIDE_EFFECTS__ +function _readonly(Class2, innerType) { + return new Class2({ + type: "readonly", + innerType + }); +} +// @__NO_SIDE_EFFECTS__ +function _templateLiteral(Class2, parts, params) { + return new Class2({ + type: "template_literal", + parts, + ...normalizeParams(params) + }); +} +// @__NO_SIDE_EFFECTS__ +function _lazy(Class2, getter) { + return new Class2({ + type: "lazy", + getter + }); +} +// @__NO_SIDE_EFFECTS__ +function _promise(Class2, innerType) { + return new Class2({ + type: "promise", + innerType + }); +} +// @__NO_SIDE_EFFECTS__ +function _custom(Class2, fn, _params) { + var _a5; + const norm = normalizeParams(_params); + (_a5 = norm.abort) != null ? _a5 : norm.abort = true; + const schema = new Class2({ + type: "custom", + check: "custom", + fn, + ...norm + }); + return schema; +} +// @__NO_SIDE_EFFECTS__ +function _refine(Class2, fn, _params) { + const schema = new Class2({ + type: "custom", + check: "custom", + fn, + ...normalizeParams(_params) + }); + return schema; +} +// @__NO_SIDE_EFFECTS__ +function _superRefine(fn) { + const ch2 = /* @__PURE__ */ _check((payload) => { + payload.addIssue = (issue2) => { + var _a5, _b3, _c2, _d; + if (typeof issue2 === "string") { + payload.issues.push(issue(issue2, payload.value, ch2._zod.def)); + } else { + const _issue = issue2; + if (_issue.fatal) + _issue.continue = false; + (_a5 = _issue.code) != null ? _a5 : _issue.code = "custom"; + (_b3 = _issue.input) != null ? _b3 : _issue.input = payload.value; + (_c2 = _issue.inst) != null ? _c2 : _issue.inst = ch2; + (_d = _issue.continue) != null ? _d : _issue.continue = !ch2._zod.def.abort; + payload.issues.push(issue(_issue)); + } + }; + return fn(payload.value, payload); + }); + return ch2; +} +// @__NO_SIDE_EFFECTS__ +function _check(fn, params) { + const ch2 = new $ZodCheck({ + check: "custom", + ...normalizeParams(params) + }); + ch2._zod.check = fn; + return ch2; +} +// @__NO_SIDE_EFFECTS__ +function describe(description) { + const ch2 = new $ZodCheck({ check: "describe" }); + ch2._zod.onattach = [ + (inst) => { + var _a5; + const existing = (_a5 = globalRegistry.get(inst)) != null ? _a5 : {}; + globalRegistry.add(inst, { ...existing, description }); + } + ]; + ch2._zod.check = () => { + }; + return ch2; +} +// @__NO_SIDE_EFFECTS__ +function meta(metadata) { + const ch2 = new $ZodCheck({ check: "meta" }); + ch2._zod.onattach = [ + (inst) => { + var _a5; + const existing = (_a5 = globalRegistry.get(inst)) != null ? _a5 : {}; + globalRegistry.add(inst, { ...existing, ...metadata }); + } + ]; + ch2._zod.check = () => { + }; + return ch2; +} +// @__NO_SIDE_EFFECTS__ +function _stringbool(Classes, _params) { + var _a5, _b3, _c2, _d, _e2; + const params = normalizeParams(_params); + let truthyArray = (_a5 = params.truthy) != null ? _a5 : ["true", "1", "yes", "on", "y", "enabled"]; + let falsyArray = (_b3 = params.falsy) != null ? _b3 : ["false", "0", "no", "off", "n", "disabled"]; + if (params.case !== "sensitive") { + truthyArray = truthyArray.map((v2) => typeof v2 === "string" ? v2.toLowerCase() : v2); + falsyArray = falsyArray.map((v2) => typeof v2 === "string" ? v2.toLowerCase() : v2); + } + const truthySet = new Set(truthyArray); + const falsySet = new Set(falsyArray); + const _Codec = (_c2 = Classes.Codec) != null ? _c2 : $ZodCodec; + const _Boolean = (_d = Classes.Boolean) != null ? _d : $ZodBoolean; + const _String = (_e2 = Classes.String) != null ? _e2 : $ZodString; + const stringSchema = new _String({ type: "string", error: params.error }); + const booleanSchema = new _Boolean({ type: "boolean", error: params.error }); + const codec2 = new _Codec({ + type: "pipe", + in: stringSchema, + out: booleanSchema, + transform: ((input, payload) => { + let data = input; + if (params.case !== "sensitive") + data = data.toLowerCase(); + if (truthySet.has(data)) { + return true; + } else if (falsySet.has(data)) { + return false; + } else { + payload.issues.push({ + code: "invalid_value", + expected: "stringbool", + values: [...truthySet, ...falsySet], + input: payload.value, + inst: codec2, + continue: false + }); + return {}; + } + }), + reverseTransform: ((input, _payload) => { + if (input === true) { + return truthyArray[0] || "true"; + } else { + return falsyArray[0] || "false"; + } + }), + error: params.error + }); + return codec2; +} +// @__NO_SIDE_EFFECTS__ +function _stringFormat(Class2, format, fnOrRegex, _params = {}) { + const params = normalizeParams(_params); + const def = { + ...normalizeParams(_params), + check: "string_format", + type: "string", + format, + fn: typeof fnOrRegex === "function" ? fnOrRegex : (val) => fnOrRegex.test(val), + ...params + }; + if (fnOrRegex instanceof RegExp) { + def.pattern = fnOrRegex; + } + const inst = new Class2(def); + return inst; +} +var TimePrecision; +var init_api = __esm({ + "node_modules/zod/v4/core/api.js"() { + init_checks(); + init_registries(); + init_schemas(); + init_util(); + TimePrecision = { + Any: null, + Minute: -1, + Second: 0, + Millisecond: 3, + Microsecond: 6 + }; + } +}); + +// node_modules/zod/v4/core/to-json-schema.js +function initializeContext(params) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i; + let target = (_a5 = params == null ? void 0 : params.target) != null ? _a5 : "draft-2020-12"; + if (target === "draft-4") + target = "draft-04"; + if (target === "draft-7") + target = "draft-07"; + return { + processors: (_b3 = params.processors) != null ? _b3 : {}, + metadataRegistry: (_c2 = params == null ? void 0 : params.metadata) != null ? _c2 : globalRegistry, + target, + unrepresentable: (_d = params == null ? void 0 : params.unrepresentable) != null ? _d : "throw", + override: (_e2 = params == null ? void 0 : params.override) != null ? _e2 : (() => { + }), + io: (_f2 = params == null ? void 0 : params.io) != null ? _f2 : "output", + counter: 0, + seen: /* @__PURE__ */ new Map(), + cycles: (_g = params == null ? void 0 : params.cycles) != null ? _g : "ref", + reused: (_h2 = params == null ? void 0 : params.reused) != null ? _h2 : "inline", + external: (_i = params == null ? void 0 : params.external) != null ? _i : void 0 + }; +} +function process2(schema, ctx, _params = { path: [], schemaPath: [] }) { + var _a6, _b3, _c2; + var _a5; + const def = schema._zod.def; + const seen = ctx.seen.get(schema); + if (seen) { + seen.count++; + const isCycle = _params.schemaPath.includes(schema); + if (isCycle) { + seen.cycle = _params.path; + } + return seen.schema; + } + const result = { schema: {}, count: 1, cycle: void 0, path: _params.path }; + ctx.seen.set(schema, result); + const overrideSchema = (_b3 = (_a6 = schema._zod).toJSONSchema) == null ? void 0 : _b3.call(_a6); + if (overrideSchema) { + result.schema = overrideSchema; + } else { + const params = { + ..._params, + schemaPath: [..._params.schemaPath, schema], + path: _params.path + }; + if (schema._zod.processJSONSchema) { + schema._zod.processJSONSchema(ctx, result.schema, params); + } else { + const _json = result.schema; + const processor = ctx.processors[def.type]; + if (!processor) { + throw new Error(`[toJSONSchema]: Non-representable type encountered: ${def.type}`); + } + processor(schema, ctx, _json, params); + } + const parent = schema._zod.parent; + if (parent) { + if (!result.ref) + result.ref = parent; + process2(parent, ctx, params); + ctx.seen.get(parent).isParent = true; + } + } + const meta3 = ctx.metadataRegistry.get(schema); + if (meta3) + Object.assign(result.schema, meta3); + if (ctx.io === "input" && isTransforming(schema)) { + delete result.schema.examples; + delete result.schema.default; + } + if (ctx.io === "input" && result.schema._prefault) + (_c2 = (_a5 = result.schema).default) != null ? _c2 : _a5.default = result.schema._prefault; + delete result.schema._prefault; + const _result = ctx.seen.get(schema); + return _result.schema; +} +function extractDefs(ctx, schema) { + var _a5, _b3, _c2, _d; + const root = ctx.seen.get(schema); + if (!root) + throw new Error("Unprocessed schema. This is a bug in Zod."); + const idToSchema = /* @__PURE__ */ new Map(); + for (const entry of ctx.seen.entries()) { + const id = (_a5 = ctx.metadataRegistry.get(entry[0])) == null ? void 0 : _a5.id; + if (id) { + const existing = idToSchema.get(id); + if (existing && existing !== entry[0]) { + throw new Error(`Duplicate schema id "${id}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`); + } + idToSchema.set(id, entry[0]); + } + } + const makeURI = (entry) => { + var _a6, _b4, _c3, _d2, _e2; + const defsSegment = ctx.target === "draft-2020-12" ? "$defs" : "definitions"; + if (ctx.external) { + const externalId = (_a6 = ctx.external.registry.get(entry[0])) == null ? void 0 : _a6.id; + const uriGenerator = (_b4 = ctx.external.uri) != null ? _b4 : ((id2) => id2); + if (externalId) { + return { ref: uriGenerator(externalId) }; + } + const id = (_d2 = (_c3 = entry[1].defId) != null ? _c3 : entry[1].schema.id) != null ? _d2 : `schema${ctx.counter++}`; + entry[1].defId = id; + return { defId: id, ref: `${uriGenerator("__shared")}#/${defsSegment}/${id}` }; + } + if (entry[1] === root) { + return { ref: "#" }; + } + const uriPrefix = `#`; + const defUriPrefix = `${uriPrefix}/${defsSegment}/`; + const defId = (_e2 = entry[1].schema.id) != null ? _e2 : `__schema${ctx.counter++}`; + return { defId, ref: defUriPrefix + defId }; + }; + const extractToDef = (entry) => { + if (entry[1].schema.$ref) { + return; + } + const seen = entry[1]; + const { ref, defId } = makeURI(entry); + seen.def = { ...seen.schema }; + if (defId) + seen.defId = defId; + const schema2 = seen.schema; + for (const key in schema2) { + delete schema2[key]; + } + schema2.$ref = ref; + }; + if (ctx.cycles === "throw") { + for (const entry of ctx.seen.entries()) { + const seen = entry[1]; + if (seen.cycle) { + throw new Error(`Cycle detected: #/${(_b3 = seen.cycle) == null ? void 0 : _b3.join("/")}/ + +Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`); + } + } + } + for (const entry of ctx.seen.entries()) { + const seen = entry[1]; + if (schema === entry[0]) { + extractToDef(entry); + continue; + } + if (ctx.external) { + const ext = (_c2 = ctx.external.registry.get(entry[0])) == null ? void 0 : _c2.id; + if (schema !== entry[0] && ext) { + extractToDef(entry); + continue; + } + } + const id = (_d = ctx.metadataRegistry.get(entry[0])) == null ? void 0 : _d.id; + if (id) { + extractToDef(entry); + continue; + } + if (seen.cycle) { + extractToDef(entry); + continue; + } + if (seen.count > 1) { + if (ctx.reused === "ref") { + extractToDef(entry); + continue; + } + } + } +} +function finalize(ctx, schema) { + var _a5, _b3, _c2, _d, _e2; + const root = ctx.seen.get(schema); + if (!root) + throw new Error("Unprocessed schema. This is a bug in Zod."); + const flattenRef = (zodSchema) => { + var _a6, _b4, _c3; + const seen = ctx.seen.get(zodSchema); + if (seen.ref === null) + return; + const schema2 = (_a6 = seen.def) != null ? _a6 : seen.schema; + const _cached = { ...schema2 }; + const ref = seen.ref; + seen.ref = null; + if (ref) { + flattenRef(ref); + const refSeen = ctx.seen.get(ref); + const refSchema = refSeen.schema; + if (refSchema.$ref && (ctx.target === "draft-07" || ctx.target === "draft-04" || ctx.target === "openapi-3.0")) { + schema2.allOf = (_b4 = schema2.allOf) != null ? _b4 : []; + schema2.allOf.push(refSchema); + } else { + Object.assign(schema2, refSchema); + } + Object.assign(schema2, _cached); + const isParentRef = zodSchema._zod.parent === ref; + if (isParentRef) { + for (const key in schema2) { + if (key === "$ref" || key === "allOf") + continue; + if (!(key in _cached)) { + delete schema2[key]; + } + } + } + if (refSchema.$ref && refSeen.def) { + for (const key in schema2) { + if (key === "$ref" || key === "allOf") + continue; + if (key in refSeen.def && JSON.stringify(schema2[key]) === JSON.stringify(refSeen.def[key])) { + delete schema2[key]; + } + } + } + } + const parent = zodSchema._zod.parent; + if (parent && parent !== ref) { + flattenRef(parent); + const parentSeen = ctx.seen.get(parent); + if (parentSeen == null ? void 0 : parentSeen.schema.$ref) { + schema2.$ref = parentSeen.schema.$ref; + if (parentSeen.def) { + for (const key in schema2) { + if (key === "$ref" || key === "allOf") + continue; + if (key in parentSeen.def && JSON.stringify(schema2[key]) === JSON.stringify(parentSeen.def[key])) { + delete schema2[key]; + } + } + } + } + } + ctx.override({ + zodSchema, + jsonSchema: schema2, + path: (_c3 = seen.path) != null ? _c3 : [] + }); + }; + for (const entry of [...ctx.seen.entries()].reverse()) { + flattenRef(entry[0]); + } + const result = {}; + if (ctx.target === "draft-2020-12") { + result.$schema = "https://json-schema.org/draft/2020-12/schema"; + } else if (ctx.target === "draft-07") { + result.$schema = "http://json-schema.org/draft-07/schema#"; + } else if (ctx.target === "draft-04") { + result.$schema = "http://json-schema.org/draft-04/schema#"; + } else if (ctx.target === "openapi-3.0") { + } else { + } + if ((_a5 = ctx.external) == null ? void 0 : _a5.uri) { + const id = (_b3 = ctx.external.registry.get(schema)) == null ? void 0 : _b3.id; + if (!id) + throw new Error("Schema is missing an `id` property"); + result.$id = ctx.external.uri(id); + } + Object.assign(result, (_c2 = root.def) != null ? _c2 : root.schema); + const defs = (_e2 = (_d = ctx.external) == null ? void 0 : _d.defs) != null ? _e2 : {}; + for (const entry of ctx.seen.entries()) { + const seen = entry[1]; + if (seen.def && seen.defId) { + defs[seen.defId] = seen.def; + } + } + if (ctx.external) { + } else { + if (Object.keys(defs).length > 0) { + if (ctx.target === "draft-2020-12") { + result.$defs = defs; + } else { + result.definitions = defs; + } + } + } + try { + const finalized = JSON.parse(JSON.stringify(result)); + Object.defineProperty(finalized, "~standard", { + value: { + ...schema["~standard"], + jsonSchema: { + input: createStandardJSONSchemaMethod(schema, "input", ctx.processors), + output: createStandardJSONSchemaMethod(schema, "output", ctx.processors) + } + }, + enumerable: false, + writable: false + }); + return finalized; + } catch (_err) { + throw new Error("Error converting schema to JSON."); + } +} +function isTransforming(_schema, _ctx) { + const ctx = _ctx != null ? _ctx : { seen: /* @__PURE__ */ new Set() }; + if (ctx.seen.has(_schema)) + return false; + ctx.seen.add(_schema); + const def = _schema._zod.def; + if (def.type === "transform") + return true; + if (def.type === "array") + return isTransforming(def.element, ctx); + if (def.type === "set") + return isTransforming(def.valueType, ctx); + if (def.type === "lazy") + return isTransforming(def.getter(), ctx); + if (def.type === "promise" || def.type === "optional" || def.type === "nonoptional" || def.type === "nullable" || def.type === "readonly" || def.type === "default" || def.type === "prefault") { + return isTransforming(def.innerType, ctx); + } + if (def.type === "intersection") { + return isTransforming(def.left, ctx) || isTransforming(def.right, ctx); + } + if (def.type === "record" || def.type === "map") { + return isTransforming(def.keyType, ctx) || isTransforming(def.valueType, ctx); + } + if (def.type === "pipe") { + return isTransforming(def.in, ctx) || isTransforming(def.out, ctx); + } + if (def.type === "object") { + for (const key in def.shape) { + if (isTransforming(def.shape[key], ctx)) + return true; + } + return false; + } + if (def.type === "union") { + for (const option of def.options) { + if (isTransforming(option, ctx)) + return true; + } + return false; + } + if (def.type === "tuple") { + for (const item of def.items) { + if (isTransforming(item, ctx)) + return true; + } + if (def.rest && isTransforming(def.rest, ctx)) + return true; + return false; + } + return false; +} +var createToJSONSchemaMethod, createStandardJSONSchemaMethod; +var init_to_json_schema = __esm({ + "node_modules/zod/v4/core/to-json-schema.js"() { + init_registries(); + createToJSONSchemaMethod = (schema, processors = {}) => (params) => { + const ctx = initializeContext({ ...params, processors }); + process2(schema, ctx); + extractDefs(ctx, schema); + return finalize(ctx, schema); + }; + createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) => { + const { libraryOptions, target } = params != null ? params : {}; + const ctx = initializeContext({ ...libraryOptions != null ? libraryOptions : {}, target, io, processors }); + process2(schema, ctx); + extractDefs(ctx, schema); + return finalize(ctx, schema); + }; + } +}); + +// node_modules/zod/v4/core/json-schema-processors.js +function toJSONSchema(input, params) { + if ("_idmap" in input) { + const registry2 = input; + const ctx2 = initializeContext({ ...params, processors: allProcessors }); + const defs = {}; + for (const entry of registry2._idmap.entries()) { + const [_2, schema] = entry; + process2(schema, ctx2); + } + const schemas = {}; + const external = { + registry: registry2, + uri: params == null ? void 0 : params.uri, + defs + }; + ctx2.external = external; + for (const entry of registry2._idmap.entries()) { + const [key, schema] = entry; + extractDefs(ctx2, schema); + schemas[key] = finalize(ctx2, schema); + } + if (Object.keys(defs).length > 0) { + const defsSegment = ctx2.target === "draft-2020-12" ? "$defs" : "definitions"; + schemas.__shared = { + [defsSegment]: defs + }; + } + return { schemas }; + } + const ctx = initializeContext({ ...params, processors: allProcessors }); + process2(input, ctx); + extractDefs(ctx, input); + return finalize(ctx, input); +} +var formatMap, stringProcessor, numberProcessor, booleanProcessor, bigintProcessor, symbolProcessor, nullProcessor, undefinedProcessor, voidProcessor, neverProcessor, anyProcessor, unknownProcessor, dateProcessor, enumProcessor, literalProcessor, nanProcessor, templateLiteralProcessor, fileProcessor, successProcessor, customProcessor, functionProcessor, transformProcessor, mapProcessor, setProcessor, arrayProcessor, objectProcessor, unionProcessor, intersectionProcessor, tupleProcessor, recordProcessor, nullableProcessor, nonoptionalProcessor, defaultProcessor, prefaultProcessor, catchProcessor, pipeProcessor, readonlyProcessor, promiseProcessor, optionalProcessor, lazyProcessor, allProcessors; +var init_json_schema_processors = __esm({ + "node_modules/zod/v4/core/json-schema-processors.js"() { + init_to_json_schema(); + init_util(); + formatMap = { + guid: "uuid", + url: "uri", + datetime: "date-time", + json_string: "json-string", + regex: "" + // do not set + }; + stringProcessor = (schema, ctx, _json, _params) => { + var _a5; + const json2 = _json; + json2.type = "string"; + const { minimum, maximum, format, patterns, contentEncoding } = schema._zod.bag; + if (typeof minimum === "number") + json2.minLength = minimum; + if (typeof maximum === "number") + json2.maxLength = maximum; + if (format) { + json2.format = (_a5 = formatMap[format]) != null ? _a5 : format; + if (json2.format === "") + delete json2.format; + if (format === "time") { + delete json2.format; + } + } + if (contentEncoding) + json2.contentEncoding = contentEncoding; + if (patterns && patterns.size > 0) { + const regexes = [...patterns]; + if (regexes.length === 1) + json2.pattern = regexes[0].source; + else if (regexes.length > 1) { + json2.allOf = [ + ...regexes.map((regex) => ({ + ...ctx.target === "draft-07" || ctx.target === "draft-04" || ctx.target === "openapi-3.0" ? { type: "string" } : {}, + pattern: regex.source + })) + ]; + } + } + }; + numberProcessor = (schema, ctx, _json, _params) => { + const json2 = _json; + const { minimum, maximum, format, multipleOf, exclusiveMaximum, exclusiveMinimum } = schema._zod.bag; + if (typeof format === "string" && format.includes("int")) + json2.type = "integer"; + else + json2.type = "number"; + if (typeof exclusiveMinimum === "number") { + if (ctx.target === "draft-04" || ctx.target === "openapi-3.0") { + json2.minimum = exclusiveMinimum; + json2.exclusiveMinimum = true; + } else { + json2.exclusiveMinimum = exclusiveMinimum; + } + } + if (typeof minimum === "number") { + json2.minimum = minimum; + if (typeof exclusiveMinimum === "number" && ctx.target !== "draft-04") { + if (exclusiveMinimum >= minimum) + delete json2.minimum; + else + delete json2.exclusiveMinimum; + } + } + if (typeof exclusiveMaximum === "number") { + if (ctx.target === "draft-04" || ctx.target === "openapi-3.0") { + json2.maximum = exclusiveMaximum; + json2.exclusiveMaximum = true; + } else { + json2.exclusiveMaximum = exclusiveMaximum; + } + } + if (typeof maximum === "number") { + json2.maximum = maximum; + if (typeof exclusiveMaximum === "number" && ctx.target !== "draft-04") { + if (exclusiveMaximum <= maximum) + delete json2.maximum; + else + delete json2.exclusiveMaximum; + } + } + if (typeof multipleOf === "number") + json2.multipleOf = multipleOf; + }; + booleanProcessor = (_schema, _ctx, json2, _params) => { + json2.type = "boolean"; + }; + bigintProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("BigInt cannot be represented in JSON Schema"); + } + }; + symbolProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("Symbols cannot be represented in JSON Schema"); + } + }; + nullProcessor = (_schema, ctx, json2, _params) => { + if (ctx.target === "openapi-3.0") { + json2.type = "string"; + json2.nullable = true; + json2.enum = [null]; + } else { + json2.type = "null"; + } + }; + undefinedProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("Undefined cannot be represented in JSON Schema"); + } + }; + voidProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("Void cannot be represented in JSON Schema"); + } + }; + neverProcessor = (_schema, _ctx, json2, _params) => { + json2.not = {}; + }; + anyProcessor = (_schema, _ctx, _json, _params) => { + }; + unknownProcessor = (_schema, _ctx, _json, _params) => { + }; + dateProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("Date cannot be represented in JSON Schema"); + } + }; + enumProcessor = (schema, _ctx, json2, _params) => { + const def = schema._zod.def; + const values = getEnumValues(def.entries); + if (values.every((v2) => typeof v2 === "number")) + json2.type = "number"; + if (values.every((v2) => typeof v2 === "string")) + json2.type = "string"; + json2.enum = values; + }; + literalProcessor = (schema, ctx, json2, _params) => { + const def = schema._zod.def; + const vals = []; + for (const val of def.values) { + if (val === void 0) { + if (ctx.unrepresentable === "throw") { + throw new Error("Literal `undefined` cannot be represented in JSON Schema"); + } else { + } + } else if (typeof val === "bigint") { + if (ctx.unrepresentable === "throw") { + throw new Error("BigInt literals cannot be represented in JSON Schema"); + } else { + vals.push(Number(val)); + } + } else { + vals.push(val); + } + } + if (vals.length === 0) { + } else if (vals.length === 1) { + const val = vals[0]; + json2.type = val === null ? "null" : typeof val; + if (ctx.target === "draft-04" || ctx.target === "openapi-3.0") { + json2.enum = [val]; + } else { + json2.const = val; + } + } else { + if (vals.every((v2) => typeof v2 === "number")) + json2.type = "number"; + if (vals.every((v2) => typeof v2 === "string")) + json2.type = "string"; + if (vals.every((v2) => typeof v2 === "boolean")) + json2.type = "boolean"; + if (vals.every((v2) => v2 === null)) + json2.type = "null"; + json2.enum = vals; + } + }; + nanProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("NaN cannot be represented in JSON Schema"); + } + }; + templateLiteralProcessor = (schema, _ctx, json2, _params) => { + const _json = json2; + const pattern = schema._zod.pattern; + if (!pattern) + throw new Error("Pattern not found in template literal"); + _json.type = "string"; + _json.pattern = pattern.source; + }; + fileProcessor = (schema, _ctx, json2, _params) => { + const _json = json2; + const file2 = { + type: "string", + format: "binary", + contentEncoding: "binary" + }; + const { minimum, maximum, mime } = schema._zod.bag; + if (minimum !== void 0) + file2.minLength = minimum; + if (maximum !== void 0) + file2.maxLength = maximum; + if (mime) { + if (mime.length === 1) { + file2.contentMediaType = mime[0]; + Object.assign(_json, file2); + } else { + Object.assign(_json, file2); + _json.anyOf = mime.map((m4) => ({ contentMediaType: m4 })); + } + } else { + Object.assign(_json, file2); + } + }; + successProcessor = (_schema, _ctx, json2, _params) => { + json2.type = "boolean"; + }; + customProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("Custom types cannot be represented in JSON Schema"); + } + }; + functionProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("Function types cannot be represented in JSON Schema"); + } + }; + transformProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("Transforms cannot be represented in JSON Schema"); + } + }; + mapProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("Map cannot be represented in JSON Schema"); + } + }; + setProcessor = (_schema, ctx, _json, _params) => { + if (ctx.unrepresentable === "throw") { + throw new Error("Set cannot be represented in JSON Schema"); + } + }; + arrayProcessor = (schema, ctx, _json, params) => { + const json2 = _json; + const def = schema._zod.def; + const { minimum, maximum } = schema._zod.bag; + if (typeof minimum === "number") + json2.minItems = minimum; + if (typeof maximum === "number") + json2.maxItems = maximum; + json2.type = "array"; + json2.items = process2(def.element, ctx, { ...params, path: [...params.path, "items"] }); + }; + objectProcessor = (schema, ctx, _json, params) => { + var _a5; + const json2 = _json; + const def = schema._zod.def; + json2.type = "object"; + json2.properties = {}; + const shape = def.shape; + for (const key in shape) { + json2.properties[key] = process2(shape[key], ctx, { + ...params, + path: [...params.path, "properties", key] + }); + } + const allKeys = new Set(Object.keys(shape)); + const requiredKeys = new Set([...allKeys].filter((key) => { + const v2 = def.shape[key]._zod; + if (ctx.io === "input") { + return v2.optin === void 0; + } else { + return v2.optout === void 0; + } + })); + if (requiredKeys.size > 0) { + json2.required = Array.from(requiredKeys); + } + if (((_a5 = def.catchall) == null ? void 0 : _a5._zod.def.type) === "never") { + json2.additionalProperties = false; + } else if (!def.catchall) { + if (ctx.io === "output") + json2.additionalProperties = false; + } else if (def.catchall) { + json2.additionalProperties = process2(def.catchall, ctx, { + ...params, + path: [...params.path, "additionalProperties"] + }); + } + }; + unionProcessor = (schema, ctx, json2, params) => { + const def = schema._zod.def; + const isExclusive = def.inclusive === false; + const options = def.options.map((x2, i) => process2(x2, ctx, { + ...params, + path: [...params.path, isExclusive ? "oneOf" : "anyOf", i] + })); + if (isExclusive) { + json2.oneOf = options; + } else { + json2.anyOf = options; + } + }; + intersectionProcessor = (schema, ctx, json2, params) => { + const def = schema._zod.def; + const a = process2(def.left, ctx, { + ...params, + path: [...params.path, "allOf", 0] + }); + const b2 = process2(def.right, ctx, { + ...params, + path: [...params.path, "allOf", 1] + }); + const isSimpleIntersection = (val) => "allOf" in val && Object.keys(val).length === 1; + const allOf = [ + ...isSimpleIntersection(a) ? a.allOf : [a], + ...isSimpleIntersection(b2) ? b2.allOf : [b2] + ]; + json2.allOf = allOf; + }; + tupleProcessor = (schema, ctx, _json, params) => { + const json2 = _json; + const def = schema._zod.def; + json2.type = "array"; + const prefixPath = ctx.target === "draft-2020-12" ? "prefixItems" : "items"; + const restPath = ctx.target === "draft-2020-12" ? "items" : ctx.target === "openapi-3.0" ? "items" : "additionalItems"; + const prefixItems = def.items.map((x2, i) => process2(x2, ctx, { + ...params, + path: [...params.path, prefixPath, i] + })); + const rest = def.rest ? process2(def.rest, ctx, { + ...params, + path: [...params.path, restPath, ...ctx.target === "openapi-3.0" ? [def.items.length] : []] + }) : null; + if (ctx.target === "draft-2020-12") { + json2.prefixItems = prefixItems; + if (rest) { + json2.items = rest; + } + } else if (ctx.target === "openapi-3.0") { + json2.items = { + anyOf: prefixItems + }; + if (rest) { + json2.items.anyOf.push(rest); + } + json2.minItems = prefixItems.length; + if (!rest) { + json2.maxItems = prefixItems.length; + } + } else { + json2.items = prefixItems; + if (rest) { + json2.additionalItems = rest; + } + } + const { minimum, maximum } = schema._zod.bag; + if (typeof minimum === "number") + json2.minItems = minimum; + if (typeof maximum === "number") + json2.maxItems = maximum; + }; + recordProcessor = (schema, ctx, _json, params) => { + const json2 = _json; + const def = schema._zod.def; + json2.type = "object"; + const keyType = def.keyType; + const keyBag = keyType._zod.bag; + const patterns = keyBag == null ? void 0 : keyBag.patterns; + if (def.mode === "loose" && patterns && patterns.size > 0) { + const valueSchema = process2(def.valueType, ctx, { + ...params, + path: [...params.path, "patternProperties", "*"] + }); + json2.patternProperties = {}; + for (const pattern of patterns) { + json2.patternProperties[pattern.source] = valueSchema; + } + } else { + if (ctx.target === "draft-07" || ctx.target === "draft-2020-12") { + json2.propertyNames = process2(def.keyType, ctx, { + ...params, + path: [...params.path, "propertyNames"] + }); + } + json2.additionalProperties = process2(def.valueType, ctx, { + ...params, + path: [...params.path, "additionalProperties"] + }); + } + const keyValues = keyType._zod.values; + if (keyValues) { + const validKeyValues = [...keyValues].filter((v2) => typeof v2 === "string" || typeof v2 === "number"); + if (validKeyValues.length > 0) { + json2.required = validKeyValues; + } + } + }; + nullableProcessor = (schema, ctx, json2, params) => { + const def = schema._zod.def; + const inner = process2(def.innerType, ctx, params); + const seen = ctx.seen.get(schema); + if (ctx.target === "openapi-3.0") { + seen.ref = def.innerType; + json2.nullable = true; + } else { + json2.anyOf = [inner, { type: "null" }]; + } + }; + nonoptionalProcessor = (schema, ctx, _json, params) => { + const def = schema._zod.def; + process2(def.innerType, ctx, params); + const seen = ctx.seen.get(schema); + seen.ref = def.innerType; + }; + defaultProcessor = (schema, ctx, json2, params) => { + const def = schema._zod.def; + process2(def.innerType, ctx, params); + const seen = ctx.seen.get(schema); + seen.ref = def.innerType; + json2.default = JSON.parse(JSON.stringify(def.defaultValue)); + }; + prefaultProcessor = (schema, ctx, json2, params) => { + const def = schema._zod.def; + process2(def.innerType, ctx, params); + const seen = ctx.seen.get(schema); + seen.ref = def.innerType; + if (ctx.io === "input") + json2._prefault = JSON.parse(JSON.stringify(def.defaultValue)); + }; + catchProcessor = (schema, ctx, json2, params) => { + const def = schema._zod.def; + process2(def.innerType, ctx, params); + const seen = ctx.seen.get(schema); + seen.ref = def.innerType; + let catchValue; + try { + catchValue = def.catchValue(void 0); + } catch (e2) { + throw new Error("Dynamic catch values are not supported in JSON Schema"); + } + json2.default = catchValue; + }; + pipeProcessor = (schema, ctx, _json, params) => { + const def = schema._zod.def; + const innerType = ctx.io === "input" ? def.in._zod.def.type === "transform" ? def.out : def.in : def.out; + process2(innerType, ctx, params); + const seen = ctx.seen.get(schema); + seen.ref = innerType; + }; + readonlyProcessor = (schema, ctx, json2, params) => { + const def = schema._zod.def; + process2(def.innerType, ctx, params); + const seen = ctx.seen.get(schema); + seen.ref = def.innerType; + json2.readOnly = true; + }; + promiseProcessor = (schema, ctx, _json, params) => { + const def = schema._zod.def; + process2(def.innerType, ctx, params); + const seen = ctx.seen.get(schema); + seen.ref = def.innerType; + }; + optionalProcessor = (schema, ctx, _json, params) => { + const def = schema._zod.def; + process2(def.innerType, ctx, params); + const seen = ctx.seen.get(schema); + seen.ref = def.innerType; + }; + lazyProcessor = (schema, ctx, _json, params) => { + const innerType = schema._zod.innerType; + process2(innerType, ctx, params); + const seen = ctx.seen.get(schema); + seen.ref = innerType; + }; + allProcessors = { + string: stringProcessor, + number: numberProcessor, + boolean: booleanProcessor, + bigint: bigintProcessor, + symbol: symbolProcessor, + null: nullProcessor, + undefined: undefinedProcessor, + void: voidProcessor, + never: neverProcessor, + any: anyProcessor, + unknown: unknownProcessor, + date: dateProcessor, + enum: enumProcessor, + literal: literalProcessor, + nan: nanProcessor, + template_literal: templateLiteralProcessor, + file: fileProcessor, + success: successProcessor, + custom: customProcessor, + function: functionProcessor, + transform: transformProcessor, + map: mapProcessor, + set: setProcessor, + array: arrayProcessor, + object: objectProcessor, + union: unionProcessor, + intersection: intersectionProcessor, + tuple: tupleProcessor, + record: recordProcessor, + nullable: nullableProcessor, + nonoptional: nonoptionalProcessor, + default: defaultProcessor, + prefault: prefaultProcessor, + catch: catchProcessor, + pipe: pipeProcessor, + readonly: readonlyProcessor, + promise: promiseProcessor, + optional: optionalProcessor, + lazy: lazyProcessor + }; + } +}); + +// node_modules/zod/v4/core/json-schema-generator.js +var JSONSchemaGenerator; +var init_json_schema_generator = __esm({ + "node_modules/zod/v4/core/json-schema-generator.js"() { + init_json_schema_processors(); + init_to_json_schema(); + JSONSchemaGenerator = class { + /** @deprecated Access via ctx instead */ + get metadataRegistry() { + return this.ctx.metadataRegistry; + } + /** @deprecated Access via ctx instead */ + get target() { + return this.ctx.target; + } + /** @deprecated Access via ctx instead */ + get unrepresentable() { + return this.ctx.unrepresentable; + } + /** @deprecated Access via ctx instead */ + get override() { + return this.ctx.override; + } + /** @deprecated Access via ctx instead */ + get io() { + return this.ctx.io; + } + /** @deprecated Access via ctx instead */ + get counter() { + return this.ctx.counter; + } + set counter(value) { + this.ctx.counter = value; + } + /** @deprecated Access via ctx instead */ + get seen() { + return this.ctx.seen; + } + constructor(params) { + var _a5; + let normalizedTarget = (_a5 = params == null ? void 0 : params.target) != null ? _a5 : "draft-2020-12"; + if (normalizedTarget === "draft-4") + normalizedTarget = "draft-04"; + if (normalizedTarget === "draft-7") + normalizedTarget = "draft-07"; + this.ctx = initializeContext({ + processors: allProcessors, + target: normalizedTarget, + ...(params == null ? void 0 : params.metadata) && { metadata: params.metadata }, + ...(params == null ? void 0 : params.unrepresentable) && { unrepresentable: params.unrepresentable }, + ...(params == null ? void 0 : params.override) && { override: params.override }, + ...(params == null ? void 0 : params.io) && { io: params.io } + }); + } + /** + * Process a schema to prepare it for JSON Schema generation. + * This must be called before emit(). + */ + process(schema, _params = { path: [], schemaPath: [] }) { + return process2(schema, this.ctx, _params); + } + /** + * Emit the final JSON Schema after processing. + * Must call process() first. + */ + emit(schema, _params) { + if (_params) { + if (_params.cycles) + this.ctx.cycles = _params.cycles; + if (_params.reused) + this.ctx.reused = _params.reused; + if (_params.external) + this.ctx.external = _params.external; + } + extractDefs(this.ctx, schema); + const result = finalize(this.ctx, schema); + const { "~standard": _2, ...plainResult } = result; + return plainResult; + } + }; + } +}); + +// node_modules/zod/v4/core/json-schema.js +var json_schema_exports = {}; +var init_json_schema = __esm({ + "node_modules/zod/v4/core/json-schema.js"() { + } +}); + +// node_modules/zod/v4/core/index.js +var core_exports2 = {}; +__export(core_exports2, { + $ZodAny: () => $ZodAny, + $ZodArray: () => $ZodArray, + $ZodAsyncError: () => $ZodAsyncError, + $ZodBase64: () => $ZodBase64, + $ZodBase64URL: () => $ZodBase64URL, + $ZodBigInt: () => $ZodBigInt, + $ZodBigIntFormat: () => $ZodBigIntFormat, + $ZodBoolean: () => $ZodBoolean, + $ZodCIDRv4: () => $ZodCIDRv4, + $ZodCIDRv6: () => $ZodCIDRv6, + $ZodCUID: () => $ZodCUID, + $ZodCUID2: () => $ZodCUID2, + $ZodCatch: () => $ZodCatch, + $ZodCheck: () => $ZodCheck, + $ZodCheckBigIntFormat: () => $ZodCheckBigIntFormat, + $ZodCheckEndsWith: () => $ZodCheckEndsWith, + $ZodCheckGreaterThan: () => $ZodCheckGreaterThan, + $ZodCheckIncludes: () => $ZodCheckIncludes, + $ZodCheckLengthEquals: () => $ZodCheckLengthEquals, + $ZodCheckLessThan: () => $ZodCheckLessThan, + $ZodCheckLowerCase: () => $ZodCheckLowerCase, + $ZodCheckMaxLength: () => $ZodCheckMaxLength, + $ZodCheckMaxSize: () => $ZodCheckMaxSize, + $ZodCheckMimeType: () => $ZodCheckMimeType, + $ZodCheckMinLength: () => $ZodCheckMinLength, + $ZodCheckMinSize: () => $ZodCheckMinSize, + $ZodCheckMultipleOf: () => $ZodCheckMultipleOf, + $ZodCheckNumberFormat: () => $ZodCheckNumberFormat, + $ZodCheckOverwrite: () => $ZodCheckOverwrite, + $ZodCheckProperty: () => $ZodCheckProperty, + $ZodCheckRegex: () => $ZodCheckRegex, + $ZodCheckSizeEquals: () => $ZodCheckSizeEquals, + $ZodCheckStartsWith: () => $ZodCheckStartsWith, + $ZodCheckStringFormat: () => $ZodCheckStringFormat, + $ZodCheckUpperCase: () => $ZodCheckUpperCase, + $ZodCodec: () => $ZodCodec, + $ZodCustom: () => $ZodCustom, + $ZodCustomStringFormat: () => $ZodCustomStringFormat, + $ZodDate: () => $ZodDate, + $ZodDefault: () => $ZodDefault, + $ZodDiscriminatedUnion: () => $ZodDiscriminatedUnion, + $ZodE164: () => $ZodE164, + $ZodEmail: () => $ZodEmail, + $ZodEmoji: () => $ZodEmoji, + $ZodEncodeError: () => $ZodEncodeError, + $ZodEnum: () => $ZodEnum, + $ZodError: () => $ZodError, + $ZodExactOptional: () => $ZodExactOptional, + $ZodFile: () => $ZodFile, + $ZodFunction: () => $ZodFunction, + $ZodGUID: () => $ZodGUID, + $ZodIPv4: () => $ZodIPv4, + $ZodIPv6: () => $ZodIPv6, + $ZodISODate: () => $ZodISODate, + $ZodISODateTime: () => $ZodISODateTime, + $ZodISODuration: () => $ZodISODuration, + $ZodISOTime: () => $ZodISOTime, + $ZodIntersection: () => $ZodIntersection, + $ZodJWT: () => $ZodJWT, + $ZodKSUID: () => $ZodKSUID, + $ZodLazy: () => $ZodLazy, + $ZodLiteral: () => $ZodLiteral, + $ZodMAC: () => $ZodMAC, + $ZodMap: () => $ZodMap, + $ZodNaN: () => $ZodNaN, + $ZodNanoID: () => $ZodNanoID, + $ZodNever: () => $ZodNever, + $ZodNonOptional: () => $ZodNonOptional, + $ZodNull: () => $ZodNull, + $ZodNullable: () => $ZodNullable, + $ZodNumber: () => $ZodNumber, + $ZodNumberFormat: () => $ZodNumberFormat, + $ZodObject: () => $ZodObject, + $ZodObjectJIT: () => $ZodObjectJIT, + $ZodOptional: () => $ZodOptional, + $ZodPipe: () => $ZodPipe, + $ZodPrefault: () => $ZodPrefault, + $ZodPromise: () => $ZodPromise, + $ZodReadonly: () => $ZodReadonly, + $ZodRealError: () => $ZodRealError, + $ZodRecord: () => $ZodRecord, + $ZodRegistry: () => $ZodRegistry, + $ZodSet: () => $ZodSet, + $ZodString: () => $ZodString, + $ZodStringFormat: () => $ZodStringFormat, + $ZodSuccess: () => $ZodSuccess, + $ZodSymbol: () => $ZodSymbol, + $ZodTemplateLiteral: () => $ZodTemplateLiteral, + $ZodTransform: () => $ZodTransform, + $ZodTuple: () => $ZodTuple, + $ZodType: () => $ZodType, + $ZodULID: () => $ZodULID, + $ZodURL: () => $ZodURL, + $ZodUUID: () => $ZodUUID, + $ZodUndefined: () => $ZodUndefined, + $ZodUnion: () => $ZodUnion, + $ZodUnknown: () => $ZodUnknown, + $ZodVoid: () => $ZodVoid, + $ZodXID: () => $ZodXID, + $ZodXor: () => $ZodXor, + $brand: () => $brand, + $constructor: () => $constructor, + $input: () => $input, + $output: () => $output, + Doc: () => Doc, + JSONSchema: () => json_schema_exports, + JSONSchemaGenerator: () => JSONSchemaGenerator, + NEVER: () => NEVER, + TimePrecision: () => TimePrecision, + _any: () => _any, + _array: () => _array, + _base64: () => _base64, + _base64url: () => _base64url, + _bigint: () => _bigint, + _boolean: () => _boolean, + _catch: () => _catch, + _check: () => _check, + _cidrv4: () => _cidrv4, + _cidrv6: () => _cidrv6, + _coercedBigint: () => _coercedBigint, + _coercedBoolean: () => _coercedBoolean, + _coercedDate: () => _coercedDate, + _coercedNumber: () => _coercedNumber, + _coercedString: () => _coercedString, + _cuid: () => _cuid, + _cuid2: () => _cuid2, + _custom: () => _custom, + _date: () => _date, + _decode: () => _decode, + _decodeAsync: () => _decodeAsync, + _default: () => _default, + _discriminatedUnion: () => _discriminatedUnion, + _e164: () => _e164, + _email: () => _email, + _emoji: () => _emoji2, + _encode: () => _encode, + _encodeAsync: () => _encodeAsync, + _endsWith: () => _endsWith, + _enum: () => _enum, + _file: () => _file, + _float32: () => _float32, + _float64: () => _float64, + _gt: () => _gt, + _gte: () => _gte, + _guid: () => _guid, + _includes: () => _includes, + _int: () => _int, + _int32: () => _int32, + _int64: () => _int64, + _intersection: () => _intersection, + _ipv4: () => _ipv4, + _ipv6: () => _ipv6, + _isoDate: () => _isoDate, + _isoDateTime: () => _isoDateTime, + _isoDuration: () => _isoDuration, + _isoTime: () => _isoTime, + _jwt: () => _jwt, + _ksuid: () => _ksuid, + _lazy: () => _lazy, + _length: () => _length, + _literal: () => _literal, + _lowercase: () => _lowercase, + _lt: () => _lt, + _lte: () => _lte, + _mac: () => _mac, + _map: () => _map, + _max: () => _lte, + _maxLength: () => _maxLength, + _maxSize: () => _maxSize, + _mime: () => _mime, + _min: () => _gte, + _minLength: () => _minLength, + _minSize: () => _minSize, + _multipleOf: () => _multipleOf, + _nan: () => _nan, + _nanoid: () => _nanoid, + _nativeEnum: () => _nativeEnum, + _negative: () => _negative, + _never: () => _never, + _nonnegative: () => _nonnegative, + _nonoptional: () => _nonoptional, + _nonpositive: () => _nonpositive, + _normalize: () => _normalize, + _null: () => _null2, + _nullable: () => _nullable, + _number: () => _number, + _optional: () => _optional, + _overwrite: () => _overwrite, + _parse: () => _parse, + _parseAsync: () => _parseAsync, + _pipe: () => _pipe, + _positive: () => _positive, + _promise: () => _promise, + _property: () => _property, + _readonly: () => _readonly, + _record: () => _record, + _refine: () => _refine, + _regex: () => _regex, + _safeDecode: () => _safeDecode, + _safeDecodeAsync: () => _safeDecodeAsync, + _safeEncode: () => _safeEncode, + _safeEncodeAsync: () => _safeEncodeAsync, + _safeParse: () => _safeParse, + _safeParseAsync: () => _safeParseAsync, + _set: () => _set, + _size: () => _size, + _slugify: () => _slugify, + _startsWith: () => _startsWith, + _string: () => _string, + _stringFormat: () => _stringFormat, + _stringbool: () => _stringbool, + _success: () => _success, + _superRefine: () => _superRefine, + _symbol: () => _symbol, + _templateLiteral: () => _templateLiteral, + _toLowerCase: () => _toLowerCase, + _toUpperCase: () => _toUpperCase, + _transform: () => _transform, + _trim: () => _trim, + _tuple: () => _tuple, + _uint32: () => _uint32, + _uint64: () => _uint64, + _ulid: () => _ulid, + _undefined: () => _undefined2, + _union: () => _union, + _unknown: () => _unknown, + _uppercase: () => _uppercase, + _url: () => _url, + _uuid: () => _uuid, + _uuidv4: () => _uuidv4, + _uuidv6: () => _uuidv6, + _uuidv7: () => _uuidv7, + _void: () => _void, + _xid: () => _xid, + _xor: () => _xor, + clone: () => clone, + config: () => config, + createStandardJSONSchemaMethod: () => createStandardJSONSchemaMethod, + createToJSONSchemaMethod: () => createToJSONSchemaMethod, + decode: () => decode, + decodeAsync: () => decodeAsync, + describe: () => describe, + encode: () => encode, + encodeAsync: () => encodeAsync, + extractDefs: () => extractDefs, + finalize: () => finalize, + flattenError: () => flattenError, + formatError: () => formatError, + globalConfig: () => globalConfig, + globalRegistry: () => globalRegistry, + initializeContext: () => initializeContext, + isValidBase64: () => isValidBase64, + isValidBase64URL: () => isValidBase64URL, + isValidJWT: () => isValidJWT2, + locales: () => locales_exports, + meta: () => meta, + parse: () => parse, + parseAsync: () => parseAsync, + prettifyError: () => prettifyError, + process: () => process2, + regexes: () => regexes_exports, + registry: () => registry, + safeDecode: () => safeDecode, + safeDecodeAsync: () => safeDecodeAsync, + safeEncode: () => safeEncode, + safeEncodeAsync: () => safeEncodeAsync, + safeParse: () => safeParse, + safeParseAsync: () => safeParseAsync, + toDotPath: () => toDotPath, + toJSONSchema: () => toJSONSchema, + treeifyError: () => treeifyError, + util: () => util_exports, + version: () => version +}); +var init_core2 = __esm({ + "node_modules/zod/v4/core/index.js"() { + init_core(); + init_parse(); + init_errors(); + init_schemas(); + init_checks(); + init_versions(); + init_util(); + init_regexes(); + init_locales(); + init_registries(); + init_doc(); + init_api(); + init_to_json_schema(); + init_json_schema_processors(); + init_json_schema_generator(); + init_json_schema(); + } +}); + +// node_modules/zod/v4/classic/checks.js +var checks_exports2 = {}; +__export(checks_exports2, { + endsWith: () => _endsWith, + gt: () => _gt, + gte: () => _gte, + includes: () => _includes, + length: () => _length, + lowercase: () => _lowercase, + lt: () => _lt, + lte: () => _lte, + maxLength: () => _maxLength, + maxSize: () => _maxSize, + mime: () => _mime, + minLength: () => _minLength, + minSize: () => _minSize, + multipleOf: () => _multipleOf, + negative: () => _negative, + nonnegative: () => _nonnegative, + nonpositive: () => _nonpositive, + normalize: () => _normalize, + overwrite: () => _overwrite, + positive: () => _positive, + property: () => _property, + regex: () => _regex, + size: () => _size, + slugify: () => _slugify, + startsWith: () => _startsWith, + toLowerCase: () => _toLowerCase, + toUpperCase: () => _toUpperCase, + trim: () => _trim, + uppercase: () => _uppercase +}); +var init_checks2 = __esm({ + "node_modules/zod/v4/classic/checks.js"() { + init_core2(); + } +}); + +// node_modules/zod/v4/classic/iso.js +var iso_exports2 = {}; +__export(iso_exports2, { + ZodISODate: () => ZodISODate, + ZodISODateTime: () => ZodISODateTime, + ZodISODuration: () => ZodISODuration, + ZodISOTime: () => ZodISOTime, + date: () => date4, + datetime: () => datetime3, + duration: () => duration3, + time: () => time3 +}); +function datetime3(params) { + return _isoDateTime(ZodISODateTime, params); +} +function date4(params) { + return _isoDate(ZodISODate, params); +} +function time3(params) { + return _isoTime(ZodISOTime, params); +} +function duration3(params) { + return _isoDuration(ZodISODuration, params); +} +var ZodISODateTime, ZodISODate, ZodISOTime, ZodISODuration; +var init_iso = __esm({ + "node_modules/zod/v4/classic/iso.js"() { + init_core2(); + init_schemas2(); + ZodISODateTime = /* @__PURE__ */ $constructor("ZodISODateTime", (inst, def) => { + $ZodISODateTime.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodISODate = /* @__PURE__ */ $constructor("ZodISODate", (inst, def) => { + $ZodISODate.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodISOTime = /* @__PURE__ */ $constructor("ZodISOTime", (inst, def) => { + $ZodISOTime.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodISODuration = /* @__PURE__ */ $constructor("ZodISODuration", (inst, def) => { + $ZodISODuration.init(inst, def); + ZodStringFormat.init(inst, def); + }); + } +}); + +// node_modules/zod/v4/classic/errors.js +var initializer2, ZodError2, ZodRealError; +var init_errors2 = __esm({ + "node_modules/zod/v4/classic/errors.js"() { + init_core2(); + init_core2(); + init_util(); + initializer2 = (inst, issues) => { + $ZodError.init(inst, issues); + inst.name = "ZodError"; + Object.defineProperties(inst, { + format: { + value: (mapper) => formatError(inst, mapper) + // enumerable: false, + }, + flatten: { + value: (mapper) => flattenError(inst, mapper) + // enumerable: false, + }, + addIssue: { + value: (issue2) => { + inst.issues.push(issue2); + inst.message = JSON.stringify(inst.issues, jsonStringifyReplacer, 2); + } + // enumerable: false, + }, + addIssues: { + value: (issues2) => { + inst.issues.push(...issues2); + inst.message = JSON.stringify(inst.issues, jsonStringifyReplacer, 2); + } + // enumerable: false, + }, + isEmpty: { + get() { + return inst.issues.length === 0; + } + // enumerable: false, + } + }); + }; + ZodError2 = $constructor("ZodError", initializer2); + ZodRealError = $constructor("ZodError", initializer2, { + Parent: Error + }); + } +}); + +// node_modules/zod/v4/classic/parse.js +var parse2, parseAsync2, safeParse3, safeParseAsync2, encode2, decode2, encodeAsync2, decodeAsync2, safeEncode2, safeDecode2, safeEncodeAsync2, safeDecodeAsync2; +var init_parse2 = __esm({ + "node_modules/zod/v4/classic/parse.js"() { + init_core2(); + init_errors2(); + parse2 = /* @__PURE__ */ _parse(ZodRealError); + parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError); + safeParse3 = /* @__PURE__ */ _safeParse(ZodRealError); + safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError); + encode2 = /* @__PURE__ */ _encode(ZodRealError); + decode2 = /* @__PURE__ */ _decode(ZodRealError); + encodeAsync2 = /* @__PURE__ */ _encodeAsync(ZodRealError); + decodeAsync2 = /* @__PURE__ */ _decodeAsync(ZodRealError); + safeEncode2 = /* @__PURE__ */ _safeEncode(ZodRealError); + safeDecode2 = /* @__PURE__ */ _safeDecode(ZodRealError); + safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError); + safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError); + } +}); + +// node_modules/zod/v4/classic/schemas.js +var schemas_exports3 = {}; +__export(schemas_exports3, { + ZodAny: () => ZodAny2, + ZodArray: () => ZodArray2, + ZodBase64: () => ZodBase64, + ZodBase64URL: () => ZodBase64URL, + ZodBigInt: () => ZodBigInt2, + ZodBigIntFormat: () => ZodBigIntFormat, + ZodBoolean: () => ZodBoolean2, + ZodCIDRv4: () => ZodCIDRv4, + ZodCIDRv6: () => ZodCIDRv6, + ZodCUID: () => ZodCUID, + ZodCUID2: () => ZodCUID2, + ZodCatch: () => ZodCatch2, + ZodCodec: () => ZodCodec, + ZodCustom: () => ZodCustom, + ZodCustomStringFormat: () => ZodCustomStringFormat, + ZodDate: () => ZodDate2, + ZodDefault: () => ZodDefault2, + ZodDiscriminatedUnion: () => ZodDiscriminatedUnion2, + ZodE164: () => ZodE164, + ZodEmail: () => ZodEmail, + ZodEmoji: () => ZodEmoji, + ZodEnum: () => ZodEnum2, + ZodExactOptional: () => ZodExactOptional, + ZodFile: () => ZodFile, + ZodFunction: () => ZodFunction2, + ZodGUID: () => ZodGUID, + ZodIPv4: () => ZodIPv4, + ZodIPv6: () => ZodIPv6, + ZodIntersection: () => ZodIntersection2, + ZodJWT: () => ZodJWT, + ZodKSUID: () => ZodKSUID, + ZodLazy: () => ZodLazy2, + ZodLiteral: () => ZodLiteral2, + ZodMAC: () => ZodMAC, + ZodMap: () => ZodMap2, + ZodNaN: () => ZodNaN2, + ZodNanoID: () => ZodNanoID, + ZodNever: () => ZodNever2, + ZodNonOptional: () => ZodNonOptional, + ZodNull: () => ZodNull2, + ZodNullable: () => ZodNullable2, + ZodNumber: () => ZodNumber2, + ZodNumberFormat: () => ZodNumberFormat, + ZodObject: () => ZodObject2, + ZodOptional: () => ZodOptional2, + ZodPipe: () => ZodPipe, + ZodPrefault: () => ZodPrefault, + ZodPromise: () => ZodPromise2, + ZodReadonly: () => ZodReadonly2, + ZodRecord: () => ZodRecord2, + ZodSet: () => ZodSet2, + ZodString: () => ZodString2, + ZodStringFormat: () => ZodStringFormat, + ZodSuccess: () => ZodSuccess, + ZodSymbol: () => ZodSymbol2, + ZodTemplateLiteral: () => ZodTemplateLiteral, + ZodTransform: () => ZodTransform, + ZodTuple: () => ZodTuple2, + ZodType: () => ZodType2, + ZodULID: () => ZodULID, + ZodURL: () => ZodURL, + ZodUUID: () => ZodUUID, + ZodUndefined: () => ZodUndefined2, + ZodUnion: () => ZodUnion2, + ZodUnknown: () => ZodUnknown2, + ZodVoid: () => ZodVoid2, + ZodXID: () => ZodXID, + ZodXor: () => ZodXor, + _ZodString: () => _ZodString, + _default: () => _default2, + _function: () => _function, + any: () => any, + array: () => array, + base64: () => base642, + base64url: () => base64url2, + bigint: () => bigint3, + boolean: () => boolean3, + catch: () => _catch2, + check: () => check, + cidrv4: () => cidrv42, + cidrv6: () => cidrv62, + codec: () => codec, + cuid: () => cuid3, + cuid2: () => cuid22, + custom: () => custom, + date: () => date5, + describe: () => describe2, + discriminatedUnion: () => discriminatedUnion, + e164: () => e1642, + email: () => email2, + emoji: () => emoji2, + enum: () => _enum2, + exactOptional: () => exactOptional, + file: () => file, + float32: () => float32, + float64: () => float64, + function: () => _function, + guid: () => guid2, + hash: () => hash, + hex: () => hex2, + hostname: () => hostname3, + httpUrl: () => httpUrl, + instanceof: () => _instanceof, + int: () => int, + int32: () => int32, + int64: () => int64, + intersection: () => intersection, + ipv4: () => ipv42, + ipv6: () => ipv62, + json: () => json, + jwt: () => jwt, + keyof: () => keyof, + ksuid: () => ksuid2, + lazy: () => lazy, + literal: () => literal, + looseObject: () => looseObject, + looseRecord: () => looseRecord, + mac: () => mac2, + map: () => map, + meta: () => meta2, + nan: () => nan, + nanoid: () => nanoid2, + nativeEnum: () => nativeEnum, + never: () => never, + nonoptional: () => nonoptional, + null: () => _null3, + nullable: () => nullable, + nullish: () => nullish2, + number: () => number3, + object: () => object2, + optional: () => optional, + partialRecord: () => partialRecord, + pipe: () => pipe, + prefault: () => prefault, + preprocess: () => preprocess, + promise: () => promise, + readonly: () => readonly, + record: () => record, + refine: () => refine, + set: () => set, + strictObject: () => strictObject, + string: () => string3, + stringFormat: () => stringFormat, + stringbool: () => stringbool, + success: () => success, + superRefine: () => superRefine, + symbol: () => symbol, + templateLiteral: () => templateLiteral, + transform: () => transform, + tuple: () => tuple, + uint32: () => uint32, + uint64: () => uint64, + ulid: () => ulid2, + undefined: () => _undefined3, + union: () => union, + unknown: () => unknown, + url: () => url, + uuid: () => uuid2, + uuidv4: () => uuidv4, + uuidv6: () => uuidv6, + uuidv7: () => uuidv7, + void: () => _void2, + xid: () => xid2, + xor: () => xor +}); +function string3(params) { + return _string(ZodString2, params); +} +function email2(params) { + return _email(ZodEmail, params); +} +function guid2(params) { + return _guid(ZodGUID, params); +} +function uuid2(params) { + return _uuid(ZodUUID, params); +} +function uuidv4(params) { + return _uuidv4(ZodUUID, params); +} +function uuidv6(params) { + return _uuidv6(ZodUUID, params); +} +function uuidv7(params) { + return _uuidv7(ZodUUID, params); +} +function url(params) { + return _url(ZodURL, params); +} +function httpUrl(params) { + return _url(ZodURL, { + protocol: /^https?$/, + hostname: regexes_exports.domain, + ...util_exports.normalizeParams(params) + }); +} +function emoji2(params) { + return _emoji2(ZodEmoji, params); +} +function nanoid2(params) { + return _nanoid(ZodNanoID, params); +} +function cuid3(params) { + return _cuid(ZodCUID, params); +} +function cuid22(params) { + return _cuid2(ZodCUID2, params); +} +function ulid2(params) { + return _ulid(ZodULID, params); +} +function xid2(params) { + return _xid(ZodXID, params); +} +function ksuid2(params) { + return _ksuid(ZodKSUID, params); +} +function ipv42(params) { + return _ipv4(ZodIPv4, params); +} +function mac2(params) { + return _mac(ZodMAC, params); +} +function ipv62(params) { + return _ipv6(ZodIPv6, params); +} +function cidrv42(params) { + return _cidrv4(ZodCIDRv4, params); +} +function cidrv62(params) { + return _cidrv6(ZodCIDRv6, params); +} +function base642(params) { + return _base64(ZodBase64, params); +} +function base64url2(params) { + return _base64url(ZodBase64URL, params); +} +function e1642(params) { + return _e164(ZodE164, params); +} +function jwt(params) { + return _jwt(ZodJWT, params); +} +function stringFormat(format, fnOrRegex, _params = {}) { + return _stringFormat(ZodCustomStringFormat, format, fnOrRegex, _params); +} +function hostname3(_params) { + return _stringFormat(ZodCustomStringFormat, "hostname", regexes_exports.hostname, _params); +} +function hex2(_params) { + return _stringFormat(ZodCustomStringFormat, "hex", regexes_exports.hex, _params); +} +function hash(alg, params) { + var _a5; + const enc = (_a5 = params == null ? void 0 : params.enc) != null ? _a5 : "hex"; + const format = `${alg}_${enc}`; + const regex = regexes_exports[format]; + if (!regex) + throw new Error(`Unrecognized hash format: ${format}`); + return _stringFormat(ZodCustomStringFormat, format, regex, params); +} +function number3(params) { + return _number(ZodNumber2, params); +} +function int(params) { + return _int(ZodNumberFormat, params); +} +function float32(params) { + return _float32(ZodNumberFormat, params); +} +function float64(params) { + return _float64(ZodNumberFormat, params); +} +function int32(params) { + return _int32(ZodNumberFormat, params); +} +function uint32(params) { + return _uint32(ZodNumberFormat, params); +} +function boolean3(params) { + return _boolean(ZodBoolean2, params); +} +function bigint3(params) { + return _bigint(ZodBigInt2, params); +} +function int64(params) { + return _int64(ZodBigIntFormat, params); +} +function uint64(params) { + return _uint64(ZodBigIntFormat, params); +} +function symbol(params) { + return _symbol(ZodSymbol2, params); +} +function _undefined3(params) { + return _undefined2(ZodUndefined2, params); +} +function _null3(params) { + return _null2(ZodNull2, params); +} +function any() { + return _any(ZodAny2); +} +function unknown() { + return _unknown(ZodUnknown2); +} +function never(params) { + return _never(ZodNever2, params); +} +function _void2(params) { + return _void(ZodVoid2, params); +} +function date5(params) { + return _date(ZodDate2, params); +} +function array(element, params) { + return _array(ZodArray2, element, params); +} +function keyof(schema) { + const shape = schema._zod.def.shape; + return _enum2(Object.keys(shape)); +} +function object2(shape, params) { + const def = { + type: "object", + shape: shape != null ? shape : {}, + ...util_exports.normalizeParams(params) + }; + return new ZodObject2(def); +} +function strictObject(shape, params) { + return new ZodObject2({ + type: "object", + shape, + catchall: never(), + ...util_exports.normalizeParams(params) + }); +} +function looseObject(shape, params) { + return new ZodObject2({ + type: "object", + shape, + catchall: unknown(), + ...util_exports.normalizeParams(params) + }); +} +function union(options, params) { + return new ZodUnion2({ + type: "union", + options, + ...util_exports.normalizeParams(params) + }); +} +function xor(options, params) { + return new ZodXor({ + type: "union", + options, + inclusive: false, + ...util_exports.normalizeParams(params) + }); +} +function discriminatedUnion(discriminator, options, params) { + return new ZodDiscriminatedUnion2({ + type: "union", + options, + discriminator, + ...util_exports.normalizeParams(params) + }); +} +function intersection(left, right) { + return new ZodIntersection2({ + type: "intersection", + left, + right + }); +} +function tuple(items, _paramsOrRest, _params) { + const hasRest = _paramsOrRest instanceof $ZodType; + const params = hasRest ? _params : _paramsOrRest; + const rest = hasRest ? _paramsOrRest : null; + return new ZodTuple2({ + type: "tuple", + items, + rest, + ...util_exports.normalizeParams(params) + }); +} +function record(keyType, valueType, params) { + return new ZodRecord2({ + type: "record", + keyType, + valueType, + ...util_exports.normalizeParams(params) + }); +} +function partialRecord(keyType, valueType, params) { + const k2 = clone(keyType); + k2._zod.values = void 0; + return new ZodRecord2({ + type: "record", + keyType: k2, + valueType, + ...util_exports.normalizeParams(params) + }); +} +function looseRecord(keyType, valueType, params) { + return new ZodRecord2({ + type: "record", + keyType, + valueType, + mode: "loose", + ...util_exports.normalizeParams(params) + }); +} +function map(keyType, valueType, params) { + return new ZodMap2({ + type: "map", + keyType, + valueType, + ...util_exports.normalizeParams(params) + }); +} +function set(valueType, params) { + return new ZodSet2({ + type: "set", + valueType, + ...util_exports.normalizeParams(params) + }); +} +function _enum2(values, params) { + const entries = Array.isArray(values) ? Object.fromEntries(values.map((v2) => [v2, v2])) : values; + return new ZodEnum2({ + type: "enum", + entries, + ...util_exports.normalizeParams(params) + }); +} +function nativeEnum(entries, params) { + return new ZodEnum2({ + type: "enum", + entries, + ...util_exports.normalizeParams(params) + }); +} +function literal(value, params) { + return new ZodLiteral2({ + type: "literal", + values: Array.isArray(value) ? value : [value], + ...util_exports.normalizeParams(params) + }); +} +function file(params) { + return _file(ZodFile, params); +} +function transform(fn) { + return new ZodTransform({ + type: "transform", + transform: fn + }); +} +function optional(innerType) { + return new ZodOptional2({ + type: "optional", + innerType + }); +} +function exactOptional(innerType) { + return new ZodExactOptional({ + type: "optional", + innerType + }); +} +function nullable(innerType) { + return new ZodNullable2({ + type: "nullable", + innerType + }); +} +function nullish2(innerType) { + return optional(nullable(innerType)); +} +function _default2(innerType, defaultValue) { + return new ZodDefault2({ + type: "default", + innerType, + get defaultValue() { + return typeof defaultValue === "function" ? defaultValue() : util_exports.shallowClone(defaultValue); + } + }); +} +function prefault(innerType, defaultValue) { + return new ZodPrefault({ + type: "prefault", + innerType, + get defaultValue() { + return typeof defaultValue === "function" ? defaultValue() : util_exports.shallowClone(defaultValue); + } + }); +} +function nonoptional(innerType, params) { + return new ZodNonOptional({ + type: "nonoptional", + innerType, + ...util_exports.normalizeParams(params) + }); +} +function success(innerType) { + return new ZodSuccess({ + type: "success", + innerType + }); +} +function _catch2(innerType, catchValue) { + return new ZodCatch2({ + type: "catch", + innerType, + catchValue: typeof catchValue === "function" ? catchValue : () => catchValue + }); +} +function nan(params) { + return _nan(ZodNaN2, params); +} +function pipe(in_, out) { + return new ZodPipe({ + type: "pipe", + in: in_, + out + // ...util.normalizeParams(params), + }); +} +function codec(in_, out, params) { + return new ZodCodec({ + type: "pipe", + in: in_, + out, + transform: params.decode, + reverseTransform: params.encode + }); +} +function readonly(innerType) { + return new ZodReadonly2({ + type: "readonly", + innerType + }); +} +function templateLiteral(parts, params) { + return new ZodTemplateLiteral({ + type: "template_literal", + parts, + ...util_exports.normalizeParams(params) + }); +} +function lazy(getter) { + return new ZodLazy2({ + type: "lazy", + getter + }); +} +function promise(innerType) { + return new ZodPromise2({ + type: "promise", + innerType + }); +} +function _function(params) { + var _a5, _b3; + return new ZodFunction2({ + type: "function", + input: Array.isArray(params == null ? void 0 : params.input) ? tuple(params == null ? void 0 : params.input) : (_a5 = params == null ? void 0 : params.input) != null ? _a5 : array(unknown()), + output: (_b3 = params == null ? void 0 : params.output) != null ? _b3 : unknown() + }); +} +function check(fn) { + const ch2 = new $ZodCheck({ + check: "custom" + // ...util.normalizeParams(params), + }); + ch2._zod.check = fn; + return ch2; +} +function custom(fn, _params) { + return _custom(ZodCustom, fn != null ? fn : (() => true), _params); +} +function refine(fn, _params = {}) { + return _refine(ZodCustom, fn, _params); +} +function superRefine(fn) { + return _superRefine(fn); +} +function _instanceof(cls, params = {}) { + const inst = new ZodCustom({ + type: "custom", + check: "custom", + fn: (data) => data instanceof cls, + abort: true, + ...util_exports.normalizeParams(params) + }); + inst._zod.bag.Class = cls; + inst._zod.check = (payload) => { + var _a5; + if (!(payload.value instanceof cls)) { + payload.issues.push({ + code: "invalid_type", + expected: cls.name, + input: payload.value, + inst, + path: [...(_a5 = inst._zod.def.path) != null ? _a5 : []] + }); + } + }; + return inst; +} +function json(params) { + const jsonSchema = lazy(() => { + return union([string3(params), number3(), boolean3(), _null3(), array(jsonSchema), record(string3(), jsonSchema)]); + }); + return jsonSchema; +} +function preprocess(fn, schema) { + return pipe(transform(fn), schema); +} +var ZodType2, _ZodString, ZodString2, ZodStringFormat, ZodEmail, ZodGUID, ZodUUID, ZodURL, ZodEmoji, ZodNanoID, ZodCUID, ZodCUID2, ZodULID, ZodXID, ZodKSUID, ZodIPv4, ZodMAC, ZodIPv6, ZodCIDRv4, ZodCIDRv6, ZodBase64, ZodBase64URL, ZodE164, ZodJWT, ZodCustomStringFormat, ZodNumber2, ZodNumberFormat, ZodBoolean2, ZodBigInt2, ZodBigIntFormat, ZodSymbol2, ZodUndefined2, ZodNull2, ZodAny2, ZodUnknown2, ZodNever2, ZodVoid2, ZodDate2, ZodArray2, ZodObject2, ZodUnion2, ZodXor, ZodDiscriminatedUnion2, ZodIntersection2, ZodTuple2, ZodRecord2, ZodMap2, ZodSet2, ZodEnum2, ZodLiteral2, ZodFile, ZodTransform, ZodOptional2, ZodExactOptional, ZodNullable2, ZodDefault2, ZodPrefault, ZodNonOptional, ZodSuccess, ZodCatch2, ZodNaN2, ZodPipe, ZodCodec, ZodReadonly2, ZodTemplateLiteral, ZodLazy2, ZodPromise2, ZodFunction2, ZodCustom, describe2, meta2, stringbool; +var init_schemas2 = __esm({ + "node_modules/zod/v4/classic/schemas.js"() { + init_core2(); + init_core2(); + init_json_schema_processors(); + init_to_json_schema(); + init_checks2(); + init_iso(); + init_parse2(); + ZodType2 = /* @__PURE__ */ $constructor("ZodType", (inst, def) => { + $ZodType.init(inst, def); + Object.assign(inst["~standard"], { + jsonSchema: { + input: createStandardJSONSchemaMethod(inst, "input"), + output: createStandardJSONSchemaMethod(inst, "output") + } + }); + inst.toJSONSchema = createToJSONSchemaMethod(inst, {}); + inst.def = def; + inst.type = def.type; + Object.defineProperty(inst, "_def", { value: def }); + inst.check = (...checks) => { + var _a5; + return inst.clone(util_exports.mergeDefs(def, { + checks: [ + ...(_a5 = def.checks) != null ? _a5 : [], + ...checks.map((ch2) => typeof ch2 === "function" ? { _zod: { check: ch2, def: { check: "custom" }, onattach: [] } } : ch2) + ] + }), { + parent: true + }); + }; + inst.with = inst.check; + inst.clone = (def2, params) => clone(inst, def2, params); + inst.brand = () => inst; + inst.register = ((reg, meta3) => { + reg.add(inst, meta3); + return inst; + }); + inst.parse = (data, params) => parse2(inst, data, params, { callee: inst.parse }); + inst.safeParse = (data, params) => safeParse3(inst, data, params); + inst.parseAsync = async (data, params) => parseAsync2(inst, data, params, { callee: inst.parseAsync }); + inst.safeParseAsync = async (data, params) => safeParseAsync2(inst, data, params); + inst.spa = inst.safeParseAsync; + inst.encode = (data, params) => encode2(inst, data, params); + inst.decode = (data, params) => decode2(inst, data, params); + inst.encodeAsync = async (data, params) => encodeAsync2(inst, data, params); + inst.decodeAsync = async (data, params) => decodeAsync2(inst, data, params); + inst.safeEncode = (data, params) => safeEncode2(inst, data, params); + inst.safeDecode = (data, params) => safeDecode2(inst, data, params); + inst.safeEncodeAsync = async (data, params) => safeEncodeAsync2(inst, data, params); + inst.safeDecodeAsync = async (data, params) => safeDecodeAsync2(inst, data, params); + inst.refine = (check2, params) => inst.check(refine(check2, params)); + inst.superRefine = (refinement) => inst.check(superRefine(refinement)); + inst.overwrite = (fn) => inst.check(_overwrite(fn)); + inst.optional = () => optional(inst); + inst.exactOptional = () => exactOptional(inst); + inst.nullable = () => nullable(inst); + inst.nullish = () => optional(nullable(inst)); + inst.nonoptional = (params) => nonoptional(inst, params); + inst.array = () => array(inst); + inst.or = (arg) => union([inst, arg]); + inst.and = (arg) => intersection(inst, arg); + inst.transform = (tx) => pipe(inst, transform(tx)); + inst.default = (def2) => _default2(inst, def2); + inst.prefault = (def2) => prefault(inst, def2); + inst.catch = (params) => _catch2(inst, params); + inst.pipe = (target) => pipe(inst, target); + inst.readonly = () => readonly(inst); + inst.describe = (description) => { + const cl2 = inst.clone(); + globalRegistry.add(cl2, { description }); + return cl2; + }; + Object.defineProperty(inst, "description", { + get() { + var _a5; + return (_a5 = globalRegistry.get(inst)) == null ? void 0 : _a5.description; + }, + configurable: true + }); + inst.meta = (...args) => { + if (args.length === 0) { + return globalRegistry.get(inst); + } + const cl2 = inst.clone(); + globalRegistry.add(cl2, args[0]); + return cl2; + }; + inst.isOptional = () => inst.safeParse(void 0).success; + inst.isNullable = () => inst.safeParse(null).success; + inst.apply = (fn) => fn(inst); + return inst; + }); + _ZodString = /* @__PURE__ */ $constructor("_ZodString", (inst, def) => { + var _a5, _b3, _c2; + $ZodString.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => stringProcessor(inst, ctx, json2, params); + const bag = inst._zod.bag; + inst.format = (_a5 = bag.format) != null ? _a5 : null; + inst.minLength = (_b3 = bag.minimum) != null ? _b3 : null; + inst.maxLength = (_c2 = bag.maximum) != null ? _c2 : null; + inst.regex = (...args) => inst.check(_regex(...args)); + inst.includes = (...args) => inst.check(_includes(...args)); + inst.startsWith = (...args) => inst.check(_startsWith(...args)); + inst.endsWith = (...args) => inst.check(_endsWith(...args)); + inst.min = (...args) => inst.check(_minLength(...args)); + inst.max = (...args) => inst.check(_maxLength(...args)); + inst.length = (...args) => inst.check(_length(...args)); + inst.nonempty = (...args) => inst.check(_minLength(1, ...args)); + inst.lowercase = (params) => inst.check(_lowercase(params)); + inst.uppercase = (params) => inst.check(_uppercase(params)); + inst.trim = () => inst.check(_trim()); + inst.normalize = (...args) => inst.check(_normalize(...args)); + inst.toLowerCase = () => inst.check(_toLowerCase()); + inst.toUpperCase = () => inst.check(_toUpperCase()); + inst.slugify = () => inst.check(_slugify()); + }); + ZodString2 = /* @__PURE__ */ $constructor("ZodString", (inst, def) => { + $ZodString.init(inst, def); + _ZodString.init(inst, def); + inst.email = (params) => inst.check(_email(ZodEmail, params)); + inst.url = (params) => inst.check(_url(ZodURL, params)); + inst.jwt = (params) => inst.check(_jwt(ZodJWT, params)); + inst.emoji = (params) => inst.check(_emoji2(ZodEmoji, params)); + inst.guid = (params) => inst.check(_guid(ZodGUID, params)); + inst.uuid = (params) => inst.check(_uuid(ZodUUID, params)); + inst.uuidv4 = (params) => inst.check(_uuidv4(ZodUUID, params)); + inst.uuidv6 = (params) => inst.check(_uuidv6(ZodUUID, params)); + inst.uuidv7 = (params) => inst.check(_uuidv7(ZodUUID, params)); + inst.nanoid = (params) => inst.check(_nanoid(ZodNanoID, params)); + inst.guid = (params) => inst.check(_guid(ZodGUID, params)); + inst.cuid = (params) => inst.check(_cuid(ZodCUID, params)); + inst.cuid2 = (params) => inst.check(_cuid2(ZodCUID2, params)); + inst.ulid = (params) => inst.check(_ulid(ZodULID, params)); + inst.base64 = (params) => inst.check(_base64(ZodBase64, params)); + inst.base64url = (params) => inst.check(_base64url(ZodBase64URL, params)); + inst.xid = (params) => inst.check(_xid(ZodXID, params)); + inst.ksuid = (params) => inst.check(_ksuid(ZodKSUID, params)); + inst.ipv4 = (params) => inst.check(_ipv4(ZodIPv4, params)); + inst.ipv6 = (params) => inst.check(_ipv6(ZodIPv6, params)); + inst.cidrv4 = (params) => inst.check(_cidrv4(ZodCIDRv4, params)); + inst.cidrv6 = (params) => inst.check(_cidrv6(ZodCIDRv6, params)); + inst.e164 = (params) => inst.check(_e164(ZodE164, params)); + inst.datetime = (params) => inst.check(datetime3(params)); + inst.date = (params) => inst.check(date4(params)); + inst.time = (params) => inst.check(time3(params)); + inst.duration = (params) => inst.check(duration3(params)); + }); + ZodStringFormat = /* @__PURE__ */ $constructor("ZodStringFormat", (inst, def) => { + $ZodStringFormat.init(inst, def); + _ZodString.init(inst, def); + }); + ZodEmail = /* @__PURE__ */ $constructor("ZodEmail", (inst, def) => { + $ZodEmail.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodGUID = /* @__PURE__ */ $constructor("ZodGUID", (inst, def) => { + $ZodGUID.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodUUID = /* @__PURE__ */ $constructor("ZodUUID", (inst, def) => { + $ZodUUID.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodURL = /* @__PURE__ */ $constructor("ZodURL", (inst, def) => { + $ZodURL.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodEmoji = /* @__PURE__ */ $constructor("ZodEmoji", (inst, def) => { + $ZodEmoji.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodNanoID = /* @__PURE__ */ $constructor("ZodNanoID", (inst, def) => { + $ZodNanoID.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodCUID = /* @__PURE__ */ $constructor("ZodCUID", (inst, def) => { + $ZodCUID.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodCUID2 = /* @__PURE__ */ $constructor("ZodCUID2", (inst, def) => { + $ZodCUID2.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodULID = /* @__PURE__ */ $constructor("ZodULID", (inst, def) => { + $ZodULID.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodXID = /* @__PURE__ */ $constructor("ZodXID", (inst, def) => { + $ZodXID.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodKSUID = /* @__PURE__ */ $constructor("ZodKSUID", (inst, def) => { + $ZodKSUID.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodIPv4 = /* @__PURE__ */ $constructor("ZodIPv4", (inst, def) => { + $ZodIPv4.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodMAC = /* @__PURE__ */ $constructor("ZodMAC", (inst, def) => { + $ZodMAC.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodIPv6 = /* @__PURE__ */ $constructor("ZodIPv6", (inst, def) => { + $ZodIPv6.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodCIDRv4 = /* @__PURE__ */ $constructor("ZodCIDRv4", (inst, def) => { + $ZodCIDRv4.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodCIDRv6 = /* @__PURE__ */ $constructor("ZodCIDRv6", (inst, def) => { + $ZodCIDRv6.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodBase64 = /* @__PURE__ */ $constructor("ZodBase64", (inst, def) => { + $ZodBase64.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodBase64URL = /* @__PURE__ */ $constructor("ZodBase64URL", (inst, def) => { + $ZodBase64URL.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodE164 = /* @__PURE__ */ $constructor("ZodE164", (inst, def) => { + $ZodE164.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodJWT = /* @__PURE__ */ $constructor("ZodJWT", (inst, def) => { + $ZodJWT.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodCustomStringFormat = /* @__PURE__ */ $constructor("ZodCustomStringFormat", (inst, def) => { + $ZodCustomStringFormat.init(inst, def); + ZodStringFormat.init(inst, def); + }); + ZodNumber2 = /* @__PURE__ */ $constructor("ZodNumber", (inst, def) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i; + $ZodNumber.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => numberProcessor(inst, ctx, json2, params); + inst.gt = (value, params) => inst.check(_gt(value, params)); + inst.gte = (value, params) => inst.check(_gte(value, params)); + inst.min = (value, params) => inst.check(_gte(value, params)); + inst.lt = (value, params) => inst.check(_lt(value, params)); + inst.lte = (value, params) => inst.check(_lte(value, params)); + inst.max = (value, params) => inst.check(_lte(value, params)); + inst.int = (params) => inst.check(int(params)); + inst.safe = (params) => inst.check(int(params)); + inst.positive = (params) => inst.check(_gt(0, params)); + inst.nonnegative = (params) => inst.check(_gte(0, params)); + inst.negative = (params) => inst.check(_lt(0, params)); + inst.nonpositive = (params) => inst.check(_lte(0, params)); + inst.multipleOf = (value, params) => inst.check(_multipleOf(value, params)); + inst.step = (value, params) => inst.check(_multipleOf(value, params)); + inst.finite = () => inst; + const bag = inst._zod.bag; + inst.minValue = (_c2 = Math.max((_a5 = bag.minimum) != null ? _a5 : Number.NEGATIVE_INFINITY, (_b3 = bag.exclusiveMinimum) != null ? _b3 : Number.NEGATIVE_INFINITY)) != null ? _c2 : null; + inst.maxValue = (_f2 = Math.min((_d = bag.maximum) != null ? _d : Number.POSITIVE_INFINITY, (_e2 = bag.exclusiveMaximum) != null ? _e2 : Number.POSITIVE_INFINITY)) != null ? _f2 : null; + inst.isInt = ((_g = bag.format) != null ? _g : "").includes("int") || Number.isSafeInteger((_h2 = bag.multipleOf) != null ? _h2 : 0.5); + inst.isFinite = true; + inst.format = (_i = bag.format) != null ? _i : null; + }); + ZodNumberFormat = /* @__PURE__ */ $constructor("ZodNumberFormat", (inst, def) => { + $ZodNumberFormat.init(inst, def); + ZodNumber2.init(inst, def); + }); + ZodBoolean2 = /* @__PURE__ */ $constructor("ZodBoolean", (inst, def) => { + $ZodBoolean.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => booleanProcessor(inst, ctx, json2, params); + }); + ZodBigInt2 = /* @__PURE__ */ $constructor("ZodBigInt", (inst, def) => { + var _a5, _b3, _c2; + $ZodBigInt.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => bigintProcessor(inst, ctx, json2, params); + inst.gte = (value, params) => inst.check(_gte(value, params)); + inst.min = (value, params) => inst.check(_gte(value, params)); + inst.gt = (value, params) => inst.check(_gt(value, params)); + inst.gte = (value, params) => inst.check(_gte(value, params)); + inst.min = (value, params) => inst.check(_gte(value, params)); + inst.lt = (value, params) => inst.check(_lt(value, params)); + inst.lte = (value, params) => inst.check(_lte(value, params)); + inst.max = (value, params) => inst.check(_lte(value, params)); + inst.positive = (params) => inst.check(_gt(BigInt(0), params)); + inst.negative = (params) => inst.check(_lt(BigInt(0), params)); + inst.nonpositive = (params) => inst.check(_lte(BigInt(0), params)); + inst.nonnegative = (params) => inst.check(_gte(BigInt(0), params)); + inst.multipleOf = (value, params) => inst.check(_multipleOf(value, params)); + const bag = inst._zod.bag; + inst.minValue = (_a5 = bag.minimum) != null ? _a5 : null; + inst.maxValue = (_b3 = bag.maximum) != null ? _b3 : null; + inst.format = (_c2 = bag.format) != null ? _c2 : null; + }); + ZodBigIntFormat = /* @__PURE__ */ $constructor("ZodBigIntFormat", (inst, def) => { + $ZodBigIntFormat.init(inst, def); + ZodBigInt2.init(inst, def); + }); + ZodSymbol2 = /* @__PURE__ */ $constructor("ZodSymbol", (inst, def) => { + $ZodSymbol.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => symbolProcessor(inst, ctx, json2, params); + }); + ZodUndefined2 = /* @__PURE__ */ $constructor("ZodUndefined", (inst, def) => { + $ZodUndefined.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => undefinedProcessor(inst, ctx, json2, params); + }); + ZodNull2 = /* @__PURE__ */ $constructor("ZodNull", (inst, def) => { + $ZodNull.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => nullProcessor(inst, ctx, json2, params); + }); + ZodAny2 = /* @__PURE__ */ $constructor("ZodAny", (inst, def) => { + $ZodAny.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => anyProcessor(inst, ctx, json2, params); + }); + ZodUnknown2 = /* @__PURE__ */ $constructor("ZodUnknown", (inst, def) => { + $ZodUnknown.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => unknownProcessor(inst, ctx, json2, params); + }); + ZodNever2 = /* @__PURE__ */ $constructor("ZodNever", (inst, def) => { + $ZodNever.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => neverProcessor(inst, ctx, json2, params); + }); + ZodVoid2 = /* @__PURE__ */ $constructor("ZodVoid", (inst, def) => { + $ZodVoid.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => voidProcessor(inst, ctx, json2, params); + }); + ZodDate2 = /* @__PURE__ */ $constructor("ZodDate", (inst, def) => { + $ZodDate.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => dateProcessor(inst, ctx, json2, params); + inst.min = (value, params) => inst.check(_gte(value, params)); + inst.max = (value, params) => inst.check(_lte(value, params)); + const c = inst._zod.bag; + inst.minDate = c.minimum ? new Date(c.minimum) : null; + inst.maxDate = c.maximum ? new Date(c.maximum) : null; + }); + ZodArray2 = /* @__PURE__ */ $constructor("ZodArray", (inst, def) => { + $ZodArray.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => arrayProcessor(inst, ctx, json2, params); + inst.element = def.element; + inst.min = (minLength, params) => inst.check(_minLength(minLength, params)); + inst.nonempty = (params) => inst.check(_minLength(1, params)); + inst.max = (maxLength, params) => inst.check(_maxLength(maxLength, params)); + inst.length = (len, params) => inst.check(_length(len, params)); + inst.unwrap = () => inst.element; + }); + ZodObject2 = /* @__PURE__ */ $constructor("ZodObject", (inst, def) => { + $ZodObjectJIT.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => objectProcessor(inst, ctx, json2, params); + util_exports.defineLazy(inst, "shape", () => { + return def.shape; + }); + inst.keyof = () => _enum2(Object.keys(inst._zod.def.shape)); + inst.catchall = (catchall) => inst.clone({ ...inst._zod.def, catchall }); + inst.passthrough = () => inst.clone({ ...inst._zod.def, catchall: unknown() }); + inst.loose = () => inst.clone({ ...inst._zod.def, catchall: unknown() }); + inst.strict = () => inst.clone({ ...inst._zod.def, catchall: never() }); + inst.strip = () => inst.clone({ ...inst._zod.def, catchall: void 0 }); + inst.extend = (incoming) => { + return util_exports.extend(inst, incoming); + }; + inst.safeExtend = (incoming) => { + return util_exports.safeExtend(inst, incoming); + }; + inst.merge = (other) => util_exports.merge(inst, other); + inst.pick = (mask) => util_exports.pick(inst, mask); + inst.omit = (mask) => util_exports.omit(inst, mask); + inst.partial = (...args) => util_exports.partial(ZodOptional2, inst, args[0]); + inst.required = (...args) => util_exports.required(ZodNonOptional, inst, args[0]); + }); + ZodUnion2 = /* @__PURE__ */ $constructor("ZodUnion", (inst, def) => { + $ZodUnion.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => unionProcessor(inst, ctx, json2, params); + inst.options = def.options; + }); + ZodXor = /* @__PURE__ */ $constructor("ZodXor", (inst, def) => { + ZodUnion2.init(inst, def); + $ZodXor.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => unionProcessor(inst, ctx, json2, params); + inst.options = def.options; + }); + ZodDiscriminatedUnion2 = /* @__PURE__ */ $constructor("ZodDiscriminatedUnion", (inst, def) => { + ZodUnion2.init(inst, def); + $ZodDiscriminatedUnion.init(inst, def); + }); + ZodIntersection2 = /* @__PURE__ */ $constructor("ZodIntersection", (inst, def) => { + $ZodIntersection.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => intersectionProcessor(inst, ctx, json2, params); + }); + ZodTuple2 = /* @__PURE__ */ $constructor("ZodTuple", (inst, def) => { + $ZodTuple.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => tupleProcessor(inst, ctx, json2, params); + inst.rest = (rest) => inst.clone({ + ...inst._zod.def, + rest + }); + }); + ZodRecord2 = /* @__PURE__ */ $constructor("ZodRecord", (inst, def) => { + $ZodRecord.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => recordProcessor(inst, ctx, json2, params); + inst.keyType = def.keyType; + inst.valueType = def.valueType; + }); + ZodMap2 = /* @__PURE__ */ $constructor("ZodMap", (inst, def) => { + $ZodMap.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => mapProcessor(inst, ctx, json2, params); + inst.keyType = def.keyType; + inst.valueType = def.valueType; + inst.min = (...args) => inst.check(_minSize(...args)); + inst.nonempty = (params) => inst.check(_minSize(1, params)); + inst.max = (...args) => inst.check(_maxSize(...args)); + inst.size = (...args) => inst.check(_size(...args)); + }); + ZodSet2 = /* @__PURE__ */ $constructor("ZodSet", (inst, def) => { + $ZodSet.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => setProcessor(inst, ctx, json2, params); + inst.min = (...args) => inst.check(_minSize(...args)); + inst.nonempty = (params) => inst.check(_minSize(1, params)); + inst.max = (...args) => inst.check(_maxSize(...args)); + inst.size = (...args) => inst.check(_size(...args)); + }); + ZodEnum2 = /* @__PURE__ */ $constructor("ZodEnum", (inst, def) => { + $ZodEnum.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => enumProcessor(inst, ctx, json2, params); + inst.enum = def.entries; + inst.options = Object.values(def.entries); + const keys = new Set(Object.keys(def.entries)); + inst.extract = (values, params) => { + const newEntries = {}; + for (const value of values) { + if (keys.has(value)) { + newEntries[value] = def.entries[value]; + } else + throw new Error(`Key ${value} not found in enum`); + } + return new ZodEnum2({ + ...def, + checks: [], + ...util_exports.normalizeParams(params), + entries: newEntries + }); + }; + inst.exclude = (values, params) => { + const newEntries = { ...def.entries }; + for (const value of values) { + if (keys.has(value)) { + delete newEntries[value]; + } else + throw new Error(`Key ${value} not found in enum`); + } + return new ZodEnum2({ + ...def, + checks: [], + ...util_exports.normalizeParams(params), + entries: newEntries + }); + }; + }); + ZodLiteral2 = /* @__PURE__ */ $constructor("ZodLiteral", (inst, def) => { + $ZodLiteral.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => literalProcessor(inst, ctx, json2, params); + inst.values = new Set(def.values); + Object.defineProperty(inst, "value", { + get() { + if (def.values.length > 1) { + throw new Error("This schema contains multiple valid literal values. Use `.values` instead."); + } + return def.values[0]; + } + }); + }); + ZodFile = /* @__PURE__ */ $constructor("ZodFile", (inst, def) => { + $ZodFile.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => fileProcessor(inst, ctx, json2, params); + inst.min = (size, params) => inst.check(_minSize(size, params)); + inst.max = (size, params) => inst.check(_maxSize(size, params)); + inst.mime = (types, params) => inst.check(_mime(Array.isArray(types) ? types : [types], params)); + }); + ZodTransform = /* @__PURE__ */ $constructor("ZodTransform", (inst, def) => { + $ZodTransform.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => transformProcessor(inst, ctx, json2, params); + inst._zod.parse = (payload, _ctx) => { + if (_ctx.direction === "backward") { + throw new $ZodEncodeError(inst.constructor.name); + } + payload.addIssue = (issue2) => { + var _a5, _b3, _c2; + if (typeof issue2 === "string") { + payload.issues.push(util_exports.issue(issue2, payload.value, def)); + } else { + const _issue = issue2; + if (_issue.fatal) + _issue.continue = false; + (_a5 = _issue.code) != null ? _a5 : _issue.code = "custom"; + (_b3 = _issue.input) != null ? _b3 : _issue.input = payload.value; + (_c2 = _issue.inst) != null ? _c2 : _issue.inst = inst; + payload.issues.push(util_exports.issue(_issue)); + } + }; + const output = def.transform(payload.value, payload); + if (output instanceof Promise) { + return output.then((output2) => { + payload.value = output2; + return payload; + }); + } + payload.value = output; + return payload; + }; + }); + ZodOptional2 = /* @__PURE__ */ $constructor("ZodOptional", (inst, def) => { + $ZodOptional.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => optionalProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + }); + ZodExactOptional = /* @__PURE__ */ $constructor("ZodExactOptional", (inst, def) => { + $ZodExactOptional.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => optionalProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + }); + ZodNullable2 = /* @__PURE__ */ $constructor("ZodNullable", (inst, def) => { + $ZodNullable.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => nullableProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + }); + ZodDefault2 = /* @__PURE__ */ $constructor("ZodDefault", (inst, def) => { + $ZodDefault.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => defaultProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + inst.removeDefault = inst.unwrap; + }); + ZodPrefault = /* @__PURE__ */ $constructor("ZodPrefault", (inst, def) => { + $ZodPrefault.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => prefaultProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + }); + ZodNonOptional = /* @__PURE__ */ $constructor("ZodNonOptional", (inst, def) => { + $ZodNonOptional.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => nonoptionalProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + }); + ZodSuccess = /* @__PURE__ */ $constructor("ZodSuccess", (inst, def) => { + $ZodSuccess.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => successProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + }); + ZodCatch2 = /* @__PURE__ */ $constructor("ZodCatch", (inst, def) => { + $ZodCatch.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => catchProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + inst.removeCatch = inst.unwrap; + }); + ZodNaN2 = /* @__PURE__ */ $constructor("ZodNaN", (inst, def) => { + $ZodNaN.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => nanProcessor(inst, ctx, json2, params); + }); + ZodPipe = /* @__PURE__ */ $constructor("ZodPipe", (inst, def) => { + $ZodPipe.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => pipeProcessor(inst, ctx, json2, params); + inst.in = def.in; + inst.out = def.out; + }); + ZodCodec = /* @__PURE__ */ $constructor("ZodCodec", (inst, def) => { + ZodPipe.init(inst, def); + $ZodCodec.init(inst, def); + }); + ZodReadonly2 = /* @__PURE__ */ $constructor("ZodReadonly", (inst, def) => { + $ZodReadonly.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => readonlyProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + }); + ZodTemplateLiteral = /* @__PURE__ */ $constructor("ZodTemplateLiteral", (inst, def) => { + $ZodTemplateLiteral.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => templateLiteralProcessor(inst, ctx, json2, params); + }); + ZodLazy2 = /* @__PURE__ */ $constructor("ZodLazy", (inst, def) => { + $ZodLazy.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => lazyProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.getter(); + }); + ZodPromise2 = /* @__PURE__ */ $constructor("ZodPromise", (inst, def) => { + $ZodPromise.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => promiseProcessor(inst, ctx, json2, params); + inst.unwrap = () => inst._zod.def.innerType; + }); + ZodFunction2 = /* @__PURE__ */ $constructor("ZodFunction", (inst, def) => { + $ZodFunction.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => functionProcessor(inst, ctx, json2, params); + }); + ZodCustom = /* @__PURE__ */ $constructor("ZodCustom", (inst, def) => { + $ZodCustom.init(inst, def); + ZodType2.init(inst, def); + inst._zod.processJSONSchema = (ctx, json2, params) => customProcessor(inst, ctx, json2, params); + }); + describe2 = describe; + meta2 = meta; + stringbool = (...args) => _stringbool({ + Codec: ZodCodec, + Boolean: ZodBoolean2, + String: ZodString2 + }, ...args); + } +}); + +// node_modules/zod/v4/classic/compat.js +var ZodIssueCode2, ZodFirstPartyTypeKind2; +var init_compat = __esm({ + "node_modules/zod/v4/classic/compat.js"() { + init_core2(); + init_core2(); + ZodIssueCode2 = { + invalid_type: "invalid_type", + too_big: "too_big", + too_small: "too_small", + invalid_format: "invalid_format", + not_multiple_of: "not_multiple_of", + unrecognized_keys: "unrecognized_keys", + invalid_union: "invalid_union", + invalid_key: "invalid_key", + invalid_element: "invalid_element", + invalid_value: "invalid_value", + custom: "custom" + }; + /* @__PURE__ */ (function(ZodFirstPartyTypeKind3) { + })(ZodFirstPartyTypeKind2 || (ZodFirstPartyTypeKind2 = {})); + } +}); + +// node_modules/zod/v4/classic/from-json-schema.js +var z; +var init_from_json_schema = __esm({ + "node_modules/zod/v4/classic/from-json-schema.js"() { + init_registries(); + init_checks2(); + init_iso(); + init_schemas2(); + z = { + ...schemas_exports3, + ...checks_exports2, + iso: iso_exports2 + }; + } +}); + +// node_modules/zod/v4/classic/coerce.js +var coerce_exports2 = {}; +__export(coerce_exports2, { + bigint: () => bigint4, + boolean: () => boolean4, + date: () => date6, + number: () => number4, + string: () => string4 +}); +function string4(params) { + return _coercedString(ZodString2, params); +} +function number4(params) { + return _coercedNumber(ZodNumber2, params); +} +function boolean4(params) { + return _coercedBoolean(ZodBoolean2, params); +} +function bigint4(params) { + return _coercedBigint(ZodBigInt2, params); +} +function date6(params) { + return _coercedDate(ZodDate2, params); +} +var init_coerce = __esm({ + "node_modules/zod/v4/classic/coerce.js"() { + init_core2(); + init_schemas2(); + } +}); + +// node_modules/zod/v4/classic/external.js +var init_external = __esm({ + "node_modules/zod/v4/classic/external.js"() { + init_core2(); + init_schemas2(); + init_checks2(); + init_errors2(); + init_parse2(); + init_compat(); + init_core2(); + init_en(); + init_core2(); + init_json_schema_processors(); + init_from_json_schema(); + init_locales(); + init_iso(); + init_iso(); + init_coerce(); + config(en_default3()); + } +}); + +// node_modules/zod/v4/classic/index.js +var init_classic = __esm({ + "node_modules/zod/v4/classic/index.js"() { + init_external(); + init_external(); + } +}); + +// node_modules/zod/v4/index.js +var init_v4 = __esm({ + "node_modules/zod/v4/index.js"() { + init_classic(); + init_classic(); + } +}); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +var LATEST_PROTOCOL_VERSION, SUPPORTED_PROTOCOL_VERSIONS, RELATED_TASK_META_KEY, JSONRPC_VERSION, AssertObjectSchema, ProgressTokenSchema, CursorSchema, TaskCreationParamsSchema, TaskMetadataSchema, RelatedTaskMetadataSchema, RequestMetaSchema, BaseRequestParamsSchema, TaskAugmentedRequestParamsSchema, isTaskAugmentedRequestParams, RequestSchema, NotificationsParamsSchema, NotificationSchema, ResultSchema, RequestIdSchema, JSONRPCRequestSchema, isJSONRPCRequest, JSONRPCNotificationSchema, isJSONRPCNotification, JSONRPCResultResponseSchema, isJSONRPCResultResponse, ErrorCode, JSONRPCErrorResponseSchema, isJSONRPCErrorResponse, JSONRPCMessageSchema, JSONRPCResponseSchema, EmptyResultSchema, CancelledNotificationParamsSchema, CancelledNotificationSchema, IconSchema, IconsSchema, BaseMetadataSchema, ImplementationSchema, FormElicitationCapabilitySchema, ElicitationCapabilitySchema, ClientTasksCapabilitySchema, ServerTasksCapabilitySchema, ClientCapabilitiesSchema, InitializeRequestParamsSchema, InitializeRequestSchema, ServerCapabilitiesSchema, InitializeResultSchema, InitializedNotificationSchema, isInitializedNotification, PingRequestSchema, ProgressSchema, ProgressNotificationParamsSchema, ProgressNotificationSchema, PaginatedRequestParamsSchema, PaginatedRequestSchema, PaginatedResultSchema, TaskStatusSchema, TaskSchema, CreateTaskResultSchema, TaskStatusNotificationParamsSchema, TaskStatusNotificationSchema, GetTaskRequestSchema, GetTaskResultSchema, GetTaskPayloadRequestSchema, GetTaskPayloadResultSchema, ListTasksRequestSchema, ListTasksResultSchema, CancelTaskRequestSchema, CancelTaskResultSchema, ResourceContentsSchema, TextResourceContentsSchema, Base64Schema, BlobResourceContentsSchema, RoleSchema, AnnotationsSchema, ResourceSchema, ResourceTemplateSchema, ListResourcesRequestSchema, ListResourcesResultSchema, ListResourceTemplatesRequestSchema, ListResourceTemplatesResultSchema, ResourceRequestParamsSchema, ReadResourceRequestParamsSchema, ReadResourceRequestSchema, ReadResourceResultSchema, ResourceListChangedNotificationSchema, SubscribeRequestParamsSchema, SubscribeRequestSchema, UnsubscribeRequestParamsSchema, UnsubscribeRequestSchema, ResourceUpdatedNotificationParamsSchema, ResourceUpdatedNotificationSchema, PromptArgumentSchema, PromptSchema, ListPromptsRequestSchema, ListPromptsResultSchema, GetPromptRequestParamsSchema, GetPromptRequestSchema, TextContentSchema, ImageContentSchema, AudioContentSchema, ToolUseContentSchema, EmbeddedResourceSchema, ResourceLinkSchema, ContentBlockSchema, PromptMessageSchema, GetPromptResultSchema, PromptListChangedNotificationSchema, ToolAnnotationsSchema, ToolExecutionSchema, ToolSchema, ListToolsRequestSchema, ListToolsResultSchema, CallToolResultSchema, CompatibilityCallToolResultSchema, CallToolRequestParamsSchema, CallToolRequestSchema, ToolListChangedNotificationSchema, ListChangedOptionsBaseSchema, LoggingLevelSchema, SetLevelRequestParamsSchema, SetLevelRequestSchema, LoggingMessageNotificationParamsSchema, LoggingMessageNotificationSchema, ModelHintSchema, ModelPreferencesSchema, ToolChoiceSchema, ToolResultContentSchema, SamplingContentSchema, SamplingMessageContentBlockSchema, SamplingMessageSchema, CreateMessageRequestParamsSchema, CreateMessageRequestSchema, CreateMessageResultSchema, CreateMessageResultWithToolsSchema, BooleanSchemaSchema, StringSchemaSchema, NumberSchemaSchema, UntitledSingleSelectEnumSchemaSchema, TitledSingleSelectEnumSchemaSchema, LegacyTitledEnumSchemaSchema, SingleSelectEnumSchemaSchema, UntitledMultiSelectEnumSchemaSchema, TitledMultiSelectEnumSchemaSchema, MultiSelectEnumSchemaSchema, EnumSchemaSchema, PrimitiveSchemaDefinitionSchema, ElicitRequestFormParamsSchema, ElicitRequestURLParamsSchema, ElicitRequestParamsSchema, ElicitRequestSchema, ElicitationCompleteNotificationParamsSchema, ElicitationCompleteNotificationSchema, ElicitResultSchema, ResourceTemplateReferenceSchema, PromptReferenceSchema, CompleteRequestParamsSchema, CompleteRequestSchema, CompleteResultSchema, RootSchema, ListRootsRequestSchema, ListRootsResultSchema, RootsListChangedNotificationSchema, ClientRequestSchema, ClientNotificationSchema, ClientResultSchema, ServerRequestSchema, ServerNotificationSchema, ServerResultSchema, McpError, UrlElicitationRequiredError; +var init_types = __esm({ + "node_modules/@modelcontextprotocol/sdk/dist/esm/types.js"() { + init_v4(); + LATEST_PROTOCOL_VERSION = "2025-11-25"; + SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, "2025-06-18", "2025-03-26", "2024-11-05", "2024-10-07"]; + RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task"; + JSONRPC_VERSION = "2.0"; + AssertObjectSchema = custom((v2) => v2 !== null && (typeof v2 === "object" || typeof v2 === "function")); + ProgressTokenSchema = union([string3(), number3().int()]); + CursorSchema = string3(); + TaskCreationParamsSchema = looseObject({ + /** + * Requested duration in milliseconds to retain task from creation. + */ + ttl: number3().optional(), + /** + * Time in milliseconds to wait between task status requests. + */ + pollInterval: number3().optional() + }); + TaskMetadataSchema = object2({ + ttl: number3().optional() + }); + RelatedTaskMetadataSchema = object2({ + taskId: string3() + }); + RequestMetaSchema = looseObject({ + /** + * If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications. + */ + progressToken: ProgressTokenSchema.optional(), + /** + * If specified, this request is related to the provided task. + */ + [RELATED_TASK_META_KEY]: RelatedTaskMetadataSchema.optional() + }); + BaseRequestParamsSchema = object2({ + /** + * See [General fields: `_meta`](/specification/draft/basic/index#meta) for notes on `_meta` usage. + */ + _meta: RequestMetaSchema.optional() + }); + TaskAugmentedRequestParamsSchema = BaseRequestParamsSchema.extend({ + /** + * If specified, the caller is requesting task-augmented execution for this request. + * The request will return a CreateTaskResult immediately, and the actual result can be + * retrieved later via tasks/result. + * + * Task augmentation is subject to capability negotiation - receivers MUST declare support + * for task augmentation of specific request types in their capabilities. + */ + task: TaskMetadataSchema.optional() + }); + isTaskAugmentedRequestParams = (value) => TaskAugmentedRequestParamsSchema.safeParse(value).success; + RequestSchema = object2({ + method: string3(), + params: BaseRequestParamsSchema.loose().optional() + }); + NotificationsParamsSchema = object2({ + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: RequestMetaSchema.optional() + }); + NotificationSchema = object2({ + method: string3(), + params: NotificationsParamsSchema.loose().optional() + }); + ResultSchema = looseObject({ + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: RequestMetaSchema.optional() + }); + RequestIdSchema = union([string3(), number3().int()]); + JSONRPCRequestSchema = object2({ + jsonrpc: literal(JSONRPC_VERSION), + id: RequestIdSchema, + ...RequestSchema.shape + }).strict(); + isJSONRPCRequest = (value) => JSONRPCRequestSchema.safeParse(value).success; + JSONRPCNotificationSchema = object2({ + jsonrpc: literal(JSONRPC_VERSION), + ...NotificationSchema.shape + }).strict(); + isJSONRPCNotification = (value) => JSONRPCNotificationSchema.safeParse(value).success; + JSONRPCResultResponseSchema = object2({ + jsonrpc: literal(JSONRPC_VERSION), + id: RequestIdSchema, + result: ResultSchema + }).strict(); + isJSONRPCResultResponse = (value) => JSONRPCResultResponseSchema.safeParse(value).success; + (function(ErrorCode2) { + ErrorCode2[ErrorCode2["ConnectionClosed"] = -32e3] = "ConnectionClosed"; + ErrorCode2[ErrorCode2["RequestTimeout"] = -32001] = "RequestTimeout"; + ErrorCode2[ErrorCode2["ParseError"] = -32700] = "ParseError"; + ErrorCode2[ErrorCode2["InvalidRequest"] = -32600] = "InvalidRequest"; + ErrorCode2[ErrorCode2["MethodNotFound"] = -32601] = "MethodNotFound"; + ErrorCode2[ErrorCode2["InvalidParams"] = -32602] = "InvalidParams"; + ErrorCode2[ErrorCode2["InternalError"] = -32603] = "InternalError"; + ErrorCode2[ErrorCode2["UrlElicitationRequired"] = -32042] = "UrlElicitationRequired"; + })(ErrorCode || (ErrorCode = {})); + JSONRPCErrorResponseSchema = object2({ + jsonrpc: literal(JSONRPC_VERSION), + id: RequestIdSchema.optional(), + error: object2({ + /** + * The error type that occurred. + */ + code: number3().int(), + /** + * A short description of the error. The message SHOULD be limited to a concise single sentence. + */ + message: string3(), + /** + * Additional information about the error. The value of this member is defined by the sender (e.g. detailed error information, nested errors etc.). + */ + data: unknown().optional() + }) + }).strict(); + isJSONRPCErrorResponse = (value) => JSONRPCErrorResponseSchema.safeParse(value).success; + JSONRPCMessageSchema = union([ + JSONRPCRequestSchema, + JSONRPCNotificationSchema, + JSONRPCResultResponseSchema, + JSONRPCErrorResponseSchema + ]); + JSONRPCResponseSchema = union([JSONRPCResultResponseSchema, JSONRPCErrorResponseSchema]); + EmptyResultSchema = ResultSchema.strict(); + CancelledNotificationParamsSchema = NotificationsParamsSchema.extend({ + /** + * The ID of the request to cancel. + * + * This MUST correspond to the ID of a request previously issued in the same direction. + */ + requestId: RequestIdSchema.optional(), + /** + * An optional string describing the reason for the cancellation. This MAY be logged or presented to the user. + */ + reason: string3().optional() + }); + CancelledNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/cancelled"), + params: CancelledNotificationParamsSchema + }); + IconSchema = object2({ + /** + * URL or data URI for the icon. + */ + src: string3(), + /** + * Optional MIME type for the icon. + */ + mimeType: string3().optional(), + /** + * Optional array of strings that specify sizes at which the icon can be used. + * Each string should be in WxH format (e.g., `"48x48"`, `"96x96"`) or `"any"` for scalable formats like SVG. + * + * If not provided, the client should assume that the icon can be used at any size. + */ + sizes: array(string3()).optional(), + /** + * Optional specifier for the theme this icon is designed for. `light` indicates + * the icon is designed to be used with a light background, and `dark` indicates + * the icon is designed to be used with a dark background. + * + * If not provided, the client should assume the icon can be used with any theme. + */ + theme: _enum2(["light", "dark"]).optional() + }); + IconsSchema = object2({ + /** + * Optional set of sized icons that the client can display in a user interface. + * + * Clients that support rendering icons MUST support at least the following MIME types: + * - `image/png` - PNG images (safe, universal compatibility) + * - `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility) + * + * Clients that support rendering icons SHOULD also support: + * - `image/svg+xml` - SVG images (scalable but requires security precautions) + * - `image/webp` - WebP images (modern, efficient format) + */ + icons: array(IconSchema).optional() + }); + BaseMetadataSchema = object2({ + /** Intended for programmatic or logical use, but used as a display name in past specs or fallback */ + name: string3(), + /** + * Intended for UI and end-user contexts — optimized to be human-readable and easily understood, + * even by those unfamiliar with domain-specific terminology. + * + * If not provided, the name should be used for display (except for Tool, + * where `annotations.title` should be given precedence over using `name`, + * if present). + */ + title: string3().optional() + }); + ImplementationSchema = BaseMetadataSchema.extend({ + ...BaseMetadataSchema.shape, + ...IconsSchema.shape, + version: string3(), + /** + * An optional URL of the website for this implementation. + */ + websiteUrl: string3().optional(), + /** + * An optional human-readable description of what this implementation does. + * + * This can be used by clients or servers to provide context about their purpose + * and capabilities. For example, a server might describe the types of resources + * or tools it provides, while a client might describe its intended use case. + */ + description: string3().optional() + }); + FormElicitationCapabilitySchema = intersection(object2({ + applyDefaults: boolean3().optional() + }), record(string3(), unknown())); + ElicitationCapabilitySchema = preprocess((value) => { + if (value && typeof value === "object" && !Array.isArray(value)) { + if (Object.keys(value).length === 0) { + return { form: {} }; + } + } + return value; + }, intersection(object2({ + form: FormElicitationCapabilitySchema.optional(), + url: AssertObjectSchema.optional() + }), record(string3(), unknown()).optional())); + ClientTasksCapabilitySchema = looseObject({ + /** + * Present if the client supports listing tasks. + */ + list: AssertObjectSchema.optional(), + /** + * Present if the client supports cancelling tasks. + */ + cancel: AssertObjectSchema.optional(), + /** + * Capabilities for task creation on specific request types. + */ + requests: looseObject({ + /** + * Task support for sampling requests. + */ + sampling: looseObject({ + createMessage: AssertObjectSchema.optional() + }).optional(), + /** + * Task support for elicitation requests. + */ + elicitation: looseObject({ + create: AssertObjectSchema.optional() + }).optional() + }).optional() + }); + ServerTasksCapabilitySchema = looseObject({ + /** + * Present if the server supports listing tasks. + */ + list: AssertObjectSchema.optional(), + /** + * Present if the server supports cancelling tasks. + */ + cancel: AssertObjectSchema.optional(), + /** + * Capabilities for task creation on specific request types. + */ + requests: looseObject({ + /** + * Task support for tool requests. + */ + tools: looseObject({ + call: AssertObjectSchema.optional() + }).optional() + }).optional() + }); + ClientCapabilitiesSchema = object2({ + /** + * Experimental, non-standard capabilities that the client supports. + */ + experimental: record(string3(), AssertObjectSchema).optional(), + /** + * Present if the client supports sampling from an LLM. + */ + sampling: object2({ + /** + * Present if the client supports context inclusion via includeContext parameter. + * If not declared, servers SHOULD only use `includeContext: "none"` (or omit it). + */ + context: AssertObjectSchema.optional(), + /** + * Present if the client supports tool use via tools and toolChoice parameters. + */ + tools: AssertObjectSchema.optional() + }).optional(), + /** + * Present if the client supports eliciting user input. + */ + elicitation: ElicitationCapabilitySchema.optional(), + /** + * Present if the client supports listing roots. + */ + roots: object2({ + /** + * Whether the client supports issuing notifications for changes to the roots list. + */ + listChanged: boolean3().optional() + }).optional(), + /** + * Present if the client supports task creation. + */ + tasks: ClientTasksCapabilitySchema.optional(), + /** + * Extensions that the client supports. Keys are extension identifiers (vendor-prefix/extension-name). + */ + extensions: record(string3(), AssertObjectSchema).optional() + }); + InitializeRequestParamsSchema = BaseRequestParamsSchema.extend({ + /** + * The latest version of the Model Context Protocol that the client supports. The client MAY decide to support older versions as well. + */ + protocolVersion: string3(), + capabilities: ClientCapabilitiesSchema, + clientInfo: ImplementationSchema + }); + InitializeRequestSchema = RequestSchema.extend({ + method: literal("initialize"), + params: InitializeRequestParamsSchema + }); + ServerCapabilitiesSchema = object2({ + /** + * Experimental, non-standard capabilities that the server supports. + */ + experimental: record(string3(), AssertObjectSchema).optional(), + /** + * Present if the server supports sending log messages to the client. + */ + logging: AssertObjectSchema.optional(), + /** + * Present if the server supports sending completions to the client. + */ + completions: AssertObjectSchema.optional(), + /** + * Present if the server offers any prompt templates. + */ + prompts: object2({ + /** + * Whether this server supports issuing notifications for changes to the prompt list. + */ + listChanged: boolean3().optional() + }).optional(), + /** + * Present if the server offers any resources to read. + */ + resources: object2({ + /** + * Whether this server supports clients subscribing to resource updates. + */ + subscribe: boolean3().optional(), + /** + * Whether this server supports issuing notifications for changes to the resource list. + */ + listChanged: boolean3().optional() + }).optional(), + /** + * Present if the server offers any tools to call. + */ + tools: object2({ + /** + * Whether this server supports issuing notifications for changes to the tool list. + */ + listChanged: boolean3().optional() + }).optional(), + /** + * Present if the server supports task creation. + */ + tasks: ServerTasksCapabilitySchema.optional(), + /** + * Extensions that the server supports. Keys are extension identifiers (vendor-prefix/extension-name). + */ + extensions: record(string3(), AssertObjectSchema).optional() + }); + InitializeResultSchema = ResultSchema.extend({ + /** + * The version of the Model Context Protocol that the server wants to use. This may not match the version that the client requested. If the client cannot support this version, it MUST disconnect. + */ + protocolVersion: string3(), + capabilities: ServerCapabilitiesSchema, + serverInfo: ImplementationSchema, + /** + * Instructions describing how to use the server and its features. + * + * This can be used by clients to improve the LLM's understanding of available tools, resources, etc. It can be thought of like a "hint" to the model. For example, this information MAY be added to the system prompt. + */ + instructions: string3().optional() + }); + InitializedNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/initialized"), + params: NotificationsParamsSchema.optional() + }); + isInitializedNotification = (value) => InitializedNotificationSchema.safeParse(value).success; + PingRequestSchema = RequestSchema.extend({ + method: literal("ping"), + params: BaseRequestParamsSchema.optional() + }); + ProgressSchema = object2({ + /** + * The progress thus far. This should increase every time progress is made, even if the total is unknown. + */ + progress: number3(), + /** + * Total number of items to process (or total progress required), if known. + */ + total: optional(number3()), + /** + * An optional message describing the current progress. + */ + message: optional(string3()) + }); + ProgressNotificationParamsSchema = object2({ + ...NotificationsParamsSchema.shape, + ...ProgressSchema.shape, + /** + * The progress token which was given in the initial request, used to associate this notification with the request that is proceeding. + */ + progressToken: ProgressTokenSchema + }); + ProgressNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/progress"), + params: ProgressNotificationParamsSchema + }); + PaginatedRequestParamsSchema = BaseRequestParamsSchema.extend({ + /** + * An opaque token representing the current pagination position. + * If provided, the server should return results starting after this cursor. + */ + cursor: CursorSchema.optional() + }); + PaginatedRequestSchema = RequestSchema.extend({ + params: PaginatedRequestParamsSchema.optional() + }); + PaginatedResultSchema = ResultSchema.extend({ + /** + * An opaque token representing the pagination position after the last returned result. + * If present, there may be more results available. + */ + nextCursor: CursorSchema.optional() + }); + TaskStatusSchema = _enum2(["working", "input_required", "completed", "failed", "cancelled"]); + TaskSchema = object2({ + taskId: string3(), + status: TaskStatusSchema, + /** + * Time in milliseconds to keep task results available after completion. + * If null, the task has unlimited lifetime until manually cleaned up. + */ + ttl: union([number3(), _null3()]), + /** + * ISO 8601 timestamp when the task was created. + */ + createdAt: string3(), + /** + * ISO 8601 timestamp when the task was last updated. + */ + lastUpdatedAt: string3(), + pollInterval: optional(number3()), + /** + * Optional diagnostic message for failed tasks or other status information. + */ + statusMessage: optional(string3()) + }); + CreateTaskResultSchema = ResultSchema.extend({ + task: TaskSchema + }); + TaskStatusNotificationParamsSchema = NotificationsParamsSchema.merge(TaskSchema); + TaskStatusNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/tasks/status"), + params: TaskStatusNotificationParamsSchema + }); + GetTaskRequestSchema = RequestSchema.extend({ + method: literal("tasks/get"), + params: BaseRequestParamsSchema.extend({ + taskId: string3() + }) + }); + GetTaskResultSchema = ResultSchema.merge(TaskSchema); + GetTaskPayloadRequestSchema = RequestSchema.extend({ + method: literal("tasks/result"), + params: BaseRequestParamsSchema.extend({ + taskId: string3() + }) + }); + GetTaskPayloadResultSchema = ResultSchema.loose(); + ListTasksRequestSchema = PaginatedRequestSchema.extend({ + method: literal("tasks/list") + }); + ListTasksResultSchema = PaginatedResultSchema.extend({ + tasks: array(TaskSchema) + }); + CancelTaskRequestSchema = RequestSchema.extend({ + method: literal("tasks/cancel"), + params: BaseRequestParamsSchema.extend({ + taskId: string3() + }) + }); + CancelTaskResultSchema = ResultSchema.merge(TaskSchema); + ResourceContentsSchema = object2({ + /** + * The URI of this resource. + */ + uri: string3(), + /** + * The MIME type of this resource, if known. + */ + mimeType: optional(string3()), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + TextResourceContentsSchema = ResourceContentsSchema.extend({ + /** + * The text of the item. This must only be set if the item can actually be represented as text (not binary data). + */ + text: string3() + }); + Base64Schema = string3().refine((val) => { + try { + atob(val); + return true; + } catch (e2) { + return false; + } + }, { message: "Invalid Base64 string" }); + BlobResourceContentsSchema = ResourceContentsSchema.extend({ + /** + * A base64-encoded string representing the binary data of the item. + */ + blob: Base64Schema + }); + RoleSchema = _enum2(["user", "assistant"]); + AnnotationsSchema = object2({ + /** + * Intended audience(s) for the resource. + */ + audience: array(RoleSchema).optional(), + /** + * Importance hint for the resource, from 0 (least) to 1 (most). + */ + priority: number3().min(0).max(1).optional(), + /** + * ISO 8601 timestamp for the most recent modification. + */ + lastModified: iso_exports2.datetime({ offset: true }).optional() + }); + ResourceSchema = object2({ + ...BaseMetadataSchema.shape, + ...IconsSchema.shape, + /** + * The URI of this resource. + */ + uri: string3(), + /** + * A description of what this resource represents. + * + * This can be used by clients to improve the LLM's understanding of available resources. It can be thought of like a "hint" to the model. + */ + description: optional(string3()), + /** + * The MIME type of this resource, if known. + */ + mimeType: optional(string3()), + /** + * The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known. + * + * This can be used by Hosts to display file sizes and estimate context window usage. + */ + size: optional(number3()), + /** + * Optional annotations for the client. + */ + annotations: AnnotationsSchema.optional(), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: optional(looseObject({})) + }); + ResourceTemplateSchema = object2({ + ...BaseMetadataSchema.shape, + ...IconsSchema.shape, + /** + * A URI template (according to RFC 6570) that can be used to construct resource URIs. + */ + uriTemplate: string3(), + /** + * A description of what this template is for. + * + * This can be used by clients to improve the LLM's understanding of available resources. It can be thought of like a "hint" to the model. + */ + description: optional(string3()), + /** + * The MIME type for all resources that match this template. This should only be included if all resources matching this template have the same type. + */ + mimeType: optional(string3()), + /** + * Optional annotations for the client. + */ + annotations: AnnotationsSchema.optional(), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: optional(looseObject({})) + }); + ListResourcesRequestSchema = PaginatedRequestSchema.extend({ + method: literal("resources/list") + }); + ListResourcesResultSchema = PaginatedResultSchema.extend({ + resources: array(ResourceSchema) + }); + ListResourceTemplatesRequestSchema = PaginatedRequestSchema.extend({ + method: literal("resources/templates/list") + }); + ListResourceTemplatesResultSchema = PaginatedResultSchema.extend({ + resourceTemplates: array(ResourceTemplateSchema) + }); + ResourceRequestParamsSchema = BaseRequestParamsSchema.extend({ + /** + * The URI of the resource to read. The URI can use any protocol; it is up to the server how to interpret it. + * + * @format uri + */ + uri: string3() + }); + ReadResourceRequestParamsSchema = ResourceRequestParamsSchema; + ReadResourceRequestSchema = RequestSchema.extend({ + method: literal("resources/read"), + params: ReadResourceRequestParamsSchema + }); + ReadResourceResultSchema = ResultSchema.extend({ + contents: array(union([TextResourceContentsSchema, BlobResourceContentsSchema])) + }); + ResourceListChangedNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/resources/list_changed"), + params: NotificationsParamsSchema.optional() + }); + SubscribeRequestParamsSchema = ResourceRequestParamsSchema; + SubscribeRequestSchema = RequestSchema.extend({ + method: literal("resources/subscribe"), + params: SubscribeRequestParamsSchema + }); + UnsubscribeRequestParamsSchema = ResourceRequestParamsSchema; + UnsubscribeRequestSchema = RequestSchema.extend({ + method: literal("resources/unsubscribe"), + params: UnsubscribeRequestParamsSchema + }); + ResourceUpdatedNotificationParamsSchema = NotificationsParamsSchema.extend({ + /** + * The URI of the resource that has been updated. This might be a sub-resource of the one that the client actually subscribed to. + */ + uri: string3() + }); + ResourceUpdatedNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/resources/updated"), + params: ResourceUpdatedNotificationParamsSchema + }); + PromptArgumentSchema = object2({ + /** + * The name of the argument. + */ + name: string3(), + /** + * A human-readable description of the argument. + */ + description: optional(string3()), + /** + * Whether this argument must be provided. + */ + required: optional(boolean3()) + }); + PromptSchema = object2({ + ...BaseMetadataSchema.shape, + ...IconsSchema.shape, + /** + * An optional description of what this prompt provides + */ + description: optional(string3()), + /** + * A list of arguments to use for templating the prompt. + */ + arguments: optional(array(PromptArgumentSchema)), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: optional(looseObject({})) + }); + ListPromptsRequestSchema = PaginatedRequestSchema.extend({ + method: literal("prompts/list") + }); + ListPromptsResultSchema = PaginatedResultSchema.extend({ + prompts: array(PromptSchema) + }); + GetPromptRequestParamsSchema = BaseRequestParamsSchema.extend({ + /** + * The name of the prompt or prompt template. + */ + name: string3(), + /** + * Arguments to use for templating the prompt. + */ + arguments: record(string3(), string3()).optional() + }); + GetPromptRequestSchema = RequestSchema.extend({ + method: literal("prompts/get"), + params: GetPromptRequestParamsSchema + }); + TextContentSchema = object2({ + type: literal("text"), + /** + * The text content of the message. + */ + text: string3(), + /** + * Optional annotations for the client. + */ + annotations: AnnotationsSchema.optional(), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + ImageContentSchema = object2({ + type: literal("image"), + /** + * The base64-encoded image data. + */ + data: Base64Schema, + /** + * The MIME type of the image. Different providers may support different image types. + */ + mimeType: string3(), + /** + * Optional annotations for the client. + */ + annotations: AnnotationsSchema.optional(), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + AudioContentSchema = object2({ + type: literal("audio"), + /** + * The base64-encoded audio data. + */ + data: Base64Schema, + /** + * The MIME type of the audio. Different providers may support different audio types. + */ + mimeType: string3(), + /** + * Optional annotations for the client. + */ + annotations: AnnotationsSchema.optional(), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + ToolUseContentSchema = object2({ + type: literal("tool_use"), + /** + * The name of the tool to invoke. + * Must match a tool name from the request's tools array. + */ + name: string3(), + /** + * Unique identifier for this tool call. + * Used to correlate with ToolResultContent in subsequent messages. + */ + id: string3(), + /** + * Arguments to pass to the tool. + * Must conform to the tool's inputSchema. + */ + input: record(string3(), unknown()), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + EmbeddedResourceSchema = object2({ + type: literal("resource"), + resource: union([TextResourceContentsSchema, BlobResourceContentsSchema]), + /** + * Optional annotations for the client. + */ + annotations: AnnotationsSchema.optional(), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + ResourceLinkSchema = ResourceSchema.extend({ + type: literal("resource_link") + }); + ContentBlockSchema = union([ + TextContentSchema, + ImageContentSchema, + AudioContentSchema, + ResourceLinkSchema, + EmbeddedResourceSchema + ]); + PromptMessageSchema = object2({ + role: RoleSchema, + content: ContentBlockSchema + }); + GetPromptResultSchema = ResultSchema.extend({ + /** + * An optional description for the prompt. + */ + description: string3().optional(), + messages: array(PromptMessageSchema) + }); + PromptListChangedNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/prompts/list_changed"), + params: NotificationsParamsSchema.optional() + }); + ToolAnnotationsSchema = object2({ + /** + * A human-readable title for the tool. + */ + title: string3().optional(), + /** + * If true, the tool does not modify its environment. + * + * Default: false + */ + readOnlyHint: boolean3().optional(), + /** + * If true, the tool may perform destructive updates to its environment. + * If false, the tool performs only additive updates. + * + * (This property is meaningful only when `readOnlyHint == false`) + * + * Default: true + */ + destructiveHint: boolean3().optional(), + /** + * If true, calling the tool repeatedly with the same arguments + * will have no additional effect on the its environment. + * + * (This property is meaningful only when `readOnlyHint == false`) + * + * Default: false + */ + idempotentHint: boolean3().optional(), + /** + * If true, this tool may interact with an "open world" of external + * entities. If false, the tool's domain of interaction is closed. + * For example, the world of a web search tool is open, whereas that + * of a memory tool is not. + * + * Default: true + */ + openWorldHint: boolean3().optional() + }); + ToolExecutionSchema = object2({ + /** + * Indicates the tool's preference for task-augmented execution. + * - "required": Clients MUST invoke the tool as a task + * - "optional": Clients MAY invoke the tool as a task or normal request + * - "forbidden": Clients MUST NOT attempt to invoke the tool as a task + * + * If not present, defaults to "forbidden". + */ + taskSupport: _enum2(["required", "optional", "forbidden"]).optional() + }); + ToolSchema = object2({ + ...BaseMetadataSchema.shape, + ...IconsSchema.shape, + /** + * A human-readable description of the tool. + */ + description: string3().optional(), + /** + * A JSON Schema 2020-12 object defining the expected parameters for the tool. + * Must have type: 'object' at the root level per MCP spec. + */ + inputSchema: object2({ + type: literal("object"), + properties: record(string3(), AssertObjectSchema).optional(), + required: array(string3()).optional() + }).catchall(unknown()), + /** + * An optional JSON Schema 2020-12 object defining the structure of the tool's output + * returned in the structuredContent field of a CallToolResult. + * Must have type: 'object' at the root level per MCP spec. + */ + outputSchema: object2({ + type: literal("object"), + properties: record(string3(), AssertObjectSchema).optional(), + required: array(string3()).optional() + }).catchall(unknown()).optional(), + /** + * Optional additional tool information. + */ + annotations: ToolAnnotationsSchema.optional(), + /** + * Execution-related properties for this tool. + */ + execution: ToolExecutionSchema.optional(), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + ListToolsRequestSchema = PaginatedRequestSchema.extend({ + method: literal("tools/list") + }); + ListToolsResultSchema = PaginatedResultSchema.extend({ + tools: array(ToolSchema) + }); + CallToolResultSchema = ResultSchema.extend({ + /** + * A list of content objects that represent the result of the tool call. + * + * If the Tool does not define an outputSchema, this field MUST be present in the result. + * For backwards compatibility, this field is always present, but it may be empty. + */ + content: array(ContentBlockSchema).default([]), + /** + * An object containing structured tool output. + * + * If the Tool defines an outputSchema, this field MUST be present in the result, and contain a JSON object that matches the schema. + */ + structuredContent: record(string3(), unknown()).optional(), + /** + * Whether the tool call ended in an error. + * + * If not set, this is assumed to be false (the call was successful). + * + * Any errors that originate from the tool SHOULD be reported inside the result + * object, with `isError` set to true, _not_ as an MCP protocol-level error + * response. Otherwise, the LLM would not be able to see that an error occurred + * and self-correct. + * + * However, any errors in _finding_ the tool, an error indicating that the + * server does not support tool calls, or any other exceptional conditions, + * should be reported as an MCP error response. + */ + isError: boolean3().optional() + }); + CompatibilityCallToolResultSchema = CallToolResultSchema.or(ResultSchema.extend({ + toolResult: unknown() + })); + CallToolRequestParamsSchema = TaskAugmentedRequestParamsSchema.extend({ + /** + * The name of the tool to call. + */ + name: string3(), + /** + * Arguments to pass to the tool. + */ + arguments: record(string3(), unknown()).optional() + }); + CallToolRequestSchema = RequestSchema.extend({ + method: literal("tools/call"), + params: CallToolRequestParamsSchema + }); + ToolListChangedNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/tools/list_changed"), + params: NotificationsParamsSchema.optional() + }); + ListChangedOptionsBaseSchema = object2({ + /** + * If true, the list will be refreshed automatically when a list changed notification is received. + * The callback will be called with the updated list. + * + * If false, the callback will be called with null items, allowing manual refresh. + * + * @default true + */ + autoRefresh: boolean3().default(true), + /** + * Debounce time in milliseconds for list changed notification processing. + * + * Multiple notifications received within this timeframe will only trigger one refresh. + * Set to 0 to disable debouncing. + * + * @default 300 + */ + debounceMs: number3().int().nonnegative().default(300) + }); + LoggingLevelSchema = _enum2(["debug", "info", "notice", "warning", "error", "critical", "alert", "emergency"]); + SetLevelRequestParamsSchema = BaseRequestParamsSchema.extend({ + /** + * The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/logging/message. + */ + level: LoggingLevelSchema + }); + SetLevelRequestSchema = RequestSchema.extend({ + method: literal("logging/setLevel"), + params: SetLevelRequestParamsSchema + }); + LoggingMessageNotificationParamsSchema = NotificationsParamsSchema.extend({ + /** + * The severity of this log message. + */ + level: LoggingLevelSchema, + /** + * An optional name of the logger issuing this message. + */ + logger: string3().optional(), + /** + * The data to be logged, such as a string message or an object. Any JSON serializable type is allowed here. + */ + data: unknown() + }); + LoggingMessageNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/message"), + params: LoggingMessageNotificationParamsSchema + }); + ModelHintSchema = object2({ + /** + * A hint for a model name. + */ + name: string3().optional() + }); + ModelPreferencesSchema = object2({ + /** + * Optional hints to use for model selection. + */ + hints: array(ModelHintSchema).optional(), + /** + * How much to prioritize cost when selecting a model. + */ + costPriority: number3().min(0).max(1).optional(), + /** + * How much to prioritize sampling speed (latency) when selecting a model. + */ + speedPriority: number3().min(0).max(1).optional(), + /** + * How much to prioritize intelligence and capabilities when selecting a model. + */ + intelligencePriority: number3().min(0).max(1).optional() + }); + ToolChoiceSchema = object2({ + /** + * Controls when tools are used: + * - "auto": Model decides whether to use tools (default) + * - "required": Model MUST use at least one tool before completing + * - "none": Model MUST NOT use any tools + */ + mode: _enum2(["auto", "required", "none"]).optional() + }); + ToolResultContentSchema = object2({ + type: literal("tool_result"), + toolUseId: string3().describe("The unique identifier for the corresponding tool call."), + content: array(ContentBlockSchema).default([]), + structuredContent: object2({}).loose().optional(), + isError: boolean3().optional(), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + SamplingContentSchema = discriminatedUnion("type", [TextContentSchema, ImageContentSchema, AudioContentSchema]); + SamplingMessageContentBlockSchema = discriminatedUnion("type", [ + TextContentSchema, + ImageContentSchema, + AudioContentSchema, + ToolUseContentSchema, + ToolResultContentSchema + ]); + SamplingMessageSchema = object2({ + role: RoleSchema, + content: union([SamplingMessageContentBlockSchema, array(SamplingMessageContentBlockSchema)]), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + CreateMessageRequestParamsSchema = TaskAugmentedRequestParamsSchema.extend({ + messages: array(SamplingMessageSchema), + /** + * The server's preferences for which model to select. The client MAY modify or omit this request. + */ + modelPreferences: ModelPreferencesSchema.optional(), + /** + * An optional system prompt the server wants to use for sampling. The client MAY modify or omit this prompt. + */ + systemPrompt: string3().optional(), + /** + * A request to include context from one or more MCP servers (including the caller), to be attached to the prompt. + * The client MAY ignore this request. + * + * Default is "none". Values "thisServer" and "allServers" are soft-deprecated. Servers SHOULD only use these values if the client + * declares ClientCapabilities.sampling.context. These values may be removed in future spec releases. + */ + includeContext: _enum2(["none", "thisServer", "allServers"]).optional(), + temperature: number3().optional(), + /** + * The requested maximum number of tokens to sample (to prevent runaway completions). + * + * The client MAY choose to sample fewer tokens than the requested maximum. + */ + maxTokens: number3().int(), + stopSequences: array(string3()).optional(), + /** + * Optional metadata to pass through to the LLM provider. The format of this metadata is provider-specific. + */ + metadata: AssertObjectSchema.optional(), + /** + * Tools that the model may use during generation. + * The client MUST return an error if this field is provided but ClientCapabilities.sampling.tools is not declared. + */ + tools: array(ToolSchema).optional(), + /** + * Controls how the model uses tools. + * The client MUST return an error if this field is provided but ClientCapabilities.sampling.tools is not declared. + * Default is `{ mode: "auto" }`. + */ + toolChoice: ToolChoiceSchema.optional() + }); + CreateMessageRequestSchema = RequestSchema.extend({ + method: literal("sampling/createMessage"), + params: CreateMessageRequestParamsSchema + }); + CreateMessageResultSchema = ResultSchema.extend({ + /** + * The name of the model that generated the message. + */ + model: string3(), + /** + * The reason why sampling stopped, if known. + * + * Standard values: + * - "endTurn": Natural end of the assistant's turn + * - "stopSequence": A stop sequence was encountered + * - "maxTokens": Maximum token limit was reached + * + * This field is an open string to allow for provider-specific stop reasons. + */ + stopReason: optional(_enum2(["endTurn", "stopSequence", "maxTokens"]).or(string3())), + role: RoleSchema, + /** + * Response content. Single content block (text, image, or audio). + */ + content: SamplingContentSchema + }); + CreateMessageResultWithToolsSchema = ResultSchema.extend({ + /** + * The name of the model that generated the message. + */ + model: string3(), + /** + * The reason why sampling stopped, if known. + * + * Standard values: + * - "endTurn": Natural end of the assistant's turn + * - "stopSequence": A stop sequence was encountered + * - "maxTokens": Maximum token limit was reached + * - "toolUse": The model wants to use one or more tools + * + * This field is an open string to allow for provider-specific stop reasons. + */ + stopReason: optional(_enum2(["endTurn", "stopSequence", "maxTokens", "toolUse"]).or(string3())), + role: RoleSchema, + /** + * Response content. May be a single block or array. May include ToolUseContent if stopReason is "toolUse". + */ + content: union([SamplingMessageContentBlockSchema, array(SamplingMessageContentBlockSchema)]) + }); + BooleanSchemaSchema = object2({ + type: literal("boolean"), + title: string3().optional(), + description: string3().optional(), + default: boolean3().optional() + }); + StringSchemaSchema = object2({ + type: literal("string"), + title: string3().optional(), + description: string3().optional(), + minLength: number3().optional(), + maxLength: number3().optional(), + format: _enum2(["email", "uri", "date", "date-time"]).optional(), + default: string3().optional() + }); + NumberSchemaSchema = object2({ + type: _enum2(["number", "integer"]), + title: string3().optional(), + description: string3().optional(), + minimum: number3().optional(), + maximum: number3().optional(), + default: number3().optional() + }); + UntitledSingleSelectEnumSchemaSchema = object2({ + type: literal("string"), + title: string3().optional(), + description: string3().optional(), + enum: array(string3()), + default: string3().optional() + }); + TitledSingleSelectEnumSchemaSchema = object2({ + type: literal("string"), + title: string3().optional(), + description: string3().optional(), + oneOf: array(object2({ + const: string3(), + title: string3() + })), + default: string3().optional() + }); + LegacyTitledEnumSchemaSchema = object2({ + type: literal("string"), + title: string3().optional(), + description: string3().optional(), + enum: array(string3()), + enumNames: array(string3()).optional(), + default: string3().optional() + }); + SingleSelectEnumSchemaSchema = union([UntitledSingleSelectEnumSchemaSchema, TitledSingleSelectEnumSchemaSchema]); + UntitledMultiSelectEnumSchemaSchema = object2({ + type: literal("array"), + title: string3().optional(), + description: string3().optional(), + minItems: number3().optional(), + maxItems: number3().optional(), + items: object2({ + type: literal("string"), + enum: array(string3()) + }), + default: array(string3()).optional() + }); + TitledMultiSelectEnumSchemaSchema = object2({ + type: literal("array"), + title: string3().optional(), + description: string3().optional(), + minItems: number3().optional(), + maxItems: number3().optional(), + items: object2({ + anyOf: array(object2({ + const: string3(), + title: string3() + })) + }), + default: array(string3()).optional() + }); + MultiSelectEnumSchemaSchema = union([UntitledMultiSelectEnumSchemaSchema, TitledMultiSelectEnumSchemaSchema]); + EnumSchemaSchema = union([LegacyTitledEnumSchemaSchema, SingleSelectEnumSchemaSchema, MultiSelectEnumSchemaSchema]); + PrimitiveSchemaDefinitionSchema = union([EnumSchemaSchema, BooleanSchemaSchema, StringSchemaSchema, NumberSchemaSchema]); + ElicitRequestFormParamsSchema = TaskAugmentedRequestParamsSchema.extend({ + /** + * The elicitation mode. + * + * Optional for backward compatibility. Clients MUST treat missing mode as "form". + */ + mode: literal("form").optional(), + /** + * The message to present to the user describing what information is being requested. + */ + message: string3(), + /** + * A restricted subset of JSON Schema. + * Only top-level properties are allowed, without nesting. + */ + requestedSchema: object2({ + type: literal("object"), + properties: record(string3(), PrimitiveSchemaDefinitionSchema), + required: array(string3()).optional() + }) + }); + ElicitRequestURLParamsSchema = TaskAugmentedRequestParamsSchema.extend({ + /** + * The elicitation mode. + */ + mode: literal("url"), + /** + * The message to present to the user explaining why the interaction is needed. + */ + message: string3(), + /** + * The ID of the elicitation, which must be unique within the context of the server. + * The client MUST treat this ID as an opaque value. + */ + elicitationId: string3(), + /** + * The URL that the user should navigate to. + */ + url: string3().url() + }); + ElicitRequestParamsSchema = union([ElicitRequestFormParamsSchema, ElicitRequestURLParamsSchema]); + ElicitRequestSchema = RequestSchema.extend({ + method: literal("elicitation/create"), + params: ElicitRequestParamsSchema + }); + ElicitationCompleteNotificationParamsSchema = NotificationsParamsSchema.extend({ + /** + * The ID of the elicitation that completed. + */ + elicitationId: string3() + }); + ElicitationCompleteNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/elicitation/complete"), + params: ElicitationCompleteNotificationParamsSchema + }); + ElicitResultSchema = ResultSchema.extend({ + /** + * The user action in response to the elicitation. + * - "accept": User submitted the form/confirmed the action + * - "decline": User explicitly decline the action + * - "cancel": User dismissed without making an explicit choice + */ + action: _enum2(["accept", "decline", "cancel"]), + /** + * The submitted form data, only present when action is "accept". + * Contains values matching the requested schema. + * Per MCP spec, content is "typically omitted" for decline/cancel actions. + * We normalize null to undefined for leniency while maintaining type compatibility. + */ + content: preprocess((val) => val === null ? void 0 : val, record(string3(), union([string3(), number3(), boolean3(), array(string3())])).optional()) + }); + ResourceTemplateReferenceSchema = object2({ + type: literal("ref/resource"), + /** + * The URI or URI template of the resource. + */ + uri: string3() + }); + PromptReferenceSchema = object2({ + type: literal("ref/prompt"), + /** + * The name of the prompt or prompt template + */ + name: string3() + }); + CompleteRequestParamsSchema = BaseRequestParamsSchema.extend({ + ref: union([PromptReferenceSchema, ResourceTemplateReferenceSchema]), + /** + * The argument's information + */ + argument: object2({ + /** + * The name of the argument + */ + name: string3(), + /** + * The value of the argument to use for completion matching. + */ + value: string3() + }), + context: object2({ + /** + * Previously-resolved variables in a URI template or prompt. + */ + arguments: record(string3(), string3()).optional() + }).optional() + }); + CompleteRequestSchema = RequestSchema.extend({ + method: literal("completion/complete"), + params: CompleteRequestParamsSchema + }); + CompleteResultSchema = ResultSchema.extend({ + completion: looseObject({ + /** + * An array of completion values. Must not exceed 100 items. + */ + values: array(string3()).max(100), + /** + * The total number of completion options available. This can exceed the number of values actually sent in the response. + */ + total: optional(number3().int()), + /** + * Indicates whether there are additional completion options beyond those provided in the current response, even if the exact total is unknown. + */ + hasMore: optional(boolean3()) + }) + }); + RootSchema = object2({ + /** + * The URI identifying the root. This *must* start with file:// for now. + */ + uri: string3().startsWith("file://"), + /** + * An optional name for the root. + */ + name: string3().optional(), + /** + * See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields) + * for notes on _meta usage. + */ + _meta: record(string3(), unknown()).optional() + }); + ListRootsRequestSchema = RequestSchema.extend({ + method: literal("roots/list"), + params: BaseRequestParamsSchema.optional() + }); + ListRootsResultSchema = ResultSchema.extend({ + roots: array(RootSchema) + }); + RootsListChangedNotificationSchema = NotificationSchema.extend({ + method: literal("notifications/roots/list_changed"), + params: NotificationsParamsSchema.optional() + }); + ClientRequestSchema = union([ + PingRequestSchema, + InitializeRequestSchema, + CompleteRequestSchema, + SetLevelRequestSchema, + GetPromptRequestSchema, + ListPromptsRequestSchema, + ListResourcesRequestSchema, + ListResourceTemplatesRequestSchema, + ReadResourceRequestSchema, + SubscribeRequestSchema, + UnsubscribeRequestSchema, + CallToolRequestSchema, + ListToolsRequestSchema, + GetTaskRequestSchema, + GetTaskPayloadRequestSchema, + ListTasksRequestSchema, + CancelTaskRequestSchema + ]); + ClientNotificationSchema = union([ + CancelledNotificationSchema, + ProgressNotificationSchema, + InitializedNotificationSchema, + RootsListChangedNotificationSchema, + TaskStatusNotificationSchema + ]); + ClientResultSchema = union([ + EmptyResultSchema, + CreateMessageResultSchema, + CreateMessageResultWithToolsSchema, + ElicitResultSchema, + ListRootsResultSchema, + GetTaskResultSchema, + ListTasksResultSchema, + CreateTaskResultSchema + ]); + ServerRequestSchema = union([ + PingRequestSchema, + CreateMessageRequestSchema, + ElicitRequestSchema, + ListRootsRequestSchema, + GetTaskRequestSchema, + GetTaskPayloadRequestSchema, + ListTasksRequestSchema, + CancelTaskRequestSchema + ]); + ServerNotificationSchema = union([ + CancelledNotificationSchema, + ProgressNotificationSchema, + LoggingMessageNotificationSchema, + ResourceUpdatedNotificationSchema, + ResourceListChangedNotificationSchema, + ToolListChangedNotificationSchema, + PromptListChangedNotificationSchema, + TaskStatusNotificationSchema, + ElicitationCompleteNotificationSchema + ]); + ServerResultSchema = union([ + EmptyResultSchema, + InitializeResultSchema, + CompleteResultSchema, + GetPromptResultSchema, + ListPromptsResultSchema, + ListResourcesResultSchema, + ListResourceTemplatesResultSchema, + ReadResourceResultSchema, + CallToolResultSchema, + ListToolsResultSchema, + GetTaskResultSchema, + ListTasksResultSchema, + CreateTaskResultSchema + ]); + McpError = class _McpError extends Error { + constructor(code, message, data) { + super(`MCP error ${code}: ${message}`); + this.code = code; + this.data = data; + this.name = "McpError"; + } + /** + * Factory method to create the appropriate error type based on the error code and data + */ + static fromError(code, message, data) { + if (code === ErrorCode.UrlElicitationRequired && data) { + const errorData = data; + if (errorData.elicitations) { + return new UrlElicitationRequiredError(errorData.elicitations, message); + } + } + return new _McpError(code, message, data); + } + }; + UrlElicitationRequiredError = class extends McpError { + constructor(elicitations, message = `URL elicitation${elicitations.length > 1 ? "s" : ""} required`) { + super(ErrorCode.UrlElicitationRequired, message, { + elicitations + }); + } + get elicitations() { + var _a5, _b3; + return (_b3 = (_a5 = this.data) == null ? void 0 : _a5.elicitations) != null ? _b3 : []; + } + }; + } +}); + +// node_modules/ajv/dist/compile/codegen/code.js +var require_code = __commonJS({ + "node_modules/ajv/dist/compile/codegen/code.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.regexpCode = exports.getEsmExportName = exports.getProperty = exports.safeStringify = exports.stringify = exports.strConcat = exports.addCodeArg = exports.str = exports._ = exports.nil = exports._Code = exports.Name = exports.IDENTIFIER = exports._CodeOrName = void 0; + var _CodeOrName = class { + }; + exports._CodeOrName = _CodeOrName; + exports.IDENTIFIER = /^[a-z$_][a-z$_0-9]*$/i; + var Name = class extends _CodeOrName { + constructor(s2) { + super(); + if (!exports.IDENTIFIER.test(s2)) + throw new Error("CodeGen: name must be a valid identifier"); + this.str = s2; + } + toString() { + return this.str; + } + emptyStr() { + return false; + } + get names() { + return { [this.str]: 1 }; + } + }; + exports.Name = Name; + var _Code = class extends _CodeOrName { + constructor(code) { + super(); + this._items = typeof code === "string" ? [code] : code; + } + toString() { + return this.str; + } + emptyStr() { + if (this._items.length > 1) + return false; + const item = this._items[0]; + return item === "" || item === '""'; + } + get str() { + var _a5; + return (_a5 = this._str) !== null && _a5 !== void 0 ? _a5 : this._str = this._items.reduce((s2, c) => `${s2}${c}`, ""); + } + get names() { + var _a5; + return (_a5 = this._names) !== null && _a5 !== void 0 ? _a5 : this._names = this._items.reduce((names, c) => { + if (c instanceof Name) + names[c.str] = (names[c.str] || 0) + 1; + return names; + }, {}); + } + }; + exports._Code = _Code; + exports.nil = new _Code(""); + function _2(strs, ...args) { + const code = [strs[0]]; + let i = 0; + while (i < args.length) { + addCodeArg(code, args[i]); + code.push(strs[++i]); + } + return new _Code(code); + } + exports._ = _2; + var plus = new _Code("+"); + function str(strs, ...args) { + const expr = [safeStringify(strs[0])]; + let i = 0; + while (i < args.length) { + expr.push(plus); + addCodeArg(expr, args[i]); + expr.push(plus, safeStringify(strs[++i])); + } + optimize(expr); + return new _Code(expr); + } + exports.str = str; + function addCodeArg(code, arg) { + if (arg instanceof _Code) + code.push(...arg._items); + else if (arg instanceof Name) + code.push(arg); + else + code.push(interpolate(arg)); + } + exports.addCodeArg = addCodeArg; + function optimize(expr) { + let i = 1; + while (i < expr.length - 1) { + if (expr[i] === plus) { + const res = mergeExprItems(expr[i - 1], expr[i + 1]); + if (res !== void 0) { + expr.splice(i - 1, 3, res); + continue; + } + expr[i++] = "+"; + } + i++; + } + } + function mergeExprItems(a, b2) { + if (b2 === '""') + return a; + if (a === '""') + return b2; + if (typeof a == "string") { + if (b2 instanceof Name || a[a.length - 1] !== '"') + return; + if (typeof b2 != "string") + return `${a.slice(0, -1)}${b2}"`; + if (b2[0] === '"') + return a.slice(0, -1) + b2.slice(1); + return; + } + if (typeof b2 == "string" && b2[0] === '"' && !(a instanceof Name)) + return `"${a}${b2.slice(1)}`; + return; + } + function strConcat(c12, c2) { + return c2.emptyStr() ? c12 : c12.emptyStr() ? c2 : str`${c12}${c2}`; + } + exports.strConcat = strConcat; + function interpolate(x2) { + return typeof x2 == "number" || typeof x2 == "boolean" || x2 === null ? x2 : safeStringify(Array.isArray(x2) ? x2.join(",") : x2); + } + function stringify2(x2) { + return new _Code(safeStringify(x2)); + } + exports.stringify = stringify2; + function safeStringify(x2) { + return JSON.stringify(x2).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029"); + } + exports.safeStringify = safeStringify; + function getProperty(key) { + return typeof key == "string" && exports.IDENTIFIER.test(key) ? new _Code(`.${key}`) : _2`[${key}]`; + } + exports.getProperty = getProperty; + function getEsmExportName(key) { + if (typeof key == "string" && exports.IDENTIFIER.test(key)) { + return new _Code(`${key}`); + } + throw new Error(`CodeGen: invalid export name: ${key}, use explicit $id name mapping`); + } + exports.getEsmExportName = getEsmExportName; + function regexpCode(rx) { + return new _Code(rx.toString()); + } + exports.regexpCode = regexpCode; + } +}); + +// node_modules/ajv/dist/compile/codegen/scope.js +var require_scope = __commonJS({ + "node_modules/ajv/dist/compile/codegen/scope.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ValueScope = exports.ValueScopeName = exports.Scope = exports.varKinds = exports.UsedValueState = void 0; + var code_1 = require_code(); + var ValueError = class extends Error { + constructor(name) { + super(`CodeGen: "code" for ${name} not defined`); + this.value = name.value; + } + }; + var UsedValueState; + (function(UsedValueState2) { + UsedValueState2[UsedValueState2["Started"] = 0] = "Started"; + UsedValueState2[UsedValueState2["Completed"] = 1] = "Completed"; + })(UsedValueState || (exports.UsedValueState = UsedValueState = {})); + exports.varKinds = { + const: new code_1.Name("const"), + let: new code_1.Name("let"), + var: new code_1.Name("var") + }; + var Scope2 = class { + constructor({ prefixes, parent } = {}) { + this._names = {}; + this._prefixes = prefixes; + this._parent = parent; + } + toName(nameOrPrefix) { + return nameOrPrefix instanceof code_1.Name ? nameOrPrefix : this.name(nameOrPrefix); + } + name(prefix) { + return new code_1.Name(this._newName(prefix)); + } + _newName(prefix) { + const ng = this._names[prefix] || this._nameGroup(prefix); + return `${prefix}${ng.index++}`; + } + _nameGroup(prefix) { + var _a5, _b3; + if (((_b3 = (_a5 = this._parent) === null || _a5 === void 0 ? void 0 : _a5._prefixes) === null || _b3 === void 0 ? void 0 : _b3.has(prefix)) || this._prefixes && !this._prefixes.has(prefix)) { + throw new Error(`CodeGen: prefix "${prefix}" is not allowed in this scope`); + } + return this._names[prefix] = { prefix, index: 0 }; + } + }; + exports.Scope = Scope2; + var ValueScopeName = class extends code_1.Name { + constructor(prefix, nameStr) { + super(nameStr); + this.prefix = prefix; + } + setValue(value, { property, itemIndex }) { + this.value = value; + this.scopePath = (0, code_1._)`.${new code_1.Name(property)}[${itemIndex}]`; + } + }; + exports.ValueScopeName = ValueScopeName; + var line = (0, code_1._)`\n`; + var ValueScope = class extends Scope2 { + constructor(opts) { + super(opts); + this._values = {}; + this._scope = opts.scope; + this.opts = { ...opts, _n: opts.lines ? line : code_1.nil }; + } + get() { + return this._scope; + } + name(prefix) { + return new ValueScopeName(prefix, this._newName(prefix)); + } + value(nameOrPrefix, value) { + var _a5; + if (value.ref === void 0) + throw new Error("CodeGen: ref must be passed in value"); + const name = this.toName(nameOrPrefix); + const { prefix } = name; + const valueKey = (_a5 = value.key) !== null && _a5 !== void 0 ? _a5 : value.ref; + let vs = this._values[prefix]; + if (vs) { + const _name = vs.get(valueKey); + if (_name) + return _name; + } else { + vs = this._values[prefix] = /* @__PURE__ */ new Map(); + } + vs.set(valueKey, name); + const s2 = this._scope[prefix] || (this._scope[prefix] = []); + const itemIndex = s2.length; + s2[itemIndex] = value.ref; + name.setValue(value, { property: prefix, itemIndex }); + return name; + } + getValue(prefix, keyOrRef) { + const vs = this._values[prefix]; + if (!vs) + return; + return vs.get(keyOrRef); + } + scopeRefs(scopeName, values = this._values) { + return this._reduceValues(values, (name) => { + if (name.scopePath === void 0) + throw new Error(`CodeGen: name "${name}" has no value`); + return (0, code_1._)`${scopeName}${name.scopePath}`; + }); + } + scopeCode(values = this._values, usedValues, getCode) { + return this._reduceValues(values, (name) => { + if (name.value === void 0) + throw new Error(`CodeGen: name "${name}" has no value`); + return name.value.code; + }, usedValues, getCode); + } + _reduceValues(values, valueCode, usedValues = {}, getCode) { + let code = code_1.nil; + for (const prefix in values) { + const vs = values[prefix]; + if (!vs) + continue; + const nameSet = usedValues[prefix] = usedValues[prefix] || /* @__PURE__ */ new Map(); + vs.forEach((name) => { + if (nameSet.has(name)) + return; + nameSet.set(name, UsedValueState.Started); + let c = valueCode(name); + if (c) { + const def = this.opts.es5 ? exports.varKinds.var : exports.varKinds.const; + code = (0, code_1._)`${code}${def} ${name} = ${c};${this.opts._n}`; + } else if (c = getCode === null || getCode === void 0 ? void 0 : getCode(name)) { + code = (0, code_1._)`${code}${c}${this.opts._n}`; + } else { + throw new ValueError(name); + } + nameSet.set(name, UsedValueState.Completed); + }); + } + return code; + } + }; + exports.ValueScope = ValueScope; + } +}); + +// node_modules/ajv/dist/compile/codegen/index.js +var require_codegen = __commonJS({ + "node_modules/ajv/dist/compile/codegen/index.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.or = exports.and = exports.not = exports.CodeGen = exports.operators = exports.varKinds = exports.ValueScopeName = exports.ValueScope = exports.Scope = exports.Name = exports.regexpCode = exports.stringify = exports.getProperty = exports.nil = exports.strConcat = exports.str = exports._ = void 0; + var code_1 = require_code(); + var scope_1 = require_scope(); + var code_2 = require_code(); + Object.defineProperty(exports, "_", { enumerable: true, get: function() { + return code_2._; + } }); + Object.defineProperty(exports, "str", { enumerable: true, get: function() { + return code_2.str; + } }); + Object.defineProperty(exports, "strConcat", { enumerable: true, get: function() { + return code_2.strConcat; + } }); + Object.defineProperty(exports, "nil", { enumerable: true, get: function() { + return code_2.nil; + } }); + Object.defineProperty(exports, "getProperty", { enumerable: true, get: function() { + return code_2.getProperty; + } }); + Object.defineProperty(exports, "stringify", { enumerable: true, get: function() { + return code_2.stringify; + } }); + Object.defineProperty(exports, "regexpCode", { enumerable: true, get: function() { + return code_2.regexpCode; + } }); + Object.defineProperty(exports, "Name", { enumerable: true, get: function() { + return code_2.Name; + } }); + var scope_2 = require_scope(); + Object.defineProperty(exports, "Scope", { enumerable: true, get: function() { + return scope_2.Scope; + } }); + Object.defineProperty(exports, "ValueScope", { enumerable: true, get: function() { + return scope_2.ValueScope; + } }); + Object.defineProperty(exports, "ValueScopeName", { enumerable: true, get: function() { + return scope_2.ValueScopeName; + } }); + Object.defineProperty(exports, "varKinds", { enumerable: true, get: function() { + return scope_2.varKinds; + } }); + exports.operators = { + GT: new code_1._Code(">"), + GTE: new code_1._Code(">="), + LT: new code_1._Code("<"), + LTE: new code_1._Code("<="), + EQ: new code_1._Code("==="), + NEQ: new code_1._Code("!=="), + NOT: new code_1._Code("!"), + OR: new code_1._Code("||"), + AND: new code_1._Code("&&"), + ADD: new code_1._Code("+") + }; + var Node = class { + optimizeNodes() { + return this; + } + optimizeNames(_names, _constants) { + return this; + } + }; + var Def = class extends Node { + constructor(varKind, name, rhs) { + super(); + this.varKind = varKind; + this.name = name; + this.rhs = rhs; + } + render({ es5, _n }) { + const varKind = es5 ? scope_1.varKinds.var : this.varKind; + const rhs = this.rhs === void 0 ? "" : ` = ${this.rhs}`; + return `${varKind} ${this.name}${rhs};` + _n; + } + optimizeNames(names, constants) { + if (!names[this.name.str]) + return; + if (this.rhs) + this.rhs = optimizeExpr(this.rhs, names, constants); + return this; + } + get names() { + return this.rhs instanceof code_1._CodeOrName ? this.rhs.names : {}; + } + }; + var Assign = class extends Node { + constructor(lhs, rhs, sideEffects) { + super(); + this.lhs = lhs; + this.rhs = rhs; + this.sideEffects = sideEffects; + } + render({ _n }) { + return `${this.lhs} = ${this.rhs};` + _n; + } + optimizeNames(names, constants) { + if (this.lhs instanceof code_1.Name && !names[this.lhs.str] && !this.sideEffects) + return; + this.rhs = optimizeExpr(this.rhs, names, constants); + return this; + } + get names() { + const names = this.lhs instanceof code_1.Name ? {} : { ...this.lhs.names }; + return addExprNames(names, this.rhs); + } + }; + var AssignOp = class extends Assign { + constructor(lhs, op, rhs, sideEffects) { + super(lhs, rhs, sideEffects); + this.op = op; + } + render({ _n }) { + return `${this.lhs} ${this.op}= ${this.rhs};` + _n; + } + }; + var Label = class extends Node { + constructor(label) { + super(); + this.label = label; + this.names = {}; + } + render({ _n }) { + return `${this.label}:` + _n; + } + }; + var Break = class extends Node { + constructor(label) { + super(); + this.label = label; + this.names = {}; + } + render({ _n }) { + const label = this.label ? ` ${this.label}` : ""; + return `break${label};` + _n; + } + }; + var Throw = class extends Node { + constructor(error48) { + super(); + this.error = error48; + } + render({ _n }) { + return `throw ${this.error};` + _n; + } + get names() { + return this.error.names; + } + }; + var AnyCode = class extends Node { + constructor(code) { + super(); + this.code = code; + } + render({ _n }) { + return `${this.code};` + _n; + } + optimizeNodes() { + return `${this.code}` ? this : void 0; + } + optimizeNames(names, constants) { + this.code = optimizeExpr(this.code, names, constants); + return this; + } + get names() { + return this.code instanceof code_1._CodeOrName ? this.code.names : {}; + } + }; + var ParentNode = class extends Node { + constructor(nodes = []) { + super(); + this.nodes = nodes; + } + render(opts) { + return this.nodes.reduce((code, n10) => code + n10.render(opts), ""); + } + optimizeNodes() { + const { nodes } = this; + let i = nodes.length; + while (i--) { + const n10 = nodes[i].optimizeNodes(); + if (Array.isArray(n10)) + nodes.splice(i, 1, ...n10); + else if (n10) + nodes[i] = n10; + else + nodes.splice(i, 1); + } + return nodes.length > 0 ? this : void 0; + } + optimizeNames(names, constants) { + const { nodes } = this; + let i = nodes.length; + while (i--) { + const n10 = nodes[i]; + if (n10.optimizeNames(names, constants)) + continue; + subtractNames(names, n10.names); + nodes.splice(i, 1); + } + return nodes.length > 0 ? this : void 0; + } + get names() { + return this.nodes.reduce((names, n10) => addNames(names, n10.names), {}); + } + }; + var BlockNode = class extends ParentNode { + render(opts) { + return "{" + opts._n + super.render(opts) + "}" + opts._n; + } + }; + var Root = class extends ParentNode { + }; + var Else = class extends BlockNode { + }; + Else.kind = "else"; + var If = class _If extends BlockNode { + constructor(condition, nodes) { + super(nodes); + this.condition = condition; + } + render(opts) { + let code = `if(${this.condition})` + super.render(opts); + if (this.else) + code += "else " + this.else.render(opts); + return code; + } + optimizeNodes() { + super.optimizeNodes(); + const cond = this.condition; + if (cond === true) + return this.nodes; + let e2 = this.else; + if (e2) { + const ns = e2.optimizeNodes(); + e2 = this.else = Array.isArray(ns) ? new Else(ns) : ns; + } + if (e2) { + if (cond === false) + return e2 instanceof _If ? e2 : e2.nodes; + if (this.nodes.length) + return this; + return new _If(not(cond), e2 instanceof _If ? [e2] : e2.nodes); + } + if (cond === false || !this.nodes.length) + return void 0; + return this; + } + optimizeNames(names, constants) { + var _a5; + this.else = (_a5 = this.else) === null || _a5 === void 0 ? void 0 : _a5.optimizeNames(names, constants); + if (!(super.optimizeNames(names, constants) || this.else)) + return; + this.condition = optimizeExpr(this.condition, names, constants); + return this; + } + get names() { + const names = super.names; + addExprNames(names, this.condition); + if (this.else) + addNames(names, this.else.names); + return names; + } + }; + If.kind = "if"; + var For = class extends BlockNode { + }; + For.kind = "for"; + var ForLoop = class extends For { + constructor(iteration) { + super(); + this.iteration = iteration; + } + render(opts) { + return `for(${this.iteration})` + super.render(opts); + } + optimizeNames(names, constants) { + if (!super.optimizeNames(names, constants)) + return; + this.iteration = optimizeExpr(this.iteration, names, constants); + return this; + } + get names() { + return addNames(super.names, this.iteration.names); + } + }; + var ForRange = class extends For { + constructor(varKind, name, from, to) { + super(); + this.varKind = varKind; + this.name = name; + this.from = from; + this.to = to; + } + render(opts) { + const varKind = opts.es5 ? scope_1.varKinds.var : this.varKind; + const { name, from, to } = this; + return `for(${varKind} ${name}=${from}; ${name}<${to}; ${name}++)` + super.render(opts); + } + get names() { + const names = addExprNames(super.names, this.from); + return addExprNames(names, this.to); + } + }; + var ForIter = class extends For { + constructor(loop, varKind, name, iterable) { + super(); + this.loop = loop; + this.varKind = varKind; + this.name = name; + this.iterable = iterable; + } + render(opts) { + return `for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})` + super.render(opts); + } + optimizeNames(names, constants) { + if (!super.optimizeNames(names, constants)) + return; + this.iterable = optimizeExpr(this.iterable, names, constants); + return this; + } + get names() { + return addNames(super.names, this.iterable.names); + } + }; + var Func = class extends BlockNode { + constructor(name, args, async) { + super(); + this.name = name; + this.args = args; + this.async = async; + } + render(opts) { + const _async = this.async ? "async " : ""; + return `${_async}function ${this.name}(${this.args})` + super.render(opts); + } + }; + Func.kind = "func"; + var Return = class extends ParentNode { + render(opts) { + return "return " + super.render(opts); + } + }; + Return.kind = "return"; + var Try = class extends BlockNode { + render(opts) { + let code = "try" + super.render(opts); + if (this.catch) + code += this.catch.render(opts); + if (this.finally) + code += this.finally.render(opts); + return code; + } + optimizeNodes() { + var _a5, _b3; + super.optimizeNodes(); + (_a5 = this.catch) === null || _a5 === void 0 ? void 0 : _a5.optimizeNodes(); + (_b3 = this.finally) === null || _b3 === void 0 ? void 0 : _b3.optimizeNodes(); + return this; + } + optimizeNames(names, constants) { + var _a5, _b3; + super.optimizeNames(names, constants); + (_a5 = this.catch) === null || _a5 === void 0 ? void 0 : _a5.optimizeNames(names, constants); + (_b3 = this.finally) === null || _b3 === void 0 ? void 0 : _b3.optimizeNames(names, constants); + return this; + } + get names() { + const names = super.names; + if (this.catch) + addNames(names, this.catch.names); + if (this.finally) + addNames(names, this.finally.names); + return names; + } + }; + var Catch = class extends BlockNode { + constructor(error48) { + super(); + this.error = error48; + } + render(opts) { + return `catch(${this.error})` + super.render(opts); + } + }; + Catch.kind = "catch"; + var Finally = class extends BlockNode { + render(opts) { + return "finally" + super.render(opts); + } + }; + Finally.kind = "finally"; + var CodeGen = class { + constructor(extScope, opts = {}) { + this._values = {}; + this._blockStarts = []; + this._constants = {}; + this.opts = { ...opts, _n: opts.lines ? "\n" : "" }; + this._extScope = extScope; + this._scope = new scope_1.Scope({ parent: extScope }); + this._nodes = [new Root()]; + } + toString() { + return this._root.render(this.opts); + } + // returns unique name in the internal scope + name(prefix) { + return this._scope.name(prefix); + } + // reserves unique name in the external scope + scopeName(prefix) { + return this._extScope.name(prefix); + } + // reserves unique name in the external scope and assigns value to it + scopeValue(prefixOrName, value) { + const name = this._extScope.value(prefixOrName, value); + const vs = this._values[name.prefix] || (this._values[name.prefix] = /* @__PURE__ */ new Set()); + vs.add(name); + return name; + } + getScopeValue(prefix, keyOrRef) { + return this._extScope.getValue(prefix, keyOrRef); + } + // return code that assigns values in the external scope to the names that are used internally + // (same names that were returned by gen.scopeName or gen.scopeValue) + scopeRefs(scopeName) { + return this._extScope.scopeRefs(scopeName, this._values); + } + scopeCode() { + return this._extScope.scopeCode(this._values); + } + _def(varKind, nameOrPrefix, rhs, constant) { + const name = this._scope.toName(nameOrPrefix); + if (rhs !== void 0 && constant) + this._constants[name.str] = rhs; + this._leafNode(new Def(varKind, name, rhs)); + return name; + } + // `const` declaration (`var` in es5 mode) + const(nameOrPrefix, rhs, _constant) { + return this._def(scope_1.varKinds.const, nameOrPrefix, rhs, _constant); + } + // `let` declaration with optional assignment (`var` in es5 mode) + let(nameOrPrefix, rhs, _constant) { + return this._def(scope_1.varKinds.let, nameOrPrefix, rhs, _constant); + } + // `var` declaration with optional assignment + var(nameOrPrefix, rhs, _constant) { + return this._def(scope_1.varKinds.var, nameOrPrefix, rhs, _constant); + } + // assignment code + assign(lhs, rhs, sideEffects) { + return this._leafNode(new Assign(lhs, rhs, sideEffects)); + } + // `+=` code + add(lhs, rhs) { + return this._leafNode(new AssignOp(lhs, exports.operators.ADD, rhs)); + } + // appends passed SafeExpr to code or executes Block + code(c) { + if (typeof c == "function") + c(); + else if (c !== code_1.nil) + this._leafNode(new AnyCode(c)); + return this; + } + // returns code for object literal for the passed argument list of key-value pairs + object(...keyValues) { + const code = ["{"]; + for (const [key, value] of keyValues) { + if (code.length > 1) + code.push(","); + code.push(key); + if (key !== value || this.opts.es5) { + code.push(":"); + (0, code_1.addCodeArg)(code, value); + } + } + code.push("}"); + return new code_1._Code(code); + } + // `if` clause (or statement if `thenBody` and, optionally, `elseBody` are passed) + if(condition, thenBody, elseBody) { + this._blockNode(new If(condition)); + if (thenBody && elseBody) { + this.code(thenBody).else().code(elseBody).endIf(); + } else if (thenBody) { + this.code(thenBody).endIf(); + } else if (elseBody) { + throw new Error('CodeGen: "else" body without "then" body'); + } + return this; + } + // `else if` clause - invalid without `if` or after `else` clauses + elseIf(condition) { + return this._elseNode(new If(condition)); + } + // `else` clause - only valid after `if` or `else if` clauses + else() { + return this._elseNode(new Else()); + } + // end `if` statement (needed if gen.if was used only with condition) + endIf() { + return this._endBlockNode(If, Else); + } + _for(node, forBody) { + this._blockNode(node); + if (forBody) + this.code(forBody).endFor(); + return this; + } + // a generic `for` clause (or statement if `forBody` is passed) + for(iteration, forBody) { + return this._for(new ForLoop(iteration), forBody); + } + // `for` statement for a range of values + forRange(nameOrPrefix, from, to, forBody, varKind = this.opts.es5 ? scope_1.varKinds.var : scope_1.varKinds.let) { + const name = this._scope.toName(nameOrPrefix); + return this._for(new ForRange(varKind, name, from, to), () => forBody(name)); + } + // `for-of` statement (in es5 mode replace with a normal for loop) + forOf(nameOrPrefix, iterable, forBody, varKind = scope_1.varKinds.const) { + const name = this._scope.toName(nameOrPrefix); + if (this.opts.es5) { + const arr = iterable instanceof code_1.Name ? iterable : this.var("_arr", iterable); + return this.forRange("_i", 0, (0, code_1._)`${arr}.length`, (i) => { + this.var(name, (0, code_1._)`${arr}[${i}]`); + forBody(name); + }); + } + return this._for(new ForIter("of", varKind, name, iterable), () => forBody(name)); + } + // `for-in` statement. + // With option `ownProperties` replaced with a `for-of` loop for object keys + forIn(nameOrPrefix, obj, forBody, varKind = this.opts.es5 ? scope_1.varKinds.var : scope_1.varKinds.const) { + if (this.opts.ownProperties) { + return this.forOf(nameOrPrefix, (0, code_1._)`Object.keys(${obj})`, forBody); + } + const name = this._scope.toName(nameOrPrefix); + return this._for(new ForIter("in", varKind, name, obj), () => forBody(name)); + } + // end `for` loop + endFor() { + return this._endBlockNode(For); + } + // `label` statement + label(label) { + return this._leafNode(new Label(label)); + } + // `break` statement + break(label) { + return this._leafNode(new Break(label)); + } + // `return` statement + return(value) { + const node = new Return(); + this._blockNode(node); + this.code(value); + if (node.nodes.length !== 1) + throw new Error('CodeGen: "return" should have one node'); + return this._endBlockNode(Return); + } + // `try` statement + try(tryBody, catchCode, finallyCode) { + if (!catchCode && !finallyCode) + throw new Error('CodeGen: "try" without "catch" and "finally"'); + const node = new Try(); + this._blockNode(node); + this.code(tryBody); + if (catchCode) { + const error48 = this.name("e"); + this._currNode = node.catch = new Catch(error48); + catchCode(error48); + } + if (finallyCode) { + this._currNode = node.finally = new Finally(); + this.code(finallyCode); + } + return this._endBlockNode(Catch, Finally); + } + // `throw` statement + throw(error48) { + return this._leafNode(new Throw(error48)); + } + // start self-balancing block + block(body, nodeCount) { + this._blockStarts.push(this._nodes.length); + if (body) + this.code(body).endBlock(nodeCount); + return this; + } + // end the current self-balancing block + endBlock(nodeCount) { + const len = this._blockStarts.pop(); + if (len === void 0) + throw new Error("CodeGen: not in self-balancing block"); + const toClose = this._nodes.length - len; + if (toClose < 0 || nodeCount !== void 0 && toClose !== nodeCount) { + throw new Error(`CodeGen: wrong number of nodes: ${toClose} vs ${nodeCount} expected`); + } + this._nodes.length = len; + return this; + } + // `function` heading (or definition if funcBody is passed) + func(name, args = code_1.nil, async, funcBody) { + this._blockNode(new Func(name, args, async)); + if (funcBody) + this.code(funcBody).endFunc(); + return this; + } + // end function definition + endFunc() { + return this._endBlockNode(Func); + } + optimize(n10 = 1) { + while (n10-- > 0) { + this._root.optimizeNodes(); + this._root.optimizeNames(this._root.names, this._constants); + } + } + _leafNode(node) { + this._currNode.nodes.push(node); + return this; + } + _blockNode(node) { + this._currNode.nodes.push(node); + this._nodes.push(node); + } + _endBlockNode(N12, N22) { + const n10 = this._currNode; + if (n10 instanceof N12 || N22 && n10 instanceof N22) { + this._nodes.pop(); + return this; + } + throw new Error(`CodeGen: not in block "${N22 ? `${N12.kind}/${N22.kind}` : N12.kind}"`); + } + _elseNode(node) { + const n10 = this._currNode; + if (!(n10 instanceof If)) { + throw new Error('CodeGen: "else" without "if"'); + } + this._currNode = n10.else = node; + return this; + } + get _root() { + return this._nodes[0]; + } + get _currNode() { + const ns = this._nodes; + return ns[ns.length - 1]; + } + set _currNode(node) { + const ns = this._nodes; + ns[ns.length - 1] = node; + } + }; + exports.CodeGen = CodeGen; + function addNames(names, from) { + for (const n10 in from) + names[n10] = (names[n10] || 0) + (from[n10] || 0); + return names; + } + function addExprNames(names, from) { + return from instanceof code_1._CodeOrName ? addNames(names, from.names) : names; + } + function optimizeExpr(expr, names, constants) { + if (expr instanceof code_1.Name) + return replaceName(expr); + if (!canOptimize(expr)) + return expr; + return new code_1._Code(expr._items.reduce((items, c) => { + if (c instanceof code_1.Name) + c = replaceName(c); + if (c instanceof code_1._Code) + items.push(...c._items); + else + items.push(c); + return items; + }, [])); + function replaceName(n10) { + const c = constants[n10.str]; + if (c === void 0 || names[n10.str] !== 1) + return n10; + delete names[n10.str]; + return c; + } + function canOptimize(e2) { + return e2 instanceof code_1._Code && e2._items.some((c) => c instanceof code_1.Name && names[c.str] === 1 && constants[c.str] !== void 0); + } + } + function subtractNames(names, from) { + for (const n10 in from) + names[n10] = (names[n10] || 0) - (from[n10] || 0); + } + function not(x2) { + return typeof x2 == "boolean" || typeof x2 == "number" || x2 === null ? !x2 : (0, code_1._)`!${par(x2)}`; + } + exports.not = not; + var andCode = mappend(exports.operators.AND); + function and(...args) { + return args.reduce(andCode); + } + exports.and = and; + var orCode = mappend(exports.operators.OR); + function or(...args) { + return args.reduce(orCode); + } + exports.or = or; + function mappend(op) { + return (x2, y2) => x2 === code_1.nil ? y2 : y2 === code_1.nil ? x2 : (0, code_1._)`${par(x2)} ${op} ${par(y2)}`; + } + function par(x2) { + return x2 instanceof code_1.Name ? x2 : (0, code_1._)`(${x2})`; + } + } +}); + +// node_modules/ajv/dist/compile/util.js +var require_util = __commonJS({ + "node_modules/ajv/dist/compile/util.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.checkStrictMode = exports.getErrorPath = exports.Type = exports.useFunc = exports.setEvaluated = exports.evaluatedPropsToName = exports.mergeEvaluated = exports.eachItem = exports.unescapeJsonPointer = exports.escapeJsonPointer = exports.escapeFragment = exports.unescapeFragment = exports.schemaRefOrVal = exports.schemaHasRulesButRef = exports.schemaHasRules = exports.checkUnknownRules = exports.alwaysValidSchema = exports.toHash = void 0; + var codegen_1 = require_codegen(); + var code_1 = require_code(); + function toHash(arr) { + const hash2 = {}; + for (const item of arr) + hash2[item] = true; + return hash2; + } + exports.toHash = toHash; + function alwaysValidSchema(it, schema) { + if (typeof schema == "boolean") + return schema; + if (Object.keys(schema).length === 0) + return true; + checkUnknownRules(it, schema); + return !schemaHasRules(schema, it.self.RULES.all); + } + exports.alwaysValidSchema = alwaysValidSchema; + function checkUnknownRules(it, schema = it.schema) { + const { opts, self: self2 } = it; + if (!opts.strictSchema) + return; + if (typeof schema === "boolean") + return; + const rules = self2.RULES.keywords; + for (const key in schema) { + if (!rules[key]) + checkStrictMode(it, `unknown keyword: "${key}"`); + } + } + exports.checkUnknownRules = checkUnknownRules; + function schemaHasRules(schema, rules) { + if (typeof schema == "boolean") + return !schema; + for (const key in schema) + if (rules[key]) + return true; + return false; + } + exports.schemaHasRules = schemaHasRules; + function schemaHasRulesButRef(schema, RULES) { + if (typeof schema == "boolean") + return !schema; + for (const key in schema) + if (key !== "$ref" && RULES.all[key]) + return true; + return false; + } + exports.schemaHasRulesButRef = schemaHasRulesButRef; + function schemaRefOrVal({ topSchemaRef, schemaPath }, schema, keyword, $data) { + if (!$data) { + if (typeof schema == "number" || typeof schema == "boolean") + return schema; + if (typeof schema == "string") + return (0, codegen_1._)`${schema}`; + } + return (0, codegen_1._)`${topSchemaRef}${schemaPath}${(0, codegen_1.getProperty)(keyword)}`; + } + exports.schemaRefOrVal = schemaRefOrVal; + function unescapeFragment(str) { + return unescapeJsonPointer(decodeURIComponent(str)); + } + exports.unescapeFragment = unescapeFragment; + function escapeFragment(str) { + return encodeURIComponent(escapeJsonPointer(str)); + } + exports.escapeFragment = escapeFragment; + function escapeJsonPointer(str) { + if (typeof str == "number") + return `${str}`; + return str.replace(/~/g, "~0").replace(/\//g, "~1"); + } + exports.escapeJsonPointer = escapeJsonPointer; + function unescapeJsonPointer(str) { + return str.replace(/~1/g, "/").replace(/~0/g, "~"); + } + exports.unescapeJsonPointer = unescapeJsonPointer; + function eachItem(xs, f9) { + if (Array.isArray(xs)) { + for (const x2 of xs) + f9(x2); + } else { + f9(xs); + } + } + exports.eachItem = eachItem; + function makeMergeEvaluated({ mergeNames, mergeToName, mergeValues: mergeValues3, resultToName }) { + return (gen, from, to, toName) => { + const res = to === void 0 ? from : to instanceof codegen_1.Name ? (from instanceof codegen_1.Name ? mergeNames(gen, from, to) : mergeToName(gen, from, to), to) : from instanceof codegen_1.Name ? (mergeToName(gen, to, from), from) : mergeValues3(from, to); + return toName === codegen_1.Name && !(res instanceof codegen_1.Name) ? resultToName(gen, res) : res; + }; + } + exports.mergeEvaluated = { + props: makeMergeEvaluated({ + mergeNames: (gen, from, to) => gen.if((0, codegen_1._)`${to} !== true && ${from} !== undefined`, () => { + gen.if((0, codegen_1._)`${from} === true`, () => gen.assign(to, true), () => gen.assign(to, (0, codegen_1._)`${to} || {}`).code((0, codegen_1._)`Object.assign(${to}, ${from})`)); + }), + mergeToName: (gen, from, to) => gen.if((0, codegen_1._)`${to} !== true`, () => { + if (from === true) { + gen.assign(to, true); + } else { + gen.assign(to, (0, codegen_1._)`${to} || {}`); + setEvaluated(gen, to, from); + } + }), + mergeValues: (from, to) => from === true ? true : { ...from, ...to }, + resultToName: evaluatedPropsToName + }), + items: makeMergeEvaluated({ + mergeNames: (gen, from, to) => gen.if((0, codegen_1._)`${to} !== true && ${from} !== undefined`, () => gen.assign(to, (0, codegen_1._)`${from} === true ? true : ${to} > ${from} ? ${to} : ${from}`)), + mergeToName: (gen, from, to) => gen.if((0, codegen_1._)`${to} !== true`, () => gen.assign(to, from === true ? true : (0, codegen_1._)`${to} > ${from} ? ${to} : ${from}`)), + mergeValues: (from, to) => from === true ? true : Math.max(from, to), + resultToName: (gen, items) => gen.var("items", items) + }) + }; + function evaluatedPropsToName(gen, ps) { + if (ps === true) + return gen.var("props", true); + const props = gen.var("props", (0, codegen_1._)`{}`); + if (ps !== void 0) + setEvaluated(gen, props, ps); + return props; + } + exports.evaluatedPropsToName = evaluatedPropsToName; + function setEvaluated(gen, props, ps) { + Object.keys(ps).forEach((p) => gen.assign((0, codegen_1._)`${props}${(0, codegen_1.getProperty)(p)}`, true)); + } + exports.setEvaluated = setEvaluated; + var snippets = {}; + function useFunc(gen, f9) { + return gen.scopeValue("func", { + ref: f9, + code: snippets[f9.code] || (snippets[f9.code] = new code_1._Code(f9.code)) + }); + } + exports.useFunc = useFunc; + var Type; + (function(Type2) { + Type2[Type2["Num"] = 0] = "Num"; + Type2[Type2["Str"] = 1] = "Str"; + })(Type || (exports.Type = Type = {})); + function getErrorPath(dataProp, dataPropType, jsPropertySyntax) { + if (dataProp instanceof codegen_1.Name) { + const isNumber = dataPropType === Type.Num; + return jsPropertySyntax ? isNumber ? (0, codegen_1._)`"[" + ${dataProp} + "]"` : (0, codegen_1._)`"['" + ${dataProp} + "']"` : isNumber ? (0, codegen_1._)`"/" + ${dataProp}` : (0, codegen_1._)`"/" + ${dataProp}.replace(/~/g, "~0").replace(/\\//g, "~1")`; + } + return jsPropertySyntax ? (0, codegen_1.getProperty)(dataProp).toString() : "/" + escapeJsonPointer(dataProp); + } + exports.getErrorPath = getErrorPath; + function checkStrictMode(it, msg, mode = it.opts.strictSchema) { + if (!mode) + return; + msg = `strict mode: ${msg}`; + if (mode === true) + throw new Error(msg); + it.self.logger.warn(msg); + } + exports.checkStrictMode = checkStrictMode; + } +}); + +// node_modules/ajv/dist/compile/names.js +var require_names = __commonJS({ + "node_modules/ajv/dist/compile/names.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var names = { + // validation function arguments + data: new codegen_1.Name("data"), + // data passed to validation function + // args passed from referencing schema + valCxt: new codegen_1.Name("valCxt"), + // validation/data context - should not be used directly, it is destructured to the names below + instancePath: new codegen_1.Name("instancePath"), + parentData: new codegen_1.Name("parentData"), + parentDataProperty: new codegen_1.Name("parentDataProperty"), + rootData: new codegen_1.Name("rootData"), + // root data - same as the data passed to the first/top validation function + dynamicAnchors: new codegen_1.Name("dynamicAnchors"), + // used to support recursiveRef and dynamicRef + // function scoped variables + vErrors: new codegen_1.Name("vErrors"), + // null or array of validation errors + errors: new codegen_1.Name("errors"), + // counter of validation errors + this: new codegen_1.Name("this"), + // "globals" + self: new codegen_1.Name("self"), + scope: new codegen_1.Name("scope"), + // JTD serialize/parse name for JSON string and position + json: new codegen_1.Name("json"), + jsonPos: new codegen_1.Name("jsonPos"), + jsonLen: new codegen_1.Name("jsonLen"), + jsonPart: new codegen_1.Name("jsonPart") + }; + exports.default = names; + } +}); + +// node_modules/ajv/dist/compile/errors.js +var require_errors = __commonJS({ + "node_modules/ajv/dist/compile/errors.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.extendErrors = exports.resetErrorsCount = exports.reportExtraError = exports.reportError = exports.keyword$DataError = exports.keywordError = void 0; + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var names_1 = require_names(); + exports.keywordError = { + message: ({ keyword }) => (0, codegen_1.str)`must pass "${keyword}" keyword validation` + }; + exports.keyword$DataError = { + message: ({ keyword, schemaType }) => schemaType ? (0, codegen_1.str)`"${keyword}" keyword must be ${schemaType} ($data)` : (0, codegen_1.str)`"${keyword}" keyword is invalid ($data)` + }; + function reportError(cxt, error48 = exports.keywordError, errorPaths, overrideAllErrors) { + const { it } = cxt; + const { gen, compositeRule, allErrors } = it; + const errObj = errorObjectCode(cxt, error48, errorPaths); + if (overrideAllErrors !== null && overrideAllErrors !== void 0 ? overrideAllErrors : compositeRule || allErrors) { + addError(gen, errObj); + } else { + returnErrors(it, (0, codegen_1._)`[${errObj}]`); + } + } + exports.reportError = reportError; + function reportExtraError(cxt, error48 = exports.keywordError, errorPaths) { + const { it } = cxt; + const { gen, compositeRule, allErrors } = it; + const errObj = errorObjectCode(cxt, error48, errorPaths); + addError(gen, errObj); + if (!(compositeRule || allErrors)) { + returnErrors(it, names_1.default.vErrors); + } + } + exports.reportExtraError = reportExtraError; + function resetErrorsCount(gen, errsCount) { + gen.assign(names_1.default.errors, errsCount); + gen.if((0, codegen_1._)`${names_1.default.vErrors} !== null`, () => gen.if(errsCount, () => gen.assign((0, codegen_1._)`${names_1.default.vErrors}.length`, errsCount), () => gen.assign(names_1.default.vErrors, null))); + } + exports.resetErrorsCount = resetErrorsCount; + function extendErrors({ gen, keyword, schemaValue, data, errsCount, it }) { + if (errsCount === void 0) + throw new Error("ajv implementation error"); + const err = gen.name("err"); + gen.forRange("i", errsCount, names_1.default.errors, (i) => { + gen.const(err, (0, codegen_1._)`${names_1.default.vErrors}[${i}]`); + gen.if((0, codegen_1._)`${err}.instancePath === undefined`, () => gen.assign((0, codegen_1._)`${err}.instancePath`, (0, codegen_1.strConcat)(names_1.default.instancePath, it.errorPath))); + gen.assign((0, codegen_1._)`${err}.schemaPath`, (0, codegen_1.str)`${it.errSchemaPath}/${keyword}`); + if (it.opts.verbose) { + gen.assign((0, codegen_1._)`${err}.schema`, schemaValue); + gen.assign((0, codegen_1._)`${err}.data`, data); + } + }); + } + exports.extendErrors = extendErrors; + function addError(gen, errObj) { + const err = gen.const("err", errObj); + gen.if((0, codegen_1._)`${names_1.default.vErrors} === null`, () => gen.assign(names_1.default.vErrors, (0, codegen_1._)`[${err}]`), (0, codegen_1._)`${names_1.default.vErrors}.push(${err})`); + gen.code((0, codegen_1._)`${names_1.default.errors}++`); + } + function returnErrors(it, errs) { + const { gen, validateName, schemaEnv } = it; + if (schemaEnv.$async) { + gen.throw((0, codegen_1._)`new ${it.ValidationError}(${errs})`); + } else { + gen.assign((0, codegen_1._)`${validateName}.errors`, errs); + gen.return(false); + } + } + var E2 = { + keyword: new codegen_1.Name("keyword"), + schemaPath: new codegen_1.Name("schemaPath"), + // also used in JTD errors + params: new codegen_1.Name("params"), + propertyName: new codegen_1.Name("propertyName"), + message: new codegen_1.Name("message"), + schema: new codegen_1.Name("schema"), + parentSchema: new codegen_1.Name("parentSchema") + }; + function errorObjectCode(cxt, error48, errorPaths) { + const { createErrors } = cxt.it; + if (createErrors === false) + return (0, codegen_1._)`{}`; + return errorObject(cxt, error48, errorPaths); + } + function errorObject(cxt, error48, errorPaths = {}) { + const { gen, it } = cxt; + const keyValues = [ + errorInstancePath(it, errorPaths), + errorSchemaPath(cxt, errorPaths) + ]; + extraErrorProps(cxt, error48, keyValues); + return gen.object(...keyValues); + } + function errorInstancePath({ errorPath }, { instancePath }) { + const instPath = instancePath ? (0, codegen_1.str)`${errorPath}${(0, util_1.getErrorPath)(instancePath, util_1.Type.Str)}` : errorPath; + return [names_1.default.instancePath, (0, codegen_1.strConcat)(names_1.default.instancePath, instPath)]; + } + function errorSchemaPath({ keyword, it: { errSchemaPath } }, { schemaPath, parentSchema }) { + let schPath = parentSchema ? errSchemaPath : (0, codegen_1.str)`${errSchemaPath}/${keyword}`; + if (schemaPath) { + schPath = (0, codegen_1.str)`${schPath}${(0, util_1.getErrorPath)(schemaPath, util_1.Type.Str)}`; + } + return [E2.schemaPath, schPath]; + } + function extraErrorProps(cxt, { params, message }, keyValues) { + const { keyword, data, schemaValue, it } = cxt; + const { opts, propertyName, topSchemaRef, schemaPath } = it; + keyValues.push([E2.keyword, keyword], [E2.params, typeof params == "function" ? params(cxt) : params || (0, codegen_1._)`{}`]); + if (opts.messages) { + keyValues.push([E2.message, typeof message == "function" ? message(cxt) : message]); + } + if (opts.verbose) { + keyValues.push([E2.schema, schemaValue], [E2.parentSchema, (0, codegen_1._)`${topSchemaRef}${schemaPath}`], [names_1.default.data, data]); + } + if (propertyName) + keyValues.push([E2.propertyName, propertyName]); + } + } +}); + +// node_modules/ajv/dist/compile/validate/boolSchema.js +var require_boolSchema = __commonJS({ + "node_modules/ajv/dist/compile/validate/boolSchema.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.boolOrEmptySchema = exports.topBoolOrEmptySchema = void 0; + var errors_1 = require_errors(); + var codegen_1 = require_codegen(); + var names_1 = require_names(); + var boolError = { + message: "boolean schema is false" + }; + function topBoolOrEmptySchema(it) { + const { gen, schema, validateName } = it; + if (schema === false) { + falseSchemaError(it, false); + } else if (typeof schema == "object" && schema.$async === true) { + gen.return(names_1.default.data); + } else { + gen.assign((0, codegen_1._)`${validateName}.errors`, null); + gen.return(true); + } + } + exports.topBoolOrEmptySchema = topBoolOrEmptySchema; + function boolOrEmptySchema(it, valid) { + const { gen, schema } = it; + if (schema === false) { + gen.var(valid, false); + falseSchemaError(it); + } else { + gen.var(valid, true); + } + } + exports.boolOrEmptySchema = boolOrEmptySchema; + function falseSchemaError(it, overrideAllErrors) { + const { gen, data } = it; + const cxt = { + gen, + keyword: "false schema", + data, + schema: false, + schemaCode: false, + schemaValue: false, + params: {}, + it + }; + (0, errors_1.reportError)(cxt, boolError, void 0, overrideAllErrors); + } + } +}); + +// node_modules/ajv/dist/compile/rules.js +var require_rules = __commonJS({ + "node_modules/ajv/dist/compile/rules.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.getRules = exports.isJSONType = void 0; + var _jsonTypes = ["string", "number", "integer", "boolean", "null", "object", "array"]; + var jsonTypes = new Set(_jsonTypes); + function isJSONType(x2) { + return typeof x2 == "string" && jsonTypes.has(x2); + } + exports.isJSONType = isJSONType; + function getRules() { + const groups = { + number: { type: "number", rules: [] }, + string: { type: "string", rules: [] }, + array: { type: "array", rules: [] }, + object: { type: "object", rules: [] } + }; + return { + types: { ...groups, integer: true, boolean: true, null: true }, + rules: [{ rules: [] }, groups.number, groups.string, groups.array, groups.object], + post: { rules: [] }, + all: {}, + keywords: {} + }; + } + exports.getRules = getRules; + } +}); + +// node_modules/ajv/dist/compile/validate/applicability.js +var require_applicability = __commonJS({ + "node_modules/ajv/dist/compile/validate/applicability.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.shouldUseRule = exports.shouldUseGroup = exports.schemaHasRulesForType = void 0; + function schemaHasRulesForType({ schema, self: self2 }, type) { + const group = self2.RULES.types[type]; + return group && group !== true && shouldUseGroup(schema, group); + } + exports.schemaHasRulesForType = schemaHasRulesForType; + function shouldUseGroup(schema, group) { + return group.rules.some((rule) => shouldUseRule(schema, rule)); + } + exports.shouldUseGroup = shouldUseGroup; + function shouldUseRule(schema, rule) { + var _a5; + return schema[rule.keyword] !== void 0 || ((_a5 = rule.definition.implements) === null || _a5 === void 0 ? void 0 : _a5.some((kwd) => schema[kwd] !== void 0)); + } + exports.shouldUseRule = shouldUseRule; + } +}); + +// node_modules/ajv/dist/compile/validate/dataType.js +var require_dataType = __commonJS({ + "node_modules/ajv/dist/compile/validate/dataType.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.reportTypeError = exports.checkDataTypes = exports.checkDataType = exports.coerceAndCheckDataType = exports.getJSONTypes = exports.getSchemaTypes = exports.DataType = void 0; + var rules_1 = require_rules(); + var applicability_1 = require_applicability(); + var errors_1 = require_errors(); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var DataType; + (function(DataType2) { + DataType2[DataType2["Correct"] = 0] = "Correct"; + DataType2[DataType2["Wrong"] = 1] = "Wrong"; + })(DataType || (exports.DataType = DataType = {})); + function getSchemaTypes(schema) { + const types = getJSONTypes(schema.type); + const hasNull = types.includes("null"); + if (hasNull) { + if (schema.nullable === false) + throw new Error("type: null contradicts nullable: false"); + } else { + if (!types.length && schema.nullable !== void 0) { + throw new Error('"nullable" cannot be used without "type"'); + } + if (schema.nullable === true) + types.push("null"); + } + return types; + } + exports.getSchemaTypes = getSchemaTypes; + function getJSONTypes(ts) { + const types = Array.isArray(ts) ? ts : ts ? [ts] : []; + if (types.every(rules_1.isJSONType)) + return types; + throw new Error("type must be JSONType or JSONType[]: " + types.join(",")); + } + exports.getJSONTypes = getJSONTypes; + function coerceAndCheckDataType(it, types) { + const { gen, data, opts } = it; + const coerceTo = coerceToTypes(types, opts.coerceTypes); + const checkTypes = types.length > 0 && !(coerceTo.length === 0 && types.length === 1 && (0, applicability_1.schemaHasRulesForType)(it, types[0])); + if (checkTypes) { + const wrongType = checkDataTypes(types, data, opts.strictNumbers, DataType.Wrong); + gen.if(wrongType, () => { + if (coerceTo.length) + coerceData(it, types, coerceTo); + else + reportTypeError(it); + }); + } + return checkTypes; + } + exports.coerceAndCheckDataType = coerceAndCheckDataType; + var COERCIBLE = /* @__PURE__ */ new Set(["string", "number", "integer", "boolean", "null"]); + function coerceToTypes(types, coerceTypes) { + return coerceTypes ? types.filter((t11) => COERCIBLE.has(t11) || coerceTypes === "array" && t11 === "array") : []; + } + function coerceData(it, types, coerceTo) { + const { gen, data, opts } = it; + const dataType = gen.let("dataType", (0, codegen_1._)`typeof ${data}`); + const coerced = gen.let("coerced", (0, codegen_1._)`undefined`); + if (opts.coerceTypes === "array") { + gen.if((0, codegen_1._)`${dataType} == 'object' && Array.isArray(${data}) && ${data}.length == 1`, () => gen.assign(data, (0, codegen_1._)`${data}[0]`).assign(dataType, (0, codegen_1._)`typeof ${data}`).if(checkDataTypes(types, data, opts.strictNumbers), () => gen.assign(coerced, data))); + } + gen.if((0, codegen_1._)`${coerced} !== undefined`); + for (const t11 of coerceTo) { + if (COERCIBLE.has(t11) || t11 === "array" && opts.coerceTypes === "array") { + coerceSpecificType(t11); + } + } + gen.else(); + reportTypeError(it); + gen.endIf(); + gen.if((0, codegen_1._)`${coerced} !== undefined`, () => { + gen.assign(data, coerced); + assignParentData(it, coerced); + }); + function coerceSpecificType(t11) { + switch (t11) { + case "string": + gen.elseIf((0, codegen_1._)`${dataType} == "number" || ${dataType} == "boolean"`).assign(coerced, (0, codegen_1._)`"" + ${data}`).elseIf((0, codegen_1._)`${data} === null`).assign(coerced, (0, codegen_1._)`""`); + return; + case "number": + gen.elseIf((0, codegen_1._)`${dataType} == "boolean" || ${data} === null + || (${dataType} == "string" && ${data} && ${data} == +${data})`).assign(coerced, (0, codegen_1._)`+${data}`); + return; + case "integer": + gen.elseIf((0, codegen_1._)`${dataType} === "boolean" || ${data} === null + || (${dataType} === "string" && ${data} && ${data} == +${data} && !(${data} % 1))`).assign(coerced, (0, codegen_1._)`+${data}`); + return; + case "boolean": + gen.elseIf((0, codegen_1._)`${data} === "false" || ${data} === 0 || ${data} === null`).assign(coerced, false).elseIf((0, codegen_1._)`${data} === "true" || ${data} === 1`).assign(coerced, true); + return; + case "null": + gen.elseIf((0, codegen_1._)`${data} === "" || ${data} === 0 || ${data} === false`); + gen.assign(coerced, null); + return; + case "array": + gen.elseIf((0, codegen_1._)`${dataType} === "string" || ${dataType} === "number" + || ${dataType} === "boolean" || ${data} === null`).assign(coerced, (0, codegen_1._)`[${data}]`); + } + } + } + function assignParentData({ gen, parentData, parentDataProperty }, expr) { + gen.if((0, codegen_1._)`${parentData} !== undefined`, () => gen.assign((0, codegen_1._)`${parentData}[${parentDataProperty}]`, expr)); + } + function checkDataType(dataType, data, strictNums, correct = DataType.Correct) { + const EQ2 = correct === DataType.Correct ? codegen_1.operators.EQ : codegen_1.operators.NEQ; + let cond; + switch (dataType) { + case "null": + return (0, codegen_1._)`${data} ${EQ2} null`; + case "array": + cond = (0, codegen_1._)`Array.isArray(${data})`; + break; + case "object": + cond = (0, codegen_1._)`${data} && typeof ${data} == "object" && !Array.isArray(${data})`; + break; + case "integer": + cond = numCond((0, codegen_1._)`!(${data} % 1) && !isNaN(${data})`); + break; + case "number": + cond = numCond(); + break; + default: + return (0, codegen_1._)`typeof ${data} ${EQ2} ${dataType}`; + } + return correct === DataType.Correct ? cond : (0, codegen_1.not)(cond); + function numCond(_cond = codegen_1.nil) { + return (0, codegen_1.and)((0, codegen_1._)`typeof ${data} == "number"`, _cond, strictNums ? (0, codegen_1._)`isFinite(${data})` : codegen_1.nil); + } + } + exports.checkDataType = checkDataType; + function checkDataTypes(dataTypes, data, strictNums, correct) { + if (dataTypes.length === 1) { + return checkDataType(dataTypes[0], data, strictNums, correct); + } + let cond; + const types = (0, util_1.toHash)(dataTypes); + if (types.array && types.object) { + const notObj = (0, codegen_1._)`typeof ${data} != "object"`; + cond = types.null ? notObj : (0, codegen_1._)`!${data} || ${notObj}`; + delete types.null; + delete types.array; + delete types.object; + } else { + cond = codegen_1.nil; + } + if (types.number) + delete types.integer; + for (const t11 in types) + cond = (0, codegen_1.and)(cond, checkDataType(t11, data, strictNums, correct)); + return cond; + } + exports.checkDataTypes = checkDataTypes; + var typeError = { + message: ({ schema }) => `must be ${schema}`, + params: ({ schema, schemaValue }) => typeof schema == "string" ? (0, codegen_1._)`{type: ${schema}}` : (0, codegen_1._)`{type: ${schemaValue}}` + }; + function reportTypeError(it) { + const cxt = getTypeErrorContext(it); + (0, errors_1.reportError)(cxt, typeError); + } + exports.reportTypeError = reportTypeError; + function getTypeErrorContext(it) { + const { gen, data, schema } = it; + const schemaCode = (0, util_1.schemaRefOrVal)(it, schema, "type"); + return { + gen, + keyword: "type", + data, + schema: schema.type, + schemaCode, + schemaValue: schemaCode, + parentSchema: schema, + params: {}, + it + }; + } + } +}); + +// node_modules/ajv/dist/compile/validate/defaults.js +var require_defaults = __commonJS({ + "node_modules/ajv/dist/compile/validate/defaults.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.assignDefaults = void 0; + var codegen_1 = require_codegen(); + var util_1 = require_util(); + function assignDefaults(it, ty) { + const { properties, items } = it.schema; + if (ty === "object" && properties) { + for (const key in properties) { + assignDefault(it, key, properties[key].default); + } + } else if (ty === "array" && Array.isArray(items)) { + items.forEach((sch, i) => assignDefault(it, i, sch.default)); + } + } + exports.assignDefaults = assignDefaults; + function assignDefault(it, prop, defaultValue) { + const { gen, compositeRule, data, opts } = it; + if (defaultValue === void 0) + return; + const childData = (0, codegen_1._)`${data}${(0, codegen_1.getProperty)(prop)}`; + if (compositeRule) { + (0, util_1.checkStrictMode)(it, `default is ignored for: ${childData}`); + return; + } + let condition = (0, codegen_1._)`${childData} === undefined`; + if (opts.useDefaults === "empty") { + condition = (0, codegen_1._)`${condition} || ${childData} === null || ${childData} === ""`; + } + gen.if(condition, (0, codegen_1._)`${childData} = ${(0, codegen_1.stringify)(defaultValue)}`); + } + } +}); + +// node_modules/ajv/dist/vocabularies/code.js +var require_code2 = __commonJS({ + "node_modules/ajv/dist/vocabularies/code.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.validateUnion = exports.validateArray = exports.usePattern = exports.callValidateCode = exports.schemaProperties = exports.allSchemaProperties = exports.noPropertyInData = exports.propertyInData = exports.isOwnProperty = exports.hasPropFunc = exports.reportMissingProp = exports.checkMissingProp = exports.checkReportMissingProp = void 0; + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var names_1 = require_names(); + var util_2 = require_util(); + function checkReportMissingProp(cxt, prop) { + const { gen, data, it } = cxt; + gen.if(noPropertyInData(gen, data, prop, it.opts.ownProperties), () => { + cxt.setParams({ missingProperty: (0, codegen_1._)`${prop}` }, true); + cxt.error(); + }); + } + exports.checkReportMissingProp = checkReportMissingProp; + function checkMissingProp({ gen, data, it: { opts } }, properties, missing) { + return (0, codegen_1.or)(...properties.map((prop) => (0, codegen_1.and)(noPropertyInData(gen, data, prop, opts.ownProperties), (0, codegen_1._)`${missing} = ${prop}`))); + } + exports.checkMissingProp = checkMissingProp; + function reportMissingProp(cxt, missing) { + cxt.setParams({ missingProperty: missing }, true); + cxt.error(); + } + exports.reportMissingProp = reportMissingProp; + function hasPropFunc(gen) { + return gen.scopeValue("func", { + // eslint-disable-next-line @typescript-eslint/unbound-method + ref: Object.prototype.hasOwnProperty, + code: (0, codegen_1._)`Object.prototype.hasOwnProperty` + }); + } + exports.hasPropFunc = hasPropFunc; + function isOwnProperty(gen, data, property) { + return (0, codegen_1._)`${hasPropFunc(gen)}.call(${data}, ${property})`; + } + exports.isOwnProperty = isOwnProperty; + function propertyInData(gen, data, property, ownProperties) { + const cond = (0, codegen_1._)`${data}${(0, codegen_1.getProperty)(property)} !== undefined`; + return ownProperties ? (0, codegen_1._)`${cond} && ${isOwnProperty(gen, data, property)}` : cond; + } + exports.propertyInData = propertyInData; + function noPropertyInData(gen, data, property, ownProperties) { + const cond = (0, codegen_1._)`${data}${(0, codegen_1.getProperty)(property)} === undefined`; + return ownProperties ? (0, codegen_1.or)(cond, (0, codegen_1.not)(isOwnProperty(gen, data, property))) : cond; + } + exports.noPropertyInData = noPropertyInData; + function allSchemaProperties(schemaMap) { + return schemaMap ? Object.keys(schemaMap).filter((p) => p !== "__proto__") : []; + } + exports.allSchemaProperties = allSchemaProperties; + function schemaProperties(it, schemaMap) { + return allSchemaProperties(schemaMap).filter((p) => !(0, util_1.alwaysValidSchema)(it, schemaMap[p])); + } + exports.schemaProperties = schemaProperties; + function callValidateCode({ schemaCode, data, it: { gen, topSchemaRef, schemaPath, errorPath }, it }, func, context, passSchema) { + const dataAndSchema = passSchema ? (0, codegen_1._)`${schemaCode}, ${data}, ${topSchemaRef}${schemaPath}` : data; + const valCxt = [ + [names_1.default.instancePath, (0, codegen_1.strConcat)(names_1.default.instancePath, errorPath)], + [names_1.default.parentData, it.parentData], + [names_1.default.parentDataProperty, it.parentDataProperty], + [names_1.default.rootData, names_1.default.rootData] + ]; + if (it.opts.dynamicRef) + valCxt.push([names_1.default.dynamicAnchors, names_1.default.dynamicAnchors]); + const args = (0, codegen_1._)`${dataAndSchema}, ${gen.object(...valCxt)}`; + return context !== codegen_1.nil ? (0, codegen_1._)`${func}.call(${context}, ${args})` : (0, codegen_1._)`${func}(${args})`; + } + exports.callValidateCode = callValidateCode; + var newRegExp = (0, codegen_1._)`new RegExp`; + function usePattern({ gen, it: { opts } }, pattern) { + const u = opts.unicodeRegExp ? "u" : ""; + const { regExp } = opts.code; + const rx = regExp(pattern, u); + return gen.scopeValue("pattern", { + key: rx.toString(), + ref: rx, + code: (0, codegen_1._)`${regExp.code === "new RegExp" ? newRegExp : (0, util_2.useFunc)(gen, regExp)}(${pattern}, ${u})` + }); + } + exports.usePattern = usePattern; + function validateArray(cxt) { + const { gen, data, keyword, it } = cxt; + const valid = gen.name("valid"); + if (it.allErrors) { + const validArr = gen.let("valid", true); + validateItems(() => gen.assign(validArr, false)); + return validArr; + } + gen.var(valid, true); + validateItems(() => gen.break()); + return valid; + function validateItems(notValid) { + const len = gen.const("len", (0, codegen_1._)`${data}.length`); + gen.forRange("i", 0, len, (i) => { + cxt.subschema({ + keyword, + dataProp: i, + dataPropType: util_1.Type.Num + }, valid); + gen.if((0, codegen_1.not)(valid), notValid); + }); + } + } + exports.validateArray = validateArray; + function validateUnion(cxt) { + const { gen, schema, keyword, it } = cxt; + if (!Array.isArray(schema)) + throw new Error("ajv implementation error"); + const alwaysValid = schema.some((sch) => (0, util_1.alwaysValidSchema)(it, sch)); + if (alwaysValid && !it.opts.unevaluated) + return; + const valid = gen.let("valid", false); + const schValid = gen.name("_valid"); + gen.block(() => schema.forEach((_sch, i) => { + const schCxt = cxt.subschema({ + keyword, + schemaProp: i, + compositeRule: true + }, schValid); + gen.assign(valid, (0, codegen_1._)`${valid} || ${schValid}`); + const merged = cxt.mergeValidEvaluated(schCxt, schValid); + if (!merged) + gen.if((0, codegen_1.not)(valid)); + })); + cxt.result(valid, () => cxt.reset(), () => cxt.error(true)); + } + exports.validateUnion = validateUnion; + } +}); + +// node_modules/ajv/dist/compile/validate/keyword.js +var require_keyword = __commonJS({ + "node_modules/ajv/dist/compile/validate/keyword.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.validateKeywordUsage = exports.validSchemaType = exports.funcKeywordCode = exports.macroKeywordCode = void 0; + var codegen_1 = require_codegen(); + var names_1 = require_names(); + var code_1 = require_code2(); + var errors_1 = require_errors(); + function macroKeywordCode(cxt, def) { + const { gen, keyword, schema, parentSchema, it } = cxt; + const macroSchema = def.macro.call(it.self, schema, parentSchema, it); + const schemaRef = useKeyword(gen, keyword, macroSchema); + if (it.opts.validateSchema !== false) + it.self.validateSchema(macroSchema, true); + const valid = gen.name("valid"); + cxt.subschema({ + schema: macroSchema, + schemaPath: codegen_1.nil, + errSchemaPath: `${it.errSchemaPath}/${keyword}`, + topSchemaRef: schemaRef, + compositeRule: true + }, valid); + cxt.pass(valid, () => cxt.error(true)); + } + exports.macroKeywordCode = macroKeywordCode; + function funcKeywordCode(cxt, def) { + var _a5; + const { gen, keyword, schema, parentSchema, $data, it } = cxt; + checkAsyncKeyword(it, def); + const validate = !$data && def.compile ? def.compile.call(it.self, schema, parentSchema, it) : def.validate; + const validateRef = useKeyword(gen, keyword, validate); + const valid = gen.let("valid"); + cxt.block$data(valid, validateKeyword); + cxt.ok((_a5 = def.valid) !== null && _a5 !== void 0 ? _a5 : valid); + function validateKeyword() { + if (def.errors === false) { + assignValid(); + if (def.modifying) + modifyData(cxt); + reportErrs(() => cxt.error()); + } else { + const ruleErrs = def.async ? validateAsync() : validateSync(); + if (def.modifying) + modifyData(cxt); + reportErrs(() => addErrs(cxt, ruleErrs)); + } + } + function validateAsync() { + const ruleErrs = gen.let("ruleErrs", null); + gen.try(() => assignValid((0, codegen_1._)`await `), (e2) => gen.assign(valid, false).if((0, codegen_1._)`${e2} instanceof ${it.ValidationError}`, () => gen.assign(ruleErrs, (0, codegen_1._)`${e2}.errors`), () => gen.throw(e2))); + return ruleErrs; + } + function validateSync() { + const validateErrs = (0, codegen_1._)`${validateRef}.errors`; + gen.assign(validateErrs, null); + assignValid(codegen_1.nil); + return validateErrs; + } + function assignValid(_await = def.async ? (0, codegen_1._)`await ` : codegen_1.nil) { + const passCxt = it.opts.passContext ? names_1.default.this : names_1.default.self; + const passSchema = !("compile" in def && !$data || def.schema === false); + gen.assign(valid, (0, codegen_1._)`${_await}${(0, code_1.callValidateCode)(cxt, validateRef, passCxt, passSchema)}`, def.modifying); + } + function reportErrs(errors) { + var _a6; + gen.if((0, codegen_1.not)((_a6 = def.valid) !== null && _a6 !== void 0 ? _a6 : valid), errors); + } + } + exports.funcKeywordCode = funcKeywordCode; + function modifyData(cxt) { + const { gen, data, it } = cxt; + gen.if(it.parentData, () => gen.assign(data, (0, codegen_1._)`${it.parentData}[${it.parentDataProperty}]`)); + } + function addErrs(cxt, errs) { + const { gen } = cxt; + gen.if((0, codegen_1._)`Array.isArray(${errs})`, () => { + gen.assign(names_1.default.vErrors, (0, codegen_1._)`${names_1.default.vErrors} === null ? ${errs} : ${names_1.default.vErrors}.concat(${errs})`).assign(names_1.default.errors, (0, codegen_1._)`${names_1.default.vErrors}.length`); + (0, errors_1.extendErrors)(cxt); + }, () => cxt.error()); + } + function checkAsyncKeyword({ schemaEnv }, def) { + if (def.async && !schemaEnv.$async) + throw new Error("async keyword in sync schema"); + } + function useKeyword(gen, keyword, result) { + if (result === void 0) + throw new Error(`keyword "${keyword}" failed to compile`); + return gen.scopeValue("keyword", typeof result == "function" ? { ref: result } : { ref: result, code: (0, codegen_1.stringify)(result) }); + } + function validSchemaType(schema, schemaType, allowUndefined = false) { + return !schemaType.length || schemaType.some((st) => st === "array" ? Array.isArray(schema) : st === "object" ? schema && typeof schema == "object" && !Array.isArray(schema) : typeof schema == st || allowUndefined && typeof schema == "undefined"); + } + exports.validSchemaType = validSchemaType; + function validateKeywordUsage({ schema, opts, self: self2, errSchemaPath }, def, keyword) { + if (Array.isArray(def.keyword) ? !def.keyword.includes(keyword) : def.keyword !== keyword) { + throw new Error("ajv implementation error"); + } + const deps = def.dependencies; + if (deps === null || deps === void 0 ? void 0 : deps.some((kwd) => !Object.prototype.hasOwnProperty.call(schema, kwd))) { + throw new Error(`parent schema must have dependencies of ${keyword}: ${deps.join(",")}`); + } + if (def.validateSchema) { + const valid = def.validateSchema(schema[keyword]); + if (!valid) { + const msg = `keyword "${keyword}" value is invalid at path "${errSchemaPath}": ` + self2.errorsText(def.validateSchema.errors); + if (opts.validateSchema === "log") + self2.logger.error(msg); + else + throw new Error(msg); + } + } + } + exports.validateKeywordUsage = validateKeywordUsage; + } +}); + +// node_modules/ajv/dist/compile/validate/subschema.js +var require_subschema = __commonJS({ + "node_modules/ajv/dist/compile/validate/subschema.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.extendSubschemaMode = exports.extendSubschemaData = exports.getSubschema = void 0; + var codegen_1 = require_codegen(); + var util_1 = require_util(); + function getSubschema(it, { keyword, schemaProp, schema, schemaPath, errSchemaPath, topSchemaRef }) { + if (keyword !== void 0 && schema !== void 0) { + throw new Error('both "keyword" and "schema" passed, only one allowed'); + } + if (keyword !== void 0) { + const sch = it.schema[keyword]; + return schemaProp === void 0 ? { + schema: sch, + schemaPath: (0, codegen_1._)`${it.schemaPath}${(0, codegen_1.getProperty)(keyword)}`, + errSchemaPath: `${it.errSchemaPath}/${keyword}` + } : { + schema: sch[schemaProp], + schemaPath: (0, codegen_1._)`${it.schemaPath}${(0, codegen_1.getProperty)(keyword)}${(0, codegen_1.getProperty)(schemaProp)}`, + errSchemaPath: `${it.errSchemaPath}/${keyword}/${(0, util_1.escapeFragment)(schemaProp)}` + }; + } + if (schema !== void 0) { + if (schemaPath === void 0 || errSchemaPath === void 0 || topSchemaRef === void 0) { + throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"'); + } + return { + schema, + schemaPath, + topSchemaRef, + errSchemaPath + }; + } + throw new Error('either "keyword" or "schema" must be passed'); + } + exports.getSubschema = getSubschema; + function extendSubschemaData(subschema, it, { dataProp, dataPropType: dpType, data, dataTypes, propertyName }) { + if (data !== void 0 && dataProp !== void 0) { + throw new Error('both "data" and "dataProp" passed, only one allowed'); + } + const { gen } = it; + if (dataProp !== void 0) { + const { errorPath, dataPathArr, opts } = it; + const nextData = gen.let("data", (0, codegen_1._)`${it.data}${(0, codegen_1.getProperty)(dataProp)}`, true); + dataContextProps(nextData); + subschema.errorPath = (0, codegen_1.str)`${errorPath}${(0, util_1.getErrorPath)(dataProp, dpType, opts.jsPropertySyntax)}`; + subschema.parentDataProperty = (0, codegen_1._)`${dataProp}`; + subschema.dataPathArr = [...dataPathArr, subschema.parentDataProperty]; + } + if (data !== void 0) { + const nextData = data instanceof codegen_1.Name ? data : gen.let("data", data, true); + dataContextProps(nextData); + if (propertyName !== void 0) + subschema.propertyName = propertyName; + } + if (dataTypes) + subschema.dataTypes = dataTypes; + function dataContextProps(_nextData) { + subschema.data = _nextData; + subschema.dataLevel = it.dataLevel + 1; + subschema.dataTypes = []; + it.definedProperties = /* @__PURE__ */ new Set(); + subschema.parentData = it.data; + subschema.dataNames = [...it.dataNames, _nextData]; + } + } + exports.extendSubschemaData = extendSubschemaData; + function extendSubschemaMode(subschema, { jtdDiscriminator, jtdMetadata, compositeRule, createErrors, allErrors }) { + if (compositeRule !== void 0) + subschema.compositeRule = compositeRule; + if (createErrors !== void 0) + subschema.createErrors = createErrors; + if (allErrors !== void 0) + subschema.allErrors = allErrors; + subschema.jtdDiscriminator = jtdDiscriminator; + subschema.jtdMetadata = jtdMetadata; + } + exports.extendSubschemaMode = extendSubschemaMode; + } +}); + +// node_modules/fast-deep-equal/index.js +var require_fast_deep_equal = __commonJS({ + "node_modules/fast-deep-equal/index.js"(exports, module2) { + "use strict"; + module2.exports = function equal(a, b2) { + if (a === b2) return true; + if (a && b2 && typeof a == "object" && typeof b2 == "object") { + if (a.constructor !== b2.constructor) return false; + var length, i, keys; + if (Array.isArray(a)) { + length = a.length; + if (length != b2.length) return false; + for (i = length; i-- !== 0; ) + if (!equal(a[i], b2[i])) return false; + return true; + } + if (a.constructor === RegExp) return a.source === b2.source && a.flags === b2.flags; + if (a.valueOf !== Object.prototype.valueOf) return a.valueOf() === b2.valueOf(); + if (a.toString !== Object.prototype.toString) return a.toString() === b2.toString(); + keys = Object.keys(a); + length = keys.length; + if (length !== Object.keys(b2).length) return false; + for (i = length; i-- !== 0; ) + if (!Object.prototype.hasOwnProperty.call(b2, keys[i])) return false; + for (i = length; i-- !== 0; ) { + var key = keys[i]; + if (!equal(a[key], b2[key])) return false; + } + return true; + } + return a !== a && b2 !== b2; + }; + } +}); + +// node_modules/json-schema-traverse/index.js +var require_json_schema_traverse = __commonJS({ + "node_modules/json-schema-traverse/index.js"(exports, module2) { + "use strict"; + var traverse = module2.exports = function(schema, opts, cb2) { + if (typeof opts == "function") { + cb2 = opts; + opts = {}; + } + cb2 = opts.cb || cb2; + var pre = typeof cb2 == "function" ? cb2 : cb2.pre || function() { + }; + var post = cb2.post || function() { + }; + _traverse(opts, pre, post, schema, "", schema); + }; + traverse.keywords = { + additionalItems: true, + items: true, + contains: true, + additionalProperties: true, + propertyNames: true, + not: true, + if: true, + then: true, + else: true + }; + traverse.arrayKeywords = { + items: true, + allOf: true, + anyOf: true, + oneOf: true + }; + traverse.propsKeywords = { + $defs: true, + definitions: true, + properties: true, + patternProperties: true, + dependencies: true + }; + traverse.skipKeywords = { + default: true, + enum: true, + const: true, + required: true, + maximum: true, + minimum: true, + exclusiveMaximum: true, + exclusiveMinimum: true, + multipleOf: true, + maxLength: true, + minLength: true, + pattern: true, + format: true, + maxItems: true, + minItems: true, + uniqueItems: true, + maxProperties: true, + minProperties: true + }; + function _traverse(opts, pre, post, schema, jsonPtr, rootSchema, parentJsonPtr, parentKeyword, parentSchema, keyIndex) { + if (schema && typeof schema == "object" && !Array.isArray(schema)) { + pre(schema, jsonPtr, rootSchema, parentJsonPtr, parentKeyword, parentSchema, keyIndex); + for (var key in schema) { + var sch = schema[key]; + if (Array.isArray(sch)) { + if (key in traverse.arrayKeywords) { + for (var i = 0; i < sch.length; i++) + _traverse(opts, pre, post, sch[i], jsonPtr + "/" + key + "/" + i, rootSchema, jsonPtr, key, schema, i); + } + } else if (key in traverse.propsKeywords) { + if (sch && typeof sch == "object") { + for (var prop in sch) + _traverse(opts, pre, post, sch[prop], jsonPtr + "/" + key + "/" + escapeJsonPtr(prop), rootSchema, jsonPtr, key, schema, prop); + } + } else if (key in traverse.keywords || opts.allKeys && !(key in traverse.skipKeywords)) { + _traverse(opts, pre, post, sch, jsonPtr + "/" + key, rootSchema, jsonPtr, key, schema); + } + } + post(schema, jsonPtr, rootSchema, parentJsonPtr, parentKeyword, parentSchema, keyIndex); + } + } + function escapeJsonPtr(str) { + return str.replace(/~/g, "~0").replace(/\//g, "~1"); + } + } +}); + +// node_modules/ajv/dist/compile/resolve.js +var require_resolve = __commonJS({ + "node_modules/ajv/dist/compile/resolve.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.getSchemaRefs = exports.resolveUrl = exports.normalizeId = exports._getFullPath = exports.getFullPath = exports.inlineRef = void 0; + var util_1 = require_util(); + var equal = require_fast_deep_equal(); + var traverse = require_json_schema_traverse(); + var SIMPLE_INLINED = /* @__PURE__ */ new Set([ + "type", + "format", + "pattern", + "maxLength", + "minLength", + "maxProperties", + "minProperties", + "maxItems", + "minItems", + "maximum", + "minimum", + "uniqueItems", + "multipleOf", + "required", + "enum", + "const" + ]); + function inlineRef(schema, limit = true) { + if (typeof schema == "boolean") + return true; + if (limit === true) + return !hasRef(schema); + if (!limit) + return false; + return countKeys(schema) <= limit; + } + exports.inlineRef = inlineRef; + var REF_KEYWORDS = /* @__PURE__ */ new Set([ + "$ref", + "$recursiveRef", + "$recursiveAnchor", + "$dynamicRef", + "$dynamicAnchor" + ]); + function hasRef(schema) { + for (const key in schema) { + if (REF_KEYWORDS.has(key)) + return true; + const sch = schema[key]; + if (Array.isArray(sch) && sch.some(hasRef)) + return true; + if (typeof sch == "object" && hasRef(sch)) + return true; + } + return false; + } + function countKeys(schema) { + let count = 0; + for (const key in schema) { + if (key === "$ref") + return Infinity; + count++; + if (SIMPLE_INLINED.has(key)) + continue; + if (typeof schema[key] == "object") { + (0, util_1.eachItem)(schema[key], (sch) => count += countKeys(sch)); + } + if (count === Infinity) + return Infinity; + } + return count; + } + function getFullPath(resolver, id = "", normalize3) { + if (normalize3 !== false) + id = normalizeId(id); + const p = resolver.parse(id); + return _getFullPath(resolver, p); + } + exports.getFullPath = getFullPath; + function _getFullPath(resolver, p) { + const serialized = resolver.serialize(p); + return serialized.split("#")[0] + "#"; + } + exports._getFullPath = _getFullPath; + var TRAILING_SLASH_HASH = /#\/?$/; + function normalizeId(id) { + return id ? id.replace(TRAILING_SLASH_HASH, "") : ""; + } + exports.normalizeId = normalizeId; + function resolveUrl(resolver, baseId, id) { + id = normalizeId(id); + return resolver.resolve(baseId, id); + } + exports.resolveUrl = resolveUrl; + var ANCHOR = /^[a-z_][-a-z0-9._]*$/i; + function getSchemaRefs(schema, baseId) { + if (typeof schema == "boolean") + return {}; + const { schemaId, uriResolver } = this.opts; + const schId = normalizeId(schema[schemaId] || baseId); + const baseIds = { "": schId }; + const pathPrefix = getFullPath(uriResolver, schId, false); + const localRefs = {}; + const schemaRefs = /* @__PURE__ */ new Set(); + traverse(schema, { allKeys: true }, (sch, jsonPtr, _2, parentJsonPtr) => { + if (parentJsonPtr === void 0) + return; + const fullPath = pathPrefix + jsonPtr; + let innerBaseId = baseIds[parentJsonPtr]; + if (typeof sch[schemaId] == "string") + innerBaseId = addRef.call(this, sch[schemaId]); + addAnchor.call(this, sch.$anchor); + addAnchor.call(this, sch.$dynamicAnchor); + baseIds[jsonPtr] = innerBaseId; + function addRef(ref) { + const _resolve = this.opts.uriResolver.resolve; + ref = normalizeId(innerBaseId ? _resolve(innerBaseId, ref) : ref); + if (schemaRefs.has(ref)) + throw ambiguos(ref); + schemaRefs.add(ref); + let schOrRef = this.refs[ref]; + if (typeof schOrRef == "string") + schOrRef = this.refs[schOrRef]; + if (typeof schOrRef == "object") { + checkAmbiguosRef(sch, schOrRef.schema, ref); + } else if (ref !== normalizeId(fullPath)) { + if (ref[0] === "#") { + checkAmbiguosRef(sch, localRefs[ref], ref); + localRefs[ref] = sch; + } else { + this.refs[ref] = fullPath; + } + } + return ref; + } + function addAnchor(anchor) { + if (typeof anchor == "string") { + if (!ANCHOR.test(anchor)) + throw new Error(`invalid anchor "${anchor}"`); + addRef.call(this, `#${anchor}`); + } + } + }); + return localRefs; + function checkAmbiguosRef(sch1, sch2, ref) { + if (sch2 !== void 0 && !equal(sch1, sch2)) + throw ambiguos(ref); + } + function ambiguos(ref) { + return new Error(`reference "${ref}" resolves to more than one schema`); + } + } + exports.getSchemaRefs = getSchemaRefs; + } +}); + +// node_modules/ajv/dist/compile/validate/index.js +var require_validate = __commonJS({ + "node_modules/ajv/dist/compile/validate/index.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.getData = exports.KeywordCxt = exports.validateFunctionCode = void 0; + var boolSchema_1 = require_boolSchema(); + var dataType_1 = require_dataType(); + var applicability_1 = require_applicability(); + var dataType_2 = require_dataType(); + var defaults_1 = require_defaults(); + var keyword_1 = require_keyword(); + var subschema_1 = require_subschema(); + var codegen_1 = require_codegen(); + var names_1 = require_names(); + var resolve_1 = require_resolve(); + var util_1 = require_util(); + var errors_1 = require_errors(); + function validateFunctionCode(it) { + if (isSchemaObj(it)) { + checkKeywords(it); + if (schemaCxtHasRules(it)) { + topSchemaObjCode(it); + return; + } + } + validateFunction(it, () => (0, boolSchema_1.topBoolOrEmptySchema)(it)); + } + exports.validateFunctionCode = validateFunctionCode; + function validateFunction({ gen, validateName, schema, schemaEnv, opts }, body) { + if (opts.code.es5) { + gen.func(validateName, (0, codegen_1._)`${names_1.default.data}, ${names_1.default.valCxt}`, schemaEnv.$async, () => { + gen.code((0, codegen_1._)`"use strict"; ${funcSourceUrl(schema, opts)}`); + destructureValCxtES5(gen, opts); + gen.code(body); + }); + } else { + gen.func(validateName, (0, codegen_1._)`${names_1.default.data}, ${destructureValCxt(opts)}`, schemaEnv.$async, () => gen.code(funcSourceUrl(schema, opts)).code(body)); + } + } + function destructureValCxt(opts) { + return (0, codegen_1._)`{${names_1.default.instancePath}="", ${names_1.default.parentData}, ${names_1.default.parentDataProperty}, ${names_1.default.rootData}=${names_1.default.data}${opts.dynamicRef ? (0, codegen_1._)`, ${names_1.default.dynamicAnchors}={}` : codegen_1.nil}}={}`; + } + function destructureValCxtES5(gen, opts) { + gen.if(names_1.default.valCxt, () => { + gen.var(names_1.default.instancePath, (0, codegen_1._)`${names_1.default.valCxt}.${names_1.default.instancePath}`); + gen.var(names_1.default.parentData, (0, codegen_1._)`${names_1.default.valCxt}.${names_1.default.parentData}`); + gen.var(names_1.default.parentDataProperty, (0, codegen_1._)`${names_1.default.valCxt}.${names_1.default.parentDataProperty}`); + gen.var(names_1.default.rootData, (0, codegen_1._)`${names_1.default.valCxt}.${names_1.default.rootData}`); + if (opts.dynamicRef) + gen.var(names_1.default.dynamicAnchors, (0, codegen_1._)`${names_1.default.valCxt}.${names_1.default.dynamicAnchors}`); + }, () => { + gen.var(names_1.default.instancePath, (0, codegen_1._)`""`); + gen.var(names_1.default.parentData, (0, codegen_1._)`undefined`); + gen.var(names_1.default.parentDataProperty, (0, codegen_1._)`undefined`); + gen.var(names_1.default.rootData, names_1.default.data); + if (opts.dynamicRef) + gen.var(names_1.default.dynamicAnchors, (0, codegen_1._)`{}`); + }); + } + function topSchemaObjCode(it) { + const { schema, opts, gen } = it; + validateFunction(it, () => { + if (opts.$comment && schema.$comment) + commentKeyword(it); + checkNoDefault(it); + gen.let(names_1.default.vErrors, null); + gen.let(names_1.default.errors, 0); + if (opts.unevaluated) + resetEvaluated(it); + typeAndKeywords(it); + returnResults(it); + }); + return; + } + function resetEvaluated(it) { + const { gen, validateName } = it; + it.evaluated = gen.const("evaluated", (0, codegen_1._)`${validateName}.evaluated`); + gen.if((0, codegen_1._)`${it.evaluated}.dynamicProps`, () => gen.assign((0, codegen_1._)`${it.evaluated}.props`, (0, codegen_1._)`undefined`)); + gen.if((0, codegen_1._)`${it.evaluated}.dynamicItems`, () => gen.assign((0, codegen_1._)`${it.evaluated}.items`, (0, codegen_1._)`undefined`)); + } + function funcSourceUrl(schema, opts) { + const schId = typeof schema == "object" && schema[opts.schemaId]; + return schId && (opts.code.source || opts.code.process) ? (0, codegen_1._)`/*# sourceURL=${schId} */` : codegen_1.nil; + } + function subschemaCode(it, valid) { + if (isSchemaObj(it)) { + checkKeywords(it); + if (schemaCxtHasRules(it)) { + subSchemaObjCode(it, valid); + return; + } + } + (0, boolSchema_1.boolOrEmptySchema)(it, valid); + } + function schemaCxtHasRules({ schema, self: self2 }) { + if (typeof schema == "boolean") + return !schema; + for (const key in schema) + if (self2.RULES.all[key]) + return true; + return false; + } + function isSchemaObj(it) { + return typeof it.schema != "boolean"; + } + function subSchemaObjCode(it, valid) { + const { schema, gen, opts } = it; + if (opts.$comment && schema.$comment) + commentKeyword(it); + updateContext(it); + checkAsyncSchema(it); + const errsCount = gen.const("_errs", names_1.default.errors); + typeAndKeywords(it, errsCount); + gen.var(valid, (0, codegen_1._)`${errsCount} === ${names_1.default.errors}`); + } + function checkKeywords(it) { + (0, util_1.checkUnknownRules)(it); + checkRefsAndKeywords(it); + } + function typeAndKeywords(it, errsCount) { + if (it.opts.jtd) + return schemaKeywords(it, [], false, errsCount); + const types = (0, dataType_1.getSchemaTypes)(it.schema); + const checkedTypes = (0, dataType_1.coerceAndCheckDataType)(it, types); + schemaKeywords(it, types, !checkedTypes, errsCount); + } + function checkRefsAndKeywords(it) { + const { schema, errSchemaPath, opts, self: self2 } = it; + if (schema.$ref && opts.ignoreKeywordsWithRef && (0, util_1.schemaHasRulesButRef)(schema, self2.RULES)) { + self2.logger.warn(`$ref: keywords ignored in schema at path "${errSchemaPath}"`); + } + } + function checkNoDefault(it) { + const { schema, opts } = it; + if (schema.default !== void 0 && opts.useDefaults && opts.strictSchema) { + (0, util_1.checkStrictMode)(it, "default is ignored in the schema root"); + } + } + function updateContext(it) { + const schId = it.schema[it.opts.schemaId]; + if (schId) + it.baseId = (0, resolve_1.resolveUrl)(it.opts.uriResolver, it.baseId, schId); + } + function checkAsyncSchema(it) { + if (it.schema.$async && !it.schemaEnv.$async) + throw new Error("async schema in sync schema"); + } + function commentKeyword({ gen, schemaEnv, schema, errSchemaPath, opts }) { + const msg = schema.$comment; + if (opts.$comment === true) { + gen.code((0, codegen_1._)`${names_1.default.self}.logger.log(${msg})`); + } else if (typeof opts.$comment == "function") { + const schemaPath = (0, codegen_1.str)`${errSchemaPath}/$comment`; + const rootName = gen.scopeValue("root", { ref: schemaEnv.root }); + gen.code((0, codegen_1._)`${names_1.default.self}.opts.$comment(${msg}, ${schemaPath}, ${rootName}.schema)`); + } + } + function returnResults(it) { + const { gen, schemaEnv, validateName, ValidationError, opts } = it; + if (schemaEnv.$async) { + gen.if((0, codegen_1._)`${names_1.default.errors} === 0`, () => gen.return(names_1.default.data), () => gen.throw((0, codegen_1._)`new ${ValidationError}(${names_1.default.vErrors})`)); + } else { + gen.assign((0, codegen_1._)`${validateName}.errors`, names_1.default.vErrors); + if (opts.unevaluated) + assignEvaluated(it); + gen.return((0, codegen_1._)`${names_1.default.errors} === 0`); + } + } + function assignEvaluated({ gen, evaluated, props, items }) { + if (props instanceof codegen_1.Name) + gen.assign((0, codegen_1._)`${evaluated}.props`, props); + if (items instanceof codegen_1.Name) + gen.assign((0, codegen_1._)`${evaluated}.items`, items); + } + function schemaKeywords(it, types, typeErrors, errsCount) { + const { gen, schema, data, allErrors, opts, self: self2 } = it; + const { RULES } = self2; + if (schema.$ref && (opts.ignoreKeywordsWithRef || !(0, util_1.schemaHasRulesButRef)(schema, RULES))) { + gen.block(() => keywordCode(it, "$ref", RULES.all.$ref.definition)); + return; + } + if (!opts.jtd) + checkStrictTypes(it, types); + gen.block(() => { + for (const group of RULES.rules) + groupKeywords(group); + groupKeywords(RULES.post); + }); + function groupKeywords(group) { + if (!(0, applicability_1.shouldUseGroup)(schema, group)) + return; + if (group.type) { + gen.if((0, dataType_2.checkDataType)(group.type, data, opts.strictNumbers)); + iterateKeywords(it, group); + if (types.length === 1 && types[0] === group.type && typeErrors) { + gen.else(); + (0, dataType_2.reportTypeError)(it); + } + gen.endIf(); + } else { + iterateKeywords(it, group); + } + if (!allErrors) + gen.if((0, codegen_1._)`${names_1.default.errors} === ${errsCount || 0}`); + } + } + function iterateKeywords(it, group) { + const { gen, schema, opts: { useDefaults } } = it; + if (useDefaults) + (0, defaults_1.assignDefaults)(it, group.type); + gen.block(() => { + for (const rule of group.rules) { + if ((0, applicability_1.shouldUseRule)(schema, rule)) { + keywordCode(it, rule.keyword, rule.definition, group.type); + } + } + }); + } + function checkStrictTypes(it, types) { + if (it.schemaEnv.meta || !it.opts.strictTypes) + return; + checkContextTypes(it, types); + if (!it.opts.allowUnionTypes) + checkMultipleTypes(it, types); + checkKeywordTypes(it, it.dataTypes); + } + function checkContextTypes(it, types) { + if (!types.length) + return; + if (!it.dataTypes.length) { + it.dataTypes = types; + return; + } + types.forEach((t11) => { + if (!includesType(it.dataTypes, t11)) { + strictTypesError(it, `type "${t11}" not allowed by context "${it.dataTypes.join(",")}"`); + } + }); + narrowSchemaTypes(it, types); + } + function checkMultipleTypes(it, ts) { + if (ts.length > 1 && !(ts.length === 2 && ts.includes("null"))) { + strictTypesError(it, "use allowUnionTypes to allow union type keyword"); + } + } + function checkKeywordTypes(it, ts) { + const rules = it.self.RULES.all; + for (const keyword in rules) { + const rule = rules[keyword]; + if (typeof rule == "object" && (0, applicability_1.shouldUseRule)(it.schema, rule)) { + const { type } = rule.definition; + if (type.length && !type.some((t11) => hasApplicableType(ts, t11))) { + strictTypesError(it, `missing type "${type.join(",")}" for keyword "${keyword}"`); + } + } + } + } + function hasApplicableType(schTs, kwdT) { + return schTs.includes(kwdT) || kwdT === "number" && schTs.includes("integer"); + } + function includesType(ts, t11) { + return ts.includes(t11) || t11 === "integer" && ts.includes("number"); + } + function narrowSchemaTypes(it, withTypes) { + const ts = []; + for (const t11 of it.dataTypes) { + if (includesType(withTypes, t11)) + ts.push(t11); + else if (withTypes.includes("integer") && t11 === "number") + ts.push("integer"); + } + it.dataTypes = ts; + } + function strictTypesError(it, msg) { + const schemaPath = it.schemaEnv.baseId + it.errSchemaPath; + msg += ` at "${schemaPath}" (strictTypes)`; + (0, util_1.checkStrictMode)(it, msg, it.opts.strictTypes); + } + var KeywordCxt = class { + constructor(it, def, keyword) { + (0, keyword_1.validateKeywordUsage)(it, def, keyword); + this.gen = it.gen; + this.allErrors = it.allErrors; + this.keyword = keyword; + this.data = it.data; + this.schema = it.schema[keyword]; + this.$data = def.$data && it.opts.$data && this.schema && this.schema.$data; + this.schemaValue = (0, util_1.schemaRefOrVal)(it, this.schema, keyword, this.$data); + this.schemaType = def.schemaType; + this.parentSchema = it.schema; + this.params = {}; + this.it = it; + this.def = def; + if (this.$data) { + this.schemaCode = it.gen.const("vSchema", getData(this.$data, it)); + } else { + this.schemaCode = this.schemaValue; + if (!(0, keyword_1.validSchemaType)(this.schema, def.schemaType, def.allowUndefined)) { + throw new Error(`${keyword} value must be ${JSON.stringify(def.schemaType)}`); + } + } + if ("code" in def ? def.trackErrors : def.errors !== false) { + this.errsCount = it.gen.const("_errs", names_1.default.errors); + } + } + result(condition, successAction, failAction) { + this.failResult((0, codegen_1.not)(condition), successAction, failAction); + } + failResult(condition, successAction, failAction) { + this.gen.if(condition); + if (failAction) + failAction(); + else + this.error(); + if (successAction) { + this.gen.else(); + successAction(); + if (this.allErrors) + this.gen.endIf(); + } else { + if (this.allErrors) + this.gen.endIf(); + else + this.gen.else(); + } + } + pass(condition, failAction) { + this.failResult((0, codegen_1.not)(condition), void 0, failAction); + } + fail(condition) { + if (condition === void 0) { + this.error(); + if (!this.allErrors) + this.gen.if(false); + return; + } + this.gen.if(condition); + this.error(); + if (this.allErrors) + this.gen.endIf(); + else + this.gen.else(); + } + fail$data(condition) { + if (!this.$data) + return this.fail(condition); + const { schemaCode } = this; + this.fail((0, codegen_1._)`${schemaCode} !== undefined && (${(0, codegen_1.or)(this.invalid$data(), condition)})`); + } + error(append, errorParams, errorPaths) { + if (errorParams) { + this.setParams(errorParams); + this._error(append, errorPaths); + this.setParams({}); + return; + } + this._error(append, errorPaths); + } + _error(append, errorPaths) { + ; + (append ? errors_1.reportExtraError : errors_1.reportError)(this, this.def.error, errorPaths); + } + $dataError() { + (0, errors_1.reportError)(this, this.def.$dataError || errors_1.keyword$DataError); + } + reset() { + if (this.errsCount === void 0) + throw new Error('add "trackErrors" to keyword definition'); + (0, errors_1.resetErrorsCount)(this.gen, this.errsCount); + } + ok(cond) { + if (!this.allErrors) + this.gen.if(cond); + } + setParams(obj, assign) { + if (assign) + Object.assign(this.params, obj); + else + this.params = obj; + } + block$data(valid, codeBlock, $dataValid = codegen_1.nil) { + this.gen.block(() => { + this.check$data(valid, $dataValid); + codeBlock(); + }); + } + check$data(valid = codegen_1.nil, $dataValid = codegen_1.nil) { + if (!this.$data) + return; + const { gen, schemaCode, schemaType, def } = this; + gen.if((0, codegen_1.or)((0, codegen_1._)`${schemaCode} === undefined`, $dataValid)); + if (valid !== codegen_1.nil) + gen.assign(valid, true); + if (schemaType.length || def.validateSchema) { + gen.elseIf(this.invalid$data()); + this.$dataError(); + if (valid !== codegen_1.nil) + gen.assign(valid, false); + } + gen.else(); + } + invalid$data() { + const { gen, schemaCode, schemaType, def, it } = this; + return (0, codegen_1.or)(wrong$DataType(), invalid$DataSchema()); + function wrong$DataType() { + if (schemaType.length) { + if (!(schemaCode instanceof codegen_1.Name)) + throw new Error("ajv implementation error"); + const st = Array.isArray(schemaType) ? schemaType : [schemaType]; + return (0, codegen_1._)`${(0, dataType_2.checkDataTypes)(st, schemaCode, it.opts.strictNumbers, dataType_2.DataType.Wrong)}`; + } + return codegen_1.nil; + } + function invalid$DataSchema() { + if (def.validateSchema) { + const validateSchemaRef = gen.scopeValue("validate$data", { ref: def.validateSchema }); + return (0, codegen_1._)`!${validateSchemaRef}(${schemaCode})`; + } + return codegen_1.nil; + } + } + subschema(appl, valid) { + const subschema = (0, subschema_1.getSubschema)(this.it, appl); + (0, subschema_1.extendSubschemaData)(subschema, this.it, appl); + (0, subschema_1.extendSubschemaMode)(subschema, appl); + const nextContext = { ...this.it, ...subschema, items: void 0, props: void 0 }; + subschemaCode(nextContext, valid); + return nextContext; + } + mergeEvaluated(schemaCxt, toName) { + const { it, gen } = this; + if (!it.opts.unevaluated) + return; + if (it.props !== true && schemaCxt.props !== void 0) { + it.props = util_1.mergeEvaluated.props(gen, schemaCxt.props, it.props, toName); + } + if (it.items !== true && schemaCxt.items !== void 0) { + it.items = util_1.mergeEvaluated.items(gen, schemaCxt.items, it.items, toName); + } + } + mergeValidEvaluated(schemaCxt, valid) { + const { it, gen } = this; + if (it.opts.unevaluated && (it.props !== true || it.items !== true)) { + gen.if(valid, () => this.mergeEvaluated(schemaCxt, codegen_1.Name)); + return true; + } + } + }; + exports.KeywordCxt = KeywordCxt; + function keywordCode(it, keyword, def, ruleType) { + const cxt = new KeywordCxt(it, def, keyword); + if ("code" in def) { + def.code(cxt, ruleType); + } else if (cxt.$data && def.validate) { + (0, keyword_1.funcKeywordCode)(cxt, def); + } else if ("macro" in def) { + (0, keyword_1.macroKeywordCode)(cxt, def); + } else if (def.compile || def.validate) { + (0, keyword_1.funcKeywordCode)(cxt, def); + } + } + var JSON_POINTER = /^\/(?:[^~]|~0|~1)*$/; + var RELATIVE_JSON_POINTER = /^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/; + function getData($data, { dataLevel, dataNames, dataPathArr }) { + let jsonPointer; + let data; + if ($data === "") + return names_1.default.rootData; + if ($data[0] === "/") { + if (!JSON_POINTER.test($data)) + throw new Error(`Invalid JSON-pointer: ${$data}`); + jsonPointer = $data; + data = names_1.default.rootData; + } else { + const matches = RELATIVE_JSON_POINTER.exec($data); + if (!matches) + throw new Error(`Invalid JSON-pointer: ${$data}`); + const up = +matches[1]; + jsonPointer = matches[2]; + if (jsonPointer === "#") { + if (up >= dataLevel) + throw new Error(errorMsg("property/index", up)); + return dataPathArr[dataLevel - up]; + } + if (up > dataLevel) + throw new Error(errorMsg("data", up)); + data = dataNames[dataLevel - up]; + if (!jsonPointer) + return data; + } + let expr = data; + const segments = jsonPointer.split("/"); + for (const segment of segments) { + if (segment) { + data = (0, codegen_1._)`${data}${(0, codegen_1.getProperty)((0, util_1.unescapeJsonPointer)(segment))}`; + expr = (0, codegen_1._)`${expr} && ${data}`; + } + } + return expr; + function errorMsg(pointerType, up) { + return `Cannot access ${pointerType} ${up} levels up, current level is ${dataLevel}`; + } + } + exports.getData = getData; + } +}); + +// node_modules/ajv/dist/runtime/validation_error.js +var require_validation_error = __commonJS({ + "node_modules/ajv/dist/runtime/validation_error.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var ValidationError = class extends Error { + constructor(errors) { + super("validation failed"); + this.errors = errors; + this.ajv = this.validation = true; + } + }; + exports.default = ValidationError; + } +}); + +// node_modules/ajv/dist/compile/ref_error.js +var require_ref_error = __commonJS({ + "node_modules/ajv/dist/compile/ref_error.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var resolve_1 = require_resolve(); + var MissingRefError = class extends Error { + constructor(resolver, baseId, ref, msg) { + super(msg || `can't resolve reference ${ref} from id ${baseId}`); + this.missingRef = (0, resolve_1.resolveUrl)(resolver, baseId, ref); + this.missingSchema = (0, resolve_1.normalizeId)((0, resolve_1.getFullPath)(resolver, this.missingRef)); + } + }; + exports.default = MissingRefError; + } +}); + +// node_modules/ajv/dist/compile/index.js +var require_compile = __commonJS({ + "node_modules/ajv/dist/compile/index.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.resolveSchema = exports.getCompilingSchema = exports.resolveRef = exports.compileSchema = exports.SchemaEnv = void 0; + var codegen_1 = require_codegen(); + var validation_error_1 = require_validation_error(); + var names_1 = require_names(); + var resolve_1 = require_resolve(); + var util_1 = require_util(); + var validate_1 = require_validate(); + var SchemaEnv = class { + constructor(env) { + var _a5; + this.refs = {}; + this.dynamicAnchors = {}; + let schema; + if (typeof env.schema == "object") + schema = env.schema; + this.schema = env.schema; + this.schemaId = env.schemaId; + this.root = env.root || this; + this.baseId = (_a5 = env.baseId) !== null && _a5 !== void 0 ? _a5 : (0, resolve_1.normalizeId)(schema === null || schema === void 0 ? void 0 : schema[env.schemaId || "$id"]); + this.schemaPath = env.schemaPath; + this.localRefs = env.localRefs; + this.meta = env.meta; + this.$async = schema === null || schema === void 0 ? void 0 : schema.$async; + this.refs = {}; + } + }; + exports.SchemaEnv = SchemaEnv; + function compileSchema(sch) { + const _sch = getCompilingSchema.call(this, sch); + if (_sch) + return _sch; + const rootId = (0, resolve_1.getFullPath)(this.opts.uriResolver, sch.root.baseId); + const { es5, lines } = this.opts.code; + const { ownProperties } = this.opts; + const gen = new codegen_1.CodeGen(this.scope, { es5, lines, ownProperties }); + let _ValidationError; + if (sch.$async) { + _ValidationError = gen.scopeValue("Error", { + ref: validation_error_1.default, + code: (0, codegen_1._)`require("ajv/dist/runtime/validation_error").default` + }); + } + const validateName = gen.scopeName("validate"); + sch.validateName = validateName; + const schemaCxt = { + gen, + allErrors: this.opts.allErrors, + data: names_1.default.data, + parentData: names_1.default.parentData, + parentDataProperty: names_1.default.parentDataProperty, + dataNames: [names_1.default.data], + dataPathArr: [codegen_1.nil], + // TODO can its length be used as dataLevel if nil is removed? + dataLevel: 0, + dataTypes: [], + definedProperties: /* @__PURE__ */ new Set(), + topSchemaRef: gen.scopeValue("schema", this.opts.code.source === true ? { ref: sch.schema, code: (0, codegen_1.stringify)(sch.schema) } : { ref: sch.schema }), + validateName, + ValidationError: _ValidationError, + schema: sch.schema, + schemaEnv: sch, + rootId, + baseId: sch.baseId || rootId, + schemaPath: codegen_1.nil, + errSchemaPath: sch.schemaPath || (this.opts.jtd ? "" : "#"), + errorPath: (0, codegen_1._)`""`, + opts: this.opts, + self: this + }; + let sourceCode; + try { + this._compilations.add(sch); + (0, validate_1.validateFunctionCode)(schemaCxt); + gen.optimize(this.opts.code.optimize); + const validateCode = gen.toString(); + sourceCode = `${gen.scopeRefs(names_1.default.scope)}return ${validateCode}`; + if (this.opts.code.process) + sourceCode = this.opts.code.process(sourceCode, sch); + const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); + const validate = makeValidate(this, this.scope.get()); + this.scope.value(validateName, { ref: validate }); + validate.errors = null; + validate.schema = sch.schema; + validate.schemaEnv = sch; + if (sch.$async) + validate.$async = true; + if (this.opts.code.source === true) { + validate.source = { validateName, validateCode, scopeValues: gen._values }; + } + if (this.opts.unevaluated) { + const { props, items } = schemaCxt; + validate.evaluated = { + props: props instanceof codegen_1.Name ? void 0 : props, + items: items instanceof codegen_1.Name ? void 0 : items, + dynamicProps: props instanceof codegen_1.Name, + dynamicItems: items instanceof codegen_1.Name + }; + if (validate.source) + validate.source.evaluated = (0, codegen_1.stringify)(validate.evaluated); + } + sch.validate = validate; + return sch; + } catch (e2) { + delete sch.validate; + delete sch.validateName; + if (sourceCode) + this.logger.error("Error compiling schema, function code:", sourceCode); + throw e2; + } finally { + this._compilations.delete(sch); + } + } + exports.compileSchema = compileSchema; + function resolveRef(root, baseId, ref) { + var _a5; + ref = (0, resolve_1.resolveUrl)(this.opts.uriResolver, baseId, ref); + const schOrFunc = root.refs[ref]; + if (schOrFunc) + return schOrFunc; + let _sch = resolve8.call(this, root, ref); + if (_sch === void 0) { + const schema = (_a5 = root.localRefs) === null || _a5 === void 0 ? void 0 : _a5[ref]; + const { schemaId } = this.opts; + if (schema) + _sch = new SchemaEnv({ schema, schemaId, root, baseId }); + } + if (_sch === void 0) + return; + return root.refs[ref] = inlineOrCompile.call(this, _sch); + } + exports.resolveRef = resolveRef; + function inlineOrCompile(sch) { + if ((0, resolve_1.inlineRef)(sch.schema, this.opts.inlineRefs)) + return sch.schema; + return sch.validate ? sch : compileSchema.call(this, sch); + } + function getCompilingSchema(schEnv) { + for (const sch of this._compilations) { + if (sameSchemaEnv(sch, schEnv)) + return sch; + } + } + exports.getCompilingSchema = getCompilingSchema; + function sameSchemaEnv(s1, s2) { + return s1.schema === s2.schema && s1.root === s2.root && s1.baseId === s2.baseId; + } + function resolve8(root, ref) { + let sch; + while (typeof (sch = this.refs[ref]) == "string") + ref = sch; + return sch || this.schemas[ref] || resolveSchema.call(this, root, ref); + } + function resolveSchema(root, ref) { + const p = this.opts.uriResolver.parse(ref); + const refPath = (0, resolve_1._getFullPath)(this.opts.uriResolver, p); + let baseId = (0, resolve_1.getFullPath)(this.opts.uriResolver, root.baseId, void 0); + if (Object.keys(root.schema).length > 0 && refPath === baseId) { + return getJsonPointer.call(this, p, root); + } + const id = (0, resolve_1.normalizeId)(refPath); + const schOrRef = this.refs[id] || this.schemas[id]; + if (typeof schOrRef == "string") { + const sch = resolveSchema.call(this, root, schOrRef); + if (typeof (sch === null || sch === void 0 ? void 0 : sch.schema) !== "object") + return; + return getJsonPointer.call(this, p, sch); + } + if (typeof (schOrRef === null || schOrRef === void 0 ? void 0 : schOrRef.schema) !== "object") + return; + if (!schOrRef.validate) + compileSchema.call(this, schOrRef); + if (id === (0, resolve_1.normalizeId)(ref)) { + const { schema } = schOrRef; + const { schemaId } = this.opts; + const schId = schema[schemaId]; + if (schId) + baseId = (0, resolve_1.resolveUrl)(this.opts.uriResolver, baseId, schId); + return new SchemaEnv({ schema, schemaId, root, baseId }); + } + return getJsonPointer.call(this, p, schOrRef); + } + exports.resolveSchema = resolveSchema; + var PREVENT_SCOPE_CHANGE = /* @__PURE__ */ new Set([ + "properties", + "patternProperties", + "enum", + "dependencies", + "definitions" + ]); + function getJsonPointer(parsedRef, { baseId, schema, root }) { + var _a5; + if (((_a5 = parsedRef.fragment) === null || _a5 === void 0 ? void 0 : _a5[0]) !== "/") + return; + for (const part of parsedRef.fragment.slice(1).split("/")) { + if (typeof schema === "boolean") + return; + const partSchema = schema[(0, util_1.unescapeFragment)(part)]; + if (partSchema === void 0) + return; + schema = partSchema; + const schId = typeof schema === "object" && schema[this.opts.schemaId]; + if (!PREVENT_SCOPE_CHANGE.has(part) && schId) { + baseId = (0, resolve_1.resolveUrl)(this.opts.uriResolver, baseId, schId); + } + } + let env; + if (typeof schema != "boolean" && schema.$ref && !(0, util_1.schemaHasRulesButRef)(schema, this.RULES)) { + const $ref = (0, resolve_1.resolveUrl)(this.opts.uriResolver, baseId, schema.$ref); + env = resolveSchema.call(this, root, $ref); + } + const { schemaId } = this.opts; + env = env || new SchemaEnv({ schema, schemaId, root, baseId }); + if (env.schema !== env.root.schema) + return env; + return void 0; + } + } +}); + +// node_modules/ajv/dist/refs/data.json +var require_data = __commonJS({ + "node_modules/ajv/dist/refs/data.json"(exports, module2) { + module2.exports = { + $id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#", + description: "Meta-schema for $data reference (JSON AnySchema extension proposal)", + type: "object", + required: ["$data"], + properties: { + $data: { + type: "string", + anyOf: [{ format: "relative-json-pointer" }, { format: "json-pointer" }] + } + }, + additionalProperties: false + }; + } +}); + +// node_modules/fast-uri/lib/utils.js +var require_utils = __commonJS({ + "node_modules/fast-uri/lib/utils.js"(exports, module2) { + "use strict"; + var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu); + var isIPv4 = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u); + var isHexPair = RegExp.prototype.test.bind(/^[\da-f]{2}$/iu); + var isUnreserved = RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu); + var isPathCharacter = RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu); + function stringArrayToHexStripped(input) { + let acc = ""; + let code = 0; + let i = 0; + for (i = 0; i < input.length; i++) { + code = input[i].charCodeAt(0); + if (code === 48) { + continue; + } + if (!(code >= 48 && code <= 57 || code >= 65 && code <= 70 || code >= 97 && code <= 102)) { + return ""; + } + acc += input[i]; + break; + } + for (i += 1; i < input.length; i++) { + code = input[i].charCodeAt(0); + if (!(code >= 48 && code <= 57 || code >= 65 && code <= 70 || code >= 97 && code <= 102)) { + return ""; + } + acc += input[i]; + } + return acc; + } + var nonSimpleDomain = RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u); + function consumeIsZone(buffer) { + buffer.length = 0; + return true; + } + function consumeHextets(buffer, address, output) { + if (buffer.length) { + const hex3 = stringArrayToHexStripped(buffer); + if (hex3 !== "") { + address.push(hex3); + } else { + output.error = true; + return false; + } + buffer.length = 0; + } + return true; + } + function getIPV6(input) { + let tokenCount = 0; + const output = { error: false, address: "", zone: "" }; + const address = []; + const buffer = []; + let endipv6Encountered = false; + let endIpv6 = false; + let consume = consumeHextets; + for (let i = 0; i < input.length; i++) { + const cursor = input[i]; + if (cursor === "[" || cursor === "]") { + continue; + } + if (cursor === ":") { + if (endipv6Encountered === true) { + endIpv6 = true; + } + if (!consume(buffer, address, output)) { + break; + } + if (++tokenCount > 7) { + output.error = true; + break; + } + if (i > 0 && input[i - 1] === ":") { + endipv6Encountered = true; + } + address.push(":"); + continue; + } else if (cursor === "%") { + if (!consume(buffer, address, output)) { + break; + } + consume = consumeIsZone; + } else { + buffer.push(cursor); + continue; + } + } + if (buffer.length) { + if (consume === consumeIsZone) { + output.zone = buffer.join(""); + } else if (endIpv6) { + address.push(buffer.join("")); + } else { + address.push(stringArrayToHexStripped(buffer)); + } + } + output.address = address.join(""); + return output; + } + function normalizeIPv6(host) { + if (findToken(host, ":") < 2) { + return { host, isIPV6: false }; + } + const ipv63 = getIPV6(host); + if (!ipv63.error) { + let newHost = ipv63.address; + let escapedHost = ipv63.address; + if (ipv63.zone) { + newHost += "%" + ipv63.zone; + escapedHost += "%25" + ipv63.zone; + } + return { host: newHost, isIPV6: true, escapedHost }; + } else { + return { host, isIPV6: false }; + } + } + function findToken(str, token) { + let ind = 0; + for (let i = 0; i < str.length; i++) { + if (str[i] === token) ind++; + } + return ind; + } + function removeDotSegments(path27) { + let input = path27; + const output = []; + let nextSlash = -1; + let len = 0; + while (len = input.length) { + if (len === 1) { + if (input === ".") { + break; + } else if (input === "/") { + output.push("/"); + break; + } else { + output.push(input); + break; + } + } else if (len === 2) { + if (input[0] === ".") { + if (input[1] === ".") { + break; + } else if (input[1] === "/") { + input = input.slice(2); + continue; + } + } else if (input[0] === "/") { + if (input[1] === "." || input[1] === "/") { + output.push("/"); + break; + } + } + } else if (len === 3) { + if (input === "/..") { + if (output.length !== 0) { + output.pop(); + } + output.push("/"); + break; + } + } + if (input[0] === ".") { + if (input[1] === ".") { + if (input[2] === "/") { + input = input.slice(3); + continue; + } + } else if (input[1] === "/") { + input = input.slice(2); + continue; + } + } else if (input[0] === "/") { + if (input[1] === ".") { + if (input[2] === "/") { + input = input.slice(2); + continue; + } else if (input[2] === ".") { + if (input[3] === "/") { + input = input.slice(3); + if (output.length !== 0) { + output.pop(); + } + continue; + } + } + } + } + if ((nextSlash = input.indexOf("/", 1)) === -1) { + output.push(input); + break; + } else { + output.push(input.slice(0, nextSlash)); + input = input.slice(nextSlash); + } + } + return output.join(""); + } + var HOST_DELIMS = { "@": "%40", "/": "%2F", "?": "%3F", "#": "%23", ":": "%3A" }; + var HOST_DELIM_RE = /[@/?#:]/g; + var HOST_DELIM_NO_COLON_RE = /[@/?#]/g; + function reescapeHostDelimiters(host, isIP) { + const re2 = isIP ? HOST_DELIM_NO_COLON_RE : HOST_DELIM_RE; + re2.lastIndex = 0; + return host.replace(re2, (ch2) => HOST_DELIMS[ch2]); + } + function normalizePercentEncoding(input, decodeUnreserved = false) { + if (input.indexOf("%") === -1) { + return input; + } + let output = ""; + for (let i = 0; i < input.length; i++) { + if (input[i] === "%" && i + 2 < input.length) { + const hex3 = input.slice(i + 1, i + 3); + if (isHexPair(hex3)) { + const normalizedHex = hex3.toUpperCase(); + const decoded = String.fromCharCode(parseInt(normalizedHex, 16)); + if (decodeUnreserved && isUnreserved(decoded)) { + output += decoded; + } else { + output += "%" + normalizedHex; + } + i += 2; + continue; + } + } + output += input[i]; + } + return output; + } + function normalizePathEncoding(input) { + let output = ""; + for (let i = 0; i < input.length; i++) { + if (input[i] === "%" && i + 2 < input.length) { + const hex3 = input.slice(i + 1, i + 3); + if (isHexPair(hex3)) { + const normalizedHex = hex3.toUpperCase(); + const decoded = String.fromCharCode(parseInt(normalizedHex, 16)); + if (decoded !== "." && isUnreserved(decoded)) { + output += decoded; + } else { + output += "%" + normalizedHex; + } + i += 2; + continue; + } + } + if (isPathCharacter(input[i])) { + output += input[i]; + } else { + output += escape(input[i]); + } + } + return output; + } + function escapePreservingEscapes(input) { + let output = ""; + for (let i = 0; i < input.length; i++) { + if (input[i] === "%" && i + 2 < input.length) { + const hex3 = input.slice(i + 1, i + 3); + if (isHexPair(hex3)) { + output += "%" + hex3.toUpperCase(); + i += 2; + continue; + } + } + output += escape(input[i]); + } + return output; + } + function recomposeAuthority(component) { + const uriTokens = []; + if (component.userinfo !== void 0) { + uriTokens.push(component.userinfo); + uriTokens.push("@"); + } + if (component.host !== void 0) { + let host = unescape(component.host); + if (!isIPv4(host)) { + const ipV6res = normalizeIPv6(host); + if (ipV6res.isIPV6 === true) { + host = `[${ipV6res.escapedHost}]`; + } else { + host = reescapeHostDelimiters(host, false); + } + } + uriTokens.push(host); + } + if (typeof component.port === "number" || typeof component.port === "string") { + uriTokens.push(":"); + uriTokens.push(String(component.port)); + } + return uriTokens.length ? uriTokens.join("") : void 0; + } + module2.exports = { + nonSimpleDomain, + recomposeAuthority, + reescapeHostDelimiters, + normalizePercentEncoding, + normalizePathEncoding, + escapePreservingEscapes, + removeDotSegments, + isIPv4, + isUUID, + normalizeIPv6, + stringArrayToHexStripped + }; + } +}); + +// node_modules/fast-uri/lib/schemes.js +var require_schemes = __commonJS({ + "node_modules/fast-uri/lib/schemes.js"(exports, module2) { + "use strict"; + var { isUUID } = require_utils(); + var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu; + var supportedSchemeNames = ( + /** @type {const} */ + [ + "http", + "https", + "ws", + "wss", + "urn", + "urn:uuid" + ] + ); + function isValidSchemeName(name) { + return supportedSchemeNames.indexOf( + /** @type {*} */ + name + ) !== -1; + } + function wsIsSecure(wsComponent) { + if (wsComponent.secure === true) { + return true; + } else if (wsComponent.secure === false) { + return false; + } else if (wsComponent.scheme) { + return wsComponent.scheme.length === 3 && (wsComponent.scheme[0] === "w" || wsComponent.scheme[0] === "W") && (wsComponent.scheme[1] === "s" || wsComponent.scheme[1] === "S") && (wsComponent.scheme[2] === "s" || wsComponent.scheme[2] === "S"); + } else { + return false; + } + } + function httpParse(component) { + if (!component.host) { + component.error = component.error || "HTTP URIs must have a host."; + } + return component; + } + function httpSerialize(component) { + const secure = String(component.scheme).toLowerCase() === "https"; + if (component.port === (secure ? 443 : 80) || component.port === "") { + component.port = void 0; + } + if (!component.path) { + component.path = "/"; + } + return component; + } + function wsParse(wsComponent) { + wsComponent.secure = wsIsSecure(wsComponent); + wsComponent.resourceName = (wsComponent.path || "/") + (wsComponent.query ? "?" + wsComponent.query : ""); + wsComponent.path = void 0; + wsComponent.query = void 0; + return wsComponent; + } + function wsSerialize(wsComponent) { + if (wsComponent.port === (wsIsSecure(wsComponent) ? 443 : 80) || wsComponent.port === "") { + wsComponent.port = void 0; + } + if (typeof wsComponent.secure === "boolean") { + wsComponent.scheme = wsComponent.secure ? "wss" : "ws"; + wsComponent.secure = void 0; + } + if (wsComponent.resourceName) { + const [path27, query] = wsComponent.resourceName.split("?"); + wsComponent.path = path27 && path27 !== "/" ? path27 : void 0; + wsComponent.query = query; + wsComponent.resourceName = void 0; + } + wsComponent.fragment = void 0; + return wsComponent; + } + function urnParse(urnComponent, options) { + if (!urnComponent.path) { + urnComponent.error = "URN can not be parsed"; + return urnComponent; + } + const matches = urnComponent.path.match(URN_REG); + if (matches) { + const scheme = options.scheme || urnComponent.scheme || "urn"; + urnComponent.nid = matches[1].toLowerCase(); + urnComponent.nss = matches[2]; + const urnScheme = `${scheme}:${options.nid || urnComponent.nid}`; + const schemeHandler = getSchemeHandler(urnScheme); + urnComponent.path = void 0; + if (schemeHandler) { + urnComponent = schemeHandler.parse(urnComponent, options); + } + } else { + urnComponent.error = urnComponent.error || "URN can not be parsed."; + } + return urnComponent; + } + function urnSerialize(urnComponent, options) { + if (urnComponent.nid === void 0) { + throw new Error("URN without nid cannot be serialized"); + } + const scheme = options.scheme || urnComponent.scheme || "urn"; + const nid = urnComponent.nid.toLowerCase(); + const urnScheme = `${scheme}:${options.nid || nid}`; + const schemeHandler = getSchemeHandler(urnScheme); + if (schemeHandler) { + urnComponent = schemeHandler.serialize(urnComponent, options); + } + const uriComponent = urnComponent; + const nss = urnComponent.nss; + uriComponent.path = `${nid || options.nid}:${nss}`; + options.skipEscape = true; + return uriComponent; + } + function urnuuidParse(urnComponent, options) { + const uuidComponent = urnComponent; + uuidComponent.uuid = uuidComponent.nss; + uuidComponent.nss = void 0; + if (!options.tolerant && (!uuidComponent.uuid || !isUUID(uuidComponent.uuid))) { + uuidComponent.error = uuidComponent.error || "UUID is not valid."; + } + return uuidComponent; + } + function urnuuidSerialize(uuidComponent) { + const urnComponent = uuidComponent; + urnComponent.nss = (uuidComponent.uuid || "").toLowerCase(); + return urnComponent; + } + var http2 = ( + /** @type {SchemeHandler} */ + { + scheme: "http", + domainHost: true, + parse: httpParse, + serialize: httpSerialize + } + ); + var https2 = ( + /** @type {SchemeHandler} */ + { + scheme: "https", + domainHost: http2.domainHost, + parse: httpParse, + serialize: httpSerialize + } + ); + var ws = ( + /** @type {SchemeHandler} */ + { + scheme: "ws", + domainHost: true, + parse: wsParse, + serialize: wsSerialize + } + ); + var wss = ( + /** @type {SchemeHandler} */ + { + scheme: "wss", + domainHost: ws.domainHost, + parse: ws.parse, + serialize: ws.serialize + } + ); + var urn = ( + /** @type {SchemeHandler} */ + { + scheme: "urn", + parse: urnParse, + serialize: urnSerialize, + skipNormalize: true + } + ); + var urnuuid = ( + /** @type {SchemeHandler} */ + { + scheme: "urn:uuid", + parse: urnuuidParse, + serialize: urnuuidSerialize, + skipNormalize: true + } + ); + var SCHEMES = ( + /** @type {Record} */ + { + http: http2, + https: https2, + ws, + wss, + urn, + "urn:uuid": urnuuid + } + ); + Object.setPrototypeOf(SCHEMES, null); + function getSchemeHandler(scheme) { + return scheme && (SCHEMES[ + /** @type {SchemeName} */ + scheme + ] || SCHEMES[ + /** @type {SchemeName} */ + scheme.toLowerCase() + ]) || void 0; + } + module2.exports = { + wsIsSecure, + SCHEMES, + isValidSchemeName, + getSchemeHandler + }; + } +}); + +// node_modules/fast-uri/index.js +var require_fast_uri = __commonJS({ + "node_modules/fast-uri/index.js"(exports, module2) { + "use strict"; + var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizePercentEncoding, normalizePathEncoding, escapePreservingEscapes, reescapeHostDelimiters, isIPv4, nonSimpleDomain } = require_utils(); + var { SCHEMES, getSchemeHandler } = require_schemes(); + function normalize3(uri, options) { + if (typeof uri === "string") { + uri = /** @type {T} */ + normalizeString(uri, options); + } else if (typeof uri === "object") { + uri = /** @type {T} */ + parse4(serialize(uri, options), options); + } + return uri; + } + function resolve8(baseURI, relativeURI, options) { + const schemelessOptions = options ? Object.assign({ scheme: "null" }, options) : { scheme: "null" }; + const resolved = resolveComponent(parse4(baseURI, schemelessOptions), parse4(relativeURI, schemelessOptions), schemelessOptions, true); + schemelessOptions.skipEscape = true; + return serialize(resolved, schemelessOptions); + } + function resolveComponent(base, relative4, options, skipNormalization) { + const target = {}; + if (!skipNormalization) { + base = parse4(serialize(base, options), options); + relative4 = parse4(serialize(relative4, options), options); + } + options = options || {}; + if (!options.tolerant && relative4.scheme) { + target.scheme = relative4.scheme; + target.userinfo = relative4.userinfo; + target.host = relative4.host; + target.port = relative4.port; + target.path = removeDotSegments(relative4.path || ""); + target.query = relative4.query; + } else { + if (relative4.userinfo !== void 0 || relative4.host !== void 0 || relative4.port !== void 0) { + target.userinfo = relative4.userinfo; + target.host = relative4.host; + target.port = relative4.port; + target.path = removeDotSegments(relative4.path || ""); + target.query = relative4.query; + } else { + if (!relative4.path) { + target.path = base.path; + if (relative4.query !== void 0) { + target.query = relative4.query; + } else { + target.query = base.query; + } + } else { + if (relative4.path[0] === "/") { + target.path = removeDotSegments(relative4.path); + } else { + if ((base.userinfo !== void 0 || base.host !== void 0 || base.port !== void 0) && !base.path) { + target.path = "/" + relative4.path; + } else if (!base.path) { + target.path = relative4.path; + } else { + target.path = base.path.slice(0, base.path.lastIndexOf("/") + 1) + relative4.path; + } + target.path = removeDotSegments(target.path); + } + target.query = relative4.query; + } + target.userinfo = base.userinfo; + target.host = base.host; + target.port = base.port; + } + target.scheme = base.scheme; + } + target.fragment = relative4.fragment; + return target; + } + function equal(uriA, uriB, options) { + const normalizedA = normalizeComparableURI(uriA, options); + const normalizedB = normalizeComparableURI(uriB, options); + return normalizedA !== void 0 && normalizedB !== void 0 && normalizedA.toLowerCase() === normalizedB.toLowerCase(); + } + function serialize(cmpts, opts) { + const component = { + host: cmpts.host, + scheme: cmpts.scheme, + userinfo: cmpts.userinfo, + port: cmpts.port, + path: cmpts.path, + query: cmpts.query, + nid: cmpts.nid, + nss: cmpts.nss, + uuid: cmpts.uuid, + fragment: cmpts.fragment, + reference: cmpts.reference, + resourceName: cmpts.resourceName, + secure: cmpts.secure, + error: "" + }; + const options = Object.assign({}, opts); + const uriTokens = []; + const schemeHandler = getSchemeHandler(options.scheme || component.scheme); + if (schemeHandler && schemeHandler.serialize) schemeHandler.serialize(component, options); + if (component.path !== void 0) { + if (!options.skipEscape) { + component.path = escapePreservingEscapes(component.path); + if (component.scheme !== void 0) { + component.path = component.path.split("%3A").join(":"); + } + } else { + component.path = normalizePercentEncoding(component.path); + } + } + if (options.reference !== "suffix" && component.scheme) { + uriTokens.push(component.scheme, ":"); + } + const authority = recomposeAuthority(component); + if (authority !== void 0) { + if (options.reference !== "suffix") { + uriTokens.push("//"); + } + uriTokens.push(authority); + if (component.path && component.path[0] !== "/") { + uriTokens.push("/"); + } + } + if (component.path !== void 0) { + let s2 = component.path; + if (!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath)) { + s2 = removeDotSegments(s2); + } + if (authority === void 0 && s2[0] === "/" && s2[1] === "/") { + s2 = "/%2F" + s2.slice(2); + } + uriTokens.push(s2); + } + if (component.query !== void 0) { + uriTokens.push("?", component.query); + } + if (component.fragment !== void 0) { + uriTokens.push("#", component.fragment); + } + return uriTokens.join(""); + } + var URI_PARSE = /^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u; + function getParseError(parsed, matches) { + if (matches[2] !== void 0 && parsed.path && parsed.path[0] !== "/") { + return 'URI path must start with "/" when authority is present.'; + } + if (typeof parsed.port === "number" && (parsed.port < 0 || parsed.port > 65535)) { + return "URI port is malformed."; + } + return void 0; + } + function parseWithStatus(uri, opts) { + const options = Object.assign({}, opts); + const parsed = { + scheme: void 0, + userinfo: void 0, + host: "", + port: void 0, + path: "", + query: void 0, + fragment: void 0 + }; + let malformedAuthorityOrPort = false; + let isIP = false; + if (options.reference === "suffix") { + if (options.scheme) { + uri = options.scheme + ":" + uri; + } else { + uri = "//" + uri; + } + } + const matches = uri.match(URI_PARSE); + if (matches) { + parsed.scheme = matches[1]; + parsed.userinfo = matches[3]; + parsed.host = matches[4]; + parsed.port = parseInt(matches[5], 10); + parsed.path = matches[6] || ""; + parsed.query = matches[7]; + parsed.fragment = matches[8]; + if (isNaN(parsed.port)) { + parsed.port = matches[5]; + } + const parseError = getParseError(parsed, matches); + if (parseError !== void 0) { + parsed.error = parsed.error || parseError; + malformedAuthorityOrPort = true; + } + if (parsed.host) { + const ipv4result = isIPv4(parsed.host); + if (ipv4result === false) { + const ipv6result = normalizeIPv6(parsed.host); + parsed.host = ipv6result.host.toLowerCase(); + isIP = ipv6result.isIPV6; + } else { + isIP = true; + } + } + if (parsed.scheme === void 0 && parsed.userinfo === void 0 && parsed.host === void 0 && parsed.port === void 0 && parsed.query === void 0 && !parsed.path) { + parsed.reference = "same-document"; + } else if (parsed.scheme === void 0) { + parsed.reference = "relative"; + } else if (parsed.fragment === void 0) { + parsed.reference = "absolute"; + } else { + parsed.reference = "uri"; + } + if (options.reference && options.reference !== "suffix" && options.reference !== parsed.reference) { + parsed.error = parsed.error || "URI is not a " + options.reference + " reference."; + } + const schemeHandler = getSchemeHandler(options.scheme || parsed.scheme); + if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) { + if (parsed.host && (options.domainHost || schemeHandler && schemeHandler.domainHost) && isIP === false && nonSimpleDomain(parsed.host)) { + try { + parsed.host = URL.domainToASCII(parsed.host.toLowerCase()); + } catch (e2) { + parsed.error = parsed.error || "Host's domain name can not be converted to ASCII: " + e2; + } + } + } + if (!schemeHandler || schemeHandler && !schemeHandler.skipNormalize) { + if (uri.indexOf("%") !== -1) { + if (parsed.scheme !== void 0) { + parsed.scheme = unescape(parsed.scheme); + } + if (parsed.host !== void 0) { + parsed.host = reescapeHostDelimiters(unescape(parsed.host), isIP); + } + } + if (parsed.path) { + parsed.path = normalizePathEncoding(parsed.path); + } + if (parsed.fragment) { + try { + parsed.fragment = encodeURI(decodeURIComponent(parsed.fragment)); + } catch (e2) { + parsed.error = parsed.error || "URI malformed"; + } + } + } + if (schemeHandler && schemeHandler.parse) { + schemeHandler.parse(parsed, options); + } + } else { + parsed.error = parsed.error || "URI can not be parsed."; + } + return { parsed, malformedAuthorityOrPort }; + } + function parse4(uri, opts) { + return parseWithStatus(uri, opts).parsed; + } + function normalizeString(uri, opts) { + return normalizeStringWithStatus(uri, opts).normalized; + } + function normalizeStringWithStatus(uri, opts) { + const { parsed, malformedAuthorityOrPort } = parseWithStatus(uri, opts); + return { + normalized: malformedAuthorityOrPort ? uri : serialize(parsed, opts), + malformedAuthorityOrPort + }; + } + function normalizeComparableURI(uri, opts) { + if (typeof uri === "string") { + const { normalized, malformedAuthorityOrPort } = normalizeStringWithStatus(uri, opts); + return malformedAuthorityOrPort ? void 0 : normalized; + } + if (typeof uri === "object") { + return serialize(uri, opts); + } + } + var fastUri = { + SCHEMES, + normalize: normalize3, + resolve: resolve8, + resolveComponent, + equal, + serialize, + parse: parse4 + }; + module2.exports = fastUri; + module2.exports.default = fastUri; + module2.exports.fastUri = fastUri; + } +}); + +// node_modules/ajv/dist/runtime/uri.js +var require_uri = __commonJS({ + "node_modules/ajv/dist/runtime/uri.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var uri = require_fast_uri(); + uri.code = 'require("ajv/dist/runtime/uri").default'; + exports.default = uri; + } +}); + +// node_modules/ajv/dist/core.js +var require_core = __commonJS({ + "node_modules/ajv/dist/core.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = void 0; + var validate_1 = require_validate(); + Object.defineProperty(exports, "KeywordCxt", { enumerable: true, get: function() { + return validate_1.KeywordCxt; + } }); + var codegen_1 = require_codegen(); + Object.defineProperty(exports, "_", { enumerable: true, get: function() { + return codegen_1._; + } }); + Object.defineProperty(exports, "str", { enumerable: true, get: function() { + return codegen_1.str; + } }); + Object.defineProperty(exports, "stringify", { enumerable: true, get: function() { + return codegen_1.stringify; + } }); + Object.defineProperty(exports, "nil", { enumerable: true, get: function() { + return codegen_1.nil; + } }); + Object.defineProperty(exports, "Name", { enumerable: true, get: function() { + return codegen_1.Name; + } }); + Object.defineProperty(exports, "CodeGen", { enumerable: true, get: function() { + return codegen_1.CodeGen; + } }); + var validation_error_1 = require_validation_error(); + var ref_error_1 = require_ref_error(); + var rules_1 = require_rules(); + var compile_1 = require_compile(); + var codegen_2 = require_codegen(); + var resolve_1 = require_resolve(); + var dataType_1 = require_dataType(); + var util_1 = require_util(); + var $dataRefSchema = require_data(); + var uri_1 = require_uri(); + var defaultRegExp = (str, flags) => new RegExp(str, flags); + defaultRegExp.code = "new RegExp"; + var META_IGNORE_OPTIONS = ["removeAdditional", "useDefaults", "coerceTypes"]; + var EXT_SCOPE_NAMES = /* @__PURE__ */ new Set([ + "validate", + "serialize", + "parse", + "wrapper", + "root", + "schema", + "keyword", + "pattern", + "formats", + "validate$data", + "func", + "obj", + "Error" + ]); + var removedOptions = { + errorDataPath: "", + format: "`validateFormats: false` can be used instead.", + nullable: '"nullable" keyword is supported by default.', + jsonPointers: "Deprecated jsPropertySyntax can be used instead.", + extendRefs: "Deprecated ignoreKeywordsWithRef can be used instead.", + missingRefs: "Pass empty schema with $id that should be ignored to ajv.addSchema.", + processCode: "Use option `code: {process: (code, schemaEnv: object) => string}`", + sourceCode: "Use option `code: {source: true}`", + strictDefaults: "It is default now, see option `strict`.", + strictKeywords: "It is default now, see option `strict`.", + uniqueItems: '"uniqueItems" keyword is always validated.', + unknownFormats: "Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).", + cache: "Map is used as cache, schema object as key.", + serialize: "Map is used as cache, schema object as key.", + ajvErrors: "It is default now." + }; + var deprecatedOptions = { + ignoreKeywordsWithRef: "", + jsPropertySyntax: "", + unicode: '"minLength"/"maxLength" account for unicode characters by default.' + }; + var MAX_EXPRESSION = 200; + function requiredOptions(o2) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _j, _k3, _l2, _m, _o, _p, _q3, _r, _s, _t, _u2, _v2, _w3, _x2, _y2, _z3, _02; + const s2 = o2.strict; + const _optz = (_a5 = o2.code) === null || _a5 === void 0 ? void 0 : _a5.optimize; + const optimize = _optz === true || _optz === void 0 ? 1 : _optz || 0; + const regExp = (_c2 = (_b3 = o2.code) === null || _b3 === void 0 ? void 0 : _b3.regExp) !== null && _c2 !== void 0 ? _c2 : defaultRegExp; + const uriResolver = (_d = o2.uriResolver) !== null && _d !== void 0 ? _d : uri_1.default; + return { + strictSchema: (_f2 = (_e2 = o2.strictSchema) !== null && _e2 !== void 0 ? _e2 : s2) !== null && _f2 !== void 0 ? _f2 : true, + strictNumbers: (_h2 = (_g = o2.strictNumbers) !== null && _g !== void 0 ? _g : s2) !== null && _h2 !== void 0 ? _h2 : true, + strictTypes: (_k3 = (_j = o2.strictTypes) !== null && _j !== void 0 ? _j : s2) !== null && _k3 !== void 0 ? _k3 : "log", + strictTuples: (_m = (_l2 = o2.strictTuples) !== null && _l2 !== void 0 ? _l2 : s2) !== null && _m !== void 0 ? _m : "log", + strictRequired: (_p = (_o = o2.strictRequired) !== null && _o !== void 0 ? _o : s2) !== null && _p !== void 0 ? _p : false, + code: o2.code ? { ...o2.code, optimize, regExp } : { optimize, regExp }, + loopRequired: (_q3 = o2.loopRequired) !== null && _q3 !== void 0 ? _q3 : MAX_EXPRESSION, + loopEnum: (_r = o2.loopEnum) !== null && _r !== void 0 ? _r : MAX_EXPRESSION, + meta: (_s = o2.meta) !== null && _s !== void 0 ? _s : true, + messages: (_t = o2.messages) !== null && _t !== void 0 ? _t : true, + inlineRefs: (_u2 = o2.inlineRefs) !== null && _u2 !== void 0 ? _u2 : true, + schemaId: (_v2 = o2.schemaId) !== null && _v2 !== void 0 ? _v2 : "$id", + addUsedSchema: (_w3 = o2.addUsedSchema) !== null && _w3 !== void 0 ? _w3 : true, + validateSchema: (_x2 = o2.validateSchema) !== null && _x2 !== void 0 ? _x2 : true, + validateFormats: (_y2 = o2.validateFormats) !== null && _y2 !== void 0 ? _y2 : true, + unicodeRegExp: (_z3 = o2.unicodeRegExp) !== null && _z3 !== void 0 ? _z3 : true, + int32range: (_02 = o2.int32range) !== null && _02 !== void 0 ? _02 : true, + uriResolver + }; + } + var Ajv2 = class { + constructor(opts = {}) { + this.schemas = {}; + this.refs = {}; + this.formats = {}; + this._compilations = /* @__PURE__ */ new Set(); + this._loading = {}; + this._cache = /* @__PURE__ */ new Map(); + opts = this.opts = { ...opts, ...requiredOptions(opts) }; + const { es5, lines } = this.opts.code; + this.scope = new codegen_2.ValueScope({ scope: {}, prefixes: EXT_SCOPE_NAMES, es5, lines }); + this.logger = getLogger(opts.logger); + const formatOpt = opts.validateFormats; + opts.validateFormats = false; + this.RULES = (0, rules_1.getRules)(); + checkOptions.call(this, removedOptions, opts, "NOT SUPPORTED"); + checkOptions.call(this, deprecatedOptions, opts, "DEPRECATED", "warn"); + this._metaOpts = getMetaSchemaOptions.call(this); + if (opts.formats) + addInitialFormats.call(this); + this._addVocabularies(); + this._addDefaultMetaSchema(); + if (opts.keywords) + addInitialKeywords.call(this, opts.keywords); + if (typeof opts.meta == "object") + this.addMetaSchema(opts.meta); + addInitialSchemas.call(this); + opts.validateFormats = formatOpt; + } + _addVocabularies() { + this.addKeyword("$async"); + } + _addDefaultMetaSchema() { + const { $data, meta: meta3, schemaId } = this.opts; + let _dataRefSchema = $dataRefSchema; + if (schemaId === "id") { + _dataRefSchema = { ...$dataRefSchema }; + _dataRefSchema.id = _dataRefSchema.$id; + delete _dataRefSchema.$id; + } + if (meta3 && $data) + this.addMetaSchema(_dataRefSchema, _dataRefSchema[schemaId], false); + } + defaultMeta() { + const { meta: meta3, schemaId } = this.opts; + return this.opts.defaultMeta = typeof meta3 == "object" ? meta3[schemaId] || meta3 : void 0; + } + validate(schemaKeyRef, data) { + let v2; + if (typeof schemaKeyRef == "string") { + v2 = this.getSchema(schemaKeyRef); + if (!v2) + throw new Error(`no schema with key or ref "${schemaKeyRef}"`); + } else { + v2 = this.compile(schemaKeyRef); + } + const valid = v2(data); + if (!("$async" in v2)) + this.errors = v2.errors; + return valid; + } + compile(schema, _meta) { + const sch = this._addSchema(schema, _meta); + return sch.validate || this._compileSchemaEnv(sch); + } + compileAsync(schema, meta3) { + if (typeof this.opts.loadSchema != "function") { + throw new Error("options.loadSchema should be a function"); + } + const { loadSchema } = this.opts; + return runCompileAsync.call(this, schema, meta3); + async function runCompileAsync(_schema, _meta) { + await loadMetaSchema.call(this, _schema.$schema); + const sch = this._addSchema(_schema, _meta); + return sch.validate || _compileAsync.call(this, sch); + } + async function loadMetaSchema($ref) { + if ($ref && !this.getSchema($ref)) { + await runCompileAsync.call(this, { $ref }, true); + } + } + async function _compileAsync(sch) { + try { + return this._compileSchemaEnv(sch); + } catch (e2) { + if (!(e2 instanceof ref_error_1.default)) + throw e2; + checkLoaded.call(this, e2); + await loadMissingSchema.call(this, e2.missingSchema); + return _compileAsync.call(this, sch); + } + } + function checkLoaded({ missingSchema: ref, missingRef }) { + if (this.refs[ref]) { + throw new Error(`AnySchema ${ref} is loaded but ${missingRef} cannot be resolved`); + } + } + async function loadMissingSchema(ref) { + const _schema = await _loadSchema.call(this, ref); + if (!this.refs[ref]) + await loadMetaSchema.call(this, _schema.$schema); + if (!this.refs[ref]) + this.addSchema(_schema, ref, meta3); + } + async function _loadSchema(ref) { + const p = this._loading[ref]; + if (p) + return p; + try { + return await (this._loading[ref] = loadSchema(ref)); + } finally { + delete this._loading[ref]; + } + } + } + // Adds schema to the instance + addSchema(schema, key, _meta, _validateSchema = this.opts.validateSchema) { + if (Array.isArray(schema)) { + for (const sch of schema) + this.addSchema(sch, void 0, _meta, _validateSchema); + return this; + } + let id; + if (typeof schema === "object") { + const { schemaId } = this.opts; + id = schema[schemaId]; + if (id !== void 0 && typeof id != "string") { + throw new Error(`schema ${schemaId} must be string`); + } + } + key = (0, resolve_1.normalizeId)(key || id); + this._checkUnique(key); + this.schemas[key] = this._addSchema(schema, _meta, key, _validateSchema, true); + return this; + } + // Add schema that will be used to validate other schemas + // options in META_IGNORE_OPTIONS are alway set to false + addMetaSchema(schema, key, _validateSchema = this.opts.validateSchema) { + this.addSchema(schema, key, true, _validateSchema); + return this; + } + // Validate schema against its meta-schema + validateSchema(schema, throwOrLogError) { + if (typeof schema == "boolean") + return true; + let $schema; + $schema = schema.$schema; + if ($schema !== void 0 && typeof $schema != "string") { + throw new Error("$schema must be a string"); + } + $schema = $schema || this.opts.defaultMeta || this.defaultMeta(); + if (!$schema) { + this.logger.warn("meta-schema not available"); + this.errors = null; + return true; + } + const valid = this.validate($schema, schema); + if (!valid && throwOrLogError) { + const message = "schema is invalid: " + this.errorsText(); + if (this.opts.validateSchema === "log") + this.logger.error(message); + else + throw new Error(message); + } + return valid; + } + // Get compiled schema by `key` or `ref`. + // (`key` that was passed to `addSchema` or full schema reference - `schema.$id` or resolved id) + getSchema(keyRef) { + let sch; + while (typeof (sch = getSchEnv.call(this, keyRef)) == "string") + keyRef = sch; + if (sch === void 0) { + const { schemaId } = this.opts; + const root = new compile_1.SchemaEnv({ schema: {}, schemaId }); + sch = compile_1.resolveSchema.call(this, root, keyRef); + if (!sch) + return; + this.refs[keyRef] = sch; + } + return sch.validate || this._compileSchemaEnv(sch); + } + // Remove cached schema(s). + // If no parameter is passed all schemas but meta-schemas are removed. + // If RegExp is passed all schemas with key/id matching pattern but meta-schemas are removed. + // Even if schema is referenced by other schemas it still can be removed as other schemas have local references. + removeSchema(schemaKeyRef) { + if (schemaKeyRef instanceof RegExp) { + this._removeAllSchemas(this.schemas, schemaKeyRef); + this._removeAllSchemas(this.refs, schemaKeyRef); + return this; + } + switch (typeof schemaKeyRef) { + case "undefined": + this._removeAllSchemas(this.schemas); + this._removeAllSchemas(this.refs); + this._cache.clear(); + return this; + case "string": { + const sch = getSchEnv.call(this, schemaKeyRef); + if (typeof sch == "object") + this._cache.delete(sch.schema); + delete this.schemas[schemaKeyRef]; + delete this.refs[schemaKeyRef]; + return this; + } + case "object": { + const cacheKey = schemaKeyRef; + this._cache.delete(cacheKey); + let id = schemaKeyRef[this.opts.schemaId]; + if (id) { + id = (0, resolve_1.normalizeId)(id); + delete this.schemas[id]; + delete this.refs[id]; + } + return this; + } + default: + throw new Error("ajv.removeSchema: invalid parameter"); + } + } + // add "vocabulary" - a collection of keywords + addVocabulary(definitions) { + for (const def of definitions) + this.addKeyword(def); + return this; + } + addKeyword(kwdOrDef, def) { + let keyword; + if (typeof kwdOrDef == "string") { + keyword = kwdOrDef; + if (typeof def == "object") { + this.logger.warn("these parameters are deprecated, see docs for addKeyword"); + def.keyword = keyword; + } + } else if (typeof kwdOrDef == "object" && def === void 0) { + def = kwdOrDef; + keyword = def.keyword; + if (Array.isArray(keyword) && !keyword.length) { + throw new Error("addKeywords: keyword must be string or non-empty array"); + } + } else { + throw new Error("invalid addKeywords parameters"); + } + checkKeyword.call(this, keyword, def); + if (!def) { + (0, util_1.eachItem)(keyword, (kwd) => addRule.call(this, kwd)); + return this; + } + keywordMetaschema.call(this, def); + const definition = { + ...def, + type: (0, dataType_1.getJSONTypes)(def.type), + schemaType: (0, dataType_1.getJSONTypes)(def.schemaType) + }; + (0, util_1.eachItem)(keyword, definition.type.length === 0 ? (k2) => addRule.call(this, k2, definition) : (k2) => definition.type.forEach((t11) => addRule.call(this, k2, definition, t11))); + return this; + } + getKeyword(keyword) { + const rule = this.RULES.all[keyword]; + return typeof rule == "object" ? rule.definition : !!rule; + } + // Remove keyword + removeKeyword(keyword) { + const { RULES } = this; + delete RULES.keywords[keyword]; + delete RULES.all[keyword]; + for (const group of RULES.rules) { + const i = group.rules.findIndex((rule) => rule.keyword === keyword); + if (i >= 0) + group.rules.splice(i, 1); + } + return this; + } + // Add format + addFormat(name, format) { + if (typeof format == "string") + format = new RegExp(format); + this.formats[name] = format; + return this; + } + errorsText(errors = this.errors, { separator = ", ", dataVar = "data" } = {}) { + if (!errors || errors.length === 0) + return "No errors"; + return errors.map((e2) => `${dataVar}${e2.instancePath} ${e2.message}`).reduce((text, msg) => text + separator + msg); + } + $dataMetaSchema(metaSchema, keywordsJsonPointers) { + const rules = this.RULES.all; + metaSchema = JSON.parse(JSON.stringify(metaSchema)); + for (const jsonPointer of keywordsJsonPointers) { + const segments = jsonPointer.split("/").slice(1); + let keywords = metaSchema; + for (const seg of segments) + keywords = keywords[seg]; + for (const key in rules) { + const rule = rules[key]; + if (typeof rule != "object") + continue; + const { $data } = rule.definition; + const schema = keywords[key]; + if ($data && schema) + keywords[key] = schemaOrData(schema); + } + } + return metaSchema; + } + _removeAllSchemas(schemas, regex) { + for (const keyRef in schemas) { + const sch = schemas[keyRef]; + if (!regex || regex.test(keyRef)) { + if (typeof sch == "string") { + delete schemas[keyRef]; + } else if (sch && !sch.meta) { + this._cache.delete(sch.schema); + delete schemas[keyRef]; + } + } + } + } + _addSchema(schema, meta3, baseId, validateSchema = this.opts.validateSchema, addSchema = this.opts.addUsedSchema) { + let id; + const { schemaId } = this.opts; + if (typeof schema == "object") { + id = schema[schemaId]; + } else { + if (this.opts.jtd) + throw new Error("schema must be object"); + else if (typeof schema != "boolean") + throw new Error("schema must be object or boolean"); + } + let sch = this._cache.get(schema); + if (sch !== void 0) + return sch; + baseId = (0, resolve_1.normalizeId)(id || baseId); + const localRefs = resolve_1.getSchemaRefs.call(this, schema, baseId); + sch = new compile_1.SchemaEnv({ schema, schemaId, meta: meta3, baseId, localRefs }); + this._cache.set(sch.schema, sch); + if (addSchema && !baseId.startsWith("#")) { + if (baseId) + this._checkUnique(baseId); + this.refs[baseId] = sch; + } + if (validateSchema) + this.validateSchema(schema, true); + return sch; + } + _checkUnique(id) { + if (this.schemas[id] || this.refs[id]) { + throw new Error(`schema with key or id "${id}" already exists`); + } + } + _compileSchemaEnv(sch) { + if (sch.meta) + this._compileMetaSchema(sch); + else + compile_1.compileSchema.call(this, sch); + if (!sch.validate) + throw new Error("ajv implementation error"); + return sch.validate; + } + _compileMetaSchema(sch) { + const currentOpts = this.opts; + this.opts = this._metaOpts; + try { + compile_1.compileSchema.call(this, sch); + } finally { + this.opts = currentOpts; + } + } + }; + Ajv2.ValidationError = validation_error_1.default; + Ajv2.MissingRefError = ref_error_1.default; + exports.default = Ajv2; + function checkOptions(checkOpts, options, msg, log = "error") { + for (const key in checkOpts) { + const opt = key; + if (opt in options) + this.logger[log](`${msg}: option ${key}. ${checkOpts[opt]}`); + } + } + function getSchEnv(keyRef) { + keyRef = (0, resolve_1.normalizeId)(keyRef); + return this.schemas[keyRef] || this.refs[keyRef]; + } + function addInitialSchemas() { + const optsSchemas = this.opts.schemas; + if (!optsSchemas) + return; + if (Array.isArray(optsSchemas)) + this.addSchema(optsSchemas); + else + for (const key in optsSchemas) + this.addSchema(optsSchemas[key], key); + } + function addInitialFormats() { + for (const name in this.opts.formats) { + const format = this.opts.formats[name]; + if (format) + this.addFormat(name, format); + } + } + function addInitialKeywords(defs) { + if (Array.isArray(defs)) { + this.addVocabulary(defs); + return; + } + this.logger.warn("keywords option as map is deprecated, pass array"); + for (const keyword in defs) { + const def = defs[keyword]; + if (!def.keyword) + def.keyword = keyword; + this.addKeyword(def); + } + } + function getMetaSchemaOptions() { + const metaOpts = { ...this.opts }; + for (const opt of META_IGNORE_OPTIONS) + delete metaOpts[opt]; + return metaOpts; + } + var noLogs = { log() { + }, warn() { + }, error() { + } }; + function getLogger(logger) { + if (logger === false) + return noLogs; + if (logger === void 0) + return console; + if (logger.log && logger.warn && logger.error) + return logger; + throw new Error("logger must implement log, warn and error methods"); + } + var KEYWORD_NAME = /^[a-z_$][a-z0-9_$:-]*$/i; + function checkKeyword(keyword, def) { + const { RULES } = this; + (0, util_1.eachItem)(keyword, (kwd) => { + if (RULES.keywords[kwd]) + throw new Error(`Keyword ${kwd} is already defined`); + if (!KEYWORD_NAME.test(kwd)) + throw new Error(`Keyword ${kwd} has invalid name`); + }); + if (!def) + return; + if (def.$data && !("code" in def || "validate" in def)) { + throw new Error('$data keyword must have "code" or "validate" function'); + } + } + function addRule(keyword, definition, dataType) { + var _a5; + const post = definition === null || definition === void 0 ? void 0 : definition.post; + if (dataType && post) + throw new Error('keyword with "post" flag cannot have "type"'); + const { RULES } = this; + let ruleGroup = post ? RULES.post : RULES.rules.find(({ type: t11 }) => t11 === dataType); + if (!ruleGroup) { + ruleGroup = { type: dataType, rules: [] }; + RULES.rules.push(ruleGroup); + } + RULES.keywords[keyword] = true; + if (!definition) + return; + const rule = { + keyword, + definition: { + ...definition, + type: (0, dataType_1.getJSONTypes)(definition.type), + schemaType: (0, dataType_1.getJSONTypes)(definition.schemaType) + } + }; + if (definition.before) + addBeforeRule.call(this, ruleGroup, rule, definition.before); + else + ruleGroup.rules.push(rule); + RULES.all[keyword] = rule; + (_a5 = definition.implements) === null || _a5 === void 0 ? void 0 : _a5.forEach((kwd) => this.addKeyword(kwd)); + } + function addBeforeRule(ruleGroup, rule, before) { + const i = ruleGroup.rules.findIndex((_rule) => _rule.keyword === before); + if (i >= 0) { + ruleGroup.rules.splice(i, 0, rule); + } else { + ruleGroup.rules.push(rule); + this.logger.warn(`rule ${before} is not defined`); + } + } + function keywordMetaschema(def) { + let { metaSchema } = def; + if (metaSchema === void 0) + return; + if (def.$data && this.opts.$data) + metaSchema = schemaOrData(metaSchema); + def.validateSchema = this.compile(metaSchema, true); + } + var $dataRef = { + $ref: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#" + }; + function schemaOrData(schema) { + return { anyOf: [schema, $dataRef] }; + } + } +}); + +// node_modules/ajv/dist/vocabularies/core/id.js +var require_id = __commonJS({ + "node_modules/ajv/dist/vocabularies/core/id.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var def = { + keyword: "id", + code() { + throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID'); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/core/ref.js +var require_ref = __commonJS({ + "node_modules/ajv/dist/vocabularies/core/ref.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.callRef = exports.getValidate = void 0; + var ref_error_1 = require_ref_error(); + var code_1 = require_code2(); + var codegen_1 = require_codegen(); + var names_1 = require_names(); + var compile_1 = require_compile(); + var util_1 = require_util(); + var def = { + keyword: "$ref", + schemaType: "string", + code(cxt) { + const { gen, schema: $ref, it } = cxt; + const { baseId, schemaEnv: env, validateName, opts, self: self2 } = it; + const { root } = env; + if (($ref === "#" || $ref === "#/") && baseId === root.baseId) + return callRootRef(); + const schOrEnv = compile_1.resolveRef.call(self2, root, baseId, $ref); + if (schOrEnv === void 0) + throw new ref_error_1.default(it.opts.uriResolver, baseId, $ref); + if (schOrEnv instanceof compile_1.SchemaEnv) + return callValidate(schOrEnv); + return inlineRefSchema(schOrEnv); + function callRootRef() { + if (env === root) + return callRef(cxt, validateName, env, env.$async); + const rootName = gen.scopeValue("root", { ref: root }); + return callRef(cxt, (0, codegen_1._)`${rootName}.validate`, root, root.$async); + } + function callValidate(sch) { + const v2 = getValidate(cxt, sch); + callRef(cxt, v2, sch, sch.$async); + } + function inlineRefSchema(sch) { + const schName = gen.scopeValue("schema", opts.code.source === true ? { ref: sch, code: (0, codegen_1.stringify)(sch) } : { ref: sch }); + const valid = gen.name("valid"); + const schCxt = cxt.subschema({ + schema: sch, + dataTypes: [], + schemaPath: codegen_1.nil, + topSchemaRef: schName, + errSchemaPath: $ref + }, valid); + cxt.mergeEvaluated(schCxt); + cxt.ok(valid); + } + } + }; + function getValidate(cxt, sch) { + const { gen } = cxt; + return sch.validate ? gen.scopeValue("validate", { ref: sch.validate }) : (0, codegen_1._)`${gen.scopeValue("wrapper", { ref: sch })}.validate`; + } + exports.getValidate = getValidate; + function callRef(cxt, v2, sch, $async) { + const { gen, it } = cxt; + const { allErrors, schemaEnv: env, opts } = it; + const passCxt = opts.passContext ? names_1.default.this : codegen_1.nil; + if ($async) + callAsyncRef(); + else + callSyncRef(); + function callAsyncRef() { + if (!env.$async) + throw new Error("async schema referenced by sync schema"); + const valid = gen.let("valid"); + gen.try(() => { + gen.code((0, codegen_1._)`await ${(0, code_1.callValidateCode)(cxt, v2, passCxt)}`); + addEvaluatedFrom(v2); + if (!allErrors) + gen.assign(valid, true); + }, (e2) => { + gen.if((0, codegen_1._)`!(${e2} instanceof ${it.ValidationError})`, () => gen.throw(e2)); + addErrorsFrom(e2); + if (!allErrors) + gen.assign(valid, false); + }); + cxt.ok(valid); + } + function callSyncRef() { + cxt.result((0, code_1.callValidateCode)(cxt, v2, passCxt), () => addEvaluatedFrom(v2), () => addErrorsFrom(v2)); + } + function addErrorsFrom(source) { + const errs = (0, codegen_1._)`${source}.errors`; + gen.assign(names_1.default.vErrors, (0, codegen_1._)`${names_1.default.vErrors} === null ? ${errs} : ${names_1.default.vErrors}.concat(${errs})`); + gen.assign(names_1.default.errors, (0, codegen_1._)`${names_1.default.vErrors}.length`); + } + function addEvaluatedFrom(source) { + var _a5; + if (!it.opts.unevaluated) + return; + const schEvaluated = (_a5 = sch === null || sch === void 0 ? void 0 : sch.validate) === null || _a5 === void 0 ? void 0 : _a5.evaluated; + if (it.props !== true) { + if (schEvaluated && !schEvaluated.dynamicProps) { + if (schEvaluated.props !== void 0) { + it.props = util_1.mergeEvaluated.props(gen, schEvaluated.props, it.props); + } + } else { + const props = gen.var("props", (0, codegen_1._)`${source}.evaluated.props`); + it.props = util_1.mergeEvaluated.props(gen, props, it.props, codegen_1.Name); + } + } + if (it.items !== true) { + if (schEvaluated && !schEvaluated.dynamicItems) { + if (schEvaluated.items !== void 0) { + it.items = util_1.mergeEvaluated.items(gen, schEvaluated.items, it.items); + } + } else { + const items = gen.var("items", (0, codegen_1._)`${source}.evaluated.items`); + it.items = util_1.mergeEvaluated.items(gen, items, it.items, codegen_1.Name); + } + } + } + } + exports.callRef = callRef; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/core/index.js +var require_core2 = __commonJS({ + "node_modules/ajv/dist/vocabularies/core/index.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var id_1 = require_id(); + var ref_1 = require_ref(); + var core = [ + "$schema", + "$id", + "$defs", + "$vocabulary", + { keyword: "$comment" }, + "definitions", + id_1.default, + ref_1.default + ]; + exports.default = core; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/limitNumber.js +var require_limitNumber = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/limitNumber.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var ops = codegen_1.operators; + var KWDs = { + maximum: { okStr: "<=", ok: ops.LTE, fail: ops.GT }, + minimum: { okStr: ">=", ok: ops.GTE, fail: ops.LT }, + exclusiveMaximum: { okStr: "<", ok: ops.LT, fail: ops.GTE }, + exclusiveMinimum: { okStr: ">", ok: ops.GT, fail: ops.LTE } + }; + var error48 = { + message: ({ keyword, schemaCode }) => (0, codegen_1.str)`must be ${KWDs[keyword].okStr} ${schemaCode}`, + params: ({ keyword, schemaCode }) => (0, codegen_1._)`{comparison: ${KWDs[keyword].okStr}, limit: ${schemaCode}}` + }; + var def = { + keyword: Object.keys(KWDs), + type: "number", + schemaType: "number", + $data: true, + error: error48, + code(cxt) { + const { keyword, data, schemaCode } = cxt; + cxt.fail$data((0, codegen_1._)`${data} ${KWDs[keyword].fail} ${schemaCode} || isNaN(${data})`); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/multipleOf.js +var require_multipleOf = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/multipleOf.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var error48 = { + message: ({ schemaCode }) => (0, codegen_1.str)`must be multiple of ${schemaCode}`, + params: ({ schemaCode }) => (0, codegen_1._)`{multipleOf: ${schemaCode}}` + }; + var def = { + keyword: "multipleOf", + type: "number", + schemaType: "number", + $data: true, + error: error48, + code(cxt) { + const { gen, data, schemaCode, it } = cxt; + const prec = it.opts.multipleOfPrecision; + const res = gen.let("res"); + const invalid = prec ? (0, codegen_1._)`Math.abs(Math.round(${res}) - ${res}) > 1e-${prec}` : (0, codegen_1._)`${res} !== parseInt(${res})`; + cxt.fail$data((0, codegen_1._)`(${schemaCode} === 0 || (${res} = ${data}/${schemaCode}, ${invalid}))`); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/runtime/ucs2length.js +var require_ucs2length = __commonJS({ + "node_modules/ajv/dist/runtime/ucs2length.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + function ucs2length(str) { + const len = str.length; + let length = 0; + let pos = 0; + let value; + while (pos < len) { + length++; + value = str.charCodeAt(pos++); + if (value >= 55296 && value <= 56319 && pos < len) { + value = str.charCodeAt(pos); + if ((value & 64512) === 56320) + pos++; + } + } + return length; + } + exports.default = ucs2length; + ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default'; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/limitLength.js +var require_limitLength = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/limitLength.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var ucs2length_1 = require_ucs2length(); + var error48 = { + message({ keyword, schemaCode }) { + const comp = keyword === "maxLength" ? "more" : "fewer"; + return (0, codegen_1.str)`must NOT have ${comp} than ${schemaCode} characters`; + }, + params: ({ schemaCode }) => (0, codegen_1._)`{limit: ${schemaCode}}` + }; + var def = { + keyword: ["maxLength", "minLength"], + type: "string", + schemaType: "number", + $data: true, + error: error48, + code(cxt) { + const { keyword, data, schemaCode, it } = cxt; + const op = keyword === "maxLength" ? codegen_1.operators.GT : codegen_1.operators.LT; + const len = it.opts.unicode === false ? (0, codegen_1._)`${data}.length` : (0, codegen_1._)`${(0, util_1.useFunc)(cxt.gen, ucs2length_1.default)}(${data})`; + cxt.fail$data((0, codegen_1._)`${len} ${op} ${schemaCode}`); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/pattern.js +var require_pattern = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/pattern.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var code_1 = require_code2(); + var util_1 = require_util(); + var codegen_1 = require_codegen(); + var error48 = { + message: ({ schemaCode }) => (0, codegen_1.str)`must match pattern "${schemaCode}"`, + params: ({ schemaCode }) => (0, codegen_1._)`{pattern: ${schemaCode}}` + }; + var def = { + keyword: "pattern", + type: "string", + schemaType: "string", + $data: true, + error: error48, + code(cxt) { + const { gen, data, $data, schema, schemaCode, it } = cxt; + const u = it.opts.unicodeRegExp ? "u" : ""; + if ($data) { + const { regExp } = it.opts.code; + const regExpCode = regExp.code === "new RegExp" ? (0, codegen_1._)`new RegExp` : (0, util_1.useFunc)(gen, regExp); + const valid = gen.let("valid"); + gen.try(() => gen.assign(valid, (0, codegen_1._)`${regExpCode}(${schemaCode}, ${u}).test(${data})`), () => gen.assign(valid, false)); + cxt.fail$data((0, codegen_1._)`!${valid}`); + } else { + const regExp = (0, code_1.usePattern)(cxt, schema); + cxt.fail$data((0, codegen_1._)`!${regExp}.test(${data})`); + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/limitProperties.js +var require_limitProperties = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/limitProperties.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var error48 = { + message({ keyword, schemaCode }) { + const comp = keyword === "maxProperties" ? "more" : "fewer"; + return (0, codegen_1.str)`must NOT have ${comp} than ${schemaCode} properties`; + }, + params: ({ schemaCode }) => (0, codegen_1._)`{limit: ${schemaCode}}` + }; + var def = { + keyword: ["maxProperties", "minProperties"], + type: "object", + schemaType: "number", + $data: true, + error: error48, + code(cxt) { + const { keyword, data, schemaCode } = cxt; + const op = keyword === "maxProperties" ? codegen_1.operators.GT : codegen_1.operators.LT; + cxt.fail$data((0, codegen_1._)`Object.keys(${data}).length ${op} ${schemaCode}`); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/required.js +var require_required = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/required.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var code_1 = require_code2(); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var error48 = { + message: ({ params: { missingProperty } }) => (0, codegen_1.str)`must have required property '${missingProperty}'`, + params: ({ params: { missingProperty } }) => (0, codegen_1._)`{missingProperty: ${missingProperty}}` + }; + var def = { + keyword: "required", + type: "object", + schemaType: "array", + $data: true, + error: error48, + code(cxt) { + const { gen, schema, schemaCode, data, $data, it } = cxt; + const { opts } = it; + if (!$data && schema.length === 0) + return; + const useLoop = schema.length >= opts.loopRequired; + if (it.allErrors) + allErrorsMode(); + else + exitOnErrorMode(); + if (opts.strictRequired) { + const props = cxt.parentSchema.properties; + const { definedProperties } = cxt.it; + for (const requiredKey of schema) { + if ((props === null || props === void 0 ? void 0 : props[requiredKey]) === void 0 && !definedProperties.has(requiredKey)) { + const schemaPath = it.schemaEnv.baseId + it.errSchemaPath; + const msg = `required property "${requiredKey}" is not defined at "${schemaPath}" (strictRequired)`; + (0, util_1.checkStrictMode)(it, msg, it.opts.strictRequired); + } + } + } + function allErrorsMode() { + if (useLoop || $data) { + cxt.block$data(codegen_1.nil, loopAllRequired); + } else { + for (const prop of schema) { + (0, code_1.checkReportMissingProp)(cxt, prop); + } + } + } + function exitOnErrorMode() { + const missing = gen.let("missing"); + if (useLoop || $data) { + const valid = gen.let("valid", true); + cxt.block$data(valid, () => loopUntilMissing(missing, valid)); + cxt.ok(valid); + } else { + gen.if((0, code_1.checkMissingProp)(cxt, schema, missing)); + (0, code_1.reportMissingProp)(cxt, missing); + gen.else(); + } + } + function loopAllRequired() { + gen.forOf("prop", schemaCode, (prop) => { + cxt.setParams({ missingProperty: prop }); + gen.if((0, code_1.noPropertyInData)(gen, data, prop, opts.ownProperties), () => cxt.error()); + }); + } + function loopUntilMissing(missing, valid) { + cxt.setParams({ missingProperty: missing }); + gen.forOf(missing, schemaCode, () => { + gen.assign(valid, (0, code_1.propertyInData)(gen, data, missing, opts.ownProperties)); + gen.if((0, codegen_1.not)(valid), () => { + cxt.error(); + gen.break(); + }); + }, codegen_1.nil); + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/limitItems.js +var require_limitItems = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/limitItems.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var error48 = { + message({ keyword, schemaCode }) { + const comp = keyword === "maxItems" ? "more" : "fewer"; + return (0, codegen_1.str)`must NOT have ${comp} than ${schemaCode} items`; + }, + params: ({ schemaCode }) => (0, codegen_1._)`{limit: ${schemaCode}}` + }; + var def = { + keyword: ["maxItems", "minItems"], + type: "array", + schemaType: "number", + $data: true, + error: error48, + code(cxt) { + const { keyword, data, schemaCode } = cxt; + const op = keyword === "maxItems" ? codegen_1.operators.GT : codegen_1.operators.LT; + cxt.fail$data((0, codegen_1._)`${data}.length ${op} ${schemaCode}`); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/runtime/equal.js +var require_equal = __commonJS({ + "node_modules/ajv/dist/runtime/equal.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var equal = require_fast_deep_equal(); + equal.code = 'require("ajv/dist/runtime/equal").default'; + exports.default = equal; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +var require_uniqueItems = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/uniqueItems.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var dataType_1 = require_dataType(); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var equal_1 = require_equal(); + var error48 = { + message: ({ params: { i, j } }) => (0, codegen_1.str)`must NOT have duplicate items (items ## ${j} and ${i} are identical)`, + params: ({ params: { i, j } }) => (0, codegen_1._)`{i: ${i}, j: ${j}}` + }; + var def = { + keyword: "uniqueItems", + type: "array", + schemaType: "boolean", + $data: true, + error: error48, + code(cxt) { + const { gen, data, $data, schema, parentSchema, schemaCode, it } = cxt; + if (!$data && !schema) + return; + const valid = gen.let("valid"); + const itemTypes = parentSchema.items ? (0, dataType_1.getSchemaTypes)(parentSchema.items) : []; + cxt.block$data(valid, validateUniqueItems, (0, codegen_1._)`${schemaCode} === false`); + cxt.ok(valid); + function validateUniqueItems() { + const i = gen.let("i", (0, codegen_1._)`${data}.length`); + const j = gen.let("j"); + cxt.setParams({ i, j }); + gen.assign(valid, true); + gen.if((0, codegen_1._)`${i} > 1`, () => (canOptimize() ? loopN : loopN2)(i, j)); + } + function canOptimize() { + return itemTypes.length > 0 && !itemTypes.some((t11) => t11 === "object" || t11 === "array"); + } + function loopN(i, j) { + const item = gen.name("item"); + const wrongType = (0, dataType_1.checkDataTypes)(itemTypes, item, it.opts.strictNumbers, dataType_1.DataType.Wrong); + const indices = gen.const("indices", (0, codegen_1._)`{}`); + gen.for((0, codegen_1._)`;${i}--;`, () => { + gen.let(item, (0, codegen_1._)`${data}[${i}]`); + gen.if(wrongType, (0, codegen_1._)`continue`); + if (itemTypes.length > 1) + gen.if((0, codegen_1._)`typeof ${item} == "string"`, (0, codegen_1._)`${item} += "_"`); + gen.if((0, codegen_1._)`typeof ${indices}[${item}] == "number"`, () => { + gen.assign(j, (0, codegen_1._)`${indices}[${item}]`); + cxt.error(); + gen.assign(valid, false).break(); + }).code((0, codegen_1._)`${indices}[${item}] = ${i}`); + }); + } + function loopN2(i, j) { + const eql = (0, util_1.useFunc)(gen, equal_1.default); + const outer = gen.name("outer"); + gen.label(outer).for((0, codegen_1._)`;${i}--;`, () => gen.for((0, codegen_1._)`${j} = ${i}; ${j}--;`, () => gen.if((0, codegen_1._)`${eql}(${data}[${i}], ${data}[${j}])`, () => { + cxt.error(); + gen.assign(valid, false).break(outer); + }))); + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/const.js +var require_const = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/const.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var equal_1 = require_equal(); + var error48 = { + message: "must be equal to constant", + params: ({ schemaCode }) => (0, codegen_1._)`{allowedValue: ${schemaCode}}` + }; + var def = { + keyword: "const", + $data: true, + error: error48, + code(cxt) { + const { gen, data, $data, schemaCode, schema } = cxt; + if ($data || schema && typeof schema == "object") { + cxt.fail$data((0, codegen_1._)`!${(0, util_1.useFunc)(gen, equal_1.default)}(${data}, ${schemaCode})`); + } else { + cxt.fail((0, codegen_1._)`${schema} !== ${data}`); + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/enum.js +var require_enum = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/enum.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var equal_1 = require_equal(); + var error48 = { + message: "must be equal to one of the allowed values", + params: ({ schemaCode }) => (0, codegen_1._)`{allowedValues: ${schemaCode}}` + }; + var def = { + keyword: "enum", + schemaType: "array", + $data: true, + error: error48, + code(cxt) { + const { gen, data, $data, schema, schemaCode, it } = cxt; + if (!$data && schema.length === 0) + throw new Error("enum must have non-empty array"); + const useLoop = schema.length >= it.opts.loopEnum; + let eql; + const getEql = () => eql !== null && eql !== void 0 ? eql : eql = (0, util_1.useFunc)(gen, equal_1.default); + let valid; + if (useLoop || $data) { + valid = gen.let("valid"); + cxt.block$data(valid, loopEnum); + } else { + if (!Array.isArray(schema)) + throw new Error("ajv implementation error"); + const vSchema = gen.const("vSchema", schemaCode); + valid = (0, codegen_1.or)(...schema.map((_x2, i) => equalCode(vSchema, i))); + } + cxt.pass(valid); + function loopEnum() { + gen.assign(valid, false); + gen.forOf("v", schemaCode, (v2) => gen.if((0, codegen_1._)`${getEql()}(${data}, ${v2})`, () => gen.assign(valid, true).break())); + } + function equalCode(vSchema, i) { + const sch = schema[i]; + return typeof sch === "object" && sch !== null ? (0, codegen_1._)`${getEql()}(${data}, ${vSchema}[${i}])` : (0, codegen_1._)`${data} === ${sch}`; + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/validation/index.js +var require_validation = __commonJS({ + "node_modules/ajv/dist/vocabularies/validation/index.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var limitNumber_1 = require_limitNumber(); + var multipleOf_1 = require_multipleOf(); + var limitLength_1 = require_limitLength(); + var pattern_1 = require_pattern(); + var limitProperties_1 = require_limitProperties(); + var required_1 = require_required(); + var limitItems_1 = require_limitItems(); + var uniqueItems_1 = require_uniqueItems(); + var const_1 = require_const(); + var enum_1 = require_enum(); + var validation = [ + // number + limitNumber_1.default, + multipleOf_1.default, + // string + limitLength_1.default, + pattern_1.default, + // object + limitProperties_1.default, + required_1.default, + // array + limitItems_1.default, + uniqueItems_1.default, + // any + { keyword: "type", schemaType: ["string", "array"] }, + { keyword: "nullable", schemaType: "boolean" }, + const_1.default, + enum_1.default + ]; + exports.default = validation; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +var require_additionalItems = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/additionalItems.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.validateAdditionalItems = void 0; + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var error48 = { + message: ({ params: { len } }) => (0, codegen_1.str)`must NOT have more than ${len} items`, + params: ({ params: { len } }) => (0, codegen_1._)`{limit: ${len}}` + }; + var def = { + keyword: "additionalItems", + type: "array", + schemaType: ["boolean", "object"], + before: "uniqueItems", + error: error48, + code(cxt) { + const { parentSchema, it } = cxt; + const { items } = parentSchema; + if (!Array.isArray(items)) { + (0, util_1.checkStrictMode)(it, '"additionalItems" is ignored when "items" is not an array of schemas'); + return; + } + validateAdditionalItems(cxt, items); + } + }; + function validateAdditionalItems(cxt, items) { + const { gen, schema, data, keyword, it } = cxt; + it.items = true; + const len = gen.const("len", (0, codegen_1._)`${data}.length`); + if (schema === false) { + cxt.setParams({ len: items.length }); + cxt.pass((0, codegen_1._)`${len} <= ${items.length}`); + } else if (typeof schema == "object" && !(0, util_1.alwaysValidSchema)(it, schema)) { + const valid = gen.var("valid", (0, codegen_1._)`${len} <= ${items.length}`); + gen.if((0, codegen_1.not)(valid), () => validateItems(valid)); + cxt.ok(valid); + } + function validateItems(valid) { + gen.forRange("i", items.length, len, (i) => { + cxt.subschema({ keyword, dataProp: i, dataPropType: util_1.Type.Num }, valid); + if (!it.allErrors) + gen.if((0, codegen_1.not)(valid), () => gen.break()); + }); + } + } + exports.validateAdditionalItems = validateAdditionalItems; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/items.js +var require_items = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/items.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.validateTuple = void 0; + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var code_1 = require_code2(); + var def = { + keyword: "items", + type: "array", + schemaType: ["object", "array", "boolean"], + before: "uniqueItems", + code(cxt) { + const { schema, it } = cxt; + if (Array.isArray(schema)) + return validateTuple(cxt, "additionalItems", schema); + it.items = true; + if ((0, util_1.alwaysValidSchema)(it, schema)) + return; + cxt.ok((0, code_1.validateArray)(cxt)); + } + }; + function validateTuple(cxt, extraItems, schArr = cxt.schema) { + const { gen, parentSchema, data, keyword, it } = cxt; + checkStrictTuple(parentSchema); + if (it.opts.unevaluated && schArr.length && it.items !== true) { + it.items = util_1.mergeEvaluated.items(gen, schArr.length, it.items); + } + const valid = gen.name("valid"); + const len = gen.const("len", (0, codegen_1._)`${data}.length`); + schArr.forEach((sch, i) => { + if ((0, util_1.alwaysValidSchema)(it, sch)) + return; + gen.if((0, codegen_1._)`${len} > ${i}`, () => cxt.subschema({ + keyword, + schemaProp: i, + dataProp: i + }, valid)); + cxt.ok(valid); + }); + function checkStrictTuple(sch) { + const { opts, errSchemaPath } = it; + const l2 = schArr.length; + const fullTuple = l2 === sch.minItems && (l2 === sch.maxItems || sch[extraItems] === false); + if (opts.strictTuples && !fullTuple) { + const msg = `"${keyword}" is ${l2}-tuple, but minItems or maxItems/${extraItems} are not specified or different at path "${errSchemaPath}"`; + (0, util_1.checkStrictMode)(it, msg, opts.strictTuples); + } + } + } + exports.validateTuple = validateTuple; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +var require_prefixItems = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/prefixItems.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var items_1 = require_items(); + var def = { + keyword: "prefixItems", + type: "array", + schemaType: ["array"], + before: "uniqueItems", + code: (cxt) => (0, items_1.validateTuple)(cxt, "items") + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/items2020.js +var require_items2020 = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/items2020.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var code_1 = require_code2(); + var additionalItems_1 = require_additionalItems(); + var error48 = { + message: ({ params: { len } }) => (0, codegen_1.str)`must NOT have more than ${len} items`, + params: ({ params: { len } }) => (0, codegen_1._)`{limit: ${len}}` + }; + var def = { + keyword: "items", + type: "array", + schemaType: ["object", "boolean"], + before: "uniqueItems", + error: error48, + code(cxt) { + const { schema, parentSchema, it } = cxt; + const { prefixItems } = parentSchema; + it.items = true; + if ((0, util_1.alwaysValidSchema)(it, schema)) + return; + if (prefixItems) + (0, additionalItems_1.validateAdditionalItems)(cxt, prefixItems); + else + cxt.ok((0, code_1.validateArray)(cxt)); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/contains.js +var require_contains = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/contains.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var error48 = { + message: ({ params: { min, max } }) => max === void 0 ? (0, codegen_1.str)`must contain at least ${min} valid item(s)` : (0, codegen_1.str)`must contain at least ${min} and no more than ${max} valid item(s)`, + params: ({ params: { min, max } }) => max === void 0 ? (0, codegen_1._)`{minContains: ${min}}` : (0, codegen_1._)`{minContains: ${min}, maxContains: ${max}}` + }; + var def = { + keyword: "contains", + type: "array", + schemaType: ["object", "boolean"], + before: "uniqueItems", + trackErrors: true, + error: error48, + code(cxt) { + const { gen, schema, parentSchema, data, it } = cxt; + let min; + let max; + const { minContains, maxContains } = parentSchema; + if (it.opts.next) { + min = minContains === void 0 ? 1 : minContains; + max = maxContains; + } else { + min = 1; + } + const len = gen.const("len", (0, codegen_1._)`${data}.length`); + cxt.setParams({ min, max }); + if (max === void 0 && min === 0) { + (0, util_1.checkStrictMode)(it, `"minContains" == 0 without "maxContains": "contains" keyword ignored`); + return; + } + if (max !== void 0 && min > max) { + (0, util_1.checkStrictMode)(it, `"minContains" > "maxContains" is always invalid`); + cxt.fail(); + return; + } + if ((0, util_1.alwaysValidSchema)(it, schema)) { + let cond = (0, codegen_1._)`${len} >= ${min}`; + if (max !== void 0) + cond = (0, codegen_1._)`${cond} && ${len} <= ${max}`; + cxt.pass(cond); + return; + } + it.items = true; + const valid = gen.name("valid"); + if (max === void 0 && min === 1) { + validateItems(valid, () => gen.if(valid, () => gen.break())); + } else if (min === 0) { + gen.let(valid, true); + if (max !== void 0) + gen.if((0, codegen_1._)`${data}.length > 0`, validateItemsWithCount); + } else { + gen.let(valid, false); + validateItemsWithCount(); + } + cxt.result(valid, () => cxt.reset()); + function validateItemsWithCount() { + const schValid = gen.name("_valid"); + const count = gen.let("count", 0); + validateItems(schValid, () => gen.if(schValid, () => checkLimits(count))); + } + function validateItems(_valid, block) { + gen.forRange("i", 0, len, (i) => { + cxt.subschema({ + keyword: "contains", + dataProp: i, + dataPropType: util_1.Type.Num, + compositeRule: true + }, _valid); + block(); + }); + } + function checkLimits(count) { + gen.code((0, codegen_1._)`${count}++`); + if (max === void 0) { + gen.if((0, codegen_1._)`${count} >= ${min}`, () => gen.assign(valid, true).break()); + } else { + gen.if((0, codegen_1._)`${count} > ${max}`, () => gen.assign(valid, false).break()); + if (min === 1) + gen.assign(valid, true); + else + gen.if((0, codegen_1._)`${count} >= ${min}`, () => gen.assign(valid, true)); + } + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/dependencies.js +var require_dependencies = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/dependencies.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.validateSchemaDeps = exports.validatePropertyDeps = exports.error = void 0; + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var code_1 = require_code2(); + exports.error = { + message: ({ params: { property, depsCount, deps } }) => { + const property_ies = depsCount === 1 ? "property" : "properties"; + return (0, codegen_1.str)`must have ${property_ies} ${deps} when property ${property} is present`; + }, + params: ({ params: { property, depsCount, deps, missingProperty } }) => (0, codegen_1._)`{property: ${property}, + missingProperty: ${missingProperty}, + depsCount: ${depsCount}, + deps: ${deps}}` + // TODO change to reference + }; + var def = { + keyword: "dependencies", + type: "object", + schemaType: "object", + error: exports.error, + code(cxt) { + const [propDeps, schDeps] = splitDependencies(cxt); + validatePropertyDeps(cxt, propDeps); + validateSchemaDeps(cxt, schDeps); + } + }; + function splitDependencies({ schema }) { + const propertyDeps = {}; + const schemaDeps = {}; + for (const key in schema) { + if (key === "__proto__") + continue; + const deps = Array.isArray(schema[key]) ? propertyDeps : schemaDeps; + deps[key] = schema[key]; + } + return [propertyDeps, schemaDeps]; + } + function validatePropertyDeps(cxt, propertyDeps = cxt.schema) { + const { gen, data, it } = cxt; + if (Object.keys(propertyDeps).length === 0) + return; + const missing = gen.let("missing"); + for (const prop in propertyDeps) { + const deps = propertyDeps[prop]; + if (deps.length === 0) + continue; + const hasProperty = (0, code_1.propertyInData)(gen, data, prop, it.opts.ownProperties); + cxt.setParams({ + property: prop, + depsCount: deps.length, + deps: deps.join(", ") + }); + if (it.allErrors) { + gen.if(hasProperty, () => { + for (const depProp of deps) { + (0, code_1.checkReportMissingProp)(cxt, depProp); + } + }); + } else { + gen.if((0, codegen_1._)`${hasProperty} && (${(0, code_1.checkMissingProp)(cxt, deps, missing)})`); + (0, code_1.reportMissingProp)(cxt, missing); + gen.else(); + } + } + } + exports.validatePropertyDeps = validatePropertyDeps; + function validateSchemaDeps(cxt, schemaDeps = cxt.schema) { + const { gen, data, keyword, it } = cxt; + const valid = gen.name("valid"); + for (const prop in schemaDeps) { + if ((0, util_1.alwaysValidSchema)(it, schemaDeps[prop])) + continue; + gen.if( + (0, code_1.propertyInData)(gen, data, prop, it.opts.ownProperties), + () => { + const schCxt = cxt.subschema({ keyword, schemaProp: prop }, valid); + cxt.mergeValidEvaluated(schCxt, valid); + }, + () => gen.var(valid, true) + // TODO var + ); + cxt.ok(valid); + } + } + exports.validateSchemaDeps = validateSchemaDeps; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +var require_propertyNames = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/propertyNames.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var error48 = { + message: "property name must be valid", + params: ({ params }) => (0, codegen_1._)`{propertyName: ${params.propertyName}}` + }; + var def = { + keyword: "propertyNames", + type: "object", + schemaType: ["object", "boolean"], + error: error48, + code(cxt) { + const { gen, schema, data, it } = cxt; + if ((0, util_1.alwaysValidSchema)(it, schema)) + return; + const valid = gen.name("valid"); + gen.forIn("key", data, (key) => { + cxt.setParams({ propertyName: key }); + cxt.subschema({ + keyword: "propertyNames", + data: key, + dataTypes: ["string"], + propertyName: key, + compositeRule: true + }, valid); + gen.if((0, codegen_1.not)(valid), () => { + cxt.error(true); + if (!it.allErrors) + gen.break(); + }); + }); + cxt.ok(valid); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +var require_additionalProperties = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var code_1 = require_code2(); + var codegen_1 = require_codegen(); + var names_1 = require_names(); + var util_1 = require_util(); + var error48 = { + message: "must NOT have additional properties", + params: ({ params }) => (0, codegen_1._)`{additionalProperty: ${params.additionalProperty}}` + }; + var def = { + keyword: "additionalProperties", + type: ["object"], + schemaType: ["boolean", "object"], + allowUndefined: true, + trackErrors: true, + error: error48, + code(cxt) { + const { gen, schema, parentSchema, data, errsCount, it } = cxt; + if (!errsCount) + throw new Error("ajv implementation error"); + const { allErrors, opts } = it; + it.props = true; + if (opts.removeAdditional !== "all" && (0, util_1.alwaysValidSchema)(it, schema)) + return; + const props = (0, code_1.allSchemaProperties)(parentSchema.properties); + const patProps = (0, code_1.allSchemaProperties)(parentSchema.patternProperties); + checkAdditionalProperties(); + cxt.ok((0, codegen_1._)`${errsCount} === ${names_1.default.errors}`); + function checkAdditionalProperties() { + gen.forIn("key", data, (key) => { + if (!props.length && !patProps.length) + additionalPropertyCode(key); + else + gen.if(isAdditional(key), () => additionalPropertyCode(key)); + }); + } + function isAdditional(key) { + let definedProp; + if (props.length > 8) { + const propsSchema = (0, util_1.schemaRefOrVal)(it, parentSchema.properties, "properties"); + definedProp = (0, code_1.isOwnProperty)(gen, propsSchema, key); + } else if (props.length) { + definedProp = (0, codegen_1.or)(...props.map((p) => (0, codegen_1._)`${key} === ${p}`)); + } else { + definedProp = codegen_1.nil; + } + if (patProps.length) { + definedProp = (0, codegen_1.or)(definedProp, ...patProps.map((p) => (0, codegen_1._)`${(0, code_1.usePattern)(cxt, p)}.test(${key})`)); + } + return (0, codegen_1.not)(definedProp); + } + function deleteAdditional(key) { + gen.code((0, codegen_1._)`delete ${data}[${key}]`); + } + function additionalPropertyCode(key) { + if (opts.removeAdditional === "all" || opts.removeAdditional && schema === false) { + deleteAdditional(key); + return; + } + if (schema === false) { + cxt.setParams({ additionalProperty: key }); + cxt.error(); + if (!allErrors) + gen.break(); + return; + } + if (typeof schema == "object" && !(0, util_1.alwaysValidSchema)(it, schema)) { + const valid = gen.name("valid"); + if (opts.removeAdditional === "failing") { + applyAdditionalSchema(key, valid, false); + gen.if((0, codegen_1.not)(valid), () => { + cxt.reset(); + deleteAdditional(key); + }); + } else { + applyAdditionalSchema(key, valid); + if (!allErrors) + gen.if((0, codegen_1.not)(valid), () => gen.break()); + } + } + } + function applyAdditionalSchema(key, valid, errors) { + const subschema = { + keyword: "additionalProperties", + dataProp: key, + dataPropType: util_1.Type.Str + }; + if (errors === false) { + Object.assign(subschema, { + compositeRule: true, + createErrors: false, + allErrors: false + }); + } + cxt.subschema(subschema, valid); + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/properties.js +var require_properties = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/properties.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var validate_1 = require_validate(); + var code_1 = require_code2(); + var util_1 = require_util(); + var additionalProperties_1 = require_additionalProperties(); + var def = { + keyword: "properties", + type: "object", + schemaType: "object", + code(cxt) { + const { gen, schema, parentSchema, data, it } = cxt; + if (it.opts.removeAdditional === "all" && parentSchema.additionalProperties === void 0) { + additionalProperties_1.default.code(new validate_1.KeywordCxt(it, additionalProperties_1.default, "additionalProperties")); + } + const allProps = (0, code_1.allSchemaProperties)(schema); + for (const prop of allProps) { + it.definedProperties.add(prop); + } + if (it.opts.unevaluated && allProps.length && it.props !== true) { + it.props = util_1.mergeEvaluated.props(gen, (0, util_1.toHash)(allProps), it.props); + } + const properties = allProps.filter((p) => !(0, util_1.alwaysValidSchema)(it, schema[p])); + if (properties.length === 0) + return; + const valid = gen.name("valid"); + for (const prop of properties) { + if (hasDefault(prop)) { + applyPropertySchema(prop); + } else { + gen.if((0, code_1.propertyInData)(gen, data, prop, it.opts.ownProperties)); + applyPropertySchema(prop); + if (!it.allErrors) + gen.else().var(valid, true); + gen.endIf(); + } + cxt.it.definedProperties.add(prop); + cxt.ok(valid); + } + function hasDefault(prop) { + return it.opts.useDefaults && !it.compositeRule && schema[prop].default !== void 0; + } + function applyPropertySchema(prop) { + cxt.subschema({ + keyword: "properties", + schemaProp: prop, + dataProp: prop + }, valid); + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +var require_patternProperties = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/patternProperties.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var code_1 = require_code2(); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var util_2 = require_util(); + var def = { + keyword: "patternProperties", + type: "object", + schemaType: "object", + code(cxt) { + const { gen, schema, data, parentSchema, it } = cxt; + const { opts } = it; + const patterns = (0, code_1.allSchemaProperties)(schema); + const alwaysValidPatterns = patterns.filter((p) => (0, util_1.alwaysValidSchema)(it, schema[p])); + if (patterns.length === 0 || alwaysValidPatterns.length === patterns.length && (!it.opts.unevaluated || it.props === true)) { + return; + } + const checkProperties = opts.strictSchema && !opts.allowMatchingProperties && parentSchema.properties; + const valid = gen.name("valid"); + if (it.props !== true && !(it.props instanceof codegen_1.Name)) { + it.props = (0, util_2.evaluatedPropsToName)(gen, it.props); + } + const { props } = it; + validatePatternProperties(); + function validatePatternProperties() { + for (const pat of patterns) { + if (checkProperties) + checkMatchingProperties(pat); + if (it.allErrors) { + validateProperties(pat); + } else { + gen.var(valid, true); + validateProperties(pat); + gen.if(valid); + } + } + } + function checkMatchingProperties(pat) { + for (const prop in checkProperties) { + if (new RegExp(pat).test(prop)) { + (0, util_1.checkStrictMode)(it, `property ${prop} matches pattern ${pat} (use allowMatchingProperties)`); + } + } + } + function validateProperties(pat) { + gen.forIn("key", data, (key) => { + gen.if((0, codegen_1._)`${(0, code_1.usePattern)(cxt, pat)}.test(${key})`, () => { + const alwaysValid = alwaysValidPatterns.includes(pat); + if (!alwaysValid) { + cxt.subschema({ + keyword: "patternProperties", + schemaProp: pat, + dataProp: key, + dataPropType: util_2.Type.Str + }, valid); + } + if (it.opts.unevaluated && props !== true) { + gen.assign((0, codegen_1._)`${props}[${key}]`, true); + } else if (!alwaysValid && !it.allErrors) { + gen.if((0, codegen_1.not)(valid), () => gen.break()); + } + }); + }); + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/not.js +var require_not = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/not.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var util_1 = require_util(); + var def = { + keyword: "not", + schemaType: ["object", "boolean"], + trackErrors: true, + code(cxt) { + const { gen, schema, it } = cxt; + if ((0, util_1.alwaysValidSchema)(it, schema)) { + cxt.fail(); + return; + } + const valid = gen.name("valid"); + cxt.subschema({ + keyword: "not", + compositeRule: true, + createErrors: false, + allErrors: false + }, valid); + cxt.failResult(valid, () => cxt.reset(), () => cxt.error()); + }, + error: { message: "must NOT be valid" } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/anyOf.js +var require_anyOf = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/anyOf.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var code_1 = require_code2(); + var def = { + keyword: "anyOf", + schemaType: "array", + trackErrors: true, + code: code_1.validateUnion, + error: { message: "must match a schema in anyOf" } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/oneOf.js +var require_oneOf = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/oneOf.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var error48 = { + message: "must match exactly one schema in oneOf", + params: ({ params }) => (0, codegen_1._)`{passingSchemas: ${params.passing}}` + }; + var def = { + keyword: "oneOf", + schemaType: "array", + trackErrors: true, + error: error48, + code(cxt) { + const { gen, schema, parentSchema, it } = cxt; + if (!Array.isArray(schema)) + throw new Error("ajv implementation error"); + if (it.opts.discriminator && parentSchema.discriminator) + return; + const schArr = schema; + const valid = gen.let("valid", false); + const passing = gen.let("passing", null); + const schValid = gen.name("_valid"); + cxt.setParams({ passing }); + gen.block(validateOneOf); + cxt.result(valid, () => cxt.reset(), () => cxt.error(true)); + function validateOneOf() { + schArr.forEach((sch, i) => { + let schCxt; + if ((0, util_1.alwaysValidSchema)(it, sch)) { + gen.var(schValid, true); + } else { + schCxt = cxt.subschema({ + keyword: "oneOf", + schemaProp: i, + compositeRule: true + }, schValid); + } + if (i > 0) { + gen.if((0, codegen_1._)`${schValid} && ${valid}`).assign(valid, false).assign(passing, (0, codegen_1._)`[${passing}, ${i}]`).else(); + } + gen.if(schValid, () => { + gen.assign(valid, true); + gen.assign(passing, i); + if (schCxt) + cxt.mergeEvaluated(schCxt, codegen_1.Name); + }); + }); + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/allOf.js +var require_allOf = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/allOf.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var util_1 = require_util(); + var def = { + keyword: "allOf", + schemaType: "array", + code(cxt) { + const { gen, schema, it } = cxt; + if (!Array.isArray(schema)) + throw new Error("ajv implementation error"); + const valid = gen.name("valid"); + schema.forEach((sch, i) => { + if ((0, util_1.alwaysValidSchema)(it, sch)) + return; + const schCxt = cxt.subschema({ keyword: "allOf", schemaProp: i }, valid); + cxt.ok(valid); + cxt.mergeEvaluated(schCxt); + }); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/if.js +var require_if = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/if.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var util_1 = require_util(); + var error48 = { + message: ({ params }) => (0, codegen_1.str)`must match "${params.ifClause}" schema`, + params: ({ params }) => (0, codegen_1._)`{failingKeyword: ${params.ifClause}}` + }; + var def = { + keyword: "if", + schemaType: ["object", "boolean"], + trackErrors: true, + error: error48, + code(cxt) { + const { gen, parentSchema, it } = cxt; + if (parentSchema.then === void 0 && parentSchema.else === void 0) { + (0, util_1.checkStrictMode)(it, '"if" without "then" and "else" is ignored'); + } + const hasThen = hasSchema(it, "then"); + const hasElse = hasSchema(it, "else"); + if (!hasThen && !hasElse) + return; + const valid = gen.let("valid", true); + const schValid = gen.name("_valid"); + validateIf(); + cxt.reset(); + if (hasThen && hasElse) { + const ifClause = gen.let("ifClause"); + cxt.setParams({ ifClause }); + gen.if(schValid, validateClause("then", ifClause), validateClause("else", ifClause)); + } else if (hasThen) { + gen.if(schValid, validateClause("then")); + } else { + gen.if((0, codegen_1.not)(schValid), validateClause("else")); + } + cxt.pass(valid, () => cxt.error(true)); + function validateIf() { + const schCxt = cxt.subschema({ + keyword: "if", + compositeRule: true, + createErrors: false, + allErrors: false + }, schValid); + cxt.mergeEvaluated(schCxt); + } + function validateClause(keyword, ifClause) { + return () => { + const schCxt = cxt.subschema({ keyword }, schValid); + gen.assign(valid, schValid); + cxt.mergeValidEvaluated(schCxt, valid); + if (ifClause) + gen.assign(ifClause, (0, codegen_1._)`${keyword}`); + else + cxt.setParams({ ifClause: keyword }); + }; + } + } + }; + function hasSchema(it, keyword) { + const schema = it.schema[keyword]; + return schema !== void 0 && !(0, util_1.alwaysValidSchema)(it, schema); + } + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/thenElse.js +var require_thenElse = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/thenElse.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var util_1 = require_util(); + var def = { + keyword: ["then", "else"], + schemaType: ["object", "boolean"], + code({ keyword, parentSchema, it }) { + if (parentSchema.if === void 0) + (0, util_1.checkStrictMode)(it, `"${keyword}" without "if" is ignored`); + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/applicator/index.js +var require_applicator = __commonJS({ + "node_modules/ajv/dist/vocabularies/applicator/index.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var additionalItems_1 = require_additionalItems(); + var prefixItems_1 = require_prefixItems(); + var items_1 = require_items(); + var items2020_1 = require_items2020(); + var contains_1 = require_contains(); + var dependencies_1 = require_dependencies(); + var propertyNames_1 = require_propertyNames(); + var additionalProperties_1 = require_additionalProperties(); + var properties_1 = require_properties(); + var patternProperties_1 = require_patternProperties(); + var not_1 = require_not(); + var anyOf_1 = require_anyOf(); + var oneOf_1 = require_oneOf(); + var allOf_1 = require_allOf(); + var if_1 = require_if(); + var thenElse_1 = require_thenElse(); + function getApplicator(draft2020 = false) { + const applicator = [ + // any + not_1.default, + anyOf_1.default, + oneOf_1.default, + allOf_1.default, + if_1.default, + thenElse_1.default, + // object + propertyNames_1.default, + additionalProperties_1.default, + dependencies_1.default, + properties_1.default, + patternProperties_1.default + ]; + if (draft2020) + applicator.push(prefixItems_1.default, items2020_1.default); + else + applicator.push(additionalItems_1.default, items_1.default); + applicator.push(contains_1.default); + return applicator; + } + exports.default = getApplicator; + } +}); + +// node_modules/ajv/dist/vocabularies/format/format.js +var require_format = __commonJS({ + "node_modules/ajv/dist/vocabularies/format/format.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var error48 = { + message: ({ schemaCode }) => (0, codegen_1.str)`must match format "${schemaCode}"`, + params: ({ schemaCode }) => (0, codegen_1._)`{format: ${schemaCode}}` + }; + var def = { + keyword: "format", + type: ["number", "string"], + schemaType: "string", + $data: true, + error: error48, + code(cxt, ruleType) { + const { gen, data, $data, schema, schemaCode, it } = cxt; + const { opts, errSchemaPath, schemaEnv, self: self2 } = it; + if (!opts.validateFormats) + return; + if ($data) + validate$DataFormat(); + else + validateFormat(); + function validate$DataFormat() { + const fmts = gen.scopeValue("formats", { + ref: self2.formats, + code: opts.code.formats + }); + const fDef = gen.const("fDef", (0, codegen_1._)`${fmts}[${schemaCode}]`); + const fType = gen.let("fType"); + const format = gen.let("format"); + gen.if((0, codegen_1._)`typeof ${fDef} == "object" && !(${fDef} instanceof RegExp)`, () => gen.assign(fType, (0, codegen_1._)`${fDef}.type || "string"`).assign(format, (0, codegen_1._)`${fDef}.validate`), () => gen.assign(fType, (0, codegen_1._)`"string"`).assign(format, fDef)); + cxt.fail$data((0, codegen_1.or)(unknownFmt(), invalidFmt())); + function unknownFmt() { + if (opts.strictSchema === false) + return codegen_1.nil; + return (0, codegen_1._)`${schemaCode} && !${format}`; + } + function invalidFmt() { + const callFormat = schemaEnv.$async ? (0, codegen_1._)`(${fDef}.async ? await ${format}(${data}) : ${format}(${data}))` : (0, codegen_1._)`${format}(${data})`; + const validData = (0, codegen_1._)`(typeof ${format} == "function" ? ${callFormat} : ${format}.test(${data}))`; + return (0, codegen_1._)`${format} && ${format} !== true && ${fType} === ${ruleType} && !${validData}`; + } + } + function validateFormat() { + const formatDef = self2.formats[schema]; + if (!formatDef) { + unknownFormat(); + return; + } + if (formatDef === true) + return; + const [fmtType, format, fmtRef] = getFormat(formatDef); + if (fmtType === ruleType) + cxt.pass(validCondition()); + function unknownFormat() { + if (opts.strictSchema === false) { + self2.logger.warn(unknownMsg()); + return; + } + throw new Error(unknownMsg()); + function unknownMsg() { + return `unknown format "${schema}" ignored in schema at path "${errSchemaPath}"`; + } + } + function getFormat(fmtDef) { + const code = fmtDef instanceof RegExp ? (0, codegen_1.regexpCode)(fmtDef) : opts.code.formats ? (0, codegen_1._)`${opts.code.formats}${(0, codegen_1.getProperty)(schema)}` : void 0; + const fmt = gen.scopeValue("formats", { key: schema, ref: fmtDef, code }); + if (typeof fmtDef == "object" && !(fmtDef instanceof RegExp)) { + return [fmtDef.type || "string", fmtDef.validate, (0, codegen_1._)`${fmt}.validate`]; + } + return ["string", fmtDef, fmt]; + } + function validCondition() { + if (typeof formatDef == "object" && !(formatDef instanceof RegExp) && formatDef.async) { + if (!schemaEnv.$async) + throw new Error("async format in sync schema"); + return (0, codegen_1._)`await ${fmtRef}(${data})`; + } + return typeof format == "function" ? (0, codegen_1._)`${fmtRef}(${data})` : (0, codegen_1._)`${fmtRef}.test(${data})`; + } + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/vocabularies/format/index.js +var require_format2 = __commonJS({ + "node_modules/ajv/dist/vocabularies/format/index.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var format_1 = require_format(); + var format = [format_1.default]; + exports.default = format; + } +}); + +// node_modules/ajv/dist/vocabularies/metadata.js +var require_metadata = __commonJS({ + "node_modules/ajv/dist/vocabularies/metadata.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.contentVocabulary = exports.metadataVocabulary = void 0; + exports.metadataVocabulary = [ + "title", + "description", + "default", + "deprecated", + "readOnly", + "writeOnly", + "examples" + ]; + exports.contentVocabulary = [ + "contentMediaType", + "contentEncoding", + "contentSchema" + ]; + } +}); + +// node_modules/ajv/dist/vocabularies/draft7.js +var require_draft7 = __commonJS({ + "node_modules/ajv/dist/vocabularies/draft7.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var core_1 = require_core2(); + var validation_1 = require_validation(); + var applicator_1 = require_applicator(); + var format_1 = require_format2(); + var metadata_1 = require_metadata(); + var draft7Vocabularies = [ + core_1.default, + validation_1.default, + (0, applicator_1.default)(), + format_1.default, + metadata_1.metadataVocabulary, + metadata_1.contentVocabulary + ]; + exports.default = draft7Vocabularies; + } +}); + +// node_modules/ajv/dist/vocabularies/discriminator/types.js +var require_types = __commonJS({ + "node_modules/ajv/dist/vocabularies/discriminator/types.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.DiscrError = void 0; + var DiscrError; + (function(DiscrError2) { + DiscrError2["Tag"] = "tag"; + DiscrError2["Mapping"] = "mapping"; + })(DiscrError || (exports.DiscrError = DiscrError = {})); + } +}); + +// node_modules/ajv/dist/vocabularies/discriminator/index.js +var require_discriminator = __commonJS({ + "node_modules/ajv/dist/vocabularies/discriminator/index.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var codegen_1 = require_codegen(); + var types_1 = require_types(); + var compile_1 = require_compile(); + var ref_error_1 = require_ref_error(); + var util_1 = require_util(); + var error48 = { + message: ({ params: { discrError, tagName } }) => discrError === types_1.DiscrError.Tag ? `tag "${tagName}" must be string` : `value of tag "${tagName}" must be in oneOf`, + params: ({ params: { discrError, tag, tagName } }) => (0, codegen_1._)`{error: ${discrError}, tag: ${tagName}, tagValue: ${tag}}` + }; + var def = { + keyword: "discriminator", + type: "object", + schemaType: "object", + error: error48, + code(cxt) { + const { gen, data, schema, parentSchema, it } = cxt; + const { oneOf } = parentSchema; + if (!it.opts.discriminator) { + throw new Error("discriminator: requires discriminator option"); + } + const tagName = schema.propertyName; + if (typeof tagName != "string") + throw new Error("discriminator: requires propertyName"); + if (schema.mapping) + throw new Error("discriminator: mapping is not supported"); + if (!oneOf) + throw new Error("discriminator: requires oneOf keyword"); + const valid = gen.let("valid", false); + const tag = gen.const("tag", (0, codegen_1._)`${data}${(0, codegen_1.getProperty)(tagName)}`); + gen.if((0, codegen_1._)`typeof ${tag} == "string"`, () => validateMapping(), () => cxt.error(false, { discrError: types_1.DiscrError.Tag, tag, tagName })); + cxt.ok(valid); + function validateMapping() { + const mapping = getMapping(); + gen.if(false); + for (const tagValue in mapping) { + gen.elseIf((0, codegen_1._)`${tag} === ${tagValue}`); + gen.assign(valid, applyTagSchema(mapping[tagValue])); + } + gen.else(); + cxt.error(false, { discrError: types_1.DiscrError.Mapping, tag, tagName }); + gen.endIf(); + } + function applyTagSchema(schemaProp) { + const _valid = gen.name("valid"); + const schCxt = cxt.subschema({ keyword: "oneOf", schemaProp }, _valid); + cxt.mergeEvaluated(schCxt, codegen_1.Name); + return _valid; + } + function getMapping() { + var _a5; + const oneOfMapping = {}; + const topRequired = hasRequired(parentSchema); + let tagRequired = true; + for (let i = 0; i < oneOf.length; i++) { + let sch = oneOf[i]; + if ((sch === null || sch === void 0 ? void 0 : sch.$ref) && !(0, util_1.schemaHasRulesButRef)(sch, it.self.RULES)) { + const ref = sch.$ref; + sch = compile_1.resolveRef.call(it.self, it.schemaEnv.root, it.baseId, ref); + if (sch instanceof compile_1.SchemaEnv) + sch = sch.schema; + if (sch === void 0) + throw new ref_error_1.default(it.opts.uriResolver, it.baseId, ref); + } + const propSch = (_a5 = sch === null || sch === void 0 ? void 0 : sch.properties) === null || _a5 === void 0 ? void 0 : _a5[tagName]; + if (typeof propSch != "object") { + throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${tagName}"`); + } + tagRequired = tagRequired && (topRequired || hasRequired(sch)); + addMappings(propSch, i); + } + if (!tagRequired) + throw new Error(`discriminator: "${tagName}" must be required`); + return oneOfMapping; + function hasRequired({ required: required2 }) { + return Array.isArray(required2) && required2.includes(tagName); + } + function addMappings(sch, i) { + if (sch.const) { + addMapping(sch.const, i); + } else if (sch.enum) { + for (const tagValue of sch.enum) { + addMapping(tagValue, i); + } + } else { + throw new Error(`discriminator: "properties/${tagName}" must have "const" or "enum"`); + } + } + function addMapping(tagValue, i) { + if (typeof tagValue != "string" || tagValue in oneOfMapping) { + throw new Error(`discriminator: "${tagName}" values must be unique strings`); + } + oneOfMapping[tagValue] = i; + } + } + } + }; + exports.default = def; + } +}); + +// node_modules/ajv/dist/refs/json-schema-draft-07.json +var require_json_schema_draft_07 = __commonJS({ + "node_modules/ajv/dist/refs/json-schema-draft-07.json"(exports, module2) { + module2.exports = { + $schema: "http://json-schema.org/draft-07/schema#", + $id: "http://json-schema.org/draft-07/schema#", + title: "Core schema meta-schema", + definitions: { + schemaArray: { + type: "array", + minItems: 1, + items: { $ref: "#" } + }, + nonNegativeInteger: { + type: "integer", + minimum: 0 + }, + nonNegativeIntegerDefault0: { + allOf: [{ $ref: "#/definitions/nonNegativeInteger" }, { default: 0 }] + }, + simpleTypes: { + enum: ["array", "boolean", "integer", "null", "number", "object", "string"] + }, + stringArray: { + type: "array", + items: { type: "string" }, + uniqueItems: true, + default: [] + } + }, + type: ["object", "boolean"], + properties: { + $id: { + type: "string", + format: "uri-reference" + }, + $schema: { + type: "string", + format: "uri" + }, + $ref: { + type: "string", + format: "uri-reference" + }, + $comment: { + type: "string" + }, + title: { + type: "string" + }, + description: { + type: "string" + }, + default: true, + readOnly: { + type: "boolean", + default: false + }, + examples: { + type: "array", + items: true + }, + multipleOf: { + type: "number", + exclusiveMinimum: 0 + }, + maximum: { + type: "number" + }, + exclusiveMaximum: { + type: "number" + }, + minimum: { + type: "number" + }, + exclusiveMinimum: { + type: "number" + }, + maxLength: { $ref: "#/definitions/nonNegativeInteger" }, + minLength: { $ref: "#/definitions/nonNegativeIntegerDefault0" }, + pattern: { + type: "string", + format: "regex" + }, + additionalItems: { $ref: "#" }, + items: { + anyOf: [{ $ref: "#" }, { $ref: "#/definitions/schemaArray" }], + default: true + }, + maxItems: { $ref: "#/definitions/nonNegativeInteger" }, + minItems: { $ref: "#/definitions/nonNegativeIntegerDefault0" }, + uniqueItems: { + type: "boolean", + default: false + }, + contains: { $ref: "#" }, + maxProperties: { $ref: "#/definitions/nonNegativeInteger" }, + minProperties: { $ref: "#/definitions/nonNegativeIntegerDefault0" }, + required: { $ref: "#/definitions/stringArray" }, + additionalProperties: { $ref: "#" }, + definitions: { + type: "object", + additionalProperties: { $ref: "#" }, + default: {} + }, + properties: { + type: "object", + additionalProperties: { $ref: "#" }, + default: {} + }, + patternProperties: { + type: "object", + additionalProperties: { $ref: "#" }, + propertyNames: { format: "regex" }, + default: {} + }, + dependencies: { + type: "object", + additionalProperties: { + anyOf: [{ $ref: "#" }, { $ref: "#/definitions/stringArray" }] + } + }, + propertyNames: { $ref: "#" }, + const: true, + enum: { + type: "array", + items: true, + minItems: 1, + uniqueItems: true + }, + type: { + anyOf: [ + { $ref: "#/definitions/simpleTypes" }, + { + type: "array", + items: { $ref: "#/definitions/simpleTypes" }, + minItems: 1, + uniqueItems: true + } + ] + }, + format: { type: "string" }, + contentMediaType: { type: "string" }, + contentEncoding: { type: "string" }, + if: { $ref: "#" }, + then: { $ref: "#" }, + else: { $ref: "#" }, + allOf: { $ref: "#/definitions/schemaArray" }, + anyOf: { $ref: "#/definitions/schemaArray" }, + oneOf: { $ref: "#/definitions/schemaArray" }, + not: { $ref: "#" } + }, + default: true + }; + } +}); + +// node_modules/ajv/dist/ajv.js +var require_ajv = __commonJS({ + "node_modules/ajv/dist/ajv.js"(exports, module2) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.MissingRefError = exports.ValidationError = exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = exports.Ajv = void 0; + var core_1 = require_core(); + var draft7_1 = require_draft7(); + var discriminator_1 = require_discriminator(); + var draft7MetaSchema = require_json_schema_draft_07(); + var META_SUPPORT_DATA = ["/properties"]; + var META_SCHEMA_ID = "http://json-schema.org/draft-07/schema"; + var Ajv2 = class extends core_1.default { + _addVocabularies() { + super._addVocabularies(); + draft7_1.default.forEach((v2) => this.addVocabulary(v2)); + if (this.opts.discriminator) + this.addKeyword(discriminator_1.default); + } + _addDefaultMetaSchema() { + super._addDefaultMetaSchema(); + if (!this.opts.meta) + return; + const metaSchema = this.opts.$data ? this.$dataMetaSchema(draft7MetaSchema, META_SUPPORT_DATA) : draft7MetaSchema; + this.addMetaSchema(metaSchema, META_SCHEMA_ID, false); + this.refs["http://json-schema.org/schema"] = META_SCHEMA_ID; + } + defaultMeta() { + return this.opts.defaultMeta = super.defaultMeta() || (this.getSchema(META_SCHEMA_ID) ? META_SCHEMA_ID : void 0); + } + }; + exports.Ajv = Ajv2; + module2.exports = exports = Ajv2; + module2.exports.Ajv = Ajv2; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.default = Ajv2; + var validate_1 = require_validate(); + Object.defineProperty(exports, "KeywordCxt", { enumerable: true, get: function() { + return validate_1.KeywordCxt; + } }); + var codegen_1 = require_codegen(); + Object.defineProperty(exports, "_", { enumerable: true, get: function() { + return codegen_1._; + } }); + Object.defineProperty(exports, "str", { enumerable: true, get: function() { + return codegen_1.str; + } }); + Object.defineProperty(exports, "stringify", { enumerable: true, get: function() { + return codegen_1.stringify; + } }); + Object.defineProperty(exports, "nil", { enumerable: true, get: function() { + return codegen_1.nil; + } }); + Object.defineProperty(exports, "Name", { enumerable: true, get: function() { + return codegen_1.Name; + } }); + Object.defineProperty(exports, "CodeGen", { enumerable: true, get: function() { + return codegen_1.CodeGen; + } }); + var validation_error_1 = require_validation_error(); + Object.defineProperty(exports, "ValidationError", { enumerable: true, get: function() { + return validation_error_1.default; + } }); + var ref_error_1 = require_ref_error(); + Object.defineProperty(exports, "MissingRefError", { enumerable: true, get: function() { + return ref_error_1.default; + } }); + } +}); + +// node_modules/ajv-formats/dist/formats.js +var require_formats = __commonJS({ + "node_modules/ajv-formats/dist/formats.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.formatNames = exports.fastFormats = exports.fullFormats = void 0; + function fmtDef(validate, compare) { + return { validate, compare }; + } + exports.fullFormats = { + // date: http://tools.ietf.org/html/rfc3339#section-5.6 + date: fmtDef(date7, compareDate), + // date-time: http://tools.ietf.org/html/rfc3339#section-5.6 + time: fmtDef(getTime(true), compareTime), + "date-time": fmtDef(getDateTime(true), compareDateTime), + "iso-time": fmtDef(getTime(), compareIsoTime), + "iso-date-time": fmtDef(getDateTime(), compareIsoDateTime), + // duration: https://tools.ietf.org/html/rfc3339#appendix-A + duration: /^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/, + uri, + "uri-reference": /^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i, + // uri-template: https://tools.ietf.org/html/rfc6570 + "uri-template": /^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i, + // For the source: https://gist.github.com/dperini/729294 + // For test cases: https://mathiasbynens.be/demo/url-regex + url: /^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu, + email: /^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i, + hostname: /^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i, + // optimized https://www.safaribooksonline.com/library/view/regular-expressions-cookbook/9780596802837/ch07s16.html + ipv4: /^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/, + ipv6: /^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i, + regex, + // uuid: http://tools.ietf.org/html/rfc4122 + uuid: /^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i, + // JSON-pointer: https://tools.ietf.org/html/rfc6901 + // uri fragment: https://tools.ietf.org/html/rfc3986#appendix-A + "json-pointer": /^(?:\/(?:[^~/]|~0|~1)*)*$/, + "json-pointer-uri-fragment": /^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i, + // relative JSON-pointer: http://tools.ietf.org/html/draft-luff-relative-json-pointer-00 + "relative-json-pointer": /^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/, + // the following formats are used by the openapi specification: https://spec.openapis.org/oas/v3.0.0#data-types + // byte: https://github.com/miguelmota/is-base64 + byte, + // signed 32 bit integer + int32: { type: "number", validate: validateInt32 }, + // signed 64 bit integer + int64: { type: "number", validate: validateInt64 }, + // C-type float + float: { type: "number", validate: validateNumber }, + // C-type double + double: { type: "number", validate: validateNumber }, + // hint to the UI to hide input strings + password: true, + // unchecked string payload + binary: true + }; + exports.fastFormats = { + ...exports.fullFormats, + date: fmtDef(/^\d\d\d\d-[0-1]\d-[0-3]\d$/, compareDate), + time: fmtDef(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i, compareTime), + "date-time": fmtDef(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i, compareDateTime), + "iso-time": fmtDef(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i, compareIsoTime), + "iso-date-time": fmtDef(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i, compareIsoDateTime), + // uri: https://github.com/mafintosh/is-my-json-valid/blob/master/formats.js + uri: /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i, + "uri-reference": /^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i, + // email (sources from jsen validator): + // http://stackoverflow.com/questions/201323/using-a-regular-expression-to-validate-an-email-address#answer-8829363 + // http://www.w3.org/TR/html5/forms.html#valid-e-mail-address (search for 'wilful violation') + email: /^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i + }; + exports.formatNames = Object.keys(exports.fullFormats); + function isLeapYear(year) { + return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0); + } + var DATE = /^(\d\d\d\d)-(\d\d)-(\d\d)$/; + var DAYS = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; + function date7(str) { + const matches = DATE.exec(str); + if (!matches) + return false; + const year = +matches[1]; + const month = +matches[2]; + const day = +matches[3]; + return month >= 1 && month <= 12 && day >= 1 && day <= (month === 2 && isLeapYear(year) ? 29 : DAYS[month]); + } + function compareDate(d12, d2) { + if (!(d12 && d2)) + return void 0; + if (d12 > d2) + return 1; + if (d12 < d2) + return -1; + return 0; + } + var TIME = /^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i; + function getTime(strictTimeZone) { + return function time4(str) { + const matches = TIME.exec(str); + if (!matches) + return false; + const hr = +matches[1]; + const min = +matches[2]; + const sec = +matches[3]; + const tz = matches[4]; + const tzSign = matches[5] === "-" ? -1 : 1; + const tzH = +(matches[6] || 0); + const tzM = +(matches[7] || 0); + if (tzH > 23 || tzM > 59 || strictTimeZone && !tz) + return false; + if (hr <= 23 && min <= 59 && sec < 60) + return true; + const utcMin = min - tzM * tzSign; + const utcHr = hr - tzH * tzSign - (utcMin < 0 ? 1 : 0); + return (utcHr === 23 || utcHr === -1) && (utcMin === 59 || utcMin === -1) && sec < 61; + }; + } + function compareTime(s1, s2) { + if (!(s1 && s2)) + return void 0; + const t12 = (/* @__PURE__ */ new Date("2020-01-01T" + s1)).valueOf(); + const t22 = (/* @__PURE__ */ new Date("2020-01-01T" + s2)).valueOf(); + if (!(t12 && t22)) + return void 0; + return t12 - t22; + } + function compareIsoTime(t12, t22) { + if (!(t12 && t22)) + return void 0; + const a1 = TIME.exec(t12); + const a2 = TIME.exec(t22); + if (!(a1 && a2)) + return void 0; + t12 = a1[1] + a1[2] + a1[3]; + t22 = a2[1] + a2[2] + a2[3]; + if (t12 > t22) + return 1; + if (t12 < t22) + return -1; + return 0; + } + var DATE_TIME_SEPARATOR = /t|\s/i; + function getDateTime(strictTimeZone) { + const time4 = getTime(strictTimeZone); + return function date_time(str) { + const dateTime = str.split(DATE_TIME_SEPARATOR); + return dateTime.length === 2 && date7(dateTime[0]) && time4(dateTime[1]); + }; + } + function compareDateTime(dt1, dt2) { + if (!(dt1 && dt2)) + return void 0; + const d12 = new Date(dt1).valueOf(); + const d2 = new Date(dt2).valueOf(); + if (!(d12 && d2)) + return void 0; + return d12 - d2; + } + function compareIsoDateTime(dt1, dt2) { + if (!(dt1 && dt2)) + return void 0; + const [d12, t12] = dt1.split(DATE_TIME_SEPARATOR); + const [d2, t22] = dt2.split(DATE_TIME_SEPARATOR); + const res = compareDate(d12, d2); + if (res === void 0) + return void 0; + return res || compareTime(t12, t22); + } + var NOT_URI_FRAGMENT = /\/|:/; + var URI = /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i; + function uri(str) { + return NOT_URI_FRAGMENT.test(str) && URI.test(str); + } + var BYTE = /^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm; + function byte(str) { + BYTE.lastIndex = 0; + return BYTE.test(str); + } + var MIN_INT32 = -(2 ** 31); + var MAX_INT32 = 2 ** 31 - 1; + function validateInt32(value) { + return Number.isInteger(value) && value <= MAX_INT32 && value >= MIN_INT32; + } + function validateInt64(value) { + return Number.isInteger(value); + } + function validateNumber() { + return true; + } + var Z_ANCHOR = /[^\\]\\Z/; + function regex(str) { + if (Z_ANCHOR.test(str)) + return false; + try { + new RegExp(str); + return true; + } catch (e2) { + return false; + } + } + } +}); + +// node_modules/ajv-formats/dist/limit.js +var require_limit = __commonJS({ + "node_modules/ajv-formats/dist/limit.js"(exports) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.formatLimitDefinition = void 0; + var ajv_1 = require_ajv(); + var codegen_1 = require_codegen(); + var ops = codegen_1.operators; + var KWDs = { + formatMaximum: { okStr: "<=", ok: ops.LTE, fail: ops.GT }, + formatMinimum: { okStr: ">=", ok: ops.GTE, fail: ops.LT }, + formatExclusiveMaximum: { okStr: "<", ok: ops.LT, fail: ops.GTE }, + formatExclusiveMinimum: { okStr: ">", ok: ops.GT, fail: ops.LTE } + }; + var error48 = { + message: ({ keyword, schemaCode }) => (0, codegen_1.str)`should be ${KWDs[keyword].okStr} ${schemaCode}`, + params: ({ keyword, schemaCode }) => (0, codegen_1._)`{comparison: ${KWDs[keyword].okStr}, limit: ${schemaCode}}` + }; + exports.formatLimitDefinition = { + keyword: Object.keys(KWDs), + type: "string", + schemaType: "string", + $data: true, + error: error48, + code(cxt) { + const { gen, data, schemaCode, keyword, it } = cxt; + const { opts, self: self2 } = it; + if (!opts.validateFormats) + return; + const fCxt = new ajv_1.KeywordCxt(it, self2.RULES.all.format.definition, "format"); + if (fCxt.$data) + validate$DataFormat(); + else + validateFormat(); + function validate$DataFormat() { + const fmts = gen.scopeValue("formats", { + ref: self2.formats, + code: opts.code.formats + }); + const fmt = gen.const("fmt", (0, codegen_1._)`${fmts}[${fCxt.schemaCode}]`); + cxt.fail$data((0, codegen_1.or)((0, codegen_1._)`typeof ${fmt} != "object"`, (0, codegen_1._)`${fmt} instanceof RegExp`, (0, codegen_1._)`typeof ${fmt}.compare != "function"`, compareCode(fmt))); + } + function validateFormat() { + const format = fCxt.schema; + const fmtDef = self2.formats[format]; + if (!fmtDef || fmtDef === true) + return; + if (typeof fmtDef != "object" || fmtDef instanceof RegExp || typeof fmtDef.compare != "function") { + throw new Error(`"${keyword}": format "${format}" does not define "compare" function`); + } + const fmt = gen.scopeValue("formats", { + key: format, + ref: fmtDef, + code: opts.code.formats ? (0, codegen_1._)`${opts.code.formats}${(0, codegen_1.getProperty)(format)}` : void 0 + }); + cxt.fail$data(compareCode(fmt)); + } + function compareCode(fmt) { + return (0, codegen_1._)`${fmt}.compare(${data}, ${schemaCode}) ${KWDs[keyword].fail} 0`; + } + }, + dependencies: ["format"] + }; + var formatLimitPlugin = (ajv) => { + ajv.addKeyword(exports.formatLimitDefinition); + return ajv; + }; + exports.default = formatLimitPlugin; + } +}); + +// node_modules/ajv-formats/dist/index.js +var require_dist = __commonJS({ + "node_modules/ajv-formats/dist/index.js"(exports, module2) { + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + var formats_1 = require_formats(); + var limit_1 = require_limit(); + var codegen_1 = require_codegen(); + var fullName = new codegen_1.Name("fullFormats"); + var fastName = new codegen_1.Name("fastFormats"); + var formatsPlugin = (ajv, opts = { keywords: true }) => { + if (Array.isArray(opts)) { + addFormats(ajv, opts, formats_1.fullFormats, fullName); + return ajv; + } + const [formats, exportName] = opts.mode === "fast" ? [formats_1.fastFormats, fastName] : [formats_1.fullFormats, fullName]; + const list = opts.formats || formats_1.formatNames; + addFormats(ajv, list, formats, exportName); + if (opts.keywords) + (0, limit_1.default)(ajv); + return ajv; + }; + formatsPlugin.get = (name, mode = "full") => { + const formats = mode === "fast" ? formats_1.fastFormats : formats_1.fullFormats; + const f9 = formats[name]; + if (!f9) + throw new Error(`Unknown format "${name}"`); + return f9; + }; + function addFormats(ajv, list, fs29, exportName) { + var _a5; + var _b3; + (_a5 = (_b3 = ajv.opts.code).formats) !== null && _a5 !== void 0 ? _a5 : _b3.formats = (0, codegen_1._)`require("ajv-formats/dist/formats").${exportName}`; + for (const f9 of list) + ajv.addFormat(f9, fs29[f9]); + } + module2.exports = exports = formatsPlugin; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.default = formatsPlugin; + } +}); + +// node_modules/isexe/windows.js +var require_windows = __commonJS({ + "node_modules/isexe/windows.js"(exports, module2) { + module2.exports = isexe; + isexe.sync = sync; + var fs29 = require("fs"); + function checkPathExt(path27, options) { + var pathext = options.pathExt !== void 0 ? options.pathExt : process.env.PATHEXT; + if (!pathext) { + return true; + } + pathext = pathext.split(";"); + if (pathext.indexOf("") !== -1) { + return true; + } + for (var i = 0; i < pathext.length; i++) { + var p = pathext[i].toLowerCase(); + if (p && path27.substr(-p.length).toLowerCase() === p) { + return true; + } + } + return false; + } + function checkStat(stat, path27, options) { + if (!stat.isSymbolicLink() && !stat.isFile()) { + return false; + } + return checkPathExt(path27, options); + } + function isexe(path27, options, cb2) { + fs29.stat(path27, function(er, stat) { + cb2(er, er ? false : checkStat(stat, path27, options)); + }); + } + function sync(path27, options) { + return checkStat(fs29.statSync(path27), path27, options); + } + } +}); + +// node_modules/isexe/mode.js +var require_mode = __commonJS({ + "node_modules/isexe/mode.js"(exports, module2) { + module2.exports = isexe; + isexe.sync = sync; + var fs29 = require("fs"); + function isexe(path27, options, cb2) { + fs29.stat(path27, function(er, stat) { + cb2(er, er ? false : checkStat(stat, options)); + }); + } + function sync(path27, options) { + return checkStat(fs29.statSync(path27), options); + } + function checkStat(stat, options) { + return stat.isFile() && checkMode(stat, options); + } + function checkMode(stat, options) { + var mod = stat.mode; + var uid = stat.uid; + var gid = stat.gid; + var myUid = options.uid !== void 0 ? options.uid : process.getuid && process.getuid(); + var myGid = options.gid !== void 0 ? options.gid : process.getgid && process.getgid(); + var u = parseInt("100", 8); + var g2 = parseInt("010", 8); + var o2 = parseInt("001", 8); + var ug = u | g2; + var ret = mod & o2 || mod & g2 && gid === myGid || mod & u && uid === myUid || mod & ug && myUid === 0; + return ret; + } + } +}); + +// node_modules/isexe/index.js +var require_isexe = __commonJS({ + "node_modules/isexe/index.js"(exports, module2) { + var fs29 = require("fs"); + var core; + if (process.platform === "win32" || global.TESTING_WINDOWS) { + core = require_windows(); + } else { + core = require_mode(); + } + module2.exports = isexe; + isexe.sync = sync; + function isexe(path27, options, cb2) { + if (typeof options === "function") { + cb2 = options; + options = {}; + } + if (!cb2) { + if (typeof Promise !== "function") { + throw new TypeError("callback not provided"); + } + return new Promise(function(resolve8, reject) { + isexe(path27, options || {}, function(er, is) { + if (er) { + reject(er); + } else { + resolve8(is); + } + }); + }); + } + core(path27, options || {}, function(er, is) { + if (er) { + if (er.code === "EACCES" || options && options.ignoreErrors) { + er = null; + is = false; + } + } + cb2(er, is); + }); + } + function sync(path27, options) { + try { + return core.sync(path27, options || {}); + } catch (er) { + if (options && options.ignoreErrors || er.code === "EACCES") { + return false; + } else { + throw er; + } + } + } + } +}); + +// node_modules/which/which.js +var require_which = __commonJS({ + "node_modules/which/which.js"(exports, module2) { + var isWindows2 = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys"; + var path27 = require("path"); + var COLON = isWindows2 ? ";" : ":"; + var isexe = require_isexe(); + var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" }); + var getPathInfo = (cmd, opt) => { + const colon = opt.colon || COLON; + const pathEnv = cmd.match(/\//) || isWindows2 && cmd.match(/\\/) ? [""] : [ + // windows always checks the cwd first + ...isWindows2 ? [process.cwd()] : [], + ...(opt.path || process.env.PATH || /* istanbul ignore next: very unusual */ + "").split(colon) + ]; + const pathExtExe = isWindows2 ? opt.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : ""; + const pathExt = isWindows2 ? pathExtExe.split(colon) : [""]; + if (isWindows2) { + if (cmd.indexOf(".") !== -1 && pathExt[0] !== "") + pathExt.unshift(""); + } + return { + pathEnv, + pathExt, + pathExtExe + }; + }; + var which = (cmd, opt, cb2) => { + if (typeof opt === "function") { + cb2 = opt; + opt = {}; + } + if (!opt) + opt = {}; + const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt); + const found = []; + const step = (i) => new Promise((resolve8, reject) => { + if (i === pathEnv.length) + return opt.all && found.length ? resolve8(found) : reject(getNotFoundError(cmd)); + const ppRaw = pathEnv[i]; + const pathPart = /^".*"$/.test(ppRaw) ? ppRaw.slice(1, -1) : ppRaw; + const pCmd = path27.join(pathPart, cmd); + const p = !pathPart && /^\.[\\\/]/.test(cmd) ? cmd.slice(0, 2) + pCmd : pCmd; + resolve8(subStep(p, i, 0)); + }); + const subStep = (p, i, ii) => new Promise((resolve8, reject) => { + if (ii === pathExt.length) + return resolve8(step(i + 1)); + const ext = pathExt[ii]; + isexe(p + ext, { pathExt: pathExtExe }, (er, is) => { + if (!er && is) { + if (opt.all) + found.push(p + ext); + else + return resolve8(p + ext); + } + return resolve8(subStep(p, i, ii + 1)); + }); + }); + return cb2 ? step(0).then((res) => cb2(null, res), cb2) : step(0); + }; + var whichSync = (cmd, opt) => { + opt = opt || {}; + const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt); + const found = []; + for (let i = 0; i < pathEnv.length; i++) { + const ppRaw = pathEnv[i]; + const pathPart = /^".*"$/.test(ppRaw) ? ppRaw.slice(1, -1) : ppRaw; + const pCmd = path27.join(pathPart, cmd); + const p = !pathPart && /^\.[\\\/]/.test(cmd) ? cmd.slice(0, 2) + pCmd : pCmd; + for (let j = 0; j < pathExt.length; j++) { + const cur = p + pathExt[j]; + try { + const is = isexe.sync(cur, { pathExt: pathExtExe }); + if (is) { + if (opt.all) + found.push(cur); + else + return cur; + } + } catch (ex) { + } + } + } + if (opt.all && found.length) + return found; + if (opt.nothrow) + return null; + throw getNotFoundError(cmd); + }; + module2.exports = which; + which.sync = whichSync; + } +}); + +// node_modules/path-key/index.js +var require_path_key = __commonJS({ + "node_modules/path-key/index.js"(exports, module2) { + "use strict"; + var pathKey = (options = {}) => { + const environment = options.env || process.env; + const platform = options.platform || process.platform; + if (platform !== "win32") { + return "PATH"; + } + return Object.keys(environment).reverse().find((key) => key.toUpperCase() === "PATH") || "Path"; + }; + module2.exports = pathKey; + module2.exports.default = pathKey; + } +}); + +// node_modules/cross-spawn/lib/util/resolveCommand.js +var require_resolveCommand = __commonJS({ + "node_modules/cross-spawn/lib/util/resolveCommand.js"(exports, module2) { + "use strict"; + var path27 = require("path"); + var which = require_which(); + var getPathKey = require_path_key(); + function resolveCommandAttempt(parsed, withoutPathExt) { + const env = parsed.options.env || process.env; + const cwd = process.cwd(); + const hasCustomCwd = parsed.options.cwd != null; + const shouldSwitchCwd = hasCustomCwd && process.chdir !== void 0 && !process.chdir.disabled; + if (shouldSwitchCwd) { + try { + process.chdir(parsed.options.cwd); + } catch (err) { + } + } + let resolved; + try { + resolved = which.sync(parsed.command, { + path: env[getPathKey({ env })], + pathExt: withoutPathExt ? path27.delimiter : void 0 + }); + } catch (e2) { + } finally { + if (shouldSwitchCwd) { + process.chdir(cwd); + } + } + if (resolved) { + resolved = path27.resolve(hasCustomCwd ? parsed.options.cwd : "", resolved); + } + return resolved; + } + function resolveCommand(parsed) { + return resolveCommandAttempt(parsed) || resolveCommandAttempt(parsed, true); + } + module2.exports = resolveCommand; + } +}); + +// node_modules/cross-spawn/lib/util/escape.js +var require_escape = __commonJS({ + "node_modules/cross-spawn/lib/util/escape.js"(exports, module2) { + "use strict"; + var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g; + function escapeCommand(arg) { + arg = arg.replace(metaCharsRegExp, "^$1"); + return arg; + } + function escapeArgument(arg, doubleEscapeMetaChars) { + arg = `${arg}`; + arg = arg.replace(/(?=(\\+?)?)\1"/g, '$1$1\\"'); + arg = arg.replace(/(?=(\\+?)?)\1$/, "$1$1"); + arg = `"${arg}"`; + arg = arg.replace(metaCharsRegExp, "^$1"); + if (doubleEscapeMetaChars) { + arg = arg.replace(metaCharsRegExp, "^$1"); + } + return arg; + } + module2.exports.command = escapeCommand; + module2.exports.argument = escapeArgument; + } +}); + +// node_modules/shebang-regex/index.js +var require_shebang_regex = __commonJS({ + "node_modules/shebang-regex/index.js"(exports, module2) { + "use strict"; + module2.exports = /^#!(.*)/; + } +}); + +// node_modules/shebang-command/index.js +var require_shebang_command = __commonJS({ + "node_modules/shebang-command/index.js"(exports, module2) { + "use strict"; + var shebangRegex = require_shebang_regex(); + module2.exports = (string5 = "") => { + const match = string5.match(shebangRegex); + if (!match) { + return null; + } + const [path27, argument] = match[0].replace(/#! ?/, "").split(" "); + const binary = path27.split("/").pop(); + if (binary === "env") { + return argument; + } + return argument ? `${binary} ${argument}` : binary; + }; + } +}); + +// node_modules/cross-spawn/lib/util/readShebang.js +var require_readShebang = __commonJS({ + "node_modules/cross-spawn/lib/util/readShebang.js"(exports, module2) { + "use strict"; + var fs29 = require("fs"); + var shebangCommand = require_shebang_command(); + function readShebang(command) { + const size = 150; + const buffer = Buffer.alloc(size); + let fd; + try { + fd = fs29.openSync(command, "r"); + fs29.readSync(fd, buffer, 0, size, 0); + fs29.closeSync(fd); + } catch (e2) { + } + return shebangCommand(buffer.toString()); + } + module2.exports = readShebang; + } +}); + +// node_modules/cross-spawn/lib/parse.js +var require_parse = __commonJS({ + "node_modules/cross-spawn/lib/parse.js"(exports, module2) { + "use strict"; + var path27 = require("path"); + var resolveCommand = require_resolveCommand(); + var escape2 = require_escape(); + var readShebang = require_readShebang(); + var isWin = process.platform === "win32"; + var isExecutableRegExp = /\.(?:com|exe)$/i; + var isCmdShimRegExp = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i; + function detectShebang(parsed) { + parsed.file = resolveCommand(parsed); + const shebang = parsed.file && readShebang(parsed.file); + if (shebang) { + parsed.args.unshift(parsed.file); + parsed.command = shebang; + return resolveCommand(parsed); + } + return parsed.file; + } + function parseNonShell(parsed) { + if (!isWin) { + return parsed; + } + const commandFile = detectShebang(parsed); + const needsShell = !isExecutableRegExp.test(commandFile); + if (parsed.options.forceShell || needsShell) { + const needsDoubleEscapeMetaChars = isCmdShimRegExp.test(commandFile); + parsed.command = path27.normalize(parsed.command); + parsed.command = escape2.command(parsed.command); + parsed.args = parsed.args.map((arg) => escape2.argument(arg, needsDoubleEscapeMetaChars)); + const shellCommand = [parsed.command].concat(parsed.args).join(" "); + parsed.args = ["/d", "/s", "/c", `"${shellCommand}"`]; + parsed.command = process.env.comspec || "cmd.exe"; + parsed.options.windowsVerbatimArguments = true; + } + return parsed; + } + function parse4(command, args, options) { + if (args && !Array.isArray(args)) { + options = args; + args = null; + } + args = args ? args.slice(0) : []; + options = Object.assign({}, options); + const parsed = { + command, + args, + options, + file: void 0, + original: { + command, + args + } + }; + return options.shell ? parsed : parseNonShell(parsed); + } + module2.exports = parse4; + } +}); + +// node_modules/cross-spawn/lib/enoent.js +var require_enoent = __commonJS({ + "node_modules/cross-spawn/lib/enoent.js"(exports, module2) { + "use strict"; + var isWin = process.platform === "win32"; + function notFoundError(original, syscall) { + return Object.assign(new Error(`${syscall} ${original.command} ENOENT`), { + code: "ENOENT", + errno: "ENOENT", + syscall: `${syscall} ${original.command}`, + path: original.command, + spawnargs: original.args + }); + } + function hookChildProcess(cp, parsed) { + if (!isWin) { + return; + } + const originalEmit = cp.emit; + cp.emit = function(name, arg1) { + if (name === "exit") { + const err = verifyENOENT(arg1, parsed); + if (err) { + return originalEmit.call(cp, "error", err); + } + } + return originalEmit.apply(cp, arguments); + }; + } + function verifyENOENT(status, parsed) { + if (isWin && status === 1 && !parsed.file) { + return notFoundError(parsed.original, "spawn"); + } + return null; + } + function verifyENOENTSync(status, parsed) { + if (isWin && status === 1 && !parsed.file) { + return notFoundError(parsed.original, "spawnSync"); + } + return null; + } + module2.exports = { + hookChildProcess, + verifyENOENT, + verifyENOENTSync, + notFoundError + }; + } +}); + +// node_modules/cross-spawn/index.js +var require_cross_spawn = __commonJS({ + "node_modules/cross-spawn/index.js"(exports, module2) { + "use strict"; + var cp = require("child_process"); + var parse4 = require_parse(); + var enoent = require_enoent(); + function spawn6(command, args, options) { + const parsed = parse4(command, args, options); + const spawned = cp.spawn(parsed.command, parsed.args, parsed.options); + enoent.hookChildProcess(spawned, parsed); + return spawned; + } + function spawnSync2(command, args, options) { + const parsed = parse4(command, args, options); + const result = cp.spawnSync(parsed.command, parsed.args, parsed.options); + result.error = result.error || enoent.verifyENOENTSync(result.status, parsed); + return result; + } + module2.exports = spawn6; + module2.exports.spawn = spawn6; + module2.exports.sync = spawnSync2; + module2.exports._parse = parse4; + module2.exports._enoent = enoent; + } +}); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js +function normalizeHeaders(headers) { + if (!headers) + return {}; + if (headers instanceof Headers) { + return Object.fromEntries(headers.entries()); + } + if (Array.isArray(headers)) { + return Object.fromEntries(headers); + } + return { ...headers }; +} +function createFetchWithInit(baseFetch = fetch, baseInit) { + if (!baseInit) { + return baseFetch; + } + return async (url2, init) => { + const mergedInit = { + ...baseInit, + ...init, + // Headers need special handling - merge instead of replace + headers: (init == null ? void 0 : init.headers) ? { ...normalizeHeaders(baseInit.headers), ...normalizeHeaders(init.headers) } : baseInit.headers + }; + return baseFetch(url2, mergedInit); + }; +} +var init_transport = __esm({ + "node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js"() { + } +}); + +// node_modules/pkce-challenge/dist/index.browser.js +async function getRandomValues(size) { + return (await crypto).getRandomValues(new Uint8Array(size)); +} +async function random(size) { + const mask = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~"; + const evenDistCutoff = Math.pow(2, 8) - Math.pow(2, 8) % mask.length; + let result = ""; + while (result.length < size) { + const randomBytes = await getRandomValues(size - result.length); + for (const randomByte of randomBytes) { + if (randomByte < evenDistCutoff) { + result += mask[randomByte % mask.length]; + } + } + } + return result; +} +async function generateVerifier(length) { + return await random(length); +} +async function generateChallenge(code_verifier) { + const buffer = await (await crypto).subtle.digest("SHA-256", new TextEncoder().encode(code_verifier)); + return btoa(String.fromCharCode(...new Uint8Array(buffer))).replace(/\//g, "_").replace(/\+/g, "-").replace(/=/g, ""); +} +async function pkceChallenge(length) { + if (!length) + length = 43; + if (length < 43 || length > 128) { + throw `Expected a length between 43 and 128. Received ${length}.`; + } + const verifier = await generateVerifier(length); + const challenge = await generateChallenge(verifier); + return { + code_verifier: verifier, + code_challenge: challenge + }; +} +var crypto; +var init_index_browser = __esm({ + "node_modules/pkce-challenge/dist/index.browser.js"() { + crypto = globalThis.crypto; + } +}); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +var SafeUrlSchema, OAuthProtectedResourceMetadataSchema, OAuthMetadataSchema, OpenIdProviderMetadataSchema, OpenIdProviderDiscoveryMetadataSchema, OAuthTokensSchema, OAuthErrorResponseSchema, OptionalSafeUrlSchema, OAuthClientMetadataSchema, OAuthClientInformationSchema, OAuthClientInformationFullSchema, OAuthClientRegistrationErrorSchema, OAuthTokenRevocationRequestSchema; +var init_auth = __esm({ + "node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js"() { + init_v4(); + SafeUrlSchema = url().superRefine((val, ctx) => { + if (!URL.canParse(val)) { + ctx.addIssue({ + code: ZodIssueCode2.custom, + message: "URL must be parseable", + fatal: true + }); + return NEVER; + } + }).refine((url2) => { + const u = new URL(url2); + return u.protocol !== "javascript:" && u.protocol !== "data:" && u.protocol !== "vbscript:"; + }, { message: "URL cannot use javascript:, data:, or vbscript: scheme" }); + OAuthProtectedResourceMetadataSchema = looseObject({ + resource: string3().url(), + authorization_servers: array(SafeUrlSchema).optional(), + jwks_uri: string3().url().optional(), + scopes_supported: array(string3()).optional(), + bearer_methods_supported: array(string3()).optional(), + resource_signing_alg_values_supported: array(string3()).optional(), + resource_name: string3().optional(), + resource_documentation: string3().optional(), + resource_policy_uri: string3().url().optional(), + resource_tos_uri: string3().url().optional(), + tls_client_certificate_bound_access_tokens: boolean3().optional(), + authorization_details_types_supported: array(string3()).optional(), + dpop_signing_alg_values_supported: array(string3()).optional(), + dpop_bound_access_tokens_required: boolean3().optional() + }); + OAuthMetadataSchema = looseObject({ + issuer: string3(), + authorization_endpoint: SafeUrlSchema, + token_endpoint: SafeUrlSchema, + registration_endpoint: SafeUrlSchema.optional(), + scopes_supported: array(string3()).optional(), + response_types_supported: array(string3()), + response_modes_supported: array(string3()).optional(), + grant_types_supported: array(string3()).optional(), + token_endpoint_auth_methods_supported: array(string3()).optional(), + token_endpoint_auth_signing_alg_values_supported: array(string3()).optional(), + service_documentation: SafeUrlSchema.optional(), + revocation_endpoint: SafeUrlSchema.optional(), + revocation_endpoint_auth_methods_supported: array(string3()).optional(), + revocation_endpoint_auth_signing_alg_values_supported: array(string3()).optional(), + introspection_endpoint: string3().optional(), + introspection_endpoint_auth_methods_supported: array(string3()).optional(), + introspection_endpoint_auth_signing_alg_values_supported: array(string3()).optional(), + code_challenge_methods_supported: array(string3()).optional(), + client_id_metadata_document_supported: boolean3().optional() + }); + OpenIdProviderMetadataSchema = looseObject({ + issuer: string3(), + authorization_endpoint: SafeUrlSchema, + token_endpoint: SafeUrlSchema, + userinfo_endpoint: SafeUrlSchema.optional(), + jwks_uri: SafeUrlSchema, + registration_endpoint: SafeUrlSchema.optional(), + scopes_supported: array(string3()).optional(), + response_types_supported: array(string3()), + response_modes_supported: array(string3()).optional(), + grant_types_supported: array(string3()).optional(), + acr_values_supported: array(string3()).optional(), + subject_types_supported: array(string3()), + id_token_signing_alg_values_supported: array(string3()), + id_token_encryption_alg_values_supported: array(string3()).optional(), + id_token_encryption_enc_values_supported: array(string3()).optional(), + userinfo_signing_alg_values_supported: array(string3()).optional(), + userinfo_encryption_alg_values_supported: array(string3()).optional(), + userinfo_encryption_enc_values_supported: array(string3()).optional(), + request_object_signing_alg_values_supported: array(string3()).optional(), + request_object_encryption_alg_values_supported: array(string3()).optional(), + request_object_encryption_enc_values_supported: array(string3()).optional(), + token_endpoint_auth_methods_supported: array(string3()).optional(), + token_endpoint_auth_signing_alg_values_supported: array(string3()).optional(), + display_values_supported: array(string3()).optional(), + claim_types_supported: array(string3()).optional(), + claims_supported: array(string3()).optional(), + service_documentation: string3().optional(), + claims_locales_supported: array(string3()).optional(), + ui_locales_supported: array(string3()).optional(), + claims_parameter_supported: boolean3().optional(), + request_parameter_supported: boolean3().optional(), + request_uri_parameter_supported: boolean3().optional(), + require_request_uri_registration: boolean3().optional(), + op_policy_uri: SafeUrlSchema.optional(), + op_tos_uri: SafeUrlSchema.optional(), + client_id_metadata_document_supported: boolean3().optional() + }); + OpenIdProviderDiscoveryMetadataSchema = object2({ + ...OpenIdProviderMetadataSchema.shape, + ...OAuthMetadataSchema.pick({ + code_challenge_methods_supported: true + }).shape + }); + OAuthTokensSchema = object2({ + access_token: string3(), + id_token: string3().optional(), + // Optional for OAuth 2.1, but necessary in OpenID Connect + token_type: string3(), + expires_in: coerce_exports2.number().optional(), + scope: string3().optional(), + refresh_token: string3().optional() + }).strip(); + OAuthErrorResponseSchema = object2({ + error: string3(), + error_description: string3().optional(), + error_uri: string3().optional() + }); + OptionalSafeUrlSchema = SafeUrlSchema.optional().or(literal("").transform(() => void 0)); + OAuthClientMetadataSchema = object2({ + redirect_uris: array(SafeUrlSchema), + token_endpoint_auth_method: string3().optional(), + grant_types: array(string3()).optional(), + response_types: array(string3()).optional(), + client_name: string3().optional(), + client_uri: SafeUrlSchema.optional(), + logo_uri: OptionalSafeUrlSchema, + scope: string3().optional(), + contacts: array(string3()).optional(), + tos_uri: OptionalSafeUrlSchema, + policy_uri: string3().optional(), + jwks_uri: SafeUrlSchema.optional(), + jwks: any().optional(), + software_id: string3().optional(), + software_version: string3().optional(), + software_statement: string3().optional() + }).strip(); + OAuthClientInformationSchema = object2({ + client_id: string3(), + client_secret: string3().optional(), + client_id_issued_at: number3().optional(), + client_secret_expires_at: number3().optional() + }).strip(); + OAuthClientInformationFullSchema = OAuthClientMetadataSchema.merge(OAuthClientInformationSchema); + OAuthClientRegistrationErrorSchema = object2({ + error: string3(), + error_description: string3().optional() + }).strip(); + OAuthTokenRevocationRequestSchema = object2({ + token: string3(), + token_type_hint: string3().optional() + }).strip(); + } +}); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js +function resourceUrlFromServerUrl(url2) { + const resourceURL = typeof url2 === "string" ? new URL(url2) : new URL(url2.href); + resourceURL.hash = ""; + return resourceURL; +} +function checkResourceAllowed({ requestedResource, configuredResource }) { + const requested = typeof requestedResource === "string" ? new URL(requestedResource) : new URL(requestedResource.href); + const configured = typeof configuredResource === "string" ? new URL(configuredResource) : new URL(configuredResource.href); + if (requested.origin !== configured.origin) { + return false; + } + if (requested.pathname.length < configured.pathname.length) { + return false; + } + const requestedPath = requested.pathname.endsWith("/") ? requested.pathname : requested.pathname + "/"; + const configuredPath = configured.pathname.endsWith("/") ? configured.pathname : configured.pathname + "/"; + return requestedPath.startsWith(configuredPath); +} +var init_auth_utils = __esm({ + "node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js"() { + } +}); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +var OAuthError, InvalidRequestError, InvalidClientError, InvalidGrantError, UnauthorizedClientError, UnsupportedGrantTypeError, InvalidScopeError, AccessDeniedError, ServerError, TemporarilyUnavailableError, UnsupportedResponseTypeError, UnsupportedTokenTypeError, InvalidTokenError, MethodNotAllowedError, TooManyRequestsError, InvalidClientMetadataError, InsufficientScopeError, InvalidTargetError, OAUTH_ERRORS; +var init_errors3 = __esm({ + "node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js"() { + OAuthError = class extends Error { + constructor(message, errorUri) { + super(message); + this.errorUri = errorUri; + this.name = this.constructor.name; + } + /** + * Converts the error to a standard OAuth error response object + */ + toResponseObject() { + const response = { + error: this.errorCode, + error_description: this.message + }; + if (this.errorUri) { + response.error_uri = this.errorUri; + } + return response; + } + get errorCode() { + return this.constructor.errorCode; + } + }; + InvalidRequestError = class extends OAuthError { + }; + InvalidRequestError.errorCode = "invalid_request"; + InvalidClientError = class extends OAuthError { + }; + InvalidClientError.errorCode = "invalid_client"; + InvalidGrantError = class extends OAuthError { + }; + InvalidGrantError.errorCode = "invalid_grant"; + UnauthorizedClientError = class extends OAuthError { + }; + UnauthorizedClientError.errorCode = "unauthorized_client"; + UnsupportedGrantTypeError = class extends OAuthError { + }; + UnsupportedGrantTypeError.errorCode = "unsupported_grant_type"; + InvalidScopeError = class extends OAuthError { + }; + InvalidScopeError.errorCode = "invalid_scope"; + AccessDeniedError = class extends OAuthError { + }; + AccessDeniedError.errorCode = "access_denied"; + ServerError = class extends OAuthError { + }; + ServerError.errorCode = "server_error"; + TemporarilyUnavailableError = class extends OAuthError { + }; + TemporarilyUnavailableError.errorCode = "temporarily_unavailable"; + UnsupportedResponseTypeError = class extends OAuthError { + }; + UnsupportedResponseTypeError.errorCode = "unsupported_response_type"; + UnsupportedTokenTypeError = class extends OAuthError { + }; + UnsupportedTokenTypeError.errorCode = "unsupported_token_type"; + InvalidTokenError = class extends OAuthError { + }; + InvalidTokenError.errorCode = "invalid_token"; + MethodNotAllowedError = class extends OAuthError { + }; + MethodNotAllowedError.errorCode = "method_not_allowed"; + TooManyRequestsError = class extends OAuthError { + }; + TooManyRequestsError.errorCode = "too_many_requests"; + InvalidClientMetadataError = class extends OAuthError { + }; + InvalidClientMetadataError.errorCode = "invalid_client_metadata"; + InsufficientScopeError = class extends OAuthError { + }; + InsufficientScopeError.errorCode = "insufficient_scope"; + InvalidTargetError = class extends OAuthError { + }; + InvalidTargetError.errorCode = "invalid_target"; + OAUTH_ERRORS = { + [InvalidRequestError.errorCode]: InvalidRequestError, + [InvalidClientError.errorCode]: InvalidClientError, + [InvalidGrantError.errorCode]: InvalidGrantError, + [UnauthorizedClientError.errorCode]: UnauthorizedClientError, + [UnsupportedGrantTypeError.errorCode]: UnsupportedGrantTypeError, + [InvalidScopeError.errorCode]: InvalidScopeError, + [AccessDeniedError.errorCode]: AccessDeniedError, + [ServerError.errorCode]: ServerError, + [TemporarilyUnavailableError.errorCode]: TemporarilyUnavailableError, + [UnsupportedResponseTypeError.errorCode]: UnsupportedResponseTypeError, + [UnsupportedTokenTypeError.errorCode]: UnsupportedTokenTypeError, + [InvalidTokenError.errorCode]: InvalidTokenError, + [MethodNotAllowedError.errorCode]: MethodNotAllowedError, + [TooManyRequestsError.errorCode]: TooManyRequestsError, + [InvalidClientMetadataError.errorCode]: InvalidClientMetadataError, + [InsufficientScopeError.errorCode]: InsufficientScopeError, + [InvalidTargetError.errorCode]: InvalidTargetError + }; + } +}); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js +function isClientAuthMethod(method) { + return ["client_secret_basic", "client_secret_post", "none"].includes(method); +} +function selectClientAuthMethod(clientInformation, supportedMethods) { + const hasClientSecret = clientInformation.client_secret !== void 0; + if ("token_endpoint_auth_method" in clientInformation && clientInformation.token_endpoint_auth_method && isClientAuthMethod(clientInformation.token_endpoint_auth_method) && (supportedMethods.length === 0 || supportedMethods.includes(clientInformation.token_endpoint_auth_method))) { + return clientInformation.token_endpoint_auth_method; + } + if (supportedMethods.length === 0) { + return hasClientSecret ? "client_secret_basic" : "none"; + } + if (hasClientSecret && supportedMethods.includes("client_secret_basic")) { + return "client_secret_basic"; + } + if (hasClientSecret && supportedMethods.includes("client_secret_post")) { + return "client_secret_post"; + } + if (supportedMethods.includes("none")) { + return "none"; + } + return hasClientSecret ? "client_secret_post" : "none"; +} +function applyClientAuthentication(method, clientInformation, headers, params) { + const { client_id, client_secret } = clientInformation; + switch (method) { + case "client_secret_basic": + applyBasicAuth(client_id, client_secret, headers); + return; + case "client_secret_post": + applyPostAuth(client_id, client_secret, params); + return; + case "none": + applyPublicAuth(client_id, params); + return; + default: + throw new Error(`Unsupported client authentication method: ${method}`); + } +} +function applyBasicAuth(clientId, clientSecret, headers) { + if (!clientSecret) { + throw new Error("client_secret_basic authentication requires a client_secret"); + } + const credentials = btoa(`${clientId}:${clientSecret}`); + headers.set("Authorization", `Basic ${credentials}`); +} +function applyPostAuth(clientId, clientSecret, params) { + params.set("client_id", clientId); + if (clientSecret) { + params.set("client_secret", clientSecret); + } +} +function applyPublicAuth(clientId, params) { + params.set("client_id", clientId); +} +async function parseErrorResponse(input) { + const statusCode = input instanceof Response ? input.status : void 0; + const body = input instanceof Response ? await input.text() : input; + try { + const result = OAuthErrorResponseSchema.parse(JSON.parse(body)); + const { error: error48, error_description, error_uri } = result; + const errorClass = OAUTH_ERRORS[error48] || ServerError; + return new errorClass(error_description || "", error_uri); + } catch (error48) { + const errorMessage = `${statusCode ? `HTTP ${statusCode}: ` : ""}Invalid OAuth error response: ${error48}. Raw body: ${body}`; + return new ServerError(errorMessage); + } +} +async function auth(provider, options) { + var _a5, _b3; + try { + return await authInternal(provider, options); + } catch (error48) { + if (error48 instanceof InvalidClientError || error48 instanceof UnauthorizedClientError) { + await ((_a5 = provider.invalidateCredentials) == null ? void 0 : _a5.call(provider, "all")); + return await authInternal(provider, options); + } else if (error48 instanceof InvalidGrantError) { + await ((_b3 = provider.invalidateCredentials) == null ? void 0 : _b3.call(provider, "tokens")); + return await authInternal(provider, options); + } + throw error48; + } +} +async function authInternal(provider, { serverUrl, authorizationCode, scope, resourceMetadataUrl, fetchFn }) { + var _a5, _b3, _c2, _d, _e2, _f2; + const cachedState = await ((_a5 = provider.discoveryState) == null ? void 0 : _a5.call(provider)); + let resourceMetadata; + let authorizationServerUrl; + let metadata; + let effectiveResourceMetadataUrl = resourceMetadataUrl; + if (!effectiveResourceMetadataUrl && (cachedState == null ? void 0 : cachedState.resourceMetadataUrl)) { + effectiveResourceMetadataUrl = new URL(cachedState.resourceMetadataUrl); + } + if (cachedState == null ? void 0 : cachedState.authorizationServerUrl) { + authorizationServerUrl = cachedState.authorizationServerUrl; + resourceMetadata = cachedState.resourceMetadata; + metadata = (_b3 = cachedState.authorizationServerMetadata) != null ? _b3 : await discoverAuthorizationServerMetadata(authorizationServerUrl, { fetchFn }); + if (!resourceMetadata) { + try { + resourceMetadata = await discoverOAuthProtectedResourceMetadata(serverUrl, { resourceMetadataUrl: effectiveResourceMetadataUrl }, fetchFn); + } catch (e2) { + } + } + if (metadata !== cachedState.authorizationServerMetadata || resourceMetadata !== cachedState.resourceMetadata) { + await ((_c2 = provider.saveDiscoveryState) == null ? void 0 : _c2.call(provider, { + authorizationServerUrl: String(authorizationServerUrl), + resourceMetadataUrl: effectiveResourceMetadataUrl == null ? void 0 : effectiveResourceMetadataUrl.toString(), + resourceMetadata, + authorizationServerMetadata: metadata + })); + } + } else { + const serverInfo = await discoverOAuthServerInfo(serverUrl, { resourceMetadataUrl: effectiveResourceMetadataUrl, fetchFn }); + authorizationServerUrl = serverInfo.authorizationServerUrl; + metadata = serverInfo.authorizationServerMetadata; + resourceMetadata = serverInfo.resourceMetadata; + await ((_d = provider.saveDiscoveryState) == null ? void 0 : _d.call(provider, { + authorizationServerUrl: String(authorizationServerUrl), + resourceMetadataUrl: effectiveResourceMetadataUrl == null ? void 0 : effectiveResourceMetadataUrl.toString(), + resourceMetadata, + authorizationServerMetadata: metadata + })); + } + const resource = await selectResourceURL(serverUrl, provider, resourceMetadata); + const resolvedScope = scope || ((_e2 = resourceMetadata == null ? void 0 : resourceMetadata.scopes_supported) == null ? void 0 : _e2.join(" ")) || provider.clientMetadata.scope; + let clientInformation = await Promise.resolve(provider.clientInformation()); + if (!clientInformation) { + if (authorizationCode !== void 0) { + throw new Error("Existing OAuth client information is required when exchanging an authorization code"); + } + const supportsUrlBasedClientId = (metadata == null ? void 0 : metadata.client_id_metadata_document_supported) === true; + const clientMetadataUrl = provider.clientMetadataUrl; + if (clientMetadataUrl && !isHttpsUrl(clientMetadataUrl)) { + throw new InvalidClientMetadataError(`clientMetadataUrl must be a valid HTTPS URL with a non-root pathname, got: ${clientMetadataUrl}`); + } + const shouldUseUrlBasedClientId = supportsUrlBasedClientId && clientMetadataUrl; + if (shouldUseUrlBasedClientId) { + clientInformation = { + client_id: clientMetadataUrl + }; + await ((_f2 = provider.saveClientInformation) == null ? void 0 : _f2.call(provider, clientInformation)); + } else { + if (!provider.saveClientInformation) { + throw new Error("OAuth client information must be saveable for dynamic registration"); + } + const fullInformation = await registerClient(authorizationServerUrl, { + metadata, + clientMetadata: provider.clientMetadata, + scope: resolvedScope, + fetchFn + }); + await provider.saveClientInformation(fullInformation); + clientInformation = fullInformation; + } + } + const nonInteractiveFlow = !provider.redirectUrl; + if (authorizationCode !== void 0 || nonInteractiveFlow) { + const tokens2 = await fetchToken(provider, authorizationServerUrl, { + metadata, + resource, + authorizationCode, + fetchFn + }); + await provider.saveTokens(tokens2); + return "AUTHORIZED"; + } + const tokens = await provider.tokens(); + if (tokens == null ? void 0 : tokens.refresh_token) { + try { + const newTokens = await refreshAuthorization(authorizationServerUrl, { + metadata, + clientInformation, + refreshToken: tokens.refresh_token, + resource, + addClientAuthentication: provider.addClientAuthentication, + fetchFn + }); + await provider.saveTokens(newTokens); + return "AUTHORIZED"; + } catch (error48) { + if (!(error48 instanceof OAuthError) || error48 instanceof ServerError) { + } else { + throw error48; + } + } + } + const state = provider.state ? await provider.state() : void 0; + const { authorizationUrl, codeVerifier } = await startAuthorization(authorizationServerUrl, { + metadata, + clientInformation, + state, + redirectUrl: provider.redirectUrl, + scope: resolvedScope, + resource + }); + await provider.saveCodeVerifier(codeVerifier); + await provider.redirectToAuthorization(authorizationUrl); + return "REDIRECT"; +} +function isHttpsUrl(value) { + if (!value) + return false; + try { + const url2 = new URL(value); + return url2.protocol === "https:" && url2.pathname !== "/"; + } catch (e2) { + return false; + } +} +async function selectResourceURL(serverUrl, provider, resourceMetadata) { + const defaultResource = resourceUrlFromServerUrl(serverUrl); + if (provider.validateResourceURL) { + return await provider.validateResourceURL(defaultResource, resourceMetadata == null ? void 0 : resourceMetadata.resource); + } + if (!resourceMetadata) { + return void 0; + } + if (!checkResourceAllowed({ requestedResource: defaultResource, configuredResource: resourceMetadata.resource })) { + throw new Error(`Protected resource ${resourceMetadata.resource} does not match expected ${defaultResource} (or origin)`); + } + return new URL(resourceMetadata.resource); +} +function extractWWWAuthenticateParams(res) { + const authenticateHeader = res.headers.get("WWW-Authenticate"); + if (!authenticateHeader) { + return {}; + } + const [type, scheme] = authenticateHeader.split(" "); + if (type.toLowerCase() !== "bearer" || !scheme) { + return {}; + } + const resourceMetadataMatch = extractFieldFromWwwAuth(res, "resource_metadata") || void 0; + let resourceMetadataUrl; + if (resourceMetadataMatch) { + try { + resourceMetadataUrl = new URL(resourceMetadataMatch); + } catch (e2) { + } + } + const scope = extractFieldFromWwwAuth(res, "scope") || void 0; + const error48 = extractFieldFromWwwAuth(res, "error") || void 0; + return { + resourceMetadataUrl, + scope, + error: error48 + }; +} +function extractFieldFromWwwAuth(response, fieldName) { + const wwwAuthHeader = response.headers.get("WWW-Authenticate"); + if (!wwwAuthHeader) { + return null; + } + const pattern = new RegExp(`${fieldName}=(?:"([^"]+)"|([^\\s,]+))`); + const match = wwwAuthHeader.match(pattern); + if (match) { + return match[1] || match[2]; + } + return null; +} +async function discoverOAuthProtectedResourceMetadata(serverUrl, opts, fetchFn = fetch) { + var _a5, _b3; + const response = await discoverMetadataWithFallback(serverUrl, "oauth-protected-resource", fetchFn, { + protocolVersion: opts == null ? void 0 : opts.protocolVersion, + metadataUrl: opts == null ? void 0 : opts.resourceMetadataUrl + }); + if (!response || response.status === 404) { + await ((_a5 = response == null ? void 0 : response.body) == null ? void 0 : _a5.cancel()); + throw new Error(`Resource server does not implement OAuth 2.0 Protected Resource Metadata.`); + } + if (!response.ok) { + await ((_b3 = response.body) == null ? void 0 : _b3.cancel()); + throw new Error(`HTTP ${response.status} trying to load well-known OAuth protected resource metadata.`); + } + return OAuthProtectedResourceMetadataSchema.parse(await response.json()); +} +async function fetchWithCorsRetry(url2, headers, fetchFn = fetch) { + try { + return await fetchFn(url2, { headers }); + } catch (error48) { + if (error48 instanceof TypeError) { + if (headers) { + return fetchWithCorsRetry(url2, void 0, fetchFn); + } else { + return void 0; + } + } + throw error48; + } +} +function buildWellKnownPath(wellKnownPrefix, pathname = "", options = {}) { + if (pathname.endsWith("/")) { + pathname = pathname.slice(0, -1); + } + return options.prependPathname ? `${pathname}/.well-known/${wellKnownPrefix}` : `/.well-known/${wellKnownPrefix}${pathname}`; +} +async function tryMetadataDiscovery(url2, protocolVersion, fetchFn = fetch) { + const headers = { + "MCP-Protocol-Version": protocolVersion + }; + return await fetchWithCorsRetry(url2, headers, fetchFn); +} +function shouldAttemptFallback(response, pathname) { + return !response || response.status >= 400 && response.status < 500 && pathname !== "/"; +} +async function discoverMetadataWithFallback(serverUrl, wellKnownType, fetchFn, opts) { + var _a5, _b3; + const issuer = new URL(serverUrl); + const protocolVersion = (_a5 = opts == null ? void 0 : opts.protocolVersion) != null ? _a5 : LATEST_PROTOCOL_VERSION; + let url2; + if (opts == null ? void 0 : opts.metadataUrl) { + url2 = new URL(opts.metadataUrl); + } else { + const wellKnownPath = buildWellKnownPath(wellKnownType, issuer.pathname); + url2 = new URL(wellKnownPath, (_b3 = opts == null ? void 0 : opts.metadataServerUrl) != null ? _b3 : issuer); + url2.search = issuer.search; + } + let response = await tryMetadataDiscovery(url2, protocolVersion, fetchFn); + if (!(opts == null ? void 0 : opts.metadataUrl) && shouldAttemptFallback(response, issuer.pathname)) { + const rootUrl = new URL(`/.well-known/${wellKnownType}`, issuer); + response = await tryMetadataDiscovery(rootUrl, protocolVersion, fetchFn); + } + return response; +} +function buildDiscoveryUrls(authorizationServerUrl) { + const url2 = typeof authorizationServerUrl === "string" ? new URL(authorizationServerUrl) : authorizationServerUrl; + const hasPath = url2.pathname !== "/"; + const urlsToTry = []; + if (!hasPath) { + urlsToTry.push({ + url: new URL("/.well-known/oauth-authorization-server", url2.origin), + type: "oauth" + }); + urlsToTry.push({ + url: new URL(`/.well-known/openid-configuration`, url2.origin), + type: "oidc" + }); + return urlsToTry; + } + let pathname = url2.pathname; + if (pathname.endsWith("/")) { + pathname = pathname.slice(0, -1); + } + urlsToTry.push({ + url: new URL(`/.well-known/oauth-authorization-server${pathname}`, url2.origin), + type: "oauth" + }); + urlsToTry.push({ + url: new URL(`/.well-known/openid-configuration${pathname}`, url2.origin), + type: "oidc" + }); + urlsToTry.push({ + url: new URL(`${pathname}/.well-known/openid-configuration`, url2.origin), + type: "oidc" + }); + return urlsToTry; +} +async function discoverAuthorizationServerMetadata(authorizationServerUrl, { fetchFn = fetch, protocolVersion = LATEST_PROTOCOL_VERSION } = {}) { + var _a5; + const headers = { + "MCP-Protocol-Version": protocolVersion, + Accept: "application/json" + }; + const urlsToTry = buildDiscoveryUrls(authorizationServerUrl); + for (const { url: endpointUrl, type } of urlsToTry) { + const response = await fetchWithCorsRetry(endpointUrl, headers, fetchFn); + if (!response) { + continue; + } + if (!response.ok) { + await ((_a5 = response.body) == null ? void 0 : _a5.cancel()); + if (response.status >= 400 && response.status < 500) { + continue; + } + throw new Error(`HTTP ${response.status} trying to load ${type === "oauth" ? "OAuth" : "OpenID provider"} metadata from ${endpointUrl}`); + } + if (type === "oauth") { + return OAuthMetadataSchema.parse(await response.json()); + } else { + return OpenIdProviderDiscoveryMetadataSchema.parse(await response.json()); + } + } + return void 0; +} +async function discoverOAuthServerInfo(serverUrl, opts) { + let resourceMetadata; + let authorizationServerUrl; + try { + resourceMetadata = await discoverOAuthProtectedResourceMetadata(serverUrl, { resourceMetadataUrl: opts == null ? void 0 : opts.resourceMetadataUrl }, opts == null ? void 0 : opts.fetchFn); + if (resourceMetadata.authorization_servers && resourceMetadata.authorization_servers.length > 0) { + authorizationServerUrl = resourceMetadata.authorization_servers[0]; + } + } catch (e2) { + } + if (!authorizationServerUrl) { + authorizationServerUrl = String(new URL("/", serverUrl)); + } + const authorizationServerMetadata = await discoverAuthorizationServerMetadata(authorizationServerUrl, { fetchFn: opts == null ? void 0 : opts.fetchFn }); + return { + authorizationServerUrl, + authorizationServerMetadata, + resourceMetadata + }; +} +async function startAuthorization(authorizationServerUrl, { metadata, clientInformation, redirectUrl, scope, state, resource }) { + let authorizationUrl; + if (metadata) { + authorizationUrl = new URL(metadata.authorization_endpoint); + if (!metadata.response_types_supported.includes(AUTHORIZATION_CODE_RESPONSE_TYPE)) { + throw new Error(`Incompatible auth server: does not support response type ${AUTHORIZATION_CODE_RESPONSE_TYPE}`); + } + if (metadata.code_challenge_methods_supported && !metadata.code_challenge_methods_supported.includes(AUTHORIZATION_CODE_CHALLENGE_METHOD)) { + throw new Error(`Incompatible auth server: does not support code challenge method ${AUTHORIZATION_CODE_CHALLENGE_METHOD}`); + } + } else { + authorizationUrl = new URL("/authorize", authorizationServerUrl); + } + const challenge = await pkceChallenge(); + const codeVerifier = challenge.code_verifier; + const codeChallenge = challenge.code_challenge; + authorizationUrl.searchParams.set("response_type", AUTHORIZATION_CODE_RESPONSE_TYPE); + authorizationUrl.searchParams.set("client_id", clientInformation.client_id); + authorizationUrl.searchParams.set("code_challenge", codeChallenge); + authorizationUrl.searchParams.set("code_challenge_method", AUTHORIZATION_CODE_CHALLENGE_METHOD); + authorizationUrl.searchParams.set("redirect_uri", String(redirectUrl)); + if (state) { + authorizationUrl.searchParams.set("state", state); + } + if (scope) { + authorizationUrl.searchParams.set("scope", scope); + } + if (scope == null ? void 0 : scope.includes("offline_access")) { + authorizationUrl.searchParams.append("prompt", "consent"); + } + if (resource) { + authorizationUrl.searchParams.set("resource", resource.href); + } + return { authorizationUrl, codeVerifier }; +} +function prepareAuthorizationCodeRequest(authorizationCode, codeVerifier, redirectUri) { + return new URLSearchParams({ + grant_type: "authorization_code", + code: authorizationCode, + code_verifier: codeVerifier, + redirect_uri: String(redirectUri) + }); +} +async function executeTokenRequest(authorizationServerUrl, { metadata, tokenRequestParams, clientInformation, addClientAuthentication, resource, fetchFn }) { + var _a5; + const tokenUrl = (metadata == null ? void 0 : metadata.token_endpoint) ? new URL(metadata.token_endpoint) : new URL("/token", authorizationServerUrl); + const headers = new Headers({ + "Content-Type": "application/x-www-form-urlencoded", + Accept: "application/json" + }); + if (resource) { + tokenRequestParams.set("resource", resource.href); + } + if (addClientAuthentication) { + await addClientAuthentication(headers, tokenRequestParams, tokenUrl, metadata); + } else if (clientInformation) { + const supportedMethods = (_a5 = metadata == null ? void 0 : metadata.token_endpoint_auth_methods_supported) != null ? _a5 : []; + const authMethod = selectClientAuthMethod(clientInformation, supportedMethods); + applyClientAuthentication(authMethod, clientInformation, headers, tokenRequestParams); + } + const response = await (fetchFn != null ? fetchFn : fetch)(tokenUrl, { + method: "POST", + headers, + body: tokenRequestParams + }); + if (!response.ok) { + throw await parseErrorResponse(response); + } + return OAuthTokensSchema.parse(await response.json()); +} +async function refreshAuthorization(authorizationServerUrl, { metadata, clientInformation, refreshToken, resource, addClientAuthentication, fetchFn }) { + const tokenRequestParams = new URLSearchParams({ + grant_type: "refresh_token", + refresh_token: refreshToken + }); + const tokens = await executeTokenRequest(authorizationServerUrl, { + metadata, + tokenRequestParams, + clientInformation, + addClientAuthentication, + resource, + fetchFn + }); + return { refresh_token: refreshToken, ...tokens }; +} +async function fetchToken(provider, authorizationServerUrl, { metadata, resource, authorizationCode, fetchFn } = {}) { + const scope = provider.clientMetadata.scope; + let tokenRequestParams; + if (provider.prepareTokenRequest) { + tokenRequestParams = await provider.prepareTokenRequest(scope); + } + if (!tokenRequestParams) { + if (!authorizationCode) { + throw new Error("Either provider.prepareTokenRequest() or authorizationCode is required"); + } + if (!provider.redirectUrl) { + throw new Error("redirectUrl is required for authorization_code flow"); + } + const codeVerifier = await provider.codeVerifier(); + tokenRequestParams = prepareAuthorizationCodeRequest(authorizationCode, codeVerifier, provider.redirectUrl); + } + const clientInformation = await provider.clientInformation(); + return executeTokenRequest(authorizationServerUrl, { + metadata, + tokenRequestParams, + clientInformation: clientInformation != null ? clientInformation : void 0, + addClientAuthentication: provider.addClientAuthentication, + resource, + fetchFn + }); +} +async function registerClient(authorizationServerUrl, { metadata, clientMetadata, scope, fetchFn }) { + let registrationUrl; + if (metadata) { + if (!metadata.registration_endpoint) { + throw new Error("Incompatible auth server: does not support dynamic client registration"); + } + registrationUrl = new URL(metadata.registration_endpoint); + } else { + registrationUrl = new URL("/register", authorizationServerUrl); + } + const response = await (fetchFn != null ? fetchFn : fetch)(registrationUrl, { + method: "POST", + headers: { + "Content-Type": "application/json" + }, + body: JSON.stringify({ + ...clientMetadata, + ...scope !== void 0 ? { scope } : {} + }) + }); + if (!response.ok) { + throw await parseErrorResponse(response); + } + return OAuthClientInformationFullSchema.parse(await response.json()); +} +var UnauthorizedError, AUTHORIZATION_CODE_RESPONSE_TYPE, AUTHORIZATION_CODE_CHALLENGE_METHOD; +var init_auth2 = __esm({ + "node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js"() { + init_index_browser(); + init_types(); + init_auth(); + init_auth(); + init_auth_utils(); + init_errors3(); + UnauthorizedError = class extends Error { + constructor(message) { + super(message != null ? message : "Unauthorized"); + } + }; + AUTHORIZATION_CODE_RESPONSE_TYPE = "code"; + AUTHORIZATION_CODE_CHALLENGE_METHOD = "S256"; + } +}); + +// node_modules/eventsource-parser/dist/index.js +function noop(_arg) { +} +function createParser(callbacks) { + if (typeof callbacks == "function") + throw new TypeError( + "`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?" + ); + const { onEvent = noop, onError = noop, onRetry = noop, onComment } = callbacks; + let incompleteLine = "", isFirstChunk = true, id, data = "", eventType = ""; + function feed(newChunk) { + const chunk = isFirstChunk ? newChunk.replace(/^\xEF\xBB\xBF/, "") : newChunk, [complete, incomplete] = splitLines(`${incompleteLine}${chunk}`); + for (const line of complete) + parseLine(line); + incompleteLine = incomplete, isFirstChunk = false; + } + function parseLine(line) { + if (line === "") { + dispatchEvent(); + return; + } + if (line.startsWith(":")) { + onComment && onComment(line.slice(line.startsWith(": ") ? 2 : 1)); + return; + } + const fieldSeparatorIndex = line.indexOf(":"); + if (fieldSeparatorIndex !== -1) { + const field = line.slice(0, fieldSeparatorIndex), offset = line[fieldSeparatorIndex + 1] === " " ? 2 : 1, value = line.slice(fieldSeparatorIndex + offset); + processField(field, value, line); + return; + } + processField(line, "", line); + } + function processField(field, value, line) { + switch (field) { + case "event": + eventType = value; + break; + case "data": + data = `${data}${value} +`; + break; + case "id": + id = value.includes("\0") ? void 0 : value; + break; + case "retry": + /^\d+$/.test(value) ? onRetry(parseInt(value, 10)) : onError( + new ParseError(`Invalid \`retry\` value: "${value}"`, { + type: "invalid-retry", + value, + line + }) + ); + break; + default: + onError( + new ParseError( + `Unknown field "${field.length > 20 ? `${field.slice(0, 20)}\u2026` : field}"`, + { type: "unknown-field", field, value, line } + ) + ); + break; + } + } + function dispatchEvent() { + data.length > 0 && onEvent({ + id, + event: eventType || void 0, + // If the data buffer's last character is a U+000A LINE FEED (LF) character, + // then remove the last character from the data buffer. + data: data.endsWith(` +`) ? data.slice(0, -1) : data + }), id = void 0, data = "", eventType = ""; + } + function reset(options = {}) { + incompleteLine && options.consume && parseLine(incompleteLine), isFirstChunk = true, id = void 0, data = "", eventType = "", incompleteLine = ""; + } + return { feed, reset }; +} +function splitLines(chunk) { + const lines = []; + let incompleteLine = "", searchIndex = 0; + for (; searchIndex < chunk.length; ) { + const crIndex = chunk.indexOf("\r", searchIndex), lfIndex = chunk.indexOf(` +`, searchIndex); + let lineEnd = -1; + if (crIndex !== -1 && lfIndex !== -1 ? lineEnd = Math.min(crIndex, lfIndex) : crIndex !== -1 ? crIndex === chunk.length - 1 ? lineEnd = -1 : lineEnd = crIndex : lfIndex !== -1 && (lineEnd = lfIndex), lineEnd === -1) { + incompleteLine = chunk.slice(searchIndex); + break; + } else { + const line = chunk.slice(searchIndex, lineEnd); + lines.push(line), searchIndex = lineEnd + 1, chunk[searchIndex - 1] === "\r" && chunk[searchIndex] === ` +` && searchIndex++; + } + } + return [lines, incompleteLine]; +} +var ParseError; +var init_dist = __esm({ + "node_modules/eventsource-parser/dist/index.js"() { + ParseError = class extends Error { + constructor(message, options) { + super(message), this.name = "ParseError", this.type = options.type, this.field = options.field, this.value = options.value, this.line = options.line; + } + }; + } +}); + +// node_modules/eventsource/dist/index.js +function syntaxError(message) { + const DomException = globalThis.DOMException; + return typeof DomException == "function" ? new DomException(message, "SyntaxError") : new SyntaxError(message); +} +function flattenError2(err) { + return err instanceof Error ? "errors" in err && Array.isArray(err.errors) ? err.errors.map(flattenError2).join(", ") : "cause" in err && err.cause instanceof Error ? `${err}: ${flattenError2(err.cause)}` : err.message : `${err}`; +} +function inspectableError(err) { + return { + type: err.type, + message: err.message, + code: err.code, + defaultPrevented: err.defaultPrevented, + cancelable: err.cancelable, + timeStamp: err.timeStamp + }; +} +function getBaseURL() { + const doc = "document" in globalThis ? globalThis.document : void 0; + return doc && typeof doc == "object" && "baseURI" in doc && typeof doc.baseURI == "string" ? doc.baseURI : void 0; +} +var ErrorEvent, __typeError2, __accessCheck2, __privateGet2, __privateAdd2, __privateSet2, __privateMethod2, _readyState, _url2, _redirectUrl, _withCredentials, _fetch, _reconnectInterval, _reconnectTimer, _lastEventId, _controller, _parser, _onError, _onMessage, _onOpen, _EventSource_instances, connect_fn, _onFetchResponse, _onFetchError, getRequestOptions_fn, _onEvent, _onRetryChange, failConnection_fn, scheduleReconnect_fn, _reconnect, EventSource; +var init_dist2 = __esm({ + "node_modules/eventsource/dist/index.js"() { + init_dist(); + ErrorEvent = class extends Event { + /** + * Constructs a new `ErrorEvent` instance. This is typically not called directly, + * but rather emitted by the `EventSource` object when an error occurs. + * + * @param type - The type of the event (should be "error") + * @param errorEventInitDict - Optional properties to include in the error event + */ + constructor(type, errorEventInitDict) { + var _a5, _b3; + super(type), this.code = (_a5 = errorEventInitDict == null ? void 0 : errorEventInitDict.code) != null ? _a5 : void 0, this.message = (_b3 = errorEventInitDict == null ? void 0 : errorEventInitDict.message) != null ? _b3 : void 0; + } + /** + * Node.js "hides" the `message` and `code` properties of the `ErrorEvent` instance, + * when it is `console.log`'ed. This makes it harder to debug errors. To ease debugging, + * we explicitly include the properties in the `inspect` method. + * + * This is automatically called by Node.js when you `console.log` an instance of this class. + * + * @param _depth - The current depth + * @param options - The options passed to `util.inspect` + * @param inspect - The inspect function to use (prevents having to import it from `util`) + * @returns A string representation of the error + */ + [/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) { + return inspect(inspectableError(this), options); + } + /** + * Deno "hides" the `message` and `code` properties of the `ErrorEvent` instance, + * when it is `console.log`'ed. This makes it harder to debug errors. To ease debugging, + * we explicitly include the properties in the `inspect` method. + * + * This is automatically called by Deno when you `console.log` an instance of this class. + * + * @param inspect - The inspect function to use (prevents having to import it from `util`) + * @param options - The options passed to `Deno.inspect` + * @returns A string representation of the error + */ + [/* @__PURE__ */ Symbol.for("Deno.customInspect")](inspect, options) { + return inspect(inspectableError(this), options); + } + }; + __typeError2 = (msg) => { + throw TypeError(msg); + }; + __accessCheck2 = (obj, member, msg) => member.has(obj) || __typeError2("Cannot " + msg); + __privateGet2 = (obj, member, getter) => (__accessCheck2(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj)); + __privateAdd2 = (obj, member, value) => member.has(obj) ? __typeError2("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value); + __privateSet2 = (obj, member, value, setter) => (__accessCheck2(obj, member, "write to private field"), member.set(obj, value), value); + __privateMethod2 = (obj, member, method) => (__accessCheck2(obj, member, "access private method"), method); + EventSource = class extends EventTarget { + constructor(url2, eventSourceInitDict) { + var _a5, _b3; + super(), __privateAdd2(this, _EventSource_instances), this.CONNECTING = 0, this.OPEN = 1, this.CLOSED = 2, __privateAdd2(this, _readyState), __privateAdd2(this, _url2), __privateAdd2(this, _redirectUrl), __privateAdd2(this, _withCredentials), __privateAdd2(this, _fetch), __privateAdd2(this, _reconnectInterval), __privateAdd2(this, _reconnectTimer), __privateAdd2(this, _lastEventId, null), __privateAdd2(this, _controller), __privateAdd2(this, _parser), __privateAdd2(this, _onError, null), __privateAdd2(this, _onMessage, null), __privateAdd2(this, _onOpen, null), __privateAdd2(this, _onFetchResponse, async (response) => { + var _a22; + __privateGet2(this, _parser).reset(); + const { body, redirected, status, headers } = response; + if (status === 204) { + __privateMethod2(this, _EventSource_instances, failConnection_fn).call(this, "Server sent HTTP 204, not reconnecting", 204), this.close(); + return; + } + if (redirected ? __privateSet2(this, _redirectUrl, new URL(response.url)) : __privateSet2(this, _redirectUrl, void 0), status !== 200) { + __privateMethod2(this, _EventSource_instances, failConnection_fn).call(this, `Non-200 status code (${status})`, status); + return; + } + if (!(headers.get("content-type") || "").startsWith("text/event-stream")) { + __privateMethod2(this, _EventSource_instances, failConnection_fn).call(this, 'Invalid content type, expected "text/event-stream"', status); + return; + } + if (__privateGet2(this, _readyState) === this.CLOSED) + return; + __privateSet2(this, _readyState, this.OPEN); + const openEvent = new Event("open"); + if ((_a22 = __privateGet2(this, _onOpen)) == null || _a22.call(this, openEvent), this.dispatchEvent(openEvent), typeof body != "object" || !body || !("getReader" in body)) { + __privateMethod2(this, _EventSource_instances, failConnection_fn).call(this, "Invalid response body, expected a web ReadableStream", status), this.close(); + return; + } + const decoder = new TextDecoder(), reader = body.getReader(); + let open = true; + do { + const { done, value } = await reader.read(); + value && __privateGet2(this, _parser).feed(decoder.decode(value, { stream: !done })), done && (open = false, __privateGet2(this, _parser).reset(), __privateMethod2(this, _EventSource_instances, scheduleReconnect_fn).call(this)); + } while (open); + }), __privateAdd2(this, _onFetchError, (err) => { + __privateSet2(this, _controller, void 0), !(err.name === "AbortError" || err.type === "aborted") && __privateMethod2(this, _EventSource_instances, scheduleReconnect_fn).call(this, flattenError2(err)); + }), __privateAdd2(this, _onEvent, (event) => { + typeof event.id == "string" && __privateSet2(this, _lastEventId, event.id); + const messageEvent = new MessageEvent(event.event || "message", { + data: event.data, + origin: __privateGet2(this, _redirectUrl) ? __privateGet2(this, _redirectUrl).origin : __privateGet2(this, _url2).origin, + lastEventId: event.id || "" + }); + __privateGet2(this, _onMessage) && (!event.event || event.event === "message") && __privateGet2(this, _onMessage).call(this, messageEvent), this.dispatchEvent(messageEvent); + }), __privateAdd2(this, _onRetryChange, (value) => { + __privateSet2(this, _reconnectInterval, value); + }), __privateAdd2(this, _reconnect, () => { + __privateSet2(this, _reconnectTimer, void 0), __privateGet2(this, _readyState) === this.CONNECTING && __privateMethod2(this, _EventSource_instances, connect_fn).call(this); + }); + try { + if (url2 instanceof URL) + __privateSet2(this, _url2, url2); + else if (typeof url2 == "string") + __privateSet2(this, _url2, new URL(url2, getBaseURL())); + else + throw new Error("Invalid URL"); + } catch (e2) { + throw syntaxError("An invalid or illegal string was specified"); + } + __privateSet2(this, _parser, createParser({ + onEvent: __privateGet2(this, _onEvent), + onRetry: __privateGet2(this, _onRetryChange) + })), __privateSet2(this, _readyState, this.CONNECTING), __privateSet2(this, _reconnectInterval, 3e3), __privateSet2(this, _fetch, (_a5 = eventSourceInitDict == null ? void 0 : eventSourceInitDict.fetch) != null ? _a5 : globalThis.fetch), __privateSet2(this, _withCredentials, (_b3 = eventSourceInitDict == null ? void 0 : eventSourceInitDict.withCredentials) != null ? _b3 : false), __privateMethod2(this, _EventSource_instances, connect_fn).call(this); + } + /** + * Returns the state of this EventSource object's connection. It can have the values described below. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/readyState) + * + * Note: typed as `number` instead of `0 | 1 | 2` for compatibility with the `EventSource` interface, + * defined in the TypeScript `dom` library. + * + * @public + */ + get readyState() { + return __privateGet2(this, _readyState); + } + /** + * Returns the URL providing the event stream. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/url) + * + * @public + */ + get url() { + return __privateGet2(this, _url2).href; + } + /** + * Returns true if the credentials mode for connection requests to the URL providing the event stream is set to "include", and false otherwise. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/withCredentials) + */ + get withCredentials() { + return __privateGet2(this, _withCredentials); + } + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/error_event) */ + get onerror() { + return __privateGet2(this, _onError); + } + set onerror(value) { + __privateSet2(this, _onError, value); + } + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/message_event) */ + get onmessage() { + return __privateGet2(this, _onMessage); + } + set onmessage(value) { + __privateSet2(this, _onMessage, value); + } + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/open_event) */ + get onopen() { + return __privateGet2(this, _onOpen); + } + set onopen(value) { + __privateSet2(this, _onOpen, value); + } + addEventListener(type, listener, options) { + const listen = listener; + super.addEventListener(type, listen, options); + } + removeEventListener(type, listener, options) { + const listen = listener; + super.removeEventListener(type, listen, options); + } + /** + * Aborts any instances of the fetch algorithm started for this EventSource object, and sets the readyState attribute to CLOSED. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/close) + * + * @public + */ + close() { + __privateGet2(this, _reconnectTimer) && clearTimeout(__privateGet2(this, _reconnectTimer)), __privateGet2(this, _readyState) !== this.CLOSED && (__privateGet2(this, _controller) && __privateGet2(this, _controller).abort(), __privateSet2(this, _readyState, this.CLOSED), __privateSet2(this, _controller, void 0)); + } + }; + _readyState = /* @__PURE__ */ new WeakMap(), _url2 = /* @__PURE__ */ new WeakMap(), _redirectUrl = /* @__PURE__ */ new WeakMap(), _withCredentials = /* @__PURE__ */ new WeakMap(), _fetch = /* @__PURE__ */ new WeakMap(), _reconnectInterval = /* @__PURE__ */ new WeakMap(), _reconnectTimer = /* @__PURE__ */ new WeakMap(), _lastEventId = /* @__PURE__ */ new WeakMap(), _controller = /* @__PURE__ */ new WeakMap(), _parser = /* @__PURE__ */ new WeakMap(), _onError = /* @__PURE__ */ new WeakMap(), _onMessage = /* @__PURE__ */ new WeakMap(), _onOpen = /* @__PURE__ */ new WeakMap(), _EventSource_instances = /* @__PURE__ */ new WeakSet(), /** + * Connect to the given URL and start receiving events + * + * @internal + */ + connect_fn = function() { + __privateSet2(this, _readyState, this.CONNECTING), __privateSet2(this, _controller, new AbortController()), __privateGet2(this, _fetch)(__privateGet2(this, _url2), __privateMethod2(this, _EventSource_instances, getRequestOptions_fn).call(this)).then(__privateGet2(this, _onFetchResponse)).catch(__privateGet2(this, _onFetchError)); + }, _onFetchResponse = /* @__PURE__ */ new WeakMap(), _onFetchError = /* @__PURE__ */ new WeakMap(), /** + * Get request options for the `fetch()` request + * + * @returns The request options + * @internal + */ + getRequestOptions_fn = function() { + var _a5; + const init = { + // [spec] Let `corsAttributeState` be `Anonymous`… + // [spec] …will have their mode set to "cors"… + mode: "cors", + redirect: "follow", + headers: { Accept: "text/event-stream", ...__privateGet2(this, _lastEventId) ? { "Last-Event-ID": __privateGet2(this, _lastEventId) } : void 0 }, + cache: "no-store", + signal: (_a5 = __privateGet2(this, _controller)) == null ? void 0 : _a5.signal + }; + return "window" in globalThis && (init.credentials = this.withCredentials ? "include" : "same-origin"), init; + }, _onEvent = /* @__PURE__ */ new WeakMap(), _onRetryChange = /* @__PURE__ */ new WeakMap(), /** + * Handles the process referred to in the EventSource specification as "failing a connection". + * + * @param error - The error causing the connection to fail + * @param code - The HTTP status code, if available + * @internal + */ + failConnection_fn = function(message, code) { + var _a5; + __privateGet2(this, _readyState) !== this.CLOSED && __privateSet2(this, _readyState, this.CLOSED); + const errorEvent = new ErrorEvent("error", { code, message }); + (_a5 = __privateGet2(this, _onError)) == null || _a5.call(this, errorEvent), this.dispatchEvent(errorEvent); + }, /** + * Schedules a reconnection attempt against the EventSource endpoint. + * + * @param message - The error causing the connection to fail + * @param code - The HTTP status code, if available + * @internal + */ + scheduleReconnect_fn = function(message, code) { + var _a5; + if (__privateGet2(this, _readyState) === this.CLOSED) + return; + __privateSet2(this, _readyState, this.CONNECTING); + const errorEvent = new ErrorEvent("error", { code, message }); + (_a5 = __privateGet2(this, _onError)) == null || _a5.call(this, errorEvent), this.dispatchEvent(errorEvent), __privateSet2(this, _reconnectTimer, setTimeout(__privateGet2(this, _reconnect), __privateGet2(this, _reconnectInterval))); + }, _reconnect = /* @__PURE__ */ new WeakMap(), /** + * ReadyState representing an EventSource currently trying to connect + * + * @public + */ + EventSource.CONNECTING = 0, /** + * ReadyState representing an EventSource connection that is open (eg connected) + * + * @public + */ + EventSource.OPEN = 1, /** + * ReadyState representing an EventSource connection that is closed (eg disconnected) + * + * @public + */ + EventSource.CLOSED = 2; + } +}); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js +var sse_exports = {}; +__export(sse_exports, { + SSEClientTransport: () => SSEClientTransport, + SseError: () => SseError +}); +var SseError, SSEClientTransport; +var init_sse = __esm({ + "node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js"() { + init_dist2(); + init_transport(); + init_types(); + init_auth2(); + SseError = class extends Error { + constructor(code, message, event) { + super(`SSE error: ${message}`); + this.code = code; + this.event = event; + } + }; + SSEClientTransport = class { + constructor(url2, opts) { + this._url = url2; + this._resourceMetadataUrl = void 0; + this._scope = void 0; + this._eventSourceInit = opts == null ? void 0 : opts.eventSourceInit; + this._requestInit = opts == null ? void 0 : opts.requestInit; + this._authProvider = opts == null ? void 0 : opts.authProvider; + this._fetch = opts == null ? void 0 : opts.fetch; + this._fetchWithInit = createFetchWithInit(opts == null ? void 0 : opts.fetch, opts == null ? void 0 : opts.requestInit); + } + async _authThenStart() { + var _a5; + if (!this._authProvider) { + throw new UnauthorizedError("No auth provider"); + } + let result; + try { + result = await auth(this._authProvider, { + serverUrl: this._url, + resourceMetadataUrl: this._resourceMetadataUrl, + scope: this._scope, + fetchFn: this._fetchWithInit + }); + } catch (error48) { + (_a5 = this.onerror) == null ? void 0 : _a5.call(this, error48); + throw error48; + } + if (result !== "AUTHORIZED") { + throw new UnauthorizedError(); + } + return await this._startOrAuth(); + } + async _commonHeaders() { + var _a5; + const headers = {}; + if (this._authProvider) { + const tokens = await this._authProvider.tokens(); + if (tokens) { + headers["Authorization"] = `Bearer ${tokens.access_token}`; + } + } + if (this._protocolVersion) { + headers["mcp-protocol-version"] = this._protocolVersion; + } + const extraHeaders = normalizeHeaders((_a5 = this._requestInit) == null ? void 0 : _a5.headers); + return new Headers({ + ...headers, + ...extraHeaders + }); + } + _startOrAuth() { + var _a5, _b3, _c2; + const fetchImpl = (_c2 = (_b3 = (_a5 = this == null ? void 0 : this._eventSourceInit) == null ? void 0 : _a5.fetch) != null ? _b3 : this._fetch) != null ? _c2 : fetch; + return new Promise((resolve8, reject) => { + this._eventSource = new EventSource(this._url.href, { + ...this._eventSourceInit, + fetch: async (url2, init) => { + const headers = await this._commonHeaders(); + headers.set("Accept", "text/event-stream"); + const response = await fetchImpl(url2, { + ...init, + headers + }); + if (response.status === 401 && response.headers.has("www-authenticate")) { + const { resourceMetadataUrl, scope } = extractWWWAuthenticateParams(response); + this._resourceMetadataUrl = resourceMetadataUrl; + this._scope = scope; + } + return response; + } + }); + this._abortController = new AbortController(); + this._eventSource.onerror = (event) => { + var _a6; + if (event.code === 401 && this._authProvider) { + this._authThenStart().then(resolve8, reject); + return; + } + const error48 = new SseError(event.code, event.message, event); + reject(error48); + (_a6 = this.onerror) == null ? void 0 : _a6.call(this, error48); + }; + this._eventSource.onopen = () => { + }; + this._eventSource.addEventListener("endpoint", (event) => { + var _a6; + const messageEvent = event; + try { + this._endpoint = new URL(messageEvent.data, this._url); + if (this._endpoint.origin !== this._url.origin) { + throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`); + } + } catch (error48) { + reject(error48); + (_a6 = this.onerror) == null ? void 0 : _a6.call(this, error48); + void this.close(); + return; + } + resolve8(); + }); + this._eventSource.onmessage = (event) => { + var _a6, _b4; + const messageEvent = event; + let message; + try { + message = JSONRPCMessageSchema.parse(JSON.parse(messageEvent.data)); + } catch (error48) { + (_a6 = this.onerror) == null ? void 0 : _a6.call(this, error48); + return; + } + (_b4 = this.onmessage) == null ? void 0 : _b4.call(this, message); + }; + }); + } + async start() { + if (this._eventSource) { + throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically."); + } + return await this._startOrAuth(); + } + /** + * Call this method after the user has finished authorizing via their user agent and is redirected back to the MCP client application. This will exchange the authorization code for an access token, enabling the next connection attempt to successfully auth. + */ + async finishAuth(authorizationCode) { + if (!this._authProvider) { + throw new UnauthorizedError("No auth provider"); + } + const result = await auth(this._authProvider, { + serverUrl: this._url, + authorizationCode, + resourceMetadataUrl: this._resourceMetadataUrl, + scope: this._scope, + fetchFn: this._fetchWithInit + }); + if (result !== "AUTHORIZED") { + throw new UnauthorizedError("Failed to authorize"); + } + } + async close() { + var _a5, _b3, _c2; + (_a5 = this._abortController) == null ? void 0 : _a5.abort(); + (_b3 = this._eventSource) == null ? void 0 : _b3.close(); + (_c2 = this.onclose) == null ? void 0 : _c2.call(this); + } + async send(message) { + var _a5, _b3, _c2, _d; + if (!this._endpoint) { + throw new Error("Not connected"); + } + try { + const headers = await this._commonHeaders(); + headers.set("content-type", "application/json"); + const init = { + ...this._requestInit, + method: "POST", + headers, + body: JSON.stringify(message), + signal: (_a5 = this._abortController) == null ? void 0 : _a5.signal + }; + const response = await ((_b3 = this._fetch) != null ? _b3 : fetch)(this._endpoint, init); + if (!response.ok) { + const text = await response.text().catch(() => null); + if (response.status === 401 && this._authProvider) { + const { resourceMetadataUrl, scope } = extractWWWAuthenticateParams(response); + this._resourceMetadataUrl = resourceMetadataUrl; + this._scope = scope; + const result = await auth(this._authProvider, { + serverUrl: this._url, + resourceMetadataUrl: this._resourceMetadataUrl, + scope: this._scope, + fetchFn: this._fetchWithInit + }); + if (result !== "AUTHORIZED") { + throw new UnauthorizedError(); + } + return this.send(message); + } + throw new Error(`Error POSTing to endpoint (HTTP ${response.status}): ${text}`); + } + await ((_c2 = response.body) == null ? void 0 : _c2.cancel()); + } catch (error48) { + (_d = this.onerror) == null ? void 0 : _d.call(this, error48); + throw error48; + } + } + setProtocolVersion(version2) { + this._protocolVersion = version2; + } + }; + } +}); + +// src/main.ts +var main_exports = {}; +__export(main_exports, { + default: () => ClaudianPlugin +}); +module.exports = __toCommonJS(main_exports); + +// src/utils/electronCompat.ts +function isAbortSignalLike(target) { + if (!target || typeof target !== "object") return false; + const t11 = target; + return typeof t11.aborted === "boolean" && typeof t11.addEventListener === "function" && typeof t11.removeEventListener === "function"; +} +function patchSetMaxListenersForElectron() { + const events = require("events"); + if (events.setMaxListeners.__electronPatched) return; + const original = events.setMaxListeners; + const patched = function patchedSetMaxListeners(...args) { + try { + return Reflect.apply(original, this, args); + } catch (error48) { + const eventTargets = args.slice(1); + if (eventTargets.length > 0 && eventTargets.every(isAbortSignalLike)) { + return; + } + throw error48; + } + }; + patched.__electronPatched = true; + events.setMaxListeners = patched; +} + +// src/core/providers/types.ts +var DEFAULT_CHAT_PROVIDER_ID = "claude"; + +// src/core/providers/ProviderRegistry.ts +var ProviderRegistry = class { + static register(providerId, registration) { + this.registrations[providerId] = registration; + } + static getProviderRegistration(providerId) { + const registration = this.registrations[providerId]; + if (!registration) { + throw new Error(`Provider "${providerId}" is not registered.`); + } + return registration; + } + static createChatRuntime(options) { + var _a5; + const providerId = (_a5 = options.providerId) != null ? _a5 : DEFAULT_CHAT_PROVIDER_ID; + return this.getProviderRegistration(providerId).createRuntime(options); + } + static createTitleGenerationService(plugin, providerId) { + if (!providerId) { + return new RoutedTitleGenerationService(plugin); + } + return this.getProviderRegistration(providerId).createTitleGenerationService(plugin); + } + static resolveTitleGenerationProviderId(settings11) { + const titleModel = typeof settings11.titleGenerationModel === "string" ? settings11.titleGenerationModel.trim() : ""; + if (!titleModel) { + return DEFAULT_CHAT_PROVIDER_ID; + } + return this.resolveProviderForModel(titleModel, settings11, { + fallbackProviderId: DEFAULT_CHAT_PROVIDER_ID + }); + } + static createInstructionRefineService(plugin, providerId = DEFAULT_CHAT_PROVIDER_ID) { + return this.getProviderRegistration(providerId).createInstructionRefineService(plugin); + } + static createInlineEditService(plugin, providerId = DEFAULT_CHAT_PROVIDER_ID) { + return this.getProviderRegistration(providerId).createInlineEditService(plugin); + } + static getConversationHistoryService(providerId = DEFAULT_CHAT_PROVIDER_ID) { + return this.getProviderRegistration(providerId).historyService; + } + static getTaskResultInterpreter(providerId = DEFAULT_CHAT_PROVIDER_ID) { + return this.getProviderRegistration(providerId).taskResultInterpreter; + } + static getSubagentLifecycleAdapter(providerId = DEFAULT_CHAT_PROVIDER_ID) { + var _a5; + return (_a5 = this.getProviderRegistration(providerId).subagentLifecycleAdapter) != null ? _a5 : null; + } + static getCapabilities(providerId = DEFAULT_CHAT_PROVIDER_ID) { + return this.getProviderRegistration(providerId).capabilities; + } + static getEnvironmentKeyPatterns(providerId) { + var _a5; + return (_a5 = this.getProviderRegistration(providerId).environmentKeyPatterns) != null ? _a5 : []; + } + static getChatUIConfig(providerId = DEFAULT_CHAT_PROVIDER_ID) { + return this.getProviderRegistration(providerId).chatUIConfig; + } + static getSettingsReconciler(providerId = DEFAULT_CHAT_PROVIDER_ID) { + return this.getProviderRegistration(providerId).settingsReconciler; + } + static getRegisteredProviderIds() { + return Object.keys(this.registrations); + } + static getEnabledProviderIds(settings11) { + return this.getRegisteredProviderIds().filter((providerId) => this.getProviderRegistration(providerId).isEnabled(settings11)).sort((a, b2) => this.getProviderRegistration(a).blankTabOrder - this.getProviderRegistration(b2).blankTabOrder); + } + static getProviderDisplayName(providerId) { + return this.getProviderRegistration(providerId).displayName; + } + static isEnabled(providerId, settings11) { + return this.getProviderRegistration(providerId).isEnabled(settings11); + } + static resolveSettingsProviderId(settings11) { + var _a5; + const current = settings11.settingsProvider; + if (typeof current === "string") { + const currentProvider = current; + if (this.getRegisteredProviderIds().includes(currentProvider) && this.isEnabled(currentProvider, settings11)) { + return currentProvider; + } + } + if (this.isEnabled(DEFAULT_CHAT_PROVIDER_ID, settings11)) { + return DEFAULT_CHAT_PROVIDER_ID; + } + return (_a5 = this.getEnabledProviderIds(settings11)[0]) != null ? _a5 : DEFAULT_CHAT_PROVIDER_ID; + } + static resolveProviderForModel(model, settings11 = {}, options = {}) { + const providerIds = options.onlyEnabledProviders ? this.getEnabledProviderIds(settings11) : this.getRegisteredProviderIds(); + const fallbackProviderId = options.fallbackProviderId && (!options.onlyEnabledProviders || this.isEnabled(options.fallbackProviderId, settings11)) ? options.fallbackProviderId : options.onlyEnabledProviders ? this.resolveSettingsProviderId(settings11) : DEFAULT_CHAT_PROVIDER_ID; + for (const providerId of providerIds) { + if (providerId === fallbackProviderId) { + continue; + } + if (this.getChatUIConfig(providerId).ownsModel(model, settings11)) { + return providerId; + } + } + return fallbackProviderId; + } + static getCustomModelIds(envVars) { + const ids = /* @__PURE__ */ new Set(); + for (const providerId of this.getRegisteredProviderIds()) { + for (const modelId of this.getChatUIConfig(providerId).getCustomModelIds(envVars)) { + ids.add(modelId); + } + } + return ids; + } +}; +ProviderRegistry.registrations = {}; +var RoutedTitleGenerationService = class { + constructor(plugin) { + this.plugin = plugin; + this.activeGenerations = /* @__PURE__ */ new Map(); + } + async generateTitle(conversationId, userMessage, callback) { + const providerId = ProviderRegistry.resolveTitleGenerationProviderId( + this.plugin.settings + ); + const service = ProviderRegistry.createTitleGenerationService(this.plugin, providerId); + const generation = { service }; + const previous = this.activeGenerations.get(conversationId); + this.activeGenerations.set(conversationId, generation); + previous == null ? void 0 : previous.service.cancel(); + try { + await service.generateTitle(conversationId, userMessage, async (convId, result) => { + if (this.activeGenerations.get(conversationId) !== generation) { + return; + } + await callback(convId, result); + }); + } finally { + if (this.activeGenerations.get(conversationId) === generation) { + this.activeGenerations.delete(conversationId); + } + } + } + cancel() { + const services = new Set( + [...this.activeGenerations.values()].map((generation) => generation.service) + ); + this.activeGenerations.clear(); + for (const service of services) { + service.cancel(); + } + } +}; + +// src/core/storage/HomeFileAdapter.ts +var fs = __toESM(require("fs")); +var os = __toESM(require("os")); +var path = __toESM(require("path")); +var HomeFileAdapter = class { + constructor(root = os.homedir()) { + this.root = root; + } + resolve(relativePath) { + return path.join(this.root, relativePath); + } + async exists(p) { + try { + await fs.promises.access(this.resolve(p)); + return true; + } catch (e2) { + return false; + } + } + async read(p) { + return fs.promises.readFile(this.resolve(p), "utf-8"); + } + async write(p, content) { + const full = this.resolve(p); + await fs.promises.mkdir(path.dirname(full), { recursive: true }); + await fs.promises.writeFile(full, content, "utf-8"); + } + async delete(p) { + try { + await fs.promises.unlink(this.resolve(p)); + } catch (err) { + if (err.code !== "ENOENT") throw err; + } + } + async deleteFolder(p) { + try { + await fs.promises.rmdir(this.resolve(p)); + } catch (e2) { + } + } + async listFolders(folder) { + const full = this.resolve(folder); + try { + const entries = await fs.promises.readdir(full, { withFileTypes: true }); + return entries.filter((e2) => e2.isDirectory()).map((e2) => `${folder}/${e2.name}`); + } catch (e2) { + return []; + } + } + async ensureFolder(p) { + await fs.promises.mkdir(this.resolve(p), { recursive: true }); + } +}; + +// src/core/providers/ProviderWorkspaceRegistry.ts +var ProviderWorkspaceRegistry = class { + static register(providerId, registration) { + this.registrations[providerId] = registration; + } + static getWorkspaceRegistration(providerId) { + const registration = this.registrations[providerId]; + if (!registration) { + throw new Error(`Provider workspace "${providerId}" is not registered.`); + } + return registration; + } + static async initializeAll(plugin) { + const providerIds = Object.keys(this.registrations); + const storage = plugin.storage; + const vaultAdapter = storage.getAdapter(); + const homeAdapter = new HomeFileAdapter(); + for (const providerId of providerIds) { + this.services[providerId] = await this.getWorkspaceRegistration(providerId).initialize({ + plugin, + storage, + vaultAdapter, + homeAdapter + }); + } + } + static setServices(providerId, services) { + if (services) { + this.services[providerId] = services; + } else { + delete this.services[providerId]; + } + } + static clear() { + this.services = {}; + } + static getServices(providerId) { + var _a5; + return (_a5 = this.services[providerId]) != null ? _a5 : null; + } + static requireServices(providerId) { + const services = this.getServices(providerId); + if (!services) { + throw new Error(`Provider workspace "${providerId}" is not initialized.`); + } + return services; + } + static getCommandCatalog(providerId) { + var _a5, _b3; + return (_b3 = (_a5 = this.getServices(providerId)) == null ? void 0 : _a5.commandCatalog) != null ? _b3 : null; + } + static getAgentMentionProvider(providerId) { + var _a5, _b3; + return (_b3 = (_a5 = this.getServices(providerId)) == null ? void 0 : _a5.agentMentionProvider) != null ? _b3 : null; + } + static async refreshAgentMentions(providerId) { + var _a5, _b3; + await ((_b3 = (_a5 = this.getServices(providerId)) == null ? void 0 : _a5.refreshAgentMentions) == null ? void 0 : _b3.call(_a5)); + } + static getCliResolver(providerId) { + var _a5, _b3; + return (_b3 = (_a5 = this.getServices(providerId)) == null ? void 0 : _a5.cliResolver) != null ? _b3 : null; + } + static getRuntimeCommandLoader(providerId) { + var _a5, _b3; + return (_b3 = (_a5 = this.getServices(providerId)) == null ? void 0 : _a5.runtimeCommandLoader) != null ? _b3 : null; + } + static getTabWarmupPolicy(providerId) { + var _a5, _b3; + return (_b3 = (_a5 = this.getServices(providerId)) == null ? void 0 : _a5.tabWarmupPolicy) != null ? _b3 : null; + } + static getMcpServerManager(providerId) { + var _a5, _b3; + return (_b3 = (_a5 = this.getServices(providerId)) == null ? void 0 : _a5.mcpServerManager) != null ? _b3 : null; + } + static getSettingsTabRenderer(providerId) { + var _a5, _b3; + return (_b3 = (_a5 = this.getServices(providerId)) == null ? void 0 : _a5.settingsTabRenderer) != null ? _b3 : null; + } +}; +ProviderWorkspaceRegistry.registrations = {}; +ProviderWorkspaceRegistry.services = {}; + +// src/utils/mcp.ts +function extractMcpMentions(text, validNames) { + const mentions = /* @__PURE__ */ new Set(); + const regex = /@([a-zA-Z0-9._-]+)(?!\/)/g; + let match; + while ((match = regex.exec(text)) !== null) { + const name = match[1]; + if (validNames.has(name)) { + mentions.add(name); + } + } + return mentions; +} +function transformMcpMentions(text, validNames) { + if (validNames.size === 0) return text; + const sortedNames = Array.from(validNames).sort((a, b2) => b2.length - a.length); + const escapedNames = sortedNames.map(escapeRegExp).join("|"); + const pattern = new RegExp( + `@(${escapedNames})(?! MCP)(?!/)(?![a-zA-Z0-9_-])(?!\\.[a-zA-Z0-9_-])`, + "g" + ); + return text.replace(pattern, "@$1 MCP"); +} +function escapeRegExp(str) { + return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); +} +function parseCommand(command, providedArgs) { + if (providedArgs && providedArgs.length > 0) { + return { cmd: command, args: providedArgs }; + } + const parts = splitCommandString(command); + if (parts.length === 0) { + return { cmd: "", args: [] }; + } + return { cmd: parts[0], args: parts.slice(1) }; +} +function splitCommandString(cmdStr) { + const parts = []; + let current = ""; + let inQuote = false; + let quoteChar = ""; + for (let i = 0; i < cmdStr.length; i++) { + const char = cmdStr[i]; + if ((char === '"' || char === "'") && !inQuote) { + inQuote = true; + quoteChar = char; + continue; + } + if (char === quoteChar && inQuote) { + inQuote = false; + quoteChar = ""; + continue; + } + if (/\s/.test(char) && !inQuote) { + if (current) { + parts.push(current); + current = ""; + } + continue; + } + current += char; + } + if (current) { + parts.push(current); + } + return parts; +} + +// src/core/mcp/McpServerManager.ts +var McpServerManager = class { + constructor(storage) { + this.servers = []; + this.storage = storage; + } + async loadServers() { + this.servers = await this.storage.load(); + } + getServers() { + return this.servers; + } + getEnabledCount() { + return this.servers.filter((s2) => s2.enabled).length; + } + /** + * Get servers to include in SDK options. + * + * A server is included if: + * - It is enabled AND + * - Either context-saving is disabled OR the server is @-mentioned + * + * @param mentionedNames Set of server names that were @-mentioned in the prompt + */ + getActiveServers(mentionedNames) { + const result = {}; + for (const server of this.servers) { + if (!server.enabled) continue; + if (server.contextSaving && !mentionedNames.has(server.name)) { + continue; + } + result[server.name] = server.config; + } + return result; + } + /** + * Get disabled MCP tools formatted for SDK disallowedTools option. + * + * Only returns disabled tools from servers that would be active (same filter as getActiveServers). + * + * @param mentionedNames Set of server names that were @-mentioned in the prompt + */ + getDisallowedMcpTools(mentionedNames) { + return this.collectDisallowedTools( + (s2) => !s2.contextSaving || mentionedNames.has(s2.name) + ); + } + /** + * Get all disabled MCP tools from ALL enabled servers (ignoring @-mentions). + * + * Used for persistent queries to pre-register all disabled tools upfront, + * so @-mentioning servers doesn't require cold start. + */ + getAllDisallowedMcpTools() { + return this.collectDisallowedTools().sort(); + } + collectDisallowedTools(filter) { + const disallowed = /* @__PURE__ */ new Set(); + for (const server of this.servers) { + if (!server.enabled) continue; + if (filter && !filter(server)) continue; + if (!server.disabledTools || server.disabledTools.length === 0) continue; + for (const tool of server.disabledTools) { + const normalized = tool.trim(); + if (!normalized) continue; + disallowed.add(`mcp__${server.name}__${normalized}`); + } + } + return Array.from(disallowed); + } + hasServers() { + return this.servers.length > 0; + } + getContextSavingServers() { + return this.servers.filter((s2) => s2.enabled && s2.contextSaving); + } + getContextSavingNames() { + return new Set(this.getContextSavingServers().map((s2) => s2.name)); + } + /** Only matches against enabled servers with context-saving mode. */ + extractMentions(text) { + return extractMcpMentions(text, this.getContextSavingNames()); + } + /** + * Appends " MCP" after each valid @mention. Applied to API requests only, not shown in UI. + */ + transformMentions(text) { + return transformMcpMentions(text, this.getContextSavingNames()); + } +}; + +// src/providers/claude/app/ClaudeWorkspaceServices.ts +init_path(); + +// src/providers/claude/agents/AgentManager.ts +var fs3 = __toESM(require("fs")); +var os3 = __toESM(require("os")); +var path3 = __toESM(require("path")); + +// src/utils/frontmatter.ts +var import_obsidian = require("obsidian"); +var FRONTMATTER_PATTERN = /^---\r?\n([\s\S]*?)\r?\n---\r?\n?([\s\S]*)$/; +var VALID_KEY_PATTERN = /^[\w-]+$/; +function isValidKey(key) { + return key.length > 0 && VALID_KEY_PATTERN.test(key); +} +function unquote(value) { + if (value.startsWith('"') && value.endsWith('"') || value.startsWith("'") && value.endsWith("'")) { + return value.slice(1, -1); + } + return value; +} +function parseScalarValue(rawValue) { + const value = rawValue.trim(); + if (value === "true") return true; + if (value === "false") return false; + if (value === "null" || value === "") return null; + if (!Number.isNaN(Number(value))) return Number(value); + if (value.startsWith("[") && value.endsWith("]")) { + return value.slice(1, -1).split(",").map((item) => item.trim()).filter(Boolean).map((item) => unquote(item)); + } + return unquote(value); +} +function parseFrontmatterFallback(yamlContent) { + const result = {}; + const lines = yamlContent.split(/\r?\n/); + let currentListKey = null; + let currentList = []; + function flushList() { + if (!currentListKey) return; + result[currentListKey] = currentList; + currentListKey = null; + currentList = []; + } + let pendingBareKey = null; + for (const line of lines) { + const trimmed = line.trim(); + if (!trimmed || trimmed.startsWith("#")) continue; + if (currentListKey) { + if (trimmed.startsWith("- ")) { + currentList.push(parseScalarValue(trimmed.slice(2))); + continue; + } + flushList(); + } + if (pendingBareKey) { + if (trimmed.startsWith("- ")) { + currentListKey = pendingBareKey; + currentList = []; + pendingBareKey = null; + currentList.push(parseScalarValue(trimmed.slice(2))); + continue; + } + result[pendingBareKey] = ""; + pendingBareKey = null; + } + const colonIndex = trimmed.indexOf(": "); + if (colonIndex === -1) { + if (trimmed.endsWith(":")) { + const key2 = trimmed.slice(0, -1).trim(); + if (isValidKey(key2)) { + pendingBareKey = key2; + } + } + continue; + } + const key = trimmed.slice(0, colonIndex).trim(); + if (!isValidKey(key)) continue; + result[key] = parseScalarValue(trimmed.slice(colonIndex + 2)); + } + if (pendingBareKey) { + result[pendingBareKey] = ""; + } + flushList(); + return result; +} +function parseFrontmatter(content) { + const match = content.match(FRONTMATTER_PATTERN); + if (!match) return null; + try { + const parsed = (0, import_obsidian.parseYaml)(match[1]); + if (parsed !== null && parsed !== void 0 && typeof parsed !== "object") { + return null; + } + return { + frontmatter: parsed != null ? parsed : {}, + body: match[2] + }; + } catch (e2) { + const fallbackParsed = parseFrontmatterFallback(match[1]); + if (Object.keys(fallbackParsed).length > 0) { + return { + frontmatter: fallbackParsed, + body: match[2] + }; + } + return null; + } +} +function extractString(fm2, key) { + const val = fm2[key]; + if (typeof val === "string" && val.length > 0) return val; + if (Array.isArray(val) && val.length > 0 && val.every((v2) => typeof v2 === "string")) { + return val.map((v2) => `[${v2}]`).join(" "); + } + return void 0; +} +function normalizeStringArray(val) { + if (val === void 0 || val === null) return void 0; + if (Array.isArray(val)) { + return val.map((v2) => String(v2).trim()).filter(Boolean); + } + if (typeof val === "string") { + const trimmed = val.trim(); + if (!trimmed) return void 0; + return trimmed.split(",").map((s2) => s2.trim()).filter(Boolean); + } + return void 0; +} +function extractStringArray(fm2, key) { + return normalizeStringArray(fm2[key]); +} +function extractBoolean(fm2, key) { + const val = fm2[key]; + if (typeof val === "boolean") return val; + return void 0; +} +function isRecord(value) { + return value != null && typeof value === "object" && !Array.isArray(value); +} +var MAX_SLUG_LENGTH = 64; +var SLUG_PATTERN = /^[a-z0-9-]+$/; +var YAML_RESERVED_WORDS = /* @__PURE__ */ new Set(["true", "false", "null", "yes", "no", "on", "off"]); +function validateSlugName(name, label) { + if (!name) { + return `${label} name is required`; + } + if (name.length > MAX_SLUG_LENGTH) { + return `${label} name must be ${MAX_SLUG_LENGTH} characters or fewer`; + } + if (!SLUG_PATTERN.test(name)) { + return `${label} name can only contain lowercase letters, numbers, and hyphens`; + } + if (YAML_RESERVED_WORDS.has(name)) { + return `${label} name cannot be a YAML reserved word (true, false, null, yes, no, on, off)`; + } + return null; +} + +// src/providers/claude/types/agent.ts +var AGENT_PERMISSION_MODES = ["default", "acceptEdits", "auto", "dontAsk", "bypassPermissions", "plan", "delegate"]; + +// src/providers/claude/agents/AgentStorage.ts +var KNOWN_AGENT_KEYS = /* @__PURE__ */ new Set([ + "name", + "description", + "tools", + "disallowedTools", + "model", + "skills", + "permissionMode", + "hooks" +]); +function parseAgentFile(content) { + const parsed = parseFrontmatter(content); + if (!parsed) return null; + const { frontmatter: fm2, body } = parsed; + const name = fm2.name; + const description = fm2.description; + if (typeof name !== "string" || !name.trim()) return null; + if (typeof description !== "string" || !description.trim()) return null; + const tools = fm2.tools; + const disallowedTools = fm2.disallowedTools; + if (tools !== void 0 && !isStringOrArray(tools)) return null; + if (disallowedTools !== void 0 && !isStringOrArray(disallowedTools)) return null; + const model = typeof fm2.model === "string" ? fm2.model : void 0; + const extra = {}; + for (const key of Object.keys(fm2)) { + if (!KNOWN_AGENT_KEYS.has(key)) { + extra[key] = fm2[key]; + } + } + const frontmatter = { + name, + description, + tools, + disallowedTools, + model, + skills: extractStringArray(fm2, "skills"), + permissionMode: typeof fm2.permissionMode === "string" ? fm2.permissionMode : void 0, + hooks: isRecord(fm2.hooks) ? fm2.hooks : void 0, + extraFrontmatter: Object.keys(extra).length > 0 ? extra : void 0 + }; + return { frontmatter, body: body.trim() }; +} +function isStringOrArray(value) { + return typeof value === "string" || Array.isArray(value); +} +function parseToolsList(tools) { + return normalizeStringArray(tools); +} +function parsePermissionMode(mode) { + if (!mode) return void 0; + const trimmed = mode.trim(); + if (AGENT_PERMISSION_MODES.includes(trimmed)) { + return trimmed; + } + return void 0; +} +var VALID_MODELS = ["sonnet", "opus", "haiku", "inherit"]; +function parseModel(model) { + if (!model) return "inherit"; + const normalized = model.toLowerCase().trim(); + if (VALID_MODELS.includes(normalized)) { + return normalized; + } + return "inherit"; +} +function buildAgentFromFrontmatter(frontmatter, body, meta3) { + return { + id: meta3.id, + name: frontmatter.name, + description: frontmatter.description, + prompt: body, + tools: parseToolsList(frontmatter.tools), + disallowedTools: parseToolsList(frontmatter.disallowedTools), + model: parseModel(frontmatter.model), + source: meta3.source, + filePath: meta3.filePath, + pluginName: meta3.pluginName, + skills: frontmatter.skills, + permissionMode: parsePermissionMode(frontmatter.permissionMode), + hooks: frontmatter.hooks, + extraFrontmatter: frontmatter.extraFrontmatter + }; +} + +// src/providers/claude/agents/AgentManager.ts +var GLOBAL_AGENTS_DIR = path3.join(os3.homedir(), ".claude", "agents"); +var VAULT_AGENTS_DIR = ".claude/agents"; +var PLUGIN_AGENTS_DIR = "agents"; +var FALLBACK_BUILTIN_AGENT_NAMES = ["Explore", "Plan", "Bash", "general-purpose"]; +var BUILTIN_AGENT_DESCRIPTIONS = { + "Explore": "Fast codebase exploration and search", + "Plan": "Implementation planning and architecture", + "Bash": "Command execution specialist", + "general-purpose": "Multi-step tasks and complex workflows" +}; +function makeBuiltinAgent(name) { + var _a5; + return { + id: name, + name: name.replace(/-/g, " ").replace(/\b\w/g, (l2) => l2.toUpperCase()), + description: (_a5 = BUILTIN_AGENT_DESCRIPTIONS[name]) != null ? _a5 : "", + prompt: "", + // Built-in — prompt managed by SDK + source: "builtin" + }; +} +function normalizePluginName(name) { + return name.toLowerCase().replace(/\s+/g, "-"); +} +var AgentManager = class { + constructor(vaultPath, pluginManager) { + this.agents = []; + this.builtinAgentNames = FALLBACK_BUILTIN_AGENT_NAMES; + this.vaultPath = vaultPath; + this.pluginManager = pluginManager; + } + /** Built-in agents are those from init that are NOT loaded from files. */ + setBuiltinAgentNames(names) { + this.builtinAgentNames = names; + const fileAgentIds = new Set( + this.agents.filter((a) => a.source !== "builtin").map((a) => a.id) + ); + this.agents = [ + ...names.filter((n10) => !fileAgentIds.has(n10)).map(makeBuiltinAgent), + ...this.agents.filter((a) => a.source !== "builtin") + ]; + } + async loadAgents() { + this.agents = []; + for (const name of this.builtinAgentNames) { + this.addAgent(makeBuiltinAgent(name)); + } + try { + this.loadPluginAgents(); + } catch (e2) { + } + try { + this.loadVaultAgents(); + } catch (e2) { + } + try { + this.loadGlobalAgents(); + } catch (e2) { + } + } + getAvailableAgents() { + return [...this.agents]; + } + getAgentById(id) { + return this.agents.find((a) => a.id === id); + } + /** Used for @-mention filtering in the chat input. */ + searchAgents(query) { + const q = query.toLowerCase(); + return this.agents.filter( + (a) => a.name.toLowerCase().includes(q) || a.id.toLowerCase().includes(q) || a.description.toLowerCase().includes(q) + ); + } + loadPluginAgents() { + for (const plugin of this.pluginManager.getPlugins()) { + if (!plugin.enabled) continue; + const agentsDir = path3.join(plugin.installPath, PLUGIN_AGENTS_DIR); + if (!fs3.existsSync(agentsDir)) continue; + this.loadAgentsFromFiles( + this.listMarkdownFiles(agentsDir), + (filePath) => this.parsePluginAgentFromFile(filePath, plugin.name) + ); + } + } + loadVaultAgents() { + this.loadAgentsFromDirectory(path3.join(this.vaultPath, VAULT_AGENTS_DIR), "vault"); + } + loadGlobalAgents() { + this.loadAgentsFromDirectory(GLOBAL_AGENTS_DIR, "global"); + } + loadAgentsFromDirectory(dir, source) { + if (!fs3.existsSync(dir)) return; + this.loadAgentsFromFiles( + this.listMarkdownFiles(dir), + (filePath) => this.parseAgentFromFile(filePath, source) + ); + } + listMarkdownFiles(dir) { + const files = []; + try { + const entries = fs3.readdirSync(dir, { withFileTypes: true }); + for (const entry of entries) { + if (entry.isFile() && entry.name.endsWith(".md")) { + files.push(path3.join(dir, entry.name)); + } + } + } catch (e2) { + } + return files; + } + parsePluginAgentFromFile(filePath, pluginName) { + return this.parseAgentDefinition( + filePath, + (agentName) => `${normalizePluginName(pluginName)}:${agentName}`, + (frontmatter, body, id) => buildAgentFromFrontmatter(frontmatter, body, { + id, + source: "plugin", + pluginName, + filePath + }) + ); + } + parseAgentFromFile(filePath, source) { + return this.parseAgentDefinition( + filePath, + (agentName) => agentName, + (frontmatter, body, id) => buildAgentFromFrontmatter(frontmatter, body, { + id, + source, + filePath + }) + ); + } + loadAgentsFromFiles(filePaths, loadAgent) { + for (const filePath of filePaths) { + this.addAgent(loadAgent(filePath)); + } + } + addAgent(agent) { + if (!agent) { + return; + } + if (this.agents.some((existing) => existing.id === agent.id)) { + return; + } + this.agents.push(agent); + } + parseAgentDefinition(filePath, buildId, buildAgent) { + try { + const content = fs3.readFileSync(filePath, "utf-8"); + const parsed = parseAgentFile(content); + if (!parsed) { + return null; + } + const { frontmatter, body } = parsed; + return buildAgent(frontmatter, body, buildId(frontmatter.name)); + } catch (e2) { + return null; + } + } +}; + +// src/utils/slashCommand.ts +function extractFirstParagraph(content) { + const paragraph = content.split(/\n\s*\n/).find((p) => p.trim()); + if (!paragraph) return void 0; + return paragraph.trim().replace(/\n/g, " "); +} +function validateCommandName(name) { + return validateSlugName(name, "Command"); +} +function isSkill(cmd) { + if (cmd.kind) return cmd.kind === "skill"; + return cmd.id.startsWith("skill-"); +} +function parsedToSlashCommand(parsed, identity) { + return { + ...identity, + description: parsed.description, + argumentHint: parsed.argumentHint, + allowedTools: parsed.allowedTools, + model: parsed.model, + content: parsed.promptContent, + disableModelInvocation: parsed.disableModelInvocation, + userInvocable: parsed.userInvocable, + context: parsed.context, + agent: parsed.agent, + hooks: parsed.hooks + }; +} +function parseSlashCommandContent(content) { + var _a5, _b3, _c2, _d; + const parsed = parseFrontmatter(content); + if (!parsed) { + return { promptContent: content }; + } + const fm2 = parsed.frontmatter; + return { + // Existing fields — support both kebab-case (file format) and camelCase + description: extractString(fm2, "description"), + argumentHint: (_a5 = extractString(fm2, "argument-hint")) != null ? _a5 : extractString(fm2, "argumentHint"), + allowedTools: (_b3 = extractStringArray(fm2, "allowed-tools")) != null ? _b3 : extractStringArray(fm2, "allowedTools"), + model: extractString(fm2, "model"), + promptContent: parsed.body, + // Skill fields — kebab-case preferred (CC file format), camelCase for backwards compat + disableModelInvocation: (_c2 = extractBoolean(fm2, "disable-model-invocation")) != null ? _c2 : extractBoolean(fm2, "disableModelInvocation"), + userInvocable: (_d = extractBoolean(fm2, "user-invocable")) != null ? _d : extractBoolean(fm2, "userInvocable"), + context: extractString(fm2, "context") === "fork" ? "fork" : void 0, + agent: extractString(fm2, "agent"), + hooks: isRecord(fm2.hooks) ? fm2.hooks : void 0 + }; +} +function normalizeArgumentHint(hint) { + if (!hint) return hint; + if (hint.includes("[") || hint.includes("<")) return hint; + return `[${hint}]`; +} +function yamlString(value) { + if (value.includes(":") || value.includes("#") || value.includes("\n") || value.startsWith(" ") || value.endsWith(" ") || value.startsWith("[") || value.startsWith("{")) { + return `"${value.replace(/"/g, '\\"')}"`; + } + return value; +} +function serializeCommand(cmd) { + const parsed = parseSlashCommandContent(cmd.content); + return serializeSlashCommandMarkdown(cmd, parsed.promptContent); +} +function serializeSlashCommandMarkdown(cmd, body) { + const lines = ["---"]; + if (cmd.name) { + lines.push(`name: ${cmd.name}`); + } + if (cmd.description) { + lines.push(`description: ${yamlString(cmd.description)}`); + } + if (cmd.argumentHint) { + lines.push(`argument-hint: ${yamlString(cmd.argumentHint)}`); + } + if (cmd.allowedTools && cmd.allowedTools.length > 0) { + lines.push("allowed-tools:"); + for (const tool of cmd.allowedTools) { + lines.push(` - ${yamlString(tool)}`); + } + } + if (cmd.model) { + lines.push(`model: ${cmd.model}`); + } + if (cmd.disableModelInvocation !== void 0) { + lines.push(`disable-model-invocation: ${cmd.disableModelInvocation}`); + } + if (cmd.userInvocable !== void 0) { + lines.push(`user-invocable: ${cmd.userInvocable}`); + } + if (cmd.context) { + lines.push(`context: ${cmd.context}`); + } + if (cmd.agent) { + lines.push(`agent: ${cmd.agent}`); + } + if (cmd.hooks !== void 0) { + lines.push(`hooks: ${JSON.stringify(cmd.hooks)}`); + } + if (lines.length === 1) { + lines.push(""); + } + lines.push("---"); + lines.push(body); + return lines.join("\n"); +} + +// src/providers/claude/commands/ClaudeCommandCatalog.ts +function slashCommandToEntry(cmd) { + var _a5; + const skill = isSkill(cmd); + return { + id: cmd.id, + providerId: "claude", + kind: skill ? "skill" : "command", + name: cmd.name, + description: cmd.description, + content: cmd.content, + argumentHint: cmd.argumentHint, + allowedTools: cmd.allowedTools, + model: cmd.model, + disableModelInvocation: cmd.disableModelInvocation, + userInvocable: cmd.userInvocable, + context: cmd.context, + agent: cmd.agent, + hooks: cmd.hooks, + scope: cmd.source === "sdk" ? "runtime" : "vault", + source: (_a5 = cmd.source) != null ? _a5 : "user", + isEditable: cmd.source !== "sdk", + isDeletable: cmd.source !== "sdk", + displayPrefix: "/", + insertPrefix: "/" + }; +} +function entryToSlashCommand(entry) { + return { + id: entry.id, + name: entry.name, + description: entry.description, + content: entry.content, + argumentHint: entry.argumentHint, + allowedTools: entry.allowedTools, + model: entry.model, + disableModelInvocation: entry.disableModelInvocation, + userInvocable: entry.userInvocable, + context: entry.context, + agent: entry.agent, + hooks: entry.hooks, + source: entry.source, + kind: entry.kind + }; +} +var BUILTIN_HIDDEN_COMMANDS = /* @__PURE__ */ new Set([ + "context", + "cost", + "debug", + "extra-usage", + "heapdump", + "init", + "insights", + "loop", + "schedule", + "security-review", + "simplify", + "update-config" +]); +var ClaudeCommandCatalog = class { + constructor(commandStorage, skillStorage, probe) { + this.commandStorage = commandStorage; + this.skillStorage = skillStorage; + this.probe = probe; + this.sdkCommands = []; + this.probePromise = null; + } + setRuntimeCommands(commands) { + this.sdkCommands = commands; + } + async listDropdownEntries(context) { + void context; + if (this.sdkCommands.length === 0 && this.probe) { + await this.ensureProbed(); + } + const runtimeEntries = this.sdkCommands.filter((cmd) => !BUILTIN_HIDDEN_COMMANDS.has(cmd.name.toLowerCase())).map(slashCommandToEntry); + if (runtimeEntries.length > 0) { + return runtimeEntries; + } + return this.listVaultEntries(); + } + /** Probe the SDK for commands. Deduplicates concurrent calls. */ + async ensureProbed() { + if (!this.probe) return; + if (!this.probePromise) { + this.probePromise = this.probe().then((commands) => { + if (this.sdkCommands.length === 0 && commands.length > 0) { + this.sdkCommands = commands; + } + }).catch(() => { + }).finally(() => { + this.probePromise = null; + }); + } + await this.probePromise; + } + async listVaultEntries() { + const commands = await this.commandStorage.loadAll(); + const skills = await this.skillStorage.loadAll(); + return [...commands, ...skills].map(slashCommandToEntry); + } + async saveVaultEntry(entry) { + const cmd = entryToSlashCommand(entry); + if (entry.kind === "skill") { + await this.skillStorage.save(cmd); + } else { + await this.commandStorage.save(cmd); + } + } + async deleteVaultEntry(entry) { + if (entry.kind === "skill") { + await this.skillStorage.delete(entry.id); + } else { + await this.commandStorage.delete(entry.id); + } + } + getDropdownConfig() { + return { + providerId: "claude", + triggerChars: ["/"], + builtInPrefix: "/", + skillPrefix: "/", + commandPrefix: "/" + }; + } + async refresh() { + } +}; + +// node_modules/@anthropic-ai/claude-agent-sdk/sdk.mjs +var import_node_module = require("node:module"); +var import_child_process = require("child_process"); +var import_crypto = require("crypto"); +var import_fs = require("fs"); +var import_promises = require("fs/promises"); +var import_module = require("module"); +var import_os = require("os"); +var import_path = require("path"); +var import_readline = require("readline"); +var import_url = require("url"); +var import_events = require("events"); +var import_child_process2 = require("child_process"); +var import_fs2 = require("fs"); +var import_readline2 = require("readline"); +var import_os2 = require("os"); +var import_path2 = require("path"); +var import_crypto2 = require("crypto"); +var import_path3 = require("path"); +var import_async_hooks = require("async_hooks"); +var import_promises2 = require("fs/promises"); +var import_crypto3 = require("crypto"); +var import_promises3 = require("fs/promises"); +var import_fs3 = require("fs"); +var import_process = require("process"); +var import_crypto4 = require("crypto"); +var import_promises4 = require("fs/promises"); +var import_path4 = require("path"); +var s = __toESM(require("fs"), 1); +var import_promises5 = require("fs/promises"); +var import_fs4 = require("fs"); +var import_path5 = require("path"); +var import_fs5 = require("fs"); +var import_promises6 = require("fs/promises"); +var import_events2 = require("events"); +var import_fs6 = require("fs"); +var import_promises7 = require("fs/promises"); +var import_path6 = require("path"); +var import_child_process3 = require("child_process"); +var import_util = require("util"); +var import_child_process4 = require("child_process"); +var import_path7 = require("path"); +var import_promises8 = require("fs/promises"); +var import_path8 = require("path"); +var import_fs7 = require("fs"); +var import_promises9 = require("fs/promises"); +var import_path9 = require("path"); +var import_crypto5 = require("crypto"); +var import_path10 = require("path"); +var import_promises10 = require("fs/promises"); +var import_path11 = require("path"); +var import_crypto6 = require("crypto"); +var import_os3 = require("os"); +var import_path12 = require("path"); +var import_path13 = require("path"); +var import_path14 = require("path"); +var import_node_path = __toESM(require("node:path"), 1); +var import_node_os = __toESM(require("node:os"), 1); +var import_node_process = __toESM(require("node:process"), 1); +var import_path15 = require("path"); +var import_promises11 = require("fs/promises"); +var import_os4 = require("os"); +var import_path16 = require("path"); +var import_os5 = require("os"); +var import_child_process5 = require("child_process"); +var import_fs8 = require("fs"); +var import_path17 = require("path"); +var import_path18 = require("path"); +var n_ = Object.create; +var { getPrototypeOf: r_, defineProperty: OG, getOwnPropertyNames: o_ } = Object; +var t_ = Object.prototype.hasOwnProperty; +function a_($) { + return this[$]; +} +var s_; +var e_; +var DG = ($, Q, J) => { + var Y = $ != null && typeof $ === "object"; + if (Y) { + var X = Q ? s_ != null ? s_ : s_ = /* @__PURE__ */ new WeakMap() : e_ != null ? e_ : e_ = /* @__PURE__ */ new WeakMap(), W = X.get($); + if (W) return W; + } + J = $ != null ? n_(r_($)) : {}; + let G = Q || !$ || !$.__esModule ? OG(J, "default", { value: $, enumerable: true }) : J; + for (let U of o_($)) if (!t_.call(G, U)) OG(G, U, { get: a_.bind($, U), enumerable: true }); + if (Y) X.set($, G); + return G; +}; +var I = ($, Q) => () => (Q || $((Q = { exports: {} }).exports, Q), Q.exports); +var $k = ($) => $; +function Qk($, Q) { + this[$] = $k.bind(null, Q); +} +var M4 = ($, Q) => { + for (var J in Q) OG($, J, { get: Q[J], enumerable: true, configurable: true, set: Qk.bind(Q, J) }); +}; +var v6 = (0, import_node_module.createRequire)(__filename); +var Xk = Symbol.dispose || /* @__PURE__ */ Symbol.for("Symbol.dispose"); +var Yk = Symbol.asyncDispose || /* @__PURE__ */ Symbol.for("Symbol.asyncDispose"); +var Z$ = ($, Q, J) => { + if (Q != null) { + if (typeof Q !== "object" && typeof Q !== "function") throw TypeError('Object expected to be assigned to "using" declaration'); + var Y; + if (J) Y = Q[Yk]; + if (Y === void 0) Y = Q[Xk]; + if (typeof Y !== "function") throw TypeError("Object not disposable"); + $.push([J, Y, Q]); + } else if (J) $.push([J]); + return Q; +}; +var M$ = ($, Q, J) => { + var Y = typeof SuppressedError === "function" ? SuppressedError : function(G, U, H, q) { + return q = Error(H), q.name = "SuppressedError", q.error = G, q.suppressed = U, q; + }, X = (G) => Q = J ? new Y(G, Q, "An error was suppressed during disposal") : (J = true, G), W = (G) => { + while (G = $.pop()) try { + var U = G[1] && G[1].call(G[2]); + if (G[0]) return Promise.resolve(U).then(W, (H) => (X(H), W())); + } catch (H) { + X(H); + } + if (J) throw Q; + }; + return W(); +}; +var j2 = I((M2) => { + Object.defineProperty(M2, "__esModule", { value: true }); + M2._globalThis = void 0; + M2._globalThis = typeof globalThis === "object" ? globalThis : global; +}); +var A2 = I((B0) => { + var px = B0 && B0.__createBinding || (Object.create ? function($, Q, J, Y) { + if (Y === void 0) Y = J; + Object.defineProperty($, Y, { enumerable: true, get: function() { + return Q[J]; + } }); + } : function($, Q, J, Y) { + if (Y === void 0) Y = J; + $[Y] = Q[J]; + }), dx = B0 && B0.__exportStar || function($, Q) { + for (var J in $) if (J !== "default" && !Object.prototype.hasOwnProperty.call(Q, J)) px(Q, $, J); + }; + Object.defineProperty(B0, "__esModule", { value: true }); + dx(j2(), B0); +}); +var I2 = I((z0) => { + var ix = z0 && z0.__createBinding || (Object.create ? function($, Q, J, Y) { + if (Y === void 0) Y = J; + Object.defineProperty($, Y, { enumerable: true, get: function() { + return Q[J]; + } }); + } : function($, Q, J, Y) { + if (Y === void 0) Y = J; + $[Y] = Q[J]; + }), nx = z0 && z0.__exportStar || function($, Q) { + for (var J in $) if (J !== "default" && !Object.prototype.hasOwnProperty.call(Q, J)) ix(Q, $, J); + }; + Object.defineProperty(z0, "__esModule", { value: true }); + nx(A2(), z0); +}); +var bU = I((R2) => { + Object.defineProperty(R2, "__esModule", { value: true }); + R2.VERSION = void 0; + R2.VERSION = "1.9.0"; +}); +var S2 = I((_2) => { + Object.defineProperty(_2, "__esModule", { value: true }); + _2.isCompatible = _2._makeCompatibilityCheck = void 0; + var rx = bU(), E2 = /^(\d+)\.(\d+)\.(\d+)(-(.+))?$/; + function b2($) { + let Q = /* @__PURE__ */ new Set([$]), J = /* @__PURE__ */ new Set(), Y = $.match(E2); + if (!Y) return () => false; + let X = { major: +Y[1], minor: +Y[2], patch: +Y[3], prerelease: Y[4] }; + if (X.prerelease != null) return function(H) { + return H === $; + }; + function W(U) { + return J.add(U), false; + } + function G(U) { + return Q.add(U), true; + } + return function(H) { + if (Q.has(H)) return true; + if (J.has(H)) return false; + let q = H.match(E2); + if (!q) return W(H); + let V = { major: +q[1], minor: +q[2], patch: +q[3], prerelease: q[4] }; + if (V.prerelease != null) return W(H); + if (X.major !== V.major) return W(H); + if (X.major === 0) { + if (X.minor === V.minor && X.patch <= V.patch) return G(H); + return W(H); + } + if (X.minor <= V.minor) return G(H); + return W(H); + }; + } + _2._makeCompatibilityCheck = b2; + _2.isCompatible = b2(rx.VERSION); +}); +var N0 = I((v2) => { + Object.defineProperty(v2, "__esModule", { value: true }); + v2.unregisterGlobal = v2.getGlobal = v2.registerGlobal = void 0; + var tx = I2(), R8 = bU(), ax = S2(), sx = R8.VERSION.split(".")[0], uQ = /* @__PURE__ */ Symbol.for(`opentelemetry.js.api.${sx}`), mQ = tx._globalThis; + function ex($, Q, J, Y = false) { + var X; + let W = mQ[uQ] = (X = mQ[uQ]) !== null && X !== void 0 ? X : { version: R8.VERSION }; + if (!Y && W[$]) { + let G = Error(`@opentelemetry/api: Attempted duplicate registration of API: ${$}`); + return J.error(G.stack || G.message), false; + } + if (W.version !== R8.VERSION) { + let G = Error(`@opentelemetry/api: Registration of version v${W.version} for ${$} does not match previously registered API v${R8.VERSION}`); + return J.error(G.stack || G.message), false; + } + return W[$] = Q, J.debug(`@opentelemetry/api: Registered a global for ${$} v${R8.VERSION}.`), true; + } + v2.registerGlobal = ex; + function $y($) { + var Q, J; + let Y = (Q = mQ[uQ]) === null || Q === void 0 ? void 0 : Q.version; + if (!Y || !(0, ax.isCompatible)(Y)) return; + return (J = mQ[uQ]) === null || J === void 0 ? void 0 : J[$]; + } + v2.getGlobal = $y; + function Qy($, Q) { + Q.debug(`@opentelemetry/api: Unregistering a global for ${$} v${R8.VERSION}.`); + let J = mQ[uQ]; + if (J) delete J[$]; + } + v2.unregisterGlobal = Qy; +}); +var f2 = I((x2) => { + Object.defineProperty(x2, "__esModule", { value: true }); + x2.DiagComponentLogger = void 0; + var Yy = N0(); + class T2 { + constructor($) { + this._namespace = $.namespace || "DiagComponentLogger"; + } + debug(...$) { + return lQ("debug", this._namespace, $); + } + error(...$) { + return lQ("error", this._namespace, $); + } + info(...$) { + return lQ("info", this._namespace, $); + } + warn(...$) { + return lQ("warn", this._namespace, $); + } + verbose(...$) { + return lQ("verbose", this._namespace, $); + } + } + x2.DiagComponentLogger = T2; + function lQ($, Q, J) { + let Y = (0, Yy.getGlobal)("diag"); + if (!Y) return; + return J.unshift(Q), Y[$](...J); + } +}); +var wX = I((g2) => { + Object.defineProperty(g2, "__esModule", { value: true }); + g2.DiagLogLevel = void 0; + var Wy; + (function($) { + $[$.NONE = 0] = "NONE", $[$.ERROR = 30] = "ERROR", $[$.WARN = 50] = "WARN", $[$.INFO = 60] = "INFO", $[$.DEBUG = 70] = "DEBUG", $[$.VERBOSE = 80] = "VERBOSE", $[$.ALL = 9999] = "ALL"; + })(Wy = g2.DiagLogLevel || (g2.DiagLogLevel = {})); +}); +var m2 = I((h2) => { + Object.defineProperty(h2, "__esModule", { value: true }); + h2.createLogLevelDiagLogger = void 0; + var u4 = wX(); + function Gy($, Q) { + if ($ < u4.DiagLogLevel.NONE) $ = u4.DiagLogLevel.NONE; + else if ($ > u4.DiagLogLevel.ALL) $ = u4.DiagLogLevel.ALL; + Q = Q || {}; + function J(Y, X) { + let W = Q[Y]; + if (typeof W === "function" && $ >= X) return W.bind(Q); + return function() { + }; + } + return { error: J("error", u4.DiagLogLevel.ERROR), warn: J("warn", u4.DiagLogLevel.WARN), info: J("info", u4.DiagLogLevel.INFO), debug: J("debug", u4.DiagLogLevel.DEBUG), verbose: J("verbose", u4.DiagLogLevel.VERBOSE) }; + } + h2.createLogLevelDiagLogger = Gy; +}); +var w0 = I((c2) => { + Object.defineProperty(c2, "__esModule", { value: true }); + c2.DiagAPI = void 0; + var Uy = f2(), Hy = m2(), l2 = wX(), OX = N0(), Ky = "diag"; + class kU { + constructor() { + function $(Y) { + return function(...X) { + let W = (0, OX.getGlobal)("diag"); + if (!W) return; + return W[Y](...X); + }; + } + let Q = this, J = (Y, X = { logLevel: l2.DiagLogLevel.INFO }) => { + var W, G, U; + if (Y === Q) { + let V = Error("Cannot use diag as the logger for itself. Please use a DiagLogger implementation like ConsoleDiagLogger or a custom implementation"); + return Q.error((W = V.stack) !== null && W !== void 0 ? W : V.message), false; + } + if (typeof X === "number") X = { logLevel: X }; + let H = (0, OX.getGlobal)("diag"), q = (0, Hy.createLogLevelDiagLogger)((G = X.logLevel) !== null && G !== void 0 ? G : l2.DiagLogLevel.INFO, Y); + if (H && !X.suppressOverrideMessage) { + let V = (U = Error().stack) !== null && U !== void 0 ? U : ""; + H.warn(`Current logger will be overwritten from ${V}`), q.warn(`Current logger will overwrite one already registered from ${V}`); + } + return (0, OX.registerGlobal)("diag", q, Q, true); + }; + Q.setLogger = J, Q.disable = () => { + (0, OX.unregisterGlobal)(Ky, Q); + }, Q.createComponentLogger = (Y) => { + return new Uy.DiagComponentLogger(Y); + }, Q.verbose = $("verbose"), Q.debug = $("debug"), Q.info = $("info"), Q.warn = $("warn"), Q.error = $("error"); + } + static instance() { + if (!this._instance) this._instance = new kU(); + return this._instance; + } + } + c2.DiagAPI = kU; +}); +var n2 = I((d2) => { + Object.defineProperty(d2, "__esModule", { value: true }); + d2.BaggageImpl = void 0; + class P8 { + constructor($) { + this._entries = $ ? new Map($) : /* @__PURE__ */ new Map(); + } + getEntry($) { + let Q = this._entries.get($); + if (!Q) return; + return Object.assign({}, Q); + } + getAllEntries() { + return Array.from(this._entries.entries()).map(([$, Q]) => [$, Q]); + } + setEntry($, Q) { + let J = new P8(this._entries); + return J._entries.set($, Q), J; + } + removeEntry($) { + let Q = new P8(this._entries); + return Q._entries.delete($), Q; + } + removeEntries(...$) { + let Q = new P8(this._entries); + for (let J of $) Q._entries.delete(J); + return Q; + } + clear() { + return new P8(); + } + } + d2.BaggageImpl = P8; +}); +var t2 = I((r2) => { + Object.defineProperty(r2, "__esModule", { value: true }); + r2.baggageEntryMetadataSymbol = void 0; + r2.baggageEntryMetadataSymbol = /* @__PURE__ */ Symbol("BaggageEntryMetadata"); +}); +var SU = I((a2) => { + Object.defineProperty(a2, "__esModule", { value: true }); + a2.baggageEntryMetadataFromString = a2.createBaggage = void 0; + var qy = w0(), Vy = n2(), By = t2(), zy = qy.DiagAPI.instance(); + function Ny($ = {}) { + return new Vy.BaggageImpl(new Map(Object.entries($))); + } + a2.createBaggage = Ny; + function wy($) { + if (typeof $ !== "string") zy.error(`Cannot create baggage metadata from unknown type: ${typeof $}`), $ = ""; + return { __TYPE__: By.baggageEntryMetadataSymbol, toString() { + return $; + } }; + } + a2.baggageEntryMetadataFromString = wy; +}); +var cQ = I((e2) => { + Object.defineProperty(e2, "__esModule", { value: true }); + e2.ROOT_CONTEXT = e2.createContextKey = void 0; + function Dy($) { + return Symbol.for($); + } + e2.createContextKey = Dy; + class DX { + constructor($) { + let Q = this; + Q._currentContext = $ ? new Map($) : /* @__PURE__ */ new Map(), Q.getValue = (J) => Q._currentContext.get(J), Q.setValue = (J, Y) => { + let X = new DX(Q._currentContext); + return X._currentContext.set(J, Y), X; + }, Q.deleteValue = (J) => { + let Y = new DX(Q._currentContext); + return Y._currentContext.delete(J), Y; + }; + } + } + e2.ROOT_CONTEXT = new DX(); +}); +var YD = I((JD) => { + Object.defineProperty(JD, "__esModule", { value: true }); + JD.DiagConsoleLogger = void 0; + var vU = [{ n: "error", c: "error" }, { n: "warn", c: "warn" }, { n: "info", c: "info" }, { n: "debug", c: "debug" }, { n: "verbose", c: "trace" }]; + class QD { + constructor() { + function $(Q) { + return function(...J) { + if (console) { + let Y = console[Q]; + if (typeof Y !== "function") Y = console.log; + if (typeof Y === "function") return Y.apply(console, J); + } + }; + } + for (let Q = 0; Q < vU.length; Q++) this[vU[Q].n] = $(vU[Q].c); + } + } + JD.DiagConsoleLogger = QD; +}); +var mU = I((WD) => { + Object.defineProperty(WD, "__esModule", { value: true }); + WD.createNoopMeter = WD.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC = WD.NOOP_OBSERVABLE_GAUGE_METRIC = WD.NOOP_OBSERVABLE_COUNTER_METRIC = WD.NOOP_UP_DOWN_COUNTER_METRIC = WD.NOOP_HISTOGRAM_METRIC = WD.NOOP_GAUGE_METRIC = WD.NOOP_COUNTER_METRIC = WD.NOOP_METER = WD.NoopObservableUpDownCounterMetric = WD.NoopObservableGaugeMetric = WD.NoopObservableCounterMetric = WD.NoopObservableMetric = WD.NoopHistogramMetric = WD.NoopGaugeMetric = WD.NoopUpDownCounterMetric = WD.NoopCounterMetric = WD.NoopMetric = WD.NoopMeter = void 0; + class CU { + constructor() { + } + createGauge($, Q) { + return WD.NOOP_GAUGE_METRIC; + } + createHistogram($, Q) { + return WD.NOOP_HISTOGRAM_METRIC; + } + createCounter($, Q) { + return WD.NOOP_COUNTER_METRIC; + } + createUpDownCounter($, Q) { + return WD.NOOP_UP_DOWN_COUNTER_METRIC; + } + createObservableGauge($, Q) { + return WD.NOOP_OBSERVABLE_GAUGE_METRIC; + } + createObservableCounter($, Q) { + return WD.NOOP_OBSERVABLE_COUNTER_METRIC; + } + createObservableUpDownCounter($, Q) { + return WD.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC; + } + addBatchObservableCallback($, Q) { + } + removeBatchObservableCallback($) { + } + } + WD.NoopMeter = CU; + class E8 { + } + WD.NoopMetric = E8; + class TU extends E8 { + add($, Q) { + } + } + WD.NoopCounterMetric = TU; + class xU extends E8 { + add($, Q) { + } + } + WD.NoopUpDownCounterMetric = xU; + class yU extends E8 { + record($, Q) { + } + } + WD.NoopGaugeMetric = yU; + class fU extends E8 { + record($, Q) { + } + } + WD.NoopHistogramMetric = fU; + class pQ { + addCallback($) { + } + removeCallback($) { + } + } + WD.NoopObservableMetric = pQ; + class gU extends pQ { + } + WD.NoopObservableCounterMetric = gU; + class hU extends pQ { + } + WD.NoopObservableGaugeMetric = hU; + class uU extends pQ { + } + WD.NoopObservableUpDownCounterMetric = uU; + WD.NOOP_METER = new CU(); + WD.NOOP_COUNTER_METRIC = new TU(); + WD.NOOP_GAUGE_METRIC = new yU(); + WD.NOOP_HISTOGRAM_METRIC = new fU(); + WD.NOOP_UP_DOWN_COUNTER_METRIC = new xU(); + WD.NOOP_OBSERVABLE_COUNTER_METRIC = new gU(); + WD.NOOP_OBSERVABLE_GAUGE_METRIC = new hU(); + WD.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC = new uU(); + function Zy() { + return WD.NOOP_METER; + } + WD.createNoopMeter = Zy; +}); +var OD = I((wD) => { + Object.defineProperty(wD, "__esModule", { value: true }); + wD.ValueType = void 0; + var ky; + (function($) { + $[$.INT = 0] = "INT", $[$.DOUBLE = 1] = "DOUBLE"; + })(ky = wD.ValueType || (wD.ValueType = {})); +}); +var cU = I((DD) => { + Object.defineProperty(DD, "__esModule", { value: true }); + DD.defaultTextMapSetter = DD.defaultTextMapGetter = void 0; + DD.defaultTextMapGetter = { get($, Q) { + if ($ == null) return; + return $[Q]; + }, keys($) { + if ($ == null) return []; + return Object.keys($); + } }; + DD.defaultTextMapSetter = { set($, Q, J) { + if ($ == null) return; + $[Q] = J; + } }; +}); +var jD = I((MD) => { + Object.defineProperty(MD, "__esModule", { value: true }); + MD.NoopContextManager = void 0; + var vy = cQ(); + class ZD { + active() { + return vy.ROOT_CONTEXT; + } + with($, Q, J, ...Y) { + return Q.call(J, ...Y); + } + bind($, Q) { + return Q; + } + enable() { + return this; + } + disable() { + return this; + } + } + MD.NoopContextManager = ZD; +}); +var dQ = I((ID) => { + Object.defineProperty(ID, "__esModule", { value: true }); + ID.ContextAPI = void 0; + var Cy = jD(), pU = N0(), AD = w0(), dU = "context", Ty = new Cy.NoopContextManager(); + class iU { + constructor() { + } + static getInstance() { + if (!this._instance) this._instance = new iU(); + return this._instance; + } + setGlobalContextManager($) { + return (0, pU.registerGlobal)(dU, $, AD.DiagAPI.instance()); + } + active() { + return this._getContextManager().active(); + } + with($, Q, J, ...Y) { + return this._getContextManager().with($, Q, J, ...Y); + } + bind($, Q) { + return this._getContextManager().bind($, Q); + } + _getContextManager() { + return (0, pU.getGlobal)(dU) || Ty; + } + disable() { + this._getContextManager().disable(), (0, pU.unregisterGlobal)(dU, AD.DiagAPI.instance()); + } + } + ID.ContextAPI = iU; +}); +var rU = I((PD) => { + Object.defineProperty(PD, "__esModule", { value: true }); + PD.TraceFlags = void 0; + var xy; + (function($) { + $[$.NONE = 0] = "NONE", $[$.SAMPLED = 1] = "SAMPLED"; + })(xy = PD.TraceFlags || (PD.TraceFlags = {})); +}); +var FX = I((ED) => { + Object.defineProperty(ED, "__esModule", { value: true }); + ED.INVALID_SPAN_CONTEXT = ED.INVALID_TRACEID = ED.INVALID_SPANID = void 0; + var yy = rU(); + ED.INVALID_SPANID = "0000000000000000"; + ED.INVALID_TRACEID = "00000000000000000000000000000000"; + ED.INVALID_SPAN_CONTEXT = { traceId: ED.INVALID_TRACEID, spanId: ED.INVALID_SPANID, traceFlags: yy.TraceFlags.NONE }; +}); +var ZX = I((vD) => { + Object.defineProperty(vD, "__esModule", { value: true }); + vD.NonRecordingSpan = void 0; + var fy = FX(); + class SD { + constructor($ = fy.INVALID_SPAN_CONTEXT) { + this._spanContext = $; + } + spanContext() { + return this._spanContext; + } + setAttribute($, Q) { + return this; + } + setAttributes($) { + return this; + } + addEvent($, Q) { + return this; + } + addLink($) { + return this; + } + addLinks($) { + return this; + } + setStatus($) { + return this; + } + updateName($) { + return this; + } + end($) { + } + isRecording() { + return false; + } + recordException($, Q) { + } + } + vD.NonRecordingSpan = SD; +}); +var aU = I((xD) => { + Object.defineProperty(xD, "__esModule", { value: true }); + xD.getSpanContext = xD.setSpanContext = xD.deleteSpan = xD.setSpan = xD.getActiveSpan = xD.getSpan = void 0; + var gy = cQ(), hy = ZX(), uy = dQ(), oU = (0, gy.createContextKey)("OpenTelemetry Context Key SPAN"); + function tU($) { + return $.getValue(oU) || void 0; + } + xD.getSpan = tU; + function my() { + return tU(uy.ContextAPI.getInstance().active()); + } + xD.getActiveSpan = my; + function TD($, Q) { + return $.setValue(oU, Q); + } + xD.setSpan = TD; + function ly($) { + return $.deleteValue(oU); + } + xD.deleteSpan = ly; + function cy($, Q) { + return TD($, new hy.NonRecordingSpan(Q)); + } + xD.setSpanContext = cy; + function py($) { + var Q; + return (Q = tU($)) === null || Q === void 0 ? void 0 : Q.spanContext(); + } + xD.getSpanContext = py; +}); +var MX = I((uD) => { + Object.defineProperty(uD, "__esModule", { value: true }); + uD.wrapSpanContext = uD.isSpanContextValid = uD.isValidSpanId = uD.isValidTraceId = void 0; + var fD = FX(), ty = ZX(), ay = /^([0-9a-f]{32})$/i, sy = /^[0-9a-f]{16}$/i; + function gD($) { + return ay.test($) && $ !== fD.INVALID_TRACEID; + } + uD.isValidTraceId = gD; + function hD($) { + return sy.test($) && $ !== fD.INVALID_SPANID; + } + uD.isValidSpanId = hD; + function ey($) { + return gD($.traceId) && hD($.spanId); + } + uD.isSpanContextValid = ey; + function $f($) { + return new ty.NonRecordingSpan($); + } + uD.wrapSpanContext = $f; +}); +var $H = I((pD) => { + Object.defineProperty(pD, "__esModule", { value: true }); + pD.NoopTracer = void 0; + var Yf = dQ(), lD = aU(), sU = ZX(), Wf = MX(), eU = Yf.ContextAPI.getInstance(); + class cD { + startSpan($, Q, J = eU.active()) { + if (Boolean(Q === null || Q === void 0 ? void 0 : Q.root)) return new sU.NonRecordingSpan(); + let X = J && (0, lD.getSpanContext)(J); + if (Gf(X) && (0, Wf.isSpanContextValid)(X)) return new sU.NonRecordingSpan(X); + else return new sU.NonRecordingSpan(); + } + startActiveSpan($, Q, J, Y) { + let X, W, G; + if (arguments.length < 2) return; + else if (arguments.length === 2) G = Q; + else if (arguments.length === 3) X = Q, G = J; + else X = Q, W = J, G = Y; + let U = W !== null && W !== void 0 ? W : eU.active(), H = this.startSpan($, X, U), q = (0, lD.setSpan)(U, H); + return eU.with(q, G, void 0, H); + } + } + pD.NoopTracer = cD; + function Gf($) { + return typeof $ === "object" && typeof $.spanId === "string" && typeof $.traceId === "string" && typeof $.traceFlags === "number"; + } +}); +var QH = I((nD) => { + Object.defineProperty(nD, "__esModule", { value: true }); + nD.ProxyTracer = void 0; + var Uf = $H(), Hf = new Uf.NoopTracer(); + class iD { + constructor($, Q, J, Y) { + this._provider = $, this.name = Q, this.version = J, this.options = Y; + } + startSpan($, Q, J) { + return this._getTracer().startSpan($, Q, J); + } + startActiveSpan($, Q, J, Y) { + let X = this._getTracer(); + return Reflect.apply(X.startActiveSpan, X, arguments); + } + _getTracer() { + if (this._delegate) return this._delegate; + let $ = this._provider.getDelegateTracer(this.name, this.version, this.options); + if (!$) return Hf; + return this._delegate = $, this._delegate; + } + } + nD.ProxyTracer = iD; +}); +var sD = I((tD) => { + Object.defineProperty(tD, "__esModule", { value: true }); + tD.NoopTracerProvider = void 0; + var Kf = $H(); + class oD { + getTracer($, Q, J) { + return new Kf.NoopTracer(); + } + } + tD.NoopTracerProvider = oD; +}); +var JH = I(($F) => { + Object.defineProperty($F, "__esModule", { value: true }); + $F.ProxyTracerProvider = void 0; + var qf = QH(), Vf = sD(), Bf = new Vf.NoopTracerProvider(); + class eD { + getTracer($, Q, J) { + var Y; + return (Y = this.getDelegateTracer($, Q, J)) !== null && Y !== void 0 ? Y : new qf.ProxyTracer(this, $, Q, J); + } + getDelegate() { + var $; + return ($ = this._delegate) !== null && $ !== void 0 ? $ : Bf; + } + setDelegate($) { + this._delegate = $; + } + getDelegateTracer($, Q, J) { + var Y; + return (Y = this._delegate) === null || Y === void 0 ? void 0 : Y.getTracer($, Q, J); + } + } + $F.ProxyTracerProvider = eD; +}); +var XF = I((JF) => { + Object.defineProperty(JF, "__esModule", { value: true }); + JF.SamplingDecision = void 0; + var zf; + (function($) { + $[$.NOT_RECORD = 0] = "NOT_RECORD", $[$.RECORD = 1] = "RECORD", $[$.RECORD_AND_SAMPLED = 2] = "RECORD_AND_SAMPLED"; + })(zf = JF.SamplingDecision || (JF.SamplingDecision = {})); +}); +var WF = I((YF) => { + Object.defineProperty(YF, "__esModule", { value: true }); + YF.SpanKind = void 0; + var Nf; + (function($) { + $[$.INTERNAL = 0] = "INTERNAL", $[$.SERVER = 1] = "SERVER", $[$.CLIENT = 2] = "CLIENT", $[$.PRODUCER = 3] = "PRODUCER", $[$.CONSUMER = 4] = "CONSUMER"; + })(Nf = YF.SpanKind || (YF.SpanKind = {})); +}); +var UF = I((GF) => { + Object.defineProperty(GF, "__esModule", { value: true }); + GF.SpanStatusCode = void 0; + var wf; + (function($) { + $[$.UNSET = 0] = "UNSET", $[$.OK = 1] = "OK", $[$.ERROR = 2] = "ERROR"; + })(wf = GF.SpanStatusCode || (GF.SpanStatusCode = {})); +}); +var qF = I((HF) => { + Object.defineProperty(HF, "__esModule", { value: true }); + HF.validateValue = HF.validateKey = void 0; + var GH = "[_0-9a-z-*/]", Of = `[a-z]${GH}{0,255}`, Df = `[a-z0-9]${GH}{0,240}@[a-z]${GH}{0,13}`, Ff = new RegExp(`^(?:${Of}|${Df})$`), Zf = /^[ -~]{0,255}[!-~]$/, Mf = /,|=/; + function Lf($) { + return Ff.test($); + } + HF.validateKey = Lf; + function jf($) { + return Zf.test($) && !Mf.test($); + } + HF.validateValue = jf; +}); +var DF = I((wF) => { + Object.defineProperty(wF, "__esModule", { value: true }); + wF.TraceStateImpl = void 0; + var VF = qF(), BF = 32, If = 512, zF = ",", NF = "="; + class UH { + constructor($) { + if (this._internalState = /* @__PURE__ */ new Map(), $) this._parse($); + } + set($, Q) { + let J = this._clone(); + if (J._internalState.has($)) J._internalState.delete($); + return J._internalState.set($, Q), J; + } + unset($) { + let Q = this._clone(); + return Q._internalState.delete($), Q; + } + get($) { + return this._internalState.get($); + } + serialize() { + return this._keys().reduce(($, Q) => { + return $.push(Q + NF + this.get(Q)), $; + }, []).join(zF); + } + _parse($) { + if ($.length > If) return; + if (this._internalState = $.split(zF).reverse().reduce((Q, J) => { + let Y = J.trim(), X = Y.indexOf(NF); + if (X !== -1) { + let W = Y.slice(0, X), G = Y.slice(X + 1, J.length); + if ((0, VF.validateKey)(W) && (0, VF.validateValue)(G)) Q.set(W, G); + } + return Q; + }, /* @__PURE__ */ new Map()), this._internalState.size > BF) this._internalState = new Map(Array.from(this._internalState.entries()).reverse().slice(0, BF)); + } + _keys() { + return Array.from(this._internalState.keys()).reverse(); + } + _clone() { + let $ = new UH(); + return $._internalState = new Map(this._internalState), $; + } + } + wF.TraceStateImpl = UH; +}); +var MF = I((FF) => { + Object.defineProperty(FF, "__esModule", { value: true }); + FF.createTraceState = void 0; + var Rf = DF(); + function Pf($) { + return new Rf.TraceStateImpl($); + } + FF.createTraceState = Pf; +}); +var AF = I((LF) => { + Object.defineProperty(LF, "__esModule", { value: true }); + LF.context = void 0; + var Ef = dQ(); + LF.context = Ef.ContextAPI.getInstance(); +}); +var PF = I((IF) => { + Object.defineProperty(IF, "__esModule", { value: true }); + IF.diag = void 0; + var bf = w0(); + IF.diag = bf.DiagAPI.instance(); +}); +var _F = I((EF) => { + Object.defineProperty(EF, "__esModule", { value: true }); + EF.NOOP_METER_PROVIDER = EF.NoopMeterProvider = void 0; + var _f2 = mU(); + class HH { + getMeter($, Q, J) { + return _f2.NOOP_METER; + } + } + EF.NoopMeterProvider = HH; + EF.NOOP_METER_PROVIDER = new HH(); +}); +var CF = I((SF) => { + Object.defineProperty(SF, "__esModule", { value: true }); + SF.MetricsAPI = void 0; + var Sf = _F(), KH = N0(), kF = w0(), qH = "metrics"; + class VH { + constructor() { + } + static getInstance() { + if (!this._instance) this._instance = new VH(); + return this._instance; + } + setGlobalMeterProvider($) { + return (0, KH.registerGlobal)(qH, $, kF.DiagAPI.instance()); + } + getMeterProvider() { + return (0, KH.getGlobal)(qH) || Sf.NOOP_METER_PROVIDER; + } + getMeter($, Q, J) { + return this.getMeterProvider().getMeter($, Q, J); + } + disable() { + (0, KH.unregisterGlobal)(qH, kF.DiagAPI.instance()); + } + } + SF.MetricsAPI = VH; +}); +var yF = I((TF) => { + Object.defineProperty(TF, "__esModule", { value: true }); + TF.metrics = void 0; + var vf = CF(); + TF.metrics = vf.MetricsAPI.getInstance(); +}); +var uF = I((gF) => { + Object.defineProperty(gF, "__esModule", { value: true }); + gF.NoopTextMapPropagator = void 0; + class fF { + inject($, Q) { + } + extract($, Q) { + return $; + } + fields() { + return []; + } + } + gF.NoopTextMapPropagator = fF; +}); +var pF = I((lF) => { + Object.defineProperty(lF, "__esModule", { value: true }); + lF.deleteBaggage = lF.setBaggage = lF.getActiveBaggage = lF.getBaggage = void 0; + var Cf = dQ(), Tf = cQ(), BH = (0, Tf.createContextKey)("OpenTelemetry Baggage Key"); + function mF($) { + return $.getValue(BH) || void 0; + } + lF.getBaggage = mF; + function xf() { + return mF(Cf.ContextAPI.getInstance().active()); + } + lF.getActiveBaggage = xf; + function yf($, Q) { + return $.setValue(BH, Q); + } + lF.setBaggage = yf; + function ff($) { + return $.deleteValue(BH); + } + lF.deleteBaggage = ff; +}); +var oF = I((nF) => { + Object.defineProperty(nF, "__esModule", { value: true }); + nF.PropagationAPI = void 0; + var zH = N0(), mf = uF(), dF = cU(), LX = pF(), lf = SU(), iF = w0(), NH = "propagation", cf = new mf.NoopTextMapPropagator(); + class wH { + constructor() { + this.createBaggage = lf.createBaggage, this.getBaggage = LX.getBaggage, this.getActiveBaggage = LX.getActiveBaggage, this.setBaggage = LX.setBaggage, this.deleteBaggage = LX.deleteBaggage; + } + static getInstance() { + if (!this._instance) this._instance = new wH(); + return this._instance; + } + setGlobalPropagator($) { + return (0, zH.registerGlobal)(NH, $, iF.DiagAPI.instance()); + } + inject($, Q, J = dF.defaultTextMapSetter) { + return this._getGlobalPropagator().inject($, Q, J); + } + extract($, Q, J = dF.defaultTextMapGetter) { + return this._getGlobalPropagator().extract($, Q, J); + } + fields() { + return this._getGlobalPropagator().fields(); + } + disable() { + (0, zH.unregisterGlobal)(NH, iF.DiagAPI.instance()); + } + _getGlobalPropagator() { + return (0, zH.getGlobal)(NH) || cf; + } + } + nF.PropagationAPI = wH; +}); +var sF = I((tF) => { + Object.defineProperty(tF, "__esModule", { value: true }); + tF.propagation = void 0; + var pf = oF(); + tF.propagation = pf.PropagationAPI.getInstance(); +}); +var YZ = I((JZ) => { + Object.defineProperty(JZ, "__esModule", { value: true }); + JZ.TraceAPI = void 0; + var OH = N0(), eF = JH(), $Z = MX(), b8 = aU(), QZ = w0(), DH = "trace"; + class FH { + constructor() { + this._proxyTracerProvider = new eF.ProxyTracerProvider(), this.wrapSpanContext = $Z.wrapSpanContext, this.isSpanContextValid = $Z.isSpanContextValid, this.deleteSpan = b8.deleteSpan, this.getSpan = b8.getSpan, this.getActiveSpan = b8.getActiveSpan, this.getSpanContext = b8.getSpanContext, this.setSpan = b8.setSpan, this.setSpanContext = b8.setSpanContext; + } + static getInstance() { + if (!this._instance) this._instance = new FH(); + return this._instance; + } + setGlobalTracerProvider($) { + let Q = (0, OH.registerGlobal)(DH, this._proxyTracerProvider, QZ.DiagAPI.instance()); + if (Q) this._proxyTracerProvider.setDelegate($); + return Q; + } + getTracerProvider() { + return (0, OH.getGlobal)(DH) || this._proxyTracerProvider; + } + getTracer($, Q) { + return this.getTracerProvider().getTracer($, Q); + } + disable() { + (0, OH.unregisterGlobal)(DH, QZ.DiagAPI.instance()), this._proxyTracerProvider = new eF.ProxyTracerProvider(); + } + } + JZ.TraceAPI = FH; +}); +var UZ = I((WZ) => { + Object.defineProperty(WZ, "__esModule", { value: true }); + WZ.trace = void 0; + var df = YZ(); + WZ.trace = df.TraceAPI.getInstance(); +}); +var wZ = I((F$) => { + Object.defineProperty(F$, "__esModule", { value: true }); + F$.trace = F$.propagation = F$.metrics = F$.diag = F$.context = F$.INVALID_SPAN_CONTEXT = F$.INVALID_TRACEID = F$.INVALID_SPANID = F$.isValidSpanId = F$.isValidTraceId = F$.isSpanContextValid = F$.createTraceState = F$.TraceFlags = F$.SpanStatusCode = F$.SpanKind = F$.SamplingDecision = F$.ProxyTracerProvider = F$.ProxyTracer = F$.defaultTextMapSetter = F$.defaultTextMapGetter = F$.ValueType = F$.createNoopMeter = F$.DiagLogLevel = F$.DiagConsoleLogger = F$.ROOT_CONTEXT = F$.createContextKey = F$.baggageEntryMetadataFromString = void 0; + var nf = SU(); + Object.defineProperty(F$, "baggageEntryMetadataFromString", { enumerable: true, get: function() { + return nf.baggageEntryMetadataFromString; + } }); + var HZ = cQ(); + Object.defineProperty(F$, "createContextKey", { enumerable: true, get: function() { + return HZ.createContextKey; + } }); + Object.defineProperty(F$, "ROOT_CONTEXT", { enumerable: true, get: function() { + return HZ.ROOT_CONTEXT; + } }); + var rf = YD(); + Object.defineProperty(F$, "DiagConsoleLogger", { enumerable: true, get: function() { + return rf.DiagConsoleLogger; + } }); + var of = wX(); + Object.defineProperty(F$, "DiagLogLevel", { enumerable: true, get: function() { + return of.DiagLogLevel; + } }); + var tf = mU(); + Object.defineProperty(F$, "createNoopMeter", { enumerable: true, get: function() { + return tf.createNoopMeter; + } }); + var af = OD(); + Object.defineProperty(F$, "ValueType", { enumerable: true, get: function() { + return af.ValueType; + } }); + var KZ = cU(); + Object.defineProperty(F$, "defaultTextMapGetter", { enumerable: true, get: function() { + return KZ.defaultTextMapGetter; + } }); + Object.defineProperty(F$, "defaultTextMapSetter", { enumerable: true, get: function() { + return KZ.defaultTextMapSetter; + } }); + var sf = QH(); + Object.defineProperty(F$, "ProxyTracer", { enumerable: true, get: function() { + return sf.ProxyTracer; + } }); + var ef = JH(); + Object.defineProperty(F$, "ProxyTracerProvider", { enumerable: true, get: function() { + return ef.ProxyTracerProvider; + } }); + var $g = XF(); + Object.defineProperty(F$, "SamplingDecision", { enumerable: true, get: function() { + return $g.SamplingDecision; + } }); + var Qg = WF(); + Object.defineProperty(F$, "SpanKind", { enumerable: true, get: function() { + return Qg.SpanKind; + } }); + var Jg = UF(); + Object.defineProperty(F$, "SpanStatusCode", { enumerable: true, get: function() { + return Jg.SpanStatusCode; + } }); + var Xg = rU(); + Object.defineProperty(F$, "TraceFlags", { enumerable: true, get: function() { + return Xg.TraceFlags; + } }); + var Yg = MF(); + Object.defineProperty(F$, "createTraceState", { enumerable: true, get: function() { + return Yg.createTraceState; + } }); + var ZH = MX(); + Object.defineProperty(F$, "isSpanContextValid", { enumerable: true, get: function() { + return ZH.isSpanContextValid; + } }); + Object.defineProperty(F$, "isValidTraceId", { enumerable: true, get: function() { + return ZH.isValidTraceId; + } }); + Object.defineProperty(F$, "isValidSpanId", { enumerable: true, get: function() { + return ZH.isValidSpanId; + } }); + var MH = FX(); + Object.defineProperty(F$, "INVALID_SPANID", { enumerable: true, get: function() { + return MH.INVALID_SPANID; + } }); + Object.defineProperty(F$, "INVALID_TRACEID", { enumerable: true, get: function() { + return MH.INVALID_TRACEID; + } }); + Object.defineProperty(F$, "INVALID_SPAN_CONTEXT", { enumerable: true, get: function() { + return MH.INVALID_SPAN_CONTEXT; + } }); + var qZ = AF(); + Object.defineProperty(F$, "context", { enumerable: true, get: function() { + return qZ.context; + } }); + var VZ = PF(); + Object.defineProperty(F$, "diag", { enumerable: true, get: function() { + return VZ.diag; + } }); + var BZ = yF(); + Object.defineProperty(F$, "metrics", { enumerable: true, get: function() { + return BZ.metrics; + } }); + var zZ = sF(); + Object.defineProperty(F$, "propagation", { enumerable: true, get: function() { + return zZ.propagation; + } }); + var NZ = UZ(); + Object.defineProperty(F$, "trace", { enumerable: true, get: function() { + return NZ.trace; + } }); + F$.default = { context: qZ.context, diag: VZ.diag, metrics: BZ.metrics, propagation: zZ.propagation, trace: NZ.trace }; +}); +var IJ = I((wj) => { + Object.defineProperty(wj, "__esModule", { value: true }); + wj.regexpCode = wj.getEsmExportName = wj.getProperty = wj.safeStringify = wj.stringify = wj.strConcat = wj.addCodeArg = wj.str = wj._ = wj.nil = wj._Code = wj.Name = wj.IDENTIFIER = wj._CodeOrName = void 0; + class BW { + } + wj._CodeOrName = BW; + wj.IDENTIFIER = /^[a-z$_][a-z$_0-9]*$/i; + class K9 extends BW { + constructor($) { + super(); + if (!wj.IDENTIFIER.test($)) throw Error("CodeGen: name must be a valid identifier"); + this.str = $; + } + toString() { + return this.str; + } + emptyStr() { + return false; + } + get names() { + return { [this.str]: 1 }; + } + } + wj.Name = K9; + class B4 extends BW { + constructor($) { + super(); + this._items = typeof $ === "string" ? [$] : $; + } + toString() { + return this.str; + } + emptyStr() { + if (this._items.length > 1) return false; + let $ = this._items[0]; + return $ === "" || $ === '""'; + } + get str() { + var $; + return ($ = this._str) !== null && $ !== void 0 ? $ : this._str = this._items.reduce((Q, J) => `${Q}${J}`, ""); + } + get names() { + var $; + return ($ = this._names) !== null && $ !== void 0 ? $ : this._names = this._items.reduce((Q, J) => { + if (J instanceof K9) Q[J.str] = (Q[J.str] || 0) + 1; + return Q; + }, {}); + } + } + wj._Code = B4; + wj.nil = new B4(""); + function zj($, ...Q) { + let J = [$[0]], Y = 0; + while (Y < Q.length) UB(J, Q[Y]), J.push($[++Y]); + return new B4(J); + } + wj._ = zj; + var GB = new B4("+"); + function Nj($, ...Q) { + let J = [AJ($[0])], Y = 0; + while (Y < Q.length) J.push(GB), UB(J, Q[Y]), J.push(GB, AJ($[++Y])); + return Lp(J), new B4(J); + } + wj.str = Nj; + function UB($, Q) { + if (Q instanceof B4) $.push(...Q._items); + else if (Q instanceof K9) $.push(Q); + else $.push(Ip(Q)); + } + wj.addCodeArg = UB; + function Lp($) { + let Q = 1; + while (Q < $.length - 1) { + if ($[Q] === GB) { + let J = jp($[Q - 1], $[Q + 1]); + if (J !== void 0) { + $.splice(Q - 1, 3, J); + continue; + } + $[Q++] = "+"; + } + Q++; + } + } + function jp($, Q) { + if (Q === '""') return $; + if ($ === '""') return Q; + if (typeof $ == "string") { + if (Q instanceof K9 || $[$.length - 1] !== '"') return; + if (typeof Q != "string") return `${$.slice(0, -1)}${Q}"`; + if (Q[0] === '"') return $.slice(0, -1) + Q.slice(1); + return; + } + if (typeof Q == "string" && Q[0] === '"' && !($ instanceof K9)) return `"${$}${Q.slice(1)}`; + return; + } + function Ap($, Q) { + return Q.emptyStr() ? $ : $.emptyStr() ? Q : Nj`${$}${Q}`; + } + wj.strConcat = Ap; + function Ip($) { + return typeof $ == "number" || typeof $ == "boolean" || $ === null ? $ : AJ(Array.isArray($) ? $.join(",") : $); + } + function Rp($) { + return new B4(AJ($)); + } + wj.stringify = Rp; + function AJ($) { + return JSON.stringify($).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029"); + } + wj.safeStringify = AJ; + function Pp($) { + return typeof $ == "string" && wj.IDENTIFIER.test($) ? new B4(`.${$}`) : zj`[${$}]`; + } + wj.getProperty = Pp; + function Ep($) { + if (typeof $ == "string" && wj.IDENTIFIER.test($)) return new B4(`${$}`); + throw Error(`CodeGen: invalid export name: ${$}, use explicit $id name mapping`); + } + wj.getEsmExportName = Ep; + function bp($) { + return new B4($.toString()); + } + wj.regexpCode = bp; +}); +var VB = I((Zj) => { + Object.defineProperty(Zj, "__esModule", { value: true }); + Zj.ValueScope = Zj.ValueScopeName = Zj.Scope = Zj.varKinds = Zj.UsedValueState = void 0; + var E6 = IJ(); + class Dj extends Error { + constructor($) { + super(`CodeGen: "code" for ${$} not defined`); + this.value = $.value; + } + } + var NW; + (function($) { + $[$.Started = 0] = "Started", $[$.Completed = 1] = "Completed"; + })(NW || (Zj.UsedValueState = NW = {})); + Zj.varKinds = { const: new E6.Name("const"), let: new E6.Name("let"), var: new E6.Name("var") }; + class KB { + constructor({ prefixes: $, parent: Q } = {}) { + this._names = {}, this._prefixes = $, this._parent = Q; + } + toName($) { + return $ instanceof E6.Name ? $ : this.name($); + } + name($) { + return new E6.Name(this._newName($)); + } + _newName($) { + let Q = this._names[$] || this._nameGroup($); + return `${$}${Q.index++}`; + } + _nameGroup($) { + var Q, J; + if (((J = (Q = this._parent) === null || Q === void 0 ? void 0 : Q._prefixes) === null || J === void 0 ? void 0 : J.has($)) || this._prefixes && !this._prefixes.has($)) throw Error(`CodeGen: prefix "${$}" is not allowed in this scope`); + return this._names[$] = { prefix: $, index: 0 }; + } + } + Zj.Scope = KB; + class qB extends E6.Name { + constructor($, Q) { + super(Q); + this.prefix = $; + } + setValue($, { property: Q, itemIndex: J }) { + this.value = $, this.scopePath = E6._`.${new E6.Name(Q)}[${J}]`; + } + } + Zj.ValueScopeName = qB; + var mp = E6._`\n`; + class Fj extends KB { + constructor($) { + super($); + this._values = {}, this._scope = $.scope, this.opts = { ...$, _n: $.lines ? mp : E6.nil }; + } + get() { + return this._scope; + } + name($) { + return new qB($, this._newName($)); + } + value($, Q) { + var J; + if (Q.ref === void 0) throw Error("CodeGen: ref must be passed in value"); + let Y = this.toName($), { prefix: X } = Y, W = (J = Q.key) !== null && J !== void 0 ? J : Q.ref, G = this._values[X]; + if (G) { + let q = G.get(W); + if (q) return q; + } else G = this._values[X] = /* @__PURE__ */ new Map(); + G.set(W, Y); + let U = this._scope[X] || (this._scope[X] = []), H = U.length; + return U[H] = Q.ref, Y.setValue(Q, { property: X, itemIndex: H }), Y; + } + getValue($, Q) { + let J = this._values[$]; + if (!J) return; + return J.get(Q); + } + scopeRefs($, Q = this._values) { + return this._reduceValues(Q, (J) => { + if (J.scopePath === void 0) throw Error(`CodeGen: name "${J}" has no value`); + return E6._`${$}${J.scopePath}`; + }); + } + scopeCode($ = this._values, Q, J) { + return this._reduceValues($, (Y) => { + if (Y.value === void 0) throw Error(`CodeGen: name "${Y}" has no value`); + return Y.value.code; + }, Q, J); + } + _reduceValues($, Q, J = {}, Y) { + let X = E6.nil; + for (let W in $) { + let G = $[W]; + if (!G) continue; + let U = J[W] = J[W] || /* @__PURE__ */ new Map(); + G.forEach((H) => { + if (U.has(H)) return; + U.set(H, NW.Started); + let q = Q(H); + if (q) { + let V = this.opts.es5 ? Zj.varKinds.var : Zj.varKinds.const; + X = E6._`${X}${V} ${H} = ${q};${this.opts._n}`; + } else if (q = Y === null || Y === void 0 ? void 0 : Y(H)) X = E6._`${X}${q}${this.opts._n}`; + else throw new Dj(H); + U.set(H, NW.Completed); + }); + } + return X; + } + } + Zj.ValueScope = Fj; +}); +var Q$ = I((b6) => { + Object.defineProperty(b6, "__esModule", { value: true }); + b6.or = b6.and = b6.not = b6.CodeGen = b6.operators = b6.varKinds = b6.ValueScopeName = b6.ValueScope = b6.Scope = b6.Name = b6.regexpCode = b6.stringify = b6.getProperty = b6.nil = b6.strConcat = b6.str = b6._ = void 0; + var K$ = IJ(), z4 = VB(), x1 = IJ(); + Object.defineProperty(b6, "_", { enumerable: true, get: function() { + return x1._; + } }); + Object.defineProperty(b6, "str", { enumerable: true, get: function() { + return x1.str; + } }); + Object.defineProperty(b6, "strConcat", { enumerable: true, get: function() { + return x1.strConcat; + } }); + Object.defineProperty(b6, "nil", { enumerable: true, get: function() { + return x1.nil; + } }); + Object.defineProperty(b6, "getProperty", { enumerable: true, get: function() { + return x1.getProperty; + } }); + Object.defineProperty(b6, "stringify", { enumerable: true, get: function() { + return x1.stringify; + } }); + Object.defineProperty(b6, "regexpCode", { enumerable: true, get: function() { + return x1.regexpCode; + } }); + Object.defineProperty(b6, "Name", { enumerable: true, get: function() { + return x1.Name; + } }); + var MW = VB(); + Object.defineProperty(b6, "Scope", { enumerable: true, get: function() { + return MW.Scope; + } }); + Object.defineProperty(b6, "ValueScope", { enumerable: true, get: function() { + return MW.ValueScope; + } }); + Object.defineProperty(b6, "ValueScopeName", { enumerable: true, get: function() { + return MW.ValueScopeName; + } }); + Object.defineProperty(b6, "varKinds", { enumerable: true, get: function() { + return MW.varKinds; + } }); + b6.operators = { GT: new K$._Code(">"), GTE: new K$._Code(">="), LT: new K$._Code("<"), LTE: new K$._Code("<="), EQ: new K$._Code("==="), NEQ: new K$._Code("!=="), NOT: new K$._Code("!"), OR: new K$._Code("||"), AND: new K$._Code("&&"), ADD: new K$._Code("+") }; + class y1 { + optimizeNodes() { + return this; + } + optimizeNames($, Q) { + return this; + } + } + class Lj extends y1 { + constructor($, Q, J) { + super(); + this.varKind = $, this.name = Q, this.rhs = J; + } + render({ es5: $, _n: Q }) { + let J = $ ? z4.varKinds.var : this.varKind, Y = this.rhs === void 0 ? "" : ` = ${this.rhs}`; + return `${J} ${this.name}${Y};` + Q; + } + optimizeNames($, Q) { + if (!$[this.name.str]) return; + if (this.rhs) this.rhs = V9(this.rhs, $, Q); + return this; + } + get names() { + return this.rhs instanceof K$._CodeOrName ? this.rhs.names : {}; + } + } + class NB extends y1 { + constructor($, Q, J) { + super(); + this.lhs = $, this.rhs = Q, this.sideEffects = J; + } + render({ _n: $ }) { + return `${this.lhs} = ${this.rhs};` + $; + } + optimizeNames($, Q) { + if (this.lhs instanceof K$.Name && !$[this.lhs.str] && !this.sideEffects) return; + return this.rhs = V9(this.rhs, $, Q), this; + } + get names() { + let $ = this.lhs instanceof K$.Name ? {} : { ...this.lhs.names }; + return ZW($, this.rhs); + } + } + class jj extends NB { + constructor($, Q, J, Y) { + super($, J, Y); + this.op = Q; + } + render({ _n: $ }) { + return `${this.lhs} ${this.op}= ${this.rhs};` + $; + } + } + class Aj extends y1 { + constructor($) { + super(); + this.label = $, this.names = {}; + } + render({ _n: $ }) { + return `${this.label}:` + $; + } + } + class Ij extends y1 { + constructor($) { + super(); + this.label = $, this.names = {}; + } + render({ _n: $ }) { + return `break${this.label ? ` ${this.label}` : ""};` + $; + } + } + class Rj extends y1 { + constructor($) { + super(); + this.error = $; + } + render({ _n: $ }) { + return `throw ${this.error};` + $; + } + get names() { + return this.error.names; + } + } + class Pj extends y1 { + constructor($) { + super(); + this.code = $; + } + render({ _n: $ }) { + return `${this.code};` + $; + } + optimizeNodes() { + return `${this.code}` ? this : void 0; + } + optimizeNames($, Q) { + return this.code = V9(this.code, $, Q), this; + } + get names() { + return this.code instanceof K$._CodeOrName ? this.code.names : {}; + } + } + class LW extends y1 { + constructor($ = []) { + super(); + this.nodes = $; + } + render($) { + return this.nodes.reduce((Q, J) => Q + J.render($), ""); + } + optimizeNodes() { + let { nodes: $ } = this, Q = $.length; + while (Q--) { + let J = $[Q].optimizeNodes(); + if (Array.isArray(J)) $.splice(Q, 1, ...J); + else if (J) $[Q] = J; + else $.splice(Q, 1); + } + return $.length > 0 ? this : void 0; + } + optimizeNames($, Q) { + let { nodes: J } = this, Y = J.length; + while (Y--) { + let X = J[Y]; + if (X.optimizeNames($, Q)) continue; + dp($, X.names), J.splice(Y, 1); + } + return J.length > 0 ? this : void 0; + } + get names() { + return this.nodes.reduce(($, Q) => v0($, Q.names), {}); + } + } + class f1 extends LW { + render($) { + return "{" + $._n + super.render($) + "}" + $._n; + } + } + class Ej extends LW { + } + class RJ extends f1 { + } + RJ.kind = "else"; + class e4 extends f1 { + constructor($, Q) { + super(Q); + this.condition = $; + } + render($) { + let Q = `if(${this.condition})` + super.render($); + if (this.else) Q += "else " + this.else.render($); + return Q; + } + optimizeNodes() { + super.optimizeNodes(); + let $ = this.condition; + if ($ === true) return this.nodes; + let Q = this.else; + if (Q) { + let J = Q.optimizeNodes(); + Q = this.else = Array.isArray(J) ? new RJ(J) : J; + } + if (Q) { + if ($ === false) return Q instanceof e4 ? Q : Q.nodes; + if (this.nodes.length) return this; + return new e4(vj($), Q instanceof e4 ? [Q] : Q.nodes); + } + if ($ === false || !this.nodes.length) return; + return this; + } + optimizeNames($, Q) { + var J; + if (this.else = (J = this.else) === null || J === void 0 ? void 0 : J.optimizeNames($, Q), !(super.optimizeNames($, Q) || this.else)) return; + return this.condition = V9(this.condition, $, Q), this; + } + get names() { + let $ = super.names; + if (ZW($, this.condition), this.else) v0($, this.else.names); + return $; + } + } + e4.kind = "if"; + class q9 extends f1 { + } + q9.kind = "for"; + class bj extends q9 { + constructor($) { + super(); + this.iteration = $; + } + render($) { + return `for(${this.iteration})` + super.render($); + } + optimizeNames($, Q) { + if (!super.optimizeNames($, Q)) return; + return this.iteration = V9(this.iteration, $, Q), this; + } + get names() { + return v0(super.names, this.iteration.names); + } + } + class _j extends q9 { + constructor($, Q, J, Y) { + super(); + this.varKind = $, this.name = Q, this.from = J, this.to = Y; + } + render($) { + let Q = $.es5 ? z4.varKinds.var : this.varKind, { name: J, from: Y, to: X } = this; + return `for(${Q} ${J}=${Y}; ${J}<${X}; ${J}++)` + super.render($); + } + get names() { + let $ = ZW(super.names, this.from); + return ZW($, this.to); + } + } + class BB extends q9 { + constructor($, Q, J, Y) { + super(); + this.loop = $, this.varKind = Q, this.name = J, this.iterable = Y; + } + render($) { + return `for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})` + super.render($); + } + optimizeNames($, Q) { + if (!super.optimizeNames($, Q)) return; + return this.iterable = V9(this.iterable, $, Q), this; + } + get names() { + return v0(super.names, this.iterable.names); + } + } + class wW extends f1 { + constructor($, Q, J) { + super(); + this.name = $, this.args = Q, this.async = J; + } + render($) { + return `${this.async ? "async " : ""}function ${this.name}(${this.args})` + super.render($); + } + } + wW.kind = "func"; + class OW extends LW { + render($) { + return "return " + super.render($); + } + } + OW.kind = "return"; + class kj extends f1 { + render($) { + let Q = "try" + super.render($); + if (this.catch) Q += this.catch.render($); + if (this.finally) Q += this.finally.render($); + return Q; + } + optimizeNodes() { + var $, Q; + return super.optimizeNodes(), ($ = this.catch) === null || $ === void 0 || $.optimizeNodes(), (Q = this.finally) === null || Q === void 0 || Q.optimizeNodes(), this; + } + optimizeNames($, Q) { + var J, Y; + return super.optimizeNames($, Q), (J = this.catch) === null || J === void 0 || J.optimizeNames($, Q), (Y = this.finally) === null || Y === void 0 || Y.optimizeNames($, Q), this; + } + get names() { + let $ = super.names; + if (this.catch) v0($, this.catch.names); + if (this.finally) v0($, this.finally.names); + return $; + } + } + class DW extends f1 { + constructor($) { + super(); + this.error = $; + } + render($) { + return `catch(${this.error})` + super.render($); + } + } + DW.kind = "catch"; + class FW extends f1 { + render($) { + return "finally" + super.render($); + } + } + FW.kind = "finally"; + class Sj { + constructor($, Q = {}) { + this._values = {}, this._blockStarts = [], this._constants = {}, this.opts = { ...Q, _n: Q.lines ? ` +` : "" }, this._extScope = $, this._scope = new z4.Scope({ parent: $ }), this._nodes = [new Ej()]; + } + toString() { + return this._root.render(this.opts); + } + name($) { + return this._scope.name($); + } + scopeName($) { + return this._extScope.name($); + } + scopeValue($, Q) { + let J = this._extScope.value($, Q); + return (this._values[J.prefix] || (this._values[J.prefix] = /* @__PURE__ */ new Set())).add(J), J; + } + getScopeValue($, Q) { + return this._extScope.getValue($, Q); + } + scopeRefs($) { + return this._extScope.scopeRefs($, this._values); + } + scopeCode() { + return this._extScope.scopeCode(this._values); + } + _def($, Q, J, Y) { + let X = this._scope.toName(Q); + if (J !== void 0 && Y) this._constants[X.str] = J; + return this._leafNode(new Lj($, X, J)), X; + } + const($, Q, J) { + return this._def(z4.varKinds.const, $, Q, J); + } + let($, Q, J) { + return this._def(z4.varKinds.let, $, Q, J); + } + var($, Q, J) { + return this._def(z4.varKinds.var, $, Q, J); + } + assign($, Q, J) { + return this._leafNode(new NB($, Q, J)); + } + add($, Q) { + return this._leafNode(new jj($, b6.operators.ADD, Q)); + } + code($) { + if (typeof $ == "function") $(); + else if ($ !== K$.nil) this._leafNode(new Pj($)); + return this; + } + object(...$) { + let Q = ["{"]; + for (let [J, Y] of $) { + if (Q.length > 1) Q.push(","); + if (Q.push(J), J !== Y || this.opts.es5) Q.push(":"), (0, K$.addCodeArg)(Q, Y); + } + return Q.push("}"), new K$._Code(Q); + } + if($, Q, J) { + if (this._blockNode(new e4($)), Q && J) this.code(Q).else().code(J).endIf(); + else if (Q) this.code(Q).endIf(); + else if (J) throw Error('CodeGen: "else" body without "then" body'); + return this; + } + elseIf($) { + return this._elseNode(new e4($)); + } + else() { + return this._elseNode(new RJ()); + } + endIf() { + return this._endBlockNode(e4, RJ); + } + _for($, Q) { + if (this._blockNode($), Q) this.code(Q).endFor(); + return this; + } + for($, Q) { + return this._for(new bj($), Q); + } + forRange($, Q, J, Y, X = this.opts.es5 ? z4.varKinds.var : z4.varKinds.let) { + let W = this._scope.toName($); + return this._for(new _j(X, W, Q, J), () => Y(W)); + } + forOf($, Q, J, Y = z4.varKinds.const) { + let X = this._scope.toName($); + if (this.opts.es5) { + let W = Q instanceof K$.Name ? Q : this.var("_arr", Q); + return this.forRange("_i", 0, K$._`${W}.length`, (G) => { + this.var(X, K$._`${W}[${G}]`), J(X); + }); + } + return this._for(new BB("of", Y, X, Q), () => J(X)); + } + forIn($, Q, J, Y = this.opts.es5 ? z4.varKinds.var : z4.varKinds.const) { + if (this.opts.ownProperties) return this.forOf($, K$._`Object.keys(${Q})`, J); + let X = this._scope.toName($); + return this._for(new BB("in", Y, X, Q), () => J(X)); + } + endFor() { + return this._endBlockNode(q9); + } + label($) { + return this._leafNode(new Aj($)); + } + break($) { + return this._leafNode(new Ij($)); + } + return($) { + let Q = new OW(); + if (this._blockNode(Q), this.code($), Q.nodes.length !== 1) throw Error('CodeGen: "return" should have one node'); + return this._endBlockNode(OW); + } + try($, Q, J) { + if (!Q && !J) throw Error('CodeGen: "try" without "catch" and "finally"'); + let Y = new kj(); + if (this._blockNode(Y), this.code($), Q) { + let X = this.name("e"); + this._currNode = Y.catch = new DW(X), Q(X); + } + if (J) this._currNode = Y.finally = new FW(), this.code(J); + return this._endBlockNode(DW, FW); + } + throw($) { + return this._leafNode(new Rj($)); + } + block($, Q) { + if (this._blockStarts.push(this._nodes.length), $) this.code($).endBlock(Q); + return this; + } + endBlock($) { + let Q = this._blockStarts.pop(); + if (Q === void 0) throw Error("CodeGen: not in self-balancing block"); + let J = this._nodes.length - Q; + if (J < 0 || $ !== void 0 && J !== $) throw Error(`CodeGen: wrong number of nodes: ${J} vs ${$} expected`); + return this._nodes.length = Q, this; + } + func($, Q = K$.nil, J, Y) { + if (this._blockNode(new wW($, Q, J)), Y) this.code(Y).endFunc(); + return this; + } + endFunc() { + return this._endBlockNode(wW); + } + optimize($ = 1) { + while ($-- > 0) this._root.optimizeNodes(), this._root.optimizeNames(this._root.names, this._constants); + } + _leafNode($) { + return this._currNode.nodes.push($), this; + } + _blockNode($) { + this._currNode.nodes.push($), this._nodes.push($); + } + _endBlockNode($, Q) { + let J = this._currNode; + if (J instanceof $ || Q && J instanceof Q) return this._nodes.pop(), this; + throw Error(`CodeGen: not in block "${Q ? `${$.kind}/${Q.kind}` : $.kind}"`); + } + _elseNode($) { + let Q = this._currNode; + if (!(Q instanceof e4)) throw Error('CodeGen: "else" without "if"'); + return this._currNode = Q.else = $, this; + } + get _root() { + return this._nodes[0]; + } + get _currNode() { + let $ = this._nodes; + return $[$.length - 1]; + } + set _currNode($) { + let Q = this._nodes; + Q[Q.length - 1] = $; + } + } + b6.CodeGen = Sj; + function v0($, Q) { + for (let J in Q) $[J] = ($[J] || 0) + (Q[J] || 0); + return $; + } + function ZW($, Q) { + return Q instanceof K$._CodeOrName ? v0($, Q.names) : $; + } + function V9($, Q, J) { + if ($ instanceof K$.Name) return Y($); + if (!X($)) return $; + return new K$._Code($._items.reduce((W, G) => { + if (G instanceof K$.Name) G = Y(G); + if (G instanceof K$._Code) W.push(...G._items); + else W.push(G); + return W; + }, [])); + function Y(W) { + let G = J[W.str]; + if (G === void 0 || Q[W.str] !== 1) return W; + return delete Q[W.str], G; + } + function X(W) { + return W instanceof K$._Code && W._items.some((G) => G instanceof K$.Name && Q[G.str] === 1 && J[G.str] !== void 0); + } + } + function dp($, Q) { + for (let J in Q) $[J] = ($[J] || 0) - (Q[J] || 0); + } + function vj($) { + return typeof $ == "boolean" || typeof $ == "number" || $ === null ? !$ : K$._`!${zB($)}`; + } + b6.not = vj; + var ip = Cj(b6.operators.AND); + function np(...$) { + return $.reduce(ip); + } + b6.and = np; + var rp = Cj(b6.operators.OR); + function op(...$) { + return $.reduce(rp); + } + b6.or = op; + function Cj($) { + return (Q, J) => Q === K$.nil ? J : J === K$.nil ? Q : K$._`${zB(Q)} ${$} ${zB(J)}`; + } + function zB($) { + return $ instanceof K$.Name ? $ : K$._`(${$})`; + } +}); +var q$ = I((lj) => { + Object.defineProperty(lj, "__esModule", { value: true }); + lj.checkStrictMode = lj.getErrorPath = lj.Type = lj.useFunc = lj.setEvaluated = lj.evaluatedPropsToName = lj.mergeEvaluated = lj.eachItem = lj.unescapeJsonPointer = lj.escapeJsonPointer = lj.escapeFragment = lj.unescapeFragment = lj.schemaRefOrVal = lj.schemaHasRulesButRef = lj.schemaHasRules = lj.checkUnknownRules = lj.alwaysValidSchema = lj.toHash = void 0; + var P$ = Q$(), ep = IJ(); + function $d($) { + let Q = {}; + for (let J of $) Q[J] = true; + return Q; + } + lj.toHash = $d; + function Qd($, Q) { + if (typeof Q == "boolean") return Q; + if (Object.keys(Q).length === 0) return true; + return fj($, Q), !gj(Q, $.self.RULES.all); + } + lj.alwaysValidSchema = Qd; + function fj($, Q = $.schema) { + let { opts: J, self: Y } = $; + if (!J.strictSchema) return; + if (typeof Q === "boolean") return; + let X = Y.RULES.keywords; + for (let W in Q) if (!X[W]) mj($, `unknown keyword: "${W}"`); + } + lj.checkUnknownRules = fj; + function gj($, Q) { + if (typeof $ == "boolean") return !$; + for (let J in $) if (Q[J]) return true; + return false; + } + lj.schemaHasRules = gj; + function Jd($, Q) { + if (typeof $ == "boolean") return !$; + for (let J in $) if (J !== "$ref" && Q.all[J]) return true; + return false; + } + lj.schemaHasRulesButRef = Jd; + function Xd({ topSchemaRef: $, schemaPath: Q }, J, Y, X) { + if (!X) { + if (typeof J == "number" || typeof J == "boolean") return J; + if (typeof J == "string") return P$._`${J}`; + } + return P$._`${$}${Q}${(0, P$.getProperty)(Y)}`; + } + lj.schemaRefOrVal = Xd; + function Yd($) { + return hj(decodeURIComponent($)); + } + lj.unescapeFragment = Yd; + function Wd($) { + return encodeURIComponent(OB($)); + } + lj.escapeFragment = Wd; + function OB($) { + if (typeof $ == "number") return `${$}`; + return $.replace(/~/g, "~0").replace(/\//g, "~1"); + } + lj.escapeJsonPointer = OB; + function hj($) { + return $.replace(/~1/g, "/").replace(/~0/g, "~"); + } + lj.unescapeJsonPointer = hj; + function Gd($, Q) { + if (Array.isArray($)) for (let J of $) Q(J); + else Q($); + } + lj.eachItem = Gd; + function xj({ mergeNames: $, mergeToName: Q, mergeValues: J, resultToName: Y }) { + return (X, W, G, U) => { + let H = G === void 0 ? W : G instanceof P$.Name ? (W instanceof P$.Name ? $(X, W, G) : Q(X, W, G), G) : W instanceof P$.Name ? (Q(X, G, W), W) : J(W, G); + return U === P$.Name && !(H instanceof P$.Name) ? Y(X, H) : H; + }; + } + lj.mergeEvaluated = { props: xj({ mergeNames: ($, Q, J) => $.if(P$._`${J} !== true && ${Q} !== undefined`, () => { + $.if(P$._`${Q} === true`, () => $.assign(J, true), () => $.assign(J, P$._`${J} || {}`).code(P$._`Object.assign(${J}, ${Q})`)); + }), mergeToName: ($, Q, J) => $.if(P$._`${J} !== true`, () => { + if (Q === true) $.assign(J, true); + else $.assign(J, P$._`${J} || {}`), DB($, J, Q); + }), mergeValues: ($, Q) => $ === true ? true : { ...$, ...Q }, resultToName: uj }), items: xj({ mergeNames: ($, Q, J) => $.if(P$._`${J} !== true && ${Q} !== undefined`, () => $.assign(J, P$._`${Q} === true ? true : ${J} > ${Q} ? ${J} : ${Q}`)), mergeToName: ($, Q, J) => $.if(P$._`${J} !== true`, () => $.assign(J, Q === true ? true : P$._`${J} > ${Q} ? ${J} : ${Q}`)), mergeValues: ($, Q) => $ === true ? true : Math.max($, Q), resultToName: ($, Q) => $.var("items", Q) }) }; + function uj($, Q) { + if (Q === true) return $.var("props", true); + let J = $.var("props", P$._`{}`); + if (Q !== void 0) DB($, J, Q); + return J; + } + lj.evaluatedPropsToName = uj; + function DB($, Q, J) { + Object.keys(J).forEach((Y) => $.assign(P$._`${Q}${(0, P$.getProperty)(Y)}`, true)); + } + lj.setEvaluated = DB; + var yj = {}; + function Ud($, Q) { + return $.scopeValue("func", { ref: Q, code: yj[Q.code] || (yj[Q.code] = new ep._Code(Q.code)) }); + } + lj.useFunc = Ud; + var wB; + (function($) { + $[$.Num = 0] = "Num", $[$.Str = 1] = "Str"; + })(wB || (lj.Type = wB = {})); + function Hd($, Q, J) { + if ($ instanceof P$.Name) { + let Y = Q === wB.Num; + return J ? Y ? P$._`"[" + ${$} + "]"` : P$._`"['" + ${$} + "']"` : Y ? P$._`"/" + ${$}` : P$._`"/" + ${$}.replace(/~/g, "~0").replace(/\\//g, "~1")`; + } + return J ? (0, P$.getProperty)($).toString() : "/" + OB($); + } + lj.getErrorPath = Hd; + function mj($, Q, J = $.opts.strictSchema) { + if (!J) return; + if (Q = `strict mode: ${Q}`, J === true) throw Error(Q); + $.self.logger.warn(Q); + } + lj.checkStrictMode = mj; +}); +var $1 = I((pj) => { + Object.defineProperty(pj, "__esModule", { value: true }); + var q6 = Q$(), Pd = { data: new q6.Name("data"), valCxt: new q6.Name("valCxt"), instancePath: new q6.Name("instancePath"), parentData: new q6.Name("parentData"), parentDataProperty: new q6.Name("parentDataProperty"), rootData: new q6.Name("rootData"), dynamicAnchors: new q6.Name("dynamicAnchors"), vErrors: new q6.Name("vErrors"), errors: new q6.Name("errors"), this: new q6.Name("this"), self: new q6.Name("self"), scope: new q6.Name("scope"), json: new q6.Name("json"), jsonPos: new q6.Name("jsonPos"), jsonLen: new q6.Name("jsonLen"), jsonPart: new q6.Name("jsonPart") }; + pj.default = Pd; +}); +var PJ = I((rj) => { + Object.defineProperty(rj, "__esModule", { value: true }); + rj.extendErrors = rj.resetErrorsCount = rj.reportExtraError = rj.reportError = rj.keyword$DataError = rj.keywordError = void 0; + var V$ = Q$(), AW = q$(), O6 = $1(); + rj.keywordError = { message: ({ keyword: $ }) => V$.str`must pass "${$}" keyword validation` }; + rj.keyword$DataError = { message: ({ keyword: $, schemaType: Q }) => Q ? V$.str`"${$}" keyword must be ${Q} ($data)` : V$.str`"${$}" keyword is invalid ($data)` }; + function bd($, Q = rj.keywordError, J, Y) { + let { it: X } = $, { gen: W, compositeRule: G, allErrors: U } = X, H = nj($, Q, J); + if (Y !== null && Y !== void 0 ? Y : G || U) dj(W, H); + else ij(X, V$._`[${H}]`); + } + rj.reportError = bd; + function _d($, Q = rj.keywordError, J) { + let { it: Y } = $, { gen: X, compositeRule: W, allErrors: G } = Y, U = nj($, Q, J); + if (dj(X, U), !(W || G)) ij(Y, O6.default.vErrors); + } + rj.reportExtraError = _d; + function kd($, Q) { + $.assign(O6.default.errors, Q), $.if(V$._`${O6.default.vErrors} !== null`, () => $.if(Q, () => $.assign(V$._`${O6.default.vErrors}.length`, Q), () => $.assign(O6.default.vErrors, null))); + } + rj.resetErrorsCount = kd; + function Sd({ gen: $, keyword: Q, schemaValue: J, data: Y, errsCount: X, it: W }) { + if (X === void 0) throw Error("ajv implementation error"); + let G = $.name("err"); + $.forRange("i", X, O6.default.errors, (U) => { + if ($.const(G, V$._`${O6.default.vErrors}[${U}]`), $.if(V$._`${G}.instancePath === undefined`, () => $.assign(V$._`${G}.instancePath`, (0, V$.strConcat)(O6.default.instancePath, W.errorPath))), $.assign(V$._`${G}.schemaPath`, V$.str`${W.errSchemaPath}/${Q}`), W.opts.verbose) $.assign(V$._`${G}.schema`, J), $.assign(V$._`${G}.data`, Y); + }); + } + rj.extendErrors = Sd; + function dj($, Q) { + let J = $.const("err", Q); + $.if(V$._`${O6.default.vErrors} === null`, () => $.assign(O6.default.vErrors, V$._`[${J}]`), V$._`${O6.default.vErrors}.push(${J})`), $.code(V$._`${O6.default.errors}++`); + } + function ij($, Q) { + let { gen: J, validateName: Y, schemaEnv: X } = $; + if (X.$async) J.throw(V$._`new ${$.ValidationError}(${Q})`); + else J.assign(V$._`${Y}.errors`, Q), J.return(false); + } + var C0 = { keyword: new V$.Name("keyword"), schemaPath: new V$.Name("schemaPath"), params: new V$.Name("params"), propertyName: new V$.Name("propertyName"), message: new V$.Name("message"), schema: new V$.Name("schema"), parentSchema: new V$.Name("parentSchema") }; + function nj($, Q, J) { + let { createErrors: Y } = $.it; + if (Y === false) return V$._`{}`; + return vd($, Q, J); + } + function vd($, Q, J = {}) { + let { gen: Y, it: X } = $, W = [Cd(X, J), Td($, J)]; + return xd($, Q, W), Y.object(...W); + } + function Cd({ errorPath: $ }, { instancePath: Q }) { + let J = Q ? V$.str`${$}${(0, AW.getErrorPath)(Q, AW.Type.Str)}` : $; + return [O6.default.instancePath, (0, V$.strConcat)(O6.default.instancePath, J)]; + } + function Td({ keyword: $, it: { errSchemaPath: Q } }, { schemaPath: J, parentSchema: Y }) { + let X = Y ? Q : V$.str`${Q}/${$}`; + if (J) X = V$.str`${X}${(0, AW.getErrorPath)(J, AW.Type.Str)}`; + return [C0.schemaPath, X]; + } + function xd($, { params: Q, message: J }, Y) { + let { keyword: X, data: W, schemaValue: G, it: U } = $, { opts: H, propertyName: q, topSchemaRef: V, schemaPath: B } = U; + if (Y.push([C0.keyword, X], [C0.params, typeof Q == "function" ? Q($) : Q || V$._`{}`]), H.messages) Y.push([C0.message, typeof J == "function" ? J($) : J]); + if (H.verbose) Y.push([C0.schema, G], [C0.parentSchema, V$._`${V}${B}`], [O6.default.data, W]); + if (q) Y.push([C0.propertyName, q]); + } +}); +var ej = I((aj) => { + Object.defineProperty(aj, "__esModule", { value: true }); + aj.boolOrEmptySchema = aj.topBoolOrEmptySchema = void 0; + var ud = PJ(), md = Q$(), ld = $1(), cd = { message: "boolean schema is false" }; + function pd($) { + let { gen: Q, schema: J, validateName: Y } = $; + if (J === false) tj($, false); + else if (typeof J == "object" && J.$async === true) Q.return(ld.default.data); + else Q.assign(md._`${Y}.errors`, null), Q.return(true); + } + aj.topBoolOrEmptySchema = pd; + function dd($, Q) { + let { gen: J, schema: Y } = $; + if (Y === false) J.var(Q, false), tj($); + else J.var(Q, true); + } + aj.boolOrEmptySchema = dd; + function tj($, Q) { + let { gen: J, data: Y } = $, X = { gen: J, keyword: "false schema", data: Y, schema: false, schemaCode: false, schemaValue: false, params: {}, it: $ }; + (0, ud.reportError)(X, cd, void 0, Q); + } +}); +var ZB = I(($A) => { + Object.defineProperty($A, "__esModule", { value: true }); + $A.getRules = $A.isJSONType = void 0; + var nd = ["string", "number", "integer", "boolean", "null", "object", "array"], rd = new Set(nd); + function od($) { + return typeof $ == "string" && rd.has($); + } + $A.isJSONType = od; + function td() { + let $ = { number: { type: "number", rules: [] }, string: { type: "string", rules: [] }, array: { type: "array", rules: [] }, object: { type: "object", rules: [] } }; + return { types: { ...$, integer: true, boolean: true, null: true }, rules: [{ rules: [] }, $.number, $.string, $.array, $.object], post: { rules: [] }, all: {}, keywords: {} }; + } + $A.getRules = td; +}); +var MB = I((YA) => { + Object.defineProperty(YA, "__esModule", { value: true }); + YA.shouldUseRule = YA.shouldUseGroup = YA.schemaHasRulesForType = void 0; + function sd({ schema: $, self: Q }, J) { + let Y = Q.RULES.types[J]; + return Y && Y !== true && JA($, Y); + } + YA.schemaHasRulesForType = sd; + function JA($, Q) { + return Q.rules.some((J) => XA($, J)); + } + YA.shouldUseGroup = JA; + function XA($, Q) { + var J; + return $[Q.keyword] !== void 0 || ((J = Q.definition.implements) === null || J === void 0 ? void 0 : J.some((Y) => $[Y] !== void 0)); + } + YA.shouldUseRule = XA; +}); +var EJ = I((KA) => { + Object.defineProperty(KA, "__esModule", { value: true }); + KA.reportTypeError = KA.checkDataTypes = KA.checkDataType = KA.coerceAndCheckDataType = KA.getJSONTypes = KA.getSchemaTypes = KA.DataType = void 0; + var Qi = ZB(), Ji = MB(), Xi = PJ(), $$ = Q$(), GA = q$(), B9; + (function($) { + $[$.Correct = 0] = "Correct", $[$.Wrong = 1] = "Wrong"; + })(B9 || (KA.DataType = B9 = {})); + function Yi($) { + let Q = UA($.type); + if (Q.includes("null")) { + if ($.nullable === false) throw Error("type: null contradicts nullable: false"); + } else { + if (!Q.length && $.nullable !== void 0) throw Error('"nullable" cannot be used without "type"'); + if ($.nullable === true) Q.push("null"); + } + return Q; + } + KA.getSchemaTypes = Yi; + function UA($) { + let Q = Array.isArray($) ? $ : $ ? [$] : []; + if (Q.every(Qi.isJSONType)) return Q; + throw Error("type must be JSONType or JSONType[]: " + Q.join(",")); + } + KA.getJSONTypes = UA; + function Wi($, Q) { + let { gen: J, data: Y, opts: X } = $, W = Gi(Q, X.coerceTypes), G = Q.length > 0 && !(W.length === 0 && Q.length === 1 && (0, Ji.schemaHasRulesForType)($, Q[0])); + if (G) { + let U = jB(Q, Y, X.strictNumbers, B9.Wrong); + J.if(U, () => { + if (W.length) Ui($, Q, W); + else AB($); + }); + } + return G; + } + KA.coerceAndCheckDataType = Wi; + var HA = /* @__PURE__ */ new Set(["string", "number", "integer", "boolean", "null"]); + function Gi($, Q) { + return Q ? $.filter((J) => HA.has(J) || Q === "array" && J === "array") : []; + } + function Ui($, Q, J) { + let { gen: Y, data: X, opts: W } = $, G = Y.let("dataType", $$._`typeof ${X}`), U = Y.let("coerced", $$._`undefined`); + if (W.coerceTypes === "array") Y.if($$._`${G} == 'object' && Array.isArray(${X}) && ${X}.length == 1`, () => Y.assign(X, $$._`${X}[0]`).assign(G, $$._`typeof ${X}`).if(jB(Q, X, W.strictNumbers), () => Y.assign(U, X))); + Y.if($$._`${U} !== undefined`); + for (let q of J) if (HA.has(q) || q === "array" && W.coerceTypes === "array") H(q); + Y.else(), AB($), Y.endIf(), Y.if($$._`${U} !== undefined`, () => { + Y.assign(X, U), Hi($, U); + }); + function H(q) { + switch (q) { + case "string": + Y.elseIf($$._`${G} == "number" || ${G} == "boolean"`).assign(U, $$._`"" + ${X}`).elseIf($$._`${X} === null`).assign(U, $$._`""`); + return; + case "number": + Y.elseIf($$._`${G} == "boolean" || ${X} === null + || (${G} == "string" && ${X} && ${X} == +${X})`).assign(U, $$._`+${X}`); + return; + case "integer": + Y.elseIf($$._`${G} === "boolean" || ${X} === null + || (${G} === "string" && ${X} && ${X} == +${X} && !(${X} % 1))`).assign(U, $$._`+${X}`); + return; + case "boolean": + Y.elseIf($$._`${X} === "false" || ${X} === 0 || ${X} === null`).assign(U, false).elseIf($$._`${X} === "true" || ${X} === 1`).assign(U, true); + return; + case "null": + Y.elseIf($$._`${X} === "" || ${X} === 0 || ${X} === false`), Y.assign(U, null); + return; + case "array": + Y.elseIf($$._`${G} === "string" || ${G} === "number" + || ${G} === "boolean" || ${X} === null`).assign(U, $$._`[${X}]`); + } + } + } + function Hi({ gen: $, parentData: Q, parentDataProperty: J }, Y) { + $.if($$._`${Q} !== undefined`, () => $.assign($$._`${Q}[${J}]`, Y)); + } + function LB($, Q, J, Y = B9.Correct) { + let X = Y === B9.Correct ? $$.operators.EQ : $$.operators.NEQ, W; + switch ($) { + case "null": + return $$._`${Q} ${X} null`; + case "array": + W = $$._`Array.isArray(${Q})`; + break; + case "object": + W = $$._`${Q} && typeof ${Q} == "object" && !Array.isArray(${Q})`; + break; + case "integer": + W = G($$._`!(${Q} % 1) && !isNaN(${Q})`); + break; + case "number": + W = G(); + break; + default: + return $$._`typeof ${Q} ${X} ${$}`; + } + return Y === B9.Correct ? W : (0, $$.not)(W); + function G(U = $$.nil) { + return (0, $$.and)($$._`typeof ${Q} == "number"`, U, J ? $$._`isFinite(${Q})` : $$.nil); + } + } + KA.checkDataType = LB; + function jB($, Q, J, Y) { + if ($.length === 1) return LB($[0], Q, J, Y); + let X, W = (0, GA.toHash)($); + if (W.array && W.object) { + let G = $$._`typeof ${Q} != "object"`; + X = W.null ? G : $$._`!${Q} || ${G}`, delete W.null, delete W.array, delete W.object; + } else X = $$.nil; + if (W.number) delete W.integer; + for (let G in W) X = (0, $$.and)(X, LB(G, Q, J, Y)); + return X; + } + KA.checkDataTypes = jB; + var Ki = { message: ({ schema: $ }) => `must be ${$}`, params: ({ schema: $, schemaValue: Q }) => typeof $ == "string" ? $$._`{type: ${$}}` : $$._`{type: ${Q}}` }; + function AB($) { + let Q = qi($); + (0, Xi.reportError)(Q, Ki); + } + KA.reportTypeError = AB; + function qi($) { + let { gen: Q, data: J, schema: Y } = $, X = (0, GA.schemaRefOrVal)($, Y, "type"); + return { gen: Q, keyword: "type", data: J, schema: Y.type, schemaCode: X, schemaValue: X, parentSchema: Y, params: {}, it: $ }; + } +}); +var NA = I((BA) => { + Object.defineProperty(BA, "__esModule", { value: true }); + BA.assignDefaults = void 0; + var z9 = Q$(), Di = q$(); + function Fi($, Q) { + let { properties: J, items: Y } = $.schema; + if (Q === "object" && J) for (let X in J) VA($, X, J[X].default); + else if (Q === "array" && Array.isArray(Y)) Y.forEach((X, W) => VA($, W, X.default)); + } + BA.assignDefaults = Fi; + function VA($, Q, J) { + let { gen: Y, compositeRule: X, data: W, opts: G } = $; + if (J === void 0) return; + let U = z9._`${W}${(0, z9.getProperty)(Q)}`; + if (X) { + (0, Di.checkStrictMode)($, `default is ignored for: ${U}`); + return; + } + let H = z9._`${U} === undefined`; + if (G.useDefaults === "empty") H = z9._`${H} || ${U} === null || ${U} === ""`; + Y.if(H, z9._`${U} = ${(0, z9.stringify)(J)}`); + } +}); +var $4 = I((DA) => { + Object.defineProperty(DA, "__esModule", { value: true }); + DA.validateUnion = DA.validateArray = DA.usePattern = DA.callValidateCode = DA.schemaProperties = DA.allSchemaProperties = DA.noPropertyInData = DA.propertyInData = DA.isOwnProperty = DA.hasPropFunc = DA.reportMissingProp = DA.checkMissingProp = DA.checkReportMissingProp = void 0; + var v$ = Q$(), IB = q$(), g1 = $1(), Zi = q$(); + function Mi($, Q) { + let { gen: J, data: Y, it: X } = $; + J.if(PB(J, Y, Q, X.opts.ownProperties), () => { + $.setParams({ missingProperty: v$._`${Q}` }, true), $.error(); + }); + } + DA.checkReportMissingProp = Mi; + function Li({ gen: $, data: Q, it: { opts: J } }, Y, X) { + return (0, v$.or)(...Y.map((W) => (0, v$.and)(PB($, Q, W, J.ownProperties), v$._`${X} = ${W}`))); + } + DA.checkMissingProp = Li; + function ji($, Q) { + $.setParams({ missingProperty: Q }, true), $.error(); + } + DA.reportMissingProp = ji; + function wA($) { + return $.scopeValue("func", { ref: Object.prototype.hasOwnProperty, code: v$._`Object.prototype.hasOwnProperty` }); + } + DA.hasPropFunc = wA; + function RB($, Q, J) { + return v$._`${wA($)}.call(${Q}, ${J})`; + } + DA.isOwnProperty = RB; + function Ai($, Q, J, Y) { + let X = v$._`${Q}${(0, v$.getProperty)(J)} !== undefined`; + return Y ? v$._`${X} && ${RB($, Q, J)}` : X; + } + DA.propertyInData = Ai; + function PB($, Q, J, Y) { + let X = v$._`${Q}${(0, v$.getProperty)(J)} === undefined`; + return Y ? (0, v$.or)(X, (0, v$.not)(RB($, Q, J))) : X; + } + DA.noPropertyInData = PB; + function OA($) { + return $ ? Object.keys($).filter((Q) => Q !== "__proto__") : []; + } + DA.allSchemaProperties = OA; + function Ii($, Q) { + return OA(Q).filter((J) => !(0, IB.alwaysValidSchema)($, Q[J])); + } + DA.schemaProperties = Ii; + function Ri({ schemaCode: $, data: Q, it: { gen: J, topSchemaRef: Y, schemaPath: X, errorPath: W }, it: G }, U, H, q) { + let V = q ? v$._`${$}, ${Q}, ${Y}${X}` : Q, B = [[g1.default.instancePath, (0, v$.strConcat)(g1.default.instancePath, W)], [g1.default.parentData, G.parentData], [g1.default.parentDataProperty, G.parentDataProperty], [g1.default.rootData, g1.default.rootData]]; + if (G.opts.dynamicRef) B.push([g1.default.dynamicAnchors, g1.default.dynamicAnchors]); + let z4 = v$._`${V}, ${J.object(...B)}`; + return H !== v$.nil ? v$._`${U}.call(${H}, ${z4})` : v$._`${U}(${z4})`; + } + DA.callValidateCode = Ri; + var Pi = v$._`new RegExp`; + function Ei({ gen: $, it: { opts: Q } }, J) { + let Y = Q.unicodeRegExp ? "u" : "", { regExp: X } = Q.code, W = X(J, Y); + return $.scopeValue("pattern", { key: W.toString(), ref: W, code: v$._`${X.code === "new RegExp" ? Pi : (0, Zi.useFunc)($, X)}(${J}, ${Y})` }); + } + DA.usePattern = Ei; + function bi($) { + let { gen: Q, data: J, keyword: Y, it: X } = $, W = Q.name("valid"); + if (X.allErrors) { + let U = Q.let("valid", true); + return G(() => Q.assign(U, false)), U; + } + return Q.var(W, true), G(() => Q.break()), W; + function G(U) { + let H = Q.const("len", v$._`${J}.length`); + Q.forRange("i", 0, H, (q) => { + $.subschema({ keyword: Y, dataProp: q, dataPropType: IB.Type.Num }, W), Q.if((0, v$.not)(W), U); + }); + } + } + DA.validateArray = bi; + function _i($) { + let { gen: Q, schema: J, keyword: Y, it: X } = $; + if (!Array.isArray(J)) throw Error("ajv implementation error"); + if (J.some((H) => (0, IB.alwaysValidSchema)(X, H)) && !X.opts.unevaluated) return; + let G = Q.let("valid", false), U = Q.name("_valid"); + Q.block(() => J.forEach((H, q) => { + let V = $.subschema({ keyword: Y, schemaProp: q, compositeRule: true }, U); + if (Q.assign(G, v$._`${G} || ${U}`), !$.mergeValidEvaluated(V, U)) Q.if((0, v$.not)(G)); + })), $.result(G, () => $.reset(), () => $.error(true)); + } + DA.validateUnion = _i; +}); +var AA = I((LA) => { + Object.defineProperty(LA, "__esModule", { value: true }); + LA.validateKeywordUsage = LA.validSchemaType = LA.funcKeywordCode = LA.macroKeywordCode = void 0; + var D6 = Q$(), T0 = $1(), li = $4(), ci = PJ(); + function pi($, Q) { + let { gen: J, keyword: Y, schema: X, parentSchema: W, it: G } = $, U = Q.macro.call(G.self, X, W, G), H = MA(J, Y, U); + if (G.opts.validateSchema !== false) G.self.validateSchema(U, true); + let q = J.name("valid"); + $.subschema({ schema: U, schemaPath: D6.nil, errSchemaPath: `${G.errSchemaPath}/${Y}`, topSchemaRef: H, compositeRule: true }, q), $.pass(q, () => $.error(true)); + } + LA.macroKeywordCode = pi; + function di($, Q) { + var J; + let { gen: Y, keyword: X, schema: W, parentSchema: G, $data: U, it: H } = $; + ni(H, Q); + let q = !U && Q.compile ? Q.compile.call(H.self, W, G, H) : Q.validate, V = MA(Y, X, q), B = Y.let("valid"); + $.block$data(B, z4), $.ok((J = Q.valid) !== null && J !== void 0 ? J : B); + function z4() { + if (Q.errors === false) { + if (O(), Q.modifying) ZA($); + D(() => $.error()); + } else { + let M = Q.async ? N() : w(); + if (Q.modifying) ZA($); + D(() => ii($, M)); + } + } + function N() { + let M = Y.let("ruleErrs", null); + return Y.try(() => O(D6._`await `), (j) => Y.assign(B, false).if(D6._`${j} instanceof ${H.ValidationError}`, () => Y.assign(M, D6._`${j}.errors`), () => Y.throw(j))), M; + } + function w() { + let M = D6._`${V}.errors`; + return Y.assign(M, null), O(D6.nil), M; + } + function O(M = Q.async ? D6._`await ` : D6.nil) { + let j = H.opts.passContext ? T0.default.this : T0.default.self, A = !("compile" in Q && !U || Q.schema === false); + Y.assign(B, D6._`${M}${(0, li.callValidateCode)($, V, j, A)}`, Q.modifying); + } + function D(M) { + var j; + Y.if((0, D6.not)((j = Q.valid) !== null && j !== void 0 ? j : B), M); + } + } + LA.funcKeywordCode = di; + function ZA($) { + let { gen: Q, data: J, it: Y } = $; + Q.if(Y.parentData, () => Q.assign(J, D6._`${Y.parentData}[${Y.parentDataProperty}]`)); + } + function ii($, Q) { + let { gen: J } = $; + J.if(D6._`Array.isArray(${Q})`, () => { + J.assign(T0.default.vErrors, D6._`${T0.default.vErrors} === null ? ${Q} : ${T0.default.vErrors}.concat(${Q})`).assign(T0.default.errors, D6._`${T0.default.vErrors}.length`), (0, ci.extendErrors)($); + }, () => $.error()); + } + function ni({ schemaEnv: $ }, Q) { + if (Q.async && !$.$async) throw Error("async keyword in sync schema"); + } + function MA($, Q, J) { + if (J === void 0) throw Error(`keyword "${Q}" failed to compile`); + return $.scopeValue("keyword", typeof J == "function" ? { ref: J } : { ref: J, code: (0, D6.stringify)(J) }); + } + function ri($, Q, J = false) { + return !Q.length || Q.some((Y) => Y === "array" ? Array.isArray($) : Y === "object" ? $ && typeof $ == "object" && !Array.isArray($) : typeof $ == Y || J && typeof $ > "u"); + } + LA.validSchemaType = ri; + function oi({ schema: $, opts: Q, self: J, errSchemaPath: Y }, X, W) { + if (Array.isArray(X.keyword) ? !X.keyword.includes(W) : X.keyword !== W) throw Error("ajv implementation error"); + let G = X.dependencies; + if (G === null || G === void 0 ? void 0 : G.some((U) => !Object.prototype.hasOwnProperty.call($, U))) throw Error(`parent schema must have dependencies of ${W}: ${G.join(",")}`); + if (X.validateSchema) { + if (!X.validateSchema($[W])) { + let H = `keyword "${W}" value is invalid at path "${Y}": ` + J.errorsText(X.validateSchema.errors); + if (Q.validateSchema === "log") J.logger.error(H); + else throw Error(H); + } + } + } + LA.validateKeywordUsage = oi; +}); +var EA = I((RA) => { + Object.defineProperty(RA, "__esModule", { value: true }); + RA.extendSubschemaMode = RA.extendSubschemaData = RA.getSubschema = void 0; + var E4 = Q$(), IA = q$(); + function ei($, { keyword: Q, schemaProp: J, schema: Y, schemaPath: X, errSchemaPath: W, topSchemaRef: G }) { + if (Q !== void 0 && Y !== void 0) throw Error('both "keyword" and "schema" passed, only one allowed'); + if (Q !== void 0) { + let U = $.schema[Q]; + return J === void 0 ? { schema: U, schemaPath: E4._`${$.schemaPath}${(0, E4.getProperty)(Q)}`, errSchemaPath: `${$.errSchemaPath}/${Q}` } : { schema: U[J], schemaPath: E4._`${$.schemaPath}${(0, E4.getProperty)(Q)}${(0, E4.getProperty)(J)}`, errSchemaPath: `${$.errSchemaPath}/${Q}/${(0, IA.escapeFragment)(J)}` }; + } + if (Y !== void 0) { + if (X === void 0 || W === void 0 || G === void 0) throw Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"'); + return { schema: Y, schemaPath: X, topSchemaRef: G, errSchemaPath: W }; + } + throw Error('either "keyword" or "schema" must be passed'); + } + RA.getSubschema = ei; + function $n($, Q, { dataProp: J, dataPropType: Y, data: X, dataTypes: W, propertyName: G }) { + if (X !== void 0 && J !== void 0) throw Error('both "data" and "dataProp" passed, only one allowed'); + let { gen: U } = Q; + if (J !== void 0) { + let { errorPath: q, dataPathArr: V, opts: B } = Q, z4 = U.let("data", E4._`${Q.data}${(0, E4.getProperty)(J)}`, true); + H(z4), $.errorPath = E4.str`${q}${(0, IA.getErrorPath)(J, Y, B.jsPropertySyntax)}`, $.parentDataProperty = E4._`${J}`, $.dataPathArr = [...V, $.parentDataProperty]; + } + if (X !== void 0) { + let q = X instanceof E4.Name ? X : U.let("data", X, true); + if (H(q), G !== void 0) $.propertyName = G; + } + if (W) $.dataTypes = W; + function H(q) { + $.data = q, $.dataLevel = Q.dataLevel + 1, $.dataTypes = [], Q.definedProperties = /* @__PURE__ */ new Set(), $.parentData = Q.data, $.dataNames = [...Q.dataNames, q]; + } + } + RA.extendSubschemaData = $n; + function Qn($, { jtdDiscriminator: Q, jtdMetadata: J, compositeRule: Y, createErrors: X, allErrors: W }) { + if (Y !== void 0) $.compositeRule = Y; + if (X !== void 0) $.createErrors = X; + if (W !== void 0) $.allErrors = W; + $.jtdDiscriminator = Q, $.jtdMetadata = J; + } + RA.extendSubschemaMode = Qn; +}); +var EB = I((Ew$, bA) => { + bA.exports = function $(Q, J) { + if (Q === J) return true; + if (Q && J && typeof Q == "object" && typeof J == "object") { + if (Q.constructor !== J.constructor) return false; + var Y, X, W; + if (Array.isArray(Q)) { + if (Y = Q.length, Y != J.length) return false; + for (X = Y; X-- !== 0; ) if (!$(Q[X], J[X])) return false; + return true; + } + if (Q.constructor === RegExp) return Q.source === J.source && Q.flags === J.flags; + if (Q.valueOf !== Object.prototype.valueOf) return Q.valueOf() === J.valueOf(); + if (Q.toString !== Object.prototype.toString) return Q.toString() === J.toString(); + if (W = Object.keys(Q), Y = W.length, Y !== Object.keys(J).length) return false; + for (X = Y; X-- !== 0; ) if (!Object.prototype.hasOwnProperty.call(J, W[X])) return false; + for (X = Y; X-- !== 0; ) { + var G = W[X]; + if (!$(Q[G], J[G])) return false; + } + return true; + } + return Q !== Q && J !== J; + }; +}); +var kA = I((bw$, _A) => { + var h1 = _A.exports = function($, Q, J) { + if (typeof Q == "function") J = Q, Q = {}; + J = Q.cb || J; + var Y = typeof J == "function" ? J : J.pre || function() { + }, X = J.post || function() { + }; + IW(Q, Y, X, $, "", $); + }; + h1.keywords = { additionalItems: true, items: true, contains: true, additionalProperties: true, propertyNames: true, not: true, if: true, then: true, else: true }; + h1.arrayKeywords = { items: true, allOf: true, anyOf: true, oneOf: true }; + h1.propsKeywords = { $defs: true, definitions: true, properties: true, patternProperties: true, dependencies: true }; + h1.skipKeywords = { default: true, enum: true, const: true, required: true, maximum: true, minimum: true, exclusiveMaximum: true, exclusiveMinimum: true, multipleOf: true, maxLength: true, minLength: true, pattern: true, format: true, maxItems: true, minItems: true, uniqueItems: true, maxProperties: true, minProperties: true }; + function IW($, Q, J, Y, X, W, G, U, H, q) { + if (Y && typeof Y == "object" && !Array.isArray(Y)) { + Q(Y, X, W, G, U, H, q); + for (var V in Y) { + var B = Y[V]; + if (Array.isArray(B)) { + if (V in h1.arrayKeywords) for (var z4 = 0; z4 < B.length; z4++) IW($, Q, J, B[z4], X + "/" + V + "/" + z4, W, X, V, Y, z4); + } else if (V in h1.propsKeywords) { + if (B && typeof B == "object") for (var N in B) IW($, Q, J, B[N], X + "/" + V + "/" + Yn(N), W, X, V, Y, N); + } else if (V in h1.keywords || $.allKeys && !(V in h1.skipKeywords)) IW($, Q, J, B, X + "/" + V, W, X, V, Y); + } + J(Y, X, W, G, U, H, q); + } + } + function Yn($) { + return $.replace(/~/g, "~0").replace(/\//g, "~1"); + } +}); +var bJ = I((TA) => { + Object.defineProperty(TA, "__esModule", { value: true }); + TA.getSchemaRefs = TA.resolveUrl = TA.normalizeId = TA._getFullPath = TA.getFullPath = TA.inlineRef = void 0; + var Wn = q$(), Gn = EB(), Un = kA(), Hn = /* @__PURE__ */ new Set(["type", "format", "pattern", "maxLength", "minLength", "maxProperties", "minProperties", "maxItems", "minItems", "maximum", "minimum", "uniqueItems", "multipleOf", "required", "enum", "const"]); + function Kn($, Q = true) { + if (typeof $ == "boolean") return true; + if (Q === true) return !bB($); + if (!Q) return false; + return SA($) <= Q; + } + TA.inlineRef = Kn; + var qn = /* @__PURE__ */ new Set(["$ref", "$recursiveRef", "$recursiveAnchor", "$dynamicRef", "$dynamicAnchor"]); + function bB($) { + for (let Q in $) { + if (qn.has(Q)) return true; + let J = $[Q]; + if (Array.isArray(J) && J.some(bB)) return true; + if (typeof J == "object" && bB(J)) return true; + } + return false; + } + function SA($) { + let Q = 0; + for (let J in $) { + if (J === "$ref") return 1 / 0; + if (Q++, Hn.has(J)) continue; + if (typeof $[J] == "object") (0, Wn.eachItem)($[J], (Y) => Q += SA(Y)); + if (Q === 1 / 0) return 1 / 0; + } + return Q; + } + function vA($, Q = "", J) { + if (J !== false) Q = N9(Q); + let Y = $.parse(Q); + return CA($, Y); + } + TA.getFullPath = vA; + function CA($, Q) { + return $.serialize(Q).split("#")[0] + "#"; + } + TA._getFullPath = CA; + var Vn = /#\/?$/; + function N9($) { + return $ ? $.replace(Vn, "") : ""; + } + TA.normalizeId = N9; + function Bn($, Q, J) { + return J = N9(J), $.resolve(Q, J); + } + TA.resolveUrl = Bn; + var zn = /^[a-z_][-a-z0-9._]*$/i; + function Nn($, Q) { + if (typeof $ == "boolean") return {}; + let { schemaId: J, uriResolver: Y } = this.opts, X = N9($[J] || Q), W = { "": X }, G = vA(Y, X, false), U = {}, H = /* @__PURE__ */ new Set(); + return Un($, { allKeys: true }, (B, z4, N, w) => { + if (w === void 0) return; + let O = G + z4, D = W[w]; + if (typeof B[J] == "string") D = M.call(this, B[J]); + j.call(this, B.$anchor), j.call(this, B.$dynamicAnchor), W[z4] = D; + function M(A) { + let S = this.opts.uriResolver.resolve; + if (A = N9(D ? S(D, A) : A), H.has(A)) throw V(A); + H.add(A); + let u = this.refs[A]; + if (typeof u == "string") u = this.refs[u]; + if (typeof u == "object") q(B, u.schema, A); + else if (A !== N9(O)) if (A[0] === "#") q(B, U[A], A), U[A] = B; + else this.refs[A] = O; + return A; + } + function j(A) { + if (typeof A == "string") { + if (!zn.test(A)) throw Error(`invalid anchor "${A}"`); + M.call(this, `#${A}`); + } + } + }), U; + function q(B, z4, N) { + if (z4 !== void 0 && !Gn(B, z4)) throw V(N); + } + function V(B) { + return Error(`reference "${B}" resolves to more than one schema`); + } + } + TA.getSchemaRefs = Nn; +}); +var SJ = I((tA) => { + Object.defineProperty(tA, "__esModule", { value: true }); + tA.getData = tA.KeywordCxt = tA.validateFunctionCode = void 0; + var uA = ej(), yA = EJ(), kB = MB(), RW = EJ(), Mn = NA(), kJ = AA(), _B2 = EA(), p = Q$(), a = $1(), Ln = bJ(), Q1 = q$(), _J2 = PJ(); + function jn($) { + if (cA($)) { + if (pA($), lA($)) { + Rn($); + return; + } + } + mA($, () => (0, uA.topBoolOrEmptySchema)($)); + } + tA.validateFunctionCode = jn; + function mA({ gen: $, validateName: Q, schema: J, schemaEnv: Y, opts: X }, W) { + if (X.code.es5) $.func(Q, p._`${a.default.data}, ${a.default.valCxt}`, Y.$async, () => { + $.code(p._`"use strict"; ${fA(J, X)}`), In($, X), $.code(W); + }); + else $.func(Q, p._`${a.default.data}, ${An(X)}`, Y.$async, () => $.code(fA(J, X)).code(W)); + } + function An($) { + return p._`{${a.default.instancePath}="", ${a.default.parentData}, ${a.default.parentDataProperty}, ${a.default.rootData}=${a.default.data}${$.dynamicRef ? p._`, ${a.default.dynamicAnchors}={}` : p.nil}}={}`; + } + function In($, Q) { + $.if(a.default.valCxt, () => { + if ($.var(a.default.instancePath, p._`${a.default.valCxt}.${a.default.instancePath}`), $.var(a.default.parentData, p._`${a.default.valCxt}.${a.default.parentData}`), $.var(a.default.parentDataProperty, p._`${a.default.valCxt}.${a.default.parentDataProperty}`), $.var(a.default.rootData, p._`${a.default.valCxt}.${a.default.rootData}`), Q.dynamicRef) $.var(a.default.dynamicAnchors, p._`${a.default.valCxt}.${a.default.dynamicAnchors}`); + }, () => { + if ($.var(a.default.instancePath, p._`""`), $.var(a.default.parentData, p._`undefined`), $.var(a.default.parentDataProperty, p._`undefined`), $.var(a.default.rootData, a.default.data), Q.dynamicRef) $.var(a.default.dynamicAnchors, p._`{}`); + }); + } + function Rn($) { + let { schema: Q, opts: J, gen: Y } = $; + mA($, () => { + if (J.$comment && Q.$comment) iA($); + if (kn($), Y.let(a.default.vErrors, null), Y.let(a.default.errors, 0), J.unevaluated) Pn($); + dA($), Cn($); + }); + return; + } + function Pn($) { + let { gen: Q, validateName: J } = $; + $.evaluated = Q.const("evaluated", p._`${J}.evaluated`), Q.if(p._`${$.evaluated}.dynamicProps`, () => Q.assign(p._`${$.evaluated}.props`, p._`undefined`)), Q.if(p._`${$.evaluated}.dynamicItems`, () => Q.assign(p._`${$.evaluated}.items`, p._`undefined`)); + } + function fA($, Q) { + let J = typeof $ == "object" && $[Q.schemaId]; + return J && (Q.code.source || Q.code.process) ? p._`/*# sourceURL=${J} */` : p.nil; + } + function En($, Q) { + if (cA($)) { + if (pA($), lA($)) { + bn($, Q); + return; + } + } + (0, uA.boolOrEmptySchema)($, Q); + } + function lA({ schema: $, self: Q }) { + if (typeof $ == "boolean") return !$; + for (let J in $) if (Q.RULES.all[J]) return true; + return false; + } + function cA($) { + return typeof $.schema != "boolean"; + } + function bn($, Q) { + let { schema: J, gen: Y, opts: X } = $; + if (X.$comment && J.$comment) iA($); + Sn($), vn($); + let W = Y.const("_errs", a.default.errors); + dA($, W), Y.var(Q, p._`${W} === ${a.default.errors}`); + } + function pA($) { + (0, Q1.checkUnknownRules)($), _n($); + } + function dA($, Q) { + if ($.opts.jtd) return gA($, [], false, Q); + let J = (0, yA.getSchemaTypes)($.schema), Y = (0, yA.coerceAndCheckDataType)($, J); + gA($, J, !Y, Q); + } + function _n($) { + let { schema: Q, errSchemaPath: J, opts: Y, self: X } = $; + if (Q.$ref && Y.ignoreKeywordsWithRef && (0, Q1.schemaHasRulesButRef)(Q, X.RULES)) X.logger.warn(`$ref: keywords ignored in schema at path "${J}"`); + } + function kn($) { + let { schema: Q, opts: J } = $; + if (Q.default !== void 0 && J.useDefaults && J.strictSchema) (0, Q1.checkStrictMode)($, "default is ignored in the schema root"); + } + function Sn($) { + let Q = $.schema[$.opts.schemaId]; + if (Q) $.baseId = (0, Ln.resolveUrl)($.opts.uriResolver, $.baseId, Q); + } + function vn($) { + if ($.schema.$async && !$.schemaEnv.$async) throw Error("async schema in sync schema"); + } + function iA({ gen: $, schemaEnv: Q, schema: J, errSchemaPath: Y, opts: X }) { + let W = J.$comment; + if (X.$comment === true) $.code(p._`${a.default.self}.logger.log(${W})`); + else if (typeof X.$comment == "function") { + let G = p.str`${Y}/$comment`, U = $.scopeValue("root", { ref: Q.root }); + $.code(p._`${a.default.self}.opts.$comment(${W}, ${G}, ${U}.schema)`); + } + } + function Cn($) { + let { gen: Q, schemaEnv: J, validateName: Y, ValidationError: X, opts: W } = $; + if (J.$async) Q.if(p._`${a.default.errors} === 0`, () => Q.return(a.default.data), () => Q.throw(p._`new ${X}(${a.default.vErrors})`)); + else { + if (Q.assign(p._`${Y}.errors`, a.default.vErrors), W.unevaluated) Tn($); + Q.return(p._`${a.default.errors} === 0`); + } + } + function Tn({ gen: $, evaluated: Q, props: J, items: Y }) { + if (J instanceof p.Name) $.assign(p._`${Q}.props`, J); + if (Y instanceof p.Name) $.assign(p._`${Q}.items`, Y); + } + function gA($, Q, J, Y) { + let { gen: X, schema: W, data: G, allErrors: U, opts: H, self: q } = $, { RULES: V } = q; + if (W.$ref && (H.ignoreKeywordsWithRef || !(0, Q1.schemaHasRulesButRef)(W, V))) { + X.block(() => rA($, "$ref", V.all.$ref.definition)); + return; + } + if (!H.jtd) xn($, Q); + X.block(() => { + for (let z4 of V.rules) B(z4); + B(V.post); + }); + function B(z4) { + if (!(0, kB.shouldUseGroup)(W, z4)) return; + if (z4.type) { + if (X.if((0, RW.checkDataType)(z4.type, G, H.strictNumbers)), hA($, z4), Q.length === 1 && Q[0] === z4.type && J) X.else(), (0, RW.reportTypeError)($); + X.endIf(); + } else hA($, z4); + if (!U) X.if(p._`${a.default.errors} === ${Y || 0}`); + } + } + function hA($, Q) { + let { gen: J, schema: Y, opts: { useDefaults: X } } = $; + if (X) (0, Mn.assignDefaults)($, Q.type); + J.block(() => { + for (let W of Q.rules) if ((0, kB.shouldUseRule)(Y, W)) rA($, W.keyword, W.definition, Q.type); + }); + } + function xn($, Q) { + if ($.schemaEnv.meta || !$.opts.strictTypes) return; + if (yn($, Q), !$.opts.allowUnionTypes) fn($, Q); + gn($, $.dataTypes); + } + function yn($, Q) { + if (!Q.length) return; + if (!$.dataTypes.length) { + $.dataTypes = Q; + return; + } + Q.forEach((J) => { + if (!nA($.dataTypes, J)) SB($, `type "${J}" not allowed by context "${$.dataTypes.join(",")}"`); + }), un($, Q); + } + function fn($, Q) { + if (Q.length > 1 && !(Q.length === 2 && Q.includes("null"))) SB($, "use allowUnionTypes to allow union type keyword"); + } + function gn($, Q) { + let J = $.self.RULES.all; + for (let Y in J) { + let X = J[Y]; + if (typeof X == "object" && (0, kB.shouldUseRule)($.schema, X)) { + let { type: W } = X.definition; + if (W.length && !W.some((G) => hn(Q, G))) SB($, `missing type "${W.join(",")}" for keyword "${Y}"`); + } + } + } + function hn($, Q) { + return $.includes(Q) || Q === "number" && $.includes("integer"); + } + function nA($, Q) { + return $.includes(Q) || Q === "integer" && $.includes("number"); + } + function un($, Q) { + let J = []; + for (let Y of $.dataTypes) if (nA(Q, Y)) J.push(Y); + else if (Q.includes("integer") && Y === "number") J.push("integer"); + $.dataTypes = J; + } + function SB($, Q) { + let J = $.schemaEnv.baseId + $.errSchemaPath; + Q += ` at "${J}" (strictTypes)`, (0, Q1.checkStrictMode)($, Q, $.opts.strictTypes); + } + class vB { + constructor($, Q, J) { + if ((0, kJ.validateKeywordUsage)($, Q, J), this.gen = $.gen, this.allErrors = $.allErrors, this.keyword = J, this.data = $.data, this.schema = $.schema[J], this.$data = Q.$data && $.opts.$data && this.schema && this.schema.$data, this.schemaValue = (0, Q1.schemaRefOrVal)($, this.schema, J, this.$data), this.schemaType = Q.schemaType, this.parentSchema = $.schema, this.params = {}, this.it = $, this.def = Q, this.$data) this.schemaCode = $.gen.const("vSchema", oA(this.$data, $)); + else if (this.schemaCode = this.schemaValue, !(0, kJ.validSchemaType)(this.schema, Q.schemaType, Q.allowUndefined)) throw Error(`${J} value must be ${JSON.stringify(Q.schemaType)}`); + if ("code" in Q ? Q.trackErrors : Q.errors !== false) this.errsCount = $.gen.const("_errs", a.default.errors); + } + result($, Q, J) { + this.failResult((0, p.not)($), Q, J); + } + failResult($, Q, J) { + if (this.gen.if($), J) J(); + else this.error(); + if (Q) { + if (this.gen.else(), Q(), this.allErrors) this.gen.endIf(); + } else if (this.allErrors) this.gen.endIf(); + else this.gen.else(); + } + pass($, Q) { + this.failResult((0, p.not)($), void 0, Q); + } + fail($) { + if ($ === void 0) { + if (this.error(), !this.allErrors) this.gen.if(false); + return; + } + if (this.gen.if($), this.error(), this.allErrors) this.gen.endIf(); + else this.gen.else(); + } + fail$data($) { + if (!this.$data) return this.fail($); + let { schemaCode: Q } = this; + this.fail(p._`${Q} !== undefined && (${(0, p.or)(this.invalid$data(), $)})`); + } + error($, Q, J) { + if (Q) { + this.setParams(Q), this._error($, J), this.setParams({}); + return; + } + this._error($, J); + } + _error($, Q) { + ($ ? _J2.reportExtraError : _J2.reportError)(this, this.def.error, Q); + } + $dataError() { + (0, _J2.reportError)(this, this.def.$dataError || _J2.keyword$DataError); + } + reset() { + if (this.errsCount === void 0) throw Error('add "trackErrors" to keyword definition'); + (0, _J2.resetErrorsCount)(this.gen, this.errsCount); + } + ok($) { + if (!this.allErrors) this.gen.if($); + } + setParams($, Q) { + if (Q) Object.assign(this.params, $); + else this.params = $; + } + block$data($, Q, J = p.nil) { + this.gen.block(() => { + this.check$data($, J), Q(); + }); + } + check$data($ = p.nil, Q = p.nil) { + if (!this.$data) return; + let { gen: J, schemaCode: Y, schemaType: X, def: W } = this; + if (J.if((0, p.or)(p._`${Y} === undefined`, Q)), $ !== p.nil) J.assign($, true); + if (X.length || W.validateSchema) { + if (J.elseIf(this.invalid$data()), this.$dataError(), $ !== p.nil) J.assign($, false); + } + J.else(); + } + invalid$data() { + let { gen: $, schemaCode: Q, schemaType: J, def: Y, it: X } = this; + return (0, p.or)(W(), G()); + function W() { + if (J.length) { + if (!(Q instanceof p.Name)) throw Error("ajv implementation error"); + let U = Array.isArray(J) ? J : [J]; + return p._`${(0, RW.checkDataTypes)(U, Q, X.opts.strictNumbers, RW.DataType.Wrong)}`; + } + return p.nil; + } + function G() { + if (Y.validateSchema) { + let U = $.scopeValue("validate$data", { ref: Y.validateSchema }); + return p._`!${U}(${Q})`; + } + return p.nil; + } + } + subschema($, Q) { + let J = (0, _B2.getSubschema)(this.it, $); + (0, _B2.extendSubschemaData)(J, this.it, $), (0, _B2.extendSubschemaMode)(J, $); + let Y = { ...this.it, ...J, items: void 0, props: void 0 }; + return En(Y, Q), Y; + } + mergeEvaluated($, Q) { + let { it: J, gen: Y } = this; + if (!J.opts.unevaluated) return; + if (J.props !== true && $.props !== void 0) J.props = Q1.mergeEvaluated.props(Y, $.props, J.props, Q); + if (J.items !== true && $.items !== void 0) J.items = Q1.mergeEvaluated.items(Y, $.items, J.items, Q); + } + mergeValidEvaluated($, Q) { + let { it: J, gen: Y } = this; + if (J.opts.unevaluated && (J.props !== true || J.items !== true)) return Y.if(Q, () => this.mergeEvaluated($, p.Name)), true; + } + } + tA.KeywordCxt = vB; + function rA($, Q, J, Y) { + let X = new vB($, J, Q); + if ("code" in J) J.code(X, Y); + else if (X.$data && J.validate) (0, kJ.funcKeywordCode)(X, J); + else if ("macro" in J) (0, kJ.macroKeywordCode)(X, J); + else if (J.compile || J.validate) (0, kJ.funcKeywordCode)(X, J); + } + var mn = /^\/(?:[^~]|~0|~1)*$/, ln = /^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/; + function oA($, { dataLevel: Q, dataNames: J, dataPathArr: Y }) { + let X, W; + if ($ === "") return a.default.rootData; + if ($[0] === "/") { + if (!mn.test($)) throw Error(`Invalid JSON-pointer: ${$}`); + X = $, W = a.default.rootData; + } else { + let q = ln.exec($); + if (!q) throw Error(`Invalid JSON-pointer: ${$}`); + let V = +q[1]; + if (X = q[2], X === "#") { + if (V >= Q) throw Error(H("property/index", V)); + return Y[Q - V]; + } + if (V > Q) throw Error(H("data", V)); + if (W = J[Q - V], !X) return W; + } + let G = W, U = X.split("/"); + for (let q of U) if (q) W = p._`${W}${(0, p.getProperty)((0, Q1.unescapeJsonPointer)(q))}`, G = p._`${G} && ${W}`; + return G; + function H(q, V) { + return `Cannot access ${q} ${V} levels up, current level is ${Q}`; + } + } + tA.getData = oA; +}); +var PW = I((eA) => { + Object.defineProperty(eA, "__esModule", { value: true }); + class sA extends Error { + constructor($) { + super("validation failed"); + this.errors = $, this.ajv = this.validation = true; + } + } + eA.default = sA; +}); +var vJ = I((QI) => { + Object.defineProperty(QI, "__esModule", { value: true }); + var CB = bJ(); + class $I extends Error { + constructor($, Q, J, Y) { + super(Y || `can't resolve reference ${J} from id ${Q}`); + this.missingRef = (0, CB.resolveUrl)($, Q, J), this.missingSchema = (0, CB.normalizeId)((0, CB.getFullPath)($, this.missingRef)); + } + } + QI.default = $I; +}); +var bW = I((YI) => { + Object.defineProperty(YI, "__esModule", { value: true }); + YI.resolveSchema = YI.getCompilingSchema = YI.resolveRef = YI.compileSchema = YI.SchemaEnv = void 0; + var N4 = Q$(), rn = PW(), x0 = $1(), w4 = bJ(), JI = q$(), on = SJ(); + class CJ { + constructor($) { + var Q; + this.refs = {}, this.dynamicAnchors = {}; + let J; + if (typeof $.schema == "object") J = $.schema; + this.schema = $.schema, this.schemaId = $.schemaId, this.root = $.root || this, this.baseId = (Q = $.baseId) !== null && Q !== void 0 ? Q : (0, w4.normalizeId)(J === null || J === void 0 ? void 0 : J[$.schemaId || "$id"]), this.schemaPath = $.schemaPath, this.localRefs = $.localRefs, this.meta = $.meta, this.$async = J === null || J === void 0 ? void 0 : J.$async, this.refs = {}; + } + } + YI.SchemaEnv = CJ; + function xB($) { + let Q = XI.call(this, $); + if (Q) return Q; + let J = (0, w4.getFullPath)(this.opts.uriResolver, $.root.baseId), { es5: Y, lines: X } = this.opts.code, { ownProperties: W } = this.opts, G = new N4.CodeGen(this.scope, { es5: Y, lines: X, ownProperties: W }), U; + if ($.$async) U = G.scopeValue("Error", { ref: rn.default, code: N4._`require("ajv/dist/runtime/validation_error").default` }); + let H = G.scopeName("validate"); + $.validateName = H; + let q = { gen: G, allErrors: this.opts.allErrors, data: x0.default.data, parentData: x0.default.parentData, parentDataProperty: x0.default.parentDataProperty, dataNames: [x0.default.data], dataPathArr: [N4.nil], dataLevel: 0, dataTypes: [], definedProperties: /* @__PURE__ */ new Set(), topSchemaRef: G.scopeValue("schema", this.opts.code.source === true ? { ref: $.schema, code: (0, N4.stringify)($.schema) } : { ref: $.schema }), validateName: H, ValidationError: U, schema: $.schema, schemaEnv: $, rootId: J, baseId: $.baseId || J, schemaPath: N4.nil, errSchemaPath: $.schemaPath || (this.opts.jtd ? "" : "#"), errorPath: N4._`""`, opts: this.opts, self: this }, V; + try { + this._compilations.add($), (0, on.validateFunctionCode)(q), G.optimize(this.opts.code.optimize); + let B = G.toString(); + if (V = `${G.scopeRefs(x0.default.scope)}return ${B}`, this.opts.code.process) V = this.opts.code.process(V, $); + let N = Function(`${x0.default.self}`, `${x0.default.scope}`, V)(this, this.scope.get()); + if (this.scope.value(H, { ref: N }), N.errors = null, N.schema = $.schema, N.schemaEnv = $, $.$async) N.$async = true; + if (this.opts.code.source === true) N.source = { validateName: H, validateCode: B, scopeValues: G._values }; + if (this.opts.unevaluated) { + let { props: w, items: O } = q; + if (N.evaluated = { props: w instanceof N4.Name ? void 0 : w, items: O instanceof N4.Name ? void 0 : O, dynamicProps: w instanceof N4.Name, dynamicItems: O instanceof N4.Name }, N.source) N.source.evaluated = (0, N4.stringify)(N.evaluated); + } + return $.validate = N, $; + } catch (B) { + if (delete $.validate, delete $.validateName, V) this.logger.error("Error compiling schema, function code:", V); + throw B; + } finally { + this._compilations.delete($); + } + } + YI.compileSchema = xB; + function tn($, Q, J) { + var Y; + J = (0, w4.resolveUrl)(this.opts.uriResolver, Q, J); + let X = $.refs[J]; + if (X) return X; + let W = en.call(this, $, J); + if (W === void 0) { + let G = (Y = $.localRefs) === null || Y === void 0 ? void 0 : Y[J], { schemaId: U } = this.opts; + if (G) W = new CJ({ schema: G, schemaId: U, root: $, baseId: Q }); + } + if (W === void 0) return; + return $.refs[J] = an.call(this, W); + } + YI.resolveRef = tn; + function an($) { + if ((0, w4.inlineRef)($.schema, this.opts.inlineRefs)) return $.schema; + return $.validate ? $ : xB.call(this, $); + } + function XI($) { + for (let Q of this._compilations) if (sn(Q, $)) return Q; + } + YI.getCompilingSchema = XI; + function sn($, Q) { + return $.schema === Q.schema && $.root === Q.root && $.baseId === Q.baseId; + } + function en($, Q) { + let J; + while (typeof (J = this.refs[Q]) == "string") Q = J; + return J || this.schemas[Q] || EW.call(this, $, Q); + } + function EW($, Q) { + let J = this.opts.uriResolver.parse(Q), Y = (0, w4._getFullPath)(this.opts.uriResolver, J), X = (0, w4.getFullPath)(this.opts.uriResolver, $.baseId, void 0); + if (Object.keys($.schema).length > 0 && Y === X) return TB.call(this, J, $); + let W = (0, w4.normalizeId)(Y), G = this.refs[W] || this.schemas[W]; + if (typeof G == "string") { + let U = EW.call(this, $, G); + if (typeof (U === null || U === void 0 ? void 0 : U.schema) !== "object") return; + return TB.call(this, J, U); + } + if (typeof (G === null || G === void 0 ? void 0 : G.schema) !== "object") return; + if (!G.validate) xB.call(this, G); + if (W === (0, w4.normalizeId)(Q)) { + let { schema: U } = G, { schemaId: H } = this.opts, q = U[H]; + if (q) X = (0, w4.resolveUrl)(this.opts.uriResolver, X, q); + return new CJ({ schema: U, schemaId: H, root: $, baseId: X }); + } + return TB.call(this, J, G); + } + YI.resolveSchema = EW; + var $r = /* @__PURE__ */ new Set(["properties", "patternProperties", "enum", "dependencies", "definitions"]); + function TB($, { baseId: Q, schema: J, root: Y }) { + var X; + if (((X = $.fragment) === null || X === void 0 ? void 0 : X[0]) !== "/") return; + for (let U of $.fragment.slice(1).split("/")) { + if (typeof J === "boolean") return; + let H = J[(0, JI.unescapeFragment)(U)]; + if (H === void 0) return; + J = H; + let q = typeof J === "object" && J[this.opts.schemaId]; + if (!$r.has(U) && q) Q = (0, w4.resolveUrl)(this.opts.uriResolver, Q, q); + } + let W; + if (typeof J != "boolean" && J.$ref && !(0, JI.schemaHasRulesButRef)(J, this.RULES)) { + let U = (0, w4.resolveUrl)(this.opts.uriResolver, Q, J.$ref); + W = EW.call(this, Y, U); + } + let { schemaId: G } = this.opts; + if (W = W || new CJ({ schema: J, schemaId: G, root: Y, baseId: Q }), W.schema !== W.root.schema) return W; + return; + } +}); +var GI = I((Tw$, Wr) => { + Wr.exports = { $id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#", description: "Meta-schema for $data reference (JSON AnySchema extension proposal)", type: "object", required: ["$data"], properties: { $data: { type: "string", anyOf: [{ format: "relative-json-pointer" }, { format: "json-pointer" }] } }, additionalProperties: false }; +}); +var gB = I((xw$, BI) => { + var Gr = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu), HI = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u), yB = RegExp.prototype.test.bind(/^[\da-f]{2}$/iu), KI = RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu), Ur = RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu); + function fB($) { + let Q = "", J = 0, Y = 0; + for (Y = 0; Y < $.length; Y++) { + if (J = $[Y].charCodeAt(0), J === 48) continue; + if (!(J >= 48 && J <= 57 || J >= 65 && J <= 70 || J >= 97 && J <= 102)) return ""; + Q += $[Y]; + break; + } + for (Y += 1; Y < $.length; Y++) { + if (J = $[Y].charCodeAt(0), !(J >= 48 && J <= 57 || J >= 65 && J <= 70 || J >= 97 && J <= 102)) return ""; + Q += $[Y]; + } + return Q; + } + var Hr = RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u); + function UI($) { + return $.length = 0, true; + } + function Kr($, Q, J) { + if ($.length) { + let Y = fB($); + if (Y !== "") Q.push(Y); + else return J.error = true, false; + $.length = 0; + } + return true; + } + function qr($) { + let Q = 0, J = { error: false, address: "", zone: "" }, Y = [], X = [], W = false, G = false, U = Kr; + for (let H = 0; H < $.length; H++) { + let q = $[H]; + if (q === "[" || q === "]") continue; + if (q === ":") { + if (W === true) G = true; + if (!U(X, Y, J)) break; + if (++Q > 7) { + J.error = true; + break; + } + if (H > 0 && $[H - 1] === ":") W = true; + Y.push(":"); + continue; + } else if (q === "%") { + if (!U(X, Y, J)) break; + U = UI; + } else { + X.push(q); + continue; + } + } + if (X.length) if (U === UI) J.zone = X.join(""); + else if (G) Y.push(X.join("")); + else Y.push(fB(X)); + return J.address = Y.join(""), J; + } + function qI($) { + if (Vr($, ":") < 2) return { host: $, isIPV6: false }; + let Q = qr($); + if (!Q.error) { + let { address: J, address: Y } = Q; + if (Q.zone) J += "%" + Q.zone, Y += "%25" + Q.zone; + return { host: J, isIPV6: true, escapedHost: Y }; + } else return { host: $, isIPV6: false }; + } + function Vr($, Q) { + let J = 0; + for (let Y = 0; Y < $.length; Y++) if ($[Y] === Q) J++; + return J; + } + function Br($) { + let Q = $, J = [], Y = -1, X = 0; + while (X = Q.length) { + if (X === 1) if (Q === ".") break; + else if (Q === "/") { + J.push("/"); + break; + } else { + J.push(Q); + break; + } + else if (X === 2) { + if (Q[0] === ".") { + if (Q[1] === ".") break; + else if (Q[1] === "/") { + Q = Q.slice(2); + continue; + } + } else if (Q[0] === "/") { + if (Q[1] === "." || Q[1] === "/") { + J.push("/"); + break; + } + } + } else if (X === 3) { + if (Q === "/..") { + if (J.length !== 0) J.pop(); + J.push("/"); + break; + } + } + if (Q[0] === ".") { + if (Q[1] === ".") { + if (Q[2] === "/") { + Q = Q.slice(3); + continue; + } + } else if (Q[1] === "/") { + Q = Q.slice(2); + continue; + } + } else if (Q[0] === "/") { + if (Q[1] === ".") { + if (Q[2] === "/") { + Q = Q.slice(2); + continue; + } else if (Q[2] === ".") { + if (Q[3] === "/") { + if (Q = Q.slice(3), J.length !== 0) J.pop(); + continue; + } + } + } + } + if ((Y = Q.indexOf("/", 1)) === -1) { + J.push(Q); + break; + } else J.push(Q.slice(0, Y)), Q = Q.slice(Y); + } + return J.join(""); + } + var zr = { "@": "%40", "/": "%2F", "?": "%3F", "#": "%23", ":": "%3A" }, Nr = /[@/?#:]/g, wr = /[@/?#]/g; + function VI($, Q) { + let J = Q ? wr : Nr; + return J.lastIndex = 0, $.replace(J, (Y) => zr[Y]); + } + function Or($, Q = false) { + if ($.indexOf("%") === -1) return $; + let J = ""; + for (let Y = 0; Y < $.length; Y++) { + if ($[Y] === "%" && Y + 2 < $.length) { + let X = $.slice(Y + 1, Y + 3); + if (yB(X)) { + let W = X.toUpperCase(), G = String.fromCharCode(parseInt(W, 16)); + if (Q && KI(G)) J += G; + else J += "%" + W; + Y += 2; + continue; + } + } + J += $[Y]; + } + return J; + } + function Dr($) { + let Q = ""; + for (let J = 0; J < $.length; J++) { + if ($[J] === "%" && J + 2 < $.length) { + let Y = $.slice(J + 1, J + 3); + if (yB(Y)) { + let X = Y.toUpperCase(), W = String.fromCharCode(parseInt(X, 16)); + if (W !== "." && KI(W)) Q += W; + else Q += "%" + X; + J += 2; + continue; + } + } + if (Ur($[J])) Q += $[J]; + else Q += escape($[J]); + } + return Q; + } + function Fr($) { + let Q = ""; + for (let J = 0; J < $.length; J++) { + if ($[J] === "%" && J + 2 < $.length) { + let Y = $.slice(J + 1, J + 3); + if (yB(Y)) { + Q += "%" + Y.toUpperCase(), J += 2; + continue; + } + } + Q += escape($[J]); + } + return Q; + } + function Zr($) { + let Q = []; + if ($.userinfo !== void 0) Q.push($.userinfo), Q.push("@"); + if ($.host !== void 0) { + let J = unescape($.host); + if (!HI(J)) { + let Y = qI(J); + if (Y.isIPV6 === true) J = `[${Y.escapedHost}]`; + else J = VI(J, false); + } + Q.push(J); + } + if (typeof $.port === "number" || typeof $.port === "string") Q.push(":"), Q.push(String($.port)); + return Q.length ? Q.join("") : void 0; + } + BI.exports = { nonSimpleDomain: Hr, recomposeAuthority: Zr, reescapeHostDelimiters: VI, normalizePercentEncoding: Or, normalizePathEncoding: Dr, escapePreservingEscapes: Fr, removeDotSegments: Br, isIPv4: HI, isUUID: Gr, normalizeIPv6: qI, stringArrayToHexStripped: fB }; +}); +var DI = I((yw$, OI) => { + var { isUUID: Mr } = gB(), Lr = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu, jr = ["http", "https", "ws", "wss", "urn", "urn:uuid"]; + function Ar($) { + return jr.indexOf($) !== -1; + } + function hB($) { + if ($.secure === true) return true; + else if ($.secure === false) return false; + else if ($.scheme) return $.scheme.length === 3 && ($.scheme[0] === "w" || $.scheme[0] === "W") && ($.scheme[1] === "s" || $.scheme[1] === "S") && ($.scheme[2] === "s" || $.scheme[2] === "S"); + else return false; + } + function zI($) { + if (!$.host) $.error = $.error || "HTTP URIs must have a host."; + return $; + } + function NI($) { + let Q = String($.scheme).toLowerCase() === "https"; + if ($.port === (Q ? 443 : 80) || $.port === "") $.port = void 0; + if (!$.path) $.path = "/"; + return $; + } + function Ir($) { + return $.secure = hB($), $.resourceName = ($.path || "/") + ($.query ? "?" + $.query : ""), $.path = void 0, $.query = void 0, $; + } + function Rr($) { + if ($.port === (hB($) ? 443 : 80) || $.port === "") $.port = void 0; + if (typeof $.secure === "boolean") $.scheme = $.secure ? "wss" : "ws", $.secure = void 0; + if ($.resourceName) { + let [Q, J] = $.resourceName.split("?"); + $.path = Q && Q !== "/" ? Q : void 0, $.query = J, $.resourceName = void 0; + } + return $.fragment = void 0, $; + } + function Pr($, Q) { + if (!$.path) return $.error = "URN can not be parsed", $; + let J = $.path.match(Lr); + if (J) { + let Y = Q.scheme || $.scheme || "urn"; + $.nid = J[1].toLowerCase(), $.nss = J[2]; + let X = `${Y}:${Q.nid || $.nid}`, W = uB(X); + if ($.path = void 0, W) $ = W.parse($, Q); + } else $.error = $.error || "URN can not be parsed."; + return $; + } + function Er($, Q) { + if ($.nid === void 0) throw Error("URN without nid cannot be serialized"); + let J = Q.scheme || $.scheme || "urn", Y = $.nid.toLowerCase(), X = `${J}:${Q.nid || Y}`, W = uB(X); + if (W) $ = W.serialize($, Q); + let G = $, U = $.nss; + return G.path = `${Y || Q.nid}:${U}`, Q.skipEscape = true, G; + } + function br($, Q) { + let J = $; + if (J.uuid = J.nss, J.nss = void 0, !Q.tolerant && (!J.uuid || !Mr(J.uuid))) J.error = J.error || "UUID is not valid."; + return J; + } + function _r($) { + let Q = $; + return Q.nss = ($.uuid || "").toLowerCase(), Q; + } + var wI = { scheme: "http", domainHost: true, parse: zI, serialize: NI }, kr = { scheme: "https", domainHost: wI.domainHost, parse: zI, serialize: NI }, _W2 = { scheme: "ws", domainHost: true, parse: Ir, serialize: Rr }, Sr = { scheme: "wss", domainHost: _W2.domainHost, parse: _W2.parse, serialize: _W2.serialize }, vr = { scheme: "urn", parse: Pr, serialize: Er, skipNormalize: true }, Cr = { scheme: "urn:uuid", parse: br, serialize: _r, skipNormalize: true }, kW = { http: wI, https: kr, ws: _W2, wss: Sr, urn: vr, "urn:uuid": Cr }; + Object.setPrototypeOf(kW, null); + function uB($) { + return $ && (kW[$] || kW[$.toLowerCase()]) || void 0; + } + OI.exports = { wsIsSecure: hB, SCHEMES: kW, isValidSchemeName: Ar, getSchemeHandler: uB }; +}); +var AI = I((fw$, SW) => { + var { normalizeIPv6: Tr, removeDotSegments: TJ, recomposeAuthority: xr, normalizePercentEncoding: yr, normalizePathEncoding: fr, escapePreservingEscapes: gr, reescapeHostDelimiters: hr, isIPv4: ur, nonSimpleDomain: mr } = gB(), { SCHEMES: lr, getSchemeHandler: ZI } = DI(); + function cr($, Q) { + if (typeof $ === "string") $ = rr($, Q); + else if (typeof $ === "object") $ = w9(y0($, Q), Q); + return $; + } + function pr($, Q, J) { + let Y = J ? Object.assign({ scheme: "null" }, J) : { scheme: "null" }, X = MI(w9($, Y), w9(Q, Y), Y, true); + return Y.skipEscape = true, y0(X, Y); + } + function MI($, Q, J, Y) { + let X = {}; + if (!Y) $ = w9(y0($, J), J), Q = w9(y0(Q, J), J); + if (J = J || {}, !J.tolerant && Q.scheme) X.scheme = Q.scheme, X.userinfo = Q.userinfo, X.host = Q.host, X.port = Q.port, X.path = TJ(Q.path || ""), X.query = Q.query; + else { + if (Q.userinfo !== void 0 || Q.host !== void 0 || Q.port !== void 0) X.userinfo = Q.userinfo, X.host = Q.host, X.port = Q.port, X.path = TJ(Q.path || ""), X.query = Q.query; + else { + if (!Q.path) if (X.path = $.path, Q.query !== void 0) X.query = Q.query; + else X.query = $.query; + else { + if (Q.path[0] === "/") X.path = TJ(Q.path); + else { + if (($.userinfo !== void 0 || $.host !== void 0 || $.port !== void 0) && !$.path) X.path = "/" + Q.path; + else if (!$.path) X.path = Q.path; + else X.path = $.path.slice(0, $.path.lastIndexOf("/") + 1) + Q.path; + X.path = TJ(X.path); + } + X.query = Q.query; + } + X.userinfo = $.userinfo, X.host = $.host, X.port = $.port; + } + X.scheme = $.scheme; + } + return X.fragment = Q.fragment, X; + } + function dr($, Q, J) { + let Y = FI($, J), X = FI(Q, J); + return Y !== void 0 && X !== void 0 && Y.toLowerCase() === X.toLowerCase(); + } + function y0($, Q) { + let J = { host: $.host, scheme: $.scheme, userinfo: $.userinfo, port: $.port, path: $.path, query: $.query, nid: $.nid, nss: $.nss, uuid: $.uuid, fragment: $.fragment, reference: $.reference, resourceName: $.resourceName, secure: $.secure, error: "" }, Y = Object.assign({}, Q), X = [], W = ZI(Y.scheme || J.scheme); + if (W && W.serialize) W.serialize(J, Y); + if (J.path !== void 0) if (!Y.skipEscape) { + if (J.path = gr(J.path), J.scheme !== void 0) J.path = J.path.split("%3A").join(":"); + } else J.path = yr(J.path); + if (Y.reference !== "suffix" && J.scheme) X.push(J.scheme, ":"); + let G = xr(J); + if (G !== void 0) { + if (Y.reference !== "suffix") X.push("//"); + if (X.push(G), J.path && J.path[0] !== "/") X.push("/"); + } + if (J.path !== void 0) { + let U = J.path; + if (!Y.absolutePath && (!W || !W.absolutePath)) U = TJ(U); + if (G === void 0 && U[0] === "/" && U[1] === "/") U = "/%2F" + U.slice(2); + X.push(U); + } + if (J.query !== void 0) X.push("?", J.query); + if (J.fragment !== void 0) X.push("#", J.fragment); + return X.join(""); + } + var ir = /^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u; + function nr($, Q) { + if (Q[2] !== void 0 && $.path && $.path[0] !== "/") return 'URI path must start with "/" when authority is present.'; + if (typeof $.port === "number" && ($.port < 0 || $.port > 65535)) return "URI port is malformed."; + return; + } + function LI($, Q) { + let J = Object.assign({}, Q), Y = { scheme: void 0, userinfo: void 0, host: "", port: void 0, path: "", query: void 0, fragment: void 0 }, X = false, W = false; + if (J.reference === "suffix") if (J.scheme) $ = J.scheme + ":" + $; + else $ = "//" + $; + let G = $.match(ir); + if (G) { + if (Y.scheme = G[1], Y.userinfo = G[3], Y.host = G[4], Y.port = parseInt(G[5], 10), Y.path = G[6] || "", Y.query = G[7], Y.fragment = G[8], isNaN(Y.port)) Y.port = G[5]; + let U = nr(Y, G); + if (U !== void 0) Y.error = Y.error || U, X = true; + if (Y.host) if (ur(Y.host) === false) { + let V = Tr(Y.host); + Y.host = V.host.toLowerCase(), W = V.isIPV6; + } else W = true; + if (Y.scheme === void 0 && Y.userinfo === void 0 && Y.host === void 0 && Y.port === void 0 && Y.query === void 0 && !Y.path) Y.reference = "same-document"; + else if (Y.scheme === void 0) Y.reference = "relative"; + else if (Y.fragment === void 0) Y.reference = "absolute"; + else Y.reference = "uri"; + if (J.reference && J.reference !== "suffix" && J.reference !== Y.reference) Y.error = Y.error || "URI is not a " + J.reference + " reference."; + let H = ZI(J.scheme || Y.scheme); + if (!J.unicodeSupport && (!H || !H.unicodeSupport)) { + if (Y.host && (J.domainHost || H && H.domainHost) && W === false && mr(Y.host)) try { + Y.host = URL.domainToASCII(Y.host.toLowerCase()); + } catch (q) { + Y.error = Y.error || "Host's domain name can not be converted to ASCII: " + q; + } + } + if (!H || H && !H.skipNormalize) { + if ($.indexOf("%") !== -1) { + if (Y.scheme !== void 0) Y.scheme = unescape(Y.scheme); + if (Y.host !== void 0) Y.host = hr(unescape(Y.host), W); + } + if (Y.path) Y.path = fr(Y.path); + if (Y.fragment) try { + Y.fragment = encodeURI(decodeURIComponent(Y.fragment)); + } catch (e2) { + Y.error = Y.error || "URI malformed"; + } + } + if (H && H.parse) H.parse(Y, J); + } else Y.error = Y.error || "URI can not be parsed."; + return { parsed: Y, malformedAuthorityOrPort: X }; + } + function w9($, Q) { + return LI($, Q).parsed; + } + function rr($, Q) { + return jI($, Q).normalized; + } + function jI($, Q) { + let { parsed: J, malformedAuthorityOrPort: Y } = LI($, Q); + return { normalized: Y ? $ : y0(J, Q), malformedAuthorityOrPort: Y }; + } + function FI($, Q) { + if (typeof $ === "string") { + let { normalized: J, malformedAuthorityOrPort: Y } = jI($, Q); + return Y ? void 0 : J; + } + if (typeof $ === "object") return y0($, Q); + } + var mB = { SCHEMES: lr, normalize: cr, resolve: pr, resolveComponent: MI, equal: dr, serialize: y0, parse: w9 }; + SW.exports = mB; + SW.exports.default = mB; + SW.exports.fastUri = mB; +}); +var PI = I((RI) => { + Object.defineProperty(RI, "__esModule", { value: true }); + var II = AI(); + II.code = 'require("ajv/dist/runtime/uri").default'; + RI.default = II; +}); +var TI = I((J1) => { + Object.defineProperty(J1, "__esModule", { value: true }); + J1.CodeGen = J1.Name = J1.nil = J1.stringify = J1.str = J1._ = J1.KeywordCxt = void 0; + var tr = SJ(); + Object.defineProperty(J1, "KeywordCxt", { enumerable: true, get: function() { + return tr.KeywordCxt; + } }); + var O9 = Q$(); + Object.defineProperty(J1, "_", { enumerable: true, get: function() { + return O9._; + } }); + Object.defineProperty(J1, "str", { enumerable: true, get: function() { + return O9.str; + } }); + Object.defineProperty(J1, "stringify", { enumerable: true, get: function() { + return O9.stringify; + } }); + Object.defineProperty(J1, "nil", { enumerable: true, get: function() { + return O9.nil; + } }); + Object.defineProperty(J1, "Name", { enumerable: true, get: function() { + return O9.Name; + } }); + Object.defineProperty(J1, "CodeGen", { enumerable: true, get: function() { + return O9.CodeGen; + } }); + var ar = PW(), SI = vJ(), sr = ZB(), xJ = bW(), er = Q$(), yJ = bJ(), vW = EJ(), cB = q$(), EI = GI(), $o = PI(), vI = ($, Q) => new RegExp($, Q); + vI.code = "new RegExp"; + var Qo = ["removeAdditional", "useDefaults", "coerceTypes"], Jo = /* @__PURE__ */ new Set(["validate", "serialize", "parse", "wrapper", "root", "schema", "keyword", "pattern", "formats", "validate$data", "func", "obj", "Error"]), Xo = { errorDataPath: "", format: "`validateFormats: false` can be used instead.", nullable: '"nullable" keyword is supported by default.', jsonPointers: "Deprecated jsPropertySyntax can be used instead.", extendRefs: "Deprecated ignoreKeywordsWithRef can be used instead.", missingRefs: "Pass empty schema with $id that should be ignored to ajv.addSchema.", processCode: "Use option `code: {process: (code, schemaEnv: object) => string}`", sourceCode: "Use option `code: {source: true}`", strictDefaults: "It is default now, see option `strict`.", strictKeywords: "It is default now, see option `strict`.", uniqueItems: '"uniqueItems" keyword is always validated.', unknownFormats: "Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).", cache: "Map is used as cache, schema object as key.", serialize: "Map is used as cache, schema object as key.", ajvErrors: "It is default now." }, Yo = { ignoreKeywordsWithRef: "", jsPropertySyntax: "", unicode: '"minLength"/"maxLength" account for unicode characters by default.' }, bI = 200; + function Wo($) { + var Q, J, Y, X, W, G, U, H, q, V, B, z4, N, w, O, D, M, j, A, S, u, G$, h$, e$, m6; + let F6 = $.strict, a1 = (Q = $.code) === null || Q === void 0 ? void 0 : Q.optimize, i0 = a1 === true || a1 === void 0 ? 1 : a1 || 0, k4 = (Y = (J = $.code) === null || J === void 0 ? void 0 : J.regExp) !== null && Y !== void 0 ? Y : vI, S9 = (X = $.uriResolver) !== null && X !== void 0 ? X : $o.default; + return { strictSchema: (G = (W = $.strictSchema) !== null && W !== void 0 ? W : F6) !== null && G !== void 0 ? G : true, strictNumbers: (H = (U = $.strictNumbers) !== null && U !== void 0 ? U : F6) !== null && H !== void 0 ? H : true, strictTypes: (V = (q = $.strictTypes) !== null && q !== void 0 ? q : F6) !== null && V !== void 0 ? V : "log", strictTuples: (z4 = (B = $.strictTuples) !== null && B !== void 0 ? B : F6) !== null && z4 !== void 0 ? z4 : "log", strictRequired: (w = (N = $.strictRequired) !== null && N !== void 0 ? N : F6) !== null && w !== void 0 ? w : false, code: $.code ? { ...$.code, optimize: i0, regExp: k4 } : { optimize: i0, regExp: k4 }, loopRequired: (O = $.loopRequired) !== null && O !== void 0 ? O : bI, loopEnum: (D = $.loopEnum) !== null && D !== void 0 ? D : bI, meta: (M = $.meta) !== null && M !== void 0 ? M : true, messages: (j = $.messages) !== null && j !== void 0 ? j : true, inlineRefs: (A = $.inlineRefs) !== null && A !== void 0 ? A : true, schemaId: (S = $.schemaId) !== null && S !== void 0 ? S : "$id", addUsedSchema: (u = $.addUsedSchema) !== null && u !== void 0 ? u : true, validateSchema: (G$ = $.validateSchema) !== null && G$ !== void 0 ? G$ : true, validateFormats: (h$ = $.validateFormats) !== null && h$ !== void 0 ? h$ : true, unicodeRegExp: (e$ = $.unicodeRegExp) !== null && e$ !== void 0 ? e$ : true, int32range: (m6 = $.int32range) !== null && m6 !== void 0 ? m6 : true, uriResolver: S9 }; + } + class CW { + constructor($ = {}) { + this.schemas = {}, this.refs = {}, this.formats = {}, this._compilations = /* @__PURE__ */ new Set(), this._loading = {}, this._cache = /* @__PURE__ */ new Map(), $ = this.opts = { ...$, ...Wo($) }; + let { es5: Q, lines: J } = this.opts.code; + this.scope = new er.ValueScope({ scope: {}, prefixes: Jo, es5: Q, lines: J }), this.logger = Vo($.logger); + let Y = $.validateFormats; + if ($.validateFormats = false, this.RULES = (0, sr.getRules)(), _I.call(this, Xo, $, "NOT SUPPORTED"), _I.call(this, Yo, $, "DEPRECATED", "warn"), this._metaOpts = Ko.call(this), $.formats) Uo.call(this); + if (this._addVocabularies(), this._addDefaultMetaSchema(), $.keywords) Ho.call(this, $.keywords); + if (typeof $.meta == "object") this.addMetaSchema($.meta); + Go.call(this), $.validateFormats = Y; + } + _addVocabularies() { + this.addKeyword("$async"); + } + _addDefaultMetaSchema() { + let { $data: $, meta: Q, schemaId: J } = this.opts, Y = EI; + if (J === "id") Y = { ...EI }, Y.id = Y.$id, delete Y.$id; + if (Q && $) this.addMetaSchema(Y, Y[J], false); + } + defaultMeta() { + let { meta: $, schemaId: Q } = this.opts; + return this.opts.defaultMeta = typeof $ == "object" ? $[Q] || $ : void 0; + } + validate($, Q) { + let J; + if (typeof $ == "string") { + if (J = this.getSchema($), !J) throw Error(`no schema with key or ref "${$}"`); + } else J = this.compile($); + let Y = J(Q); + if (!("$async" in J)) this.errors = J.errors; + return Y; + } + compile($, Q) { + let J = this._addSchema($, Q); + return J.validate || this._compileSchemaEnv(J); + } + compileAsync($, Q) { + if (typeof this.opts.loadSchema != "function") throw Error("options.loadSchema should be a function"); + let { loadSchema: J } = this.opts; + return Y.call(this, $, Q); + async function Y(q, V) { + await X.call(this, q.$schema); + let B = this._addSchema(q, V); + return B.validate || W.call(this, B); + } + async function X(q) { + if (q && !this.getSchema(q)) await Y.call(this, { $ref: q }, true); + } + async function W(q) { + try { + return this._compileSchemaEnv(q); + } catch (V) { + if (!(V instanceof SI.default)) throw V; + return G.call(this, V), await U.call(this, V.missingSchema), W.call(this, q); + } + } + function G({ missingSchema: q, missingRef: V }) { + if (this.refs[q]) throw Error(`AnySchema ${q} is loaded but ${V} cannot be resolved`); + } + async function U(q) { + let V = await H.call(this, q); + if (!this.refs[q]) await X.call(this, V.$schema); + if (!this.refs[q]) this.addSchema(V, q, Q); + } + async function H(q) { + let V = this._loading[q]; + if (V) return V; + try { + return await (this._loading[q] = J(q)); + } finally { + delete this._loading[q]; + } + } + } + addSchema($, Q, J, Y = this.opts.validateSchema) { + if (Array.isArray($)) { + for (let W of $) this.addSchema(W, void 0, J, Y); + return this; + } + let X; + if (typeof $ === "object") { + let { schemaId: W } = this.opts; + if (X = $[W], X !== void 0 && typeof X != "string") throw Error(`schema ${W} must be string`); + } + return Q = (0, yJ.normalizeId)(Q || X), this._checkUnique(Q), this.schemas[Q] = this._addSchema($, J, Q, Y, true), this; + } + addMetaSchema($, Q, J = this.opts.validateSchema) { + return this.addSchema($, Q, true, J), this; + } + validateSchema($, Q) { + if (typeof $ == "boolean") return true; + let J; + if (J = $.$schema, J !== void 0 && typeof J != "string") throw Error("$schema must be a string"); + if (J = J || this.opts.defaultMeta || this.defaultMeta(), !J) return this.logger.warn("meta-schema not available"), this.errors = null, true; + let Y = this.validate(J, $); + if (!Y && Q) { + let X = "schema is invalid: " + this.errorsText(); + if (this.opts.validateSchema === "log") this.logger.error(X); + else throw Error(X); + } + return Y; + } + getSchema($) { + let Q; + while (typeof (Q = kI.call(this, $)) == "string") $ = Q; + if (Q === void 0) { + let { schemaId: J } = this.opts, Y = new xJ.SchemaEnv({ schema: {}, schemaId: J }); + if (Q = xJ.resolveSchema.call(this, Y, $), !Q) return; + this.refs[$] = Q; + } + return Q.validate || this._compileSchemaEnv(Q); + } + removeSchema($) { + if ($ instanceof RegExp) return this._removeAllSchemas(this.schemas, $), this._removeAllSchemas(this.refs, $), this; + switch (typeof $) { + case "undefined": + return this._removeAllSchemas(this.schemas), this._removeAllSchemas(this.refs), this._cache.clear(), this; + case "string": { + let Q = kI.call(this, $); + if (typeof Q == "object") this._cache.delete(Q.schema); + return delete this.schemas[$], delete this.refs[$], this; + } + case "object": { + let Q = $; + this._cache.delete(Q); + let J = $[this.opts.schemaId]; + if (J) J = (0, yJ.normalizeId)(J), delete this.schemas[J], delete this.refs[J]; + return this; + } + default: + throw Error("ajv.removeSchema: invalid parameter"); + } + } + addVocabulary($) { + for (let Q of $) this.addKeyword(Q); + return this; + } + addKeyword($, Q) { + let J; + if (typeof $ == "string") { + if (J = $, typeof Q == "object") this.logger.warn("these parameters are deprecated, see docs for addKeyword"), Q.keyword = J; + } else if (typeof $ == "object" && Q === void 0) { + if (Q = $, J = Q.keyword, Array.isArray(J) && !J.length) throw Error("addKeywords: keyword must be string or non-empty array"); + } else throw Error("invalid addKeywords parameters"); + if (zo.call(this, J, Q), !Q) return (0, cB.eachItem)(J, (X) => lB.call(this, X)), this; + wo.call(this, Q); + let Y = { ...Q, type: (0, vW.getJSONTypes)(Q.type), schemaType: (0, vW.getJSONTypes)(Q.schemaType) }; + return (0, cB.eachItem)(J, Y.type.length === 0 ? (X) => lB.call(this, X, Y) : (X) => Y.type.forEach((W) => lB.call(this, X, Y, W))), this; + } + getKeyword($) { + let Q = this.RULES.all[$]; + return typeof Q == "object" ? Q.definition : !!Q; + } + removeKeyword($) { + let { RULES: Q } = this; + delete Q.keywords[$], delete Q.all[$]; + for (let J of Q.rules) { + let Y = J.rules.findIndex((X) => X.keyword === $); + if (Y >= 0) J.rules.splice(Y, 1); + } + return this; + } + addFormat($, Q) { + if (typeof Q == "string") Q = new RegExp(Q); + return this.formats[$] = Q, this; + } + errorsText($ = this.errors, { separator: Q = ", ", dataVar: J = "data" } = {}) { + if (!$ || $.length === 0) return "No errors"; + return $.map((Y) => `${J}${Y.instancePath} ${Y.message}`).reduce((Y, X) => Y + Q + X); + } + $dataMetaSchema($, Q) { + let J = this.RULES.all; + $ = JSON.parse(JSON.stringify($)); + for (let Y of Q) { + let X = Y.split("/").slice(1), W = $; + for (let G of X) W = W[G]; + for (let G in J) { + let U = J[G]; + if (typeof U != "object") continue; + let { $data: H } = U.definition, q = W[G]; + if (H && q) W[G] = CI(q); + } + } + return $; + } + _removeAllSchemas($, Q) { + for (let J in $) { + let Y = $[J]; + if (!Q || Q.test(J)) { + if (typeof Y == "string") delete $[J]; + else if (Y && !Y.meta) this._cache.delete(Y.schema), delete $[J]; + } + } + } + _addSchema($, Q, J, Y = this.opts.validateSchema, X = this.opts.addUsedSchema) { + let W, { schemaId: G } = this.opts; + if (typeof $ == "object") W = $[G]; + else if (this.opts.jtd) throw Error("schema must be object"); + else if (typeof $ != "boolean") throw Error("schema must be object or boolean"); + let U = this._cache.get($); + if (U !== void 0) return U; + J = (0, yJ.normalizeId)(W || J); + let H = yJ.getSchemaRefs.call(this, $, J); + if (U = new xJ.SchemaEnv({ schema: $, schemaId: G, meta: Q, baseId: J, localRefs: H }), this._cache.set(U.schema, U), X && !J.startsWith("#")) { + if (J) this._checkUnique(J); + this.refs[J] = U; + } + if (Y) this.validateSchema($, true); + return U; + } + _checkUnique($) { + if (this.schemas[$] || this.refs[$]) throw Error(`schema with key or id "${$}" already exists`); + } + _compileSchemaEnv($) { + if ($.meta) this._compileMetaSchema($); + else xJ.compileSchema.call(this, $); + if (!$.validate) throw Error("ajv implementation error"); + return $.validate; + } + _compileMetaSchema($) { + let Q = this.opts; + this.opts = this._metaOpts; + try { + xJ.compileSchema.call(this, $); + } finally { + this.opts = Q; + } + } + } + CW.ValidationError = ar.default; + CW.MissingRefError = SI.default; + J1.default = CW; + function _I($, Q, J, Y = "error") { + for (let X in $) { + let W = X; + if (W in Q) this.logger[Y](`${J}: option ${X}. ${$[W]}`); + } + } + function kI($) { + return $ = (0, yJ.normalizeId)($), this.schemas[$] || this.refs[$]; + } + function Go() { + let $ = this.opts.schemas; + if (!$) return; + if (Array.isArray($)) this.addSchema($); + else for (let Q in $) this.addSchema($[Q], Q); + } + function Uo() { + for (let $ in this.opts.formats) { + let Q = this.opts.formats[$]; + if (Q) this.addFormat($, Q); + } + } + function Ho($) { + if (Array.isArray($)) { + this.addVocabulary($); + return; + } + this.logger.warn("keywords option as map is deprecated, pass array"); + for (let Q in $) { + let J = $[Q]; + if (!J.keyword) J.keyword = Q; + this.addKeyword(J); + } + } + function Ko() { + let $ = { ...this.opts }; + for (let Q of Qo) delete $[Q]; + return $; + } + var qo = { log() { + }, warn() { + }, error() { + } }; + function Vo($) { + if ($ === false) return qo; + if ($ === void 0) return console; + if ($.log && $.warn && $.error) return $; + throw Error("logger must implement log, warn and error methods"); + } + var Bo = /^[a-z_$][a-z0-9_$:-]*$/i; + function zo($, Q) { + let { RULES: J } = this; + if ((0, cB.eachItem)($, (Y) => { + if (J.keywords[Y]) throw Error(`Keyword ${Y} is already defined`); + if (!Bo.test(Y)) throw Error(`Keyword ${Y} has invalid name`); + }), !Q) return; + if (Q.$data && !("code" in Q || "validate" in Q)) throw Error('$data keyword must have "code" or "validate" function'); + } + function lB($, Q, J) { + var Y; + let X = Q === null || Q === void 0 ? void 0 : Q.post; + if (J && X) throw Error('keyword with "post" flag cannot have "type"'); + let { RULES: W } = this, G = X ? W.post : W.rules.find(({ type: H }) => H === J); + if (!G) G = { type: J, rules: [] }, W.rules.push(G); + if (W.keywords[$] = true, !Q) return; + let U = { keyword: $, definition: { ...Q, type: (0, vW.getJSONTypes)(Q.type), schemaType: (0, vW.getJSONTypes)(Q.schemaType) } }; + if (Q.before) No.call(this, G, U, Q.before); + else G.rules.push(U); + W.all[$] = U, (Y = Q.implements) === null || Y === void 0 || Y.forEach((H) => this.addKeyword(H)); + } + function No($, Q, J) { + let Y = $.rules.findIndex((X) => X.keyword === J); + if (Y >= 0) $.rules.splice(Y, 0, Q); + else $.rules.push(Q), this.logger.warn(`rule ${J} is not defined`); + } + function wo($) { + let { metaSchema: Q } = $; + if (Q === void 0) return; + if ($.$data && this.opts.$data) Q = CI(Q); + $.validateSchema = this.compile(Q, true); + } + var Oo = { $ref: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#" }; + function CI($) { + return { anyOf: [$, Oo] }; + } +}); +var yI = I((xI) => { + Object.defineProperty(xI, "__esModule", { value: true }); + var Zo = { keyword: "id", code() { + throw Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID'); + } }; + xI.default = Zo; +}); +var lI = I((uI) => { + Object.defineProperty(uI, "__esModule", { value: true }); + uI.callRef = uI.getValidate = void 0; + var Lo = vJ(), fI = $4(), _6 = Q$(), D9 = $1(), gI = bW(), TW = q$(), jo = { keyword: "$ref", schemaType: "string", code($) { + let { gen: Q, schema: J, it: Y } = $, { baseId: X, schemaEnv: W, validateName: G, opts: U, self: H } = Y, { root: q } = W; + if ((J === "#" || J === "#/") && X === q.baseId) return B(); + let V = gI.resolveRef.call(H, q, X, J); + if (V === void 0) throw new Lo.default(Y.opts.uriResolver, X, J); + if (V instanceof gI.SchemaEnv) return z4(V); + return N(V); + function B() { + if (W === q) return xW($, G, W, W.$async); + let w = Q.scopeValue("root", { ref: q }); + return xW($, _6._`${w}.validate`, q, q.$async); + } + function z4(w) { + let O = hI($, w); + xW($, O, w, w.$async); + } + function N(w) { + let O = Q.scopeValue("schema", U.code.source === true ? { ref: w, code: (0, _6.stringify)(w) } : { ref: w }), D = Q.name("valid"), M = $.subschema({ schema: w, dataTypes: [], schemaPath: _6.nil, topSchemaRef: O, errSchemaPath: J }, D); + $.mergeEvaluated(M), $.ok(D); + } + } }; + function hI($, Q) { + let { gen: J } = $; + return Q.validate ? J.scopeValue("validate", { ref: Q.validate }) : _6._`${J.scopeValue("wrapper", { ref: Q })}.validate`; + } + uI.getValidate = hI; + function xW($, Q, J, Y) { + let { gen: X, it: W } = $, { allErrors: G, schemaEnv: U, opts: H } = W, q = H.passContext ? D9.default.this : _6.nil; + if (Y) V(); + else B(); + function V() { + if (!U.$async) throw Error("async schema referenced by sync schema"); + let w = X.let("valid"); + X.try(() => { + if (X.code(_6._`await ${(0, fI.callValidateCode)($, Q, q)}`), N(Q), !G) X.assign(w, true); + }, (O) => { + if (X.if(_6._`!(${O} instanceof ${W.ValidationError})`, () => X.throw(O)), z4(O), !G) X.assign(w, false); + }), $.ok(w); + } + function B() { + $.result((0, fI.callValidateCode)($, Q, q), () => N(Q), () => z4(Q)); + } + function z4(w) { + let O = _6._`${w}.errors`; + X.assign(D9.default.vErrors, _6._`${D9.default.vErrors} === null ? ${O} : ${D9.default.vErrors}.concat(${O})`), X.assign(D9.default.errors, _6._`${D9.default.vErrors}.length`); + } + function N(w) { + var O; + if (!W.opts.unevaluated) return; + let D = (O = J === null || J === void 0 ? void 0 : J.validate) === null || O === void 0 ? void 0 : O.evaluated; + if (W.props !== true) if (D && !D.dynamicProps) { + if (D.props !== void 0) W.props = TW.mergeEvaluated.props(X, D.props, W.props); + } else { + let M = X.var("props", _6._`${w}.evaluated.props`); + W.props = TW.mergeEvaluated.props(X, M, W.props, _6.Name); + } + if (W.items !== true) if (D && !D.dynamicItems) { + if (D.items !== void 0) W.items = TW.mergeEvaluated.items(X, D.items, W.items); + } else { + let M = X.var("items", _6._`${w}.evaluated.items`); + W.items = TW.mergeEvaluated.items(X, M, W.items, _6.Name); + } + } + } + uI.callRef = xW; + uI.default = jo; +}); +var pI = I((cI) => { + Object.defineProperty(cI, "__esModule", { value: true }); + var Ro = yI(), Po = lI(), Eo = ["$schema", "$id", "$defs", "$vocabulary", { keyword: "$comment" }, "definitions", Ro.default, Po.default]; + cI.default = Eo; +}); +var iI = I((dI) => { + Object.defineProperty(dI, "__esModule", { value: true }); + var yW = Q$(), u1 = yW.operators, fW = { maximum: { okStr: "<=", ok: u1.LTE, fail: u1.GT }, minimum: { okStr: ">=", ok: u1.GTE, fail: u1.LT }, exclusiveMaximum: { okStr: "<", ok: u1.LT, fail: u1.GTE }, exclusiveMinimum: { okStr: ">", ok: u1.GT, fail: u1.LTE } }, _o = { message: ({ keyword: $, schemaCode: Q }) => yW.str`must be ${fW[$].okStr} ${Q}`, params: ({ keyword: $, schemaCode: Q }) => yW._`{comparison: ${fW[$].okStr}, limit: ${Q}}` }, ko = { keyword: Object.keys(fW), type: "number", schemaType: "number", $data: true, error: _o, code($) { + let { keyword: Q, data: J, schemaCode: Y } = $; + $.fail$data(yW._`${J} ${fW[Q].fail} ${Y} || isNaN(${J})`); + } }; + dI.default = ko; +}); +var rI = I((nI) => { + Object.defineProperty(nI, "__esModule", { value: true }); + var fJ = Q$(), vo = { message: ({ schemaCode: $ }) => fJ.str`must be multiple of ${$}`, params: ({ schemaCode: $ }) => fJ._`{multipleOf: ${$}}` }, Co = { keyword: "multipleOf", type: "number", schemaType: "number", $data: true, error: vo, code($) { + let { gen: Q, data: J, schemaCode: Y, it: X } = $, W = X.opts.multipleOfPrecision, G = Q.let("res"), U = W ? fJ._`Math.abs(Math.round(${G}) - ${G}) > 1e-${W}` : fJ._`${G} !== parseInt(${G})`; + $.fail$data(fJ._`(${Y} === 0 || (${G} = ${J}/${Y}, ${U}))`); + } }; + nI.default = Co; +}); +var aI = I((tI) => { + Object.defineProperty(tI, "__esModule", { value: true }); + function oI($) { + let Q = $.length, J = 0, Y = 0, X; + while (Y < Q) if (J++, X = $.charCodeAt(Y++), X >= 55296 && X <= 56319 && Y < Q) { + if (X = $.charCodeAt(Y), (X & 64512) === 56320) Y++; + } + return J; + } + tI.default = oI; + oI.code = 'require("ajv/dist/runtime/ucs2length").default'; +}); +var eI = I((sI) => { + Object.defineProperty(sI, "__esModule", { value: true }); + var f0 = Q$(), yo = q$(), fo = aI(), go = { message({ keyword: $, schemaCode: Q }) { + let J = $ === "maxLength" ? "more" : "fewer"; + return f0.str`must NOT have ${J} than ${Q} characters`; + }, params: ({ schemaCode: $ }) => f0._`{limit: ${$}}` }, ho = { keyword: ["maxLength", "minLength"], type: "string", schemaType: "number", $data: true, error: go, code($) { + let { keyword: Q, data: J, schemaCode: Y, it: X } = $, W = Q === "maxLength" ? f0.operators.GT : f0.operators.LT, G = X.opts.unicode === false ? f0._`${J}.length` : f0._`${(0, yo.useFunc)($.gen, fo.default)}(${J})`; + $.fail$data(f0._`${G} ${W} ${Y}`); + } }; + sI.default = ho; +}); +var QR = I(($R) => { + Object.defineProperty($R, "__esModule", { value: true }); + var mo = $4(), lo = q$(), F9 = Q$(), co = { message: ({ schemaCode: $ }) => F9.str`must match pattern "${$}"`, params: ({ schemaCode: $ }) => F9._`{pattern: ${$}}` }, po = { keyword: "pattern", type: "string", schemaType: "string", $data: true, error: co, code($) { + let { gen: Q, data: J, $data: Y, schema: X, schemaCode: W, it: G } = $, U = G.opts.unicodeRegExp ? "u" : ""; + if (Y) { + let { regExp: H } = G.opts.code, q = H.code === "new RegExp" ? F9._`new RegExp` : (0, lo.useFunc)(Q, H), V = Q.let("valid"); + Q.try(() => Q.assign(V, F9._`${q}(${W}, ${U}).test(${J})`), () => Q.assign(V, false)), $.fail$data(F9._`!${V}`); + } else { + let H = (0, mo.usePattern)($, X); + $.fail$data(F9._`!${H}.test(${J})`); + } + } }; + $R.default = po; +}); +var XR = I((JR) => { + Object.defineProperty(JR, "__esModule", { value: true }); + var gJ = Q$(), no = { message({ keyword: $, schemaCode: Q }) { + let J = $ === "maxProperties" ? "more" : "fewer"; + return gJ.str`must NOT have ${J} than ${Q} properties`; + }, params: ({ schemaCode: $ }) => gJ._`{limit: ${$}}` }, ro = { keyword: ["maxProperties", "minProperties"], type: "object", schemaType: "number", $data: true, error: no, code($) { + let { keyword: Q, data: J, schemaCode: Y } = $, X = Q === "maxProperties" ? gJ.operators.GT : gJ.operators.LT; + $.fail$data(gJ._`Object.keys(${J}).length ${X} ${Y}`); + } }; + JR.default = ro; +}); +var WR = I((YR) => { + Object.defineProperty(YR, "__esModule", { value: true }); + var hJ = $4(), uJ = Q$(), to = q$(), ao = { message: ({ params: { missingProperty: $ } }) => uJ.str`must have required property '${$}'`, params: ({ params: { missingProperty: $ } }) => uJ._`{missingProperty: ${$}}` }, so = { keyword: "required", type: "object", schemaType: "array", $data: true, error: ao, code($) { + let { gen: Q, schema: J, schemaCode: Y, data: X, $data: W, it: G } = $, { opts: U } = G; + if (!W && J.length === 0) return; + let H = J.length >= U.loopRequired; + if (G.allErrors) q(); + else V(); + if (U.strictRequired) { + let N = $.parentSchema.properties, { definedProperties: w } = $.it; + for (let O of J) if ((N === null || N === void 0 ? void 0 : N[O]) === void 0 && !w.has(O)) { + let D = G.schemaEnv.baseId + G.errSchemaPath, M = `required property "${O}" is not defined at "${D}" (strictRequired)`; + (0, to.checkStrictMode)(G, M, G.opts.strictRequired); + } + } + function q() { + if (H || W) $.block$data(uJ.nil, B); + else for (let N of J) (0, hJ.checkReportMissingProp)($, N); + } + function V() { + let N = Q.let("missing"); + if (H || W) { + let w = Q.let("valid", true); + $.block$data(w, () => z4(N, w)), $.ok(w); + } else Q.if((0, hJ.checkMissingProp)($, J, N)), (0, hJ.reportMissingProp)($, N), Q.else(); + } + function B() { + Q.forOf("prop", Y, (N) => { + $.setParams({ missingProperty: N }), Q.if((0, hJ.noPropertyInData)(Q, X, N, U.ownProperties), () => $.error()); + }); + } + function z4(N, w) { + $.setParams({ missingProperty: N }), Q.forOf(N, Y, () => { + Q.assign(w, (0, hJ.propertyInData)(Q, X, N, U.ownProperties)), Q.if((0, uJ.not)(w), () => { + $.error(), Q.break(); + }); + }, uJ.nil); + } + } }; + YR.default = so; +}); +var UR = I((GR) => { + Object.defineProperty(GR, "__esModule", { value: true }); + var mJ = Q$(), $t = { message({ keyword: $, schemaCode: Q }) { + let J = $ === "maxItems" ? "more" : "fewer"; + return mJ.str`must NOT have ${J} than ${Q} items`; + }, params: ({ schemaCode: $ }) => mJ._`{limit: ${$}}` }, Qt = { keyword: ["maxItems", "minItems"], type: "array", schemaType: "number", $data: true, error: $t, code($) { + let { keyword: Q, data: J, schemaCode: Y } = $, X = Q === "maxItems" ? mJ.operators.GT : mJ.operators.LT; + $.fail$data(mJ._`${J}.length ${X} ${Y}`); + } }; + GR.default = Qt; +}); +var gW = I((KR) => { + Object.defineProperty(KR, "__esModule", { value: true }); + var HR = EB(); + HR.code = 'require("ajv/dist/runtime/equal").default'; + KR.default = HR; +}); +var VR = I((qR) => { + Object.defineProperty(qR, "__esModule", { value: true }); + var pB = EJ(), Y6 = Q$(), Yt = q$(), Wt = gW(), Gt = { message: ({ params: { i: $, j: Q } }) => Y6.str`must NOT have duplicate items (items ## ${Q} and ${$} are identical)`, params: ({ params: { i: $, j: Q } }) => Y6._`{i: ${$}, j: ${Q}}` }, Ut = { keyword: "uniqueItems", type: "array", schemaType: "boolean", $data: true, error: Gt, code($) { + let { gen: Q, data: J, $data: Y, schema: X, parentSchema: W, schemaCode: G, it: U } = $; + if (!Y && !X) return; + let H = Q.let("valid"), q = W.items ? (0, pB.getSchemaTypes)(W.items) : []; + $.block$data(H, V, Y6._`${G} === false`), $.ok(H); + function V() { + let w = Q.let("i", Y6._`${J}.length`), O = Q.let("j"); + $.setParams({ i: w, j: O }), Q.assign(H, true), Q.if(Y6._`${w} > 1`, () => (B() ? z4 : N)(w, O)); + } + function B() { + return q.length > 0 && !q.some((w) => w === "object" || w === "array"); + } + function z4(w, O) { + let D = Q.name("item"), M = (0, pB.checkDataTypes)(q, D, U.opts.strictNumbers, pB.DataType.Wrong), j = Q.const("indices", Y6._`{}`); + Q.for(Y6._`;${w}--;`, () => { + if (Q.let(D, Y6._`${J}[${w}]`), Q.if(M, Y6._`continue`), q.length > 1) Q.if(Y6._`typeof ${D} == "string"`, Y6._`${D} += "_"`); + Q.if(Y6._`typeof ${j}[${D}] == "number"`, () => { + Q.assign(O, Y6._`${j}[${D}]`), $.error(), Q.assign(H, false).break(); + }).code(Y6._`${j}[${D}] = ${w}`); + }); + } + function N(w, O) { + let D = (0, Yt.useFunc)(Q, Wt.default), M = Q.name("outer"); + Q.label(M).for(Y6._`;${w}--;`, () => Q.for(Y6._`${O} = ${w}; ${O}--;`, () => Q.if(Y6._`${D}(${J}[${w}], ${J}[${O}])`, () => { + $.error(), Q.assign(H, false).break(M); + }))); + } + } }; + qR.default = Ut; +}); +var zR = I((BR) => { + Object.defineProperty(BR, "__esModule", { value: true }); + var dB = Q$(), Kt = q$(), qt = gW(), Vt = { message: "must be equal to constant", params: ({ schemaCode: $ }) => dB._`{allowedValue: ${$}}` }, Bt = { keyword: "const", $data: true, error: Vt, code($) { + let { gen: Q, data: J, $data: Y, schemaCode: X, schema: W } = $; + if (Y || W && typeof W == "object") $.fail$data(dB._`!${(0, Kt.useFunc)(Q, qt.default)}(${J}, ${X})`); + else $.fail(dB._`${W} !== ${J}`); + } }; + BR.default = Bt; +}); +var wR = I((NR) => { + Object.defineProperty(NR, "__esModule", { value: true }); + var lJ = Q$(), Nt = q$(), wt = gW(), Ot = { message: "must be equal to one of the allowed values", params: ({ schemaCode: $ }) => lJ._`{allowedValues: ${$}}` }, Dt = { keyword: "enum", schemaType: "array", $data: true, error: Ot, code($) { + let { gen: Q, data: J, $data: Y, schema: X, schemaCode: W, it: G } = $; + if (!Y && X.length === 0) throw Error("enum must have non-empty array"); + let U = X.length >= G.opts.loopEnum, H, q = () => H !== null && H !== void 0 ? H : H = (0, Nt.useFunc)(Q, wt.default), V; + if (U || Y) V = Q.let("valid"), $.block$data(V, B); + else { + if (!Array.isArray(X)) throw Error("ajv implementation error"); + let N = Q.const("vSchema", W); + V = (0, lJ.or)(...X.map((w, O) => z4(N, O))); + } + $.pass(V); + function B() { + Q.assign(V, false), Q.forOf("v", W, (N) => Q.if(lJ._`${q()}(${J}, ${N})`, () => Q.assign(V, true).break())); + } + function z4(N, w) { + let O = X[w]; + return typeof O === "object" && O !== null ? lJ._`${q()}(${J}, ${N}[${w}])` : lJ._`${J} === ${O}`; + } + } }; + NR.default = Dt; +}); +var DR = I((OR) => { + Object.defineProperty(OR, "__esModule", { value: true }); + var Zt = iI(), Mt = rI(), Lt = eI(), jt = QR(), At = XR(), It = WR(), Rt = UR(), Pt = VR(), Et = zR(), bt = wR(), _t = [Zt.default, Mt.default, Lt.default, jt.default, At.default, It.default, Rt.default, Pt.default, { keyword: "type", schemaType: ["string", "array"] }, { keyword: "nullable", schemaType: "boolean" }, Et.default, bt.default]; + OR.default = _t; +}); +var nB = I((ZR) => { + Object.defineProperty(ZR, "__esModule", { value: true }); + ZR.validateAdditionalItems = void 0; + var g0 = Q$(), iB = q$(), St = { message: ({ params: { len: $ } }) => g0.str`must NOT have more than ${$} items`, params: ({ params: { len: $ } }) => g0._`{limit: ${$}}` }, vt = { keyword: "additionalItems", type: "array", schemaType: ["boolean", "object"], before: "uniqueItems", error: St, code($) { + let { parentSchema: Q, it: J } = $, { items: Y } = Q; + if (!Array.isArray(Y)) { + (0, iB.checkStrictMode)(J, '"additionalItems" is ignored when "items" is not an array of schemas'); + return; + } + FR($, Y); + } }; + function FR($, Q) { + let { gen: J, schema: Y, data: X, keyword: W, it: G } = $; + G.items = true; + let U = J.const("len", g0._`${X}.length`); + if (Y === false) $.setParams({ len: Q.length }), $.pass(g0._`${U} <= ${Q.length}`); + else if (typeof Y == "object" && !(0, iB.alwaysValidSchema)(G, Y)) { + let q = J.var("valid", g0._`${U} <= ${Q.length}`); + J.if((0, g0.not)(q), () => H(q)), $.ok(q); + } + function H(q) { + J.forRange("i", Q.length, U, (V) => { + if ($.subschema({ keyword: W, dataProp: V, dataPropType: iB.Type.Num }, q), !G.allErrors) J.if((0, g0.not)(q), () => J.break()); + }); + } + } + ZR.validateAdditionalItems = FR; + ZR.default = vt; +}); +var rB = I((AR) => { + Object.defineProperty(AR, "__esModule", { value: true }); + AR.validateTuple = void 0; + var LR = Q$(), hW = q$(), Tt = $4(), xt = { keyword: "items", type: "array", schemaType: ["object", "array", "boolean"], before: "uniqueItems", code($) { + let { schema: Q, it: J } = $; + if (Array.isArray(Q)) return jR($, "additionalItems", Q); + if (J.items = true, (0, hW.alwaysValidSchema)(J, Q)) return; + $.ok((0, Tt.validateArray)($)); + } }; + function jR($, Q, J = $.schema) { + let { gen: Y, parentSchema: X, data: W, keyword: G, it: U } = $; + if (V(X), U.opts.unevaluated && J.length && U.items !== true) U.items = hW.mergeEvaluated.items(Y, J.length, U.items); + let H = Y.name("valid"), q = Y.const("len", LR._`${W}.length`); + J.forEach((B, z4) => { + if ((0, hW.alwaysValidSchema)(U, B)) return; + Y.if(LR._`${q} > ${z4}`, () => $.subschema({ keyword: G, schemaProp: z4, dataProp: z4 }, H)), $.ok(H); + }); + function V(B) { + let { opts: z4, errSchemaPath: N } = U, w = J.length, O = w === B.minItems && (w === B.maxItems || B[Q] === false); + if (z4.strictTuples && !O) { + let D = `"${G}" is ${w}-tuple, but minItems or maxItems/${Q} are not specified or different at path "${N}"`; + (0, hW.checkStrictMode)(U, D, z4.strictTuples); + } + } + } + AR.validateTuple = jR; + AR.default = xt; +}); +var PR = I((RR) => { + Object.defineProperty(RR, "__esModule", { value: true }); + var ft = rB(), gt = { keyword: "prefixItems", type: "array", schemaType: ["array"], before: "uniqueItems", code: ($) => (0, ft.validateTuple)($, "items") }; + RR.default = gt; +}); +var _R = I((bR) => { + Object.defineProperty(bR, "__esModule", { value: true }); + var ER = Q$(), ut = q$(), mt = $4(), lt = nB(), ct = { message: ({ params: { len: $ } }) => ER.str`must NOT have more than ${$} items`, params: ({ params: { len: $ } }) => ER._`{limit: ${$}}` }, pt = { keyword: "items", type: "array", schemaType: ["object", "boolean"], before: "uniqueItems", error: ct, code($) { + let { schema: Q, parentSchema: J, it: Y } = $, { prefixItems: X } = J; + if (Y.items = true, (0, ut.alwaysValidSchema)(Y, Q)) return; + if (X) (0, lt.validateAdditionalItems)($, X); + else $.ok((0, mt.validateArray)($)); + } }; + bR.default = pt; +}); +var SR = I((kR) => { + Object.defineProperty(kR, "__esModule", { value: true }); + var Q4 = Q$(), uW = q$(), it = { message: ({ params: { min: $, max: Q } }) => Q === void 0 ? Q4.str`must contain at least ${$} valid item(s)` : Q4.str`must contain at least ${$} and no more than ${Q} valid item(s)`, params: ({ params: { min: $, max: Q } }) => Q === void 0 ? Q4._`{minContains: ${$}}` : Q4._`{minContains: ${$}, maxContains: ${Q}}` }, nt = { keyword: "contains", type: "array", schemaType: ["object", "boolean"], before: "uniqueItems", trackErrors: true, error: it, code($) { + let { gen: Q, schema: J, parentSchema: Y, data: X, it: W } = $, G, U, { minContains: H, maxContains: q } = Y; + if (W.opts.next) G = H === void 0 ? 1 : H, U = q; + else G = 1; + let V = Q.const("len", Q4._`${X}.length`); + if ($.setParams({ min: G, max: U }), U === void 0 && G === 0) { + (0, uW.checkStrictMode)(W, '"minContains" == 0 without "maxContains": "contains" keyword ignored'); + return; + } + if (U !== void 0 && G > U) { + (0, uW.checkStrictMode)(W, '"minContains" > "maxContains" is always invalid'), $.fail(); + return; + } + if ((0, uW.alwaysValidSchema)(W, J)) { + let O = Q4._`${V} >= ${G}`; + if (U !== void 0) O = Q4._`${O} && ${V} <= ${U}`; + $.pass(O); + return; + } + W.items = true; + let B = Q.name("valid"); + if (U === void 0 && G === 1) N(B, () => Q.if(B, () => Q.break())); + else if (G === 0) { + if (Q.let(B, true), U !== void 0) Q.if(Q4._`${X}.length > 0`, z4); + } else Q.let(B, false), z4(); + $.result(B, () => $.reset()); + function z4() { + let O = Q.name("_valid"), D = Q.let("count", 0); + N(O, () => Q.if(O, () => w(D))); + } + function N(O, D) { + Q.forRange("i", 0, V, (M) => { + $.subschema({ keyword: "contains", dataProp: M, dataPropType: uW.Type.Num, compositeRule: true }, O), D(); + }); + } + function w(O) { + if (Q.code(Q4._`${O}++`), U === void 0) Q.if(Q4._`${O} >= ${G}`, () => Q.assign(B, true).break()); + else if (Q.if(Q4._`${O} > ${U}`, () => Q.assign(B, false).break()), G === 1) Q.assign(B, true); + else Q.if(Q4._`${O} >= ${G}`, () => Q.assign(B, true)); + } + } }; + kR.default = nt; +}); +var fR = I((TR) => { + Object.defineProperty(TR, "__esModule", { value: true }); + TR.validateSchemaDeps = TR.validatePropertyDeps = TR.error = void 0; + var oB = Q$(), ot = q$(), cJ = $4(); + TR.error = { message: ({ params: { property: $, depsCount: Q, deps: J } }) => { + let Y = Q === 1 ? "property" : "properties"; + return oB.str`must have ${Y} ${J} when property ${$} is present`; + }, params: ({ params: { property: $, depsCount: Q, deps: J, missingProperty: Y } }) => oB._`{property: ${$}, + missingProperty: ${Y}, + depsCount: ${Q}, + deps: ${J}}` }; + var tt = { keyword: "dependencies", type: "object", schemaType: "object", error: TR.error, code($) { + let [Q, J] = at($); + vR($, Q), CR($, J); + } }; + function at({ schema: $ }) { + let Q = {}, J = {}; + for (let Y in $) { + if (Y === "__proto__") continue; + let X = Array.isArray($[Y]) ? Q : J; + X[Y] = $[Y]; + } + return [Q, J]; + } + function vR($, Q = $.schema) { + let { gen: J, data: Y, it: X } = $; + if (Object.keys(Q).length === 0) return; + let W = J.let("missing"); + for (let G in Q) { + let U = Q[G]; + if (U.length === 0) continue; + let H = (0, cJ.propertyInData)(J, Y, G, X.opts.ownProperties); + if ($.setParams({ property: G, depsCount: U.length, deps: U.join(", ") }), X.allErrors) J.if(H, () => { + for (let q of U) (0, cJ.checkReportMissingProp)($, q); + }); + else J.if(oB._`${H} && (${(0, cJ.checkMissingProp)($, U, W)})`), (0, cJ.reportMissingProp)($, W), J.else(); + } + } + TR.validatePropertyDeps = vR; + function CR($, Q = $.schema) { + let { gen: J, data: Y, keyword: X, it: W } = $, G = J.name("valid"); + for (let U in Q) { + if ((0, ot.alwaysValidSchema)(W, Q[U])) continue; + J.if((0, cJ.propertyInData)(J, Y, U, W.opts.ownProperties), () => { + let H = $.subschema({ keyword: X, schemaProp: U }, G); + $.mergeValidEvaluated(H, G); + }, () => J.var(G, true)), $.ok(G); + } + } + TR.validateSchemaDeps = CR; + TR.default = tt; +}); +var uR = I((hR) => { + Object.defineProperty(hR, "__esModule", { value: true }); + var gR = Q$(), $a = q$(), Qa = { message: "property name must be valid", params: ({ params: $ }) => gR._`{propertyName: ${$.propertyName}}` }, Ja = { keyword: "propertyNames", type: "object", schemaType: ["object", "boolean"], error: Qa, code($) { + let { gen: Q, schema: J, data: Y, it: X } = $; + if ((0, $a.alwaysValidSchema)(X, J)) return; + let W = Q.name("valid"); + Q.forIn("key", Y, (G) => { + $.setParams({ propertyName: G }), $.subschema({ keyword: "propertyNames", data: G, dataTypes: ["string"], propertyName: G, compositeRule: true }, W), Q.if((0, gR.not)(W), () => { + if ($.error(true), !X.allErrors) Q.break(); + }); + }), $.ok(W); + } }; + hR.default = Ja; +}); +var tB = I((mR) => { + Object.defineProperty(mR, "__esModule", { value: true }); + var mW = $4(), O4 = Q$(), Ya = $1(), lW = q$(), Wa = { message: "must NOT have additional properties", params: ({ params: $ }) => O4._`{additionalProperty: ${$.additionalProperty}}` }, Ga = { keyword: "additionalProperties", type: ["object"], schemaType: ["boolean", "object"], allowUndefined: true, trackErrors: true, error: Wa, code($) { + let { gen: Q, schema: J, parentSchema: Y, data: X, errsCount: W, it: G } = $; + if (!W) throw Error("ajv implementation error"); + let { allErrors: U, opts: H } = G; + if (G.props = true, H.removeAdditional !== "all" && (0, lW.alwaysValidSchema)(G, J)) return; + let q = (0, mW.allSchemaProperties)(Y.properties), V = (0, mW.allSchemaProperties)(Y.patternProperties); + B(), $.ok(O4._`${W} === ${Ya.default.errors}`); + function B() { + Q.forIn("key", X, (D) => { + if (!q.length && !V.length) w(D); + else Q.if(z4(D), () => w(D)); + }); + } + function z4(D) { + let M; + if (q.length > 8) { + let j = (0, lW.schemaRefOrVal)(G, Y.properties, "properties"); + M = (0, mW.isOwnProperty)(Q, j, D); + } else if (q.length) M = (0, O4.or)(...q.map((j) => O4._`${D} === ${j}`)); + else M = O4.nil; + if (V.length) M = (0, O4.or)(M, ...V.map((j) => O4._`${(0, mW.usePattern)($, j)}.test(${D})`)); + return (0, O4.not)(M); + } + function N(D) { + Q.code(O4._`delete ${X}[${D}]`); + } + function w(D) { + if (H.removeAdditional === "all" || H.removeAdditional && J === false) { + N(D); + return; + } + if (J === false) { + if ($.setParams({ additionalProperty: D }), $.error(), !U) Q.break(); + return; + } + if (typeof J == "object" && !(0, lW.alwaysValidSchema)(G, J)) { + let M = Q.name("valid"); + if (H.removeAdditional === "failing") O(D, M, false), Q.if((0, O4.not)(M), () => { + $.reset(), N(D); + }); + else if (O(D, M), !U) Q.if((0, O4.not)(M), () => Q.break()); + } + } + function O(D, M, j) { + let A = { keyword: "additionalProperties", dataProp: D, dataPropType: lW.Type.Str }; + if (j === false) Object.assign(A, { compositeRule: true, createErrors: false, allErrors: false }); + $.subschema(A, M); + } + } }; + mR.default = Ga; +}); +var dR = I((pR) => { + Object.defineProperty(pR, "__esModule", { value: true }); + var Ha = SJ(), lR = $4(), aB = q$(), cR = tB(), Ka = { keyword: "properties", type: "object", schemaType: "object", code($) { + let { gen: Q, schema: J, parentSchema: Y, data: X, it: W } = $; + if (W.opts.removeAdditional === "all" && Y.additionalProperties === void 0) cR.default.code(new Ha.KeywordCxt(W, cR.default, "additionalProperties")); + let G = (0, lR.allSchemaProperties)(J); + for (let B of G) W.definedProperties.add(B); + if (W.opts.unevaluated && G.length && W.props !== true) W.props = aB.mergeEvaluated.props(Q, (0, aB.toHash)(G), W.props); + let U = G.filter((B) => !(0, aB.alwaysValidSchema)(W, J[B])); + if (U.length === 0) return; + let H = Q.name("valid"); + for (let B of U) { + if (q(B)) V(B); + else { + if (Q.if((0, lR.propertyInData)(Q, X, B, W.opts.ownProperties)), V(B), !W.allErrors) Q.else().var(H, true); + Q.endIf(); + } + $.it.definedProperties.add(B), $.ok(H); + } + function q(B) { + return W.opts.useDefaults && !W.compositeRule && J[B].default !== void 0; + } + function V(B) { + $.subschema({ keyword: "properties", schemaProp: B, dataProp: B }, H); + } + } }; + pR.default = Ka; +}); +var tR = I((oR) => { + Object.defineProperty(oR, "__esModule", { value: true }); + var iR = $4(), cW = Q$(), nR = q$(), rR = q$(), Va = { keyword: "patternProperties", type: "object", schemaType: "object", code($) { + let { gen: Q, schema: J, data: Y, parentSchema: X, it: W } = $, { opts: G } = W, U = (0, iR.allSchemaProperties)(J), H = U.filter((O) => (0, nR.alwaysValidSchema)(W, J[O])); + if (U.length === 0 || H.length === U.length && (!W.opts.unevaluated || W.props === true)) return; + let q = G.strictSchema && !G.allowMatchingProperties && X.properties, V = Q.name("valid"); + if (W.props !== true && !(W.props instanceof cW.Name)) W.props = (0, rR.evaluatedPropsToName)(Q, W.props); + let { props: B } = W; + z4(); + function z4() { + for (let O of U) { + if (q) N(O); + if (W.allErrors) w(O); + else Q.var(V, true), w(O), Q.if(V); + } + } + function N(O) { + for (let D in q) if (new RegExp(O).test(D)) (0, nR.checkStrictMode)(W, `property ${D} matches pattern ${O} (use allowMatchingProperties)`); + } + function w(O) { + Q.forIn("key", Y, (D) => { + Q.if(cW._`${(0, iR.usePattern)($, O)}.test(${D})`, () => { + let M = H.includes(O); + if (!M) $.subschema({ keyword: "patternProperties", schemaProp: O, dataProp: D, dataPropType: rR.Type.Str }, V); + if (W.opts.unevaluated && B !== true) Q.assign(cW._`${B}[${D}]`, true); + else if (!M && !W.allErrors) Q.if((0, cW.not)(V), () => Q.break()); + }); + }); + } + } }; + oR.default = Va; +}); +var sR = I((aR) => { + Object.defineProperty(aR, "__esModule", { value: true }); + var za = q$(), Na = { keyword: "not", schemaType: ["object", "boolean"], trackErrors: true, code($) { + let { gen: Q, schema: J, it: Y } = $; + if ((0, za.alwaysValidSchema)(Y, J)) { + $.fail(); + return; + } + let X = Q.name("valid"); + $.subschema({ keyword: "not", compositeRule: true, createErrors: false, allErrors: false }, X), $.failResult(X, () => $.reset(), () => $.error()); + }, error: { message: "must NOT be valid" } }; + aR.default = Na; +}); +var $P = I((eR) => { + Object.defineProperty(eR, "__esModule", { value: true }); + var Oa = $4(), Da = { keyword: "anyOf", schemaType: "array", trackErrors: true, code: Oa.validateUnion, error: { message: "must match a schema in anyOf" } }; + eR.default = Da; +}); +var JP = I((QP) => { + Object.defineProperty(QP, "__esModule", { value: true }); + var pW = Q$(), Za = q$(), Ma = { message: "must match exactly one schema in oneOf", params: ({ params: $ }) => pW._`{passingSchemas: ${$.passing}}` }, La = { keyword: "oneOf", schemaType: "array", trackErrors: true, error: Ma, code($) { + let { gen: Q, schema: J, parentSchema: Y, it: X } = $; + if (!Array.isArray(J)) throw Error("ajv implementation error"); + if (X.opts.discriminator && Y.discriminator) return; + let W = J, G = Q.let("valid", false), U = Q.let("passing", null), H = Q.name("_valid"); + $.setParams({ passing: U }), Q.block(q), $.result(G, () => $.reset(), () => $.error(true)); + function q() { + W.forEach((V, B) => { + let z4; + if ((0, Za.alwaysValidSchema)(X, V)) Q.var(H, true); + else z4 = $.subschema({ keyword: "oneOf", schemaProp: B, compositeRule: true }, H); + if (B > 0) Q.if(pW._`${H} && ${G}`).assign(G, false).assign(U, pW._`[${U}, ${B}]`).else(); + Q.if(H, () => { + if (Q.assign(G, true), Q.assign(U, B), z4) $.mergeEvaluated(z4, pW.Name); + }); + }); + } + } }; + QP.default = La; +}); +var YP = I((XP) => { + Object.defineProperty(XP, "__esModule", { value: true }); + var Aa = q$(), Ia = { keyword: "allOf", schemaType: "array", code($) { + let { gen: Q, schema: J, it: Y } = $; + if (!Array.isArray(J)) throw Error("ajv implementation error"); + let X = Q.name("valid"); + J.forEach((W, G) => { + if ((0, Aa.alwaysValidSchema)(Y, W)) return; + let U = $.subschema({ keyword: "allOf", schemaProp: G }, X); + $.ok(X), $.mergeEvaluated(U); + }); + } }; + XP.default = Ia; +}); +var HP = I((UP) => { + Object.defineProperty(UP, "__esModule", { value: true }); + var dW = Q$(), GP = q$(), Pa = { message: ({ params: $ }) => dW.str`must match "${$.ifClause}" schema`, params: ({ params: $ }) => dW._`{failingKeyword: ${$.ifClause}}` }, Ea = { keyword: "if", schemaType: ["object", "boolean"], trackErrors: true, error: Pa, code($) { + let { gen: Q, parentSchema: J, it: Y } = $; + if (J.then === void 0 && J.else === void 0) (0, GP.checkStrictMode)(Y, '"if" without "then" and "else" is ignored'); + let X = WP(Y, "then"), W = WP(Y, "else"); + if (!X && !W) return; + let G = Q.let("valid", true), U = Q.name("_valid"); + if (H(), $.reset(), X && W) { + let V = Q.let("ifClause"); + $.setParams({ ifClause: V }), Q.if(U, q("then", V), q("else", V)); + } else if (X) Q.if(U, q("then")); + else Q.if((0, dW.not)(U), q("else")); + $.pass(G, () => $.error(true)); + function H() { + let V = $.subschema({ keyword: "if", compositeRule: true, createErrors: false, allErrors: false }, U); + $.mergeEvaluated(V); + } + function q(V, B) { + return () => { + let z4 = $.subschema({ keyword: V }, U); + if (Q.assign(G, U), $.mergeValidEvaluated(z4, G), B) Q.assign(B, dW._`${V}`); + else $.setParams({ ifClause: V }); + }; + } + } }; + function WP($, Q) { + let J = $.schema[Q]; + return J !== void 0 && !(0, GP.alwaysValidSchema)($, J); + } + UP.default = Ea; +}); +var qP = I((KP) => { + Object.defineProperty(KP, "__esModule", { value: true }); + var _a5 = q$(), ka = { keyword: ["then", "else"], schemaType: ["object", "boolean"], code({ keyword: $, parentSchema: Q, it: J }) { + if (Q.if === void 0) (0, _a5.checkStrictMode)(J, `"${$}" without "if" is ignored`); + } }; + KP.default = ka; +}); +var BP = I((VP) => { + Object.defineProperty(VP, "__esModule", { value: true }); + var va = nB(), Ca = PR(), Ta = rB(), xa = _R(), ya = SR(), fa = fR(), ga = uR(), ha = tB(), ua = dR(), ma = tR(), la = sR(), ca = $P(), pa = JP(), da = YP(), ia = HP(), na = qP(); + function ra($ = false) { + let Q = [la.default, ca.default, pa.default, da.default, ia.default, na.default, ga.default, ha.default, fa.default, ua.default, ma.default]; + if ($) Q.push(Ca.default, xa.default); + else Q.push(va.default, Ta.default); + return Q.push(ya.default), Q; + } + VP.default = ra; +}); +var NP = I((zP) => { + Object.defineProperty(zP, "__esModule", { value: true }); + var p$ = Q$(), ta = { message: ({ schemaCode: $ }) => p$.str`must match format "${$}"`, params: ({ schemaCode: $ }) => p$._`{format: ${$}}` }, aa = { keyword: "format", type: ["number", "string"], schemaType: "string", $data: true, error: ta, code($, Q) { + let { gen: J, data: Y, $data: X, schema: W, schemaCode: G, it: U } = $, { opts: H, errSchemaPath: q, schemaEnv: V, self: B } = U; + if (!H.validateFormats) return; + if (X) z4(); + else N(); + function z4() { + let w = J.scopeValue("formats", { ref: B.formats, code: H.code.formats }), O = J.const("fDef", p$._`${w}[${G}]`), D = J.let("fType"), M = J.let("format"); + J.if(p$._`typeof ${O} == "object" && !(${O} instanceof RegExp)`, () => J.assign(D, p$._`${O}.type || "string"`).assign(M, p$._`${O}.validate`), () => J.assign(D, p$._`"string"`).assign(M, O)), $.fail$data((0, p$.or)(j(), A())); + function j() { + if (H.strictSchema === false) return p$.nil; + return p$._`${G} && !${M}`; + } + function A() { + let S = V.$async ? p$._`(${O}.async ? await ${M}(${Y}) : ${M}(${Y}))` : p$._`${M}(${Y})`, u = p$._`(typeof ${M} == "function" ? ${S} : ${M}.test(${Y}))`; + return p$._`${M} && ${M} !== true && ${D} === ${Q} && !${u}`; + } + } + function N() { + let w = B.formats[W]; + if (!w) { + j(); + return; + } + if (w === true) return; + let [O, D, M] = A(w); + if (O === Q) $.pass(S()); + function j() { + if (H.strictSchema === false) { + B.logger.warn(u()); + return; + } + throw Error(u()); + function u() { + return `unknown format "${W}" ignored in schema at path "${q}"`; + } + } + function A(u) { + let G$ = u instanceof RegExp ? (0, p$.regexpCode)(u) : H.code.formats ? p$._`${H.code.formats}${(0, p$.getProperty)(W)}` : void 0, h$ = J.scopeValue("formats", { key: W, ref: u, code: G$ }); + if (typeof u == "object" && !(u instanceof RegExp)) return [u.type || "string", u.validate, p$._`${h$}.validate`]; + return ["string", u, h$]; + } + function S() { + if (typeof w == "object" && !(w instanceof RegExp) && w.async) { + if (!V.$async) throw Error("async format in sync schema"); + return p$._`await ${M}(${Y})`; + } + return typeof D == "function" ? p$._`${M}(${Y})` : p$._`${M}.test(${Y})`; + } + } + } }; + zP.default = aa; +}); +var OP = I((wP) => { + Object.defineProperty(wP, "__esModule", { value: true }); + var ea = NP(), $s = [ea.default]; + wP.default = $s; +}); +var ZP = I((DP) => { + Object.defineProperty(DP, "__esModule", { value: true }); + DP.contentVocabulary = DP.metadataVocabulary = void 0; + DP.metadataVocabulary = ["title", "description", "default", "deprecated", "readOnly", "writeOnly", "examples"]; + DP.contentVocabulary = ["contentMediaType", "contentEncoding", "contentSchema"]; +}); +var jP = I((LP) => { + Object.defineProperty(LP, "__esModule", { value: true }); + var Xs = pI(), Ys = DR(), Ws = BP(), Gs = OP(), MP = ZP(), Us = [Xs.default, Ys.default, (0, Ws.default)(), Gs.default, MP.metadataVocabulary, MP.contentVocabulary]; + LP.default = Us; +}); +var PP = I((IP) => { + Object.defineProperty(IP, "__esModule", { value: true }); + IP.DiscrError = void 0; + var AP; + (function($) { + $.Tag = "tag", $.Mapping = "mapping"; + })(AP || (IP.DiscrError = AP = {})); +}); +var _P = I((bP) => { + Object.defineProperty(bP, "__esModule", { value: true }); + var Z9 = Q$(), sB = PP(), EP = bW(), Ks = vJ(), qs = q$(), Vs = { message: ({ params: { discrError: $, tagName: Q } }) => $ === sB.DiscrError.Tag ? `tag "${Q}" must be string` : `value of tag "${Q}" must be in oneOf`, params: ({ params: { discrError: $, tag: Q, tagName: J } }) => Z9._`{error: ${$}, tag: ${J}, tagValue: ${Q}}` }, Bs = { keyword: "discriminator", type: "object", schemaType: "object", error: Vs, code($) { + let { gen: Q, data: J, schema: Y, parentSchema: X, it: W } = $, { oneOf: G } = X; + if (!W.opts.discriminator) throw Error("discriminator: requires discriminator option"); + let U = Y.propertyName; + if (typeof U != "string") throw Error("discriminator: requires propertyName"); + if (Y.mapping) throw Error("discriminator: mapping is not supported"); + if (!G) throw Error("discriminator: requires oneOf keyword"); + let H = Q.let("valid", false), q = Q.const("tag", Z9._`${J}${(0, Z9.getProperty)(U)}`); + Q.if(Z9._`typeof ${q} == "string"`, () => V(), () => $.error(false, { discrError: sB.DiscrError.Tag, tag: q, tagName: U })), $.ok(H); + function V() { + let N = z4(); + Q.if(false); + for (let w in N) Q.elseIf(Z9._`${q} === ${w}`), Q.assign(H, B(N[w])); + Q.else(), $.error(false, { discrError: sB.DiscrError.Mapping, tag: q, tagName: U }), Q.endIf(); + } + function B(N) { + let w = Q.name("valid"), O = $.subschema({ keyword: "oneOf", schemaProp: N }, w); + return $.mergeEvaluated(O, Z9.Name), w; + } + function z4() { + var N; + let w = {}, O = M(X), D = true; + for (let S = 0; S < G.length; S++) { + let u = G[S]; + if ((u === null || u === void 0 ? void 0 : u.$ref) && !(0, qs.schemaHasRulesButRef)(u, W.self.RULES)) { + let h$ = u.$ref; + if (u = EP.resolveRef.call(W.self, W.schemaEnv.root, W.baseId, h$), u instanceof EP.SchemaEnv) u = u.schema; + if (u === void 0) throw new Ks.default(W.opts.uriResolver, W.baseId, h$); + } + let G$ = (N = u === null || u === void 0 ? void 0 : u.properties) === null || N === void 0 ? void 0 : N[U]; + if (typeof G$ != "object") throw Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${U}"`); + D = D && (O || M(u)), j(G$, S); + } + if (!D) throw Error(`discriminator: "${U}" must be required`); + return w; + function M({ required: S }) { + return Array.isArray(S) && S.includes(U); + } + function j(S, u) { + if (S.const) A(S.const, u); + else if (S.enum) for (let G$ of S.enum) A(G$, u); + else throw Error(`discriminator: "properties/${U}" must have "const" or "enum"`); + } + function A(S, u) { + if (typeof S != "string" || S in w) throw Error(`discriminator: "${U}" values must be unique strings`); + w[S] = u; + } + } + } }; + bP.default = Bs; +}); +var kP = I((SO$, Ns) => { + Ns.exports = { $schema: "http://json-schema.org/draft-07/schema#", $id: "http://json-schema.org/draft-07/schema#", title: "Core schema meta-schema", definitions: { schemaArray: { type: "array", minItems: 1, items: { $ref: "#" } }, nonNegativeInteger: { type: "integer", minimum: 0 }, nonNegativeIntegerDefault0: { allOf: [{ $ref: "#/definitions/nonNegativeInteger" }, { default: 0 }] }, simpleTypes: { enum: ["array", "boolean", "integer", "null", "number", "object", "string"] }, stringArray: { type: "array", items: { type: "string" }, uniqueItems: true, default: [] } }, type: ["object", "boolean"], properties: { $id: { type: "string", format: "uri-reference" }, $schema: { type: "string", format: "uri" }, $ref: { type: "string", format: "uri-reference" }, $comment: { type: "string" }, title: { type: "string" }, description: { type: "string" }, default: true, readOnly: { type: "boolean", default: false }, examples: { type: "array", items: true }, multipleOf: { type: "number", exclusiveMinimum: 0 }, maximum: { type: "number" }, exclusiveMaximum: { type: "number" }, minimum: { type: "number" }, exclusiveMinimum: { type: "number" }, maxLength: { $ref: "#/definitions/nonNegativeInteger" }, minLength: { $ref: "#/definitions/nonNegativeIntegerDefault0" }, pattern: { type: "string", format: "regex" }, additionalItems: { $ref: "#" }, items: { anyOf: [{ $ref: "#" }, { $ref: "#/definitions/schemaArray" }], default: true }, maxItems: { $ref: "#/definitions/nonNegativeInteger" }, minItems: { $ref: "#/definitions/nonNegativeIntegerDefault0" }, uniqueItems: { type: "boolean", default: false }, contains: { $ref: "#" }, maxProperties: { $ref: "#/definitions/nonNegativeInteger" }, minProperties: { $ref: "#/definitions/nonNegativeIntegerDefault0" }, required: { $ref: "#/definitions/stringArray" }, additionalProperties: { $ref: "#" }, definitions: { type: "object", additionalProperties: { $ref: "#" }, default: {} }, properties: { type: "object", additionalProperties: { $ref: "#" }, default: {} }, patternProperties: { type: "object", additionalProperties: { $ref: "#" }, propertyNames: { format: "regex" }, default: {} }, dependencies: { type: "object", additionalProperties: { anyOf: [{ $ref: "#" }, { $ref: "#/definitions/stringArray" }] } }, propertyNames: { $ref: "#" }, const: true, enum: { type: "array", items: true, minItems: 1, uniqueItems: true }, type: { anyOf: [{ $ref: "#/definitions/simpleTypes" }, { type: "array", items: { $ref: "#/definitions/simpleTypes" }, minItems: 1, uniqueItems: true }] }, format: { type: "string" }, contentMediaType: { type: "string" }, contentEncoding: { type: "string" }, if: { $ref: "#" }, then: { $ref: "#" }, else: { $ref: "#" }, allOf: { $ref: "#/definitions/schemaArray" }, anyOf: { $ref: "#/definitions/schemaArray" }, oneOf: { $ref: "#/definitions/schemaArray" }, not: { $ref: "#" } }, default: true }; +}); +var $z = I((k6, eB) => { + Object.defineProperty(k6, "__esModule", { value: true }); + k6.MissingRefError = k6.ValidationError = k6.CodeGen = k6.Name = k6.nil = k6.stringify = k6.str = k6._ = k6.KeywordCxt = k6.Ajv = void 0; + var ws = TI(), Os = jP(), Ds = _P(), SP = kP(), Fs = ["/properties"], iW = "http://json-schema.org/draft-07/schema"; + class pJ extends ws.default { + _addVocabularies() { + if (super._addVocabularies(), Os.default.forEach(($) => this.addVocabulary($)), this.opts.discriminator) this.addKeyword(Ds.default); + } + _addDefaultMetaSchema() { + if (super._addDefaultMetaSchema(), !this.opts.meta) return; + let $ = this.opts.$data ? this.$dataMetaSchema(SP, Fs) : SP; + this.addMetaSchema($, iW, false), this.refs["http://json-schema.org/schema"] = iW; + } + defaultMeta() { + return this.opts.defaultMeta = super.defaultMeta() || (this.getSchema(iW) ? iW : void 0); + } + } + k6.Ajv = pJ; + eB.exports = k6 = pJ; + eB.exports.Ajv = pJ; + Object.defineProperty(k6, "__esModule", { value: true }); + k6.default = pJ; + var Zs = SJ(); + Object.defineProperty(k6, "KeywordCxt", { enumerable: true, get: function() { + return Zs.KeywordCxt; + } }); + var M9 = Q$(); + Object.defineProperty(k6, "_", { enumerable: true, get: function() { + return M9._; + } }); + Object.defineProperty(k6, "str", { enumerable: true, get: function() { + return M9.str; + } }); + Object.defineProperty(k6, "stringify", { enumerable: true, get: function() { + return M9.stringify; + } }); + Object.defineProperty(k6, "nil", { enumerable: true, get: function() { + return M9.nil; + } }); + Object.defineProperty(k6, "Name", { enumerable: true, get: function() { + return M9.Name; + } }); + Object.defineProperty(k6, "CodeGen", { enumerable: true, get: function() { + return M9.CodeGen; + } }); + var Ms = PW(); + Object.defineProperty(k6, "ValidationError", { enumerable: true, get: function() { + return Ms.default; + } }); + var Ls = vJ(); + Object.defineProperty(k6, "MissingRefError", { enumerable: true, get: function() { + return Ls.default; + } }); +}); +var mP = I((hP) => { + Object.defineProperty(hP, "__esModule", { value: true }); + hP.formatNames = hP.fastFormats = hP.fullFormats = void 0; + function b4($, Q) { + return { validate: $, compare: Q }; + } + hP.fullFormats = { date: b4(xP, Yz), time: b4(Jz(true), Wz), "date-time": b4(vP(true), fP), "iso-time": b4(Jz(), yP), "iso-date-time": b4(vP(), gP), duration: /^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/, uri: _s, "uri-reference": /^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i, "uri-template": /^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i, url: /^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu, email: /^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i, hostname: /^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i, ipv4: /^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/, ipv6: /^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i, regex: ys, uuid: /^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i, "json-pointer": /^(?:\/(?:[^~/]|~0|~1)*)*$/, "json-pointer-uri-fragment": /^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i, "relative-json-pointer": /^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/, byte: ks, int32: { type: "number", validate: Cs }, int64: { type: "number", validate: Ts }, float: { type: "number", validate: TP }, double: { type: "number", validate: TP }, password: true, binary: true }; + hP.fastFormats = { ...hP.fullFormats, date: b4(/^\d\d\d\d-[0-1]\d-[0-3]\d$/, Yz), time: b4(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i, Wz), "date-time": b4(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i, fP), "iso-time": b4(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i, yP), "iso-date-time": b4(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i, gP), uri: /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i, "uri-reference": /^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i, email: /^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i }; + hP.formatNames = Object.keys(hP.fullFormats); + function Is($) { + return $ % 4 === 0 && ($ % 100 !== 0 || $ % 400 === 0); + } + var Rs = /^(\d\d\d\d)-(\d\d)-(\d\d)$/, Ps = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; + function xP($) { + let Q = Rs.exec($); + if (!Q) return false; + let J = +Q[1], Y = +Q[2], X = +Q[3]; + return Y >= 1 && Y <= 12 && X >= 1 && X <= (Y === 2 && Is(J) ? 29 : Ps[Y]); + } + function Yz($, Q) { + if (!($ && Q)) return; + if ($ > Q) return 1; + if ($ < Q) return -1; + return 0; + } + var Qz = /^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i; + function Jz($) { + return function(J) { + let Y = Qz.exec(J); + if (!Y) return false; + let X = +Y[1], W = +Y[2], G = +Y[3], U = Y[4], H = Y[5] === "-" ? -1 : 1, q = +(Y[6] || 0), V = +(Y[7] || 0); + if (q > 23 || V > 59 || $ && !U) return false; + if (X <= 23 && W <= 59 && G < 60) return true; + let B = W - V * H, z4 = X - q * H - (B < 0 ? 1 : 0); + return (z4 === 23 || z4 === -1) && (B === 59 || B === -1) && G < 61; + }; + } + function Wz($, Q) { + if (!($ && Q)) return; + let J = (/* @__PURE__ */ new Date("2020-01-01T" + $)).valueOf(), Y = (/* @__PURE__ */ new Date("2020-01-01T" + Q)).valueOf(); + if (!(J && Y)) return; + return J - Y; + } + function yP($, Q) { + if (!($ && Q)) return; + let J = Qz.exec($), Y = Qz.exec(Q); + if (!(J && Y)) return; + if ($ = J[1] + J[2] + J[3], Q = Y[1] + Y[2] + Y[3], $ > Q) return 1; + if ($ < Q) return -1; + return 0; + } + var Xz = /t|\s/i; + function vP($) { + let Q = Jz($); + return function(Y) { + let X = Y.split(Xz); + return X.length === 2 && xP(X[0]) && Q(X[1]); + }; + } + function fP($, Q) { + if (!($ && Q)) return; + let J = new Date($).valueOf(), Y = new Date(Q).valueOf(); + if (!(J && Y)) return; + return J - Y; + } + function gP($, Q) { + if (!($ && Q)) return; + let [J, Y] = $.split(Xz), [X, W] = Q.split(Xz), G = Yz(J, X); + if (G === void 0) return; + return G || Wz(Y, W); + } + var Es = /\/|:/, bs = /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i; + function _s($) { + return Es.test($) && bs.test($); + } + var CP = /^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm; + function ks($) { + return CP.lastIndex = 0, CP.test($); + } + var Ss = -2147483648, vs = 2147483647; + function Cs($) { + return Number.isInteger($) && $ <= vs && $ >= Ss; + } + function Ts($) { + return Number.isInteger($); + } + function TP() { + return true; + } + var xs = /[^\\]\\Z/; + function ys($) { + if (xs.test($)) return false; + try { + return new RegExp($), true; + } catch (Q) { + return false; + } + } +}); +var cP = I((lP) => { + Object.defineProperty(lP, "__esModule", { value: true }); + lP.formatLimitDefinition = void 0; + var gs = $z(), D4 = Q$(), m1 = D4.operators, nW = { formatMaximum: { okStr: "<=", ok: m1.LTE, fail: m1.GT }, formatMinimum: { okStr: ">=", ok: m1.GTE, fail: m1.LT }, formatExclusiveMaximum: { okStr: "<", ok: m1.LT, fail: m1.GTE }, formatExclusiveMinimum: { okStr: ">", ok: m1.GT, fail: m1.LTE } }, hs = { message: ({ keyword: $, schemaCode: Q }) => D4.str`should be ${nW[$].okStr} ${Q}`, params: ({ keyword: $, schemaCode: Q }) => D4._`{comparison: ${nW[$].okStr}, limit: ${Q}}` }; + lP.formatLimitDefinition = { keyword: Object.keys(nW), type: "string", schemaType: "string", $data: true, error: hs, code($) { + let { gen: Q, data: J, schemaCode: Y, keyword: X, it: W } = $, { opts: G, self: U } = W; + if (!G.validateFormats) return; + let H = new gs.KeywordCxt(W, U.RULES.all.format.definition, "format"); + if (H.$data) q(); + else V(); + function q() { + let z4 = Q.scopeValue("formats", { ref: U.formats, code: G.code.formats }), N = Q.const("fmt", D4._`${z4}[${H.schemaCode}]`); + $.fail$data((0, D4.or)(D4._`typeof ${N} != "object"`, D4._`${N} instanceof RegExp`, D4._`typeof ${N}.compare != "function"`, B(N))); + } + function V() { + let z4 = H.schema, N = U.formats[z4]; + if (!N || N === true) return; + if (typeof N != "object" || N instanceof RegExp || typeof N.compare != "function") throw Error(`"${X}": format "${z4}" does not define "compare" function`); + let w = Q.scopeValue("formats", { key: z4, ref: N, code: G.code.formats ? D4._`${G.code.formats}${(0, D4.getProperty)(z4)}` : void 0 }); + $.fail$data(B(w)); + } + function B(z4) { + return D4._`${z4}.compare(${J}, ${Y}) ${nW[X].fail} 0`; + } + }, dependencies: ["format"] }; + var us = ($) => { + return $.addKeyword(lP.formatLimitDefinition), $; + }; + lP.default = us; +}); +var nP = I((dJ, iP) => { + Object.defineProperty(dJ, "__esModule", { value: true }); + var L9 = mP(), ls = cP(), Hz = Q$(), pP = new Hz.Name("fullFormats"), cs = new Hz.Name("fastFormats"), Kz = ($, Q = { keywords: true }) => { + if (Array.isArray(Q)) return dP($, Q, L9.fullFormats, pP), $; + let [J, Y] = Q.mode === "fast" ? [L9.fastFormats, cs] : [L9.fullFormats, pP], X = Q.formats || L9.formatNames; + if (dP($, X, J, Y), Q.keywords) (0, ls.default)($); + return $; + }; + Kz.get = ($, Q = "full") => { + let Y = (Q === "fast" ? L9.fastFormats : L9.fullFormats)[$]; + if (!Y) throw Error(`Unknown format "${$}"`); + return Y; + }; + function dP($, Q, J, Y) { + var X, W; + (X = (W = $.opts.code).formats) !== null && X !== void 0 || (W.formats = Hz._`require("ajv-formats/dist/formats").${Y}`); + for (let G of Q) $.addFormat(G, J[G]); + } + iP.exports = dJ = Kz; + Object.defineProperty(dJ, "__esModule", { value: true }); + dJ.default = Kz; +}); +var Gk = 50; +function g9($ = Gk) { + let Q = new AbortController(); + return (0, import_events.setMaxListeners)($, Q.signal), Q; +} +function K5($, Q, J) { + return new Promise((Y, X) => { + var _a5, _b3; + if (Q == null ? void 0 : Q.aborted) { + if ((J == null ? void 0 : J.throwOnAbort) || (J == null ? void 0 : J.abortError)) X((_b3 = (_a5 = J.abortError) == null ? void 0 : _a5.call(J)) != null ? _b3 : Error("aborted")); + else Y(); + return; + } + let W = setTimeout((U, H, q) => { + U == null ? void 0 : U.removeEventListener("abort", H), q(); + }, $, Q, G, Y); + function G() { + var _a6, _b4; + if (clearTimeout(W), (J == null ? void 0 : J.throwOnAbort) || (J == null ? void 0 : J.abortError)) X((_b4 = (_a6 = J.abortError) == null ? void 0 : _a6.call(J)) != null ? _b4 : Error("aborted")); + else Y(); + } + if (Q == null ? void 0 : Q.addEventListener("abort", G, { once: true }), J == null ? void 0 : J.unref) W.unref(); + }); +} +function Uk($, Q) { + $(Error(Q)); +} +function v4($, Q, J) { + let Y, X = new Promise((W, G) => { + var _a5; + if (Y = setTimeout(Uk, Q, G, J), typeof Y === "object") (_a5 = Y.unref) == null ? void 0 : _a5.call(Y); + }); + return Promise.race([$, X]).finally(() => { + if (Y !== void 0) clearTimeout(Y); + }); +} +var r0 = ["PreToolUse", "PostToolUse", "PostToolUseFailure", "PostToolBatch", "Notification", "UserPromptSubmit", "UserPromptExpansion", "SessionStart", "SessionEnd", "Stop", "StopFailure", "SubagentStart", "SubagentStop", "PreCompact", "PostCompact", "PermissionRequest", "PermissionDenied", "Setup", "TeammateIdle", "TaskCreated", "TaskCompleted", "Elicitation", "ElicitationResult", "ConfigChange", "WorktreeCreate", "WorktreeRemove", "InstructionsLoaded", "CwdChanged", "FileChanged", "MessageDisplay"]; +var W6 = class extends Error { +}; +function V5() { + return process.versions.bun !== void 0; +} +function R$($) { + if (!$) return false; + if (typeof $ === "boolean") return $; + let Q = String($).toLowerCase().trim(); + return ["1", "true", "yes", "on"].includes(Q); +} +function U1() { + let $ = /* @__PURE__ */ new Set(); + return { subscribe(Q) { + return $.add(Q), () => { + $.delete(Q); + }; + }, emit(...Q) { + let J; + for (let Y of $) try { + Y(...Q); + } catch (X) { + (J != null ? J : J = []).push(X); + } + if (J) throw J.length === 1 ? J[0] : AggregateError(J, "Signal listener(s) threw"); + }, clear() { + $.clear(); + } }; +} +var Dk = typeof global == "object" && global && global.Object === Object && global; +var B5 = Dk; +var Fk = typeof self == "object" && self && self.Object === Object && self; +var Zk = B5 || Fk || Function("return this")(); +var l6 = Zk; +var Mk = l6.Symbol; +var c6 = Mk; +var XN = Object.prototype; +var Lk = XN.hasOwnProperty; +var jk = XN.toString; +var u9 = c6 ? c6.toStringTag : void 0; +function Ak($) { + var Q = Lk.call($, u9), J = $[u9]; + try { + $[u9] = void 0; + var Y = true; + } catch (W) { + } + var X = jk.call($); + if (Y) if (Q) $[u9] = J; + else delete $[u9]; + return X; +} +var YN = Ak; +var Ik = Object.prototype; +var Rk = Ik.toString; +function Pk($) { + return Rk.call($); +} +var WN = Pk; +var Ek = "[object Null]"; +var bk = "[object Undefined]"; +var GN = c6 ? c6.toStringTag : void 0; +function _k($) { + if ($ == null) return $ === void 0 ? bk : Ek; + return GN && GN in Object($) ? YN($) : WN($); +} +var L4 = _k; +function kk($) { + var Q = typeof $; + return $ != null && (Q == "object" || Q == "function"); +} +var $6 = kk; +var Sk = "[object AsyncFunction]"; +var vk = "[object Function]"; +var Ck = "[object GeneratorFunction]"; +var Tk = "[object Proxy]"; +function xk($) { + if (!$6($)) return false; + var Q = L4($); + return Q == vk || Q == Ck || Q == Sk || Q == Tk; +} +var o0 = xk; +var yk = l6["__core-js_shared__"]; +var z5 = yk; +var UN = (function() { + var $ = /[^.]+$/.exec(z5 && z5.keys && z5.keys.IE_PROTO || ""); + return $ ? "Symbol(src)_1." + $ : ""; +})(); +function fk($) { + return !!UN && UN in $; +} +var HN = fk; +var gk = Function.prototype; +var hk = gk.toString; +function uk($) { + if ($ != null) { + try { + return hk.call($); + } catch (Q) { + } + try { + return $ + ""; + } catch (Q) { + } + } + return ""; +} +var KN = uk; +var mk = /[\\^$.*+?()[\]{}|]/g; +var lk = /^\[object .+?Constructor\]$/; +var ck = Function.prototype; +var pk = Object.prototype; +var dk = ck.toString; +var ik = pk.hasOwnProperty; +var nk = RegExp("^" + dk.call(ik).replace(mk, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"); +function rk($) { + if (!$6($) || HN($)) return false; + var Q = o0($) ? nk : lk; + return Q.test(KN($)); +} +var qN = rk; +function ok($, Q) { + return $ == null ? void 0 : $[Q]; +} +var VN = ok; +function tk($, Q) { + var J = VN($, Q); + return qN(J) ? J : void 0; +} +var t0 = tk; +var ak = t0(Object, "create"); +var C4 = ak; +function sk() { + this.__data__ = C4 ? C4(null) : {}, this.size = 0; +} +var BN = sk; +function ek($) { + var Q = this.has($) && delete this.__data__[$]; + return this.size -= Q ? 1 : 0, Q; +} +var zN = ek; +var $S = "__lodash_hash_undefined__"; +var QS = Object.prototype; +var JS = QS.hasOwnProperty; +function XS($) { + var Q = this.__data__; + if (C4) { + var J = Q[$]; + return J === $S ? void 0 : J; + } + return JS.call(Q, $) ? Q[$] : void 0; +} +var NN = XS; +var YS = Object.prototype; +var WS = YS.hasOwnProperty; +function GS($) { + var Q = this.__data__; + return C4 ? Q[$] !== void 0 : WS.call(Q, $); +} +var wN = GS; +var US = "__lodash_hash_undefined__"; +function HS($, Q) { + var J = this.__data__; + return this.size += this.has($) ? 0 : 1, J[$] = C4 && Q === void 0 ? US : Q, this; +} +var ON = HS; +function a0($) { + var Q = -1, J = $ == null ? 0 : $.length; + this.clear(); + while (++Q < J) { + var Y = $[Q]; + this.set(Y[0], Y[1]); + } +} +a0.prototype.clear = BN; +a0.prototype.delete = zN; +a0.prototype.get = NN; +a0.prototype.has = wN; +a0.prototype.set = ON; +var ZG = a0; +function KS() { + this.__data__ = [], this.size = 0; +} +var DN = KS; +function qS($, Q) { + return $ === Q || $ !== $ && Q !== Q; +} +var H1 = qS; +function VS($, Q) { + var J = $.length; + while (J--) if (H1($[J][0], Q)) return J; + return -1; +} +var K1 = VS; +var BS = Array.prototype; +var zS = BS.splice; +function NS($) { + var Q = this.__data__, J = K1(Q, $); + if (J < 0) return false; + var Y = Q.length - 1; + if (J == Y) Q.pop(); + else zS.call(Q, J, 1); + return --this.size, true; +} +var FN = NS; +function wS($) { + var Q = this.__data__, J = K1(Q, $); + return J < 0 ? void 0 : Q[J][1]; +} +var ZN = wS; +function OS($) { + return K1(this.__data__, $) > -1; +} +var MN = OS; +function DS($, Q) { + var J = this.__data__, Y = K1(J, $); + if (Y < 0) ++this.size, J.push([$, Q]); + else J[Y][1] = Q; + return this; +} +var LN = DS; +function s0($) { + var Q = -1, J = $ == null ? 0 : $.length; + this.clear(); + while (++Q < J) { + var Y = $[Q]; + this.set(Y[0], Y[1]); + } +} +s0.prototype.clear = DN; +s0.prototype.delete = FN; +s0.prototype.get = ZN; +s0.prototype.has = MN; +s0.prototype.set = LN; +var q1 = s0; +var FS = t0(l6, "Map"); +var N5 = FS; +function ZS() { + this.size = 0, this.__data__ = { hash: new ZG(), map: new (N5 || q1)(), string: new ZG() }; +} +var jN = ZS; +function MS($) { + var Q = typeof $; + return Q == "string" || Q == "number" || Q == "symbol" || Q == "boolean" ? $ !== "__proto__" : $ === null; +} +var AN = MS; +function LS($, Q) { + var J = $.__data__; + return AN(Q) ? J[typeof Q == "string" ? "string" : "hash"] : J.map; +} +var V1 = LS; +function jS($) { + var Q = V1(this, $).delete($); + return this.size -= Q ? 1 : 0, Q; +} +var IN = jS; +function AS($) { + return V1(this, $).get($); +} +var RN = AS; +function IS($) { + return V1(this, $).has($); +} +var PN = IS; +function RS($, Q) { + var J = V1(this, $), Y = J.size; + return J.set($, Q), this.size += J.size == Y ? 0 : 1, this; +} +var EN = RS; +function e0($) { + var Q = -1, J = $ == null ? 0 : $.length; + this.clear(); + while (++Q < J) { + var Y = $[Q]; + this.set(Y[0], Y[1]); + } +} +e0.prototype.clear = jN; +e0.prototype.delete = IN; +e0.prototype.get = RN; +e0.prototype.has = PN; +e0.prototype.set = EN; +var m9 = e0; +var PS = "Expected a function"; +function MG($, Q) { + if (typeof $ != "function" || Q != null && typeof Q != "function") throw TypeError(PS); + var J = function() { + var Y = arguments, X = Q ? Q.apply(this, Y) : Y[0], W = J.cache; + if (W.has(X)) return W.get(X); + var G = $.apply(this, Y); + return J.cache = W.set(X, G) || W, G; + }; + return J.cache = new (MG.Cache || m9)(), J; +} +MG.Cache = m9; +var C$ = MG; +var p6 = C$(() => { + var _a5; + return ((_a5 = process.env.CLAUDE_CONFIG_DIR) != null ? _a5 : (0, import_path2.join)((0, import_os2.homedir)(), ".claude")).normalize("NFC"); +}, () => process.env.CLAUDE_CONFIG_DIR); +var h0$ = C$(() => R$(process.env.CLAUDE_CODE_SUPERVISED)); +function y($, Q, J, Y, X) { + if (Y === "m") throw TypeError("Private method is not writable"); + if (Y === "a" && !X) throw TypeError("Private accessor was defined without a setter"); + if (typeof Q === "function" ? $ !== Q || !X : !Q.has($)) throw TypeError("Cannot write private member to an object whose class did not declare it"); + return Y === "a" ? X.call($, J) : X ? X.value = J : Q.set($, J), J; +} +function Z($, Q, J, Y) { + if (J === "a" && !Y) throw TypeError("Private accessor was defined without a getter"); + if (typeof Q === "function" ? $ !== Q || !Y : !Q.has($)) throw TypeError("Cannot read private member from an object whose class did not declare it"); + return J === "m" ? Y : J === "a" ? Y.call($) : Y ? Y.value : Q.get($); +} +var LG = function() { + let { crypto: $ } = globalThis; + if ($ == null ? void 0 : $.randomUUID) return LG = $.randomUUID.bind($), $.randomUUID(); + let Q = new Uint8Array(1), J = $ ? () => $.getRandomValues(Q)[0] : () => Math.random() * 255 & 255; + return "10000000-1000-4000-8000-100000000000".replace(/[018]/g, (Y) => (+Y ^ J() & 15 >> +Y / 4).toString(16)); +}; +function T4($) { + return typeof $ === "object" && $ !== null && ("name" in $ && $.name === "AbortError" || "message" in $ && String($.message).includes("FetchRequestCanceledException")); +} +var l9 = ($) => { + if ($ instanceof Error) return $; + if (typeof $ === "object" && $ !== null) { + try { + if (Object.prototype.toString.call($) === "[object Error]") { + let Q = Error($.message, $.cause ? { cause: $.cause } : {}); + if ($.stack) Q.stack = $.stack; + if ($.cause && !Q.cause) Q.cause = $.cause; + if ($.name) Q.name = $.name; + return Q; + } + } catch (e2) { + } + try { + return Error(JSON.stringify($)); + } catch (e2) { + } + } + return Error($); +}; +var g = class extends Error { +}; +var n$ = class _n$ extends g { + constructor($, Q, J, Y, X) { + super(`${_n$.makeMessage($, Q, J)}`); + this.status = $, this.headers = Y, this.requestID = Y == null ? void 0 : Y.get("request-id"), this.error = Q, this.type = X != null ? X : null; + } + static makeMessage($, Q, J) { + let Y = (Q == null ? void 0 : Q.message) ? typeof Q.message === "string" ? Q.message : JSON.stringify(Q.message) : Q ? JSON.stringify(Q) : J; + if ($ && Y) return `${$} ${Y}`; + if ($) return `${$} status code (no body)`; + if (Y) return Y; + return "(no status code or body)"; + } + static generate($, Q, J, Y) { + var _a5; + if (!$ || !Y) return new e1({ message: J, cause: l9(Q) }); + let X = Q, W = (_a5 = X == null ? void 0 : X.error) == null ? void 0 : _a5.type; + if ($ === 400) return new p9($, X, J, Y, W); + if ($ === 401) return new d9($, X, J, Y, W); + if ($ === 403) return new i9($, X, J, Y, W); + if ($ === 404) return new n9($, X, J, Y, W); + if ($ === 409) return new r9($, X, J, Y, W); + if ($ === 422) return new o9($, X, J, Y, W); + if ($ === 429) return new t9($, X, J, Y, W); + if ($ >= 500) return new a9($, X, J, Y, W); + return new _n$($, X, J, Y, W); + } +}; +var Q6 = class extends n$ { + constructor({ message: $ } = {}) { + super(void 0, void 0, $ || "Request was aborted.", void 0); + } +}; +var e1 = class extends n$ { + constructor({ message: $, cause: Q }) { + super(void 0, void 0, $ || "Connection error.", void 0); + if (Q) this.cause = Q; + } +}; +var c9 = class extends e1 { + constructor({ message: $ } = {}) { + super({ message: $ != null ? $ : "Request timed out." }); + } +}; +var p9 = class extends n$ { +}; +var d9 = class extends n$ { +}; +var i9 = class extends n$ { +}; +var n9 = class extends n$ { +}; +var r9 = class extends n$ { +}; +var o9 = class extends n$ { +}; +var t9 = class extends n$ { +}; +var a9 = class extends n$ { +}; +var kS = /^[a-z][a-z0-9+.-]*:/i; +var bN = ($) => { + return kS.test($); +}; +var jG = ($) => (jG = Array.isArray, jG($)); +var AG = jG; +function w5($) { + if (typeof $ !== "object") return {}; + return $ != null ? $ : {}; +} +function IG($) { + if (!$) return true; + for (let Q in $) return false; + return true; +} +function _N($, Q) { + return Object.prototype.hasOwnProperty.call($, Q); +} +var kN = ($, Q) => { + if (typeof Q !== "number" || !Number.isInteger(Q)) throw new g(`${$} must be an integer`); + if (Q < 0) throw new g(`${$} must be a positive integer`); + return Q; +}; +var O5 = ($) => { + try { + return JSON.parse($); + } catch (Q) { + return; + } +}; +var SN = ($) => new Promise((Q) => setTimeout(Q, $)); +var d6 = "0.94.0"; +var xN = () => { + return typeof window < "u" && typeof window.document < "u" && typeof navigator < "u"; +}; +function SS() { + if (typeof Deno < "u" && Deno.build != null) return "deno"; + if (typeof EdgeRuntime < "u") return "edge"; + if (Object.prototype.toString.call(typeof globalThis.process < "u" ? globalThis.process : 0) === "[object process]") return "node"; + return "unknown"; +} +var vS = () => { + var _a5, _b3, _c2, _d, _e2; + let $ = SS(); + if ($ === "deno") return { "X-Stainless-Lang": "js", "X-Stainless-Package-Version": d6, "X-Stainless-OS": CN(Deno.build.os), "X-Stainless-Arch": vN(Deno.build.arch), "X-Stainless-Runtime": "deno", "X-Stainless-Runtime-Version": typeof Deno.version === "string" ? Deno.version : (_b3 = (_a5 = Deno.version) == null ? void 0 : _a5.deno) != null ? _b3 : "unknown" }; + if (typeof EdgeRuntime < "u") return { "X-Stainless-Lang": "js", "X-Stainless-Package-Version": d6, "X-Stainless-OS": "Unknown", "X-Stainless-Arch": `other:${EdgeRuntime}`, "X-Stainless-Runtime": "edge", "X-Stainless-Runtime-Version": globalThis.process.version }; + if ($ === "node") return { "X-Stainless-Lang": "js", "X-Stainless-Package-Version": d6, "X-Stainless-OS": CN((_c2 = globalThis.process.platform) != null ? _c2 : "unknown"), "X-Stainless-Arch": vN((_d = globalThis.process.arch) != null ? _d : "unknown"), "X-Stainless-Runtime": "node", "X-Stainless-Runtime-Version": (_e2 = globalThis.process.version) != null ? _e2 : "unknown" }; + let Q = CS(); + if (Q) return { "X-Stainless-Lang": "js", "X-Stainless-Package-Version": d6, "X-Stainless-OS": "Unknown", "X-Stainless-Arch": "unknown", "X-Stainless-Runtime": `browser:${Q.browser}`, "X-Stainless-Runtime-Version": Q.version }; + return { "X-Stainless-Lang": "js", "X-Stainless-Package-Version": d6, "X-Stainless-OS": "Unknown", "X-Stainless-Arch": "unknown", "X-Stainless-Runtime": "unknown", "X-Stainless-Runtime-Version": "unknown" }; +}; +function CS() { + if (typeof navigator > "u" || !navigator) return null; + let $ = [{ key: "edge", pattern: /Edge(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/ }, { key: "ie", pattern: /MSIE(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/ }, { key: "ie", pattern: /Trident(?:.*rv\:(\d+)\.(\d+)(?:\.(\d+))?)?/ }, { key: "chrome", pattern: /Chrome(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/ }, { key: "firefox", pattern: /Firefox(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/ }, { key: "safari", pattern: /(?:Version\W+(\d+)\.(\d+)(?:\.(\d+))?)?(?:\W+Mobile\S*)?\W+Safari/ }]; + for (let { key: Q, pattern: J } of $) { + let Y = J.exec(navigator.userAgent); + if (Y) { + let X = Y[1] || 0, W = Y[2] || 0, G = Y[3] || 0; + return { browser: Q, version: `${X}.${W}.${G}` }; + } + } + return null; +} +var vN = ($) => { + if ($ === "x32") return "x32"; + if ($ === "x86_64" || $ === "x64") return "x64"; + if ($ === "arm") return "arm"; + if ($ === "aarch64" || $ === "arm64") return "arm64"; + if ($) return `other:${$}`; + return "unknown"; +}; +var CN = ($) => { + if ($ = $.toLowerCase(), $.includes("ios")) return "iOS"; + if ($ === "android") return "Android"; + if ($ === "darwin") return "MacOS"; + if ($ === "win32") return "Windows"; + if ($ === "freebsd") return "FreeBSD"; + if ($ === "openbsd") return "OpenBSD"; + if ($ === "linux") return "Linux"; + if ($) return `Other:${$}`; + return "Unknown"; +}; +var TN; +var s9 = () => { + return TN != null ? TN : TN = vS(); +}; +function yN() { + if (typeof fetch < "u") return fetch; + throw Error("`fetch` is not defined as a global; Either pass `fetch` to the client, `new Anthropic({ fetch })` or polyfill the global, `globalThis.fetch = fetch`"); +} +function RG(...$) { + let Q = globalThis.ReadableStream; + if (typeof Q > "u") throw Error("`ReadableStream` is not defined as a global; You will need to polyfill it, `globalThis.ReadableStream = ReadableStream`"); + return new Q(...$); +} +function D5($) { + let Q = Symbol.asyncIterator in $ ? $[Symbol.asyncIterator]() : $[Symbol.iterator](); + return RG({ start() { + }, async pull(J) { + let { done: Y, value: X } = await Q.next(); + if (Y) J.close(); + else J.enqueue(X); + }, async cancel() { + var _a5; + await ((_a5 = Q.return) == null ? void 0 : _a5.call(Q)); + } }); +} +function e9($) { + if ($[Symbol.asyncIterator]) return $; + let Q = $.getReader(); + return { async next() { + try { + let J = await Q.read(); + if (J == null ? void 0 : J.done) Q.releaseLock(); + return J; + } catch (J) { + throw Q.releaseLock(), J; + } + }, async return() { + let J = Q.cancel(); + return Q.releaseLock(), await J, { done: true, value: void 0 }; + }, [Symbol.asyncIterator]() { + return this; + } }; +} +async function fN($) { + var _a5, _b3; + if ($ === null || typeof $ !== "object") return; + if ($[Symbol.asyncIterator]) { + await ((_b3 = (_a5 = $[Symbol.asyncIterator]()).return) == null ? void 0 : _b3.call(_a5)); + return; + } + let Q = $.getReader(), J = Q.cancel(); + Q.releaseLock(), await J; +} +var gN = ({ headers: $, body: Q }) => { + return { bodyHeaders: { "content-type": "application/json" }, body: JSON.stringify(Q) }; +}; +function hN($) { + return Object.entries($).filter(([Q, J]) => typeof J < "u").map(([Q, J]) => { + if (typeof J === "string" || typeof J === "number" || typeof J === "boolean") return `${encodeURIComponent(Q)}=${encodeURIComponent(J)}`; + if (J === null) return `${encodeURIComponent(Q)}=`; + throw new g(`Cannot stringify type ${typeof J}; Expected string, number, boolean, or null. If you need to pass nested query parameters, you can manually encode them, e.g. { query: { 'foo[key1]': value1, 'foo[key2]': value2 } }, and please open a GitHub issue requesting better support for your use case.`); + }).join("&"); +} +var mN = "urn:ietf:params:oauth:grant-type:jwt-bearer"; +var lN = "refresh_token"; +var F5 = "/v1/oauth/token"; +var $0 = "oauth-2025-04-20"; +var cN = "oidc-federation-2026-04-01"; +var pN = 120; +var $8 = 30; +var dN = 5; +var uN = 1048576; +function Z5($) { + if (!$) return; + let Q; + try { + Q = new URL($); + } catch (Y) { + throw new O$(`Invalid token endpoint base URL "${$}": ${Y}`); + } + if (Q.protocol === "https:") return; + let J = Q.hostname.toLowerCase().replace(/^\[|\]$/g, ""); + if (Q.protocol === "http:" && (J === "localhost" || J === "127.0.0.1" || J === "::1")) return; + throw new O$(`Refusing to send credential over non-https token endpoint "${$}"`); +} +async function M5($, Q) { + let J = await fS($), Y; + try { + Y = JSON.parse(J); + } catch (e2) { + throw new O$(`Token endpoint returned non-JSON response (status ${$.status})`, $.status, Z6(J), Q); + } + if (!Y.access_token) throw new O$(`Token endpoint response missing access_token: ${JSON.stringify(Z6(Y))}`, $.status, Z6(Y), Q); + if (Y.token_type && Y.token_type.toLowerCase() !== "bearer") throw new O$(`Token endpoint response: unsupported token_type "${Y.token_type}" (want Bearer)`, $.status, Z6(Y), Q); + return Y; +} +var PG = 2e3; +var yS = /* @__PURE__ */ new Set(["error", "error_description", "error_uri"]); +function Z6($) { + if ($ == null) return $; + if (typeof $ === "string") { + let Q; + try { + Q = JSON.parse($); + } catch (e2) { + if ($.length <= PG) return $; + return $.slice(0, PG) + `... <${$.length - PG} more chars>`; + } + return JSON.stringify(Z6(Q)); + } + if (typeof $ === "object" && !Array.isArray($)) { + let Q = {}; + for (let [J, Y] of Object.entries($)) if (yS.has(J)) Q[J] = Y; + return Q; + } + return null; +} +async function L5($, Q = (J) => console.warn(`anthropic-sdk: ${J}`)) { + if (typeof process > "u" || process.platform === "win32") return; + let J = await import("node:fs"), Y = $, X; + try { + Y = await J.promises.realpath($), X = await J.promises.stat(Y); + } catch (e2) { + return; + } + let W = X.mode & 511; + if (W & 18) throw new O$(`Credentials file at ${Y} is group/world-writable (mode 0o${W.toString(8)}); this allows other local users to plant tokens. Run \`chmod 600 ${Y}\`.`); + if (W & 36) throw new O$(`Credentials file at ${Y} is group/world-readable (mode 0o${W.toString(8)}); run \`chmod 600 ${Y}\` before retrying.`); + if (typeof process.getuid === "function" && X.uid !== process.getuid()) Q(`credentials file at ${Y} is owned by uid ${X.uid} (current process uid ${process.getuid()}); verify this is intentional.`); +} +async function j5($, Q) { + let J = await import("node:fs"), X = (await import("node:path")).dirname($); + await J.promises.mkdir(X, { recursive: true, mode: 448 }); + let W = `${$}.${process.pid}.${Math.random().toString(36).slice(2)}.tmp`; + try { + let G = await J.promises.open(W, "w", 384); + try { + await G.writeFile(JSON.stringify(Q, null, 2)), await G.sync(); + } finally { + await G.close(); + } + await J.promises.rename(W, $); + } catch (G) { + throw await J.promises.unlink(W).catch(() => { + }), G; + } + try { + let G = await J.promises.open(X, "r"); + try { + await G.sync(); + } finally { + await G.close(); + } + } catch (e2) { + } +} +async function fS($) { + if (!$.body) return ""; + let Q = $.body.getReader(), J = [], Y = 0; + for (; ; ) { + let { done: W, value: G } = await Q.read(); + if (W) break; + if (Y + G.length > uN) { + let U = uN - Y; + if (U > 0) J.push(G.subarray(0, U)); + await Q.cancel(); + break; + } + J.push(G), Y += G.length; + } + let X; + if (J.length === 1) X = J[0]; + else { + X = new Uint8Array(J.reduce((G, U) => G + U.length, 0)); + let W = 0; + for (let G of J) X.set(G, W), W += G.length; + } + return new TextDecoder("utf-8").decode(X); +} +var O$ = class extends g { + constructor($, Q = null, J = null, Y = null) { + super($); + this.statusCode = Q, this.body = J, this.requestId = Y; + } +}; +function Y4() { + return Math.floor(Date.now() / 1e3); +} +var EG = class { + constructor($, Q) { + this.cached = null, this.pendingRefresh = null, this.nextForce = false, this.lastAdvisoryError = 0, this.provider = $, this.onAdvisoryRefreshError = Q; + } + async getToken() { + let $ = this.nextForce; + this.nextForce = false; + let Q = this.cached; + if ($ || Q == null) return (await this.refresh($)).token; + if (Q.expiresAt == null) return Q.token; + let J = Q.expiresAt - Y4(); + if (J > pN) return Q.token; + if (J > $8) return this.backgroundRefresh(), Q.token; + return (await this.refresh()).token; + } + invalidate() { + this.cached = null, this.nextForce = true; + } + refresh($ = false) { + if (this.pendingRefresh && !$) return this.pendingRefresh; + return this.doRefresh($); + } + backgroundRefresh() { + if (this.pendingRefresh) return; + if (Y4() - this.lastAdvisoryError < dN) return; + this.doRefresh().catch(($) => { + var _a5; + this.lastAdvisoryError = Y4(), (_a5 = this.onAdvisoryRefreshError) == null ? void 0 : _a5.call(this, $); + }); + } + doRefresh($ = false) { + return this.pendingRefresh = this.provider($ ? { forceRefresh: true } : void 0).then((Q) => { + return this.cached = Q, this.pendingRefresh = null, Q; + }, (Q) => { + throw this.pendingRefresh = null, Q; + }), this.pendingRefresh; + } +}; +var w$ = ($) => { + var _a5, _b3, _c2, _d, _e2; + if (typeof globalThis.process < "u") return ((_b3 = (_a5 = globalThis.process.env) == null ? void 0 : _a5[$]) == null ? void 0 : _b3.trim()) || void 0; + if (typeof globalThis.Deno < "u") return ((_e2 = (_d = (_c2 = globalThis.Deno.env) == null ? void 0 : _c2.get) == null ? void 0 : _d.call(_c2, $)) == null ? void 0 : _e2.trim()) || void 0; + return; +}; +function rN($) { + let Q = 0; + for (let X of $) Q += X.length; + let J = new Uint8Array(Q), Y = 0; + for (let X of $) J.set(X, Y), Y += X.length; + return J; +} +var iN; +function Q8($) { + let Q; + return (iN != null ? iN : (Q = new globalThis.TextEncoder(), iN = Q.encode.bind(Q)))($); +} +var nN; +function bG($) { + let Q; + return (nN != null ? nN : (Q = new globalThis.TextDecoder(), nN = Q.decode.bind(Q)))($); +} +var I5 = { off: 0, error: 200, warn: 300, info: 400, debug: 500 }; +var _G = ($, Q, J) => { + if (!$) return; + if (_N(I5, $)) return $; + m$(J).warn(`${Q} was set to ${JSON.stringify($)}, expected one of ${JSON.stringify(Object.keys(I5))}`); + return; +}; +function $Q() { +} +function A5($, Q, J) { + if (!Q || I5[$] > I5[J]) return $Q; + else return Q[$].bind(Q); +} +var gS = { error: $Q, warn: $Q, info: $Q, debug: $Q }; +var oN = /* @__PURE__ */ new WeakMap(); +function m$($) { + var _a5; + let Q = $.logger, J = (_a5 = $.logLevel) != null ? _a5 : "off"; + if (!Q) return gS; + let Y = oN.get(Q); + if (Y && Y[0] === J) return Y[1]; + let X = { error: A5("error", Q, J), warn: A5("warn", Q, J), info: A5("info", Q, J), debug: A5("debug", Q, J) }; + return oN.set(Q, [J, X]), X; +} +var x4 = ($) => { + if ($.options) $.options = { ...$.options }, delete $.options.headers; + if ($.headers) $.headers = Object.fromEntries(($.headers instanceof Headers ? [...$.headers] : Object.entries($.headers)).map(([Q, J]) => [Q, Q.toLowerCase() === "x-api-key" || Q.toLowerCase() === "authorization" || Q.toLowerCase() === "cookie" || Q.toLowerCase() === "set-cookie" ? "***" : J])); + if ("retryOfRequestLogID" in $) { + if ($.retryOfRequestLogID) $.retryOf = $.retryOfRequestLogID; + delete $.retryOfRequestLogID; + } + return $; +}; +var R5 = "1.0"; +var hS = /^[A-Za-z0-9_.-]+$/; +function tN($) { + if (!$) throw Error("profile name is empty"); + if ($ === "." || $ === "..") throw Error(`profile name "${$}" is not allowed`); + if ($.includes("/") || $.includes("\\")) throw Error(`profile name "${$}" must not contain path separators`); + if (!hS.test($)) throw Error(`profile name "${$}" contains disallowed characters (allowed: letters, digits, '_', '.', '-')`); +} +var aN = async ($) => { + var _a5, _b3, _c2, _d, _e2, _f2; + var Q, J; + let Y = await kG(); + if (Y === null) return null; + let X = $ != null ? $ : await eN(); + if (X === null) return null; + tN(X); + let W = await import("node:fs"), U = (await import("node:path")).join(Y, "configs", `${X}.json`), H; + try { + H = await W.promises.readFile(U, "utf-8"); + } catch (B) { + if ((B == null ? void 0 : B.code) !== "ENOENT") throw Error(`failed to read config file ${U}: ${B}`); + H = null; + } + if (H === null) { + let B = w$("ANTHROPIC_ORGANIZATION_ID"), z4 = w$("ANTHROPIC_IDENTITY_TOKEN_FILE"), N = w$("ANTHROPIC_FEDERATION_RULE_ID"); + if (N && B) return { fromFile: false, config: { organization_id: B, workspace_id: w$("ANTHROPIC_WORKSPACE_ID"), base_url: w$("ANTHROPIC_BASE_URL"), authentication: { type: "oidc_federation", federation_rule_id: N, service_account_id: w$("ANTHROPIC_SERVICE_ACCOUNT_ID"), identity_token: z4 ? { source: "file", path: z4 } : void 0, scope: w$("ANTHROPIC_SCOPE") } } }; + return null; + } + let q; + try { + q = JSON.parse(H); + } catch (B) { + throw Error(`failed to parse config file ${U}: ${B}`); + } + if (!q.authentication) throw Error(`config file ${U} is missing "authentication"`); + let V = q.authentication.type; + if (V !== "oidc_federation" && V !== "user_oauth") throw Error(`authentication.type "${V}" is not a known authentication type`); + if ((_a5 = q.organization_id) != null ? _a5 : q.organization_id = w$("ANTHROPIC_ORGANIZATION_ID"), (_b3 = q.workspace_id) != null ? _b3 : q.workspace_id = w$("ANTHROPIC_WORKSPACE_ID"), (_c2 = q.base_url) != null ? _c2 : q.base_url = w$("ANTHROPIC_BASE_URL"), (_d = (Q = q.authentication).scope) != null ? _d : Q.scope = w$("ANTHROPIC_SCOPE"), q.authentication.type === "oidc_federation") { + if (!q.authentication.identity_token) { + let B = w$("ANTHROPIC_IDENTITY_TOKEN_FILE"); + if (B) q.authentication.identity_token = { source: "file", path: B }; + } + if (!q.authentication.federation_rule_id) q.authentication.federation_rule_id = (_e2 = w$("ANTHROPIC_FEDERATION_RULE_ID")) != null ? _e2 : ""; + (_f2 = (J = q.authentication).service_account_id) != null ? _f2 : J.service_account_id = w$("ANTHROPIC_SERVICE_ACCOUNT_ID"); + } + return { config: q, fromFile: true }; +}; +var sN = async ($, Q) => { + if ($ == null ? void 0 : $.authentication.credentials_path) return $.authentication.credentials_path; + let J = await kG(); + if (!J) return null; + let Y = Q != null ? Q : await eN(); + if (!Y) return null; + return tN(Y), (await import("node:path")).join(J, "credentials", `${Y}.json`); +}; +var kG = async () => { + if (!uS()) return null; + let $ = await import("node:path"), Q = w$("ANTHROPIC_CONFIG_DIR"); + if (Q) return Q; + if (s9()["X-Stainless-OS"] === "Windows") { + let W = w$("APPDATA"); + if (W) return $.join(W, "Anthropic"); + let G = w$("USERPROFILE"); + if (G) return $.join(G, "AppData", "Roaming", "Anthropic"); + return null; + } + let Y = w$("XDG_CONFIG_HOME"); + if (Y) return $.join(Y, "anthropic"); + let X = w$("HOME"); + if (X) return $.join(X, ".config", "anthropic"); + return null; +}; +var uS = () => { + let $ = s9()["X-Stainless-Runtime"]; + return $ === "node" || $ === "deno"; +}; +var eN = async () => { + let $ = await kG(); + if (!$) return null; + let Q = w$("ANTHROPIC_PROFILE"); + if (Q) return Q; + let J = await import("node:fs"), X = (await import("node:path")).join($, "active_config"); + try { + return (await J.promises.readFile(X, "utf-8")).trim() || "default"; + } catch (W) { + if ((W == null ? void 0 : W.code) !== "ENOENT") throw Error(`failed to read ${X}: ${W}`); + return "default"; + } +}; +function SG($) { + if (!$) throw new g("Identity token file path is empty"); + return async () => { + let Q = await import("node:fs"), J; + try { + J = await Q.promises.readFile($, "utf-8"); + } catch (X) { + throw new g(`Failed to read identity token file at ${$}: ${X}`); + } + let Y = J.trim(); + if (!Y) throw new g(`Identity token file at ${$} is empty`); + return Y; + }; +} +function $w($) { + if (!$) throw new g("Identity token value is empty"); + return () => $; +} +function Qw($) { + return async () => { + Z5($.baseURL); + let Q = await $.identityTokenProvider(); + if (Q.length > 16384) throw new O$(`Identity token is ${Math.ceil(Q.length / 1024)} KiB, exceeds the 16 KiB assertion limit`); + let J = { grant_type: mN, assertion: Q, federation_rule_id: $.federationRuleId, organization_id: $.organizationId }; + if ($.serviceAccountId) J.service_account_id = $.serviceAccountId; + if ($.workspaceId) J.workspace_id = $.workspaceId; + let Y = `${$.baseURL}${F5}`, X; + try { + X = await $.fetch(Y, { method: "POST", headers: { "Content-Type": "application/json", "anthropic-beta": `${$0},${cN}`, "User-Agent": $.userAgent || `anthropic-sdk-typescript/${d6} oidcFederationProvider` }, body: JSON.stringify(J) }); + } catch (H) { + throw new O$(`Failed to reach token endpoint ${Y}: ${H}`); + } + let W = X.headers.get("Request-Id"); + if (!X.ok) { + let H = await X.text().catch(() => ""), q = Z6(H), V = ""; + if (X.status === 401) V = ` Ensure your federation rule matches your identity token. ${$.workspaceId ? "" : "If your federation rule is scoped to multiple workspaces, set the ANTHROPIC_WORKSPACE_ID environment variable, the 'workspace_id' config key, or the `workspaceId` option. "}View your authentication events in the Workload identity page of Claude Console for more details.`; + throw new O$(`Token exchange failed with status ${X.status}${W ? ` (request-id ${W})` : ""}: ${q}${V}`, X.status, q, W); + } + let G = await M5(X, W), U = Number(G.expires_in); + if (!Number.isFinite(U)) throw new O$(`Token endpoint response missing required fields: ${JSON.stringify(Z6(G))}`, X.status, Z6(G), W); + return { token: G.access_token, expiresAt: Y4() + U }; + }; +} +function Jw($) { + return async (Q) => { + let J = await import("node:fs"); + await L5($.credentialsPath, $.onSafetyWarning); + let Y; + try { + Y = await J.promises.readFile($.credentialsPath, "utf-8"); + } catch (D) { + throw new O$(`Credentials file not found at ${$.credentialsPath}: ${D}`); + } + let X; + try { + X = JSON.parse(Y); + } catch (D) { + throw new O$(`Credentials file at ${$.credentialsPath} is not valid JSON: ${D}`); + } + let W = X.access_token; + if (!W) throw new O$(`Credentials file at ${$.credentialsPath} must include 'access_token'`); + let G = X.expires_at; + if (!(Q == null ? void 0 : Q.forceRefresh) && (G == null || Y4() < G - $8)) return { token: W, expiresAt: G != null ? G : null }; + let U = X.refresh_token; + if (!$.clientId || !U) throw new O$(`Access token at ${$.credentialsPath} has expired and no refresh is available (client_id ${$.clientId ? "set" : "empty"}, refresh_token ${U ? "set" : "empty"})`); + Z5($.baseURL); + let H = { grant_type: lN, refresh_token: U, client_id: $.clientId }, q = `${$.baseURL}${F5}`, V; + try { + V = await $.fetch(q, { method: "POST", headers: { "Content-Type": "application/json", "anthropic-beta": $0, "User-Agent": $.userAgent || `anthropic-sdk-typescript/${d6} userOAuthProvider` }, body: JSON.stringify(H) }); + } catch (D) { + throw new O$(`User OAuth refresh failed to reach token endpoint: ${D}`); + } + let B = V.headers.get("Request-Id"); + if (!V.ok) { + let D = await V.text().catch(() => ""); + throw new O$(`User OAuth refresh failed (HTTP ${V.status}): ${Z6(D)}`, V.status, Z6(D), B); + } + let z4 = await M5(V, B), N = Number(z4.expires_in); + if (!Number.isFinite(N)) throw new O$(`User OAuth refresh response missing or invalid expires_in: ${JSON.stringify(Z6(z4))}`, V.status, Z6(z4), B); + let w = Y4() + N, O = z4.refresh_token || U; + return await j5($.credentialsPath, { ...X, version: R5, type: "oauth_token", access_token: z4.access_token, expires_at: w, refresh_token: O }), { token: z4.access_token, expiresAt: w }; + }; +} +function vG($, Q) { + var _a5; + let J = (_a5 = $.authentication.credentials_path) != null ? _a5 : null, Y = ($.base_url || Q.baseURL).replace(/\/+$/, ""), X = mS($, J, Y, Q), W = {}; + if ($.workspace_id && $.authentication.type === "user_oauth") W["anthropic-workspace-id"] = $.workspace_id; + return { provider: X, extraHeaders: W, baseURL: $.base_url || void 0 }; +} +async function Xw($, Q) { + var _a5; + let J = await aN(Q); + if (!J) return null; + let { config: Y, fromFile: X } = J, W = Y.authentication.credentials_path || !X ? Y : { ...Y, authentication: { ...Y.authentication, credentials_path: (_a5 = await sN(Y, Q)) != null ? _a5 : void 0 } }; + return vG(W, $); +} +function mS($, Q, J, Y) { + switch ($.authentication.type) { + case "oidc_federation": { + let X = $.authentication, W = lS(X); + if (!W) throw new O$("oidc_federation config requires an identity token (set authentication.identity_token, ANTHROPIC_IDENTITY_TOKEN_FILE, or ANTHROPIC_IDENTITY_TOKEN)"); + if (!X.federation_rule_id) throw new O$("oidc_federation config requires 'federation_rule_id'. Set it in authentication.federation_rule_id in your profile, or via ANTHROPIC_FEDERATION_RULE_ID (profile takes precedence)."); + if (!$.organization_id) throw new O$("oidc_federation config requires organization_id (set ANTHROPIC_ORGANIZATION_ID or config.organization_id)"); + let G = Qw({ identityTokenProvider: W, federationRuleId: X.federation_rule_id, organizationId: $.organization_id, serviceAccountId: X.service_account_id, workspaceId: $.workspace_id, baseURL: J, fetch: Y.fetch, userAgent: Y.userAgent }); + if (Q) return cS(G, Q, Y.onCacheWriteError, Y.onSafetyWarning); + return G; + } + case "user_oauth": { + if (!Q) throw new O$("user_oauth config requires authentication.credentials_path (or load via a profile so it defaults to /credentials/.json)"); + return Jw({ credentialsPath: Q, clientId: $.authentication.client_id, baseURL: J, fetch: Y.fetch, userAgent: Y.userAgent, onSafetyWarning: Y.onSafetyWarning }); + } + default: { + let X = $.authentication.type; + throw new O$(`authentication.type "${X}" is not a known authentication type`); + } + } +} +function lS($) { + if ($.identity_token) { + let Y = $.identity_token.source; + if (Y !== "file") throw new O$(`identity_token.source "${Y}" is not supported by this SDK version (only "file")`); + if (!$.identity_token.path) throw new O$('identity_token.source "file" requires a non-empty path'); + return SG($.identity_token.path); + } + let Q = w$("ANTHROPIC_IDENTITY_TOKEN_FILE"); + if (Q) return SG(Q); + let J = w$("ANTHROPIC_IDENTITY_TOKEN"); + if (J) return $w(J); + return null; +} +function cS($, Q, J, Y) { + return async (X) => { + let W = await import("node:fs"); + await L5(Q, Y); + let G; + try { + let H = await W.promises.readFile(Q, "utf-8"); + G = JSON.parse(H); + let q = G == null ? void 0 : G.access_token; + if (q && !(X == null ? void 0 : X.forceRefresh)) { + let V = G == null ? void 0 : G.expires_at; + if (V == null || Y4() < V - $8) return { token: q, expiresAt: V != null ? V : null }; + } + } catch (H) { + if ((H == null ? void 0 : H.code) !== "ENOENT" && !(H instanceof SyntaxError)) J == null ? void 0 : J(H); + } + let U = await $(X); + try { + await j5(Q, { ...G != null ? G : {}, version: R5, type: "oauth_token", access_token: U.token, expires_at: U.expiresAt }); + } catch (H) { + J == null ? void 0 : J(H); + } + return U; + }; +} +var C6; +var T6; +var B1 = class { + constructor() { + C6.set(this, void 0), T6.set(this, void 0), y(this, C6, new Uint8Array(), "f"), y(this, T6, null, "f"); + } + decode($) { + if ($ == null) return []; + let Q = $ instanceof ArrayBuffer ? new Uint8Array($) : typeof $ === "string" ? Q8($) : $; + y(this, C6, rN([Z(this, C6, "f"), Q]), "f"); + let J = [], Y; + while ((Y = pS(Z(this, C6, "f"), Z(this, T6, "f"))) != null) { + if (Y.carriage && Z(this, T6, "f") == null) { + y(this, T6, Y.index, "f"); + continue; + } + if (Z(this, T6, "f") != null && (Y.index !== Z(this, T6, "f") + 1 || Y.carriage)) { + J.push(bG(Z(this, C6, "f").subarray(0, Z(this, T6, "f") - 1))), y(this, C6, Z(this, C6, "f").subarray(Z(this, T6, "f")), "f"), y(this, T6, null, "f"); + continue; + } + let X = Z(this, T6, "f") !== null ? Y.preceding - 1 : Y.preceding, W = bG(Z(this, C6, "f").subarray(0, X)); + J.push(W), y(this, C6, Z(this, C6, "f").subarray(Y.index), "f"), y(this, T6, null, "f"); + } + return J; + } + flush() { + if (!Z(this, C6, "f").length) return []; + return this.decode(` +`); + } +}; +C6 = /* @__PURE__ */ new WeakMap(), T6 = /* @__PURE__ */ new WeakMap(); +B1.NEWLINE_CHARS = /* @__PURE__ */ new Set([` +`, "\r"]); +B1.NEWLINE_REGEXP = /\r\n|[\n\r]/g; +function pS($, Q) { + for (let X = Q != null ? Q : 0; X < $.length; X++) { + if ($[X] === 10) return { preceding: X, index: X + 1, carriage: false }; + if ($[X] === 13) return { preceding: X, index: X + 1, carriage: true }; + } + return null; +} +function Yw($) { + for (let Y = 0; Y < $.length - 1; Y++) { + if ($[Y] === 10 && $[Y + 1] === 10) return Y + 2; + if ($[Y] === 13 && $[Y + 1] === 13) return Y + 2; + if ($[Y] === 13 && $[Y + 1] === 10 && Y + 3 < $.length && $[Y + 2] === 13 && $[Y + 3] === 10) return Y + 4; + } + return -1; +} +var QQ; +var x6 = class _x6 { + constructor($, Q, J) { + this.iterator = $, QQ.set(this, void 0), this.controller = Q, y(this, QQ, J, "f"); + } + static fromSSEResponse($, Q, J) { + let Y = false, X = J ? m$(J) : console; + async function* W() { + var _a5, _b3; + if (Y) throw new g("Cannot iterate over a consumed stream, use `.tee()` to split the stream."); + Y = true; + let G = false; + try { + for await (let U of dS($, Q)) { + if (U.event === "completion") try { + yield JSON.parse(U.data); + } catch (H) { + throw X.error("Could not parse message into JSON:", U.data), X.error("From chunk:", U.raw), H; + } + if (U.event === "message_start" || U.event === "message_delta" || U.event === "message_stop" || U.event === "content_block_start" || U.event === "content_block_delta" || U.event === "content_block_stop" || U.event === "message" || U.event === "user.message" || U.event === "user.interrupt" || U.event === "user.tool_confirmation" || U.event === "user.custom_tool_result" || U.event === "agent.message" || U.event === "agent.thinking" || U.event === "agent.tool_use" || U.event === "agent.tool_result" || U.event === "agent.mcp_tool_use" || U.event === "agent.mcp_tool_result" || U.event === "agent.custom_tool_use" || U.event === "agent.thread_context_compacted" || U.event === "session.status_running" || U.event === "session.status_idle" || U.event === "session.status_rescheduled" || U.event === "session.status_terminated" || U.event === "session.error" || U.event === "session.deleted" || U.event === "span.model_request_start" || U.event === "span.model_request_end") try { + yield JSON.parse(U.data); + } catch (H) { + throw X.error("Could not parse message into JSON:", U.data), X.error("From chunk:", U.raw), H; + } + if (U.event === "ping") continue; + if (U.event === "error") { + let H = (_a5 = O5(U.data)) != null ? _a5 : U.data, q = (_b3 = H == null ? void 0 : H.error) == null ? void 0 : _b3.type; + throw new n$(void 0, H, void 0, $.headers, q); + } + } + G = true; + } catch (U) { + if (T4(U)) return; + throw U; + } finally { + if (!G) Q.abort(); + } + } + return new _x6(W, Q, J); + } + static fromReadableStream($, Q, J) { + let Y = false; + async function* X() { + let G = new B1(), U = e9($); + for await (let H of U) for (let q of G.decode(H)) yield q; + for (let H of G.flush()) yield H; + } + async function* W() { + if (Y) throw new g("Cannot iterate over a consumed stream, use `.tee()` to split the stream."); + Y = true; + let G = false; + try { + for await (let U of X()) { + if (G) continue; + if (U) yield JSON.parse(U); + } + G = true; + } catch (U) { + if (T4(U)) return; + throw U; + } finally { + if (!G) Q.abort(); + } + } + return new _x6(W, Q, J); + } + [(QQ = /* @__PURE__ */ new WeakMap(), Symbol.asyncIterator)]() { + return this.iterator(); + } + tee() { + let $ = [], Q = [], J = this.iterator(), Y = (X) => { + return { next: () => { + if (X.length === 0) { + let W = J.next(); + $.push(W), Q.push(W); + } + return X.shift(); + } }; + }; + return [new _x6(() => Y($), this.controller, Z(this, QQ, "f")), new _x6(() => Y(Q), this.controller, Z(this, QQ, "f"))]; + } + toReadableStream() { + let $ = this, Q; + return RG({ async start() { + Q = $[Symbol.asyncIterator](); + }, async pull(J) { + try { + let { value: Y, done: X } = await Q.next(); + if (X) return J.close(); + let W = Q8(JSON.stringify(Y) + ` +`); + J.enqueue(W); + } catch (Y) { + J.error(Y); + } + }, async cancel() { + var _a5; + await ((_a5 = Q.return) == null ? void 0 : _a5.call(Q)); + } }); + } +}; +async function* dS($, Q) { + if (!$.body) { + if (Q.abort(), typeof globalThis.navigator < "u" && globalThis.navigator.product === "ReactNative") throw new g("The default react-native fetch implementation does not support streaming. Please use expo/fetch: https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api"); + throw new g("Attempted to iterate over a response with no body"); + } + let J = new Ww(), Y = new B1(), X = e9($.body); + for await (let W of iS(X)) for (let G of Y.decode(W)) { + let U = J.decode(G); + if (U) yield U; + } + for (let W of Y.flush()) { + let G = J.decode(W); + if (G) yield G; + } +} +async function* iS($) { + let Q = new Uint8Array(); + for await (let J of $) { + if (J == null) continue; + let Y = J instanceof ArrayBuffer ? new Uint8Array(J) : typeof J === "string" ? Q8(J) : J, X = new Uint8Array(Q.length + Y.length); + X.set(Q), X.set(Y, Q.length), Q = X; + let W; + while ((W = Yw(Q)) !== -1) yield Q.slice(0, W), Q = Q.slice(W); + } + if (Q.length > 0) yield Q; +} +var Ww = class { + constructor() { + this.event = null, this.data = [], this.chunks = []; + } + decode($) { + if ($.endsWith("\r")) $ = $.substring(0, $.length - 1); + if (!$) { + if (!this.event && !this.data.length) return null; + let X = { event: this.event, data: this.data.join(` +`), raw: this.chunks }; + return this.event = null, this.data = [], this.chunks = [], X; + } + if (this.chunks.push($), $.startsWith(":")) return null; + let [Q, J, Y] = nS($, ":"); + if (Y.startsWith(" ")) Y = Y.substring(1); + if (Q === "event") this.event = Y; + else if (Q === "data") this.data.push(Y); + return null; + } +}; +function nS($, Q) { + let J = $.indexOf(Q); + if (J !== -1) return [$.substring(0, J), Q, $.substring(J + Q.length)]; + return [$, "", ""]; +} +async function P5($, Q) { + let { response: J, requestLogID: Y, retryOfRequestLogID: X, startTime: W } = Q, G = await (async () => { + var _a5, _b3; + if (Q.options.stream) { + if (m$($).debug("response", J.status, J.url, J.headers, J.body), Q.options.__streamClass) return Q.options.__streamClass.fromSSEResponse(J, Q.controller); + return x6.fromSSEResponse(J, Q.controller); + } + if (J.status === 204) return null; + if (Q.options.__binaryResponse) return J; + let H = (_b3 = (_a5 = J.headers.get("content-type")) == null ? void 0 : _a5.split(";")[0]) == null ? void 0 : _b3.trim(); + if ((H == null ? void 0 : H.includes("application/json")) || (H == null ? void 0 : H.endsWith("+json"))) { + if (J.headers.get("content-length") === "0") return; + let z4 = await J.json(); + return CG(z4, J); + } + return await J.text(); + })(); + return m$($).debug(`[${Y}] response parsed`, x4({ retryOfRequestLogID: X, url: J.url, status: J.status, body: G, durationMs: Date.now() - W })), G; +} +function CG($, Q) { + if (!$ || typeof $ !== "object" || Array.isArray($)) return $; + return Object.defineProperty($, "_request_id", { value: Q.headers.get("request-id"), enumerable: false }); +} +var JQ; +var Q0 = class _Q0 extends Promise { + constructor($, Q, J = P5) { + super((Y) => { + Y(null); + }); + this.responsePromise = Q, this.parseResponse = J, JQ.set(this, void 0), y(this, JQ, $, "f"); + } + _thenUnwrap($) { + return new _Q0(Z(this, JQ, "f"), this.responsePromise, async (Q, J) => CG($(await this.parseResponse(Q, J), J), J.response)); + } + asResponse() { + return this.responsePromise.then(($) => $.response); + } + async withResponse() { + let [$, Q] = await Promise.all([this.parse(), this.asResponse()]); + return { data: $, response: Q, request_id: Q.headers.get("request-id") }; + } + parse() { + if (!this.parsedPromise) this.parsedPromise = this.responsePromise.then(($) => this.parseResponse(Z(this, JQ, "f"), $)); + return this.parsedPromise; + } + then($, Q) { + return this.parse().then($, Q); + } + catch($) { + return this.parse().catch($); + } + finally($) { + return this.parse().finally($); + } +}; +JQ = /* @__PURE__ */ new WeakMap(); +var E5; +var TG = class { + constructor($, Q, J, Y) { + E5.set(this, void 0), y(this, E5, $, "f"), this.options = Y, this.response = Q, this.body = J; + } + hasNextPage() { + if (!this.getPaginatedItems().length) return false; + return this.nextPageRequestOptions() != null; + } + async getNextPage() { + let $ = this.nextPageRequestOptions(); + if (!$) throw new g("No next page expected; please check `.hasNextPage()` before calling `.getNextPage()`."); + return await Z(this, E5, "f").requestAPIList(this.constructor, $); + } + async *iterPages() { + let $ = this; + yield $; + while ($.hasNextPage()) $ = await $.getNextPage(), yield $; + } + async *[(E5 = /* @__PURE__ */ new WeakMap(), Symbol.asyncIterator)]() { + for await (let $ of this.iterPages()) for (let Q of $.getPaginatedItems()) yield Q; + } +}; +var b5 = class extends Q0 { + constructor($, Q, J) { + super($, Q, async (Y, X) => new J(Y, X.response, await P5(Y, X), X.options)); + } + async *[Symbol.asyncIterator]() { + let $ = await this; + for await (let Q of $) yield Q; + } +}; +var W4 = class extends TG { + constructor($, Q, J, Y) { + super($, Q, J, Y); + this.data = J.data || [], this.has_more = J.has_more || false, this.first_id = J.first_id || null, this.last_id = J.last_id || null; + } + getPaginatedItems() { + var _a5; + return (_a5 = this.data) != null ? _a5 : []; + } + hasNextPage() { + if (this.has_more === false) return false; + return super.hasNextPage(); + } + nextPageRequestOptions() { + var _a5; + if ((_a5 = this.options.query) == null ? void 0 : _a5.before_id) { + let Q = this.first_id; + if (!Q) return null; + return { ...this.options, query: { ...w5(this.options.query), before_id: Q } }; + } + let $ = this.last_id; + if (!$) return null; + return { ...this.options, query: { ...w5(this.options.query), after_id: $ } }; + } +}; +var D$ = class extends TG { + constructor($, Q, J, Y) { + super($, Q, J, Y); + this.data = J.data || [], this.next_page = J.next_page || null; + } + getPaginatedItems() { + var _a5; + return (_a5 = this.data) != null ? _a5 : []; + } + nextPageRequestOptions() { + let $ = this.next_page; + if (!$) return null; + return { ...this.options, query: { ...w5(this.options.query), page: $ } }; + } +}; +var yG = () => { + var _a5; + if (typeof File > "u") { + let { process: $ } = globalThis, Q = typeof ((_a5 = $ == null ? void 0 : $.versions) == null ? void 0 : _a5.node) === "string" && parseInt($.versions.node.split(".")) < 20; + throw Error("`File` is not defined as a global, which is required for file uploads." + (Q ? " Update to Node 20 LTS or newer, or set `globalThis.File` to `import('node:buffer').File`." : "")); + } +}; +function J0($, Q, J) { + return yG(), new File($, Q != null ? Q : "unknown_file", J); +} +function XQ($, Q) { + let J = typeof $ === "object" && $ !== null && ("name" in $ && $.name && String($.name) || "url" in $ && $.url && String($.url) || "filename" in $ && $.filename && String($.filename) || "path" in $ && $.path && String($.path)) || ""; + return Q ? J.split(/[\\/]/).pop() || void 0 : J; +} +var fG = ($) => $ != null && typeof $ === "object" && typeof $[Symbol.asyncIterator] === "function"; +var J8 = async ($, Q, J = true) => { + return { ...$, body: await tS($.body, Q, J) }; +}; +var Gw = /* @__PURE__ */ new WeakMap(); +function oS($) { + let Q = typeof $ === "function" ? $ : $.fetch, J = Gw.get(Q); + if (J) return J; + let Y = (async () => { + try { + let X = "Response" in Q ? Q.Response : (await Q("data:,")).constructor, W = new FormData(); + if (W.toString() === await new X(W).text()) return false; + return true; + } catch (e2) { + return true; + } + })(); + return Gw.set(Q, Y), Y; +} +var tS = async ($, Q, J = true) => { + if (!await oS(Q)) throw TypeError("The provided fetch function does not support file uploads with the current global FormData class."); + let Y = new FormData(); + return await Promise.all(Object.entries($ || {}).map(([X, W]) => xG(Y, X, W, J))), Y; +}; +var aS = ($) => $ instanceof Blob && "name" in $; +var xG = async ($, Q, J, Y) => { + if (J === void 0) return; + if (J == null) throw TypeError(`Received null for "${Q}"; to pass null in FormData, you must use the string 'null'`); + if (typeof J === "string" || typeof J === "number" || typeof J === "boolean") $.append(Q, String(J)); + else if (J instanceof Response) { + let X = {}, W = J.headers.get("Content-Type"); + if (W) X = { type: W }; + $.append(Q, J0([await J.blob()], XQ(J, Y), X)); + } else if (fG(J)) $.append(Q, J0([await new Response(D5(J)).blob()], XQ(J, Y))); + else if (aS(J)) $.append(Q, J0([J], XQ(J, Y), { type: J.type })); + else if (Array.isArray(J)) await Promise.all(J.map((X) => xG($, Q + "[]", X, Y))); + else if (typeof J === "object") await Promise.all(Object.entries(J).map(([X, W]) => xG($, `${Q}[${X}]`, W, Y))); + else throw TypeError(`Invalid value given to form, expected a string, number, boolean, object, Array, File or Blob but got ${J} instead`); +}; +var Uw = ($) => $ != null && typeof $ === "object" && typeof $.size === "number" && typeof $.type === "string" && typeof $.text === "function" && typeof $.slice === "function" && typeof $.arrayBuffer === "function"; +var sS = ($) => $ != null && typeof $ === "object" && typeof $.name === "string" && typeof $.lastModified === "number" && Uw($); +var eS = ($) => $ != null && typeof $ === "object" && typeof $.url === "string" && typeof $.blob === "function"; +async function _5($, Q, J) { + if (yG(), $ = await $, Q || (Q = XQ($, true)), sS($)) { + if ($ instanceof File && Q == null && J == null) return $; + return J0([await $.arrayBuffer()], Q != null ? Q : $.name, { type: $.type, lastModified: $.lastModified, ...J }); + } + if (eS($)) { + let X = await $.blob(); + return Q || (Q = new URL($.url).pathname.split(/[\\/]/).pop()), J0(await gG(X), Q, J); + } + let Y = await gG($); + if (!(J == null ? void 0 : J.type)) { + let X = Y.find((W) => typeof W === "object" && "type" in W && W.type); + if (typeof X === "string") J = { ...J, type: X }; + } + return J0(Y, Q, J); +} +async function gG($) { + var _a5; + let Q = []; + if (typeof $ === "string" || ArrayBuffer.isView($) || $ instanceof ArrayBuffer) Q.push($); + else if (Uw($)) Q.push($ instanceof Blob ? $ : await $.arrayBuffer()); + else if (fG($)) for await (let J of $) Q.push(...await gG(J)); + else { + let J = (_a5 = $ == null ? void 0 : $.constructor) == null ? void 0 : _a5.name; + throw Error(`Unexpected data type: ${typeof $}${J ? `; constructor: ${J}` : ""}${$v($)}`); + } + return Q; +} +function $v($) { + if (typeof $ !== "object" || $ === null) return ""; + return `; props: [${Object.getOwnPropertyNames($).map((J) => `"${J}"`).join(", ")}]`; +} +var t = class { + constructor($) { + this._client = $; + } +}; +var Hw = /* @__PURE__ */ Symbol.for("brand.privateNullableHeaders"); +function* Jv($) { + if (!$) return; + if (Hw in $) { + let { values: Y, nulls: X } = $; + yield* Y.entries(); + for (let W of X) yield [W, null]; + return; + } + let Q = false, J; + if ($ instanceof Headers) J = $.entries(); + else if (AG($)) J = $; + else Q = true, J = Object.entries($ != null ? $ : {}); + for (let Y of J) { + let X = Y[0]; + if (typeof X !== "string") throw TypeError("expected header name to be a string"); + let W = AG(Y[1]) ? Y[1] : [Y[1]], G = false; + for (let U of W) { + if (U === void 0) continue; + if (Q && !G) G = true, yield [X, null]; + yield [X, U]; + } + } +} +var R = ($) => { + let Q = new Headers(), J = /* @__PURE__ */ new Set(); + for (let Y of $) { + let X = /* @__PURE__ */ new Set(); + for (let [W, G] of Jv(Y)) { + let U = W.toLowerCase(); + if (!X.has(U)) Q.delete(W), X.add(U); + if (G === null) Q.delete(W), J.add(U); + else Q.append(W, G), J.delete(U); + } + } + return { [Hw]: true, values: Q, nulls: J }; +}; +function qw($) { + return $.replace(/[^A-Za-z0-9\-._~!$&'()*+,;=:@]+/g, encodeURIComponent); +} +var Kw = Object.freeze(/* @__PURE__ */ Object.create(null)); +var Xv = ($ = qw) => function(J, ...Y) { + if (J.length === 1) return J[0]; + let X = false, W = [], G = J.reduce((V, B, z4) => { + var _a5, _b3, _c2; + if (/[?#]/.test(B)) X = true; + let N = Y[z4], w = (X ? encodeURIComponent : $)("" + N); + if (z4 !== Y.length && (N == null || typeof N === "object" && N.toString === ((_c2 = Object.getPrototypeOf((_b3 = Object.getPrototypeOf((_a5 = N.hasOwnProperty) != null ? _a5 : Kw)) != null ? _b3 : Kw)) == null ? void 0 : _c2.toString))) w = N + "", W.push({ start: V.length + B.length, length: w.length, error: `Value of type ${Object.prototype.toString.call(N).slice(8, -1)} is not a valid path parameter` }); + return V + B + (z4 === Y.length ? "" : w); + }, ""), U = G.split(/[?#]/, 1)[0], H = /(?<=^|\/)(?:\.|%2e){1,2}(?=\/|$)/gi, q; + while ((q = H.exec(U)) !== null) W.push({ start: q.index, length: q[0].length, error: `Value "${q[0]}" can't be safely passed as a path parameter` }); + if (W.sort((V, B) => V.start - B.start), W.length > 0) { + let V = 0, B = W.reduce((z4, N) => { + let w = " ".repeat(N.start - V), O = "^".repeat(N.length); + return V = N.start + N.length, z4 + w + O; + }, ""); + throw new g(`Path parameters result in path with invalid segments: +${W.map((z4) => z4.error).join(` +`)} +${G} +${B}`); + } + return G; +}; +var T = Xv(qw); +var YQ = class extends t { + create($, Q) { + let { betas: J, ...Y } = $; + return this._client.post("/v1/environments?beta=true", { body: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + retrieve($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/environments/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + update($, Q, J) { + let { betas: Y, ...X } = Q; + return this._client.post(T`/v1/environments/${$}?beta=true`, { body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/environments?beta=true", D$, { query: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + delete($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.delete(T`/v1/environments/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + archive($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.post(T`/v1/environments/${$}/archive?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +var WQ = /* @__PURE__ */ Symbol("anthropic.sdk.stainlessHelper"); +function k5($) { + return typeof $ === "object" && $ !== null && WQ in $; +} +function hG($, Q) { + let J = /* @__PURE__ */ new Set(); + if ($) { + for (let Y of $) if (k5(Y)) J.add(Y[WQ]); + } + if (Q) for (let Y of Q) { + if (k5(Y)) J.add(Y[WQ]); + if (Array.isArray(Y.content)) { + for (let X of Y.content) if (k5(X)) J.add(X[WQ]); + } + } + return Array.from(J); +} +function S5($, Q) { + let J = hG($, Q); + if (J.length === 0) return {}; + return { "x-stainless-helper": J.join(", ") }; +} +function Vw($) { + if (k5($)) return { "x-stainless-helper": $[WQ] }; + return {}; +} +var GQ = class extends t { + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/files?beta=true", W4, { query: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "files-api-2025-04-14"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + delete($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.delete(T`/v1/files/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "files-api-2025-04-14"].toString() }, J == null ? void 0 : J.headers]) }); + } + download($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/files/${$}/content?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "files-api-2025-04-14"].toString(), Accept: "application/binary" }, J == null ? void 0 : J.headers]), __binaryResponse: true }); + } + retrieveMetadata($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/files/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "files-api-2025-04-14"].toString() }, J == null ? void 0 : J.headers]) }); + } + upload($, Q) { + let { betas: J, ...Y } = $; + return this._client.post("/v1/files?beta=true", J8({ body: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "files-api-2025-04-14"].toString() }, Vw(Y.file), Q == null ? void 0 : Q.headers]) }, this._client)); + } +}; +var UQ = class extends t { + retrieve($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/models/${$}?beta=true`, { ...J, headers: R([{ ...(Y == null ? void 0 : Y.toString()) != null ? { "anthropic-beta": Y == null ? void 0 : Y.toString() } : void 0 }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/models?beta=true", W4, { query: Y, ...Q, headers: R([{ ...(J == null ? void 0 : J.toString()) != null ? { "anthropic-beta": J == null ? void 0 : J.toString() } : void 0 }, Q == null ? void 0 : Q.headers]) }); + } +}; +var HQ = class extends t { + create($, Q) { + let { betas: J, ...Y } = $; + return this._client.post("/v1/user_profiles?beta=true", { body: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "user-profiles-2026-03-24"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + retrieve($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/user_profiles/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "user-profiles-2026-03-24"].toString() }, J == null ? void 0 : J.headers]) }); + } + update($, Q, J) { + let { betas: Y, ...X } = Q; + return this._client.post(T`/v1/user_profiles/${$}?beta=true`, { body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "user-profiles-2026-03-24"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/user_profiles?beta=true", D$, { query: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "user-profiles-2026-03-24"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + createEnrollmentURL($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.post(T`/v1/user_profiles/${$}/enrollment_url?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "user-profiles-2026-03-24"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +var KQ = class extends t { + list($, Q = {}, J) { + let { betas: Y, ...X } = Q != null ? Q : {}; + return this._client.getAPIList(T`/v1/agents/${$}/versions?beta=true`, D$, { query: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +var X8 = class extends t { + constructor() { + super(...arguments); + this.versions = new KQ(this._client); + } + create($, Q) { + let { betas: J, ...Y } = $; + return this._client.post("/v1/agents?beta=true", { body: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + retrieve($, Q = {}, J) { + let { betas: Y, ...X } = Q != null ? Q : {}; + return this._client.get(T`/v1/agents/${$}?beta=true`, { query: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + update($, Q, J) { + let { betas: Y, ...X } = Q; + return this._client.post(T`/v1/agents/${$}?beta=true`, { body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/agents?beta=true", D$, { query: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + archive($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.post(T`/v1/agents/${$}/archive?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +X8.Versions = KQ; +var qQ = class extends t { + create($, Q, J) { + let { view: Y, betas: X, ...W } = Q; + return this._client.post(T`/v1/memory_stores/${$}/memories?beta=true`, { query: { view: Y }, body: W, ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + retrieve($, Q, J) { + let { memory_store_id: Y, betas: X, ...W } = Q; + return this._client.get(T`/v1/memory_stores/${Y}/memories/${$}?beta=true`, { query: W, ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + update($, Q, J) { + let { memory_store_id: Y, view: X, betas: W, ...G } = Q; + return this._client.post(T`/v1/memory_stores/${Y}/memories/${$}?beta=true`, { query: { view: X }, body: G, ...J, headers: R([{ "anthropic-beta": [...W != null ? W : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($, Q = {}, J) { + let { betas: Y, ...X } = Q != null ? Q : {}; + return this._client.getAPIList(T`/v1/memory_stores/${$}/memories?beta=true`, D$, { query: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + delete($, Q, J) { + let { memory_store_id: Y, expected_content_sha256: X, betas: W } = Q; + return this._client.delete(T`/v1/memory_stores/${Y}/memories/${$}?beta=true`, { query: { expected_content_sha256: X }, ...J, headers: R([{ "anthropic-beta": [...W != null ? W : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +var VQ = class extends t { + retrieve($, Q, J) { + let { memory_store_id: Y, betas: X, ...W } = Q; + return this._client.get(T`/v1/memory_stores/${Y}/memory_versions/${$}?beta=true`, { query: W, ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($, Q = {}, J) { + let { betas: Y, ...X } = Q != null ? Q : {}; + return this._client.getAPIList(T`/v1/memory_stores/${$}/memory_versions?beta=true`, D$, { query: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + redact($, Q, J) { + let { memory_store_id: Y, betas: X } = Q; + return this._client.post(T`/v1/memory_stores/${Y}/memory_versions/${$}/redact?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +var X0 = class extends t { + constructor() { + super(...arguments); + this.memories = new qQ(this._client), this.memoryVersions = new VQ(this._client); + } + create($, Q) { + let { betas: J, ...Y } = $; + return this._client.post("/v1/memory_stores?beta=true", { body: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + retrieve($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/memory_stores/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + update($, Q, J) { + let { betas: Y, ...X } = Q; + return this._client.post(T`/v1/memory_stores/${$}?beta=true`, { body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/memory_stores?beta=true", D$, { query: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + delete($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.delete(T`/v1/memory_stores/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + archive($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.post(T`/v1/memory_stores/${$}/archive?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +X0.Memories = qQ; +X0.MemoryVersions = VQ; +var Y8 = class _Y8 { + constructor($, Q) { + this.iterator = $, this.controller = Q; + } + async *decoder() { + let $ = new B1(); + for await (let Q of this.iterator) for (let J of $.decode(Q)) yield JSON.parse(J); + for (let Q of $.flush()) yield JSON.parse(Q); + } + [Symbol.asyncIterator]() { + return this.decoder(); + } + static fromResponse($, Q) { + if (!$.body) { + if (Q.abort(), typeof globalThis.navigator < "u" && globalThis.navigator.product === "ReactNative") throw new g("The default react-native fetch implementation does not support streaming. Please use expo/fetch: https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api"); + throw new g("Attempted to iterate over a response with no body"); + } + return new _Y8(e9($.body), Q); + } +}; +var BQ = class extends t { + create($, Q) { + let { betas: J, ...Y } = $; + return this._client.post("/v1/messages/batches?beta=true", { body: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "message-batches-2024-09-24"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + retrieve($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/messages/batches/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "message-batches-2024-09-24"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/messages/batches?beta=true", W4, { query: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "message-batches-2024-09-24"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + delete($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.delete(T`/v1/messages/batches/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "message-batches-2024-09-24"].toString() }, J == null ? void 0 : J.headers]) }); + } + cancel($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.post(T`/v1/messages/batches/${$}/cancel?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "message-batches-2024-09-24"].toString() }, J == null ? void 0 : J.headers]) }); + } + async results($, Q = {}, J) { + let Y = await this.retrieve($); + if (!Y.results_url) throw new g(`No batch \`results_url\`; Has it finished processing? ${Y.processing_status} - ${Y.id}`); + let { betas: X } = Q != null ? Q : {}; + return this._client.get(Y.results_url, { ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "message-batches-2024-09-24"].toString(), Accept: "application/binary" }, J == null ? void 0 : J.headers]), stream: true, __binaryResponse: true })._thenUnwrap((W, G) => Y8.fromResponse(G.response, G.controller)); + } +}; +var v5 = { "claude-opus-4-20250514": 8192, "claude-opus-4-0": 8192, "claude-4-opus-20250514": 8192, "anthropic.claude-opus-4-20250514-v1:0": 8192, "claude-opus-4@20250514": 8192, "claude-opus-4-1-20250805": 8192, "anthropic.claude-opus-4-1-20250805-v1:0": 8192, "claude-opus-4-1@20250805": 8192 }; +function Bw($) { + var _a5, _b3; + return (_b3 = $ == null ? void 0 : $.output_format) != null ? _b3 : (_a5 = $ == null ? void 0 : $.output_config) == null ? void 0 : _a5.format; +} +function uG($, Q, J) { + let Y = Bw(Q); + if (!Q || !("parse" in (Y != null ? Y : {}))) return { ...$, content: $.content.map((X) => { + if (X.type === "text") { + let W = Object.defineProperty({ ...X }, "parsed_output", { value: null, enumerable: false }); + return Object.defineProperty(W, "parsed", { get() { + return J.logger.warn("The `parsed` property on `text` blocks is deprecated, please use `parsed_output` instead."), null; + }, enumerable: false }); + } + return X; + }), parsed_output: null }; + return mG($, Q, J); +} +function mG($, Q, J) { + let Y = null, X = $.content.map((W) => { + if (W.type === "text") { + let G = Nv(Q, W.text); + if (Y === null) Y = G; + let U = Object.defineProperty({ ...W }, "parsed_output", { value: G, enumerable: false }); + return Object.defineProperty(U, "parsed", { get() { + return J.logger.warn("The `parsed` property on `text` blocks is deprecated, please use `parsed_output` instead."), G; + }, enumerable: false }); + } + return W; + }); + return { ...$, content: X, parsed_output: Y }; +} +function Nv($, Q) { + let J = Bw($); + if ((J == null ? void 0 : J.type) !== "json_schema") return null; + try { + if ("parse" in J) return J.parse(Q); + return JSON.parse(Q); + } catch (Y) { + throw new g(`Failed to parse structured output: ${Y}`); + } +} +var wv = ($) => { + let Q = 0, J = []; + while (Q < $.length) { + let Y = $[Q]; + if (Y === "\\") { + Q++; + continue; + } + if (Y === "{") { + J.push({ type: "brace", value: "{" }), Q++; + continue; + } + if (Y === "}") { + J.push({ type: "brace", value: "}" }), Q++; + continue; + } + if (Y === "[") { + J.push({ type: "paren", value: "[" }), Q++; + continue; + } + if (Y === "]") { + J.push({ type: "paren", value: "]" }), Q++; + continue; + } + if (Y === ":") { + J.push({ type: "separator", value: ":" }), Q++; + continue; + } + if (Y === ",") { + J.push({ type: "delimiter", value: "," }), Q++; + continue; + } + if (Y === '"') { + let U = "", H = false; + Y = $[++Q]; + while (Y !== '"') { + if (Q === $.length) { + H = true; + break; + } + if (Y === "\\") { + if (Q++, Q === $.length) { + H = true; + break; + } + U += Y + $[Q], Y = $[++Q]; + } else U += Y, Y = $[++Q]; + } + if (Y = $[++Q], !H) J.push({ type: "string", value: U }); + continue; + } + if (Y && /\s/.test(Y)) { + Q++; + continue; + } + let W = /[0-9]/; + if (Y && W.test(Y) || Y === "-" || Y === ".") { + let U = ""; + if (Y === "-") U += Y, Y = $[++Q]; + while (Y && W.test(Y) || Y === ".") U += Y, Y = $[++Q]; + J.push({ type: "number", value: U }); + continue; + } + let G = /[a-z]/i; + if (Y && G.test(Y)) { + let U = ""; + while (Y && G.test(Y)) { + if (Q === $.length) break; + U += Y, Y = $[++Q]; + } + if (U == "true" || U == "false" || U === "null") J.push({ type: "name", value: U }); + else { + Q++; + continue; + } + continue; + } + Q++; + } + return J; +}; +var W8 = ($) => { + if ($.length === 0) return $; + let Q = $[$.length - 1]; + switch (Q.type) { + case "separator": + return $ = $.slice(0, $.length - 1), W8($); + break; + case "number": + let J = Q.value[Q.value.length - 1]; + if (J === "." || J === "-") return $ = $.slice(0, $.length - 1), W8($); + case "string": + let Y = $[$.length - 2]; + if ((Y == null ? void 0 : Y.type) === "delimiter") return $ = $.slice(0, $.length - 1), W8($); + else if ((Y == null ? void 0 : Y.type) === "brace" && Y.value === "{") return $ = $.slice(0, $.length - 1), W8($); + break; + case "delimiter": + return $ = $.slice(0, $.length - 1), W8($); + break; + } + return $; +}; +var Ov = ($) => { + let Q = []; + if ($.map((J) => { + if (J.type === "brace") if (J.value === "{") Q.push("}"); + else Q.splice(Q.lastIndexOf("}"), 1); + if (J.type === "paren") if (J.value === "[") Q.push("]"); + else Q.splice(Q.lastIndexOf("]"), 1); + }), Q.length > 0) Q.reverse().map((J) => { + if (J === "}") $.push({ type: "brace", value: "}" }); + else if (J === "]") $.push({ type: "paren", value: "]" }); + }); + return $; +}; +var Dv = ($) => { + let Q = ""; + return $.map((J) => { + switch (J.type) { + case "string": + Q += '"' + J.value + '"'; + break; + default: + Q += J.value; + break; + } + }), Q; +}; +var C5 = ($) => JSON.parse(Dv(Ov(W8(wv($))))); +var i6; +var z1; +var G8; +var zQ; +var T5; +var NQ; +var wQ; +var x5; +var OQ; +var y4; +var DQ; +var y5; +var f5; +var Y0; +var g5; +var h5; +var FQ; +var lG; +var zw; +var u5; +var cG; +var pG; +var dG; +var Nw; +var ww = "__json_buf"; +function Ow($) { + return $.type === "tool_use" || $.type === "server_tool_use" || $.type === "mcp_tool_use"; +} +var ZQ = class _ZQ { + constructor($, Q) { + var _a5; + i6.add(this), this.messages = [], this.receivedMessages = [], z1.set(this, void 0), G8.set(this, null), this.controller = new AbortController(), zQ.set(this, void 0), T5.set(this, () => { + }), NQ.set(this, () => { + }), wQ.set(this, void 0), x5.set(this, () => { + }), OQ.set(this, () => { + }), y4.set(this, {}), DQ.set(this, false), y5.set(this, false), f5.set(this, false), Y0.set(this, false), g5.set(this, void 0), h5.set(this, void 0), FQ.set(this, void 0), u5.set(this, (J) => { + if (y(this, y5, true, "f"), T4(J)) J = new Q6(); + if (J instanceof Q6) return y(this, f5, true, "f"), this._emit("abort", J); + if (J instanceof g) return this._emit("error", J); + if (J instanceof Error) { + let Y = new g(J.message); + return Y.cause = J, this._emit("error", Y); + } + return this._emit("error", new g(String(J))); + }), y(this, zQ, new Promise((J, Y) => { + y(this, T5, J, "f"), y(this, NQ, Y, "f"); + }), "f"), y(this, wQ, new Promise((J, Y) => { + y(this, x5, J, "f"), y(this, OQ, Y, "f"); + }), "f"), Z(this, zQ, "f").catch(() => { + }), Z(this, wQ, "f").catch(() => { + }), y(this, G8, $, "f"), y(this, FQ, (_a5 = Q == null ? void 0 : Q.logger) != null ? _a5 : console, "f"); + } + get response() { + return Z(this, g5, "f"); + } + get request_id() { + return Z(this, h5, "f"); + } + async withResponse() { + y(this, Y0, true, "f"); + let $ = await Z(this, zQ, "f"); + if (!$) throw Error("Could not resolve a `Response` object"); + return { data: this, response: $, request_id: $.headers.get("request-id") }; + } + static fromReadableStream($) { + let Q = new _ZQ(null); + return Q._run(() => Q._fromReadableStream($)), Q; + } + static createMessage($, Q, J, { logger: Y } = {}) { + let X = new _ZQ(Q, { logger: Y }); + for (let W of Q.messages) X._addMessageParam(W); + return y(X, G8, { ...Q, stream: true }, "f"), X._run(() => X._createMessage($, { ...Q, stream: true }, { ...J, headers: { ...J == null ? void 0 : J.headers, "X-Stainless-Helper-Method": "stream" } })), X; + } + _run($) { + $().then(() => { + this._emitFinal(), this._emit("end"); + }, Z(this, u5, "f")); + } + _addMessageParam($) { + this.messages.push($); + } + _addMessage($, Q = true) { + if (this.receivedMessages.push($), Q) this._emit("message", $); + } + async _createMessage($, Q, J) { + var _a5; + let Y = J == null ? void 0 : J.signal, X; + if (Y) { + if (Y.aborted) this.controller.abort(); + X = this.controller.abort.bind(this.controller), Y.addEventListener("abort", X); + } + try { + Z(this, i6, "m", cG).call(this); + let { response: W, data: G } = await $.create({ ...Q, stream: true }, { ...J, signal: this.controller.signal }).withResponse(); + this._connected(W); + for await (let U of G) Z(this, i6, "m", pG).call(this, U); + if ((_a5 = G.controller.signal) == null ? void 0 : _a5.aborted) throw new Q6(); + Z(this, i6, "m", dG).call(this); + } finally { + if (Y && X) Y.removeEventListener("abort", X); + } + } + _connected($) { + if (this.ended) return; + y(this, g5, $, "f"), y(this, h5, $ == null ? void 0 : $.headers.get("request-id"), "f"), Z(this, T5, "f").call(this, $), this._emit("connect"); + } + get ended() { + return Z(this, DQ, "f"); + } + get errored() { + return Z(this, y5, "f"); + } + get aborted() { + return Z(this, f5, "f"); + } + abort() { + this.controller.abort(); + } + on($, Q) { + return (Z(this, y4, "f")[$] || (Z(this, y4, "f")[$] = [])).push({ listener: Q }), this; + } + off($, Q) { + let J = Z(this, y4, "f")[$]; + if (!J) return this; + let Y = J.findIndex((X) => X.listener === Q); + if (Y >= 0) J.splice(Y, 1); + return this; + } + once($, Q) { + return (Z(this, y4, "f")[$] || (Z(this, y4, "f")[$] = [])).push({ listener: Q, once: true }), this; + } + emitted($) { + return new Promise((Q, J) => { + if (y(this, Y0, true, "f"), $ !== "error") this.once("error", J); + this.once($, Q); + }); + } + async done() { + y(this, Y0, true, "f"), await Z(this, wQ, "f"); + } + get currentMessage() { + return Z(this, z1, "f"); + } + async finalMessage() { + return await this.done(), Z(this, i6, "m", lG).call(this); + } + async finalText() { + return await this.done(), Z(this, i6, "m", zw).call(this); + } + _emit($, ...Q) { + if (Z(this, DQ, "f")) return; + if ($ === "end") y(this, DQ, true, "f"), Z(this, x5, "f").call(this); + let J = Z(this, y4, "f")[$]; + if (J) Z(this, y4, "f")[$] = J.filter((Y) => !Y.once), J.forEach(({ listener: Y }) => Y(...Q)); + if ($ === "abort") { + let Y = Q[0]; + if (!Z(this, Y0, "f") && !(J == null ? void 0 : J.length)) Promise.reject(Y); + Z(this, NQ, "f").call(this, Y), Z(this, OQ, "f").call(this, Y), this._emit("end"); + return; + } + if ($ === "error") { + let Y = Q[0]; + if (!Z(this, Y0, "f") && !(J == null ? void 0 : J.length)) Promise.reject(Y); + Z(this, NQ, "f").call(this, Y), Z(this, OQ, "f").call(this, Y), this._emit("end"); + } + } + _emitFinal() { + if (this.receivedMessages.at(-1)) this._emit("finalMessage", Z(this, i6, "m", lG).call(this)); + } + async _fromReadableStream($, Q) { + var _a5; + let J = Q == null ? void 0 : Q.signal, Y; + if (J) { + if (J.aborted) this.controller.abort(); + Y = this.controller.abort.bind(this.controller), J.addEventListener("abort", Y); + } + try { + Z(this, i6, "m", cG).call(this), this._connected(null); + let X = x6.fromReadableStream($, this.controller); + for await (let W of X) Z(this, i6, "m", pG).call(this, W); + if ((_a5 = X.controller.signal) == null ? void 0 : _a5.aborted) throw new Q6(); + Z(this, i6, "m", dG).call(this); + } finally { + if (J && Y) J.removeEventListener("abort", Y); + } + } + [(z1 = /* @__PURE__ */ new WeakMap(), G8 = /* @__PURE__ */ new WeakMap(), zQ = /* @__PURE__ */ new WeakMap(), T5 = /* @__PURE__ */ new WeakMap(), NQ = /* @__PURE__ */ new WeakMap(), wQ = /* @__PURE__ */ new WeakMap(), x5 = /* @__PURE__ */ new WeakMap(), OQ = /* @__PURE__ */ new WeakMap(), y4 = /* @__PURE__ */ new WeakMap(), DQ = /* @__PURE__ */ new WeakMap(), y5 = /* @__PURE__ */ new WeakMap(), f5 = /* @__PURE__ */ new WeakMap(), Y0 = /* @__PURE__ */ new WeakMap(), g5 = /* @__PURE__ */ new WeakMap(), h5 = /* @__PURE__ */ new WeakMap(), FQ = /* @__PURE__ */ new WeakMap(), u5 = /* @__PURE__ */ new WeakMap(), i6 = /* @__PURE__ */ new WeakSet(), lG = function() { + if (this.receivedMessages.length === 0) throw new g("stream ended without producing a Message with role=assistant"); + return this.receivedMessages.at(-1); + }, zw = function() { + if (this.receivedMessages.length === 0) throw new g("stream ended without producing a Message with role=assistant"); + let Q = this.receivedMessages.at(-1).content.filter((J) => J.type === "text").map((J) => J.text); + if (Q.length === 0) throw new g("stream ended without producing a content block with type=text"); + return Q.join(" "); + }, cG = function() { + if (this.ended) return; + y(this, z1, void 0, "f"); + }, pG = function(Q) { + var _a5; + if (this.ended) return; + let J = Z(this, i6, "m", Nw).call(this, Q); + switch (this._emit("streamEvent", Q, J), Q.type) { + case "content_block_delta": { + let Y = J.content.at(-1); + switch (Q.delta.type) { + case "text_delta": { + if (Y.type === "text") this._emit("text", Q.delta.text, Y.text || ""); + break; + } + case "citations_delta": { + if (Y.type === "text") this._emit("citation", Q.delta.citation, (_a5 = Y.citations) != null ? _a5 : []); + break; + } + case "input_json_delta": { + if (Ow(Y) && Y.input) this._emit("inputJson", Q.delta.partial_json, Y.input); + break; + } + case "thinking_delta": { + if (Y.type === "thinking") this._emit("thinking", Q.delta.thinking, Y.thinking); + break; + } + case "signature_delta": { + if (Y.type === "thinking") this._emit("signature", Y.signature); + break; + } + case "compaction_delta": { + if (Y.type === "compaction" && Y.content) this._emit("compaction", Y.content); + break; + } + default: + Dw(Q.delta); + } + break; + } + case "message_stop": { + this._addMessageParam(J), this._addMessage(uG(J, Z(this, G8, "f"), { logger: Z(this, FQ, "f") }), true); + break; + } + case "content_block_stop": { + this._emit("contentBlock", J.content.at(-1)); + break; + } + case "message_start": { + y(this, z1, J, "f"); + break; + } + case "content_block_start": + case "message_delta": + break; + } + }, dG = function() { + if (this.ended) throw new g("stream has ended, this shouldn't happen"); + let Q = Z(this, z1, "f"); + if (!Q) throw new g("request ended without sending any chunks"); + return y(this, z1, void 0, "f"), uG(Q, Z(this, G8, "f"), { logger: Z(this, FQ, "f") }); + }, Nw = function(Q) { + var _a5; + let J = Z(this, z1, "f"); + if (Q.type === "message_start") { + if (J) throw new g(`Unexpected event order, got ${Q.type} before receiving "message_stop"`); + return Q.message; + } + if (!J) throw new g(`Unexpected event order, got ${Q.type} before "message_start"`); + switch (Q.type) { + case "message_stop": + return J; + case "message_delta": + if (J.container = Q.delta.container, J.stop_reason = Q.delta.stop_reason, J.stop_sequence = Q.delta.stop_sequence, J.usage.output_tokens = Q.usage.output_tokens, J.context_management = Q.context_management, Q.usage.input_tokens != null) J.usage.input_tokens = Q.usage.input_tokens; + if (Q.usage.cache_creation_input_tokens != null) J.usage.cache_creation_input_tokens = Q.usage.cache_creation_input_tokens; + if (Q.usage.cache_read_input_tokens != null) J.usage.cache_read_input_tokens = Q.usage.cache_read_input_tokens; + if (Q.usage.server_tool_use != null) J.usage.server_tool_use = Q.usage.server_tool_use; + if (Q.usage.iterations != null) J.usage.iterations = Q.usage.iterations; + return J; + case "content_block_start": + return J.content.push(Q.content_block), J; + case "content_block_delta": { + let Y = J.content.at(Q.index); + switch (Q.delta.type) { + case "text_delta": { + if ((Y == null ? void 0 : Y.type) === "text") J.content[Q.index] = { ...Y, text: (Y.text || "") + Q.delta.text }; + break; + } + case "citations_delta": { + if ((Y == null ? void 0 : Y.type) === "text") J.content[Q.index] = { ...Y, citations: [...(_a5 = Y.citations) != null ? _a5 : [], Q.delta.citation] }; + break; + } + case "input_json_delta": { + if (Y && Ow(Y)) { + let X = Y[ww] || ""; + X += Q.delta.partial_json; + let W = { ...Y }; + if (Object.defineProperty(W, ww, { value: X, enumerable: false, writable: true }), X) try { + W.input = C5(X); + } catch (G) { + let U = new g(`Unable to parse tool parameter JSON from model. Please retry your request or adjust your prompt. Error: ${G}. JSON: ${X}`); + Z(this, u5, "f").call(this, U); + } + J.content[Q.index] = W; + } + break; + } + case "thinking_delta": { + if ((Y == null ? void 0 : Y.type) === "thinking") J.content[Q.index] = { ...Y, thinking: Y.thinking + Q.delta.thinking }; + break; + } + case "signature_delta": { + if ((Y == null ? void 0 : Y.type) === "thinking") J.content[Q.index] = { ...Y, signature: Q.delta.signature }; + break; + } + case "compaction_delta": { + if ((Y == null ? void 0 : Y.type) === "compaction") J.content[Q.index] = { ...Y, content: (Y.content || "") + Q.delta.content }; + break; + } + default: + Dw(Q.delta); + } + return J; + } + case "content_block_stop": + return J; + } + }, Symbol.asyncIterator)]() { + let $ = [], Q = [], J = false; + return this.on("streamEvent", (Y) => { + let X = Q.shift(); + if (X) X.resolve(Y); + else $.push(Y); + }), this.on("end", () => { + J = true; + for (let Y of Q) Y.resolve(void 0); + Q.length = 0; + }), this.on("abort", (Y) => { + J = true; + for (let X of Q) X.reject(Y); + Q.length = 0; + }), this.on("error", (Y) => { + J = true; + for (let X of Q) X.reject(Y); + Q.length = 0; + }), { next: async () => { + if (!$.length) { + if (J) return { value: void 0, done: true }; + return new Promise((X, W) => Q.push({ resolve: X, reject: W })).then((X) => X ? { value: X, done: false } : { value: void 0, done: true }); + } + return { value: $.shift(), done: false }; + }, return: async () => { + return this.abort(), { value: void 0, done: true }; + } }; + } + toReadableStream() { + return new x6(this[Symbol.asyncIterator].bind(this), this.controller).toReadableStream(); + } +}; +function Dw($) { +} +var U8 = class extends Error { + constructor($) { + let Q = typeof $ === "string" ? $ : $.map((J) => { + if (J.type === "text") return J.text; + return `[${J.type}]`; + }).join(" "); + super(Q); + this.name = "ToolError", this.content = $; + } +}; +var Fw = 1e5; +var Zw = `You have been working on the task described above but have not yet completed it. Write a continuation summary that will allow you (or another instance of yourself) to resume work efficiently in a future context window where the conversation history will be replaced with this summary. Your summary should be structured, concise, and actionable. Include: +1. Task Overview +The user's core request and success criteria +Any clarifications or constraints they specified +2. Current State +What has been completed so far +Files created, modified, or analyzed (with paths if relevant) +Key outputs or artifacts produced +3. Important Discoveries +Technical constraints or requirements uncovered +Decisions made and their rationale +Errors encountered and how they were resolved +What approaches were tried that didn't work (and why) +4. Next Steps +Specific actions needed to complete the task +Any blockers or open questions to resolve +Priority order if multiple steps remain +5. Context to Preserve +User preferences or style requirements +Domain-specific details that aren't obvious +Any promises made to the user +Be concise but complete\u2014err on the side of including information that would prevent duplicate work or repeated mistakes. Write in a way that enables immediate resumption of the task. +Wrap your summary in tags.`; +var MQ; +var H8; +var W0; +var r$; +var M6; +var y6; +var f4; +var N1; +var LQ; +var Mw; +var iG; +function Lw() { + let $, Q; + return { promise: new Promise((Y, X) => { + $ = Y, Q = X; + }), resolve: $, reject: Q }; +} +var jQ = class { + constructor($, Q, J) { + var _a5; + MQ.add(this), this.client = $, H8.set(this, false), W0.set(this, false), r$.set(this, void 0), M6.set(this, void 0), y6.set(this, void 0), f4.set(this, void 0), N1.set(this, void 0), LQ.set(this, 0), y(this, r$, { params: { ...Q, messages: structuredClone(Q.messages) } }, "f"); + let X = ["BetaToolRunner", ...hG(Q.tools, Q.messages)].join(", "); + if (y(this, M6, { ...J, headers: R([{ "x-stainless-helper": X }, J == null ? void 0 : J.headers]) }, "f"), y(this, N1, Lw(), "f"), (_a5 = Q.compactionControl) == null ? void 0 : _a5.enabled) console.warn('Anthropic: The `compactionControl` parameter is deprecated and will be removed in a future version. Use server-side compaction instead by passing `edits: [{ type: "compact_20260112" }]` in the params passed to `toolRunner()`. See https://platform.claude.com/docs/en/build-with-claude/compaction'); + } + async *[(H8 = /* @__PURE__ */ new WeakMap(), W0 = /* @__PURE__ */ new WeakMap(), r$ = /* @__PURE__ */ new WeakMap(), M6 = /* @__PURE__ */ new WeakMap(), y6 = /* @__PURE__ */ new WeakMap(), f4 = /* @__PURE__ */ new WeakMap(), N1 = /* @__PURE__ */ new WeakMap(), LQ = /* @__PURE__ */ new WeakMap(), MQ = /* @__PURE__ */ new WeakSet(), Mw = async function() { + var _a5, _b3, _c2, _d, _e2, _f2; + let Q = Z(this, r$, "f").params.compactionControl; + if (!Q || !Q.enabled) return false; + let J = 0; + if (Z(this, y6, "f") !== void 0) try { + let H = await Z(this, y6, "f"); + J = H.usage.input_tokens + ((_a5 = H.usage.cache_creation_input_tokens) != null ? _a5 : 0) + ((_b3 = H.usage.cache_read_input_tokens) != null ? _b3 : 0) + H.usage.output_tokens; + } catch (e2) { + return false; + } + let Y = (_c2 = Q.contextTokenThreshold) != null ? _c2 : Fw; + if (J < Y) return false; + let X = (_d = Q.model) != null ? _d : Z(this, r$, "f").params.model, W = (_e2 = Q.summaryPrompt) != null ? _e2 : Zw, G = Z(this, r$, "f").params.messages; + if (G[G.length - 1].role === "assistant") { + let H = G[G.length - 1]; + if (Array.isArray(H.content)) { + let q = H.content.filter((V) => V.type !== "tool_use"); + if (q.length === 0) G.pop(); + else H.content = q; + } + } + let U = await this.client.beta.messages.create({ model: X, messages: [...G, { role: "user", content: [{ type: "text", text: W }] }], max_tokens: Z(this, r$, "f").params.max_tokens }, { signal: Z(this, M6, "f").signal, headers: R([Z(this, M6, "f").headers, { "x-stainless-helper": "compaction" }]) }); + if (((_f2 = U.content[0]) == null ? void 0 : _f2.type) !== "text") throw new g("Expected text response for compaction"); + return Z(this, r$, "f").params.messages = [{ role: "user", content: U.content }], true; + }, Symbol.asyncIterator)]() { + var $; + if (Z(this, H8, "f")) throw new g("Cannot iterate over a consumed stream"); + y(this, H8, true, "f"), y(this, W0, true, "f"), y(this, f4, void 0, "f"); + try { + while (true) { + let Q; + try { + if (Z(this, r$, "f").params.max_iterations && Z(this, LQ, "f") >= Z(this, r$, "f").params.max_iterations) break; + y(this, W0, false, "f"), y(this, f4, void 0, "f"), y(this, LQ, ($ = Z(this, LQ, "f"), $++, $), "f"), y(this, y6, void 0, "f"); + let { max_iterations: J, compactionControl: Y, ...X } = Z(this, r$, "f").params; + if (X.stream) Q = this.client.beta.messages.stream({ ...X }, Z(this, M6, "f")), y(this, y6, Q.finalMessage(), "f"), Z(this, y6, "f").catch(() => { + }), yield Q; + else y(this, y6, this.client.beta.messages.create({ ...X, stream: false }, Z(this, M6, "f")), "f"), yield Z(this, y6, "f"); + if (!await Z(this, MQ, "m", Mw).call(this)) { + if (!Z(this, W0, "f")) { + let { role: U, content: H } = await Z(this, y6, "f"); + Z(this, r$, "f").params.messages.push({ role: U, content: H }); + } + let G = await Z(this, MQ, "m", iG).call(this, Z(this, r$, "f").params.messages.at(-1)); + if (G) Z(this, r$, "f").params.messages.push(G); + else if (!Z(this, W0, "f")) break; + } + } finally { + if (Q) Q.abort(); + } + } + if (!Z(this, y6, "f")) throw new g("ToolRunner concluded without a message from the server"); + Z(this, N1, "f").resolve(await Z(this, y6, "f")); + } catch (Q) { + throw y(this, H8, false, "f"), Z(this, N1, "f").promise.catch(() => { + }), Z(this, N1, "f").reject(Q), y(this, N1, Lw(), "f"), Q; + } + } + setMessagesParams($) { + if (typeof $ === "function") Z(this, r$, "f").params = $(Z(this, r$, "f").params); + else Z(this, r$, "f").params = $; + y(this, W0, true, "f"), y(this, f4, void 0, "f"); + } + setRequestOptions($) { + if (typeof $ === "function") y(this, M6, $(Z(this, M6, "f")), "f"); + else y(this, M6, { ...Z(this, M6, "f"), ...$ }, "f"); + } + async generateToolResponse($ = Z(this, M6, "f").signal) { + var _a5; + let Q = (_a5 = await Z(this, y6, "f")) != null ? _a5 : this.params.messages.at(-1); + if (!Q) return null; + return Z(this, MQ, "m", iG).call(this, Q, $); + } + done() { + return Z(this, N1, "f").promise; + } + async runUntilDone() { + if (!Z(this, H8, "f")) for await (let $ of this) ; + return this.done(); + } + get params() { + return Z(this, r$, "f").params; + } + pushMessages(...$) { + this.setMessagesParams((Q) => ({ ...Q, messages: [...Q.messages, ...$] })); + } + then($, Q) { + return this.runUntilDone().then($, Q); + } +}; +iG = async function(Q, J = Z(this, M6, "f").signal) { + if (Z(this, f4, "f") !== void 0) return Z(this, f4, "f"); + return y(this, f4, Fv(Z(this, r$, "f").params, Q, { ...Z(this, M6, "f"), signal: J }), "f"), Z(this, f4, "f"); +}; +async function Fv($, Q = $.messages.at(-1), J) { + if (!Q || Q.role !== "assistant" || !Q.content || typeof Q.content === "string") return null; + let Y = Q.content.filter((W) => W.type === "tool_use"); + if (Y.length === 0) return null; + return { role: "user", content: await Promise.all(Y.map(async (W) => { + let G = $.tools.find((U) => ("name" in U ? U.name : U.mcp_server_name) === W.name); + if (!G || !("run" in G)) return { type: "tool_result", tool_use_id: W.id, content: `Error: Tool '${W.name}' not found`, is_error: true }; + try { + let U = W.input; + if ("parse" in G && G.parse) U = G.parse(U); + let H = await G.run(U, { toolUseBlock: W, signal: J == null ? void 0 : J.signal }); + return { type: "tool_result", tool_use_id: W.id, content: H }; + } catch (U) { + return { type: "tool_result", tool_use_id: W.id, content: U instanceof U8 ? U.content : `Error: ${U instanceof Error ? U.message : String(U)}`, is_error: true }; + } + })) }; +} +var jw = { "claude-1.3": "November 6th, 2024", "claude-1.3-100k": "November 6th, 2024", "claude-instant-1.1": "November 6th, 2024", "claude-instant-1.1-100k": "November 6th, 2024", "claude-instant-1.2": "November 6th, 2024", "claude-3-sonnet-20240229": "July 21st, 2025", "claude-3-opus-20240229": "January 5th, 2026", "claude-2.1": "July 21st, 2025", "claude-2.0": "July 21st, 2025", "claude-3-7-sonnet-latest": "February 19th, 2026", "claude-3-7-sonnet-20250219": "February 19th, 2026" }; +var Zv = ["claude-mythos-preview", "claude-opus-4-6"]; +var w1 = class extends t { + constructor() { + super(...arguments); + this.batches = new BQ(this._client); + } + create($, Q) { + var _a5, _b3; + let J = Aw($), { betas: Y, ...X } = J; + if (X.model in jw) console.warn(`The model '${X.model}' is deprecated and will reach end-of-life on ${jw[X.model]} +Please migrate to a newer model. Visit https://docs.anthropic.com/en/docs/resources/model-deprecations for more information.`); + if (Zv.includes(X.model) && X.thinking && X.thinking.type === "enabled") console.warn(`Using Claude with ${X.model} and 'thinking.type=enabled' is deprecated. Use 'thinking.type=adaptive' instead which results in better model performance in our testing: https://platform.claude.com/docs/en/build-with-claude/adaptive-thinking`); + let W = this._client._options.timeout; + if (!X.stream && W == null) { + let U = (_a5 = v5[X.model]) != null ? _a5 : void 0; + W = this._client.calculateNonstreamingTimeout(X.max_tokens, U); + } + let G = S5(X.tools, X.messages); + return this._client.post("/v1/messages?beta=true", { body: X, timeout: W != null ? W : 6e5, ...Q, headers: R([{ ...(Y == null ? void 0 : Y.toString()) != null ? { "anthropic-beta": Y == null ? void 0 : Y.toString() } : void 0 }, G, Q == null ? void 0 : Q.headers]), stream: (_b3 = J.stream) != null ? _b3 : false }); + } + parse($, Q) { + var _a5; + return Q = { ...Q, headers: R([{ "anthropic-beta": [...(_a5 = $.betas) != null ? _a5 : [], "structured-outputs-2025-12-15"].toString() }, Q == null ? void 0 : Q.headers]) }, this.create($, Q).then((J) => { + var _a6; + return mG(J, $, { logger: (_a6 = this._client.logger) != null ? _a6 : console }); + }); + } + stream($, Q) { + return ZQ.createMessage(this, $, Q); + } + countTokens($, Q) { + let J = Aw($), { betas: Y, ...X } = J; + return this._client.post("/v1/messages/count_tokens?beta=true", { body: X, ...Q, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "token-counting-2024-11-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + toolRunner($, Q) { + return new jQ(this._client, $, Q); + } +}; +function Aw($) { + var _a5; + if (!$.output_format) return $; + if ((_a5 = $.output_config) == null ? void 0 : _a5.format) throw new g("Both output_format and output_config.format were provided. Please use only output_config.format (output_format is deprecated)."); + let { output_format: Q, ...J } = $; + return { ...J, output_config: { ...$.output_config, format: Q } }; +} +w1.Batches = BQ; +w1.BetaToolRunner = jQ; +w1.ToolError = U8; +var AQ = class extends t { + list($, Q = {}, J) { + let { betas: Y, ...X } = Q != null ? Q : {}; + return this._client.getAPIList(T`/v1/sessions/${$}/events?beta=true`, D$, { query: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + send($, Q, J) { + let { betas: Y, ...X } = Q; + return this._client.post(T`/v1/sessions/${$}/events?beta=true`, { body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + stream($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/sessions/${$}/events/stream?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]), stream: true }); + } +}; +var IQ = class extends t { + retrieve($, Q, J) { + let { session_id: Y, betas: X } = Q; + return this._client.get(T`/v1/sessions/${Y}/resources/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + update($, Q, J) { + let { session_id: Y, betas: X, ...W } = Q; + return this._client.post(T`/v1/sessions/${Y}/resources/${$}?beta=true`, { body: W, ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($, Q = {}, J) { + let { betas: Y, ...X } = Q != null ? Q : {}; + return this._client.getAPIList(T`/v1/sessions/${$}/resources?beta=true`, D$, { query: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + delete($, Q, J) { + let { session_id: Y, betas: X } = Q; + return this._client.delete(T`/v1/sessions/${Y}/resources/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + add($, Q, J) { + let { betas: Y, ...X } = Q; + return this._client.post(T`/v1/sessions/${$}/resources?beta=true`, { body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +var G0 = class extends t { + constructor() { + super(...arguments); + this.events = new AQ(this._client), this.resources = new IQ(this._client); + } + create($, Q) { + let { betas: J, ...Y } = $; + return this._client.post("/v1/sessions?beta=true", { body: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + retrieve($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/sessions/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + update($, Q, J) { + let { betas: Y, ...X } = Q; + return this._client.post(T`/v1/sessions/${$}?beta=true`, { body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/sessions?beta=true", D$, { query: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + delete($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.delete(T`/v1/sessions/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + archive($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.post(T`/v1/sessions/${$}/archive?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +G0.Events = AQ; +G0.Resources = IQ; +var RQ = class extends t { + create($, Q = {}, J) { + let { betas: Y, ...X } = Q != null ? Q : {}; + return this._client.post(T`/v1/skills/${$}/versions?beta=true`, J8({ body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "skills-2025-10-02"].toString() }, J == null ? void 0 : J.headers]) }, this._client)); + } + retrieve($, Q, J) { + let { skill_id: Y, betas: X } = Q; + return this._client.get(T`/v1/skills/${Y}/versions/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "skills-2025-10-02"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($, Q = {}, J) { + let { betas: Y, ...X } = Q != null ? Q : {}; + return this._client.getAPIList(T`/v1/skills/${$}/versions?beta=true`, D$, { query: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "skills-2025-10-02"].toString() }, J == null ? void 0 : J.headers]) }); + } + delete($, Q, J) { + let { skill_id: Y, betas: X } = Q; + return this._client.delete(T`/v1/skills/${Y}/versions/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "skills-2025-10-02"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +var K8 = class extends t { + constructor() { + super(...arguments); + this.versions = new RQ(this._client); + } + create($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.post("/v1/skills?beta=true", J8({ body: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "skills-2025-10-02"].toString() }, Q == null ? void 0 : Q.headers]) }, this._client, false)); + } + retrieve($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/skills/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "skills-2025-10-02"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/skills?beta=true", D$, { query: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "skills-2025-10-02"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + delete($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.delete(T`/v1/skills/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "skills-2025-10-02"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +K8.Versions = RQ; +var PQ = class extends t { + create($, Q, J) { + let { betas: Y, ...X } = Q; + return this._client.post(T`/v1/vaults/${$}/credentials?beta=true`, { body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + retrieve($, Q, J) { + let { vault_id: Y, betas: X } = Q; + return this._client.get(T`/v1/vaults/${Y}/credentials/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + update($, Q, J) { + let { vault_id: Y, betas: X, ...W } = Q; + return this._client.post(T`/v1/vaults/${Y}/credentials/${$}?beta=true`, { body: W, ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($, Q = {}, J) { + let { betas: Y, ...X } = Q != null ? Q : {}; + return this._client.getAPIList(T`/v1/vaults/${$}/credentials?beta=true`, D$, { query: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + delete($, Q, J) { + let { vault_id: Y, betas: X } = Q; + return this._client.delete(T`/v1/vaults/${Y}/credentials/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + archive($, Q, J) { + let { vault_id: Y, betas: X } = Q; + return this._client.post(T`/v1/vaults/${Y}/credentials/${$}/archive?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...X != null ? X : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +var q8 = class extends t { + constructor() { + super(...arguments); + this.credentials = new PQ(this._client); + } + create($, Q) { + let { betas: J, ...Y } = $; + return this._client.post("/v1/vaults?beta=true", { body: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + retrieve($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/vaults/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + update($, Q, J) { + let { betas: Y, ...X } = Q; + return this._client.post(T`/v1/vaults/${$}?beta=true`, { body: X, ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/vaults?beta=true", D$, { query: Y, ...Q, headers: R([{ "anthropic-beta": [...J != null ? J : [], "managed-agents-2026-04-01"].toString() }, Q == null ? void 0 : Q.headers]) }); + } + delete($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.delete(T`/v1/vaults/${$}?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } + archive($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.post(T`/v1/vaults/${$}/archive?beta=true`, { ...J, headers: R([{ "anthropic-beta": [...Y != null ? Y : [], "managed-agents-2026-04-01"].toString() }, J == null ? void 0 : J.headers]) }); + } +}; +q8.Credentials = PQ; +var G6 = class extends t { + constructor() { + super(...arguments); + this.models = new UQ(this._client), this.messages = new w1(this._client), this.agents = new X8(this._client), this.environments = new YQ(this._client), this.sessions = new G0(this._client), this.vaults = new q8(this._client), this.memoryStores = new X0(this._client), this.files = new GQ(this._client), this.skills = new K8(this._client), this.userProfiles = new HQ(this._client); + } +}; +G6.Models = UQ; +G6.Messages = w1; +G6.Agents = X8; +G6.Environments = YQ; +G6.Sessions = G0; +G6.Vaults = q8; +G6.MemoryStores = X0; +G6.Files = GQ; +G6.Skills = K8; +G6.UserProfiles = HQ; +var V8 = class extends t { + create($, Q) { + var _a5, _b3; + let { betas: J, ...Y } = $; + return this._client.post("/v1/complete", { body: Y, timeout: (_a5 = this._client._options.timeout) != null ? _a5 : 6e5, ...Q, headers: R([{ ...(J == null ? void 0 : J.toString()) != null ? { "anthropic-beta": J == null ? void 0 : J.toString() } : void 0 }, Q == null ? void 0 : Q.headers]), stream: (_b3 = $.stream) != null ? _b3 : false }); + } +}; +function Iw($) { + var _a5; + return (_a5 = $ == null ? void 0 : $.output_config) == null ? void 0 : _a5.format; +} +function nG($, Q, J) { + let Y = Iw(Q); + if (!Q || !("parse" in (Y != null ? Y : {}))) return { ...$, content: $.content.map((X) => { + if (X.type === "text") return Object.defineProperty({ ...X }, "parsed_output", { value: null, enumerable: false }); + return X; + }), parsed_output: null }; + return rG($, Q, J); +} +function rG($, Q, J) { + let Y = null, X = $.content.map((W) => { + if (W.type === "text") { + let G = bv(Q, W.text); + if (Y === null) Y = G; + return Object.defineProperty({ ...W }, "parsed_output", { value: G, enumerable: false }); + } + return W; + }); + return { ...$, content: X, parsed_output: Y }; +} +function bv($, Q) { + let J = Iw($); + if ((J == null ? void 0 : J.type) !== "json_schema") return null; + try { + if ("parse" in J) return J.parse(Q); + return JSON.parse(Q); + } catch (Y) { + throw new g(`Failed to parse structured output: ${Y}`); + } +} +var n6; +var O1; +var B8; +var EQ; +var m5; +var bQ; +var _Q; +var l5; +var kQ; +var g4; +var SQ; +var c5; +var p5; +var U0; +var d5; +var i5; +var vQ; +var oG; +var Rw; +var tG; +var aG; +var sG; +var eG; +var Pw; +var Ew = "__json_buf"; +function bw($) { + return $.type === "tool_use" || $.type === "server_tool_use"; +} +var CQ = class _CQ { + constructor($, Q) { + var _a5; + n6.add(this), this.messages = [], this.receivedMessages = [], O1.set(this, void 0), B8.set(this, null), this.controller = new AbortController(), EQ.set(this, void 0), m5.set(this, () => { + }), bQ.set(this, () => { + }), _Q.set(this, void 0), l5.set(this, () => { + }), kQ.set(this, () => { + }), g4.set(this, {}), SQ.set(this, false), c5.set(this, false), p5.set(this, false), U0.set(this, false), d5.set(this, void 0), i5.set(this, void 0), vQ.set(this, void 0), tG.set(this, (J) => { + if (y(this, c5, true, "f"), T4(J)) J = new Q6(); + if (J instanceof Q6) return y(this, p5, true, "f"), this._emit("abort", J); + if (J instanceof g) return this._emit("error", J); + if (J instanceof Error) { + let Y = new g(J.message); + return Y.cause = J, this._emit("error", Y); + } + return this._emit("error", new g(String(J))); + }), y(this, EQ, new Promise((J, Y) => { + y(this, m5, J, "f"), y(this, bQ, Y, "f"); + }), "f"), y(this, _Q, new Promise((J, Y) => { + y(this, l5, J, "f"), y(this, kQ, Y, "f"); + }), "f"), Z(this, EQ, "f").catch(() => { + }), Z(this, _Q, "f").catch(() => { + }), y(this, B8, $, "f"), y(this, vQ, (_a5 = Q == null ? void 0 : Q.logger) != null ? _a5 : console, "f"); + } + get response() { + return Z(this, d5, "f"); + } + get request_id() { + return Z(this, i5, "f"); + } + async withResponse() { + y(this, U0, true, "f"); + let $ = await Z(this, EQ, "f"); + if (!$) throw Error("Could not resolve a `Response` object"); + return { data: this, response: $, request_id: $.headers.get("request-id") }; + } + static fromReadableStream($) { + let Q = new _CQ(null); + return Q._run(() => Q._fromReadableStream($)), Q; + } + static createMessage($, Q, J, { logger: Y } = {}) { + let X = new _CQ(Q, { logger: Y }); + for (let W of Q.messages) X._addMessageParam(W); + return y(X, B8, { ...Q, stream: true }, "f"), X._run(() => X._createMessage($, { ...Q, stream: true }, { ...J, headers: { ...J == null ? void 0 : J.headers, "X-Stainless-Helper-Method": "stream" } })), X; + } + _run($) { + $().then(() => { + this._emitFinal(), this._emit("end"); + }, Z(this, tG, "f")); + } + _addMessageParam($) { + this.messages.push($); + } + _addMessage($, Q = true) { + if (this.receivedMessages.push($), Q) this._emit("message", $); + } + async _createMessage($, Q, J) { + var _a5; + let Y = J == null ? void 0 : J.signal, X; + if (Y) { + if (Y.aborted) this.controller.abort(); + X = this.controller.abort.bind(this.controller), Y.addEventListener("abort", X); + } + try { + Z(this, n6, "m", aG).call(this); + let { response: W, data: G } = await $.create({ ...Q, stream: true }, { ...J, signal: this.controller.signal }).withResponse(); + this._connected(W); + for await (let U of G) Z(this, n6, "m", sG).call(this, U); + if ((_a5 = G.controller.signal) == null ? void 0 : _a5.aborted) throw new Q6(); + Z(this, n6, "m", eG).call(this); + } finally { + if (Y && X) Y.removeEventListener("abort", X); + } + } + _connected($) { + if (this.ended) return; + y(this, d5, $, "f"), y(this, i5, $ == null ? void 0 : $.headers.get("request-id"), "f"), Z(this, m5, "f").call(this, $), this._emit("connect"); + } + get ended() { + return Z(this, SQ, "f"); + } + get errored() { + return Z(this, c5, "f"); + } + get aborted() { + return Z(this, p5, "f"); + } + abort() { + this.controller.abort(); + } + on($, Q) { + return (Z(this, g4, "f")[$] || (Z(this, g4, "f")[$] = [])).push({ listener: Q }), this; + } + off($, Q) { + let J = Z(this, g4, "f")[$]; + if (!J) return this; + let Y = J.findIndex((X) => X.listener === Q); + if (Y >= 0) J.splice(Y, 1); + return this; + } + once($, Q) { + return (Z(this, g4, "f")[$] || (Z(this, g4, "f")[$] = [])).push({ listener: Q, once: true }), this; + } + emitted($) { + return new Promise((Q, J) => { + if (y(this, U0, true, "f"), $ !== "error") this.once("error", J); + this.once($, Q); + }); + } + async done() { + y(this, U0, true, "f"), await Z(this, _Q, "f"); + } + get currentMessage() { + return Z(this, O1, "f"); + } + async finalMessage() { + return await this.done(), Z(this, n6, "m", oG).call(this); + } + async finalText() { + return await this.done(), Z(this, n6, "m", Rw).call(this); + } + _emit($, ...Q) { + if (Z(this, SQ, "f")) return; + if ($ === "end") y(this, SQ, true, "f"), Z(this, l5, "f").call(this); + let J = Z(this, g4, "f")[$]; + if (J) Z(this, g4, "f")[$] = J.filter((Y) => !Y.once), J.forEach(({ listener: Y }) => Y(...Q)); + if ($ === "abort") { + let Y = Q[0]; + if (!Z(this, U0, "f") && !(J == null ? void 0 : J.length)) Promise.reject(Y); + Z(this, bQ, "f").call(this, Y), Z(this, kQ, "f").call(this, Y), this._emit("end"); + return; + } + if ($ === "error") { + let Y = Q[0]; + if (!Z(this, U0, "f") && !(J == null ? void 0 : J.length)) Promise.reject(Y); + Z(this, bQ, "f").call(this, Y), Z(this, kQ, "f").call(this, Y), this._emit("end"); + } + } + _emitFinal() { + if (this.receivedMessages.at(-1)) this._emit("finalMessage", Z(this, n6, "m", oG).call(this)); + } + async _fromReadableStream($, Q) { + var _a5; + let J = Q == null ? void 0 : Q.signal, Y; + if (J) { + if (J.aborted) this.controller.abort(); + Y = this.controller.abort.bind(this.controller), J.addEventListener("abort", Y); + } + try { + Z(this, n6, "m", aG).call(this), this._connected(null); + let X = x6.fromReadableStream($, this.controller); + for await (let W of X) Z(this, n6, "m", sG).call(this, W); + if ((_a5 = X.controller.signal) == null ? void 0 : _a5.aborted) throw new Q6(); + Z(this, n6, "m", eG).call(this); + } finally { + if (J && Y) J.removeEventListener("abort", Y); + } + } + [(O1 = /* @__PURE__ */ new WeakMap(), B8 = /* @__PURE__ */ new WeakMap(), EQ = /* @__PURE__ */ new WeakMap(), m5 = /* @__PURE__ */ new WeakMap(), bQ = /* @__PURE__ */ new WeakMap(), _Q = /* @__PURE__ */ new WeakMap(), l5 = /* @__PURE__ */ new WeakMap(), kQ = /* @__PURE__ */ new WeakMap(), g4 = /* @__PURE__ */ new WeakMap(), SQ = /* @__PURE__ */ new WeakMap(), c5 = /* @__PURE__ */ new WeakMap(), p5 = /* @__PURE__ */ new WeakMap(), U0 = /* @__PURE__ */ new WeakMap(), d5 = /* @__PURE__ */ new WeakMap(), i5 = /* @__PURE__ */ new WeakMap(), vQ = /* @__PURE__ */ new WeakMap(), tG = /* @__PURE__ */ new WeakMap(), n6 = /* @__PURE__ */ new WeakSet(), oG = function() { + if (this.receivedMessages.length === 0) throw new g("stream ended without producing a Message with role=assistant"); + return this.receivedMessages.at(-1); + }, Rw = function() { + if (this.receivedMessages.length === 0) throw new g("stream ended without producing a Message with role=assistant"); + let Q = this.receivedMessages.at(-1).content.filter((J) => J.type === "text").map((J) => J.text); + if (Q.length === 0) throw new g("stream ended without producing a content block with type=text"); + return Q.join(" "); + }, aG = function() { + if (this.ended) return; + y(this, O1, void 0, "f"); + }, sG = function(Q) { + var _a5; + if (this.ended) return; + let J = Z(this, n6, "m", Pw).call(this, Q); + switch (this._emit("streamEvent", Q, J), Q.type) { + case "content_block_delta": { + let Y = J.content.at(-1); + switch (Q.delta.type) { + case "text_delta": { + if (Y.type === "text") this._emit("text", Q.delta.text, Y.text || ""); + break; + } + case "citations_delta": { + if (Y.type === "text") this._emit("citation", Q.delta.citation, (_a5 = Y.citations) != null ? _a5 : []); + break; + } + case "input_json_delta": { + if (bw(Y) && Y.input) this._emit("inputJson", Q.delta.partial_json, Y.input); + break; + } + case "thinking_delta": { + if (Y.type === "thinking") this._emit("thinking", Q.delta.thinking, Y.thinking); + break; + } + case "signature_delta": { + if (Y.type === "thinking") this._emit("signature", Y.signature); + break; + } + default: + _w(Q.delta); + } + break; + } + case "message_stop": { + this._addMessageParam(J), this._addMessage(nG(J, Z(this, B8, "f"), { logger: Z(this, vQ, "f") }), true); + break; + } + case "content_block_stop": { + this._emit("contentBlock", J.content.at(-1)); + break; + } + case "message_start": { + y(this, O1, J, "f"); + break; + } + case "content_block_start": + case "message_delta": + break; + } + }, eG = function() { + if (this.ended) throw new g("stream has ended, this shouldn't happen"); + let Q = Z(this, O1, "f"); + if (!Q) throw new g("request ended without sending any chunks"); + return y(this, O1, void 0, "f"), nG(Q, Z(this, B8, "f"), { logger: Z(this, vQ, "f") }); + }, Pw = function(Q) { + var _a5; + let J = Z(this, O1, "f"); + if (Q.type === "message_start") { + if (J) throw new g(`Unexpected event order, got ${Q.type} before receiving "message_stop"`); + return Q.message; + } + if (!J) throw new g(`Unexpected event order, got ${Q.type} before "message_start"`); + switch (Q.type) { + case "message_stop": + return J; + case "message_delta": + if (J.stop_reason = Q.delta.stop_reason, J.stop_sequence = Q.delta.stop_sequence, J.usage.output_tokens = Q.usage.output_tokens, Q.usage.input_tokens != null) J.usage.input_tokens = Q.usage.input_tokens; + if (Q.usage.cache_creation_input_tokens != null) J.usage.cache_creation_input_tokens = Q.usage.cache_creation_input_tokens; + if (Q.usage.cache_read_input_tokens != null) J.usage.cache_read_input_tokens = Q.usage.cache_read_input_tokens; + if (Q.usage.server_tool_use != null) J.usage.server_tool_use = Q.usage.server_tool_use; + return J; + case "content_block_start": + return J.content.push({ ...Q.content_block }), J; + case "content_block_delta": { + let Y = J.content.at(Q.index); + switch (Q.delta.type) { + case "text_delta": { + if ((Y == null ? void 0 : Y.type) === "text") J.content[Q.index] = { ...Y, text: (Y.text || "") + Q.delta.text }; + break; + } + case "citations_delta": { + if ((Y == null ? void 0 : Y.type) === "text") J.content[Q.index] = { ...Y, citations: [...(_a5 = Y.citations) != null ? _a5 : [], Q.delta.citation] }; + break; + } + case "input_json_delta": { + if (Y && bw(Y)) { + let X = Y[Ew] || ""; + X += Q.delta.partial_json; + let W = { ...Y }; + if (Object.defineProperty(W, Ew, { value: X, enumerable: false, writable: true }), X) W.input = C5(X); + J.content[Q.index] = W; + } + break; + } + case "thinking_delta": { + if ((Y == null ? void 0 : Y.type) === "thinking") J.content[Q.index] = { ...Y, thinking: Y.thinking + Q.delta.thinking }; + break; + } + case "signature_delta": { + if ((Y == null ? void 0 : Y.type) === "thinking") J.content[Q.index] = { ...Y, signature: Q.delta.signature }; + break; + } + default: + _w(Q.delta); + } + return J; + } + case "content_block_stop": + return J; + } + }, Symbol.asyncIterator)]() { + let $ = [], Q = [], J = false; + return this.on("streamEvent", (Y) => { + let X = Q.shift(); + if (X) X.resolve(Y); + else $.push(Y); + }), this.on("end", () => { + J = true; + for (let Y of Q) Y.resolve(void 0); + Q.length = 0; + }), this.on("abort", (Y) => { + J = true; + for (let X of Q) X.reject(Y); + Q.length = 0; + }), this.on("error", (Y) => { + J = true; + for (let X of Q) X.reject(Y); + Q.length = 0; + }), { next: async () => { + if (!$.length) { + if (J) return { value: void 0, done: true }; + return new Promise((X, W) => Q.push({ resolve: X, reject: W })).then((X) => X ? { value: X, done: false } : { value: void 0, done: true }); + } + return { value: $.shift(), done: false }; + }, return: async () => { + return this.abort(), { value: void 0, done: true }; + } }; + } + toReadableStream() { + return new x6(this[Symbol.asyncIterator].bind(this), this.controller).toReadableStream(); + } +}; +function _w($) { +} +var TQ = class extends t { + create($, Q) { + return this._client.post("/v1/messages/batches", { body: $, ...Q }); + } + retrieve($, Q) { + return this._client.get(T`/v1/messages/batches/${$}`, Q); + } + list($ = {}, Q) { + return this._client.getAPIList("/v1/messages/batches", W4, { query: $, ...Q }); + } + delete($, Q) { + return this._client.delete(T`/v1/messages/batches/${$}`, Q); + } + cancel($, Q) { + return this._client.post(T`/v1/messages/batches/${$}/cancel`, Q); + } + async results($, Q) { + let J = await this.retrieve($); + if (!J.results_url) throw new g(`No batch \`results_url\`; Has it finished processing? ${J.processing_status} - ${J.id}`); + return this._client.get(J.results_url, { ...Q, headers: R([{ Accept: "application/binary" }, Q == null ? void 0 : Q.headers]), stream: true, __binaryResponse: true })._thenUnwrap((Y, X) => Y8.fromResponse(X.response, X.controller)); + } +}; +var H0 = class extends t { + constructor() { + super(...arguments); + this.batches = new TQ(this._client); + } + create($, Q) { + var _a5, _b3; + if ($.model in kw) console.warn(`The model '${$.model}' is deprecated and will reach end-of-life on ${kw[$.model]} +Please migrate to a newer model. Visit https://docs.anthropic.com/en/docs/resources/model-deprecations for more information.`); + if (kv.includes($.model) && $.thinking && $.thinking.type === "enabled") console.warn(`Using Claude with ${$.model} and 'thinking.type=enabled' is deprecated. Use 'thinking.type=adaptive' instead which results in better model performance in our testing: https://platform.claude.com/docs/en/build-with-claude/adaptive-thinking`); + let J = this._client._options.timeout; + if (!$.stream && J == null) { + let X = (_a5 = v5[$.model]) != null ? _a5 : void 0; + J = this._client.calculateNonstreamingTimeout($.max_tokens, X); + } + let Y = S5($.tools, $.messages); + return this._client.post("/v1/messages", { body: $, timeout: J != null ? J : 6e5, ...Q, headers: R([Y, Q == null ? void 0 : Q.headers]), stream: (_b3 = $.stream) != null ? _b3 : false }); + } + parse($, Q) { + return this.create($, Q).then((J) => { + var _a5; + return rG(J, $, { logger: (_a5 = this._client.logger) != null ? _a5 : console }); + }); + } + stream($, Q) { + var _a5; + return CQ.createMessage(this, $, Q, { logger: (_a5 = this._client.logger) != null ? _a5 : console }); + } + countTokens($, Q) { + return this._client.post("/v1/messages/count_tokens", { body: $, ...Q }); + } +}; +var kw = { "claude-1.3": "November 6th, 2024", "claude-1.3-100k": "November 6th, 2024", "claude-instant-1.1": "November 6th, 2024", "claude-instant-1.1-100k": "November 6th, 2024", "claude-instant-1.2": "November 6th, 2024", "claude-3-sonnet-20240229": "July 21st, 2025", "claude-3-opus-20240229": "January 5th, 2026", "claude-2.1": "July 21st, 2025", "claude-2.0": "July 21st, 2025", "claude-3-7-sonnet-latest": "February 19th, 2026", "claude-3-7-sonnet-20250219": "February 19th, 2026", "claude-3-5-haiku-latest": "February 19th, 2026", "claude-3-5-haiku-20241022": "February 19th, 2026", "claude-opus-4-0": "June 15th, 2026", "claude-opus-4-20250514": "June 15th, 2026", "claude-sonnet-4-0": "June 15th, 2026", "claude-sonnet-4-20250514": "June 15th, 2026" }; +var kv = ["claude-mythos-preview", "claude-opus-4-6"]; +H0.Batches = TQ; +var z8 = class extends t { + retrieve($, Q = {}, J) { + let { betas: Y } = Q != null ? Q : {}; + return this._client.get(T`/v1/models/${$}`, { ...J, headers: R([{ ...(Y == null ? void 0 : Y.toString()) != null ? { "anthropic-beta": Y == null ? void 0 : Y.toString() } : void 0 }, J == null ? void 0 : J.headers]) }); + } + list($ = {}, Q) { + let { betas: J, ...Y } = $ != null ? $ : {}; + return this._client.getAPIList("/v1/models", W4, { query: Y, ...Q, headers: R([{ ...(J == null ? void 0 : J.toString()) != null ? { "anthropic-beta": J == null ? void 0 : J.toString() } : void 0 }, Q == null ? void 0 : Q.headers]) }); + } +}; +var $U; +var QU; +var n5; +var Sw; +var vw = "\\n\\nHuman:"; +var Cw = "\\n\\nAssistant:"; +var f$ = class { + get credentials() { + return this._authState.provider; + } + constructor({ baseURL: $ = w$("ANTHROPIC_BASE_URL"), apiKey: Q, authToken: J, ...Y } = {}) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j; + if ($U.add(this), this._requestAuthFlags = /* @__PURE__ */ new WeakMap(), n5.set(this, void 0), Q === void 0) Q = Y.profile != null ? null : (_a5 = w$("ANTHROPIC_API_KEY")) != null ? _a5 : null; + if (J === void 0) J = Y.profile != null ? null : (_b3 = w$("ANTHROPIC_AUTH_TOKEN")) != null ? _b3 : null; + if (Y.profile != null && (Y.credentials != null || Y.config != null)) throw TypeError("Pass at most one of `profile`, `credentials`, or `config`."); + let X = { apiKey: Q, authToken: J, ...Y, baseURL: $ || "https://api.anthropic.com" }; + if (!X.dangerouslyAllowBrowser && xN()) throw new g(`It looks like you're running in a browser-like environment. + +This is disabled by default, as it risks exposing your secret API credentials to attackers. +If you understand the risks and have appropriate mitigations in place, +you can set the \`dangerouslyAllowBrowser\` option to \`true\`, e.g., + +new Anthropic({ apiKey, dangerouslyAllowBrowser: true }); +`); + this.baseURL = X.baseURL, this._baseURLIsExplicit = (_c2 = Y.__baseURLIsExplicit) != null ? _c2 : !!$, this.timeout = (_d = X.timeout) != null ? _d : QU.DEFAULT_TIMEOUT, this.logger = (_e2 = X.logger) != null ? _e2 : console; + let W = "warn"; + this.logLevel = W, this.logLevel = (_g = (_f2 = _G(X.logLevel, "ClientOptions.logLevel", this)) != null ? _f2 : _G(w$("ANTHROPIC_LOG"), "process.env['ANTHROPIC_LOG']", this)) != null ? _g : W, this.fetchOptions = X.fetchOptions, this.maxRetries = (_h2 = X.maxRetries) != null ? _h2 : 2, this.fetch = (_i = X.fetch) != null ? _i : yN(), y(this, n5, gN, "f"); + let G = w$("ANTHROPIC_CUSTOM_HEADERS"); + if (G) { + let H = {}; + for (let q of G.split(` +`)) { + let V = q.indexOf(":"); + if (V >= 0) H[q.substring(0, V).trim()] = q.substring(V + 1).trim(); + } + X.defaultHeaders = { ...H, ...X.defaultHeaders }; + } + let U = Y.__auth; + if (delete X.__auth, delete X.__baseURLIsExplicit, this._options = X, this.apiKey = typeof Q === "string" ? Q : null, this.authToken = J, U) { + if (this._authState = U, !this._baseURLIsExplicit && U.baseURL) this.baseURL = U.baseURL; + } else if (this._authState = { provider: null, tokenCache: null, resolution: null, error: null, extraHeaders: {} }, this.apiKey == null && this.authToken == null) { + let H = (_j = X.credentials) != null ? _j : null; + if (H) this._authState.provider = H, this._authState.tokenCache = this._makeTokenCache(H); + else if (X.config != null) { + let q = vG(X.config, this._credentialResolverOptions()); + this._authState.provider = q.provider, this._authState.tokenCache = this._makeTokenCache(q.provider), this._authState.extraHeaders = q.extraHeaders, this._applyCredentialBaseURL(q.baseURL); + } else if (X.profile != null) this._authState.resolution = this._resolveDefaultCredentials(X.profile); + else this._authState.resolution = this._resolveDefaultCredentials(); + } + } + _applyCredentialBaseURL($) { + if (!$) return; + let Q = $.replace(/\/+$/, ""); + if (this._authState.baseURL = Q, !this._baseURLIsExplicit) this.baseURL = Q; + } + _credentialResolverOptions() { + return { baseURL: this.baseURL, fetch: this.fetch, userAgent: this.getUserAgent(), onCacheWriteError: ($) => { + m$(this).debug("credential cache write failed (best-effort)", $); + }, onSafetyWarning: ($) => { + m$(this).warn($); + } }; + } + _makeTokenCache($) { + return new EG($, (Q) => { + m$(this).debug("advisory token refresh failed; serving cached token", Q); + }); + } + withOptions($) { + let Q = "credentials" in $ || "config" in $ || "profile" in $, J = "apiKey" in $ || "authToken" in $ || Q, Y = { ...this._options, ...this._baseURLIsExplicit ? { baseURL: this.baseURL } : {}, maxRetries: this.maxRetries, timeout: this.timeout, logger: this.logger, logLevel: this.logLevel, fetch: this.fetch, fetchOptions: this.fetchOptions, apiKey: this.apiKey, authToken: this.authToken, credentials: this.credentials, ...Q ? { credentials: void 0, config: void 0, profile: void 0 } : {}, ...$, __auth: J ? void 0 : this._authState, __baseURLIsExplicit: "baseURL" in $ ? true : this._baseURLIsExplicit }; + return new this.constructor(Y); + } + async _resolveDefaultCredentials($) { + try { + let Q = await Xw(this._credentialResolverOptions(), $); + if (Q) this._authState.provider = Q.provider, this._authState.tokenCache = this._makeTokenCache(Q.provider), this._authState.extraHeaders = Q.extraHeaders, this._applyCredentialBaseURL(Q.baseURL); + else if ($ != null) throw new g(`Profile "${$}" could not be resolved (no /configs/${$}.json found).`); + } catch (Q) { + this._authState.error = Q; + } finally { + this._authState.resolution = null; + } + } + defaultQuery() { + return this._options.defaultQuery; + } + validateHeaders({ values: $, nulls: Q }) { + if ($.get("x-api-key") || $.get("authorization")) return; + if (this._authState.error) throw this._authState.error; + if (this._authState.tokenCache || this._authState.resolution) return; + if (this.apiKey && $.get("x-api-key")) return; + if (Q.has("x-api-key")) return; + if (this.authToken && $.get("authorization")) return; + if (Q.has("authorization")) return; + throw Error('Could not resolve authentication method. Expected one of apiKey, authToken, credentials, config, or profile to be set. Or for one of the "X-Api-Key" or "Authorization" headers to be explicitly omitted'); + } + _authFlags($) { + let Q = this._requestAuthFlags.get($); + if (!Q) Q = { usedTokenCache: false, didRefreshFor401: false }, this._requestAuthFlags.set($, Q); + return Q; + } + async authHeaders($) { + if (this._authState.resolution) await this._authState.resolution; + if (this._authState.error) return; + if (this._authState.tokenCache && this.apiKey == null) { + let Q = await this._authState.tokenCache.getToken(); + return this._authFlags($).usedTokenCache = true, R([{ Authorization: `Bearer ${Q}` }]); + } + return R([await this.apiKeyAuth($), await this.bearerAuth($)]); + } + async apiKeyAuth($) { + if (this.apiKey == null) return; + return R([{ "X-Api-Key": this.apiKey }]); + } + async bearerAuth($) { + if (this.authToken == null) return; + return R([{ Authorization: `Bearer ${this.authToken}` }]); + } + stringifyQuery($) { + return hN($); + } + getUserAgent() { + return `${this.constructor.name}/JS ${d6}`; + } + defaultIdempotencyKey() { + return `stainless-node-retry-${LG()}`; + } + makeStatusError($, Q, J, Y) { + return n$.generate($, Q, J, Y); + } + buildURL($, Q, J) { + let Y = !Z(this, $U, "m", Sw).call(this) && J || this.baseURL, X = bN($) ? new URL($) : new URL(Y + (Y.endsWith("/") && $.startsWith("/") ? $.slice(1) : $)), W = this.defaultQuery(), G = Object.fromEntries(X.searchParams); + if (!IG(W) || !IG(G)) Q = { ...G, ...W, ...Q }; + if (typeof Q === "object" && Q && !Array.isArray(Q)) X.search = this.stringifyQuery(Q); + return X.toString(); + } + _calculateNonstreamingTimeout($) { + if (3600 * $ / 128e3 > 600) throw new g("Streaming is required for operations that may take longer than 10 minutes. See https://github.com/anthropics/anthropic-sdk-typescript#streaming-responses for more details"); + return 6e5; + } + async prepareOptions($) { + } + async prepareRequest($, { url: Q, options: J }) { + var _a5, _b3; + if (this._authState.tokenCache && this.apiKey == null) { + let Y = $.headers instanceof Headers ? $.headers : new Headers($.headers); + for (let [W, G] of Object.entries(this._authState.extraHeaders)) if (!Y.has(W)) Y.set(W, G); + if (!((_b3 = (_a5 = Y.get("anthropic-beta")) == null ? void 0 : _a5.split(",").map((W) => W.trim())) == null ? void 0 : _b3.includes($0))) Y.append("anthropic-beta", $0); + $.headers = Y; + } + } + get($, Q) { + return this.methodRequest("get", $, Q); + } + post($, Q) { + return this.methodRequest("post", $, Q); + } + patch($, Q) { + return this.methodRequest("patch", $, Q); + } + put($, Q) { + return this.methodRequest("put", $, Q); + } + delete($, Q) { + return this.methodRequest("delete", $, Q); + } + methodRequest($, Q, J) { + return this.request(Promise.resolve(J).then((Y) => { + return { method: $, path: Q, ...Y }; + })); + } + request($, Q = null) { + return new Q0(this, this.makeRequest($, Q, void 0)); + } + async makeRequest($, Q, J) { + var _a5, _b3, _c2; + let Y = await $, X = (_a5 = Y.maxRetries) != null ? _a5 : this.maxRetries; + if (Q == null) Q = X, this._requestAuthFlags.delete(Y); + await this.prepareOptions(Y); + let { req: W, url: G, timeout: U } = await this.buildRequest(Y, { retryCount: X - Q }); + await this.prepareRequest(W, { url: G, options: Y }); + let H = "log_" + (Math.random() * 16777216 | 0).toString(16).padStart(6, "0"), q = J === void 0 ? "" : `, retryOf: ${J}`, V = Date.now(); + if (m$(this).debug(`[${H}] sending request`, x4({ retryOfRequestLogID: J, method: Y.method, url: G, options: Y, headers: W.headers })), (_b3 = Y.signal) == null ? void 0 : _b3.aborted) throw new Q6(); + let B = new AbortController(), z4 = await this.fetchWithTimeout(G, W, U, B).catch(l9), N = Date.now(); + if (z4 instanceof globalThis.Error) { + let D = `retrying, ${Q} attempts remaining`; + if ((_c2 = Y.signal) == null ? void 0 : _c2.aborted) throw new Q6(); + let M = T4(z4) || /timed? ?out/i.test(String(z4) + ("cause" in z4 ? String(z4.cause) : "")); + if (Q) return m$(this).info(`[${H}] connection ${M ? "timed out" : "failed"} - ${D}`), m$(this).debug(`[${H}] connection ${M ? "timed out" : "failed"} (${D})`, x4({ retryOfRequestLogID: J, url: G, durationMs: N - V, message: z4.message })), this.retryRequest(Y, Q, J != null ? J : H); + if (m$(this).info(`[${H}] connection ${M ? "timed out" : "failed"} - error; no more retries left`), m$(this).debug(`[${H}] connection ${M ? "timed out" : "failed"} (error; no more retries left)`, x4({ retryOfRequestLogID: J, url: G, durationMs: N - V, message: z4.message })), M) throw new c9(); + throw new e1({ cause: z4 }); + } + let w = [...z4.headers.entries()].filter(([D]) => D === "request-id").map(([D, M]) => ", " + D + ": " + JSON.stringify(M)).join(""), O = `[${H}${q}${w}] ${W.method} ${G} ${z4.ok ? "succeeded" : "failed"} with status ${z4.status} in ${N - V}ms`; + if (!z4.ok) { + let D = await this.shouldRetry(z4, Y); + if (Q && D) { + let G$ = `retrying, ${Q} attempts remaining`; + return await fN(z4.body), m$(this).info(`${O} - ${G$}`), m$(this).debug(`[${H}] response error (${G$})`, x4({ retryOfRequestLogID: J, url: z4.url, status: z4.status, headers: z4.headers, durationMs: N - V })), this.retryRequest(Y, Q, J != null ? J : H, z4.headers); + } + let M = D ? "error; no more retries left" : "error; not retryable"; + m$(this).info(`${O} - ${M}`); + let j = await z4.text().catch((G$) => l9(G$).message), A = O5(j), S = A ? void 0 : j; + throw m$(this).debug(`[${H}] response error (${M})`, x4({ retryOfRequestLogID: J, url: z4.url, status: z4.status, headers: z4.headers, message: S, durationMs: Date.now() - V })), this.makeStatusError(z4.status, A, S, z4.headers); + } + return m$(this).info(O), m$(this).debug(`[${H}] response start`, x4({ retryOfRequestLogID: J, url: z4.url, status: z4.status, headers: z4.headers, durationMs: N - V })), { response: z4, options: Y, controller: B, requestLogID: H, retryOfRequestLogID: J, startTime: V }; + } + getAPIList($, Q, J) { + return this.requestAPIList(Q, J && "then" in J ? J.then((Y) => ({ method: "get", path: $, ...Y })) : { method: "get", path: $, ...J }); + } + requestAPIList($, Q) { + let J = this.makeRequest(Q, null, void 0); + return new b5(this, J, $); + } + async fetchWithTimeout($, Q, J, Y) { + let { signal: X, method: W, ...G } = Q || {}, U = this._makeAbort(Y); + if (X) X.addEventListener("abort", U, { once: true }); + let H = setTimeout(U, J), q = globalThis.ReadableStream && G.body instanceof globalThis.ReadableStream || typeof G.body === "object" && G.body !== null && Symbol.asyncIterator in G.body, V = { signal: Y.signal, ...q ? { duplex: "half" } : {}, method: "GET", ...G }; + if (W) V.method = W.toUpperCase(); + try { + return await this.fetch.call(void 0, $, V); + } finally { + clearTimeout(H); + } + } + async shouldRetry($, Q) { + let J = this._authFlags(Q); + if ($.status === 401 && this._authState.tokenCache && J.usedTokenCache && !J.didRefreshFor401) return J.didRefreshFor401 = true, this._authState.tokenCache.invalidate(), true; + let Y = $.headers.get("x-should-retry"); + if (Y === "true") return true; + if (Y === "false") return false; + if ($.status === 408) return true; + if ($.status === 409) return true; + if ($.status === 429) return true; + if ($.status >= 500) return true; + return false; + } + async retryRequest($, Q, J, Y) { + var _a5; + let X, W = Y == null ? void 0 : Y.get("retry-after-ms"); + if (W) { + let U = parseFloat(W); + if (!Number.isNaN(U)) X = U; + } + let G = Y == null ? void 0 : Y.get("retry-after"); + if (G && !X) { + let U = parseFloat(G); + if (!Number.isNaN(U)) X = U * 1e3; + else X = Date.parse(G) - Date.now(); + } + if (X === void 0) { + let U = (_a5 = $.maxRetries) != null ? _a5 : this.maxRetries; + X = this.calculateDefaultRetryTimeoutMillis(Q, U); + } + return await SN(X), this.makeRequest($, Q - 1, J); + } + calculateDefaultRetryTimeoutMillis($, Q) { + let X = Q - $, W = Math.min(0.5 * Math.pow(2, X), 8), G = 1 - Math.random() * 0.25; + return W * G * 1e3; + } + calculateNonstreamingTimeout($, Q) { + if (36e5 * $ / 128e3 > 6e5 || Q != null && $ > Q) throw new g("Streaming is required for operations that may take longer than 10 minutes. See https://github.com/anthropics/anthropic-sdk-typescript#long-requests for more details"); + return 6e5; + } + async buildRequest($, { retryCount: Q = 0 } = {}) { + var _a5, _b3, _c2; + let J = { ...$ }, { method: Y, path: X, query: W, defaultBaseURL: G } = J; + if (this._authState.resolution) await this._authState.resolution; + if (!this._baseURLIsExplicit && this._authState.baseURL && this.baseURL !== this._authState.baseURL) this.baseURL = this._authState.baseURL; + let U = this.buildURL(X, W, G); + if ("timeout" in J) kN("timeout", J.timeout); + J.timeout = (_a5 = J.timeout) != null ? _a5 : this.timeout; + let { bodyHeaders: H, body: q } = this.buildBody({ options: J }), V = await this.buildHeaders({ options: $, method: Y, bodyHeaders: H, retryCount: Q }); + return { req: { method: Y, headers: V, ...J.signal && { signal: J.signal }, ...globalThis.ReadableStream && q instanceof globalThis.ReadableStream && { duplex: "half" }, ...q && { body: q }, ...(_b3 = this.fetchOptions) != null ? _b3 : {}, ...(_c2 = J.fetchOptions) != null ? _c2 : {} }, url: U, timeout: J.timeout }; + } + async buildHeaders({ options: $, method: Q, bodyHeaders: J, retryCount: Y }) { + let X = {}; + if (this.idempotencyHeader && Q !== "get") { + if (!$.idempotencyKey) $.idempotencyKey = this.defaultIdempotencyKey(); + X[this.idempotencyHeader] = $.idempotencyKey; + } + let W = R([X, { Accept: "application/json", "User-Agent": this.getUserAgent(), "X-Stainless-Retry-Count": String(Y), ...$.timeout ? { "X-Stainless-Timeout": String(Math.trunc($.timeout / 1e3)) } : {}, ...s9(), ...this._options.dangerouslyAllowBrowser ? { "anthropic-dangerous-direct-browser-access": "true" } : void 0, "anthropic-version": "2023-06-01" }, await this.authHeaders($), this._options.defaultHeaders, J, $.headers]); + return this.validateHeaders(W), W.values; + } + _makeAbort($) { + return () => $.abort(); + } + buildBody({ options: { body: $, headers: Q } }) { + if (!$) return { bodyHeaders: void 0, body: void 0 }; + let J = R([Q]); + if (ArrayBuffer.isView($) || $ instanceof ArrayBuffer || $ instanceof DataView || typeof $ === "string" && J.values.has("content-type") || globalThis.Blob && $ instanceof globalThis.Blob || $ instanceof FormData || $ instanceof URLSearchParams || globalThis.ReadableStream && $ instanceof globalThis.ReadableStream) return { bodyHeaders: void 0, body: $ }; + else if (typeof $ === "object" && (Symbol.asyncIterator in $ || Symbol.iterator in $ && "next" in $ && typeof $.next === "function")) return { bodyHeaders: void 0, body: D5($) }; + else if (typeof $ === "object" && J.values.get("content-type") === "application/x-www-form-urlencoded") return { bodyHeaders: { "content-type": "application/x-www-form-urlencoded" }, body: this.stringifyQuery($) }; + else return Z(this, n5, "f").call(this, { body: $, headers: J }); + } +}; +QU = f$, n5 = /* @__PURE__ */ new WeakMap(), $U = /* @__PURE__ */ new WeakSet(), Sw = function() { + return this.baseURL !== "https://api.anthropic.com"; +}; +f$.Anthropic = QU; +f$.HUMAN_PROMPT = vw; +f$.AI_PROMPT = Cw; +f$.DEFAULT_TIMEOUT = 6e5; +f$.AnthropicError = g; +f$.APIError = n$; +f$.APIConnectionError = e1; +f$.APIConnectionTimeoutError = c9; +f$.APIUserAbortError = Q6; +f$.NotFoundError = n9; +f$.ConflictError = r9; +f$.RateLimitError = t9; +f$.BadRequestError = p9; +f$.AuthenticationError = d9; +f$.InternalServerError = a9; +f$.PermissionDeniedError = i9; +f$.UnprocessableEntityError = o9; +f$.toFile = _5; +var K0 = class extends f$ { + constructor() { + super(...arguments); + this.completions = new V8(this), this.messages = new H0(this), this.models = new z8(this), this.beta = new G6(this); + } +}; +K0.Completions = V8; +K0.Messages = H0; +K0.Models = z8; +K0.Beta = G6; +function j4($) { + return $ instanceof Error ? $ : Error(String($)); +} +function N8($) { + return $ instanceof Error ? $.message : String($); +} +function o$($) { + if ($ && typeof $ === "object" && "code" in $ && typeof $.code === "string") return $.code; + return; +} +function D1($) { + return o$($) === "ENOENT"; +} +function JU($) { + return o$($) === "EISDIR"; +} +function Tw($) { + let Q = o$($); + return Q === "ENOENT" || Q === "EACCES" || Q === "EPERM" || Q === "ENOTDIR" || Q === "ELOOP" || Q === "EROFS"; +} +var yv = /* @__PURE__ */ new Set(["EXDEV", "EPERM", "EEXIST", "EBUSY"]); +var fv = /* @__PURE__ */ new Set(["ENOSPC", "EIO", "EDQUOT", "EFBIG"]); +async function xw($, Q, J) { + var _a5; + let Y = `${$}.tmp.${(0, import_crypto3.randomBytes)(4).toString("hex")}`; + try { + await (0, import_promises3.writeFile)(Y, Q, { encoding: "utf8", mode: J }); + try { + await (0, import_promises3.rename)(Y, $); + } catch (X) { + let W = o$(X); + if (W !== void 0 && yv.has(W)) { + try { + await (0, import_promises3.copyFile)(Y, $); + } catch (G) { + if (fv.has((_a5 = o$(G)) != null ? _a5 : "")) await (0, import_promises3.unlink)($).catch(() => { + }); + throw G; + } + await (0, import_promises3.unlink)(Y).catch(() => { + }); + } else throw X; + } + } catch (X) { + throw await (0, import_promises3.unlink)(Y).catch(() => { + }), X; + } +} +var gw = class { + read($) { + return (0, import_promises2.readFile)($, "utf8"); + } + readBytes($) { + return (0, import_promises2.readFile)($); + } + write($, Q, J) { + return (0, import_promises2.writeFile)($, Q, { encoding: "utf8", mode: J }); + } + async mkdir($) { + try { + await (0, import_promises2.mkdir)($, { recursive: true }); + } catch (Q) { + if (o$(Q) !== "EEXIST") throw Q; + } + } + atomicWrite($, Q, J) { + return xw($, Q, J); + } + delete($) { + return (0, import_promises2.unlink)($); + } + list($) { + return (0, import_promises2.readdir)($); + } + append($, Q, J) { + return (0, import_promises2.appendFile)($, Q, { encoding: "utf8", mode: J }); + } + writeExclusive($, Q) { + return (0, import_promises2.writeFile)($, Q, { encoding: "utf8", flag: "wx" }); + } + writeBytes($, Q) { + return (0, import_promises2.writeFile)($, Q); + } + async stat($) { + return { mtimeMs: (await (0, import_promises2.stat)($)).mtimeMs }; + } + async listEntries($) { + return (await (0, import_promises2.readdir)($, { withFileTypes: true })).map((J) => ({ name: J.name, isDirectory: J.isDirectory(), isFile: J.isFile() })); + } +}; +var cv = new import_async_hooks.AsyncLocalStorage(); +function w8() { + var _a5; + return (_a5 = cv.getStore()) != null ? _a5 : new gw(); +} +var q0; +var O8 = null; +function uw() { + if (O8) return O8; + if (!R$(process.env.DEBUG_CLAUDE_AGENT_SDK)) return q0 = null, O8 = Promise.resolve(), O8; + let $ = (0, import_path3.join)(p6(), "debug"); + return q0 = (0, import_path3.join)($, `sdk-${(0, import_crypto2.randomUUID)()}.txt`), process.stderr.write(`SDK debug logs: ${q0} +`), O8 = w8().mkdir($).catch(() => { + }), O8; +} +function mw() { + return uw(), q0 != null ? q0 : null; +} +function L6($) { + if (q0 === null) return; + let J = `${(/* @__PURE__ */ new Date()).toISOString()} ${$} +`; + uw().then(() => { + if (q0) w8().append(q0, J).catch(() => { + }); + }); +} +function dv() { + this.__data__ = new q1(), this.size = 0; +} +var lw = dv; +function iv($) { + var Q = this.__data__, J = Q.delete($); + return this.size = Q.size, J; +} +var cw = iv; +function nv($) { + return this.__data__.get($); +} +var pw = nv; +function rv($) { + return this.__data__.has($); +} +var dw = rv; +var ov = 200; +function tv($, Q) { + var J = this.__data__; + if (J instanceof q1) { + var Y = J.__data__; + if (!N5 || Y.length < ov - 1) return Y.push([$, Q]), this.size = ++J.size, this; + J = this.__data__ = new m9(Y); + } + return J.set($, Q), this.size = J.size, this; +} +var iw = tv; +function D8($) { + var Q = this.__data__ = new q1($); + this.size = Q.size; +} +D8.prototype.clear = lw; +D8.prototype.delete = cw; +D8.prototype.get = pw; +D8.prototype.has = dw; +D8.prototype.set = iw; +var nw = D8; +var av = (function() { + try { + var $ = t0(Object, "defineProperty"); + return $({}, "", {}), $; + } catch (Q) { + } +})(); +var F8 = av; +function sv($, Q, J) { + if (Q == "__proto__" && F8) F8($, Q, { configurable: true, enumerable: true, value: J, writable: true }); + else $[Q] = J; +} +var Z8 = sv; +var ev = Object.prototype; +var $C = ev.hasOwnProperty; +function QC($, Q, J) { + var Y = $[Q]; + if (!($C.call($, Q) && H1(Y, J)) || J === void 0 && !(Q in $)) Z8($, Q, J); +} +var r5 = QC; +function JC($, Q, J, Y) { + var X = !J; + J || (J = {}); + var W = -1, G = Q.length; + while (++W < G) { + var U = Q[W], H = Y ? Y(J[U], $[U], U, J, $) : void 0; + if (H === void 0) H = $[U]; + if (X) Z8(J, U, H); + else r5(J, U, H); + } + return J; +} +var rw = JC; +function XC($, Q) { + var J = -1, Y = Array($); + while (++J < $) Y[J] = Q(J); + return Y; +} +var ow = XC; +function YC($) { + return $ != null && typeof $ == "object"; +} +var r6 = YC; +var WC = "[object Arguments]"; +function GC($) { + return r6($) && L4($) == WC; +} +var WU = GC; +var tw = Object.prototype; +var UC = tw.hasOwnProperty; +var HC = tw.propertyIsEnumerable; +var KC = WU(/* @__PURE__ */ (function() { + return arguments; +})()) ? WU : function($) { + return r6($) && UC.call($, "callee") && !HC.call($, "callee"); +}; +var h4 = KC; +var qC = Array.isArray; +var B6 = qC; +var t5 = {}; +M4(t5, { default: () => xQ }); +function VC() { + return false; +} +var aw = VC; +var $O = typeof t5 == "object" && t5 && !t5.nodeType && t5; +var sw = $O && typeof o5 == "object" && o5 && !o5.nodeType && o5; +var BC = sw && sw.exports === $O; +var ew = BC ? l6.Buffer : void 0; +var zC = ew ? ew.isBuffer : void 0; +var NC = zC || aw; +var xQ = NC; +var wC = 9007199254740991; +var OC = /^(?:0|[1-9]\d*)$/; +function DC($, Q) { + var J = typeof $; + return Q = Q == null ? wC : Q, !!Q && (J == "number" || J != "symbol" && OC.test($)) && ($ > -1 && $ % 1 == 0 && $ < Q); +} +var F1 = DC; +var FC = 9007199254740991; +function ZC($) { + return typeof $ == "number" && $ > -1 && $ % 1 == 0 && $ <= FC; +} +var M8 = ZC; +var MC = "[object Arguments]"; +var LC = "[object Array]"; +var jC = "[object Boolean]"; +var AC = "[object Date]"; +var IC = "[object Error]"; +var RC = "[object Function]"; +var PC = "[object Map]"; +var EC = "[object Number]"; +var bC = "[object Object]"; +var _C = "[object RegExp]"; +var kC = "[object Set]"; +var SC = "[object String]"; +var vC = "[object WeakMap]"; +var CC = "[object ArrayBuffer]"; +var TC = "[object DataView]"; +var xC = "[object Float32Array]"; +var yC = "[object Float64Array]"; +var fC = "[object Int8Array]"; +var gC = "[object Int16Array]"; +var hC = "[object Int32Array]"; +var uC = "[object Uint8Array]"; +var mC = "[object Uint8ClampedArray]"; +var lC = "[object Uint16Array]"; +var cC = "[object Uint32Array]"; +var k$ = {}; +k$[xC] = k$[yC] = k$[fC] = k$[gC] = k$[hC] = k$[uC] = k$[mC] = k$[lC] = k$[cC] = true; +k$[MC] = k$[LC] = k$[CC] = k$[jC] = k$[TC] = k$[AC] = k$[IC] = k$[RC] = k$[PC] = k$[EC] = k$[bC] = k$[_C] = k$[kC] = k$[SC] = k$[vC] = false; +function pC($) { + return r6($) && M8($.length) && !!k$[L4($)]; +} +var QO = pC; +function dC($) { + return function(Q) { + return $(Q); + }; +} +var JO = dC; +var s5 = {}; +M4(s5, { default: () => e5 }); +var XO = typeof s5 == "object" && s5 && !s5.nodeType && s5; +var yQ = XO && typeof a5 == "object" && a5 && !a5.nodeType && a5; +var iC = yQ && yQ.exports === XO; +var GU = iC && B5.process; +var nC = (function() { + try { + var $ = yQ && yQ.require && yQ.require("util").types; + if ($) return $; + return GU && GU.binding && GU.binding("util"); + } catch (Q) { + } +})(); +var e5 = nC; +var YO = e5 && e5.isTypedArray; +var rC = YO ? JO(YO) : QO; +var $X = rC; +var oC = Object.prototype; +var tC = oC.hasOwnProperty; +function aC($, Q) { + var J = B6($), Y = !J && h4($), X = !J && !Y && xQ($), W = !J && !Y && !X && $X($), G = J || Y || X || W, U = G ? ow($.length, String) : [], H = U.length; + for (var q in $) if ((Q || tC.call($, q)) && !(G && (q == "length" || X && (q == "offset" || q == "parent") || W && (q == "buffer" || q == "byteLength" || q == "byteOffset") || F1(q, H)))) U.push(q); + return U; +} +var WO = aC; +var sC = Object.prototype; +function eC($) { + var Q = $ && $.constructor, J = typeof Q == "function" && Q.prototype || sC; + return $ === J; +} +var QX = eC; +function $T($, Q) { + return function(J) { + return $(Q(J)); + }; +} +var GO = $T; +function QT($) { + return $ != null && M8($.length) && !o0($); +} +var L8 = QT; +function JT($) { + var Q = []; + if ($ != null) for (var J in Object($)) Q.push(J); + return Q; +} +var UO = JT; +var XT = Object.prototype; +var YT = XT.hasOwnProperty; +function WT($) { + if (!$6($)) return UO($); + var Q = QX($), J = []; + for (var Y in $) if (!(Y == "constructor" && (Q || !YT.call($, Y)))) J.push(Y); + return J; +} +var HO = WT; +function GT($) { + return L8($) ? WO($, true) : HO($); +} +var JX = GT; +var YX = {}; +M4(YX, { default: () => UU }); +var BO = typeof YX == "object" && YX && !YX.nodeType && YX; +var KO = BO && typeof XX == "object" && XX && !XX.nodeType && XX; +var UT = KO && KO.exports === BO; +var qO = UT ? l6.Buffer : void 0; +var VO = qO ? qO.allocUnsafe : void 0; +function HT($, Q) { + if (Q) return $.slice(); + var J = $.length, Y = VO ? VO(J) : new $.constructor(J); + return $.copy(Y), Y; +} +var UU = HT; +function KT($, Q) { + var J = -1, Y = $.length; + Q || (Q = Array(Y)); + while (++J < Y) Q[J] = $[J]; + return Q; +} +var zO = KT; +function qT($, Q) { + var J = -1, Y = Q.length, X = $.length; + while (++J < Y) $[X + J] = Q[J]; + return $; +} +var NO = qT; +var VT = GO(Object.getPrototypeOf, Object); +var WX = VT; +var BT = l6.Uint8Array; +var HU = BT; +function zT($) { + var Q = new $.constructor($.byteLength); + return new HU(Q).set(new HU($)), Q; +} +var wO = zT; +function NT($, Q) { + var J = Q ? wO($.buffer) : $.buffer; + return new $.constructor(J, $.byteOffset, $.length); +} +var OO = NT; +var DO = Object.create; +var wT = /* @__PURE__ */ (function() { + function $() { + } + return function(Q) { + if (!$6(Q)) return {}; + if (DO) return DO(Q); + $.prototype = Q; + var J = new $(); + return $.prototype = void 0, J; + }; +})(); +var FO = wT; +function OT($) { + return typeof $.constructor == "function" && !QX($) ? FO(WX($)) : {}; +} +var ZO = OT; +var DT = "[object Symbol]"; +function FT($) { + return typeof $ == "symbol" || r6($) && L4($) == DT; +} +var j8 = FT; +var ZT = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/; +var MT = /^\w*$/; +function LT($, Q) { + if (B6($)) return false; + var J = typeof $; + if (J == "number" || J == "symbol" || J == "boolean" || $ == null || j8($)) return true; + return MT.test($) || !ZT.test($) || Q != null && $ in Object(Q); +} +var MO = LT; +var jT = 500; +function AT($) { + var Q = C$($, function(Y) { + if (J.size === jT) J.clear(); + return Y; + }), J = Q.cache; + return Q; +} +var LO = AT; +var IT = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; +var RT = /\\(\\)?/g; +var PT = LO(function($) { + var Q = []; + if ($.charCodeAt(0) === 46) Q.push(""); + return $.replace(IT, function(J, Y, X, W) { + Q.push(X ? W.replace(RT, "$1") : Y || J); + }), Q; +}); +var jO = PT; +function ET($, Q) { + var J = -1, Y = $ == null ? 0 : $.length, X = Array(Y); + while (++J < Y) X[J] = Q($[J], J, $); + return X; +} +var AO = ET; +var bT = 1 / 0; +var IO = c6 ? c6.prototype : void 0; +var RO = IO ? IO.toString : void 0; +function PO($) { + if (typeof $ == "string") return $; + if (B6($)) return AO($, PO) + ""; + if (j8($)) return RO ? RO.call($) : ""; + var Q = $ + ""; + return Q == "0" && 1 / $ == -bT ? "-0" : Q; +} +var EO = PO; +function _T($) { + return $ == null ? "" : EO($); +} +var bO = _T; +function kT($, Q) { + if (B6($)) return $; + return MO($, Q) ? [$] : jO(bO($)); +} +var Z1 = kT; +var ST = 1 / 0; +function vT($) { + if (typeof $ == "string" || j8($)) return $; + var Q = $ + ""; + return Q == "0" && 1 / $ == -ST ? "-0" : Q; +} +var A8 = vT; +function CT($, Q) { + Q = Z1(Q, $); + var J = 0, Y = Q.length; + while ($ != null && J < Y) $ = $[A8(Q[J++])]; + return J && J == Y ? $ : void 0; +} +var _O = CT; +function TT($, Q) { + return $ != null && Q in Object($); +} +var kO = TT; +function xT($, Q, J) { + Q = Z1(Q, $); + var Y = -1, X = Q.length, W = false; + while (++Y < X) { + var G = A8(Q[Y]); + if (!(W = $ != null && J($, G))) break; + $ = $[G]; + } + if (W || ++Y != X) return W; + return X = $ == null ? 0 : $.length, !!X && M8(X) && F1(G, X) && (B6($) || h4($)); +} +var SO = xT; +function yT($, Q) { + return $ != null && SO($, Q, kO); +} +var vO = yT; +function fT($) { + return $; +} +var GX = fT; +function uO() { + return { sent: /* @__PURE__ */ new Set(), rejected: /* @__PURE__ */ new Set() }; +} +var mT = { renderTarget: "ink", workspace: "local", canDrive: true, transcriptSource: "local-jsonl", remote: null }; +function lT() { + let $ = ""; + if (typeof process < "u" && typeof process.cwd === "function" && typeof import_fs3.realpathSync === "function") { + let J = (0, import_process.cwd)(); + try { + $ = (0, import_fs3.realpathSync)(J).normalize("NFC"); + } catch (e2) { + $ = J.normalize("NFC"); + } + } + return { originalCwd: $, projectRoot: $, totalCostUSD: 0, totalAPIDuration: 0, totalAPIDurationWithoutRetries: 0, totalToolDuration: 0, startTime: Date.now(), lastInteractionTime: Date.now(), totalLinesAdded: 0, totalLinesRemoved: 0, hasUnknownModelCost: false, cwd: $, modelUsage: {}, mainLoopModelOverride: void 0, refusalFallbackOccurred: false, replConfigArgv: [], initialMainLoopModel: void 0, modelStrings: null, isInteractive: false, attacherCaps: null, hasStreamingInput: false, modelOverrideOptOutForSession: false, kairosActive: false, rendererMode: void 0, strictToolResultPairing: false, memoryToggledOff: false, teamMemoryServerStatus: void 0, sdkAgentProgressSummariesEnabled: false, userMsgOptIn: false, clientType: "cli", sessionSource: void 0, sessionStartType: "fresh", questionPreviewFormat: void 0, sessionIngressToken: void 0, oauthTokenFromFd: void 0, oauthScopesFromFd: void 0, apiKeyFromFd: void 0, gatewayAuth: null, gatewayRefreshInFlight: null, flagSettingsPath: void 0, flagSettingsExpectedContent: void 0, flagSettingsInline: null, parentManagedSettings: null, allowedSettingSources: ["userSettings", "projectSettings", "localSettings", "flagSettings", "policySettings"], meter: null, sessionCounter: null, locCounter: null, prCounter: null, commitCounter: null, costCounter: null, tokenCounter: null, codeEditToolDecisionCounter: null, activeTimeCounter: null, statsStore: null, sessionId: (0, import_crypto4.randomUUID)(), parentSessionId: void 0, loggerProvider: null, eventLogger: null, meterProvider: null, tracerProvider: null, cachedTelemetryResource: null, agentColorMap: /* @__PURE__ */ new Map(), agentColorIndex: 0, lastAPIRequest: null, lastCancelledAPIMessageId: null, lastAPIRequestMessages: null, lastClassifierRequests: null, cachedClaudeMdContent: null, inMemoryErrorLog: [], inlinePlugins: [], inlinePluginUrls: [], syncedPluginDirs: [], chromeFlagOverride: void 0, useCoworkPlugins: false, disableSlashCommands: false, sessionBypassPermissionsMode: false, scheduledTasksEnabled: false, sessionPrResolved: false, sessionCronTasks: [], loopChainStartedAt: /* @__PURE__ */ Object.create(null), sessionCreatedTeams: /* @__PURE__ */ new Set(), sessionTrustAccepted: false, sessionPersistenceDisabled: false, hasExitedPlanMode: false, needsPlanModeExitAttachment: false, needsAutoModeExitAttachment: false, lspRecommendationShownThisSession: false, initJsonSchema: null, registeredHooks: null, planSlugCache: /* @__PURE__ */ new Map(), teleportedSessionInfo: null, invokedSkills: /* @__PURE__ */ new Map(), slowOperations: [], sdkBetas: void 0, sdkOAuthTokenRefreshCallback: null, hostAuthTokenRefreshCallback: null, mainThreadAgentType: void 0, mainThreadAgentHooks: void 0, sessionSkillAllowlist: void 0, caps: mT, replBridgeActive: false, directConnectServerUrl: void 0, mcpConnectNonBlocking: false, strictMcpConfig: false, activeRoutine: void 0, systemPromptSectionCache: /* @__PURE__ */ new Map(), lastEmittedDate: null, additionalDirectoriesForClaudeMd: [], allowedChannels: [], activeInputs: /* @__PURE__ */ new Map(), hasDevChannels: false, sessionProjectDir: null, promptCache1hAllowlist: null, stickyBetas: uO(), thinkingTypeOverrides: /* @__PURE__ */ new Map(), inferenceProfileBackingModels: /* @__PURE__ */ new Map(), promptId: null, promptIndex: 0, lastMainRequestId: void 0, lastMainThreadCacheTtlMs: null, lastApiCompletionTimestamp: null, pendingPostCompaction: false }; +} +var cT = lT(); +var pT = () => { + return; +}; +function VU() { + var _a5, _b3; + return (_b3 = (_a5 = pT()) == null ? void 0 : _a5.sessionId) != null ? _b3 : cT.sessionId; +} +var dT = U1(); +var W3$ = dT.subscribe; +var iT = U1(); +var G3$ = iT.subscribe; +var nT = U1(); +var U3$ = nT.subscribe; +var rT = U1(); +var H3$ = rT.subscribe; +var oT = U1(); +var K3$ = oT.subscribe; +function lO({ writeFn: $, flushIntervalMs: Q = 1e3, maxBufferSize: J = 100, maxBufferBytes: Y = 1 / 0, immediateMode: X = false }) { + let W = [], G = 0, U = null, H = null; + function q() { + if (U) clearTimeout(U), U = null; + } + function V(w) { + try { + $(w); + } catch (e2) { + } + } + function B() { + if (H) V(H.join("")), H = null; + if (W.length === 0) return; + V(W.join("")), W = [], G = 0, q(); + } + function z4() { + if (!U) U = setTimeout(B, Q); + } + function N() { + if (H) { + H.push(...W), W = [], G = 0, q(); + return; + } + let w = W; + W = [], G = 0, q(), H = w, setImmediate(() => { + let O = H; + if (H = null, O) V(O.join("")); + }); + } + return { write(w) { + if (X) { + V(w); + return; + } + if (W.push(w), G += w.length, z4(), W.length >= J || G >= Y) N(); + }, flush: B, dispose() { + B(); + } }; +} +function tT($) { + if (typeof $ === "function") return $; + if (Symbol.asyncDispose in $) return () => $[Symbol.asyncDispose](); + return () => $[Symbol.dispose](); +} +var _X; +var cO = class { + constructor() { + __privateAdd(this, _X, /* @__PURE__ */ new Set()); + } + register($) { + let Q = tT($); + __privateGet(this, _X).add(Q); + let J = () => { + __privateGet(this, _X).delete(Q); + }; + return Object.assign(J, { [Symbol.dispose]: J }); + } + async drain() { + let $ = Array.from(__privateGet(this, _X)); + __privateGet(this, _X).clear(), await Promise.all($.map(async (Q) => Q())); + } + async [Symbol.asyncDispose]() { + await this.drain(); + } + get sizeForTesting() { + return __privateGet(this, _X).size; + } +}; +_X = new WeakMap(); +var aT = new cO(); +function pO($) { + return aT.register($); +} +var dO = C$(($) => { + if (!$ || $.trim() === "") return null; + let Q = $.split(",").map((W) => W.trim()).filter(Boolean); + if (Q.length === 0) return null; + let J = Q.some((W) => W.startsWith("!")), Y = Q.some((W) => !W.startsWith("!")); + if (J && Y) return null; + let X = Q.map((W) => W.replace(/^!/, "").toLowerCase()); + return { include: J ? [] : X, exclude: J ? X : [], isExclusive: J }; +}); +function sT($) { + let Q = [], J = $.match(/^MCP server ["']([^"']+)["']/); + if (J && J[1]) Q.push("mcp"), Q.push(J[1].toLowerCase()); + else { + let W = $.match(/^([^:[]+):/); + if (W && W[1]) Q.push(W[1].trim().toLowerCase()); + } + let Y = $.match(/^\[([^\]]+)]/); + if (Y && Y[1]) Q.push(Y[1].trim().toLowerCase()); + if ($.toLowerCase().includes("1p event:")) Q.push("1p"); + let X = $.match(/:\s*([^:]+?)(?:\s+(?:type|mode|status|event))?:/); + if (X && X[1]) { + let W = X[1].trim().toLowerCase(); + if (W.length < 30 && !W.includes(" ")) Q.push(W); + } + return Array.from(new Set(Q)); +} +function eT($, Q) { + if (!Q) return true; + if ($.length === 0) return false; + if (Q.isExclusive) return !$.some((J) => Q.exclude.includes(J)); + else return $.some((J) => Q.include.includes(J)); +} +function iO($, Q) { + if (!Q) return true; + let J = sT($); + return eT(J, Q); +} +var qx = { cwd() { + return process.cwd(); +}, existsSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.existsSync(${$})`, 0); + return s.existsSync($); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, async stat($) { + return (0, import_promises5.stat)($); +}, async readdir($) { + return (0, import_promises5.readdir)($, { withFileTypes: true }); +}, async unlink($) { + return (0, import_promises5.unlink)($); +}, async rmdir($) { + return (0, import_promises5.rmdir)($); +}, async rm($, Q) { + return (0, import_promises5.rm)($, Q); +}, async mkdir($, Q) { + try { + await (0, import_promises5.mkdir)($, { recursive: true, ...Q }); + } catch (J) { + if (o$(J) !== "EEXIST") throw J; + } +}, async readFile($, Q) { + return (0, import_promises5.readFile)($, { encoding: Q.encoding }); +}, async rename($, Q) { + return (0, import_promises5.rename)($, Q); +}, statSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.statSync(${$})`, 0); + return s.statSync($); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, lstatSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.lstatSync(${$})`, 0); + return s.lstatSync($); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, readFileSync($, Q) { + let Y = []; + try { + const J = Z$(Y, E$`fs.readFileSync(${$})`, 0); + return s.readFileSync($, { encoding: Q.encoding }); + } catch (X) { + var W = X, G = 1; + } finally { + M$(Y, W, G); + } +}, readFileBytesSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.readFileBytesSync(${$})`, 0); + return s.readFileSync($); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, readSync($, Q) { + let X = []; + try { + const J = Z$(X, E$`fs.readSync(${$}, ${Q.length} bytes)`, 0); + let Y = void 0; + try { + Y = s.openSync($, "r"); + let H = Buffer.alloc(Q.length), q = s.readSync(Y, H, 0, Q.length, 0); + return { buffer: H, bytesRead: q }; + } finally { + if (Y) s.closeSync(Y); + } + } catch (W) { + var G = W, U = 1; + } finally { + M$(X, G, U); + } +}, appendFileSync($, Q, J) { + let X = []; + try { + const Y = Z$(X, E$`fs.appendFileSync(${$}, ${Q.length} chars)`, 0); + if ((J == null ? void 0 : J.mode) !== void 0) try { + let H = s.openSync($, "ax", J.mode); + try { + s.appendFileSync(H, Q); + } finally { + s.closeSync(H); + } + return; + } catch (H) { + if (o$(H) !== "EEXIST") throw H; + } + s.appendFileSync($, Q); + } catch (W) { + var G = W, U = 1; + } finally { + M$(X, G, U); + } +}, copyFileSync($, Q) { + let Y = []; + try { + const J = Z$(Y, E$`fs.copyFileSync(${$} → ${Q})`, 0); + s.copyFileSync($, Q); + } catch (X) { + var W = X, G = 1; + } finally { + M$(Y, W, G); + } +}, unlinkSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.unlinkSync(${$})`, 0); + s.unlinkSync($); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, renameSync($, Q) { + let Y = []; + try { + const J = Z$(Y, E$`fs.renameSync(${$} → ${Q})`, 0); + s.renameSync($, Q); + } catch (X) { + var W = X, G = 1; + } finally { + M$(Y, W, G); + } +}, linkSync($, Q) { + let Y = []; + try { + const J = Z$(Y, E$`fs.linkSync(${$} → ${Q})`, 0); + s.linkSync($, Q); + } catch (X) { + var W = X, G = 1; + } finally { + M$(Y, W, G); + } +}, symlinkSync($, Q, J) { + let X = []; + try { + const Y = Z$(X, E$`fs.symlinkSync(${$} → ${Q})`, 0); + s.symlinkSync($, Q, J); + } catch (W) { + var G = W, U = 1; + } finally { + M$(X, G, U); + } +}, readlinkSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.readlinkSync(${$})`, 0); + return s.readlinkSync($); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, realpathSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.realpathSync(${$})`, 0); + return s.realpathSync($).normalize("NFC"); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, mkdirSync($, Q) { + let X = []; + try { + const J = Z$(X, E$`fs.mkdirSync(${$})`, 0); + let Y = { recursive: true }; + if ((Q == null ? void 0 : Q.mode) !== void 0) Y.mode = Q.mode; + try { + s.mkdirSync($, Y); + } catch (H) { + if (o$(H) !== "EEXIST") throw H; + } + } catch (W) { + var G = W, U = 1; + } finally { + M$(X, G, U); + } +}, readdirSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.readdirSync(${$})`, 0); + return s.readdirSync($, { withFileTypes: true }); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, readdirStringSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.readdirStringSync(${$})`, 0); + return s.readdirSync($); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, isDirEmptySync($) { + let Y = []; + try { + const Q = Z$(Y, E$`fs.isDirEmptySync(${$})`, 0); + let J = this.readdirSync($); + return J.length === 0; + } catch (X) { + var W = X, G = 1; + } finally { + M$(Y, W, G); + } +}, rmdirSync($) { + let J = []; + try { + const Q = Z$(J, E$`fs.rmdirSync(${$})`, 0); + s.rmdirSync($); + } catch (Y) { + var X = Y, W = 1; + } finally { + M$(J, X, W); + } +}, rmSync($, Q) { + let Y = []; + try { + const J = Z$(Y, E$`fs.rmSync(${$})`, 0); + s.rmSync($, Q); + } catch (X) { + var W = X, G = 1; + } finally { + M$(Y, W, G); + } +}, createWriteStream($) { + return s.createWriteStream($); +}, async readFileBytes($, Q) { + if (Q === void 0) return (0, import_promises5.readFile)($); + let J = await (0, import_promises5.open)($, "r"); + try { + let { size: Y } = await J.stat(), X = Math.min(Y, Q), W = Buffer.allocUnsafe(X), G = 0; + while (G < X) { + let { bytesRead: U } = await J.read(W, G, X - G, G); + if (U === 0) break; + G += U; + } + return G < X ? W.subarray(0, G) : W; + } finally { + await J.close(); + } +} }; +var Vx = qx; +function l$() { + return Vx; +} +function Bx($, Q) { + if ($.destroyed) return; + $.write(Q); +} +function eO($) { + Bx(process.stderr, $); +} +function zU($) { + return $.charAt(0).toUpperCase() + $.slice(1); +} +var b3$ = typeof String.prototype.isWellFormed === "function" ? Function.prototype.call.bind(String.prototype.isWellFormed) : void 0; +var _3$ = typeof String.prototype.toWellFormed === "function" ? Function.prototype.call.bind(String.prototype.toWellFormed) : void 0; +var zx = /api[_-]?key|secret|token|password|passwd|credential|bearer|authorization|auth[_-]?header|cookie|session[_-]?(?:id|key)|connection[_-]?string|(?:private|ssh|encryption|signing|access|deploy|master|license)[_-]?key|client[_-]?secret/i; +var J2 = "[^\\s,;&}\\])]+"; +var X2 = `\\[REDACTED\\]|"[^"]*"|'[^']*'|(?:Bearer|Basic)\\s+(?:\\[REDACTED\\]|${J2})|${J2}`; +var Nx = ["sk", "ant", "api"].join("-"); +var wx = [{ id: "url-userinfo", source: ":\\/\\/([^/@\\s]+)@", confidence: "low" }, { id: "gcp-service-account", source: "\\b([a-z0-9-]+@[a-z0-9-]+\\.iam\\.gserviceaccount\\.com)\\b", flags: "i", confidence: "low" }, { id: "loose-anthropic-key", source: "\\b(sk-ant-?[\\w-]{10,})", confidence: "low" }, { id: "http-auth-scheme", source: "\\b(?:Bearer|Basic)\\s+([A-Za-z0-9+/=._~-]{20,})", flags: "i", confidence: "low" }, { id: "loose-jwt", source: "\\b(eyJ[A-Za-z0-9_-]{10,}\\.[A-Za-z0-9_-]{10,}\\.[A-Za-z0-9_-]{10,})", confidence: "low" }, { id: "sensitive-assign", source: `(?:${zx.source})[\\w.-]*["']?\\s*[=:]\\s*(${X2})`, flags: "i", confidence: "low" }, { id: "cloud-env-var", source: `\\b(?:AWS|GOOGLE|GCP|GCLOUD|AZURE)_\\w+\\s*[=:]\\s*(${X2})`, flags: "i", confidence: "low" }, { id: "aws-access-token", source: "\\b((?:A3T[A-Z0-9]|AKIA|ASIA|ABIA|ACCA)[A-Z2-7]{16})\\b", confidence: "high" }, { id: "gcp-api-key", source: `\\b(AIza[\\w-]{35})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "azure-ad-client-secret", source: `(?:^|[\\\\'"\\x60\\s>=:(,)])([a-zA-Z0-9_~.]{3}\\dQ~[a-zA-Z0-9_~.-]{31,34})(?:$|[\\\\'"\\x60\\s<),])`, confidence: "high" }, { id: "digitalocean-pat", source: `\\b(dop_v1_[a-f0-9]{64})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "digitalocean-access-token", source: `\\b(doo_v1_[a-f0-9]{64})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "anthropic-api-key", source: `\\b(${Nx}03-[a-zA-Z0-9_\\-]{93}AA)(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "anthropic-admin-api-key", source: `\\b(sk-ant-admin01-[a-zA-Z0-9_\\-]{93}AA)(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "openai-api-key", source: `\\b(sk-(?:proj|svcacct|admin)-(?:[A-Za-z0-9_-]{74}|[A-Za-z0-9_-]{58})T3BlbkFJ(?:[A-Za-z0-9_-]{74}|[A-Za-z0-9_-]{58})\\b|sk-[a-zA-Z0-9]{20}T3BlbkFJ[a-zA-Z0-9]{20})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "huggingface-access-token", source: `\\b(hf_[a-zA-Z]{34})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "github-pat", source: "ghp_[0-9a-zA-Z]{36}", confidence: "high" }, { id: "github-fine-grained-pat", source: "github_pat_\\w{82}", confidence: "high" }, { id: "github-app-token", source: "(?:ghu|ghs)_[0-9a-zA-Z]{36}", confidence: "high" }, { id: "github-oauth", source: "gho_[0-9a-zA-Z]{36}", confidence: "high" }, { id: "github-refresh-token", source: "ghr_[0-9a-zA-Z]{36}", confidence: "high" }, { id: "gitlab-pat", source: "glpat-[\\w-]{20}", confidence: "high" }, { id: "gitlab-deploy-token", source: "gldt-[0-9a-zA-Z_\\-]{20}", confidence: "high" }, { id: "slack-bot-token", source: "xoxb-[0-9]{10,13}-[0-9]{10,13}[a-zA-Z0-9-]*", confidence: "high" }, { id: "slack-user-token", source: "xox[pe](?:-[0-9]{10,13}){3}-[a-zA-Z0-9-]{28,34}", confidence: "high" }, { id: "slack-app-token", source: "xapp-\\d-[A-Z0-9]+-\\d+-[a-z0-9]+", flags: "i", confidence: "high" }, { id: "twilio-api-key", source: "SK[0-9a-fA-F]{32}", confidence: "high" }, { id: "sendgrid-api-token", source: `\\b(SG\\.[a-zA-Z0-9=_\\-.]{66})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "npm-access-token", source: `\\b(npm_[a-zA-Z0-9]{36})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "pypi-upload-token", source: "pypi-AgEIcHlwaS5vcmc[\\w-]{50,1000}", confidence: "high" }, { id: "databricks-api-token", source: `\\b(dapi[a-f0-9]{32}(?:-\\d)?)(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "hashicorp-tf-api-token", source: "[a-zA-Z0-9]{14}\\.atlasv1\\.[a-zA-Z0-9\\-_=]{60,70}", confidence: "high" }, { id: "pulumi-api-token", source: `\\b(pul-[a-f0-9]{40})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "postman-api-token", source: `\\b(PMAK-[a-fA-F0-9]{24}-[a-fA-F0-9]{34})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "grafana-api-key", source: `\\b(eyJrIjoi[A-Za-z0-9+/]{70,400}={0,3})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "grafana-cloud-api-token", source: `\\b(glc_[A-Za-z0-9+/]{32,400}={0,3})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "grafana-service-account-token", source: `\\b(glsa_[A-Za-z0-9]{32}_[A-Fa-f0-9]{8})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "sentry-user-token", source: `\\b(sntryu_[a-f0-9]{64})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "sentry-org-token", source: "\\bsntrys_eyJpYXQiO[a-zA-Z0-9+/]{10,200}(?:LCJyZWdpb25fdXJs|InJlZ2lvbl91cmwi|cmVnaW9uX3VybCI6)[a-zA-Z0-9+/]{10,200}={0,2}_[a-zA-Z0-9+/]{43}", confidence: "high" }, { id: "stripe-access-token", source: `\\b((?:sk|rk)_(?:test|live|prod)_[a-zA-Z0-9]{10,99})(?:[\\x60'"\\s;]|\\\\[nr]|$)`, confidence: "high" }, { id: "shopify-access-token", source: "shpat_[a-fA-F0-9]{32}", confidence: "high" }, { id: "shopify-shared-secret", source: "shpss_[a-fA-F0-9]{32}", confidence: "high" }, { id: "private-key", source: "-----BEGIN[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----[\\s\\S-]{64,}?-----END[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----", flags: "i", confidence: "high" }]; +var Y2 = null; +function Ox($) { + return wx.map((Q) => { + var _a5, _b3; + return { id: Q.id, confidence: Q.confidence, re: new RegExp(Q.source, $ ? ((_a5 = Q.flags) != null ? _a5 : "").replace("g", "") + "g" : (_b3 = Q.flags) != null ? _b3 : "") }; + }); +} +function W2($) { + Y2 != null ? Y2 : Y2 = Ox(true); + for (let Q of Y2) $ = $.replace(Q.re, (J, Y) => { + if (typeof Y !== "string") return "[REDACTED]"; + let X = Y.length >= 2 && (Y[0] === '"' || Y[0] === "'") && Y.at(-1) === Y[0] ? Y[0] : "", W = J.lastIndexOf(Y); + return `${J.slice(0, W)}${X}[REDACTED]${X}${J.slice(W + Y.length)}`; + }); + return $; +} +var DU = { verbose: 0, debug: 1, info: 2, warn: 3, error: 4 }; +var Mx = C$(() => { + var _a5; + let $ = (_a5 = process.env.CLAUDE_CODE_DEBUG_LOG_LEVEL) == null ? void 0 : _a5.toLowerCase().trim(); + if ($ && Object.hasOwn(DU, $)) return $; + return "debug"; +}); +var Lx = false; +function qX() { + return typeof process < "u" && Array.isArray(process.argv) ? process.argv : []; +} +var FU = C$(() => { + let $ = qX(); + return Lx || R$(process.env.DEBUG) || R$(process.env.DEBUG_SDK) || $.includes("--debug") || $.includes("-d") || K2() || $.some((Q) => Q.startsWith("--debug=")) || q2() !== null; +}); +var jx = C$(() => { + let $ = qX().find((J) => J.startsWith("--debug=")); + if (!$) return null; + let Q = $.substring(8); + return dO(Q); +}); +var K2 = C$(() => { + let $ = qX(); + return $.includes("--debug-to-stderr") || $.includes("-d2e"); +}); +var q2 = C$(() => { + let $ = qX(); + for (let Q = 0; Q < $.length; Q++) { + let J = $[Q]; + if (J.startsWith("--debug-file=")) return J.substring(13); + if (J === "--debug-file" && Q + 1 < $.length) return $[Q + 1]; + } + return null; +}); +function Ax($) { + if (!FU()) return false; + if (typeof process > "u" || typeof process.versions > "u" || typeof process.versions.node > "u") return false; + let Q = jx(); + return iO($, Q); +} +var Ix = false; +var Rx = 10485760; +var KX = null; +var NU = Promise.resolve(); +var gQ = -1; +var wU = false; +var ZU = null; +async function V2($, Q, J = Rx) { + if (gQ < 0) gQ = await (0, import_promises4.stat)($).then((Y) => Y.size).catch(() => 0); + else gQ += Q; + if (gQ <= J || wU) return; + wU = true; + try { + let Y = $.endsWith(".txt") ? `${$.slice(0, -4)}.1.txt` : `${$}.1`; + try { + await (0, import_promises4.rename)($, Y); + } catch (X) { + if (!D1(X)) await (0, import_promises4.unlink)(Y).catch(() => { + }), await (0, import_promises4.rename)($, Y).catch(() => (0, import_promises4.unlink)($).catch(() => { + })); + } + gQ = 0; + } finally { + wU = false; + } +} +function B2($) { + return ZU = (0, import_path4.join)($, `${VU()}.txt`), ZU; +} +async function Px($, Q, J, Y) { + if ($) await (0, import_promises4.mkdir)(Q, { recursive: true }).catch(() => { + }); + let X = J; + try { + await (0, import_promises4.appendFile)(J, Y); + } catch (W) { + if (!JU(W)) throw W; + X = B2(J), await (0, import_promises4.appendFile)(X, Y); + } + await V2(X, Buffer.byteLength(Y)).catch(MU), N2(); +} +function MU() { +} +function Ex() { + if (!KX) { + let $ = null; + KX = lO({ writeFn: (Q) => { + let J = z2(), Y = (0, import_path4.dirname)(J), X = $ !== Y; + if ($ = Y, FU()) { + if (X) try { + l$().mkdirSync(Y); + } catch (e2) { + } + let W = J; + try { + l$().appendFileSync(J, Q); + } catch (G) { + if (!JU(G)) throw G; + W = B2(J), l$().appendFileSync(W, Q); + } + V2(W, Buffer.byteLength(Q)).catch(MU), N2(); + return; + } + NU = NU.then(Px.bind(null, X, Y, J, Q)).catch(MU); + }, flushIntervalMs: 1e3, maxBufferSize: 100, immediateMode: FU() }), pO(async () => { + KX == null ? void 0 : KX.dispose(), await NU; + }); + } + return KX; +} +function X$($, { level: Q } = { level: "debug" }) { + if (DU[Q] < DU[Mx()]) return; + if (!Ax($)) return; + if (Ix && $.includes(` +`)) $ = B$($); + let Y = `${(/* @__PURE__ */ new Date()).toISOString()} [${Q.toUpperCase()}] ${W2($.trim())} +`; + if (K2()) { + eO(Y); + return; + } + Ex().write(Y); +} +function z2() { + var _a5, _b3, _c2; + return (_c2 = (_b3 = (_a5 = q2()) != null ? _a5 : ZU) != null ? _b3 : process.env.CLAUDE_CODE_DEBUG_LOGS_DIR) != null ? _c2 : (0, import_path4.join)(p6(), "debug", `${VU()}.txt`); +} +var N2 = C$(async () => { + try { + let $ = z2(), Q = (0, import_path4.dirname)($), J = (0, import_path4.join)(Q, "latest"); + await (0, import_promises4.unlink)(J).catch(() => { + }), await (0, import_promises4.symlink)($, J); + } catch (e2) { + } +}); +var a3$ = (() => { + let $ = process.env.CLAUDE_CODE_SLOW_OPERATION_THRESHOLD_MS; + if ($ !== void 0) { + let Q = Number($); + if (!Number.isNaN(Q) && Q >= 0) return Q; + } + return 1 / 0; +})(); +var bx = { [Symbol.dispose]() { +} }; +function _x() { + return bx; +} +var E$ = _x; +function B$($, Q, J) { + let X = []; + try { + const Y = Z$(X, E$`JSON.stringify(${$})`, 0); + return JSON.stringify($, Q, J); + } catch (W) { + var G = W, U = 1; + } finally { + M$(X, G, U); + } +} +var d$ = ($, Q) => { + let Y = []; + try { + const J = Z$(Y, E$`JSON.parse(${$})`, 0); + return typeof Q > "u" ? JSON.parse($) : JSON.parse($, Q); + } catch (X) { + var W = X, G = 1; + } finally { + M$(Y, W, G); + } +}; +function kx($) { + let Q = $.trim(); + return Q.startsWith("{") && Q.endsWith("}"); +} +function O2($, Q) { + let J = { ...$ }; + if (Q) { + let Y = Q.enabled === true && Q.failIfUnavailable === void 0 ? { ...Q, failIfUnavailable: true } : Q, X = J.settings; + if (X && !kx(X)) throw Error("Cannot use both a settings file path and the sandbox option. Include the sandbox configuration in your settings file instead."); + let W = { sandbox: Y }; + if (X) try { + W = { ...d$(X), sandbox: Y }; + } catch (e2) { + } + J.settings = B$(W); + } + return J; +} +var Tx = 2e3; +var VX = /* @__PURE__ */ new Set(); +var D2 = false; +function xx() { + for (let $ of VX) if (!$.killed) if (process.platform === "win32") try { + $.stdin.end(); + } catch (e2) { + } + else $.kill("SIGTERM"); +} +function yx($) { + if (VX.add($), !D2) D2 = true, process.on("exit", xx); +} +var jU = class { + constructor($) { + __publicField(this, "options"); + __publicField(this, "process"); + __publicField(this, "processStdin"); + __publicField(this, "processStdout"); + __publicField(this, "ready", false); + __publicField(this, "abortController"); + __publicField(this, "exitError"); + __publicField(this, "exitListeners", []); + __publicField(this, "abortHandler"); + __publicField(this, "forwardedAbort", g9()); + __publicField(this, "pendingWrites", []); + __publicField(this, "pendingEndInput", false); + __publicField(this, "spawnResolve"); + __publicField(this, "spawnReject"); + __publicField(this, "spawnPromise"); + this.options = $; + if (this.abortController = $.abortController || g9(), $.deferSpawn) this.spawnPromise = new Promise((Q, J) => { + this.spawnResolve = Q, this.spawnReject = J; + }), this.spawnPromise.catch(() => { + }); + else this.initialize(); + } + spawn() { + var _a5; + try { + this.initialize(); + } catch (Q) { + throw this.spawnAbort(j4(Q)), Q; + } + let $ = this.pendingWrites; + if (this.pendingWrites = [], this.spawnResolve) this.spawnResolve(), this.spawnResolve = void 0, this.spawnReject = void 0; + for (let Q of $) this.write(Q); + if (this.pendingEndInput) this.pendingEndInput = false, (_a5 = this.processStdin) == null ? void 0 : _a5.end(); + } + spawnAbort($) { + if (this.spawnReject) this.spawnReject($), this.spawnReject = void 0, this.spawnResolve = void 0, this.pendingWrites = []; + } + updateEnv($) { + if (this.options.env) Object.assign(this.options.env, $); + else this.options.env = { ...$ }; + } + updateResume($) { + this.options.resume = $; + } + getDefaultExecutable() { + return V5() ? "bun" : "node"; + } + spawnLocalProcess($) { + let { command: Q, args: J, cwd: Y, env: X, signal: W } = $, G = R$(X.DEBUG_CLAUDE_AGENT_SDK) || this.options.stderr ? "pipe" : "ignore", U = (0, import_child_process2.spawn)(Q, J, { cwd: Y, stdio: ["pipe", "pipe", G], signal: W, env: X, windowsHide: true }); + if (R$(X.DEBUG_CLAUDE_AGENT_SDK) || this.options.stderr) U.stderr.on("data", (q) => { + let V = q.toString(); + if (L6(V), this.options.stderr) this.options.stderr(V); + }); + return { stdin: U.stdin, stdout: U.stdout, get killed() { + return U.killed; + }, get exitCode() { + return U.exitCode; + }, kill: U.kill.bind(U), on: U.on.bind(U), once: U.once.bind(U), off: U.off.bind(U) }; + } + initialize() { + try { + let { additionalDirectories: $ = [], agent: Q, betas: J, cwd: Y, executable: X = this.getDefaultExecutable(), executableArgs: W = [], extraArgs: G = {}, pathToClaudeCodeExecutable: U, env: H = { ...process.env }, thinkingConfig: q, maxTurns: V, maxBudgetUsd: B, taskBudget: z4, model: N, fallbackModel: w, jsonSchema: O, permissionMode: D, allowDangerouslySkipPermissions: M, permissionPromptToolName: j, continueConversation: A, resume: S, settingSources: u, skills: G$, disallowedTools: h$ = [], tools: e$, mcpServers: m6, strictMcpConfig: F6, canUseTool: a1, includePartialMessages: i0, plugins: k4, sandbox: S9 } = this.options, { allowedTools: W1 = [] } = this.options; + if (G$ !== void 0) { + let u$ = G$ === "all" ? ["Skill"] : G$.map((S4) => `Skill(${S4})`), s$ = new Set(W1); + W1 = [...W1, ...u$.filter((S4) => !s$.has(S4))]; + } + let i = ["--output-format", "stream-json", "--verbose", "--input-format", "stream-json"]; + if (q) { + switch (q.type) { + case "enabled": + if (q.budgetTokens === void 0) i.push("--thinking", "adaptive"); + else i.push("--max-thinking-tokens", q.budgetTokens.toString()); + break; + case "disabled": + i.push("--thinking", "disabled"); + break; + case "adaptive": + i.push("--thinking", "adaptive"); + break; + } + if (q.type !== "disabled" && q.display) i.push("--thinking-display", q.display); + } + if (this.options.effort) i.push("--effort", this.options.effort); + if (V) i.push("--max-turns", V.toString()); + if (B !== void 0) i.push("--max-budget-usd", B.toString()); + if (z4) i.push("--task-budget", z4.total.toString()); + if (N) i.push("--model", N); + if (Q) i.push("--agent", Q); + if (J && J.length > 0) i.push("--betas", J.join(",")); + if (O) i.push("--json-schema", B$(O)); + if (this.options.debugFile) i.push("--debug-file", this.options.debugFile); + else if (this.options.debug) i.push("--debug"); + if (!this.options.debugFile && !this.options.spawnClaudeCodeProcess) { + let u$ = mw(); + if (u$) i.push("--debug-file", u$); + } + if (a1) { + if (j) throw Error("canUseTool callback cannot be used with permissionPromptToolName. Please use one or the other."); + i.push("--permission-prompt-tool", "stdio"); + } else if (j) i.push("--permission-prompt-tool", j); + if (A) i.push("--continue"); + if (S) i.push("--resume", S); + if (this.options.assistant) i.push("--assistant"); + if (this.options.channels && this.options.channels.length > 0) i.push("--channels", ...this.options.channels); + if (W1.length > 0) i.push("--allowedTools", W1.join(",")); + if (h$.length > 0) i.push("--disallowedTools", h$.join(",")); + if (e$ !== void 0) if (Array.isArray(e$)) if (e$.length === 0) i.push("--tools", ""); + else i.push("--tools", e$.join(",")); + else i.push("--tools", "default"); + if (m6 && Object.keys(m6).length > 0) i.push("--mcp-config", B$({ mcpServers: m6 })); + if (u !== void 0) i.push(`--setting-sources=${u.join(",")}`); + if (F6) i.push("--strict-mcp-config"); + if (D) i.push("--permission-mode", D); + if (M) i.push("--allow-dangerously-skip-permissions"); + if (w) { + if (N && w === N) throw Error("Fallback model cannot be the same as the main model. Please specify a different model for fallbackModel option."); + i.push("--fallback-model", w); + } + if (this.options.includeHookEvents) i.push("--include-hook-events"); + if (i0) i.push("--include-partial-messages"); + if (this.options.sessionMirror) i.push("--session-mirror"); + for (let u$ of $) i.push("--add-dir", u$); + if (k4 && k4.length > 0) for (let u$ of k4) if (u$.type === "local") i.push("--plugin-dir", u$.path); + else throw Error(`Unsupported plugin type: ${u$.type}`); + if (this.options.forkSession) i.push("--fork-session"); + if (this.options.resumeSessionAt) i.push("--resume-session-at", this.options.resumeSessionAt); + if (this.options.sessionId) i.push("--session-id", this.options.sessionId); + if (this.options.persistSession === false) i.push("--no-session-persistence"); + if (this.options.managedSettings) i.push("--managed-settings", this.options.managedSettings); + let G5 = { ...G != null ? G : {} }; + if (this.options.settings) G5.settings = this.options.settings; + let U5 = O2(G5, S9); + for (let [u$, s$] of Object.entries(U5)) if (s$ === null) i.push(`--${u$}`); + else i.push(`--${u$}`, s$); + if (!H.CLAUDE_CODE_ENTRYPOINT) H.CLAUDE_CODE_ENTRYPOINT = "sdk-ts"; + if (delete H.NODE_OPTIONS, R$(H.DEBUG_CLAUDE_AGENT_SDK)) H.DEBUG = "1"; + else delete H.DEBUG; + let v9 = fx(U), C9 = v9 ? U : X, T9 = v9 ? [...W, ...i] : [...W, U, ...i], H5 = { command: C9, args: T9, cwd: Y, env: H, signal: this.forwardedAbort.signal }; + if (this.options.spawnClaudeCodeProcess) L6(`Spawning Claude Code (custom): ${C9} ${T9.join(" ")}`), this.process = this.options.spawnClaudeCodeProcess(H5); + else L6(`Spawning Claude Code: ${C9} ${T9.join(" ")}`), this.process = this.spawnLocalProcess(H5); + if (this.processStdin = this.process.stdin, this.processStdout = this.process.stdout, yx(this.process), this.abortHandler = () => this.close(), this.abortController.signal.addEventListener("abort", this.abortHandler), this.abortController.signal.aborted) this.close(); + this.process.on("error", (u$) => { + if (this.ready = false, this.abortController.signal.aborted) this.exitError = new W6("Claude Code process aborted by user"); + else if (Tw(u$)) { + let s$ = gx(U, v9); + this.exitError = ReferenceError(s$), L6(this.exitError.message); + } else this.exitError = Error(`Failed to spawn Claude Code process: ${u$.message}`), L6(this.exitError.message); + }), this.process.on("exit", (u$, s$) => { + if (this.ready = false, this.abortController.signal.aborted) this.exitError = new W6("Claude Code process aborted by user"); + else { + let S4 = this.getProcessExitError(u$, s$); + if (S4) this.exitError = S4, L6(S4.message); + } + }), this.ready = !this.abortController.signal.aborted; + } catch ($) { + throw this.ready = false, $; + } + } + getProcessExitError($, Q) { + if ($ !== 0 && $ !== null) return Error(`Claude Code process exited with code ${$}`); + else if (Q) return Error(`Claude Code process terminated by signal ${Q}`); + return; + } + write($) { + var _a5, _b3; + if (this.abortController.signal.aborted) throw new W6("Operation aborted"); + if (this.spawnResolve) { + this.pendingWrites.push($); + return; + } + if (!this.ready || !this.processStdin) throw Error("ProcessTransport is not ready for writing"); + if (this.processStdin.writableEnded) { + L6("[ProcessTransport] Dropping write to ended stdin stream"); + return; + } + if (((_a5 = this.process) == null ? void 0 : _a5.killed) || ((_b3 = this.process) == null ? void 0 : _b3.exitCode) !== null) throw Error("Cannot write to terminated process"); + if (this.exitError) throw Error(`Cannot write to process that exited with error: ${this.exitError.message}`); + L6(`[ProcessTransport] Writing to stdin: ${$.substring(0, 100)}`); + try { + if (!this.processStdin.write($)) L6("[ProcessTransport] Write buffer full, data queued"); + } catch (Q) { + throw this.ready = false, Error(`Failed to write to process stdin: ${N8(Q)}`); + } + } + [Symbol.dispose]() { + this.close(); + } + close() { + var _a5; + if (this.spawnAbort(this.abortController.signal.aborted ? new W6("Claude Code process aborted by user") : Error("Query closed before spawn")), this.processStdin) this.processStdin.end(), this.processStdin = void 0; + if (this.abortHandler) this.abortController.signal.removeEventListener("abort", this.abortHandler), this.abortHandler = void 0; + for (let { handler: J } of this.exitListeners) (_a5 = this.process) == null ? void 0 : _a5.off("exit", J); + this.exitListeners = []; + let $ = () => { + if (this.abortController.signal.aborted) this.forwardedAbort.abort(this.abortController.signal.reason); + }, Q = this.process; + if (Q && !Q.killed && Q.exitCode === null) { + const processKillTimer = setTimeout((J, Y) => { + if (J.exitCode !== null) { + Y(); + return; + } + if (process.platform === "win32") { + const windowsForceKillTimer = setTimeout((X, W) => { + if (X.exitCode === null) X.kill("SIGKILL"); + W(); + }, 5e3, J, Y); + windowsForceKillTimer.unref?.(); + return; + } + J.kill("SIGTERM"); + const forceKillTimer = setTimeout((X) => { + if (X.exitCode === null) X.kill("SIGKILL"); + }, 5e3, J); + forceKillTimer.unref?.(); + Y(); + }, Tx, Q, $); + processKillTimer.unref?.(); + Q.once("exit", () => VX.delete(Q)); + } + else if (Q) VX.delete(Q), $(); + this.ready = false; + } + isReady() { + return this.ready; + } + async *readMessages() { + if (this.spawnPromise) await this.spawnPromise, this.spawnPromise = void 0; + if (!this.processStdout) throw Error("ProcessTransport output stream not available"); + if (this.exitError) throw this.exitError; + let $ = (0, import_readline2.createInterface)({ input: this.processStdout }), Q = this.process ? (() => { + let J = this.process, Y = () => $.close(); + return J.on("error", Y), () => J.off("error", Y); + })() : void 0; + if (this.exitError) $.close(); + try { + for await (let J of $) if (J.trim()) { + let Y; + try { + Y = d$(J); + } catch (X) { + L6(`Non-JSON stdout: ${J}`); + continue; + } + yield Y; + } + if (this.exitError) throw this.exitError; + await this.waitForExit(); + } catch (J) { + throw J; + } finally { + Q == null ? void 0 : Q(), $.close(); + } + } + endInput() { + if (this.spawnResolve) { + this.pendingEndInput = true; + return; + } + if (this.processStdin) this.processStdin.end(); + } + getInputStream() { + return this.processStdin; + } + onExit($) { + if (!this.process) return () => { + }; + let Q = (J, Y) => { + let X = this.getProcessExitError(J, Y); + $(X); + }; + return this.process.on("exit", Q), this.exitListeners.push({ callback: $, handler: Q }), () => { + if (this.process) this.process.off("exit", Q); + let J = this.exitListeners.findIndex((Y) => Y.handler === Q); + if (J !== -1) this.exitListeners.splice(J, 1); + }; + } + async waitForExit() { + if (!this.process) { + if (this.exitError) throw this.exitError; + return; + } + if (this.process.exitCode !== null || this.process.killed || this.exitError) { + if (this.exitError) throw this.exitError; + return; + } + return new Promise(($, Q) => { + let J = (X, W) => { + if (this.abortController.signal.aborted) { + Q(new W6("Operation aborted")); + return; + } + let G = this.getProcessExitError(X, W); + if (G) Q(G); + else $(); + }; + this.process.once("exit", J); + let Y = (X) => { + this.process.off("exit", J), Q(X); + }; + this.process.once("error", Y), this.process.once("exit", () => { + this.process.off("error", Y); + }); + }); + } +}; +function fx($) { + return ![".js", ".mjs", ".tsx", ".ts", ".jsx"].some((J) => $.endsWith(J)); +} +function gx($, Q) { + if ((0, import_fs2.existsSync)($)) return Q ? `Claude Code native binary at ${$} exists but failed to launch.` : `Claude Code executable at ${$} exists but failed to launch.`; + return Q ? `Claude Code native binary not found at ${$}. Please ensure Claude Code is installed via native installer or specify a valid path with options.pathToClaudeCodeExecutable.` : `Claude Code executable not found at ${$}. Is options.pathToClaudeCodeExecutable set?`; +} +var I8 = "@anthropic-ai/claude-agent-sdk"; +function ux() { + var _a5, _b3; + if (process.platform !== "linux") return false; + let $ = typeof ((_a5 = process.report) == null ? void 0 : _a5.getReport) === "function" ? process.report.getReport() : null; + return $ != null && ((_b3 = $.header) == null ? void 0 : _b3.glibcVersionRuntime) === void 0; +} +function F2($, Q = process.platform, J = process.arch, Y = import_fs5.existsSync, X = ux()) { + let G = Q === "win32" ? ".exe" : "", H = (Q === "android" ? [`${I8}-linux-${J}-android`] : Q === "linux" ? X ? [`${I8}-linux-${J}-musl`, `${I8}-linux-${J}`] : [`${I8}-linux-${J}`, `${I8}-linux-${J}-musl`] : [`${I8}-${Q}-${J}`]).map((q) => `${q}/claude${G}`); + for (let q of H) try { + let V = $(q); + if (Y(V)) return V; + } catch (e2) { + } + return null; +} +var hQ = class { + constructor($) { + __publicField(this, "returned"); + __publicField(this, "queue", []); + __publicField(this, "readResolve"); + __publicField(this, "readReject"); + __publicField(this, "isDone", false); + __publicField(this, "hasError"); + __publicField(this, "started", false); + this.returned = $; + } + [Symbol.asyncIterator]() { + if (this.started) throw Error("Stream can only be iterated once"); + return this.started = true, this; + } + next() { + if (this.queue.length > 0) return Promise.resolve({ done: false, value: this.queue.shift() }); + if (this.isDone) return Promise.resolve({ done: true, value: void 0 }); + if (this.hasError) return Promise.reject(this.hasError); + return new Promise(($, Q) => { + this.readResolve = $, this.readReject = Q; + }); + } + enqueue($) { + if (this.readResolve) { + let Q = this.readResolve; + this.readResolve = void 0, this.readReject = void 0, Q({ done: false, value: $ }); + } else this.queue.push($); + } + done() { + if (this.isDone = true, this.readResolve) { + let $ = this.readResolve; + this.readResolve = void 0, this.readReject = void 0, $({ done: true, value: void 0 }); + } + } + error($) { + if (this.hasError = $, this.readReject) { + let Q = this.readReject; + this.readResolve = void 0, this.readReject = void 0, Q($); + } + } + return() { + if (this.isDone = true, this.returned) this.returned(); + return Promise.resolve({ done: true, value: void 0 }); + } +}; +function mx() { + return { eventQueue: [], sink: null }; +} +var lx = mx(); +function BX($, Q) { + let J = lx; + if (J.sink === null) { + J.eventQueue.push({ eventName: $, metadata: Q, async: false }); + return; + } + J.sink.logEvent($, Q); +} +function AU($) { + BX("tengu_feature_ok", { feature_name: $ }); +} +function IU($, Q, J) { + BX("tengu_feature_bad", { feature_name: $, error_code: Q, ...J }); +} +async function I4($, Q, J) { + var _a5; + try { + let Y = await Q(); + return AU($), Y; + } catch (Y) { + throw IU($, (_a5 = J == null ? void 0 : J(Y)) != null ? _a5 : "error"), Y; + } +} +var RU = class { + constructor($) { + __publicField(this, "sendMcpMessage"); + __publicField(this, "isClosed", false); + __publicField(this, "onclose"); + __publicField(this, "onerror"); + __publicField(this, "onmessage"); + this.sendMcpMessage = $; + } + async start() { + } + async send($) { + if (this.isClosed) throw Error("Transport is closed"); + this.sendMcpMessage($); + } + async close() { + var _a5; + if (this.isClosed) return; + this.isClosed = true, (_a5 = this.onclose) == null ? void 0 : _a5.call(this); + } +}; +var PU = class { + constructor($, Q, J, Y, X, W = /* @__PURE__ */ new Map(), G, U, H, q, V) { + __publicField(this, "transport"); + __publicField(this, "isSingleUserTurn"); + __publicField(this, "canUseTool"); + __publicField(this, "hooks"); + __publicField(this, "abortController"); + __publicField(this, "jsonSchema"); + __publicField(this, "initConfig"); + __publicField(this, "onElicitation"); + __publicField(this, "getOAuthToken"); + __publicField(this, "getHostAuthToken"); + __publicField(this, "pendingControlResponses", /* @__PURE__ */ new Map()); + __publicField(this, "cleanupPerformed", false); + __publicField(this, "sdkMessages"); + __publicField(this, "inputStream", new hQ()); + __publicField(this, "initialization"); + __publicField(this, "cancelControllers", /* @__PURE__ */ new Map()); + __publicField(this, "hookCallbacks", /* @__PURE__ */ new Map()); + __publicField(this, "nextCallbackId", 0); + __publicField(this, "sdkMcpTransports", /* @__PURE__ */ new Map()); + __publicField(this, "sdkMcpServerInstances", /* @__PURE__ */ new Map()); + __publicField(this, "pendingMcpResponses", /* @__PURE__ */ new Map()); + __publicField(this, "firstResultReceivedResolve"); + __publicField(this, "firstResultReceived", false); + __publicField(this, "lastErrorResultText"); + __publicField(this, "transcriptMirrorBatcher"); + __publicField(this, "cleanupCallbacks", []); + __publicField(this, "cleanupPromise"); + this.transport = $; + this.isSingleUserTurn = Q; + this.canUseTool = J; + this.hooks = Y; + this.abortController = X; + this.jsonSchema = G; + this.initConfig = U; + this.onElicitation = H; + this.getOAuthToken = q; + this.getHostAuthToken = V; + for (let [B, z4] of W) this.connectSdkMcpServer(B, z4); + this.sdkMessages = this.readSdkMessages(), this.readMessages(), this.initialization = this.initialize(), this.initialization.catch(() => { + }); + } + setIsSingleUserTurn($) { + this.isSingleUserTurn = $; + } + setTranscriptMirrorBatcher($) { + this.transcriptMirrorBatcher = $; + } + reportMirrorError($, Q) { + let J = { type: "system", subtype: "mirror_error", error: Q, key: $, uuid: (0, import_crypto4.randomUUID)(), session_id: $.sessionId }; + this.inputStream.enqueue(J); + } + addCleanupCallback($) { + if (this.cleanupPerformed) $(); + else this.cleanupCallbacks.push($); + } + isClosed() { + return this.cleanupPerformed; + } + hasBidirectionalNeeds() { + return this.sdkMcpTransports.size > 0 || this.hooks !== void 0 && Object.keys(this.hooks).length > 0 || this.canUseTool !== void 0 || this.onElicitation !== void 0 || this.getOAuthToken !== void 0 || this.getHostAuthToken !== void 0; + } + setError($) { + this.inputStream.error($); + } + async stopTask($) { + await this.request({ subtype: "stop_task", task_id: $ }); + } + async backgroundTasks($) { + var _a5; + return (_a5 = (await this.request({ subtype: "background_tasks", tool_use_id: $ })).response.backgrounded) != null ? _a5 : true; + } + close() { + this.cleanup(); + } + cleanup($) { + if (this.cleanupPromise) return this.cleanupPromise; + return this.cleanupPerformed = true, this.cleanupPromise = this.performCleanup($), this.cleanupPromise; + } + async performCleanup($) { + for (let Q of this.cleanupCallbacks) try { + Q(); + } catch (e2) { + } + if (this.cleanupCallbacks = [], this.transcriptMirrorBatcher) try { + await this.transcriptMirrorBatcher.flush(); + } catch (e2) { + } + try { + for (let J of this.cancelControllers.values()) J.abort(); + this.cancelControllers.clear(), this.transport.close(); + let Q = $ != null ? $ : Error("Query closed before response received"); + for (let { reject: J } of this.pendingControlResponses.values()) J(Q); + this.pendingControlResponses.clear(); + for (let { reject: J } of this.pendingMcpResponses.values()) J(Q); + this.pendingMcpResponses.clear(), this.hookCallbacks.clear(); + for (let J of this.sdkMcpTransports.values()) J.close().catch(() => { + }); + if (this.sdkMcpTransports.clear(), $) this.inputStream.error($); + else this.inputStream.done(); + } catch (Q) { + } + } + next(...[$]) { + return this.sdkMessages.next(...[$]); + } + async return($) { + return await this.cleanup(), this.sdkMessages.return($); + } + async throw($) { + return await this.cleanup(), this.sdkMessages.throw($); + } + [Symbol.asyncIterator]() { + return this.sdkMessages; + } + async [Symbol.asyncDispose]() { + await this.cleanup(); + } + async readMessages() { + var _a5; + try { + for await (let $ of this.transport.readMessages()) { + if ($.type === "control_response") { + let Q = this.pendingControlResponses.get($.response.request_id); + if (Q) Q.handler($.response); + continue; + } else if ($.type === "control_request") { + this.handleControlRequest($); + continue; + } else if ($.type === "control_cancel_request") { + this.handleControlCancelRequest($); + continue; + } else if ($.type === "keep_alive") continue; + else if ($.type === "transcript_mirror") { + (_a5 = this.transcriptMirrorBatcher) == null ? void 0 : _a5.enqueue($.filePath, $.entries); + continue; + } + if ($.type === "system" && ($.subtype === "post_turn_summary" || $.subtype === "task_summary")) { + this.inputStream.enqueue($); + continue; + } + if ($.type === "result") { + if (this.transcriptMirrorBatcher) await this.transcriptMirrorBatcher.flush(); + if (this.lastErrorResultText = $.is_error ? $.subtype === "success" ? $.result : $.errors.join("; ") : void 0, this.firstResultReceived = true, this.firstResultReceivedResolve) this.firstResultReceivedResolve(); + if (this.isSingleUserTurn) X$("[Query.readMessages] First result received for single-turn query, closing stdin"), this.transport.endInput(); + } else if (!($.type === "system" && $.subtype === "session_state_changed")) this.lastErrorResultText = void 0; + this.inputStream.enqueue($); + } + if (this.transcriptMirrorBatcher) await this.transcriptMirrorBatcher.flush(); + if (this.firstResultReceivedResolve) this.firstResultReceivedResolve(); + this.inputStream.done(), this.cleanup(); + } catch ($) { + if (this.transcriptMirrorBatcher) await this.transcriptMirrorBatcher.flush(); + if (this.firstResultReceivedResolve) this.firstResultReceivedResolve(); + if (this.lastErrorResultText !== void 0 && !($ instanceof W6)) { + let Q = Error(`Claude Code returned an error result: ${this.lastErrorResultText}`); + X$(`[Query.readMessages] Replacing exit error with result text. Original: ${N8($)}`), this.inputStream.error(Q), this.cleanup(Q); + return; + } + this.inputStream.error($), this.cleanup($); + } + } + async handleControlRequest($) { + let Q = new AbortController(); + this.cancelControllers.set($.request_id, Q); + try { + let J = await this.processControlRequest($, Q.signal); + if (this.cleanupPerformed) return; + let Y = { type: "control_response", response: { subtype: "success", request_id: $.request_id, response: J } }; + await Promise.resolve(this.transport.write(B$(Y) + ` +`)); + } catch (J) { + if (this.cleanupPerformed) return; + let Y = { type: "control_response", response: { subtype: "error", request_id: $.request_id, error: N8(J) } }; + try { + await Promise.resolve(this.transport.write(B$(Y) + ` +`)); + } catch (X) { + X$(`[Query.handleControlRequest] Error-response write failed: ${N8(X)}`, { level: "error" }); + } + } finally { + this.cancelControllers.delete($.request_id); + } + } + handleControlCancelRequest($) { + let Q = this.cancelControllers.get($.request_id); + if (Q) Q.abort(), this.cancelControllers.delete($.request_id); + } + async processControlRequest($, Q) { + var _a5, _b3; + if ($.request.subtype === "can_use_tool") { + if (!this.canUseTool) throw Error("canUseTool callback is not provided."); + return { ...await this.canUseTool($.request.tool_name, $.request.input, { signal: Q, suggestions: $.request.permission_suggestions, blockedPath: $.request.blocked_path, decisionReason: $.request.decision_reason, title: $.request.title, displayName: $.request.display_name, description: $.request.description, toolUseID: $.request.tool_use_id, agentID: $.request.agent_id }), toolUseID: $.request.tool_use_id }; + } else if ($.request.subtype === "hook_callback") return await this.handleHookCallbacks($.request.callback_id, $.request.input, $.request.tool_use_id, Q); + else if ($.request.subtype === "mcp_message") { + let J = $.request, Y = this.sdkMcpTransports.get(J.server_name); + if (!Y) throw Error(`SDK MCP server not found: ${J.server_name}`); + if ("method" in J.message && "id" in J.message && J.message.id !== null) return { mcp_response: await this.handleMcpControlRequest(J.server_name, J, Y) }; + else { + if (Y.onmessage) Y.onmessage(J.message); + return { mcp_response: { jsonrpc: "2.0", result: {}, id: 0 } }; + } + } else if ($.request.subtype === "elicitation") { + let J = $.request; + if (this.onElicitation) return await this.onElicitation({ serverName: J.mcp_server_name, message: J.message, mode: J.mode, url: J.url, elicitationId: J.elicitation_id, requestedSchema: J.requested_schema, title: J.title, displayName: J.display_name, description: J.description }, { signal: Q }); + return { action: "decline" }; + } else if ($.request.subtype === "oauth_token_refresh") { + if (!this.getOAuthToken) throw Error("getOAuthToken callback is not provided."); + return { accessToken: (_a5 = await this.getOAuthToken({ signal: Q })) != null ? _a5 : null }; + } else if ($.request.subtype === "host_auth_token_refresh") { + if (!this.getHostAuthToken) throw Error("getHostAuthToken callback is not provided."); + return { authToken: (_b3 = await this.getHostAuthToken({ signal: Q })) != null ? _b3 : null }; + } + throw Error("Unsupported control request subtype: " + $.request.subtype); + } + async *readSdkMessages() { + try { + for await (let $ of this.inputStream) yield $; + } finally { + await this.cleanup(); + } + } + async initialize() { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n; + let $; + if (this.hooks) { + $ = {}; + for (let [X, W] of Object.entries(this.hooks)) if (W.length > 0) $[X] = W.map((G) => { + let U = []; + for (let H of G.hooks) { + let q = `hook_${this.nextCallbackId++}`; + this.hookCallbacks.set(q, H), U.push(q); + } + return { matcher: G.matcher, hookCallbackIds: U, timeout: G.timeout }; + }); + } + let Q = this.sdkMcpTransports.size > 0 ? Array.from(this.sdkMcpTransports.keys()) : void 0, J = { subtype: "initialize", hooks: $, sdkMcpServers: Q, jsonSchema: this.jsonSchema, systemPrompt: typeof ((_a5 = this.initConfig) == null ? void 0 : _a5.systemPrompt) === "string" ? [this.initConfig.systemPrompt] : (_b3 = this.initConfig) == null ? void 0 : _b3.systemPrompt, appendSystemPrompt: (_c2 = this.initConfig) == null ? void 0 : _c2.appendSystemPrompt, planModeInstructions: (_d = this.initConfig) == null ? void 0 : _d.planModeInstructions, appendSubagentSystemPrompt: (_e2 = this.initConfig) == null ? void 0 : _e2.appendSubagentSystemPrompt, toolAliases: (_f2 = this.initConfig) == null ? void 0 : _f2.toolAliases, excludeDynamicSections: (_g = this.initConfig) == null ? void 0 : _g.excludeDynamicSections, agents: (_h2 = this.initConfig) == null ? void 0 : _h2.agents, title: (_i = this.initConfig) == null ? void 0 : _i.title, skills: Array.isArray((_j = this.initConfig) == null ? void 0 : _j.skills) ? this.initConfig.skills : void 0, webSearchIsolationExemptMcpServers: (_k3 = this.initConfig) == null ? void 0 : _k3.webSearchIsolationExemptMcpServers, promptSuggestions: (_l2 = this.initConfig) == null ? void 0 : _l2.promptSuggestions, agentProgressSummaries: (_m = this.initConfig) == null ? void 0 : _m.agentProgressSummaries, forwardSubagentText: (_n = this.initConfig) == null ? void 0 : _n.forwardSubagentText }; + return (await this.request(J)).response; + } + async interrupt() { + return I4("sdk_interrupt", async () => { + await this.request({ subtype: "interrupt" }); + }); + } + async setPermissionMode($) { + await this.request({ subtype: "set_permission_mode", mode: $ }); + } + async setModel($) { + await this.request({ subtype: "set_model", model: $ }); + } + async setMaxThinkingTokens($) { + await this.request({ subtype: "set_max_thinking_tokens", max_thinking_tokens: $ }); + } + async applyFlagSettings($) { + return I4("sdk_apply_flag_settings", async () => { + await this.request({ subtype: "apply_flag_settings", settings: $ }); + }); + } + async getSettings() { + return (await this.request({ subtype: "get_settings" })).response; + } + async rewindFiles($, Q) { + return I4("sdk_rewind_files", async () => { + return (await this.request({ subtype: "rewind_files", user_message_id: $, dry_run: Q == null ? void 0 : Q.dryRun })).response; + }); + } + async cancelAsyncMessage($) { + return (await this.request({ subtype: "cancel_async_message", message_uuid: $ })).response.cancelled; + } + async seedReadState($, Q) { + await this.request({ subtype: "seed_read_state", path: $, mtime: Q }); + } + async enableRemoteControl($, Q) { + return (await this.request({ subtype: "remote_control", enabled: $, ...Q !== void 0 && { name: Q } })).response; + } + async submitFeedback($, Q) { + return (await this.request({ subtype: "submit_feedback", description: $, surface: Q == null ? void 0 : Q.surface })).response; + } + async generateSessionTitle($, Q) { + return I4("sdk_session_title_generate", async () => { + return (await this.request({ subtype: "generate_session_title", description: $, persist: Q == null ? void 0 : Q.persist })).response.title; + }); + } + async askSideQuestion($) { + return I4("sdk_side_question", async () => { + var _a5; + let J = (await this.request({ subtype: "side_question", question: $ })).response; + return J.response === null ? null : { response: J.response, synthetic: (_a5 = J.synthetic) != null ? _a5 : false }; + }); + } + async launchUltrareview($, Q) { + var _a5; + return (await this.request({ subtype: "ultrareview_launch", args: $, confirm: (_a5 = Q == null ? void 0 : Q.confirm) != null ? _a5 : false })).response; + } + async messageRated($) { + var _a5; + await this.request({ subtype: "message_rated", messageUuid: $.messageUuid, sentiment: $.sentiment, surface: $.surface, cleared: (_a5 = $.cleared) != null ? _a5 : false }); + } + processPendingPermissionRequests($) { + for (let Q of $) if (Q.request.subtype === "can_use_tool") this.handleControlRequest(Q).catch(() => { + }); + } + request($) { + let Q = Math.random().toString(36).substring(2, 15), J = { request_id: Q, type: "control_request", request: $ }; + return new Promise((Y, X) => { + this.pendingControlResponses.set(Q, { handler: (W) => { + if (this.pendingControlResponses.delete(Q), W.subtype === "success") Y(W); + else if (X(Error(W.error)), W.pending_permission_requests) this.processPendingPermissionRequests(W.pending_permission_requests); + }, reject: X }), Promise.resolve(this.transport.write(B$(J) + ` +`)).catch((W) => { + this.pendingControlResponses.delete(Q), X(W); + }); + }); + } + initializationResult() { + return this.initialization; + } + async supportedCommands() { + return (await this.initialization).commands; + } + async supportedModels() { + return (await this.initialization).models; + } + async supportedAgents() { + return (await this.initialization).agents; + } + async reconnectMcpServer($) { + await this.request({ subtype: "mcp_reconnect", serverName: $ }); + } + async toggleMcpServer($, Q) { + return I4("sdk_mcp_toggle_server", async () => { + await this.request({ subtype: "mcp_toggle", serverName: $, enabled: Q }); + }); + } + async enableChannel($) { + return I4("sdk_mcp_enable_channel", async () => { + await this.request({ subtype: "channel_enable", serverName: $ }); + }); + } + async mcpAuthenticate($, Q) { + return (await this.request({ subtype: "mcp_authenticate", serverName: $, redirectUri: Q })).response; + } + async mcpClearAuth($) { + return (await this.request({ subtype: "mcp_clear_auth", serverName: $ })).response; + } + async mcpSubmitOAuthCallbackUrl($, Q) { + return (await this.request({ subtype: "mcp_oauth_callback_url", serverName: $, callbackUrl: Q })).response; + } + async claudeAuthenticate($) { + return (await this.request({ subtype: "claude_authenticate", loginWithClaudeAi: $ })).response; + } + async claudeOAuthCallback($, Q) { + return (await this.request({ subtype: "claude_oauth_callback", authorizationCode: $, state: Q })).response; + } + async claudeOAuthWaitForCompletion() { + return (await this.request({ subtype: "claude_oauth_wait_for_completion" })).response; + } + async mcpServerStatus() { + return (await this.request({ subtype: "mcp_status" })).response.mcpServers; + } + async getContextUsage() { + return (await this.request({ subtype: "get_context_usage" })).response; + } + async readFile($, Q) { + try { + return (await this.request({ subtype: "read_file", path: $, max_bytes: Q == null ? void 0 : Q.maxBytes, encoding: Q == null ? void 0 : Q.encoding })).response; + } catch (e2) { + return null; + } + } + async reloadPlugins() { + return I4("sdk_reload_plugins", async () => { + return (await this.request({ subtype: "reload_plugins" })).response; + }); + } + async setMcpServers($) { + return I4("sdk_mcp_set_servers", async () => { + let Q = {}, J = {}; + for (let [U, H] of Object.entries($)) if (H.type === "sdk" && "instance" in H) Q[U] = H.instance; + else J[U] = H; + let Y = new Set(this.sdkMcpServerInstances.keys()), X = new Set(Object.keys(Q)); + for (let U of Y) if (!X.has(U)) await this.disconnectSdkMcpServer(U); + for (let [U, H] of Object.entries(Q)) if (!Y.has(U)) this.connectSdkMcpServer(U, H); + let W = {}; + for (let U of Object.keys(Q)) W[U] = { type: "sdk", name: U }; + return (await this.request({ subtype: "mcp_set_servers", servers: { ...J, ...W } })).response; + }); + } + async accountInfo() { + return (await this.initialization).account; + } + async streamInput($) { + var _a5; + X$("[Query.streamInput] Starting to process input stream"); + try { + let Q = 0; + for await (let J of $) { + if (Q++, X$(`[Query.streamInput] Processing message ${Q}: ${J.type}`), (_a5 = this.abortController) == null ? void 0 : _a5.signal.aborted) break; + await Promise.resolve(this.transport.write(B$(J) + ` +`)); + } + if (X$(`[Query.streamInput] Finished processing ${Q} messages from input stream`), Q > 0 && this.hasBidirectionalNeeds()) X$("[Query.streamInput] Has bidirectional needs, waiting for first result"), await this.waitForFirstResult(); + X$("[Query] Calling transport.endInput() to close stdin to CLI process"), this.transport.endInput(); + } catch (Q) { + if (!(Q instanceof W6)) throw Q; + } + } + waitForFirstResult() { + if (this.firstResultReceived) return X$("[Query.waitForFirstResult] Result already received, returning immediately"), Promise.resolve(); + return new Promise(($) => { + var _a5, _b3; + if ((_a5 = this.abortController) == null ? void 0 : _a5.signal.aborted) { + $(); + return; + } + (_b3 = this.abortController) == null ? void 0 : _b3.signal.addEventListener("abort", () => $(), { once: true }), this.firstResultReceivedResolve = $; + }); + } + handleHookCallbacks($, Q, J, Y) { + let X = this.hookCallbacks.get($); + if (!X) throw Error(`No hook callback found for ID: ${$}`); + return X(Q, J, { signal: Y }); + } + connectSdkMcpServer($, Q) { + let J = new RU((Y) => this.sendMcpServerMessageToCli($, Y)); + this.sdkMcpTransports.set($, J), this.sdkMcpServerInstances.set($, Q), Q.connect(J).catch((Y) => { + if (this.sdkMcpTransports.get($) === J) this.sdkMcpTransports.delete($); + if (this.sdkMcpServerInstances.get($) === Q) this.sdkMcpServerInstances.delete($); + X$(`[Query.connectSdkMcpServer] Failed to connect MCP server '${$}': ${Y}`, { level: "error" }); + }); + } + async disconnectSdkMcpServer($) { + let Q = this.sdkMcpTransports.get($); + if (Q) await Q.close(), this.sdkMcpTransports.delete($); + this.sdkMcpServerInstances.delete($); + } + sendMcpServerMessageToCli($, Q) { + if ("id" in Q && Q.id !== null && Q.id !== void 0) { + let Y = `${$}:${Q.id}`, X = this.pendingMcpResponses.get(Y); + if (X) { + X.resolve(Q), this.pendingMcpResponses.delete(Y); + return; + } + } + let J = { type: "control_request", request_id: (0, import_crypto4.randomUUID)(), request: { subtype: "mcp_message", server_name: $, message: Q } }; + Promise.resolve(this.transport.write(B$(J) + ` +`)).catch((Y) => { + X$(`[Query.sendMcpServerMessageToCli] Transport write failed: ${Y}`, { level: "error" }); + }); + } + handleMcpControlRequest($, Q, J) { + let Y = "id" in Q.message ? Q.message.id : null, X = `${$}:${Y}`; + return new Promise((W, G) => { + let U = () => { + this.pendingMcpResponses.delete(X); + }, H = (V) => { + U(), W(V); + }, q = (V) => { + U(), G(V); + }; + if (this.pendingMcpResponses.set(X, { resolve: H, reject: q }), J.onmessage) J.onmessage(Q.message); + else { + U(), G(Error("No message handler registered")); + return; + } + }); + } +}; +var zX = 500; +var NX = 1048576; +var cx = [200, 800]; +var EU = class { + constructor($, Q = 6e4, J, Y = zX, X = NX, W = cx) { + __publicField(this, "send"); + __publicField(this, "sendTimeoutMs"); + __publicField(this, "onError"); + __publicField(this, "maxPendingEntries"); + __publicField(this, "maxPendingBytes"); + __publicField(this, "backoffMs"); + __publicField(this, "pending", []); + __publicField(this, "pendingEntries", 0); + __publicField(this, "pendingBytes", 0); + __publicField(this, "flushPromise", null); + this.send = $; + this.sendTimeoutMs = Q; + this.onError = J; + this.maxPendingEntries = Y; + this.maxPendingBytes = X; + this.backoffMs = W; + } + enqueue($, Q) { + let J = B$(Q).length; + if (this.pending.push({ filePath: $, entries: Q, bytes: J }), this.pendingEntries += Q.length, this.pendingBytes += J, this.pendingEntries > this.maxPendingEntries || this.pendingBytes > this.maxPendingBytes) this.flushPromise = this.drain(), this.flushPromise.catch(() => { + }); + } + async flush() { + let $ = this.drain(); + if (this.flushPromise = $, await $, this.flushPromise === $) this.flushPromise = null; + } + async drain() { + let $ = this.flushPromise, Q = this.pending.splice(0); + if (this.pendingEntries = 0, this.pendingBytes = 0, $) await $; + if (Q.length === 0) return; + await this.doFlush(Q); + } + async doFlush($) { + var _a5; + let Q = /* @__PURE__ */ new Map(); + for (let Y of $) { + let X = Q.get(Y.filePath); + if (X) X.push(...Y.entries); + else Q.set(Y.filePath, Y.entries.slice()); + } + let J = this.backoffMs.length + 1; + for (let [Y, X] of Q) { + let W = `SessionStore.append() timed out after ${this.sendTimeoutMs}ms for ${Y}`, G, U = 1; + for (; U <= J; U++) try { + await v4(this.send(Y, X), this.sendTimeoutMs, W), G = void 0; + break; + } catch (H) { + if (G = j4(H), G.message === W) break; + let q = this.backoffMs[U - 1]; + if (q === void 0) break; + await K5(q); + } + if (G) { + X$(`[TranscriptMirrorBatcher] flush failed for ${Y} after ${U} attempt(s): ${G}`, { level: "error" }); + try { + (_a5 = this.onError) == null ? void 0 : _a5.call(this, Y, G); + } catch (H) { + X$(`[TranscriptMirrorBatcher] onError callback threw: ${H}`, { level: "error" }); + } + } + } + } +}; +var qG = DG(wZ(), 1); +var Og = (0, import_util.promisify)(import_child_process3.execFile); +function jH($) { + let Q = 0; + for (let J = 0; J < $.length; J++) Q = (Q << 5) - Q + $.charCodeAt(J) | 0; + return Q; +} +var Mg = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i; +function L$($) { + if (typeof $ !== "string") return null; + return Mg.test($) ? $ : null; +} +async function rQ($, Q) { + let J = (0, import_fs6.createWriteStream)($, { mode: 384 }); + try { + for (let Y of Q) if (!J.write(JSON.stringify(Y) + ` +`)) await (0, import_events2.once)(J, "drain"); + J.end(), await (0, import_events2.once)(J, "finish"); + } catch (Y) { + throw J.destroy(), Y; + } +} +var _8 = 200; +function Lg($) { + return Math.abs(jH($)).toString(36); +} +function F0($) { + let Q = $.replace(/[^a-zA-Z0-9]/g, "-"); + if (Q.length <= _8) return Q; + return `${Q.slice(0, _8)}-${Lg($)}`; +} +var AX = Buffer.from('{"type":"attribution-snapshot"'); +var Pg = Buffer.from('{"type":"system"'); +var nQ = 10; +var Eg = Buffer.from([nQ]); +function CH($, Q) { + let J = 0; + for (let Y of $) J += +!!Q(Y); + return J; +} +function bX($) { + return [...new Set($)]; +} +function Uh() { + return "prod"; +} +var Hh = "user:inference"; +var nZ = "user:profile"; +var Kh = "org:create_api_key"; +var qh = [Kh, nZ]; +var Vh = [nZ, Hh, "user:sessions:claude_code", "user:mcp_servers", "user:file_upload", ...[]]; +var GH$ = bX([...qh, ...Vh]); +var iZ = { BASE_API_URL: "https://api.anthropic.com", CONSOLE_AUTHORIZE_URL: "https://platform.claude.com/oauth/authorize", CLAUDE_AI_AUTHORIZE_URL: "https://claude.com/cai/oauth/authorize", CLAUDE_AI_ORIGIN: "https://claude.ai", TOKEN_URL: "https://platform.claude.com/v1/oauth/token", API_KEY_URL: "https://api.anthropic.com/api/oauth/claude_cli/create_api_key", ROLES_URL: "https://api.anthropic.com/api/oauth/claude_cli/roles", CONSOLE_SUCCESS_URL: "https://platform.claude.com/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code", CLAUDEAI_SUCCESS_URL: "https://platform.claude.com/oauth/code/success?app=claude-code", MANUAL_REDIRECT_URL: "https://platform.claude.com/oauth/code/callback", CLIENT_ID: "9d1c250a-e61b-44d9-88ed-5944d1962f5e", OAUTH_FILE_SUFFIX: "", MCP_PROXY_URL: "https://mcp-proxy.anthropic.com", MCP_PROXY_PATH: "/v1/mcp/{server_id}" }; +var Bh = void 0; +function zh() { + var _a5, _b3, _c2, _d, _e2, _f2; + let $ = (_b3 = (_a5 = process.env.CLAUDE_LOCAL_OAUTH_API_BASE) == null ? void 0 : _a5.replace(/\/$/, "")) != null ? _b3 : "http://localhost:8000", Q = (_d = (_c2 = process.env.CLAUDE_LOCAL_OAUTH_APPS_BASE) == null ? void 0 : _c2.replace(/\/$/, "")) != null ? _d : "http://localhost:4000", J = (_f2 = (_e2 = process.env.CLAUDE_LOCAL_OAUTH_CONSOLE_BASE) == null ? void 0 : _e2.replace(/\/$/, "")) != null ? _f2 : "http://localhost:3000"; + return { BASE_API_URL: $, CONSOLE_AUTHORIZE_URL: `${J}/oauth/authorize`, CLAUDE_AI_AUTHORIZE_URL: `${Q}/oauth/authorize`, CLAUDE_AI_ORIGIN: Q, TOKEN_URL: `${$}/v1/oauth/token`, API_KEY_URL: `${$}/api/oauth/claude_cli/create_api_key`, ROLES_URL: `${$}/api/oauth/claude_cli/roles`, CONSOLE_SUCCESS_URL: `${J}/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code`, CLAUDEAI_SUCCESS_URL: `${J}/oauth/code/success?app=claude-code`, MANUAL_REDIRECT_URL: `${J}/oauth/code/callback`, CLIENT_ID: "22422756-60c9-4084-8eb7-27705fd5cf9a", OAUTH_FILE_SUFFIX: "-local-oauth", MCP_PROXY_URL: "http://localhost:8205", MCP_PROXY_PATH: "/v1/toolbox/shttp/mcp/{server_id}" }; +} +var Nh = ["https://beacon.claude-ai.staging.ant.dev", "https://claude.fedstart.com", "https://claude-staging.fedstart.com"]; +function rZ() { + let $ = (() => { + switch (Uh()) { + case "local": + return zh(); + case "staging": + return Bh != null ? Bh : iZ; + case "prod": + return iZ; + } + })(), Q = process.env.CLAUDE_CODE_CUSTOM_OAUTH_URL; + if (Q) { + let Y = Q.replace(/\/$/, ""); + if (!Nh.includes(Y)) throw Error("CLAUDE_CODE_CUSTOM_OAUTH_URL is not an approved endpoint."); + $ = { ...$, BASE_API_URL: Y, CONSOLE_AUTHORIZE_URL: `${Y}/oauth/authorize`, CLAUDE_AI_AUTHORIZE_URL: `${Y}/oauth/authorize`, CLAUDE_AI_ORIGIN: Y, TOKEN_URL: `${Y}/v1/oauth/token`, API_KEY_URL: `${Y}/api/oauth/claude_cli/create_api_key`, ROLES_URL: `${Y}/api/oauth/claude_cli/roles`, CONSOLE_SUCCESS_URL: `${Y}/oauth/code/success?app=claude-code`, CLAUDEAI_SUCCESS_URL: `${Y}/oauth/code/success?app=claude-code`, MANUAL_REDIRECT_URL: `${Y}/oauth/code/callback`, OAUTH_FILE_SUFFIX: "-custom-oauth" }; + } + let J = process.env.CLAUDE_CODE_OAUTH_CLIENT_ID; + if (J) $ = { ...$, CLIENT_ID: J }; + return $; +} +var oZ = "-credentials"; +function tZ($ = "") { + let Q = process.env.CLAUDE_SECURESTORAGE_CONFIG_DIR, J = Q !== void 0 ? !Q : !process.env.CLAUDE_CONFIG_DIR, Y = Q !== void 0 ? Q.normalize("NFC") : p6(), X = J ? "" : `-${(0, import_crypto6.createHash)("sha256").update(Y).digest("hex").substring(0, 8)}`; + return `Claude Code${rZ().OAUTH_FILE_SUFFIX}${$}${X}`; +} +var Dh = /^[a-zA-Z0-9._-]+$/; +function aZ() { + if (process.platform === "win32") return "claude-code-user"; + let $; + try { + $ = process.env.USER || (0, import_os3.userInfo)().username; + } catch (e2) { + $ = "claude-code-user"; + } + if (!Dh.test($)) return "claude-code-user"; + return $; +} +var U$; +(function($) { + $.assertEqual = (X) => { + }; + function Q(X) { + } + $.assertIs = Q; + function J(X) { + throw Error(); + } + $.assertNever = J, $.arrayToEnum = (X) => { + let W = {}; + for (let G of X) W[G] = G; + return W; + }, $.getValidEnumValues = (X) => { + let W = $.objectKeys(X).filter((U) => typeof X[X[U]] !== "number"), G = {}; + for (let U of W) G[U] = X[U]; + return $.objectValues(G); + }, $.objectValues = (X) => { + return $.objectKeys(X).map(function(W) { + return X[W]; + }); + }, $.objectKeys = typeof Object.keys === "function" ? (X) => Object.keys(X) : (X) => { + let W = []; + for (let G in X) if (Object.prototype.hasOwnProperty.call(X, G)) W.push(G); + return W; + }, $.find = (X, W) => { + for (let G of X) if (W(G)) return G; + return; + }, $.isInteger = typeof Number.isInteger === "function" ? (X) => Number.isInteger(X) : (X) => typeof X === "number" && Number.isFinite(X) && Math.floor(X) === X; + function Y(X, W = " | ") { + return X.map((G) => typeof G === "string" ? `'${G}'` : G).join(W); + } + $.joinValues = Y, $.jsonStringifyReplacer = (X, W) => { + if (typeof W === "bigint") return W.toString(); + return W; + }; +})(U$ || (U$ = {})); +var sZ; +(function($) { + $.mergeShapes = (Q, J) => { + return { ...Q, ...J }; + }; +})(sZ || (sZ = {})); +var C = U$.arrayToEnum(["string", "nan", "number", "integer", "float", "boolean", "date", "bigint", "symbol", "function", "undefined", "null", "array", "object", "unknown", "promise", "void", "never", "map", "set"]); +var l4 = ($) => { + switch (typeof $) { + case "undefined": + return C.undefined; + case "string": + return C.string; + case "number": + return Number.isNaN($) ? C.nan : C.number; + case "boolean": + return C.boolean; + case "function": + return C.function; + case "bigint": + return C.bigint; + case "symbol": + return C.symbol; + case "object": + if (Array.isArray($)) return C.array; + if ($ === null) return C.null; + if ($.then && typeof $.then === "function" && $.catch && typeof $.catch === "function") return C.promise; + if (typeof Map < "u" && $ instanceof Map) return C.map; + if (typeof Set < "u" && $ instanceof Set) return C.set; + if (typeof Date < "u" && $ instanceof Date) return C.date; + return C.object; + default: + return C.unknown; + } +}; +var E = U$.arrayToEnum(["invalid_type", "invalid_literal", "custom", "invalid_union", "invalid_union_discriminator", "invalid_enum_value", "unrecognized_keys", "invalid_arguments", "invalid_return_type", "invalid_date", "invalid_string", "too_small", "too_big", "invalid_intersection_types", "not_multiple_of", "not_finite"]); +var f6 = class _f6 extends Error { + get errors() { + return this.issues; + } + constructor($) { + super(); + this.issues = [], this.addIssue = (J) => { + this.issues = [...this.issues, J]; + }, this.addIssues = (J = []) => { + this.issues = [...this.issues, ...J]; + }; + let Q = new.target.prototype; + if (Object.setPrototypeOf) Object.setPrototypeOf(this, Q); + else this.__proto__ = Q; + this.name = "ZodError", this.issues = $; + } + format($) { + let Q = $ || function(X) { + return X.message; + }, J = { _errors: [] }, Y = (X) => { + for (let W of X.issues) if (W.code === "invalid_union") W.unionErrors.map(Y); + else if (W.code === "invalid_return_type") Y(W.returnTypeError); + else if (W.code === "invalid_arguments") Y(W.argumentsError); + else if (W.path.length === 0) J._errors.push(Q(W)); + else { + let G = J, U = 0; + while (U < W.path.length) { + let H = W.path[U]; + if (U !== W.path.length - 1) G[H] = G[H] || { _errors: [] }; + else G[H] = G[H] || { _errors: [] }, G[H]._errors.push(Q(W)); + G = G[H], U++; + } + } + }; + return Y(this), J; + } + static assert($) { + if (!($ instanceof _f6)) throw Error(`Not a ZodError: ${$}`); + } + toString() { + return this.message; + } + get message() { + return JSON.stringify(this.issues, U$.jsonStringifyReplacer, 2); + } + get isEmpty() { + return this.issues.length === 0; + } + flatten($ = (Q) => Q.message) { + let Q = {}, J = []; + for (let Y of this.issues) if (Y.path.length > 0) { + let X = Y.path[0]; + Q[X] = Q[X] || [], Q[X].push($(Y)); + } else J.push($(Y)); + return { formErrors: J, fieldErrors: Q }; + } + get formErrors() { + return this.flatten(); + } +}; +f6.create = ($) => { + return new f6($); +}; +var Fh = ($, Q) => { + let J; + switch ($.code) { + case E.invalid_type: + if ($.received === C.undefined) J = "Required"; + else J = `Expected ${$.expected}, received ${$.received}`; + break; + case E.invalid_literal: + J = `Invalid literal value, expected ${JSON.stringify($.expected, U$.jsonStringifyReplacer)}`; + break; + case E.unrecognized_keys: + J = `Unrecognized key(s) in object: ${U$.joinValues($.keys, ", ")}`; + break; + case E.invalid_union: + J = "Invalid input"; + break; + case E.invalid_union_discriminator: + J = `Invalid discriminator value. Expected ${U$.joinValues($.options)}`; + break; + case E.invalid_enum_value: + J = `Invalid enum value. Expected ${U$.joinValues($.options)}, received '${$.received}'`; + break; + case E.invalid_arguments: + J = "Invalid function arguments"; + break; + case E.invalid_return_type: + J = "Invalid function return type"; + break; + case E.invalid_date: + J = "Invalid date"; + break; + case E.invalid_string: + if (typeof $.validation === "object") if ("includes" in $.validation) { + if (J = `Invalid input: must include "${$.validation.includes}"`, typeof $.validation.position === "number") J = `${J} at one or more positions greater than or equal to ${$.validation.position}`; + } else if ("startsWith" in $.validation) J = `Invalid input: must start with "${$.validation.startsWith}"`; + else if ("endsWith" in $.validation) J = `Invalid input: must end with "${$.validation.endsWith}"`; + else U$.assertNever($.validation); + else if ($.validation !== "regex") J = `Invalid ${$.validation}`; + else J = "Invalid"; + break; + case E.too_small: + if ($.type === "array") J = `Array must contain ${$.exact ? "exactly" : $.inclusive ? "at least" : "more than"} ${$.minimum} element(s)`; + else if ($.type === "string") J = `String must contain ${$.exact ? "exactly" : $.inclusive ? "at least" : "over"} ${$.minimum} character(s)`; + else if ($.type === "number") J = `Number must be ${$.exact ? "exactly equal to " : $.inclusive ? "greater than or equal to " : "greater than "}${$.minimum}`; + else if ($.type === "bigint") J = `Number must be ${$.exact ? "exactly equal to " : $.inclusive ? "greater than or equal to " : "greater than "}${$.minimum}`; + else if ($.type === "date") J = `Date must be ${$.exact ? "exactly equal to " : $.inclusive ? "greater than or equal to " : "greater than "}${new Date(Number($.minimum))}`; + else J = "Invalid input"; + break; + case E.too_big: + if ($.type === "array") J = `Array must contain ${$.exact ? "exactly" : $.inclusive ? "at most" : "less than"} ${$.maximum} element(s)`; + else if ($.type === "string") J = `String must contain ${$.exact ? "exactly" : $.inclusive ? "at most" : "under"} ${$.maximum} character(s)`; + else if ($.type === "number") J = `Number must be ${$.exact ? "exactly" : $.inclusive ? "less than or equal to" : "less than"} ${$.maximum}`; + else if ($.type === "bigint") J = `BigInt must be ${$.exact ? "exactly" : $.inclusive ? "less than or equal to" : "less than"} ${$.maximum}`; + else if ($.type === "date") J = `Date must be ${$.exact ? "exactly" : $.inclusive ? "smaller than or equal to" : "smaller than"} ${new Date(Number($.maximum))}`; + else J = "Invalid input"; + break; + case E.custom: + J = "Invalid input"; + break; + case E.invalid_intersection_types: + J = "Intersection results could not be merged"; + break; + case E.not_multiple_of: + J = `Number must be a multiple of ${$.multipleOf}`; + break; + case E.not_finite: + J = "Number must be finite"; + break; + default: + J = Q.defaultError, U$.assertNever($); + } + return { message: J }; +}; +var j1 = Fh; +var Zh = j1; +function tQ() { + return Zh; +} +var _X2 = ($) => { + let { data: Q, path: J, errorMaps: Y, issueData: X } = $, W = [...J, ...X.path || []], G = { ...X, path: W }; + if (X.message !== void 0) return { ...X, path: W, message: X.message }; + let U = "", H = Y.filter((q) => !!q).slice().reverse(); + for (let q of H) U = q(G, { data: Q, defaultError: U }).message; + return { ...X, path: W, message: U }; +}; +function f($, Q) { + let J = tQ(), Y = _X2({ issueData: Q, data: $.data, path: $.path, errorMaps: [$.common.contextualErrorMap, $.schemaErrorMap, J, J === j1 ? void 0 : j1].filter((X) => !!X) }); + $.common.issues.push(Y); +} +var U6 = class _U6 { + constructor() { + this.value = "valid"; + } + dirty() { + if (this.value === "valid") this.value = "dirty"; + } + abort() { + if (this.value !== "aborted") this.value = "aborted"; + } + static mergeArray($, Q) { + let J = []; + for (let Y of Q) { + if (Y.status === "aborted") return n; + if (Y.status === "dirty") $.dirty(); + J.push(Y.value); + } + return { status: $.value, value: J }; + } + static async mergeObjectAsync($, Q) { + let J = []; + for (let Y of Q) { + let X = await Y.key, W = await Y.value; + J.push({ key: X, value: W }); + } + return _U6.mergeObjectSync($, J); + } + static mergeObjectSync($, Q) { + let J = {}; + for (let Y of Q) { + let { key: X, value: W } = Y; + if (X.status === "aborted") return n; + if (W.status === "aborted") return n; + if (X.status === "dirty") $.dirty(); + if (W.status === "dirty") $.dirty(); + if (X.value !== "__proto__" && (typeof W.value < "u" || Y.alwaysSet)) J[X.value] = W.value; + } + return { status: $.value, value: J }; + } +}; +var n = Object.freeze({ status: "aborted" }); +var v8 = ($) => ({ status: "dirty", value: $ }); +var z6 = ($) => ({ status: "valid", value: $ }); +var TH = ($) => $.status === "aborted"; +var xH = ($) => $.status === "dirty"; +var Z0 = ($) => $.status === "valid"; +var aQ = ($) => typeof Promise < "u" && $ instanceof Promise; +var m; +(function($) { + $.errToObj = (Q) => typeof Q === "string" ? { message: Q } : Q || {}, $.toString = (Q) => typeof Q === "string" ? Q : Q == null ? void 0 : Q.message; +})(m || (m = {})); +var H4 = class { + constructor($, Q, J, Y) { + this._cachedPath = [], this.parent = $, this.data = Q, this._path = J, this._key = Y; + } + get path() { + if (!this._cachedPath.length) if (Array.isArray(this._key)) this._cachedPath.push(...this._path, ...this._key); + else this._cachedPath.push(...this._path, this._key); + return this._cachedPath; + } +}; +var eZ = ($, Q) => { + if (Z0(Q)) return { success: true, data: Q.value }; + else { + if (!$.common.issues.length) throw Error("Validation failed but no issues detected."); + return { success: false, get error() { + if (this._error) return this._error; + let J = new f6($.common.issues); + return this._error = J, this._error; + } }; + } +}; +function e($) { + if (!$) return {}; + let { errorMap: Q, invalid_type_error: J, required_error: Y, description: X } = $; + if (Q && (J || Y)) throw Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`); + if (Q) return { errorMap: Q, description: X }; + return { errorMap: (G, U) => { + var _a5, _b3; + let { message: H } = $; + if (G.code === "invalid_enum_value") return { message: H != null ? H : U.defaultError }; + if (typeof U.data > "u") return { message: (_a5 = H != null ? H : Y) != null ? _a5 : U.defaultError }; + if (G.code !== "invalid_type") return { message: U.defaultError }; + return { message: (_b3 = H != null ? H : J) != null ? _b3 : U.defaultError }; + }, description: X }; +} +var Y$ = class { + get description() { + return this._def.description; + } + _getType($) { + return l4($.data); + } + _getOrReturnCtx($, Q) { + return Q || { common: $.parent.common, data: $.data, parsedType: l4($.data), schemaErrorMap: this._def.errorMap, path: $.path, parent: $.parent }; + } + _processInputParams($) { + return { status: new U6(), ctx: { common: $.parent.common, data: $.data, parsedType: l4($.data), schemaErrorMap: this._def.errorMap, path: $.path, parent: $.parent } }; + } + _parseSync($) { + let Q = this._parse($); + if (aQ(Q)) throw Error("Synchronous parse encountered promise."); + return Q; + } + _parseAsync($) { + let Q = this._parse($); + return Promise.resolve(Q); + } + parse($, Q) { + let J = this.safeParse($, Q); + if (J.success) return J.data; + throw J.error; + } + safeParse($, Q) { + var _a5; + let J = { common: { issues: [], async: (_a5 = Q == null ? void 0 : Q.async) != null ? _a5 : false, contextualErrorMap: Q == null ? void 0 : Q.errorMap }, path: (Q == null ? void 0 : Q.path) || [], schemaErrorMap: this._def.errorMap, parent: null, data: $, parsedType: l4($) }, Y = this._parseSync({ data: $, path: J.path, parent: J }); + return eZ(J, Y); + } + "~validate"($) { + var _a5, _b3; + let Q = { common: { issues: [], async: !!this["~standard"].async }, path: [], schemaErrorMap: this._def.errorMap, parent: null, data: $, parsedType: l4($) }; + if (!this["~standard"].async) try { + let J = this._parseSync({ data: $, path: [], parent: Q }); + return Z0(J) ? { value: J.value } : { issues: Q.common.issues }; + } catch (J) { + if ((_b3 = (_a5 = J == null ? void 0 : J.message) == null ? void 0 : _a5.toLowerCase()) == null ? void 0 : _b3.includes("encountered")) this["~standard"].async = true; + Q.common = { issues: [], async: true }; + } + return this._parseAsync({ data: $, path: [], parent: Q }).then((J) => Z0(J) ? { value: J.value } : { issues: Q.common.issues }); + } + async parseAsync($, Q) { + let J = await this.safeParseAsync($, Q); + if (J.success) return J.data; + throw J.error; + } + async safeParseAsync($, Q) { + let J = { common: { issues: [], contextualErrorMap: Q == null ? void 0 : Q.errorMap, async: true }, path: (Q == null ? void 0 : Q.path) || [], schemaErrorMap: this._def.errorMap, parent: null, data: $, parsedType: l4($) }, Y = this._parse({ data: $, path: J.path, parent: J }), X = await (aQ(Y) ? Y : Promise.resolve(Y)); + return eZ(J, X); + } + refine($, Q) { + let J = (Y) => { + if (typeof Q === "string" || typeof Q > "u") return { message: Q }; + else if (typeof Q === "function") return Q(Y); + else return Q; + }; + return this._refinement((Y, X) => { + let W = $(Y), G = () => X.addIssue({ code: E.custom, ...J(Y) }); + if (typeof Promise < "u" && W instanceof Promise) return W.then((U) => { + if (!U) return G(), false; + else return true; + }); + if (!W) return G(), false; + else return true; + }); + } + refinement($, Q) { + return this._refinement((J, Y) => { + if (!$(J)) return Y.addIssue(typeof Q === "function" ? Q(J, Y) : Q), false; + else return true; + }); + } + _refinement($) { + return new P4({ schema: this, typeName: _.ZodEffects, effect: { type: "refinement", refinement: $ } }); + } + superRefine($) { + return this._refinement($); + } + constructor($) { + this.spa = this.safeParseAsync, this._def = $, this.parse = this.parse.bind(this), this.safeParse = this.safeParse.bind(this), this.parseAsync = this.parseAsync.bind(this), this.safeParseAsync = this.safeParseAsync.bind(this), this.spa = this.spa.bind(this), this.refine = this.refine.bind(this), this.refinement = this.refinement.bind(this), this.superRefine = this.superRefine.bind(this), this.optional = this.optional.bind(this), this.nullable = this.nullable.bind(this), this.nullish = this.nullish.bind(this), this.array = this.array.bind(this), this.promise = this.promise.bind(this), this.or = this.or.bind(this), this.and = this.and.bind(this), this.transform = this.transform.bind(this), this.brand = this.brand.bind(this), this.default = this.default.bind(this), this.catch = this.catch.bind(this), this.describe = this.describe.bind(this), this.pipe = this.pipe.bind(this), this.readonly = this.readonly.bind(this), this.isNullable = this.isNullable.bind(this), this.isOptional = this.isOptional.bind(this), this["~standard"] = { version: 1, vendor: "zod", validate: (Q) => this["~validate"](Q) }; + } + optional() { + return o6.create(this, this._def); + } + nullable() { + return A1.create(this, this._def); + } + nullish() { + return this.nullable().optional(); + } + array() { + return R4.create(this); + } + promise() { + return f8.create(this, this._def); + } + or($) { + return J7.create([this, $], this._def); + } + and($) { + return X7.create(this, $, this._def); + } + transform($) { + return new P4({ ...e(this._def), schema: this, typeName: _.ZodEffects, effect: { type: "transform", transform: $ } }); + } + default($) { + let Q = typeof $ === "function" ? $ : () => $; + return new U7({ ...e(this._def), innerType: this, defaultValue: Q, typeName: _.ZodDefault }); + } + brand() { + return new hH({ typeName: _.ZodBranded, type: this, ...e(this._def) }); + } + catch($) { + let Q = typeof $ === "function" ? $ : () => $; + return new H7({ ...e(this._def), innerType: this, catchValue: Q, typeName: _.ZodCatch }); + } + describe($) { + return new this.constructor({ ...this._def, description: $ }); + } + pipe($) { + return fX.create(this, $); + } + readonly() { + return K7.create(this); + } + isOptional() { + return this.safeParse(void 0).success; + } + isNullable() { + return this.safeParse(null).success; + } +}; +var Mh = /^c[^\s-]{8,}$/i; +var Lh = /^[0-9a-z]+$/; +var jh = /^[0-9A-HJKMNP-TV-Z]{26}$/i; +var Ah = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i; +var Ih = /^[a-z0-9_-]{21}$/i; +var Rh = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/; +var Ph = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/; +var Eh = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i; +var bh = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$"; +var yH; +var _h = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/; +var kh = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/; +var Sh = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/; +var vh = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/; +var Ch = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/; +var Th = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/; +var $M = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))"; +var xh = new RegExp(`^${$M}$`); +function QM($) { + let Q = "[0-5]\\d"; + if ($.precision) Q = `${Q}\\.\\d{${$.precision}}`; + else if ($.precision == null) Q = `${Q}(\\.\\d+)?`; + let J = $.precision ? "+" : "?"; + return `([01]\\d|2[0-3]):[0-5]\\d(:${Q})${J}`; +} +function yh($) { + return new RegExp(`^${QM($)}$`); +} +function fh($) { + let Q = `${$M}T${QM($)}`, J = []; + if (J.push($.local ? "Z?" : "Z"), $.offset) J.push("([+-]\\d{2}:?\\d{2})"); + return Q = `${Q}(${J.join("|")})`, new RegExp(`^${Q}$`); +} +function gh($, Q) { + if ((Q === "v4" || !Q) && _h.test($)) return true; + if ((Q === "v6" || !Q) && Sh.test($)) return true; + return false; +} +function hh($, Q) { + if (!Rh.test($)) return false; + try { + let [J] = $.split("."); + if (!J) return false; + let Y = J.replace(/-/g, "+").replace(/_/g, "/").padEnd(J.length + (4 - J.length % 4) % 4, "="), X = JSON.parse(atob(Y)); + if (typeof X !== "object" || X === null) return false; + if ("typ" in X && (X == null ? void 0 : X.typ) !== "JWT") return false; + if (!X.alg) return false; + if (Q && X.alg !== Q) return false; + return true; + } catch (e2) { + return false; + } +} +function uh($, Q) { + if ((Q === "v4" || !Q) && kh.test($)) return true; + if ((Q === "v6" || !Q) && vh.test($)) return true; + return false; +} +var p4 = class _p4 extends Y$ { + _parse($) { + if (this._def.coerce) $.data = String($.data); + if (this._getType($) !== C.string) { + let X = this._getOrReturnCtx($); + return f(X, { code: E.invalid_type, expected: C.string, received: X.parsedType }), n; + } + let J = new U6(), Y = void 0; + for (let X of this._def.checks) if (X.kind === "min") { + if ($.data.length < X.value) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.too_small, minimum: X.value, type: "string", inclusive: true, exact: false, message: X.message }), J.dirty(); + } else if (X.kind === "max") { + if ($.data.length > X.value) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.too_big, maximum: X.value, type: "string", inclusive: true, exact: false, message: X.message }), J.dirty(); + } else if (X.kind === "length") { + let W = $.data.length > X.value, G = $.data.length < X.value; + if (W || G) { + if (Y = this._getOrReturnCtx($, Y), W) f(Y, { code: E.too_big, maximum: X.value, type: "string", inclusive: true, exact: true, message: X.message }); + else if (G) f(Y, { code: E.too_small, minimum: X.value, type: "string", inclusive: true, exact: true, message: X.message }); + J.dirty(); + } + } else if (X.kind === "email") { + if (!Eh.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "email", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "emoji") { + if (!yH) yH = new RegExp(bh, "u"); + if (!yH.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "emoji", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "uuid") { + if (!Ah.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "uuid", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "nanoid") { + if (!Ih.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "nanoid", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "cuid") { + if (!Mh.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "cuid", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "cuid2") { + if (!Lh.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "cuid2", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "ulid") { + if (!jh.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "ulid", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "url") try { + new URL($.data); + } catch (e2) { + Y = this._getOrReturnCtx($, Y), f(Y, { validation: "url", code: E.invalid_string, message: X.message }), J.dirty(); + } + else if (X.kind === "regex") { + if (X.regex.lastIndex = 0, !X.regex.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "regex", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "trim") $.data = $.data.trim(); + else if (X.kind === "includes") { + if (!$.data.includes(X.value, X.position)) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.invalid_string, validation: { includes: X.value, position: X.position }, message: X.message }), J.dirty(); + } else if (X.kind === "toLowerCase") $.data = $.data.toLowerCase(); + else if (X.kind === "toUpperCase") $.data = $.data.toUpperCase(); + else if (X.kind === "startsWith") { + if (!$.data.startsWith(X.value)) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.invalid_string, validation: { startsWith: X.value }, message: X.message }), J.dirty(); + } else if (X.kind === "endsWith") { + if (!$.data.endsWith(X.value)) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.invalid_string, validation: { endsWith: X.value }, message: X.message }), J.dirty(); + } else if (X.kind === "datetime") { + if (!fh(X).test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.invalid_string, validation: "datetime", message: X.message }), J.dirty(); + } else if (X.kind === "date") { + if (!xh.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.invalid_string, validation: "date", message: X.message }), J.dirty(); + } else if (X.kind === "time") { + if (!yh(X).test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.invalid_string, validation: "time", message: X.message }), J.dirty(); + } else if (X.kind === "duration") { + if (!Ph.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "duration", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "ip") { + if (!gh($.data, X.version)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "ip", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "jwt") { + if (!hh($.data, X.alg)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "jwt", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "cidr") { + if (!uh($.data, X.version)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "cidr", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "base64") { + if (!Ch.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "base64", code: E.invalid_string, message: X.message }), J.dirty(); + } else if (X.kind === "base64url") { + if (!Th.test($.data)) Y = this._getOrReturnCtx($, Y), f(Y, { validation: "base64url", code: E.invalid_string, message: X.message }), J.dirty(); + } else U$.assertNever(X); + return { status: J.value, value: $.data }; + } + _regex($, Q, J) { + return this.refinement((Y) => $.test(Y), { validation: Q, code: E.invalid_string, ...m.errToObj(J) }); + } + _addCheck($) { + return new _p4({ ...this._def, checks: [...this._def.checks, $] }); + } + email($) { + return this._addCheck({ kind: "email", ...m.errToObj($) }); + } + url($) { + return this._addCheck({ kind: "url", ...m.errToObj($) }); + } + emoji($) { + return this._addCheck({ kind: "emoji", ...m.errToObj($) }); + } + uuid($) { + return this._addCheck({ kind: "uuid", ...m.errToObj($) }); + } + nanoid($) { + return this._addCheck({ kind: "nanoid", ...m.errToObj($) }); + } + cuid($) { + return this._addCheck({ kind: "cuid", ...m.errToObj($) }); + } + cuid2($) { + return this._addCheck({ kind: "cuid2", ...m.errToObj($) }); + } + ulid($) { + return this._addCheck({ kind: "ulid", ...m.errToObj($) }); + } + base64($) { + return this._addCheck({ kind: "base64", ...m.errToObj($) }); + } + base64url($) { + return this._addCheck({ kind: "base64url", ...m.errToObj($) }); + } + jwt($) { + return this._addCheck({ kind: "jwt", ...m.errToObj($) }); + } + ip($) { + return this._addCheck({ kind: "ip", ...m.errToObj($) }); + } + cidr($) { + return this._addCheck({ kind: "cidr", ...m.errToObj($) }); + } + datetime($) { + var _a5, _b3; + if (typeof $ === "string") return this._addCheck({ kind: "datetime", precision: null, offset: false, local: false, message: $ }); + return this._addCheck({ kind: "datetime", precision: typeof ($ == null ? void 0 : $.precision) > "u" ? null : $ == null ? void 0 : $.precision, offset: (_a5 = $ == null ? void 0 : $.offset) != null ? _a5 : false, local: (_b3 = $ == null ? void 0 : $.local) != null ? _b3 : false, ...m.errToObj($ == null ? void 0 : $.message) }); + } + date($) { + return this._addCheck({ kind: "date", message: $ }); + } + time($) { + if (typeof $ === "string") return this._addCheck({ kind: "time", precision: null, message: $ }); + return this._addCheck({ kind: "time", precision: typeof ($ == null ? void 0 : $.precision) > "u" ? null : $ == null ? void 0 : $.precision, ...m.errToObj($ == null ? void 0 : $.message) }); + } + duration($) { + return this._addCheck({ kind: "duration", ...m.errToObj($) }); + } + regex($, Q) { + return this._addCheck({ kind: "regex", regex: $, ...m.errToObj(Q) }); + } + includes($, Q) { + return this._addCheck({ kind: "includes", value: $, position: Q == null ? void 0 : Q.position, ...m.errToObj(Q == null ? void 0 : Q.message) }); + } + startsWith($, Q) { + return this._addCheck({ kind: "startsWith", value: $, ...m.errToObj(Q) }); + } + endsWith($, Q) { + return this._addCheck({ kind: "endsWith", value: $, ...m.errToObj(Q) }); + } + min($, Q) { + return this._addCheck({ kind: "min", value: $, ...m.errToObj(Q) }); + } + max($, Q) { + return this._addCheck({ kind: "max", value: $, ...m.errToObj(Q) }); + } + length($, Q) { + return this._addCheck({ kind: "length", value: $, ...m.errToObj(Q) }); + } + nonempty($) { + return this.min(1, m.errToObj($)); + } + trim() { + return new _p4({ ...this._def, checks: [...this._def.checks, { kind: "trim" }] }); + } + toLowerCase() { + return new _p4({ ...this._def, checks: [...this._def.checks, { kind: "toLowerCase" }] }); + } + toUpperCase() { + return new _p4({ ...this._def, checks: [...this._def.checks, { kind: "toUpperCase" }] }); + } + get isDatetime() { + return !!this._def.checks.find(($) => $.kind === "datetime"); + } + get isDate() { + return !!this._def.checks.find(($) => $.kind === "date"); + } + get isTime() { + return !!this._def.checks.find(($) => $.kind === "time"); + } + get isDuration() { + return !!this._def.checks.find(($) => $.kind === "duration"); + } + get isEmail() { + return !!this._def.checks.find(($) => $.kind === "email"); + } + get isURL() { + return !!this._def.checks.find(($) => $.kind === "url"); + } + get isEmoji() { + return !!this._def.checks.find(($) => $.kind === "emoji"); + } + get isUUID() { + return !!this._def.checks.find(($) => $.kind === "uuid"); + } + get isNANOID() { + return !!this._def.checks.find(($) => $.kind === "nanoid"); + } + get isCUID() { + return !!this._def.checks.find(($) => $.kind === "cuid"); + } + get isCUID2() { + return !!this._def.checks.find(($) => $.kind === "cuid2"); + } + get isULID() { + return !!this._def.checks.find(($) => $.kind === "ulid"); + } + get isIP() { + return !!this._def.checks.find(($) => $.kind === "ip"); + } + get isCIDR() { + return !!this._def.checks.find(($) => $.kind === "cidr"); + } + get isBase64() { + return !!this._def.checks.find(($) => $.kind === "base64"); + } + get isBase64url() { + return !!this._def.checks.find(($) => $.kind === "base64url"); + } + get minLength() { + let $ = null; + for (let Q of this._def.checks) if (Q.kind === "min") { + if ($ === null || Q.value > $) $ = Q.value; + } + return $; + } + get maxLength() { + let $ = null; + for (let Q of this._def.checks) if (Q.kind === "max") { + if ($ === null || Q.value < $) $ = Q.value; + } + return $; + } +}; +p4.create = ($) => { + var _a5; + return new p4({ checks: [], typeName: _.ZodString, coerce: (_a5 = $ == null ? void 0 : $.coerce) != null ? _a5 : false, ...e($) }); +}; +function mh($, Q) { + let J = ($.toString().split(".")[1] || "").length, Y = (Q.toString().split(".")[1] || "").length, X = J > Y ? J : Y, W = Number.parseInt($.toFixed(X).replace(".", "")), G = Number.parseInt(Q.toFixed(X).replace(".", "")); + return W % G / 10 ** X; +} +var T8 = class _T8 extends Y$ { + constructor() { + super(...arguments); + this.min = this.gte, this.max = this.lte, this.step = this.multipleOf; + } + _parse($) { + if (this._def.coerce) $.data = Number($.data); + if (this._getType($) !== C.number) { + let X = this._getOrReturnCtx($); + return f(X, { code: E.invalid_type, expected: C.number, received: X.parsedType }), n; + } + let J = void 0, Y = new U6(); + for (let X of this._def.checks) if (X.kind === "int") { + if (!U$.isInteger($.data)) J = this._getOrReturnCtx($, J), f(J, { code: E.invalid_type, expected: "integer", received: "float", message: X.message }), Y.dirty(); + } else if (X.kind === "min") { + if (X.inclusive ? $.data < X.value : $.data <= X.value) J = this._getOrReturnCtx($, J), f(J, { code: E.too_small, minimum: X.value, type: "number", inclusive: X.inclusive, exact: false, message: X.message }), Y.dirty(); + } else if (X.kind === "max") { + if (X.inclusive ? $.data > X.value : $.data >= X.value) J = this._getOrReturnCtx($, J), f(J, { code: E.too_big, maximum: X.value, type: "number", inclusive: X.inclusive, exact: false, message: X.message }), Y.dirty(); + } else if (X.kind === "multipleOf") { + if (mh($.data, X.value) !== 0) J = this._getOrReturnCtx($, J), f(J, { code: E.not_multiple_of, multipleOf: X.value, message: X.message }), Y.dirty(); + } else if (X.kind === "finite") { + if (!Number.isFinite($.data)) J = this._getOrReturnCtx($, J), f(J, { code: E.not_finite, message: X.message }), Y.dirty(); + } else U$.assertNever(X); + return { status: Y.value, value: $.data }; + } + gte($, Q) { + return this.setLimit("min", $, true, m.toString(Q)); + } + gt($, Q) { + return this.setLimit("min", $, false, m.toString(Q)); + } + lte($, Q) { + return this.setLimit("max", $, true, m.toString(Q)); + } + lt($, Q) { + return this.setLimit("max", $, false, m.toString(Q)); + } + setLimit($, Q, J, Y) { + return new _T8({ ...this._def, checks: [...this._def.checks, { kind: $, value: Q, inclusive: J, message: m.toString(Y) }] }); + } + _addCheck($) { + return new _T8({ ...this._def, checks: [...this._def.checks, $] }); + } + int($) { + return this._addCheck({ kind: "int", message: m.toString($) }); + } + positive($) { + return this._addCheck({ kind: "min", value: 0, inclusive: false, message: m.toString($) }); + } + negative($) { + return this._addCheck({ kind: "max", value: 0, inclusive: false, message: m.toString($) }); + } + nonpositive($) { + return this._addCheck({ kind: "max", value: 0, inclusive: true, message: m.toString($) }); + } + nonnegative($) { + return this._addCheck({ kind: "min", value: 0, inclusive: true, message: m.toString($) }); + } + multipleOf($, Q) { + return this._addCheck({ kind: "multipleOf", value: $, message: m.toString(Q) }); + } + finite($) { + return this._addCheck({ kind: "finite", message: m.toString($) }); + } + safe($) { + return this._addCheck({ kind: "min", inclusive: true, value: Number.MIN_SAFE_INTEGER, message: m.toString($) })._addCheck({ kind: "max", inclusive: true, value: Number.MAX_SAFE_INTEGER, message: m.toString($) }); + } + get minValue() { + let $ = null; + for (let Q of this._def.checks) if (Q.kind === "min") { + if ($ === null || Q.value > $) $ = Q.value; + } + return $; + } + get maxValue() { + let $ = null; + for (let Q of this._def.checks) if (Q.kind === "max") { + if ($ === null || Q.value < $) $ = Q.value; + } + return $; + } + get isInt() { + return !!this._def.checks.find(($) => $.kind === "int" || $.kind === "multipleOf" && U$.isInteger($.value)); + } + get isFinite() { + let $ = null, Q = null; + for (let J of this._def.checks) if (J.kind === "finite" || J.kind === "int" || J.kind === "multipleOf") return true; + else if (J.kind === "min") { + if (Q === null || J.value > Q) Q = J.value; + } else if (J.kind === "max") { + if ($ === null || J.value < $) $ = J.value; + } + return Number.isFinite(Q) && Number.isFinite($); + } +}; +T8.create = ($) => { + return new T8({ checks: [], typeName: _.ZodNumber, coerce: ($ == null ? void 0 : $.coerce) || false, ...e($) }); +}; +var x8 = class _x8 extends Y$ { + constructor() { + super(...arguments); + this.min = this.gte, this.max = this.lte; + } + _parse($) { + if (this._def.coerce) try { + $.data = BigInt($.data); + } catch (e2) { + return this._getInvalidInput($); + } + if (this._getType($) !== C.bigint) return this._getInvalidInput($); + let J = void 0, Y = new U6(); + for (let X of this._def.checks) if (X.kind === "min") { + if (X.inclusive ? $.data < X.value : $.data <= X.value) J = this._getOrReturnCtx($, J), f(J, { code: E.too_small, type: "bigint", minimum: X.value, inclusive: X.inclusive, message: X.message }), Y.dirty(); + } else if (X.kind === "max") { + if (X.inclusive ? $.data > X.value : $.data >= X.value) J = this._getOrReturnCtx($, J), f(J, { code: E.too_big, type: "bigint", maximum: X.value, inclusive: X.inclusive, message: X.message }), Y.dirty(); + } else if (X.kind === "multipleOf") { + if ($.data % X.value !== BigInt(0)) J = this._getOrReturnCtx($, J), f(J, { code: E.not_multiple_of, multipleOf: X.value, message: X.message }), Y.dirty(); + } else U$.assertNever(X); + return { status: Y.value, value: $.data }; + } + _getInvalidInput($) { + let Q = this._getOrReturnCtx($); + return f(Q, { code: E.invalid_type, expected: C.bigint, received: Q.parsedType }), n; + } + gte($, Q) { + return this.setLimit("min", $, true, m.toString(Q)); + } + gt($, Q) { + return this.setLimit("min", $, false, m.toString(Q)); + } + lte($, Q) { + return this.setLimit("max", $, true, m.toString(Q)); + } + lt($, Q) { + return this.setLimit("max", $, false, m.toString(Q)); + } + setLimit($, Q, J, Y) { + return new _x8({ ...this._def, checks: [...this._def.checks, { kind: $, value: Q, inclusive: J, message: m.toString(Y) }] }); + } + _addCheck($) { + return new _x8({ ...this._def, checks: [...this._def.checks, $] }); + } + positive($) { + return this._addCheck({ kind: "min", value: BigInt(0), inclusive: false, message: m.toString($) }); + } + negative($) { + return this._addCheck({ kind: "max", value: BigInt(0), inclusive: false, message: m.toString($) }); + } + nonpositive($) { + return this._addCheck({ kind: "max", value: BigInt(0), inclusive: true, message: m.toString($) }); + } + nonnegative($) { + return this._addCheck({ kind: "min", value: BigInt(0), inclusive: true, message: m.toString($) }); + } + multipleOf($, Q) { + return this._addCheck({ kind: "multipleOf", value: $, message: m.toString(Q) }); + } + get minValue() { + let $ = null; + for (let Q of this._def.checks) if (Q.kind === "min") { + if ($ === null || Q.value > $) $ = Q.value; + } + return $; + } + get maxValue() { + let $ = null; + for (let Q of this._def.checks) if (Q.kind === "max") { + if ($ === null || Q.value < $) $ = Q.value; + } + return $; + } +}; +x8.create = ($) => { + var _a5; + return new x8({ checks: [], typeName: _.ZodBigInt, coerce: (_a5 = $ == null ? void 0 : $.coerce) != null ? _a5 : false, ...e($) }); +}; +var kX = class extends Y$ { + _parse($) { + if (this._def.coerce) $.data = Boolean($.data); + if (this._getType($) !== C.boolean) { + let J = this._getOrReturnCtx($); + return f(J, { code: E.invalid_type, expected: C.boolean, received: J.parsedType }), n; + } + return z6($.data); + } +}; +kX.create = ($) => { + return new kX({ typeName: _.ZodBoolean, coerce: ($ == null ? void 0 : $.coerce) || false, ...e($) }); +}; +var eQ = class _eQ extends Y$ { + _parse($) { + if (this._def.coerce) $.data = new Date($.data); + if (this._getType($) !== C.date) { + let X = this._getOrReturnCtx($); + return f(X, { code: E.invalid_type, expected: C.date, received: X.parsedType }), n; + } + if (Number.isNaN($.data.getTime())) { + let X = this._getOrReturnCtx($); + return f(X, { code: E.invalid_date }), n; + } + let J = new U6(), Y = void 0; + for (let X of this._def.checks) if (X.kind === "min") { + if ($.data.getTime() < X.value) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.too_small, message: X.message, inclusive: true, exact: false, minimum: X.value, type: "date" }), J.dirty(); + } else if (X.kind === "max") { + if ($.data.getTime() > X.value) Y = this._getOrReturnCtx($, Y), f(Y, { code: E.too_big, message: X.message, inclusive: true, exact: false, maximum: X.value, type: "date" }), J.dirty(); + } else U$.assertNever(X); + return { status: J.value, value: new Date($.data.getTime()) }; + } + _addCheck($) { + return new _eQ({ ...this._def, checks: [...this._def.checks, $] }); + } + min($, Q) { + return this._addCheck({ kind: "min", value: $.getTime(), message: m.toString(Q) }); + } + max($, Q) { + return this._addCheck({ kind: "max", value: $.getTime(), message: m.toString(Q) }); + } + get minDate() { + let $ = null; + for (let Q of this._def.checks) if (Q.kind === "min") { + if ($ === null || Q.value > $) $ = Q.value; + } + return $ != null ? new Date($) : null; + } + get maxDate() { + let $ = null; + for (let Q of this._def.checks) if (Q.kind === "max") { + if ($ === null || Q.value < $) $ = Q.value; + } + return $ != null ? new Date($) : null; + } +}; +eQ.create = ($) => { + return new eQ({ checks: [], coerce: ($ == null ? void 0 : $.coerce) || false, typeName: _.ZodDate, ...e($) }); +}; +var SX = class extends Y$ { + _parse($) { + if (this._getType($) !== C.symbol) { + let J = this._getOrReturnCtx($); + return f(J, { code: E.invalid_type, expected: C.symbol, received: J.parsedType }), n; + } + return z6($.data); + } +}; +SX.create = ($) => { + return new SX({ typeName: _.ZodSymbol, ...e($) }); +}; +var $7 = class extends Y$ { + _parse($) { + if (this._getType($) !== C.undefined) { + let J = this._getOrReturnCtx($); + return f(J, { code: E.invalid_type, expected: C.undefined, received: J.parsedType }), n; + } + return z6($.data); + } +}; +$7.create = ($) => { + return new $7({ typeName: _.ZodUndefined, ...e($) }); +}; +var Q7 = class extends Y$ { + _parse($) { + if (this._getType($) !== C.null) { + let J = this._getOrReturnCtx($); + return f(J, { code: E.invalid_type, expected: C.null, received: J.parsedType }), n; + } + return z6($.data); + } +}; +Q7.create = ($) => { + return new Q7({ typeName: _.ZodNull, ...e($) }); +}; +var vX = class extends Y$ { + constructor() { + super(...arguments); + this._any = true; + } + _parse($) { + return z6($.data); + } +}; +vX.create = ($) => { + return new vX({ typeName: _.ZodAny, ...e($) }); +}; +var M0 = class extends Y$ { + constructor() { + super(...arguments); + this._unknown = true; + } + _parse($) { + return z6($.data); + } +}; +M0.create = ($) => { + return new M0({ typeName: _.ZodUnknown, ...e($) }); +}; +var d4 = class extends Y$ { + _parse($) { + let Q = this._getOrReturnCtx($); + return f(Q, { code: E.invalid_type, expected: C.never, received: Q.parsedType }), n; + } +}; +d4.create = ($) => { + return new d4({ typeName: _.ZodNever, ...e($) }); +}; +var CX = class extends Y$ { + _parse($) { + if (this._getType($) !== C.undefined) { + let J = this._getOrReturnCtx($); + return f(J, { code: E.invalid_type, expected: C.void, received: J.parsedType }), n; + } + return z6($.data); + } +}; +CX.create = ($) => { + return new CX({ typeName: _.ZodVoid, ...e($) }); +}; +var R4 = class _R4 extends Y$ { + _parse($) { + let { ctx: Q, status: J } = this._processInputParams($), Y = this._def; + if (Q.parsedType !== C.array) return f(Q, { code: E.invalid_type, expected: C.array, received: Q.parsedType }), n; + if (Y.exactLength !== null) { + let W = Q.data.length > Y.exactLength.value, G = Q.data.length < Y.exactLength.value; + if (W || G) f(Q, { code: W ? E.too_big : E.too_small, minimum: G ? Y.exactLength.value : void 0, maximum: W ? Y.exactLength.value : void 0, type: "array", inclusive: true, exact: true, message: Y.exactLength.message }), J.dirty(); + } + if (Y.minLength !== null) { + if (Q.data.length < Y.minLength.value) f(Q, { code: E.too_small, minimum: Y.minLength.value, type: "array", inclusive: true, exact: false, message: Y.minLength.message }), J.dirty(); + } + if (Y.maxLength !== null) { + if (Q.data.length > Y.maxLength.value) f(Q, { code: E.too_big, maximum: Y.maxLength.value, type: "array", inclusive: true, exact: false, message: Y.maxLength.message }), J.dirty(); + } + if (Q.common.async) return Promise.all([...Q.data].map((W, G) => { + return Y.type._parseAsync(new H4(Q, W, Q.path, G)); + })).then((W) => { + return U6.mergeArray(J, W); + }); + let X = [...Q.data].map((W, G) => { + return Y.type._parseSync(new H4(Q, W, Q.path, G)); + }); + return U6.mergeArray(J, X); + } + get element() { + return this._def.type; + } + min($, Q) { + return new _R4({ ...this._def, minLength: { value: $, message: m.toString(Q) } }); + } + max($, Q) { + return new _R4({ ...this._def, maxLength: { value: $, message: m.toString(Q) } }); + } + length($, Q) { + return new _R4({ ...this._def, exactLength: { value: $, message: m.toString(Q) } }); + } + nonempty($) { + return this.min(1, $); + } +}; +R4.create = ($, Q) => { + return new R4({ type: $, minLength: null, maxLength: null, exactLength: null, typeName: _.ZodArray, ...e(Q) }); +}; +function C8($) { + if ($ instanceof g$) { + let Q = {}; + for (let J in $.shape) { + let Y = $.shape[J]; + Q[J] = o6.create(C8(Y)); + } + return new g$({ ...$._def, shape: () => Q }); + } else if ($ instanceof R4) return new R4({ ...$._def, type: C8($.element) }); + else if ($ instanceof o6) return o6.create(C8($.unwrap())); + else if ($ instanceof A1) return A1.create(C8($.unwrap())); + else if ($ instanceof i4) return i4.create($.items.map((Q) => C8(Q))); + else return $; +} +var g$ = class _g$ extends Y$ { + constructor() { + super(...arguments); + this._cached = null, this.nonstrict = this.passthrough, this.augment = this.extend; + } + _getCached() { + if (this._cached !== null) return this._cached; + let $ = this._def.shape(), Q = U$.objectKeys($); + return this._cached = { shape: $, keys: Q }, this._cached; + } + _parse($) { + if (this._getType($) !== C.object) { + let H = this._getOrReturnCtx($); + return f(H, { code: E.invalid_type, expected: C.object, received: H.parsedType }), n; + } + let { status: J, ctx: Y } = this._processInputParams($), { shape: X, keys: W } = this._getCached(), G = []; + if (!(this._def.catchall instanceof d4 && this._def.unknownKeys === "strip")) { + for (let H in Y.data) if (!W.includes(H)) G.push(H); + } + let U = []; + for (let H of W) { + let q = X[H], V = Y.data[H]; + U.push({ key: { status: "valid", value: H }, value: q._parse(new H4(Y, V, Y.path, H)), alwaysSet: H in Y.data }); + } + if (this._def.catchall instanceof d4) { + let H = this._def.unknownKeys; + if (H === "passthrough") for (let q of G) U.push({ key: { status: "valid", value: q }, value: { status: "valid", value: Y.data[q] } }); + else if (H === "strict") { + if (G.length > 0) f(Y, { code: E.unrecognized_keys, keys: G }), J.dirty(); + } else if (H === "strip") ; + else throw Error("Internal ZodObject error: invalid unknownKeys value."); + } else { + let H = this._def.catchall; + for (let q of G) { + let V = Y.data[q]; + U.push({ key: { status: "valid", value: q }, value: H._parse(new H4(Y, V, Y.path, q)), alwaysSet: q in Y.data }); + } + } + if (Y.common.async) return Promise.resolve().then(async () => { + let H = []; + for (let q of U) { + let V = await q.key, B = await q.value; + H.push({ key: V, value: B, alwaysSet: q.alwaysSet }); + } + return H; + }).then((H) => { + return U6.mergeObjectSync(J, H); + }); + else return U6.mergeObjectSync(J, U); + } + get shape() { + return this._def.shape(); + } + strict($) { + return m.errToObj, new _g$({ ...this._def, unknownKeys: "strict", ...$ !== void 0 ? { errorMap: (Q, J) => { + var _a5, _b3, _c2, _d; + let Y = (_c2 = (_b3 = (_a5 = this._def).errorMap) == null ? void 0 : _b3.call(_a5, Q, J).message) != null ? _c2 : J.defaultError; + if (Q.code === "unrecognized_keys") return { message: (_d = m.errToObj($).message) != null ? _d : Y }; + return { message: Y }; + } } : {} }); + } + strip() { + return new _g$({ ...this._def, unknownKeys: "strip" }); + } + passthrough() { + return new _g$({ ...this._def, unknownKeys: "passthrough" }); + } + extend($) { + return new _g$({ ...this._def, shape: () => ({ ...this._def.shape(), ...$ }) }); + } + merge($) { + return new _g$({ unknownKeys: $._def.unknownKeys, catchall: $._def.catchall, shape: () => ({ ...this._def.shape(), ...$._def.shape() }), typeName: _.ZodObject }); + } + setKey($, Q) { + return this.augment({ [$]: Q }); + } + catchall($) { + return new _g$({ ...this._def, catchall: $ }); + } + pick($) { + let Q = {}; + for (let J of U$.objectKeys($)) if ($[J] && this.shape[J]) Q[J] = this.shape[J]; + return new _g$({ ...this._def, shape: () => Q }); + } + omit($) { + let Q = {}; + for (let J of U$.objectKeys(this.shape)) if (!$[J]) Q[J] = this.shape[J]; + return new _g$({ ...this._def, shape: () => Q }); + } + deepPartial() { + return C8(this); + } + partial($) { + let Q = {}; + for (let J of U$.objectKeys(this.shape)) { + let Y = this.shape[J]; + if ($ && !$[J]) Q[J] = Y; + else Q[J] = Y.optional(); + } + return new _g$({ ...this._def, shape: () => Q }); + } + required($) { + let Q = {}; + for (let J of U$.objectKeys(this.shape)) if ($ && !$[J]) Q[J] = this.shape[J]; + else { + let X = this.shape[J]; + while (X instanceof o6) X = X._def.innerType; + Q[J] = X; + } + return new _g$({ ...this._def, shape: () => Q }); + } + keyof() { + return JM(U$.objectKeys(this.shape)); + } +}; +g$.create = ($, Q) => { + return new g$({ shape: () => $, unknownKeys: "strip", catchall: d4.create(), typeName: _.ZodObject, ...e(Q) }); +}; +g$.strictCreate = ($, Q) => { + return new g$({ shape: () => $, unknownKeys: "strict", catchall: d4.create(), typeName: _.ZodObject, ...e(Q) }); +}; +g$.lazycreate = ($, Q) => { + return new g$({ shape: $, unknownKeys: "strip", catchall: d4.create(), typeName: _.ZodObject, ...e(Q) }); +}; +var J7 = class extends Y$ { + _parse($) { + let { ctx: Q } = this._processInputParams($), J = this._def.options; + function Y(X) { + for (let G of X) if (G.result.status === "valid") return G.result; + for (let G of X) if (G.result.status === "dirty") return Q.common.issues.push(...G.ctx.common.issues), G.result; + let W = X.map((G) => new f6(G.ctx.common.issues)); + return f(Q, { code: E.invalid_union, unionErrors: W }), n; + } + if (Q.common.async) return Promise.all(J.map(async (X) => { + let W = { ...Q, common: { ...Q.common, issues: [] }, parent: null }; + return { result: await X._parseAsync({ data: Q.data, path: Q.path, parent: W }), ctx: W }; + })).then(Y); + else { + let X = void 0, W = []; + for (let U of J) { + let H = { ...Q, common: { ...Q.common, issues: [] }, parent: null }, q = U._parseSync({ data: Q.data, path: Q.path, parent: H }); + if (q.status === "valid") return q; + else if (q.status === "dirty" && !X) X = { result: q, ctx: H }; + if (H.common.issues.length) W.push(H.common.issues); + } + if (X) return Q.common.issues.push(...X.ctx.common.issues), X.result; + let G = W.map((U) => new f6(U)); + return f(Q, { code: E.invalid_union, unionErrors: G }), n; + } + } + get options() { + return this._def.options; + } +}; +J7.create = ($, Q) => { + return new J7({ options: $, typeName: _.ZodUnion, ...e(Q) }); +}; +var c4 = ($) => { + if ($ instanceof Y7) return c4($.schema); + else if ($ instanceof P4) return c4($.innerType()); + else if ($ instanceof W7) return [$.value]; + else if ($ instanceof L0) return $.options; + else if ($ instanceof G7) return U$.objectValues($.enum); + else if ($ instanceof U7) return c4($._def.innerType); + else if ($ instanceof $7) return [void 0]; + else if ($ instanceof Q7) return [null]; + else if ($ instanceof o6) return [void 0, ...c4($.unwrap())]; + else if ($ instanceof A1) return [null, ...c4($.unwrap())]; + else if ($ instanceof hH) return c4($.unwrap()); + else if ($ instanceof K7) return c4($.unwrap()); + else if ($ instanceof H7) return c4($._def.innerType); + else return []; +}; +var gH = class _gH extends Y$ { + _parse($) { + let { ctx: Q } = this._processInputParams($); + if (Q.parsedType !== C.object) return f(Q, { code: E.invalid_type, expected: C.object, received: Q.parsedType }), n; + let J = this.discriminator, Y = Q.data[J], X = this.optionsMap.get(Y); + if (!X) return f(Q, { code: E.invalid_union_discriminator, options: Array.from(this.optionsMap.keys()), path: [J] }), n; + if (Q.common.async) return X._parseAsync({ data: Q.data, path: Q.path, parent: Q }); + else return X._parseSync({ data: Q.data, path: Q.path, parent: Q }); + } + get discriminator() { + return this._def.discriminator; + } + get options() { + return this._def.options; + } + get optionsMap() { + return this._def.optionsMap; + } + static create($, Q, J) { + let Y = /* @__PURE__ */ new Map(); + for (let X of Q) { + let W = c4(X.shape[$]); + if (!W.length) throw Error(`A discriminator value for key \`${$}\` could not be extracted from all schema options`); + for (let G of W) { + if (Y.has(G)) throw Error(`Discriminator property ${String($)} has duplicate value ${String(G)}`); + Y.set(G, X); + } + } + return new _gH({ typeName: _.ZodDiscriminatedUnion, discriminator: $, options: Q, optionsMap: Y, ...e(J) }); + } +}; +function fH($, Q) { + let J = l4($), Y = l4(Q); + if ($ === Q) return { valid: true, data: $ }; + else if (J === C.object && Y === C.object) { + let X = U$.objectKeys(Q), W = U$.objectKeys($).filter((U) => X.indexOf(U) !== -1), G = { ...$, ...Q }; + for (let U of W) { + let H = fH($[U], Q[U]); + if (!H.valid) return { valid: false }; + G[U] = H.data; + } + return { valid: true, data: G }; + } else if (J === C.array && Y === C.array) { + if ($.length !== Q.length) return { valid: false }; + let X = []; + for (let W = 0; W < $.length; W++) { + let G = $[W], U = Q[W], H = fH(G, U); + if (!H.valid) return { valid: false }; + X.push(H.data); + } + return { valid: true, data: X }; + } else if (J === C.date && Y === C.date && +$ === +Q) return { valid: true, data: $ }; + else return { valid: false }; +} +var X7 = class extends Y$ { + _parse($) { + let { status: Q, ctx: J } = this._processInputParams($), Y = (X, W) => { + if (TH(X) || TH(W)) return n; + let G = fH(X.value, W.value); + if (!G.valid) return f(J, { code: E.invalid_intersection_types }), n; + if (xH(X) || xH(W)) Q.dirty(); + return { status: Q.value, value: G.data }; + }; + if (J.common.async) return Promise.all([this._def.left._parseAsync({ data: J.data, path: J.path, parent: J }), this._def.right._parseAsync({ data: J.data, path: J.path, parent: J })]).then(([X, W]) => Y(X, W)); + else return Y(this._def.left._parseSync({ data: J.data, path: J.path, parent: J }), this._def.right._parseSync({ data: J.data, path: J.path, parent: J })); + } +}; +X7.create = ($, Q, J) => { + return new X7({ left: $, right: Q, typeName: _.ZodIntersection, ...e(J) }); +}; +var i4 = class _i4 extends Y$ { + _parse($) { + let { status: Q, ctx: J } = this._processInputParams($); + if (J.parsedType !== C.array) return f(J, { code: E.invalid_type, expected: C.array, received: J.parsedType }), n; + if (J.data.length < this._def.items.length) return f(J, { code: E.too_small, minimum: this._def.items.length, inclusive: true, exact: false, type: "array" }), n; + if (!this._def.rest && J.data.length > this._def.items.length) f(J, { code: E.too_big, maximum: this._def.items.length, inclusive: true, exact: false, type: "array" }), Q.dirty(); + let X = [...J.data].map((W, G) => { + let U = this._def.items[G] || this._def.rest; + if (!U) return null; + return U._parse(new H4(J, W, J.path, G)); + }).filter((W) => !!W); + if (J.common.async) return Promise.all(X).then((W) => { + return U6.mergeArray(Q, W); + }); + else return U6.mergeArray(Q, X); + } + get items() { + return this._def.items; + } + rest($) { + return new _i4({ ...this._def, rest: $ }); + } +}; +i4.create = ($, Q) => { + if (!Array.isArray($)) throw Error("You must pass an array of schemas to z.tuple([ ... ])"); + return new i4({ items: $, typeName: _.ZodTuple, rest: null, ...e(Q) }); +}; +var TX = class _TX extends Y$ { + get keySchema() { + return this._def.keyType; + } + get valueSchema() { + return this._def.valueType; + } + _parse($) { + let { status: Q, ctx: J } = this._processInputParams($); + if (J.parsedType !== C.object) return f(J, { code: E.invalid_type, expected: C.object, received: J.parsedType }), n; + let Y = [], X = this._def.keyType, W = this._def.valueType; + for (let G in J.data) Y.push({ key: X._parse(new H4(J, G, J.path, G)), value: W._parse(new H4(J, J.data[G], J.path, G)), alwaysSet: G in J.data }); + if (J.common.async) return U6.mergeObjectAsync(Q, Y); + else return U6.mergeObjectSync(Q, Y); + } + get element() { + return this._def.valueType; + } + static create($, Q, J) { + if (Q instanceof Y$) return new _TX({ keyType: $, valueType: Q, typeName: _.ZodRecord, ...e(J) }); + return new _TX({ keyType: p4.create(), valueType: $, typeName: _.ZodRecord, ...e(Q) }); + } +}; +var xX = class extends Y$ { + get keySchema() { + return this._def.keyType; + } + get valueSchema() { + return this._def.valueType; + } + _parse($) { + let { status: Q, ctx: J } = this._processInputParams($); + if (J.parsedType !== C.map) return f(J, { code: E.invalid_type, expected: C.map, received: J.parsedType }), n; + let Y = this._def.keyType, X = this._def.valueType, W = [...J.data.entries()].map(([G, U], H) => { + return { key: Y._parse(new H4(J, G, J.path, [H, "key"])), value: X._parse(new H4(J, U, J.path, [H, "value"])) }; + }); + if (J.common.async) { + let G = /* @__PURE__ */ new Map(); + return Promise.resolve().then(async () => { + for (let U of W) { + let H = await U.key, q = await U.value; + if (H.status === "aborted" || q.status === "aborted") return n; + if (H.status === "dirty" || q.status === "dirty") Q.dirty(); + G.set(H.value, q.value); + } + return { status: Q.value, value: G }; + }); + } else { + let G = /* @__PURE__ */ new Map(); + for (let U of W) { + let { key: H, value: q } = U; + if (H.status === "aborted" || q.status === "aborted") return n; + if (H.status === "dirty" || q.status === "dirty") Q.dirty(); + G.set(H.value, q.value); + } + return { status: Q.value, value: G }; + } + } +}; +xX.create = ($, Q, J) => { + return new xX({ valueType: Q, keyType: $, typeName: _.ZodMap, ...e(J) }); +}; +var y8 = class _y8 extends Y$ { + _parse($) { + let { status: Q, ctx: J } = this._processInputParams($); + if (J.parsedType !== C.set) return f(J, { code: E.invalid_type, expected: C.set, received: J.parsedType }), n; + let Y = this._def; + if (Y.minSize !== null) { + if (J.data.size < Y.minSize.value) f(J, { code: E.too_small, minimum: Y.minSize.value, type: "set", inclusive: true, exact: false, message: Y.minSize.message }), Q.dirty(); + } + if (Y.maxSize !== null) { + if (J.data.size > Y.maxSize.value) f(J, { code: E.too_big, maximum: Y.maxSize.value, type: "set", inclusive: true, exact: false, message: Y.maxSize.message }), Q.dirty(); + } + let X = this._def.valueType; + function W(U) { + let H = /* @__PURE__ */ new Set(); + for (let q of U) { + if (q.status === "aborted") return n; + if (q.status === "dirty") Q.dirty(); + H.add(q.value); + } + return { status: Q.value, value: H }; + } + let G = [...J.data.values()].map((U, H) => X._parse(new H4(J, U, J.path, H))); + if (J.common.async) return Promise.all(G).then((U) => W(U)); + else return W(G); + } + min($, Q) { + return new _y8({ ...this._def, minSize: { value: $, message: m.toString(Q) } }); + } + max($, Q) { + return new _y8({ ...this._def, maxSize: { value: $, message: m.toString(Q) } }); + } + size($, Q) { + return this.min($, Q).max($, Q); + } + nonempty($) { + return this.min(1, $); + } +}; +y8.create = ($, Q) => { + return new y8({ valueType: $, minSize: null, maxSize: null, typeName: _.ZodSet, ...e(Q) }); +}; +var sQ = class _sQ extends Y$ { + constructor() { + super(...arguments); + this.validate = this.implement; + } + _parse($) { + let { ctx: Q } = this._processInputParams($); + if (Q.parsedType !== C.function) return f(Q, { code: E.invalid_type, expected: C.function, received: Q.parsedType }), n; + function J(G, U) { + return _X2({ data: G, path: Q.path, errorMaps: [Q.common.contextualErrorMap, Q.schemaErrorMap, tQ(), j1].filter((H) => !!H), issueData: { code: E.invalid_arguments, argumentsError: U } }); + } + function Y(G, U) { + return _X2({ data: G, path: Q.path, errorMaps: [Q.common.contextualErrorMap, Q.schemaErrorMap, tQ(), j1].filter((H) => !!H), issueData: { code: E.invalid_return_type, returnTypeError: U } }); + } + let X = { errorMap: Q.common.contextualErrorMap }, W = Q.data; + if (this._def.returns instanceof f8) { + let G = this; + return z6(async function(...U) { + let H = new f6([]), q = await G._def.args.parseAsync(U, X).catch((z4) => { + throw H.addIssue(J(U, z4)), H; + }), V = await Reflect.apply(W, this, q); + return await G._def.returns._def.type.parseAsync(V, X).catch((z4) => { + throw H.addIssue(Y(V, z4)), H; + }); + }); + } else { + let G = this; + return z6(function(...U) { + let H = G._def.args.safeParse(U, X); + if (!H.success) throw new f6([J(U, H.error)]); + let q = Reflect.apply(W, this, H.data), V = G._def.returns.safeParse(q, X); + if (!V.success) throw new f6([Y(q, V.error)]); + return V.data; + }); + } + } + parameters() { + return this._def.args; + } + returnType() { + return this._def.returns; + } + args(...$) { + return new _sQ({ ...this._def, args: i4.create($).rest(M0.create()) }); + } + returns($) { + return new _sQ({ ...this._def, returns: $ }); + } + implement($) { + return this.parse($); + } + strictImplement($) { + return this.parse($); + } + static create($, Q, J) { + return new _sQ({ args: $ ? $ : i4.create([]).rest(M0.create()), returns: Q || M0.create(), typeName: _.ZodFunction, ...e(J) }); + } +}; +var Y7 = class extends Y$ { + get schema() { + return this._def.getter(); + } + _parse($) { + let { ctx: Q } = this._processInputParams($); + return this._def.getter()._parse({ data: Q.data, path: Q.path, parent: Q }); + } +}; +Y7.create = ($, Q) => { + return new Y7({ getter: $, typeName: _.ZodLazy, ...e(Q) }); +}; +var W7 = class extends Y$ { + _parse($) { + if ($.data !== this._def.value) { + let Q = this._getOrReturnCtx($); + return f(Q, { received: Q.data, code: E.invalid_literal, expected: this._def.value }), n; + } + return { status: "valid", value: $.data }; + } + get value() { + return this._def.value; + } +}; +W7.create = ($, Q) => { + return new W7({ value: $, typeName: _.ZodLiteral, ...e(Q) }); +}; +function JM($, Q) { + return new L0({ values: $, typeName: _.ZodEnum, ...e(Q) }); +} +var L0 = class _L0 extends Y$ { + _parse($) { + if (typeof $.data !== "string") { + let Q = this._getOrReturnCtx($), J = this._def.values; + return f(Q, { expected: U$.joinValues(J), received: Q.parsedType, code: E.invalid_type }), n; + } + if (!this._cache) this._cache = new Set(this._def.values); + if (!this._cache.has($.data)) { + let Q = this._getOrReturnCtx($), J = this._def.values; + return f(Q, { received: Q.data, code: E.invalid_enum_value, options: J }), n; + } + return z6($.data); + } + get options() { + return this._def.values; + } + get enum() { + let $ = {}; + for (let Q of this._def.values) $[Q] = Q; + return $; + } + get Values() { + let $ = {}; + for (let Q of this._def.values) $[Q] = Q; + return $; + } + get Enum() { + let $ = {}; + for (let Q of this._def.values) $[Q] = Q; + return $; + } + extract($, Q = this._def) { + return _L0.create($, { ...this._def, ...Q }); + } + exclude($, Q = this._def) { + return _L0.create(this.options.filter((J) => !$.includes(J)), { ...this._def, ...Q }); + } +}; +L0.create = JM; +var G7 = class extends Y$ { + _parse($) { + let Q = U$.getValidEnumValues(this._def.values), J = this._getOrReturnCtx($); + if (J.parsedType !== C.string && J.parsedType !== C.number) { + let Y = U$.objectValues(Q); + return f(J, { expected: U$.joinValues(Y), received: J.parsedType, code: E.invalid_type }), n; + } + if (!this._cache) this._cache = new Set(U$.getValidEnumValues(this._def.values)); + if (!this._cache.has($.data)) { + let Y = U$.objectValues(Q); + return f(J, { received: J.data, code: E.invalid_enum_value, options: Y }), n; + } + return z6($.data); + } + get enum() { + return this._def.values; + } +}; +G7.create = ($, Q) => { + return new G7({ values: $, typeName: _.ZodNativeEnum, ...e(Q) }); +}; +var f8 = class extends Y$ { + unwrap() { + return this._def.type; + } + _parse($) { + let { ctx: Q } = this._processInputParams($); + if (Q.parsedType !== C.promise && Q.common.async === false) return f(Q, { code: E.invalid_type, expected: C.promise, received: Q.parsedType }), n; + let J = Q.parsedType === C.promise ? Q.data : Promise.resolve(Q.data); + return z6(J.then((Y) => { + return this._def.type.parseAsync(Y, { path: Q.path, errorMap: Q.common.contextualErrorMap }); + })); + } +}; +f8.create = ($, Q) => { + return new f8({ type: $, typeName: _.ZodPromise, ...e(Q) }); +}; +var P4 = class extends Y$ { + innerType() { + return this._def.schema; + } + sourceType() { + return this._def.schema._def.typeName === _.ZodEffects ? this._def.schema.sourceType() : this._def.schema; + } + _parse($) { + let { status: Q, ctx: J } = this._processInputParams($), Y = this._def.effect || null, X = { addIssue: (W) => { + if (f(J, W), W.fatal) Q.abort(); + else Q.dirty(); + }, get path() { + return J.path; + } }; + if (X.addIssue = X.addIssue.bind(X), Y.type === "preprocess") { + let W = Y.transform(J.data, X); + if (J.common.async) return Promise.resolve(W).then(async (G) => { + if (Q.value === "aborted") return n; + let U = await this._def.schema._parseAsync({ data: G, path: J.path, parent: J }); + if (U.status === "aborted") return n; + if (U.status === "dirty") return v8(U.value); + if (Q.value === "dirty") return v8(U.value); + return U; + }); + else { + if (Q.value === "aborted") return n; + let G = this._def.schema._parseSync({ data: W, path: J.path, parent: J }); + if (G.status === "aborted") return n; + if (G.status === "dirty") return v8(G.value); + if (Q.value === "dirty") return v8(G.value); + return G; + } + } + if (Y.type === "refinement") { + let W = (G) => { + let U = Y.refinement(G, X); + if (J.common.async) return Promise.resolve(U); + if (U instanceof Promise) throw Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead."); + return G; + }; + if (J.common.async === false) { + let G = this._def.schema._parseSync({ data: J.data, path: J.path, parent: J }); + if (G.status === "aborted") return n; + if (G.status === "dirty") Q.dirty(); + return W(G.value), { status: Q.value, value: G.value }; + } else return this._def.schema._parseAsync({ data: J.data, path: J.path, parent: J }).then((G) => { + if (G.status === "aborted") return n; + if (G.status === "dirty") Q.dirty(); + return W(G.value).then(() => { + return { status: Q.value, value: G.value }; + }); + }); + } + if (Y.type === "transform") if (J.common.async === false) { + let W = this._def.schema._parseSync({ data: J.data, path: J.path, parent: J }); + if (!Z0(W)) return n; + let G = Y.transform(W.value, X); + if (G instanceof Promise) throw Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead."); + return { status: Q.value, value: G }; + } else return this._def.schema._parseAsync({ data: J.data, path: J.path, parent: J }).then((W) => { + if (!Z0(W)) return n; + return Promise.resolve(Y.transform(W.value, X)).then((G) => ({ status: Q.value, value: G })); + }); + U$.assertNever(Y); + } +}; +P4.create = ($, Q, J) => { + return new P4({ schema: $, typeName: _.ZodEffects, effect: Q, ...e(J) }); +}; +P4.createWithPreprocess = ($, Q, J) => { + return new P4({ schema: Q, effect: { type: "preprocess", transform: $ }, typeName: _.ZodEffects, ...e(J) }); +}; +var o6 = class extends Y$ { + _parse($) { + if (this._getType($) === C.undefined) return z6(void 0); + return this._def.innerType._parse($); + } + unwrap() { + return this._def.innerType; + } +}; +o6.create = ($, Q) => { + return new o6({ innerType: $, typeName: _.ZodOptional, ...e(Q) }); +}; +var A1 = class extends Y$ { + _parse($) { + if (this._getType($) === C.null) return z6(null); + return this._def.innerType._parse($); + } + unwrap() { + return this._def.innerType; + } +}; +A1.create = ($, Q) => { + return new A1({ innerType: $, typeName: _.ZodNullable, ...e(Q) }); +}; +var U7 = class extends Y$ { + _parse($) { + let { ctx: Q } = this._processInputParams($), J = Q.data; + if (Q.parsedType === C.undefined) J = this._def.defaultValue(); + return this._def.innerType._parse({ data: J, path: Q.path, parent: Q }); + } + removeDefault() { + return this._def.innerType; + } +}; +U7.create = ($, Q) => { + return new U7({ innerType: $, typeName: _.ZodDefault, defaultValue: typeof Q.default === "function" ? Q.default : () => Q.default, ...e(Q) }); +}; +var H7 = class extends Y$ { + _parse($) { + let { ctx: Q } = this._processInputParams($), J = { ...Q, common: { ...Q.common, issues: [] } }, Y = this._def.innerType._parse({ data: J.data, path: J.path, parent: { ...J } }); + if (aQ(Y)) return Y.then((X) => { + return { status: "valid", value: X.status === "valid" ? X.value : this._def.catchValue({ get error() { + return new f6(J.common.issues); + }, input: J.data }) }; + }); + else return { status: "valid", value: Y.status === "valid" ? Y.value : this._def.catchValue({ get error() { + return new f6(J.common.issues); + }, input: J.data }) }; + } + removeCatch() { + return this._def.innerType; + } +}; +H7.create = ($, Q) => { + return new H7({ innerType: $, typeName: _.ZodCatch, catchValue: typeof Q.catch === "function" ? Q.catch : () => Q.catch, ...e(Q) }); +}; +var yX = class extends Y$ { + _parse($) { + if (this._getType($) !== C.nan) { + let J = this._getOrReturnCtx($); + return f(J, { code: E.invalid_type, expected: C.nan, received: J.parsedType }), n; + } + return { status: "valid", value: $.data }; + } +}; +yX.create = ($) => { + return new yX({ typeName: _.ZodNaN, ...e($) }); +}; +var hH = class extends Y$ { + _parse($) { + let { ctx: Q } = this._processInputParams($), J = Q.data; + return this._def.type._parse({ data: J, path: Q.path, parent: Q }); + } + unwrap() { + return this._def.type; + } +}; +var fX = class _fX extends Y$ { + _parse($) { + let { status: Q, ctx: J } = this._processInputParams($); + if (J.common.async) return (async () => { + let X = await this._def.in._parseAsync({ data: J.data, path: J.path, parent: J }); + if (X.status === "aborted") return n; + if (X.status === "dirty") return Q.dirty(), v8(X.value); + else return this._def.out._parseAsync({ data: X.value, path: J.path, parent: J }); + })(); + else { + let Y = this._def.in._parseSync({ data: J.data, path: J.path, parent: J }); + if (Y.status === "aborted") return n; + if (Y.status === "dirty") return Q.dirty(), { status: "dirty", value: Y.value }; + else return this._def.out._parseSync({ data: Y.value, path: J.path, parent: J }); + } + } + static create($, Q) { + return new _fX({ in: $, out: Q, typeName: _.ZodPipeline }); + } +}; +var K7 = class extends Y$ { + _parse($) { + let Q = this._def.innerType._parse($), J = (Y) => { + if (Z0(Y)) Y.value = Object.freeze(Y.value); + return Y; + }; + return aQ(Q) ? Q.then((Y) => J(Y)) : J(Q); + } + unwrap() { + return this._def.innerType; + } +}; +K7.create = ($, Q) => { + return new K7({ innerType: $, typeName: _.ZodReadonly, ...e(Q) }); +}; +var vH$ = { object: g$.lazycreate }; +var _; +(function($) { + $.ZodString = "ZodString", $.ZodNumber = "ZodNumber", $.ZodNaN = "ZodNaN", $.ZodBigInt = "ZodBigInt", $.ZodBoolean = "ZodBoolean", $.ZodDate = "ZodDate", $.ZodSymbol = "ZodSymbol", $.ZodUndefined = "ZodUndefined", $.ZodNull = "ZodNull", $.ZodAny = "ZodAny", $.ZodUnknown = "ZodUnknown", $.ZodNever = "ZodNever", $.ZodVoid = "ZodVoid", $.ZodArray = "ZodArray", $.ZodObject = "ZodObject", $.ZodUnion = "ZodUnion", $.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", $.ZodIntersection = "ZodIntersection", $.ZodTuple = "ZodTuple", $.ZodRecord = "ZodRecord", $.ZodMap = "ZodMap", $.ZodSet = "ZodSet", $.ZodFunction = "ZodFunction", $.ZodLazy = "ZodLazy", $.ZodLiteral = "ZodLiteral", $.ZodEnum = "ZodEnum", $.ZodEffects = "ZodEffects", $.ZodNativeEnum = "ZodNativeEnum", $.ZodOptional = "ZodOptional", $.ZodNullable = "ZodNullable", $.ZodDefault = "ZodDefault", $.ZodCatch = "ZodCatch", $.ZodPromise = "ZodPromise", $.ZodBranded = "ZodBranded", $.ZodPipeline = "ZodPipeline", $.ZodReadonly = "ZodReadonly"; +})(_ || (_ = {})); +var CH$ = p4.create; +var TH$ = T8.create; +var xH$ = yX.create; +var yH$ = x8.create; +var fH$ = kX.create; +var gH$ = eQ.create; +var hH$ = SX.create; +var uH$ = $7.create; +var mH$ = Q7.create; +var lH$ = vX.create; +var cH$ = M0.create; +var pH$ = d4.create; +var dH$ = CX.create; +var iH$ = R4.create; +var XM = g$.create; +var nH$ = g$.strictCreate; +var rH$ = J7.create; +var oH$ = gH.create; +var tH$ = X7.create; +var aH$ = i4.create; +var sH$ = TX.create; +var eH$ = xX.create; +var $K$ = y8.create; +var QK$ = sQ.create; +var JK$ = Y7.create; +var XK$ = W7.create; +var YK$ = L0.create; +var WK$ = G7.create; +var GK$ = f8.create; +var UK$ = P4.create; +var HK$ = o6.create; +var KK$ = A1.create; +var qK$ = P4.createWithPreprocess; +var VK$ = fX.create; +var K4 = {}; +M4(K4, { version: () => cK, util: () => v, treeifyError: () => mX, toJSONSchema: () => e8, toDotPath: () => GM, safeParseAsync: () => P1, safeParse: () => R1, registry: () => R7, regexes: () => E1, prettifyError: () => lX, parseAsync: () => R0, parse: () => I0, locales: () => r8, isValidJWT: () => IM, isValidBase64URL: () => AM, isValidBase64: () => oK, globalRegistry: () => R6, globalConfig: () => q7, function: () => j3, formatError: () => l8, flattenError: () => m8, config: () => c$, clone: () => H6, _xid: () => f7, _void: () => N3, _uuidv7: () => k7, _uuidv6: () => _7, _uuidv4: () => b7, _uuid: () => E7, _url: () => S7, _uppercase: () => t7, _unknown: () => b0, _union: () => Wm, _undefined: () => q3, _ulid: () => y7, _uint64: () => H3, _uint32: () => Y3, _tuple: () => rq, _trim: () => JJ, _transform: () => Nm, _toUpperCase: () => YJ, _toLowerCase: () => XJ, _templateLiteral: () => Am, _symbol: () => K3, _success: () => Zm, _stringbool: () => M3, _stringFormat: () => L3, _string: () => aY, _startsWith: () => s7, _size: () => n7, _set: () => qm, _safeParseAsync: () => iX, _safeParse: () => dX, _regex: () => r7, _refine: () => Z3, _record: () => Hm, _readonly: () => jm, _property: () => nq, _promise: () => Rm, _positive: () => cq, _pipe: () => Lm, _parseAsync: () => pX, _parse: () => cX, _overwrite: () => a4, _optional: () => wm, _number: () => eY, _nullable: () => Om, _null: () => V3, _normalize: () => QJ, _nonpositive: () => dq, _nonoptional: () => Fm, _nonnegative: () => iq, _never: () => z3, _negative: () => pq, _nativeEnum: () => Bm, _nanoid: () => C7, _nan: () => O3, _multipleOf: () => _0, _minSize: () => k0, _minLength: () => k1, _min: () => P6, _mime: () => $J, _maxSize: () => t8, _maxLength: () => a8, _max: () => t6, _map: () => Km, _lte: () => t6, _lt: () => o4, _lowercase: () => o7, _literal: () => zm, _length: () => s8, _lazy: () => Im, _ksuid: () => g7, _jwt: () => i7, _isoTime: () => fq, _isoDuration: () => gq, _isoDateTime: () => xq, _isoDate: () => yq, _ipv6: () => u7, _ipv4: () => h7, _intersection: () => Um, _int64: () => U3, _int32: () => X3, _int: () => $3, _includes: () => a7, _guid: () => o8, _gte: () => P6, _gt: () => t4, _float64: () => J3, _float32: () => Q3, _file: () => D3, _enum: () => Vm, _endsWith: () => e7, _emoji: () => v7, _email: () => P7, _e164: () => d7, _discriminatedUnion: () => Gm, _default: () => Dm, _date: () => w3, _custom: () => F3, _cuid2: () => x7, _cuid: () => T7, _coercedString: () => Tq, _coercedNumber: () => hq, _coercedDate: () => lq, _coercedBoolean: () => uq, _coercedBigint: () => mq, _cidrv6: () => l7, _cidrv4: () => m7, _catch: () => Mm, _boolean: () => W3, _bigint: () => G3, _base64url: () => p7, _base64: () => c7, _array: () => WJ, _any: () => B3, TimePrecision: () => sY, NEVER: () => gX, JSONSchemaGenerator: () => A3, JSONSchema: () => bM, Doc: () => tX, $output: () => oY, $input: () => tY, $constructor: () => F, $brand: () => hX, $ZodXID: () => HY, $ZodVoid: () => PY, $ZodUnknown: () => E0, $ZodUnion: () => j7, $ZodUndefined: () => jY, $ZodUUID: () => $Y, $ZodURL: () => JY, $ZodULID: () => UY, $ZodType: () => o, $ZodTuple: () => _1, $ZodTransform: () => i8, $ZodTemplateLiteral: () => dY, $ZodSymbol: () => LY, $ZodSuccess: () => mY, $ZodStringFormat: () => j$, $ZodString: () => b1, $ZodSet: () => vY, $ZodRegistry: () => I7, $ZodRecord: () => kY, $ZodRealError: () => u8, $ZodReadonly: () => pY, $ZodPromise: () => iY, $ZodPrefault: () => hY, $ZodPipe: () => n8, $ZodOptional: () => yY, $ZodObject: () => L7, $ZodNumberFormat: () => ZY, $ZodNumber: () => Z7, $ZodNullable: () => fY, $ZodNull: () => AY, $ZodNonOptional: () => uY, $ZodNever: () => RY, $ZodNanoID: () => YY, $ZodNaN: () => cY, $ZodMap: () => SY, $ZodLiteral: () => TY, $ZodLazy: () => nY, $ZodKSUID: () => KY, $ZodJWT: () => DY, $ZodIntersection: () => _Y, $ZodISOTime: () => nK, $ZodISODuration: () => rK, $ZodISODateTime: () => dK, $ZodISODate: () => iK, $ZodIPv6: () => VY, $ZodIPv4: () => qY, $ZodGUID: () => eX, $ZodFunction: () => oq, $ZodFile: () => xY, $ZodError: () => F7, $ZodEnum: () => CY, $ZodEmoji: () => XY, $ZodEmail: () => QY, $ZodE164: () => OY, $ZodDiscriminatedUnion: () => bY, $ZodDefault: () => gY, $ZodDate: () => EY, $ZodCustomStringFormat: () => FY, $ZodCustom: () => rY, $ZodCheckUpperCase: () => yK, $ZodCheckStringFormat: () => c8, $ZodCheckStartsWith: () => gK, $ZodCheckSizeEquals: () => kK, $ZodCheckRegex: () => TK, $ZodCheckProperty: () => uK, $ZodCheckOverwrite: () => lK, $ZodCheckNumberFormat: () => PK, $ZodCheckMultipleOf: () => RK, $ZodCheckMinSize: () => _K, $ZodCheckMinLength: () => vK, $ZodCheckMimeType: () => mK, $ZodCheckMaxSize: () => bK, $ZodCheckMaxLength: () => SK, $ZodCheckLowerCase: () => xK, $ZodCheckLessThan: () => rX, $ZodCheckLengthEquals: () => CK, $ZodCheckIncludes: () => fK, $ZodCheckGreaterThan: () => oX, $ZodCheckEndsWith: () => hK, $ZodCheckBigIntFormat: () => EK, $ZodCheck: () => T$, $ZodCatch: () => lY, $ZodCUID2: () => GY, $ZodCUID: () => WY, $ZodCIDRv6: () => zY, $ZodCIDRv4: () => BY, $ZodBoolean: () => p8, $ZodBigIntFormat: () => MY, $ZodBigInt: () => M7, $ZodBase64URL: () => wY, $ZodBase64: () => NY, $ZodAsyncError: () => n4, $ZodArray: () => d8, $ZodAny: () => IY }); +var gX = Object.freeze({ status: "aborted" }); +function F($, Q, J) { + var _a5; + function Y(U, H) { + var _a6, _b3; + var q; + Object.defineProperty(U, "_zod", { value: (_a6 = U._zod) != null ? _a6 : {}, enumerable: false }), (_b3 = (q = U._zod).traits) != null ? _b3 : q.traits = /* @__PURE__ */ new Set(), U._zod.traits.add($), Q(U, H); + for (let V in G.prototype) if (!(V in U)) Object.defineProperty(U, V, { value: G.prototype[V].bind(U) }); + U._zod.constr = G, U._zod.def = H; + } + let X = (_a5 = J == null ? void 0 : J.Parent) != null ? _a5 : Object; + class W extends X { + } + Object.defineProperty(W, "name", { value: $ }); + function G(U) { + var _a6; + var H; + let q = (J == null ? void 0 : J.Parent) ? new W() : this; + Y(q, U), (_a6 = (H = q._zod).deferred) != null ? _a6 : H.deferred = []; + for (let V of q._zod.deferred) V(); + return q; + } + return Object.defineProperty(G, "init", { value: Y }), Object.defineProperty(G, Symbol.hasInstance, { value: (U) => { + var _a6, _b3; + if ((J == null ? void 0 : J.Parent) && U instanceof J.Parent) return true; + return (_b3 = (_a6 = U == null ? void 0 : U._zod) == null ? void 0 : _a6.traits) == null ? void 0 : _b3.has($); + } }), Object.defineProperty(G, "name", { value: $ }), G; +} +var hX = /* @__PURE__ */ Symbol("zod_brand"); +var n4 = class extends Error { + constructor() { + super("Encountered Promise during synchronous parse. Use .parseAsync() instead."); + } +}; +var q7 = {}; +function c$($) { + if ($) Object.assign(q7, $); + return q7; +} +var v = {}; +M4(v, { unwrapMessage: () => V7, stringifyPrimitive: () => x, required: () => Yu, randomString: () => oh, propertyKeyTypes: () => w7, promiseAllObject: () => rh, primitiveTypes: () => dH, prefixIssues: () => I6, pick: () => eh, partial: () => Xu, optionalKeys: () => iH, omit: () => $u, numKeys: () => th, nullish: () => I1, normalizeParams: () => k, merge: () => Ju, jsonStringifyReplacer: () => mH, joinValues: () => P, issue: () => oH, isPlainObject: () => h8, isObject: () => g8, getSizableOrigin: () => O7, getParsedType: () => ah, getLengthableOrigin: () => D7, getEnumValues: () => B7, getElementAtPath: () => nh, floatSafeRemainder: () => lH, finalizeIssue: () => g6, extend: () => Qu, escapeRegex: () => r4, esc: () => j0, defineLazy: () => N$, createTransparentProxy: () => sh, clone: () => H6, cleanRegex: () => N7, cleanEnum: () => Wu, captureStackTrace: () => uX, cached: () => z7, assignProp: () => cH, assertNotEqual: () => ch, assertNever: () => dh, assertIs: () => ph, assertEqual: () => lh, assert: () => ih, allowsEval: () => pH, aborted: () => A0, NUMBER_FORMAT_RANGES: () => nH, Class: () => YM, BIGINT_FORMAT_RANGES: () => rH }); +function lh($) { + return $; +} +function ch($) { + return $; +} +function ph($) { +} +function dh($) { + throw Error(); +} +function ih($) { +} +function B7($) { + let Q = Object.values($).filter((Y) => typeof Y === "number"); + return Object.entries($).filter(([Y, X]) => Q.indexOf(+Y) === -1).map(([Y, X]) => X); +} +function P($, Q = "|") { + return $.map((J) => x(J)).join(Q); +} +function mH($, Q) { + if (typeof Q === "bigint") return Q.toString(); + return Q; +} +function z7($) { + return { get value() { + { + let J = $(); + return Object.defineProperty(this, "value", { value: J }), J; + } + throw Error("cached value already set"); + } }; +} +function I1($) { + return $ === null || $ === void 0; +} +function N7($) { + let Q = $.startsWith("^") ? 1 : 0, J = $.endsWith("$") ? $.length - 1 : $.length; + return $.slice(Q, J); +} +function lH($, Q) { + let J = ($.toString().split(".")[1] || "").length, Y = (Q.toString().split(".")[1] || "").length, X = J > Y ? J : Y, W = Number.parseInt($.toFixed(X).replace(".", "")), G = Number.parseInt(Q.toFixed(X).replace(".", "")); + return W % G / 10 ** X; +} +function N$($, Q, J) { + Object.defineProperty($, Q, { get() { + { + let X = J(); + return $[Q] = X, X; + } + throw Error("cached value already set"); + }, set(X) { + Object.defineProperty($, Q, { value: X }); + }, configurable: true }); +} +function cH($, Q, J) { + Object.defineProperty($, Q, { value: J, writable: true, enumerable: true, configurable: true }); +} +function nh($, Q) { + if (!Q) return $; + return Q.reduce((J, Y) => J == null ? void 0 : J[Y], $); +} +function rh($) { + let Q = Object.keys($), J = Q.map((Y) => $[Y]); + return Promise.all(J).then((Y) => { + let X = {}; + for (let W = 0; W < Q.length; W++) X[Q[W]] = Y[W]; + return X; + }); +} +function oh($ = 10) { + let J = ""; + for (let Y = 0; Y < $; Y++) J += "abcdefghijklmnopqrstuvwxyz"[Math.floor(Math.random() * 26)]; + return J; +} +function j0($) { + return JSON.stringify($); +} +var uX = Error.captureStackTrace ? Error.captureStackTrace : (...$) => { +}; +function g8($) { + return typeof $ === "object" && $ !== null && !Array.isArray($); +} +var pH = z7(() => { + var _a5; + if (typeof navigator < "u" && ((_a5 = navigator == null ? void 0 : navigator.userAgent) == null ? void 0 : _a5.includes("Cloudflare"))) return false; + try { + return new Function(""), true; + } catch ($) { + return false; + } +}); +function h8($) { + if (g8($) === false) return false; + let Q = $.constructor; + if (Q === void 0) return true; + let J = Q.prototype; + if (g8(J) === false) return false; + if (Object.prototype.hasOwnProperty.call(J, "isPrototypeOf") === false) return false; + return true; +} +function th($) { + let Q = 0; + for (let J in $) if (Object.prototype.hasOwnProperty.call($, J)) Q++; + return Q; +} +var ah = ($) => { + let Q = typeof $; + switch (Q) { + case "undefined": + return "undefined"; + case "string": + return "string"; + case "number": + return Number.isNaN($) ? "nan" : "number"; + case "boolean": + return "boolean"; + case "function": + return "function"; + case "bigint": + return "bigint"; + case "symbol": + return "symbol"; + case "object": + if (Array.isArray($)) return "array"; + if ($ === null) return "null"; + if ($.then && typeof $.then === "function" && $.catch && typeof $.catch === "function") return "promise"; + if (typeof Map < "u" && $ instanceof Map) return "map"; + if (typeof Set < "u" && $ instanceof Set) return "set"; + if (typeof Date < "u" && $ instanceof Date) return "date"; + if (typeof File < "u" && $ instanceof File) return "file"; + return "object"; + default: + throw Error(`Unknown data type: ${Q}`); + } +}; +var w7 = /* @__PURE__ */ new Set(["string", "number", "symbol"]); +var dH = /* @__PURE__ */ new Set(["string", "number", "bigint", "boolean", "symbol", "undefined"]); +function r4($) { + return $.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); +} +function H6($, Q, J) { + let Y = new $._zod.constr(Q != null ? Q : $._zod.def); + if (!Q || (J == null ? void 0 : J.parent)) Y._zod.parent = $; + return Y; +} +function k($) { + let Q = $; + if (!Q) return {}; + if (typeof Q === "string") return { error: () => Q }; + if ((Q == null ? void 0 : Q.message) !== void 0) { + if ((Q == null ? void 0 : Q.error) !== void 0) throw Error("Cannot specify both `message` and `error` params"); + Q.error = Q.message; + } + if (delete Q.message, typeof Q.error === "string") return { ...Q, error: () => Q.error }; + return Q; +} +function sh($) { + let Q; + return new Proxy({}, { get(J, Y, X) { + return Q != null ? Q : Q = $(), Reflect.get(Q, Y, X); + }, set(J, Y, X, W) { + return Q != null ? Q : Q = $(), Reflect.set(Q, Y, X, W); + }, has(J, Y) { + return Q != null ? Q : Q = $(), Reflect.has(Q, Y); + }, deleteProperty(J, Y) { + return Q != null ? Q : Q = $(), Reflect.deleteProperty(Q, Y); + }, ownKeys(J) { + return Q != null ? Q : Q = $(), Reflect.ownKeys(Q); + }, getOwnPropertyDescriptor(J, Y) { + return Q != null ? Q : Q = $(), Reflect.getOwnPropertyDescriptor(Q, Y); + }, defineProperty(J, Y, X) { + return Q != null ? Q : Q = $(), Reflect.defineProperty(Q, Y, X); + } }); +} +function x($) { + if (typeof $ === "bigint") return $.toString() + "n"; + if (typeof $ === "string") return `"${$}"`; + return `${$}`; +} +function iH($) { + return Object.keys($).filter((Q) => { + return $[Q]._zod.optin === "optional" && $[Q]._zod.optout === "optional"; + }); +} +var nH = { safeint: [Number.MIN_SAFE_INTEGER, Number.MAX_SAFE_INTEGER], int32: [-2147483648, 2147483647], uint32: [0, 4294967295], float32: [-34028234663852886e22, 34028234663852886e22], float64: [-Number.MAX_VALUE, Number.MAX_VALUE] }; +var rH = { int64: [BigInt("-9223372036854775808"), BigInt("9223372036854775807")], uint64: [BigInt(0), BigInt("18446744073709551615")] }; +function eh($, Q) { + let J = {}, Y = $._zod.def; + for (let X in Q) { + if (!(X in Y.shape)) throw Error(`Unrecognized key: "${X}"`); + if (!Q[X]) continue; + J[X] = Y.shape[X]; + } + return H6($, { ...$._zod.def, shape: J, checks: [] }); +} +function $u($, Q) { + let J = { ...$._zod.def.shape }, Y = $._zod.def; + for (let X in Q) { + if (!(X in Y.shape)) throw Error(`Unrecognized key: "${X}"`); + if (!Q[X]) continue; + delete J[X]; + } + return H6($, { ...$._zod.def, shape: J, checks: [] }); +} +function Qu($, Q) { + if (!h8(Q)) throw Error("Invalid input to extend: expected a plain object"); + let J = { ...$._zod.def, get shape() { + let Y = { ...$._zod.def.shape, ...Q }; + return cH(this, "shape", Y), Y; + }, checks: [] }; + return H6($, J); +} +function Ju($, Q) { + return H6($, { ...$._zod.def, get shape() { + let J = { ...$._zod.def.shape, ...Q._zod.def.shape }; + return cH(this, "shape", J), J; + }, catchall: Q._zod.def.catchall, checks: [] }); +} +function Xu($, Q, J) { + let Y = Q._zod.def.shape, X = { ...Y }; + if (J) for (let W in J) { + if (!(W in Y)) throw Error(`Unrecognized key: "${W}"`); + if (!J[W]) continue; + X[W] = $ ? new $({ type: "optional", innerType: Y[W] }) : Y[W]; + } + else for (let W in Y) X[W] = $ ? new $({ type: "optional", innerType: Y[W] }) : Y[W]; + return H6(Q, { ...Q._zod.def, shape: X, checks: [] }); +} +function Yu($, Q, J) { + let Y = Q._zod.def.shape, X = { ...Y }; + if (J) for (let W in J) { + if (!(W in X)) throw Error(`Unrecognized key: "${W}"`); + if (!J[W]) continue; + X[W] = new $({ type: "nonoptional", innerType: Y[W] }); + } + else for (let W in Y) X[W] = new $({ type: "nonoptional", innerType: Y[W] }); + return H6(Q, { ...Q._zod.def, shape: X, checks: [] }); +} +function A0($, Q = 0) { + var _a5; + for (let J = Q; J < $.issues.length; J++) if (((_a5 = $.issues[J]) == null ? void 0 : _a5.continue) !== true) return true; + return false; +} +function I6($, Q) { + return Q.map((J) => { + var _a5; + var Y; + return (_a5 = (Y = J).path) != null ? _a5 : Y.path = [], J.path.unshift($), J; + }); +} +function V7($) { + return typeof $ === "string" ? $ : $ == null ? void 0 : $.message; +} +function g6($, Q, J) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3; + let Y = { ...$, path: (_a5 = $.path) != null ? _a5 : [] }; + if (!$.message) { + let X = (_k3 = (_j = (_h2 = (_f2 = V7((_d = (_c2 = (_b3 = $.inst) == null ? void 0 : _b3._zod.def) == null ? void 0 : _c2.error) == null ? void 0 : _d.call(_c2, $))) != null ? _f2 : V7((_e2 = Q == null ? void 0 : Q.error) == null ? void 0 : _e2.call(Q, $))) != null ? _h2 : V7((_g = J.customError) == null ? void 0 : _g.call(J, $))) != null ? _j : V7((_i = J.localeError) == null ? void 0 : _i.call(J, $))) != null ? _k3 : "Invalid input"; + Y.message = X; + } + if (delete Y.inst, delete Y.continue, !(Q == null ? void 0 : Q.reportInput)) delete Y.input; + return Y; +} +function O7($) { + if ($ instanceof Set) return "set"; + if ($ instanceof Map) return "map"; + if ($ instanceof File) return "file"; + return "unknown"; +} +function D7($) { + if (Array.isArray($)) return "array"; + if (typeof $ === "string") return "string"; + return "unknown"; +} +function oH(...$) { + let [Q, J, Y] = $; + if (typeof Q === "string") return { message: Q, code: "custom", input: J, inst: Y }; + return { ...Q }; +} +function Wu($) { + return Object.entries($).filter(([Q, J]) => { + return Number.isNaN(Number.parseInt(Q, 10)); + }).map((Q) => Q[1]); +} +var YM = class { + constructor(...$) { + } +}; +var WM = ($, Q) => { + $.name = "$ZodError", Object.defineProperty($, "_zod", { value: $._zod, enumerable: false }), Object.defineProperty($, "issues", { value: Q, enumerable: false }), Object.defineProperty($, "message", { get() { + return JSON.stringify(Q, mH, 2); + }, enumerable: true }); +}; +var F7 = F("$ZodError", WM); +var u8 = F("$ZodError", WM, { Parent: Error }); +function m8($, Q = (J) => J.message) { + let J = {}, Y = []; + for (let X of $.issues) if (X.path.length > 0) J[X.path[0]] = J[X.path[0]] || [], J[X.path[0]].push(Q(X)); + else Y.push(Q(X)); + return { formErrors: Y, fieldErrors: J }; +} +function l8($, Q) { + let J = Q || function(W) { + return W.message; + }, Y = { _errors: [] }, X = (W) => { + for (let G of W.issues) if (G.code === "invalid_union" && G.errors.length) G.errors.map((U) => X({ issues: U })); + else if (G.code === "invalid_key") X({ issues: G.issues }); + else if (G.code === "invalid_element") X({ issues: G.issues }); + else if (G.path.length === 0) Y._errors.push(J(G)); + else { + let U = Y, H = 0; + while (H < G.path.length) { + let q = G.path[H]; + if (H !== G.path.length - 1) U[q] = U[q] || { _errors: [] }; + else U[q] = U[q] || { _errors: [] }, U[q]._errors.push(J(G)); + U = U[q], H++; + } + } + }; + return X($), Y; +} +function mX($, Q) { + let J = Q || function(W) { + return W.message; + }, Y = { errors: [] }, X = (W, G = []) => { + var _a5, _b3, _c2, _d; + var U, H; + for (let q of W.issues) if (q.code === "invalid_union" && q.errors.length) q.errors.map((V) => X({ issues: V }, q.path)); + else if (q.code === "invalid_key") X({ issues: q.issues }, q.path); + else if (q.code === "invalid_element") X({ issues: q.issues }, q.path); + else { + let V = [...G, ...q.path]; + if (V.length === 0) { + Y.errors.push(J(q)); + continue; + } + let B = Y, z4 = 0; + while (z4 < V.length) { + let N = V[z4], w = z4 === V.length - 1; + if (typeof N === "string") (_a5 = B.properties) != null ? _a5 : B.properties = {}, (_b3 = (U = B.properties)[N]) != null ? _b3 : U[N] = { errors: [] }, B = B.properties[N]; + else (_c2 = B.items) != null ? _c2 : B.items = [], (_d = (H = B.items)[N]) != null ? _d : H[N] = { errors: [] }, B = B.items[N]; + if (w) B.errors.push(J(q)); + z4++; + } + } + }; + return X($), Y; +} +function GM($) { + let Q = []; + for (let J of $) if (typeof J === "number") Q.push(`[${J}]`); + else if (typeof J === "symbol") Q.push(`[${JSON.stringify(String(J))}]`); + else if (/[^\w$]/.test(J)) Q.push(`[${JSON.stringify(J)}]`); + else { + if (Q.length) Q.push("."); + Q.push(J); + } + return Q.join(""); +} +function lX($) { + var _a5; + let Q = [], J = [...$.issues].sort((Y, X) => Y.path.length - X.path.length); + for (let Y of J) if (Q.push(`\u2716 ${Y.message}`), (_a5 = Y.path) == null ? void 0 : _a5.length) Q.push(` \u2192 at ${GM(Y.path)}`); + return Q.join(` +`); +} +var cX = ($) => (Q, J, Y, X) => { + var _a5; + let W = Y ? Object.assign(Y, { async: false }) : { async: false }, G = Q._zod.run({ value: J, issues: [] }, W); + if (G instanceof Promise) throw new n4(); + if (G.issues.length) { + let U = new ((_a5 = X == null ? void 0 : X.Err) != null ? _a5 : $)(G.issues.map((H) => g6(H, W, c$()))); + throw uX(U, X == null ? void 0 : X.callee), U; + } + return G.value; +}; +var I0 = cX(u8); +var pX = ($) => async (Q, J, Y, X) => { + var _a5; + let W = Y ? Object.assign(Y, { async: true }) : { async: true }, G = Q._zod.run({ value: J, issues: [] }, W); + if (G instanceof Promise) G = await G; + if (G.issues.length) { + let U = new ((_a5 = X == null ? void 0 : X.Err) != null ? _a5 : $)(G.issues.map((H) => g6(H, W, c$()))); + throw uX(U, X == null ? void 0 : X.callee), U; + } + return G.value; +}; +var R0 = pX(u8); +var dX = ($) => (Q, J, Y) => { + let X = Y ? { ...Y, async: false } : { async: false }, W = Q._zod.run({ value: J, issues: [] }, X); + if (W instanceof Promise) throw new n4(); + return W.issues.length ? { success: false, error: new ($ != null ? $ : F7)(W.issues.map((G) => g6(G, X, c$()))) } : { success: true, data: W.value }; +}; +var R1 = dX(u8); +var iX = ($) => async (Q, J, Y) => { + let X = Y ? Object.assign(Y, { async: true }) : { async: true }, W = Q._zod.run({ value: J, issues: [] }, X); + if (W instanceof Promise) W = await W; + return W.issues.length ? { success: false, error: new $(W.issues.map((G) => g6(G, X, c$()))) } : { success: true, data: W.value }; +}; +var P1 = iX(u8); +var E1 = {}; +M4(E1, { xid: () => eH, uuid7: () => qu, uuid6: () => Ku, uuid4: () => Hu, uuid: () => P0, uppercase: () => IK, unicodeEmail: () => zu, undefined: () => jK, ulid: () => sH, time: () => NK, string: () => OK, rfc5322Email: () => Bu, number: () => ZK, null: () => LK, nanoid: () => QK, lowercase: () => AK, ksuid: () => $K, ipv6: () => UK, ipv4: () => GK, integer: () => FK, html5Email: () => Vu, hostname: () => VK, guid: () => XK, extendedDuration: () => Uu, emoji: () => WK, email: () => YK, e164: () => BK, duration: () => JK, domain: () => Ou, datetime: () => wK, date: () => zK, cuid2: () => aH, cuid: () => tH, cidrv6: () => KK, cidrv4: () => HK, browserEmail: () => Nu, boolean: () => MK, bigint: () => DK, base64url: () => nX, base64: () => qK, _emoji: () => wu }); +var tH = /^[cC][^\s-]{8,}$/; +var aH = /^[0-9a-z]+$/; +var sH = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/; +var eH = /^[0-9a-vA-V]{20}$/; +var $K = /^[A-Za-z0-9]{27}$/; +var QK = /^[a-zA-Z0-9_-]{21}$/; +var JK = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/; +var Uu = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/; +var XK = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/; +var P0 = ($) => { + if (!$) return /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/; + return new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${$}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`); +}; +var Hu = P0(4); +var Ku = P0(6); +var qu = P0(7); +var YK = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/; +var Vu = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/; +var Bu = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; +var zu = /^[^\s@"]{1,64}@[^\s@]{1,255}$/u; +var Nu = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/; +var wu = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$"; +function WK() { + return new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$", "u"); +} +var GK = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/; +var UK = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/; +var HK = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/; +var KK = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/; +var qK = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/; +var nX = /^[A-Za-z0-9_-]*$/; +var VK = /^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/; +var Ou = /^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/; +var BK = /^\+(?:[0-9]){6,14}[0-9]$/; +var UM = "(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))"; +var zK = new RegExp(`^${UM}$`); +function HM($) { + return typeof $.precision === "number" ? $.precision === -1 ? "(?:[01]\\d|2[0-3]):[0-5]\\d" : $.precision === 0 ? "(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d" : `(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{${$.precision}}` : "(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?"; +} +function NK($) { + return new RegExp(`^${HM($)}$`); +} +function wK($) { + let Q = HM({ precision: $.precision }), J = ["Z"]; + if ($.local) J.push(""); + if ($.offset) J.push("([+-]\\d{2}:\\d{2})"); + let Y = `${Q}(?:${J.join("|")})`; + return new RegExp(`^${UM}T(?:${Y})$`); +} +var OK = ($) => { + var _a5, _b3; + let Q = $ ? `[\\s\\S]{${(_a5 = $ == null ? void 0 : $.minimum) != null ? _a5 : 0},${(_b3 = $ == null ? void 0 : $.maximum) != null ? _b3 : ""}}` : "[\\s\\S]*"; + return new RegExp(`^${Q}$`); +}; +var DK = /^\d+n?$/; +var FK = /^\d+$/; +var ZK = /^-?\d+(?:\.\d+)?/i; +var MK = /true|false/i; +var LK = /null/i; +var jK = /undefined/i; +var AK = /^[^A-Z]*$/; +var IK = /^[^a-z]*$/; +var T$ = F("$ZodCheck", ($, Q) => { + var _a5, _b3; + var J; + (_a5 = $._zod) != null ? _a5 : $._zod = {}, $._zod.def = Q, (_b3 = (J = $._zod).onattach) != null ? _b3 : J.onattach = []; +}); +var qM = { number: "number", bigint: "bigint", object: "date" }; +var rX = F("$ZodCheckLessThan", ($, Q) => { + T$.init($, Q); + let J = qM[typeof Q.value]; + $._zod.onattach.push((Y) => { + var _a5; + let X = Y._zod.bag, W = (_a5 = Q.inclusive ? X.maximum : X.exclusiveMaximum) != null ? _a5 : Number.POSITIVE_INFINITY; + if (Q.value < W) if (Q.inclusive) X.maximum = Q.value; + else X.exclusiveMaximum = Q.value; + }), $._zod.check = (Y) => { + if (Q.inclusive ? Y.value <= Q.value : Y.value < Q.value) return; + Y.issues.push({ origin: J, code: "too_big", maximum: Q.value, input: Y.value, inclusive: Q.inclusive, inst: $, continue: !Q.abort }); + }; +}); +var oX = F("$ZodCheckGreaterThan", ($, Q) => { + T$.init($, Q); + let J = qM[typeof Q.value]; + $._zod.onattach.push((Y) => { + var _a5; + let X = Y._zod.bag, W = (_a5 = Q.inclusive ? X.minimum : X.exclusiveMinimum) != null ? _a5 : Number.NEGATIVE_INFINITY; + if (Q.value > W) if (Q.inclusive) X.minimum = Q.value; + else X.exclusiveMinimum = Q.value; + }), $._zod.check = (Y) => { + if (Q.inclusive ? Y.value >= Q.value : Y.value > Q.value) return; + Y.issues.push({ origin: J, code: "too_small", minimum: Q.value, input: Y.value, inclusive: Q.inclusive, inst: $, continue: !Q.abort }); + }; +}); +var RK = F("$ZodCheckMultipleOf", ($, Q) => { + T$.init($, Q), $._zod.onattach.push((J) => { + var _a5; + var Y; + (_a5 = (Y = J._zod.bag).multipleOf) != null ? _a5 : Y.multipleOf = Q.value; + }), $._zod.check = (J) => { + if (typeof J.value !== typeof Q.value) throw Error("Cannot mix number and bigint in multiple_of check."); + if (typeof J.value === "bigint" ? J.value % Q.value === BigInt(0) : lH(J.value, Q.value) === 0) return; + J.issues.push({ origin: typeof J.value, code: "not_multiple_of", divisor: Q.value, input: J.value, inst: $, continue: !Q.abort }); + }; +}); +var PK = F("$ZodCheckNumberFormat", ($, Q) => { + var _a5; + T$.init($, Q), Q.format = Q.format || "float64"; + let J = (_a5 = Q.format) == null ? void 0 : _a5.includes("int"), Y = J ? "int" : "number", [X, W] = nH[Q.format]; + $._zod.onattach.push((G) => { + let U = G._zod.bag; + if (U.format = Q.format, U.minimum = X, U.maximum = W, J) U.pattern = FK; + }), $._zod.check = (G) => { + let U = G.value; + if (J) { + if (!Number.isInteger(U)) { + G.issues.push({ expected: Y, format: Q.format, code: "invalid_type", input: U, inst: $ }); + return; + } + if (!Number.isSafeInteger(U)) { + if (U > 0) G.issues.push({ input: U, code: "too_big", maximum: Number.MAX_SAFE_INTEGER, note: "Integers must be within the safe integer range.", inst: $, origin: Y, continue: !Q.abort }); + else G.issues.push({ input: U, code: "too_small", minimum: Number.MIN_SAFE_INTEGER, note: "Integers must be within the safe integer range.", inst: $, origin: Y, continue: !Q.abort }); + return; + } + } + if (U < X) G.issues.push({ origin: "number", input: U, code: "too_small", minimum: X, inclusive: true, inst: $, continue: !Q.abort }); + if (U > W) G.issues.push({ origin: "number", input: U, code: "too_big", maximum: W, inst: $ }); + }; +}); +var EK = F("$ZodCheckBigIntFormat", ($, Q) => { + T$.init($, Q); + let [J, Y] = rH[Q.format]; + $._zod.onattach.push((X) => { + let W = X._zod.bag; + W.format = Q.format, W.minimum = J, W.maximum = Y; + }), $._zod.check = (X) => { + let W = X.value; + if (W < J) X.issues.push({ origin: "bigint", input: W, code: "too_small", minimum: J, inclusive: true, inst: $, continue: !Q.abort }); + if (W > Y) X.issues.push({ origin: "bigint", input: W, code: "too_big", maximum: Y, inst: $ }); + }; +}); +var bK = F("$ZodCheckMaxSize", ($, Q) => { + T$.init($, Q), $._zod.when = (J) => { + let Y = J.value; + return !I1(Y) && Y.size !== void 0; + }, $._zod.onattach.push((J) => { + var _a5; + let Y = (_a5 = J._zod.bag.maximum) != null ? _a5 : Number.POSITIVE_INFINITY; + if (Q.maximum < Y) J._zod.bag.maximum = Q.maximum; + }), $._zod.check = (J) => { + let Y = J.value; + if (Y.size <= Q.maximum) return; + J.issues.push({ origin: O7(Y), code: "too_big", maximum: Q.maximum, input: Y, inst: $, continue: !Q.abort }); + }; +}); +var _K = F("$ZodCheckMinSize", ($, Q) => { + T$.init($, Q), $._zod.when = (J) => { + let Y = J.value; + return !I1(Y) && Y.size !== void 0; + }, $._zod.onattach.push((J) => { + var _a5; + let Y = (_a5 = J._zod.bag.minimum) != null ? _a5 : Number.NEGATIVE_INFINITY; + if (Q.minimum > Y) J._zod.bag.minimum = Q.minimum; + }), $._zod.check = (J) => { + let Y = J.value; + if (Y.size >= Q.minimum) return; + J.issues.push({ origin: O7(Y), code: "too_small", minimum: Q.minimum, input: Y, inst: $, continue: !Q.abort }); + }; +}); +var kK = F("$ZodCheckSizeEquals", ($, Q) => { + T$.init($, Q), $._zod.when = (J) => { + let Y = J.value; + return !I1(Y) && Y.size !== void 0; + }, $._zod.onattach.push((J) => { + let Y = J._zod.bag; + Y.minimum = Q.size, Y.maximum = Q.size, Y.size = Q.size; + }), $._zod.check = (J) => { + let Y = J.value, X = Y.size; + if (X === Q.size) return; + let W = X > Q.size; + J.issues.push({ origin: O7(Y), ...W ? { code: "too_big", maximum: Q.size } : { code: "too_small", minimum: Q.size }, inclusive: true, exact: true, input: J.value, inst: $, continue: !Q.abort }); + }; +}); +var SK = F("$ZodCheckMaxLength", ($, Q) => { + T$.init($, Q), $._zod.when = (J) => { + let Y = J.value; + return !I1(Y) && Y.length !== void 0; + }, $._zod.onattach.push((J) => { + var _a5; + let Y = (_a5 = J._zod.bag.maximum) != null ? _a5 : Number.POSITIVE_INFINITY; + if (Q.maximum < Y) J._zod.bag.maximum = Q.maximum; + }), $._zod.check = (J) => { + let Y = J.value; + if (Y.length <= Q.maximum) return; + let W = D7(Y); + J.issues.push({ origin: W, code: "too_big", maximum: Q.maximum, inclusive: true, input: Y, inst: $, continue: !Q.abort }); + }; +}); +var vK = F("$ZodCheckMinLength", ($, Q) => { + T$.init($, Q), $._zod.when = (J) => { + let Y = J.value; + return !I1(Y) && Y.length !== void 0; + }, $._zod.onattach.push((J) => { + var _a5; + let Y = (_a5 = J._zod.bag.minimum) != null ? _a5 : Number.NEGATIVE_INFINITY; + if (Q.minimum > Y) J._zod.bag.minimum = Q.minimum; + }), $._zod.check = (J) => { + let Y = J.value; + if (Y.length >= Q.minimum) return; + let W = D7(Y); + J.issues.push({ origin: W, code: "too_small", minimum: Q.minimum, inclusive: true, input: Y, inst: $, continue: !Q.abort }); + }; +}); +var CK = F("$ZodCheckLengthEquals", ($, Q) => { + T$.init($, Q), $._zod.when = (J) => { + let Y = J.value; + return !I1(Y) && Y.length !== void 0; + }, $._zod.onattach.push((J) => { + let Y = J._zod.bag; + Y.minimum = Q.length, Y.maximum = Q.length, Y.length = Q.length; + }), $._zod.check = (J) => { + let Y = J.value, X = Y.length; + if (X === Q.length) return; + let W = D7(Y), G = X > Q.length; + J.issues.push({ origin: W, ...G ? { code: "too_big", maximum: Q.length } : { code: "too_small", minimum: Q.length }, inclusive: true, exact: true, input: J.value, inst: $, continue: !Q.abort }); + }; +}); +var c8 = F("$ZodCheckStringFormat", ($, Q) => { + var _a5, _b3; + var J, Y; + if (T$.init($, Q), $._zod.onattach.push((X) => { + var _a6; + let W = X._zod.bag; + if (W.format = Q.format, Q.pattern) (_a6 = W.patterns) != null ? _a6 : W.patterns = /* @__PURE__ */ new Set(), W.patterns.add(Q.pattern); + }), Q.pattern) (_a5 = (J = $._zod).check) != null ? _a5 : J.check = (X) => { + if (Q.pattern.lastIndex = 0, Q.pattern.test(X.value)) return; + X.issues.push({ origin: "string", code: "invalid_format", format: Q.format, input: X.value, ...Q.pattern ? { pattern: Q.pattern.toString() } : {}, inst: $, continue: !Q.abort }); + }; + else (_b3 = (Y = $._zod).check) != null ? _b3 : Y.check = () => { + }; +}); +var TK = F("$ZodCheckRegex", ($, Q) => { + c8.init($, Q), $._zod.check = (J) => { + if (Q.pattern.lastIndex = 0, Q.pattern.test(J.value)) return; + J.issues.push({ origin: "string", code: "invalid_format", format: "regex", input: J.value, pattern: Q.pattern.toString(), inst: $, continue: !Q.abort }); + }; +}); +var xK = F("$ZodCheckLowerCase", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = AK, c8.init($, Q); +}); +var yK = F("$ZodCheckUpperCase", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = IK, c8.init($, Q); +}); +var fK = F("$ZodCheckIncludes", ($, Q) => { + T$.init($, Q); + let J = r4(Q.includes), Y = new RegExp(typeof Q.position === "number" ? `^.{${Q.position}}${J}` : J); + Q.pattern = Y, $._zod.onattach.push((X) => { + var _a5; + let W = X._zod.bag; + (_a5 = W.patterns) != null ? _a5 : W.patterns = /* @__PURE__ */ new Set(), W.patterns.add(Y); + }), $._zod.check = (X) => { + if (X.value.includes(Q.includes, Q.position)) return; + X.issues.push({ origin: "string", code: "invalid_format", format: "includes", includes: Q.includes, input: X.value, inst: $, continue: !Q.abort }); + }; +}); +var gK = F("$ZodCheckStartsWith", ($, Q) => { + var _a5; + T$.init($, Q); + let J = new RegExp(`^${r4(Q.prefix)}.*`); + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = J, $._zod.onattach.push((Y) => { + var _a6; + let X = Y._zod.bag; + (_a6 = X.patterns) != null ? _a6 : X.patterns = /* @__PURE__ */ new Set(), X.patterns.add(J); + }), $._zod.check = (Y) => { + if (Y.value.startsWith(Q.prefix)) return; + Y.issues.push({ origin: "string", code: "invalid_format", format: "starts_with", prefix: Q.prefix, input: Y.value, inst: $, continue: !Q.abort }); + }; +}); +var hK = F("$ZodCheckEndsWith", ($, Q) => { + var _a5; + T$.init($, Q); + let J = new RegExp(`.*${r4(Q.suffix)}$`); + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = J, $._zod.onattach.push((Y) => { + var _a6; + let X = Y._zod.bag; + (_a6 = X.patterns) != null ? _a6 : X.patterns = /* @__PURE__ */ new Set(), X.patterns.add(J); + }), $._zod.check = (Y) => { + if (Y.value.endsWith(Q.suffix)) return; + Y.issues.push({ origin: "string", code: "invalid_format", format: "ends_with", suffix: Q.suffix, input: Y.value, inst: $, continue: !Q.abort }); + }; +}); +function KM($, Q, J) { + if ($.issues.length) Q.issues.push(...I6(J, $.issues)); +} +var uK = F("$ZodCheckProperty", ($, Q) => { + T$.init($, Q), $._zod.check = (J) => { + let Y = Q.schema._zod.run({ value: J.value[Q.property], issues: [] }, {}); + if (Y instanceof Promise) return Y.then((X) => KM(X, J, Q.property)); + KM(Y, J, Q.property); + return; + }; +}); +var mK = F("$ZodCheckMimeType", ($, Q) => { + T$.init($, Q); + let J = new Set(Q.mime); + $._zod.onattach.push((Y) => { + Y._zod.bag.mime = Q.mime; + }), $._zod.check = (Y) => { + if (J.has(Y.value.type)) return; + Y.issues.push({ code: "invalid_value", values: Q.mime, input: Y.value.type, inst: $ }); + }; +}); +var lK = F("$ZodCheckOverwrite", ($, Q) => { + T$.init($, Q), $._zod.check = (J) => { + J.value = Q.tx(J.value); + }; +}); +var tX = class { + constructor($ = []) { + if (this.content = [], this.indent = 0, this) this.args = $; + } + indented($) { + this.indent += 1, $(this), this.indent -= 1; + } + write($) { + if (typeof $ === "function") { + $(this, { execution: "sync" }), $(this, { execution: "async" }); + return; + } + let J = $.split(` +`).filter((W) => W), Y = Math.min(...J.map((W) => W.length - W.trimStart().length)), X = J.map((W) => W.slice(Y)).map((W) => " ".repeat(this.indent * 2) + W); + for (let W of X) this.content.push(W); + } + compile() { + var _a5; + let $ = Function, Q = this == null ? void 0 : this.args, Y = [...((_a5 = this == null ? void 0 : this.content) != null ? _a5 : [""]).map((X) => ` ${X}`)]; + return new $(...Q, Y.join(` +`)); + } +}; +var cK = { major: 4, minor: 0, patch: 0 }; +var o = F("$ZodType", ($, Q) => { + var _a5, _b3, _c2; + var J; + $ != null ? $ : $ = {}, $._zod.def = Q, $._zod.bag = $._zod.bag || {}, $._zod.version = cK; + let Y = [...(_a5 = $._zod.def.checks) != null ? _a5 : []]; + if ($._zod.traits.has("$ZodCheck")) Y.unshift($); + for (let X of Y) for (let W of X._zod.onattach) W($); + if (Y.length === 0) (_b3 = (J = $._zod).deferred) != null ? _b3 : J.deferred = [], (_c2 = $._zod.deferred) == null ? void 0 : _c2.push(() => { + $._zod.run = $._zod.parse; + }); + else { + let X = (W, G, U) => { + let H = A0(W), q; + for (let V of G) { + if (V._zod.when) { + if (!V._zod.when(W)) continue; + } else if (H) continue; + let B = W.issues.length, z4 = V._zod.check(W); + if (z4 instanceof Promise && (U == null ? void 0 : U.async) === false) throw new n4(); + if (q || z4 instanceof Promise) q = (q != null ? q : Promise.resolve()).then(async () => { + if (await z4, W.issues.length === B) return; + if (!H) H = A0(W, B); + }); + else { + if (W.issues.length === B) continue; + if (!H) H = A0(W, B); + } + } + if (q) return q.then(() => { + return W; + }); + return W; + }; + $._zod.run = (W, G) => { + let U = $._zod.parse(W, G); + if (U instanceof Promise) { + if (G.async === false) throw new n4(); + return U.then((H) => X(H, Y, G)); + } + return X(U, Y, G); + }; + } + $["~standard"] = { validate: (X) => { + var _a6; + try { + let W = R1($, X); + return W.success ? { value: W.data } : { issues: (_a6 = W.error) == null ? void 0 : _a6.issues }; + } catch (W) { + return P1($, X).then((G) => { + var _a7; + return G.success ? { value: G.data } : { issues: (_a7 = G.error) == null ? void 0 : _a7.issues }; + }); + } + }, vendor: "zod", version: 1 }; +}); +var b1 = F("$ZodString", ($, Q) => { + var _a5, _b3, _c2; + o.init($, Q), $._zod.pattern = (_c2 = [...(_b3 = (_a5 = $ == null ? void 0 : $._zod.bag) == null ? void 0 : _a5.patterns) != null ? _b3 : []].pop()) != null ? _c2 : OK($._zod.bag), $._zod.parse = (J, Y) => { + if (Q.coerce) try { + J.value = String(J.value); + } catch (X) { + } + if (typeof J.value === "string") return J; + return J.issues.push({ expected: "string", code: "invalid_type", input: J.value, inst: $ }), J; + }; +}); +var j$ = F("$ZodStringFormat", ($, Q) => { + c8.init($, Q), b1.init($, Q); +}); +var eX = F("$ZodGUID", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = XK, j$.init($, Q); +}); +var $Y = F("$ZodUUID", ($, Q) => { + var _a5, _b3; + if (Q.version) { + let Y = { v1: 1, v2: 2, v3: 3, v4: 4, v5: 5, v6: 6, v7: 7, v8: 8 }[Q.version]; + if (Y === void 0) throw Error(`Invalid UUID version: "${Q.version}"`); + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = P0(Y); + } else (_b3 = Q.pattern) != null ? _b3 : Q.pattern = P0(); + j$.init($, Q); +}); +var QY = F("$ZodEmail", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = YK, j$.init($, Q); +}); +var JY = F("$ZodURL", ($, Q) => { + j$.init($, Q), $._zod.check = (J) => { + try { + let Y = J.value, X = new URL(Y), W = X.href; + if (Q.hostname) { + if (Q.hostname.lastIndex = 0, !Q.hostname.test(X.hostname)) J.issues.push({ code: "invalid_format", format: "url", note: "Invalid hostname", pattern: VK.source, input: J.value, inst: $, continue: !Q.abort }); + } + if (Q.protocol) { + if (Q.protocol.lastIndex = 0, !Q.protocol.test(X.protocol.endsWith(":") ? X.protocol.slice(0, -1) : X.protocol)) J.issues.push({ code: "invalid_format", format: "url", note: "Invalid protocol", pattern: Q.protocol.source, input: J.value, inst: $, continue: !Q.abort }); + } + if (!Y.endsWith("/") && W.endsWith("/")) J.value = W.slice(0, -1); + else J.value = W; + return; + } catch (Y) { + J.issues.push({ code: "invalid_format", format: "url", input: J.value, inst: $, continue: !Q.abort }); + } + }; +}); +var XY = F("$ZodEmoji", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = WK(), j$.init($, Q); +}); +var YY = F("$ZodNanoID", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = QK, j$.init($, Q); +}); +var WY = F("$ZodCUID", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = tH, j$.init($, Q); +}); +var GY = F("$ZodCUID2", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = aH, j$.init($, Q); +}); +var UY = F("$ZodULID", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = sH, j$.init($, Q); +}); +var HY = F("$ZodXID", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = eH, j$.init($, Q); +}); +var KY = F("$ZodKSUID", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = $K, j$.init($, Q); +}); +var dK = F("$ZodISODateTime", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = wK(Q), j$.init($, Q); +}); +var iK = F("$ZodISODate", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = zK, j$.init($, Q); +}); +var nK = F("$ZodISOTime", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = NK(Q), j$.init($, Q); +}); +var rK = F("$ZodISODuration", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = JK, j$.init($, Q); +}); +var qY = F("$ZodIPv4", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = GK, j$.init($, Q), $._zod.onattach.push((J) => { + let Y = J._zod.bag; + Y.format = "ipv4"; + }); +}); +var VY = F("$ZodIPv6", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = UK, j$.init($, Q), $._zod.onattach.push((J) => { + let Y = J._zod.bag; + Y.format = "ipv6"; + }), $._zod.check = (J) => { + try { + new URL(`http://[${J.value}]`); + } catch (e2) { + J.issues.push({ code: "invalid_format", format: "ipv6", input: J.value, inst: $, continue: !Q.abort }); + } + }; +}); +var BY = F("$ZodCIDRv4", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = HK, j$.init($, Q); +}); +var zY = F("$ZodCIDRv6", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = KK, j$.init($, Q), $._zod.check = (J) => { + let [Y, X] = J.value.split("/"); + try { + if (!X) throw Error(); + let W = Number(X); + if (`${W}` !== X) throw Error(); + if (W < 0 || W > 128) throw Error(); + new URL(`http://[${Y}]`); + } catch (e2) { + J.issues.push({ code: "invalid_format", format: "cidrv6", input: J.value, inst: $, continue: !Q.abort }); + } + }; +}); +function oK($) { + if ($ === "") return true; + if ($.length % 4 !== 0) return false; + try { + return atob($), true; + } catch (e2) { + return false; + } +} +var NY = F("$ZodBase64", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = qK, j$.init($, Q), $._zod.onattach.push((J) => { + J._zod.bag.contentEncoding = "base64"; + }), $._zod.check = (J) => { + if (oK(J.value)) return; + J.issues.push({ code: "invalid_format", format: "base64", input: J.value, inst: $, continue: !Q.abort }); + }; +}); +function AM($) { + if (!nX.test($)) return false; + let Q = $.replace(/[-_]/g, (Y) => Y === "-" ? "+" : "/"), J = Q.padEnd(Math.ceil(Q.length / 4) * 4, "="); + return oK(J); +} +var wY = F("$ZodBase64URL", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = nX, j$.init($, Q), $._zod.onattach.push((J) => { + J._zod.bag.contentEncoding = "base64url"; + }), $._zod.check = (J) => { + if (AM(J.value)) return; + J.issues.push({ code: "invalid_format", format: "base64url", input: J.value, inst: $, continue: !Q.abort }); + }; +}); +var OY = F("$ZodE164", ($, Q) => { + var _a5; + (_a5 = Q.pattern) != null ? _a5 : Q.pattern = BK, j$.init($, Q); +}); +function IM($, Q = null) { + try { + let J = $.split("."); + if (J.length !== 3) return false; + let [Y] = J; + if (!Y) return false; + let X = JSON.parse(atob(Y)); + if ("typ" in X && (X == null ? void 0 : X.typ) !== "JWT") return false; + if (!X.alg) return false; + if (Q && (!("alg" in X) || X.alg !== Q)) return false; + return true; + } catch (e2) { + return false; + } +} +var DY = F("$ZodJWT", ($, Q) => { + j$.init($, Q), $._zod.check = (J) => { + if (IM(J.value, Q.alg)) return; + J.issues.push({ code: "invalid_format", format: "jwt", input: J.value, inst: $, continue: !Q.abort }); + }; +}); +var FY = F("$ZodCustomStringFormat", ($, Q) => { + j$.init($, Q), $._zod.check = (J) => { + if (Q.fn(J.value)) return; + J.issues.push({ code: "invalid_format", format: Q.format, input: J.value, inst: $, continue: !Q.abort }); + }; +}); +var Z7 = F("$ZodNumber", ($, Q) => { + var _a5; + o.init($, Q), $._zod.pattern = (_a5 = $._zod.bag.pattern) != null ? _a5 : ZK, $._zod.parse = (J, Y) => { + if (Q.coerce) try { + J.value = Number(J.value); + } catch (G) { + } + let X = J.value; + if (typeof X === "number" && !Number.isNaN(X) && Number.isFinite(X)) return J; + let W = typeof X === "number" ? Number.isNaN(X) ? "NaN" : !Number.isFinite(X) ? "Infinity" : void 0 : void 0; + return J.issues.push({ expected: "number", code: "invalid_type", input: X, inst: $, ...W ? { received: W } : {} }), J; + }; +}); +var ZY = F("$ZodNumber", ($, Q) => { + PK.init($, Q), Z7.init($, Q); +}); +var p8 = F("$ZodBoolean", ($, Q) => { + o.init($, Q), $._zod.pattern = MK, $._zod.parse = (J, Y) => { + if (Q.coerce) try { + J.value = Boolean(J.value); + } catch (W) { + } + let X = J.value; + if (typeof X === "boolean") return J; + return J.issues.push({ expected: "boolean", code: "invalid_type", input: X, inst: $ }), J; + }; +}); +var M7 = F("$ZodBigInt", ($, Q) => { + o.init($, Q), $._zod.pattern = DK, $._zod.parse = (J, Y) => { + if (Q.coerce) try { + J.value = BigInt(J.value); + } catch (X) { + } + if (typeof J.value === "bigint") return J; + return J.issues.push({ expected: "bigint", code: "invalid_type", input: J.value, inst: $ }), J; + }; +}); +var MY = F("$ZodBigInt", ($, Q) => { + EK.init($, Q), M7.init($, Q); +}); +var LY = F("$ZodSymbol", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = J.value; + if (typeof X === "symbol") return J; + return J.issues.push({ expected: "symbol", code: "invalid_type", input: X, inst: $ }), J; + }; +}); +var jY = F("$ZodUndefined", ($, Q) => { + o.init($, Q), $._zod.pattern = jK, $._zod.values = /* @__PURE__ */ new Set([void 0]), $._zod.optin = "optional", $._zod.optout = "optional", $._zod.parse = (J, Y) => { + let X = J.value; + if (typeof X > "u") return J; + return J.issues.push({ expected: "undefined", code: "invalid_type", input: X, inst: $ }), J; + }; +}); +var AY = F("$ZodNull", ($, Q) => { + o.init($, Q), $._zod.pattern = LK, $._zod.values = /* @__PURE__ */ new Set([null]), $._zod.parse = (J, Y) => { + let X = J.value; + if (X === null) return J; + return J.issues.push({ expected: "null", code: "invalid_type", input: X, inst: $ }), J; + }; +}); +var IY = F("$ZodAny", ($, Q) => { + o.init($, Q), $._zod.parse = (J) => J; +}); +var E0 = F("$ZodUnknown", ($, Q) => { + o.init($, Q), $._zod.parse = (J) => J; +}); +var RY = F("$ZodNever", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + return J.issues.push({ expected: "never", code: "invalid_type", input: J.value, inst: $ }), J; + }; +}); +var PY = F("$ZodVoid", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = J.value; + if (typeof X > "u") return J; + return J.issues.push({ expected: "void", code: "invalid_type", input: X, inst: $ }), J; + }; +}); +var EY = F("$ZodDate", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + if (Q.coerce) try { + J.value = new Date(J.value); + } catch (U) { + } + let X = J.value, W = X instanceof Date; + if (W && !Number.isNaN(X.getTime())) return J; + return J.issues.push({ expected: "date", code: "invalid_type", input: X, ...W ? { received: "Invalid Date" } : {}, inst: $ }), J; + }; +}); +function BM($, Q, J) { + if ($.issues.length) Q.issues.push(...I6(J, $.issues)); + Q.value[J] = $.value; +} +var d8 = F("$ZodArray", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = J.value; + if (!Array.isArray(X)) return J.issues.push({ expected: "array", code: "invalid_type", input: X, inst: $ }), J; + J.value = Array(X.length); + let W = []; + for (let G = 0; G < X.length; G++) { + let U = X[G], H = Q.element._zod.run({ value: U, issues: [] }, Y); + if (H instanceof Promise) W.push(H.then((q) => BM(q, J, G))); + else BM(H, J, G); + } + if (W.length) return Promise.all(W).then(() => J); + return J; + }; +}); +function aX($, Q, J) { + if ($.issues.length) Q.issues.push(...I6(J, $.issues)); + Q.value[J] = $.value; +} +function zM($, Q, J, Y) { + if ($.issues.length) if (Y[J] === void 0) if (J in Y) Q.value[J] = void 0; + else Q.value[J] = $.value; + else Q.issues.push(...I6(J, $.issues)); + else if ($.value === void 0) { + if (J in Y) Q.value[J] = void 0; + } else Q.value[J] = $.value; +} +var L7 = F("$ZodObject", ($, Q) => { + o.init($, Q); + let J = z7(() => { + let B = Object.keys(Q.shape); + for (let N of B) if (!(Q.shape[N] instanceof o)) throw Error(`Invalid element at key "${N}": expected a Zod schema`); + let z4 = iH(Q.shape); + return { shape: Q.shape, keys: B, keySet: new Set(B), numKeys: B.length, optionalKeys: new Set(z4) }; + }); + N$($._zod, "propValues", () => { + var _a5; + let B = Q.shape, z4 = {}; + for (let N in B) { + let w = B[N]._zod; + if (w.values) { + (_a5 = z4[N]) != null ? _a5 : z4[N] = /* @__PURE__ */ new Set(); + for (let O of w.values) z4[N].add(O); + } + } + return z4; + }); + let Y = (B) => { + let z4 = new tX(["shape", "payload", "ctx"]), N = J.value, w = (j) => { + let A = j0(j); + return `shape[${A}]._zod.run({ value: input[${A}], issues: [] }, ctx)`; + }; + z4.write("const input = payload.value;"); + let O = /* @__PURE__ */ Object.create(null), D = 0; + for (let j of N.keys) O[j] = `key_${D++}`; + z4.write("const newResult = {}"); + for (let j of N.keys) if (N.optionalKeys.has(j)) { + let A = O[j]; + z4.write(`const ${A} = ${w(j)};`); + let S = j0(j); + z4.write(` + if (${A}.issues.length) { + if (input[${S}] === undefined) { + if (${S} in input) { + newResult[${S}] = undefined; + } + } else { + payload.issues = payload.issues.concat( + ${A}.issues.map((iss) => ({ + ...iss, + path: iss.path ? [${S}, ...iss.path] : [${S}], + })) + ); + } + } else if (${A}.value === undefined) { + if (${S} in input) newResult[${S}] = undefined; + } else { + newResult[${S}] = ${A}.value; + } + `); + } else { + let A = O[j]; + z4.write(`const ${A} = ${w(j)};`), z4.write(` + if (${A}.issues.length) payload.issues = payload.issues.concat(${A}.issues.map(iss => ({ + ...iss, + path: iss.path ? [${j0(j)}, ...iss.path] : [${j0(j)}] + })));`), z4.write(`newResult[${j0(j)}] = ${A}.value`); + } + z4.write("payload.value = newResult;"), z4.write("return payload;"); + let M = z4.compile(); + return (j, A) => M(B, j, A); + }, X, W = g8, G = !q7.jitless, H = G && pH.value, q = Q.catchall, V; + $._zod.parse = (B, z4) => { + V != null ? V : V = J.value; + let N = B.value; + if (!W(N)) return B.issues.push({ expected: "object", code: "invalid_type", input: N, inst: $ }), B; + let w = []; + if (G && H && (z4 == null ? void 0 : z4.async) === false && z4.jitless !== true) { + if (!X) X = Y(Q.shape); + B = X(B, z4); + } else { + B.value = {}; + let A = V.shape; + for (let S of V.keys) { + let u = A[S], G$ = u._zod.run({ value: N[S], issues: [] }, z4), h$ = u._zod.optin === "optional" && u._zod.optout === "optional"; + if (G$ instanceof Promise) w.push(G$.then((e$) => h$ ? zM(e$, B, S, N) : aX(e$, B, S))); + else if (h$) zM(G$, B, S, N); + else aX(G$, B, S); + } + } + if (!q) return w.length ? Promise.all(w).then(() => B) : B; + let O = [], D = V.keySet, M = q._zod, j = M.def.type; + for (let A of Object.keys(N)) { + if (D.has(A)) continue; + if (j === "never") { + O.push(A); + continue; + } + let S = M.run({ value: N[A], issues: [] }, z4); + if (S instanceof Promise) w.push(S.then((u) => aX(u, B, A))); + else aX(S, B, A); + } + if (O.length) B.issues.push({ code: "unrecognized_keys", keys: O, input: N, inst: $ }); + if (!w.length) return B; + return Promise.all(w).then(() => { + return B; + }); + }; +}); +function NM($, Q, J, Y) { + for (let X of $) if (X.issues.length === 0) return Q.value = X.value, Q; + return Q.issues.push({ code: "invalid_union", input: Q.value, inst: J, errors: $.map((X) => X.issues.map((W) => g6(W, Y, c$()))) }), Q; +} +var j7 = F("$ZodUnion", ($, Q) => { + o.init($, Q), N$($._zod, "optin", () => Q.options.some((J) => J._zod.optin === "optional") ? "optional" : void 0), N$($._zod, "optout", () => Q.options.some((J) => J._zod.optout === "optional") ? "optional" : void 0), N$($._zod, "values", () => { + if (Q.options.every((J) => J._zod.values)) return new Set(Q.options.flatMap((J) => Array.from(J._zod.values))); + return; + }), N$($._zod, "pattern", () => { + if (Q.options.every((J) => J._zod.pattern)) { + let J = Q.options.map((Y) => Y._zod.pattern); + return new RegExp(`^(${J.map((Y) => N7(Y.source)).join("|")})$`); + } + return; + }), $._zod.parse = (J, Y) => { + let X = false, W = []; + for (let G of Q.options) { + let U = G._zod.run({ value: J.value, issues: [] }, Y); + if (U instanceof Promise) W.push(U), X = true; + else { + if (U.issues.length === 0) return U; + W.push(U); + } + } + if (!X) return NM(W, J, $, Y); + return Promise.all(W).then((G) => { + return NM(G, J, $, Y); + }); + }; +}); +var bY = F("$ZodDiscriminatedUnion", ($, Q) => { + j7.init($, Q); + let J = $._zod.parse; + N$($._zod, "propValues", () => { + let X = {}; + for (let W of Q.options) { + let G = W._zod.propValues; + if (!G || Object.keys(G).length === 0) throw Error(`Invalid discriminated union option at index "${Q.options.indexOf(W)}"`); + for (let [U, H] of Object.entries(G)) { + if (!X[U]) X[U] = /* @__PURE__ */ new Set(); + for (let q of H) X[U].add(q); + } + } + return X; + }); + let Y = z7(() => { + let X = Q.options, W = /* @__PURE__ */ new Map(); + for (let G of X) { + let U = G._zod.propValues[Q.discriminator]; + if (!U || U.size === 0) throw Error(`Invalid discriminated union option at index "${Q.options.indexOf(G)}"`); + for (let H of U) { + if (W.has(H)) throw Error(`Duplicate discriminator value "${String(H)}"`); + W.set(H, G); + } + } + return W; + }); + $._zod.parse = (X, W) => { + let G = X.value; + if (!g8(G)) return X.issues.push({ code: "invalid_type", expected: "object", input: G, inst: $ }), X; + let U = Y.value.get(G == null ? void 0 : G[Q.discriminator]); + if (U) return U._zod.run(X, W); + if (Q.unionFallback) return J(X, W); + return X.issues.push({ code: "invalid_union", errors: [], note: "No matching discriminator", input: G, path: [Q.discriminator], inst: $ }), X; + }; +}); +var _Y = F("$ZodIntersection", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = J.value, W = Q.left._zod.run({ value: X, issues: [] }, Y), G = Q.right._zod.run({ value: X, issues: [] }, Y); + if (W instanceof Promise || G instanceof Promise) return Promise.all([W, G]).then(([H, q]) => { + return wM(J, H, q); + }); + return wM(J, W, G); + }; +}); +function pK($, Q) { + if ($ === Q) return { valid: true, data: $ }; + if ($ instanceof Date && Q instanceof Date && +$ === +Q) return { valid: true, data: $ }; + if (h8($) && h8(Q)) { + let J = Object.keys(Q), Y = Object.keys($).filter((W) => J.indexOf(W) !== -1), X = { ...$, ...Q }; + for (let W of Y) { + let G = pK($[W], Q[W]); + if (!G.valid) return { valid: false, mergeErrorPath: [W, ...G.mergeErrorPath] }; + X[W] = G.data; + } + return { valid: true, data: X }; + } + if (Array.isArray($) && Array.isArray(Q)) { + if ($.length !== Q.length) return { valid: false, mergeErrorPath: [] }; + let J = []; + for (let Y = 0; Y < $.length; Y++) { + let X = $[Y], W = Q[Y], G = pK(X, W); + if (!G.valid) return { valid: false, mergeErrorPath: [Y, ...G.mergeErrorPath] }; + J.push(G.data); + } + return { valid: true, data: J }; + } + return { valid: false, mergeErrorPath: [] }; +} +function wM($, Q, J) { + if (Q.issues.length) $.issues.push(...Q.issues); + if (J.issues.length) $.issues.push(...J.issues); + if (A0($)) return $; + let Y = pK(Q.value, J.value); + if (!Y.valid) throw Error(`Unmergable intersection. Error path: ${JSON.stringify(Y.mergeErrorPath)}`); + return $.value = Y.data, $; +} +var _1 = F("$ZodTuple", ($, Q) => { + o.init($, Q); + let J = Q.items, Y = J.length - [...J].reverse().findIndex((X) => X._zod.optin !== "optional"); + $._zod.parse = (X, W) => { + let G = X.value; + if (!Array.isArray(G)) return X.issues.push({ input: G, inst: $, expected: "tuple", code: "invalid_type" }), X; + X.value = []; + let U = []; + if (!Q.rest) { + let q = G.length > J.length, V = G.length < Y - 1; + if (q || V) return X.issues.push({ input: G, inst: $, origin: "array", ...q ? { code: "too_big", maximum: J.length } : { code: "too_small", minimum: J.length } }), X; + } + let H = -1; + for (let q of J) { + if (H++, H >= G.length) { + if (H >= Y) continue; + } + let V = q._zod.run({ value: G[H], issues: [] }, W); + if (V instanceof Promise) U.push(V.then((B) => sX(B, X, H))); + else sX(V, X, H); + } + if (Q.rest) { + let q = G.slice(J.length); + for (let V of q) { + H++; + let B = Q.rest._zod.run({ value: V, issues: [] }, W); + if (B instanceof Promise) U.push(B.then((z4) => sX(z4, X, H))); + else sX(B, X, H); + } + } + if (U.length) return Promise.all(U).then(() => X); + return X; + }; +}); +function sX($, Q, J) { + if ($.issues.length) Q.issues.push(...I6(J, $.issues)); + Q.value[J] = $.value; +} +var kY = F("$ZodRecord", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = J.value; + if (!h8(X)) return J.issues.push({ expected: "record", code: "invalid_type", input: X, inst: $ }), J; + let W = []; + if (Q.keyType._zod.values) { + let G = Q.keyType._zod.values; + J.value = {}; + for (let H of G) if (typeof H === "string" || typeof H === "number" || typeof H === "symbol") { + let q = Q.valueType._zod.run({ value: X[H], issues: [] }, Y); + if (q instanceof Promise) W.push(q.then((V) => { + if (V.issues.length) J.issues.push(...I6(H, V.issues)); + J.value[H] = V.value; + })); + else { + if (q.issues.length) J.issues.push(...I6(H, q.issues)); + J.value[H] = q.value; + } + } + let U; + for (let H in X) if (!G.has(H)) U = U != null ? U : [], U.push(H); + if (U && U.length > 0) J.issues.push({ code: "unrecognized_keys", input: X, inst: $, keys: U }); + } else { + J.value = {}; + for (let G of Reflect.ownKeys(X)) { + if (G === "__proto__") continue; + let U = Q.keyType._zod.run({ value: G, issues: [] }, Y); + if (U instanceof Promise) throw Error("Async schemas not supported in object keys currently"); + if (U.issues.length) { + J.issues.push({ origin: "record", code: "invalid_key", issues: U.issues.map((q) => g6(q, Y, c$())), input: G, path: [G], inst: $ }), J.value[U.value] = U.value; + continue; + } + let H = Q.valueType._zod.run({ value: X[G], issues: [] }, Y); + if (H instanceof Promise) W.push(H.then((q) => { + if (q.issues.length) J.issues.push(...I6(G, q.issues)); + J.value[U.value] = q.value; + })); + else { + if (H.issues.length) J.issues.push(...I6(G, H.issues)); + J.value[U.value] = H.value; + } + } + } + if (W.length) return Promise.all(W).then(() => J); + return J; + }; +}); +var SY = F("$ZodMap", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = J.value; + if (!(X instanceof Map)) return J.issues.push({ expected: "map", code: "invalid_type", input: X, inst: $ }), J; + let W = []; + J.value = /* @__PURE__ */ new Map(); + for (let [G, U] of X) { + let H = Q.keyType._zod.run({ value: G, issues: [] }, Y), q = Q.valueType._zod.run({ value: U, issues: [] }, Y); + if (H instanceof Promise || q instanceof Promise) W.push(Promise.all([H, q]).then(([V, B]) => { + OM(V, B, J, G, X, $, Y); + })); + else OM(H, q, J, G, X, $, Y); + } + if (W.length) return Promise.all(W).then(() => J); + return J; + }; +}); +function OM($, Q, J, Y, X, W, G) { + if ($.issues.length) if (w7.has(typeof Y)) J.issues.push(...I6(Y, $.issues)); + else J.issues.push({ origin: "map", code: "invalid_key", input: X, inst: W, issues: $.issues.map((U) => g6(U, G, c$())) }); + if (Q.issues.length) if (w7.has(typeof Y)) J.issues.push(...I6(Y, Q.issues)); + else J.issues.push({ origin: "map", code: "invalid_element", input: X, inst: W, key: Y, issues: Q.issues.map((U) => g6(U, G, c$())) }); + J.value.set($.value, Q.value); +} +var vY = F("$ZodSet", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = J.value; + if (!(X instanceof Set)) return J.issues.push({ input: X, inst: $, expected: "set", code: "invalid_type" }), J; + let W = []; + J.value = /* @__PURE__ */ new Set(); + for (let G of X) { + let U = Q.valueType._zod.run({ value: G, issues: [] }, Y); + if (U instanceof Promise) W.push(U.then((H) => DM(H, J))); + else DM(U, J); + } + if (W.length) return Promise.all(W).then(() => J); + return J; + }; +}); +function DM($, Q) { + if ($.issues.length) Q.issues.push(...$.issues); + Q.value.add($.value); +} +var CY = F("$ZodEnum", ($, Q) => { + o.init($, Q); + let J = B7(Q.entries); + $._zod.values = new Set(J), $._zod.pattern = new RegExp(`^(${J.filter((Y) => w7.has(typeof Y)).map((Y) => typeof Y === "string" ? r4(Y) : Y.toString()).join("|")})$`), $._zod.parse = (Y, X) => { + let W = Y.value; + if ($._zod.values.has(W)) return Y; + return Y.issues.push({ code: "invalid_value", values: J, input: W, inst: $ }), Y; + }; +}); +var TY = F("$ZodLiteral", ($, Q) => { + o.init($, Q), $._zod.values = new Set(Q.values), $._zod.pattern = new RegExp(`^(${Q.values.map((J) => typeof J === "string" ? r4(J) : J ? J.toString() : String(J)).join("|")})$`), $._zod.parse = (J, Y) => { + let X = J.value; + if ($._zod.values.has(X)) return J; + return J.issues.push({ code: "invalid_value", values: Q.values, input: X, inst: $ }), J; + }; +}); +var xY = F("$ZodFile", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = J.value; + if (X instanceof File) return J; + return J.issues.push({ expected: "file", code: "invalid_type", input: X, inst: $ }), J; + }; +}); +var i8 = F("$ZodTransform", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = Q.transform(J.value, J); + if (Y.async) return (X instanceof Promise ? X : Promise.resolve(X)).then((G) => { + return J.value = G, J; + }); + if (X instanceof Promise) throw new n4(); + return J.value = X, J; + }; +}); +var yY = F("$ZodOptional", ($, Q) => { + o.init($, Q), $._zod.optin = "optional", $._zod.optout = "optional", N$($._zod, "values", () => { + return Q.innerType._zod.values ? /* @__PURE__ */ new Set([...Q.innerType._zod.values, void 0]) : void 0; + }), N$($._zod, "pattern", () => { + let J = Q.innerType._zod.pattern; + return J ? new RegExp(`^(${N7(J.source)})?$`) : void 0; + }), $._zod.parse = (J, Y) => { + if (Q.innerType._zod.optin === "optional") return Q.innerType._zod.run(J, Y); + if (J.value === void 0) return J; + return Q.innerType._zod.run(J, Y); + }; +}); +var fY = F("$ZodNullable", ($, Q) => { + o.init($, Q), N$($._zod, "optin", () => Q.innerType._zod.optin), N$($._zod, "optout", () => Q.innerType._zod.optout), N$($._zod, "pattern", () => { + let J = Q.innerType._zod.pattern; + return J ? new RegExp(`^(${N7(J.source)}|null)$`) : void 0; + }), N$($._zod, "values", () => { + return Q.innerType._zod.values ? /* @__PURE__ */ new Set([...Q.innerType._zod.values, null]) : void 0; + }), $._zod.parse = (J, Y) => { + if (J.value === null) return J; + return Q.innerType._zod.run(J, Y); + }; +}); +var gY = F("$ZodDefault", ($, Q) => { + o.init($, Q), $._zod.optin = "optional", N$($._zod, "values", () => Q.innerType._zod.values), $._zod.parse = (J, Y) => { + if (J.value === void 0) return J.value = Q.defaultValue, J; + let X = Q.innerType._zod.run(J, Y); + if (X instanceof Promise) return X.then((W) => FM(W, Q)); + return FM(X, Q); + }; +}); +function FM($, Q) { + if ($.value === void 0) $.value = Q.defaultValue; + return $; +} +var hY = F("$ZodPrefault", ($, Q) => { + o.init($, Q), $._zod.optin = "optional", N$($._zod, "values", () => Q.innerType._zod.values), $._zod.parse = (J, Y) => { + if (J.value === void 0) J.value = Q.defaultValue; + return Q.innerType._zod.run(J, Y); + }; +}); +var uY = F("$ZodNonOptional", ($, Q) => { + o.init($, Q), N$($._zod, "values", () => { + let J = Q.innerType._zod.values; + return J ? new Set([...J].filter((Y) => Y !== void 0)) : void 0; + }), $._zod.parse = (J, Y) => { + let X = Q.innerType._zod.run(J, Y); + if (X instanceof Promise) return X.then((W) => ZM(W, $)); + return ZM(X, $); + }; +}); +function ZM($, Q) { + if (!$.issues.length && $.value === void 0) $.issues.push({ code: "invalid_type", expected: "nonoptional", input: $.value, inst: Q }); + return $; +} +var mY = F("$ZodSuccess", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + let X = Q.innerType._zod.run(J, Y); + if (X instanceof Promise) return X.then((W) => { + return J.value = W.issues.length === 0, J; + }); + return J.value = X.issues.length === 0, J; + }; +}); +var lY = F("$ZodCatch", ($, Q) => { + o.init($, Q), $._zod.optin = "optional", N$($._zod, "optout", () => Q.innerType._zod.optout), N$($._zod, "values", () => Q.innerType._zod.values), $._zod.parse = (J, Y) => { + let X = Q.innerType._zod.run(J, Y); + if (X instanceof Promise) return X.then((W) => { + if (J.value = W.value, W.issues.length) J.value = Q.catchValue({ ...J, error: { issues: W.issues.map((G) => g6(G, Y, c$())) }, input: J.value }), J.issues = []; + return J; + }); + if (J.value = X.value, X.issues.length) J.value = Q.catchValue({ ...J, error: { issues: X.issues.map((W) => g6(W, Y, c$())) }, input: J.value }), J.issues = []; + return J; + }; +}); +var cY = F("$ZodNaN", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + if (typeof J.value !== "number" || !Number.isNaN(J.value)) return J.issues.push({ input: J.value, inst: $, expected: "nan", code: "invalid_type" }), J; + return J; + }; +}); +var n8 = F("$ZodPipe", ($, Q) => { + o.init($, Q), N$($._zod, "values", () => Q.in._zod.values), N$($._zod, "optin", () => Q.in._zod.optin), N$($._zod, "optout", () => Q.out._zod.optout), $._zod.parse = (J, Y) => { + let X = Q.in._zod.run(J, Y); + if (X instanceof Promise) return X.then((W) => MM(W, Q, Y)); + return MM(X, Q, Y); + }; +}); +function MM($, Q, J) { + if (A0($)) return $; + return Q.out._zod.run({ value: $.value, issues: $.issues }, J); +} +var pY = F("$ZodReadonly", ($, Q) => { + o.init($, Q), N$($._zod, "propValues", () => Q.innerType._zod.propValues), N$($._zod, "values", () => Q.innerType._zod.values), N$($._zod, "optin", () => Q.innerType._zod.optin), N$($._zod, "optout", () => Q.innerType._zod.optout), $._zod.parse = (J, Y) => { + let X = Q.innerType._zod.run(J, Y); + if (X instanceof Promise) return X.then(LM); + return LM(X); + }; +}); +function LM($) { + return $.value = Object.freeze($.value), $; +} +var dY = F("$ZodTemplateLiteral", ($, Q) => { + o.init($, Q); + let J = []; + for (let Y of Q.parts) if (Y instanceof o) { + if (!Y._zod.pattern) throw Error(`Invalid template literal part, no pattern found: ${[...Y._zod.traits].shift()}`); + let X = Y._zod.pattern instanceof RegExp ? Y._zod.pattern.source : Y._zod.pattern; + if (!X) throw Error(`Invalid template literal part: ${Y._zod.traits}`); + let W = X.startsWith("^") ? 1 : 0, G = X.endsWith("$") ? X.length - 1 : X.length; + J.push(X.slice(W, G)); + } else if (Y === null || dH.has(typeof Y)) J.push(r4(`${Y}`)); + else throw Error(`Invalid template literal part: ${Y}`); + $._zod.pattern = new RegExp(`^${J.join("")}$`), $._zod.parse = (Y, X) => { + if (typeof Y.value !== "string") return Y.issues.push({ input: Y.value, inst: $, expected: "template_literal", code: "invalid_type" }), Y; + if ($._zod.pattern.lastIndex = 0, !$._zod.pattern.test(Y.value)) return Y.issues.push({ input: Y.value, inst: $, code: "invalid_format", format: "template_literal", pattern: $._zod.pattern.source }), Y; + return Y; + }; +}); +var iY = F("$ZodPromise", ($, Q) => { + o.init($, Q), $._zod.parse = (J, Y) => { + return Promise.resolve(J.value).then((X) => Q.innerType._zod.run({ value: X, issues: [] }, Y)); + }; +}); +var nY = F("$ZodLazy", ($, Q) => { + o.init($, Q), N$($._zod, "innerType", () => Q.getter()), N$($._zod, "pattern", () => $._zod.innerType._zod.pattern), N$($._zod, "propValues", () => $._zod.innerType._zod.propValues), N$($._zod, "optin", () => $._zod.innerType._zod.optin), N$($._zod, "optout", () => $._zod.innerType._zod.optout), $._zod.parse = (J, Y) => { + return $._zod.innerType._zod.run(J, Y); + }; +}); +var rY = F("$ZodCustom", ($, Q) => { + T$.init($, Q), o.init($, Q), $._zod.parse = (J, Y) => { + return J; + }, $._zod.check = (J) => { + let Y = J.value, X = Q.fn(Y); + if (X instanceof Promise) return X.then((W) => jM(W, J, Y, $)); + jM(X, J, Y, $); + return; + }; +}); +function jM($, Q, J, Y) { + var _a5; + if (!$) { + let X = { code: "custom", input: J, inst: Y, path: [...(_a5 = Y._zod.def.path) != null ? _a5 : []], continue: !Y._zod.def.abort }; + if (Y._zod.def.params) X.params = Y._zod.def.params; + Q.issues.push(oH(X)); + } +} +var r8 = {}; +M4(r8, { zhTW: () => Cq, zhCN: () => vq, vi: () => Sq, ur: () => kq, ua: () => _q, tr: () => bq, th: () => Eq, ta: () => Pq, sv: () => Rq, sl: () => Iq, ru: () => Aq, pt: () => jq, ps: () => Mq, pl: () => Lq, ota: () => Zq, no: () => Fq, nl: () => Dq, ms: () => Oq, mk: () => wq, ko: () => Nq, kh: () => zq, ja: () => Bq, it: () => Vq, id: () => qq, hu: () => Kq, he: () => Hq, frCA: () => Uq, fr: () => Gq, fi: () => Wq, fa: () => Yq, es: () => Xq, eo: () => Jq, en: () => A7, de: () => Qq, cs: () => $q, ca: () => eK, be: () => sK, az: () => aK, ar: () => tK }); +var Du = () => { + let $ = { string: { unit: "\u062D\u0631\u0641", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" }, file: { unit: "\u0628\u0627\u064A\u062A", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" }, array: { unit: "\u0639\u0646\u0635\u0631", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" }, set: { unit: "\u0639\u0646\u0635\u0631", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "number"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0645\u062F\u062E\u0644", email: "\u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A", url: "\u0631\u0627\u0628\u0637", emoji: "\u0625\u064A\u0645\u0648\u062C\u064A", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "\u062A\u0627\u0631\u064A\u062E \u0648\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO", date: "\u062A\u0627\u0631\u064A\u062E \u0628\u0645\u0639\u064A\u0627\u0631 ISO", time: "\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO", duration: "\u0645\u062F\u0629 \u0628\u0645\u0639\u064A\u0627\u0631 ISO", ipv4: "\u0639\u0646\u0648\u0627\u0646 IPv4", ipv6: "\u0639\u0646\u0648\u0627\u0646 IPv6", cidrv4: "\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv4", cidrv6: "\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv6", base64: "\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64-encoded", base64url: "\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64url-encoded", json_string: "\u0646\u064E\u0635 \u0639\u0644\u0649 \u0647\u064A\u0626\u0629 JSON", e164: "\u0631\u0642\u0645 \u0647\u0627\u062A\u0641 \u0628\u0645\u0639\u064A\u0627\u0631 E.164", jwt: "JWT", template_literal: "\u0645\u062F\u062E\u0644" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${X.expected}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${x(X.values[0])}`; + return `\u0627\u062E\u062A\u064A\u0627\u0631 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062A\u0648\u0642\u0639 \u0627\u0646\u062A\u0642\u0627\u0621 \u0623\u062D\u062F \u0647\u0630\u0647 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A: ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return ` \u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${(_a5 = X.origin) != null ? _a5 : "\u0627\u0644\u0642\u064A\u0645\u0629"} ${W} ${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u0639\u0646\u0635\u0631"}`; + return `\u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${(_c2 = X.origin) != null ? _c2 : "\u0627\u0644\u0642\u064A\u0645\u0629"} ${W} ${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${X.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${W} ${X.minimum.toString()} ${G.unit}`; + return `\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${X.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${W} ${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0628\u0640 "${X.prefix}"`; + if (W.format === "ends_with") return `\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0646\u062A\u0647\u064A \u0628\u0640 "${W.suffix}"`; + if (W.format === "includes") return `\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u062A\u0636\u0645\u0651\u064E\u0646 "${W.includes}"`; + if (W.format === "regex") return `\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0637\u0627\u0628\u0642 \u0627\u0644\u0646\u0645\u0637 ${W.pattern}`; + return `${(_d = Y[W.format]) != null ? _d : X.format} \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644`; + } + case "not_multiple_of": + return `\u0631\u0642\u0645 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0645\u0646 \u0645\u0636\u0627\u0639\u0641\u0627\u062A ${X.divisor}`; + case "unrecognized_keys": + return `\u0645\u0639\u0631\u0641${X.keys.length > 1 ? "\u0627\u062A" : ""} \u063A\u0631\u064A\u0628${X.keys.length > 1 ? "\u0629" : ""}: ${P(X.keys, "\u060C ")}`; + case "invalid_key": + return `\u0645\u0639\u0631\u0641 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${X.origin}`; + case "invalid_union": + return "\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644"; + case "invalid_element": + return `\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${X.origin}`; + default: + return "\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644"; + } + }; +}; +function tK() { + return { localeError: Du() }; +} +var Fu = () => { + let $ = { string: { unit: "simvol", verb: "olmal\u0131d\u0131r" }, file: { unit: "bayt", verb: "olmal\u0131d\u0131r" }, array: { unit: "element", verb: "olmal\u0131d\u0131r" }, set: { unit: "element", verb: "olmal\u0131d\u0131r" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "number"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "input", email: "email address", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO datetime", date: "ISO date", time: "ISO time", duration: "ISO duration", ipv4: "IPv4 address", ipv6: "IPv6 address", cidrv4: "IPv4 range", cidrv6: "IPv6 range", base64: "base64-encoded string", base64url: "base64url-encoded string", json_string: "JSON string", e164: "E.164 number", jwt: "JWT", template_literal: "input" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${X.expected}, daxil olan ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${x(X.values[0])}`; + return `Yanl\u0131\u015F se\xE7im: a\u015Fa\u011F\u0131dak\u0131lardan biri olmal\u0131d\u0131r: ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${(_a5 = X.origin) != null ? _a5 : "d\u0259y\u0259r"} ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "element"}`; + return `\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${(_c2 = X.origin) != null ? _c2 : "d\u0259y\u0259r"} ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${X.origin} ${W}${X.minimum.toString()} ${G.unit}`; + return `\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${X.origin} ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Yanl\u0131\u015F m\u0259tn: "${W.prefix}" il\u0259 ba\u015Flamal\u0131d\u0131r`; + if (W.format === "ends_with") return `Yanl\u0131\u015F m\u0259tn: "${W.suffix}" il\u0259 bitm\u0259lidir`; + if (W.format === "includes") return `Yanl\u0131\u015F m\u0259tn: "${W.includes}" daxil olmal\u0131d\u0131r`; + if (W.format === "regex") return `Yanl\u0131\u015F m\u0259tn: ${W.pattern} \u015Fablonuna uy\u011Fun olmal\u0131d\u0131r`; + return `Yanl\u0131\u015F ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `Yanl\u0131\u015F \u0259d\u0259d: ${X.divisor} il\u0259 b\xF6l\xFCn\u0259 bil\u0259n olmal\u0131d\u0131r`; + case "unrecognized_keys": + return `Tan\u0131nmayan a\xE7ar${X.keys.length > 1 ? "lar" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `${X.origin} daxilind\u0259 yanl\u0131\u015F a\xE7ar`; + case "invalid_union": + return "Yanl\u0131\u015F d\u0259y\u0259r"; + case "invalid_element": + return `${X.origin} daxilind\u0259 yanl\u0131\u015F d\u0259y\u0259r`; + default: + return "Yanl\u0131\u015F d\u0259y\u0259r"; + } + }; +}; +function aK() { + return { localeError: Fu() }; +} +function PM($, Q, J, Y) { + let X = Math.abs($), W = X % 10, G = X % 100; + if (G >= 11 && G <= 19) return Y; + if (W === 1) return Q; + if (W >= 2 && W <= 4) return J; + return Y; +} +var Zu = () => { + let $ = { string: { unit: { one: "\u0441\u0456\u043C\u0432\u0430\u043B", few: "\u0441\u0456\u043C\u0432\u0430\u043B\u044B", many: "\u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E" }, verb: "\u043C\u0435\u0446\u044C" }, array: { unit: { one: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442", few: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B", many: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E" }, verb: "\u043C\u0435\u0446\u044C" }, set: { unit: { one: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442", few: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B", many: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E" }, verb: "\u043C\u0435\u0446\u044C" }, file: { unit: { one: "\u0431\u0430\u0439\u0442", few: "\u0431\u0430\u0439\u0442\u044B", many: "\u0431\u0430\u0439\u0442\u0430\u045E" }, verb: "\u043C\u0435\u0446\u044C" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u043B\u0456\u043A"; + case "object": { + if (Array.isArray(X)) return "\u043C\u0430\u0441\u0456\u045E"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0443\u0432\u043E\u0434", email: "email \u0430\u0434\u0440\u0430\u0441", url: "URL", emoji: "\u044D\u043C\u043E\u0434\u0437\u0456", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO \u0434\u0430\u0442\u0430 \u0456 \u0447\u0430\u0441", date: "ISO \u0434\u0430\u0442\u0430", time: "ISO \u0447\u0430\u0441", duration: "ISO \u043F\u0440\u0430\u0446\u044F\u0433\u043B\u0430\u0441\u0446\u044C", ipv4: "IPv4 \u0430\u0434\u0440\u0430\u0441", ipv6: "IPv6 \u0430\u0434\u0440\u0430\u0441", cidrv4: "IPv4 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D", cidrv6: "IPv6 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D", base64: "\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64", base64url: "\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64url", json_string: "JSON \u0440\u0430\u0434\u043E\u043A", e164: "\u043D\u0443\u043C\u0430\u0440 E.164", jwt: "JWT", template_literal: "\u0443\u0432\u043E\u0434" }; + return (X) => { + var _a5, _b3, _c2; + switch (X.code) { + case "invalid_type": + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F ${X.expected}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F ${x(X.values[0])}`; + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0432\u0430\u0440\u044B\u044F\u043D\u0442: \u0447\u0430\u043A\u0430\u045E\u0441\u044F \u0430\u0434\u0437\u0456\u043D \u0437 ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) { + let U = Number(X.maximum), H = PM(U, G.unit.one, G.unit.few, G.unit.many); + return `\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${(_a5 = X.origin) != null ? _a5 : "\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${G.verb} ${W}${X.maximum.toString()} ${H}`; + } + return `\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${(_b3 = X.origin) != null ? _b3 : "\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) { + let U = Number(X.minimum), H = PM(U, G.unit.one, G.unit.few, G.unit.many); + return `\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${X.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${G.verb} ${W}${X.minimum.toString()} ${H}`; + } + return `\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${X.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u043F\u0430\u0447\u044B\u043D\u0430\u0446\u0446\u0430 \u0437 "${W.prefix}"`; + if (W.format === "ends_with") return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u0430\u043A\u0430\u043D\u0447\u0432\u0430\u0446\u0446\u0430 \u043D\u0430 "${W.suffix}"`; + if (W.format === "includes") return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C "${W.includes}"`; + if (W.format === "regex") return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0430\u0434\u043F\u0430\u0432\u044F\u0434\u0430\u0446\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${W.pattern}`; + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B ${(_c2 = Y[W.format]) != null ? _c2 : X.format}`; + } + case "not_multiple_of": + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043B\u0456\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0431\u044B\u0446\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${X.divisor}`; + case "unrecognized_keys": + return `\u041D\u0435\u0440\u0430\u0441\u043F\u0430\u0437\u043D\u0430\u043D\u044B ${X.keys.length > 1 ? "\u043A\u043B\u044E\u0447\u044B" : "\u043A\u043B\u044E\u0447"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043A\u043B\u044E\u0447 \u0443 ${X.origin}`; + case "invalid_union": + return "\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434"; + case "invalid_element": + return `\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u0430\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u045E ${X.origin}`; + default: + return "\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434"; + } + }; +}; +function sK() { + return { localeError: Zu() }; +} +var Mu = () => { + let $ = { string: { unit: "car\xE0cters", verb: "contenir" }, file: { unit: "bytes", verb: "contenir" }, array: { unit: "elements", verb: "contenir" }, set: { unit: "elements", verb: "contenir" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "number"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "entrada", email: "adre\xE7a electr\xF2nica", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "data i hora ISO", date: "data ISO", time: "hora ISO", duration: "durada ISO", ipv4: "adre\xE7a IPv4", ipv6: "adre\xE7a IPv6", cidrv4: "rang IPv4", cidrv6: "rang IPv6", base64: "cadena codificada en base64", base64url: "cadena codificada en base64url", json_string: "cadena JSON", e164: "n\xFAmero E.164", jwt: "JWT", template_literal: "entrada" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Tipus inv\xE0lid: s'esperava ${X.expected}, s'ha rebut ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Valor inv\xE0lid: s'esperava ${x(X.values[0])}`; + return `Opci\xF3 inv\xE0lida: s'esperava una de ${P(X.values, " o ")}`; + case "too_big": { + let W = X.inclusive ? "com a m\xE0xim" : "menys de", G = Q(X.origin); + if (G) return `Massa gran: s'esperava que ${(_a5 = X.origin) != null ? _a5 : "el valor"} contingu\xE9s ${W} ${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elements"}`; + return `Massa gran: s'esperava que ${(_c2 = X.origin) != null ? _c2 : "el valor"} fos ${W} ${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? "com a m\xEDnim" : "m\xE9s de", G = Q(X.origin); + if (G) return `Massa petit: s'esperava que ${X.origin} contingu\xE9s ${W} ${X.minimum.toString()} ${G.unit}`; + return `Massa petit: s'esperava que ${X.origin} fos ${W} ${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Format inv\xE0lid: ha de comen\xE7ar amb "${W.prefix}"`; + if (W.format === "ends_with") return `Format inv\xE0lid: ha d'acabar amb "${W.suffix}"`; + if (W.format === "includes") return `Format inv\xE0lid: ha d'incloure "${W.includes}"`; + if (W.format === "regex") return `Format inv\xE0lid: ha de coincidir amb el patr\xF3 ${W.pattern}`; + return `Format inv\xE0lid per a ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `N\xFAmero inv\xE0lid: ha de ser m\xFAltiple de ${X.divisor}`; + case "unrecognized_keys": + return `Clau${X.keys.length > 1 ? "s" : ""} no reconeguda${X.keys.length > 1 ? "s" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Clau inv\xE0lida a ${X.origin}`; + case "invalid_union": + return "Entrada inv\xE0lida"; + case "invalid_element": + return `Element inv\xE0lid a ${X.origin}`; + default: + return "Entrada inv\xE0lida"; + } + }; +}; +function eK() { + return { localeError: Mu() }; +} +var Lu = () => { + let $ = { string: { unit: "znak\u016F", verb: "m\xEDt" }, file: { unit: "bajt\u016F", verb: "m\xEDt" }, array: { unit: "prvk\u016F", verb: "m\xEDt" }, set: { unit: "prvk\u016F", verb: "m\xEDt" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u010D\xEDslo"; + case "string": + return "\u0159et\u011Bzec"; + case "boolean": + return "boolean"; + case "bigint": + return "bigint"; + case "function": + return "funkce"; + case "symbol": + return "symbol"; + case "undefined": + return "undefined"; + case "object": { + if (Array.isArray(X)) return "pole"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "regul\xE1rn\xED v\xFDraz", email: "e-mailov\xE1 adresa", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "datum a \u010Das ve form\xE1tu ISO", date: "datum ve form\xE1tu ISO", time: "\u010Das ve form\xE1tu ISO", duration: "doba trv\xE1n\xED ISO", ipv4: "IPv4 adresa", ipv6: "IPv6 adresa", cidrv4: "rozsah IPv4", cidrv6: "rozsah IPv6", base64: "\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64", base64url: "\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64url", json_string: "\u0159et\u011Bzec ve form\xE1tu JSON", e164: "\u010D\xEDslo E.164", jwt: "JWT", template_literal: "vstup" }; + return (X) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + switch (X.code) { + case "invalid_type": + return `Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${X.expected}, obdr\u017Eeno ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${x(X.values[0])}`; + return `Neplatn\xE1 mo\u017Enost: o\u010Dek\xE1v\xE1na jedna z hodnot ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${(_a5 = X.origin) != null ? _a5 : "hodnota"} mus\xED m\xEDt ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "prvk\u016F"}`; + return `Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${(_c2 = X.origin) != null ? _c2 : "hodnota"} mus\xED b\xFDt ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${(_d = X.origin) != null ? _d : "hodnota"} mus\xED m\xEDt ${W}${X.minimum.toString()} ${(_e2 = G.unit) != null ? _e2 : "prvk\u016F"}`; + return `Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${(_f2 = X.origin) != null ? _f2 : "hodnota"} mus\xED b\xFDt ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Neplatn\xFD \u0159et\u011Bzec: mus\xED za\u010D\xEDnat na "${W.prefix}"`; + if (W.format === "ends_with") return `Neplatn\xFD \u0159et\u011Bzec: mus\xED kon\u010Dit na "${W.suffix}"`; + if (W.format === "includes") return `Neplatn\xFD \u0159et\u011Bzec: mus\xED obsahovat "${W.includes}"`; + if (W.format === "regex") return `Neplatn\xFD \u0159et\u011Bzec: mus\xED odpov\xEDdat vzoru ${W.pattern}`; + return `Neplatn\xFD form\xE1t ${(_g = Y[W.format]) != null ? _g : X.format}`; + } + case "not_multiple_of": + return `Neplatn\xE9 \u010D\xEDslo: mus\xED b\xFDt n\xE1sobkem ${X.divisor}`; + case "unrecognized_keys": + return `Nezn\xE1m\xE9 kl\xED\u010De: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Neplatn\xFD kl\xED\u010D v ${X.origin}`; + case "invalid_union": + return "Neplatn\xFD vstup"; + case "invalid_element": + return `Neplatn\xE1 hodnota v ${X.origin}`; + default: + return "Neplatn\xFD vstup"; + } + }; +}; +function $q() { + return { localeError: Lu() }; +} +var ju = () => { + let $ = { string: { unit: "Zeichen", verb: "zu haben" }, file: { unit: "Bytes", verb: "zu haben" }, array: { unit: "Elemente", verb: "zu haben" }, set: { unit: "Elemente", verb: "zu haben" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "Zahl"; + case "object": { + if (Array.isArray(X)) return "Array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "Eingabe", email: "E-Mail-Adresse", url: "URL", emoji: "Emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO-Datum und -Uhrzeit", date: "ISO-Datum", time: "ISO-Uhrzeit", duration: "ISO-Dauer", ipv4: "IPv4-Adresse", ipv6: "IPv6-Adresse", cidrv4: "IPv4-Bereich", cidrv6: "IPv6-Bereich", base64: "Base64-codierter String", base64url: "Base64-URL-codierter String", json_string: "JSON-String", e164: "E.164-Nummer", jwt: "JWT", template_literal: "Eingabe" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Ung\xFCltige Eingabe: erwartet ${X.expected}, erhalten ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Ung\xFCltige Eingabe: erwartet ${x(X.values[0])}`; + return `Ung\xFCltige Option: erwartet eine von ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Zu gro\xDF: erwartet, dass ${(_a5 = X.origin) != null ? _a5 : "Wert"} ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "Elemente"} hat`; + return `Zu gro\xDF: erwartet, dass ${(_c2 = X.origin) != null ? _c2 : "Wert"} ${W}${X.maximum.toString()} ist`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Zu klein: erwartet, dass ${X.origin} ${W}${X.minimum.toString()} ${G.unit} hat`; + return `Zu klein: erwartet, dass ${X.origin} ${W}${X.minimum.toString()} ist`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Ung\xFCltiger String: muss mit "${W.prefix}" beginnen`; + if (W.format === "ends_with") return `Ung\xFCltiger String: muss mit "${W.suffix}" enden`; + if (W.format === "includes") return `Ung\xFCltiger String: muss "${W.includes}" enthalten`; + if (W.format === "regex") return `Ung\xFCltiger String: muss dem Muster ${W.pattern} entsprechen`; + return `Ung\xFCltig: ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `Ung\xFCltige Zahl: muss ein Vielfaches von ${X.divisor} sein`; + case "unrecognized_keys": + return `${X.keys.length > 1 ? "Unbekannte Schl\xFCssel" : "Unbekannter Schl\xFCssel"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Ung\xFCltiger Schl\xFCssel in ${X.origin}`; + case "invalid_union": + return "Ung\xFCltige Eingabe"; + case "invalid_element": + return `Ung\xFCltiger Wert in ${X.origin}`; + default: + return "Ung\xFCltige Eingabe"; + } + }; +}; +function Qq() { + return { localeError: ju() }; +} +var Au = ($) => { + let Q = typeof $; + switch (Q) { + case "number": + return Number.isNaN($) ? "NaN" : "number"; + case "object": { + if (Array.isArray($)) return "array"; + if ($ === null) return "null"; + if (Object.getPrototypeOf($) !== Object.prototype && $.constructor) return $.constructor.name; + } + } + return Q; +}; +var Iu = () => { + let $ = { string: { unit: "characters", verb: "to have" }, file: { unit: "bytes", verb: "to have" }, array: { unit: "items", verb: "to have" }, set: { unit: "items", verb: "to have" } }; + function Q(Y) { + var _a5; + return (_a5 = $[Y]) != null ? _a5 : null; + } + let J = { regex: "input", email: "email address", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO datetime", date: "ISO date", time: "ISO time", duration: "ISO duration", ipv4: "IPv4 address", ipv6: "IPv6 address", cidrv4: "IPv4 range", cidrv6: "IPv6 range", base64: "base64-encoded string", base64url: "base64url-encoded string", json_string: "JSON string", e164: "E.164 number", jwt: "JWT", template_literal: "input" }; + return (Y) => { + var _a5, _b3, _c2, _d; + switch (Y.code) { + case "invalid_type": + return `Invalid input: expected ${Y.expected}, received ${Au(Y.input)}`; + case "invalid_value": + if (Y.values.length === 1) return `Invalid input: expected ${x(Y.values[0])}`; + return `Invalid option: expected one of ${P(Y.values, "|")}`; + case "too_big": { + let X = Y.inclusive ? "<=" : "<", W = Q(Y.origin); + if (W) return `Too big: expected ${(_a5 = Y.origin) != null ? _a5 : "value"} to have ${X}${Y.maximum.toString()} ${(_b3 = W.unit) != null ? _b3 : "elements"}`; + return `Too big: expected ${(_c2 = Y.origin) != null ? _c2 : "value"} to be ${X}${Y.maximum.toString()}`; + } + case "too_small": { + let X = Y.inclusive ? ">=" : ">", W = Q(Y.origin); + if (W) return `Too small: expected ${Y.origin} to have ${X}${Y.minimum.toString()} ${W.unit}`; + return `Too small: expected ${Y.origin} to be ${X}${Y.minimum.toString()}`; + } + case "invalid_format": { + let X = Y; + if (X.format === "starts_with") return `Invalid string: must start with "${X.prefix}"`; + if (X.format === "ends_with") return `Invalid string: must end with "${X.suffix}"`; + if (X.format === "includes") return `Invalid string: must include "${X.includes}"`; + if (X.format === "regex") return `Invalid string: must match pattern ${X.pattern}`; + return `Invalid ${(_d = J[X.format]) != null ? _d : Y.format}`; + } + case "not_multiple_of": + return `Invalid number: must be a multiple of ${Y.divisor}`; + case "unrecognized_keys": + return `Unrecognized key${Y.keys.length > 1 ? "s" : ""}: ${P(Y.keys, ", ")}`; + case "invalid_key": + return `Invalid key in ${Y.origin}`; + case "invalid_union": + return "Invalid input"; + case "invalid_element": + return `Invalid value in ${Y.origin}`; + default: + return "Invalid input"; + } + }; +}; +function A7() { + return { localeError: Iu() }; +} +var Ru = ($) => { + let Q = typeof $; + switch (Q) { + case "number": + return Number.isNaN($) ? "NaN" : "nombro"; + case "object": { + if (Array.isArray($)) return "tabelo"; + if ($ === null) return "senvalora"; + if (Object.getPrototypeOf($) !== Object.prototype && $.constructor) return $.constructor.name; + } + } + return Q; +}; +var Pu = () => { + let $ = { string: { unit: "karaktrojn", verb: "havi" }, file: { unit: "bajtojn", verb: "havi" }, array: { unit: "elementojn", verb: "havi" }, set: { unit: "elementojn", verb: "havi" } }; + function Q(Y) { + var _a5; + return (_a5 = $[Y]) != null ? _a5 : null; + } + let J = { regex: "enigo", email: "retadreso", url: "URL", emoji: "emo\u011Dio", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO-datotempo", date: "ISO-dato", time: "ISO-tempo", duration: "ISO-da\u016Dro", ipv4: "IPv4-adreso", ipv6: "IPv6-adreso", cidrv4: "IPv4-rango", cidrv6: "IPv6-rango", base64: "64-ume kodita karaktraro", base64url: "URL-64-ume kodita karaktraro", json_string: "JSON-karaktraro", e164: "E.164-nombro", jwt: "JWT", template_literal: "enigo" }; + return (Y) => { + var _a5, _b3, _c2, _d; + switch (Y.code) { + case "invalid_type": + return `Nevalida enigo: atendi\u011Dis ${Y.expected}, ricevi\u011Dis ${Ru(Y.input)}`; + case "invalid_value": + if (Y.values.length === 1) return `Nevalida enigo: atendi\u011Dis ${x(Y.values[0])}`; + return `Nevalida opcio: atendi\u011Dis unu el ${P(Y.values, "|")}`; + case "too_big": { + let X = Y.inclusive ? "<=" : "<", W = Q(Y.origin); + if (W) return `Tro granda: atendi\u011Dis ke ${(_a5 = Y.origin) != null ? _a5 : "valoro"} havu ${X}${Y.maximum.toString()} ${(_b3 = W.unit) != null ? _b3 : "elementojn"}`; + return `Tro granda: atendi\u011Dis ke ${(_c2 = Y.origin) != null ? _c2 : "valoro"} havu ${X}${Y.maximum.toString()}`; + } + case "too_small": { + let X = Y.inclusive ? ">=" : ">", W = Q(Y.origin); + if (W) return `Tro malgranda: atendi\u011Dis ke ${Y.origin} havu ${X}${Y.minimum.toString()} ${W.unit}`; + return `Tro malgranda: atendi\u011Dis ke ${Y.origin} estu ${X}${Y.minimum.toString()}`; + } + case "invalid_format": { + let X = Y; + if (X.format === "starts_with") return `Nevalida karaktraro: devas komenci\u011Di per "${X.prefix}"`; + if (X.format === "ends_with") return `Nevalida karaktraro: devas fini\u011Di per "${X.suffix}"`; + if (X.format === "includes") return `Nevalida karaktraro: devas inkluzivi "${X.includes}"`; + if (X.format === "regex") return `Nevalida karaktraro: devas kongrui kun la modelo ${X.pattern}`; + return `Nevalida ${(_d = J[X.format]) != null ? _d : Y.format}`; + } + case "not_multiple_of": + return `Nevalida nombro: devas esti oblo de ${Y.divisor}`; + case "unrecognized_keys": + return `Nekonata${Y.keys.length > 1 ? "j" : ""} \u015Dlosilo${Y.keys.length > 1 ? "j" : ""}: ${P(Y.keys, ", ")}`; + case "invalid_key": + return `Nevalida \u015Dlosilo en ${Y.origin}`; + case "invalid_union": + return "Nevalida enigo"; + case "invalid_element": + return `Nevalida valoro en ${Y.origin}`; + default: + return "Nevalida enigo"; + } + }; +}; +function Jq() { + return { localeError: Pu() }; +} +var Eu = () => { + let $ = { string: { unit: "caracteres", verb: "tener" }, file: { unit: "bytes", verb: "tener" }, array: { unit: "elementos", verb: "tener" }, set: { unit: "elementos", verb: "tener" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "n\xFAmero"; + case "object": { + if (Array.isArray(X)) return "arreglo"; + if (X === null) return "nulo"; + if (Object.getPrototypeOf(X) !== Object.prototype) return X.constructor.name; + } + } + return W; + }, Y = { regex: "entrada", email: "direcci\xF3n de correo electr\xF3nico", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "fecha y hora ISO", date: "fecha ISO", time: "hora ISO", duration: "duraci\xF3n ISO", ipv4: "direcci\xF3n IPv4", ipv6: "direcci\xF3n IPv6", cidrv4: "rango IPv4", cidrv6: "rango IPv6", base64: "cadena codificada en base64", base64url: "URL codificada en base64", json_string: "cadena JSON", e164: "n\xFAmero E.164", jwt: "JWT", template_literal: "entrada" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Entrada inv\xE1lida: se esperaba ${X.expected}, recibido ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Entrada inv\xE1lida: se esperaba ${x(X.values[0])}`; + return `Opci\xF3n inv\xE1lida: se esperaba una de ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Demasiado grande: se esperaba que ${(_a5 = X.origin) != null ? _a5 : "valor"} tuviera ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elementos"}`; + return `Demasiado grande: se esperaba que ${(_c2 = X.origin) != null ? _c2 : "valor"} fuera ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Demasiado peque\xF1o: se esperaba que ${X.origin} tuviera ${W}${X.minimum.toString()} ${G.unit}`; + return `Demasiado peque\xF1o: se esperaba que ${X.origin} fuera ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Cadena inv\xE1lida: debe comenzar con "${W.prefix}"`; + if (W.format === "ends_with") return `Cadena inv\xE1lida: debe terminar en "${W.suffix}"`; + if (W.format === "includes") return `Cadena inv\xE1lida: debe incluir "${W.includes}"`; + if (W.format === "regex") return `Cadena inv\xE1lida: debe coincidir con el patr\xF3n ${W.pattern}`; + return `Inv\xE1lido ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `N\xFAmero inv\xE1lido: debe ser m\xFAltiplo de ${X.divisor}`; + case "unrecognized_keys": + return `Llave${X.keys.length > 1 ? "s" : ""} desconocida${X.keys.length > 1 ? "s" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Llave inv\xE1lida en ${X.origin}`; + case "invalid_union": + return "Entrada inv\xE1lida"; + case "invalid_element": + return `Valor inv\xE1lido en ${X.origin}`; + default: + return "Entrada inv\xE1lida"; + } + }; +}; +function Xq() { + return { localeError: Eu() }; +} +var bu = () => { + let $ = { string: { unit: "\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" }, file: { unit: "\u0628\u0627\u06CC\u062A", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" }, array: { unit: "\u0622\u06CC\u062A\u0645", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" }, set: { unit: "\u0622\u06CC\u062A\u0645", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u0639\u062F\u062F"; + case "object": { + if (Array.isArray(X)) return "\u0622\u0631\u0627\u06CC\u0647"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0648\u0631\u0648\u062F\u06CC", email: "\u0622\u062F\u0631\u0633 \u0627\u06CC\u0645\u06CC\u0644", url: "URL", emoji: "\u0627\u06CC\u0645\u0648\u062C\u06CC", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "\u062A\u0627\u0631\u06CC\u062E \u0648 \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648", date: "\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u0632\u0648", time: "\u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648", duration: "\u0645\u062F\u062A \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648", ipv4: "IPv4 \u0622\u062F\u0631\u0633", ipv6: "IPv6 \u0622\u062F\u0631\u0633", cidrv4: "IPv4 \u062F\u0627\u0645\u0646\u0647", cidrv6: "IPv6 \u062F\u0627\u0645\u0646\u0647", base64: "base64-encoded \u0631\u0634\u062A\u0647", base64url: "base64url-encoded \u0631\u0634\u062A\u0647", json_string: "JSON \u0631\u0634\u062A\u0647", e164: "E.164 \u0639\u062F\u062F", jwt: "JWT", template_literal: "\u0648\u0631\u0648\u062F\u06CC" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${X.expected} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${J(X.input)} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`; + case "invalid_value": + if (X.values.length === 1) return `\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${x(X.values[0])} \u0645\u06CC\u200C\u0628\u0648\u062F`; + return `\u06AF\u0632\u06CC\u0646\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u06CC\u06A9\u06CC \u0627\u0632 ${P(X.values, "|")} \u0645\u06CC\u200C\u0628\u0648\u062F`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${(_a5 = X.origin) != null ? _a5 : "\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u0639\u0646\u0635\u0631"} \u0628\u0627\u0634\u062F`; + return `\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${(_c2 = X.origin) != null ? _c2 : "\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${W}${X.maximum.toString()} \u0628\u0627\u0634\u062F`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${X.origin} \u0628\u0627\u06CC\u062F ${W}${X.minimum.toString()} ${G.unit} \u0628\u0627\u0634\u062F`; + return `\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${X.origin} \u0628\u0627\u06CC\u062F ${W}${X.minimum.toString()} \u0628\u0627\u0634\u062F`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${W.prefix}" \u0634\u0631\u0648\u0639 \u0634\u0648\u062F`; + if (W.format === "ends_with") return `\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${W.suffix}" \u062A\u0645\u0627\u0645 \u0634\u0648\u062F`; + if (W.format === "includes") return `\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0634\u0627\u0645\u0644 "${W.includes}" \u0628\u0627\u0634\u062F`; + if (W.format === "regex") return `\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 \u0627\u0644\u06AF\u0648\u06CC ${W.pattern} \u0645\u0637\u0627\u0628\u0642\u062A \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F`; + return `${(_d = Y[W.format]) != null ? _d : X.format} \u0646\u0627\u0645\u0639\u062A\u0628\u0631`; + } + case "not_multiple_of": + return `\u0639\u062F\u062F \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0645\u0636\u0631\u0628 ${X.divisor} \u0628\u0627\u0634\u062F`; + case "unrecognized_keys": + return `\u06A9\u0644\u06CC\u062F${X.keys.length > 1 ? "\u0647\u0627\u06CC" : ""} \u0646\u0627\u0634\u0646\u0627\u0633: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\u06A9\u0644\u06CC\u062F \u0646\u0627\u0634\u0646\u0627\u0633 \u062F\u0631 ${X.origin}`; + case "invalid_union": + return "\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631"; + case "invalid_element": + return `\u0645\u0642\u062F\u0627\u0631 \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u062F\u0631 ${X.origin}`; + default: + return "\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631"; + } + }; +}; +function Yq() { + return { localeError: bu() }; +} +var _u = () => { + let $ = { string: { unit: "merkki\xE4", subject: "merkkijonon" }, file: { unit: "tavua", subject: "tiedoston" }, array: { unit: "alkiota", subject: "listan" }, set: { unit: "alkiota", subject: "joukon" }, number: { unit: "", subject: "luvun" }, bigint: { unit: "", subject: "suuren kokonaisluvun" }, int: { unit: "", subject: "kokonaisluvun" }, date: { unit: "", subject: "p\xE4iv\xE4m\xE4\xE4r\xE4n" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "number"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "s\xE4\xE4nn\xF6llinen lauseke", email: "s\xE4hk\xF6postiosoite", url: "URL-osoite", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO-aikaleima", date: "ISO-p\xE4iv\xE4m\xE4\xE4r\xE4", time: "ISO-aika", duration: "ISO-kesto", ipv4: "IPv4-osoite", ipv6: "IPv6-osoite", cidrv4: "IPv4-alue", cidrv6: "IPv6-alue", base64: "base64-koodattu merkkijono", base64url: "base64url-koodattu merkkijono", json_string: "JSON-merkkijono", e164: "E.164-luku", jwt: "JWT", template_literal: "templaattimerkkijono" }; + return (X) => { + var _a5; + switch (X.code) { + case "invalid_type": + return `Virheellinen tyyppi: odotettiin ${X.expected}, oli ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Virheellinen sy\xF6te: t\xE4ytyy olla ${x(X.values[0])}`; + return `Virheellinen valinta: t\xE4ytyy olla yksi seuraavista: ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Liian suuri: ${G.subject} t\xE4ytyy olla ${W}${X.maximum.toString()} ${G.unit}`.trim(); + return `Liian suuri: arvon t\xE4ytyy olla ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Liian pieni: ${G.subject} t\xE4ytyy olla ${W}${X.minimum.toString()} ${G.unit}`.trim(); + return `Liian pieni: arvon t\xE4ytyy olla ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Virheellinen sy\xF6te: t\xE4ytyy alkaa "${W.prefix}"`; + if (W.format === "ends_with") return `Virheellinen sy\xF6te: t\xE4ytyy loppua "${W.suffix}"`; + if (W.format === "includes") return `Virheellinen sy\xF6te: t\xE4ytyy sis\xE4lt\xE4\xE4 "${W.includes}"`; + if (W.format === "regex") return `Virheellinen sy\xF6te: t\xE4ytyy vastata s\xE4\xE4nn\xF6llist\xE4 lauseketta ${W.pattern}`; + return `Virheellinen ${(_a5 = Y[W.format]) != null ? _a5 : X.format}`; + } + case "not_multiple_of": + return `Virheellinen luku: t\xE4ytyy olla luvun ${X.divisor} monikerta`; + case "unrecognized_keys": + return `${X.keys.length > 1 ? "Tuntemattomat avaimet" : "Tuntematon avain"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return "Virheellinen avain tietueessa"; + case "invalid_union": + return "Virheellinen unioni"; + case "invalid_element": + return "Virheellinen arvo joukossa"; + default: + return "Virheellinen sy\xF6te"; + } + }; +}; +function Wq() { + return { localeError: _u() }; +} +var ku = () => { + let $ = { string: { unit: "caract\xE8res", verb: "avoir" }, file: { unit: "octets", verb: "avoir" }, array: { unit: "\xE9l\xE9ments", verb: "avoir" }, set: { unit: "\xE9l\xE9ments", verb: "avoir" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "nombre"; + case "object": { + if (Array.isArray(X)) return "tableau"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "entr\xE9e", email: "adresse e-mail", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "date et heure ISO", date: "date ISO", time: "heure ISO", duration: "dur\xE9e ISO", ipv4: "adresse IPv4", ipv6: "adresse IPv6", cidrv4: "plage IPv4", cidrv6: "plage IPv6", base64: "cha\xEEne encod\xE9e en base64", base64url: "cha\xEEne encod\xE9e en base64url", json_string: "cha\xEEne JSON", e164: "num\xE9ro E.164", jwt: "JWT", template_literal: "entr\xE9e" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Entr\xE9e invalide : ${X.expected} attendu, ${J(X.input)} re\xE7u`; + case "invalid_value": + if (X.values.length === 1) return `Entr\xE9e invalide : ${x(X.values[0])} attendu`; + return `Option invalide : une valeur parmi ${P(X.values, "|")} attendue`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Trop grand : ${(_a5 = X.origin) != null ? _a5 : "valeur"} doit ${G.verb} ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\xE9l\xE9ment(s)"}`; + return `Trop grand : ${(_c2 = X.origin) != null ? _c2 : "valeur"} doit \xEAtre ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Trop petit : ${X.origin} doit ${G.verb} ${W}${X.minimum.toString()} ${G.unit}`; + return `Trop petit : ${X.origin} doit \xEAtre ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Cha\xEEne invalide : doit commencer par "${W.prefix}"`; + if (W.format === "ends_with") return `Cha\xEEne invalide : doit se terminer par "${W.suffix}"`; + if (W.format === "includes") return `Cha\xEEne invalide : doit inclure "${W.includes}"`; + if (W.format === "regex") return `Cha\xEEne invalide : doit correspondre au mod\xE8le ${W.pattern}`; + return `${(_d = Y[W.format]) != null ? _d : X.format} invalide`; + } + case "not_multiple_of": + return `Nombre invalide : doit \xEAtre un multiple de ${X.divisor}`; + case "unrecognized_keys": + return `Cl\xE9${X.keys.length > 1 ? "s" : ""} non reconnue${X.keys.length > 1 ? "s" : ""} : ${P(X.keys, ", ")}`; + case "invalid_key": + return `Cl\xE9 invalide dans ${X.origin}`; + case "invalid_union": + return "Entr\xE9e invalide"; + case "invalid_element": + return `Valeur invalide dans ${X.origin}`; + default: + return "Entr\xE9e invalide"; + } + }; +}; +function Gq() { + return { localeError: ku() }; +} +var Su = () => { + let $ = { string: { unit: "caract\xE8res", verb: "avoir" }, file: { unit: "octets", verb: "avoir" }, array: { unit: "\xE9l\xE9ments", verb: "avoir" }, set: { unit: "\xE9l\xE9ments", verb: "avoir" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "number"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "entr\xE9e", email: "adresse courriel", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "date-heure ISO", date: "date ISO", time: "heure ISO", duration: "dur\xE9e ISO", ipv4: "adresse IPv4", ipv6: "adresse IPv6", cidrv4: "plage IPv4", cidrv6: "plage IPv6", base64: "cha\xEEne encod\xE9e en base64", base64url: "cha\xEEne encod\xE9e en base64url", json_string: "cha\xEEne JSON", e164: "num\xE9ro E.164", jwt: "JWT", template_literal: "entr\xE9e" }; + return (X) => { + var _a5, _b3, _c2; + switch (X.code) { + case "invalid_type": + return `Entr\xE9e invalide : attendu ${X.expected}, re\xE7u ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Entr\xE9e invalide : attendu ${x(X.values[0])}`; + return `Option invalide : attendu l'une des valeurs suivantes ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "\u2264" : "<", G = Q(X.origin); + if (G) return `Trop grand : attendu que ${(_a5 = X.origin) != null ? _a5 : "la valeur"} ait ${W}${X.maximum.toString()} ${G.unit}`; + return `Trop grand : attendu que ${(_b3 = X.origin) != null ? _b3 : "la valeur"} soit ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? "\u2265" : ">", G = Q(X.origin); + if (G) return `Trop petit : attendu que ${X.origin} ait ${W}${X.minimum.toString()} ${G.unit}`; + return `Trop petit : attendu que ${X.origin} soit ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Cha\xEEne invalide : doit commencer par "${W.prefix}"`; + if (W.format === "ends_with") return `Cha\xEEne invalide : doit se terminer par "${W.suffix}"`; + if (W.format === "includes") return `Cha\xEEne invalide : doit inclure "${W.includes}"`; + if (W.format === "regex") return `Cha\xEEne invalide : doit correspondre au motif ${W.pattern}`; + return `${(_c2 = Y[W.format]) != null ? _c2 : X.format} invalide`; + } + case "not_multiple_of": + return `Nombre invalide : doit \xEAtre un multiple de ${X.divisor}`; + case "unrecognized_keys": + return `Cl\xE9${X.keys.length > 1 ? "s" : ""} non reconnue${X.keys.length > 1 ? "s" : ""} : ${P(X.keys, ", ")}`; + case "invalid_key": + return `Cl\xE9 invalide dans ${X.origin}`; + case "invalid_union": + return "Entr\xE9e invalide"; + case "invalid_element": + return `Valeur invalide dans ${X.origin}`; + default: + return "Entr\xE9e invalide"; + } + }; +}; +function Uq() { + return { localeError: Su() }; +} +var vu = () => { + let $ = { string: { unit: "\u05D0\u05D5\u05EA\u05D9\u05D5\u05EA", verb: "\u05DC\u05DB\u05DC\u05D5\u05DC" }, file: { unit: "\u05D1\u05D9\u05D9\u05D8\u05D9\u05DD", verb: "\u05DC\u05DB\u05DC\u05D5\u05DC" }, array: { unit: "\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", verb: "\u05DC\u05DB\u05DC\u05D5\u05DC" }, set: { unit: "\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD", verb: "\u05DC\u05DB\u05DC\u05D5\u05DC" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "number"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u05E7\u05DC\u05D8", email: "\u05DB\u05EA\u05D5\u05D1\u05EA \u05D0\u05D9\u05DE\u05D9\u05D9\u05DC", url: "\u05DB\u05EA\u05D5\u05D1\u05EA \u05E8\u05E9\u05EA", emoji: "\u05D0\u05D9\u05DE\u05D5\u05D2'\u05D9", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "\u05EA\u05D0\u05E8\u05D9\u05DA \u05D5\u05D6\u05DE\u05DF ISO", date: "\u05EA\u05D0\u05E8\u05D9\u05DA ISO", time: "\u05D6\u05DE\u05DF ISO", duration: "\u05DE\u05E9\u05DA \u05D6\u05DE\u05DF ISO", ipv4: "\u05DB\u05EA\u05D5\u05D1\u05EA IPv4", ipv6: "\u05DB\u05EA\u05D5\u05D1\u05EA IPv6", cidrv4: "\u05D8\u05D5\u05D5\u05D7 IPv4", cidrv6: "\u05D8\u05D5\u05D5\u05D7 IPv6", base64: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64", base64url: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64 \u05DC\u05DB\u05EA\u05D5\u05D1\u05D5\u05EA \u05E8\u05E9\u05EA", json_string: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA JSON", e164: "\u05DE\u05E1\u05E4\u05E8 E.164", jwt: "JWT", template_literal: "\u05E7\u05DC\u05D8" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA ${X.expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA ${x(X.values[0])}`; + return `\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05D0\u05D7\u05EA \u05DE\u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${(_a5 = X.origin) != null ? _a5 : "value"} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elements"}`; + return `\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${(_c2 = X.origin) != null ? _c2 : "value"} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${X.origin} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${W}${X.minimum.toString()} ${G.unit}`; + return `\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${X.origin} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05E0\u05D4: \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC \u05D1"${W.prefix}"`; + if (W.format === "ends_with") return `\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05E0\u05D4: \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1 "${W.suffix}"`; + if (W.format === "includes") return `\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05E0\u05D4: \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05DB\u05DC\u05D5\u05DC "${W.includes}"`; + if (W.format === "regex") return `\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05E0\u05D4: \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D0\u05D9\u05DD \u05DC\u05EA\u05D1\u05E0\u05D9\u05EA ${W.pattern}`; + return `${(_d = Y[W.format]) != null ? _d : X.format} \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF`; + } + case "not_multiple_of": + return `\u05DE\u05E1\u05E4\u05E8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05DB\u05E4\u05DC\u05D4 \u05E9\u05DC ${X.divisor}`; + case "unrecognized_keys": + return `\u05DE\u05E4\u05EA\u05D7${X.keys.length > 1 ? "\u05D5\u05EA" : ""} \u05DC\u05D0 \u05DE\u05D6\u05D5\u05D4${X.keys.length > 1 ? "\u05D9\u05DD" : "\u05D4"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\u05DE\u05E4\u05EA\u05D7 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${X.origin}`; + case "invalid_union": + return "\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF"; + case "invalid_element": + return `\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${X.origin}`; + default: + return "\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF"; + } + }; +}; +function Hq() { + return { localeError: vu() }; +} +var Cu = () => { + let $ = { string: { unit: "karakter", verb: "legyen" }, file: { unit: "byte", verb: "legyen" }, array: { unit: "elem", verb: "legyen" }, set: { unit: "elem", verb: "legyen" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "sz\xE1m"; + case "object": { + if (Array.isArray(X)) return "t\xF6mb"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "bemenet", email: "email c\xEDm", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO id\u0151b\xE9lyeg", date: "ISO d\xE1tum", time: "ISO id\u0151", duration: "ISO id\u0151intervallum", ipv4: "IPv4 c\xEDm", ipv6: "IPv6 c\xEDm", cidrv4: "IPv4 tartom\xE1ny", cidrv6: "IPv6 tartom\xE1ny", base64: "base64-k\xF3dolt string", base64url: "base64url-k\xF3dolt string", json_string: "JSON string", e164: "E.164 sz\xE1m", jwt: "JWT", template_literal: "bemenet" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${X.expected}, a kapott \xE9rt\xE9k ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${x(X.values[0])}`; + return `\xC9rv\xE9nytelen opci\xF3: valamelyik \xE9rt\xE9k v\xE1rt ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `T\xFAl nagy: ${(_a5 = X.origin) != null ? _a5 : "\xE9rt\xE9k"} m\xE9rete t\xFAl nagy ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elem"}`; + return `T\xFAl nagy: a bemeneti \xE9rt\xE9k ${(_c2 = X.origin) != null ? _c2 : "\xE9rt\xE9k"} t\xFAl nagy: ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${X.origin} m\xE9rete t\xFAl kicsi ${W}${X.minimum.toString()} ${G.unit}`; + return `T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${X.origin} t\xFAl kicsi ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\xC9rv\xE9nytelen string: "${W.prefix}" \xE9rt\xE9kkel kell kezd\u0151dnie`; + if (W.format === "ends_with") return `\xC9rv\xE9nytelen string: "${W.suffix}" \xE9rt\xE9kkel kell v\xE9gz\u0151dnie`; + if (W.format === "includes") return `\xC9rv\xE9nytelen string: "${W.includes}" \xE9rt\xE9ket kell tartalmaznia`; + if (W.format === "regex") return `\xC9rv\xE9nytelen string: ${W.pattern} mint\xE1nak kell megfelelnie`; + return `\xC9rv\xE9nytelen ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\xC9rv\xE9nytelen sz\xE1m: ${X.divisor} t\xF6bbsz\xF6r\xF6s\xE9nek kell lennie`; + case "unrecognized_keys": + return `Ismeretlen kulcs${X.keys.length > 1 ? "s" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\xC9rv\xE9nytelen kulcs ${X.origin}`; + case "invalid_union": + return "\xC9rv\xE9nytelen bemenet"; + case "invalid_element": + return `\xC9rv\xE9nytelen \xE9rt\xE9k: ${X.origin}`; + default: + return "\xC9rv\xE9nytelen bemenet"; + } + }; +}; +function Kq() { + return { localeError: Cu() }; +} +var Tu = () => { + let $ = { string: { unit: "karakter", verb: "memiliki" }, file: { unit: "byte", verb: "memiliki" }, array: { unit: "item", verb: "memiliki" }, set: { unit: "item", verb: "memiliki" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "number"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "input", email: "alamat email", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "tanggal dan waktu format ISO", date: "tanggal format ISO", time: "jam format ISO", duration: "durasi format ISO", ipv4: "alamat IPv4", ipv6: "alamat IPv6", cidrv4: "rentang alamat IPv4", cidrv6: "rentang alamat IPv6", base64: "string dengan enkode base64", base64url: "string dengan enkode base64url", json_string: "string JSON", e164: "angka E.164", jwt: "JWT", template_literal: "input" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Input tidak valid: diharapkan ${X.expected}, diterima ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Input tidak valid: diharapkan ${x(X.values[0])}`; + return `Pilihan tidak valid: diharapkan salah satu dari ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Terlalu besar: diharapkan ${(_a5 = X.origin) != null ? _a5 : "value"} memiliki ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elemen"}`; + return `Terlalu besar: diharapkan ${(_c2 = X.origin) != null ? _c2 : "value"} menjadi ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Terlalu kecil: diharapkan ${X.origin} memiliki ${W}${X.minimum.toString()} ${G.unit}`; + return `Terlalu kecil: diharapkan ${X.origin} menjadi ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `String tidak valid: harus dimulai dengan "${W.prefix}"`; + if (W.format === "ends_with") return `String tidak valid: harus berakhir dengan "${W.suffix}"`; + if (W.format === "includes") return `String tidak valid: harus menyertakan "${W.includes}"`; + if (W.format === "regex") return `String tidak valid: harus sesuai pola ${W.pattern}`; + return `${(_d = Y[W.format]) != null ? _d : X.format} tidak valid`; + } + case "not_multiple_of": + return `Angka tidak valid: harus kelipatan dari ${X.divisor}`; + case "unrecognized_keys": + return `Kunci tidak dikenali ${X.keys.length > 1 ? "s" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Kunci tidak valid di ${X.origin}`; + case "invalid_union": + return "Input tidak valid"; + case "invalid_element": + return `Nilai tidak valid di ${X.origin}`; + default: + return "Input tidak valid"; + } + }; +}; +function qq() { + return { localeError: Tu() }; +} +var xu = () => { + let $ = { string: { unit: "caratteri", verb: "avere" }, file: { unit: "byte", verb: "avere" }, array: { unit: "elementi", verb: "avere" }, set: { unit: "elementi", verb: "avere" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "numero"; + case "object": { + if (Array.isArray(X)) return "vettore"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "input", email: "indirizzo email", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "data e ora ISO", date: "data ISO", time: "ora ISO", duration: "durata ISO", ipv4: "indirizzo IPv4", ipv6: "indirizzo IPv6", cidrv4: "intervallo IPv4", cidrv6: "intervallo IPv6", base64: "stringa codificata in base64", base64url: "URL codificata in base64", json_string: "stringa JSON", e164: "numero E.164", jwt: "JWT", template_literal: "input" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Input non valido: atteso ${X.expected}, ricevuto ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Input non valido: atteso ${x(X.values[0])}`; + return `Opzione non valida: atteso uno tra ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Troppo grande: ${(_a5 = X.origin) != null ? _a5 : "valore"} deve avere ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elementi"}`; + return `Troppo grande: ${(_c2 = X.origin) != null ? _c2 : "valore"} deve essere ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Troppo piccolo: ${X.origin} deve avere ${W}${X.minimum.toString()} ${G.unit}`; + return `Troppo piccolo: ${X.origin} deve essere ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Stringa non valida: deve iniziare con "${W.prefix}"`; + if (W.format === "ends_with") return `Stringa non valida: deve terminare con "${W.suffix}"`; + if (W.format === "includes") return `Stringa non valida: deve includere "${W.includes}"`; + if (W.format === "regex") return `Stringa non valida: deve corrispondere al pattern ${W.pattern}`; + return `Invalid ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `Numero non valido: deve essere un multiplo di ${X.divisor}`; + case "unrecognized_keys": + return `Chiav${X.keys.length > 1 ? "i" : "e"} non riconosciut${X.keys.length > 1 ? "e" : "a"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Chiave non valida in ${X.origin}`; + case "invalid_union": + return "Input non valido"; + case "invalid_element": + return `Valore non valido in ${X.origin}`; + default: + return "Input non valido"; + } + }; +}; +function Vq() { + return { localeError: xu() }; +} +var yu = () => { + let $ = { string: { unit: "\u6587\u5B57", verb: "\u3067\u3042\u308B" }, file: { unit: "\u30D0\u30A4\u30C8", verb: "\u3067\u3042\u308B" }, array: { unit: "\u8981\u7D20", verb: "\u3067\u3042\u308B" }, set: { unit: "\u8981\u7D20", verb: "\u3067\u3042\u308B" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u6570\u5024"; + case "object": { + if (Array.isArray(X)) return "\u914D\u5217"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u5165\u529B\u5024", email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", url: "URL", emoji: "\u7D75\u6587\u5B57", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO\u65E5\u6642", date: "ISO\u65E5\u4ED8", time: "ISO\u6642\u523B", duration: "ISO\u671F\u9593", ipv4: "IPv4\u30A2\u30C9\u30EC\u30B9", ipv6: "IPv6\u30A2\u30C9\u30EC\u30B9", cidrv4: "IPv4\u7BC4\u56F2", cidrv6: "IPv6\u7BC4\u56F2", base64: "base64\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217", base64url: "base64url\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217", json_string: "JSON\u6587\u5B57\u5217", e164: "E.164\u756A\u53F7", jwt: "JWT", template_literal: "\u5165\u529B\u5024" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u7121\u52B9\u306A\u5165\u529B: ${X.expected}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${J(X.input)}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`; + case "invalid_value": + if (X.values.length === 1) return `\u7121\u52B9\u306A\u5165\u529B: ${x(X.values[0])}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F`; + return `\u7121\u52B9\u306A\u9078\u629E: ${P(X.values, "\u3001")}\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + case "too_big": { + let W = X.inclusive ? "\u4EE5\u4E0B\u3067\u3042\u308B" : "\u3088\u308A\u5C0F\u3055\u3044", G = Q(X.origin); + if (G) return `\u5927\u304D\u3059\u304E\u308B\u5024: ${(_a5 = X.origin) != null ? _a5 : "\u5024"}\u306F${X.maximum.toString()}${(_b3 = G.unit) != null ? _b3 : "\u8981\u7D20"}${W}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + return `\u5927\u304D\u3059\u304E\u308B\u5024: ${(_c2 = X.origin) != null ? _c2 : "\u5024"}\u306F${X.maximum.toString()}${W}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + } + case "too_small": { + let W = X.inclusive ? "\u4EE5\u4E0A\u3067\u3042\u308B" : "\u3088\u308A\u5927\u304D\u3044", G = Q(X.origin); + if (G) return `\u5C0F\u3055\u3059\u304E\u308B\u5024: ${X.origin}\u306F${X.minimum.toString()}${G.unit}${W}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + return `\u5C0F\u3055\u3059\u304E\u308B\u5024: ${X.origin}\u306F${X.minimum.toString()}${W}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u7121\u52B9\u306A\u6587\u5B57\u5217: "${W.prefix}"\u3067\u59CB\u307E\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + if (W.format === "ends_with") return `\u7121\u52B9\u306A\u6587\u5B57\u5217: "${W.suffix}"\u3067\u7D42\u308F\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + if (W.format === "includes") return `\u7121\u52B9\u306A\u6587\u5B57\u5217: "${W.includes}"\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + if (W.format === "regex") return `\u7121\u52B9\u306A\u6587\u5B57\u5217: \u30D1\u30BF\u30FC\u30F3${W.pattern}\u306B\u4E00\u81F4\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + return `\u7121\u52B9\u306A${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\u7121\u52B9\u306A\u6570\u5024: ${X.divisor}\u306E\u500D\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`; + case "unrecognized_keys": + return `\u8A8D\u8B58\u3055\u308C\u3066\u3044\u306A\u3044\u30AD\u30FC${X.keys.length > 1 ? "\u7FA4" : ""}: ${P(X.keys, "\u3001")}`; + case "invalid_key": + return `${X.origin}\u5185\u306E\u7121\u52B9\u306A\u30AD\u30FC`; + case "invalid_union": + return "\u7121\u52B9\u306A\u5165\u529B"; + case "invalid_element": + return `${X.origin}\u5185\u306E\u7121\u52B9\u306A\u5024`; + default: + return "\u7121\u52B9\u306A\u5165\u529B"; + } + }; +}; +function Bq() { + return { localeError: yu() }; +} +var fu = () => { + let $ = { string: { unit: "\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" }, file: { unit: "\u1794\u17C3", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" }, array: { unit: "\u1792\u17B6\u178F\u17BB", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" }, set: { unit: "\u1792\u17B6\u178F\u17BB", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "\u1798\u17B7\u1793\u1798\u17C2\u1793\u1787\u17B6\u179B\u17C1\u1781 (NaN)" : "\u179B\u17C1\u1781"; + case "object": { + if (Array.isArray(X)) return "\u17A2\u17B6\u179A\u17C1 (Array)"; + if (X === null) return "\u1782\u17D2\u1798\u17B6\u1793\u178F\u1798\u17D2\u179B\u17C3 (null)"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B", email: "\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793\u17A2\u17CA\u17B8\u1798\u17C2\u179B", url: "URL", emoji: "\u179F\u1789\u17D2\u1789\u17B6\u17A2\u17B6\u179A\u1798\u17D2\u1798\u178E\u17CD", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 \u1793\u17B7\u1784\u1798\u17C9\u17C4\u1784 ISO", date: "\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 ISO", time: "\u1798\u17C9\u17C4\u1784 ISO", duration: "\u179A\u1799\u17C8\u1796\u17C1\u179B ISO", ipv4: "\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4", ipv6: "\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6", cidrv4: "\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4", cidrv6: "\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6", base64: "\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64", base64url: "\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64url", json_string: "\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A JSON", e164: "\u179B\u17C1\u1781 E.164", jwt: "JWT", template_literal: "\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${X.expected} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${x(X.values[0])}`; + return `\u1787\u1798\u17D2\u179A\u17BE\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1787\u17B6\u1798\u17BD\u1799\u1780\u17D2\u1793\u17BB\u1784\u1785\u17C6\u178E\u17C4\u1798 ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${(_a5 = X.origin) != null ? _a5 : "\u178F\u1798\u17D2\u179B\u17C3"} ${W} ${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u1792\u17B6\u178F\u17BB"}`; + return `\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${(_c2 = X.origin) != null ? _c2 : "\u178F\u1798\u17D2\u179B\u17C3"} ${W} ${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${X.origin} ${W} ${X.minimum.toString()} ${G.unit}`; + return `\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${X.origin} ${W} ${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1785\u17B6\u1794\u17CB\u1795\u17D2\u178F\u17BE\u1798\u178A\u17C4\u1799 "${W.prefix}"`; + if (W.format === "ends_with") return `\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1794\u1789\u17D2\u1785\u1794\u17CB\u178A\u17C4\u1799 "${W.suffix}"`; + if (W.format === "includes") return `\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793 "${W.includes}"`; + if (W.format === "regex") return `\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1795\u17D2\u1782\u17BC\u1795\u17D2\u1782\u1784\u1793\u17B9\u1784\u1791\u1798\u17D2\u179A\u1784\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1780\u17C6\u178E\u178F\u17CB ${W.pattern}`; + return `\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\u179B\u17C1\u1781\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1787\u17B6\u1796\u17A0\u17BB\u1782\u17BB\u178E\u1793\u17C3 ${X.divisor}`; + case "unrecognized_keys": + return `\u179A\u1780\u1783\u17BE\u1789\u179F\u17C4\u1798\u17B7\u1793\u179F\u17D2\u1782\u17B6\u179B\u17CB\u17D6 ${P(X.keys, ", ")}`; + case "invalid_key": + return `\u179F\u17C4\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${X.origin}`; + case "invalid_union": + return "\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C"; + case "invalid_element": + return `\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${X.origin}`; + default: + return "\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C"; + } + }; +}; +function zq() { + return { localeError: fu() }; +} +var gu = () => { + let $ = { string: { unit: "\uBB38\uC790", verb: "to have" }, file: { unit: "\uBC14\uC774\uD2B8", verb: "to have" }, array: { unit: "\uAC1C", verb: "to have" }, set: { unit: "\uAC1C", verb: "to have" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "number"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\uC785\uB825", email: "\uC774\uBA54\uC77C \uC8FC\uC18C", url: "URL", emoji: "\uC774\uBAA8\uC9C0", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO \uB0A0\uC9DC\uC2DC\uAC04", date: "ISO \uB0A0\uC9DC", time: "ISO \uC2DC\uAC04", duration: "ISO \uAE30\uAC04", ipv4: "IPv4 \uC8FC\uC18C", ipv6: "IPv6 \uC8FC\uC18C", cidrv4: "IPv4 \uBC94\uC704", cidrv6: "IPv6 \uBC94\uC704", base64: "base64 \uC778\uCF54\uB529 \uBB38\uC790\uC5F4", base64url: "base64url \uC778\uCF54\uB529 \uBB38\uC790\uC5F4", json_string: "JSON \uBB38\uC790\uC5F4", e164: "E.164 \uBC88\uD638", jwt: "JWT", template_literal: "\uC785\uB825" }; + return (X) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + switch (X.code) { + case "invalid_type": + return `\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 ${X.expected}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${J(X.input)}\uC785\uB2C8\uB2E4`; + case "invalid_value": + if (X.values.length === 1) return `\uC798\uBABB\uB41C \uC785\uB825: \uAC12\uC740 ${x(X.values[0])} \uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4`; + return `\uC798\uBABB\uB41C \uC635\uC158: ${P(X.values, "\uB610\uB294 ")} \uC911 \uD558\uB098\uC5EC\uC57C \uD569\uB2C8\uB2E4`; + case "too_big": { + let W = X.inclusive ? "\uC774\uD558" : "\uBBF8\uB9CC", G = W === "\uBBF8\uB9CC" ? "\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4" : "\uC5EC\uC57C \uD569\uB2C8\uB2E4", U = Q(X.origin), H = (_a5 = U == null ? void 0 : U.unit) != null ? _a5 : "\uC694\uC18C"; + if (U) return `${(_b3 = X.origin) != null ? _b3 : "\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${X.maximum.toString()}${H} ${W}${G}`; + return `${(_c2 = X.origin) != null ? _c2 : "\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${X.maximum.toString()} ${W}${G}`; + } + case "too_small": { + let W = X.inclusive ? "\uC774\uC0C1" : "\uCD08\uACFC", G = W === "\uC774\uC0C1" ? "\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4" : "\uC5EC\uC57C \uD569\uB2C8\uB2E4", U = Q(X.origin), H = (_d = U == null ? void 0 : U.unit) != null ? _d : "\uC694\uC18C"; + if (U) return `${(_e2 = X.origin) != null ? _e2 : "\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${X.minimum.toString()}${H} ${W}${G}`; + return `${(_f2 = X.origin) != null ? _f2 : "\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${X.minimum.toString()} ${W}${G}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${W.prefix}"(\uC73C)\uB85C \uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4`; + if (W.format === "ends_with") return `\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${W.suffix}"(\uC73C)\uB85C \uB05D\uB098\uC57C \uD569\uB2C8\uB2E4`; + if (W.format === "includes") return `\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${W.includes}"\uC744(\uB97C) \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4`; + if (W.format === "regex") return `\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: \uC815\uADDC\uC2DD ${W.pattern} \uD328\uD134\uACFC \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4`; + return `\uC798\uBABB\uB41C ${(_g = Y[W.format]) != null ? _g : X.format}`; + } + case "not_multiple_of": + return `\uC798\uBABB\uB41C \uC22B\uC790: ${X.divisor}\uC758 \uBC30\uC218\uC5EC\uC57C \uD569\uB2C8\uB2E4`; + case "unrecognized_keys": + return `\uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uD0A4: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\uC798\uBABB\uB41C \uD0A4: ${X.origin}`; + case "invalid_union": + return "\uC798\uBABB\uB41C \uC785\uB825"; + case "invalid_element": + return `\uC798\uBABB\uB41C \uAC12: ${X.origin}`; + default: + return "\uC798\uBABB\uB41C \uC785\uB825"; + } + }; +}; +function Nq() { + return { localeError: gu() }; +} +var hu = () => { + let $ = { string: { unit: "\u0437\u043D\u0430\u0446\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" }, file: { unit: "\u0431\u0430\u0458\u0442\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" }, array: { unit: "\u0441\u0442\u0430\u0432\u043A\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" }, set: { unit: "\u0441\u0442\u0430\u0432\u043A\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u0431\u0440\u043E\u0458"; + case "object": { + if (Array.isArray(X)) return "\u043D\u0438\u0437\u0430"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0432\u043D\u0435\u0441", email: "\u0430\u0434\u0440\u0435\u0441\u0430 \u043D\u0430 \u0435-\u043F\u043E\u0448\u0442\u0430", url: "URL", emoji: "\u0435\u043C\u043E\u045F\u0438", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO \u0434\u0430\u0442\u0443\u043C \u0438 \u0432\u0440\u0435\u043C\u0435", date: "ISO \u0434\u0430\u0442\u0443\u043C", time: "ISO \u0432\u0440\u0435\u043C\u0435", duration: "ISO \u0432\u0440\u0435\u043C\u0435\u0442\u0440\u0430\u0435\u045A\u0435", ipv4: "IPv4 \u0430\u0434\u0440\u0435\u0441\u0430", ipv6: "IPv6 \u0430\u0434\u0440\u0435\u0441\u0430", cidrv4: "IPv4 \u043E\u043F\u0441\u0435\u0433", cidrv6: "IPv6 \u043E\u043F\u0441\u0435\u0433", base64: "base64-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430", base64url: "base64url-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430", json_string: "JSON \u043D\u0438\u0437\u0430", e164: "E.164 \u0431\u0440\u043E\u0458", jwt: "JWT", template_literal: "\u0432\u043D\u0435\u0441" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${X.expected}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Invalid input: expected ${x(X.values[0])}`; + return `\u0413\u0440\u0435\u0448\u0430\u043D\u0430 \u043E\u043F\u0446\u0438\u0458\u0430: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 \u0435\u0434\u043D\u0430 ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${(_a5 = X.origin) != null ? _a5 : "\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0438\u043C\u0430 ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438"}`; + return `\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${(_c2 = X.origin) != null ? _c2 : "\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0431\u0438\u0434\u0435 ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${X.origin} \u0434\u0430 \u0438\u043C\u0430 ${W}${X.minimum.toString()} ${G.unit}`; + return `\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${X.origin} \u0434\u0430 \u0431\u0438\u0434\u0435 ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0443\u0432\u0430 \u0441\u043E "${W.prefix}"`; + if (W.format === "ends_with") return `\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u0432\u0440\u0448\u0443\u0432\u0430 \u0441\u043E "${W.suffix}"`; + if (W.format === "includes") return `\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0432\u043A\u043B\u0443\u0447\u0443\u0432\u0430 "${W.includes}"`; + if (W.format === "regex") return `\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u043E\u0434\u0433\u043E\u0430\u0440\u0430 \u043D\u0430 \u043F\u0430\u0442\u0435\u0440\u043D\u043E\u0442 ${W.pattern}`; + return `Invalid ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\u0413\u0440\u0435\u0448\u0435\u043D \u0431\u0440\u043E\u0458: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0434\u0435\u043B\u0438\u0432 \u0441\u043E ${X.divisor}`; + case "unrecognized_keys": + return `${X.keys.length > 1 ? "\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D\u0438 \u043A\u043B\u0443\u0447\u0435\u0432\u0438" : "\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D \u043A\u043B\u0443\u0447"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\u0413\u0440\u0435\u0448\u0435\u043D \u043A\u043B\u0443\u0447 \u0432\u043E ${X.origin}`; + case "invalid_union": + return "\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441"; + case "invalid_element": + return `\u0413\u0440\u0435\u0448\u043D\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0432\u043E ${X.origin}`; + default: + return "\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441"; + } + }; +}; +function wq() { + return { localeError: hu() }; +} +var uu = () => { + let $ = { string: { unit: "aksara", verb: "mempunyai" }, file: { unit: "bait", verb: "mempunyai" }, array: { unit: "elemen", verb: "mempunyai" }, set: { unit: "elemen", verb: "mempunyai" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "nombor"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "input", email: "alamat e-mel", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "tarikh masa ISO", date: "tarikh ISO", time: "masa ISO", duration: "tempoh ISO", ipv4: "alamat IPv4", ipv6: "alamat IPv6", cidrv4: "julat IPv4", cidrv6: "julat IPv6", base64: "string dikodkan base64", base64url: "string dikodkan base64url", json_string: "string JSON", e164: "nombor E.164", jwt: "JWT", template_literal: "input" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Input tidak sah: dijangka ${X.expected}, diterima ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Input tidak sah: dijangka ${x(X.values[0])}`; + return `Pilihan tidak sah: dijangka salah satu daripada ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Terlalu besar: dijangka ${(_a5 = X.origin) != null ? _a5 : "nilai"} ${G.verb} ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elemen"}`; + return `Terlalu besar: dijangka ${(_c2 = X.origin) != null ? _c2 : "nilai"} adalah ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Terlalu kecil: dijangka ${X.origin} ${G.verb} ${W}${X.minimum.toString()} ${G.unit}`; + return `Terlalu kecil: dijangka ${X.origin} adalah ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `String tidak sah: mesti bermula dengan "${W.prefix}"`; + if (W.format === "ends_with") return `String tidak sah: mesti berakhir dengan "${W.suffix}"`; + if (W.format === "includes") return `String tidak sah: mesti mengandungi "${W.includes}"`; + if (W.format === "regex") return `String tidak sah: mesti sepadan dengan corak ${W.pattern}`; + return `${(_d = Y[W.format]) != null ? _d : X.format} tidak sah`; + } + case "not_multiple_of": + return `Nombor tidak sah: perlu gandaan ${X.divisor}`; + case "unrecognized_keys": + return `Kunci tidak dikenali: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Kunci tidak sah dalam ${X.origin}`; + case "invalid_union": + return "Input tidak sah"; + case "invalid_element": + return `Nilai tidak sah dalam ${X.origin}`; + default: + return "Input tidak sah"; + } + }; +}; +function Oq() { + return { localeError: uu() }; +} +var mu = () => { + let $ = { string: { unit: "tekens" }, file: { unit: "bytes" }, array: { unit: "elementen" }, set: { unit: "elementen" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "getal"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "invoer", email: "emailadres", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO datum en tijd", date: "ISO datum", time: "ISO tijd", duration: "ISO duur", ipv4: "IPv4-adres", ipv6: "IPv6-adres", cidrv4: "IPv4-bereik", cidrv6: "IPv6-bereik", base64: "base64-gecodeerde tekst", base64url: "base64 URL-gecodeerde tekst", json_string: "JSON string", e164: "E.164-nummer", jwt: "JWT", template_literal: "invoer" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Ongeldige invoer: verwacht ${X.expected}, ontving ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Ongeldige invoer: verwacht ${x(X.values[0])}`; + return `Ongeldige optie: verwacht \xE9\xE9n van ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Te lang: verwacht dat ${(_a5 = X.origin) != null ? _a5 : "waarde"} ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elementen"} bevat`; + return `Te lang: verwacht dat ${(_c2 = X.origin) != null ? _c2 : "waarde"} ${W}${X.maximum.toString()} is`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Te kort: verwacht dat ${X.origin} ${W}${X.minimum.toString()} ${G.unit} bevat`; + return `Te kort: verwacht dat ${X.origin} ${W}${X.minimum.toString()} is`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Ongeldige tekst: moet met "${W.prefix}" beginnen`; + if (W.format === "ends_with") return `Ongeldige tekst: moet op "${W.suffix}" eindigen`; + if (W.format === "includes") return `Ongeldige tekst: moet "${W.includes}" bevatten`; + if (W.format === "regex") return `Ongeldige tekst: moet overeenkomen met patroon ${W.pattern}`; + return `Ongeldig: ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `Ongeldig getal: moet een veelvoud van ${X.divisor} zijn`; + case "unrecognized_keys": + return `Onbekende key${X.keys.length > 1 ? "s" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Ongeldige key in ${X.origin}`; + case "invalid_union": + return "Ongeldige invoer"; + case "invalid_element": + return `Ongeldige waarde in ${X.origin}`; + default: + return "Ongeldige invoer"; + } + }; +}; +function Dq() { + return { localeError: mu() }; +} +var lu = () => { + let $ = { string: { unit: "tegn", verb: "\xE5 ha" }, file: { unit: "bytes", verb: "\xE5 ha" }, array: { unit: "elementer", verb: "\xE5 inneholde" }, set: { unit: "elementer", verb: "\xE5 inneholde" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "tall"; + case "object": { + if (Array.isArray(X)) return "liste"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "input", email: "e-postadresse", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO dato- og klokkeslett", date: "ISO-dato", time: "ISO-klokkeslett", duration: "ISO-varighet", ipv4: "IPv4-omr\xE5de", ipv6: "IPv6-omr\xE5de", cidrv4: "IPv4-spekter", cidrv6: "IPv6-spekter", base64: "base64-enkodet streng", base64url: "base64url-enkodet streng", json_string: "JSON-streng", e164: "E.164-nummer", jwt: "JWT", template_literal: "input" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Ugyldig input: forventet ${X.expected}, fikk ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Ugyldig verdi: forventet ${x(X.values[0])}`; + return `Ugyldig valg: forventet en av ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `For stor(t): forventet ${(_a5 = X.origin) != null ? _a5 : "value"} til \xE5 ha ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elementer"}`; + return `For stor(t): forventet ${(_c2 = X.origin) != null ? _c2 : "value"} til \xE5 ha ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `For lite(n): forventet ${X.origin} til \xE5 ha ${W}${X.minimum.toString()} ${G.unit}`; + return `For lite(n): forventet ${X.origin} til \xE5 ha ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Ugyldig streng: m\xE5 starte med "${W.prefix}"`; + if (W.format === "ends_with") return `Ugyldig streng: m\xE5 ende med "${W.suffix}"`; + if (W.format === "includes") return `Ugyldig streng: m\xE5 inneholde "${W.includes}"`; + if (W.format === "regex") return `Ugyldig streng: m\xE5 matche m\xF8nsteret ${W.pattern}`; + return `Ugyldig ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `Ugyldig tall: m\xE5 v\xE6re et multiplum av ${X.divisor}`; + case "unrecognized_keys": + return `${X.keys.length > 1 ? "Ukjente n\xF8kler" : "Ukjent n\xF8kkel"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Ugyldig n\xF8kkel i ${X.origin}`; + case "invalid_union": + return "Ugyldig input"; + case "invalid_element": + return `Ugyldig verdi i ${X.origin}`; + default: + return "Ugyldig input"; + } + }; +}; +function Fq() { + return { localeError: lu() }; +} +var cu = () => { + let $ = { string: { unit: "harf", verb: "olmal\u0131d\u0131r" }, file: { unit: "bayt", verb: "olmal\u0131d\u0131r" }, array: { unit: "unsur", verb: "olmal\u0131d\u0131r" }, set: { unit: "unsur", verb: "olmal\u0131d\u0131r" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "numara"; + case "object": { + if (Array.isArray(X)) return "saf"; + if (X === null) return "gayb"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "giren", email: "epostag\xE2h", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO heng\xE2m\u0131", date: "ISO tarihi", time: "ISO zaman\u0131", duration: "ISO m\xFCddeti", ipv4: "IPv4 ni\u015F\xE2n\u0131", ipv6: "IPv6 ni\u015F\xE2n\u0131", cidrv4: "IPv4 menzili", cidrv6: "IPv6 menzili", base64: "base64-\u015Fifreli metin", base64url: "base64url-\u015Fifreli metin", json_string: "JSON metin", e164: "E.164 say\u0131s\u0131", jwt: "JWT", template_literal: "giren" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `F\xE2sit giren: umulan ${X.expected}, al\u0131nan ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `F\xE2sit giren: umulan ${x(X.values[0])}`; + return `F\xE2sit tercih: m\xFBteberler ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Fazla b\xFCy\xFCk: ${(_a5 = X.origin) != null ? _a5 : "value"}, ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elements"} sahip olmal\u0131yd\u0131.`; + return `Fazla b\xFCy\xFCk: ${(_c2 = X.origin) != null ? _c2 : "value"}, ${W}${X.maximum.toString()} olmal\u0131yd\u0131.`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Fazla k\xFC\xE7\xFCk: ${X.origin}, ${W}${X.minimum.toString()} ${G.unit} sahip olmal\u0131yd\u0131.`; + return `Fazla k\xFC\xE7\xFCk: ${X.origin}, ${W}${X.minimum.toString()} olmal\u0131yd\u0131.`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `F\xE2sit metin: "${W.prefix}" ile ba\u015Flamal\u0131.`; + if (W.format === "ends_with") return `F\xE2sit metin: "${W.suffix}" ile bitmeli.`; + if (W.format === "includes") return `F\xE2sit metin: "${W.includes}" ihtiv\xE2 etmeli.`; + if (W.format === "regex") return `F\xE2sit metin: ${W.pattern} nak\u015F\u0131na uymal\u0131.`; + return `F\xE2sit ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `F\xE2sit say\u0131: ${X.divisor} kat\u0131 olmal\u0131yd\u0131.`; + case "unrecognized_keys": + return `Tan\u0131nmayan anahtar ${X.keys.length > 1 ? "s" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `${X.origin} i\xE7in tan\u0131nmayan anahtar var.`; + case "invalid_union": + return "Giren tan\u0131namad\u0131."; + case "invalid_element": + return `${X.origin} i\xE7in tan\u0131nmayan k\u0131ymet var.`; + default: + return "K\u0131ymet tan\u0131namad\u0131."; + } + }; +}; +function Zq() { + return { localeError: cu() }; +} +var pu = () => { + let $ = { string: { unit: "\u062A\u0648\u06A9\u064A", verb: "\u0648\u0644\u0631\u064A" }, file: { unit: "\u0628\u0627\u06CC\u067C\u0633", verb: "\u0648\u0644\u0631\u064A" }, array: { unit: "\u062A\u0648\u06A9\u064A", verb: "\u0648\u0644\u0631\u064A" }, set: { unit: "\u062A\u0648\u06A9\u064A", verb: "\u0648\u0644\u0631\u064A" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u0639\u062F\u062F"; + case "object": { + if (Array.isArray(X)) return "\u0627\u0631\u06D0"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0648\u0631\u0648\u062F\u064A", email: "\u0628\u0631\u06CC\u069A\u0646\u0627\u0644\u06CC\u06A9", url: "\u06CC\u0648 \u0622\u0631 \u0627\u0644", emoji: "\u0627\u06CC\u0645\u0648\u062C\u064A", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "\u0646\u06CC\u067C\u0647 \u0627\u0648 \u0648\u062E\u062A", date: "\u0646\u06D0\u067C\u0647", time: "\u0648\u062E\u062A", duration: "\u0645\u0648\u062F\u0647", ipv4: "\u062F IPv4 \u067E\u062A\u0647", ipv6: "\u062F IPv6 \u067E\u062A\u0647", cidrv4: "\u062F IPv4 \u0633\u0627\u062D\u0647", cidrv6: "\u062F IPv6 \u0633\u0627\u062D\u0647", base64: "base64-encoded \u0645\u062A\u0646", base64url: "base64url-encoded \u0645\u062A\u0646", json_string: "JSON \u0645\u062A\u0646", e164: "\u062F E.164 \u0634\u0645\u06D0\u0631\u0647", jwt: "JWT", template_literal: "\u0648\u0631\u0648\u062F\u064A" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${X.expected} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${J(X.input)} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`; + case "invalid_value": + if (X.values.length === 1) return `\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${x(X.values[0])} \u0648\u0627\u06CC`; + return `\u0646\u0627\u0633\u0645 \u0627\u0646\u062A\u062E\u0627\u0628: \u0628\u0627\u06CC\u062F \u06CC\u0648 \u0644\u0647 ${P(X.values, "|")} \u0685\u062E\u0647 \u0648\u0627\u06CC`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${(_a5 = X.origin) != null ? _a5 : "\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u0639\u0646\u0635\u0631\u0648\u0646\u0647"} \u0648\u0644\u0631\u064A`; + return `\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${(_c2 = X.origin) != null ? _c2 : "\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${W}${X.maximum.toString()} \u0648\u064A`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${X.origin} \u0628\u0627\u06CC\u062F ${W}${X.minimum.toString()} ${G.unit} \u0648\u0644\u0631\u064A`; + return `\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${X.origin} \u0628\u0627\u06CC\u062F ${W}${X.minimum.toString()} \u0648\u064A`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${W.prefix}" \u0633\u0631\u0647 \u067E\u06CC\u0644 \u0634\u064A`; + if (W.format === "ends_with") return `\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${W.suffix}" \u0633\u0631\u0647 \u067E\u0627\u06CC \u062A\u0647 \u0648\u0631\u0633\u064A\u0696\u064A`; + if (W.format === "includes") return `\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F "${W.includes}" \u0648\u0644\u0631\u064A`; + if (W.format === "regex") return `\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F ${W.pattern} \u0633\u0631\u0647 \u0645\u0637\u0627\u0628\u0642\u062A \u0648\u0644\u0631\u064A`; + return `${(_d = Y[W.format]) != null ? _d : X.format} \u0646\u0627\u0633\u0645 \u062F\u06CC`; + } + case "not_multiple_of": + return `\u0646\u0627\u0633\u0645 \u0639\u062F\u062F: \u0628\u0627\u06CC\u062F \u062F ${X.divisor} \u0645\u0636\u0631\u0628 \u0648\u064A`; + case "unrecognized_keys": + return `\u0646\u0627\u0633\u0645 ${X.keys.length > 1 ? "\u06A9\u0644\u06CC\u0689\u0648\u0646\u0647" : "\u06A9\u0644\u06CC\u0689"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\u0646\u0627\u0633\u0645 \u06A9\u0644\u06CC\u0689 \u067E\u0647 ${X.origin} \u06A9\u06D0`; + case "invalid_union": + return "\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A"; + case "invalid_element": + return `\u0646\u0627\u0633\u0645 \u0639\u0646\u0635\u0631 \u067E\u0647 ${X.origin} \u06A9\u06D0`; + default: + return "\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A"; + } + }; +}; +function Mq() { + return { localeError: pu() }; +} +var du = () => { + let $ = { string: { unit: "znak\xF3w", verb: "mie\u0107" }, file: { unit: "bajt\xF3w", verb: "mie\u0107" }, array: { unit: "element\xF3w", verb: "mie\u0107" }, set: { unit: "element\xF3w", verb: "mie\u0107" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "liczba"; + case "object": { + if (Array.isArray(X)) return "tablica"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "wyra\u017Cenie", email: "adres email", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "data i godzina w formacie ISO", date: "data w formacie ISO", time: "godzina w formacie ISO", duration: "czas trwania ISO", ipv4: "adres IPv4", ipv6: "adres IPv6", cidrv4: "zakres IPv4", cidrv6: "zakres IPv6", base64: "ci\u0105g znak\xF3w zakodowany w formacie base64", base64url: "ci\u0105g znak\xF3w zakodowany w formacie base64url", json_string: "ci\u0105g znak\xF3w w formacie JSON", e164: "liczba E.164", jwt: "JWT", template_literal: "wej\u015Bcie" }; + return (X) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + switch (X.code) { + case "invalid_type": + return `Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${X.expected}, otrzymano ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${x(X.values[0])}`; + return `Nieprawid\u0142owa opcja: oczekiwano jednej z warto\u015Bci ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Za du\u017Ca warto\u015B\u0107: oczekiwano, \u017Ce ${(_a5 = X.origin) != null ? _a5 : "warto\u015B\u0107"} b\u0119dzie mie\u0107 ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "element\xF3w"}`; + return `Zbyt du\u017C(y/a/e): oczekiwano, \u017Ce ${(_c2 = X.origin) != null ? _c2 : "warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Za ma\u0142a warto\u015B\u0107: oczekiwano, \u017Ce ${(_d = X.origin) != null ? _d : "warto\u015B\u0107"} b\u0119dzie mie\u0107 ${W}${X.minimum.toString()} ${(_e2 = G.unit) != null ? _e2 : "element\xF3w"}`; + return `Zbyt ma\u0142(y/a/e): oczekiwano, \u017Ce ${(_f2 = X.origin) != null ? _f2 : "warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zaczyna\u0107 si\u0119 od "${W.prefix}"`; + if (W.format === "ends_with") return `Nieprawid\u0142owy ci\u0105g znak\xF3w: musi ko\u0144czy\u0107 si\u0119 na "${W.suffix}"`; + if (W.format === "includes") return `Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zawiera\u0107 "${W.includes}"`; + if (W.format === "regex") return `Nieprawid\u0142owy ci\u0105g znak\xF3w: musi odpowiada\u0107 wzorcowi ${W.pattern}`; + return `Nieprawid\u0142ow(y/a/e) ${(_g = Y[W.format]) != null ? _g : X.format}`; + } + case "not_multiple_of": + return `Nieprawid\u0142owa liczba: musi by\u0107 wielokrotno\u015Bci\u0105 ${X.divisor}`; + case "unrecognized_keys": + return `Nierozpoznane klucze${X.keys.length > 1 ? "s" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Nieprawid\u0142owy klucz w ${X.origin}`; + case "invalid_union": + return "Nieprawid\u0142owe dane wej\u015Bciowe"; + case "invalid_element": + return `Nieprawid\u0142owa warto\u015B\u0107 w ${X.origin}`; + default: + return "Nieprawid\u0142owe dane wej\u015Bciowe"; + } + }; +}; +function Lq() { + return { localeError: du() }; +} +var iu = () => { + let $ = { string: { unit: "caracteres", verb: "ter" }, file: { unit: "bytes", verb: "ter" }, array: { unit: "itens", verb: "ter" }, set: { unit: "itens", verb: "ter" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "n\xFAmero"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "nulo"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "padr\xE3o", email: "endere\xE7o de e-mail", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "data e hora ISO", date: "data ISO", time: "hora ISO", duration: "dura\xE7\xE3o ISO", ipv4: "endere\xE7o IPv4", ipv6: "endere\xE7o IPv6", cidrv4: "faixa de IPv4", cidrv6: "faixa de IPv6", base64: "texto codificado em base64", base64url: "URL codificada em base64", json_string: "texto JSON", e164: "n\xFAmero E.164", jwt: "JWT", template_literal: "entrada" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Tipo inv\xE1lido: esperado ${X.expected}, recebido ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Entrada inv\xE1lida: esperado ${x(X.values[0])}`; + return `Op\xE7\xE3o inv\xE1lida: esperada uma das ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Muito grande: esperado que ${(_a5 = X.origin) != null ? _a5 : "valor"} tivesse ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elementos"}`; + return `Muito grande: esperado que ${(_c2 = X.origin) != null ? _c2 : "valor"} fosse ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Muito pequeno: esperado que ${X.origin} tivesse ${W}${X.minimum.toString()} ${G.unit}`; + return `Muito pequeno: esperado que ${X.origin} fosse ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Texto inv\xE1lido: deve come\xE7ar com "${W.prefix}"`; + if (W.format === "ends_with") return `Texto inv\xE1lido: deve terminar com "${W.suffix}"`; + if (W.format === "includes") return `Texto inv\xE1lido: deve incluir "${W.includes}"`; + if (W.format === "regex") return `Texto inv\xE1lido: deve corresponder ao padr\xE3o ${W.pattern}`; + return `${(_d = Y[W.format]) != null ? _d : X.format} inv\xE1lido`; + } + case "not_multiple_of": + return `N\xFAmero inv\xE1lido: deve ser m\xFAltiplo de ${X.divisor}`; + case "unrecognized_keys": + return `Chave${X.keys.length > 1 ? "s" : ""} desconhecida${X.keys.length > 1 ? "s" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Chave inv\xE1lida em ${X.origin}`; + case "invalid_union": + return "Entrada inv\xE1lida"; + case "invalid_element": + return `Valor inv\xE1lido em ${X.origin}`; + default: + return "Campo inv\xE1lido"; + } + }; +}; +function jq() { + return { localeError: iu() }; +} +function EM($, Q, J, Y) { + let X = Math.abs($), W = X % 10, G = X % 100; + if (G >= 11 && G <= 19) return Y; + if (W === 1) return Q; + if (W >= 2 && W <= 4) return J; + return Y; +} +var nu = () => { + let $ = { string: { unit: { one: "\u0441\u0438\u043C\u0432\u043E\u043B", few: "\u0441\u0438\u043C\u0432\u043E\u043B\u0430", many: "\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432" }, verb: "\u0438\u043C\u0435\u0442\u044C" }, file: { unit: { one: "\u0431\u0430\u0439\u0442", few: "\u0431\u0430\u0439\u0442\u0430", many: "\u0431\u0430\u0439\u0442" }, verb: "\u0438\u043C\u0435\u0442\u044C" }, array: { unit: { one: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442", few: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430", many: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432" }, verb: "\u0438\u043C\u0435\u0442\u044C" }, set: { unit: { one: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442", few: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430", many: "\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432" }, verb: "\u0438\u043C\u0435\u0442\u044C" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u0447\u0438\u0441\u043B\u043E"; + case "object": { + if (Array.isArray(X)) return "\u043C\u0430\u0441\u0441\u0438\u0432"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0432\u0432\u043E\u0434", email: "email \u0430\u0434\u0440\u0435\u0441", url: "URL", emoji: "\u044D\u043C\u043E\u0434\u0437\u0438", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO \u0434\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043C\u044F", date: "ISO \u0434\u0430\u0442\u0430", time: "ISO \u0432\u0440\u0435\u043C\u044F", duration: "ISO \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C", ipv4: "IPv4 \u0430\u0434\u0440\u0435\u0441", ipv6: "IPv6 \u0430\u0434\u0440\u0435\u0441", cidrv4: "IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D", cidrv6: "IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D", base64: "\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64", base64url: "\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64url", json_string: "JSON \u0441\u0442\u0440\u043E\u043A\u0430", e164: "\u043D\u043E\u043C\u0435\u0440 E.164", jwt: "JWT", template_literal: "\u0432\u0432\u043E\u0434" }; + return (X) => { + var _a5, _b3, _c2; + switch (X.code) { + case "invalid_type": + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${X.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${x(X.values[0])}`; + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0430\u0440\u0438\u0430\u043D\u0442: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0434\u043D\u043E \u0438\u0437 ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) { + let U = Number(X.maximum), H = EM(U, G.unit.one, G.unit.few, G.unit.many); + return `\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${(_a5 = X.origin) != null ? _a5 : "\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${W}${X.maximum.toString()} ${H}`; + } + return `\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${(_b3 = X.origin) != null ? _b3 : "\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) { + let U = Number(X.minimum), H = EM(U, G.unit.one, G.unit.few, G.unit.many); + return `\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${X.origin} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${W}${X.minimum.toString()} ${H}`; + } + return `\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${X.origin} \u0431\u0443\u0434\u0435\u0442 ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C\u0441\u044F \u0441 "${W.prefix}"`; + if (W.format === "ends_with") return `\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 "${W.suffix}"`; + if (W.format === "includes") return `\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C "${W.includes}"`; + if (W.format === "regex") return `\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${W.pattern}`; + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 ${(_c2 = Y[W.format]) != null ? _c2 : X.format}`; + } + case "not_multiple_of": + return `\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E: \u0434\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${X.divisor}`; + case "unrecognized_keys": + return `\u041D\u0435\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u043D${X.keys.length > 1 ? "\u044B\u0435" : "\u044B\u0439"} \u043A\u043B\u044E\u0447${X.keys.length > 1 ? "\u0438" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u0432 ${X.origin}`; + case "invalid_union": + return "\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435"; + case "invalid_element": + return `\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0432 ${X.origin}`; + default: + return "\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435"; + } + }; +}; +function Aq() { + return { localeError: nu() }; +} +var ru = () => { + let $ = { string: { unit: "znakov", verb: "imeti" }, file: { unit: "bajtov", verb: "imeti" }, array: { unit: "elementov", verb: "imeti" }, set: { unit: "elementov", verb: "imeti" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u0161tevilo"; + case "object": { + if (Array.isArray(X)) return "tabela"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "vnos", email: "e-po\u0161tni naslov", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO datum in \u010Das", date: "ISO datum", time: "ISO \u010Das", duration: "ISO trajanje", ipv4: "IPv4 naslov", ipv6: "IPv6 naslov", cidrv4: "obseg IPv4", cidrv6: "obseg IPv6", base64: "base64 kodiran niz", base64url: "base64url kodiran niz", json_string: "JSON niz", e164: "E.164 \u0161tevilka", jwt: "JWT", template_literal: "vnos" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `Neveljaven vnos: pri\u010Dakovano ${X.expected}, prejeto ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Neveljaven vnos: pri\u010Dakovano ${x(X.values[0])}`; + return `Neveljavna mo\u017Enost: pri\u010Dakovano eno izmed ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Preveliko: pri\u010Dakovano, da bo ${(_a5 = X.origin) != null ? _a5 : "vrednost"} imelo ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "elementov"}`; + return `Preveliko: pri\u010Dakovano, da bo ${(_c2 = X.origin) != null ? _c2 : "vrednost"} ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Premajhno: pri\u010Dakovano, da bo ${X.origin} imelo ${W}${X.minimum.toString()} ${G.unit}`; + return `Premajhno: pri\u010Dakovano, da bo ${X.origin} ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Neveljaven niz: mora se za\u010Deti z "${W.prefix}"`; + if (W.format === "ends_with") return `Neveljaven niz: mora se kon\u010Dati z "${W.suffix}"`; + if (W.format === "includes") return `Neveljaven niz: mora vsebovati "${W.includes}"`; + if (W.format === "regex") return `Neveljaven niz: mora ustrezati vzorcu ${W.pattern}`; + return `Neveljaven ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `Neveljavno \u0161tevilo: mora biti ve\u010Dkratnik ${X.divisor}`; + case "unrecognized_keys": + return `Neprepoznan${X.keys.length > 1 ? "i klju\u010Di" : " klju\u010D"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Neveljaven klju\u010D v ${X.origin}`; + case "invalid_union": + return "Neveljaven vnos"; + case "invalid_element": + return `Neveljavna vrednost v ${X.origin}`; + default: + return "Neveljaven vnos"; + } + }; +}; +function Iq() { + return { localeError: ru() }; +} +var ou = () => { + let $ = { string: { unit: "tecken", verb: "att ha" }, file: { unit: "bytes", verb: "att ha" }, array: { unit: "objekt", verb: "att inneh\xE5lla" }, set: { unit: "objekt", verb: "att inneh\xE5lla" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "antal"; + case "object": { + if (Array.isArray(X)) return "lista"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "regulj\xE4rt uttryck", email: "e-postadress", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO-datum och tid", date: "ISO-datum", time: "ISO-tid", duration: "ISO-varaktighet", ipv4: "IPv4-intervall", ipv6: "IPv6-intervall", cidrv4: "IPv4-spektrum", cidrv6: "IPv6-spektrum", base64: "base64-kodad str\xE4ng", base64url: "base64url-kodad str\xE4ng", json_string: "JSON-str\xE4ng", e164: "E.164-nummer", jwt: "JWT", template_literal: "mall-literal" }; + return (X) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2; + switch (X.code) { + case "invalid_type": + return `Ogiltig inmatning: f\xF6rv\xE4ntat ${X.expected}, fick ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `Ogiltig inmatning: f\xF6rv\xE4ntat ${x(X.values[0])}`; + return `Ogiltigt val: f\xF6rv\xE4ntade en av ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `F\xF6r stor(t): f\xF6rv\xE4ntade ${(_a5 = X.origin) != null ? _a5 : "v\xE4rdet"} att ha ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "element"}`; + return `F\xF6r stor(t): f\xF6rv\xE4ntat ${(_c2 = X.origin) != null ? _c2 : "v\xE4rdet"} att ha ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `F\xF6r lite(t): f\xF6rv\xE4ntade ${(_d = X.origin) != null ? _d : "v\xE4rdet"} att ha ${W}${X.minimum.toString()} ${G.unit}`; + return `F\xF6r lite(t): f\xF6rv\xE4ntade ${(_e2 = X.origin) != null ? _e2 : "v\xE4rdet"} att ha ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Ogiltig str\xE4ng: m\xE5ste b\xF6rja med "${W.prefix}"`; + if (W.format === "ends_with") return `Ogiltig str\xE4ng: m\xE5ste sluta med "${W.suffix}"`; + if (W.format === "includes") return `Ogiltig str\xE4ng: m\xE5ste inneh\xE5lla "${W.includes}"`; + if (W.format === "regex") return `Ogiltig str\xE4ng: m\xE5ste matcha m\xF6nstret "${W.pattern}"`; + return `Ogiltig(t) ${(_f2 = Y[W.format]) != null ? _f2 : X.format}`; + } + case "not_multiple_of": + return `Ogiltigt tal: m\xE5ste vara en multipel av ${X.divisor}`; + case "unrecognized_keys": + return `${X.keys.length > 1 ? "Ok\xE4nda nycklar" : "Ok\xE4nd nyckel"}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Ogiltig nyckel i ${(_g = X.origin) != null ? _g : "v\xE4rdet"}`; + case "invalid_union": + return "Ogiltig input"; + case "invalid_element": + return `Ogiltigt v\xE4rde i ${(_h2 = X.origin) != null ? _h2 : "v\xE4rdet"}`; + default: + return "Ogiltig input"; + } + }; +}; +function Rq() { + return { localeError: ou() }; +} +var tu = () => { + let $ = { string: { unit: "\u0B8E\u0BB4\u0BC1\u0BA4\u0BCD\u0BA4\u0BC1\u0B95\u0BCD\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" }, file: { unit: "\u0BAA\u0BC8\u0B9F\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" }, array: { unit: "\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" }, set: { unit: "\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "\u0B8E\u0BA3\u0BCD \u0B85\u0BB2\u0BCD\u0BB2\u0BBE\u0BA4\u0BA4\u0BC1" : "\u0B8E\u0BA3\u0BCD"; + case "object": { + if (Array.isArray(X)) return "\u0B85\u0BA3\u0BBF"; + if (X === null) return "\u0BB5\u0BC6\u0BB1\u0BC1\u0BAE\u0BC8"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1", email: "\u0BAE\u0BBF\u0BA9\u0BCD\u0BA9\u0B9E\u0BCD\u0B9A\u0BB2\u0BCD \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO \u0BA4\u0BC7\u0BA4\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD", date: "ISO \u0BA4\u0BC7\u0BA4\u0BBF", time: "ISO \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD", duration: "ISO \u0B95\u0BBE\u0BB2 \u0B85\u0BB3\u0BB5\u0BC1", ipv4: "IPv4 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF", ipv6: "IPv6 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF", cidrv4: "IPv4 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1", cidrv6: "IPv6 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1", base64: "base64-encoded \u0B9A\u0BB0\u0BAE\u0BCD", base64url: "base64url-encoded \u0B9A\u0BB0\u0BAE\u0BCD", json_string: "JSON \u0B9A\u0BB0\u0BAE\u0BCD", e164: "E.164 \u0B8E\u0BA3\u0BCD", jwt: "JWT", template_literal: "input" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${X.expected}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${x(X.values[0])}`; + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0BB0\u0BC1\u0BAA\u0BCD\u0BAA\u0BAE\u0BCD: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${P(X.values, "|")} \u0B87\u0BB2\u0BCD \u0B92\u0BA9\u0BCD\u0BB1\u0BC1`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${(_a5 = X.origin) != null ? _a5 : "\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD"} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + return `\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${(_c2 = X.origin) != null ? _c2 : "\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${W}${X.maximum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${X.origin} ${W}${X.minimum.toString()} ${G.unit} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + return `\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${X.origin} ${W}${X.minimum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${W.prefix}" \u0B87\u0BB2\u0BCD \u0BA4\u0BCA\u0B9F\u0B99\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + if (W.format === "ends_with") return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${W.suffix}" \u0B87\u0BB2\u0BCD \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0B9F\u0BC8\u0BAF \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + if (W.format === "includes") return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${W.includes}" \u0B90 \u0B89\u0BB3\u0BCD\u0BB3\u0B9F\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + if (W.format === "regex") return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: ${W.pattern} \u0BAE\u0BC1\u0BB1\u0BC8\u0BAA\u0BBE\u0B9F\u0BCD\u0B9F\u0BC1\u0B9F\u0BA9\u0BCD \u0BAA\u0BCA\u0BB0\u0BC1\u0BA8\u0BCD\u0BA4 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B8E\u0BA3\u0BCD: ${X.divisor} \u0B87\u0BA9\u0BCD \u0BAA\u0BB2\u0BAE\u0BBE\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`; + case "unrecognized_keys": + return `\u0B85\u0B9F\u0BC8\u0BAF\u0BBE\u0BB3\u0BAE\u0BCD \u0BA4\u0BC6\u0BB0\u0BBF\u0BAF\u0BBE\u0BA4 \u0BB5\u0BBF\u0B9A\u0BC8${X.keys.length > 1 ? "\u0B95\u0BB3\u0BCD" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `${X.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0B9A\u0BC8`; + case "invalid_union": + return "\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1"; + case "invalid_element": + return `${X.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1`; + default: + return "\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1"; + } + }; +}; +function Pq() { + return { localeError: tu() }; +} +var au = () => { + let $ = { string: { unit: "\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" }, file: { unit: "\u0E44\u0E1A\u0E15\u0E4C", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" }, array: { unit: "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" }, set: { unit: "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "\u0E44\u0E21\u0E48\u0E43\u0E0A\u0E48\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02 (NaN)" : "\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02"; + case "object": { + if (Array.isArray(X)) return "\u0E2D\u0E32\u0E23\u0E4C\u0E40\u0E23\u0E22\u0E4C (Array)"; + if (X === null) return "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32 (null)"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19", email: "\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E2D\u0E35\u0E40\u0E21\u0E25", url: "URL", emoji: "\u0E2D\u0E34\u0E42\u0E21\u0E08\u0E34", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO", date: "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E1A\u0E1A ISO", time: "\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO", duration: "\u0E0A\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO", ipv4: "\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv4", ipv6: "\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv6", cidrv4: "\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv4", cidrv6: "\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv6", base64: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64", base64url: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64 \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A URL", json_string: "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A JSON", e164: "\u0E40\u0E1A\u0E2D\u0E23\u0E4C\u0E42\u0E17\u0E23\u0E28\u0E31\u0E1E\u0E17\u0E4C\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E17\u0E28 (E.164)", jwt: "\u0E42\u0E17\u0E40\u0E04\u0E19 JWT", template_literal: "\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${X.expected} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u0E04\u0E48\u0E32\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${x(X.values[0])}`; + return `\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19\u0E2B\u0E19\u0E36\u0E48\u0E07\u0E43\u0E19 ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19" : "\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32", G = Q(X.origin); + if (G) return `\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${(_a5 = X.origin) != null ? _a5 : "\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${W} ${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"}`; + return `\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${(_c2 = X.origin) != null ? _c2 : "\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${W} ${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? "\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22" : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32", G = Q(X.origin); + if (G) return `\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${X.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${W} ${X.minimum.toString()} ${G.unit}`; + return `\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${X.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${W} ${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22 "${W.prefix}"`; + if (W.format === "ends_with") return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E25\u0E07\u0E17\u0E49\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22 "${W.suffix}"`; + if (W.format === "includes") return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 "${W.includes}" \u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21`; + if (W.format === "regex") return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14 ${W.pattern}`; + return `\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E32\u0E23\u0E14\u0E49\u0E27\u0E22 ${X.divisor} \u0E44\u0E14\u0E49\u0E25\u0E07\u0E15\u0E31\u0E27`; + case "unrecognized_keys": + return `\u0E1E\u0E1A\u0E04\u0E35\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E23\u0E39\u0E49\u0E08\u0E31\u0E01: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\u0E04\u0E35\u0E22\u0E4C\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${X.origin}`; + case "invalid_union": + return "\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E22\u0E39\u0E40\u0E19\u0E35\u0E22\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E44\u0E27\u0E49"; + case "invalid_element": + return `\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${X.origin}`; + default: + return "\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"; + } + }; +}; +function Eq() { + return { localeError: au() }; +} +var su = ($) => { + let Q = typeof $; + switch (Q) { + case "number": + return Number.isNaN($) ? "NaN" : "number"; + case "object": { + if (Array.isArray($)) return "array"; + if ($ === null) return "null"; + if (Object.getPrototypeOf($) !== Object.prototype && $.constructor) return $.constructor.name; + } + } + return Q; +}; +var eu = () => { + let $ = { string: { unit: "karakter", verb: "olmal\u0131" }, file: { unit: "bayt", verb: "olmal\u0131" }, array: { unit: "\xF6\u011Fe", verb: "olmal\u0131" }, set: { unit: "\xF6\u011Fe", verb: "olmal\u0131" } }; + function Q(Y) { + var _a5; + return (_a5 = $[Y]) != null ? _a5 : null; + } + let J = { regex: "girdi", email: "e-posta adresi", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO tarih ve saat", date: "ISO tarih", time: "ISO saat", duration: "ISO s\xFCre", ipv4: "IPv4 adresi", ipv6: "IPv6 adresi", cidrv4: "IPv4 aral\u0131\u011F\u0131", cidrv6: "IPv6 aral\u0131\u011F\u0131", base64: "base64 ile \u015Fifrelenmi\u015F metin", base64url: "base64url ile \u015Fifrelenmi\u015F metin", json_string: "JSON dizesi", e164: "E.164 say\u0131s\u0131", jwt: "JWT", template_literal: "\u015Eablon dizesi" }; + return (Y) => { + var _a5, _b3, _c2, _d; + switch (Y.code) { + case "invalid_type": + return `Ge\xE7ersiz de\u011Fer: beklenen ${Y.expected}, al\u0131nan ${su(Y.input)}`; + case "invalid_value": + if (Y.values.length === 1) return `Ge\xE7ersiz de\u011Fer: beklenen ${x(Y.values[0])}`; + return `Ge\xE7ersiz se\xE7enek: a\u015Fa\u011F\u0131dakilerden biri olmal\u0131: ${P(Y.values, "|")}`; + case "too_big": { + let X = Y.inclusive ? "<=" : "<", W = Q(Y.origin); + if (W) return `\xC7ok b\xFCy\xFCk: beklenen ${(_a5 = Y.origin) != null ? _a5 : "de\u011Fer"} ${X}${Y.maximum.toString()} ${(_b3 = W.unit) != null ? _b3 : "\xF6\u011Fe"}`; + return `\xC7ok b\xFCy\xFCk: beklenen ${(_c2 = Y.origin) != null ? _c2 : "de\u011Fer"} ${X}${Y.maximum.toString()}`; + } + case "too_small": { + let X = Y.inclusive ? ">=" : ">", W = Q(Y.origin); + if (W) return `\xC7ok k\xFC\xE7\xFCk: beklenen ${Y.origin} ${X}${Y.minimum.toString()} ${W.unit}`; + return `\xC7ok k\xFC\xE7\xFCk: beklenen ${Y.origin} ${X}${Y.minimum.toString()}`; + } + case "invalid_format": { + let X = Y; + if (X.format === "starts_with") return `Ge\xE7ersiz metin: "${X.prefix}" ile ba\u015Flamal\u0131`; + if (X.format === "ends_with") return `Ge\xE7ersiz metin: "${X.suffix}" ile bitmeli`; + if (X.format === "includes") return `Ge\xE7ersiz metin: "${X.includes}" i\xE7ermeli`; + if (X.format === "regex") return `Ge\xE7ersiz metin: ${X.pattern} desenine uymal\u0131`; + return `Ge\xE7ersiz ${(_d = J[X.format]) != null ? _d : Y.format}`; + } + case "not_multiple_of": + return `Ge\xE7ersiz say\u0131: ${Y.divisor} ile tam b\xF6l\xFCnebilmeli`; + case "unrecognized_keys": + return `Tan\u0131nmayan anahtar${Y.keys.length > 1 ? "lar" : ""}: ${P(Y.keys, ", ")}`; + case "invalid_key": + return `${Y.origin} i\xE7inde ge\xE7ersiz anahtar`; + case "invalid_union": + return "Ge\xE7ersiz de\u011Fer"; + case "invalid_element": + return `${Y.origin} i\xE7inde ge\xE7ersiz de\u011Fer`; + default: + return "Ge\xE7ersiz de\u011Fer"; + } + }; +}; +function bq() { + return { localeError: eu() }; +} +var $m = () => { + let $ = { string: { unit: "\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" }, file: { unit: "\u0431\u0430\u0439\u0442\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" }, array: { unit: "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" }, set: { unit: "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u0447\u0438\u0441\u043B\u043E"; + case "object": { + if (Array.isArray(X)) return "\u043C\u0430\u0441\u0438\u0432"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456", email: "\u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0457 \u043F\u043E\u0448\u0442\u0438", url: "URL", emoji: "\u0435\u043C\u043E\u0434\u0437\u0456", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "\u0434\u0430\u0442\u0430 \u0442\u0430 \u0447\u0430\u0441 ISO", date: "\u0434\u0430\u0442\u0430 ISO", time: "\u0447\u0430\u0441 ISO", duration: "\u0442\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044C ISO", ipv4: "\u0430\u0434\u0440\u0435\u0441\u0430 IPv4", ipv6: "\u0430\u0434\u0440\u0435\u0441\u0430 IPv6", cidrv4: "\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv4", cidrv6: "\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv6", base64: "\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64", base64url: "\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64url", json_string: "\u0440\u044F\u0434\u043E\u043A JSON", e164: "\u043D\u043E\u043C\u0435\u0440 E.164", jwt: "JWT", template_literal: "\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${X.expected}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${x(X.values[0])}`; + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0430 \u043E\u043F\u0446\u0456\u044F: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F \u043E\u0434\u043D\u0435 \u0437 ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${(_a5 = X.origin) != null ? _a5 : "\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} ${G.verb} ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432"}`; + return `\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${(_c2 = X.origin) != null ? _c2 : "\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} \u0431\u0443\u0434\u0435 ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${X.origin} ${G.verb} ${W}${X.minimum.toString()} ${G.unit}`; + return `\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${X.origin} \u0431\u0443\u0434\u0435 ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438\u0441\u044F \u0437 "${W.prefix}"`; + if (W.format === "ends_with") return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u043D\u0430 "${W.suffix}"`; + if (W.format === "includes") return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043C\u0456\u0441\u0442\u0438\u0442\u0438 "${W.includes}"`; + if (W.format === "regex") return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${W.pattern}`; + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0447\u0438\u0441\u043B\u043E: \u043F\u043E\u0432\u0438\u043D\u043D\u043E \u0431\u0443\u0442\u0438 \u043A\u0440\u0430\u0442\u043D\u0438\u043C ${X.divisor}`; + case "unrecognized_keys": + return `\u041D\u0435\u0440\u043E\u0437\u043F\u0456\u0437\u043D\u0430\u043D\u0438\u0439 \u043A\u043B\u044E\u0447${X.keys.length > 1 ? "\u0456" : ""}: ${P(X.keys, ", ")}`; + case "invalid_key": + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u043A\u043B\u044E\u0447 \u0443 ${X.origin}`; + case "invalid_union": + return "\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"; + case "invalid_element": + return `\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0443 ${X.origin}`; + default: + return "\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"; + } + }; +}; +function _q() { + return { localeError: $m() }; +} +var Qm = () => { + let $ = { string: { unit: "\u062D\u0631\u0648\u0641", verb: "\u06C1\u0648\u0646\u0627" }, file: { unit: "\u0628\u0627\u0626\u0679\u0633", verb: "\u06C1\u0648\u0646\u0627" }, array: { unit: "\u0622\u0626\u0679\u0645\u0632", verb: "\u06C1\u0648\u0646\u0627" }, set: { unit: "\u0622\u0626\u0679\u0645\u0632", verb: "\u06C1\u0648\u0646\u0627" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "\u0646\u0645\u0628\u0631"; + case "object": { + if (Array.isArray(X)) return "\u0622\u0631\u06D2"; + if (X === null) return "\u0646\u0644"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0627\u0646 \u067E\u0679", email: "\u0627\u06CC \u0645\u06CC\u0644 \u0627\u06CC\u0688\u0631\u06CC\u0633", url: "\u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644", emoji: "\u0627\u06CC\u0645\u0648\u062C\u06CC", uuid: "\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC", uuidv4: "\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 4", uuidv6: "\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 6", nanoid: "\u0646\u06CC\u0646\u0648 \u0622\u0626\u06CC \u0688\u06CC", guid: "\u062C\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC", cuid: "\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC", cuid2: "\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC 2", ulid: "\u06CC\u0648 \u0627\u06CC\u0644 \u0622\u0626\u06CC \u0688\u06CC", xid: "\u0627\u06CC\u06A9\u0633 \u0622\u0626\u06CC \u0688\u06CC", ksuid: "\u06A9\u06D2 \u0627\u06CC\u0633 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC", datetime: "\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0688\u06CC\u0679 \u0679\u0627\u0626\u0645", date: "\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u062A\u0627\u0631\u06CC\u062E", time: "\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0648\u0642\u062A", duration: "\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0645\u062F\u062A", ipv4: "\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0627\u06CC\u0688\u0631\u06CC\u0633", ipv6: "\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0627\u06CC\u0688\u0631\u06CC\u0633", cidrv4: "\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0631\u06CC\u0646\u062C", cidrv6: "\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0631\u06CC\u0646\u062C", base64: "\u0628\u06CC\u0633 64 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF", base64url: "\u0628\u06CC\u0633 64 \u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF", json_string: "\u062C\u06D2 \u0627\u06CC\u0633 \u0627\u0648 \u0627\u06CC\u0646 \u0633\u0679\u0631\u0646\u06AF", e164: "\u0627\u06CC 164 \u0646\u0645\u0628\u0631", jwt: "\u062C\u06D2 \u0688\u0628\u0644\u06CC\u0648 \u0679\u06CC", template_literal: "\u0627\u0646 \u067E\u0679" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${X.expected} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${J(X.input)} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`; + case "invalid_value": + if (X.values.length === 1) return `\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${x(X.values[0])} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`; + return `\u063A\u0644\u0637 \u0622\u067E\u0634\u0646: ${P(X.values, "|")} \u0645\u06CC\u06BA \u0633\u06D2 \u0627\u06CC\u06A9 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u0628\u06C1\u062A \u0628\u0691\u0627: ${(_a5 = X.origin) != null ? _a5 : "\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u06D2 ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u0639\u0646\u0627\u0635\u0631"} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`; + return `\u0628\u06C1\u062A \u0628\u0691\u0627: ${(_c2 = X.origin) != null ? _c2 : "\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u0627 ${W}${X.maximum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${X.origin} \u06A9\u06D2 ${W}${X.minimum.toString()} ${G.unit} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`; + return `\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${X.origin} \u06A9\u0627 ${W}${X.minimum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${W.prefix}" \u0633\u06D2 \u0634\u0631\u0648\u0639 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + if (W.format === "ends_with") return `\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${W.suffix}" \u067E\u0631 \u062E\u062A\u0645 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + if (W.format === "includes") return `\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${W.includes}" \u0634\u0627\u0645\u0644 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + if (W.format === "regex") return `\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: \u067E\u06CC\u0679\u0631\u0646 ${W.pattern} \u0633\u06D2 \u0645\u06CC\u0686 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + return `\u063A\u0644\u0637 ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\u063A\u0644\u0637 \u0646\u0645\u0628\u0631: ${X.divisor} \u06A9\u0627 \u0645\u0636\u0627\u0639\u0641 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`; + case "unrecognized_keys": + return `\u063A\u06CC\u0631 \u062A\u0633\u0644\u06CC\u0645 \u0634\u062F\u06C1 \u06A9\u06CC${X.keys.length > 1 ? "\u0632" : ""}: ${P(X.keys, "\u060C ")}`; + case "invalid_key": + return `${X.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u06A9\u06CC`; + case "invalid_union": + return "\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679"; + case "invalid_element": + return `${X.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u0648\u06CC\u0644\u06CC\u0648`; + default: + return "\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679"; + } + }; +}; +function kq() { + return { localeError: Qm() }; +} +var Jm = () => { + let $ = { string: { unit: "k\xFD t\u1EF1", verb: "c\xF3" }, file: { unit: "byte", verb: "c\xF3" }, array: { unit: "ph\u1EA7n t\u1EED", verb: "c\xF3" }, set: { unit: "ph\u1EA7n t\u1EED", verb: "c\xF3" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "s\u1ED1"; + case "object": { + if (Array.isArray(X)) return "m\u1EA3ng"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u0111\u1EA7u v\xE0o", email: "\u0111\u1ECBa ch\u1EC9 email", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ng\xE0y gi\u1EDD ISO", date: "ng\xE0y ISO", time: "gi\u1EDD ISO", duration: "kho\u1EA3ng th\u1EDDi gian ISO", ipv4: "\u0111\u1ECBa ch\u1EC9 IPv4", ipv6: "\u0111\u1ECBa ch\u1EC9 IPv6", cidrv4: "d\u1EA3i IPv4", cidrv6: "d\u1EA3i IPv6", base64: "chu\u1ED7i m\xE3 h\xF3a base64", base64url: "chu\u1ED7i m\xE3 h\xF3a base64url", json_string: "chu\u1ED7i JSON", e164: "s\u1ED1 E.164", jwt: "JWT", template_literal: "\u0111\u1EA7u v\xE0o" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${X.expected}, nh\u1EADn \u0111\u01B0\u1EE3c ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${x(X.values[0])}`; + return `T\xF9y ch\u1ECDn kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i m\u1ED9t trong c\xE1c gi\xE1 tr\u1ECB ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${(_a5 = X.origin) != null ? _a5 : "gi\xE1 tr\u1ECB"} ${G.verb} ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "ph\u1EA7n t\u1EED"}`; + return `Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${(_c2 = X.origin) != null ? _c2 : "gi\xE1 tr\u1ECB"} ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${X.origin} ${G.verb} ${W}${X.minimum.toString()} ${G.unit}`; + return `Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${X.origin} ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i b\u1EAFt \u0111\u1EA7u b\u1EB1ng "${W.prefix}"`; + if (W.format === "ends_with") return `Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i k\u1EBFt th\xFAc b\u1EB1ng "${W.suffix}"`; + if (W.format === "includes") return `Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i bao g\u1ED3m "${W.includes}"`; + if (W.format === "regex") return `Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i kh\u1EDBp v\u1EDBi m\u1EABu ${W.pattern}`; + return `${(_d = Y[W.format]) != null ? _d : X.format} kh\xF4ng h\u1EE3p l\u1EC7`; + } + case "not_multiple_of": + return `S\u1ED1 kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i l\xE0 b\u1ED9i s\u1ED1 c\u1EE7a ${X.divisor}`; + case "unrecognized_keys": + return `Kh\xF3a kh\xF4ng \u0111\u01B0\u1EE3c nh\u1EADn d\u1EA1ng: ${P(X.keys, ", ")}`; + case "invalid_key": + return `Kh\xF3a kh\xF4ng h\u1EE3p l\u1EC7 trong ${X.origin}`; + case "invalid_union": + return "\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7"; + case "invalid_element": + return `Gi\xE1 tr\u1ECB kh\xF4ng h\u1EE3p l\u1EC7 trong ${X.origin}`; + default: + return "\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7"; + } + }; +}; +function Sq() { + return { localeError: Jm() }; +} +var Xm = () => { + let $ = { string: { unit: "\u5B57\u7B26", verb: "\u5305\u542B" }, file: { unit: "\u5B57\u8282", verb: "\u5305\u542B" }, array: { unit: "\u9879", verb: "\u5305\u542B" }, set: { unit: "\u9879", verb: "\u5305\u542B" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "\u975E\u6570\u5B57(NaN)" : "\u6570\u5B57"; + case "object": { + if (Array.isArray(X)) return "\u6570\u7EC4"; + if (X === null) return "\u7A7A\u503C(null)"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u8F93\u5165", email: "\u7535\u5B50\u90AE\u4EF6", url: "URL", emoji: "\u8868\u60C5\u7B26\u53F7", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO\u65E5\u671F\u65F6\u95F4", date: "ISO\u65E5\u671F", time: "ISO\u65F6\u95F4", duration: "ISO\u65F6\u957F", ipv4: "IPv4\u5730\u5740", ipv6: "IPv6\u5730\u5740", cidrv4: "IPv4\u7F51\u6BB5", cidrv6: "IPv6\u7F51\u6BB5", base64: "base64\u7F16\u7801\u5B57\u7B26\u4E32", base64url: "base64url\u7F16\u7801\u5B57\u7B26\u4E32", json_string: "JSON\u5B57\u7B26\u4E32", e164: "E.164\u53F7\u7801", jwt: "JWT", template_literal: "\u8F93\u5165" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${X.expected}\uFF0C\u5B9E\u9645\u63A5\u6536 ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${x(X.values[0])}`; + return `\u65E0\u6548\u9009\u9879\uFF1A\u671F\u671B\u4EE5\u4E0B\u4E4B\u4E00 ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${(_a5 = X.origin) != null ? _a5 : "\u503C"} ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u4E2A\u5143\u7D20"}`; + return `\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${(_c2 = X.origin) != null ? _c2 : "\u503C"} ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${X.origin} ${W}${X.minimum.toString()} ${G.unit}`; + return `\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${X.origin} ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${W.prefix}" \u5F00\u5934`; + if (W.format === "ends_with") return `\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${W.suffix}" \u7ED3\u5C3E`; + if (W.format === "includes") return `\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u5305\u542B "${W.includes}"`; + if (W.format === "regex") return `\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u6EE1\u8DB3\u6B63\u5219\u8868\u8FBE\u5F0F ${W.pattern}`; + return `\u65E0\u6548${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\u65E0\u6548\u6570\u5B57\uFF1A\u5FC5\u987B\u662F ${X.divisor} \u7684\u500D\u6570`; + case "unrecognized_keys": + return `\u51FA\u73B0\u672A\u77E5\u7684\u952E(key): ${P(X.keys, ", ")}`; + case "invalid_key": + return `${X.origin} \u4E2D\u7684\u952E(key)\u65E0\u6548`; + case "invalid_union": + return "\u65E0\u6548\u8F93\u5165"; + case "invalid_element": + return `${X.origin} \u4E2D\u5305\u542B\u65E0\u6548\u503C(value)`; + default: + return "\u65E0\u6548\u8F93\u5165"; + } + }; +}; +function vq() { + return { localeError: Xm() }; +} +var Ym = () => { + let $ = { string: { unit: "\u5B57\u5143", verb: "\u64C1\u6709" }, file: { unit: "\u4F4D\u5143\u7D44", verb: "\u64C1\u6709" }, array: { unit: "\u9805\u76EE", verb: "\u64C1\u6709" }, set: { unit: "\u9805\u76EE", verb: "\u64C1\u6709" } }; + function Q(X) { + var _a5; + return (_a5 = $[X]) != null ? _a5 : null; + } + let J = (X) => { + let W = typeof X; + switch (W) { + case "number": + return Number.isNaN(X) ? "NaN" : "number"; + case "object": { + if (Array.isArray(X)) return "array"; + if (X === null) return "null"; + if (Object.getPrototypeOf(X) !== Object.prototype && X.constructor) return X.constructor.name; + } + } + return W; + }, Y = { regex: "\u8F38\u5165", email: "\u90F5\u4EF6\u5730\u5740", url: "URL", emoji: "emoji", uuid: "UUID", uuidv4: "UUIDv4", uuidv6: "UUIDv6", nanoid: "nanoid", guid: "GUID", cuid: "cuid", cuid2: "cuid2", ulid: "ULID", xid: "XID", ksuid: "KSUID", datetime: "ISO \u65E5\u671F\u6642\u9593", date: "ISO \u65E5\u671F", time: "ISO \u6642\u9593", duration: "ISO \u671F\u9593", ipv4: "IPv4 \u4F4D\u5740", ipv6: "IPv6 \u4F4D\u5740", cidrv4: "IPv4 \u7BC4\u570D", cidrv6: "IPv6 \u7BC4\u570D", base64: "base64 \u7DE8\u78BC\u5B57\u4E32", base64url: "base64url \u7DE8\u78BC\u5B57\u4E32", json_string: "JSON \u5B57\u4E32", e164: "E.164 \u6578\u503C", jwt: "JWT", template_literal: "\u8F38\u5165" }; + return (X) => { + var _a5, _b3, _c2, _d; + switch (X.code) { + case "invalid_type": + return `\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${X.expected}\uFF0C\u4F46\u6536\u5230 ${J(X.input)}`; + case "invalid_value": + if (X.values.length === 1) return `\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${x(X.values[0])}`; + return `\u7121\u6548\u7684\u9078\u9805\uFF1A\u9810\u671F\u70BA\u4EE5\u4E0B\u5176\u4E2D\u4E4B\u4E00 ${P(X.values, "|")}`; + case "too_big": { + let W = X.inclusive ? "<=" : "<", G = Q(X.origin); + if (G) return `\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${(_a5 = X.origin) != null ? _a5 : "\u503C"} \u61C9\u70BA ${W}${X.maximum.toString()} ${(_b3 = G.unit) != null ? _b3 : "\u500B\u5143\u7D20"}`; + return `\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${(_c2 = X.origin) != null ? _c2 : "\u503C"} \u61C9\u70BA ${W}${X.maximum.toString()}`; + } + case "too_small": { + let W = X.inclusive ? ">=" : ">", G = Q(X.origin); + if (G) return `\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${X.origin} \u61C9\u70BA ${W}${X.minimum.toString()} ${G.unit}`; + return `\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${X.origin} \u61C9\u70BA ${W}${X.minimum.toString()}`; + } + case "invalid_format": { + let W = X; + if (W.format === "starts_with") return `\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${W.prefix}" \u958B\u982D`; + if (W.format === "ends_with") return `\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${W.suffix}" \u7D50\u5C3E`; + if (W.format === "includes") return `\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u5305\u542B "${W.includes}"`; + if (W.format === "regex") return `\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u7B26\u5408\u683C\u5F0F ${W.pattern}`; + return `\u7121\u6548\u7684 ${(_d = Y[W.format]) != null ? _d : X.format}`; + } + case "not_multiple_of": + return `\u7121\u6548\u7684\u6578\u5B57\uFF1A\u5FC5\u9808\u70BA ${X.divisor} \u7684\u500D\u6578`; + case "unrecognized_keys": + return `\u7121\u6CD5\u8B58\u5225\u7684\u9375\u503C${X.keys.length > 1 ? "\u5011" : ""}\uFF1A${P(X.keys, "\u3001")}`; + case "invalid_key": + return `${X.origin} \u4E2D\u6709\u7121\u6548\u7684\u9375\u503C`; + case "invalid_union": + return "\u7121\u6548\u7684\u8F38\u5165\u503C"; + case "invalid_element": + return `${X.origin} \u4E2D\u6709\u7121\u6548\u7684\u503C`; + default: + return "\u7121\u6548\u7684\u8F38\u5165\u503C"; + } + }; +}; +function Cq() { + return { localeError: Ym() }; +} +var oY = /* @__PURE__ */ Symbol("ZodOutput"); +var tY = /* @__PURE__ */ Symbol("ZodInput"); +var I7 = class { + constructor() { + this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map(); + } + add($, ...Q) { + let J = Q[0]; + if (this._map.set($, J), J && typeof J === "object" && "id" in J) { + if (this._idmap.has(J.id)) throw Error(`ID ${J.id} already exists in the registry`); + this._idmap.set(J.id, $); + } + return this; + } + remove($) { + return this._map.delete($), this; + } + get($) { + var _a5; + let Q = $._zod.parent; + if (Q) { + let J = { ...(_a5 = this.get(Q)) != null ? _a5 : {} }; + return delete J.id, { ...J, ...this._map.get($) }; + } + return this._map.get($); + } + has($) { + return this._map.has($); + } +}; +function R7() { + return new I7(); +} +var R6 = R7(); +function aY($, Q) { + return new $({ type: "string", ...k(Q) }); +} +function Tq($, Q) { + return new $({ type: "string", coerce: true, ...k(Q) }); +} +function P7($, Q) { + return new $({ type: "string", format: "email", check: "string_format", abort: false, ...k(Q) }); +} +function o8($, Q) { + return new $({ type: "string", format: "guid", check: "string_format", abort: false, ...k(Q) }); +} +function E7($, Q) { + return new $({ type: "string", format: "uuid", check: "string_format", abort: false, ...k(Q) }); +} +function b7($, Q) { + return new $({ type: "string", format: "uuid", check: "string_format", abort: false, version: "v4", ...k(Q) }); +} +function _7($, Q) { + return new $({ type: "string", format: "uuid", check: "string_format", abort: false, version: "v6", ...k(Q) }); +} +function k7($, Q) { + return new $({ type: "string", format: "uuid", check: "string_format", abort: false, version: "v7", ...k(Q) }); +} +function S7($, Q) { + return new $({ type: "string", format: "url", check: "string_format", abort: false, ...k(Q) }); +} +function v7($, Q) { + return new $({ type: "string", format: "emoji", check: "string_format", abort: false, ...k(Q) }); +} +function C7($, Q) { + return new $({ type: "string", format: "nanoid", check: "string_format", abort: false, ...k(Q) }); +} +function T7($, Q) { + return new $({ type: "string", format: "cuid", check: "string_format", abort: false, ...k(Q) }); +} +function x7($, Q) { + return new $({ type: "string", format: "cuid2", check: "string_format", abort: false, ...k(Q) }); +} +function y7($, Q) { + return new $({ type: "string", format: "ulid", check: "string_format", abort: false, ...k(Q) }); +} +function f7($, Q) { + return new $({ type: "string", format: "xid", check: "string_format", abort: false, ...k(Q) }); +} +function g7($, Q) { + return new $({ type: "string", format: "ksuid", check: "string_format", abort: false, ...k(Q) }); +} +function h7($, Q) { + return new $({ type: "string", format: "ipv4", check: "string_format", abort: false, ...k(Q) }); +} +function u7($, Q) { + return new $({ type: "string", format: "ipv6", check: "string_format", abort: false, ...k(Q) }); +} +function m7($, Q) { + return new $({ type: "string", format: "cidrv4", check: "string_format", abort: false, ...k(Q) }); +} +function l7($, Q) { + return new $({ type: "string", format: "cidrv6", check: "string_format", abort: false, ...k(Q) }); +} +function c7($, Q) { + return new $({ type: "string", format: "base64", check: "string_format", abort: false, ...k(Q) }); +} +function p7($, Q) { + return new $({ type: "string", format: "base64url", check: "string_format", abort: false, ...k(Q) }); +} +function d7($, Q) { + return new $({ type: "string", format: "e164", check: "string_format", abort: false, ...k(Q) }); +} +function i7($, Q) { + return new $({ type: "string", format: "jwt", check: "string_format", abort: false, ...k(Q) }); +} +var sY = { Any: null, Minute: -1, Second: 0, Millisecond: 3, Microsecond: 6 }; +function xq($, Q) { + return new $({ type: "string", format: "datetime", check: "string_format", offset: false, local: false, precision: null, ...k(Q) }); +} +function yq($, Q) { + return new $({ type: "string", format: "date", check: "string_format", ...k(Q) }); +} +function fq($, Q) { + return new $({ type: "string", format: "time", check: "string_format", precision: null, ...k(Q) }); +} +function gq($, Q) { + return new $({ type: "string", format: "duration", check: "string_format", ...k(Q) }); +} +function eY($, Q) { + return new $({ type: "number", checks: [], ...k(Q) }); +} +function hq($, Q) { + return new $({ type: "number", coerce: true, checks: [], ...k(Q) }); +} +function $3($, Q) { + return new $({ type: "number", check: "number_format", abort: false, format: "safeint", ...k(Q) }); +} +function Q3($, Q) { + return new $({ type: "number", check: "number_format", abort: false, format: "float32", ...k(Q) }); +} +function J3($, Q) { + return new $({ type: "number", check: "number_format", abort: false, format: "float64", ...k(Q) }); +} +function X3($, Q) { + return new $({ type: "number", check: "number_format", abort: false, format: "int32", ...k(Q) }); +} +function Y3($, Q) { + return new $({ type: "number", check: "number_format", abort: false, format: "uint32", ...k(Q) }); +} +function W3($, Q) { + return new $({ type: "boolean", ...k(Q) }); +} +function uq($, Q) { + return new $({ type: "boolean", coerce: true, ...k(Q) }); +} +function G3($, Q) { + return new $({ type: "bigint", ...k(Q) }); +} +function mq($, Q) { + return new $({ type: "bigint", coerce: true, ...k(Q) }); +} +function U3($, Q) { + return new $({ type: "bigint", check: "bigint_format", abort: false, format: "int64", ...k(Q) }); +} +function H3($, Q) { + return new $({ type: "bigint", check: "bigint_format", abort: false, format: "uint64", ...k(Q) }); +} +function K3($, Q) { + return new $({ type: "symbol", ...k(Q) }); +} +function q3($, Q) { + return new $({ type: "undefined", ...k(Q) }); +} +function V3($, Q) { + return new $({ type: "null", ...k(Q) }); +} +function B3($) { + return new $({ type: "any" }); +} +function b0($) { + return new $({ type: "unknown" }); +} +function z3($, Q) { + return new $({ type: "never", ...k(Q) }); +} +function N3($, Q) { + return new $({ type: "void", ...k(Q) }); +} +function w3($, Q) { + return new $({ type: "date", ...k(Q) }); +} +function lq($, Q) { + return new $({ type: "date", coerce: true, ...k(Q) }); +} +function O3($, Q) { + return new $({ type: "nan", ...k(Q) }); +} +function o4($, Q) { + return new rX({ check: "less_than", ...k(Q), value: $, inclusive: false }); +} +function t6($, Q) { + return new rX({ check: "less_than", ...k(Q), value: $, inclusive: true }); +} +function t4($, Q) { + return new oX({ check: "greater_than", ...k(Q), value: $, inclusive: false }); +} +function P6($, Q) { + return new oX({ check: "greater_than", ...k(Q), value: $, inclusive: true }); +} +function cq($) { + return t4(0, $); +} +function pq($) { + return o4(0, $); +} +function dq($) { + return t6(0, $); +} +function iq($) { + return P6(0, $); +} +function _0($, Q) { + return new RK({ check: "multiple_of", ...k(Q), value: $ }); +} +function t8($, Q) { + return new bK({ check: "max_size", ...k(Q), maximum: $ }); +} +function k0($, Q) { + return new _K({ check: "min_size", ...k(Q), minimum: $ }); +} +function n7($, Q) { + return new kK({ check: "size_equals", ...k(Q), size: $ }); +} +function a8($, Q) { + return new SK({ check: "max_length", ...k(Q), maximum: $ }); +} +function k1($, Q) { + return new vK({ check: "min_length", ...k(Q), minimum: $ }); +} +function s8($, Q) { + return new CK({ check: "length_equals", ...k(Q), length: $ }); +} +function r7($, Q) { + return new TK({ check: "string_format", format: "regex", ...k(Q), pattern: $ }); +} +function o7($) { + return new xK({ check: "string_format", format: "lowercase", ...k($) }); +} +function t7($) { + return new yK({ check: "string_format", format: "uppercase", ...k($) }); +} +function a7($, Q) { + return new fK({ check: "string_format", format: "includes", ...k(Q), includes: $ }); +} +function s7($, Q) { + return new gK({ check: "string_format", format: "starts_with", ...k(Q), prefix: $ }); +} +function e7($, Q) { + return new hK({ check: "string_format", format: "ends_with", ...k(Q), suffix: $ }); +} +function nq($, Q, J) { + return new uK({ check: "property", property: $, schema: Q, ...k(J) }); +} +function $J($, Q) { + return new mK({ check: "mime_type", mime: $, ...k(Q) }); +} +function a4($) { + return new lK({ check: "overwrite", tx: $ }); +} +function QJ($) { + return a4((Q) => Q.normalize($)); +} +function JJ() { + return a4(($) => $.trim()); +} +function XJ() { + return a4(($) => $.toLowerCase()); +} +function YJ() { + return a4(($) => $.toUpperCase()); +} +function WJ($, Q, J) { + return new $({ type: "array", element: Q, ...k(J) }); +} +function Wm($, Q, J) { + return new $({ type: "union", options: Q, ...k(J) }); +} +function Gm($, Q, J, Y) { + return new $({ type: "union", options: J, discriminator: Q, ...k(Y) }); +} +function Um($, Q, J) { + return new $({ type: "intersection", left: Q, right: J }); +} +function rq($, Q, J, Y) { + let X = J instanceof o; + return new $({ type: "tuple", items: Q, rest: X ? J : null, ...k(X ? Y : J) }); +} +function Hm($, Q, J, Y) { + return new $({ type: "record", keyType: Q, valueType: J, ...k(Y) }); +} +function Km($, Q, J, Y) { + return new $({ type: "map", keyType: Q, valueType: J, ...k(Y) }); +} +function qm($, Q, J) { + return new $({ type: "set", valueType: Q, ...k(J) }); +} +function Vm($, Q, J) { + let Y = Array.isArray(Q) ? Object.fromEntries(Q.map((X) => [X, X])) : Q; + return new $({ type: "enum", entries: Y, ...k(J) }); +} +function Bm($, Q, J) { + return new $({ type: "enum", entries: Q, ...k(J) }); +} +function zm($, Q, J) { + return new $({ type: "literal", values: Array.isArray(Q) ? Q : [Q], ...k(J) }); +} +function D3($, Q) { + return new $({ type: "file", ...k(Q) }); +} +function Nm($, Q) { + return new $({ type: "transform", transform: Q }); +} +function wm($, Q) { + return new $({ type: "optional", innerType: Q }); +} +function Om($, Q) { + return new $({ type: "nullable", innerType: Q }); +} +function Dm($, Q, J) { + return new $({ type: "default", innerType: Q, get defaultValue() { + return typeof J === "function" ? J() : J; + } }); +} +function Fm($, Q, J) { + return new $({ type: "nonoptional", innerType: Q, ...k(J) }); +} +function Zm($, Q) { + return new $({ type: "success", innerType: Q }); +} +function Mm($, Q, J) { + return new $({ type: "catch", innerType: Q, catchValue: typeof J === "function" ? J : () => J }); +} +function Lm($, Q, J) { + return new $({ type: "pipe", in: Q, out: J }); +} +function jm($, Q) { + return new $({ type: "readonly", innerType: Q }); +} +function Am($, Q, J) { + return new $({ type: "template_literal", parts: Q, ...k(J) }); +} +function Im($, Q) { + return new $({ type: "lazy", getter: Q }); +} +function Rm($, Q) { + return new $({ type: "promise", innerType: Q }); +} +function F3($, Q, J) { + var _a5; + let Y = k(J); + return (_a5 = Y.abort) != null ? _a5 : Y.abort = true, new $({ type: "custom", check: "custom", fn: Q, ...Y }); +} +function Z3($, Q, J) { + return new $({ type: "custom", check: "custom", fn: Q, ...k(J) }); +} +function M3($, Q) { + var _a5, _b3, _c2, _d, _e2, _f2; + let J = k(Q), Y = (_a5 = J.truthy) != null ? _a5 : ["true", "1", "yes", "on", "y", "enabled"], X = (_b3 = J.falsy) != null ? _b3 : ["false", "0", "no", "off", "n", "disabled"]; + if (J.case !== "sensitive") Y = Y.map((w) => typeof w === "string" ? w.toLowerCase() : w), X = X.map((w) => typeof w === "string" ? w.toLowerCase() : w); + let W = new Set(Y), G = new Set(X), U = (_c2 = $.Pipe) != null ? _c2 : n8, H = (_d = $.Boolean) != null ? _d : p8, q = (_e2 = $.String) != null ? _e2 : b1, B = new ((_f2 = $.Transform) != null ? _f2 : i8)({ type: "transform", transform: (w, O) => { + let D = w; + if (J.case !== "sensitive") D = D.toLowerCase(); + if (W.has(D)) return true; + else if (G.has(D)) return false; + else return O.issues.push({ code: "invalid_value", expected: "stringbool", values: [...W, ...G], input: O.value, inst: B }), {}; + }, error: J.error }), z4 = new U({ type: "pipe", in: new q({ type: "string", error: J.error }), out: B, error: J.error }); + return new U({ type: "pipe", in: z4, out: new H({ type: "boolean", error: J.error }), error: J.error }); +} +function L3($, Q, J, Y = {}) { + let X = k(Y), W = { ...k(Y), check: "string_format", type: "string", format: Q, fn: typeof J === "function" ? J : (U) => J.test(U), ...X }; + if (J instanceof RegExp) W.pattern = J; + return new $(W); +} +var oq = class { + constructor($) { + this._def = $, this.def = $; + } + implement($) { + if (typeof $ !== "function") throw Error("implement() must be called with a function"); + let Q = (...J) => { + let Y = this._def.input ? I0(this._def.input, J, void 0, { callee: Q }) : J; + if (!Array.isArray(Y)) throw Error("Invalid arguments schema: not an array or tuple schema."); + let X = $(...Y); + return this._def.output ? I0(this._def.output, X, void 0, { callee: Q }) : X; + }; + return Q; + } + implementAsync($) { + if (typeof $ !== "function") throw Error("implement() must be called with a function"); + let Q = async (...J) => { + let Y = this._def.input ? await R0(this._def.input, J, void 0, { callee: Q }) : J; + if (!Array.isArray(Y)) throw Error("Invalid arguments schema: not an array or tuple schema."); + let X = await $(...Y); + return this._def.output ? R0(this._def.output, X, void 0, { callee: Q }) : X; + }; + return Q; + } + input(...$) { + let Q = this.constructor; + if (Array.isArray($[0])) return new Q({ type: "function", input: new _1({ type: "tuple", items: $[0], rest: $[1] }), output: this._def.output }); + return new Q({ type: "function", input: $[0], output: this._def.output }); + } + output($) { + return new this.constructor({ type: "function", input: this._def.input, output: $ }); + } +}; +function j3($) { + var _a5, _b3; + return new oq({ type: "function", input: Array.isArray($ == null ? void 0 : $.input) ? rq(_1, $ == null ? void 0 : $.input) : (_a5 = $ == null ? void 0 : $.input) != null ? _a5 : WJ(d8, b0(E0)), output: (_b3 = $ == null ? void 0 : $.output) != null ? _b3 : b0(E0) }); +} +var A3 = class { + constructor($) { + var _a5, _b3, _c2, _d, _e2; + this.counter = 0, this.metadataRegistry = (_a5 = $ == null ? void 0 : $.metadata) != null ? _a5 : R6, this.target = (_b3 = $ == null ? void 0 : $.target) != null ? _b3 : "draft-2020-12", this.unrepresentable = (_c2 = $ == null ? void 0 : $.unrepresentable) != null ? _c2 : "throw", this.override = (_d = $ == null ? void 0 : $.override) != null ? _d : (() => { + }), this.io = (_e2 = $ == null ? void 0 : $.io) != null ? _e2 : "output", this.seen = /* @__PURE__ */ new Map(); + } + process($, Q = { path: [], schemaPath: [] }) { + var _a5, _b3, _c2, _d, _e2; + var J; + let Y = $._zod.def, X = { guid: "uuid", url: "uri", datetime: "date-time", json_string: "json-string", regex: "" }, W = this.seen.get($); + if (W) { + if (W.count++, Q.schemaPath.includes($)) W.cycle = Q.path; + return W.schema; + } + let G = { schema: {}, count: 1, cycle: void 0, path: Q.path }; + this.seen.set($, G); + let U = (_b3 = (_a5 = $._zod).toJSONSchema) == null ? void 0 : _b3.call(_a5); + if (U) G.schema = U; + else { + let V = { ...Q, schemaPath: [...Q.schemaPath, $], path: Q.path }, B = $._zod.parent; + if (B) G.ref = B, this.process(B, V), this.seen.get(B).isParent = true; + else { + let z4 = G.schema; + switch (Y.type) { + case "string": { + let N = z4; + N.type = "string"; + let { minimum: w, maximum: O, format: D, patterns: M, contentEncoding: j } = $._zod.bag; + if (typeof w === "number") N.minLength = w; + if (typeof O === "number") N.maxLength = O; + if (D) { + if (N.format = (_c2 = X[D]) != null ? _c2 : D, N.format === "") delete N.format; + } + if (j) N.contentEncoding = j; + if (M && M.size > 0) { + let A = [...M]; + if (A.length === 1) N.pattern = A[0].source; + else if (A.length > 1) G.schema.allOf = [...A.map((S) => ({ ...this.target === "draft-7" ? { type: "string" } : {}, pattern: S.source }))]; + } + break; + } + case "number": { + let N = z4, { minimum: w, maximum: O, format: D, multipleOf: M, exclusiveMaximum: j, exclusiveMinimum: A } = $._zod.bag; + if (typeof D === "string" && D.includes("int")) N.type = "integer"; + else N.type = "number"; + if (typeof A === "number") N.exclusiveMinimum = A; + if (typeof w === "number") { + if (N.minimum = w, typeof A === "number") if (A >= w) delete N.minimum; + else delete N.exclusiveMinimum; + } + if (typeof j === "number") N.exclusiveMaximum = j; + if (typeof O === "number") { + if (N.maximum = O, typeof j === "number") if (j <= O) delete N.maximum; + else delete N.exclusiveMaximum; + } + if (typeof M === "number") N.multipleOf = M; + break; + } + case "boolean": { + let N = z4; + N.type = "boolean"; + break; + } + case "bigint": { + if (this.unrepresentable === "throw") throw Error("BigInt cannot be represented in JSON Schema"); + break; + } + case "symbol": { + if (this.unrepresentable === "throw") throw Error("Symbols cannot be represented in JSON Schema"); + break; + } + case "null": { + z4.type = "null"; + break; + } + case "any": + break; + case "unknown": + break; + case "undefined": + case "never": { + z4.not = {}; + break; + } + case "void": { + if (this.unrepresentable === "throw") throw Error("Void cannot be represented in JSON Schema"); + break; + } + case "date": { + if (this.unrepresentable === "throw") throw Error("Date cannot be represented in JSON Schema"); + break; + } + case "array": { + let N = z4, { minimum: w, maximum: O } = $._zod.bag; + if (typeof w === "number") N.minItems = w; + if (typeof O === "number") N.maxItems = O; + N.type = "array", N.items = this.process(Y.element, { ...V, path: [...V.path, "items"] }); + break; + } + case "object": { + let N = z4; + N.type = "object", N.properties = {}; + let w = Y.shape; + for (let M in w) N.properties[M] = this.process(w[M], { ...V, path: [...V.path, "properties", M] }); + let O = new Set(Object.keys(w)), D = new Set([...O].filter((M) => { + let j = Y.shape[M]._zod; + if (this.io === "input") return j.optin === void 0; + else return j.optout === void 0; + })); + if (D.size > 0) N.required = Array.from(D); + if (((_d = Y.catchall) == null ? void 0 : _d._zod.def.type) === "never") N.additionalProperties = false; + else if (!Y.catchall) { + if (this.io === "output") N.additionalProperties = false; + } else if (Y.catchall) N.additionalProperties = this.process(Y.catchall, { ...V, path: [...V.path, "additionalProperties"] }); + break; + } + case "union": { + let N = z4; + N.anyOf = Y.options.map((w, O) => this.process(w, { ...V, path: [...V.path, "anyOf", O] })); + break; + } + case "intersection": { + let N = z4, w = this.process(Y.left, { ...V, path: [...V.path, "allOf", 0] }), O = this.process(Y.right, { ...V, path: [...V.path, "allOf", 1] }), D = (j) => "allOf" in j && Object.keys(j).length === 1, M = [...D(w) ? w.allOf : [w], ...D(O) ? O.allOf : [O]]; + N.allOf = M; + break; + } + case "tuple": { + let N = z4; + N.type = "array"; + let w = Y.items.map((M, j) => this.process(M, { ...V, path: [...V.path, "prefixItems", j] })); + if (this.target === "draft-2020-12") N.prefixItems = w; + else N.items = w; + if (Y.rest) { + let M = this.process(Y.rest, { ...V, path: [...V.path, "items"] }); + if (this.target === "draft-2020-12") N.items = M; + else N.additionalItems = M; + } + if (Y.rest) N.items = this.process(Y.rest, { ...V, path: [...V.path, "items"] }); + let { minimum: O, maximum: D } = $._zod.bag; + if (typeof O === "number") N.minItems = O; + if (typeof D === "number") N.maxItems = D; + break; + } + case "record": { + let N = z4; + N.type = "object", N.propertyNames = this.process(Y.keyType, { ...V, path: [...V.path, "propertyNames"] }), N.additionalProperties = this.process(Y.valueType, { ...V, path: [...V.path, "additionalProperties"] }); + break; + } + case "map": { + if (this.unrepresentable === "throw") throw Error("Map cannot be represented in JSON Schema"); + break; + } + case "set": { + if (this.unrepresentable === "throw") throw Error("Set cannot be represented in JSON Schema"); + break; + } + case "enum": { + let N = z4, w = B7(Y.entries); + if (w.every((O) => typeof O === "number")) N.type = "number"; + if (w.every((O) => typeof O === "string")) N.type = "string"; + N.enum = w; + break; + } + case "literal": { + let N = z4, w = []; + for (let O of Y.values) if (O === void 0) { + if (this.unrepresentable === "throw") throw Error("Literal `undefined` cannot be represented in JSON Schema"); + } else if (typeof O === "bigint") if (this.unrepresentable === "throw") throw Error("BigInt literals cannot be represented in JSON Schema"); + else w.push(Number(O)); + else w.push(O); + if (w.length === 0) ; + else if (w.length === 1) { + let O = w[0]; + N.type = O === null ? "null" : typeof O, N.const = O; + } else { + if (w.every((O) => typeof O === "number")) N.type = "number"; + if (w.every((O) => typeof O === "string")) N.type = "string"; + if (w.every((O) => typeof O === "boolean")) N.type = "string"; + if (w.every((O) => O === null)) N.type = "null"; + N.enum = w; + } + break; + } + case "file": { + let N = z4, w = { type: "string", format: "binary", contentEncoding: "binary" }, { minimum: O, maximum: D, mime: M } = $._zod.bag; + if (O !== void 0) w.minLength = O; + if (D !== void 0) w.maxLength = D; + if (M) if (M.length === 1) w.contentMediaType = M[0], Object.assign(N, w); + else N.anyOf = M.map((j) => { + return { ...w, contentMediaType: j }; + }); + else Object.assign(N, w); + break; + } + case "transform": { + if (this.unrepresentable === "throw") throw Error("Transforms cannot be represented in JSON Schema"); + break; + } + case "nullable": { + let N = this.process(Y.innerType, V); + z4.anyOf = [N, { type: "null" }]; + break; + } + case "nonoptional": { + this.process(Y.innerType, V), G.ref = Y.innerType; + break; + } + case "success": { + let N = z4; + N.type = "boolean"; + break; + } + case "default": { + this.process(Y.innerType, V), G.ref = Y.innerType, z4.default = JSON.parse(JSON.stringify(Y.defaultValue)); + break; + } + case "prefault": { + if (this.process(Y.innerType, V), G.ref = Y.innerType, this.io === "input") z4._prefault = JSON.parse(JSON.stringify(Y.defaultValue)); + break; + } + case "catch": { + this.process(Y.innerType, V), G.ref = Y.innerType; + let N; + try { + N = Y.catchValue(void 0); + } catch (e2) { + throw Error("Dynamic catch values are not supported in JSON Schema"); + } + z4.default = N; + break; + } + case "nan": { + if (this.unrepresentable === "throw") throw Error("NaN cannot be represented in JSON Schema"); + break; + } + case "template_literal": { + let N = z4, w = $._zod.pattern; + if (!w) throw Error("Pattern not found in template literal"); + N.type = "string", N.pattern = w.source; + break; + } + case "pipe": { + let N = this.io === "input" ? Y.in._zod.def.type === "transform" ? Y.out : Y.in : Y.out; + this.process(N, V), G.ref = N; + break; + } + case "readonly": { + this.process(Y.innerType, V), G.ref = Y.innerType, z4.readOnly = true; + break; + } + case "promise": { + this.process(Y.innerType, V), G.ref = Y.innerType; + break; + } + case "optional": { + this.process(Y.innerType, V), G.ref = Y.innerType; + break; + } + case "lazy": { + let N = $._zod.innerType; + this.process(N, V), G.ref = N; + break; + } + case "custom": { + if (this.unrepresentable === "throw") throw Error("Custom types cannot be represented in JSON Schema"); + break; + } + default: + } + } + } + let H = this.metadataRegistry.get($); + if (H) Object.assign(G.schema, H); + if (this.io === "input" && t$($)) delete G.schema.examples, delete G.schema.default; + if (this.io === "input" && G.schema._prefault) (_e2 = (J = G.schema).default) != null ? _e2 : J.default = G.schema._prefault; + return delete G.schema._prefault, this.seen.get($).schema; + } + emit($, Q) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2; + let J = { cycles: (_a5 = Q == null ? void 0 : Q.cycles) != null ? _a5 : "ref", reused: (_b3 = Q == null ? void 0 : Q.reused) != null ? _b3 : "inline", external: (_c2 = Q == null ? void 0 : Q.external) != null ? _c2 : void 0 }, Y = this.seen.get($); + if (!Y) throw Error("Unprocessed schema. This is a bug in Zod."); + let X = (q) => { + var _a6, _b4, _c3, _d2; + let V = this.target === "draft-2020-12" ? "$defs" : "definitions"; + if (J.external) { + let w = (_a6 = J.external.registry.get(q[0])) == null ? void 0 : _a6.id; + if (w) return { ref: J.external.uri(w) }; + let O = (_c3 = (_b4 = q[1].defId) != null ? _b4 : q[1].schema.id) != null ? _c3 : `schema${this.counter++}`; + return q[1].defId = O, { defId: O, ref: `${J.external.uri("__shared")}#/${V}/${O}` }; + } + if (q[1] === Y) return { ref: "#" }; + let z4 = `${"#"}/${V}/`, N = (_d2 = q[1].schema.id) != null ? _d2 : `__schema${this.counter++}`; + return { defId: N, ref: z4 + N }; + }, W = (q) => { + if (q[1].schema.$ref) return; + let V = q[1], { ref: B, defId: z4 } = X(q); + if (V.def = { ...V.schema }, z4) V.defId = z4; + let N = V.schema; + for (let w in N) delete N[w]; + N.$ref = B; + }; + for (let q of this.seen.entries()) { + let V = q[1]; + if ($ === q[0]) { + W(q); + continue; + } + if (J.external) { + let z4 = (_d = J.external.registry.get(q[0])) == null ? void 0 : _d.id; + if ($ !== q[0] && z4) { + W(q); + continue; + } + } + if ((_e2 = this.metadataRegistry.get(q[0])) == null ? void 0 : _e2.id) { + W(q); + continue; + } + if (V.cycle) { + if (J.cycles === "throw") throw Error(`Cycle detected: #/${(_f2 = V.cycle) == null ? void 0 : _f2.join("/")}/ + +Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`); + else if (J.cycles === "ref") W(q); + continue; + } + if (V.count > 1) { + if (J.reused === "ref") { + W(q); + continue; + } + } + } + let G = (q, V) => { + var _a6, _b4, _c3; + let B = this.seen.get(q), z4 = (_a6 = B.def) != null ? _a6 : B.schema, N = { ...z4 }; + if (B.ref === null) return; + let w = B.ref; + if (B.ref = null, w) { + G(w, V); + let O = this.seen.get(w).schema; + if (O.$ref && V.target === "draft-7") z4.allOf = (_b4 = z4.allOf) != null ? _b4 : [], z4.allOf.push(O); + else Object.assign(z4, O), Object.assign(z4, N); + } + if (!B.isParent) this.override({ zodSchema: q, jsonSchema: z4, path: (_c3 = B.path) != null ? _c3 : [] }); + }; + for (let q of [...this.seen.entries()].reverse()) G(q[0], { target: this.target }); + let U = {}; + if (this.target === "draft-2020-12") U.$schema = "https://json-schema.org/draft/2020-12/schema"; + else if (this.target === "draft-7") U.$schema = "http://json-schema.org/draft-07/schema#"; + else console.warn(`Invalid target: ${this.target}`); + Object.assign(U, Y.def); + let H = (_h2 = (_g = J.external) == null ? void 0 : _g.defs) != null ? _h2 : {}; + for (let q of this.seen.entries()) { + let V = q[1]; + if (V.def && V.defId) H[V.defId] = V.def; + } + if (!J.external && Object.keys(H).length > 0) if (this.target === "draft-2020-12") U.$defs = H; + else U.definitions = H; + try { + return JSON.parse(JSON.stringify(U)); + } catch (q) { + throw Error("Error converting schema to JSON."); + } + } +}; +function e8($, Q) { + if ($ instanceof I7) { + let Y = new A3(Q), X = {}; + for (let U of $._idmap.entries()) { + let [H, q] = U; + Y.process(q); + } + let W = {}, G = { registry: $, uri: (Q == null ? void 0 : Q.uri) || ((U) => U), defs: X }; + for (let U of $._idmap.entries()) { + let [H, q] = U; + W[H] = Y.emit(q, { ...Q, external: G }); + } + if (Object.keys(X).length > 0) { + let U = Y.target === "draft-2020-12" ? "$defs" : "definitions"; + W.__shared = { [U]: X }; + } + return { schemas: W }; + } + let J = new A3(Q); + return J.process($), J.emit($, Q); +} +function t$($, Q) { + let J = Q != null ? Q : { seen: /* @__PURE__ */ new Set() }; + if (J.seen.has($)) return false; + J.seen.add($); + let X = $._zod.def; + switch (X.type) { + case "string": + case "number": + case "bigint": + case "boolean": + case "date": + case "symbol": + case "undefined": + case "null": + case "any": + case "unknown": + case "never": + case "void": + case "literal": + case "enum": + case "nan": + case "file": + case "template_literal": + return false; + case "array": + return t$(X.element, J); + case "object": { + for (let W in X.shape) if (t$(X.shape[W], J)) return true; + return false; + } + case "union": { + for (let W of X.options) if (t$(W, J)) return true; + return false; + } + case "intersection": + return t$(X.left, J) || t$(X.right, J); + case "tuple": { + for (let W of X.items) if (t$(W, J)) return true; + if (X.rest && t$(X.rest, J)) return true; + return false; + } + case "record": + return t$(X.keyType, J) || t$(X.valueType, J); + case "map": + return t$(X.keyType, J) || t$(X.valueType, J); + case "set": + return t$(X.valueType, J); + case "promise": + case "optional": + case "nonoptional": + case "nullable": + case "readonly": + return t$(X.innerType, J); + case "lazy": + return t$(X.getter(), J); + case "default": + return t$(X.innerType, J); + case "prefault": + return t$(X.innerType, J); + case "custom": + return false; + case "transform": + return true; + case "pipe": + return t$(X.in, J) || t$(X.out, J); + case "success": + return false; + case "catch": + return false; + default: + } + throw Error(`Unknown schema type: ${X.type}`); +} +var bM = {}; +var Em = F("ZodMiniType", ($, Q) => { + if (!$._zod) throw Error("Uninitialized schema in ZodMiniType."); + o.init($, Q), $.def = Q, $.parse = (J, Y) => I0($, J, Y, { callee: $.parse }), $.safeParse = (J, Y) => R1($, J, Y), $.parseAsync = async (J, Y) => R0($, J, Y, { callee: $.parseAsync }), $.safeParseAsync = async (J, Y) => P1($, J, Y), $.check = (...J) => { + var _a5; + return $.clone({ ...Q, checks: [...(_a5 = Q.checks) != null ? _a5 : [], ...J.map((Y) => typeof Y === "function" ? { _zod: { check: Y, def: { check: "custom" }, onattach: [] } } : Y)] }); + }, $.clone = (J, Y) => H6($, J, Y), $.brand = () => $, $.register = (J, Y) => { + return J.add($, Y), $; + }; +}); +var bm = F("ZodMiniObject", ($, Q) => { + L7.init($, Q), Em.init($, Q), v.defineLazy($, "shape", () => Q.shape); +}); +var K = {}; +M4(K, { xid: () => dm, void: () => Bl, uuidv7: () => gm, uuidv6: () => fm, uuidv4: () => ym, uuid: () => xm, url: () => hm, uppercase: () => t7, unknown: () => S$, union: () => A$, undefined: () => ql, ulid: () => pm, uint64: () => Hl, uint32: () => Wl, tuple: () => Ol, trim: () => JJ, treeifyError: () => mX, transform: () => bV, toUpperCase: () => YJ, toLowerCase: () => XJ, toJSONSchema: () => e8, templateLiteral: () => Rl, symbol: () => Kl, superRefine: () => zL, success: () => Al, stringbool: () => bl, stringFormat: () => Ql, string: () => L, strictObject: () => wl, startsWith: () => s7, size: () => n7, setErrorMap: () => Sl, set: () => Zl, safeParseAsync: () => YV, safeParse: () => XV, registry: () => R7, regexes: () => E1, regex: () => r7, refine: () => BL, record: () => I$, readonly: () => GL, property: () => nq, promise: () => Pl, prettifyError: () => lX, preprocess: () => u3, prefault: () => eM, positive: () => cq, pipe: () => C3, partialRecord: () => Dl, parseAsync: () => JV, parse: () => QV, overwrite: () => a4, optional: () => _$, object: () => h, number: () => z$, nullish: () => jl, nullable: () => v3, null: () => T3, normalize: () => QJ, nonpositive: () => dq, nonoptional: () => $L, nonnegative: () => iq, never: () => x3, negative: () => pq, nativeEnum: () => Ml, nanoid: () => mm, nan: () => Il, multipleOf: () => _0, minSize: () => k0, minLength: () => k1, mime: () => $J, maxSize: () => t8, maxLength: () => a8, map: () => Fl, lte: () => t6, lt: () => o4, lowercase: () => o7, looseObject: () => K6, locales: () => r8, literal: () => l, length: () => s8, lazy: () => KL, ksuid: () => im, keyof: () => Nl, jwt: () => $l, json: () => _l, iso: () => Q9, ipv6: () => rm, ipv4: () => nm, intersection: () => VJ, int64: () => Ul, int32: () => Yl, int: () => WV, instanceof: () => El, includes: () => a7, guid: () => Tm, gte: () => P6, gt: () => t4, globalRegistry: () => R6, getErrorMap: () => vl, function: () => j3, formatError: () => l8, float64: () => Xl, float32: () => Jl, flattenError: () => m8, file: () => Ll, enum: () => N6, endsWith: () => e7, emoji: () => um, email: () => Cm, e164: () => em, discriminatedUnion: () => g3, date: () => zl, custom: () => vV, cuid2: () => cm, cuid: () => lm, core: () => K4, config: () => c$, coerce: () => CV, clone: () => H6, cidrv6: () => tm, cidrv4: () => om, check: () => VL, catch: () => XL, boolean: () => i$, bigint: () => Gl, base64url: () => sm, base64: () => am, array: () => W$, any: () => Vl, _default: () => aM, _ZodString: () => GV, ZodXID: () => NV, ZodVoid: () => uM, ZodUnknown: () => gM, ZodUnion: () => RV, ZodUndefined: () => xM, ZodUUID: () => s4, ZodURL: () => HV, ZodULID: () => zV, ZodType: () => J$, ZodTuple: () => pM, ZodTransform: () => EV, ZodTemplateLiteral: () => UL, ZodSymbol: () => TM, ZodSuccess: () => QL, ZodStringFormat: () => b$, ZodString: () => UJ, ZodSet: () => iM, ZodRecord: () => PV, ZodRealError: () => J9, ZodReadonly: () => WL, ZodPromise: () => qL, ZodPrefault: () => sM, ZodPipe: () => SV, ZodOptional: () => _V, ZodObject: () => f3, ZodNumberFormat: () => X9, ZodNumber: () => HJ, ZodNullable: () => oM, ZodNull: () => yM, ZodNonOptional: () => kV, ZodNever: () => hM, ZodNanoID: () => qV, ZodNaN: () => YL, ZodMap: () => dM, ZodLiteral: () => nM, ZodLazy: () => HL, ZodKSUID: () => wV, ZodJWT: () => AV, ZodIssueCode: () => kl, ZodIntersection: () => cM, ZodISOTime: () => _3, ZodISODuration: () => k3, ZodISODateTime: () => E3, ZodISODate: () => b3, ZodIPv6: () => DV, ZodIPv4: () => OV, ZodGUID: () => S3, ZodFile: () => rM, ZodError: () => Sm, ZodEnum: () => GJ, ZodEmoji: () => KV, ZodEmail: () => UV, ZodE164: () => jV, ZodDiscriminatedUnion: () => lM, ZodDefault: () => tM, ZodDate: () => y3, ZodCustomStringFormat: () => CM, ZodCustom: () => h3, ZodCatch: () => JL, ZodCUID2: () => BV, ZodCUID: () => VV, ZodCIDRv6: () => ZV, ZodCIDRv4: () => FV, ZodBoolean: () => KJ, ZodBigIntFormat: () => IV, ZodBigInt: () => qJ, ZodBase64URL: () => LV, ZodBase64: () => MV, ZodArray: () => mM, ZodAny: () => fM, TimePrecision: () => sY, NEVER: () => gX, $output: () => oY, $input: () => tY, $brand: () => hX }); +var Q9 = {}; +M4(Q9, { time: () => eq, duration: () => $V, datetime: () => aq, date: () => sq, ZodISOTime: () => _3, ZodISODuration: () => k3, ZodISODateTime: () => E3, ZodISODate: () => b3 }); +var E3 = F("ZodISODateTime", ($, Q) => { + dK.init($, Q), b$.init($, Q); +}); +function aq($) { + return xq(E3, $); +} +var b3 = F("ZodISODate", ($, Q) => { + iK.init($, Q), b$.init($, Q); +}); +function sq($) { + return yq(b3, $); +} +var _3 = F("ZodISOTime", ($, Q) => { + nK.init($, Q), b$.init($, Q); +}); +function eq($) { + return fq(_3, $); +} +var k3 = F("ZodISODuration", ($, Q) => { + rK.init($, Q), b$.init($, Q); +}); +function $V($) { + return gq(k3, $); +} +var vM = ($, Q) => { + F7.init($, Q), $.name = "ZodError", Object.defineProperties($, { format: { value: (J) => l8($, J) }, flatten: { value: (J) => m8($, J) }, addIssue: { value: (J) => $.issues.push(J) }, addIssues: { value: (J) => $.issues.push(...J) }, isEmpty: { get() { + return $.issues.length === 0; + } } }); +}; +var Sm = F("ZodError", vM); +var J9 = F("ZodError", vM, { Parent: Error }); +var QV = cX(J9); +var JV = pX(J9); +var XV = dX(J9); +var YV = iX(J9); +var J$ = F("ZodType", ($, Q) => { + return o.init($, Q), $.def = Q, Object.defineProperty($, "_def", { value: Q }), $.check = (...J) => { + var _a5; + return $.clone({ ...Q, checks: [...(_a5 = Q.checks) != null ? _a5 : [], ...J.map((Y) => typeof Y === "function" ? { _zod: { check: Y, def: { check: "custom" }, onattach: [] } } : Y)] }); + }, $.clone = (J, Y) => H6($, J, Y), $.brand = () => $, $.register = (J, Y) => { + return J.add($, Y), $; + }, $.parse = (J, Y) => QV($, J, Y, { callee: $.parse }), $.safeParse = (J, Y) => XV($, J, Y), $.parseAsync = async (J, Y) => JV($, J, Y, { callee: $.parseAsync }), $.safeParseAsync = async (J, Y) => YV($, J, Y), $.spa = $.safeParseAsync, $.refine = (J, Y) => $.check(BL(J, Y)), $.superRefine = (J) => $.check(zL(J)), $.overwrite = (J) => $.check(a4(J)), $.optional = () => _$($), $.nullable = () => v3($), $.nullish = () => _$(v3($)), $.nonoptional = (J) => $L($, J), $.array = () => W$($), $.or = (J) => A$([$, J]), $.and = (J) => VJ($, J), $.transform = (J) => C3($, bV(J)), $.default = (J) => aM($, J), $.prefault = (J) => eM($, J), $.catch = (J) => XL($, J), $.pipe = (J) => C3($, J), $.readonly = () => GL($), $.describe = (J) => { + let Y = $.clone(); + return R6.add(Y, { description: J }), Y; + }, Object.defineProperty($, "description", { get() { + var _a5; + return (_a5 = R6.get($)) == null ? void 0 : _a5.description; + }, configurable: true }), $.meta = (...J) => { + if (J.length === 0) return R6.get($); + let Y = $.clone(); + return R6.add(Y, J[0]), Y; + }, $.isOptional = () => $.safeParse(void 0).success, $.isNullable = () => $.safeParse(null).success, $; +}); +var GV = F("_ZodString", ($, Q) => { + var _a5, _b3, _c2; + b1.init($, Q), J$.init($, Q); + let J = $._zod.bag; + $.format = (_a5 = J.format) != null ? _a5 : null, $.minLength = (_b3 = J.minimum) != null ? _b3 : null, $.maxLength = (_c2 = J.maximum) != null ? _c2 : null, $.regex = (...Y) => $.check(r7(...Y)), $.includes = (...Y) => $.check(a7(...Y)), $.startsWith = (...Y) => $.check(s7(...Y)), $.endsWith = (...Y) => $.check(e7(...Y)), $.min = (...Y) => $.check(k1(...Y)), $.max = (...Y) => $.check(a8(...Y)), $.length = (...Y) => $.check(s8(...Y)), $.nonempty = (...Y) => $.check(k1(1, ...Y)), $.lowercase = (Y) => $.check(o7(Y)), $.uppercase = (Y) => $.check(t7(Y)), $.trim = () => $.check(JJ()), $.normalize = (...Y) => $.check(QJ(...Y)), $.toLowerCase = () => $.check(XJ()), $.toUpperCase = () => $.check(YJ()); +}); +var UJ = F("ZodString", ($, Q) => { + b1.init($, Q), GV.init($, Q), $.email = (J) => $.check(P7(UV, J)), $.url = (J) => $.check(S7(HV, J)), $.jwt = (J) => $.check(i7(AV, J)), $.emoji = (J) => $.check(v7(KV, J)), $.guid = (J) => $.check(o8(S3, J)), $.uuid = (J) => $.check(E7(s4, J)), $.uuidv4 = (J) => $.check(b7(s4, J)), $.uuidv6 = (J) => $.check(_7(s4, J)), $.uuidv7 = (J) => $.check(k7(s4, J)), $.nanoid = (J) => $.check(C7(qV, J)), $.guid = (J) => $.check(o8(S3, J)), $.cuid = (J) => $.check(T7(VV, J)), $.cuid2 = (J) => $.check(x7(BV, J)), $.ulid = (J) => $.check(y7(zV, J)), $.base64 = (J) => $.check(c7(MV, J)), $.base64url = (J) => $.check(p7(LV, J)), $.xid = (J) => $.check(f7(NV, J)), $.ksuid = (J) => $.check(g7(wV, J)), $.ipv4 = (J) => $.check(h7(OV, J)), $.ipv6 = (J) => $.check(u7(DV, J)), $.cidrv4 = (J) => $.check(m7(FV, J)), $.cidrv6 = (J) => $.check(l7(ZV, J)), $.e164 = (J) => $.check(d7(jV, J)), $.datetime = (J) => $.check(aq(J)), $.date = (J) => $.check(sq(J)), $.time = (J) => $.check(eq(J)), $.duration = (J) => $.check($V(J)); +}); +function L($) { + return aY(UJ, $); +} +var b$ = F("ZodStringFormat", ($, Q) => { + j$.init($, Q), GV.init($, Q); +}); +var UV = F("ZodEmail", ($, Q) => { + QY.init($, Q), b$.init($, Q); +}); +function Cm($) { + return P7(UV, $); +} +var S3 = F("ZodGUID", ($, Q) => { + eX.init($, Q), b$.init($, Q); +}); +function Tm($) { + return o8(S3, $); +} +var s4 = F("ZodUUID", ($, Q) => { + $Y.init($, Q), b$.init($, Q); +}); +function xm($) { + return E7(s4, $); +} +function ym($) { + return b7(s4, $); +} +function fm($) { + return _7(s4, $); +} +function gm($) { + return k7(s4, $); +} +var HV = F("ZodURL", ($, Q) => { + JY.init($, Q), b$.init($, Q); +}); +function hm($) { + return S7(HV, $); +} +var KV = F("ZodEmoji", ($, Q) => { + XY.init($, Q), b$.init($, Q); +}); +function um($) { + return v7(KV, $); +} +var qV = F("ZodNanoID", ($, Q) => { + YY.init($, Q), b$.init($, Q); +}); +function mm($) { + return C7(qV, $); +} +var VV = F("ZodCUID", ($, Q) => { + WY.init($, Q), b$.init($, Q); +}); +function lm($) { + return T7(VV, $); +} +var BV = F("ZodCUID2", ($, Q) => { + GY.init($, Q), b$.init($, Q); +}); +function cm($) { + return x7(BV, $); +} +var zV = F("ZodULID", ($, Q) => { + UY.init($, Q), b$.init($, Q); +}); +function pm($) { + return y7(zV, $); +} +var NV = F("ZodXID", ($, Q) => { + HY.init($, Q), b$.init($, Q); +}); +function dm($) { + return f7(NV, $); +} +var wV = F("ZodKSUID", ($, Q) => { + KY.init($, Q), b$.init($, Q); +}); +function im($) { + return g7(wV, $); +} +var OV = F("ZodIPv4", ($, Q) => { + qY.init($, Q), b$.init($, Q); +}); +function nm($) { + return h7(OV, $); +} +var DV = F("ZodIPv6", ($, Q) => { + VY.init($, Q), b$.init($, Q); +}); +function rm($) { + return u7(DV, $); +} +var FV = F("ZodCIDRv4", ($, Q) => { + BY.init($, Q), b$.init($, Q); +}); +function om($) { + return m7(FV, $); +} +var ZV = F("ZodCIDRv6", ($, Q) => { + zY.init($, Q), b$.init($, Q); +}); +function tm($) { + return l7(ZV, $); +} +var MV = F("ZodBase64", ($, Q) => { + NY.init($, Q), b$.init($, Q); +}); +function am($) { + return c7(MV, $); +} +var LV = F("ZodBase64URL", ($, Q) => { + wY.init($, Q), b$.init($, Q); +}); +function sm($) { + return p7(LV, $); +} +var jV = F("ZodE164", ($, Q) => { + OY.init($, Q), b$.init($, Q); +}); +function em($) { + return d7(jV, $); +} +var AV = F("ZodJWT", ($, Q) => { + DY.init($, Q), b$.init($, Q); +}); +function $l($) { + return i7(AV, $); +} +var CM = F("ZodCustomStringFormat", ($, Q) => { + FY.init($, Q), b$.init($, Q); +}); +function Ql($, Q, J = {}) { + return L3(CM, $, Q, J); +} +var HJ = F("ZodNumber", ($, Q) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i; + Z7.init($, Q), J$.init($, Q), $.gt = (Y, X) => $.check(t4(Y, X)), $.gte = (Y, X) => $.check(P6(Y, X)), $.min = (Y, X) => $.check(P6(Y, X)), $.lt = (Y, X) => $.check(o4(Y, X)), $.lte = (Y, X) => $.check(t6(Y, X)), $.max = (Y, X) => $.check(t6(Y, X)), $.int = (Y) => $.check(WV(Y)), $.safe = (Y) => $.check(WV(Y)), $.positive = (Y) => $.check(t4(0, Y)), $.nonnegative = (Y) => $.check(P6(0, Y)), $.negative = (Y) => $.check(o4(0, Y)), $.nonpositive = (Y) => $.check(t6(0, Y)), $.multipleOf = (Y, X) => $.check(_0(Y, X)), $.step = (Y, X) => $.check(_0(Y, X)), $.finite = () => $; + let J = $._zod.bag; + $.minValue = (_c2 = Math.max((_a5 = J.minimum) != null ? _a5 : Number.NEGATIVE_INFINITY, (_b3 = J.exclusiveMinimum) != null ? _b3 : Number.NEGATIVE_INFINITY)) != null ? _c2 : null, $.maxValue = (_f2 = Math.min((_d = J.maximum) != null ? _d : Number.POSITIVE_INFINITY, (_e2 = J.exclusiveMaximum) != null ? _e2 : Number.POSITIVE_INFINITY)) != null ? _f2 : null, $.isInt = ((_g = J.format) != null ? _g : "").includes("int") || Number.isSafeInteger((_h2 = J.multipleOf) != null ? _h2 : 0.5), $.isFinite = true, $.format = (_i = J.format) != null ? _i : null; +}); +function z$($) { + return eY(HJ, $); +} +var X9 = F("ZodNumberFormat", ($, Q) => { + ZY.init($, Q), HJ.init($, Q); +}); +function WV($) { + return $3(X9, $); +} +function Jl($) { + return Q3(X9, $); +} +function Xl($) { + return J3(X9, $); +} +function Yl($) { + return X3(X9, $); +} +function Wl($) { + return Y3(X9, $); +} +var KJ = F("ZodBoolean", ($, Q) => { + p8.init($, Q), J$.init($, Q); +}); +function i$($) { + return W3(KJ, $); +} +var qJ = F("ZodBigInt", ($, Q) => { + var _a5, _b3, _c2; + M7.init($, Q), J$.init($, Q), $.gte = (Y, X) => $.check(P6(Y, X)), $.min = (Y, X) => $.check(P6(Y, X)), $.gt = (Y, X) => $.check(t4(Y, X)), $.gte = (Y, X) => $.check(P6(Y, X)), $.min = (Y, X) => $.check(P6(Y, X)), $.lt = (Y, X) => $.check(o4(Y, X)), $.lte = (Y, X) => $.check(t6(Y, X)), $.max = (Y, X) => $.check(t6(Y, X)), $.positive = (Y) => $.check(t4(BigInt(0), Y)), $.negative = (Y) => $.check(o4(BigInt(0), Y)), $.nonpositive = (Y) => $.check(t6(BigInt(0), Y)), $.nonnegative = (Y) => $.check(P6(BigInt(0), Y)), $.multipleOf = (Y, X) => $.check(_0(Y, X)); + let J = $._zod.bag; + $.minValue = (_a5 = J.minimum) != null ? _a5 : null, $.maxValue = (_b3 = J.maximum) != null ? _b3 : null, $.format = (_c2 = J.format) != null ? _c2 : null; +}); +function Gl($) { + return G3(qJ, $); +} +var IV = F("ZodBigIntFormat", ($, Q) => { + MY.init($, Q), qJ.init($, Q); +}); +function Ul($) { + return U3(IV, $); +} +function Hl($) { + return H3(IV, $); +} +var TM = F("ZodSymbol", ($, Q) => { + LY.init($, Q), J$.init($, Q); +}); +function Kl($) { + return K3(TM, $); +} +var xM = F("ZodUndefined", ($, Q) => { + jY.init($, Q), J$.init($, Q); +}); +function ql($) { + return q3(xM, $); +} +var yM = F("ZodNull", ($, Q) => { + AY.init($, Q), J$.init($, Q); +}); +function T3($) { + return V3(yM, $); +} +var fM = F("ZodAny", ($, Q) => { + IY.init($, Q), J$.init($, Q); +}); +function Vl() { + return B3(fM); +} +var gM = F("ZodUnknown", ($, Q) => { + E0.init($, Q), J$.init($, Q); +}); +function S$() { + return b0(gM); +} +var hM = F("ZodNever", ($, Q) => { + RY.init($, Q), J$.init($, Q); +}); +function x3($) { + return z3(hM, $); +} +var uM = F("ZodVoid", ($, Q) => { + PY.init($, Q), J$.init($, Q); +}); +function Bl($) { + return N3(uM, $); +} +var y3 = F("ZodDate", ($, Q) => { + EY.init($, Q), J$.init($, Q), $.min = (Y, X) => $.check(P6(Y, X)), $.max = (Y, X) => $.check(t6(Y, X)); + let J = $._zod.bag; + $.minDate = J.minimum ? new Date(J.minimum) : null, $.maxDate = J.maximum ? new Date(J.maximum) : null; +}); +function zl($) { + return w3(y3, $); +} +var mM = F("ZodArray", ($, Q) => { + d8.init($, Q), J$.init($, Q), $.element = Q.element, $.min = (J, Y) => $.check(k1(J, Y)), $.nonempty = (J) => $.check(k1(1, J)), $.max = (J, Y) => $.check(a8(J, Y)), $.length = (J, Y) => $.check(s8(J, Y)), $.unwrap = () => $.element; +}); +function W$($, Q) { + return WJ(mM, $, Q); +} +function Nl($) { + let Q = $._zod.def.shape; + return l(Object.keys(Q)); +} +var f3 = F("ZodObject", ($, Q) => { + L7.init($, Q), J$.init($, Q), v.defineLazy($, "shape", () => Q.shape), $.keyof = () => N6(Object.keys($._zod.def.shape)), $.catchall = (J) => $.clone({ ...$._zod.def, catchall: J }), $.passthrough = () => $.clone({ ...$._zod.def, catchall: S$() }), $.loose = () => $.clone({ ...$._zod.def, catchall: S$() }), $.strict = () => $.clone({ ...$._zod.def, catchall: x3() }), $.strip = () => $.clone({ ...$._zod.def, catchall: void 0 }), $.extend = (J) => { + return v.extend($, J); + }, $.merge = (J) => v.merge($, J), $.pick = (J) => v.pick($, J), $.omit = (J) => v.omit($, J), $.partial = (...J) => v.partial(_V, $, J[0]), $.required = (...J) => v.required(kV, $, J[0]); +}); +function h($, Q) { + let J = { type: "object", get shape() { + return v.assignProp(this, "shape", { ...$ }), this.shape; + }, ...v.normalizeParams(Q) }; + return new f3(J); +} +function wl($, Q) { + return new f3({ type: "object", get shape() { + return v.assignProp(this, "shape", { ...$ }), this.shape; + }, catchall: x3(), ...v.normalizeParams(Q) }); +} +function K6($, Q) { + return new f3({ type: "object", get shape() { + return v.assignProp(this, "shape", { ...$ }), this.shape; + }, catchall: S$(), ...v.normalizeParams(Q) }); +} +var RV = F("ZodUnion", ($, Q) => { + j7.init($, Q), J$.init($, Q), $.options = Q.options; +}); +function A$($, Q) { + return new RV({ type: "union", options: $, ...v.normalizeParams(Q) }); +} +var lM = F("ZodDiscriminatedUnion", ($, Q) => { + RV.init($, Q), bY.init($, Q); +}); +function g3($, Q, J) { + return new lM({ type: "union", options: Q, discriminator: $, ...v.normalizeParams(J) }); +} +var cM = F("ZodIntersection", ($, Q) => { + _Y.init($, Q), J$.init($, Q); +}); +function VJ($, Q) { + return new cM({ type: "intersection", left: $, right: Q }); +} +var pM = F("ZodTuple", ($, Q) => { + _1.init($, Q), J$.init($, Q), $.rest = (J) => $.clone({ ...$._zod.def, rest: J }); +}); +function Ol($, Q, J) { + let Y = Q instanceof o, X = Y ? J : Q; + return new pM({ type: "tuple", items: $, rest: Y ? Q : null, ...v.normalizeParams(X) }); +} +var PV = F("ZodRecord", ($, Q) => { + kY.init($, Q), J$.init($, Q), $.keyType = Q.keyType, $.valueType = Q.valueType; +}); +function I$($, Q, J) { + return new PV({ type: "record", keyType: $, valueType: Q, ...v.normalizeParams(J) }); +} +function Dl($, Q, J) { + return new PV({ type: "record", keyType: A$([$, x3()]), valueType: Q, ...v.normalizeParams(J) }); +} +var dM = F("ZodMap", ($, Q) => { + SY.init($, Q), J$.init($, Q), $.keyType = Q.keyType, $.valueType = Q.valueType; +}); +function Fl($, Q, J) { + return new dM({ type: "map", keyType: $, valueType: Q, ...v.normalizeParams(J) }); +} +var iM = F("ZodSet", ($, Q) => { + vY.init($, Q), J$.init($, Q), $.min = (...J) => $.check(k0(...J)), $.nonempty = (J) => $.check(k0(1, J)), $.max = (...J) => $.check(t8(...J)), $.size = (...J) => $.check(n7(...J)); +}); +function Zl($, Q) { + return new iM({ type: "set", valueType: $, ...v.normalizeParams(Q) }); +} +var GJ = F("ZodEnum", ($, Q) => { + CY.init($, Q), J$.init($, Q), $.enum = Q.entries, $.options = Object.values(Q.entries); + let J = new Set(Object.keys(Q.entries)); + $.extract = (Y, X) => { + let W = {}; + for (let G of Y) if (J.has(G)) W[G] = Q.entries[G]; + else throw Error(`Key ${G} not found in enum`); + return new GJ({ ...Q, checks: [], ...v.normalizeParams(X), entries: W }); + }, $.exclude = (Y, X) => { + let W = { ...Q.entries }; + for (let G of Y) if (J.has(G)) delete W[G]; + else throw Error(`Key ${G} not found in enum`); + return new GJ({ ...Q, checks: [], ...v.normalizeParams(X), entries: W }); + }; +}); +function N6($, Q) { + let J = Array.isArray($) ? Object.fromEntries($.map((Y) => [Y, Y])) : $; + return new GJ({ type: "enum", entries: J, ...v.normalizeParams(Q) }); +} +function Ml($, Q) { + return new GJ({ type: "enum", entries: $, ...v.normalizeParams(Q) }); +} +var nM = F("ZodLiteral", ($, Q) => { + TY.init($, Q), J$.init($, Q), $.values = new Set(Q.values), Object.defineProperty($, "value", { get() { + if (Q.values.length > 1) throw Error("This schema contains multiple valid literal values. Use `.values` instead."); + return Q.values[0]; + } }); +}); +function l($, Q) { + return new nM({ type: "literal", values: Array.isArray($) ? $ : [$], ...v.normalizeParams(Q) }); +} +var rM = F("ZodFile", ($, Q) => { + xY.init($, Q), J$.init($, Q), $.min = (J, Y) => $.check(k0(J, Y)), $.max = (J, Y) => $.check(t8(J, Y)), $.mime = (J, Y) => $.check($J(Array.isArray(J) ? J : [J], Y)); +}); +function Ll($) { + return D3(rM, $); +} +var EV = F("ZodTransform", ($, Q) => { + i8.init($, Q), J$.init($, Q), $._zod.parse = (J, Y) => { + J.addIssue = (W) => { + var _a5, _b3, _c2, _d; + if (typeof W === "string") J.issues.push(v.issue(W, J.value, Q)); + else { + let G = W; + if (G.fatal) G.continue = false; + (_a5 = G.code) != null ? _a5 : G.code = "custom", (_b3 = G.input) != null ? _b3 : G.input = J.value, (_c2 = G.inst) != null ? _c2 : G.inst = $, (_d = G.continue) != null ? _d : G.continue = true, J.issues.push(v.issue(G)); + } + }; + let X = Q.transform(J.value, J); + if (X instanceof Promise) return X.then((W) => { + return J.value = W, J; + }); + return J.value = X, J; + }; +}); +function bV($) { + return new EV({ type: "transform", transform: $ }); +} +var _V = F("ZodOptional", ($, Q) => { + yY.init($, Q), J$.init($, Q), $.unwrap = () => $._zod.def.innerType; +}); +function _$($) { + return new _V({ type: "optional", innerType: $ }); +} +var oM = F("ZodNullable", ($, Q) => { + fY.init($, Q), J$.init($, Q), $.unwrap = () => $._zod.def.innerType; +}); +function v3($) { + return new oM({ type: "nullable", innerType: $ }); +} +function jl($) { + return _$(v3($)); +} +var tM = F("ZodDefault", ($, Q) => { + gY.init($, Q), J$.init($, Q), $.unwrap = () => $._zod.def.innerType, $.removeDefault = $.unwrap; +}); +function aM($, Q) { + return new tM({ type: "default", innerType: $, get defaultValue() { + return typeof Q === "function" ? Q() : Q; + } }); +} +var sM = F("ZodPrefault", ($, Q) => { + hY.init($, Q), J$.init($, Q), $.unwrap = () => $._zod.def.innerType; +}); +function eM($, Q) { + return new sM({ type: "prefault", innerType: $, get defaultValue() { + return typeof Q === "function" ? Q() : Q; + } }); +} +var kV = F("ZodNonOptional", ($, Q) => { + uY.init($, Q), J$.init($, Q), $.unwrap = () => $._zod.def.innerType; +}); +function $L($, Q) { + return new kV({ type: "nonoptional", innerType: $, ...v.normalizeParams(Q) }); +} +var QL = F("ZodSuccess", ($, Q) => { + mY.init($, Q), J$.init($, Q), $.unwrap = () => $._zod.def.innerType; +}); +function Al($) { + return new QL({ type: "success", innerType: $ }); +} +var JL = F("ZodCatch", ($, Q) => { + lY.init($, Q), J$.init($, Q), $.unwrap = () => $._zod.def.innerType, $.removeCatch = $.unwrap; +}); +function XL($, Q) { + return new JL({ type: "catch", innerType: $, catchValue: typeof Q === "function" ? Q : () => Q }); +} +var YL = F("ZodNaN", ($, Q) => { + cY.init($, Q), J$.init($, Q); +}); +function Il($) { + return O3(YL, $); +} +var SV = F("ZodPipe", ($, Q) => { + n8.init($, Q), J$.init($, Q), $.in = Q.in, $.out = Q.out; +}); +function C3($, Q) { + return new SV({ type: "pipe", in: $, out: Q }); +} +var WL = F("ZodReadonly", ($, Q) => { + pY.init($, Q), J$.init($, Q); +}); +function GL($) { + return new WL({ type: "readonly", innerType: $ }); +} +var UL = F("ZodTemplateLiteral", ($, Q) => { + dY.init($, Q), J$.init($, Q); +}); +function Rl($, Q) { + return new UL({ type: "template_literal", parts: $, ...v.normalizeParams(Q) }); +} +var HL = F("ZodLazy", ($, Q) => { + nY.init($, Q), J$.init($, Q), $.unwrap = () => $._zod.def.getter(); +}); +function KL($) { + return new HL({ type: "lazy", getter: $ }); +} +var qL = F("ZodPromise", ($, Q) => { + iY.init($, Q), J$.init($, Q), $.unwrap = () => $._zod.def.innerType; +}); +function Pl($) { + return new qL({ type: "promise", innerType: $ }); +} +var h3 = F("ZodCustom", ($, Q) => { + rY.init($, Q), J$.init($, Q); +}); +function VL($, Q) { + let J = new T$({ check: "custom", ...v.normalizeParams(Q) }); + return J._zod.check = $, J; +} +function vV($, Q) { + return F3(h3, $ != null ? $ : (() => true), Q); +} +function BL($, Q = {}) { + return Z3(h3, $, Q); +} +function zL($, Q) { + let J = VL((Y) => { + return Y.addIssue = (X) => { + var _a5, _b3, _c2, _d; + if (typeof X === "string") Y.issues.push(v.issue(X, Y.value, J._zod.def)); + else { + let W = X; + if (W.fatal) W.continue = false; + (_a5 = W.code) != null ? _a5 : W.code = "custom", (_b3 = W.input) != null ? _b3 : W.input = Y.value, (_c2 = W.inst) != null ? _c2 : W.inst = J, (_d = W.continue) != null ? _d : W.continue = !J._zod.def.abort, Y.issues.push(v.issue(W)); + } + }, $(Y.value, Y); + }, Q); + return J; +} +function El($, Q = { error: `Input not instance of ${$.name}` }) { + let J = new h3({ type: "custom", check: "custom", fn: (Y) => Y instanceof $, abort: true, ...v.normalizeParams(Q) }); + return J._zod.bag.Class = $, J; +} +var bl = (...$) => M3({ Pipe: SV, Boolean: KJ, String: UJ, Transform: EV }, ...$); +function _l($) { + let Q = KL(() => { + return A$([L($), z$(), i$(), T3(), W$(Q), I$(L(), Q)]); + }); + return Q; +} +function u3($, Q) { + return C3(bV($), Q); +} +var kl = { invalid_type: "invalid_type", too_big: "too_big", too_small: "too_small", invalid_format: "invalid_format", not_multiple_of: "not_multiple_of", unrecognized_keys: "unrecognized_keys", invalid_union: "invalid_union", invalid_key: "invalid_key", invalid_element: "invalid_element", invalid_value: "invalid_value", custom: "custom" }; +function Sl($) { + c$({ customError: $ }); +} +function vl() { + return c$().customError; +} +var CV = {}; +M4(CV, { string: () => Cl, number: () => Tl, date: () => fl, boolean: () => xl, bigint: () => yl }); +function Cl($) { + return Tq(UJ, $); +} +function Tl($) { + return hq(HJ, $); +} +function xl($) { + return uq(KJ, $); +} +function yl($) { + return mq(qJ, $); +} +function fl($) { + return lq(y3, $); +} +c$(A7()); +var NL = K; +var TV = NL; +var C1 = "io.modelcontextprotocol/related-task"; +var l3 = "2.0"; +var a$ = vV(($) => $ !== null && (typeof $ === "object" || typeof $ === "function")); +var OL = A$([L(), z$().int()]); +var DL = L(); +var lV$ = K6({ ttl: z$().optional(), pollInterval: z$().optional() }); +var hl = h({ ttl: z$().optional() }); +var ul = h({ taskId: L() }); +var yV = K6({ progressToken: OL.optional(), [C1]: ul.optional() }); +var h6 = h({ _meta: yV.optional() }); +var BJ = h6.extend({ task: hl.optional() }); +var J6 = h({ method: L(), params: h6.loose().optional() }); +var s6 = h({ _meta: yV.optional() }); +var e6 = h({ method: L(), params: s6.loose().optional() }); +var X6 = K6({ _meta: yV.optional() }); +var c3 = A$([L(), z$().int()]); +var ZL = h({ jsonrpc: l(l3), id: c3, ...J6.shape }).strict(); +var ML = h({ jsonrpc: l(l3), ...e6.shape }).strict(); +var gV = h({ jsonrpc: l(l3), id: c3, result: X6 }).strict(); +var d; +(function($) { + $[$.ConnectionClosed = -32e3] = "ConnectionClosed", $[$.RequestTimeout = -32001] = "RequestTimeout", $[$.ParseError = -32700] = "ParseError", $[$.InvalidRequest = -32600] = "InvalidRequest", $[$.MethodNotFound = -32601] = "MethodNotFound", $[$.InvalidParams = -32602] = "InvalidParams", $[$.InternalError = -32603] = "InternalError", $[$.UrlElicitationRequired = -32042] = "UrlElicitationRequired"; +})(d || (d = {})); +var hV = h({ jsonrpc: l(l3), id: c3.optional(), error: h({ code: z$().int(), message: L(), data: S$().optional() }) }).strict(); +var cV$ = A$([ZL, ML, gV, hV]); +var pV$ = A$([gV, hV]); +var p3 = X6.strict(); +var ml = s6.extend({ requestId: c3.optional(), reason: L().optional() }); +var d3 = e6.extend({ method: l("notifications/cancelled"), params: ml }); +var ll = h({ src: L(), mimeType: L().optional(), sizes: W$(L()).optional(), theme: N6(["light", "dark"]).optional() }); +var NJ = h({ icons: W$(ll).optional() }); +var Y9 = h({ name: L(), title: L().optional() }); +var AL = Y9.extend({ ...Y9.shape, ...NJ.shape, version: L(), websiteUrl: L().optional(), description: L().optional() }); +var cl = VJ(h({ applyDefaults: i$().optional() }), I$(L(), S$())); +var pl = u3(($) => { + if ($ && typeof $ === "object" && !Array.isArray($)) { + if (Object.keys($).length === 0) return { form: {} }; + } + return $; +}, VJ(h({ form: cl.optional(), url: a$.optional() }), I$(L(), S$()).optional())); +var dl = K6({ list: a$.optional(), cancel: a$.optional(), requests: K6({ sampling: K6({ createMessage: a$.optional() }).optional(), elicitation: K6({ create: a$.optional() }).optional() }).optional() }); +var il = K6({ list: a$.optional(), cancel: a$.optional(), requests: K6({ tools: K6({ call: a$.optional() }).optional() }).optional() }); +var nl = h({ experimental: I$(L(), a$).optional(), sampling: h({ context: a$.optional(), tools: a$.optional() }).optional(), elicitation: pl.optional(), roots: h({ listChanged: i$().optional() }).optional(), tasks: dl.optional(), extensions: I$(L(), a$).optional() }); +var rl = h6.extend({ protocolVersion: L(), capabilities: nl, clientInfo: AL }); +var uV = J6.extend({ method: l("initialize"), params: rl }); +var ol = h({ experimental: I$(L(), a$).optional(), logging: a$.optional(), completions: a$.optional(), prompts: h({ listChanged: i$().optional() }).optional(), resources: h({ subscribe: i$().optional(), listChanged: i$().optional() }).optional(), tools: h({ listChanged: i$().optional() }).optional(), tasks: il.optional(), extensions: I$(L(), a$).optional() }); +var tl = X6.extend({ protocolVersion: L(), capabilities: ol, serverInfo: AL, instructions: L().optional() }); +var mV = e6.extend({ method: l("notifications/initialized"), params: s6.optional() }); +var i3 = J6.extend({ method: l("ping"), params: h6.optional() }); +var al = h({ progress: z$(), total: _$(z$()), message: _$(L()) }); +var sl = h({ ...s6.shape, ...al.shape, progressToken: OL }); +var n3 = e6.extend({ method: l("notifications/progress"), params: sl }); +var el = h6.extend({ cursor: DL.optional() }); +var wJ = J6.extend({ params: el.optional() }); +var OJ = X6.extend({ nextCursor: DL.optional() }); +var $c = N6(["working", "input_required", "completed", "failed", "cancelled"]); +var DJ = h({ taskId: L(), status: $c, ttl: A$([z$(), T3()]), createdAt: L(), lastUpdatedAt: L(), pollInterval: _$(z$()), statusMessage: _$(L()) }); +var W9 = X6.extend({ task: DJ }); +var Qc = s6.merge(DJ); +var FJ = e6.extend({ method: l("notifications/tasks/status"), params: Qc }); +var r3 = J6.extend({ method: l("tasks/get"), params: h6.extend({ taskId: L() }) }); +var o3 = X6.merge(DJ); +var t3 = J6.extend({ method: l("tasks/result"), params: h6.extend({ taskId: L() }) }); +var dV$ = X6.loose(); +var a3 = wJ.extend({ method: l("tasks/list") }); +var s3 = OJ.extend({ tasks: W$(DJ) }); +var e3 = J6.extend({ method: l("tasks/cancel"), params: h6.extend({ taskId: L() }) }); +var IL = X6.merge(DJ); +var RL = h({ uri: L(), mimeType: _$(L()), _meta: I$(L(), S$()).optional() }); +var PL = RL.extend({ text: L() }); +var lV = L().refine(($) => { + try { + return atob($), true; + } catch (e2) { + return false; + } +}, { message: "Invalid Base64 string" }); +var EL = RL.extend({ blob: lV }); +var ZJ = N6(["user", "assistant"]); +var G9 = h({ audience: W$(ZJ).optional(), priority: z$().min(0).max(1).optional(), lastModified: Q9.datetime({ offset: true }).optional() }); +var bL = h({ ...Y9.shape, ...NJ.shape, uri: L(), description: _$(L()), mimeType: _$(L()), size: _$(z$()), annotations: G9.optional(), _meta: _$(K6({})) }); +var Jc = h({ ...Y9.shape, ...NJ.shape, uriTemplate: L(), description: _$(L()), mimeType: _$(L()), annotations: G9.optional(), _meta: _$(K6({})) }); +var $W = wJ.extend({ method: l("resources/list") }); +var Xc = OJ.extend({ resources: W$(bL) }); +var QW = wJ.extend({ method: l("resources/templates/list") }); +var Yc = OJ.extend({ resourceTemplates: W$(Jc) }); +var cV = h6.extend({ uri: L() }); +var Wc = cV; +var JW = J6.extend({ method: l("resources/read"), params: Wc }); +var Gc = X6.extend({ contents: W$(A$([PL, EL])) }); +var Uc = e6.extend({ method: l("notifications/resources/list_changed"), params: s6.optional() }); +var Hc = cV; +var Kc = J6.extend({ method: l("resources/subscribe"), params: Hc }); +var qc = cV; +var Vc = J6.extend({ method: l("resources/unsubscribe"), params: qc }); +var Bc = s6.extend({ uri: L() }); +var zc = e6.extend({ method: l("notifications/resources/updated"), params: Bc }); +var Nc = h({ name: L(), description: _$(L()), required: _$(i$()) }); +var wc = h({ ...Y9.shape, ...NJ.shape, description: _$(L()), arguments: _$(W$(Nc)), _meta: _$(K6({})) }); +var XW = wJ.extend({ method: l("prompts/list") }); +var Oc = OJ.extend({ prompts: W$(wc) }); +var Dc = h6.extend({ name: L(), arguments: I$(L(), L()).optional() }); +var YW = J6.extend({ method: l("prompts/get"), params: Dc }); +var pV = h({ type: l("text"), text: L(), annotations: G9.optional(), _meta: I$(L(), S$()).optional() }); +var dV = h({ type: l("image"), data: lV, mimeType: L(), annotations: G9.optional(), _meta: I$(L(), S$()).optional() }); +var iV = h({ type: l("audio"), data: lV, mimeType: L(), annotations: G9.optional(), _meta: I$(L(), S$()).optional() }); +var Fc = h({ type: l("tool_use"), name: L(), id: L(), input: I$(L(), S$()), _meta: I$(L(), S$()).optional() }); +var Zc = h({ type: l("resource"), resource: A$([PL, EL]), annotations: G9.optional(), _meta: I$(L(), S$()).optional() }); +var Mc = bL.extend({ type: l("resource_link") }); +var nV = A$([pV, dV, iV, Mc, Zc]); +var Lc = h({ role: ZJ, content: nV }); +var jc = X6.extend({ description: L().optional(), messages: W$(Lc) }); +var Ac = e6.extend({ method: l("notifications/prompts/list_changed"), params: s6.optional() }); +var Ic = h({ title: L().optional(), readOnlyHint: i$().optional(), destructiveHint: i$().optional(), idempotentHint: i$().optional(), openWorldHint: i$().optional() }); +var Rc = h({ taskSupport: N6(["required", "optional", "forbidden"]).optional() }); +var _L = h({ ...Y9.shape, ...NJ.shape, description: L().optional(), inputSchema: h({ type: l("object"), properties: I$(L(), a$).optional(), required: W$(L()).optional() }).catchall(S$()), outputSchema: h({ type: l("object"), properties: I$(L(), a$).optional(), required: W$(L()).optional() }).catchall(S$()).optional(), annotations: Ic.optional(), execution: Rc.optional(), _meta: I$(L(), S$()).optional() }); +var WW = wJ.extend({ method: l("tools/list") }); +var Pc = OJ.extend({ tools: W$(_L) }); +var GW = X6.extend({ content: W$(nV).default([]), structuredContent: I$(L(), S$()).optional(), isError: i$().optional() }); +var iV$ = GW.or(X6.extend({ toolResult: S$() })); +var Ec = BJ.extend({ name: L(), arguments: I$(L(), S$()).optional() }); +var U9 = J6.extend({ method: l("tools/call"), params: Ec }); +var bc = e6.extend({ method: l("notifications/tools/list_changed"), params: s6.optional() }); +var nV$ = h({ autoRefresh: i$().default(true), debounceMs: z$().int().nonnegative().default(300) }); +var MJ = N6(["debug", "info", "notice", "warning", "error", "critical", "alert", "emergency"]); +var _c = h6.extend({ level: MJ }); +var rV = J6.extend({ method: l("logging/setLevel"), params: _c }); +var kc = s6.extend({ level: MJ, logger: L().optional(), data: S$() }); +var Sc = e6.extend({ method: l("notifications/message"), params: kc }); +var vc = h({ name: L().optional() }); +var Cc = h({ hints: W$(vc).optional(), costPriority: z$().min(0).max(1).optional(), speedPriority: z$().min(0).max(1).optional(), intelligencePriority: z$().min(0).max(1).optional() }); +var Tc = h({ mode: N6(["auto", "required", "none"]).optional() }); +var xc = h({ type: l("tool_result"), toolUseId: L().describe("The unique identifier for the corresponding tool call."), content: W$(nV).default([]), structuredContent: h({}).loose().optional(), isError: i$().optional(), _meta: I$(L(), S$()).optional() }); +var yc = g3("type", [pV, dV, iV]); +var m3 = g3("type", [pV, dV, iV, Fc, xc]); +var fc = h({ role: ZJ, content: A$([m3, W$(m3)]), _meta: I$(L(), S$()).optional() }); +var gc = BJ.extend({ messages: W$(fc), modelPreferences: Cc.optional(), systemPrompt: L().optional(), includeContext: N6(["none", "thisServer", "allServers"]).optional(), temperature: z$().optional(), maxTokens: z$().int(), stopSequences: W$(L()).optional(), metadata: a$.optional(), tools: W$(_L).optional(), toolChoice: Tc.optional() }); +var hc = J6.extend({ method: l("sampling/createMessage"), params: gc }); +var LJ = X6.extend({ model: L(), stopReason: _$(N6(["endTurn", "stopSequence", "maxTokens"]).or(L())), role: ZJ, content: yc }); +var oV = X6.extend({ model: L(), stopReason: _$(N6(["endTurn", "stopSequence", "maxTokens", "toolUse"]).or(L())), role: ZJ, content: A$([m3, W$(m3)]) }); +var uc = h({ type: l("boolean"), title: L().optional(), description: L().optional(), default: i$().optional() }); +var mc = h({ type: l("string"), title: L().optional(), description: L().optional(), minLength: z$().optional(), maxLength: z$().optional(), format: N6(["email", "uri", "date", "date-time"]).optional(), default: L().optional() }); +var lc = h({ type: N6(["number", "integer"]), title: L().optional(), description: L().optional(), minimum: z$().optional(), maximum: z$().optional(), default: z$().optional() }); +var cc = h({ type: l("string"), title: L().optional(), description: L().optional(), enum: W$(L()), default: L().optional() }); +var pc = h({ type: l("string"), title: L().optional(), description: L().optional(), oneOf: W$(h({ const: L(), title: L() })), default: L().optional() }); +var dc = h({ type: l("string"), title: L().optional(), description: L().optional(), enum: W$(L()), enumNames: W$(L()).optional(), default: L().optional() }); +var ic = A$([cc, pc]); +var nc = h({ type: l("array"), title: L().optional(), description: L().optional(), minItems: z$().optional(), maxItems: z$().optional(), items: h({ type: l("string"), enum: W$(L()) }), default: W$(L()).optional() }); +var rc = h({ type: l("array"), title: L().optional(), description: L().optional(), minItems: z$().optional(), maxItems: z$().optional(), items: h({ anyOf: W$(h({ const: L(), title: L() })) }), default: W$(L()).optional() }); +var oc = A$([nc, rc]); +var tc = A$([dc, ic, oc]); +var ac = A$([tc, uc, mc, lc]); +var sc = BJ.extend({ mode: l("form").optional(), message: L(), requestedSchema: h({ type: l("object"), properties: I$(L(), ac), required: W$(L()).optional() }) }); +var ec = BJ.extend({ mode: l("url"), message: L(), elicitationId: L(), url: L().url() }); +var $p = A$([sc, ec]); +var Qp = J6.extend({ method: l("elicitation/create"), params: $p }); +var Jp = s6.extend({ elicitationId: L() }); +var Xp = e6.extend({ method: l("notifications/elicitation/complete"), params: Jp }); +var H9 = X6.extend({ action: N6(["accept", "decline", "cancel"]), content: u3(($) => $ === null ? void 0 : $, I$(L(), A$([L(), z$(), i$(), W$(L())])).optional()) }); +var Yp = h({ type: l("ref/resource"), uri: L() }); +var Wp = h({ type: l("ref/prompt"), name: L() }); +var Gp = h6.extend({ ref: A$([Wp, Yp]), argument: h({ name: L(), value: L() }), context: h({ arguments: I$(L(), L()).optional() }).optional() }); +var UW = J6.extend({ method: l("completion/complete"), params: Gp }); +var Up = X6.extend({ completion: K6({ values: W$(L()).max(100), total: _$(z$().int()), hasMore: _$(i$()) }) }); +var Hp = h({ uri: L().startsWith("file://"), name: L().optional(), _meta: I$(L(), S$()).optional() }); +var Kp = J6.extend({ method: l("roots/list"), params: h6.optional() }); +var tV = X6.extend({ roots: W$(Hp) }); +var qp = e6.extend({ method: l("notifications/roots/list_changed"), params: s6.optional() }); +var rV$ = A$([i3, uV, UW, rV, YW, XW, $W, QW, JW, Kc, Vc, U9, WW, r3, t3, a3, e3]); +var oV$ = A$([d3, n3, mV, qp, FJ]); +var tV$ = A$([p3, LJ, oV, H9, tV, o3, s3, W9]); +var aV$ = A$([i3, hc, Qp, Kp, r3, t3, a3, e3]); +var sV$ = A$([d3, n3, Sc, zc, Uc, bc, Ac, FJ, Xp]); +var eV$ = A$([p3, tl, Up, jc, Oc, Xc, Yc, Gc, GW, Pc, o3, s3, W9]); +var zp = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789"); +var rP = DG($z(), 1); +var oP = DG(nP(), 1); +var sP; +(function($) { + $.Completable = "McpCompletable"; +})(sP || (sP = {})); +function b($) { + let Q; + return () => Q != null ? Q : Q = $(); +} +var es = b(() => K.object({ session_id: K.string(), ws_url: K.string(), work_dir: K.string().optional(), session_key: K.string().optional() })); +var HE; +(function($) { + $[$.lineFeed = 10] = "lineFeed", $[$.carriageReturn = 13] = "carriageReturn", $[$.space = 32] = "space", $[$._0 = 48] = "_0", $[$._1 = 49] = "_1", $[$._2 = 50] = "_2", $[$._3 = 51] = "_3", $[$._4 = 52] = "_4", $[$._5 = 53] = "_5", $[$._6 = 54] = "_6", $[$._7 = 55] = "_7", $[$._8 = 56] = "_8", $[$._9 = 57] = "_9", $[$.a = 97] = "a", $[$.b = 98] = "b", $[$.c = 99] = "c", $[$.d = 100] = "d", $[$.e = 101] = "e", $[$.f = 102] = "f", $[$.g = 103] = "g", $[$.h = 104] = "h", $[$.i = 105] = "i", $[$.j = 106] = "j", $[$.k = 107] = "k", $[$.l = 108] = "l", $[$.m = 109] = "m", $[$.n = 110] = "n", $[$.o = 111] = "o", $[$.p = 112] = "p", $[$.q = 113] = "q", $[$.r = 114] = "r", $[$.s = 115] = "s", $[$.t = 116] = "t", $[$.u = 117] = "u", $[$.v = 118] = "v", $[$.w = 119] = "w", $[$.x = 120] = "x", $[$.y = 121] = "y", $[$.z = 122] = "z", $[$.A = 65] = "A", $[$.B = 66] = "B", $[$.C = 67] = "C", $[$.D = 68] = "D", $[$.E = 69] = "E", $[$.F = 70] = "F", $[$.G = 71] = "G", $[$.H = 72] = "H", $[$.I = 73] = "I", $[$.J = 74] = "J", $[$.K = 75] = "K", $[$.L = 76] = "L", $[$.M = 77] = "M", $[$.N = 78] = "N", $[$.O = 79] = "O", $[$.P = 80] = "P", $[$.Q = 81] = "Q", $[$.R = 82] = "R", $[$.S = 83] = "S", $[$.T = 84] = "T", $[$.U = 85] = "U", $[$.V = 86] = "V", $[$.W = 87] = "W", $[$.X = 88] = "X", $[$.Y = 89] = "Y", $[$.Z = 90] = "Z", $[$.asterisk = 42] = "asterisk", $[$.backslash = 92] = "backslash", $[$.closeBrace = 125] = "closeBrace", $[$.closeBracket = 93] = "closeBracket", $[$.colon = 58] = "colon", $[$.comma = 44] = "comma", $[$.dot = 46] = "dot", $[$.doubleQuote = 34] = "doubleQuote", $[$.minus = 45] = "minus", $[$.openBrace = 123] = "openBrace", $[$.openBracket = 91] = "openBracket", $[$.plus = 43] = "plus", $[$.slash = 47] = "slash", $[$.formFeed = 12] = "formFeed", $[$.tab = 9] = "tab"; +})(HE || (HE = {})); +var He = Array(20).fill(0).map(($, Q) => { + return " ".repeat(Q); +}); +var Ke = { " ": { "\n": Array(200).fill(0).map(($, Q) => { + return ` +` + " ".repeat(Q); +}), "\r": Array(200).fill(0).map(($, Q) => { + return "\r" + " ".repeat(Q); +}), "\r\n": Array(200).fill(0).map(($, Q) => { + return `\r +` + " ".repeat(Q); +}) }, " ": { "\n": Array(200).fill(0).map(($, Q) => { + return ` +` + " ".repeat(Q); +}), "\r": Array(200).fill(0).map(($, Q) => { + return "\r" + " ".repeat(Q); +}), "\r\n": Array(200).fill(0).map(($, Q) => { + return `\r +` + " ".repeat(Q); +}) } }; +var qE; +(function($) { + $.DEFAULT = { allowTrailingComma: false }; +})(qE || (qE = {})); +var VE; +(function($) { + $[$.None = 0] = "None", $[$.UnexpectedEndOfComment = 1] = "UnexpectedEndOfComment", $[$.UnexpectedEndOfString = 2] = "UnexpectedEndOfString", $[$.UnexpectedEndOfNumber = 3] = "UnexpectedEndOfNumber", $[$.InvalidUnicode = 4] = "InvalidUnicode", $[$.InvalidEscapeCharacter = 5] = "InvalidEscapeCharacter", $[$.InvalidCharacter = 6] = "InvalidCharacter"; +})(VE || (VE = {})); +var BE; +(function($) { + $[$.OpenBraceToken = 1] = "OpenBraceToken", $[$.CloseBraceToken = 2] = "CloseBraceToken", $[$.OpenBracketToken = 3] = "OpenBracketToken", $[$.CloseBracketToken = 4] = "CloseBracketToken", $[$.CommaToken = 5] = "CommaToken", $[$.ColonToken = 6] = "ColonToken", $[$.NullKeyword = 7] = "NullKeyword", $[$.TrueKeyword = 8] = "TrueKeyword", $[$.FalseKeyword = 9] = "FalseKeyword", $[$.StringLiteral = 10] = "StringLiteral", $[$.NumericLiteral = 11] = "NumericLiteral", $[$.LineCommentTrivia = 12] = "LineCommentTrivia", $[$.BlockCommentTrivia = 13] = "BlockCommentTrivia", $[$.LineBreakTrivia = 14] = "LineBreakTrivia", $[$.Trivia = 15] = "Trivia", $[$.Unknown = 16] = "Unknown", $[$.EOF = 17] = "EOF"; +})(BE || (BE = {})); +var zE; +(function($) { + $[$.InvalidSymbol = 1] = "InvalidSymbol", $[$.InvalidNumberFormat = 2] = "InvalidNumberFormat", $[$.PropertyNameExpected = 3] = "PropertyNameExpected", $[$.ValueExpected = 4] = "ValueExpected", $[$.ColonExpected = 5] = "ColonExpected", $[$.CommaExpected = 6] = "CommaExpected", $[$.CloseBraceExpected = 7] = "CloseBraceExpected", $[$.CloseBracketExpected = 8] = "CloseBracketExpected", $[$.EndOfFileExpected = 9] = "EndOfFileExpected", $[$.InvalidCommentToken = 10] = "InvalidCommentToken", $[$.UnexpectedEndOfComment = 11] = "UnexpectedEndOfComment", $[$.UnexpectedEndOfString = 12] = "UnexpectedEndOfString", $[$.UnexpectedEndOfNumber = 13] = "UnexpectedEndOfNumber", $[$.InvalidUnicode = 14] = "InvalidUnicode", $[$.InvalidEscapeCharacter = 15] = "InvalidEscapeCharacter", $[$.InvalidCharacter = 16] = "InvalidCharacter"; +})(zE || (zE = {})); +function rW($) { + return $.startsWith("\uFEFF") ? $.slice(1) : $; +} +var c1 = import_node_os.default.homedir(); +var Zz = import_node_os.default.tmpdir(); +var { env: j9 } = import_node_process.default; +var Oe = ($) => { + let Q = import_node_path.default.join(c1, "Library"); + return { data: import_node_path.default.join(Q, "Application Support", $), config: import_node_path.default.join(Q, "Preferences", $), cache: import_node_path.default.join(Q, "Caches", $), log: import_node_path.default.join(Q, "Logs", $), temp: import_node_path.default.join(Zz, $) }; +}; +var De = ($) => { + let Q = j9.APPDATA || import_node_path.default.join(c1, "AppData", "Roaming"), J = j9.LOCALAPPDATA || import_node_path.default.join(c1, "AppData", "Local"); + return { data: import_node_path.default.join(J, $, "Data"), config: import_node_path.default.join(Q, $, "Config"), cache: import_node_path.default.join(J, $, "Cache"), log: import_node_path.default.join(J, $, "Log"), temp: import_node_path.default.join(Zz, $) }; +}; +var Fe = ($) => { + let Q = import_node_path.default.basename(c1); + return { data: import_node_path.default.join(j9.XDG_DATA_HOME || import_node_path.default.join(c1, ".local", "share"), $), config: import_node_path.default.join(j9.XDG_CONFIG_HOME || import_node_path.default.join(c1, ".config"), $), cache: import_node_path.default.join(j9.XDG_CACHE_HOME || import_node_path.default.join(c1, ".cache"), $), log: import_node_path.default.join(j9.XDG_STATE_HOME || import_node_path.default.join(c1, ".local", "state"), $), temp: import_node_path.default.join(Zz, Q, $) }; +}; +function Mz($, { suffix: Q = "nodejs" } = {}) { + if (typeof $ !== "string") throw TypeError(`Expected a string, got ${typeof $}`); + if (Q) $ += `-${Q}`; + if (import_node_process.default.platform === "darwin") return Oe($); + if (import_node_process.default.platform === "win32") return De($); + return Fe($); +} +var HD$ = Mz("claude-cli"); +function Ze() { + if (process.env.CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC) return "essential-traffic"; + if (process.env.DISABLE_TELEMETRY) return "no-telemetry"; + if (R$(process.env.DO_NOT_TRACK)) return "no-telemetry"; + return "default"; +} +function wE() { + return Ze() === "essential-traffic"; +} +var Me = 100; +var Lz = []; +function Le($) { + if (Lz.length >= Me) Lz.shift(); + Lz.push($); +} +var je = []; +var OE = null; +var CD$ = C$(() => { + return process.argv.includes("--hard-fail"); +}); +function oW($) { + let Q = j4($); + try { + if (R$(process.env.CLAUDE_CODE_USE_BEDROCK) || R$(process.env.CLAUDE_CODE_USE_VERTEX) || R$(process.env.CLAUDE_CODE_USE_FOUNDRY) || R$(process.env.CLAUDE_CODE_USE_ANTHROPIC_AWS) || R$(process.env.CLAUDE_CODE_USE_MANTLE) || process.env.DISABLE_ERROR_REPORTING || wE()) return; + let Y = { error: Q.stack || Q.message, timestamp: (/* @__PURE__ */ new Date()).toISOString() }; + if (Le(Y), OE === null) { + je.push({ type: "error", error: Q }); + return; + } + OE.logError(Q); + } catch (e2) { + } +} +var A9 = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date; +var FE = /* @__PURE__ */ new Set(); +var jz = typeof process === "object" && !!process ? process : {}; +var ZE = ($, Q, J, Y) => { + typeof jz.emitWarning === "function" ? jz.emitWarning($, Q, J, Y) : console.error(`[${J}] ${Q}: ${$}`); +}; +var tW = globalThis.AbortController; +var DE = globalThis.AbortSignal; +var _a; +if (typeof tW > "u") { + DE = class { + constructor() { + __publicField(this, "onabort"); + __publicField(this, "_onabort", []); + __publicField(this, "reason"); + __publicField(this, "aborted", false); + } + addEventListener(Y, X) { + this._onabort.push(X); + } + }, tW = class { + constructor() { + __publicField(this, "signal", new DE()); + Q(); + } + abort(Y) { + var _a5, _b3; + if (this.signal.aborted) return; + this.signal.reason = Y, this.signal.aborted = true; + for (let X of this.signal._onabort) X(Y); + (_b3 = (_a5 = this.signal).onabort) == null ? void 0 : _b3.call(_a5, Y); + } + }; + let $ = ((_a = jz.env) == null ? void 0 : _a.LRU_CACHE_IGNORE_AC_WARNING) !== "1", Q = () => { + if (!$) return; + $ = false, ZE("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.", "NO_ABORT_CONTROLLER", "ENOTSUP", Q); + }; +} +var Ae = ($) => !FE.has($); +var p1 = ($) => $ && $ === Math.floor($) && $ > 0 && isFinite($); +var ME = ($) => !p1($) ? null : $ <= Math.pow(2, 8) ? Uint8Array : $ <= Math.pow(2, 16) ? Uint16Array : $ <= Math.pow(2, 32) ? Uint32Array : $ <= Number.MAX_SAFE_INTEGER ? rJ : null; +var rJ = class extends Array { + constructor($) { + super($); + this.fill(0); + } +}; +var _X3; +var _I9 = class _I9 { + constructor($, Q) { + __publicField(this, "heap"); + __publicField(this, "length"); + if (!__privateGet(_I9, _X3)) throw TypeError("instantiate Stack using Stack.create(n)"); + this.heap = new Q($), this.length = 0; + } + static create($) { + let Q = ME($); + if (!Q) return []; + __privateSet(_I9, _X3, true); + let J = new _I9($, Q); + return __privateSet(_I9, _X3, false), J; + } + push($) { + this.heap[this.length++] = $; + } + pop() { + return this.heap[--this.length]; + } +}; +_X3 = new WeakMap(); +__privateAdd(_I9, _X3, false); +var I9 = _I9; +var _a2, _b, _X4, _V2, _w2, _O2, _k2, _S, _W, _D, _Y2, _J, _$2, _K2, _B, _H, _G2, _F2, _U, _Z, _M, _z, _L2, _P2, _q2, _aW_instances, x_fn, _E, _R2, _y, _N2, m_fn, _b2, _v, _f, j_fn, A_fn, g_fn, C_fn, T_fn, Q_fn, h_fn, __fn, I_fn, u_fn; +var _aW = class _aW { + constructor($) { + __privateAdd(this, _aW_instances); + __privateAdd(this, _X4); + __privateAdd(this, _V2); + __privateAdd(this, _w2); + __privateAdd(this, _O2); + __privateAdd(this, _k2); + __privateAdd(this, _S); + __publicField(this, "ttl"); + __publicField(this, "ttlResolution"); + __publicField(this, "ttlAutopurge"); + __publicField(this, "updateAgeOnGet"); + __publicField(this, "updateAgeOnHas"); + __publicField(this, "allowStale"); + __publicField(this, "noDisposeOnSet"); + __publicField(this, "noUpdateTTL"); + __publicField(this, "maxEntrySize"); + __publicField(this, "sizeCalculation"); + __publicField(this, "noDeleteOnFetchRejection"); + __publicField(this, "noDeleteOnStaleGet"); + __publicField(this, "allowStaleOnFetchAbort"); + __publicField(this, "allowStaleOnFetchRejection"); + __publicField(this, "ignoreFetchAbort"); + __privateAdd(this, _W); + __privateAdd(this, _D); + __privateAdd(this, _Y2); + __privateAdd(this, _J); + __privateAdd(this, _$2); + __privateAdd(this, _K2); + __privateAdd(this, _B); + __privateAdd(this, _H); + __privateAdd(this, _G2); + __privateAdd(this, _F2); + __privateAdd(this, _U); + __privateAdd(this, _Z); + __privateAdd(this, _M); + __privateAdd(this, _z); + __privateAdd(this, _L2); + __privateAdd(this, _P2); + __privateAdd(this, _q2); + __privateAdd(this, _E, () => { + }); + __privateAdd(this, _R2, () => { + }); + __privateAdd(this, _y, () => { + }); + __privateAdd(this, _N2, () => false); + __privateAdd(this, _b2, ($) => { + }); + __privateAdd(this, _v, ($, Q, J) => { + }); + __privateAdd(this, _f, ($, Q, J, Y) => { + if (J || Y) throw TypeError("cannot set size without setting maxSize or maxEntrySize on cache"); + return 0; + }); + __publicField(this, _a2, "LRUCache"); + let { max: Q = 0, ttl: J, ttlResolution: Y = 1, ttlAutopurge: X, updateAgeOnGet: W, updateAgeOnHas: G, allowStale: U, dispose: H, disposeAfter: q, noDisposeOnSet: V, noUpdateTTL: B, maxSize: z4 = 0, maxEntrySize: N = 0, sizeCalculation: w, fetchMethod: O, memoMethod: D, noDeleteOnFetchRejection: M, noDeleteOnStaleGet: j, allowStaleOnFetchRejection: A, allowStaleOnFetchAbort: S, ignoreFetchAbort: u } = $; + if (Q !== 0 && !p1(Q)) throw TypeError("max option must be a nonnegative integer"); + let G$ = Q ? ME(Q) : Array; + if (!G$) throw Error("invalid max value: " + Q); + if (__privateSet(this, _X4, Q), __privateSet(this, _V2, z4), this.maxEntrySize = N || __privateGet(this, _V2), this.sizeCalculation = w, this.sizeCalculation) { + if (!__privateGet(this, _V2) && !this.maxEntrySize) throw TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize"); + if (typeof this.sizeCalculation !== "function") throw TypeError("sizeCalculation set to non-function"); + } + if (D !== void 0 && typeof D !== "function") throw TypeError("memoMethod must be a function if defined"); + if (__privateSet(this, _S, D), O !== void 0 && typeof O !== "function") throw TypeError("fetchMethod must be a function if specified"); + if (__privateSet(this, _k2, O), __privateSet(this, _P2, !!O), __privateSet(this, _Y2, /* @__PURE__ */ new Map()), __privateSet(this, _J, Array(Q).fill(void 0)), __privateSet(this, _$2, Array(Q).fill(void 0)), __privateSet(this, _K2, new G$(Q)), __privateSet(this, _B, new G$(Q)), __privateSet(this, _H, 0), __privateSet(this, _G2, 0), __privateSet(this, _F2, I9.create(Q)), __privateSet(this, _W, 0), __privateSet(this, _D, 0), typeof H === "function") __privateSet(this, _w2, H); + if (typeof q === "function") __privateSet(this, _O2, q), __privateSet(this, _U, []); + else __privateSet(this, _O2, void 0), __privateSet(this, _U, void 0); + if (__privateSet(this, _L2, !!__privateGet(this, _w2)), __privateSet(this, _q2, !!__privateGet(this, _O2)), this.noDisposeOnSet = !!V, this.noUpdateTTL = !!B, this.noDeleteOnFetchRejection = !!M, this.allowStaleOnFetchRejection = !!A, this.allowStaleOnFetchAbort = !!S, this.ignoreFetchAbort = !!u, this.maxEntrySize !== 0) { + if (__privateGet(this, _V2) !== 0) { + if (!p1(__privateGet(this, _V2))) throw TypeError("maxSize must be a positive integer if specified"); + } + if (!p1(this.maxEntrySize)) throw TypeError("maxEntrySize must be a positive integer if specified"); + __privateMethod(this, _aW_instances, m_fn).call(this); + } + if (this.allowStale = !!U, this.noDeleteOnStaleGet = !!j, this.updateAgeOnGet = !!W, this.updateAgeOnHas = !!G, this.ttlResolution = p1(Y) || Y === 0 ? Y : 1, this.ttlAutopurge = !!X, this.ttl = J || 0, this.ttl) { + if (!p1(this.ttl)) throw TypeError("ttl must be a positive integer if specified"); + __privateMethod(this, _aW_instances, x_fn).call(this); + } + if (__privateGet(this, _X4) === 0 && this.ttl === 0 && __privateGet(this, _V2) === 0) throw TypeError("At least one of max, maxSize, or ttl is required"); + if (!this.ttlAutopurge && !__privateGet(this, _X4) && !__privateGet(this, _V2)) { + if (Ae("LRU_CACHE_UNBOUNDED")) FE.add("LRU_CACHE_UNBOUNDED"), ZE("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.", "UnboundedCacheWarning", "LRU_CACHE_UNBOUNDED", _aW); + } + } + static unsafeExposeInternals($) { + return { starts: __privateGet($, _M), ttls: __privateGet($, _z), sizes: __privateGet($, _Z), keyMap: __privateGet($, _Y2), keyList: __privateGet($, _J), valList: __privateGet($, _$2), next: __privateGet($, _K2), prev: __privateGet($, _B), get head() { + return __privateGet($, _H); + }, get tail() { + return __privateGet($, _G2); + }, free: __privateGet($, _F2), isBackgroundFetch: (Q) => { + var _a5; + return __privateMethod(_a5 = $, _aW_instances, Q_fn).call(_a5, Q); + }, backgroundFetch: (Q, J, Y, X) => { + var _a5; + return __privateMethod(_a5 = $, _aW_instances, T_fn).call(_a5, Q, J, Y, X); + }, moveToTail: (Q) => { + var _a5; + return __privateMethod(_a5 = $, _aW_instances, __fn).call(_a5, Q); + }, indexes: (Q) => { + var _a5; + return __privateMethod(_a5 = $, _aW_instances, j_fn).call(_a5, Q); + }, rindexes: (Q) => { + var _a5; + return __privateMethod(_a5 = $, _aW_instances, A_fn).call(_a5, Q); + }, isStale: (Q) => { + var _a5; + return __privateGet(_a5 = $, _N2).call(_a5, Q); + } }; + } + get max() { + return __privateGet(this, _X4); + } + get maxSize() { + return __privateGet(this, _V2); + } + get calculatedSize() { + return __privateGet(this, _D); + } + get size() { + return __privateGet(this, _W); + } + get fetchMethod() { + return __privateGet(this, _k2); + } + get memoMethod() { + return __privateGet(this, _S); + } + get dispose() { + return __privateGet(this, _w2); + } + get disposeAfter() { + return __privateGet(this, _O2); + } + getRemainingTTL($) { + return __privateGet(this, _Y2).has($) ? 1 / 0 : 0; + } + *entries() { + for (let $ of __privateMethod(this, _aW_instances, j_fn).call(this)) if (__privateGet(this, _$2)[$] !== void 0 && __privateGet(this, _J)[$] !== void 0 && !__privateMethod(this, _aW_instances, Q_fn).call(this, __privateGet(this, _$2)[$])) yield [__privateGet(this, _J)[$], __privateGet(this, _$2)[$]]; + } + *rentries() { + for (let $ of __privateMethod(this, _aW_instances, A_fn).call(this)) if (__privateGet(this, _$2)[$] !== void 0 && __privateGet(this, _J)[$] !== void 0 && !__privateMethod(this, _aW_instances, Q_fn).call(this, __privateGet(this, _$2)[$])) yield [__privateGet(this, _J)[$], __privateGet(this, _$2)[$]]; + } + *keys() { + for (let $ of __privateMethod(this, _aW_instances, j_fn).call(this)) { + let Q = __privateGet(this, _J)[$]; + if (Q !== void 0 && !__privateMethod(this, _aW_instances, Q_fn).call(this, __privateGet(this, _$2)[$])) yield Q; + } + } + *rkeys() { + for (let $ of __privateMethod(this, _aW_instances, A_fn).call(this)) { + let Q = __privateGet(this, _J)[$]; + if (Q !== void 0 && !__privateMethod(this, _aW_instances, Q_fn).call(this, __privateGet(this, _$2)[$])) yield Q; + } + } + *values() { + for (let $ of __privateMethod(this, _aW_instances, j_fn).call(this)) if (__privateGet(this, _$2)[$] !== void 0 && !__privateMethod(this, _aW_instances, Q_fn).call(this, __privateGet(this, _$2)[$])) yield __privateGet(this, _$2)[$]; + } + *rvalues() { + for (let $ of __privateMethod(this, _aW_instances, A_fn).call(this)) if (__privateGet(this, _$2)[$] !== void 0 && !__privateMethod(this, _aW_instances, Q_fn).call(this, __privateGet(this, _$2)[$])) yield __privateGet(this, _$2)[$]; + } + [(_b = Symbol.iterator, _a2 = Symbol.toStringTag, _b)]() { + return this.entries(); + } + find($, Q = {}) { + for (let J of __privateMethod(this, _aW_instances, j_fn).call(this)) { + let Y = __privateGet(this, _$2)[J], X = __privateMethod(this, _aW_instances, Q_fn).call(this, Y) ? Y.__staleWhileFetching : Y; + if (X === void 0) continue; + if ($(X, __privateGet(this, _J)[J], this)) return this.get(__privateGet(this, _J)[J], Q); + } + } + forEach($, Q = this) { + for (let J of __privateMethod(this, _aW_instances, j_fn).call(this)) { + let Y = __privateGet(this, _$2)[J], X = __privateMethod(this, _aW_instances, Q_fn).call(this, Y) ? Y.__staleWhileFetching : Y; + if (X === void 0) continue; + $.call(Q, X, __privateGet(this, _J)[J], this); + } + } + rforEach($, Q = this) { + for (let J of __privateMethod(this, _aW_instances, A_fn).call(this)) { + let Y = __privateGet(this, _$2)[J], X = __privateMethod(this, _aW_instances, Q_fn).call(this, Y) ? Y.__staleWhileFetching : Y; + if (X === void 0) continue; + $.call(Q, X, __privateGet(this, _J)[J], this); + } + } + purgeStale() { + let $ = false; + for (let Q of __privateMethod(this, _aW_instances, A_fn).call(this, { allowStale: true })) if (__privateGet(this, _N2).call(this, Q)) __privateMethod(this, _aW_instances, I_fn).call(this, __privateGet(this, _J)[Q], "expire"), $ = true; + return $; + } + info($) { + let Q = __privateGet(this, _Y2).get($); + if (Q === void 0) return; + let J = __privateGet(this, _$2)[Q], Y = __privateMethod(this, _aW_instances, Q_fn).call(this, J) ? J.__staleWhileFetching : J; + if (Y === void 0) return; + let X = { value: Y }; + if (__privateGet(this, _z) && __privateGet(this, _M)) { + let W = __privateGet(this, _z)[Q], G = __privateGet(this, _M)[Q]; + if (W && G) { + let U = W - (A9.now() - G); + X.ttl = U, X.start = Date.now(); + } + } + if (__privateGet(this, _Z)) X.size = __privateGet(this, _Z)[Q]; + return X; + } + dump() { + let $ = []; + for (let Q of __privateMethod(this, _aW_instances, j_fn).call(this, { allowStale: true })) { + let J = __privateGet(this, _J)[Q], Y = __privateGet(this, _$2)[Q], X = __privateMethod(this, _aW_instances, Q_fn).call(this, Y) ? Y.__staleWhileFetching : Y; + if (X === void 0 || J === void 0) continue; + let W = { value: X }; + if (__privateGet(this, _z) && __privateGet(this, _M)) { + W.ttl = __privateGet(this, _z)[Q]; + let G = A9.now() - __privateGet(this, _M)[Q]; + W.start = Math.floor(Date.now() - G); + } + if (__privateGet(this, _Z)) W.size = __privateGet(this, _Z)[Q]; + $.unshift([J, W]); + } + return $; + } + load($) { + this.clear(); + for (let [Q, J] of $) { + if (J.start) { + let Y = Date.now() - J.start; + J.start = A9.now() - Y; + } + this.set(Q, J.value, J); + } + } + set($, Q, J = {}) { + var _a5, _b3, _c2, _d, _e2; + if (Q === void 0) return this.delete($), this; + let { ttl: Y = this.ttl, start: X, noDisposeOnSet: W = this.noDisposeOnSet, sizeCalculation: G = this.sizeCalculation, status: U } = J, { noUpdateTTL: H = this.noUpdateTTL } = J, q = __privateGet(this, _f).call(this, $, Q, J.size || 0, G); + if (this.maxEntrySize && q > this.maxEntrySize) { + if (U) U.set = "miss", U.maxEntrySizeExceeded = true; + return __privateMethod(this, _aW_instances, I_fn).call(this, $, "set"), this; + } + let V = __privateGet(this, _W) === 0 ? void 0 : __privateGet(this, _Y2).get($); + if (V === void 0) { + if (V = __privateGet(this, _W) === 0 ? __privateGet(this, _G2) : __privateGet(this, _F2).length !== 0 ? __privateGet(this, _F2).pop() : __privateGet(this, _W) === __privateGet(this, _X4) ? __privateMethod(this, _aW_instances, C_fn).call(this, false) : __privateGet(this, _W), __privateGet(this, _J)[V] = $, __privateGet(this, _$2)[V] = Q, __privateGet(this, _Y2).set($, V), __privateGet(this, _K2)[__privateGet(this, _G2)] = V, __privateGet(this, _B)[V] = __privateGet(this, _G2), __privateSet(this, _G2, V), __privateWrapper(this, _W)._++, __privateGet(this, _v).call(this, V, q, U), U) U.set = "add"; + H = false; + } else { + __privateMethod(this, _aW_instances, __fn).call(this, V); + let B = __privateGet(this, _$2)[V]; + if (Q !== B) { + if (__privateGet(this, _P2) && __privateMethod(this, _aW_instances, Q_fn).call(this, B)) { + B.__abortController.abort(Error("replaced")); + let { __staleWhileFetching: z4 } = B; + if (z4 !== void 0 && !W) { + if (__privateGet(this, _L2)) (_a5 = __privateGet(this, _w2)) == null ? void 0 : _a5.call(this, z4, $, "set"); + if (__privateGet(this, _q2)) (_b3 = __privateGet(this, _U)) == null ? void 0 : _b3.push([z4, $, "set"]); + } + } else if (!W) { + if (__privateGet(this, _L2)) (_c2 = __privateGet(this, _w2)) == null ? void 0 : _c2.call(this, B, $, "set"); + if (__privateGet(this, _q2)) (_d = __privateGet(this, _U)) == null ? void 0 : _d.push([B, $, "set"]); + } + if (__privateGet(this, _b2).call(this, V), __privateGet(this, _v).call(this, V, q, U), __privateGet(this, _$2)[V] = Q, U) { + U.set = "replace"; + let z4 = B && __privateMethod(this, _aW_instances, Q_fn).call(this, B) ? B.__staleWhileFetching : B; + if (z4 !== void 0) U.oldValue = z4; + } + } else if (U) U.set = "update"; + } + if (Y !== 0 && !__privateGet(this, _z)) __privateMethod(this, _aW_instances, x_fn).call(this); + if (__privateGet(this, _z)) { + if (!H) __privateGet(this, _y).call(this, V, Y, X); + if (U) __privateGet(this, _R2).call(this, U, V); + } + if (!W && __privateGet(this, _q2) && __privateGet(this, _U)) { + let B = __privateGet(this, _U), z4; + while (z4 = B == null ? void 0 : B.shift()) (_e2 = __privateGet(this, _O2)) == null ? void 0 : _e2.call(this, ...z4); + } + return this; + } + pop() { + var _a5; + try { + while (__privateGet(this, _W)) { + let $ = __privateGet(this, _$2)[__privateGet(this, _H)]; + if (__privateMethod(this, _aW_instances, C_fn).call(this, true), __privateMethod(this, _aW_instances, Q_fn).call(this, $)) { + if ($.__staleWhileFetching) return $.__staleWhileFetching; + } else if ($ !== void 0) return $; + } + } finally { + if (__privateGet(this, _q2) && __privateGet(this, _U)) { + let $ = __privateGet(this, _U), Q; + while (Q = $ == null ? void 0 : $.shift()) (_a5 = __privateGet(this, _O2)) == null ? void 0 : _a5.call(this, ...Q); + } + } + } + has($, Q = {}) { + let { updateAgeOnHas: J = this.updateAgeOnHas, status: Y } = Q, X = __privateGet(this, _Y2).get($); + if (X !== void 0) { + let W = __privateGet(this, _$2)[X]; + if (__privateMethod(this, _aW_instances, Q_fn).call(this, W) && W.__staleWhileFetching === void 0) return false; + if (!__privateGet(this, _N2).call(this, X)) { + if (J) __privateGet(this, _E).call(this, X); + if (Y) Y.has = "hit", __privateGet(this, _R2).call(this, Y, X); + return true; + } else if (Y) Y.has = "stale", __privateGet(this, _R2).call(this, Y, X); + } else if (Y) Y.has = "miss"; + return false; + } + peek($, Q = {}) { + let { allowStale: J = this.allowStale } = Q, Y = __privateGet(this, _Y2).get($); + if (Y === void 0 || !J && __privateGet(this, _N2).call(this, Y)) return; + let X = __privateGet(this, _$2)[Y]; + return __privateMethod(this, _aW_instances, Q_fn).call(this, X) ? X.__staleWhileFetching : X; + } + async fetch($, Q = {}) { + let { allowStale: J = this.allowStale, updateAgeOnGet: Y = this.updateAgeOnGet, noDeleteOnStaleGet: X = this.noDeleteOnStaleGet, ttl: W = this.ttl, noDisposeOnSet: G = this.noDisposeOnSet, size: U = 0, sizeCalculation: H = this.sizeCalculation, noUpdateTTL: q = this.noUpdateTTL, noDeleteOnFetchRejection: V = this.noDeleteOnFetchRejection, allowStaleOnFetchRejection: B = this.allowStaleOnFetchRejection, ignoreFetchAbort: z4 = this.ignoreFetchAbort, allowStaleOnFetchAbort: N = this.allowStaleOnFetchAbort, context: w, forceRefresh: O = false, status: D, signal: M } = Q; + if (!__privateGet(this, _P2)) { + if (D) D.fetch = "get"; + return this.get($, { allowStale: J, updateAgeOnGet: Y, noDeleteOnStaleGet: X, status: D }); + } + let j = { allowStale: J, updateAgeOnGet: Y, noDeleteOnStaleGet: X, ttl: W, noDisposeOnSet: G, size: U, sizeCalculation: H, noUpdateTTL: q, noDeleteOnFetchRejection: V, allowStaleOnFetchRejection: B, allowStaleOnFetchAbort: N, ignoreFetchAbort: z4, status: D, signal: M }, A = __privateGet(this, _Y2).get($); + if (A === void 0) { + if (D) D.fetch = "miss"; + let S = __privateMethod(this, _aW_instances, T_fn).call(this, $, A, j, w); + return S.__returned = S; + } else { + let S = __privateGet(this, _$2)[A]; + if (__privateMethod(this, _aW_instances, Q_fn).call(this, S)) { + let m6 = J && S.__staleWhileFetching !== void 0; + if (D) { + if (D.fetch = "inflight", m6) D.returnedStale = true; + } + return m6 ? S.__staleWhileFetching : S.__returned = S; + } + let u = __privateGet(this, _N2).call(this, A); + if (!O && !u) { + if (D) D.fetch = "hit"; + if (__privateMethod(this, _aW_instances, __fn).call(this, A), Y) __privateGet(this, _E).call(this, A); + if (D) __privateGet(this, _R2).call(this, D, A); + return S; + } + let G$ = __privateMethod(this, _aW_instances, T_fn).call(this, $, A, j, w), e$ = G$.__staleWhileFetching !== void 0 && J; + if (D) { + if (D.fetch = u ? "stale" : "refresh", e$ && u) D.returnedStale = true; + } + return e$ ? G$.__staleWhileFetching : G$.__returned = G$; + } + } + async forceFetch($, Q = {}) { + let J = await this.fetch($, Q); + if (J === void 0) throw Error("fetch() returned undefined"); + return J; + } + memo($, Q = {}) { + let J = __privateGet(this, _S); + if (!J) throw Error("no memoMethod provided to constructor"); + let { context: Y, forceRefresh: X, ...W } = Q, G = this.get($, W); + if (!X && G !== void 0) return G; + let U = J($, G, { options: W, context: Y }); + return this.set($, U, W), U; + } + get($, Q = {}) { + let { allowStale: J = this.allowStale, updateAgeOnGet: Y = this.updateAgeOnGet, noDeleteOnStaleGet: X = this.noDeleteOnStaleGet, status: W } = Q, G = __privateGet(this, _Y2).get($); + if (G !== void 0) { + let U = __privateGet(this, _$2)[G], H = __privateMethod(this, _aW_instances, Q_fn).call(this, U); + if (W) __privateGet(this, _R2).call(this, W, G); + if (__privateGet(this, _N2).call(this, G)) { + if (W) W.get = "stale"; + if (!H) { + if (!X) __privateMethod(this, _aW_instances, I_fn).call(this, $, "expire"); + if (W && J) W.returnedStale = true; + return J ? U : void 0; + } else { + if (W && J && U.__staleWhileFetching !== void 0) W.returnedStale = true; + return J ? U.__staleWhileFetching : void 0; + } + } else { + if (W) W.get = "hit"; + if (H) return U.__staleWhileFetching; + if (__privateMethod(this, _aW_instances, __fn).call(this, G), Y) __privateGet(this, _E).call(this, G); + return U; + } + } else if (W) W.get = "miss"; + } + delete($) { + return __privateMethod(this, _aW_instances, I_fn).call(this, $, "delete"); + } + clear() { + return __privateMethod(this, _aW_instances, u_fn).call(this, "delete"); + } +}; +_X4 = new WeakMap(); +_V2 = new WeakMap(); +_w2 = new WeakMap(); +_O2 = new WeakMap(); +_k2 = new WeakMap(); +_S = new WeakMap(); +_W = new WeakMap(); +_D = new WeakMap(); +_Y2 = new WeakMap(); +_J = new WeakMap(); +_$2 = new WeakMap(); +_K2 = new WeakMap(); +_B = new WeakMap(); +_H = new WeakMap(); +_G2 = new WeakMap(); +_F2 = new WeakMap(); +_U = new WeakMap(); +_Z = new WeakMap(); +_M = new WeakMap(); +_z = new WeakMap(); +_L2 = new WeakMap(); +_P2 = new WeakMap(); +_q2 = new WeakMap(); +_aW_instances = new WeakSet(); +x_fn = function() { + let $ = new rJ(__privateGet(this, _X4)), Q = new rJ(__privateGet(this, _X4)); + __privateSet(this, _z, $), __privateSet(this, _M, Q), __privateSet(this, _y, (X, W, G = A9.now()) => { + if (Q[X] = W !== 0 ? G : 0, $[X] = W, W !== 0 && this.ttlAutopurge) { + let U = setTimeout(() => { + if (__privateGet(this, _N2).call(this, X)) __privateMethod(this, _aW_instances, I_fn).call(this, __privateGet(this, _J)[X], "expire"); + }, W + 1); + if (U.unref) U.unref(); + } + }), __privateSet(this, _E, (X) => { + Q[X] = $[X] !== 0 ? A9.now() : 0; + }), __privateSet(this, _R2, (X, W) => { + if ($[W]) { + let G = $[W], U = Q[W]; + if (!G || !U) return; + X.ttl = G, X.start = U, X.now = J || Y(); + let H = X.now - U; + X.remainingTTL = G - H; + } + }); + let J = 0, Y = () => { + let X = A9.now(); + if (this.ttlResolution > 0) { + J = X; + let W = setTimeout(() => J = 0, this.ttlResolution); + if (W.unref) W.unref(); + } + return X; + }; + this.getRemainingTTL = (X) => { + let W = __privateGet(this, _Y2).get(X); + if (W === void 0) return 0; + let G = $[W], U = Q[W]; + if (!G || !U) return 1 / 0; + let H = (J || Y()) - U; + return G - H; + }, __privateSet(this, _N2, (X) => { + let W = Q[X], G = $[X]; + return !!G && !!W && (J || Y()) - W > G; + }); +}; +_E = new WeakMap(); +_R2 = new WeakMap(); +_y = new WeakMap(); +_N2 = new WeakMap(); +m_fn = function() { + let $ = new rJ(__privateGet(this, _X4)); + __privateSet(this, _D, 0), __privateSet(this, _Z, $), __privateSet(this, _b2, (Q) => { + __privateSet(this, _D, __privateGet(this, _D) - $[Q]), $[Q] = 0; + }), __privateSet(this, _f, (Q, J, Y, X) => { + if (__privateMethod(this, _aW_instances, Q_fn).call(this, J)) return 0; + if (!p1(Y)) if (X) { + if (typeof X !== "function") throw TypeError("sizeCalculation must be a function"); + if (Y = X(J, Q), !p1(Y)) throw TypeError("sizeCalculation return invalid (expect positive integer)"); + } else throw TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set."); + return Y; + }), __privateSet(this, _v, (Q, J, Y) => { + if ($[Q] = J, __privateGet(this, _V2)) { + let X = __privateGet(this, _V2) - $[Q]; + while (__privateGet(this, _D) > X) __privateMethod(this, _aW_instances, C_fn).call(this, true); + } + if (__privateSet(this, _D, __privateGet(this, _D) + $[Q]), Y) Y.entrySize = J, Y.totalCalculatedSize = __privateGet(this, _D); + }); +}; +_b2 = new WeakMap(); +_v = new WeakMap(); +_f = new WeakMap(); +j_fn = function* ({ allowStale: $ = this.allowStale } = {}) { + if (__privateGet(this, _W)) for (let Q = __privateGet(this, _G2); ; ) { + if (!__privateMethod(this, _aW_instances, g_fn).call(this, Q)) break; + if ($ || !__privateGet(this, _N2).call(this, Q)) yield Q; + if (Q === __privateGet(this, _H)) break; + else Q = __privateGet(this, _B)[Q]; + } +}; +A_fn = function* ({ allowStale: $ = this.allowStale } = {}) { + if (__privateGet(this, _W)) for (let Q = __privateGet(this, _H); ; ) { + if (!__privateMethod(this, _aW_instances, g_fn).call(this, Q)) break; + if ($ || !__privateGet(this, _N2).call(this, Q)) yield Q; + if (Q === __privateGet(this, _G2)) break; + else Q = __privateGet(this, _K2)[Q]; + } +}; +g_fn = function($) { + return $ !== void 0 && __privateGet(this, _Y2).get(__privateGet(this, _J)[$]) === $; +}; +C_fn = function($) { + var _a5, _b3; + let Q = __privateGet(this, _H), J = __privateGet(this, _J)[Q], Y = __privateGet(this, _$2)[Q]; + if (__privateGet(this, _P2) && __privateMethod(this, _aW_instances, Q_fn).call(this, Y)) Y.__abortController.abort(Error("evicted")); + else if (__privateGet(this, _L2) || __privateGet(this, _q2)) { + if (__privateGet(this, _L2)) (_a5 = __privateGet(this, _w2)) == null ? void 0 : _a5.call(this, Y, J, "evict"); + if (__privateGet(this, _q2)) (_b3 = __privateGet(this, _U)) == null ? void 0 : _b3.push([Y, J, "evict"]); + } + if (__privateGet(this, _b2).call(this, Q), $) __privateGet(this, _J)[Q] = void 0, __privateGet(this, _$2)[Q] = void 0, __privateGet(this, _F2).push(Q); + if (__privateGet(this, _W) === 1) __privateSet(this, _H, __privateSet(this, _G2, 0)), __privateGet(this, _F2).length = 0; + else __privateSet(this, _H, __privateGet(this, _K2)[Q]); + return __privateGet(this, _Y2).delete(J), __privateWrapper(this, _W)._--, Q; +}; +T_fn = function($, Q, J, Y) { + let X = Q === void 0 ? void 0 : __privateGet(this, _$2)[Q]; + if (__privateMethod(this, _aW_instances, Q_fn).call(this, X)) return X; + let W = new tW(), { signal: G } = J; + G == null ? void 0 : G.addEventListener("abort", () => W.abort(G.reason), { signal: W.signal }); + let U = { signal: W.signal, options: J, context: Y }, H = (w, O = false) => { + let { aborted: D } = W.signal, M = J.ignoreFetchAbort && w !== void 0; + if (J.status) if (D && !O) { + if (J.status.fetchAborted = true, J.status.fetchError = W.signal.reason, M) J.status.fetchAbortIgnored = true; + } else J.status.fetchResolved = true; + if (D && !M && !O) return V(W.signal.reason); + let j = z4; + if (__privateGet(this, _$2)[Q] === z4) if (w === void 0) if (j.__staleWhileFetching) __privateGet(this, _$2)[Q] = j.__staleWhileFetching; + else __privateMethod(this, _aW_instances, I_fn).call(this, $, "fetch"); + else { + if (J.status) J.status.fetchUpdated = true; + this.set($, w, U.options); + } + return w; + }, q = (w) => { + if (J.status) J.status.fetchRejected = true, J.status.fetchError = w; + return V(w); + }, V = (w) => { + let { aborted: O } = W.signal, D = O && J.allowStaleOnFetchAbort, M = D || J.allowStaleOnFetchRejection, j = M || J.noDeleteOnFetchRejection, A = z4; + if (__privateGet(this, _$2)[Q] === z4) { + if (!j || A.__staleWhileFetching === void 0) __privateMethod(this, _aW_instances, I_fn).call(this, $, "fetch"); + else if (!D) __privateGet(this, _$2)[Q] = A.__staleWhileFetching; + } + if (M) { + if (J.status && A.__staleWhileFetching !== void 0) J.status.returnedStale = true; + return A.__staleWhileFetching; + } else if (A.__returned === A) throw w; + }, B = (w, O) => { + var _a5; + let D = (_a5 = __privateGet(this, _k2)) == null ? void 0 : _a5.call(this, $, X, U); + if (D && D instanceof Promise) D.then((M) => w(M === void 0 ? void 0 : M), O); + W.signal.addEventListener("abort", () => { + if (!J.ignoreFetchAbort || J.allowStaleOnFetchAbort) { + if (w(void 0), J.allowStaleOnFetchAbort) w = (M) => H(M, true); + } + }); + }; + if (J.status) J.status.fetchDispatched = true; + let z4 = new Promise(B).then(H, q), N = Object.assign(z4, { __abortController: W, __staleWhileFetching: X, __returned: void 0 }); + if (Q === void 0) this.set($, N, { ...U.options, status: void 0 }), Q = __privateGet(this, _Y2).get($); + else __privateGet(this, _$2)[Q] = N; + return N; +}; +Q_fn = function($) { + if (!__privateGet(this, _P2)) return false; + let Q = $; + return !!Q && Q instanceof Promise && Q.hasOwnProperty("__staleWhileFetching") && Q.__abortController instanceof tW; +}; +h_fn = function($, Q) { + __privateGet(this, _B)[Q] = $, __privateGet(this, _K2)[$] = Q; +}; +__fn = function($) { + if ($ !== __privateGet(this, _G2)) { + if ($ === __privateGet(this, _H)) __privateSet(this, _H, __privateGet(this, _K2)[$]); + else __privateMethod(this, _aW_instances, h_fn).call(this, __privateGet(this, _B)[$], __privateGet(this, _K2)[$]); + __privateMethod(this, _aW_instances, h_fn).call(this, __privateGet(this, _G2), $), __privateSet(this, _G2, $); + } +}; +I_fn = function($, Q) { + var _a5, _b3, _c2, _d; + let J = false; + if (__privateGet(this, _W) !== 0) { + let Y = __privateGet(this, _Y2).get($); + if (Y !== void 0) if (J = true, __privateGet(this, _W) === 1) __privateMethod(this, _aW_instances, u_fn).call(this, Q); + else { + __privateGet(this, _b2).call(this, Y); + let X = __privateGet(this, _$2)[Y]; + if (__privateMethod(this, _aW_instances, Q_fn).call(this, X)) X.__abortController.abort(Error("deleted")); + else if (__privateGet(this, _L2) || __privateGet(this, _q2)) { + if (__privateGet(this, _L2)) (_a5 = __privateGet(this, _w2)) == null ? void 0 : _a5.call(this, X, $, Q); + if (__privateGet(this, _q2)) (_b3 = __privateGet(this, _U)) == null ? void 0 : _b3.push([X, $, Q]); + } + if (__privateGet(this, _Y2).delete($), __privateGet(this, _J)[Y] = void 0, __privateGet(this, _$2)[Y] = void 0, Y === __privateGet(this, _G2)) __privateSet(this, _G2, __privateGet(this, _B)[Y]); + else if (Y === __privateGet(this, _H)) __privateSet(this, _H, __privateGet(this, _K2)[Y]); + else { + let W = __privateGet(this, _B)[Y]; + __privateGet(this, _K2)[W] = __privateGet(this, _K2)[Y]; + let G = __privateGet(this, _K2)[Y]; + __privateGet(this, _B)[G] = __privateGet(this, _B)[Y]; + } + __privateWrapper(this, _W)._--, __privateGet(this, _F2).push(Y); + } + } + if (__privateGet(this, _q2) && ((_c2 = __privateGet(this, _U)) == null ? void 0 : _c2.length)) { + let Y = __privateGet(this, _U), X; + while (X = Y == null ? void 0 : Y.shift()) (_d = __privateGet(this, _O2)) == null ? void 0 : _d.call(this, ...X); + } + return J; +}; +u_fn = function($) { + var _a5, _b3, _c2; + for (let Q of __privateMethod(this, _aW_instances, A_fn).call(this, { allowStale: true })) { + let J = __privateGet(this, _$2)[Q]; + if (__privateMethod(this, _aW_instances, Q_fn).call(this, J)) J.__abortController.abort(Error("deleted")); + else { + let Y = __privateGet(this, _J)[Q]; + if (__privateGet(this, _L2)) (_a5 = __privateGet(this, _w2)) == null ? void 0 : _a5.call(this, J, Y, $); + if (__privateGet(this, _q2)) (_b3 = __privateGet(this, _U)) == null ? void 0 : _b3.push([J, Y, $]); + } + } + if (__privateGet(this, _Y2).clear(), __privateGet(this, _$2).fill(void 0), __privateGet(this, _J).fill(void 0), __privateGet(this, _z) && __privateGet(this, _M)) __privateGet(this, _z).fill(0), __privateGet(this, _M).fill(0); + if (__privateGet(this, _Z)) __privateGet(this, _Z).fill(0); + if (__privateSet(this, _H, 0), __privateSet(this, _G2, 0), __privateGet(this, _F2).length = 0, __privateSet(this, _D, 0), __privateSet(this, _W, 0), __privateGet(this, _q2) && __privateGet(this, _U)) { + let Q = __privateGet(this, _U), J; + while (J = Q == null ? void 0 : Q.shift()) (_c2 = __privateGet(this, _O2)) == null ? void 0 : _c2.call(this, ...J); + } +}; +var aW = _aW; +function LE($, Q, J = 100) { + let Y = new aW({ max: J }), X = (...W) => { + let G = Q(...W), U = Y.get(G); + if (U !== void 0) return U; + let H = $(...W); + return Y.set(G, H), H; + }; + return X.cache = { clear: () => Y.clear(), size: () => Y.size, delete: (W) => Y.delete(W), get: (W) => Y.peek(W), has: (W) => Y.has(W) }, X; +} +var Ie = 8192; +function AE($, Q) { + try { + return { ok: true, value: JSON.parse(rW($)) }; + } catch (J) { + if (Q) oW(J); + return { ok: false }; + } +} +var jE = LE(AE, ($) => $, 50); +var R9 = Object.assign(function(Q, J = true) { + if (!Q) return null; + let Y = Q.length > Ie ? AE(Q, J) : jE(Q, J); + return Y.ok ? Y.value : null; +}, { cache: jE.cache }); +var u0 = C$(() => { + try { + if (process.platform === "darwin") return "macos"; + if (process.platform === "win32") return "windows"; + if (process.platform === "linux") { + if (process.env.WSL_DISTRO_NAME || process.env.WSL_INTEROP) return "wsl"; + try { + let $ = l$().readFileSync("/proc/version", { encoding: "utf8" }); + if ($.toLowerCase().includes("microsoft") || $.toLowerCase().includes("wsl")) return "wsl"; + } catch ($) { + X$(`Failed to read /proc/version for WSL detection: ${$}`, { level: "error" }); + } + return "linux"; + } + return "unknown"; + } catch ($) { + return oW($), "unknown"; + } +}); +var WF$ = C$(() => { + if (process.platform !== "linux") return; + try { + let $ = l$().readFileSync("/proc/version", { encoding: "utf8" }), Q = $.match(/WSL(\d+)/i); + if (Q && Q[1]) return Q[1]; + if ($.toLowerCase().includes("microsoft")) return "1"; + return; + } catch ($) { + X$(`Failed to read /proc/version for WSL detection: ${$}`, { level: "error" }); + return; + } +}); +var GF$ = C$(async () => { + if (process.platform !== "linux") return; + let $ = { linuxKernel: (0, import_os4.release)() }; + try { + let Q = await (0, import_promises11.readFile)("/etc/os-release", "utf8"); + for (let J of Q.split(` +`)) { + let Y = J.match(/^(ID|VERSION_ID)=(.*)$/); + if (Y && Y[1] && Y[2]) { + let X = Y[2].replace(/^"|"$/g, ""); + if (Y[1] === "ID") $.linuxDistroId = X; + else $.linuxDistroVersion = X; + } + } + } catch (e2) { + } + return $; +}); +var UF$ = C$(() => { + if (process.platform !== "darwin") return; + let Q = (0, import_os4.release)().match(/^(\d+)\./); + if (!Q || !Q[1]) return; + return parseInt(Q[1], 10) - 9; +}); +var m0 = C$(function() { + switch (u0()) { + case "macos": + return "/Library/Application Support/ClaudeCode"; + case "windows": + return "C:\\Program Files\\ClaudeCode"; + default: + return "/etc/claude-code"; + } +}); +var BF$ = C$(function() { + return (0, import_path15.join)(m0(), "managed-settings.d"); +}); +var Ee = b(() => K.object({ allowedDomains: K.array(K.string()).optional(), deniedDomains: K.array(K.string()).optional().describe("Domains that are always blocked, even if matched by allowedDomains. Supports the same wildcard syntax as allowedDomains. Merged from all settings sources regardless of allowManagedDomainsOnly."), allowManagedDomainsOnly: K.boolean().optional().describe("When true (and set in managed settings), only allowedDomains and WebFetch(domain:...) allow rules from managed settings are respected. User, project, local, and flag settings domains are ignored. Denied domains are still respected from all sources."), allowUnixSockets: K.array(K.string()).optional().describe("macOS only: Unix socket paths to allow. Ignored on Linux (seccomp cannot filter by path)."), allowAllUnixSockets: K.boolean().optional().describe("If true, allow all Unix sockets (disables blocking on both platforms)."), allowLocalBinding: K.boolean().optional(), allowMachLookup: K.array(K.string().refine(($) => { + return !($.endsWith("*") ? $.slice(0, -1) : $).includes("*"); +}, { message: 'Wildcards are only allowed as a single trailing "*" (e.g., "com.example.*" or "*" for all services).' })).optional().describe('macOS only: Additional XPC/Mach service names to allow looking up. Supports trailing-wildcard prefix matching (e.g., "com.apple.coresimulator.*"). Needed for tools that communicate via XPC such as the iOS Simulator or Playwright.'), httpProxyPort: K.number().optional(), socksProxyPort: K.number().optional(), tlsTerminate: K.object({ caCertPath: K.string().min(1).optional(), caKeyPath: K.string().min(1).optional() }).optional().describe("[EXPERIMENTAL] Enable in-process TLS termination so the per-request filter can see HTTPS request bodies. Provide a CA cert+key, or omit both to have sandbox-runtime generate an ephemeral one for the session.") }).optional()); +var be = b(() => K.object({ allowWrite: K.array(K.string()).optional().describe("Additional paths to allow writing within the sandbox. Merged with paths from Edit(...) allow permission rules."), denyWrite: K.array(K.string()).optional().describe("Additional paths to deny writing within the sandbox. Merged with paths from Edit(...) deny permission rules."), denyRead: K.array(K.string()).optional().describe("Additional paths to deny reading within the sandbox. Merged with paths from Read(...) deny permission rules."), allowRead: K.array(K.string()).optional().describe("Paths to re-allow reading within denyRead regions. Takes precedence over denyRead for matching paths."), allowManagedReadPathsOnly: K.boolean().optional().describe("When true (set in managed settings), only allowRead paths from policySettings are used.") }).optional()); +var PE = b(() => K.object({ enabled: K.boolean().optional(), failIfUnavailable: K.boolean().optional().describe("Exit with an error at startup if sandbox.enabled is true but the sandbox cannot start (missing dependencies or unsupported platform). When false (default), a warning is shown and commands run unsandboxed. Intended for managed-settings deployments that require sandboxing as a hard gate."), autoAllowBashIfSandboxed: K.boolean().optional(), allowUnsandboxedCommands: K.boolean().optional().describe("Allow commands to run outside the sandbox via the dangerouslyDisableSandbox parameter. When false, the dangerouslyDisableSandbox parameter is completely ignored and all commands must run sandboxed. Default: true."), network: Ee(), filesystem: be(), ignoreViolations: K.record(K.string(), K.array(K.string())).optional(), enableWeakerNestedSandbox: K.boolean().optional(), enableWeakerNetworkIsolation: K.boolean().optional().describe("macOS only: Allow access to com.apple.trustd.agent in the sandbox. Needed for Go-based CLI tools (gh, gcloud, terraform, etc.) to verify TLS certificates when using httpProxyPort with a MITM proxy and custom CA. **Reduces security** \u2014 opens a potential data exfiltration vector through the trustd service. Default: false"), excludedCommands: K.array(K.string()).optional(), ripgrep: K.object({ command: K.string(), args: K.array(K.string()).optional() }).optional().describe("Custom ripgrep configuration for bundled ripgrep support"), bwrapPath: K.preprocess(($) => typeof $ === "string" && (0, import_path16.isAbsolute)($) ? $ : void 0, K.string()).optional().catch(void 0).describe("Linux/WSL only: Absolute path to the bwrap (bubblewrap) binary. Overrides auto-detection via PATH. Only honored from admin-controlled managed settings."), socatPath: K.preprocess(($) => typeof $ === "string" && (0, import_path16.isAbsolute)($) ? $ : void 0, K.string()).optional().catch(void 0).describe("Linux/WSL only: Absolute path to the socat binary used for the sandbox network proxy. Overrides auto-detection via PATH. Only honored from admin-controlled managed settings.") }).passthrough()); +var EE = ["auto", "iterm2", "iterm2_with_bell", "terminal_bell", "kitty", "ghostty", "notifications_disabled"]; +var bE = ["normal", "vim"]; +var _E2 = ["auto", "tmux", "in-process"]; +var _e = ["dark", "light", "light-daltonized", "dark-daltonized", "light-ansi", "dark-ansi"]; +var kE = ["auto", ..._e]; +var MF$ = u0() === "macos" ? "\u23FA" : "\u25CF"; +var oJ = ["acceptEdits", "auto", "bypassPermissions", "default", "dontAsk", "plan"]; +var ke = [...oJ, "bubble"]; +var SE = ke; +var bF$ = b(() => TV.enum(SE)); +var _F$ = b(() => TV.enum(oJ)); +var vE = ["bash", "powershell"]; +var tJ = b(() => K.string().optional().describe('Permission rule syntax to filter when this hook runs (e.g., "Bash(git *)"). Only runs if the tool call matches the pattern. Avoids spawning hooks for non-matching commands.')); +function Se() { + let $ = K.object({ type: K.literal("command").describe("Shell command hook type"), command: K.string().describe("Shell command to execute"), args: K.array(K.string()).optional().describe("Argument list for exec form. When present, `command` is resolved as an executable and spawned directly with these arguments \u2014 no shell. Path placeholders like ${CLAUDE_PLUGIN_ROOT} are substituted per-element as plain strings, so paths with quotes, $, or backticks never reach a shell parser. When absent, `command` runs through a shell (bash on POSIX, PowerShell on Windows without Git Bash)."), if: tJ(), shell: K.enum(vE).optional().describe("Shell interpreter. 'bash' uses your $SHELL (bash/zsh/sh); 'powershell' uses pwsh. Defaults to bash (powershell on Windows without Git Bash)."), timeout: K.number().positive().optional().describe("Timeout in seconds for this specific command"), statusMessage: K.string().optional().describe("Custom status message to display in spinner while hook runs"), once: K.boolean().optional().describe("If true, hook runs once and is removed after execution"), async: K.boolean().optional().describe("If true, hook runs in background without blocking"), asyncRewake: K.boolean().optional().describe("If true, hook runs in background and wakes the model on exit code 2 (blocking error). Implies async."), rewakeMessage: K.string().min(1).optional().describe("@internal Custom prefix for the system-reminder shown to the model when an asyncRewake hook exits with code 2. The hook output is appended after this prefix."), rewakeSummary: K.string().min(1).optional().describe('@internal One-line summary shown to the user in the terminal when an asyncRewake hook exits with code 2. Defaults to "Stop hook feedback".') }), Q = K.object({ type: K.literal("prompt").describe("LLM prompt hook type"), prompt: K.string().describe("Prompt to evaluate with LLM. Use $ARGUMENTS placeholder for hook input JSON."), if: tJ(), timeout: K.number().positive().optional().describe("Timeout in seconds for this specific prompt evaluation"), model: K.string().optional().describe('Model to use for this prompt hook (e.g., "claude-sonnet-4-6"). If not specified, uses the default small fast model.'), continueOnBlock: K.boolean().optional().describe(`Sets the continue value for the decision:"block" produced when ok is false. Default false (turn ends). Whether continue:true lets the turn proceed depends on the event's decision:"block" semantics. On PostToolUse, the reason is fed back to Claude and the turn continues.`), statusMessage: K.string().optional().describe("Custom status message to display in spinner while hook runs"), once: K.boolean().optional().describe("If true, hook runs once and is removed after execution") }), J = K.object({ type: K.literal("mcp_tool").describe("MCP tool hook type"), server: K.string().describe("Name of an already-configured MCP server to invoke"), tool: K.string().describe("Name of the tool on that server to call"), input: K.record(K.string(), K.unknown()).optional().describe('Arguments passed to the MCP tool. String values support ${path} interpolation from the hook input JSON (e.g. "${tool_input.file_path}").'), if: tJ(), timeout: K.number().positive().optional().describe("Timeout in seconds for this specific tool call"), statusMessage: K.string().optional().describe("Custom status message to display in spinner while hook runs"), once: K.boolean().optional().describe("If true, hook runs once and is removed after execution") }), Y = K.object({ type: K.literal("http").describe("HTTP hook type"), url: K.string().url().describe("URL to POST the hook input JSON to"), if: tJ(), timeout: K.number().positive().optional().describe("Timeout in seconds for this specific request"), headers: K.record(K.string(), K.string()).optional().describe('Additional headers to include in the request. Values may reference environment variables using $VAR_NAME or ${VAR_NAME} syntax (e.g., "Authorization": "Bearer $MY_TOKEN"). Only variables listed in allowedEnvVars will be interpolated.'), allowedEnvVars: K.array(K.string()).optional().describe("Explicit list of environment variable names that may be interpolated in header values. Only variables listed here will be resolved; all other $VAR references are left as empty strings. Required for env var interpolation to work."), statusMessage: K.string().optional().describe("Custom status message to display in spinner while hook runs"), once: K.boolean().optional().describe("If true, hook runs once and is removed after execution") }), X = K.object({ type: K.literal("agent").describe("Agentic verifier hook type"), prompt: K.string().describe('Prompt describing what to verify (e.g. "Verify that unit tests ran and passed."). Use $ARGUMENTS placeholder for hook input JSON.'), if: tJ(), timeout: K.number().positive().optional().describe("Timeout in seconds for agent execution (default 60)"), model: K.string().optional().describe('Model to use for this agent hook (e.g., "claude-sonnet-4-6"). If not specified, uses Haiku.'), statusMessage: K.string().optional().describe("Custom status message to display in spinner while hook runs"), once: K.boolean().optional().describe("If true, hook runs once and is removed after execution") }); + return { BashCommandHookSchema: $, PromptHookSchema: Q, HttpHookSchema: Y, AgentHookSchema: X, McpToolHookSchema: J }; +} +var CE = b(() => { + let { BashCommandHookSchema: $, PromptHookSchema: Q, AgentHookSchema: J, HttpHookSchema: Y, McpToolHookSchema: X } = Se(); + return K.discriminatedUnion("type", [$, Q, J, Y, X]); +}); +var TE = b(() => K.object({ matcher: K.string().optional().describe('String pattern to match (e.g. tool names like "Write")'), hooks: K.array(CE()).describe("List of hooks to execute when the matcher matches") })); +var l0 = b(() => K.partialRecord(K.enum(r0), K.array(TE()))); +var hF$ = b(() => K.enum(["local", "user", "project", "dynamic", "enterprise", "claudeai", "managed", "agent"])); +var uF$ = b(() => K.enum(["stdio", "sse", "sse-ide", "http", "ws", "sdk"])); +var P9 = b(() => K.literal("comms").optional().catch(void 0)); +var d1 = b(() => K.number().int().positive()); +var ve = b(() => K.object({ type: K.literal("stdio").optional(), command: K.string().min(1, "Command cannot be empty"), args: K.array(K.string()).default([]), env: K.record(K.string(), K.string()).optional(), timeout: d1().optional(), alwaysLoad: K.boolean().optional(), role: P9() })); +var Ce = b(() => K.boolean()); +var xE = b(() => K.object({ clientId: K.string().optional(), callbackPort: K.number().int().positive().optional(), authServerMetadataUrl: K.string().url().startsWith("https://", { message: "authServerMetadataUrl must use https://" }).optional(), scopes: K.string().min(1).optional(), xaa: Ce().optional() })); +var Te = b(() => K.object({ type: K.literal("sse"), url: K.string(), headers: K.record(K.string(), K.string()).optional(), headersHelper: K.string().optional(), oauth: xE().optional(), timeout: d1().optional(), alwaysLoad: K.boolean().optional(), role: P9() })); +var xe = b(() => K.object({ type: K.literal("sse-ide"), url: K.string(), ideName: K.string(), ideRunningInWindows: K.boolean().optional(), timeout: d1().optional(), alwaysLoad: K.boolean().optional(), role: P9() })); +var ye = b(() => K.object({ type: K.literal("ws-ide"), url: K.string(), ideName: K.string(), authToken: K.string().optional(), ideRunningInWindows: K.boolean().optional(), timeout: d1().optional(), alwaysLoad: K.boolean().optional(), role: P9() })); +var fe = b(() => K.object({ type: K.enum(["http", "streamable-http"]).transform(() => "http"), url: K.string(), headers: K.record(K.string(), K.string()).optional(), headersHelper: K.string().optional(), oauth: xE().optional(), timeout: d1().optional(), alwaysLoad: K.boolean().optional(), role: P9() })); +var ge = b(() => K.object({ type: K.literal("ws"), url: K.string(), headers: K.record(K.string(), K.string()).optional(), headersHelper: K.string().optional(), timeout: d1().optional(), alwaysLoad: K.boolean().optional(), role: P9() })); +var he = b(() => K.object({ type: K.literal("sdk"), name: K.string(), timeout: d1().optional(), alwaysLoad: K.boolean().optional() })); +var ue = b(() => K.enum(["allow", "ask", "blocked"])); +var me = b(() => K.object({ type: K.literal("claudeai-proxy"), url: K.string(), id: K.string(), timeout: d1().optional(), alwaysLoad: K.boolean().optional(), toolPermissions: K.record(K.string(), ue()).optional() })); +var sW = b(() => K.union([ve(), Te(), xe(), ye(), fe(), ge(), he(), me()])); +var mF$ = b(() => K.object({ mcpServers: K.record(K.string(), sW()) })); +var hE = /* @__PURE__ */ new Set(["claude-code-marketplace", "claude-code-plugins", "claude-plugins-official", "anthropic-marketplace", "anthropic-plugins", "agent-skills", "anthropic-agent-skills", "life-sciences", "knowledge-work-plugins", "claude-for-legal", "claude-for-financial-services", "financial-services-plugins"]); +var le = /(?:official[^a-z0-9]*(anthropic|claude)|(?:anthropic|claude)[^a-z0-9]*official|^(?:anthropic|claude)[^a-z0-9]*(marketplace|plugins|official))/i; +var ce = /[^\u0020-\u007E]/; +function pe($) { + if (hE.has($.toLowerCase())) return false; + if (ce.test($)) return true; + return le.test($); +} +var Z4 = b(() => K.string().startsWith("./")); +var c0 = b(() => Z4().endsWith(".json")); +var yE = b(() => K.union([Z4().refine(($) => $.endsWith(".mcpb") || $.endsWith(".dxt"), { message: "MCPB file path must end with .mcpb or .dxt" }).describe("Path to MCPB file relative to plugin root"), K.string().url().refine(($) => $.endsWith(".mcpb") || $.endsWith(".dxt"), { message: "MCPB URL must end with .mcpb or .dxt" }).describe("URL to MCPB file")])); +var Iz = b(() => Z4().endsWith(".md")); +var Rz = b(() => K.union([Iz(), Z4()])); +var uE = b(() => K.string().min(1, "Marketplace must have a name").refine(($) => !$.includes(" "), { message: 'Marketplace name cannot contain spaces. Use kebab-case (e.g., "my-marketplace")' }).refine(($) => !$.includes("/") && !$.includes("\\") && !$.includes("..") && $ !== ".", { message: 'Marketplace name cannot contain path separators (/ or \\), ".." sequences, or be "."' }).refine(($) => !pe($), { message: "Marketplace name impersonates an official Anthropic/Claude marketplace" }).refine(($) => $.toLowerCase() !== "inline", { message: 'Marketplace name "inline" is reserved for --plugin-dir session plugins' }).refine(($) => $.toLowerCase() !== "builtin", { message: 'Marketplace name "builtin" is reserved for built-in plugins' }).refine(($) => $.toLowerCase() !== "skills-dir", { message: 'Marketplace name "skills-dir" is reserved for plugins auto-loaded from .claude/skills/' })); +var Pz = b(() => K.object({ name: K.string().min(1, "Author name cannot be empty").describe("Display name of the plugin author or organization"), email: K.string().optional().describe("Contact email for support or feedback"), url: K.string().optional().describe("Website, GitHub profile, or organization URL") })); +var de = b(() => K.object({ $schema: K.string().optional().describe("JSON Schema reference for editor autocomplete/validation; ignored at load time"), name: K.string().min(1, "Plugin name cannot be empty").refine(($) => !$.includes(" "), { message: 'Plugin name cannot contain spaces. Use kebab-case (e.g., "my-plugin")' }).describe("Unique identifier for the plugin, used for namespacing (prefer kebab-case)"), displayName: K.string().optional().describe('Human-readable name shown in UI (e.g., "GitHub Utils"). Falls back to `name` when omitted. Unlike `name`, may contain spaces and any casing; not used for namespacing or lookup.'), version: K.string().optional().describe("Semantic version (e.g., 1.2.3) following semver.org specification"), description: K.string().optional().describe("Brief, user-facing explanation of what the plugin provides"), author: Pz().optional().describe("Information about the plugin creator or maintainer"), homepage: K.string().url().optional().describe("Plugin homepage or documentation URL"), repository: K.string().optional().describe("Source code repository URL"), license: K.string().optional().describe("SPDX license identifier (e.g., MIT, Apache-2.0)"), keywords: K.array(K.string()).optional().describe("Tags for plugin discovery and categorization"), defaultEnabled: K.boolean().optional().describe("Whether the plugin starts enabled when the user has no explicit enabled/disabled setting for it (default: true). Explicit enabledPlugins values always win, and a plugin required by an enabled dependent is enabled regardless of this value."), dependencies: K.array(w$$()).optional().describe(`Plugins that must be enabled for this plugin to function. Bare names (no "@marketplace") are resolved against the declaring plugin's own marketplace.`) })); +var oF$ = b(() => K.object({ description: K.string().optional().describe("Brief, user-facing explanation of what these hooks provide"), hooks: K.lazy(() => l0()).describe("The hooks provided by the plugin, in the same format as the one used for settings") })); +var ie = b(() => K.object({ hooks: K.union([c0().describe("Path to file with additional hooks (in addition to those in hooks/hooks.json, if it exists), relative to the plugin root"), K.lazy(() => l0()).describe("Additional hooks (in addition to those in hooks/hooks.json, if it exists)"), K.array(K.union([c0().describe("Path to file with additional hooks (in addition to those in hooks/hooks.json, if it exists), relative to the plugin root"), K.lazy(() => l0()).describe("Additional hooks (in addition to those in hooks/hooks.json, if it exists)")]))]) })); +var ne = b(() => K.object({ source: Rz().optional().describe("Path to command markdown file, relative to plugin root"), content: K.string().optional().describe("Inline markdown content for the command"), description: K.string().optional().describe("Command description override"), argumentHint: K.string().optional().describe('Hint for command arguments (e.g., "[file]")'), model: K.string().optional().describe("Default model for this command"), allowedTools: K.array(K.string()).optional().describe("Tools allowed when command runs") }).refine(($) => $.source && !$.content || !$.source && $.content, { message: 'Command must have either "source" (file path) or "content" (inline markdown), but not both' })); +var re = b(() => K.object({ commands: K.union([Rz().describe("Path to a command file or skill directory, relative to the plugin root. When set, the commands/ directory is not auto-loaded \u2014 list its files here if you want both."), K.array(Rz().describe("Path to a command file or skill directory, relative to the plugin root. When set, the commands/ directory is not auto-loaded \u2014 list its files here if you want both.")).describe("List of command file or skill directory paths. When set, the commands/ directory is not auto-loaded."), K.record(K.string(), ne()).describe('Object mapping of command names to their metadata and source files. Command name becomes the slash command name (e.g., "about" \u2192 "/plugin:about")')]) })); +var oe = b(() => K.object({ agents: K.union([Iz().describe("Path to an agent file, relative to the plugin root. When set, the agents/ directory is not auto-loaded \u2014 list its files here if you want both."), K.array(Iz().describe("Path to an agent file, relative to the plugin root. When set, the agents/ directory is not auto-loaded \u2014 list its files here if you want both.")).describe("List of agent file paths. When set, the agents/ directory is not auto-loaded.")]) })); +var te = b(() => K.object({ skills: K.union([Z4().describe("Path to a skill directory, relative to the plugin root. Loaded in addition to the skills/ directory."), K.array(Z4().describe("Path to a skill directory, relative to the plugin root. Loaded in addition to the skills/ directory.")).describe("List of skill directory paths, loaded in addition to the skills/ directory.")]) })); +var mE = b(() => K.object({ outputStyles: K.union([Z4().describe("Path to an output-styles directory or file, relative to the plugin root. When set, the output-styles/ directory is not auto-loaded \u2014 list its files here if you want both."), K.array(Z4().describe("Path to an output-styles directory or file, relative to the plugin root. When set, the output-styles/ directory is not auto-loaded \u2014 list its files here if you want both.")).describe("List of output-style directory or file paths. When set, the output-styles/ directory is not auto-loaded.")]) })); +var lE = b(() => K.object({ themes: K.union([Z4().describe("Path to a themes directory or file, relative to the plugin root. When set, the themes/ directory is not auto-loaded \u2014 list its files here if you want both."), K.array(Z4().describe("Path to a themes directory or file, relative to the plugin root. When set, the themes/ directory is not auto-loaded \u2014 list its files here if you want both.")).describe("List of theme directory or file paths. When set, the themes/ directory is not auto-loaded.")]) })); +var ae = b(() => K.object({})); +var fE = b(() => K.string().min(1)); +var se = b(() => K.string().min(2).refine(($) => $.startsWith("."), { message: 'File extensions must start with dot (e.g., ".ts", not "ts")' })); +var ee = b(() => K.object({ mcpServers: K.union([c0().describe("MCP servers to include in the plugin (in addition to those in the .mcp.json file, if it exists)"), yE().describe("Path or URL to MCPB file containing MCP server configuration"), K.record(K.string(), sW()).describe("MCP server configurations keyed by server name"), K.array(K.union([c0().describe("Path to MCP servers configuration file"), yE().describe("Path or URL to MCPB file"), K.record(K.string(), sW()).describe("Inline MCP server configurations")])).describe("Array of MCP server configurations (paths, MCPB files, or inline definitions)")]) })); +var cE = b(() => K.object({ type: K.enum(["string", "number", "boolean", "directory", "file"]).describe("Type of the configuration value"), title: K.string().describe("Human-readable label shown in the config dialog"), description: K.string().describe("Help text shown beneath the field in the config dialog"), required: K.boolean().optional().describe("If true, validation fails when this field is empty"), default: K.union([K.string(), K.number(), K.boolean(), K.array(K.string())]).optional().describe("Default value used when the user provides nothing"), multiple: K.boolean().optional().describe("For string type: allow an array of strings"), sensitive: K.boolean().optional().describe("If true, masks dialog input and stores value in secure storage (keychain/credentials file) instead of settings.json"), min: K.number().optional().describe("Minimum value (number type only)"), max: K.number().optional().describe("Maximum value (number type only)") }).strict()); +var $$$ = b(() => K.object({ userConfig: K.record(K.string().regex(/^[A-Za-z_]\w*$/, "Option keys must be valid identifiers (letters, digits, underscore; no leading digit) \u2014 they become CLAUDE_PLUGIN_OPTION_ env vars in hooks"), cE()).optional().describe("User-configurable values this plugin needs. Prompted at enable time. Non-sensitive values saved to settings.json; sensitive values to secure storage. Available as ${user_config.KEY} in MCP/LSP server config, hook commands, and (non-sensitive only) skill/agent content. Keep sensitive value counts small.") })); +var Q$$ = b(() => K.object({ channels: K.array(K.object({ server: K.string().min(1).describe("Name of the MCP server this channel binds to. Must match a key in this plugin's mcpServers."), displayName: K.string().optional().describe('Human-readable name shown in the config dialog title (e.g., "Telegram"). Defaults to the server name.'), userConfig: K.record(K.string(), cE()).optional().describe("Fields to prompt the user for when enabling this plugin in assistant mode. Saved values are substituted into ${user_config.KEY} references in the mcpServers env.") }).strict()).describe("Channels this plugin provides. Each entry declares an MCP server as a message channel and optionally specifies user configuration to prompt for at enable time.") })); +var gE = b(() => K.strictObject({ command: K.string().min(1).refine(($) => { + if ($.includes(" ") && !$.startsWith("/")) return false; + return true; +}, { message: "Command should not contain spaces. Use args array for arguments." }).describe('Command to execute the LSP server (e.g., "typescript-language-server")'), args: K.array(fE()).optional().describe("Command-line arguments to pass to the server"), extensionToLanguage: K.record(se(), fE()).refine(($) => Object.keys($).length > 0, { message: "extensionToLanguage must have at least one mapping" }).describe("Mapping from file extension to LSP language ID. File extensions and languages are derived from this mapping."), transport: K.enum(["stdio", "socket"]).default("stdio").describe("Communication transport mechanism"), env: K.record(K.string(), K.string()).optional().describe("Environment variables to set when starting the server"), initializationOptions: K.unknown().optional().describe("Initialization options passed to the server during initialization"), settings: K.unknown().optional().describe("Settings passed to the server via workspace/didChangeConfiguration"), workspaceFolder: K.string().optional().describe("Workspace folder path to use for the server"), startupTimeout: K.number().int().positive().optional().describe("Maximum time to wait for server startup (milliseconds)"), shutdownTimeout: K.number().int().positive().optional().describe("Maximum time to wait for graceful shutdown (milliseconds)"), restartOnCrash: K.boolean().optional().describe("Whether to restart the server if it crashes"), maxRestarts: K.number().int().nonnegative().optional().describe("Maximum number of restart attempts before giving up") })); +var J$$ = b(() => K.strictObject({ name: K.string().min(1).describe("Identifier for this monitor, unique within the plugin. Used to dedupe so re-arming (plugin reload, repeat skill invoke) does not spawn duplicates."), command: K.string().min(1).describe('Shell command to run as a persistent background monitor. Each stdout line is delivered to the model as a event; the process runs for the session lifetime. ${CLAUDE_PLUGIN_ROOT}, ${CLAUDE_PLUGIN_DATA}, ${CLAUDE_PROJECT_DIR}, ${user_config.*}, and ${ENV_VAR} are substituted. Runs in the session cwd \u2014 prefix with `cd "${CLAUDE_PLUGIN_ROOT}" && ` if the script needs its own directory.'), description: K.string().min(1).describe("Short human-readable description of what is being monitored (shown in task panel and notification summary)."), when: K.union([K.literal("always"), K.string().startsWith("on-skill-invoke:").refine(($) => $.length > 16, { message: "on-skill-invoke: must specify a skill name" })]).default("always").describe('Arm trigger. "always" arms at session start and on plugin reload. "on-skill-invoke:" arms the first time that skill is dispatched (via Skill tool or slash command).') })); +var X$$ = b(() => K.array(J$$()).refine(($) => new Set($.map((Q) => Q.name)).size === $.length, { message: "Monitor names must be unique within a plugin" })); +var pE = b(() => K.object({ monitors: K.union([c0().describe("Path to a JSON file containing the monitors array, relative to the plugin root"), X$$()]).describe("Background watch scripts the host arms as persistent Monitor tasks (unsandboxed, same trust tier as hooks) so plugins need not instruct the model to arm them. When omitted, monitors/monitors.json at the plugin root is loaded if present.") })); +var Y$$ = b(() => K.object({ lspServers: K.union([c0().describe("Path to .lsp.json configuration file relative to plugin root"), K.record(K.string(), gE()).describe("LSP server configurations keyed by server name"), K.array(K.union([c0().describe("Path to LSP configuration file"), K.record(K.string(), gE()).describe("Inline LSP server configurations")])).describe("Array of LSP server configurations (paths or inline definitions)")]) })); +var dE = b(() => K.string().refine(($) => !$.includes("..") && !$.includes("//"), "Package name cannot contain path traversal patterns").refine(($) => { + let Q = /^@[a-z0-9][a-z0-9-._]*\/[a-z0-9][a-z0-9-._]*$/, J = /^[a-z0-9][a-z0-9-._]*$/; + return Q.test($) || J.test($); +}, "Invalid npm package name format")); +var W$$ = b(() => K.object({ settings: K.record(K.string(), K.unknown()).optional().describe("Settings to merge into the user settings while this plugin is enabled. Only the documented allowlisted keys are applied.") })); +var G$$ = b(() => K.object({ experimental: K.preprocess(($) => typeof $ === "object" && $ !== null && !Array.isArray($) ? $ : void 0, K.object({ ...lE().partial().shape, ...pE().partial().shape, ...mE().partial().shape, evals: K.union([K.string(), K.array(K.string())]).optional().describe("Path(s) to evaluation query files for `claude plugin eval`. Defaults to `evals/`.") }).optional().describe("Components whose manifest shape may change without a deprecation cycle. Move a key out of here once it is promoted to stable.")) })); +var U$$ = b(() => K.object({ ...de().shape, ...ie().partial().shape, ...re().partial().shape, ...oe().partial().shape, ...te().partial().shape, ...mE().partial().shape, ...lE().partial().shape, ...ae().shape, ...Q$$().partial().shape, ...ee().partial().shape, ...Y$$().partial().shape, ...pE().partial().shape, ...W$$().partial().shape, ...$$$().partial().shape, ...G$$().partial().shape })); +var aJ = b(() => K.discriminatedUnion("source", [K.object({ source: K.literal("url"), url: K.string().url().describe("Direct URL to marketplace.json file"), headers: K.record(K.string(), K.string()).optional().describe("Custom HTTP headers (e.g., for authentication)") }), K.object({ source: K.literal("github"), repo: K.string().describe("GitHub repository in owner/repo format"), ref: K.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'), path: K.string().optional().describe("Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"), sparsePaths: K.array(K.string()).optional().describe('Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [".claude-plugin", "plugins"]. If omitted, the full repository is cloned.'), skipLfs: K.boolean().optional().describe("Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects.") }), K.object({ source: K.literal("git"), url: K.string().describe("Full git repository URL"), ref: K.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'), path: K.string().optional().describe("Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"), sparsePaths: K.array(K.string()).optional().describe('Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [".claude-plugin", "plugins"]. If omitted, the full repository is cloned.'), skipLfs: K.boolean().optional().describe("Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects.") }), K.object({ source: K.literal("npm"), package: dE().describe("NPM package containing marketplace.json") }), K.object({ source: K.literal("file"), path: K.string().describe("Local file path to marketplace.json") }), K.object({ source: K.literal("directory"), path: K.string().describe("Local directory containing .claude-plugin/marketplace.json") }), K.object({ source: K.literal("skills-dir") }).describe("Policy-list sentinel for the ~/.claude/skills/ auto-load (@skills-dir plugins). In strictKnownMarketplaces: opt the scan back IN (by default any allowlist blocks it). In blockedMarketplaces: turn the scan OFF without otherwise restricting marketplaces. Only meaningful in those two managed-settings lists (areLocalPluginDirsAllowedByPolicy); known_marketplaces.json / marketplace add etc. ignore it."), K.object({ source: K.literal("hostPattern"), hostPattern: K.string().describe('Regex pattern to match the host/domain extracted from any marketplace source type. For github sources, matches against "github.com". For git sources (SSH or HTTPS), extracts the hostname from the URL. Use in strictKnownMarketplaces to allow all marketplaces from a specific host (e.g., "^github\\.mycompany\\.com$").') }), K.object({ source: K.literal("pathPattern"), pathPattern: K.string().describe('Regex pattern matched against the .path field of file and directory sources. Use in strictKnownMarketplaces to allow filesystem-based marketplaces alongside hostPattern restrictions for network sources. Use ".*" to allow all filesystem paths, or a narrower pattern (e.g., "^/opt/approved/") to restrict to specific directories.') }), K.object({ source: K.literal("settings"), name: uE().refine(($) => !hE.has($.toLowerCase()), { message: "Reserved official marketplace names cannot be used with settings sources. validateOfficialNameSource only accepts github/git sources from anthropics/* for these names; a settings source would be rejected after loadAndCacheMarketplace has already written to disk with cleanupNeeded=false." }).describe("Marketplace name. Must match the extraKnownMarketplaces key (enforced); the synthetic manifest is written under this name. Same validation as PluginMarketplaceSchema plus reserved-name rejection \u2014 validateOfficialNameSource runs after the disk write, too late to clean up."), plugins: K.array(H$$()).describe("Plugin entries declared inline in settings.json"), owner: Pz().optional() }).describe("Inline marketplace manifest defined directly in settings.json. The reconciler writes a synthetic marketplace.json to the cache; diffMarketplaces detects edits via isEqual on the stored source (the plugins array is inside this object, so edits surface as sourceChanged).")])); +var Az = b(() => K.string().length(40).regex(/^[a-f0-9]{40}$/, "Must be a full 40-character lowercase git commit SHA")); +var iE = b(() => K.union([Z4().describe("Path to the plugin root, relative to the marketplace root (the directory containing .claude-plugin/, not .claude-plugin/ itself)"), K.object({ source: K.literal("npm"), package: dE().or(K.string().refine(($) => /^(?:file|https?|git(?:\+https?|\+ssh)?|ssh|github|gitlab|bitbucket):/i.test($) || !$.includes(".."), 'Package reference cannot contain ".." path segments')).describe("Package name (or url, or local path, or anything else that can be passed to `npm` as a package)"), version: K.string().optional().describe("Specific version or version range (e.g., ^1.0.0, ~2.1.0)"), registry: K.string().url().optional().describe("Custom NPM registry URL (defaults to using system default, likely npmjs.org)") }).describe("NPM package as plugin source"), K.object({ source: K.literal("url"), url: K.string().describe("Full git repository URL (https:// or git@)"), ref: K.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'), sha: Az().optional().describe("Specific commit SHA to use") }), K.object({ source: K.literal("github"), repo: K.string().describe("GitHub repository in owner/repo format"), ref: K.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'), sha: Az().optional().describe("Specific commit SHA to use") }), K.object({ source: K.literal("git-subdir"), url: K.string().describe("Git repository: GitHub owner/repo shorthand, https://, or git@ URL"), path: K.string().min(1).describe('Subdirectory within the repo containing the plugin (e.g., "tools/claude-plugin"). Cloned sparsely using partial clone (--filter=tree:0) to minimize bandwidth for monorepos.'), ref: K.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'), sha: Az().optional().describe("Specific commit SHA to use") }).describe("Plugin located in a subdirectory of a larger repository (monorepo). Only the specified subdirectory is materialized; the rest of the repo is not downloaded."), K.object({ source: K.literal("unsupported") }).describe('Placeholder for source types this Claude Code version does not recognize. Never authored by hand \u2014 PluginMarketplaceSchema rewrites unparseable sources to this so the entry remains in marketplace.plugins (detectDelistedPlugins must not see it as removed). Install attempts fail at cachePlugin with a clear "update Claude Code" message.')])); +var H$$ = b(() => K.object({ name: K.string().min(1, "Plugin name cannot be empty").refine(($) => !$.includes(" "), { message: 'Plugin name cannot contain spaces. Use kebab-case (e.g., "my-plugin")' }).describe("Plugin name as it appears in the target repository"), source: iE().describe("Where to fetch the plugin from. Must be a remote source \u2014 relative paths have no marketplace repository to resolve against."), description: K.string().optional(), version: K.string().optional(), strict: K.boolean().optional() }).refine(($) => typeof $.source !== "string", { message: 'Plugins in a settings-sourced marketplace must use remote sources (github, git-subdir, npm, url). Relative-path sources like "./foo" have no marketplace repository to resolve against.' }).refine(($) => typeof $.source === "string" || $.source.source !== "unsupported", { message: "source.source: 'unsupported' is a parse-time placeholder and cannot be authored. Use a remote source (github, git-subdir, npm, url)." })); +var K$$ = b(() => K.object({ cli: K.array(K.string().max(64)).max(10).optional().describe('First command tokens (e.g. ["stripe"]) \u2014 exact match against commands run this session.'), hosts: K.array(K.string().max(128)).max(20).optional().describe('Hostnames (e.g. ["api.stripe.com"]) \u2014 exact, case-insensitive match against hostnames seen in https?:// URLs in bash commands run this session. Bare hostname only: lowercase, no scheme, no port, no path.'), filesRead: K.array(K.string().max(256)).max(10).optional().describe('Glob patterns (e.g. ["**/*.tf"]) \u2014 the plugin is relevant when a file Claude has read this session matches any pattern. Matched against read-file paths, forward-slash normalized, case-insensitive.'), manifestDeps: K.array(K.object({ file: K.string().max(256), pattern: K.string().max(256) })).max(10).optional().describe("Dependency declared in a package manifest. Each {file, pattern} is a pair of RegExp sources: `file` matches the manifest filename (package.json, go.mod, requirements.txt, \u2026); `pattern` matches the dependency declaration inside that file. Evaluated against files read this session."), cwd: K.array(K.string().max(256)).max(10).optional().describe(`Glob patterns (e.g. ["Engine/Source/Runtime/Renderer/**"]) \u2014 the plugin is relevant when the session's working directory is at or under a directory matching the pattern. Matched against the cwd both relative to the enclosing git repo root and as an absolute path, forward-slash normalized, case-insensitive. A bare directory (no glob characters) means "cwd is at or under this directory". Known at session start, so this signal can surface a suggestion before the first turn.`) })); +var q$$ = b(() => K.object({ topic: K.string().max(64).optional().describe('What the user is working with when this plugin is relevant \u2014 fills "Working with {topic}?". Often the product name (e.g. "Stripe"); use a domain (e.g. "design") when the plugin name does not read naturally as a topic. Defaults to the plugin name with each hyphen-segment capitalized.'), signals: K$$().optional().describe("Matchers that determine when the plugin is relevant.") })); +var V$$ = b(() => U$$().partial().extend({ name: K.string().min(1, "Plugin name cannot be empty").refine(($) => !$.includes(" "), { message: 'Plugin name cannot contain spaces. Use kebab-case (e.g., "my-plugin")' }).describe("Unique identifier matching the plugin name"), source: iE().describe("Where to fetch the plugin from"), category: K.string().optional().describe('Category for organizing plugins (e.g., "productivity", "development")'), tags: K.array(K.string()).optional().describe("Tags for searchability and discovery"), strict: K.boolean().optional().default(true).describe("Require the plugin manifest to be present in the plugin folder. If false, the marketplace entry provides the manifest."), relevance: K.preprocess(($) => typeof $ === "object" && $ !== null && !Array.isArray($) ? $ : void 0, q$$().optional()).describe(`Declares when this plugin is relevant to the user's work. Consumed by the spinner tip ("Working with {topic}?"), session-start auto-suggest, and marketplace browse ranking.`) })); +var B$$ = b(() => K.object({ name: K.string().min(1).refine(($) => !$.includes(" ")) })); +function z$$($) { + let Q = V$$(); + return $.flatMap((J, Y) => { + var _a5; + let X = Q.safeParse(J); + if (X.success) return [X.data]; + let W = (_a5 = B$$().safeParse(J).data) == null ? void 0 : _a5.name, G = X.error.issues.map((U) => `${U.path.join(".")}: ${U.message}`).join(", "); + if (W) return X$(`Stubbing unparseable marketplace plugin entry (${W}): ${G}`, { level: "warn" }), [{ name: W, source: { source: "unsupported" }, strict: true }]; + return X$(`Dropping unparseable marketplace plugin entry (index ${Y}): ${G}`, { level: "warn" }), []; + }); +} +var tF$ = b(() => K.object({ $schema: K.string().optional().describe("JSON Schema reference for editor autocomplete/validation; ignored at load time"), name: uE(), version: K.string().optional().describe("Marketplace manifest version"), description: K.string().optional().describe("Human-readable description of this marketplace"), owner: Pz().describe("Marketplace maintainer or curator information"), plugins: K.array(K.unknown()).transform(z$$).describe("Collection of available plugins in this marketplace"), forceRemoveDeletedPlugins: K.boolean().optional().describe("When true, plugins removed from this marketplace will be automatically uninstalled and flagged for users"), metadata: K.object({ pluginRoot: K.string().optional().describe("Base path for relative plugin sources"), version: K.string().optional().describe("Marketplace version"), description: K.string().optional().describe("Marketplace description") }).optional().describe("Optional marketplace metadata"), allowCrossMarketplaceDependenciesOn: K.array(K.string()).optional().describe("Marketplace names whose plugins may be auto-installed as dependencies. Only the root marketplace's allowlist applies \u2014 no transitive trust.") })); +var nE = b(() => K.string().regex(/^[A-Za-z0-9][-A-Za-z0-9._]*@[A-Za-z0-9][-A-Za-z0-9._]*$/, "Plugin ID must be in format: plugin@marketplace")); +var N$$ = /^[A-Za-z0-9][-A-Za-z0-9._]*(@[A-Za-z0-9][-A-Za-z0-9._]*)?(@\^[^@]*)?$/; +var w$$ = b(() => K.union([K.string().regex(N$$, "Dependency must be a plugin name, optionally qualified with @marketplace").transform(($) => $.replace(/@\^[^@]*$/, "")), K.object({ name: K.string().min(1).regex(/^[A-Za-z0-9][-A-Za-z0-9._]*$/), marketplace: K.string().min(1).regex(/^[A-Za-z0-9][-A-Za-z0-9._]*$/).optional() }).loose().transform(($) => $.marketplace ? `${$.name}@${$.marketplace}` : $.name)])); +var O$$ = b(() => K.object({ version: K.string().describe("Currently installed version"), installedAt: K.string().describe("ISO 8601 timestamp of installation"), lastUpdated: K.string().optional().describe("ISO 8601 timestamp of last update"), installPath: K.string().describe("Absolute path to the installed plugin directory"), gitCommitSha: K.string().optional().describe("Git commit SHA for git-based plugins (for version tracking)"), resolvedVersion: K.string().optional().describe("Tag-derived semver this install resolved to (when fetched via a version constraint). Used by verifyAndDemote in preference to manifest.version, since the upstream may have forgotten to bump plugin.json."), auto: K.boolean().optional().describe("True when this plugin was pulled in as a dependency rather than installed explicitly. Auto-installed plugins are eligible for removal by the orphan sweep when nothing depends on them. Absent = manual (preserves pre-flag installs).") })); +var D$$ = b(() => K.object({ version: K.literal(1).describe("Schema version 1"), plugins: K.record(nE(), O$$()).describe("Map of plugin IDs to their installation metadata") })); +var F$$ = b(() => K.enum(["managed", "user", "project", "local"])); +var Z$$ = b(() => K.object({ scope: F$$().describe("Installation scope"), projectPath: K.string().optional().describe("Project path (required for project/local scopes)"), installPath: K.string().describe("Absolute path to the versioned plugin directory"), version: K.string().optional().describe("Currently installed version"), installedAt: K.string().optional().describe("ISO 8601 timestamp of installation"), lastUpdated: K.string().optional().describe("ISO 8601 timestamp of last update"), gitCommitSha: K.string().optional().describe("Git commit SHA for git-based plugins"), resolvedVersion: K.string().optional().describe("Tag-derived semver this install resolved to"), auto: K.boolean().optional().describe("True when pulled in as a dependency. Eligible for orphan sweep.") })); +var M$$ = b(() => K.object({ version: K.literal(2).describe("Schema version 2"), plugins: K.record(nE(), K.array(Z$$())).describe("Map of plugin IDs to arrays of installation entries") })); +var aF$ = b(() => K.union([D$$(), M$$()])); +var L$$ = b(() => K.object({ source: aJ().describe("Where to fetch the marketplace from"), installLocation: K.string().describe("Local cache path where marketplace manifest is stored"), lastUpdated: K.string().describe("ISO 8601 timestamp of last marketplace refresh"), autoUpdate: K.boolean().optional().describe("Whether to automatically update this marketplace and its installed plugins on startup") })); +var sF$ = b(() => K.record(K.string(), L$$())); +var oE = "https://json.schemastore.org/claude-code-settings.json"; +var j$$ = ["autoMode", "deepLink", "voice", "assistant", "briefView"]; +var eW = {}; +var $G = { autoMode: { buildGate: () => false, shape: () => eW, permissionsShape: () => eW, permissionModes: () => [] }, deepLink: { buildGate: () => true, shape: () => ({ disableDeepLinkRegistration: K.enum(["disable"]).optional().describe("Prevent claude-cli:// protocol handler registration with the OS") }) }, voice: { buildGate: () => false, shape: () => eW }, assistant: { buildGate: () => false, shape: () => eW }, briefView: { buildGate: () => true, shape: () => ({ defaultView: K.enum(["chat", "transcript"]).optional().describe("Default transcript view: chat (SendUserMessage checkpoints only) or transcript (full)") }) } }; +function Ez() { + return j$$.filter(($) => $G[$].buildGate()); +} +function tE($) { + let Q = {}; + for (let J of $) Q = { ...Q, ...$G[J].shape() }; + return Q; +} +function aE($) { + var _a5, _b3; + let Q = {}; + for (let J of $) Q = { ...Q, ...(_b3 = (_a5 = $G[J]).permissionsShape) == null ? void 0 : _b3.call(_a5) }; + return Q; +} +function sE($) { + var _a5, _b3, _c2; + let Q = []; + for (let J of $) Q.push(...(_c2 = (_b3 = (_a5 = $G[J]).permissionModes) == null ? void 0 : _b3.call(_a5)) != null ? _c2 : []); + return Q; +} +function eE($) { + let Q = $.split("__"), [J, Y, ...X] = Q; + if (J !== "mcp" || !Y) return null; + let W = X.length > 0 ? X.join("__") : void 0; + return { serverName: Y, toolName: W }; +} +var $b = { Task: "Agent", KillShell: "TaskStop", AgentOutputTool: "TaskOutput", BashOutputTool: "TaskOutput", ListPeers: "ListAgents", Brief: "SendUserMessage" }; +function E9($) { + return Object.hasOwn($b, $) ? $b[$] : $; +} +var Qb = "workspace"; +var BZ$ = `mcp__${Qb}__bash`; +var zZ$ = `mcp__${Qb}__web_fetch`; +function A$$($) { + return $.replaceAll("\\(", "(").replaceAll("\\)", ")").replaceAll("\\\\", "\\"); +} +function Jb($) { + let Q = I$$($, "("); + if (Q === -1) return { toolName: E9($) }; + let J = R$$($, ")"); + if (J === -1 || J <= Q) return { toolName: E9($) }; + if (J !== $.length - 1) return { toolName: E9($) }; + let Y = $.substring(0, Q), X = $.substring(Q + 1, J); + if (!Y) return { toolName: E9($) }; + if (X === "" || X === "*") return { toolName: E9(Y) }; + let W = A$$(X); + return { toolName: E9(Y), ruleContent: W }; +} +function I$$($, Q) { + for (let J = 0; J < $.length; J++) if ($[J] === Q) { + let Y = 0, X = J - 1; + while (X >= 0 && $[X] === "\\") Y++, X--; + if (Y % 2 === 0) return J; + } + return -1; +} +function R$$($, Q) { + for (let J = $.length - 1; J >= 0; J--) if ($[J] === Q) { + let Y = 0, X = J - 1; + while (X >= 0 && $[X] === "\\") Y++, X--; + if (Y % 2 === 0) return J; + } + return -1; +} +var QG = { filePatternTools: ["Read", "Write", "Edit", "Glob", "NotebookRead", "NotebookEdit"], bashPrefixTools: ["Bash"], customValidation: { WebSearch: ($) => { + if ($.includes("*") || $.includes("?")) return { valid: false, error: "WebSearch does not support wildcards", suggestion: "Use exact search terms without * or ?", examples: ["WebSearch(claude ai)", "WebSearch(typescript tutorial)"] }; + return { valid: true }; +}, WebFetch: ($) => { + if ($.includes("://") || $.startsWith("http")) return { valid: false, error: "WebFetch permissions use domain format, not URLs", suggestion: 'Use "domain:hostname" format', examples: ["WebFetch(domain:example.com)", "WebFetch(domain:github.com)"] }; + if (!$.startsWith("domain:")) return { valid: false, error: 'WebFetch permissions must use "domain:" prefix', suggestion: 'Use "domain:hostname" format', examples: ["WebFetch(domain:example.com)", "WebFetch(domain:*.google.com)"] }; + return { valid: true }; +} } }; +function Xb($) { + return QG.filePatternTools.includes($); +} +function Yb($) { + return QG.bashPrefixTools.includes($); +} +function Wb($) { + return Object.hasOwn(QG.customValidation, $) ? QG.customValidation[$] : void 0; +} +function Gb($, Q) { + let J = 0, Y = Q - 1; + while (Y >= 0 && $[Y] === "\\") J++, Y--; + return J % 2 !== 0; +} +function bz($, Q) { + let J = 0; + for (let Y = 0; Y < $.length; Y++) if ($[Y] === Q && !Gb($, Y)) J++; + return J; +} +function P$$($) { + for (let Q = 0; Q < $.length - 1; Q++) if ($[Q] === "(" && $[Q + 1] === ")") { + if (!Gb($, Q)) return true; + } + return false; +} +function _z2($) { + var _a5; + if (!$ || $.trim() === "") return { valid: false, error: "Permission rule cannot be empty" }; + let Q = bz($, "("), J = bz($, ")"); + if (Q !== J) return { valid: false, error: "Mismatched parentheses", suggestion: "Ensure all opening parentheses have matching closing parentheses" }; + if (P$$($)) { + let G = $.substring(0, $.indexOf("(")); + if (!G) return { valid: false, error: "Empty parentheses with no tool name", suggestion: "Specify a tool name before the parentheses" }; + return { valid: false, error: "Empty parentheses", suggestion: `Either specify a pattern or use just "${G}" without parentheses`, examples: [`${G}`, `${G}(some-pattern)`] }; + } + let Y = Jb($), X = eE(Y.toolName); + if (X) { + if (Y.ruleContent !== void 0 || bz($, "(") > 0) return { valid: false, error: "MCP rules do not support patterns in parentheses", suggestion: `Use "${Y.toolName}" without parentheses, or use "mcp__${X.serverName}__*" for all tools`, examples: [`mcp__${X.serverName}`, `mcp__${X.serverName}__*`, X.toolName && X.toolName !== "*" ? `mcp__${X.serverName}__${X.toolName}` : void 0].filter(Boolean) }; + return { valid: true }; + } + if (!Y.toolName || Y.toolName.length === 0) return { valid: false, error: "Tool name cannot be empty" }; + if (!Y.toolName.includes("_") && Y.toolName[0] !== ((_a5 = Y.toolName[0]) == null ? void 0 : _a5.toUpperCase())) return { valid: false, error: "Tool names must start with uppercase", suggestion: `Use "${zU(String(Y.toolName))}"` }; + let W = Wb(Y.toolName); + if (W && Y.ruleContent !== void 0) { + let G = W(Y.ruleContent); + if (!G.valid) return G; + } + if (Yb(Y.toolName) && Y.ruleContent !== void 0) { + let G = Y.ruleContent; + if (G.includes(":*") && !G.endsWith(":*")) return { valid: false, error: "The :* pattern must be at the end", suggestion: "Move :* to the end for prefix matching, or use * for wildcard matching", examples: ["Bash(npm run:*) - prefix matching (legacy)", "Bash(npm run *) - wildcard matching"] }; + if (G === ":*") return { valid: false, error: "Prefix cannot be empty before :*", suggestion: "Specify a command prefix before :*", examples: ["Bash(npm *)", "Bash(git *)"] }; + } + if (Xb(Y.toolName) && Y.ruleContent !== void 0) { + let G = Y.ruleContent; + if (G.includes(":*")) return { valid: false, error: 'The ":*" syntax is only for Bash prefix rules', suggestion: 'Use glob patterns like "*" or "**" for file matching', examples: [`${Y.toolName}(*.ts) - matches .ts files`, `${Y.toolName}(src/**) - matches all files in src`, `${Y.toolName}(**/*.test.ts) - matches test files`] }; + if (G.includes("*") && !G.match(/^\*|\*$|\*\*|\/\*|\*\.|\*\)/) && !G.includes("**")) return { valid: false, error: "Wildcard placement might be incorrect", suggestion: "Wildcards are typically used at path boundaries", examples: [`${Y.toolName}(*.js) - all .js files`, `${Y.toolName}(src/*) - all files directly in src`, `${Y.toolName}(src/**) - all files recursively in src`] }; + } + return { valid: true }; +} +var JG = b(() => K.string().superRefine(($, Q) => { + let J = _z2($); + if (!J.valid) { + let Y = J.error; + if (J.suggestion) Y += `. ${J.suggestion}`; + if (J.examples && J.examples.length > 0) Y += `. Examples: ${J.examples.join(", ")}`; + Q.addIssue({ code: K.ZodIssueCode.custom, message: Y, params: { received: $ } }); + } +})); +var E$$ = b(() => K.record(K.string(), K.coerce.string())); +function Hb($) { + return K.object({ allow: K.array(JG()).optional().describe("List of permission rules for allowed operations"), deny: K.array(JG()).optional().describe("List of permission rules for denied operations"), ask: K.array(JG()).optional().describe("List of permission rules that should always prompt for confirmation"), defaultMode: K.enum([...oJ, ...sE($)]).optional().describe("Default permission mode when Claude Code needs access"), disableBypassPermissionsMode: K.enum(["disable"]).optional().describe("Disable the ability to bypass permission prompts"), ...aE($), additionalDirectories: K.array(K.string()).optional().describe("Additional directories to include in the permission scope") }).passthrough(); +} +var xZ$ = b(() => Hb(Ez())); +var b$$ = b(() => K.object({ source: aJ().describe("Where to fetch the marketplace from"), installLocation: K.string().optional().describe("Local cache path where marketplace manifest is stored (auto-generated if not provided)"), autoUpdate: K.boolean().optional().describe("Whether to automatically update this marketplace and its installed plugins on startup") })); +var kz = b(() => K.object({ serverName: K.string().regex(/^[a-zA-Z0-9_-]+$/, "Server name can only contain letters, numbers, hyphens, and underscores").optional().describe("Name of the MCP server that users are allowed to configure"), serverCommand: K.array(K.string()).min(1, "Server command must have at least one element (the command)").optional().describe("Command array [command, ...args] to match exactly for allowed stdio servers"), serverUrl: K.string().optional().describe('URL pattern with wildcard support (e.g., "https://*.example.com/*") for allowed remote MCP servers') }).refine(($) => { + return CH([$.serverName !== void 0, $.serverCommand !== void 0, $.serverUrl !== void 0], Boolean) === 1; +}, { message: 'Entry must have exactly one of "serverName", "serverCommand", or "serverUrl"' })); +var Sz = b(() => K.object({ serverName: K.string().regex(/^[a-zA-Z0-9_-]+$/, "Server name can only contain letters, numbers, hyphens, and underscores").optional().describe("Name of the MCP server that is explicitly blocked"), serverCommand: K.array(K.string()).min(1, "Server command must have at least one element (the command)").optional().describe("Command array [command, ...args] to match exactly for blocked stdio servers"), serverUrl: K.string().optional().describe('URL pattern with wildcard support (e.g., "https://*.example.com/*") for blocked remote MCP servers') }).refine(($) => { + return CH([$.serverName !== void 0, $.serverCommand !== void 0, $.serverUrl !== void 0], Boolean) === 1; +}, { message: 'Entry must have exactly one of "serverName", "serverCommand", or "serverUrl"' })); +var _$$ = b(() => K.object({ path: K.string().describe("Absolute path to the helper executable"), timeoutMs: K.number().int().min(1e3).optional(), refreshIntervalMs: K.union([K.literal(0), K.number().int().min(6e4)]).optional() })); +var Ub = ["skills", "agents", "hooks", "mcp"]; +function Kb($) { + return K.object({ $schema: K.literal(oE).optional().describe("JSON Schema reference for Claude Code settings"), apiKeyHelper: K.string().optional().describe("Path to a script that outputs authentication values"), proxyAuthHelper: K.string().optional().describe("Shell command that outputs a Proxy-Authorization header value (EAP)"), awsCredentialExport: K.string().optional().describe("Path to a script that exports AWS credentials"), awsAuthRefresh: K.string().optional().describe("Path to a script that refreshes AWS authentication"), gcpAuthRefresh: K.string().optional().describe("Command to refresh GCP authentication (e.g., gcloud auth application-default login)"), policyHelper: _$$().optional().describe("Executable that computes managed settings at startup. Honored only from admin-controlled policy sources."), ...R$(process.env.CLAUDE_CODE_ENABLE_XAA) && { xaaIdp: K.object({ issuer: K.string().url().describe("IdP issuer URL for OIDC discovery"), clientId: K.string().describe("Claude Code's client_id registered at the IdP"), callbackPort: K.number().int().positive().optional().describe("Fixed loopback callback port for the IdP OIDC login. Only needed if the IdP does not honor RFC 8252 port-any matching.") }).optional().describe("XAA (SEP-990) IdP connection. Configure once; all XAA-enabled MCP servers reuse this.") }, fileSuggestion: K.object({ type: K.literal("command"), command: K.string() }).optional().describe("Custom file suggestion configuration for @ mentions"), respectGitignore: K.boolean().optional().describe("Whether file picker should respect .gitignore files (default: true). Note: .ignore files are always respected."), breakReminder: K.object({ enabled: K.boolean().optional().describe("Show a friendly nudge after sustained continuous use (default false). Must be true for the reminder to fire."), intervalMinutes: K.number().int().positive().optional().describe("Minutes of continuous use before the reminder fires (default 120). Re-fires every interval until you take a break."), breakThresholdMinutes: K.number().int().positive().optional().describe("Minutes of inactivity that count as a break and reset the timer (default 15)"), message: K.string().optional().describe("Custom reminder text. Leave unset for a rotating set of friendly nudges.") }).optional().describe("@internal Opt-in break reminder. When enabled, shows a dismissible nudge after sustained continuous use. Never blocks \u2014 just a friendly heads-up."), quietHours: K.object({ enabled: K.boolean().optional().describe("Show a one-time nudge when you start or keep using the CLI inside your quiet-hours window (default false)."), start: K.string().regex(/^([01]?\d|2[0-3]):[0-5]\d$/, 'Expected 24-hour local time "HH:MM" (e.g. "22:00")').optional().describe('Start of the quiet-hours window, 24-hour local time "HH:MM".'), end: K.string().regex(/^([01]?\d|2[0-3]):[0-5]\d$/, 'Expected 24-hour local time "HH:MM" (e.g. "07:00")').optional().describe('End of the quiet-hours window, 24-hour local time "HH:MM". May be earlier than start for an overnight range.') }).optional().describe("@internal Opt-in quiet hours. When enabled, shows a single soft nudge per session while inside the configured local-time window. Never blocks."), cleanupPeriodDays: K.number().int().positive().optional().describe("Number of days to retain chat transcripts before automatic cleanup (default: 30). Minimum 1. Use a large value for long retention; use --no-session-persistence to disable transcript writes entirely."), skillListingMaxDescChars: K.number().int().positive().optional().describe("Per-skill description character cap in the skill listing sent to Claude (default: 1536). Descriptions longer than this are truncated. Raise to opt in to higher per-turn context cost."), skillListingBudgetFraction: K.number().gt(0).lte(1).optional().describe("Fraction of the context window (in characters) reserved for the skill listing sent to Claude (default: 0.01 = 1%). When the listing exceeds this, descriptions are shortened to fit. Raise to opt in to higher per-turn context cost."), wslInheritsWindowsSettings: K.boolean().optional().describe("When set to true in either admin-only Windows source \u2014 the HKLM SOFTWARE/Policies/ClaudeCode registry key or C:/Program Files/ClaudeCode/managed-settings.json \u2014 WSL reads managed settings from the full Windows policy chain (HKLM, C:/Program Files/ClaudeCode via DrvFs, HKCU) in addition to /etc/claude-code. Windows sources take priority. The flag is also required in HKCU itself for HKCU policy to apply on WSL (double opt-in: admin enables the chain, user confirms HKCU). On native Windows the flag has no effect."), env: E$$().optional().describe("Environment variables to set for Claude Code sessions"), attribution: K.object({ commit: K.string().optional().describe("Attribution text for git commits, including any trailers. Empty string hides attribution."), pr: K.string().optional().describe("Attribution text for pull request descriptions. Empty string hides attribution.") }).optional().describe("Customize attribution text for commits and PRs. Each field defaults to the standard Claude Code attribution if not set."), includeCoAuthoredBy: K.boolean().optional().describe("Deprecated: Use attribution instead. Whether to include Claude's co-authored by attribution in commits and PRs (defaults to true)"), ...false, includeGitInstructions: K.boolean().optional().describe("Include built-in commit and PR workflow instructions in Claude's system prompt (default: true)"), permissions: Hb($).optional().describe("Tool usage permissions configuration"), model: K.string().optional().describe("Override the default model used by Claude Code"), availableModels: K.array(K.string()).optional().describe('Allowlist of models that users can select. Accepts family aliases ("opus" allows any opus version), version prefixes ("opus-4-5" allows only that version), and full model IDs. If undefined, all models are available. If empty array, only the default model is available. Typically set in managed settings by enterprise administrators.'), modelOverrides: K.record(K.string(), K.string()).optional().describe('Override mapping from Anthropic model ID (e.g. "claude-opus-4-6") to provider-specific model ID (e.g. a Bedrock inference profile ARN). Typically set in managed settings by enterprise administrators.'), enableAllProjectMcpServers: K.boolean().optional().describe("Whether to automatically approve all MCP servers in the project"), enabledMcpjsonServers: K.array(K.string()).optional().describe("List of approved MCP servers from .mcp.json"), disabledMcpjsonServers: K.array(K.string()).optional().describe("List of rejected MCP servers from .mcp.json"), skillOverrides: K.record(K.string(), K.enum(["on", "name-only", "user-invocable-only", "off"])).optional().describe('Per-skill listing overrides keyed by skill name. "name-only" lists the skill without its description; "user-invocable-only" hides it from the model but keeps /name; "off" hides it from both. Absent = on.'), allowedMcpServers: K.array(kz()).optional().describe("Enterprise allowlist of MCP servers that can be used. Applies to all scopes including enterprise servers from managed-mcp.json. If undefined, all servers are allowed. If empty array, no servers are allowed. Denylist takes precedence - if a server is on both lists, it is denied."), deniedMcpServers: K.array(Sz()).optional().describe("Enterprise denylist of MCP servers that are explicitly blocked. If a server is on the denylist, it will be blocked across all scopes including enterprise. Denylist takes precedence over allowlist - if a server is on both lists, it is denied."), hooks: l0().optional().describe("Custom commands to run before/after tool executions"), worktree: K.object({ symlinkDirectories: K.array(K.string()).optional().describe('Directories to symlink from main repository to worktrees to avoid disk bloat. Must be explicitly configured - no directories are symlinked by default. Common examples: "node_modules", ".cache", ".bin"'), sparsePaths: K.array(K.string()).optional().describe("Directories to include when creating worktrees, via git sparse-checkout (cone mode). Dramatically faster in large monorepos \u2014 only the listed paths are written to disk."), baseRef: K.enum(["fresh", "head"]).optional().describe("Which ref new worktrees branch from. 'fresh' (default) branches from origin/ for a clean tree. 'head' branches from your current local HEAD so unpushed commits and feature-branch state are present. Applies to --worktree, EnterWorktree, and agent isolation."), bgIsolation: K.enum(["worktree", "none"]).optional().catch(void 0).describe("Isolation mode for background sessions in this repo. 'worktree' (default) blocks Edit/Write in the main checkout until EnterWorktree is called. 'none' lets background jobs edit the working copy directly.") }).optional().describe("Git worktree configuration for --worktree flag."), disableAllHooks: K.boolean().optional().describe("Disable all hooks and statusLine execution"), disableAgentView: K.boolean().optional().describe("Disable agent view (`claude agents`, `--bg`, /background, the on-demand daemon). Typically set in managed settings. Equivalent to CLAUDE_CODE_DISABLE_AGENT_VIEW=1."), disableRemoteControl: K.boolean().optional().describe("Disable Remote Control (claude.ai/code, `claude remote-control`, `--remote-control`/`--rc`, auto-start, and the in-session toggle). Typically set in managed settings."), disableWorkflows: K.boolean().optional().describe("Disable the Workflows feature (also via CLAUDE_CODE_DISABLE_WORKFLOWS)."), enableWorkflows: K.boolean().optional().describe("Enable or disable the Workflows feature for this user. Unset = default by plan once the feature is available."), workflowKeywordTriggerEnabled: K.boolean().optional().describe('Enable the "workflow"/"workflows" keyword trigger that opts a prompt into the Workflow tool. Set to false to type the word without triggering a workflow. Default: true.'), disableSkillShellExecution: K.boolean().optional().describe("Disable inline shell execution in skills and custom slash commands from user, project, or plugin sources. Commands are replaced with a placeholder instead of being run."), defaultShell: K.enum(["bash", "powershell"]).optional().describe("Default shell for input-box ! commands. Defaults to 'bash' on all platforms (no Windows auto-flip)."), allowManagedHooksOnly: K.boolean().optional().describe("When true (and set in managed settings), only hooks from managed settings run. User, project, and local hooks are ignored."), allowedHttpHookUrls: K.array(K.string()).optional().describe('Allowlist of URL patterns that HTTP hooks may target. Supports * as a wildcard (e.g. "https://hooks.example.com/*"). When set, HTTP hooks with non-matching URLs are blocked. If undefined, all URLs are allowed. If empty array, no HTTP hooks are allowed. Arrays merge across settings sources (same semantics as allowedMcpServers).'), httpHookAllowedEnvVars: K.array(K.string()).optional().describe("Allowlist of environment variable names HTTP hooks may interpolate into headers. When set, each hook's effective allowedEnvVars is the intersection with this list. If undefined, no restriction is applied. Arrays merge across settings sources (same semantics as allowedMcpServers)."), allowManagedPermissionRulesOnly: K.boolean().optional().describe("When true (and set in managed settings), only permission rules (allow/deny/ask) from managed settings are respected. User, project, local, and CLI argument permission rules are ignored."), allowManagedMcpServersOnly: K.boolean().optional().describe("When true (and set in managed settings), allowedMcpServers is only read from managed settings. deniedMcpServers still merges from all sources, so users can deny servers for themselves. Users can still add their own MCP servers, but only the admin-defined allowlist applies."), allowAllClaudeAiMcps: K.boolean().optional().describe("When true (and set in managed settings), claude.ai cloud MCP connectors load alongside managed-mcp.json instead of being suppressed by its exclusive-control lockdown. Default off preserves the lockdown. Read from managed settings only."), strictPluginOnlyCustomization: K.preprocess((Q) => Array.isArray(Q) ? Q.filter((J) => Ub.includes(J)) : Q, K.union([K.boolean(), K.array(K.enum(Ub))])).optional().catch(void 0).describe('When set in managed settings, blocks non-plugin customization sources for the listed surfaces. Array form locks specific surfaces (e.g. ["skills", "hooks"]); `true` locks all four; `false` is an explicit no-op. Blocked: ~/.claude/{surface}/, .claude/{surface}/ (project), settings.json hooks, .mcp.json. NOT blocked: managed (policySettings) sources, plugin-provided customizations. Composes with strictKnownMarketplaces for end-to-end admin control \u2014 plugins gated by marketplace allowlist, everything else blocked here.'), statusLine: K.object({ type: K.literal("command"), command: K.string(), padding: K.number().optional(), refreshInterval: K.number().min(1).optional().catch(void 0).describe("Re-run the status line command every N seconds in addition to event-driven updates"), hideVimModeIndicator: K.boolean().optional().describe("Hide the built-in `-- INSERT --` / `-- VISUAL --` indicator below the prompt. Use this when your status line script renders `vim.mode` itself.") }).optional().describe("Custom status line display configuration"), prUrlTemplate: K.string().optional().describe('URL template for PR links in the footer badge and inline messages. Placeholders: {host} {owner} {repo} {number} {url}. Example: "https://reviews.example.com/{owner}/{repo}/pull/{number}"'), subagentStatusLine: K.object({ type: K.literal("command"), command: K.string() }).optional().describe("Custom per-subagent status line shown in the agent panel; receives row context as JSON on stdin"), enabledPlugins: K.record(K.string(), K.union([K.array(K.string()), K.boolean(), K.undefined()])).optional().describe('Enabled plugins using plugin-id@marketplace-id format. Example: { "formatter@anthropic-tools": true }. Also supports extended format with version constraints. Settings precedence is user < project < local < flag < policy, so to disable a plugin that project settings enable, set it to false in .claude/settings.local.json \u2014 setting false in ~/.claude/settings.json is overridden by the project.'), extraKnownMarketplaces: K.record(K.string(), b$$()).check((Q) => { + for (let [J, Y] of Object.entries(Q.value)) if (Y.source.source === "settings" && Y.source.name !== J) Q.issues.push({ code: "custom", input: Y.source.name, path: [J, "source", "name"], message: `Settings-sourced marketplace name must match its extraKnownMarketplaces key (got key "${J}" but source.name "${Y.source.name}")` }); + }).optional().describe("Additional marketplaces to make available for this repository. Typically used in repository .claude/settings.json to ensure team members have required plugin sources."), strictKnownMarketplaces: K.array(aJ()).optional().describe("Enterprise strict list of allowed marketplace sources. When set in managed settings, ONLY these exact sources can be added as marketplaces. The check happens BEFORE downloading, so blocked sources never touch the filesystem. Note: this is a policy gate only \u2014 it does NOT register marketplaces. To pre-register allowed marketplaces for users, also set extraKnownMarketplaces."), blockedMarketplaces: K.array(aJ()).optional().describe("Enterprise blocklist of marketplace sources. When set in managed settings, these exact sources are blocked from being added as marketplaces. The check happens BEFORE downloading, so blocked sources never touch the filesystem."), pluginSuggestionMarketplaces: K.array(K.string()).optional().describe("Marketplace names whose plugins may surface as contextual install suggestions (relevance-based tips), in addition to the official marketplace. Only honored when set in managed settings (policy scope); the key is ignored in user, project, and local settings. A name only takes effect when the marketplace is registered on the machine AND its registered source is also declared in managed settings, either as the extraKnownMarketplaces entry for that name or as an entry of strictKnownMarketplaces. A marketplace registered from a different source under an allowlisted name is ignored."), forceLoginMethod: K.enum(["claudeai", "console"]).optional().describe('Force a specific login method: "claudeai" for Claude Pro/Max, "console" for Console billing'), parentSettingsBehavior: K.enum(["first-wins", "merge"]).optional().describe(`Controls whether the SDK parent tier (Options.managedSettings / --managed-settings) layers under this admin tier. "first-wins" (default): parent is dropped \u2014 admin tiers are the only policy source. "merge": parent's restrictive-only-filtered settings union under the admin winner. Has no effect when no admin tier exists (parent applies as the sole policy tier, still filtered restrictive-only).`), forceLoginOrgUUID: K.union([K.string(), K.array(K.string())]).optional().describe("Organization UUID to require for OAuth login. Accepts a single UUID string or an array of UUIDs (any one is permitted). When set in managed settings, login fails if the authenticated account does not belong to a listed organization."), forceRemoteSettingsRefresh: K.boolean().optional().describe("When set in managed settings, the CLI blocks startup until remote managed settings are freshly fetched, and exits if the fetch fails"), otelHeadersHelper: K.string().optional().describe("Path to a script that outputs OpenTelemetry headers"), outputStyle: K.string().optional().describe("Controls the output style for assistant responses"), viewMode: K.enum(["default", "verbose", "focus"]).optional().catch(void 0).describe("Default transcript view mode on startup"), language: K.string().optional().describe('Preferred language for Claude responses and voice dictation (e.g., "japanese", "spanish")'), skipWebFetchPreflight: K.boolean().optional().describe("Skip the WebFetch blocklist check for enterprise environments with restrictive security policies"), sandbox: PE().optional(), feedbackSurveyRate: K.number().min(0).max(1).optional().describe("Probability (0\u20131) that the session quality survey appears when eligible. 0.05 is a reasonable starting point."), spinnerTipsEnabled: K.boolean().optional().describe("Whether to show tips in the spinner"), spinnerVerbs: K.object({ mode: K.enum(["append", "replace"]), verbs: K.array(K.string()) }).optional().describe('Customize spinner verbs. mode: "append" adds verbs to defaults, "replace" uses only your verbs.'), spinnerTipsOverride: K.object({ excludeDefault: K.boolean().optional(), tips: K.array(K.string()) }).optional().describe("Override spinner tips. tips: array of tip strings. excludeDefault: if true, only show custom tips (default: false)."), syntaxHighlightingDisabled: K.boolean().optional().describe("Whether to disable syntax highlighting in diffs"), terminalTitleFromRename: K.boolean().optional().describe("Whether /rename updates the terminal tab title (defaults to true). Set to false to keep auto-generated topic titles."), alwaysThinkingEnabled: K.boolean().optional().describe("When false, thinking is disabled. When absent or true, thinking is enabled automatically for supported models."), effortLevel: K.enum(["low", "medium", "high", "xhigh"]).optional().catch(void 0).describe("Persisted effort level for supported models."), ultracode: K.boolean().optional().catch(void 0).describe("Enable ultracode for the session: xhigh effort plus standing dynamic-workflow orchestration. Session-scoped \u2014 typically provided via --settings or the apply_flag_settings control request; interactive toggles never persist it. Requires workflows to be enabled and an xhigh-capable model."), autoCompactWindow: K.number().int().min(1e5).max(1e6).optional().catch(void 0).describe("Auto-compact window size"), advisorModel: K.string().optional().describe("Advisor model for the server-side advisor tool."), fastMode: K.boolean().optional().describe("When true, fast mode is enabled. When absent or false, fast mode is off."), fastModePerSessionOptIn: K.boolean().optional().describe("When true, fast mode does not persist across sessions. Each session starts with fast mode off."), promptSuggestionEnabled: K.boolean().optional().describe("When false, prompt suggestions are disabled. When absent or true, prompt suggestions are enabled."), awaySummaryEnabled: K.boolean().optional().describe("@internal When false, the session recap (shown when you return after being away for 5+ minutes) is disabled. When absent or true, recap is enabled. Hidden from public SDK types until external launch."), showClearContextOnPlanAccept: K.boolean().optional().describe('When true, the plan-approval dialog offers a "clear context" option. Defaults to false.'), agent: K.string().optional().describe("Name of an agent (built-in or custom) to use for the main thread. Applies the agent's system prompt, tool restrictions, and model."), companyAnnouncements: K.array(K.string()).optional().describe("Company announcements to display at startup (one will be randomly selected if multiple are provided)"), pluginConfigs: K.record(K.string(), K.object({ mcpServers: K.record(K.string(), K.record(K.string(), K.union([K.string(), K.number(), K.boolean(), K.array(K.string())]))).optional().describe("User configuration values for MCP servers keyed by server name"), options: K.record(K.string(), K.union([K.string(), K.number(), K.boolean(), K.array(K.string())])).optional().describe("Non-sensitive option values from plugin manifest userConfig, keyed by option name. Sensitive values go to secure storage instead.") })).optional().describe("Per-plugin configuration including MCP server user configs, keyed by plugin ID (plugin@marketplace format)"), remote: K.object({ defaultEnvironmentId: K.string().optional().describe("Default environment ID to use for remote sessions") }).optional().describe("Remote session configuration"), autoUpdatesChannel: K.enum(["latest", "stable", "rc"]).optional().describe("Release channel for auto-updates (latest or stable)"), minimumVersion: K.string().optional().describe("Minimum version to stay on - prevents downgrades when switching to stable channel"), plansDirectory: K.string().optional().describe("Custom directory for plan files, relative to project root. If not set, defaults to ~/.claude/plans/"), tui: K.enum(["default", "fullscreen"]).optional().describe('Terminal UI renderer. "fullscreen" uses the flicker-free alt-screen renderer with virtualized scrollback (equivalent to CLAUDE_CODE_NO_FLICKER=1). "default" uses the classic main-screen renderer.'), ...false, voice: K.object({ enabled: K.boolean().optional(), mode: K.enum(["hold", "tap"]).optional().describe("'hold' (default): hold to talk. 'tap': tap to start, tap to stop+submit."), autoSubmit: K.boolean().optional().describe("Submit the prompt when hold-to-talk is released (hold mode only)") }).optional().describe("Voice mode settings (hold-to-talk / tap-to-toggle dictation)"), channelsEnabled: K.boolean().optional().describe("Managed-org opt-in for channel notifications (MCP servers with the claude/channel capability pushing inbound messages). claude.ai Teams/Enterprise: default off. Console: default on unless managed settings exist. Set true to allow; users then select servers via --channels."), allowedChannelPlugins: K.array(K.object({ marketplace: K.string(), plugin: K.string() })).optional().describe("Managed-org allowlist of channel plugins. When set, replaces the default Anthropic allowlist \u2014 admins decide which plugins may push inbound messages. Undefined falls back to the default. Requires channelsEnabled: true."), prefersReducedMotion: K.boolean().optional().describe("Reduce or disable animations for accessibility (spinner shimmer, flash effects, etc.)"), doneMeansMerged: K.boolean().optional().describe("@internal When true, Claude keeps working until the PR is ready for you to merge, a cron/Monitor is armed to resume later, or it hands you a self-contained next step."), autoMemoryEnabled: K.boolean().optional().describe("Enable auto-memory for this project. When false, Claude will not read from or write to the auto-memory directory."), autoMemoryDirectory: K.string().optional().describe("Custom directory path for auto-memory storage. Supports ~/ prefix for home directory expansion. Ignored if set in projectSettings (checked-in .claude/settings.json) for security. When unset, defaults to ~/.claude/projects//memory/."), autoDreamEnabled: K.boolean().optional().describe("Enable background memory consolidation (auto-dream). When set, overrides the server-side default."), showThinkingSummaries: K.boolean().optional().describe("Request API-side thinking summaries and show them in the conversation and in the transcript view (ctrl+o). Set explicitly to override the default for your install."), skipDangerousModePermissionPrompt: K.boolean().optional().describe("Whether the user has accepted the bypass permissions mode dialog"), skipWorkflowUsageWarning: K.boolean().optional().describe("@internal Whether the user has accepted the multi-agent workflow usage warning. Until set, auto permission mode prompts before running a workflow."), disableAutoMode: K.enum(["disable"]).optional().describe("Disable auto mode"), sshConfigs: K.array(K.object({ id: K.string().describe("Unique identifier for this SSH config. Used to match configs across settings sources."), name: K.string().describe("Display name for the SSH connection"), sshHost: K.string().describe('SSH host in format "user@hostname" or "hostname", or a host alias from ~/.ssh/config'), sshPort: K.number().int().optional().describe("SSH port (default: 22)"), sshIdentityFile: K.string().optional().describe("Path to SSH identity file (private key)"), startDirectory: K.string().optional().describe("Default working directory on the remote host. Supports tilde expansion (e.g. ~/projects). If not specified, defaults to the remote user home directory. Can be overridden by the [dir] positional argument in `claude ssh [dir]`.") })).optional().describe("SSH connection configurations for remote environments. Typically set in managed settings by enterprise administrators to pre-configure SSH connections for team members."), claudeMd: K.string().optional().describe("CLAUDE.md-style instructions injected as organization-managed memory. Only honored from managed/policy settings."), claudeMdExcludes: K.array(K.string()).optional().describe('Glob patterns or absolute paths of CLAUDE.md files to exclude from loading. Patterns are matched against absolute file paths using picomatch. Only applies to User, Project, and Local memory types (Managed/policy files cannot be excluded). Examples: "/home/user/monorepo/CLAUDE.md", "**/code/CLAUDE.md", "**/some-dir/.claude/rules/**"'), pluginTrustMessage: K.string().optional().describe('Custom message to append to the plugin trust warning shown before installation. Only read from policy settings (managed-settings.json / MDM). Useful for enterprise administrators to add organization-specific context (e.g., "All plugins from our internal marketplace are vetted and approved.").'), theme: K.union([K.enum(kE), K.string().startsWith("custom:").transform((Q) => Q)]).optional().catch(void 0).describe("Color theme for the UI"), editorMode: K.enum(bE).optional().catch(void 0).describe("Key binding mode for the prompt input"), verbose: K.boolean().optional().describe("Show full tool output instead of truncated summaries"), preferredNotifChannel: K.enum(EE).optional().catch(void 0).describe("Preferred OS notification channel"), autoCompactEnabled: K.boolean().optional().describe("Automatically compact conversation when context fills"), autoScrollEnabled: K.boolean().optional().describe("Auto-scroll the conversation view to bottom (fullscreen mode only)"), fileCheckpointingEnabled: K.boolean().optional().describe("Snapshot files before edits so /rewind can restore them"), showTurnDuration: K.boolean().optional().describe('Show "Cooked for Nm Ns" after each assistant turn'), showMessageTimestamps: K.boolean().optional().describe("Stamp each assistant message with its arrival time"), terminalProgressBarEnabled: K.boolean().optional().describe("Emit OSC 9;4 progress sequences during long operations"), todoFeatureEnabled: K.boolean().optional().describe("Enable the todo / task tracking panel"), teammateMode: K.enum(_E2).optional().catch(void 0).describe("How spawned teammates execute (tmux, in-process, auto)"), remoteControlAtStartup: K.boolean().optional().describe("Start Remote Control bridge automatically each session"), isolatePeerMachines: K.boolean().optional().describe("Require explicit approval before SendMessage can reach a peer session on another machine via Remote Control"), daemonColdStart: K.enum(["transient", "ask"]).optional().describe("When no background service is running: 'transient' spawns one for this login session; 'ask' offers to install it persistently"), autoUploadSessions: K.boolean().optional().describe("Mirror local sessions to claude.ai as view-only (no remote control)"), inputNeededNotifEnabled: K.boolean().optional().describe("Push to mobile when a permission prompt or question is waiting"), agentPushNotifEnabled: K.boolean().optional().describe("Allow Claude to push proactive mobile notifications"), ...tE($) }).passthrough(); +} +var _4 = b(() => Kb(Ez())); +var X1 = "https://code.claude.com/docs/en"; +var k$$ = [{ matches: ($) => $.path === "permissions.defaultMode" && $.code === "invalid_value", tip: { suggestion: 'Valid modes: "acceptEdits" (ask before file changes), "plan" (analysis only), "bypassPermissions" (auto-accept all), or "default" (standard behavior)', docLink: `${X1}/iam#permission-modes` } }, { matches: ($) => $.path === "apiKeyHelper" && $.code === "invalid_type", tip: { suggestion: 'Provide a shell command that outputs your API key to stdout. The script should output only the API key. Example: "/bin/generate_temp_api_key.sh"' } }, { matches: ($) => $.path === "cleanupPeriodDays" && $.code === "too_small", tip: { suggestion: 'cleanupPeriodDays must be at least 1. To keep transcripts for a long time, set a large number (e.g. 3650 for ~10 years). To disable transcript writes entirely, remove this setting and use the --no-session-persistence CLI flag or the SDK persistSession:false option instead. (0 is rejected because it previously silently disabled all transcript writes, which users setting it to mean "never clean up" did not expect.)' } }, { matches: ($) => $.path.startsWith("env.") && $.code === "invalid_type", tip: { suggestion: 'Environment variables must be strings. Wrap numbers and booleans in quotes. Example: "DEBUG": "true", "PORT": "3000"', docLink: `${X1}/settings#environment-variables` } }, { matches: ($) => ($.path === "permissions.allow" || $.path === "permissions.deny") && $.code === "invalid_type" && $.expected === "array", tip: { suggestion: 'Permission rules must be in an array. Format: ["Tool(specifier)"]. Examples: ["Bash(npm run build)", "Edit(docs/**)", "Read(~/.zshrc)"]. Use * for wildcards.' } }, { matches: ($) => $.path.startsWith("hooks.") && $.code === "invalid_key", tip: { suggestion: "Not a recognized hook event. Common events: PreToolUse, PostToolUse, UserPromptSubmit, SessionStart, SessionEnd, Stop. Check spelling and capitalization.", docLink: `${X1}/hooks` } }, { matches: ($) => /\.hooks\.\d+\.command$/.test($.path) && $.code === "invalid_type" && $.received === "undefined", tip: { suggestion: 'Command hooks require `command`. For exec form (no shell), set `command` to the executable and `args` to its arguments: {"type": "command", "command": "echo", "args": ["hi"]}. For shell form, set `command` to the full shell string: {"type": "command", "command": "echo hi"}.', docLink: `${X1}/hooks#exec-form-and-shell-form` } }, { matches: ($) => $.path.includes("hooks") && $.code === "invalid_type", tip: { suggestion: 'Hooks use a matcher + hooks array. The matcher is a string: a tool name ("Bash"), pipe-separated list ("Edit|Write"), or empty to match all. Example: {"PostToolUse": [{"matcher": "Edit|Write", "hooks": [{"type": "command", "command": "echo Done"}]}]}' } }, { matches: ($) => $.code === "invalid_type" && $.expected === "boolean", tip: { suggestion: 'Use true or false without quotes. Example: "includeCoAuthoredBy": true' } }, { matches: ($) => $.code === "unrecognized_keys", tip: { suggestion: "Check for typos or refer to the documentation for valid fields", docLink: `${X1}/settings` } }, { matches: ($) => $.code === "invalid_value" && $.enumValues !== void 0, tip: { suggestion: void 0 } }, { matches: ($) => $.code === "invalid_type" && $.expected === "object" && $.received === null && $.path === "", tip: { suggestion: "Check for missing commas, unmatched brackets, or trailing commas. Use a JSON validator to identify the exact syntax error." } }, { matches: ($) => $.path === "permissions.additionalDirectories" && $.code === "invalid_type", tip: { suggestion: 'Must be an array of directory paths. Example: ["~/projects", "/tmp/workspace"]. You can also use --add-dir flag or /add-dir command', docLink: `${X1}/iam#working-directories` } }]; +var S$$ = { permissions: `${X1}/iam#configuring-permissions`, env: `${X1}/settings#environment-variables`, hooks: `${X1}/hooks` }; +var sZ$ = b(() => _4().strict()); +var T$$ = new Set(r0); +var r1 = Object.freeze({ settings: {}, errors: [] }); +function i$$($, Q, J) { + if (J !== void 0 && !H1($[Q], J) || J === void 0 && !(Q in $)) Z8($, Q, J); +} +var Q5 = i$$; +function n$$($) { + return function(Q, J, Y) { + var X = -1, W = Object(Q), G = Y(Q), U = G.length; + while (U--) { + var H = G[$ ? U : ++X]; + if (J(W[H], H, W) === false) break; + } + return Q; + }; +} +var vb = n$$; +var r$$ = vb(); +var Cb = r$$; +function o$$($) { + return r6($) && L8($); +} +var Tb = o$$; +var t$$ = "[object Object]"; +var a$$ = Function.prototype; +var s$$ = Object.prototype; +var xb = a$$.toString; +var e$$ = s$$.hasOwnProperty; +var $6$ = xb.call(Object); +function Q6$($) { + if (!r6($) || L4($) != t$$) return false; + var Q = WX($); + if (Q === null) return true; + var J = e$$.call(Q, "constructor") && Q.constructor; + return typeof J == "function" && J instanceof J && xb.call(J) == $6$; +} +var yb = Q6$; +function J6$($, Q) { + if (Q === "constructor" && typeof $[Q] === "function") return; + if (Q == "__proto__") return; + return $[Q]; +} +var J5 = J6$; +function X6$($) { + return rw($, JX($)); +} +var fb = X6$; +function Y6$($, Q, J, Y, X, W, G) { + var U = J5($, J), H = J5(Q, J), q = G.get(H); + if (q) { + Q5($, J, q); + return; + } + var V = W ? W(U, H, J + "", $, Q, G) : void 0, B = V === void 0; + if (B) { + var z4 = B6(H), N = !z4 && xQ(H), w = !z4 && !N && $X(H); + if (V = H, z4 || N || w) if (B6(U)) V = U; + else if (Tb(U)) V = zO(U); + else if (N) B = false, V = UU(H, true); + else if (w) B = false, V = OO(H, true); + else V = []; + else if (yb(H) || h4(H)) { + if (V = U, h4(U)) V = fb(U); + else if (!$6(U) || o0(U)) V = ZO(H); + } else B = false; + } + if (B) G.set(H, V), X(V, H, Y, W, G), G.delete(H); + Q5($, J, V); +} +var gb = Y6$; +function hb($, Q, J, Y, X) { + if ($ === Q) return; + Cb(Q, function(W, G) { + if (X || (X = new nw()), $6(W)) gb($, Q, G, J, hb, Y, X); + else { + var U = Y ? Y(J5($, G), W, G + "", $, Q, X) : void 0; + if (U === void 0) U = W; + Q5($, G, U); + } + }, JX); +} +var ub = hb; +function W6$($, Q, J) { + switch (J.length) { + case 0: + return $.call(Q); + case 1: + return $.call(Q, J[0]); + case 2: + return $.call(Q, J[0], J[1]); + case 3: + return $.call(Q, J[0], J[1], J[2]); + } + return $.apply(Q, J); +} +var mb = W6$; +var lb = Math.max; +function G6$($, Q, J) { + return Q = lb(Q === void 0 ? $.length - 1 : Q, 0), function() { + var Y = arguments, X = -1, W = lb(Y.length - Q, 0), G = Array(W); + while (++X < W) G[X] = Y[Q + X]; + X = -1; + var U = Array(Q + 1); + while (++X < Q) U[X] = Y[X]; + return U[Q] = J(G), mb($, this, U); + }; +} +var WG = G6$; +function U6$($) { + return function() { + return $; + }; +} +var cb = U6$; +var H6$ = !F8 ? GX : function($, Q) { + return F8($, "toString", { configurable: true, enumerable: false, value: cb(Q), writable: true }); +}; +var pb = H6$; +var K6$ = 800; +var q6$ = 16; +var V6$ = Date.now; +function B6$($) { + var Q = 0, J = 0; + return function() { + var Y = V6$(), X = q6$ - (Y - J); + if (J = Y, X > 0) { + if (++Q >= K6$) return arguments[0]; + } else Q = 0; + return $.apply(void 0, arguments); + }; +} +var db = B6$; +var z6$ = db(pb); +var GG = z6$; +function N6$($, Q) { + return GG(WG($, Q, GX), $ + ""); +} +var ib = N6$; +function w6$($, Q, J) { + if (!$6(J)) return false; + var Y = typeof Q; + if (Y == "number" ? L8(J) && F1(Q, J.length) : Y == "string" && Q in J) return H1(J[Q], $); + return false; +} +var nb = w6$; +function O6$($) { + return ib(function(Q, J) { + var Y = -1, X = J.length, W = X > 1 ? J[X - 1] : void 0, G = X > 2 ? J[2] : void 0; + if (W = $.length > 3 && typeof W == "function" ? (X--, W) : void 0, G && nb(J[0], J[1], G)) W = X < 3 ? void 0 : W, X = 1; + Q = Object(Q); + while (++Y < X) { + var U = J[Y]; + if (U) $(Q, U, Y, W); + } + return Q; + }); +} +var rb = O6$; +var D6$ = rb(function($, Q, J, Y) { + ub($, Q, J, Y); +}); +function F6$($, Q, J, Y) { + if (!$6($)) return $; + Q = Z1(Q, $); + var X = -1, W = Q.length, G = W - 1, U = $; + while (U != null && ++X < W) { + var H = A8(Q[X]), q = J; + if (H === "__proto__" || H === "constructor" || H === "prototype") return $; + if (X != G) { + var V = U[H]; + if (q = Y ? Y(V, H, U) : void 0, q === void 0) q = $6(V) ? V : F1(Q[X + 1]) ? [] : {}; + } + r5(U, H, q), U = U[H]; + } + return $; +} +var ob = F6$; +function Z6$($, Q, J) { + var Y = -1, X = Q.length, W = {}; + while (++Y < X) { + var G = Q[Y], U = _O($, G); + if (J(U, G)) ob(W, Z1(G, $), U); + } + return W; +} +var tb = Z6$; +function M6$($, Q) { + return tb($, Q, function(J, Y) { + return vO($, Y); + }); +} +var ab = M6$; +var sb = c6 ? c6.isConcatSpreadable : void 0; +function L6$($) { + return B6($) || h4($) || !!(sb && $ && $[sb]); +} +var eb = L6$; +function $_($, Q, J, Y, X) { + var W = -1, G = $.length; + J || (J = eb), X || (X = []); + while (++W < G) { + var U = $[W]; + if (Q > 0 && J(U)) if (Q > 1) $_(U, Q - 1, J, Y, X); + else NO(X, U); + else if (!Y) X[X.length] = U; + } + return X; +} +var Q_ = $_; +function j6$($) { + var Q = $ == null ? 0 : $.length; + return Q ? Q_($, 1) : []; +} +var J_ = j6$; +function A6$($) { + return GG(WG($, void 0, J_), $ + ""); +} +var X_ = A6$; +var I6$ = X_(function($, Q) { + return $ == null ? {} : ab($, Q); +}); +process.env.NoDefaultCurrentDirectoryInExePath = "1"; +async function G4$($, Q) { + try { + await (0, import_promises.copyFile)($, Q); + } catch (J) { + if (!D1(J)) throw J; + } +} +async function U4$($, Q) { + var _a5; + if (!$) return; + let J = $; + try { + let Y = d$($); + if ((_a5 = Y == null ? void 0 : Y.claudeAiOauth) == null ? void 0 : _a5.refreshToken) delete Y.claudeAiOauth.refreshToken, J = B$(Y); + } catch (e2) { + } + await (0, import_promises.writeFile)(Q, J, { mode: 384 }); +} +function H4$() { + if (process.platform !== "darwin") return Promise.resolve(void 0); + let $ = tZ(oZ); + return new Promise((Q) => { + (0, import_child_process.execFile)("security", ["find-generic-password", "-a", aZ(), "-w", "-s", $], { encoding: "utf-8", timeout: 5e3 }, (J, Y) => Q(J ? void 0 : Y.trim() || void 0)); + }); +} +async function b_($, Q, J, Y, X = 6e4) { + var _a5, _b3; + if (!L$(Q)) return; + let W = J4(J), G = await v4($.load({ projectKey: W, sessionId: Q }), X, `SessionStore.load() timed out after ${X}ms for session ${Q}`); + if (!G || G.length === 0) return; + let U = (0, import_path.join)((0, import_os.tmpdir)(), `claude-resume-${(0, import_crypto.randomUUID)()}`); + try { + let H = (0, import_path.join)(U, "projects", W); + await (0, import_promises.mkdir)(H, { recursive: true }); + let q = (0, import_path.join)(H, `${Q}.jsonl`); + await rQ(q, G); + let V = (_a5 = Y == null ? void 0 : Y.CLAUDE_CONFIG_DIR) != null ? _a5 : process.env.CLAUDE_CONFIG_DIR, B = V != null ? V : (0, import_path.join)((0, import_os.homedir)(), ".claude"), z4; + try { + z4 = await (0, import_promises.readFile)((0, import_path.join)(B, ".credentials.json"), "utf-8"); + } catch (N) { + if (!D1(N)) throw N; + } + if (!V && !(Y != null ? Y : process.env).ANTHROPIC_API_KEY && !(Y != null ? Y : process.env).CLAUDE_CODE_OAUTH_TOKEN) z4 = (_b3 = await H4$()) != null ? _b3 : z4; + if (await U4$(z4, (0, import_path.join)(U, ".credentials.json")), await G4$((0, import_path.join)(V != null ? V : (0, import_os.homedir)(), ".claude.json"), (0, import_path.join)(U, ".claude.json")), $.listSubkeys) { + let N = (0, import_path.join)(H, Q), w = await v4($.listSubkeys({ projectKey: W, sessionId: Q }), X, `SessionStore.listSubkeys() timed out after ${X}ms for session ${Q}`); + for (let O of w) { + let D = (0, import_path.resolve)(N, O + ".jsonl"); + if (!O || (0, import_path.isAbsolute)(O) || O.split(/[\\/]/).includes("..") || !D.startsWith(N + import_path.sep)) { + X$(`[SessionStore] skipping unsafe subpath from listSubkeys: ${O}`, { level: "warn" }); + continue; + } + let M = await v4($.load({ projectKey: W, sessionId: Q, subpath: O }), X, `SessionStore.load() timed out after ${X}ms for session ${Q} subpath ${O}`); + if (!M || M.length === 0) continue; + let j = [], A = []; + for (let S of M) if (lz(S)) j.push(S); + else A.push(S); + if (A.length > 0) await (0, import_promises.mkdir)((0, import_path.dirname)(D), { recursive: true }), await rQ(D, A); + if (j.length > 0) { + let S = j.at(-1), u = (0, import_path.resolve)(N, O + ".meta.json"); + await (0, import_promises.mkdir)((0, import_path.dirname)(u), { recursive: true }); + let { type: G$, ...h$ } = S; + await (0, import_promises.writeFile)(u, B$(h$), { mode: 384 }); + } + } + } + return U; + } catch (H) { + throw await KG(U), H; + } +} +function uz($, Q, J, Y) { + var _a5, _b3, _c2, _d, _e2; + let { systemPrompt: X, settings: W, managedSettings: G, settingSources: U, sandbox: H, ...q } = $ != null ? $ : {}, V, B, z4; + if (X === void 0) V = ""; + else if (typeof X === "string") V = X; + else if (Array.isArray(X)) V = X; + else if (X.type === "preset") B = X.append, z4 = X.excludeDynamicSections; + process.env.CLAUDE_AGENT_SDK_VERSION = "0.3.159"; + let { abortController: N = g9(), additionalDirectories: w = [], agent: O, agents: D, allowedTools: M = [], betas: j, canUseTool: A, continue: S, cwd: u, debug: G$, debugFile: h$, disallowedTools: e$ = [], tools: m6, env: F6, executable: a1 = V5() ? "bun" : "node", executableArgs: i0 = [], extraArgs: k4 = {}, fallbackModel: S9, enableFileCheckpointing: W1, toolConfig: i, forkSession: G5, hooks: U5, includeHookEvents: v9, includePartialMessages: C9, forwardSubagentText: T9, onElicitation: H5, persistSession: u$, sessionStore: s$, sessionStoreFlush: S4, thinking: x9, effort: C_, maxThinkingTokens: VG, maxTurns: T_, maxBudgetUsd: x_, taskBudget: y_, mcpServers: dz, model: f_, outputFormat: iz, permissionMode: g_ = "default", allowDangerouslySkipPermissions: h_ = false, permissionPromptToolName: u_, plugins: m_, getOAuthToken: nz, getHostAuthToken: rz, workload: oz, resume: tz, resumeSessionAt: l_, sessionId: c_, skills: az, stderr: p_, strictMcpConfig: d_ } = q; + if (s$ && u$ === false) throw Error("sessionStore cannot be used with persistSession: false -- the storage adapter requires local writes to mirror from. Use CLAUDE_CONFIG_DIR=/tmp for ephemeral local writes with external mirroring."); + if (s$ && S && !tz && !s$.listSessions) throw Error("Options.continue with sessionStore requires store.listSessions to be implemented"); + if (s$ && W1) throw Error("enableFileCheckpointing is not yet supported with sessionStore (backup blobs are not mirrored, so rewindFiles() fails after a store-backed resume)."); + if (s$ && q.spawnClaudeCodeProcess) X$("sessionStore with custom spawnClaudeCodeProcess: ensure the subprocess CLAUDE_CONFIG_DIR matches the parent (same path, same separators) or transcript_mirror frames will be dropped.", { level: "warn" }); + let BG = q.pathToClaudeCodeExecutable; + if (!BG) { + let S6 = __filename, X4 = (0, import_module.createRequire)(S6), s1 = F2((n0) => X4.resolve(n0)); + if (!s1) throw Error(`Native CLI binary for ${process.platform}-${process.arch} not found. Reinstall @anthropic-ai/claude-agent-sdk without --omit=optional, or set options.pathToClaudeCodeExecutable.`); + BG = s1; + } + let sz = (iz == null ? void 0 : iz.type) === "json_schema" ? iz.schema : void 0, V6 = F6 ? { ...F6 } : { ...process.env }; + if (!V6.CLAUDE_CODE_ENTRYPOINT) V6.CLAUDE_CODE_ENTRYPOINT = "sdk-ts"; + if (!V6.CLAUDE_AGENT_SDK_VERSION) V6.CLAUDE_AGENT_SDK_VERSION = "0.3.159"; + if (W1) V6.CLAUDE_CODE_ENABLE_SDK_FILE_CHECKPOINTING = "true"; + if (nz) V6.CLAUDE_CODE_SDK_HAS_OAUTH_REFRESH = "1"; + if (rz) V6.CLAUDE_CODE_SDK_HAS_HOST_AUTH_REFRESH = "1"; + if ((_a5 = i == null ? void 0 : i.askUserQuestion) == null ? void 0 : _a5.previewFormat) V6.CLAUDE_CODE_QUESTION_PREVIEW_FORMAT = i.askUserQuestion.previewFormat; + let zG = {}; + if (qG.propagation.inject(qG.context.active(), zG), "traceparent" in zG) { + for (let S6 of ["TRACEPARENT", "TRACESTATE"]) if (!(S6 in (F6 != null ? F6 : {}))) delete V6[S6]; + } + for (let [S6, X4] of Object.entries(zG)) { + let s1 = S6.toUpperCase(); + if (!(s1 in (F6 != null ? F6 : {}))) V6[s1] = X4; + } + let ez = {}, $N = /* @__PURE__ */ new Map(); + if (dz) for (let [S6, X4] of Object.entries(dz)) if (X4.type === "sdk" && X4.instance) $N.set(S6, X4.instance); + else ez[S6] = X4; + let y9; + if (x9) switch (x9.type) { + case "adaptive": + y9 = { type: "adaptive", display: x9.display }; + break; + case "enabled": + y9 = { type: "enabled", budgetTokens: x9.budgetTokens, display: x9.display }; + break; + case "disabled": + y9 = { type: "disabled" }; + break; + } + else if (VG !== void 0) y9 = VG === 0 ? { type: "disabled" } : { type: "enabled", budgetTokens: VG }; + if (J) { + if (V6.CLAUDE_CONFIG_DIR = J, process.platform === "win32") V6.CLAUDE_SECURESTORAGE_CONFIG_DIR = (_e2 = (_d = (_c2 = (_b3 = F6 == null ? void 0 : F6.CLAUDE_SECURESTORAGE_CONFIG_DIR) != null ? _b3 : process.env.CLAUDE_SECURESTORAGE_CONFIG_DIR) != null ? _c2 : F6 == null ? void 0 : F6.CLAUDE_CONFIG_DIR) != null ? _d : process.env.CLAUDE_CONFIG_DIR) != null ? _e2 : ""; + } + let QN = new jU({ abortController: N, additionalDirectories: w, agent: O, betas: j, cwd: u, debug: G$, debugFile: h$, executable: a1, executableArgs: i0, extraArgs: oz ? { ...k4, workload: oz } : k4, pathToClaudeCodeExecutable: BG, env: V6, forkSession: G5, stderr: p_, thinkingConfig: y9, effort: C_, maxTurns: T_, maxBudgetUsd: x_, taskBudget: y_, model: f_, fallbackModel: S9, jsonSchema: sz, permissionMode: g_, allowDangerouslySkipPermissions: h_, permissionPromptToolName: u_, continueConversation: s$ ? void 0 : S, resume: tz, resumeSessionAt: l_, sessionId: c_, settings: typeof W === "object" ? B$(W) : W, managedSettings: G ? B$(G) : void 0, settingSources: U, skills: az, allowedTools: M, disallowedTools: e$, tools: m6, mcpServers: ez, strictMcpConfig: d_, canUseTool: !!A, hooks: !!U5, includeHookEvents: v9, includePartialMessages: C9, persistSession: u$, sessionMirror: !!s$, plugins: m_, sandbox: H, spawnClaudeCodeProcess: q.spawnClaudeCodeProcess, deferSpawn: Y }), i_ = { systemPrompt: V, appendSystemPrompt: B, planModeInstructions: q.planModeInstructions, appendSubagentSystemPrompt: q.appendSubagentSystemPrompt, toolAliases: q.toolAliases, excludeDynamicSections: z4, agents: D, title: q.title, skills: az, webSearchIsolationExemptMcpServers: q.webSearchIsolationExemptMcpServers, promptSuggestions: q.promptSuggestions, agentProgressSummaries: q.agentProgressSummaries, forwardSubagentText: T9 }, NG = new PU(QN, Q, A, U5, N, $N, sz, i_, H5, nz, rz); + if (s$) { + let S6 = () => { + var _a6; + return (0, import_path.join)((_a6 = V6.CLAUDE_CONFIG_DIR) != null ? _a6 : (0, import_path.join)((0, import_os.homedir)(), ".claude"), "projects"); + }, X4 = S4 === "eager", s1 = new EU(async (n0, wG) => { + let f9 = A_(n0, S6()); + if (f9) await s$.append(f9, wG); + else X$(`[SessionStore] dropping mirror frame: filePath ${n0} is not under ${S6()} -- subprocess CLAUDE_CONFIG_DIR likely differs from parent (custom spawnClaudeCodeProcess / container?)`, { level: "warn" }); + }, void 0, (n0, wG) => { + let f9 = A_(n0, S6()); + if (f9) NG.reportMirrorError(f9, wG.message); + }, X4 ? 0 : zX, X4 ? 0 : NX); + NG.setTranscriptMirrorBatcher(s1); + } + return { queryInstance: NG, transport: QN, abortController: N, processEnv: V6 }; +} +function mz($, Q, J, Y) { + if (typeof J === "string") Q.write(B$({ type: "user", session_id: "", message: { role: "user", content: [{ type: "text", text: J }] }, parent_tool_use_id: null }) + ` +`); + else $.streamInput(J).catch((X) => Y.abort(X)); +} +var K4$ = /* @__PURE__ */ new Set(["EBUSY", "EMFILE", "ENFILE", "ENOTEMPTY", "EPERM"]); +async function KG($) { + var _a5; + for (let Q = 0; ; Q++) try { + return await (0, import_promises.rm)($, { recursive: true, force: true }); + } catch (J) { + if (Q >= 4 || !K4$.has((_a5 = o$(J)) != null ? _a5 : "")) return; + await K5((Q + 1) * 100); + } +} +function q4$($, Q) { + $.waitForExit().catch(() => { + }).finally(() => KG(Q)); +} +function jA$({ prompt: $, options: Q }) { + var _a5, _b3; + if (((Q == null ? void 0 : Q.resume) || (Q == null ? void 0 : Q.continue)) && (Q == null ? void 0 : Q.sessionStore)) { + let { queryInstance: W, transport: G, abortController: U, processEnv: H } = uz({ ...Q }, typeof $ === "string", void 0, true), q = (0, import_path.resolve)((_a5 = Q.cwd) != null ? _a5 : "."), V = Q.sessionStore, B = (_b3 = Q.loadTimeoutMs) != null ? _b3 : 6e4, z4 = Q.resume; + return (async () => { + var _a6; + if (!z4) z4 = (_a6 = (await v4(V.listSessions(J4(q)), B, `SessionStore.listSessions() timed out after ${B}ms`)).slice().sort((O, D) => D.mtime - O.mtime)[0]) == null ? void 0 : _a6.sessionId; + if (!z4) return; + return b_(V, z4, q, Q.env, Q.loadTimeoutMs); + })().then((w) => { + var _a6, _b4, _c2, _d, _e2, _f2; + if (w) { + G.updateResume(z4); + let O = { CLAUDE_CONFIG_DIR: w }; + if (process.platform === "win32") { + let D = (_f2 = (_e2 = (_d = (_b4 = (_a6 = Q.env) == null ? void 0 : _a6.CLAUDE_SECURESTORAGE_CONFIG_DIR) != null ? _b4 : process.env.CLAUDE_SECURESTORAGE_CONFIG_DIR) != null ? _d : (_c2 = Q.env) == null ? void 0 : _c2.CLAUDE_CONFIG_DIR) != null ? _e2 : process.env.CLAUDE_CONFIG_DIR) != null ? _f2 : ""; + O.CLAUDE_SECURESTORAGE_CONFIG_DIR = D, H.CLAUDE_SECURESTORAGE_CONFIG_DIR = D; + } + G.updateEnv(O), H.CLAUDE_CONFIG_DIR = w, W.addCleanupCallback(() => q4$(G, w)); + } + if (!W.isClosed()) G.spawn(); + }).catch((w) => { + let O = j4(w); + G.spawnAbort(O), W.setError(O); + }), mz(W, G, $, U), W; + } + let { queryInstance: J, transport: Y, abortController: X } = uz(Q, typeof $ === "string"); + return mz(J, Y, $, X), J; +} +function __($) { + let Q = (0, import_path.resolve)($ != null ? $ : "."), J; + try { + J = (0, import_fs.realpathSync)(Q); + } catch (e2) { + J = Q; + } + return J.normalize("NFC"); +} +function J4($) { + return F0(__($)); +} +function lz($) { + return typeof $ === "object" && $ !== null && "type" in $ && $.type === "agent_metadata"; +} +function A_($, Q) { + let J = (0, import_path.relative)(Q, $), Y = J.split(import_path.sep); + if (Y[0] === ".." || (0, import_path.isAbsolute)(J)) return null; + if (Y.length < 2) return null; + let X = Y[0], W = Y[1]; + if (Y.length === 2 && W.endsWith(".jsonl")) return { projectKey: X, sessionId: W.replace(/\.jsonl$/, "") }; + if (Y.length >= 4) { + let G = Y.slice(2), U = G.length - 1; + return G[U] = G.at(-1).replace(/\.jsonl$/, ""), { projectKey: X, sessionId: W, subpath: G.join("/") }; + } + return null; +} + +// src/providers/claude/commands/probeRuntimeCommands.ts +init_env(); +init_path(); + +// src/providers/claude/runtime/customSpawn.ts +var import_child_process6 = require("child_process"); +init_env(); + +// src/utils/windowsCmdShim.ts +var WINDOWS_CMD_ARGUMENT_CHARS = /[\s"&<>|{}^=;!'+,`~()%@]/u; +function resolveWindowsCmdShimSpawnSpec(spec) { + const command = spec.command.trim(); + if (!command || process.platform !== "win32" || !command.toLowerCase().endsWith(".cmd")) { + return { + args: spec.args, + command: spec.command + }; + } + const shellCommand = [command, ...spec.args].map((value) => quoteWindowsShellArgument(value)).join(" "); + return { + args: ["/d", "/s", "/c", `"${shellCommand}"`], + command: process.env.ComSpec || process.env.comspec || "cmd.exe", + killProcessTree: true, + windowsVerbatimArguments: true + }; +} +function terminateSpawnedProcess(proc, signal, spawnProcess, spawnSpec) { + if (process.platform !== "win32" || !(spawnSpec == null ? void 0 : spawnSpec.killProcessTree) || typeof proc.pid !== "number") { + return proc.kill(signal); + } + try { + const taskkill = spawnProcess("taskkill.exe", ["/pid", String(proc.pid), "/t", "/f"], { + stdio: "ignore", + windowsHide: true + }); + if (isErrorEmitterLike(taskkill)) { + taskkill.on("error", () => { + }); + } + return true; + } catch (e2) { + return proc.kill(signal); + } +} +function isErrorEmitterLike(value) { + return value !== null && typeof value === "object" && typeof value.on === "function"; +} +function requiresWindowsShellQuoting(value) { + return WINDOWS_CMD_ARGUMENT_CHARS.test(value) || value.includes("[") || value.includes("]"); +} +function quoteWindowsShellArgument(value) { + if (!value.length) { + return '""'; + } + if (!requiresWindowsShellQuoting(value)) { + return value; + } + return `"${value.replace(/"/g, '""')}"`; +} + +// src/providers/claude/runtime/customSpawn.ts +function createCustomSpawnFunction(enhancedPath) { + return (options) => { + let { command } = options; + let { args } = options; + const { cwd, env, signal } = options; + const shouldPipeStderr = !!(env == null ? void 0 : env.DEBUG_CLAUDE_AGENT_SDK); + if (command === "node" || cliPathRequiresNode(command)) { + const nodeFullPath = findNodeExecutable(enhancedPath); + if (command === "node") { + if (nodeFullPath) { + command = nodeFullPath; + } + } else { + args = [command, ...args]; + command = nodeFullPath != null ? nodeFullPath : "node"; + } + } + const resolvedSpawnSpec = resolveWindowsCmdShimSpawnSpec({ args, command }); + const child = (0, import_child_process6.spawn)(resolvedSpawnSpec.command, resolvedSpawnSpec.args, { + cwd, + env, + stdio: ["pipe", "pipe", shouldPipeStderr ? "pipe" : "ignore"], + windowsHide: true, + ...resolvedSpawnSpec.windowsVerbatimArguments ? { windowsVerbatimArguments: true } : {} + }); + installTreeAwareKill(child, resolvedSpawnSpec); + if (signal) { + const killChild = () => { + child.kill("SIGTERM"); + }; + if (signal.aborted) { + killChild(); + } else { + signal.addEventListener("abort", killChild, { once: true }); + } + } + if (shouldPipeStderr && child.stderr && typeof child.stderr.on === "function") { + child.stderr.on("data", () => { + }); + } + if (!child.stdin || !child.stdout) { + throw new Error("Failed to create process streams"); + } + return child; + }; +} +function installTreeAwareKill(child, spawnSpec) { + if (!spawnSpec.killProcessTree) { + return; + } + const originalKill = child.kill.bind(child); + const killableChild = { + get pid() { + return child.pid; + }, + kill: originalKill + }; + child.kill = ((signal) => terminateSpawnedProcess(killableChild, signal, import_child_process6.spawn, spawnSpec)); +} + +// src/core/providers/providerConfig.ts +function isRecord2(value) { + return !!value && typeof value === "object" && !Array.isArray(value); +} +function getProviderConfig(settings11, providerId) { + const candidate = settings11.providerConfigs; + if (!isRecord2(candidate)) { + return {}; + } + const config2 = candidate[providerId]; + return isRecord2(config2) ? { ...config2 } : {}; +} +function setProviderConfig(settings11, providerId, config2) { + const current = settings11.providerConfigs; + const nextConfigs = isRecord2(current) ? { ...current } : {}; + nextConfigs[providerId] = { ...config2 }; + settings11.providerConfigs = nextConfigs; +} + +// src/core/providers/providerEnvironment.ts +init_env(); +var SHARED_ENVIRONMENT_KEYS = /* @__PURE__ */ new Set([ + "PATH", + "HTTP_PROXY", + "HTTPS_PROXY", + "NO_PROXY", + "ALL_PROXY", + "SSL_CERT_FILE", + "SSL_CERT_DIR", + "REQUESTS_CA_BUNDLE", + "CURL_CA_BUNDLE", + "NODE_EXTRA_CA_CERTS", + "TMPDIR", + "TMP", + "TEMP" +]); +function resolveScopeProviderId(scope) { + return scope.startsWith("provider:") ? scope.slice("provider:".length) : null; +} +function classifyEnvironmentKey(key) { + const normalized = key.trim().toUpperCase(); + if (!normalized) { + return { type: "shared-unknown" }; + } + if (SHARED_ENVIRONMENT_KEYS.has(normalized)) { + return { type: "shared-known" }; + } + for (const providerId of ProviderRegistry.getRegisteredProviderIds()) { + const patterns = ProviderRegistry.getEnvironmentKeyPatterns(providerId); + if (patterns.some((pattern) => pattern.test(normalized))) { + return { type: "provider", providerId }; + } + } + return { type: "shared-unknown" }; +} +function extractEnvironmentKey(line) { + const trimmed = line.trim(); + if (!trimmed || trimmed.startsWith("#")) { + return null; + } + const normalized = trimmed.startsWith("export ") ? trimmed.slice(7) : trimmed; + const eqIndex = normalized.indexOf("="); + if (eqIndex <= 0) { + return null; + } + const key = normalized.slice(0, eqIndex).trim(); + return key || null; +} +function appendLines(target, pendingDecorators, line) { + target.push(...pendingDecorators, line); +} +function createClassifiedEnvironmentLines() { + return { + shared: [], + providers: {}, + reviewKeys: /* @__PURE__ */ new Set() + }; +} +function joinEnvironmentLines(lines) { + return lines.join("\n"); +} +function hasMeaningfulEnvironmentContent(envText) { + return envText.split(/\r?\n/).some((line) => { + const trimmed = line.trim(); + return trimmed.length > 0 && !trimmed.startsWith("#"); + }); +} +function getLegacyEnvironmentClassification(settings11) { + const legacyEnvironmentVariables = settings11.environmentVariables; + if (typeof legacyEnvironmentVariables !== "string" || legacyEnvironmentVariables.length === 0) { + return { + shared: "", + providers: {}, + reviewKeys: [] + }; + } + return classifyEnvironmentVariablesByOwnership(legacyEnvironmentVariables); +} +function classifyEnvironmentVariablesByOwnership(input) { + var _a5; + const result = createClassifiedEnvironmentLines(); + let pendingDecorators = []; + for (const line of input.split(/\r?\n/)) { + const trimmed = line.trim(); + if (!trimmed || trimmed.startsWith("#")) { + pendingDecorators.push(line); + continue; + } + const key = extractEnvironmentKey(line); + if (!key) { + appendLines(result.shared, pendingDecorators, line); + pendingDecorators = []; + continue; + } + const ownership = classifyEnvironmentKey(key); + if (ownership.type === "provider") { + const target = (_a5 = result.providers[ownership.providerId]) != null ? _a5 : []; + appendLines(target, pendingDecorators, line); + result.providers[ownership.providerId] = target; + } else { + appendLines(result.shared, pendingDecorators, line); + if (ownership.type === "shared-unknown") { + result.reviewKeys.add(key); + } + } + pendingDecorators = []; + } + if (pendingDecorators.length > 0) { + result.shared.push(...pendingDecorators); + } + return { + shared: joinEnvironmentLines(result.shared), + providers: Object.fromEntries( + Object.entries(result.providers).map(([providerId, lines]) => [ + providerId, + joinEnvironmentLines(lines != null ? lines : []) + ]) + ), + reviewKeys: Array.from(result.reviewKeys) + }; +} +function getSharedEnvironmentVariables(settings11) { + const sharedEnvironmentVariables = settings11.sharedEnvironmentVariables; + if (typeof sharedEnvironmentVariables === "string") { + return sharedEnvironmentVariables; + } + return getLegacyEnvironmentClassification(settings11).shared; +} +function setSharedEnvironmentVariables(settings11, envText) { + settings11.sharedEnvironmentVariables = envText; + delete settings11.environmentVariables; +} +function getProviderEnvironmentVariables(settings11, providerId) { + var _a5; + const providerConfig = getProviderConfig(settings11, providerId); + if (typeof providerConfig.environmentVariables === "string") { + return providerConfig.environmentVariables; + } + return (_a5 = getLegacyEnvironmentClassification(settings11).providers[providerId]) != null ? _a5 : ""; +} +function setProviderEnvironmentVariables(settings11, providerId, envText) { + setProviderConfig(settings11, providerId, { + ...getProviderConfig(settings11, providerId), + environmentVariables: envText + }); + delete settings11.environmentVariables; +} +function joinEnvironmentTexts(...parts) { + const filtered = parts.filter((part) => typeof part === "string" && part.length > 0); + if (filtered.length === 0) { + return ""; + } + return filtered.reduce((combined, part) => { + if (!combined) { + return part; + } + return combined.endsWith("\n") ? `${combined}${part}` : `${combined} +${part}`; + }, ""); +} +function getRuntimeEnvironmentText(settings11, providerId) { + return joinEnvironmentTexts( + getSharedEnvironmentVariables(settings11), + getProviderEnvironmentVariables(settings11, providerId) + ); +} +function getRuntimeEnvironmentVariables(settings11, providerId) { + return parseEnvironmentVariables(getRuntimeEnvironmentText(settings11, providerId)); +} +function getEnvironmentVariablesForScope(settings11, scope) { + var _a5; + if (scope === "shared") { + return getSharedEnvironmentVariables(settings11); + } + return getProviderEnvironmentVariables(settings11, (_a5 = resolveScopeProviderId(scope)) != null ? _a5 : ""); +} +function setEnvironmentVariablesForScope(settings11, scope, envText) { + if (scope === "shared") { + setSharedEnvironmentVariables(settings11, envText); + return; + } + const providerId = resolveScopeProviderId(scope); + if (!providerId) { + return; + } + setProviderEnvironmentVariables(settings11, providerId, envText); +} +function getEnvironmentReviewKeysForScope(envText, scope) { + const reviewKeys = /* @__PURE__ */ new Set(); + const expectedProviderId = resolveScopeProviderId(scope); + for (const line of envText.split(/\r?\n/)) { + const key = extractEnvironmentKey(line); + if (!key || reviewKeys.has(key)) { + continue; + } + const ownership = classifyEnvironmentKey(key); + if (scope === "shared") { + if (ownership.type !== "shared-known") { + reviewKeys.add(key); + } + continue; + } + if (ownership.type !== "provider" || ownership.providerId !== expectedProviderId) { + reviewKeys.add(key); + } + } + return Array.from(reviewKeys); +} +function inferEnvironmentSnippetScope(envText) { + const classified = classifyEnvironmentVariablesByOwnership(envText); + const nonEmptyScopes = []; + if (hasMeaningfulEnvironmentContent(classified.shared)) { + nonEmptyScopes.push("shared"); + } + for (const [providerId, providerEnv] of Object.entries(classified.providers)) { + if (providerEnv && hasMeaningfulEnvironmentContent(providerEnv)) { + nonEmptyScopes.push(`provider:${providerId}`); + } + } + return nonEmptyScopes.length === 1 ? nonEmptyScopes[0] : void 0; +} +function resolveEnvironmentSnippetScope(envText, fallbackScope) { + const inferredScope = inferEnvironmentSnippetScope(envText); + if (inferredScope) { + return inferredScope; + } + return hasMeaningfulEnvironmentContent(envText) ? void 0 : fallbackScope; +} +function getEnvironmentScopeUpdates(envText, fallbackScope) { + const classified = classifyEnvironmentVariablesByOwnership(envText); + const updates = []; + if (classified.shared.trim()) { + updates.push({ scope: "shared", envText: classified.shared }); + } + for (const [providerId, providerEnv] of Object.entries(classified.providers)) { + if (!providerEnv || !providerEnv.trim()) { + continue; + } + updates.push({ + scope: `provider:${providerId}`, + envText: providerEnv + }); + } + if (updates.length > 0) { + return updates; + } + if (fallbackScope) { + return [{ scope: fallbackScope, envText }]; + } + return []; +} + +// src/providers/claude/settings.ts +init_env(); +var CLAUDE_SAFE_MODES = ["acceptEdits", "auto", "default"]; +var DEFAULT_CLAUDE_PROVIDER_SETTINGS = Object.freeze({ + safeMode: "acceptEdits", + cliPath: "", + cliPathsByHost: {}, + loadUserSettings: true, + enableChrome: false, + enableBangBash: false, + enableOpus1M: false, + enableSonnet1M: false, + customModels: "", + lastModel: "haiku", + environmentVariables: "", + environmentHash: "" +}); +function normalizeHostnameCliPaths(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const result = {}; + for (const [key, entry] of Object.entries(value)) { + if (typeof entry === "string" && entry.trim()) { + result[key] = entry.trim(); + } + } + return result; +} +function normalizeClaudeSafeMode(value) { + return CLAUDE_SAFE_MODES.includes(value) ? value : void 0; +} +function getClaudeProviderSettings(settings11) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n, _o, _p, _q3, _r, _s, _t, _u2, _v2; + const config2 = getProviderConfig(settings11, "claude"); + const normalizedCliPathsByHost = normalizeHostnameCliPaths( + (_a5 = config2.cliPathsByHost) != null ? _a5 : settings11.claudeCliPathsByHost + ); + const cliPathsByHost = Object.keys(normalizedCliPathsByHost).length > 0 ? migrateLegacyHostnameKeyedMap( + normalizedCliPathsByHost, + getHostnameKey(), + getLegacyHostnameKey() + ) : normalizedCliPathsByHost; + return { + safeMode: (_c2 = (_b3 = normalizeClaudeSafeMode(config2.safeMode)) != null ? _b3 : normalizeClaudeSafeMode(settings11.claudeSafeMode)) != null ? _c2 : DEFAULT_CLAUDE_PROVIDER_SETTINGS.safeMode, + cliPath: (_e2 = (_d = config2.cliPath) != null ? _d : settings11.claudeCliPath) != null ? _e2 : DEFAULT_CLAUDE_PROVIDER_SETTINGS.cliPath, + cliPathsByHost, + loadUserSettings: (_g = (_f2 = config2.loadUserSettings) != null ? _f2 : settings11.loadUserClaudeSettings) != null ? _g : DEFAULT_CLAUDE_PROVIDER_SETTINGS.loadUserSettings, + enableChrome: (_i = (_h2 = config2.enableChrome) != null ? _h2 : settings11.enableChrome) != null ? _i : DEFAULT_CLAUDE_PROVIDER_SETTINGS.enableChrome, + enableBangBash: (_k3 = (_j = config2.enableBangBash) != null ? _j : settings11.enableBangBash) != null ? _k3 : DEFAULT_CLAUDE_PROVIDER_SETTINGS.enableBangBash, + enableOpus1M: (_m = (_l2 = config2.enableOpus1M) != null ? _l2 : settings11.enableOpus1M) != null ? _m : DEFAULT_CLAUDE_PROVIDER_SETTINGS.enableOpus1M, + enableSonnet1M: (_o = (_n = config2.enableSonnet1M) != null ? _n : settings11.enableSonnet1M) != null ? _o : DEFAULT_CLAUDE_PROVIDER_SETTINGS.enableSonnet1M, + customModels: (_p = config2.customModels) != null ? _p : DEFAULT_CLAUDE_PROVIDER_SETTINGS.customModels, + lastModel: (_r = (_q3 = config2.lastModel) != null ? _q3 : settings11.lastClaudeModel) != null ? _r : DEFAULT_CLAUDE_PROVIDER_SETTINGS.lastModel, + environmentVariables: (_t = (_s = config2.environmentVariables) != null ? _s : getProviderEnvironmentVariables(settings11, "claude")) != null ? _t : DEFAULT_CLAUDE_PROVIDER_SETTINGS.environmentVariables, + environmentHash: (_v2 = (_u2 = config2.environmentHash) != null ? _u2 : settings11.lastEnvHash) != null ? _v2 : DEFAULT_CLAUDE_PROVIDER_SETTINGS.environmentHash + }; +} +function resolveClaudeSettingSources(loadUserSettings) { + return loadUserSettings ? ["user", "project", "local"] : ["project", "local"]; +} +function updateClaudeProviderSettings(settings11, updates) { + var _a5; + const current = getClaudeProviderSettings(settings11); + const next = { + ...current, + ...updates, + safeMode: "safeMode" in updates ? (_a5 = normalizeClaudeSafeMode(updates.safeMode)) != null ? _a5 : current.safeMode : current.safeMode + }; + setProviderConfig(settings11, "claude", next); + return next; +} + +// src/providers/claude/commands/probeRuntimeCommands.ts +function mapSdkCommands(sdkCommands) { + return sdkCommands.map((cmd) => ({ + id: `sdk:${cmd.name}`, + name: cmd.name, + description: cmd.description, + argumentHint: cmd.argumentHint, + content: "", + source: "sdk" + })); +} +async function probeRuntimeCommands(plugin) { + const vaultPath = getVaultPath(plugin.app); + if (!vaultPath) return []; + const cliPath = plugin.getResolvedProviderCliPath("claude"); + if (!cliPath) return []; + const customEnv = parseEnvironmentVariables( + plugin.getActiveEnvironmentVariables("claude") + ); + const enhancedPath = getEnhancedPath(customEnv.PATH, cliPath); + const claudeSettings = getClaudeProviderSettings( + plugin.settings + ); + const abortController = new AbortController(); + let commands = []; + const extraArgs = { + ...claudeSettings.safeMode === "auto" ? { "enable-auto-mode": null } : {}, + ...claudeSettings.enableChrome ? { chrome: null } : {} + }; + try { + const conversation = jA$({ + prompt: "", + options: { + cwd: vaultPath, + abortController, + pathToClaudeCodeExecutable: cliPath, + env: { ...process.env, ...customEnv, PATH: enhancedPath }, + permissionMode: "bypassPermissions", + allowDangerouslySkipPermissions: true, + settingSources: resolveClaudeSettingSources(claudeSettings.loadUserSettings), + ...Object.keys(extraArgs).length > 0 ? { extraArgs } : {}, + spawnClaudeCodeProcess: createCustomSpawnFunction(enhancedPath), + persistSession: false + } + }); + for await (const event of conversation) { + if (event.type === "system" && event.subtype === "init") { + try { + const sdkCommands = await conversation.supportedCommands(); + commands = mapSdkCommands(sdkCommands); + } catch (e2) { + } + abortController.abort(); + break; + } + } + } catch (e2) { + } + return commands; +} + +// src/providers/claude/plugins/PluginManager.ts +var fs5 = __toESM(require("fs")); +var import_obsidian2 = require("obsidian"); +var os5 = __toESM(require("os")); +var path5 = __toESM(require("path")); +var INSTALLED_PLUGINS_PATH = path5.join(os5.homedir(), ".claude", "plugins", "installed_plugins.json"); +var GLOBAL_SETTINGS_PATH = path5.join(os5.homedir(), ".claude", "settings.json"); +function readJsonFile(filePath) { + try { + if (!fs5.existsSync(filePath)) { + return null; + } + const content = fs5.readFileSync(filePath, "utf-8"); + return JSON.parse(content); + } catch (e2) { + return null; + } +} +function normalizePathForComparison2(p) { + try { + const resolved = fs5.realpathSync(p); + if (typeof resolved === "string" && resolved.length > 0) { + return resolved; + } + } catch (e2) { + } + return path5.resolve(p); +} +function selectInstalledPluginEntry(entries, normalizedVaultPath) { + var _a5; + for (const entry of entries) { + if (entry.scope !== "project") continue; + if (!entry.projectPath) continue; + if (normalizePathForComparison2(entry.projectPath) === normalizedVaultPath) { + return entry; + } + } + return (_a5 = entries.find((e2) => e2.scope === "user")) != null ? _a5 : null; +} +function extractPluginName(pluginId) { + const atIndex = pluginId.indexOf("@"); + if (atIndex > 0) { + return pluginId.substring(0, atIndex); + } + return pluginId; +} +var PluginManager = class { + constructor(vaultPath, ccSettingsStorage) { + this.plugins = []; + this.vaultPath = vaultPath; + this.ccSettingsStorage = ccSettingsStorage; + } + async loadPlugins() { + var _a5, _b3, _c2, _d; + const installedPlugins = readJsonFile(INSTALLED_PLUGINS_PATH); + const globalSettings = readJsonFile(GLOBAL_SETTINGS_PATH); + const projectSettings = await this.loadProjectSettings(); + const globalEnabled = (_a5 = globalSettings == null ? void 0 : globalSettings.enabledPlugins) != null ? _a5 : {}; + const projectEnabled = (_b3 = projectSettings == null ? void 0 : projectSettings.enabledPlugins) != null ? _b3 : {}; + const plugins = []; + const normalizedVaultPath = normalizePathForComparison2(this.vaultPath); + if (installedPlugins == null ? void 0 : installedPlugins.plugins) { + for (const [pluginId, entries] of Object.entries(installedPlugins.plugins)) { + if (!entries || entries.length === 0) continue; + const entriesArray = Array.isArray(entries) ? entries : [entries]; + if (!Array.isArray(entries)) { + new import_obsidian2.Notice(`Claudian: plugin "${pluginId}" has malformed entry in installed_plugins.json (expected array, got ${typeof entries})`); + } + const entry = selectInstalledPluginEntry(entriesArray, normalizedVaultPath); + if (!entry) continue; + const scope = entry.scope === "project" ? "project" : "user"; + const enabled = (_d = (_c2 = projectEnabled[pluginId]) != null ? _c2 : globalEnabled[pluginId]) != null ? _d : true; + plugins.push({ + id: pluginId, + name: extractPluginName(pluginId), + enabled, + scope, + installPath: entry.installPath + }); + } + } + this.plugins = plugins.sort((a, b2) => { + if (a.scope !== b2.scope) { + return a.scope === "project" ? -1 : 1; + } + return a.id.localeCompare(b2.id); + }); + } + async loadProjectSettings() { + const projectSettingsPath = path5.join(this.vaultPath, ".claude", "settings.json"); + return readJsonFile(projectSettingsPath); + } + getPlugins() { + return [...this.plugins]; + } + hasPlugins() { + return this.plugins.length > 0; + } + hasEnabledPlugins() { + return this.plugins.some((p) => p.enabled); + } + getEnabledCount() { + return this.plugins.filter((p) => p.enabled).length; + } + /** Used to detect changes that require restarting the persistent query. */ + getPluginsKey() { + const enabledPlugins = this.plugins.filter((p) => p.enabled).sort((a, b2) => a.id.localeCompare(b2.id)); + if (enabledPlugins.length === 0) { + return ""; + } + return enabledPlugins.map((p) => `${p.id}:${p.installPath}`).join("|"); + } + /** Writes to project .claude/settings.json so CLI respects the state. */ + async togglePlugin(pluginId) { + const plugin = this.plugins.find((p) => p.id === pluginId); + if (!plugin) { + return; + } + const newEnabled = !plugin.enabled; + plugin.enabled = newEnabled; + await this.ccSettingsStorage.setPluginEnabled(pluginId, newEnabled); + } + async enablePlugin(pluginId) { + const plugin = this.plugins.find((p) => p.id === pluginId); + if (!plugin || plugin.enabled) { + return; + } + plugin.enabled = true; + await this.ccSettingsStorage.setPluginEnabled(pluginId, true); + } + async disablePlugin(pluginId) { + const plugin = this.plugins.find((p) => p.id === pluginId); + if (!plugin || !plugin.enabled) { + return; + } + plugin.enabled = false; + await this.ccSettingsStorage.setPluginEnabled(pluginId, false); + } +}; + +// src/providers/claude/runtime/ClaudeCliResolver.ts +var fs7 = __toESM(require("fs")); +init_env(); +init_path(); + +// src/providers/claude/cli/findClaudeCLIPath.ts +var fs6 = __toESM(require("fs")); +var os6 = __toESM(require("os")); +var path6 = __toESM(require("path")); +init_path(); +var CLAUDE_CODE_PACKAGE_SEGMENTS = ["node_modules", "@anthropic-ai", "claude-code"]; +var CLAUDE_CODE_NODE_ENTRYPOINTS = ["cli-wrapper.cjs", "cli.js"]; +function getEnvValue2(name) { + return process.env[name]; +} +function dedupePaths(entries) { + const seen = /* @__PURE__ */ new Set(); + return entries.filter((entry) => { + const key = process.platform === "win32" ? entry.toLowerCase() : entry; + if (seen.has(key)) return false; + seen.add(key); + return true; + }); +} +function findFirstExistingPath(entries, candidates) { + for (const dir of entries) { + if (!dir) continue; + for (const candidate of candidates) { + const fullPath = path6.join(dir, candidate); + if (isExistingFile(fullPath)) { + return fullPath; + } + } + } + return null; +} +function isExistingFile(filePath) { + try { + if (fs6.existsSync(filePath)) { + const stat = fs6.statSync(filePath); + return stat.isFile(); + } + } catch (e2) { + } + return false; +} +function findClaudeCodeNodeEntrypoint(packageRoot) { + for (const entrypoint of CLAUDE_CODE_NODE_ENTRYPOINTS) { + const candidate = path6.join(packageRoot, entrypoint); + if (isExistingFile(candidate)) { + return candidate; + } + } + return null; +} +function resolveClaudeCodeEntrypointNearPathEntry(entry, isWindows2) { + const directCandidate = findClaudeCodeNodeEntrypoint( + path6.join(entry, ...CLAUDE_CODE_PACKAGE_SEGMENTS) + ); + if (directCandidate) { + return directCandidate; + } + const baseName = path6.basename(entry).toLowerCase(); + if (baseName === "bin") { + const prefix = path6.dirname(entry); + const packageParent = isWindows2 ? prefix : path6.join(prefix, "lib"); + const candidate = findClaudeCodeNodeEntrypoint( + path6.join(packageParent, ...CLAUDE_CODE_PACKAGE_SEGMENTS) + ); + if (candidate) { + return candidate; + } + } + return null; +} +function resolveClaudeCodeEntrypointFromPathEntries(entries, isWindows2) { + for (const entry of entries) { + const candidate = resolveClaudeCodeEntrypointNearPathEntry(entry, isWindows2); + if (candidate) { + return candidate; + } + } + return null; +} +function resolveClaudeFromPathEntries(entries, isWindows2) { + if (entries.length === 0) { + return null; + } + if (!isWindows2) { + const unixCandidate = findFirstExistingPath(entries, ["claude"]); + return unixCandidate; + } + const exeCandidate = findFirstExistingPath(entries, ["claude.exe", "claude"]); + if (exeCandidate) { + return exeCandidate; + } + const packageEntrypoint = resolveClaudeCodeEntrypointFromPathEntries(entries, isWindows2); + if (packageEntrypoint) { + return packageEntrypoint; + } + return null; +} +function getNpmGlobalPrefix() { + if (process.env.npm_config_prefix) { + return process.env.npm_config_prefix; + } + if (process.platform === "win32") { + const appDataNpm = process.env.APPDATA ? path6.join(process.env.APPDATA, "npm") : null; + if (appDataNpm && fs6.existsSync(appDataNpm)) { + return appDataNpm; + } + } + return null; +} +function addClaudeCodeEntrypointPaths(paths, packageParent) { + const packageRoot = path6.join(packageParent, ...CLAUDE_CODE_PACKAGE_SEGMENTS); + for (const entrypoint of CLAUDE_CODE_NODE_ENTRYPOINTS) { + paths.push(path6.join(packageRoot, entrypoint)); + } +} +function getNpmClaudeCodeEntrypointPaths() { + const homeDir = os6.homedir(); + const isWindows2 = process.platform === "win32"; + const entrypointPaths = []; + if (isWindows2) { + addClaudeCodeEntrypointPaths(entrypointPaths, path6.join(homeDir, "AppData", "Roaming", "npm")); + const npmPrefix = getNpmGlobalPrefix(); + if (npmPrefix) { + addClaudeCodeEntrypointPaths(entrypointPaths, npmPrefix); + } + const programFiles = process.env.ProgramFiles || "C:\\Program Files"; + const programFilesX86 = process.env["ProgramFiles(x86)"] || "C:\\Program Files (x86)"; + addClaudeCodeEntrypointPaths(entrypointPaths, path6.join(programFiles, "nodejs", "node_global")); + addClaudeCodeEntrypointPaths(entrypointPaths, path6.join(programFilesX86, "nodejs", "node_global")); + addClaudeCodeEntrypointPaths(entrypointPaths, path6.join("D:", "Program Files", "nodejs", "node_global")); + } else { + addClaudeCodeEntrypointPaths(entrypointPaths, path6.join(homeDir, ".npm-global", "lib")); + addClaudeCodeEntrypointPaths(entrypointPaths, "/usr/local/lib"); + addClaudeCodeEntrypointPaths(entrypointPaths, "/usr/lib"); + if (process.env.npm_config_prefix) { + addClaudeCodeEntrypointPaths(entrypointPaths, path6.join(process.env.npm_config_prefix, "lib")); + } + } + return entrypointPaths; +} +function findClaudeCLIPath(pathValue) { + const homeDir = os6.homedir(); + const isWindows2 = process.platform === "win32"; + const customEntries = dedupePaths(parsePathEntries(pathValue)); + if (customEntries.length > 0) { + const customResolution = resolveClaudeFromPathEntries(customEntries, isWindows2); + if (customResolution) { + return customResolution; + } + } + if (isWindows2) { + const exePaths = [ + path6.join(homeDir, ".claude", "local", "claude.exe"), + path6.join(homeDir, "AppData", "Local", "Claude", "claude.exe"), + path6.join(process.env.ProgramFiles || "C:\\Program Files", "Claude", "claude.exe"), + path6.join(process.env["ProgramFiles(x86)"] || "C:\\Program Files (x86)", "Claude", "claude.exe"), + path6.join(homeDir, ".local", "bin", "claude.exe") + ]; + for (const p of exePaths) { + if (isExistingFile(p)) { + return p; + } + } + const packageEntrypointPaths = getNpmClaudeCodeEntrypointPaths(); + for (const p of packageEntrypointPaths) { + if (isExistingFile(p)) { + return p; + } + } + } + const commonPaths = [ + path6.join(homeDir, ".claude", "local", "claude"), + path6.join(homeDir, ".local", "bin", "claude"), + path6.join(homeDir, ".volta", "bin", "claude"), + path6.join(homeDir, ".asdf", "shims", "claude"), + path6.join(homeDir, ".asdf", "bin", "claude"), + "/usr/local/bin/claude", + "/opt/homebrew/bin/claude", + path6.join(homeDir, "bin", "claude"), + path6.join(homeDir, ".npm-global", "bin", "claude") + ]; + const npmPrefix = getNpmGlobalPrefix(); + if (npmPrefix) { + commonPaths.push(path6.join(npmPrefix, "bin", "claude")); + } + const nvmBin = resolveNvmDefaultBin(homeDir); + if (nvmBin) { + commonPaths.push(path6.join(nvmBin, "claude")); + } + for (const p of commonPaths) { + if (isExistingFile(p)) { + return p; + } + } + if (!isWindows2) { + const packageEntrypointPaths = getNpmClaudeCodeEntrypointPaths(); + for (const p of packageEntrypointPaths) { + if (isExistingFile(p)) { + return p; + } + } + } + const envEntries = dedupePaths(parsePathEntries(getEnvValue2("PATH"))); + if (envEntries.length > 0) { + const envResolution = resolveClaudeFromPathEntries(envEntries, isWindows2); + if (envResolution) { + return envResolution; + } + } + return null; +} + +// src/providers/claude/runtime/ClaudeCliResolver.ts +var ClaudeCliResolver = class { + constructor() { + this.resolvedPath = null; + this.lastHostnamePath = ""; + this.lastLegacyPath = ""; + this.lastEnvText = ""; + this.cachedHostname = getHostnameKey(); + } + /** + * Resolves CLI path with priority: device-specific -> legacy -> auto-detect. + * @param settings Full app settings bag + */ + resolveFromSettings(settings11) { + var _a5; + const hostnameKey = this.cachedHostname; + const claudeSettings = getClaudeProviderSettings(settings11); + const hostnamePath = ((_a5 = claudeSettings.cliPathsByHost[hostnameKey]) != null ? _a5 : "").trim(); + const normalizedLegacy = claudeSettings.cliPath.trim(); + const normalizedEnv = getRuntimeEnvironmentText(settings11, "claude"); + if (this.resolvedPath && hostnamePath === this.lastHostnamePath && normalizedLegacy === this.lastLegacyPath && normalizedEnv === this.lastEnvText) { + return this.resolvedPath; + } + this.lastHostnamePath = hostnamePath; + this.lastLegacyPath = normalizedLegacy; + this.lastEnvText = normalizedEnv; + this.resolvedPath = resolveClaudeCliPath(hostnamePath, normalizedLegacy, normalizedEnv); + return this.resolvedPath; + } + resolve(hostnamePaths, legacyPath, envText) { + return this.resolveFromSettings({ + sharedEnvironmentVariables: envText, + providerConfigs: { + claude: { + cliPath: legacyPath != null ? legacyPath : "", + cliPathsByHost: hostnamePaths != null ? hostnamePaths : {} + } + } + }); + } + reset() { + this.resolvedPath = null; + this.lastHostnamePath = ""; + this.lastLegacyPath = ""; + this.lastEnvText = ""; + } +}; +function resolveConfiguredPath(rawPath) { + const trimmed = (rawPath != null ? rawPath : "").trim(); + if (!trimmed) return null; + try { + const expanded = expandHomePath(trimmed); + if (fs7.existsSync(expanded) && fs7.statSync(expanded).isFile()) { + return expanded; + } + } catch (e2) { + } + return null; +} +function resolveClaudeCliPath(hostnamePath, legacyPath, envText) { + var _a5, _b3; + return (_b3 = (_a5 = resolveConfiguredPath(hostnamePath)) != null ? _a5 : resolveConfiguredPath(legacyPath)) != null ? _b3 : findClaudeCLIPath(parseEnvironmentVariables(envText || "").PATH); +} + +// src/providers/claude/storage/StorageService.ts +var import_obsidian3 = require("obsidian"); + +// src/core/bootstrap/StoragePaths.ts +var CLAUDIAN_STORAGE_PATH = ".claudian"; +var LEGACY_CLAUDIAN_SETTINGS_PATH = ".claude/claudian-settings.json"; +var CLAUDIAN_SETTINGS_PATH = `${CLAUDIAN_STORAGE_PATH}/claudian-settings.json`; +var LEGACY_SESSIONS_PATH = ".claude/sessions"; +var SESSIONS_PATH = `${CLAUDIAN_STORAGE_PATH}/sessions`; + +// src/core/providers/commands/hiddenCommands.ts +function normalizeHiddenCommandName(value) { + return value.trim().replace(/^[/$]+/, ""); +} +function normalizeHiddenCommandList(value) { + if (!Array.isArray(value)) { + return []; + } + const seen = /* @__PURE__ */ new Set(); + const normalized = []; + for (const item of value) { + if (typeof item !== "string") { + continue; + } + const commandName = normalizeHiddenCommandName(item); + if (!commandName) { + continue; + } + const key = commandName.toLowerCase(); + if (seen.has(key)) { + continue; + } + seen.add(key); + normalized.push(commandName); + } + return normalized; +} +function getDefaultHiddenProviderCommands() { + return {}; +} +function normalizeHiddenProviderCommands(value) { + if (!value || typeof value !== "object") { + return getDefaultHiddenProviderCommands(); + } + const candidate = value; + const normalized = {}; + for (const [providerId, commands] of Object.entries(candidate)) { + const next = normalizeHiddenCommandList(commands); + if (next.length > 0) { + normalized[providerId] = next; + } + } + return normalized; +} +function getHiddenProviderCommands(settings11, providerId) { + var _a5, _b3; + return (_b3 = (_a5 = settings11.hiddenProviderCommands) == null ? void 0 : _a5[providerId]) != null ? _b3 : []; +} +function getHiddenProviderCommandSet(settings11, providerId) { + return new Set(getHiddenProviderCommands(settings11, providerId).map((command) => command.toLowerCase())); +} + +// src/core/types/settings.ts +var CHAT_VIEW_PLACEMENTS = [ + "right-sidebar", + "left-sidebar", + "main-tab" +]; + +// src/providers/codex/settings.ts +init_env(); + +// src/providers/codex/types/models.ts +var CODEX_SPARK_MODEL = "gpt-5.3-codex-spark"; +var DEFAULT_CODEX_MINI_MODEL = "gpt-5.4-mini"; +var DEFAULT_CODEX_PRIMARY_MODEL = "gpt-5.5"; +var FAST_TIER_CODEX_MODEL = DEFAULT_CODEX_PRIMARY_MODEL; +function formatCodexModelSuffix(suffix) { + return suffix.split("-").filter(Boolean).map((segment) => segment.charAt(0).toUpperCase() + segment.slice(1).toLowerCase()).join(" "); +} +function formatCodexModelLabel(model) { + const match = model.match(/^gpt-([^-]+)(?:-(.+))?$/i); + if (!match) { + return model; + } + const [, version2, suffix] = match; + return `GPT-${version2}${suffix ? ` ${formatCodexModelSuffix(suffix)}` : ""}`; +} +function createCodexModelOption(model, description) { + return { + value: model, + label: formatCodexModelLabel(model), + description + }; +} +var DEFAULT_CODEX_MINI_MODEL_LABEL = formatCodexModelLabel(DEFAULT_CODEX_MINI_MODEL); +var DEFAULT_CODEX_PRIMARY_MODEL_LABEL = formatCodexModelLabel(DEFAULT_CODEX_PRIMARY_MODEL); +var FAST_TIER_CODEX_MODEL_LABEL = formatCodexModelLabel(FAST_TIER_CODEX_MODEL); +var FAST_TIER_CODEX_DESCRIPTION = `Enable ${FAST_TIER_CODEX_MODEL_LABEL} fast mode for this conversation. Faster responses use more credits.`; +var DEFAULT_CODEX_MODELS = [ + createCodexModelOption(DEFAULT_CODEX_MINI_MODEL, "Fast"), + createCodexModelOption(DEFAULT_CODEX_PRIMARY_MODEL, "Latest") +]; +var DEFAULT_CODEX_MODEL_SET = new Set(DEFAULT_CODEX_MODELS.map((model) => model.value)); + +// src/providers/codex/settings.ts +function normalizeCodexInstallationMethod(value) { + return value === "wsl" ? "wsl" : "native-windows"; +} +function normalizeOptionalString(value) { + return typeof value === "string" ? value.trim() : ""; +} +var DEFAULT_CODEX_PROVIDER_SETTINGS = Object.freeze({ + enabled: false, + safeMode: "workspace-write", + cliPath: "", + cliPathsByHost: {}, + customModels: "", + reasoningSummary: "detailed", + environmentVariables: "", + environmentHash: "", + installationMethod: "native-windows", + installationMethodsByHost: {}, + wslDistroOverride: "", + wslDistroOverridesByHost: {} +}); +function shouldDisableCodexReasoningSummary(model) { + return model === CODEX_SPARK_MODEL; +} +function getEffectiveCodexReasoningSummary(settings11, model) { + if (shouldDisableCodexReasoningSummary(model)) { + return "none"; + } + return getCodexProviderSettings(settings11).reasoningSummary; +} +function applyCodexModelDefaults(model, settings11) { + if (shouldDisableCodexReasoningSummary(model)) { + updateCodexProviderSettings(settings11, { reasoningSummary: "none" }); + } +} +function normalizeHostnameCliPaths2(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const result = {}; + for (const [key, entry] of Object.entries(value)) { + if (typeof entry === "string" && entry.trim()) { + result[key] = entry.trim(); + } + } + return result; +} +function normalizeInstallationMethodsByHost(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const result = {}; + for (const [key, entry] of Object.entries(value)) { + if (typeof key === "string" && key.trim()) { + result[key] = normalizeCodexInstallationMethod(entry); + } + } + return result; +} +function getCodexProviderSettings(settings11) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n, _o, _p; + const config2 = getProviderConfig(settings11, "codex"); + const hostnameKey = getHostnameKey(); + const normalizedCliPathsByHost = normalizeHostnameCliPaths2((_a5 = config2.cliPathsByHost) != null ? _a5 : settings11.codexCliPathsByHost); + const normalizedInstallationMethodsByHost = normalizeInstallationMethodsByHost(config2.installationMethodsByHost); + const normalizedWslDistroOverridesByHost = normalizeHostnameCliPaths2(config2.wslDistroOverridesByHost); + const hasLegacyHostnameKeyedSettings = Object.keys(normalizedCliPathsByHost).length > 0 || Object.keys(normalizedInstallationMethodsByHost).length > 0 || Object.keys(normalizedWslDistroOverridesByHost).length > 0; + const legacyHostnameKey = hasLegacyHostnameKeyedSettings ? getLegacyHostnameKey() : ""; + const cliPathsByHost = hasLegacyHostnameKeyedSettings ? migrateLegacyHostnameKeyedMap(normalizedCliPathsByHost, hostnameKey, legacyHostnameKey) : normalizedCliPathsByHost; + const installationMethodsByHost = hasLegacyHostnameKeyedSettings ? migrateLegacyHostnameKeyedMap(normalizedInstallationMethodsByHost, hostnameKey, legacyHostnameKey) : normalizedInstallationMethodsByHost; + const wslDistroOverridesByHost = hasLegacyHostnameKeyedSettings ? migrateLegacyHostnameKeyedMap(normalizedWslDistroOverridesByHost, hostnameKey, legacyHostnameKey) : normalizedWslDistroOverridesByHost; + const hasHostScopedInstallationMethods = Object.keys(installationMethodsByHost).length > 0; + const hasHostScopedWslDistroOverrides = Object.keys(wslDistroOverridesByHost).length > 0; + const legacyInstallationMethod = normalizeCodexInstallationMethod(config2.installationMethod); + const legacyWslDistroOverride = normalizeOptionalString(config2.wslDistroOverride); + return { + enabled: (_c2 = (_b3 = config2.enabled) != null ? _b3 : settings11.codexEnabled) != null ? _c2 : DEFAULT_CODEX_PROVIDER_SETTINGS.enabled, + safeMode: (_e2 = (_d = config2.safeMode) != null ? _d : settings11.codexSafeMode) != null ? _e2 : DEFAULT_CODEX_PROVIDER_SETTINGS.safeMode, + cliPath: (_g = (_f2 = config2.cliPath) != null ? _f2 : settings11.codexCliPath) != null ? _g : DEFAULT_CODEX_PROVIDER_SETTINGS.cliPath, + cliPathsByHost, + customModels: (_h2 = config2.customModels) != null ? _h2 : DEFAULT_CODEX_PROVIDER_SETTINGS.customModels, + reasoningSummary: (_j = (_i = config2.reasoningSummary) != null ? _i : settings11.codexReasoningSummary) != null ? _j : DEFAULT_CODEX_PROVIDER_SETTINGS.reasoningSummary, + environmentVariables: (_l2 = (_k3 = config2.environmentVariables) != null ? _k3 : getProviderEnvironmentVariables(settings11, "codex")) != null ? _l2 : DEFAULT_CODEX_PROVIDER_SETTINGS.environmentVariables, + environmentHash: (_n = (_m = config2.environmentHash) != null ? _m : settings11.lastCodexEnvHash) != null ? _n : DEFAULT_CODEX_PROVIDER_SETTINGS.environmentHash, + installationMethod: (_o = installationMethodsByHost[hostnameKey]) != null ? _o : hasHostScopedInstallationMethods ? DEFAULT_CODEX_PROVIDER_SETTINGS.installationMethod : legacyInstallationMethod, + installationMethodsByHost, + wslDistroOverride: (_p = wslDistroOverridesByHost[hostnameKey]) != null ? _p : hasHostScopedWslDistroOverrides ? DEFAULT_CODEX_PROVIDER_SETTINGS.wslDistroOverride : legacyWslDistroOverride, + wslDistroOverridesByHost + }; +} +function updateCodexProviderSettings(settings11, updates) { + var _a5, _b3; + const current = getCodexProviderSettings(settings11); + const hostnameKey = getHostnameKey(); + const installationMethodsByHost = "installationMethodsByHost" in updates ? normalizeInstallationMethodsByHost(updates.installationMethodsByHost) : { ...current.installationMethodsByHost }; + const wslDistroOverridesByHost = "wslDistroOverridesByHost" in updates ? normalizeHostnameCliPaths2(updates.wslDistroOverridesByHost) : { ...current.wslDistroOverridesByHost }; + if (Object.keys(installationMethodsByHost).length === 0 && current.installationMethod !== DEFAULT_CODEX_PROVIDER_SETTINGS.installationMethod) { + installationMethodsByHost[hostnameKey] = current.installationMethod; + } + if (Object.keys(wslDistroOverridesByHost).length === 0 && current.wslDistroOverride) { + wslDistroOverridesByHost[hostnameKey] = current.wslDistroOverride; + } + if ("installationMethod" in updates) { + installationMethodsByHost[hostnameKey] = normalizeCodexInstallationMethod(updates.installationMethod); + } + if ("wslDistroOverride" in updates) { + const normalizedDistroOverride = normalizeOptionalString(updates.wslDistroOverride); + if (normalizedDistroOverride) { + wslDistroOverridesByHost[hostnameKey] = normalizedDistroOverride; + } else { + delete wslDistroOverridesByHost[hostnameKey]; + } + } + const next = { + ...current, + ...updates, + installationMethod: (_a5 = installationMethodsByHost[hostnameKey]) != null ? _a5 : DEFAULT_CODEX_PROVIDER_SETTINGS.installationMethod, + installationMethodsByHost, + wslDistroOverride: (_b3 = wslDistroOverridesByHost[hostnameKey]) != null ? _b3 : DEFAULT_CODEX_PROVIDER_SETTINGS.wslDistroOverride, + wslDistroOverridesByHost + }; + setProviderConfig(settings11, "codex", { + enabled: next.enabled, + safeMode: next.safeMode, + cliPath: next.cliPath, + cliPathsByHost: next.cliPathsByHost, + customModels: next.customModels, + reasoningSummary: next.reasoningSummary, + environmentVariables: next.environmentVariables, + environmentHash: next.environmentHash, + installationMethodsByHost, + wslDistroOverridesByHost + }); + return next; +} + +// src/providers/opencode/settings.ts +init_env(); + +// src/providers/opencode/internal/compareCollections.ts +function sameStringList(left, right) { + if (left.length !== right.length) { + return false; + } + return left.every((entry, index) => entry === right[index]); +} +function sameStringMap(left, right) { + const leftEntries = Object.entries(left); + if (leftEntries.length !== Object.keys(right).length) { + return false; + } + return leftEntries.every(([key, value]) => right[key] === value); +} +function sameModes(left, right) { + if (left.length !== right.length) { + return false; + } + return left.every((mode, index) => { + var _a5, _b3, _c2, _d, _e2; + return mode.id === ((_a5 = right[index]) == null ? void 0 : _a5.id) && mode.name === ((_b3 = right[index]) == null ? void 0 : _b3.name) && ((_c2 = mode.description) != null ? _c2 : "") === ((_e2 = (_d = right[index]) == null ? void 0 : _d.description) != null ? _e2 : ""); + }); +} +function sameDiscoveredModels(left, right) { + if (left.length !== right.length) { + return false; + } + return left.every((model, index) => { + var _a5, _b3, _c2, _d, _e2; + return model.rawId === ((_a5 = right[index]) == null ? void 0 : _a5.rawId) && model.label === ((_b3 = right[index]) == null ? void 0 : _b3.label) && ((_c2 = model.description) != null ? _c2 : "") === ((_e2 = (_d = right[index]) == null ? void 0 : _d.description) != null ? _e2 : ""); + }); +} +function sameThinkingOptionsByModel(left, right) { + const leftEntries = Object.entries(left); + if (leftEntries.length !== Object.keys(right).length) { + return false; + } + return leftEntries.every(([rawId, leftOptions]) => { + var _a5; + const rightOptions = (_a5 = right[rawId]) != null ? _a5 : []; + if (leftOptions.length !== rightOptions.length) { + return false; + } + return leftOptions.every((option, index) => { + var _a6, _b3, _c2, _d, _e2; + return option.value === ((_a6 = rightOptions[index]) == null ? void 0 : _a6.value) && option.label === ((_b3 = rightOptions[index]) == null ? void 0 : _b3.label) && ((_c2 = option.description) != null ? _c2 : "") === ((_e2 = (_d = rightOptions[index]) == null ? void 0 : _d.description) != null ? _e2 : ""); + }); + }); +} + +// src/providers/opencode/models.ts +var OPENCODE_SYNTHETIC_MODEL_ID = "opencode"; +var OPENCODE_DEFAULT_THINKING_LEVEL = "default"; +var OPENCODE_MODEL_PREFIX = "opencode:"; +var OPENCODE_VARIANT_ASCENDING_ORDER = [ + "none", + "minimal", + "low", + "medium", + "high", + "max", + "xhigh" +]; +var OPENCODE_VARIANT_ASCENDING_RANK = new Map( + OPENCODE_VARIANT_ASCENDING_ORDER.map((value, index) => [value, index]) +); +function isOpencodeModelSelectionId(model) { + return model === OPENCODE_SYNTHETIC_MODEL_ID || model.startsWith(OPENCODE_MODEL_PREFIX); +} +function encodeOpencodeModelId(rawModelId) { + const normalized = rawModelId.trim(); + return normalized ? `${OPENCODE_MODEL_PREFIX}${normalized}` : OPENCODE_SYNTHETIC_MODEL_ID; +} +function decodeOpencodeModelId(model) { + if (!model.startsWith(OPENCODE_MODEL_PREFIX)) { + return null; + } + const rawModelId = model.slice(OPENCODE_MODEL_PREFIX.length).trim(); + return rawModelId || null; +} +function normalizeOpencodeDiscoveredModels(value) { + if (!Array.isArray(value)) { + return []; + } + const normalized = []; + const seen = /* @__PURE__ */ new Set(); + for (const entry of value) { + if (!entry || typeof entry !== "object" || Array.isArray(entry)) { + continue; + } + const record2 = entry; + const rawId = typeof record2.rawId === "string" ? record2.rawId.trim() : ""; + const label = typeof record2.label === "string" ? record2.label.trim() : rawId; + const description = typeof record2.description === "string" ? record2.description.trim() : ""; + if (!rawId || seen.has(rawId)) { + continue; + } + seen.add(rawId); + normalized.push({ + ...description ? { description } : {}, + label: label || rawId, + rawId + }); + } + return normalized; +} +function normalizeOpencodeModelVariants(value) { + if (!Array.isArray(value)) { + return []; + } + const variants = []; + for (const entry of value) { + if (!entry || typeof entry !== "object" || Array.isArray(entry)) { + continue; + } + const record2 = entry; + const rawValue = typeof record2.value === "string" ? record2.value.trim() : ""; + if (!rawValue) { + continue; + } + let rawLabel = ""; + if (typeof record2.label === "string") { + rawLabel = record2.label.trim(); + } else if (typeof record2.name === "string") { + rawLabel = record2.name.trim(); + } + const description = typeof record2.description === "string" ? record2.description.trim() : ""; + variants.push({ + ...description ? { description } : {}, + label: rawLabel || formatOpencodeThinkingLevelLabel(rawValue), + value: rawValue + }); + } + return dedupeOpencodeVariants(variants); +} +function normalizeOpencodeThinkingOptionsByModel(value, discoveredModels = []) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const normalized = {}; + for (const [rawId, variants] of Object.entries(value)) { + const normalizedRawId = resolveOpencodeBaseModelRawId(rawId.trim(), discoveredModels); + const normalizedVariants = normalizeOpencodeModelVariants(variants); + if (!normalizedRawId || normalizedVariants.length === 0) { + continue; + } + normalized[normalizedRawId] = normalizedVariants; + } + return normalized; +} +function resolveOpencodeBaseModelRawId(rawId, discoveredModels) { + const normalizedRawId = rawId.trim(); + if (!normalizedRawId) { + return ""; + } + const discoveredRawIds = discoveredModels instanceof Set ? discoveredModels : new Set(discoveredModels.map((model) => model.rawId)); + const slashIndex = normalizedRawId.lastIndexOf("/"); + if (slashIndex <= 0) { + return normalizedRawId; + } + const candidate = normalizedRawId.slice(0, slashIndex); + if (discoveredRawIds.has(candidate)) { + return candidate; + } + const variant = normalizedRawId.slice(slashIndex + 1).trim().toLowerCase(); + return OPENCODE_VARIANT_ASCENDING_RANK.has(variant) ? candidate : normalizedRawId; +} +function extractOpencodeModelVariantValue(rawId, discoveredModels) { + const normalizedRawId = rawId.trim(); + if (!normalizedRawId) { + return null; + } + const baseRawId = resolveOpencodeBaseModelRawId(normalizedRawId, discoveredModels); + if (baseRawId === normalizedRawId || baseRawId.length >= normalizedRawId.length) { + return null; + } + const variant = normalizedRawId.slice(baseRawId.length + 1).trim(); + return variant || null; +} +function splitOpencodeModelLabel(label) { + const trimmed = label.trim(); + const slashIndex = trimmed.indexOf("/"); + if (slashIndex <= 0 || slashIndex >= trimmed.length - 1) { + return { + modelLabel: trimmed, + providerLabel: "Other" + }; + } + return { + modelLabel: trimmed.slice(slashIndex + 1).trim(), + providerLabel: trimmed.slice(0, slashIndex).trim() + }; +} +function buildOpencodeBaseModels(models) { + const discoveredRawIds = new Set(models.map((model) => model.rawId)); + const discoveredByRawId = new Map(models.map((model) => [model.rawId, model])); + const grouped = /* @__PURE__ */ new Map(); + for (const model of models) { + const baseRawId = resolveOpencodeBaseModelRawId(model.rawId, discoveredRawIds); + const existing = grouped.get(baseRawId); + if (existing) { + existing.push(model); + } else { + grouped.set(baseRawId, [model]); + } + } + return Array.from(grouped.entries()).map(([baseRawId, entries]) => { + var _a5, _b3; + const baseModel = (_a5 = discoveredByRawId.get(baseRawId)) != null ? _a5 : entries[0]; + const variants = entries.flatMap((entry) => { + if (entry.rawId === baseRawId) { + return []; + } + const variant = extractOpencodeModelVariantValue(entry.rawId, discoveredRawIds); + if (!variant) { + return []; + } + return [{ + ...entry.description ? { description: entry.description } : {}, + label: formatOpencodeThinkingLevelLabel(variant), + value: variant + }]; + }); + return { + ...(baseModel == null ? void 0 : baseModel.description) ? { description: baseModel.description } : {}, + label: (_b3 = baseModel == null ? void 0 : baseModel.label) != null ? _b3 : baseRawId, + rawId: baseRawId, + variants: dedupeOpencodeVariants(variants) + }; + }).sort((left, right) => left.label.localeCompare(right.label)); +} +function formatOpencodeThinkingLevelLabel(value) { + const trimmed = value.trim(); + if (!trimmed) { + return ""; + } + if (trimmed.toLowerCase() === "xhigh") { + return "XHigh"; + } + return trimmed.charAt(0).toUpperCase() + trimmed.slice(1); +} +function dedupeOpencodeVariants(variants) { + const unique = /* @__PURE__ */ new Map(); + for (const variant of variants) { + if (!unique.has(variant.value)) { + unique.set(variant.value, variant); + } + } + return Array.from(unique.values()).sort((left, right) => compareOpencodeVariantValues(left.value, right.value)); +} +function compareOpencodeVariantValues(left, right) { + const leftRank = OPENCODE_VARIANT_ASCENDING_RANK.get(left.toLowerCase()); + const rightRank = OPENCODE_VARIANT_ASCENDING_RANK.get(right.toLowerCase()); + if (leftRank !== void 0 && rightRank !== void 0) { + return leftRank - rightRank; + } + if (leftRank !== void 0) { + return -1; + } + if (rightRank !== void 0) { + return 1; + } + return left.localeCompare(right); +} + +// src/providers/opencode/modes.ts +var OPENCODE_BUILD_MODE_ID = "build"; +var OPENCODE_YOLO_MODE_ID = "claudian-yolo"; +var OPENCODE_SAFE_MODE_ID = "claudian-safe"; +var OPENCODE_PLAN_MODE_ID = "plan"; +var OPENCODE_FALLBACK_MODES = Object.freeze([ + { + description: "The default agent. Executes tools based on configured permissions.", + id: OPENCODE_YOLO_MODE_ID, + name: "yolo" + }, + { + description: "Safe mode. Asks before shell commands and file edits.", + id: OPENCODE_SAFE_MODE_ID, + name: "safe" + }, + { + description: "Plan mode. Disallows all edit tools.", + id: OPENCODE_PLAN_MODE_ID, + name: OPENCODE_PLAN_MODE_ID + } +]); +var OPENCODE_MANAGED_MODE_IDS = /* @__PURE__ */ new Set([ + OPENCODE_BUILD_MODE_ID, + ...OPENCODE_FALLBACK_MODES.map((mode) => mode.id) +]); +function normalizeOpencodeAvailableModes(value) { + if (!Array.isArray(value)) { + return []; + } + const normalized = []; + const seen = /* @__PURE__ */ new Set(); + for (const entry of value) { + if (!entry || typeof entry !== "object" || Array.isArray(entry)) { + continue; + } + const record2 = entry; + const id = typeof record2.id === "string" ? record2.id.trim() : ""; + const name = typeof record2.name === "string" ? record2.name.trim() : id; + const description = typeof record2.description === "string" ? record2.description.trim() : ""; + if (!id || seen.has(id)) { + continue; + } + seen.add(id); + normalized.push({ + ...description ? { description } : {}, + id, + name: name || id + }); + } + return normalized; +} +function getEffectiveOpencodeModes(modes) { + return modes.length > 0 ? modes : [...OPENCODE_FALLBACK_MODES]; +} +function isManagedOpencodeModeId(value) { + return OPENCODE_MANAGED_MODE_IDS.has(value); +} +function getManagedOpencodeModes(modes) { + const effectiveModes = getEffectiveOpencodeModes(modes); + return OPENCODE_FALLBACK_MODES.map((fallbackMode) => { + var _a5; + return (_a5 = effectiveModes.find((mode) => mode.id === fallbackMode.id)) != null ? _a5 : fallbackMode; + }); +} +function normalizeOpencodeSelectedMode(value) { + if (typeof value !== "string") { + return ""; + } + const trimmed = value.trim(); + if (!trimmed) { + return ""; + } + return trimmed; +} +function normalizeManagedOpencodeSelectedMode(value, modes = []) { + var _a5, _b3; + const normalized = normalizeOpencodeSelectedMode(value); + if (!normalized) { + return ""; + } + const canonicalModeId = normalized === OPENCODE_BUILD_MODE_ID ? OPENCODE_YOLO_MODE_ID : normalized; + const managedModes = getManagedOpencodeModes(modes); + return managedModes.some((mode) => mode.id === canonicalModeId) ? canonicalModeId : (_b3 = (_a5 = managedModes[0]) == null ? void 0 : _a5.id) != null ? _b3 : ""; +} +function resolveOpencodeModeForPermissionMode(permissionMode, modes = []) { + var _a5, _b3; + const managedModes = getManagedOpencodeModes(modes); + const managedModeIds = new Set(managedModes.map((mode) => mode.id)); + if (permissionMode === "plan" && managedModeIds.has(OPENCODE_PLAN_MODE_ID)) { + return OPENCODE_PLAN_MODE_ID; + } + if (permissionMode === "normal" && managedModeIds.has(OPENCODE_SAFE_MODE_ID)) { + return OPENCODE_SAFE_MODE_ID; + } + if (managedModeIds.has(OPENCODE_YOLO_MODE_ID)) { + return OPENCODE_YOLO_MODE_ID; + } + return (_b3 = (_a5 = managedModes[0]) == null ? void 0 : _a5.id) != null ? _b3 : ""; +} +function resolvePermissionModeForManagedOpencodeMode(modeId) { + if (modeId === OPENCODE_BUILD_MODE_ID || modeId === OPENCODE_YOLO_MODE_ID) { + return "yolo"; + } + if (modeId === OPENCODE_SAFE_MODE_ID) { + return "normal"; + } + if (modeId === OPENCODE_PLAN_MODE_ID) { + return "plan"; + } + return null; +} + +// src/providers/opencode/discoveryState.ts +var OPENCODE_DISCOVERY_STATE = /* @__PURE__ */ Symbol("opencodeDiscoveryState"); +function ensureDiscoveryState(settings11) { + var _a5, _b3, _c2; + const bag = settings11; + const existing = bag[OPENCODE_DISCOVERY_STATE]; + if (existing && typeof existing === "object" && !Array.isArray(existing)) { + const state = existing; + (_a5 = state.availableModes) != null ? _a5 : state.availableModes = []; + (_b3 = state.discoveredModels) != null ? _b3 : state.discoveredModels = []; + (_c2 = state.thinkingOptionsByModel) != null ? _c2 : state.thinkingOptionsByModel = {}; + return state; + } + const next = { + availableModes: [], + discoveredModels: [], + thinkingOptionsByModel: {} + }; + bag[OPENCODE_DISCOVERY_STATE] = next; + return next; +} +function cloneModes(modes) { + return modes.map((mode) => ({ ...mode })); +} +function cloneDiscoveredModels(models) { + return models.map((model) => ({ ...model })); +} +function cloneThinkingOptionsByModel(optionsByModel) { + return Object.fromEntries( + Object.entries(optionsByModel).map(([rawId, options]) => [ + rawId, + options.map((option) => ({ ...option })) + ]) + ); +} +function getOpencodeDiscoveryState(settings11) { + const state = ensureDiscoveryState(settings11); + return { + availableModes: cloneModes(state.availableModes), + discoveredModels: cloneDiscoveredModels(state.discoveredModels), + thinkingOptionsByModel: cloneThinkingOptionsByModel(state.thinkingOptionsByModel) + }; +} +function updateOpencodeDiscoveryState(settings11, updates) { + const state = ensureDiscoveryState(settings11); + const nextAvailableModes = "availableModes" in updates ? normalizeOpencodeAvailableModes(updates.availableModes) : state.availableModes; + const nextDiscoveredModels = "discoveredModels" in updates ? normalizeOpencodeDiscoveredModels(updates.discoveredModels) : state.discoveredModels; + const nextThinkingOptionsByModel = "thinkingOptionsByModel" in updates ? normalizeOpencodeThinkingOptionsByModel(updates.thinkingOptionsByModel, nextDiscoveredModels) : state.thinkingOptionsByModel; + const changed = !sameModes(state.availableModes, nextAvailableModes) || !sameDiscoveredModels(state.discoveredModels, nextDiscoveredModels) || !sameThinkingOptionsByModel(state.thinkingOptionsByModel, nextThinkingOptionsByModel); + if (!changed) { + return false; + } + state.availableModes = cloneModes(nextAvailableModes); + state.discoveredModels = cloneDiscoveredModels(nextDiscoveredModels); + state.thinkingOptionsByModel = cloneThinkingOptionsByModel(nextThinkingOptionsByModel); + return true; +} +function clearOpencodeDiscoveryState(settings11) { + const state = ensureDiscoveryState(settings11); + if (state.availableModes.length === 0 && state.discoveredModels.length === 0 && Object.keys(state.thinkingOptionsByModel).length === 0) { + return false; + } + state.availableModes = []; + state.discoveredModels = []; + state.thinkingOptionsByModel = {}; + return true; +} +function seedOpencodeDiscoveryStateFromLegacyConfig(settings11, legacyConfig) { + const state = ensureDiscoveryState(settings11); + const nextAvailableModes = state.availableModes.length > 0 ? state.availableModes : normalizeOpencodeAvailableModes(legacyConfig.availableModes); + const nextDiscoveredModels = state.discoveredModels.length > 0 ? state.discoveredModels : normalizeOpencodeDiscoveredModels(legacyConfig.discoveredModels); + const nextThinkingOptionsByModel = Object.keys(state.thinkingOptionsByModel).length > 0 ? state.thinkingOptionsByModel : normalizeOpencodeThinkingOptionsByModel(legacyConfig.thinkingOptionsByModel, nextDiscoveredModels); + return updateOpencodeDiscoveryState(settings11, { + availableModes: nextAvailableModes, + discoveredModels: nextDiscoveredModels, + thinkingOptionsByModel: nextThinkingOptionsByModel + }); +} + +// src/providers/opencode/internal/providerProjection.ts +function ensureProviderProjectionMap(settings11, key) { + const current = settings11[key]; + if (current && typeof current === "object" && !Array.isArray(current)) { + return current; + } + const next = {}; + settings11[key] = next; + return next; +} + +// src/providers/opencode/settings.ts +var OPENCODE_DEFAULT_ENVIRONMENT_VARIABLES = "OPENCODE_ENABLE_EXA=1"; +var DEFAULT_OPENCODE_PROVIDER_SETTINGS = Object.freeze({ + cliPath: "", + cliPathsByHost: {}, + enabled: false, + environmentHash: "", + environmentVariables: OPENCODE_DEFAULT_ENVIRONMENT_VARIABLES, + modelAliases: {}, + preferredThinkingByModel: {}, + selectedMode: "", + thinkingOptionsByModel: {}, + visibleModels: [] +}); +function normalizeHostnameCliPaths3(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const result = {}; + for (const [key, entry] of Object.entries(value)) { + if (typeof entry === "string" && entry.trim()) { + result[key] = entry.trim(); + } + } + return result; +} +function normalizeOpencodeVisibleModels(value, discoveredModels = []) { + if (!Array.isArray(value)) { + return []; + } + const normalized = []; + const seen = /* @__PURE__ */ new Set(); + for (const entry of value) { + if (typeof entry !== "string") { + continue; + } + const trimmed = resolveOpencodeBaseModelRawId(entry.trim(), discoveredModels); + if (!trimmed || seen.has(trimmed)) { + continue; + } + seen.add(trimmed); + normalized.push(trimmed); + } + return normalized; +} +function normalizeOpencodeModelAliases(value, discoveredModels = []) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const normalized = {}; + for (const [rawId, alias] of Object.entries(value)) { + if (typeof alias !== "string") { + continue; + } + const normalizedRawId = resolveOpencodeBaseModelRawId(rawId.trim(), discoveredModels); + const normalizedAlias = alias.trim(); + if (!normalizedRawId || !normalizedAlias) { + continue; + } + normalized[normalizedRawId] = normalizedAlias; + } + return normalized; +} +function normalizeOpencodePreferredThinkingByModel(value, discoveredModels = []) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const normalized = {}; + for (const [rawId, thinkingLevel] of Object.entries(value)) { + if (typeof thinkingLevel !== "string") { + continue; + } + const normalizedRawId = resolveOpencodeBaseModelRawId(rawId.trim(), discoveredModels); + const normalizedThinkingLevel = thinkingLevel.trim(); + if (!normalizedRawId || !normalizedThinkingLevel) { + continue; + } + normalized[normalizedRawId] = normalizedThinkingLevel; + } + return normalized; +} +function getOpencodeProviderSettings(settings11) { + var _a5, _b3, _c2, _d, _e2; + const config2 = getProviderConfig(settings11, "opencode"); + const normalizedCliPathsByHost = normalizeHostnameCliPaths3(config2.cliPathsByHost); + const cliPathsByHost = Object.keys(normalizedCliPathsByHost).length > 0 ? migrateLegacyHostnameKeyedMap( + normalizedCliPathsByHost, + getHostnameKey(), + getLegacyHostnameKey() + ) : normalizedCliPathsByHost; + seedOpencodeDiscoveryStateFromLegacyConfig(settings11, config2); + const discoveryState = getOpencodeDiscoveryState(settings11); + const availableModes = discoveryState.availableModes; + const discoveredModels = discoveryState.discoveredModels; + const persistedThinkingOptionsByModel = normalizeOpencodeThinkingOptionsByModel( + config2.thinkingOptionsByModel, + discoveredModels + ); + const thinkingOptionsByModel = normalizeOpencodeThinkingOptionsByModel({ + ...persistedThinkingOptionsByModel, + ...discoveryState.thinkingOptionsByModel + }, discoveredModels); + return { + availableModes, + cliPath: (_a5 = config2.cliPath) != null ? _a5 : DEFAULT_OPENCODE_PROVIDER_SETTINGS.cliPath, + cliPathsByHost, + discoveredModels, + enabled: (_b3 = config2.enabled) != null ? _b3 : DEFAULT_OPENCODE_PROVIDER_SETTINGS.enabled, + environmentHash: (_c2 = config2.environmentHash) != null ? _c2 : DEFAULT_OPENCODE_PROVIDER_SETTINGS.environmentHash, + environmentVariables: (_e2 = (_d = config2.environmentVariables) != null ? _d : getProviderEnvironmentVariables(settings11, "opencode")) != null ? _e2 : DEFAULT_OPENCODE_PROVIDER_SETTINGS.environmentVariables, + modelAliases: normalizeOpencodeModelAliases(config2.modelAliases, discoveredModels), + preferredThinkingByModel: normalizeOpencodePreferredThinkingByModel( + config2.preferredThinkingByModel, + discoveredModels + ), + selectedMode: normalizeManagedOpencodeSelectedMode(config2.selectedMode, availableModes), + thinkingOptionsByModel, + visibleModels: normalizeOpencodeVisibleModels(config2.visibleModels, discoveredModels) + }; +} +function updateOpencodeProviderSettings(settings11, updates) { + var _a5, _b3, _c2, _d; + const current = getOpencodeProviderSettings(settings11); + const hostnameKey = getHostnameKey(); + if ("availableModes" in updates || "discoveredModels" in updates || "thinkingOptionsByModel" in updates) { + updateOpencodeDiscoveryState(settings11, { + ...updates.availableModes !== void 0 ? { availableModes: updates.availableModes } : {}, + ...updates.discoveredModels !== void 0 ? { discoveredModels: updates.discoveredModels } : {}, + ...updates.thinkingOptionsByModel !== void 0 ? { thinkingOptionsByModel: updates.thinkingOptionsByModel } : {} + }); + } + const discoveryState = getOpencodeDiscoveryState(settings11); + const nextAvailableModes = discoveryState.availableModes; + const nextDiscoveredModels = discoveryState.discoveredModels; + const nextThinkingOptionsByModel = updates.thinkingOptionsByModel !== void 0 ? discoveryState.thinkingOptionsByModel : normalizeOpencodeThinkingOptionsByModel( + current.thinkingOptionsByModel, + nextDiscoveredModels + ); + const nextSelectedMode = normalizeManagedOpencodeSelectedMode( + (_a5 = updates.selectedMode) != null ? _a5 : current.selectedMode, + nextAvailableModes + ); + const nextVisibleModels = normalizeOpencodeVisibleModels( + (_b3 = updates.visibleModels) != null ? _b3 : current.visibleModels, + nextDiscoveredModels + ); + const nextModelAliases = pruneModelAliasesToVisible( + normalizeOpencodeModelAliases( + (_c2 = updates.modelAliases) != null ? _c2 : current.modelAliases, + nextDiscoveredModels + ), + nextVisibleModels + ); + const nextCliPathsByHost = "cliPathsByHost" in updates ? normalizeHostnameCliPaths3(updates.cliPathsByHost) : { ...current.cliPathsByHost }; + let nextCliPath = "cliPathsByHost" in updates ? typeof updates.cliPath === "string" ? updates.cliPath.trim() : DEFAULT_OPENCODE_PROVIDER_SETTINGS.cliPath : current.cliPath.trim(); + if ("cliPath" in updates && !("cliPathsByHost" in updates)) { + const trimmedCliPath = typeof updates.cliPath === "string" ? updates.cliPath.trim() : ""; + if (trimmedCliPath) { + nextCliPathsByHost[hostnameKey] = trimmedCliPath; + } else { + delete nextCliPathsByHost[hostnameKey]; + } + nextCliPath = DEFAULT_OPENCODE_PROVIDER_SETTINGS.cliPath; + } + const next = { + ...current, + ...updates, + availableModes: nextAvailableModes, + cliPath: nextCliPath, + cliPathsByHost: nextCliPathsByHost, + discoveredModels: nextDiscoveredModels, + modelAliases: nextModelAliases, + preferredThinkingByModel: normalizeOpencodePreferredThinkingByModel( + (_d = updates.preferredThinkingByModel) != null ? _d : current.preferredThinkingByModel, + nextDiscoveredModels + ), + selectedMode: nextSelectedMode, + thinkingOptionsByModel: nextThinkingOptionsByModel, + visibleModels: nextVisibleModels + }; + if (updates.visibleModels !== void 0) { + retargetRemovedOpencodeSelections(settings11, next); + } + const persistedThinkingOptionsByModel = pruneThinkingOptionsToPersistedSelections( + settings11, + next + ); + setProviderConfig(settings11, "opencode", { + cliPath: next.cliPath, + cliPathsByHost: next.cliPathsByHost, + enabled: next.enabled, + environmentHash: next.environmentHash, + environmentVariables: next.environmentVariables, + modelAliases: next.modelAliases, + preferredThinkingByModel: next.preferredThinkingByModel, + selectedMode: next.selectedMode, + thinkingOptionsByModel: persistedThinkingOptionsByModel, + visibleModels: next.visibleModels + }); + return next; +} +function hasLegacyOpencodeDiscoveryFields(settings11) { + const config2 = getProviderConfig(settings11, "opencode"); + return "availableModes" in config2 || "discoveredModels" in config2; +} +function pruneModelAliasesToVisible(aliases, visibleModels) { + if (visibleModels.length === 0 || Object.keys(aliases).length === 0) { + return {}; + } + const visibleSet = new Set(visibleModels); + const pruned = {}; + for (const [rawId, alias] of Object.entries(aliases)) { + if (visibleSet.has(rawId)) { + pruned[rawId] = alias; + } + } + return pruned; +} +function pruneThinkingOptionsToPersistedSelections(settings11, next) { + const persistableRawIds = new Set(next.visibleModels); + addPersistableSelection(persistableRawIds, settings11.model, next.discoveredModels); + addPersistableSelection(persistableRawIds, settings11.titleGenerationModel, next.discoveredModels); + const savedProviderModel = settings11.savedProviderModel; + if (savedProviderModel && typeof savedProviderModel === "object" && !Array.isArray(savedProviderModel)) { + addPersistableSelection( + persistableRawIds, + savedProviderModel.opencode, + next.discoveredModels + ); + } + const pruned = {}; + for (const rawId of persistableRawIds) { + const options = next.thinkingOptionsByModel[rawId]; + if (options == null ? void 0 : options.length) { + pruned[rawId] = options.map((option) => ({ ...option })); + } + } + return pruned; +} +function addPersistableSelection(target, value, discoveredModels) { + if (typeof value !== "string" || !isOpencodeModelSelectionId(value)) { + return; + } + const rawModelId = decodeOpencodeModelId(value); + if (!rawModelId) { + return; + } + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, discoveredModels); + if (baseRawId) { + target.add(baseRawId); + } +} +function retargetRemovedOpencodeSelections(settings11, next) { + var _a5; + if (next.visibleModels.length === 0) { + if (typeof settings11.titleGenerationModel === "string" && isOpencodeModelSelectionId(settings11.titleGenerationModel)) { + settings11.titleGenerationModel = ""; + } + return; + } + const visibleSet = new Set(next.visibleModels); + const fallbackRawId = next.visibleModels[0]; + const fallbackModelId = encodeOpencodeModelId(fallbackRawId); + const fallbackEffort = (_a5 = next.preferredThinkingByModel[fallbackRawId]) != null ? _a5 : OPENCODE_DEFAULT_THINKING_LEVEL; + const maybeRetargetModel = (value) => { + if (typeof value !== "string" || !isOpencodeModelSelectionId(value)) { + return null; + } + const rawModelId = decodeOpencodeModelId(value); + if (!rawModelId) { + return fallbackModelId; + } + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, next.discoveredModels); + return visibleSet.has(baseRawId) ? null : fallbackModelId; + }; + const savedProviderModel = ensureProviderProjectionMap(settings11, "savedProviderModel"); + const nextSavedModel = maybeRetargetModel(savedProviderModel.opencode); + if (nextSavedModel) { + savedProviderModel.opencode = nextSavedModel; + ensureProviderProjectionMap(settings11, "savedProviderEffort").opencode = fallbackEffort; + } + const nextTopLevelModel = maybeRetargetModel(settings11.model); + if (nextTopLevelModel) { + settings11.model = nextTopLevelModel; + settings11.effortLevel = fallbackEffort; + } + const nextTitleGenerationModel = maybeRetargetModel(settings11.titleGenerationModel); + if (nextTitleGenerationModel) { + settings11.titleGenerationModel = nextTitleGenerationModel; + } +} + +// src/providers/pi/settings.ts +init_env(); + +// src/providers/pi/internal/providerProjection.ts +function ensureProviderProjectionMap2(settings11, key) { + const current = settings11[key]; + if (current && typeof current === "object" && !Array.isArray(current)) { + return current; + } + const next = {}; + settings11[key] = next; + return next; +} + +// src/providers/pi/models.ts +var PI_SYNTHETIC_MODEL_ID = "pi"; +var PI_MODEL_PREFIX = "pi:"; +var PI_DEFAULT_THINKING_LEVEL = "medium"; +var VALID_THINKING_LEVELS = /* @__PURE__ */ new Set([ + "off", + "minimal", + "low", + "medium", + "high", + "xhigh" +]); +var DEFAULT_REASONING_LEVELS = [ + "off", + "minimal", + "low", + "medium", + "high" +]; +function isPiModelSelectionId(model) { + return model === PI_SYNTHETIC_MODEL_ID || model.startsWith(PI_MODEL_PREFIX); +} +function encodePiModelId(provider, modelId) { + const normalizedProvider = provider.trim(); + const normalizedModelId = modelId.trim(); + if (!normalizedProvider || !normalizedModelId) { + return PI_SYNTHETIC_MODEL_ID; + } + return `${PI_MODEL_PREFIX}${normalizedProvider}/${normalizedModelId}`; +} +function decodePiModelId(model) { + if (!model.startsWith(PI_MODEL_PREFIX)) { + return null; + } + const raw = model.slice(PI_MODEL_PREFIX.length).trim(); + const slashIndex = raw.indexOf("/"); + if (slashIndex <= 0 || slashIndex >= raw.length - 1) { + return null; + } + const provider = raw.slice(0, slashIndex).trim(); + const modelId = raw.slice(slashIndex + 1).trim(); + return provider && modelId ? { provider, modelId } : null; +} +function normalizePiThinkingLevel(value) { + if (typeof value !== "string") { + return null; + } + const normalized = value.trim().toLowerCase(); + return VALID_THINKING_LEVELS.has(normalized) ? normalized : null; +} +function getPiSupportedThinkingLevels(value) { + const record2 = isPlainObject(value) ? value : {}; + const explicitLevels = collectExplicitThinkingLevels(record2); + const mappedLevels = collectThinkingLevelMapLevels(record2); + const reasoning = record2.reasoning === true || record2.supportsReasoning === true || record2.thinking === true || record2.canReason === true || explicitLevels.length > 0 || mappedLevels.levels.length > 0; + if (!reasoning) { + return ["off"]; + } + if (explicitLevels.length === 0 && mappedLevels.levels.length === 0) { + return [...DEFAULT_REASONING_LEVELS]; + } + const result = []; + const seen = /* @__PURE__ */ new Set(); + for (const level of [...explicitLevels, ...mappedLevels.levels]) { + if (level === null || mappedLevels.disabledLevels.has(level)) { + continue; + } + if (!seen.has(level)) { + seen.add(level); + result.push(level); + } + } + return result.length > 0 ? sortThinkingLevels(result) : [...DEFAULT_REASONING_LEVELS]; +} +function normalizePiDiscoveredModels(value) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i; + if (!Array.isArray(value)) { + return []; + } + const normalized = []; + const seen = /* @__PURE__ */ new Set(); + for (const entry of value) { + if (!isPlainObject(entry)) { + continue; + } + const provider = (_b3 = (_a5 = firstString(entry.provider, entry.providerId, entry.api)) == null ? void 0 : _a5.trim()) != null ? _b3 : ""; + const id = (_d = (_c2 = firstString(entry.id, entry.modelId, entry.model, entry.name)) == null ? void 0 : _c2.trim()) != null ? _d : ""; + if (!provider || !id) { + continue; + } + const key = `${provider}\0${id}`; + if (seen.has(key)) { + continue; + } + seen.add(key); + const label = ((_e2 = firstString(entry.label, entry.displayName, entry.name)) == null ? void 0 : _e2.trim()) || `${provider}/${id}`; + const api = (_f2 = firstString(entry.api)) == null ? void 0 : _f2.trim(); + const contextWindow = firstFinitePositiveNumber( + entry.contextWindow, + entry.context_window, + entry.context, + entry.maxContextTokens, + entry.max_context_tokens + ); + const maxTokens = firstFinitePositiveNumber( + entry.maxTokens, + entry.max_tokens, + entry.outputTokens, + entry.output_tokens + ); + const input = normalizeModelInputs( + (_i = (_h2 = (_g = entry.input) != null ? _g : entry.inputs) != null ? _h2 : entry.modalities) != null ? _i : entry.supportedInputs + ); + const thinkingLevels = getPiSupportedThinkingLevels(entry); + const reasoning = thinkingLevels.some((level) => level !== "off"); + normalized.push({ + ...api ? { api } : {}, + ...contextWindow !== void 0 ? { contextWindow } : {}, + encodedId: encodePiModelId(provider, id), + id, + input, + label, + ...maxTokens !== void 0 ? { maxTokens } : {}, + provider, + reasoning, + thinkingLevels + }); + } + return normalized; +} +function findPiModel(settings11, encodedId) { + var _a5; + return (_a5 = settings11.discoveredModels.find((model) => model.encodedId === encodedId)) != null ? _a5 : null; +} +function clampPiThinkingLevel(level, supportedLevels) { + var _a5; + const normalized = normalizePiThinkingLevel(level); + if (normalized && supportedLevels.includes(normalized)) { + return normalized; + } + if (supportedLevels.includes(PI_DEFAULT_THINKING_LEVEL)) { + return PI_DEFAULT_THINKING_LEVEL; + } + return (_a5 = supportedLevels[0]) != null ? _a5 : "off"; +} +function collectExplicitThinkingLevels(record2) { + const rawLevels = [ + record2.thinkingLevels, + record2.thinking_levels, + record2.reasoningLevels, + record2.reasoning_levels, + isPlainObject(record2.thinking) ? record2.thinking.levels : void 0, + isPlainObject(record2.reasoning) ? record2.reasoning.levels : void 0 + ].find(Array.isArray); + if (!Array.isArray(rawLevels)) { + return []; + } + return rawLevels.map((level) => { + var _a5; + if (level === null) { + return null; + } + return (_a5 = normalizePiThinkingLevel(level)) != null ? _a5 : void 0; + }).filter((level) => level !== void 0); +} +function collectThinkingLevelMapLevels(record2) { + const rawMap = isPlainObject(record2.thinkingLevelMap) ? record2.thinkingLevelMap : isPlainObject(record2.thinking_level_map) ? record2.thinking_level_map : null; + if (!rawMap) { + return { disabledLevels: /* @__PURE__ */ new Set(), levels: [] }; + } + const disabledLevels = /* @__PURE__ */ new Set(); + const levels = [...DEFAULT_REASONING_LEVELS]; + for (const [rawLevel, mappedLevel] of Object.entries(rawMap)) { + const level = normalizePiThinkingLevel(rawLevel); + if (!level) { + continue; + } + if (mappedLevel === null) { + disabledLevels.add(level); + } else { + levels.push(level); + } + } + return { disabledLevels, levels }; +} +function sortThinkingLevels(levels) { + const rank = new Map(DEFAULT_REASONING_LEVELS.concat("xhigh").map((level, index) => [level, index])); + return [...levels].sort((left, right) => { + var _a5, _b3; + return ((_a5 = rank.get(left)) != null ? _a5 : 99) - ((_b3 = rank.get(right)) != null ? _b3 : 99); + }); +} +function normalizeModelInputs(value) { + const rawInputs = Array.isArray(value) ? value : ["text"]; + const inputs = []; + const seen = /* @__PURE__ */ new Set(); + for (const entry of rawInputs) { + const normalized = typeof entry === "string" ? entry.trim().toLowerCase() : ""; + const input = normalized === "image" || normalized === "images" ? "image" : normalized === "text" ? "text" : null; + if (input && !seen.has(input)) { + seen.add(input); + inputs.push(input); + } + } + return inputs.length > 0 ? inputs : ["text"]; +} +function firstString(...values) { + for (const value of values) { + if (typeof value === "string") { + return value; + } + } + return void 0; +} +function firstFinitePositiveNumber(...values) { + for (const value of values) { + if (typeof value === "number" && Number.isFinite(value) && value > 0) { + return value; + } + } + return void 0; +} +function isPlainObject(value) { + return value !== null && typeof value === "object" && !Array.isArray(value); +} + +// src/providers/pi/settings.ts +var DEFAULT_PI_PROVIDER_SETTINGS = Object.freeze({ + cliPath: "", + cliPathsByHost: {}, + discoveredModels: [], + enabled: false, + environmentHash: "", + environmentVariables: "", + modelAliases: {}, + preferredThinkingByModel: {}, + toolMode: "all", + visibleModels: [] +}); +function normalizeHostnameCliPaths4(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const result = {}; + for (const [key, entry] of Object.entries(value)) { + if (typeof entry === "string" && entry.trim()) { + result[key] = entry.trim(); + } + } + return result; +} +function normalizePiVisibleModels(value, discoveredModels = []) { + if (!Array.isArray(value)) { + return []; + } + const knownIds = new Set(discoveredModels.map((model) => model.encodedId)); + const normalized = []; + const seen = /* @__PURE__ */ new Set(); + for (const entry of value) { + if (typeof entry !== "string") { + continue; + } + const trimmed = entry.trim(); + if (!trimmed || !decodePiModelId(trimmed)) { + continue; + } + if (knownIds.size > 0 && !knownIds.has(trimmed)) { + continue; + } + if (seen.has(trimmed)) { + continue; + } + seen.add(trimmed); + normalized.push(trimmed); + } + return normalized; +} +function getPiProviderSettings(settings11) { + var _a5, _b3, _c2, _d, _e2; + const config2 = getProviderConfig(settings11, "pi"); + const normalizedCliPathsByHost = normalizeHostnameCliPaths4(config2.cliPathsByHost); + const cliPathsByHost = Object.keys(normalizedCliPathsByHost).length > 0 ? migrateLegacyHostnameKeyedMap( + normalizedCliPathsByHost, + getHostnameKey(), + getLegacyHostnameKey() + ) : normalizedCliPathsByHost; + const discoveredModels = normalizePiDiscoveredModels(config2.discoveredModels); + const visibleModels = normalizePiVisibleModels(config2.visibleModels, discoveredModels); + const persistableIds = getPersistablePiModelIds(settings11, visibleModels); + return { + cliPath: (_a5 = config2.cliPath) != null ? _a5 : DEFAULT_PI_PROVIDER_SETTINGS.cliPath, + cliPathsByHost, + discoveredModels, + enabled: (_b3 = config2.enabled) != null ? _b3 : DEFAULT_PI_PROVIDER_SETTINGS.enabled, + environmentHash: (_c2 = config2.environmentHash) != null ? _c2 : DEFAULT_PI_PROVIDER_SETTINGS.environmentHash, + environmentVariables: (_e2 = (_d = config2.environmentVariables) != null ? _d : getProviderEnvironmentVariables(settings11, "pi")) != null ? _e2 : DEFAULT_PI_PROVIDER_SETTINGS.environmentVariables, + modelAliases: normalizePiModelAliasesForPersistableIds( + config2.modelAliases, + discoveredModels, + persistableIds + ), + preferredThinkingByModel: normalizePiPreferredThinkingForPersistableIds( + config2.preferredThinkingByModel, + discoveredModels, + persistableIds + ), + toolMode: normalizePiToolMode(config2.toolMode), + visibleModels + }; +} +function updatePiProviderSettings(settings11, updates) { + var _a5, _b3, _c2, _d, _e2; + const current = getPiProviderSettings(settings11); + const hostnameKey = getHostnameKey(); + const nextDiscoveredModels = normalizePiDiscoveredModels( + (_a5 = updates.discoveredModels) != null ? _a5 : current.discoveredModels + ); + const nextVisibleModels = normalizePiVisibleModels( + (_b3 = updates.visibleModels) != null ? _b3 : current.visibleModels, + nextDiscoveredModels + ); + const persistableIds = getPersistablePiModelIds(settings11, nextVisibleModels); + const nextModelAliases = pruneMapToPersistableIds( + normalizePiModelAliasesForPersistableIds( + (_c2 = updates.modelAliases) != null ? _c2 : current.modelAliases, + nextDiscoveredModels, + persistableIds + ), + persistableIds + ); + const nextPreferredThinkingByModel = pruneMapToPersistableIds( + normalizePiPreferredThinkingForPersistableIds( + (_d = updates.preferredThinkingByModel) != null ? _d : current.preferredThinkingByModel, + nextDiscoveredModels, + persistableIds + ), + persistableIds + ); + const nextCliPathsByHost = "cliPathsByHost" in updates ? normalizeHostnameCliPaths4(updates.cliPathsByHost) : { ...current.cliPathsByHost }; + let nextCliPath = "cliPathsByHost" in updates ? typeof updates.cliPath === "string" ? updates.cliPath.trim() : DEFAULT_PI_PROVIDER_SETTINGS.cliPath : current.cliPath.trim(); + if ("cliPath" in updates && !("cliPathsByHost" in updates)) { + const trimmedCliPath = typeof updates.cliPath === "string" ? updates.cliPath.trim() : ""; + if (trimmedCliPath) { + nextCliPathsByHost[hostnameKey] = trimmedCliPath; + } else { + delete nextCliPathsByHost[hostnameKey]; + } + nextCliPath = DEFAULT_PI_PROVIDER_SETTINGS.cliPath; + } + const next = { + ...current, + ...updates, + cliPath: nextCliPath, + cliPathsByHost: nextCliPathsByHost, + discoveredModels: nextDiscoveredModels, + modelAliases: nextModelAliases, + preferredThinkingByModel: nextPreferredThinkingByModel, + toolMode: normalizePiToolMode((_e2 = updates.toolMode) != null ? _e2 : current.toolMode), + visibleModels: nextVisibleModels + }; + if (updates.visibleModels !== void 0) { + retargetRemovedPiSelections(settings11, next); + const retargetedPersistableIds = getPersistablePiModelIds(settings11, next.visibleModels); + next.modelAliases = pruneMapToPersistableIds(next.modelAliases, retargetedPersistableIds); + next.preferredThinkingByModel = pruneMapToPersistableIds( + next.preferredThinkingByModel, + retargetedPersistableIds + ); + } + setProviderConfig(settings11, "pi", { + cliPath: next.cliPath, + cliPathsByHost: next.cliPathsByHost, + discoveredModels: next.discoveredModels, + enabled: next.enabled, + environmentHash: next.environmentHash, + environmentVariables: next.environmentVariables, + modelAliases: next.modelAliases, + preferredThinkingByModel: next.preferredThinkingByModel, + toolMode: next.toolMode, + visibleModels: next.visibleModels + }); + return next; +} +function normalizePiModelAliasesForPersistableIds(value, discoveredModels, persistableIds) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const normalized = {}; + for (const [encodedId, alias] of Object.entries(value)) { + if (typeof alias !== "string") { + continue; + } + const normalizedEncodedId = normalizePiPersistableEncodedId( + encodedId, + discoveredModels, + persistableIds + ); + const normalizedAlias = alias.trim(); + if (!normalizedEncodedId || !normalizedAlias) { + continue; + } + normalized[normalizedEncodedId] = normalizedAlias; + } + return normalized; +} +function normalizePiPreferredThinkingForPersistableIds(value, discoveredModels, persistableIds) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const normalized = {}; + for (const [encodedId, thinkingLevel] of Object.entries(value)) { + const normalizedEncodedId = normalizePiPersistableEncodedId( + encodedId, + discoveredModels, + persistableIds + ); + const normalizedThinkingLevel = normalizePiThinkingLevel(thinkingLevel); + if (!normalizedEncodedId || !normalizedThinkingLevel) { + continue; + } + const discoveredModel = discoveredModels.find((model) => model.encodedId === normalizedEncodedId); + if (discoveredModel && !discoveredModel.thinkingLevels.includes(normalizedThinkingLevel)) { + continue; + } + normalized[normalizedEncodedId] = normalizedThinkingLevel; + } + return normalized; +} +function normalizePiToolMode(value) { + return value === "readonly" ? "readonly" : "all"; +} +function normalizePiPersistableEncodedId(value, discoveredModels, persistableIds) { + const trimmed = value.trim(); + const decoded = decodePiModelId(trimmed); + if (!decoded) { + return ""; + } + const discoveredModel = findPiModel({ discoveredModels }, trimmed); + if (discoveredModel) { + return discoveredModel.encodedId; + } + return persistableIds.has(trimmed) ? trimmed : ""; +} +function getPersistablePiModelIds(settings11, visibleModels) { + const persistableIds = new Set(visibleModels); + addPersistableSelection2(persistableIds, settings11.model); + addPersistableSelection2(persistableIds, settings11.titleGenerationModel); + const savedProviderModel = settings11.savedProviderModel; + if (savedProviderModel && typeof savedProviderModel === "object" && !Array.isArray(savedProviderModel)) { + addPersistableSelection2(persistableIds, savedProviderModel.pi); + } + return persistableIds; +} +function addPersistableSelection2(target, value) { + if (typeof value === "string" && decodePiModelId(value)) { + target.add(value); + } +} +function pruneMapToPersistableIds(value, persistableIds) { + const pruned = {}; + for (const [encodedId, entry] of Object.entries(value)) { + if (persistableIds.has(encodedId)) { + pruned[encodedId] = entry; + } + } + return pruned; +} +function retargetRemovedPiSelections(settings11, next) { + var _a5; + if (next.visibleModels.length === 0) { + if (typeof settings11.titleGenerationModel === "string" && isPiModelSelectionId(settings11.titleGenerationModel)) { + settings11.titleGenerationModel = ""; + } + return; + } + const visibleSet = new Set(next.visibleModels); + const fallbackModelId = next.visibleModels[0]; + const fallbackEffort = (_a5 = next.preferredThinkingByModel[fallbackModelId]) != null ? _a5 : PI_DEFAULT_THINKING_LEVEL; + const maybeRetargetModel = (value) => { + if (typeof value !== "string" || !isPiModelSelectionId(value) || value === "pi") { + return null; + } + return visibleSet.has(value) ? null : fallbackModelId; + }; + const savedProviderModel = ensureProviderProjectionMap2(settings11, "savedProviderModel"); + const nextSavedModel = maybeRetargetModel(savedProviderModel.pi); + if (nextSavedModel) { + savedProviderModel.pi = nextSavedModel; + ensureProviderProjectionMap2(settings11, "savedProviderEffort").pi = fallbackEffort; + } + const nextTopLevelModel = maybeRetargetModel(settings11.model); + if (nextTopLevelModel) { + settings11.model = nextTopLevelModel; + settings11.effortLevel = fallbackEffort; + } + const nextTitleGenerationModel = maybeRetargetModel(settings11.titleGenerationModel); + if (nextTitleGenerationModel) { + settings11.titleGenerationModel = nextTitleGenerationModel; + } +} + +// src/providers/defaultProviderConfigs.ts +function getBuiltInProviderDefaultConfigs() { + return { + claude: { ...DEFAULT_CLAUDE_PROVIDER_SETTINGS }, + codex: { ...DEFAULT_CODEX_PROVIDER_SETTINGS }, + opencode: { ...DEFAULT_OPENCODE_PROVIDER_SETTINGS }, + pi: { ...DEFAULT_PI_PROVIDER_SETTINGS } + }; +} + +// src/app/settings/defaultSettings.ts +var DEFAULT_CLAUDIAN_SETTINGS = { + userName: "", + permissionMode: "yolo", + model: "haiku", + thinkingBudget: "off", + effortLevel: "high", + serviceTier: "default", + enableAutoTitleGeneration: true, + titleGenerationModel: "", + excludedTags: [], + mediaFolder: "", + systemPrompt: "", + persistentExternalContextPaths: [], + sharedEnvironmentVariables: "", + envSnippets: [], + customContextLimits: {}, + customModelAliases: {}, + keyboardNavigation: { + scrollUpKey: "w", + scrollDownKey: "s", + focusInputKey: "i" + }, + requireCommandOrControlEnterToSend: false, + locale: "en", + providerConfigs: getBuiltInProviderDefaultConfigs(), + settingsProvider: "claude", + savedProviderModel: {}, + savedProviderEffort: {}, + savedProviderServiceTier: {}, + savedProviderThinkingBudget: {}, + savedProviderPermissionMode: {}, + lastCustomModel: "", + maxTabs: 3, + tabBarPosition: "input", + enableAutoScroll: true, + deferMathRenderingDuringStreaming: true, + chatViewPlacement: "right-sidebar", + hiddenProviderCommands: getDefaultHiddenProviderCommands() +}; + +// src/app/settings/ClaudianSettingsStorage.ts +var LEGACY_TOP_LEVEL_PROVIDER_FIELDS = [ + "claudeSafeMode", + "codexSafeMode", + "claudeCliPath", + "claudeCliPathsByHost", + "codexCliPath", + "codexCliPathsByHost", + "codexReasoningSummary", + "loadUserClaudeSettings", + "codexEnabled", + "lastClaudeModel", + "enableChrome", + "enableBangBash", + "enableOpus1M", + "enableSonnet1M", + "environmentVariables", + "lastEnvHash", + "lastCodexEnvHash" +]; +var LEGACY_STRIPPED_SETTING_FIELDS = [ + "activeConversationId", + "show1MModel", + "hiddenSlashCommands", + "slashCommands", + "allowExternalAccess", + "allowedExportPaths", + "enableBlocklist", + "blockedCommands", + ...LEGACY_TOP_LEVEL_PROVIDER_FIELDS, + "openInMainTab" +]; +function stripLegacyFields(settings11) { + const cleaned = { ...settings11 }; + for (const key of LEGACY_STRIPPED_SETTING_FIELDS) { + delete cleaned[key]; + } + return cleaned; +} +function isChatViewPlacement(value) { + return typeof value === "string" && CHAT_VIEW_PLACEMENTS.includes(value); +} +function normalizeChatViewPlacement(value, legacyOpenInMainTab) { + if (isChatViewPlacement(value)) { + return value; + } + if (typeof legacyOpenInMainTab === "boolean") { + return legacyOpenInMainTab ? "main-tab" : "right-sidebar"; + } + return DEFAULT_CLAUDIAN_SETTINGS.chatViewPlacement; +} +function shouldPersistChatViewPlacementMigration(stored, normalized) { + return "openInMainTab" in stored || "chatViewPlacement" in stored && stored.chatViewPlacement !== normalized; +} +function normalizeProviderConfigs(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const result = {}; + for (const [providerId, config2] of Object.entries(value)) { + if (config2 && typeof config2 === "object" && !Array.isArray(config2)) { + result[providerId] = { ...config2 }; + } + } + return result; +} +var HOST_SCOPED_PROVIDER_CONFIG_FIELDS = { + claude: ["cliPathsByHost"], + codex: ["cliPathsByHost", "installationMethodsByHost", "wslDistroOverridesByHost"], + opencode: ["cliPathsByHost"], + pi: ["cliPathsByHost"] +}; +function hasHostScopedProviderConfigNormalization(original, normalized) { + if (!normalized || typeof normalized !== "object" || Array.isArray(normalized)) { + return false; + } + const normalizedConfigs = normalized; + for (const [providerId, fields] of Object.entries(HOST_SCOPED_PROVIDER_CONFIG_FIELDS)) { + const originalConfig = original[providerId]; + const normalizedConfig = normalizedConfigs[providerId]; + if (!originalConfig || !normalizedConfig) { + continue; + } + for (const field of fields) { + if (field in originalConfig && JSON.stringify(originalConfig[field]) !== JSON.stringify(normalizedConfig[field])) { + return true; + } + } + } + return false; +} +function isEnvironmentScope(value) { + return value === "shared" || typeof value === "string" && value.startsWith("provider:"); +} +function normalizeContextLimits(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return void 0; + } + const result = {}; + for (const [key, entry] of Object.entries(value)) { + if (typeof entry === "number" && Number.isFinite(entry) && entry > 0) { + result[key] = entry; + } + } + return Object.keys(result).length > 0 ? result : void 0; +} +function normalizeModelAliases(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const result = {}; + for (const [key, alias] of Object.entries(value)) { + if (typeof alias !== "string") { + continue; + } + const modelId = key.trim(); + const normalizedAlias = alias.trim(); + if (modelId && normalizedAlias) { + result[modelId] = normalizedAlias; + } + } + return result; +} +function normalizeEnvSnippets(value) { + if (!Array.isArray(value)) { + return []; + } + const snippets = []; + for (const item of value) { + if (!item || typeof item !== "object" || Array.isArray(item)) { + continue; + } + const candidate = item; + if (typeof candidate.id !== "string" || typeof candidate.name !== "string" || typeof candidate.description !== "string" || typeof candidate.envVars !== "string") { + continue; + } + const modelAliases = "modelAliases" in candidate ? normalizeModelAliases(candidate.modelAliases) : void 0; + snippets.push({ + id: candidate.id, + name: candidate.name, + description: candidate.description, + envVars: candidate.envVars, + scope: resolveEnvironmentSnippetScope( + candidate.envVars, + isEnvironmentScope(candidate.scope) ? candidate.scope : inferEnvironmentSnippetScope(candidate.envVars) + ), + contextLimits: normalizeContextLimits(candidate.contextLimits), + modelAliases + }); + } + return snippets; +} +function hasLegacyTopLevelProviderFields(stored) { + return LEGACY_TOP_LEVEL_PROVIDER_FIELDS.some((key) => key in stored); +} +function mergeLegacyClaudeHiddenCommands(hiddenProviderCommands, legacyHiddenSlashCommands) { + const legacyCommands = normalizeHiddenCommandList(legacyHiddenSlashCommands); + if (legacyCommands.length === 0 || hiddenProviderCommands.claude) { + return hiddenProviderCommands; + } + return { + ...hiddenProviderCommands, + claude: legacyCommands + }; +} +var ClaudianSettingsStorage = class { + constructor(adapter) { + this.adapter = adapter; + } + async load() { + var _a5, _b3; + const settingsPath = await this.getLoadPath(); + if (!settingsPath) { + return this.getDefaults(); + } + const content = await this.adapter.read(settingsPath); + const stored = JSON.parse(content); + const hiddenProviderCommands = mergeLegacyClaudeHiddenCommands( + normalizeHiddenProviderCommands(stored.hiddenProviderCommands), + stored.hiddenSlashCommands + ); + const envSnippets = normalizeEnvSnippets(stored.envSnippets); + const customModelAliases = normalizeModelAliases(stored.customModelAliases); + const providerConfigs = normalizeProviderConfigs(stored.providerConfigs); + const chatViewPlacement = normalizeChatViewPlacement( + stored.chatViewPlacement, + stored.openInMainTab + ); + const legacyProviderSettings = { + ...stored, + hiddenProviderCommands, + providerConfigs + }; + const storedWithoutLegacy = stripLegacyFields({ + ...legacyProviderSettings + }); + const legacyNormalized = { + ...storedWithoutLegacy, + sharedEnvironmentVariables: getSharedEnvironmentVariables(legacyProviderSettings), + envSnippets, + customModelAliases, + hiddenProviderCommands, + providerConfigs, + chatViewPlacement + }; + const merged = { + ...this.getDefaults(), + ...legacyNormalized + }; + updateClaudeProviderSettings( + merged, + getClaudeProviderSettings(legacyProviderSettings) + ); + updateCodexProviderSettings( + merged, + getCodexProviderSettings(legacyProviderSettings) + ); + updateOpencodeProviderSettings( + merged, + getOpencodeProviderSettings(legacyProviderSettings) + ); + updatePiProviderSettings( + merged, + getPiProviderSettings(legacyProviderSettings) + ); + const didNormalizeHostScopedProviderConfigs = hasHostScopedProviderConfigNormalization( + providerConfigs, + merged.providerConfigs + ); + if (settingsPath !== CLAUDIAN_SETTINGS_PATH || (hasLegacyTopLevelProviderFields(stored) || "show1MModel" in stored || "slashCommands" in stored || "hiddenSlashCommands" in stored || "activeConversationId" in stored || "allowExternalAccess" in stored || "allowedExportPaths" in stored || "enableBlocklist" in stored || "blockedCommands" in stored || shouldPersistChatViewPlacementMigration(stored, chatViewPlacement) || JSON.stringify(envSnippets) !== JSON.stringify((_a5 = stored.envSnippets) != null ? _a5 : []) || "customModelAliases" in stored && JSON.stringify(customModelAliases) !== JSON.stringify((_b3 = stored.customModelAliases) != null ? _b3 : {}) || didNormalizeHostScopedProviderConfigs)) { + await this.save(merged); + } + return merged; + } + async save(settings11) { + const content = JSON.stringify( + stripLegacyFields(settings11), + null, + 2 + ); + await this.adapter.write(CLAUDIAN_SETTINGS_PATH, content); + await this.deleteLegacyFileIfPresent(); + } + async exists() { + if (await this.adapter.exists(CLAUDIAN_SETTINGS_PATH)) { + return true; + } + return this.adapter.exists(LEGACY_CLAUDIAN_SETTINGS_PATH); + } + async update(updates) { + const current = await this.load(); + await this.save({ ...current, ...updates }); + } + async setLastModel(model, isCustom) { + if (isCustom) { + await this.update({ lastCustomModel: model }); + return; + } + const current = await this.load(); + updateClaudeProviderSettings( + current, + { lastModel: model } + ); + await this.save(current); + } + async setLastEnvHash(hash2) { + const current = await this.load(); + updateClaudeProviderSettings( + current, + { environmentHash: hash2 } + ); + await this.save(current); + } + getDefaults() { + return DEFAULT_CLAUDIAN_SETTINGS; + } + async getLoadPath() { + if (await this.adapter.exists(CLAUDIAN_SETTINGS_PATH)) { + return CLAUDIAN_SETTINGS_PATH; + } + if (await this.adapter.exists(LEGACY_CLAUDIAN_SETTINGS_PATH)) { + return LEGACY_CLAUDIAN_SETTINGS_PATH; + } + return null; + } + async deleteLegacyFileIfPresent() { + if (await this.adapter.exists(LEGACY_CLAUDIAN_SETTINGS_PATH)) { + await this.adapter.delete(LEGACY_CLAUDIAN_SETTINGS_PATH); + } + } +}; + +// src/core/bootstrap/SessionStorage.ts +var SessionStorage = class { + constructor(adapter) { + this.adapter = adapter; + } + getMetadataPath(id) { + return `${SESSIONS_PATH}/${id}.meta.json`; + } + getLegacyMetadataPath(id) { + return `${LEGACY_SESSIONS_PATH}/${id}.meta.json`; + } + async saveMetadata(metadata) { + const filePath = this.getMetadataPath(metadata.id); + const content = JSON.stringify(metadata, null, 2); + await this.adapter.write(filePath, content); + await this.deleteLegacyMetadataIfPresent(metadata.id); + } + async loadMetadata(id) { + const filePath = await this.getLoadPath(id); + try { + if (!filePath) { + return null; + } + const content = await this.adapter.read(filePath); + const metadata = JSON.parse(content); + if (filePath !== this.getMetadataPath(id)) { + await this.saveMetadata(metadata); + } + return metadata; + } catch (e2) { + return null; + } + } + async deleteMetadata(id) { + await this.adapter.delete(this.getMetadataPath(id)); + await this.deleteLegacyMetadataIfPresent(id); + } + async listMetadata() { + const metas = []; + const files = await this.listUniqueMetadataFiles(); + for (const filePath of files) { + try { + const content = await this.adapter.read(filePath); + const raw = JSON.parse(content); + metas.push(raw); + if (filePath.startsWith(`${LEGACY_SESSIONS_PATH}/`)) { + await this.saveMetadata(raw); + } + } catch (e2) { + } + } + return metas; + } + async listAllConversations() { + const nativeMetas = await this.listMetadata(); + const metas = nativeMetas.map((meta3) => { + var _a5; + return { + id: meta3.id, + providerId: (_a5 = meta3.providerId) != null ? _a5 : DEFAULT_CHAT_PROVIDER_ID, + title: meta3.title, + createdAt: meta3.createdAt, + updatedAt: meta3.updatedAt, + lastResponseAt: meta3.lastResponseAt, + messageCount: 0, + preview: "SDK session", + titleGenerationStatus: meta3.titleGenerationStatus + }; + }); + return metas.sort( + (a, b2) => { + var _a5, _b3; + return ((_a5 = b2.lastResponseAt) != null ? _a5 : b2.createdAt) - ((_b3 = a.lastResponseAt) != null ? _b3 : a.createdAt); + } + ); + } + toSessionMetadata(conversation) { + var _a5, _b3, _c2; + const providerState = (_c2 = (_b3 = (_a5 = ProviderRegistry.getConversationHistoryService(conversation.providerId)).buildPersistedProviderState) == null ? void 0 : _b3.call(_a5, conversation)) != null ? _c2 : conversation.providerState; + return { + id: conversation.id, + providerId: conversation.providerId, + title: conversation.title, + titleGenerationStatus: conversation.titleGenerationStatus, + createdAt: conversation.createdAt, + updatedAt: conversation.updatedAt, + lastResponseAt: conversation.lastResponseAt, + sessionId: conversation.sessionId, + providerState: providerState && Object.keys(providerState).length > 0 ? providerState : void 0, + currentNote: conversation.currentNote, + externalContextPaths: conversation.externalContextPaths, + enabledMcpServers: conversation.enabledMcpServers, + usage: conversation.usage, + resumeAtMessageId: conversation.resumeAtMessageId + }; + } + async getLoadPath(id) { + const filePath = this.getMetadataPath(id); + if (await this.adapter.exists(filePath)) { + return filePath; + } + const legacyFilePath = this.getLegacyMetadataPath(id); + if (await this.adapter.exists(legacyFilePath)) { + return legacyFilePath; + } + return null; + } + async deleteLegacyMetadataIfPresent(id) { + const legacyFilePath = this.getLegacyMetadataPath(id); + if (await this.adapter.exists(legacyFilePath)) { + await this.adapter.delete(legacyFilePath); + } + } + async listUniqueMetadataFiles() { + const preferredFiles = await this.listMetadataFiles(SESSIONS_PATH); + const fallbackFiles = await this.listMetadataFiles(LEGACY_SESSIONS_PATH); + const filesByName = /* @__PURE__ */ new Map(); + for (const filePath of preferredFiles) { + filesByName.set(this.getFileName(filePath), filePath); + } + for (const filePath of fallbackFiles) { + const fileName = this.getFileName(filePath); + if (!filesByName.has(fileName)) { + filesByName.set(fileName, filePath); + } + } + return Array.from(filesByName.values()); + } + async listMetadataFiles(folderPath) { + try { + const files = await this.adapter.listFiles(folderPath); + return files.filter((filePath) => filePath.endsWith(".meta.json")); + } catch (e2) { + return []; + } + } + getFileName(filePath) { + var _a5; + const parts = filePath.split("/"); + return (_a5 = parts[parts.length - 1]) != null ? _a5 : filePath; + } +}; + +// src/core/storage/VaultFileAdapter.ts +var VaultFileAdapter = class { + constructor(app) { + this.app = app; + this.writeQueue = Promise.resolve(); + } + async exists(path27) { + return this.app.vault.adapter.exists(path27); + } + async read(path27) { + return this.app.vault.adapter.read(path27); + } + async write(path27, content) { + await this.ensureParentFolder(path27); + await this.app.vault.adapter.write(path27, content); + } + async append(path27, content) { + await this.ensureParentFolder(path27); + this.writeQueue = this.writeQueue.then(async () => { + if (await this.exists(path27)) { + const existing = await this.read(path27); + await this.app.vault.adapter.write(path27, existing + content); + } else { + await this.app.vault.adapter.write(path27, content); + } + }).catch(() => { + }); + await this.writeQueue; + } + async delete(path27) { + if (await this.exists(path27)) { + await this.app.vault.adapter.remove(path27); + } + } + /** Fails silently if non-empty or missing. */ + async deleteFolder(path27) { + try { + if (await this.exists(path27)) { + await this.app.vault.adapter.rmdir(path27, false); + } + } catch (e2) { + } + } + async listFiles(folder) { + if (!await this.exists(folder)) { + return []; + } + const listing = await this.app.vault.adapter.list(folder); + return listing.files; + } + /** List subfolders in a folder. Returns relative paths from the folder. */ + async listFolders(folder) { + if (!await this.exists(folder)) { + return []; + } + const listing = await this.app.vault.adapter.list(folder); + return listing.folders; + } + /** Recursively list all files in a folder and subfolders. */ + async listFilesRecursive(folder) { + const allFiles = []; + const processFolder = async (currentFolder) => { + if (!await this.exists(currentFolder)) return; + const listing = await this.app.vault.adapter.list(currentFolder); + allFiles.push(...listing.files); + for (const subfolder of listing.folders) { + await processFolder(subfolder); + } + }; + await processFolder(folder); + return allFiles; + } + async ensureParentFolder(filePath) { + const folder = filePath.substring(0, filePath.lastIndexOf("/")); + if (folder && !await this.exists(folder)) { + await this.ensureFolder(folder); + } + } + /** Ensure a folder exists, creating it and parent folders if needed. */ + async ensureFolder(path27) { + if (await this.exists(path27)) return; + const parts = path27.split("/").filter(Boolean); + let current = ""; + for (const part of parts) { + current = current ? `${current}/${part}` : part; + if (!await this.exists(current)) { + await this.app.vault.adapter.mkdir(current); + } + } + } + /** Rename/move a file. */ + async rename(oldPath, newPath) { + await this.app.vault.adapter.rename(oldPath, newPath); + } + async stat(path27) { + try { + const stat = await this.app.vault.adapter.stat(path27); + if (!stat) return null; + return { mtime: stat.mtime, size: stat.size }; + } catch (e2) { + return null; + } + } +}; + +// src/providers/claude/types/settings.ts +function createPermissionRule(rule) { + return rule; +} +var DEFAULT_CC_SETTINGS = { + $schema: "https://json.schemastore.org/claude-code-settings.json", + permissions: { + allow: [], + deny: [], + ask: [] + } +}; +var DEFAULT_CC_PERMISSIONS = { + allow: [], + deny: [], + ask: [] +}; + +// src/utils/agent.ts +function validateAgentName(name) { + return validateSlugName(name, "Agent"); +} +function pushYamlList(lines, key, items) { + if (!items || items.length === 0) return; + lines.push(`${key}:`); + for (const item of items) { + lines.push(` - ${yamlString(item)}`); + } +} +function serializeAgent(agent) { + const lines = ["---"]; + lines.push(`name: ${agent.name}`); + lines.push(`description: ${yamlString(agent.description)}`); + pushYamlList(lines, "tools", agent.tools); + pushYamlList(lines, "disallowedTools", agent.disallowedTools); + if (agent.model && agent.model !== "inherit") { + lines.push(`model: ${agent.model}`); + } + if (agent.permissionMode) { + lines.push(`permissionMode: ${agent.permissionMode}`); + } + pushYamlList(lines, "skills", agent.skills); + if (agent.hooks !== void 0) { + lines.push(`hooks: ${JSON.stringify(agent.hooks)}`); + } + if (agent.extraFrontmatter) { + for (const [key, value] of Object.entries(agent.extraFrontmatter)) { + lines.push(`${key}: ${JSON.stringify(value)}`); + } + } + lines.push("---"); + lines.push(agent.prompt); + return lines.join("\n"); +} + +// src/providers/claude/storage/AgentVaultStorage.ts +var AGENTS_PATH = ".claude/agents"; +var AgentVaultStorage = class { + constructor(adapter) { + this.adapter = adapter; + } + async loadAll() { + const agents = []; + try { + const files = await this.adapter.listFiles(AGENTS_PATH); + for (const filePath of files) { + if (!filePath.endsWith(".md")) continue; + try { + const content = await this.adapter.read(filePath); + const parsed = parseAgentFile(content); + if (!parsed) continue; + const { frontmatter, body } = parsed; + agents.push(buildAgentFromFrontmatter(frontmatter, body, { + id: frontmatter.name, + source: "vault", + filePath + })); + } catch (e2) { + } + } + } catch (e2) { + } + return agents; + } + async load(agent) { + const filePath = this.resolvePath(agent); + try { + const content = await this.adapter.read(filePath); + const parsed = parseAgentFile(content); + if (!parsed) return null; + const { frontmatter, body } = parsed; + return buildAgentFromFrontmatter(frontmatter, body, { + id: frontmatter.name, + source: agent.source, + filePath + }); + } catch (error48) { + if (this.isFileNotFoundError(error48)) { + return null; + } + throw error48; + } + } + async save(agent) { + await this.adapter.write(this.resolvePath(agent), serializeAgent(agent)); + } + async delete(agent) { + await this.adapter.delete(this.resolvePath(agent)); + } + resolvePath(agent) { + if (!agent.filePath) { + return `${AGENTS_PATH}/${agent.name}.md`; + } + const normalized = agent.filePath.replace(/\\/g, "/"); + const idx = normalized.lastIndexOf(`${AGENTS_PATH}/`); + if (idx !== -1) { + return normalized.slice(idx); + } + return `${AGENTS_PATH}/${agent.name}.md`; + } + isFileNotFoundError(error48) { + if (!error48) return false; + if (typeof error48 === "string") { + return /enoent|not found|no such file/i.test(error48); + } + if (typeof error48 === "object") { + const maybeCode = error48.code; + if (typeof maybeCode === "string" && /enoent|not.?found/i.test(maybeCode)) { + return true; + } + const maybeMessage = error48.message; + if (typeof maybeMessage === "string" && /enoent|not found|no such file/i.test(maybeMessage)) { + return true; + } + } + return false; + } +}; + +// src/providers/claude/storage/CCSettingsStorage.ts +var CC_SETTINGS_PATH = ".claude/settings.json"; +var CC_SETTINGS_SCHEMA = "https://json.schemastore.org/claude-code-settings.json"; +function normalizeRuleList(value) { + if (!Array.isArray(value)) return []; + return value.filter((r) => typeof r === "string"); +} +function normalizePermissions(permissions) { + if (!permissions || typeof permissions !== "object") { + return { ...DEFAULT_CC_PERMISSIONS }; + } + const p = permissions; + return { + allow: normalizeRuleList(p.allow), + deny: normalizeRuleList(p.deny), + ask: normalizeRuleList(p.ask), + defaultMode: typeof p.defaultMode === "string" ? p.defaultMode : void 0, + additionalDirectories: Array.isArray(p.additionalDirectories) ? p.additionalDirectories.filter((d2) => typeof d2 === "string") : void 0 + }; +} +var CCSettingsStorage = class { + constructor(adapter) { + this.adapter = adapter; + } + async load() { + if (!await this.adapter.exists(CC_SETTINGS_PATH)) { + return { ...DEFAULT_CC_SETTINGS }; + } + const content = await this.adapter.read(CC_SETTINGS_PATH); + const stored = JSON.parse(content); + return { + $schema: CC_SETTINGS_SCHEMA, + ...stored, + permissions: normalizePermissions(stored.permissions) + }; + } + async save(settings11) { + var _a5; + let existing = {}; + if (await this.adapter.exists(CC_SETTINGS_PATH)) { + try { + const content2 = await this.adapter.read(CC_SETTINGS_PATH); + existing = JSON.parse(content2); + } catch (e2) { + } + } + const merged = { + ...existing, + $schema: CC_SETTINGS_SCHEMA, + permissions: (_a5 = settings11.permissions) != null ? _a5 : { ...DEFAULT_CC_PERMISSIONS } + }; + if (settings11.enabledPlugins !== void 0) { + merged.enabledPlugins = settings11.enabledPlugins; + } + const content = JSON.stringify(merged, null, 2); + await this.adapter.write(CC_SETTINGS_PATH, content); + } + async exists() { + return this.adapter.exists(CC_SETTINGS_PATH); + } + async getPermissions() { + var _a5; + const settings11 = await this.load(); + return (_a5 = settings11.permissions) != null ? _a5 : { ...DEFAULT_CC_PERMISSIONS }; + } + async updatePermissions(permissions) { + const settings11 = await this.load(); + settings11.permissions = permissions; + await this.save(settings11); + } + async addAllowRule(rule) { + var _a5, _b3; + const permissions = await this.getPermissions(); + if (!((_a5 = permissions.allow) == null ? void 0 : _a5.includes(rule))) { + permissions.allow = [...(_b3 = permissions.allow) != null ? _b3 : [], rule]; + await this.updatePermissions(permissions); + } + } + async addDenyRule(rule) { + var _a5, _b3; + const permissions = await this.getPermissions(); + if (!((_a5 = permissions.deny) == null ? void 0 : _a5.includes(rule))) { + permissions.deny = [...(_b3 = permissions.deny) != null ? _b3 : [], rule]; + await this.updatePermissions(permissions); + } + } + async addAskRule(rule) { + var _a5, _b3; + const permissions = await this.getPermissions(); + if (!((_a5 = permissions.ask) == null ? void 0 : _a5.includes(rule))) { + permissions.ask = [...(_b3 = permissions.ask) != null ? _b3 : [], rule]; + await this.updatePermissions(permissions); + } + } + async removeRule(rule) { + var _a5, _b3, _c2; + const permissions = await this.getPermissions(); + permissions.allow = (_a5 = permissions.allow) == null ? void 0 : _a5.filter((r) => r !== rule); + permissions.deny = (_b3 = permissions.deny) == null ? void 0 : _b3.filter((r) => r !== rule); + permissions.ask = (_c2 = permissions.ask) == null ? void 0 : _c2.filter((r) => r !== rule); + await this.updatePermissions(permissions); + } + async getEnabledPlugins() { + var _a5; + const settings11 = await this.load(); + return (_a5 = settings11.enabledPlugins) != null ? _a5 : {}; + } + async setPluginEnabled(pluginId, enabled) { + var _a5; + const settings11 = await this.load(); + const enabledPlugins = (_a5 = settings11.enabledPlugins) != null ? _a5 : {}; + enabledPlugins[pluginId] = enabled; + settings11.enabledPlugins = enabledPlugins; + await this.save(settings11); + } + async getExplicitlyEnabledPluginIds() { + const enabledPlugins = await this.getEnabledPlugins(); + return Object.entries(enabledPlugins).filter(([, enabled]) => enabled).map(([id]) => id); + } + async isPluginDisabled(pluginId) { + const enabledPlugins = await this.getEnabledPlugins(); + return enabledPlugins[pluginId] === false; + } +}; + +// src/core/types/chat.ts +var VIEW_TYPE_CLAUDIAN = "claudian-view"; + +// src/core/types/mcp.ts +function getMcpServerType(config2) { + if (config2.type === "sse") return "sse"; + if (config2.type === "http") return "http"; + if ("url" in config2) return "http"; + return "stdio"; +} +function isValidMcpServerConfig(obj) { + if (!obj || typeof obj !== "object") return false; + const config2 = obj; + if (config2.command && typeof config2.command === "string") return true; + if (config2.url && typeof config2.url === "string") return true; + return false; +} +var DEFAULT_MCP_SERVER = { + enabled: true, + contextSaving: true +}; + +// src/providers/claude/storage/McpStorage.ts +var MCP_CONFIG_PATH = ".claude/mcp.json"; +var McpStorage = class { + constructor(adapter) { + this.adapter = adapter; + } + async load() { + var _a5, _b3, _c2, _d, _e2; + try { + if (!await this.adapter.exists(MCP_CONFIG_PATH)) { + return []; + } + const content = await this.adapter.read(MCP_CONFIG_PATH); + const file2 = JSON.parse(content); + if (!file2.mcpServers || typeof file2.mcpServers !== "object") { + return []; + } + const claudianMeta = (_b3 = (_a5 = file2._claudian) == null ? void 0 : _a5.servers) != null ? _b3 : {}; + const servers = []; + for (const [name, config2] of Object.entries(file2.mcpServers)) { + if (!isValidMcpServerConfig(config2)) { + continue; + } + const meta3 = (_c2 = claudianMeta[name]) != null ? _c2 : {}; + const disabledTools = Array.isArray(meta3.disabledTools) ? meta3.disabledTools.filter((tool) => typeof tool === "string") : void 0; + const normalizedDisabledTools = disabledTools && disabledTools.length > 0 ? disabledTools : void 0; + servers.push({ + name, + config: config2, + enabled: (_d = meta3.enabled) != null ? _d : DEFAULT_MCP_SERVER.enabled, + contextSaving: (_e2 = meta3.contextSaving) != null ? _e2 : DEFAULT_MCP_SERVER.contextSaving, + disabledTools: normalizedDisabledTools, + description: meta3.description + }); + } + return servers; + } catch (e2) { + return []; + } + } + async save(servers) { + var _a5; + const mcpServers = {}; + const claudianServers = {}; + for (const server of servers) { + mcpServers[server.name] = server.config; + const meta3 = {}; + if (server.enabled !== DEFAULT_MCP_SERVER.enabled) { + meta3.enabled = server.enabled; + } + if (server.contextSaving !== DEFAULT_MCP_SERVER.contextSaving) { + meta3.contextSaving = server.contextSaving; + } + const normalizedDisabledTools = (_a5 = server.disabledTools) == null ? void 0 : _a5.map((tool) => tool.trim()).filter((tool) => tool.length > 0); + if (normalizedDisabledTools && normalizedDisabledTools.length > 0) { + meta3.disabledTools = normalizedDisabledTools; + } + if (server.description) { + meta3.description = server.description; + } + if (Object.keys(meta3).length > 0) { + claudianServers[server.name] = meta3; + } + } + let existing = null; + if (await this.adapter.exists(MCP_CONFIG_PATH)) { + try { + const raw = await this.adapter.read(MCP_CONFIG_PATH); + const parsed = JSON.parse(raw); + if (parsed && typeof parsed === "object") { + existing = parsed; + } + } catch (e2) { + existing = null; + } + } + const file2 = existing ? { ...existing } : {}; + file2.mcpServers = mcpServers; + const existingClaudian = existing && typeof existing._claudian === "object" ? existing._claudian : null; + if (Object.keys(claudianServers).length > 0) { + file2._claudian = { ...existingClaudian != null ? existingClaudian : {}, servers: claudianServers }; + } else if (existingClaudian) { + const rest = { ...existingClaudian }; + delete rest.servers; + if (Object.keys(rest).length > 0) { + file2._claudian = rest; + } else { + delete file2._claudian; + } + } else { + delete file2._claudian; + } + const content = JSON.stringify(file2, null, 2); + await this.adapter.write(MCP_CONFIG_PATH, content); + } + async exists() { + return this.adapter.exists(MCP_CONFIG_PATH); + } +}; + +// src/providers/claude/storage/SkillStorage.ts +var SKILLS_PATH = ".claude/skills"; +var SkillStorage = class { + constructor(adapter) { + this.adapter = adapter; + } + async loadAll() { + const skills = []; + try { + const folders = await this.adapter.listFolders(SKILLS_PATH); + for (const folder of folders) { + const skillName = folder.split("/").pop(); + const skillPath = `${SKILLS_PATH}/${skillName}/SKILL.md`; + try { + if (!await this.adapter.exists(skillPath)) continue; + const content = await this.adapter.read(skillPath); + const parsed = parseSlashCommandContent(content); + skills.push({ + ...parsedToSlashCommand(parsed, { + id: `skill-${skillName}`, + name: skillName, + source: "user" + }), + kind: "skill" + }); + } catch (e2) { + } + } + } catch (e2) { + return []; + } + return skills; + } + async save(skill) { + const name = skill.name; + const dirPath = `${SKILLS_PATH}/${name}`; + const filePath = `${dirPath}/SKILL.md`; + await this.adapter.ensureFolder(dirPath); + await this.adapter.write(filePath, serializeCommand(skill)); + } + async delete(skillId) { + const name = skillId.replace(/^skill-/, ""); + const dirPath = `${SKILLS_PATH}/${name}`; + const filePath = `${dirPath}/SKILL.md`; + await this.adapter.delete(filePath); + await this.adapter.deleteFolder(dirPath); + } +}; + +// src/providers/claude/storage/SlashCommandStorage.ts +var COMMANDS_PATH = ".claude/commands"; +var SlashCommandStorage = class { + constructor(adapter) { + this.adapter = adapter; + } + async loadAll() { + const commands = []; + try { + const files = await this.adapter.listFilesRecursive(COMMANDS_PATH); + for (const filePath of files) { + if (!filePath.endsWith(".md")) continue; + try { + const command = await this.loadFromFile(filePath); + if (command) { + commands.push(command); + } + } catch (e2) { + } + } + } catch (e2) { + } + return commands; + } + async loadFromFile(filePath) { + const content = await this.adapter.read(filePath); + return this.parseFile(content, filePath); + } + async save(command) { + const filePath = this.getFilePath(command); + await this.adapter.write(filePath, serializeCommand(command)); + } + async delete(commandId) { + const files = await this.adapter.listFilesRecursive(COMMANDS_PATH); + for (const filePath of files) { + if (!filePath.endsWith(".md")) continue; + const id = this.filePathToId(filePath); + if (id === commandId) { + await this.adapter.delete(filePath); + return; + } + } + } + getFilePath(command) { + const safeName = command.name.replace(/[^a-zA-Z0-9_/-]/g, "-"); + return `${COMMANDS_PATH}/${safeName}.md`; + } + parseFile(content, filePath) { + const parsed = parseSlashCommandContent(content); + return { + ...parsedToSlashCommand(parsed, { + id: this.filePathToId(filePath), + name: this.filePathToName(filePath) + }), + kind: "command" + }; + } + filePathToId(filePath) { + const relativePath = filePath.replace(`${COMMANDS_PATH}/`, "").replace(/\.md$/, ""); + const escaped = relativePath.replace(/-/g, "-_").replace(/\//g, "--"); + return `cmd-${escaped}`; + } + filePathToName(filePath) { + return filePath.replace(`${COMMANDS_PATH}/`, "").replace(/\.md$/, ""); + } +}; + +// src/providers/claude/storage/StorageService.ts +var CLAUDE_PATH = ".claude"; +function isRecord3(value) { + return !!value && typeof value === "object" && !Array.isArray(value); +} +var StorageService = class { + constructor(plugin, adapter) { + this.plugin = plugin; + this.app = plugin.app; + this.adapter = adapter != null ? adapter : new VaultFileAdapter(this.app); + this.ccSettings = new CCSettingsStorage(this.adapter); + this.claudianSettings = new ClaudianSettingsStorage(this.adapter); + this.commands = new SlashCommandStorage(this.adapter); + this.skills = new SkillStorage(this.adapter); + this.sessions = new SessionStorage(this.adapter); + this.mcp = new McpStorage(this.adapter); + this.agents = new AgentVaultStorage(this.adapter); + } + async initialize() { + await this.ensureDirectories(); + const cc2 = await this.ccSettings.load(); + const claudian = await this.claudianSettings.load(); + return { cc: cc2, claudian }; + } + async ensureDirectories() { + await this.adapter.ensureFolder(CLAUDE_PATH); + await this.adapter.ensureFolder(CLAUDIAN_STORAGE_PATH); + await this.adapter.ensureFolder(COMMANDS_PATH); + await this.adapter.ensureFolder(SKILLS_PATH); + await this.adapter.ensureFolder(SESSIONS_PATH); + await this.adapter.ensureFolder(AGENTS_PATH); + } + async loadAllSlashCommands() { + const commands = await this.commands.loadAll(); + const skills = await this.skills.loadAll(); + return [...commands, ...skills]; + } + getAdapter() { + return this.adapter; + } + async getPermissions() { + return this.ccSettings.getPermissions(); + } + async updatePermissions(permissions) { + return this.ccSettings.updatePermissions(permissions); + } + async addAllowRule(rule) { + return this.ccSettings.addAllowRule(createPermissionRule(rule)); + } + async addDenyRule(rule) { + return this.ccSettings.addDenyRule(createPermissionRule(rule)); + } + async removePermissionRule(rule) { + return this.ccSettings.removeRule(createPermissionRule(rule)); + } + async updateClaudianSettings(updates) { + return this.claudianSettings.update(updates); + } + async saveClaudianSettings(settings11) { + return this.claudianSettings.save(settings11); + } + async loadClaudianSettings() { + return this.claudianSettings.load(); + } + async getTabManagerState() { + try { + const data = await this.plugin.loadData(); + if (isRecord3(data) && data.tabManagerState) { + return this.validateTabManagerState(data.tabManagerState); + } + return null; + } catch (e2) { + return null; + } + } + validateTabManagerState(data) { + if (!data || typeof data !== "object") { + return null; + } + const state = data; + if (!Array.isArray(state.openTabs)) { + return null; + } + const validatedTabs = []; + for (const tab of state.openTabs) { + if (!tab || typeof tab !== "object") { + continue; + } + const tabObj = tab; + if (typeof tabObj.tabId !== "string") { + continue; + } + validatedTabs.push({ + tabId: tabObj.tabId, + conversationId: typeof tabObj.conversationId === "string" ? tabObj.conversationId : null, + ...typeof tabObj.draftModel === "string" ? { draftModel: tabObj.draftModel } : {} + }); + } + const activeTabId = typeof state.activeTabId === "string" ? state.activeTabId : null; + return { + openTabs: validatedTabs, + activeTabId + }; + } + async setTabManagerState(state) { + try { + const loaded = await this.plugin.loadData(); + const data = isRecord3(loaded) ? loaded : {}; + data.tabManagerState = state; + await this.plugin.saveData(data); + } catch (e2) { + new import_obsidian3.Notice("Failed to save tab layout"); + } + } +}; + +// src/providers/claude/ui/ClaudeSettingsTab.ts +var fs8 = __toESM(require("fs")); +var import_obsidian13 = require("obsidian"); + +// src/core/providers/ProviderSettingsCoordinator.ts +var PROJECTION_KEYS = /* @__PURE__ */ new Set([ + "model", + "effortLevel", + "serviceTier", + "thinkingBudget", + "permissionMode" +]); +function getSettingsProviderId(settings11) { + return ProviderRegistry.resolveSettingsProviderId(settings11); +} +function ensureProjectionMap(settings11, key) { + const current = settings11[key]; + if (current && typeof current === "object") { + return current; + } + const next = {}; + settings11[key] = next; + return next; +} +function cloneProviderSettings(settings11) { + return { + ...settings11, + savedProviderModel: { ...settings11.savedProviderModel }, + savedProviderEffort: { ...settings11.savedProviderEffort }, + savedProviderServiceTier: { ...settings11.savedProviderServiceTier }, + savedProviderThinkingBudget: { ...settings11.savedProviderThinkingBudget }, + savedProviderPermissionMode: { ...settings11.savedProviderPermissionMode } + }; +} +function normalizeToggleValue(value, allowedValues) { + if (typeof value !== "string") { + return void 0; + } + return allowedValues.has(value) ? value : void 0; +} +function mergeProviderSettings(target, source) { + for (const [key, value] of Object.entries(source)) { + if (PROJECTION_KEYS.has(key)) { + continue; + } + target[key] = value; + } +} +function normalizeReasoningValue(uiConfig, settings11, model, value) { + const allowedValues = new Set(uiConfig.getReasoningOptions(model, settings11).map((option) => option.value)); + if (typeof value === "string" && allowedValues.has(value)) { + return value; + } + return uiConfig.getDefaultReasoningValue(model, settings11); +} +function normalizeProviderModel(uiConfig, settings11, model) { + if (!model) { + return void 0; + } + return uiConfig.normalizeModelVariant(model, settings11); +} +var ProviderSettingsCoordinator = class { + static handleEnvironmentChange(settings11, providerIds) { + var _a5; + let anyChanged = false; + for (const providerId of providerIds) { + const reconciler = ProviderRegistry.getSettingsReconciler(providerId); + if ((_a5 = reconciler.handleEnvironmentChange) == null ? void 0 : _a5.call(reconciler, settings11)) { + anyChanged = true; + } + } + return anyChanged; + } + static reconcileTitleGenerationModelSelection(settings11) { + const currentModel = typeof settings11.titleGenerationModel === "string" ? settings11.titleGenerationModel : ""; + if (!currentModel) { + return false; + } + const isValid2 = ProviderRegistry.getRegisteredProviderIds().some( + (providerId) => ProviderRegistry.getChatUIConfig(providerId).getModelOptions(settings11).some((option) => option.value === currentModel) + ); + if (isValid2) { + return false; + } + settings11.titleGenerationModel = ""; + return true; + } + static normalizeProviderSelection(settings11) { + const next = getSettingsProviderId(settings11); + if (settings11.settingsProvider === next) { + return false; + } + settings11.settingsProvider = next; + return true; + } + static getProviderSettingsSnapshot(settings11, providerId) { + const snapshot = cloneProviderSettings(settings11); + this.projectProviderState(snapshot, providerId); + return snapshot; + } + static commitProviderSettingsSnapshot(settings11, providerId, snapshot) { + this.persistProjectedProviderState(snapshot, providerId); + if (providerId === getSettingsProviderId(settings11)) { + Object.assign(settings11, snapshot); + return; + } + mergeProviderSettings(settings11, snapshot); + } + static persistProjectedProviderState(settings11, providerId = getSettingsProviderId(settings11)) { + var _a5, _b3, _c2; + const savedModel = ensureProjectionMap(settings11, "savedProviderModel"); + const savedEffort = ensureProjectionMap(settings11, "savedProviderEffort"); + const savedServiceTier = ensureProjectionMap(settings11, "savedProviderServiceTier"); + const savedBudget = ensureProjectionMap(settings11, "savedProviderThinkingBudget"); + const savedPermissionMode = ensureProjectionMap(settings11, "savedProviderPermissionMode"); + const uiConfig = ProviderRegistry.getChatUIConfig(providerId); + const normalizedModel = normalizeProviderModel( + uiConfig, + settings11, + typeof settings11.model === "string" ? settings11.model : void 0 + ); + const projectedSettings = normalizedModel && normalizedModel !== settings11.model ? { ...settings11, model: normalizedModel } : settings11; + if (normalizedModel) { + savedModel[providerId] = normalizedModel; + } + if (typeof settings11.effortLevel === "string") { + savedEffort[providerId] = settings11.effortLevel; + } + const serviceTierToggle = (_b3 = (_a5 = uiConfig.getServiceTierToggle) == null ? void 0 : _a5.call(uiConfig, projectedSettings)) != null ? _b3 : null; + if (serviceTierToggle && typeof settings11.serviceTier === "string") { + savedServiceTier[providerId] = settings11.serviceTier; + } + const usesBudget = normalizedModel !== void 0 && !uiConfig.isAdaptiveReasoningModel(normalizedModel, projectedSettings); + if (usesBudget && typeof settings11.thinkingBudget === "string") { + savedBudget[providerId] = settings11.thinkingBudget; + } else { + delete savedBudget[providerId]; + } + if (typeof settings11.permissionMode === "string" && ((_c2 = uiConfig.getPermissionModeToggle) == null ? void 0 : _c2.call(uiConfig))) { + savedPermissionMode[providerId] = settings11.permissionMode; + } + } + static projectProviderState(settings11, providerId) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2; + const uiConfig = ProviderRegistry.getChatUIConfig(providerId); + const savedModel = settings11.savedProviderModel; + const savedEffort = settings11.savedProviderEffort; + const savedServiceTier = settings11.savedProviderServiceTier; + const savedBudget = settings11.savedProviderThinkingBudget; + const savedPermissionMode = settings11.savedProviderPermissionMode; + const shouldPreferCurrentProjection = providerId === getSettingsProviderId(settings11); + const currentModelRaw = typeof settings11.model === "string" ? settings11.model : ""; + const currentModel = shouldPreferCurrentProjection ? (_a5 = normalizeProviderModel(uiConfig, settings11, currentModelRaw)) != null ? _a5 : "" : currentModelRaw; + const currentEffort = typeof settings11.effortLevel === "string" ? settings11.effortLevel : void 0; + const currentServiceTier = typeof settings11.serviceTier === "string" ? settings11.serviceTier : void 0; + const currentBudget = typeof settings11.thinkingBudget === "string" ? settings11.thinkingBudget : void 0; + const modelOptions = uiConfig.getModelOptions(settings11); + const isDefaultModelOfAnotherProvider = currentModel.length > 0 && ProviderRegistry.getRegisteredProviderIds().filter((id) => id !== providerId).some((id) => ProviderRegistry.getChatUIConfig(id).isDefaultModel(currentModel)); + const canReuseCurrentModel = currentModel.length > 0 && !isDefaultModelOfAnotherProvider && (shouldPreferCurrentProjection || modelOptions.some((option) => option.value === currentModel)); + const fallbackModel = canReuseCurrentModel ? currentModel : (_c2 = (_b3 = modelOptions[0]) == null ? void 0 : _b3.value) != null ? _c2 : currentModel; + const savedModelValue = normalizeProviderModel(uiConfig, settings11, savedModel == null ? void 0 : savedModel[providerId]); + const isSavedModelValid = savedModelValue !== void 0 && modelOptions.some((option) => option.value === savedModelValue); + const model = (_d = isSavedModelValid ? savedModelValue : void 0) != null ? _d : fallbackModel; + const canReuseCurrentProjection = canReuseCurrentModel && model === currentModel; + if (model) { + settings11.model = model; + uiConfig.applyModelDefaults(model, settings11); + } + const serviceTierToggle = (_f2 = (_e2 = uiConfig.getServiceTierToggle) == null ? void 0 : _e2.call(uiConfig, { + ...settings11, + ...model ? { model } : {} + })) != null ? _f2 : null; + const isAdaptive = Boolean(model) && uiConfig.isAdaptiveReasoningModel(model, settings11); + if ((savedEffort == null ? void 0 : savedEffort[providerId]) !== void 0) { + settings11.effortLevel = savedEffort[providerId]; + } else if (canReuseCurrentProjection && currentEffort !== void 0) { + settings11.effortLevel = currentEffort; + } else if (isAdaptive) { + settings11.effortLevel = uiConfig.getDefaultReasoningValue(model, settings11); + } + if (isAdaptive) { + settings11.effortLevel = normalizeReasoningValue(uiConfig, settings11, model, settings11.effortLevel); + } + if ((savedServiceTier == null ? void 0 : savedServiceTier[providerId]) !== void 0) { + settings11.serviceTier = savedServiceTier[providerId]; + } else if (canReuseCurrentProjection && currentServiceTier !== void 0) { + settings11.serviceTier = currentServiceTier; + } else { + settings11.serviceTier = (_g = serviceTierToggle == null ? void 0 : serviceTierToggle.inactiveValue) != null ? _g : "default"; + } + const usesBudget = Boolean(model) && !isAdaptive; + if (usesBudget) { + if ((savedBudget == null ? void 0 : savedBudget[providerId]) !== void 0) { + settings11.thinkingBudget = savedBudget[providerId]; + } else if (canReuseCurrentProjection && currentBudget !== void 0) { + settings11.thinkingBudget = currentBudget; + } else { + settings11.thinkingBudget = uiConfig.getDefaultReasoningValue(model, settings11); + } + settings11.thinkingBudget = normalizeReasoningValue(uiConfig, settings11, model, settings11.thinkingBudget); + } + const permissionToggle = (_i = (_h2 = uiConfig.getPermissionModeToggle) == null ? void 0 : _h2.call(uiConfig)) != null ? _i : null; + if (!permissionToggle) { + return; + } + const allowedPermissionModes = /* @__PURE__ */ new Set([ + permissionToggle.inactiveValue, + permissionToggle.activeValue, + ...permissionToggle.planValue ? [permissionToggle.planValue] : [] + ]); + const currentPermissionMode = normalizeToggleValue(settings11.permissionMode, allowedPermissionModes); + const derivedPermissionMode = normalizeToggleValue( + (_j = uiConfig.resolvePermissionMode) == null ? void 0 : _j.call(uiConfig, settings11), + allowedPermissionModes + ); + const savedPermissionModeValue = normalizeToggleValue( + savedPermissionMode == null ? void 0 : savedPermissionMode[providerId], + allowedPermissionModes + ); + const projectedPermissionMode = (_l2 = (_k3 = savedPermissionModeValue != null ? savedPermissionModeValue : derivedPermissionMode) != null ? _k3 : shouldPreferCurrentProjection ? currentPermissionMode : void 0) != null ? _l2 : currentPermissionMode; + if (projectedPermissionMode !== void 0) { + settings11.permissionMode = projectedPermissionMode; + } + } + /** Each provider's reconciler only processes its own conversations. */ + static reconcileAllProviders(settings11, conversations) { + return this.reconcileProviders( + settings11, + conversations, + ProviderRegistry.getRegisteredProviderIds() + ); + } + static reconcileProviders(settings11, conversations, providerIds) { + let anyChanged = false; + const allInvalidated = []; + const settingsProvider = getSettingsProviderId(settings11); + for (const providerId of providerIds) { + const reconciler = ProviderRegistry.getSettingsReconciler(providerId); + const providerConversations = conversations.filter((c) => c.providerId === providerId); + const targetSettings = providerId === settingsProvider ? settings11 : cloneProviderSettings(settings11); + if (providerId !== settingsProvider) { + this.projectProviderState(targetSettings, providerId); + } + const { changed, invalidatedConversations } = reconciler.reconcileModelWithEnvironment( + targetSettings, + providerConversations + ); + if (changed) { + anyChanged = true; + this.persistProjectedProviderState(targetSettings, providerId); + if (providerId !== settingsProvider) { + mergeProviderSettings(settings11, targetSettings); + } + } + allInvalidated.push(...invalidatedConversations); + } + if (this.reconcileTitleGenerationModelSelection(settings11)) { + anyChanged = true; + } + return { changed: anyChanged, invalidatedConversations: allInvalidated }; + } + static normalizeAllModelVariants(settings11) { + let anyChanged = false; + const settingsProvider = getSettingsProviderId(settings11); + for (const providerId of ProviderRegistry.getRegisteredProviderIds()) { + const reconciler = ProviderRegistry.getSettingsReconciler(providerId); + const targetSettings = providerId === settingsProvider ? settings11 : cloneProviderSettings(settings11); + if (providerId !== settingsProvider) { + this.projectProviderState(targetSettings, providerId); + } + const changed = reconciler.normalizeModelVariantSettings(targetSettings); + if (changed) { + anyChanged = true; + this.persistProjectedProviderState(targetSettings, providerId); + if (providerId !== settingsProvider) { + mergeProviderSettings(settings11, targetSettings); + } + } + } + if (this.reconcileTitleGenerationModelSelection(settings11)) { + anyChanged = true; + } + return anyChanged; + } + /** + * Project the settings provider's saved values into the top-level + * model/effortLevel/thinkingBudget fields. + */ + static projectActiveProviderState(settings11) { + this.projectProviderState(settings11, getSettingsProviderId(settings11)); + } +}; + +// src/features/settings/ui/EnvironmentSettingsSection.ts +var import_obsidian6 = require("obsidian"); + +// src/features/settings/ui/EnvSnippetManager.ts +var import_obsidian5 = require("obsidian"); + +// src/i18n/locales/de.json +var de_exports = {}; +__export(de_exports, { + chat: () => chat, + common: () => common, + default: () => de_default, + settings: () => settings +}); +var common = { + save: "Speichern", + cancel: "Abbrechen", + delete: "L\xF6schen", + edit: "Bearbeiten", + add: "Hinzuf\xFCgen", + remove: "Entfernen", + clear: "L\xF6schen", + clearAll: "Alle l\xF6schen", + loading: "L\xE4dt", + error: "Fehler", + success: "Erfolg", + warning: "Warnung", + confirm: "Best\xE4tigen", + settings: "Einstellungen", + advanced: "Erweitert", + enabled: "Aktiviert", + disabled: "Deaktiviert", + platform: "Plattform", + refresh: "Aktualisieren", + rewind: "Zur\xFCckspulen" +}; +var chat = { + rewind: { + confirmMessage: "Zu diesem Punkt zur\xFCckspulen? Datei\xE4nderungen nach dieser Nachricht werden r\xFCckg\xE4ngig gemacht. Das Zur\xFCckspulen betrifft keine manuell oder \xFCber Bash bearbeiteten Dateien.", + confirmMessageConversationOnly: "Konversation zu diesem Punkt zur\xFCckspulen? Datei\xE4nderungen bleiben erhalten.", + confirmButton: "Zur\xFCckspulen", + ariaLabel: "Hierher zur\xFCckspulen", + menuConversationOnly: "Nur Konversation zur\xFCckspulen", + menuCodeAndConversation: "Code + Konversation zur\xFCckspulen", + notice: "Zur\xFCckgespult: {count} Datei(en) wiederhergestellt", + noticeConversationOnly: "Konversation zur\xFCckgespult; Datei\xE4nderungen bleiben erhalten", + noticeSaveFailed: "Zur\xFCckgespult: {count} Datei(en) wiederhergestellt, aber Status konnte nicht gespeichert werden: {error}", + noticeConversationOnlySaveFailed: "Konversation zur\xFCckgespult, aber Status konnte nicht gespeichert werden: {error}", + failed: "Zur\xFCckspulen fehlgeschlagen: {error}", + cannot: "Zur\xFCckspulen nicht m\xF6glich: {error}", + unavailableStreaming: "Zur\xFCckspulen w\xE4hrend des Streamings nicht m\xF6glich", + unavailableNoUuid: "Zur\xFCckspulen nicht m\xF6glich: Nachrichtenkennungen fehlen" + }, + fork: { + ariaLabel: "Konversation verzweigen", + chooseTarget: "Konversation verzweigen", + targetNewTab: "Neuer Tab", + targetCurrentTab: "Aktueller Tab", + maxTabsReached: "Verzweigung nicht m\xF6glich: maximal {count} Tabs erreicht", + notice: "In neuem Tab verzweigt", + noticeCurrentTab: "Im aktuellen Tab verzweigt", + failed: "Verzweigung fehlgeschlagen: {error}", + unavailableStreaming: "Verzweigung w\xE4hrend des Streamings nicht m\xF6glich", + unavailableNoUuid: "Verzweigung nicht m\xF6glich: Nachrichtenkennungen fehlen", + unavailableNoResponse: "Verzweigung nicht m\xF6glich: keine Antwort zum Verzweigen vorhanden", + errorMessageNotFound: "Nachricht nicht gefunden", + errorNoSession: "Keine Sitzungs-ID verf\xFCgbar", + errorNoActiveTab: "Kein aktiver Tab", + commandNoMessages: "Verzweigung nicht m\xF6glich: keine Nachrichten in der Konversation", + commandNoAssistantUuid: "Verzweigung nicht m\xF6glich: keine Assistentenantwort mit Kennungen" + }, + bangBash: { + placeholder: "> Einen Bash-Befehl ausf\xFChren...", + commandPanel: "Befehlspanel", + copyAriaLabel: "Neueste Befehlsausgabe kopieren", + clearAriaLabel: "Bash-Ausgabe l\xF6schen", + commandLabel: "{command}", + statusLabel: "Status des Befehls: {status}", + collapseOutput: "Befehlsausgabe einklappen", + expandOutput: "Befehlsausgabe ausklappen", + running: "Wird ausgef\xFChrt...", + copyFailed: "Kopieren in die Zwischenablage fehlgeschlagen" + } +}; +var settings = { + title: "Claudian Einstellungen", + tabs: { + general: "Allgemein", + claude: "Claude", + codex: "Codex" + }, + display: "Anzeige", + conversations: "Unterhaltungen", + content: "Inhalte", + input: "Eingabe", + setup: "Einrichtung", + models: "Modelle", + experimental: "Experimentell", + userName: { + name: "Wie soll Claudian dich nennen?", + desc: "Dein Name f\xFCr personalisierte Begr\xFC\xDFungen (leer lassen f\xFCr allgemeine Begr\xFC\xDFungen)" + }, + excludedTags: { + name: "Ausgeschlossene Tags", + desc: "Notizen mit diesen Tags werden nicht automatisch als Kontext geladen (einer pro Zeile, ohne #)" + }, + mediaFolder: { + name: "Medienordner", + desc: "Ordner mit Anh\xE4ngen/Bildern. Wenn Notizen ![[image.jpg]] verwenden, sucht Claude hier. Leer lassen f\xFCr Vault-Stammverzeichnis." + }, + systemPrompt: { + name: "Benutzerdefinierter System-Prompt", + desc: "Zus\xE4tzliche Anweisungen, die an den Standard-System-Prompt angeh\xE4ngt werden" + }, + autoTitle: { + name: "Konversationstitel automatisch generieren", + desc: "Generiert automatisch Konversationstitel nach der ersten Nutzernachricht." + }, + titleModel: { + name: "Titel-Generierungsmodell", + desc: "Modell zur automatischen Generierung von Konversationstiteln.", + auto: "Automatisch (Haiku)" + }, + navMappings: { + name: "Vim-Style Navigationszuordnungen", + desc: 'Eine Zuordnung pro Zeile. Format: "map " (Aktionen: scrollUp, scrollDown, focusInput).' + }, + requireCommandOrControlEnterToSend: { + name: "Command/Ctrl+Enter zum Senden erfordern", + desc: "Wenn aktiviert, f\xFCgt Enter einen Zeilenumbruch ein. Command+Enter sendet unter macOS; Ctrl+Enter sendet unter Windows und Linux." + }, + hotkeys: "Tastenk\xFCrzel", + inlineEditHotkey: { + name: "Inline-Bearbeitung", + descWithKey: "Aktuelles Tastenk\xFCrzel: {hotkey}", + descNoKey: "Kein Tastenk\xFCrzel festgelegt", + btnChange: "\xC4ndern", + btnSet: "Festlegen" + }, + openChatHotkey: { + name: "Chat \xF6ffnen", + descWithKey: "Aktuelles Tastenk\xFCrzel: {hotkey}", + descNoKey: "Kein Tastenk\xFCrzel festgelegt", + btnChange: "\xC4ndern", + btnSet: "Festlegen" + }, + newSessionHotkey: { + name: "Neue Sitzung", + descWithKey: "Aktuelles Tastenk\xFCrzel: {hotkey}", + descNoKey: "Kein Tastenk\xFCrzel festgelegt", + btnChange: "\xC4ndern", + btnSet: "Festlegen" + }, + newTabHotkey: { + name: "Neuer Tab", + descWithKey: "Aktuelles Tastenk\xFCrzel: {hotkey}", + descNoKey: "Kein Tastenk\xFCrzel festgelegt", + btnChange: "\xC4ndern", + btnSet: "Festlegen" + }, + closeTabHotkey: { + name: "Tab schlie\xDFen", + descWithKey: "Aktuelles Tastenk\xFCrzel: {hotkey}", + descNoKey: "Kein Tastenk\xFCrzel festgelegt", + btnChange: "\xC4ndern", + btnSet: "Festlegen" + }, + slashCommands: { + name: "Befehle und F\xE4higkeiten", + desc: "Verwalte Vault-Befehle und -F\xE4higkeiten in .claude/commands/ und .claude/skills/. Ausgel\xF6st durch /Name." + }, + hiddenSlashCommands: { + name: "Ausgeblendete Befehle und F\xE4higkeiten", + desc: "Bestimmte Befehle und F\xE4higkeiten aus dem Dropdown ausblenden. N\xFCtzlich, um Claude Code-Eintr\xE4ge auszublenden, die f\xFCr Claudian nicht relevant sind. Gib Namen ohne f\xFChrenden Schr\xE4gstrich ein, einen pro Zeile.", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "MCP-Server", + desc: "Verwalte Vault-MCP-Serverkonfigurationen in .claude/mcp.json. Server mit Kontext-Speichermodus ben\xF6tigen @mention zur Aktivierung." + }, + plugins: { + name: "Claude Code-Plugins", + desc: "Verwalte Claude Code Plugins aus ~/.claude/plugins. Aktivierte Plugins werden pro Vault in .claude/settings.json gespeichert." + }, + subagents: { + name: "Sub-Agenten", + desc: "Verwalte Vault-Sub-Agenten in .claude/agents/. Jede Markdown-Datei definiert einen benutzerdefinierten Agenten.", + noAgents: "Keine Sub-Agenten konfiguriert. Klicke auf +, um einen zu erstellen.", + deleteConfirm: 'Sub-Agent "{name}" l\xF6schen?', + saveFailed: "Sub-Agent konnte nicht gespeichert werden: {message}", + refreshFailed: "Sub-Agenten konnten nicht aktualisiert werden: {message}", + deleteFailed: "Sub-Agent konnte nicht gel\xF6scht werden: {message}", + renameCleanupFailed: 'Warnung: Alte Datei f\xFCr "{name}" konnte nicht entfernt werden', + created: 'Sub-Agent "{name}" erstellt', + updated: 'Sub-Agent "{name}" aktualisiert', + deleted: 'Sub-Agent "{name}" gel\xF6scht', + duplicateName: 'Ein Agent mit dem Namen "{name}" existiert bereits', + descriptionRequired: "Beschreibung ist erforderlich", + promptRequired: "System-Prompt ist erforderlich", + modal: { + titleEdit: "Sub-Agent bearbeiten", + titleAdd: "Sub-Agent hinzuf\xFCgen", + name: "Name", + nameDesc: "Nur Kleinbuchstaben, Zahlen und Bindestriche", + namePlaceholder: "code-reviewer", + description: "Beschreibung", + descriptionDesc: "Kurzbeschreibung dieses Agenten", + descriptionPlaceholder: "Pr\xFCft Code auf Fehler und Stil", + advancedOptions: "Erweiterte Optionen", + model: "Modell", + modelDesc: "Modell\xFCberschreibung f\xFCr diesen Agenten", + tools: "Tools", + toolsDesc: "Kommagetrennte Liste zul\xE4ssiger Tools (leer = alle)", + disallowedTools: "Nicht erlaubte Tools", + disallowedToolsDesc: "Kommagetrennte Liste der zu verbietenden Tools", + skills: "F\xE4higkeiten", + skillsDesc: "Kommagetrennte Liste von F\xE4higkeiten", + prompt: "System-Prompt", + promptDesc: "Anweisungen f\xFCr den Agenten", + promptPlaceholder: "Du bist ein Code-Reviewer. Analysiere den angegebenen Code auf..." + } + }, + safety: "Sicherheit", + loadUserSettings: { + name: "Benutzer-Claude-Einstellungen laden", + desc: "L\xE4dt ~/.claude/settings.json. Wenn aktiviert, k\xF6nnen Benutzer-Claude-Code-Berechtigungsregeln den Sicherheitsmodus umgehen." + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "Umgebung", + customVariables: { + name: "Benutzerdefinierte Variablen", + desc: "Umgebungsvariablen f\xFCr Claude SDK (KEY=VALUE-Format, eine pro Zeile). Export-Pr\xE4fix unterst\xFCtzt." + }, + envSnippets: { + name: "Snippets", + addBtn: "Snippet hinzuf\xFCgen", + noSnippets: "Keine gespeicherten Umgebungsvariablen-Snippets. Klicken Sie auf +, um Ihre aktuelle Konfiguration zu speichern.", + nameRequired: "Bitte geben Sie einen Namen f\xFCr das Snippet ein", + modal: { + titleEdit: "Snippet bearbeiten", + titleSave: "Snippet speichern", + name: "Name", + namePlaceholder: "Ein beschreibender Name f\xFCr diese Umgebungskonfiguration", + description: "Beschreibung", + descPlaceholder: "Optionale Beschreibung", + envVars: "Umgebungsvariablen", + envVarsPlaceholder: "KEY=VALUE-Format, eine pro Zeile (export-Pr\xE4fix unterst\xFCtzt)", + save: "Speichern", + update: "Aktualisieren", + cancel: "Abbrechen" + } + }, + customModelOverrides: { + name: "Benutzerdefinierte Modell\xFCberschreibungen", + desc: "Legen Sie Aliasnamen in der Modellauswahl und Kontextfenstergr\xF6\xDFen f\xFCr benutzerdefinierte Modelle fest." + }, + customModelAliases: { + placeholder: "Alias" + }, + customContextLimits: { + name: "Benutzerdefinierte Kontextlimits", + desc: "Legen Sie die Kontextfenstergr\xF6\xDFen f\xFCr Ihre benutzerdefinierten Modelle fest. Leer lassen f\xFCr den Standardwert (200k Token).", + invalid: "Ung\xFCltiges Format. Verwenden Sie: 256k, 1m oder exakte Anzahl (1000-10000000)." + }, + enableOpus1M: { + name: "Opus 1M Kontextfenster", + desc: "Opus 1M in der Modellauswahl anzeigen. In Max-, Team- und Enterprise-Pl\xE4nen enthalten. API- und Pro-Nutzer ben\xF6tigen zus\xE4tzliche Nutzung." + }, + enableSonnet1M: { + name: "Sonnet 1M Kontextfenster", + desc: "Sonnet 1M in der Modellauswahl anzeigen. Erfordert zus\xE4tzliche Nutzung bei Max-, Team- und Enterprise-Pl\xE4nen. API- und Pro-Nutzer ben\xF6tigen zus\xE4tzliche Nutzung." + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "Chrome-Erweiterung aktivieren", + desc: "Erlaubt Claude die Interaktion mit Chrome \xFCber die claude-in-chrome-Erweiterung. Die Erweiterung muss installiert sein. Erfordert Neustart der Sitzung." + }, + enableBangBash: { + name: "Bash-Modus (!) aktivieren", + desc: "Gib ! in ein leeres Eingabefeld ein, um den Bash-Modus zu starten. F\xFChrt Befehle direkt \xFCber Node.js child_process aus. Die Ansicht muss neu ge\xF6ffnet werden.", + validation: { + noNode: "Node.js wurde auf PATH nicht gefunden. Installiere Node.js oder pr\xFCfe deine PATH-Konfiguration." + } + }, + maxTabs: { + name: "Maximale Chat-Tabs", + desc: "Maximale Anzahl gleichzeitiger Chat-Tabs (3-10). Jeder Tab verwendet eine separate Claude-Sitzung.", + warning: "Mehr als 5 Tabs k\xF6nnen Leistung und Speichernutzung beeintr\xE4chtigen." + }, + tabBarPosition: { + name: "Tab-Leiste Position", + desc: "W\xE4hlen Sie, wo Tab-Badges und Aktionsschaltfl\xE4chen angezeigt werden", + input: "\xDCber Eingabefeld (Standard)", + header: "In Kopfzeile" + }, + enableAutoScroll: { + name: "Automatisches Scrollen w\xE4hrend Streaming", + desc: "Automatisch nach unten scrollen, w\xE4hrend Claude Antworten streamt. Deaktivieren, um oben zu bleiben und von Anfang an zu lesen." + }, + deferMathRenderingDuringStreaming: { + name: "Mathe-Rendering w\xE4hrend Streaming aufschieben", + desc: "LaTeX w\xE4hrend des Streamings roh anzeigen und Mathematik einmal rendern, wenn der Textblock abgeschlossen ist." + }, + chatViewPlacement: { + name: "Claudian \xF6ffnen in", + desc: "W\xE4hlen Sie, wo das Chat-Panel beim Erstellen ge\xF6ffnet wird", + rightSidebar: "Rechte Seitenleiste", + leftSidebar: "Linke Seitenleiste", + mainTab: "Haupteditor-Tab" + }, + cliPath: { + name: "Claude CLI-Pfad", + desc: "Benutzerdefinierter Pfad zum Claude Code CLI. Leer lassen f\xFCr automatische Erkennung.", + descWindows: "F\xFCr den nativen Installer verwenden Sie claude.exe. F\xFCr npm/pnpm/yarn oder andere Paketmanager-Installationen verwenden Sie den cli-wrapper.cjs-Pfad (nicht claude.cmd).", + descUnix: 'F\xFCgen Sie die Ausgabe von "which claude" ein \u2014 funktioniert sowohl f\xFCr native als auch npm/pnpm/yarn-Installationen.', + validation: { + notExist: "Pfad existiert nicht", + isDirectory: "Pfad ist ein Verzeichnis, keine Datei" + } + }, + language: { + name: "Sprache", + desc: "Anzeigesprache der Plugin-Oberfl\xE4che \xE4ndern" + } +}; +var de_default = { + common, + chat, + settings +}; + +// src/i18n/locales/en.json +var en_exports = {}; +__export(en_exports, { + chat: () => chat2, + common: () => common2, + default: () => en_default, + settings: () => settings2 +}); +var common2 = { + save: "Save", + cancel: "Cancel", + delete: "Delete", + edit: "Edit", + add: "Add", + remove: "Remove", + clear: "Clear", + clearAll: "Clear all", + loading: "Loading", + error: "Error", + success: "Success", + warning: "Warning", + confirm: "Confirm", + settings: "Settings", + advanced: "Advanced", + enabled: "Enabled", + disabled: "Disabled", + platform: "Platform", + refresh: "Refresh", + rewind: "Rewind" +}; +var chat2 = { + rewind: { + confirmMessage: "Rewind to this point? File changes after this message will be reverted. Rewinding does not affect files edited manually or via bash.", + confirmMessageConversationOnly: "Rewind conversation to this point? File changes will be kept.", + confirmButton: "Rewind", + ariaLabel: "Rewind to here", + menuConversationOnly: "Rewind conversation only", + menuCodeAndConversation: "Rewind code + conversation", + notice: "Rewound: {count} file(s) reverted", + noticeConversationOnly: "Rewound conversation; file changes kept", + noticeSaveFailed: "Rewound: {count} file(s) reverted, but failed to save state: {error}", + noticeConversationOnlySaveFailed: "Rewound conversation, but failed to save state: {error}", + failed: "Rewind failed: {error}", + cannot: "Cannot rewind: {error}", + unavailableStreaming: "Cannot rewind while streaming", + unavailableNoUuid: "Cannot rewind: missing message identifiers" + }, + fork: { + ariaLabel: "Fork conversation", + chooseTarget: "Fork conversation", + targetNewTab: "New tab", + targetCurrentTab: "Current tab", + maxTabsReached: "Cannot fork: maximum {count} tabs reached", + notice: "Forked to new tab", + noticeCurrentTab: "Forked in current tab", + failed: "Fork failed: {error}", + unavailableStreaming: "Cannot fork while streaming", + unavailableNoUuid: "Cannot fork: missing message identifiers", + unavailableNoResponse: "Cannot fork: no response to fork from", + errorMessageNotFound: "Message not found", + errorNoSession: "No session ID available", + errorNoActiveTab: "No active tab", + commandNoMessages: "Cannot fork: no messages in conversation", + commandNoAssistantUuid: "Cannot fork: no assistant response with identifiers" + }, + bangBash: { + placeholder: "> Run a bash command...", + commandPanel: "Command panel", + copyAriaLabel: "Copy latest command output", + clearAriaLabel: "Clear bash output", + commandLabel: "{command}", + statusLabel: "Status: {status}", + collapseOutput: "Collapse command output", + expandOutput: "Expand command output", + running: "Running...", + copyFailed: "Failed to copy to clipboard" + } +}; +var settings2 = { + title: "Claudian Settings", + tabs: { + general: "General", + claude: "Claude", + codex: "Codex" + }, + display: "Display", + conversations: "Conversations", + content: "Content", + input: "Input", + setup: "Setup", + models: "Models", + experimental: "Experimental", + userName: { + name: "What should Claudian call you?", + desc: "Your name for personalized greetings (leave empty for generic greetings)" + }, + excludedTags: { + name: "Excluded tags", + desc: "Notes with these tags will not auto-load as context (one per line, without #)" + }, + mediaFolder: { + name: "Media folder", + desc: "Folder containing attachments/images. When notes use ![[image.jpg]], Claude will look here. Leave empty for vault root." + }, + systemPrompt: { + name: "Custom system prompt", + desc: "Additional instructions appended to the default system prompt" + }, + autoTitle: { + name: "Auto-generate conversation titles", + desc: "Automatically generate conversation titles after the first user message is sent." + }, + titleModel: { + name: "Title generation model", + desc: "Model used for auto-generating conversation titles.", + auto: "Auto (Haiku)" + }, + navMappings: { + name: "Vim-style navigation mappings", + desc: 'One mapping per line. Format: "map " (actions: scrollUp, scrollDown, focusInput).' + }, + requireCommandOrControlEnterToSend: { + name: "Require Command/Ctrl+Enter to send", + desc: "When enabled, Enter inserts a newline. Command+Enter sends on macOS; Ctrl+Enter sends on Windows and Linux." + }, + hotkeys: "Hotkeys", + inlineEditHotkey: { + name: "Inline Edit", + descWithKey: "Current hotkey: {hotkey}", + descNoKey: "No hotkey set", + btnChange: "Change", + btnSet: "Set hotkey" + }, + openChatHotkey: { + name: "Open Chat", + descWithKey: "Current hotkey: {hotkey}", + descNoKey: "No hotkey set", + btnChange: "Change", + btnSet: "Set hotkey" + }, + newSessionHotkey: { + name: "New Session", + descWithKey: "Current hotkey: {hotkey}", + descNoKey: "No hotkey set", + btnChange: "Change", + btnSet: "Set hotkey" + }, + newTabHotkey: { + name: "New Tab", + descWithKey: "Current hotkey: {hotkey}", + descNoKey: "No hotkey set", + btnChange: "Change", + btnSet: "Set hotkey" + }, + closeTabHotkey: { + name: "Close Tab", + descWithKey: "Current hotkey: {hotkey}", + descNoKey: "No hotkey set", + btnChange: "Change", + btnSet: "Set hotkey" + }, + slashCommands: { + name: "Commands and Skills", + desc: "Manage vault-level commands and skills stored in .claude/commands/ and .claude/skills/. Triggered by /name." + }, + hiddenSlashCommands: { + name: "Hidden Commands and Skills", + desc: "Hide specific commands and skills from the dropdown. Useful for hiding Claude Code entries that are not relevant to Claudian. Enter names without the leading slash, one per line.", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "MCP Servers", + desc: "Manage vault-level MCP server configurations stored in .claude/mcp.json. Servers with context-saving mode require @mention to activate." + }, + plugins: { + name: "Claude Code Plugins", + desc: "Manage Claude Code plugins discovered from ~/.claude/plugins. Enabled plugins are stored per vault in .claude/settings.json." + }, + subagents: { + name: "Subagents", + desc: "Manage vault-level subagents stored in .claude/agents/. Each Markdown file defines one custom agent.", + noAgents: "No subagents configured. Click + to create one.", + deleteConfirm: 'Delete subagent "{name}"?', + saveFailed: "Failed to save subagent: {message}", + refreshFailed: "Failed to refresh subagents: {message}", + deleteFailed: "Failed to delete subagent: {message}", + renameCleanupFailed: 'Warning: could not remove old file for "{name}"', + created: 'Subagent "{name}" created', + updated: 'Subagent "{name}" updated', + deleted: 'Subagent "{name}" deleted', + duplicateName: 'An agent named "{name}" already exists', + descriptionRequired: "Description is required", + promptRequired: "System prompt is required", + modal: { + titleEdit: "Edit Subagent", + titleAdd: "Add Subagent", + name: "Name", + nameDesc: "Lowercase letters, numbers, and hyphens only", + namePlaceholder: "code-reviewer", + description: "Description", + descriptionDesc: "Brief description of this agent", + descriptionPlaceholder: "Reviews code for bugs and style", + advancedOptions: "Advanced options", + model: "Model", + modelDesc: "Model override for this agent", + tools: "Tools", + toolsDesc: "Comma-separated list of allowed tools (empty = all)", + disallowedTools: "Disallowed tools", + disallowedToolsDesc: "Comma-separated list of tools to disallow", + skills: "Skills", + skillsDesc: "Comma-separated list of skills", + prompt: "System prompt", + promptDesc: "Instructions for the agent", + promptPlaceholder: "You are a code reviewer. Analyze the given code for..." + } + }, + safety: "Safety", + loadUserSettings: { + name: "Load user Claude settings", + desc: "Load ~/.claude/settings.json. When enabled, user's Claude Code permission rules may bypass Safe mode." + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "Environment", + customVariables: { + name: "Custom variables", + desc: "Environment variables for Claude SDK (KEY=VALUE format, one per line). Shell export prefix supported." + }, + envSnippets: { + name: "Snippets", + addBtn: "Add snippet", + noSnippets: "No saved environment snippets yet. Click + to save your current environment configuration.", + nameRequired: "Please enter a name for the snippet", + modal: { + titleEdit: "Edit snippet", + titleSave: "Save snippet", + name: "Name", + namePlaceholder: "A descriptive name for this environment configuration", + description: "Description", + descPlaceholder: "Optional description", + envVars: "Environment variables", + envVarsPlaceholder: "KEY=VALUE format, one per line (export prefix supported)", + save: "Save", + update: "Update", + cancel: "Cancel" + } + }, + customModelOverrides: { + name: "Custom model overrides", + desc: "Set model selector aliases and context window sizes for custom models." + }, + customModelAliases: { + placeholder: "Alias" + }, + customContextLimits: { + name: "Custom Context Limits", + desc: "Set context window sizes for your custom models. Leave empty to use the default (200k tokens).", + invalid: "Invalid format. Use: 256k, 1m, or exact count (1000-10000000)." + }, + enableOpus1M: { + name: "Opus 1M context window", + desc: "Show Opus 1M in the model selector. Included with Max, Team, and Enterprise plans. API and Pro users need extra usage." + }, + enableSonnet1M: { + name: "Sonnet 1M context window", + desc: "Show Sonnet 1M in the model selector. Requires extra usage on Max, Team, and Enterprise plans. API and Pro users need extra usage." + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "Enable Chrome extension", + desc: "Allow Claude to interact with Chrome via the claude-in-chrome extension. Requires the extension to be installed. Requires session restart." + }, + enableBangBash: { + name: "Enable bash mode (!)", + desc: "Type ! on empty input to enter bash mode. Runs commands directly via Node.js child_process. Requires view reopen.", + validation: { + noNode: "Node.js not found on PATH. Install Node.js or check your PATH configuration." + } + }, + maxTabs: { + name: "Maximum chat tabs", + desc: "Maximum number of concurrent chat tabs (3-10). Each tab uses a separate Claude session.", + warning: "More than 5 tabs may impact performance and memory usage." + }, + tabBarPosition: { + name: "Tab bar position", + desc: "Choose where to display tab badges and action buttons", + input: "Above input (default)", + header: "In header" + }, + enableAutoScroll: { + name: "Auto-scroll during streaming", + desc: "Automatically scroll to the bottom as Claude streams responses. Disable to stay at the top and read from the beginning." + }, + deferMathRenderingDuringStreaming: { + name: "Defer math rendering during streaming", + desc: "Show raw LaTeX while responses stream, then render math once when each text block completes." + }, + chatViewPlacement: { + name: "Open Claudian in", + desc: "Choose where the chat panel opens when it is created", + rightSidebar: "Right sidebar", + leftSidebar: "Left sidebar", + mainTab: "Main editor tab" + }, + cliPath: { + name: "Claude CLI path", + desc: "Custom path to Claude Code CLI. Leave empty for auto-detection.", + descWindows: "For the native installer, use claude.exe. For npm/pnpm/yarn or other package manager installs, use the cli-wrapper.cjs path (not claude.cmd).", + descUnix: 'Paste the output of "which claude" \u2014 works for both native and npm/pnpm/yarn installs.', + validation: { + notExist: "Path does not exist", + isDirectory: "Path is a directory, not a file" + } + }, + language: { + name: "Language", + desc: "Change the display language of the plugin interface" + } +}; +var en_default = { + common: common2, + chat: chat2, + settings: settings2 +}; + +// src/i18n/locales/es.json +var es_exports = {}; +__export(es_exports, { + chat: () => chat3, + common: () => common3, + default: () => es_default, + settings: () => settings3 +}); +var common3 = { + save: "Guardar", + cancel: "Cancelar", + delete: "Eliminar", + edit: "Editar", + add: "Agregar", + remove: "Eliminar", + clear: "Limpiar", + clearAll: "Limpiar todo", + loading: "Cargando", + error: "Error", + success: "\xC9xito", + warning: "Advertencia", + confirm: "Confirmar", + settings: "Configuraci\xF3n", + advanced: "Avanzado", + enabled: "Habilitado", + disabled: "Deshabilitado", + platform: "Plataforma", + refresh: "Actualizar", + rewind: "Rebobinar" +}; +var chat3 = { + rewind: { + confirmMessage: "\xBFRebobinar a este punto? Los cambios de archivos despu\xE9s de este mensaje ser\xE1n revertidos. El rebobinado no afecta archivos editados manualmente o mediante bash.", + confirmMessageConversationOnly: "\xBFRebobinar la conversaci\xF3n hasta este punto? Se conservar\xE1n los cambios de archivos.", + confirmButton: "Rebobinar", + ariaLabel: "Rebobinar hasta aqu\xED", + menuConversationOnly: "Rebobinar solo conversaci\xF3n", + menuCodeAndConversation: "Rebobinar c\xF3digo + conversaci\xF3n", + notice: "Rebobinado: {count} archivo(s) revertido(s)", + noticeConversationOnly: "Conversaci\xF3n rebobinada; cambios de archivos conservados", + noticeSaveFailed: "Rebobinado: {count} archivo(s) revertido(s), pero no se pudo guardar el estado: {error}", + noticeConversationOnlySaveFailed: "Conversaci\xF3n rebobinada, pero no se pudo guardar el estado: {error}", + failed: "Error al rebobinar: {error}", + cannot: "No se puede rebobinar: {error}", + unavailableStreaming: "No se puede rebobinar durante la transmisi\xF3n", + unavailableNoUuid: "No se puede rebobinar: faltan identificadores de mensaje" + }, + fork: { + ariaLabel: "Bifurcar conversaci\xF3n", + chooseTarget: "Bifurcar conversaci\xF3n", + targetNewTab: "Nueva pesta\xF1a", + targetCurrentTab: "Pesta\xF1a actual", + maxTabsReached: "No se puede bifurcar: m\xE1ximo de {count} pesta\xF1as alcanzado", + notice: "Bifurcado a nueva pesta\xF1a", + noticeCurrentTab: "Bifurcado en pesta\xF1a actual", + failed: "Error al bifurcar: {error}", + unavailableStreaming: "No se puede bifurcar durante la transmisi\xF3n", + unavailableNoUuid: "No se puede bifurcar: faltan identificadores de mensaje", + unavailableNoResponse: "No se puede bifurcar: no hay respuesta para bifurcar", + errorMessageNotFound: "Mensaje no encontrado", + errorNoSession: "No hay ning\xFAn ID de sesi\xF3n disponible", + errorNoActiveTab: "No hay ninguna pesta\xF1a activa", + commandNoMessages: "No se puede bifurcar: no hay mensajes en la conversaci\xF3n", + commandNoAssistantUuid: "No se puede bifurcar: no hay respuesta del asistente con identificadores" + }, + bangBash: { + placeholder: "> Ejecuta un comando bash...", + commandPanel: "Panel de comandos", + copyAriaLabel: "Copiar la salida del comando m\xE1s reciente", + clearAriaLabel: "Limpiar la salida de bash", + commandLabel: "{command}", + statusLabel: "Estado: {status}", + collapseOutput: "Contraer la salida del comando", + expandOutput: "Expandir la salida del comando", + running: "Ejecutando...", + copyFailed: "No se pudo copiar al portapapeles" + } +}; +var settings3 = { + title: "Configuraci\xF3n de Claudian", + tabs: { + general: "General", + claude: "Claude", + codex: "Codex" + }, + display: "Pantalla", + conversations: "Conversaciones", + content: "Contenido", + input: "Entrada", + setup: "Configuraci\xF3n", + models: "Modelos", + experimental: "Experimental", + userName: { + name: "\xBFC\xF3mo deber\xEDa Claudian llamarte?", + desc: "Tu nombre para saludos personalizados (dejar vac\xEDo para saludos gen\xE9ricos)" + }, + excludedTags: { + name: "Etiquetas excluidas", + desc: "Las notas con estas etiquetas no se cargar\xE1n autom\xE1ticamente como contexto (una por l\xEDnea, sin #)" + }, + mediaFolder: { + name: "Carpeta de medios", + desc: "Carpeta que contiene archivos adjuntos/imagenes. Cuando las notas usan ![[image.jpg]], Claude buscar\xE1 aqu\xED. Dejar vac\xEDo para la ra\xEDz del dep\xF3sito." + }, + systemPrompt: { + name: "Prompt de sistema personalizado", + desc: "Instrucciones adicionales a\xF1adidas al prompt de sistema por defecto" + }, + autoTitle: { + name: "Generar autom\xE1ticamente t\xEDtulos de conversaci\xF3n", + desc: "Genera autom\xE1ticamente t\xEDtulos de conversaci\xF3n despu\xE9s del primer mensaje del usuario." + }, + titleModel: { + name: "Modelo de generaci\xF3n de t\xEDtulos", + desc: "Modelo utilizado para generar autom\xE1ticamente t\xEDtulos de conversaci\xF3n.", + auto: "Autom\xE1tico (Haiku)" + }, + navMappings: { + name: "Mapeos de navegaci\xF3n estilo Vim", + desc: 'Un mapeo por l\xEDnea. Formato: "map " (acciones: scrollUp, scrollDown, focusInput).' + }, + requireCommandOrControlEnterToSend: { + name: "Requerir Command/Ctrl+Enter para enviar", + desc: "Cuando est\xE1 activado, Enter inserta un salto de l\xEDnea. Command+Enter env\xEDa en macOS; Ctrl+Enter env\xEDa en Windows y Linux." + }, + hotkeys: "Atajos de teclado", + inlineEditHotkey: { + name: "Edici\xF3n en l\xEDnea", + descWithKey: "Atajo actual: {hotkey}", + descNoKey: "Sin atajo configurado", + btnChange: "Cambiar", + btnSet: "Configurar" + }, + openChatHotkey: { + name: "Abrir chat", + descWithKey: "Atajo actual: {hotkey}", + descNoKey: "Sin atajo configurado", + btnChange: "Cambiar", + btnSet: "Configurar" + }, + newSessionHotkey: { + name: "Nueva sesi\xF3n", + descWithKey: "Atajo actual: {hotkey}", + descNoKey: "Sin atajo configurado", + btnChange: "Cambiar", + btnSet: "Configurar" + }, + newTabHotkey: { + name: "Nueva pesta\xF1a", + descWithKey: "Atajo actual: {hotkey}", + descNoKey: "Sin atajo configurado", + btnChange: "Cambiar", + btnSet: "Configurar" + }, + closeTabHotkey: { + name: "Cerrar pesta\xF1a", + descWithKey: "Atajo actual: {hotkey}", + descNoKey: "Sin atajo configurado", + btnChange: "Cambiar", + btnSet: "Configurar" + }, + slashCommands: { + name: "Comandos y habilidades", + desc: "Administra comandos y habilidades a nivel de vault almacenados en .claude/commands/ y .claude/skills/. Activados por /nombre." + }, + hiddenSlashCommands: { + name: "Comandos y habilidades ocultos", + desc: "Oculta comandos y habilidades espec\xEDficos del men\xFA desplegable. \xDAtil para ocultar entradas de Claude Code que no son relevantes para Claudian. Ingresa los nombres sin la barra inicial, uno por l\xEDnea.", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "Servidores MCP", + desc: "Administra configuraciones de servidores MCP a nivel de vault almacenadas en .claude/mcp.json. Los servidores con modo de guardado de contexto requieren @mention para activarse." + }, + plugins: { + name: "Plugins de Claude Code", + desc: "Administra plugins de Claude Code descubiertos desde ~/.claude/plugins. Los plugins habilitados se almacenan por vault en .claude/settings.json." + }, + subagents: { + name: "Subagentes", + desc: "Administra subagentes a nivel de vault almacenados en .claude/agents/. Cada archivo Markdown define un agente personalizado.", + noAgents: "No hay subagentes configurados. Haz clic en + para crear uno.", + deleteConfirm: '\xBFEliminar el subagente "{name}"?', + saveFailed: "No se pudo guardar el subagente: {message}", + refreshFailed: "No se pudieron actualizar los subagentes: {message}", + deleteFailed: "No se pudo eliminar el subagente: {message}", + renameCleanupFailed: 'Advertencia: no se pudo eliminar el archivo anterior de "{name}"', + created: 'Se cre\xF3 el subagente "{name}"', + updated: 'Se actualiz\xF3 el subagente "{name}"', + deleted: 'Se elimin\xF3 el subagente "{name}"', + duplicateName: 'Ya existe un agente con el nombre "{name}"', + descriptionRequired: "La descripci\xF3n es obligatoria", + promptRequired: "El prompt del sistema es obligatorio", + modal: { + titleEdit: "Editar subagente", + titleAdd: "Agregar subagente", + name: "Nombre", + nameDesc: "Solo letras min\xFAsculas, n\xFAmeros y guiones", + namePlaceholder: "code-reviewer", + description: "Descripci\xF3n", + descriptionDesc: "Descripci\xF3n breve de este agente", + descriptionPlaceholder: "Revisa c\xF3digo en busca de errores y estilo", + advancedOptions: "Opciones avanzadas", + model: "Modelo", + modelDesc: "Modelo alternativo para este agente", + tools: "Herramientas", + toolsDesc: "Lista separada por comas de las herramientas permitidas (vac\xEDo = todas)", + disallowedTools: "Herramientas no permitidas", + disallowedToolsDesc: "Lista separada por comas de herramientas no permitidas", + skills: "Habilidades", + skillsDesc: "Lista separada por comas de habilidades", + prompt: "Prompt del sistema", + promptDesc: "Instrucciones para el agente", + promptPlaceholder: "Eres un revisor de c\xF3digo. Analiza el c\xF3digo proporcionado para..." + } + }, + safety: "Seguridad", + loadUserSettings: { + name: "Cargar configuraci\xF3n de usuario Claude", + desc: "Carga ~/.claude/settings.json. Cuando est\xE1 habilitado, las reglas de permisos del usuario pueden eludir el modo seguro." + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "Entorno", + customVariables: { + name: "Variables personalizadas", + desc: "Variables de entorno para Claude SDK (formato KEY=VALUE, una por l\xEDnea). Prefijo export soportado." + }, + envSnippets: { + name: "Fragmentos", + addBtn: "A\xF1adir fragmento", + noSnippets: "No hay fragmentos de entorno guardados. Haga clic en + para guardar su configuraci\xF3n actual.", + nameRequired: "Por favor ingrese un nombre para el fragmento", + modal: { + titleEdit: "Editar fragmento", + titleSave: "Guardar fragmento", + name: "Nombre", + namePlaceholder: "Un nombre descriptivo para esta configuraci\xF3n", + description: "Descripci\xF3n", + descPlaceholder: "Descripci\xF3n opcional", + envVars: "Variables de entorno", + envVarsPlaceholder: "Formato KEY=VALUE, una por l\xEDnea (prefijo export soportado)", + save: "Guardar", + update: "Actualizar", + cancel: "Cancelar" + } + }, + customModelOverrides: { + name: "Anulaciones de modelos personalizados", + desc: "Configure alias en el selector de modelos y tama\xF1os de ventana de contexto para modelos personalizados." + }, + customModelAliases: { + placeholder: "Alias" + }, + customContextLimits: { + name: "L\xEDmites de contexto personalizados", + desc: "Establezca tama\xF1os de ventana de contexto para sus modelos personalizados. Deje vac\xEDo para usar el valor predeterminado (200k tokens).", + invalid: "Formato inv\xE1lido. Use: 256k, 1m o n\xFAmero exacto (1000-10000000)." + }, + enableOpus1M: { + name: "Ventana de contexto Opus 1M", + desc: "Mostrar Opus 1M en el selector de modelos. Incluido en planes Max, Team y Enterprise. Usuarios de API y Pro necesitan uso adicional." + }, + enableSonnet1M: { + name: "Ventana de contexto Sonnet 1M", + desc: "Mostrar Sonnet 1M en el selector de modelos. Requiere uso adicional en planes Max, Team y Enterprise. Usuarios de API y Pro necesitan uso adicional." + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "Habilitar extensi\xF3n de Chrome", + desc: "Permitir que Claude interact\xFAe con Chrome a trav\xE9s de la extensi\xF3n claude-in-chrome. Requiere que la extensi\xF3n est\xE9 instalada. Requiere reinicio de sesi\xF3n." + }, + enableBangBash: { + name: "Habilitar modo bash (!)", + desc: "Escribe ! en una entrada vac\xEDa para entrar en modo bash. Ejecuta comandos directamente mediante Node.js child_process. Requiere volver a abrir la vista.", + validation: { + noNode: "Node.js no se encontr\xF3 en PATH. Instala Node.js o revisa tu configuraci\xF3n de PATH." + } + }, + maxTabs: { + name: "M\xE1ximo de pesta\xF1as de chat", + desc: "N\xFAmero m\xE1ximo de pesta\xF1as de chat simult\xE1neas (3-10). Cada pesta\xF1a usa una sesi\xF3n de Claude separada.", + warning: "M\xE1s de 5 pesta\xF1as puede afectar el rendimiento y el uso de memoria." + }, + tabBarPosition: { + name: "Posici\xF3n de la barra de pesta\xF1as", + desc: "Elige d\xF3nde mostrar las insignias de pesta\xF1as y los botones de acci\xF3n", + input: "Sobre el \xE1rea de entrada (predeterminado)", + header: "En el encabezado" + }, + enableAutoScroll: { + name: "Desplazamiento autom\xE1tico durante streaming", + desc: "Desplazarse autom\xE1ticamente hacia abajo mientras Claude transmite respuestas. Desactivar para quedarse arriba y leer desde el principio." + }, + deferMathRenderingDuringStreaming: { + name: "Diferir renderizado matem\xE1tico durante streaming", + desc: "Mostrar LaTeX sin procesar mientras se transmite la respuesta y renderizar las f\xF3rmulas una vez al completar cada bloque de texto." + }, + chatViewPlacement: { + name: "Abrir Claudian en", + desc: "Elige d\xF3nde se abre el panel de chat cuando se crea", + rightSidebar: "Barra lateral derecha", + leftSidebar: "Barra lateral izquierda", + mainTab: "Pesta\xF1a del editor principal" + }, + cliPath: { + name: "Ruta CLI Claude", + desc: "Ruta personalizada a Claude Code CLI. Dejar vac\xEDo para detecci\xF3n autom\xE1tica.", + descWindows: "Para el instalador nativo, use claude.exe. Para instalaciones con npm/pnpm/yarn u otros gestores de paquetes, use la ruta cli-wrapper.cjs (no claude.cmd).", + descUnix: 'Pegue la salida de "which claude" \u2014 funciona tanto para instalaciones nativas como npm/pnpm/yarn.', + validation: { + notExist: "La ruta no existe", + isDirectory: "La ruta es un directorio, no un archivo" + } + }, + language: { + name: "Idioma", + desc: "Cambiar el idioma de visualizaci\xF3n de la interfaz del plugin" + } +}; +var es_default = { + common: common3, + chat: chat3, + settings: settings3 +}; + +// src/i18n/locales/fr.json +var fr_exports = {}; +__export(fr_exports, { + chat: () => chat4, + common: () => common4, + default: () => fr_default, + settings: () => settings4 +}); +var common4 = { + save: "Enregistrer", + cancel: "Annuler", + delete: "Supprimer", + edit: "Modifier", + add: "Ajouter", + remove: "Supprimer", + clear: "Effacer", + clearAll: "Tout effacer", + loading: "Chargement", + error: "Erreur", + success: "Succ\xE8s", + warning: "Avertissement", + confirm: "Confirmer", + settings: "Param\xE8tres", + advanced: "Avanc\xE9", + enabled: "Activ\xE9", + disabled: "D\xE9sactiv\xE9", + platform: "Plateforme", + refresh: "Actualiser", + rewind: "Rembobiner" +}; +var chat4 = { + rewind: { + confirmMessage: "Rembobiner jusqu'\xE0 ce point ? Les modifications de fichiers apr\xE8s ce message seront annul\xE9es. Le rembobinage n'affecte pas les fichiers modifi\xE9s manuellement ou via bash.", + confirmMessageConversationOnly: "Rembobiner la conversation jusqu'\xE0 ce point ? Les modifications de fichiers seront conserv\xE9es.", + confirmButton: "Rembobiner", + ariaLabel: "Rembobiner jusqu'ici", + menuConversationOnly: "Rembobiner la conversation seule", + menuCodeAndConversation: "Rembobiner code + conversation", + notice: "Rembobin\xE9 : {count} fichier(s) restaur\xE9(s)", + noticeConversationOnly: "Conversation rembobin\xE9e ; modifications de fichiers conserv\xE9es", + noticeSaveFailed: "Rembobin\xE9 : {count} fichier(s) restaur\xE9(s), mais impossible d'enregistrer l'\xE9tat : {error}", + noticeConversationOnlySaveFailed: "Conversation rembobin\xE9e, mais impossible d'enregistrer l'\xE9tat : {error}", + failed: "\xC9chec du rembobinage : {error}", + cannot: "Impossible de rembobiner : {error}", + unavailableStreaming: "Impossible de rembobiner pendant le streaming", + unavailableNoUuid: "Impossible de rembobiner : identifiants de message manquants" + }, + fork: { + ariaLabel: "Bifurquer la conversation", + chooseTarget: "Bifurquer la conversation", + targetNewTab: "Nouvel onglet", + targetCurrentTab: "Onglet actuel", + maxTabsReached: "Impossible de bifurquer : maximum de {count} onglets atteint", + notice: "Bifurqu\xE9 dans un nouvel onglet", + noticeCurrentTab: "Bifurqu\xE9 dans l'onglet actuel", + failed: "\xC9chec de la bifurcation : {error}", + unavailableStreaming: "Impossible de bifurquer pendant le streaming", + unavailableNoUuid: "Impossible de bifurquer : identifiants de message manquants", + unavailableNoResponse: "Impossible de bifurquer : aucune r\xE9ponse pour bifurquer", + errorMessageNotFound: "Message introuvable", + errorNoSession: "Aucun ID de session disponible", + errorNoActiveTab: "Aucun onglet actif", + commandNoMessages: "Impossible de bifurquer : aucun message dans la conversation", + commandNoAssistantUuid: "Impossible de bifurquer : aucune r\xE9ponse de l\u2019assistant avec des identifiants" + }, + bangBash: { + placeholder: "> Ex\xE9cuter une commande bash...", + commandPanel: "Panneau de commandes", + copyAriaLabel: "Copier la sortie de la derni\xE8re commande", + clearAriaLabel: "Effacer la sortie bash", + commandLabel: "{command}", + statusLabel: "Statut : {status}", + collapseOutput: "R\xE9duire la sortie de la commande", + expandOutput: "D\xE9velopper la sortie de la commande", + running: "Ex\xE9cution...", + copyFailed: "\xC9chec de la copie dans le presse-papiers" + } +}; +var settings4 = { + title: "Param\xE8tres Claudian", + tabs: { + general: "G\xE9n\xE9ral", + claude: "Claude", + codex: "Codex" + }, + display: "Affichage", + conversations: "Conversations", + content: "Contenu", + input: "Saisie", + setup: "Configuration", + models: "Mod\xE8les", + experimental: "Exp\xE9rimental", + userName: { + name: "Comment Claudian doit-il vous appeler ?", + desc: "Votre nom pour les salutations personnalis\xE9es (laisser vide pour les salutations g\xE9n\xE9riques)" + }, + excludedTags: { + name: "Tags exclus", + desc: "Les notes avec ces tags ne seront pas charg\xE9es automatiquement comme contexte (un par ligne, sans #)" + }, + mediaFolder: { + name: "Dossier des m\xE9dias", + desc: "Dossier contenant les pi\xE8ces jointes/images. Lorsque les notes utilisent ![[image.jpg]], Claude cherchera ici. Laisser vide pour la racine du coffre." + }, + systemPrompt: { + name: "Prompt syst\xE8me personnalis\xE9", + desc: "Instructions suppl\xE9mentaires ajout\xE9es au prompt syst\xE8me par d\xE9faut" + }, + autoTitle: { + name: "G\xE9n\xE9rer automatiquement les titres de conversation", + desc: "G\xE9n\xE8re automatiquement les titres de conversation apr\xE8s le premier message de l'utilisateur." + }, + titleModel: { + name: "Mod\xE8le de g\xE9n\xE9ration de titre", + desc: "Mod\xE8le utilis\xE9 pour g\xE9n\xE9rer automatiquement les titres de conversation.", + auto: "Automatique (Haiku)" + }, + navMappings: { + name: "Mappages de navigation style Vim", + desc: 'Un mappage par ligne. Format : "map " (actions : scrollUp, scrollDown, focusInput).' + }, + requireCommandOrControlEnterToSend: { + name: "Exiger Command/Ctrl+Entr\xE9e pour envoyer", + desc: "Lorsque cette option est activ\xE9e, Entr\xE9e ins\xE8re une nouvelle ligne. Command+Entr\xE9e envoie sur macOS ; Ctrl+Entr\xE9e envoie sur Windows et Linux." + }, + hotkeys: "Raccourcis clavier", + inlineEditHotkey: { + name: "\xC9dition en ligne", + descWithKey: "Raccourci actuel : {hotkey}", + descNoKey: "Aucun raccourci d\xE9fini", + btnChange: "Modifier", + btnSet: "D\xE9finir" + }, + openChatHotkey: { + name: "Ouvrir le chat", + descWithKey: "Raccourci actuel : {hotkey}", + descNoKey: "Aucun raccourci d\xE9fini", + btnChange: "Modifier", + btnSet: "D\xE9finir" + }, + newSessionHotkey: { + name: "Nouvelle session", + descWithKey: "Raccourci actuel : {hotkey}", + descNoKey: "Aucun raccourci d\xE9fini", + btnChange: "Modifier", + btnSet: "D\xE9finir" + }, + newTabHotkey: { + name: "Nouvel onglet", + descWithKey: "Raccourci actuel : {hotkey}", + descNoKey: "Aucun raccourci d\xE9fini", + btnChange: "Modifier", + btnSet: "D\xE9finir" + }, + closeTabHotkey: { + name: "Fermer l'onglet", + descWithKey: "Raccourci actuel : {hotkey}", + descNoKey: "Aucun raccourci d\xE9fini", + btnChange: "Modifier", + btnSet: "D\xE9finir" + }, + slashCommands: { + name: "Commandes et comp\xE9tences", + desc: "G\xE9rez les commandes et comp\xE9tences au niveau du vault stock\xE9es dans .claude/commands/ et .claude/skills/. D\xE9clench\xE9es par /nom." + }, + hiddenSlashCommands: { + name: "Commandes et comp\xE9tences masqu\xE9es", + desc: "Masquez des commandes et comp\xE9tences sp\xE9cifiques du menu d\xE9roulant. Utile pour masquer les entr\xE9es Claude Code qui ne sont pas pertinentes pour Claudian. Saisissez les noms sans le slash initial, un par ligne.", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "Serveurs MCP", + desc: "G\xE9rez les configurations de serveurs MCP au niveau du vault stock\xE9es dans .claude/mcp.json. Les serveurs avec mode de sauvegarde de contexte n\xE9cessitent une @mention pour s'activer." + }, + plugins: { + name: "Plugins Claude Code", + desc: "G\xE9rez les plugins Claude Code d\xE9couverts dans ~/.claude/plugins. Les plugins activ\xE9s sont stock\xE9s par vault dans .claude/settings.json." + }, + subagents: { + name: "Sous-agents", + desc: "G\xE9rez les sous-agents au niveau du vault stock\xE9s dans .claude/agents/. Chaque fichier Markdown d\xE9finit un agent personnalis\xE9.", + noAgents: "Aucun sous-agent configur\xE9. Cliquez sur + pour en cr\xE9er un.", + deleteConfirm: 'Supprimer le sous-agent "{name}" ?', + saveFailed: "\xC9chec de l\u2019enregistrement du sous-agent : {message}", + refreshFailed: "\xC9chec de l\u2019actualisation des subagents : {message}", + deleteFailed: "\xC9chec de la suppression du sous-agent : {message}", + renameCleanupFailed: 'Avertissement : impossible de supprimer l\u2019ancien fichier pour "{name}"', + created: 'Sous-agent "{name}" cr\xE9\xE9', + updated: 'Sous-agent "{name}" mis \xE0 jour', + deleted: 'Sous-agent "{name}" supprim\xE9', + duplicateName: 'Un agent nomm\xE9 "{name}" existe d\xE9j\xE0', + descriptionRequired: "La description est obligatoire", + promptRequired: "Le prompt syst\xE8me est obligatoire", + modal: { + titleEdit: "Modifier le sous-agent", + titleAdd: "Ajouter un sous-agent", + name: "Nom", + nameDesc: "Lettres minuscules, chiffres et tirets uniquement", + namePlaceholder: "code-reviewer", + description: "Description", + descriptionDesc: "Br\xE8ve description de cet agent", + descriptionPlaceholder: "Examine le code pour d\xE9tecter les bugs et les probl\xE8mes de style", + advancedOptions: "Options avanc\xE9es", + model: "Mod\xE8le", + modelDesc: "Mod\xE8le \xE0 utiliser pour cet agent", + tools: "Outils", + toolsDesc: "Liste des outils autoris\xE9s, s\xE9par\xE9s par des virgules (vide = tous)", + disallowedTools: "Outils non autoris\xE9s", + disallowedToolsDesc: "Liste des outils \xE0 interdire, s\xE9par\xE9s par des virgules", + skills: "Comp\xE9tences", + skillsDesc: "Liste des comp\xE9tences, s\xE9par\xE9es par des virgules", + prompt: "Prompt syst\xE8me", + promptDesc: "Instructions pour l\u2019agent", + promptPlaceholder: "Vous \xEAtes un relecteur de code. Analysez le code fourni pour..." + } + }, + safety: "S\xE9curit\xE9", + loadUserSettings: { + name: "Charger les param\xE8tres utilisateur Claude", + desc: "Charge ~/.claude/settings.json. Lorsqu'activ\xE9, les r\xE8gles de permission de l'utilisateur peuvent contourner le mode s\xE9curis\xE9." + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "Environnement", + customVariables: { + name: "Variables personnalis\xE9es", + desc: "Variables d'environnement pour Claude SDK (format KEY=VALUE, une par ligne). Pr\xE9fixe export support\xE9." + }, + envSnippets: { + name: "Extraits", + addBtn: "Ajouter un extrait", + noSnippets: "Aucun extrait d'environnement enregistr\xE9. Cliquez sur + pour sauvegarder votre configuration actuelle.", + nameRequired: "Veuillez entrer un nom pour l'extrait", + modal: { + titleEdit: "Modifier l'extrait", + titleSave: "Sauvegarder l'extrait", + name: "Nom", + namePlaceholder: "Un nom descriptif pour cette configuration", + description: "Description", + descPlaceholder: "Description optionnelle", + envVars: "Variables d'environnement", + envVarsPlaceholder: "Format KEY=VALUE, une par ligne (pr\xE9fixe export support\xE9)", + save: "Enregistrer", + update: "Mettre \xE0 jour", + cancel: "Annuler" + } + }, + customModelOverrides: { + name: "Remplacements de mod\xE8les personnalis\xE9s", + desc: "D\xE9finissez les alias dans le s\xE9lecteur de mod\xE8le et les tailles de fen\xEAtre de contexte pour les mod\xE8les personnalis\xE9s." + }, + customModelAliases: { + placeholder: "Alias" + }, + customContextLimits: { + name: "Limites de contexte personnalis\xE9es", + desc: "D\xE9finissez les tailles de fen\xEAtre de contexte pour vos mod\xE8les personnalis\xE9s. Laissez vide pour utiliser la valeur par d\xE9faut (200k tokens).", + invalid: "Format invalide. Utilisez : 256k, 1m ou nombre exact (1000-10000000)." + }, + enableOpus1M: { + name: "Fen\xEAtre de contexte Opus 1M", + desc: "Afficher Opus 1M dans le s\xE9lecteur de mod\xE8le. Inclus avec les plans Max, Team et Enterprise. Les utilisateurs API et Pro n\xE9cessitent une utilisation suppl\xE9mentaire." + }, + enableSonnet1M: { + name: "Fen\xEAtre de contexte Sonnet 1M", + desc: "Afficher Sonnet 1M dans le s\xE9lecteur de mod\xE8le. N\xE9cessite une utilisation suppl\xE9mentaire sur les plans Max, Team et Enterprise. Les utilisateurs API et Pro n\xE9cessitent une utilisation suppl\xE9mentaire." + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "Activer l'extension Chrome", + desc: "Permettre \xE0 Claude d'interagir avec Chrome via l'extension claude-in-chrome. L'extension doit \xEAtre install\xE9e. N\xE9cessite un red\xE9marrage de session." + }, + enableBangBash: { + name: "Activer le mode bash (!)", + desc: "Saisissez ! dans un champ vide pour passer en mode bash. Ex\xE9cute les commandes directement via le child_process de Node.js. N\xE9cessite de rouvrir la vue.", + validation: { + noNode: "Node.js introuvable dans PATH. Installez Node.js ou v\xE9rifiez votre configuration PATH." + } + }, + maxTabs: { + name: "Maximum d'onglets de chat", + desc: "Nombre maximum d'onglets de chat simultan\xE9s (3-10). Chaque onglet utilise une session Claude s\xE9par\xE9e.", + warning: "Plus de 5 onglets peut affecter les performances et l'utilisation de la m\xE9moire." + }, + tabBarPosition: { + name: "Position de la barre d'onglets", + desc: "Choisissez o\xF9 afficher les badges d'onglets et les boutons d'action", + input: "Au-dessus de la saisie (par d\xE9faut)", + header: "Dans l'en-t\xEAte" + }, + enableAutoScroll: { + name: "D\xE9filement automatique pendant le streaming", + desc: "D\xE9filer automatiquement vers le bas pendant que Claude diffuse les r\xE9ponses. D\xE9sactiver pour rester en haut et lire depuis le d\xE9but." + }, + deferMathRenderingDuringStreaming: { + name: "Diff\xE9rer le rendu math\xE9matique pendant le streaming", + desc: "Afficher le LaTeX brut pendant la diffusion, puis rendre les formules une fois chaque bloc de texte termin\xE9." + }, + chatViewPlacement: { + name: "Ouvrir Claudian dans", + desc: "Choisissez o\xF9 le panneau de chat s'ouvre lors de sa cr\xE9ation", + rightSidebar: "Barre lat\xE9rale droite", + leftSidebar: "Barre lat\xE9rale gauche", + mainTab: "Onglet principal de l'\xE9diteur" + }, + cliPath: { + name: "Chemin CLI Claude", + desc: "Chemin personnalis\xE9 vers Claude Code CLI. Laisser vide pour la d\xE9tection automatique.", + descWindows: "Pour l'installateur natif, utilisez claude.exe. Pour les installations npm/pnpm/yarn ou autres gestionnaires de paquets, utilisez le chemin cli-wrapper.cjs (pas claude.cmd).", + descUnix: 'Collez la sortie de "which claude" \u2014 fonctionne pour les installations natives et npm/pnpm/yarn.', + validation: { + notExist: "Le chemin n'existe pas", + isDirectory: "Le chemin est un r\xE9pertoire, pas un fichier" + } + }, + language: { + name: "Langue", + desc: "Changer la langue d'affichage de l'interface du plugin" + } +}; +var fr_default = { + common: common4, + chat: chat4, + settings: settings4 +}; + +// src/i18n/locales/ja.json +var ja_exports = {}; +__export(ja_exports, { + chat: () => chat5, + common: () => common5, + default: () => ja_default, + settings: () => settings5 +}); +var common5 = { + save: "\u4FDD\u5B58", + cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB", + delete: "\u524A\u9664", + edit: "\u7DE8\u96C6", + add: "\u8FFD\u52A0", + remove: "\u524A\u9664", + clear: "\u30AF\u30EA\u30A2", + clearAll: "\u3059\u3079\u3066\u30AF\u30EA\u30A2", + loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D", + error: "\u30A8\u30E9\u30FC", + success: "\u6210\u529F", + warning: "\u8B66\u544A", + confirm: "\u78BA\u8A8D", + settings: "\u8A2D\u5B9A", + advanced: "\u8A73\u7D30", + enabled: "\u6709\u52B9", + disabled: "\u7121\u52B9", + platform: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0", + refresh: "\u66F4\u65B0", + rewind: "\u5DFB\u304D\u623B\u3057" +}; +var chat5 = { + rewind: { + confirmMessage: "\u3053\u306E\u6642\u70B9\u306B\u5DFB\u304D\u623B\u3057\u307E\u3059\u304B\uFF1F\u3053\u306E\u30E1\u30C3\u30BB\u30FC\u30B8\u4EE5\u964D\u306E\u30D5\u30A1\u30A4\u30EB\u5909\u66F4\u304C\u5143\u306B\u623B\u3055\u308C\u307E\u3059\u3002\u624B\u52D5\u307E\u305F\u306Fbash\u3067\u7DE8\u96C6\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306B\u306F\u5F71\u97FF\u3057\u307E\u305B\u3093\u3002", + confirmMessageConversationOnly: "\u4F1A\u8A71\u3092\u3053\u306E\u6642\u70B9\u306B\u5DFB\u304D\u623B\u3057\u307E\u3059\u304B\uFF1F\u30D5\u30A1\u30A4\u30EB\u5909\u66F4\u306F\u4FDD\u6301\u3055\u308C\u307E\u3059\u3002", + confirmButton: "\u5DFB\u304D\u623B\u3059", + ariaLabel: "\u3053\u3053\u306B\u5DFB\u304D\u623B\u3059", + menuConversationOnly: "\u4F1A\u8A71\u306E\u307F\u5DFB\u304D\u623B\u3059", + menuCodeAndConversation: "\u30B3\u30FC\u30C9 + \u4F1A\u8A71\u3092\u5DFB\u304D\u623B\u3059", + notice: "\u5DFB\u304D\u623B\u3057\u5B8C\u4E86\uFF1A{count} \u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u5FA9\u5143", + noticeConversationOnly: "\u4F1A\u8A71\u3092\u5DFB\u304D\u623B\u3057\u307E\u3057\u305F\u3002\u30D5\u30A1\u30A4\u30EB\u5909\u66F4\u306F\u4FDD\u6301\u3055\u308C\u307E\u3057\u305F", + noticeSaveFailed: "\u5DFB\u304D\u623B\u3057\u5B8C\u4E86\uFF1A{count} \u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u5FA9\u5143\u3057\u307E\u3057\u305F\u304C\u3001\u72B6\u614B\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\uFF1A{error}", + noticeConversationOnlySaveFailed: "\u4F1A\u8A71\u3092\u5DFB\u304D\u623B\u3057\u307E\u3057\u305F\u304C\u3001\u72B6\u614B\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\uFF1A{error}", + failed: "\u5DFB\u304D\u623B\u3057\u306B\u5931\u6557\uFF1A{error}", + cannot: "\u5DFB\u304D\u623B\u3057\u3067\u304D\u307E\u305B\u3093\uFF1A{error}", + unavailableStreaming: "\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0\u4E2D\u306F\u5DFB\u304D\u623B\u3057\u3067\u304D\u307E\u305B\u3093", + unavailableNoUuid: "\u5DFB\u304D\u623B\u3057\u3067\u304D\u307E\u305B\u3093\uFF1A\u30E1\u30C3\u30BB\u30FC\u30B8\u8B58\u5225\u5B50\u304C\u3042\u308A\u307E\u305B\u3093" + }, + fork: { + ariaLabel: "\u4F1A\u8A71\u3092\u5206\u5C90", + chooseTarget: "\u4F1A\u8A71\u3092\u5206\u5C90", + targetNewTab: "\u65B0\u3057\u3044\u30BF\u30D6", + targetCurrentTab: "\u73FE\u5728\u306E\u30BF\u30D6", + maxTabsReached: "\u5206\u5C90\u3067\u304D\u307E\u305B\u3093\uFF1A\u6700\u5927 {count} \u30BF\u30D6\u306B\u9054\u3057\u307E\u3057\u305F", + notice: "\u65B0\u3057\u3044\u30BF\u30D6\u306B\u5206\u5C90\u3057\u307E\u3057\u305F", + noticeCurrentTab: "\u73FE\u5728\u306E\u30BF\u30D6\u3067\u5206\u5C90\u3057\u307E\u3057\u305F", + failed: "\u5206\u5C90\u306B\u5931\u6557\uFF1A{error}", + unavailableStreaming: "\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0\u4E2D\u306F\u5206\u5C90\u3067\u304D\u307E\u305B\u3093", + unavailableNoUuid: "\u5206\u5C90\u3067\u304D\u307E\u305B\u3093\uFF1A\u30E1\u30C3\u30BB\u30FC\u30B8\u8B58\u5225\u5B50\u304C\u3042\u308A\u307E\u305B\u3093", + unavailableNoResponse: "\u5206\u5C90\u3067\u304D\u307E\u305B\u3093\uFF1A\u5206\u5C90\u5143\u306E\u5FDC\u7B54\u304C\u3042\u308A\u307E\u305B\u3093", + errorMessageNotFound: "\u30E1\u30C3\u30BB\u30FC\u30B8\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093", + errorNoSession: "\u30BB\u30C3\u30B7\u30E7\u30F3 ID \u304C\u3042\u308A\u307E\u305B\u3093", + errorNoActiveTab: "\u30A2\u30AF\u30C6\u30A3\u30D6\u306A\u30BF\u30D6\u304C\u3042\u308A\u307E\u305B\u3093", + commandNoMessages: "\u30D5\u30A9\u30FC\u30AF\u3067\u304D\u307E\u305B\u3093: \u4F1A\u8A71\u306B\u30E1\u30C3\u30BB\u30FC\u30B8\u304C\u3042\u308A\u307E\u305B\u3093", + commandNoAssistantUuid: "\u30D5\u30A9\u30FC\u30AF\u3067\u304D\u307E\u305B\u3093: \u8B58\u5225\u5B50\u4ED8\u304D\u306E\u30A2\u30B7\u30B9\u30BF\u30F3\u30C8\u5FDC\u7B54\u304C\u3042\u308A\u307E\u305B\u3093" + }, + bangBash: { + placeholder: "> bash \u30B3\u30DE\u30F3\u30C9\u3092\u5B9F\u884C...", + commandPanel: "\u30B3\u30DE\u30F3\u30C9\u30D1\u30CD\u30EB", + copyAriaLabel: "\u6700\u65B0\u306E\u30B3\u30DE\u30F3\u30C9\u51FA\u529B\u3092\u30B3\u30D4\u30FC", + clearAriaLabel: "bash \u51FA\u529B\u3092\u30AF\u30EA\u30A2", + commandLabel: "{command}", + statusLabel: "\u72B6\u614B: {status}", + collapseOutput: "\u30B3\u30DE\u30F3\u30C9\u51FA\u529B\u3092\u6298\u308A\u305F\u305F\u3080", + expandOutput: "\u30B3\u30DE\u30F3\u30C9\u51FA\u529B\u3092\u5C55\u958B", + running: "\u5B9F\u884C\u4E2D...", + copyFailed: "\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3078\u306E\u30B3\u30D4\u30FC\u306B\u5931\u6557\u3057\u307E\u3057\u305F" + } +}; +var settings5 = { + title: "Claudian \u8A2D\u5B9A", + tabs: { + general: "\u4E00\u822C", + claude: "Claude", + codex: "Codex" + }, + display: "\u8868\u793A", + conversations: "\u4F1A\u8A71", + content: "\u30B3\u30F3\u30C6\u30F3\u30C4", + input: "\u5165\u529B", + setup: "\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", + models: "\u30E2\u30C7\u30EB", + experimental: "\u5B9F\u9A13\u7684\u6A5F\u80FD", + userName: { + name: "Claudian \u306F\u3069\u306E\u3088\u3046\u306B\u547C\u3073\u307E\u3059\u304B\uFF1F", + desc: "\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u6328\u62F6\u306B\u4F7F\u7528\u3059\u308B\u540D\u524D\uFF08\u7A7A\u6B04\u3067\u4E00\u822C\u306E\u6328\u62F6\uFF09" + }, + excludedTags: { + name: "\u9664\u5916\u30BF\u30B0", + desc: "\u3053\u308C\u3089\u306E\u30BF\u30B0\u3092\u542B\u3080\u30CE\u30FC\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3068\u3057\u3066\u8AAD\u307F\u8FBC\u307E\u308C\u307E\u305B\u3093\uFF081\u884C\u306B1\u3064\u3001#\u306A\u3057\uFF09" + }, + mediaFolder: { + name: "\u30E1\u30C7\u30A3\u30A2\u30D5\u30A9\u30EB\u30C0", + desc: "\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB/\u753B\u50CF\u3092\u683C\u7D0D\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3002\u30CE\u30FC\u30C8\u304C ![[image.jpg]] \u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u3001Claude \u306F\u3053\u3053\u3067\u63A2\u3057\u307E\u3059\u3002\u7A7A\u6B04\u3067\u30EA\u30DD\u30B8\u30C8\u30EA\u306E\u30EB\u30FC\u30C8\u3092\u4F7F\u7528\u3002" + }, + systemPrompt: { + name: "\u30AB\u30B9\u30BF\u30E0\u30B7\u30B9\u30C6\u30E0\u30D7\u30ED\u30F3\u30D7\u30C8", + desc: "\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B7\u30B9\u30C6\u30E0\u30D7\u30ED\u30F3\u30D7\u30C8\u306B\u8FFD\u52A0\u3055\u308C\u308B\u8FFD\u52A0\u6307\u793A" + }, + autoTitle: { + name: "\u4F1A\u8A71\u30BF\u30A4\u30C8\u30EB\u3092\u81EA\u52D5\u751F\u6210", + desc: "\u6700\u521D\u306E\u30E6\u30FC\u30B6\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8\u9001\u4FE1\u5F8C\u306B\u4F1A\u8A71\u30BF\u30A4\u30C8\u30EB\u3092\u81EA\u52D5\u7684\u306B\u751F\u6210\u3057\u307E\u3059\u3002" + }, + titleModel: { + name: "\u30BF\u30A4\u30C8\u30EB\u751F\u6210\u30E2\u30C7\u30EB", + desc: "\u4F1A\u8A71\u30BF\u30A4\u30C8\u30EB\u3092\u81EA\u52D5\u751F\u6210\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u308B\u30E2\u30C7\u30EB\u3002", + auto: "\u81EA\u52D5 (Haiku)" + }, + navMappings: { + name: "Vim\u30B9\u30BF\u30A4\u30EB\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DE\u30C3\u30D4\u30F3\u30B0", + desc: '1\u884C\u306B1\u3064\u306E\u30DE\u30C3\u30D4\u30F3\u30B0\u3002\u5F62\u5F0F\uFF1A"map <\u30AD\u30FC> <\u30A2\u30AF\u30B7\u30E7\u30F3>"\uFF08\u30A2\u30AF\u30B7\u30E7\u30F3\uFF1AscrollUp, scrollDown, focusInput\uFF09\u3002' + }, + requireCommandOrControlEnterToSend: { + name: "\u9001\u4FE1\u306B Command/Ctrl+Enter \u3092\u5FC5\u9808\u306B\u3059\u308B", + desc: "\u6709\u52B9\u306B\u3059\u308B\u3068\u3001Enter \u306F\u6539\u884C\u3092\u633F\u5165\u3057\u307E\u3059\u3002macOS \u3067\u306F Command+Enter\u3001Windows \u3068 Linux \u3067\u306F Ctrl+Enter \u3067\u9001\u4FE1\u3057\u307E\u3059\u3002" + }, + hotkeys: "\u30DB\u30C3\u30C8\u30AD\u30FC", + inlineEditHotkey: { + name: "\u30A4\u30F3\u30E9\u30A4\u30F3\u7DE8\u96C6", + descWithKey: "\u73FE\u5728\u306E\u30DB\u30C3\u30C8\u30AD\u30FC: {hotkey}", + descNoKey: "\u30DB\u30C3\u30C8\u30AD\u30FC\u672A\u8A2D\u5B9A", + btnChange: "\u5909\u66F4", + btnSet: "\u8A2D\u5B9A" + }, + openChatHotkey: { + name: "\u30C1\u30E3\u30C3\u30C8\u3092\u958B\u304F", + descWithKey: "\u73FE\u5728\u306E\u30DB\u30C3\u30C8\u30AD\u30FC: {hotkey}", + descNoKey: "\u30DB\u30C3\u30C8\u30AD\u30FC\u672A\u8A2D\u5B9A", + btnChange: "\u5909\u66F4", + btnSet: "\u8A2D\u5B9A" + }, + newSessionHotkey: { + name: "\u65B0\u898F\u30BB\u30C3\u30B7\u30E7\u30F3", + descWithKey: "\u73FE\u5728\u306E\u30DB\u30C3\u30C8\u30AD\u30FC: {hotkey}", + descNoKey: "\u30DB\u30C3\u30C8\u30AD\u30FC\u672A\u8A2D\u5B9A", + btnChange: "\u5909\u66F4", + btnSet: "\u8A2D\u5B9A" + }, + newTabHotkey: { + name: "\u65B0\u898F\u30BF\u30D6", + descWithKey: "\u73FE\u5728\u306E\u30DB\u30C3\u30C8\u30AD\u30FC: {hotkey}", + descNoKey: "\u30DB\u30C3\u30C8\u30AD\u30FC\u672A\u8A2D\u5B9A", + btnChange: "\u5909\u66F4", + btnSet: "\u8A2D\u5B9A" + }, + closeTabHotkey: { + name: "\u30BF\u30D6\u3092\u9589\u3058\u308B", + descWithKey: "\u73FE\u5728\u306E\u30DB\u30C3\u30C8\u30AD\u30FC: {hotkey}", + descNoKey: "\u30DB\u30C3\u30C8\u30AD\u30FC\u672A\u8A2D\u5B9A", + btnChange: "\u5909\u66F4", + btnSet: "\u8A2D\u5B9A" + }, + slashCommands: { + name: "\u30B3\u30DE\u30F3\u30C9\u3068\u30B9\u30AD\u30EB", + desc: ".claude/commands/ \u3068 .claude/skills/ \u306B\u4FDD\u5B58\u3055\u308C\u305F Vault \u30EC\u30D9\u30EB\u306E\u30B3\u30DE\u30F3\u30C9\u3068\u30B9\u30AD\u30EB\u3092\u7BA1\u7406\u3057\u307E\u3059\u3002/\u540D\u524D \u3067\u30C8\u30EA\u30AC\u30FC\u3055\u308C\u307E\u3059\u3002" + }, + hiddenSlashCommands: { + name: "\u975E\u8868\u793A\u306E\u30B3\u30DE\u30F3\u30C9\u3068\u30B9\u30AD\u30EB", + desc: "\u30C9\u30ED\u30C3\u30D7\u30C0\u30A6\u30F3\u304B\u3089\u7279\u5B9A\u306E\u30B3\u30DE\u30F3\u30C9\u3068\u30B9\u30AD\u30EB\u3092\u975E\u8868\u793A\u306B\u3057\u307E\u3059\u3002Claudian \u306B\u95A2\u4FC2\u306E\u306A\u3044 Claude Code \u306E\u9805\u76EE\u3092\u96A0\u3059\u306E\u306B\u4FBF\u5229\u3067\u3059\u3002\u5148\u982D\u306E\u30B9\u30E9\u30C3\u30B7\u30E5\u306A\u3057\u3067\u540D\u524D\u30921\u884C\u306B1\u3064\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "MCP \u30B5\u30FC\u30D0\u30FC", + desc: ".claude/mcp.json \u306B\u4FDD\u5B58\u3055\u308C\u305F Vault \u30EC\u30D9\u30EB\u306E MCP \u30B5\u30FC\u30D0\u30FC\u8A2D\u5B9A\u3092\u7BA1\u7406\u3057\u307E\u3059\u3002\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u4FDD\u5B58\u30E2\u30FC\u30C9\u306E\u30B5\u30FC\u30D0\u30FC\u306F @mention \u3067\u30A2\u30AF\u30C6\u30A3\u30D6\u306B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002" + }, + plugins: { + name: "Claude Code \u30D7\u30E9\u30B0\u30A4\u30F3", + desc: "~/.claude/plugins \u304B\u3089\u691C\u51FA\u3055\u308C\u305F Claude Code \u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u7BA1\u7406\u3057\u307E\u3059\u3002\u6709\u52B9\u5316\u3055\u308C\u305F\u30D7\u30E9\u30B0\u30A4\u30F3\u306F Vault \u3054\u3068\u306B .claude/settings.json \u306B\u4FDD\u5B58\u3055\u308C\u307E\u3059\u3002" + }, + subagents: { + name: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8", + desc: ".claude/agents/ \u306B\u4FDD\u5B58\u3055\u308C\u305F Vault \u30EC\u30D9\u30EB\u306E\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3092\u7BA1\u7406\u3057\u307E\u3059\u3002\u5404 Markdown \u30D5\u30A1\u30A4\u30EB\u304C\u30AB\u30B9\u30BF\u30E0\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u30921\u3064\u5B9A\u7FA9\u3057\u307E\u3059\u3002", + noAgents: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002+ \u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u4F5C\u6210\u3057\u3066\u304F\u3060\u3055\u3044\u3002", + deleteConfirm: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u300C{name}\u300D\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F", + saveFailed: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {message}", + refreshFailed: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3092\u66F4\u65B0\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F: {message}", + deleteFailed: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u306E\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {message}", + renameCleanupFailed: "\u8B66\u544A: \u300C{name}\u300D\u306E\u53E4\u3044\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F", + created: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u300C{name}\u300D\u3092\u4F5C\u6210\u3057\u307E\u3057\u305F", + updated: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u300C{name}\u300D\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F", + deleted: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u300C{name}\u300D\u3092\u524A\u9664\u3057\u307E\u3057\u305F", + duplicateName: "\u300C{name}\u300D\u3068\u3044\u3046\u540D\u524D\u306E\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059", + descriptionRequired: "\u8AAC\u660E\u306F\u5FC5\u9808\u3067\u3059", + promptRequired: "\u30B7\u30B9\u30C6\u30E0\u30D7\u30ED\u30F3\u30D7\u30C8\u306F\u5FC5\u9808\u3067\u3059", + modal: { + titleEdit: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3092\u7DE8\u96C6", + titleAdd: "\u30B5\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3092\u8FFD\u52A0", + name: "\u540D\u524D", + nameDesc: "\u5C0F\u6587\u5B57\u3001\u6570\u5B57\u3001\u30CF\u30A4\u30D5\u30F3\u306E\u307F\u4F7F\u7528\u3067\u304D\u307E\u3059", + namePlaceholder: "code-reviewer", + description: "\u8AAC\u660E", + descriptionDesc: "\u3053\u306E\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u306E\u7C21\u5358\u306A\u8AAC\u660E", + descriptionPlaceholder: "\u30B3\u30FC\u30C9\u306E\u30D0\u30B0\u3084\u30B9\u30BF\u30A4\u30EB\u3092\u30EC\u30D3\u30E5\u30FC\u3057\u307E\u3059", + advancedOptions: "\u8A73\u7D30\u30AA\u30D7\u30B7\u30E7\u30F3", + model: "\u30E2\u30C7\u30EB", + modelDesc: "\u3053\u306E\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u306E\u30E2\u30C7\u30EB\u4E0A\u66F8\u304D", + tools: "\u30C4\u30FC\u30EB", + toolsDesc: "\u8A31\u53EF\u3059\u308B\u30C4\u30FC\u30EB\u306E\u30AB\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8\uFF08\u7A7A\u6B04 = \u3059\u3079\u3066\uFF09", + disallowedTools: "\u7981\u6B62\u30C4\u30FC\u30EB", + disallowedToolsDesc: "\u7981\u6B62\u3059\u308B\u30C4\u30FC\u30EB\u306E\u30AB\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8", + skills: "\u30B9\u30AD\u30EB", + skillsDesc: "\u30B9\u30AD\u30EB\u306E\u30AB\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8", + prompt: "\u30B7\u30B9\u30C6\u30E0\u30D7\u30ED\u30F3\u30D7\u30C8", + promptDesc: "\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3078\u306E\u6307\u793A", + promptPlaceholder: "\u3042\u306A\u305F\u306F\u30B3\u30FC\u30C9\u30EC\u30D3\u30E5\u30A2\u30FC\u3067\u3059\u3002\u4E0E\u3048\u3089\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5206\u6790\u3057\u3066..." + } + }, + safety: "\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3", + loadUserSettings: { + name: "\u30E6\u30FC\u30B6\u30FCClaude\u8A2D\u5B9A\u3092\u8AAD\u307F\u8FBC\u3080", + desc: "~/.claude/settings.json \u3092\u8AAD\u307F\u8FBC\u307F\u307E\u3059\u3002\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30E6\u30FC\u30B6\u30FC\u306E Claude Code \u8A31\u53EF\u30EB\u30FC\u30EB\u304C\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30E2\u30FC\u30C9\u3092\u30D0\u30A4\u30D1\u30B9\u3059\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002" + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "\u74B0\u5883", + customVariables: { + name: "\u30AB\u30B9\u30BF\u30E0\u5909\u6570", + desc: "Claude SDK\u306E\u74B0\u5883\u5909\u6570\uFF08KEY=VALUE\u5F62\u5F0F\u30011\u884C\u306B1\u3064\uFF09\u3002export\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9\u5BFE\u5FDC\u3002" + }, + envSnippets: { + name: "\u30B9\u30CB\u30DA\u30C3\u30C8", + addBtn: "\u30B9\u30CB\u30DA\u30C3\u30C8\u3092\u8FFD\u52A0", + noSnippets: "\u4FDD\u5B58\u3055\u308C\u305F\u74B0\u5883\u5909\u6570\u30B9\u30CB\u30DA\u30C3\u30C8\u306F\u3042\u308A\u307E\u305B\u3093\u3002+\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u73FE\u5728\u306E\u8A2D\u5B9A\u3092\u4FDD\u5B58\u3057\u3066\u304F\u3060\u3055\u3044\u3002", + nameRequired: "\u30B9\u30CB\u30DA\u30C3\u30C8\u306E\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044", + modal: { + titleEdit: "\u30B9\u30CB\u30DA\u30C3\u30C8\u3092\u7DE8\u96C6", + titleSave: "\u30B9\u30CB\u30DA\u30C3\u30C8\u3092\u4FDD\u5B58", + name: "\u540D\u524D", + namePlaceholder: "\u3053\u306E\u8A2D\u5B9A\u306E\u308F\u304B\u308A\u3084\u3059\u3044\u540D\u524D", + description: "\u8AAC\u660E", + descPlaceholder: "\u4EFB\u610F\u306E\u8AAC\u660E", + envVars: "\u74B0\u5883\u5909\u6570", + envVarsPlaceholder: "KEY=VALUE\u5F62\u5F0F\u30011\u884C\u306B1\u3064\uFF08export\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9\u5BFE\u5FDC\uFF09", + save: "\u4FDD\u5B58", + update: "\u66F4\u65B0", + cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB" + } + }, + customModelOverrides: { + name: "\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u306E\u4E0A\u66F8\u304D", + desc: "\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u306E\u30E2\u30C7\u30EB\u30BB\u30EC\u30AF\u30BF\u30FC\u8868\u793A\u540D\u3068\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30A6\u30A3\u30F3\u30C9\u30A6\u30B5\u30A4\u30BA\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u3002" + }, + customModelAliases: { + placeholder: "\u30A8\u30A4\u30EA\u30A2\u30B9" + }, + customContextLimits: { + name: "\u30AB\u30B9\u30BF\u30E0\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5236\u9650", + desc: "\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30A6\u30A3\u30F3\u30C9\u30A6\u30B5\u30A4\u30BA\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\uFF08200k\u30C8\u30FC\u30AF\u30F3\uFF09\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u7A7A\u6B04\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002", + invalid: "\u7121\u52B9\u306A\u5F62\u5F0F\u3067\u3059\u3002\u4F7F\u7528\uFF1A256k\u30011m\u3001\u307E\u305F\u306F\u6B63\u78BA\u306A\u6570\u5024\uFF081000-10000000\uFF09\u3002" + }, + enableOpus1M: { + name: "Opus 1M\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30A6\u30A3\u30F3\u30C9\u30A6", + desc: "\u30E2\u30C7\u30EB\u30BB\u30EC\u30AF\u30BF\u30FC\u306BOpus 1M\u3092\u8868\u793A\u3057\u307E\u3059\u3002Max\u3001Team\u3001Enterprise\u30D7\u30E9\u30F3\u306B\u542B\u307E\u308C\u307E\u3059\u3002API\u304A\u3088\u3073Pro\u30E6\u30FC\u30B6\u30FC\u306F\u8FFD\u52A0\u4F7F\u7528\u91CF\u304C\u5FC5\u8981\u3067\u3059\u3002" + }, + enableSonnet1M: { + name: "Sonnet 1M\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30A6\u30A3\u30F3\u30C9\u30A6", + desc: "\u30E2\u30C7\u30EB\u30BB\u30EC\u30AF\u30BF\u30FC\u306BSonnet 1M\u3092\u8868\u793A\u3057\u307E\u3059\u3002Max\u3001Team\u3001Enterprise\u30D7\u30E9\u30F3\u3067\u306F\u8FFD\u52A0\u4F7F\u7528\u91CF\u304C\u5FC5\u8981\u3067\u3059\u3002API\u304A\u3088\u3073Pro\u30E6\u30FC\u30B6\u30FC\u306F\u8FFD\u52A0\u4F7F\u7528\u91CF\u304C\u5FC5\u8981\u3067\u3059\u3002" + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "Chrome\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u5316", + desc: "claude-in-chrome\u62E1\u5F35\u6A5F\u80FD\u3092\u901A\u3058\u3066Claude\u304CChrome\u3068\u9023\u643A\u3067\u304D\u308B\u3088\u3046\u306B\u3057\u307E\u3059\u3002\u62E1\u5F35\u6A5F\u80FD\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u5FC5\u8981\u3067\u3059\u3002\u30BB\u30C3\u30B7\u30E7\u30F3\u306E\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002" + }, + enableBangBash: { + name: "bash \u30E2\u30FC\u30C9 (!) \u3092\u6709\u52B9\u5316", + desc: "\u5165\u529B\u6B04\u304C\u7A7A\u306E\u72B6\u614B\u3067 ! \u3092\u5165\u529B\u3059\u308B\u3068 bash \u30E2\u30FC\u30C9\u306B\u5165\u308A\u307E\u3059\u3002Node.js \u306E child_process \u7D4C\u7531\u3067\u30B3\u30DE\u30F3\u30C9\u3092\u76F4\u63A5\u5B9F\u884C\u3057\u307E\u3059\u3002\u30D3\u30E5\u30FC\u306E\u518D\u30AA\u30FC\u30D7\u30F3\u304C\u5FC5\u8981\u3067\u3059\u3002", + validation: { + noNode: "PATH \u306B Node.js \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002Node.js \u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u304B\u3001PATH \u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002" + } + }, + maxTabs: { + name: "\u6700\u5927\u30C1\u30E3\u30C3\u30C8\u30BF\u30D6\u6570", + desc: "\u540C\u6642\u306B\u958B\u3051\u308B\u6700\u5927\u30C1\u30E3\u30C3\u30C8\u30BF\u30D6\u6570\uFF083-10\uFF09\u3002\u5404\u30BF\u30D6\u306F\u500B\u5225\u306E Claude \u30BB\u30C3\u30B7\u30E7\u30F3\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002", + warning: "5 \u30BF\u30D6\u3092\u8D85\u3048\u308B\u3068\u30D1\u30D5\u30A9\u30FC\u30DE\u30F3\u30B9\u3084\u30E1\u30E2\u30EA\u4F7F\u7528\u91CF\u306B\u5F71\u97FF\u3059\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002" + }, + tabBarPosition: { + name: "\u30BF\u30D6\u30D0\u30FC\u306E\u4F4D\u7F6E", + desc: "\u30BF\u30D6\u30D0\u30C3\u30B8\u3068\u30A2\u30AF\u30B7\u30E7\u30F3\u30DC\u30BF\u30F3\u306E\u8868\u793A\u4F4D\u7F6E\u3092\u9078\u629E", + input: "\u5165\u529B\u6B04\u306E\u4E0A\uFF08\u30C7\u30D5\u30A9\u30EB\u30C8\uFF09", + header: "\u30D8\u30C3\u30C0\u30FC\u5185" + }, + enableAutoScroll: { + name: "\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0\u4E2D\u306E\u81EA\u52D5\u30B9\u30AF\u30ED\u30FC\u30EB", + desc: "Claude\u304C\u5FDC\u7B54\u3092\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0\u3057\u3066\u3044\u308B\u9593\u3001\u81EA\u52D5\u7684\u306B\u4E0B\u306B\u30B9\u30AF\u30ED\u30FC\u30EB\u3057\u307E\u3059\u3002\u7121\u52B9\u306B\u3059\u308B\u3068\u4E0A\u90E8\u306B\u7559\u307E\u308A\u3001\u6700\u521D\u304B\u3089\u8AAD\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002" + }, + deferMathRenderingDuringStreaming: { + name: "\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0\u4E2D\u306E\u6570\u5F0F\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0\u3092\u9045\u5EF6", + desc: "\u5FDC\u7B54\u306E\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0\u4E2D\u306F\u751F\u306E LaTeX \u3092\u8868\u793A\u3057\u3001\u5404\u30C6\u30AD\u30B9\u30C8\u30D6\u30ED\u30C3\u30AF\u306E\u5B8C\u4E86\u6642\u306B\u4E00\u5EA6\u3060\u3051\u6570\u5F0F\u3092\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0\u3057\u307E\u3059\u3002" + }, + chatViewPlacement: { + name: "Claudian \u3092\u958B\u304F\u5834\u6240", + desc: "\u30C1\u30E3\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u4F5C\u6210\u3059\u308B\u3068\u304D\u306B\u958B\u304F\u5834\u6240\u3092\u9078\u629E\u3057\u307E\u3059", + rightSidebar: "\u53F3\u30B5\u30A4\u30C9\u30D0\u30FC", + leftSidebar: "\u5DE6\u30B5\u30A4\u30C9\u30D0\u30FC", + mainTab: "\u30E1\u30A4\u30F3\u30A8\u30C7\u30A3\u30BF\u30BF\u30D6" + }, + cliPath: { + name: "Claude CLI \u30D1\u30B9", + desc: "Claude Code CLI \u306E\u30AB\u30B9\u30BF\u30E0\u30D1\u30B9\u3002\u7A7A\u6B04\u3067\u81EA\u52D5\u691C\u51FA\u3092\u4F7F\u7528\u3002", + descWindows: "\u30CD\u30A4\u30C6\u30A3\u30D6\u30A4\u30F3\u30B9\u30C8\u30FC\u30E9\u30FC\u306E\u5834\u5408\u306F claude.exe \u3092\u4F7F\u7528\u3002npm/pnpm/yarn \u3084\u305D\u306E\u4ED6\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC\u3067\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u306E\u5834\u5408\u306F cli-wrapper.cjs \u30D1\u30B9\u3092\u4F7F\u7528\uFF08claude.cmd \u3067\u306F\u306A\u3044\uFF09\u3002", + descUnix: '"which claude" \u306E\u51FA\u529B\u3092\u8CBC\u308A\u4ED8\u3051\u3066\u304F\u3060\u3055\u3044 - \u30CD\u30A4\u30C6\u30A3\u30D6\u3068 npm/pnpm/yarn \u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u306E\u4E21\u65B9\u3067\u52D5\u4F5C\u3057\u307E\u3059\u3002', + validation: { + notExist: "\u30D1\u30B9\u304C\u5B58\u5728\u3057\u307E\u305B\u3093", + isDirectory: "\u30D1\u30B9\u306F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3067\u30D5\u30A1\u30A4\u30EB\u3067\u306F\u3042\u308A\u307E\u305B\u3093" + } + }, + language: { + name: "\u8A00\u8A9E", + desc: "\u30D7\u30E9\u30B0\u30A4\u30F3\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8868\u793A\u8A00\u8A9E\u3092\u5909\u66F4" + } +}; +var ja_default = { + common: common5, + chat: chat5, + settings: settings5 +}; + +// src/i18n/locales/ko.json +var ko_exports = {}; +__export(ko_exports, { + chat: () => chat6, + common: () => common6, + default: () => ko_default, + settings: () => settings6 +}); +var common6 = { + save: "\uC800\uC7A5", + cancel: "\uCDE8\uC18C", + delete: "\uC0AD\uC81C", + edit: "\uD3B8\uC9D1", + add: "\uCD94\uAC00", + remove: "\uC81C\uAC70", + clear: "\uC9C0\uC6B0\uAE30", + clearAll: "\uBAA8\uB450 \uC9C0\uC6B0\uAE30", + loading: "\uB85C\uB529 \uC911", + error: "\uC624\uB958", + success: "\uC131\uACF5", + warning: "\uACBD\uACE0", + confirm: "\uD655\uC778", + settings: "\uC124\uC815", + advanced: "\uACE0\uAE09", + enabled: "\uD65C\uC131\uD654", + disabled: "\uBE44\uD65C\uC131\uD654", + platform: "\uD50C\uB7AB\uD3FC", + refresh: "\uC0C8\uB85C\uACE0\uCE68", + rewind: "\uB418\uAC10\uAE30" +}; +var chat6 = { + rewind: { + confirmMessage: "\uC774 \uC2DC\uC810\uC73C\uB85C \uB418\uAC10\uC73C\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uC774 \uBA54\uC2DC\uC9C0 \uC774\uD6C4\uC758 \uD30C\uC77C \uBCC0\uACBD \uC0AC\uD56D\uC774 \uB418\uB3CC\uB824\uC9D1\uB2C8\uB2E4. \uC218\uB3D9\uC73C\uB85C \uB610\uB294 bash\uB97C \uD1B5\uD574 \uD3B8\uC9D1\uB41C \uD30C\uC77C\uC5D0\uB294 \uC601\uD5A5\uC744 \uBBF8\uCE58\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.", + confirmMessageConversationOnly: "\uB300\uD654\uB97C \uC774 \uC2DC\uC810\uC73C\uB85C \uB418\uAC10\uC73C\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uD30C\uC77C \uBCC0\uACBD \uC0AC\uD56D\uC740 \uC720\uC9C0\uB429\uB2C8\uB2E4.", + confirmButton: "\uB418\uAC10\uAE30", + ariaLabel: "\uC5EC\uAE30\uB85C \uB418\uAC10\uAE30", + menuConversationOnly: "\uB300\uD654\uB9CC \uB418\uAC10\uAE30", + menuCodeAndConversation: "\uCF54\uB4DC + \uB300\uD654 \uB418\uAC10\uAE30", + notice: "\uB418\uAC10\uAE30 \uC644\uB8CC: {count}\uAC1C \uD30C\uC77C \uBCF5\uC6D0\uB428", + noticeConversationOnly: "\uB300\uD654\uB97C \uB418\uAC10\uC558\uC2B5\uB2C8\uB2E4. \uD30C\uC77C \uBCC0\uACBD \uC0AC\uD56D\uC740 \uC720\uC9C0\uB418\uC5C8\uC2B5\uB2C8\uB2E4", + noticeSaveFailed: "\uB418\uAC10\uAE30 \uC644\uB8CC: {count}\uAC1C \uD30C\uC77C \uBCF5\uC6D0\uB428, \uD558\uC9C0\uB9CC \uC0C1\uD0DC\uB97C \uC800\uC7A5\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4: {error}", + noticeConversationOnlySaveFailed: "\uB300\uD654\uB97C \uB418\uAC10\uC558\uC9C0\uB9CC \uC0C1\uD0DC\uB97C \uC800\uC7A5\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4: {error}", + failed: "\uB418\uAC10\uAE30 \uC2E4\uD328: {error}", + cannot: "\uB418\uAC10\uAE30 \uBD88\uAC00: {error}", + unavailableStreaming: "\uC2A4\uD2B8\uB9AC\uBC0D \uC911\uC5D0\uB294 \uB418\uAC10\uAE30\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4", + unavailableNoUuid: "\uB418\uAC10\uAE30 \uBD88\uAC00: \uBA54\uC2DC\uC9C0 \uC2DD\uBCC4\uC790 \uB204\uB77D" + }, + fork: { + ariaLabel: "\uB300\uD654 \uBD84\uAE30", + chooseTarget: "\uB300\uD654 \uBD84\uAE30", + targetNewTab: "\uC0C8 \uD0ED", + targetCurrentTab: "\uD604\uC7AC \uD0ED", + maxTabsReached: "\uBD84\uAE30 \uBD88\uAC00: \uCD5C\uB300 {count}\uAC1C \uD0ED\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4", + notice: "\uC0C8 \uD0ED\uC73C\uB85C \uBD84\uAE30\uB428", + noticeCurrentTab: "\uD604\uC7AC \uD0ED\uC5D0\uC11C \uBD84\uAE30\uB428", + failed: "\uBD84\uAE30 \uC2E4\uD328: {error}", + unavailableStreaming: "\uC2A4\uD2B8\uB9AC\uBC0D \uC911\uC5D0\uB294 \uBD84\uAE30\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4", + unavailableNoUuid: "\uBD84\uAE30 \uBD88\uAC00: \uBA54\uC2DC\uC9C0 \uC2DD\uBCC4\uC790 \uB204\uB77D", + unavailableNoResponse: "\uBD84\uAE30 \uBD88\uAC00: \uBD84\uAE30\uD560 \uC751\uB2F5\uC774 \uC5C6\uC2B5\uB2C8\uB2E4", + errorMessageNotFound: "\uBA54\uC2DC\uC9C0\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4", + errorNoSession: "\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uC138\uC158 ID\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4", + errorNoActiveTab: "\uD65C\uC131 \uD0ED\uC774 \uC5C6\uC2B5\uB2C8\uB2E4", + commandNoMessages: "\uD3EC\uD06C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4: \uB300\uD654\uC5D0 \uBA54\uC2DC\uC9C0\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4", + commandNoAssistantUuid: "\uD3EC\uD06C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4: \uC2DD\uBCC4\uC790\uAC00 \uC788\uB294 \uC5B4\uC2DC\uC2A4\uD134\uD2B8 \uC751\uB2F5\uC774 \uC5C6\uC2B5\uB2C8\uB2E4" + }, + bangBash: { + placeholder: "> bash \uBA85\uB839 \uC2E4\uD589...", + commandPanel: "\uBA85\uB839 \uD328\uB110", + copyAriaLabel: "\uCD5C\uC2E0 \uBA85\uB839 \uCD9C\uB825\uC744 \uBCF5\uC0AC", + clearAriaLabel: "bash \uCD9C\uB825 \uC9C0\uC6B0\uAE30", + commandLabel: "{command}", + statusLabel: "\uC0C1\uD0DC: {status}", + collapseOutput: "\uBA85\uB839 \uCD9C\uB825 \uC811\uAE30", + expandOutput: "\uBA85\uB839 \uCD9C\uB825 \uD3BC\uCE58\uAE30", + running: "\uC2E4\uD589 \uC911...", + copyFailed: "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4" + } +}; +var settings6 = { + title: "Claudian \uC124\uC815", + tabs: { + general: "\uC77C\uBC18", + claude: "Claude", + codex: "Codex" + }, + display: "\uD45C\uC2DC", + conversations: "\uB300\uD654", + content: "\uCF58\uD150\uCE20", + input: "\uC785\uB825", + setup: "\uC124\uC815", + models: "\uBAA8\uB378", + experimental: "\uC2E4\uD5D8\uC801 \uAE30\uB2A5", + userName: { + name: "Claudian\uC774 \uB2F9\uC2E0\uC744 \uC5B4\uB5BB\uAC8C \uBD88\uB7EC\uC57C \uD569\uB2C8\uAE4C?", + desc: "\uAC1C\uC778\uD654\uB41C \uC778\uC0AC\uC5D0 \uC0AC\uC6A9\uD560 \uC774\uB984 (\uBE44\uC6CC\uB450\uBA74 \uC77C\uBC18 \uC778\uC0AC)" + }, + excludedTags: { + name: "\uC81C\uC678 \uD0DC\uADF8", + desc: "\uC774 \uD0DC\uADF8\uAC00 \uD3EC\uD568\uB41C \uB178\uD2B8\uB294 \uC790\uB3D9\uC73C\uB85C \uCEE8\uD14D\uC2A4\uD2B8\uB85C \uB85C\uB4DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4 (\uD55C \uC904\uC5D0 \uD558\uB098, # \uC81C\uC678)" + }, + mediaFolder: { + name: "\uBBF8\uB514\uC5B4 \uD3F4\uB354", + desc: "\uCCA8\uBD80 \uD30C\uC77C/\uC774\uBBF8\uC9C0\uB97C \uC800\uC7A5\uD560 \uD3F4\uB354. \uB178\uD2B8\uAC00 ![[image.jpg]]\uB97C \uC0AC\uC6A9\uD560 \uB54C Claude\uAC00 \uC5EC\uAE30\uC11C \uCC3E\uC2B5\uB2C8\uB2E4. \uBE44\uC6CC\uB450\uBA74 \uC800\uC7A5\uC18C \uB8E8\uD2B8 \uC0AC\uC6A9." + }, + systemPrompt: { + name: "\uCEE4\uC2A4\uD140 \uC2DC\uC2A4\uD15C \uD504\uB86C\uD504\uD2B8", + desc: "\uAE30\uBCF8 \uC2DC\uC2A4\uD15C \uD504\uB86C\uD504\uD2B8\uC5D0 \uCD94\uAC00\uB418\uB294 \uCD94\uAC00 \uC9C0\uCE68" + }, + autoTitle: { + name: "\uB300\uD654 \uC81C\uBAA9 \uC790\uB3D9 \uC0DD\uC131", + desc: "\uCCAB \uBC88\uC9F8 \uC0AC\uC6A9\uC790 \uBA54\uC2DC\uC9C0 \uC804\uC1A1 \uD6C4 \uC790\uB3D9\uC73C\uB85C \uB300\uD654 \uC81C\uBAA9\uC744 \uC0DD\uC131\uD569\uB2C8\uB2E4." + }, + titleModel: { + name: "\uC81C\uBAA9 \uC0DD\uC131 \uBAA8\uB378", + desc: "\uB300\uD654 \uC81C\uBAA9\uC744 \uC790\uB3D9 \uC0DD\uC131\uD558\uB294 \uB370 \uC0AC\uC6A9\uB418\uB294 \uBAA8\uB378.", + auto: "\uC790\uB3D9 (Haiku)" + }, + navMappings: { + name: "Vim \uC2A4\uD0C0\uC77C \uB124\uBE44\uAC8C\uC774\uC158 \uB9E4\uD551", + desc: '\uD55C \uC904\uC5D0 \uD558\uB098\uC758 \uB9E4\uD551. \uD615\uC2DD: "map <\uD0A4> <\uB3D9\uC791>" (\uB3D9\uC791: scrollUp, scrollDown, focusInput).' + }, + requireCommandOrControlEnterToSend: { + name: "Command/Ctrl+Enter\uB85C \uBCF4\uB0B4\uAE30 \uD544\uC218", + desc: "\uD65C\uC131\uD654\uD558\uBA74 Enter\uB294 \uC904\uBC14\uAFC8\uC744 \uC0BD\uC785\uD569\uB2C8\uB2E4. macOS\uC5D0\uC11C\uB294 Command+Enter, Windows\uC640 Linux\uC5D0\uC11C\uB294 Ctrl+Enter\uB85C \uBCF4\uB0C5\uB2C8\uB2E4." + }, + hotkeys: "\uB2E8\uCD95\uD0A4", + inlineEditHotkey: { + name: "\uC778\uB77C\uC778 \uD3B8\uC9D1", + descWithKey: "\uD604\uC7AC \uB2E8\uCD95\uD0A4: {hotkey}", + descNoKey: "\uB2E8\uCD95\uD0A4 \uBBF8\uC124\uC815", + btnChange: "\uBCC0\uACBD", + btnSet: "\uB2E8\uCD95\uD0A4 \uC124\uC815" + }, + openChatHotkey: { + name: "\uCC44\uD305 \uC5F4\uAE30", + descWithKey: "\uD604\uC7AC \uB2E8\uCD95\uD0A4: {hotkey}", + descNoKey: "\uB2E8\uCD95\uD0A4 \uBBF8\uC124\uC815", + btnChange: "\uBCC0\uACBD", + btnSet: "\uB2E8\uCD95\uD0A4 \uC124\uC815" + }, + newSessionHotkey: { + name: "\uC0C8 \uC138\uC158", + descWithKey: "\uD604\uC7AC \uB2E8\uCD95\uD0A4: {hotkey}", + descNoKey: "\uB2E8\uCD95\uD0A4 \uBBF8\uC124\uC815", + btnChange: "\uBCC0\uACBD", + btnSet: "\uB2E8\uCD95\uD0A4 \uC124\uC815" + }, + newTabHotkey: { + name: "\uC0C8 \uD0ED", + descWithKey: "\uD604\uC7AC \uB2E8\uCD95\uD0A4: {hotkey}", + descNoKey: "\uB2E8\uCD95\uD0A4 \uBBF8\uC124\uC815", + btnChange: "\uBCC0\uACBD", + btnSet: "\uB2E8\uCD95\uD0A4 \uC124\uC815" + }, + closeTabHotkey: { + name: "\uD0ED \uB2EB\uAE30", + descWithKey: "\uD604\uC7AC \uB2E8\uCD95\uD0A4: {hotkey}", + descNoKey: "\uB2E8\uCD95\uD0A4 \uBBF8\uC124\uC815", + btnChange: "\uBCC0\uACBD", + btnSet: "\uB2E8\uCD95\uD0A4 \uC124\uC815" + }, + slashCommands: { + name: "\uBA85\uB839\uC5B4\uC640 \uC2A4\uD0AC", + desc: ".claude/commands/ \uBC0F .claude/skills/\uC5D0 \uC800\uC7A5\uB41C Vault \uC218\uC900\uC758 \uBA85\uB839\uC5B4\uC640 \uC2A4\uD0AC\uC744 \uAD00\uB9AC\uD569\uB2C8\uB2E4. /\uC774\uB984\uC73C\uB85C \uD2B8\uB9AC\uAC70\uB429\uB2C8\uB2E4." + }, + hiddenSlashCommands: { + name: "\uC228\uACA8\uC9C4 \uBA85\uB839\uC5B4\uC640 \uC2A4\uD0AC", + desc: "\uB4DC\uB86D\uB2E4\uC6B4\uC5D0\uC11C \uD2B9\uC815 \uBA85\uB839\uC5B4\uC640 \uC2A4\uD0AC\uC744 \uC228\uAE41\uB2C8\uB2E4. Claudian\uACFC \uAD00\uB828 \uC5C6\uB294 Claude Code \uD56D\uBAA9\uC744 \uC228\uAE30\uB294 \uB370 \uC720\uC6A9\uD569\uB2C8\uB2E4. \uC55E\uC758 \uC2AC\uB798\uC2DC \uC5C6\uC774 \uC774\uB984\uC744 \uD55C \uC904\uC5D0 \uD558\uB098\uC529 \uC785\uB825\uD558\uC138\uC694.", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "MCP \uC11C\uBC84", + desc: ".claude/mcp.json\uC5D0 \uC800\uC7A5\uB41C Vault \uC218\uC900\uC758 MCP \uC11C\uBC84 \uAD6C\uC131\uC744 \uAD00\uB9AC\uD569\uB2C8\uB2E4. \uCEE8\uD14D\uC2A4\uD2B8 \uC800\uC7A5 \uBAA8\uB4DC \uC11C\uBC84\uB294 @mention\uC73C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD569\uB2C8\uB2E4." + }, + plugins: { + name: "Claude Code \uD50C\uB7EC\uADF8\uC778", + desc: "~/.claude/plugins\uC5D0\uC11C \uBC1C\uACAC\uB41C Claude Code \uD50C\uB7EC\uADF8\uC778\uC744 \uAD00\uB9AC\uD569\uB2C8\uB2E4. \uD65C\uC131\uD654\uB41C \uD50C\uB7EC\uADF8\uC778\uC740 .claude/settings.json\uC5D0 Vault\uBCC4\uB85C \uC800\uC7A5\uB429\uB2C8\uB2E4." + }, + subagents: { + name: "\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8", + desc: ".claude/agents/\uC5D0 \uC800\uC7A5\uB41C Vault \uC218\uC900\uC758 \uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8\uB97C \uAD00\uB9AC\uD569\uB2C8\uB2E4. \uAC01 Markdown \uD30C\uC77C\uC774 \uD558\uB098\uC758 \uCEE4\uC2A4\uD140 \uC5D0\uC774\uC804\uD2B8\uB97C \uC815\uC758\uD569\uB2C8\uB2E4.", + noAgents: "\uAD6C\uC131\uB41C \uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4. +\uB97C \uD074\uB9AD\uD574 \uC0C8\uB85C \uB9CC\uB4DC\uC138\uC694.", + deleteConfirm: '\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8 "{name}"\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?', + saveFailed: "\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8\uB97C \uC800\uC7A5\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4: {message}", + refreshFailed: "\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4: {message}", + deleteFailed: "\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8\uB97C \uC0AD\uC81C\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4: {message}", + renameCleanupFailed: '\uACBD\uACE0: "{name}"\uC758 \uC774\uC804 \uD30C\uC77C\uC744 \uC81C\uAC70\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4', + created: '\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8 "{name}"\uB97C \uC0DD\uC131\uD588\uC2B5\uB2C8\uB2E4', + updated: '\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8 "{name}"\uB97C \uC5C5\uB370\uC774\uD2B8\uD588\uC2B5\uB2C8\uB2E4', + deleted: '\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8 "{name}"\uB97C \uC0AD\uC81C\uD588\uC2B5\uB2C8\uB2E4', + duplicateName: '"{name}"\uC774\uB77C\uB294 \uC774\uB984\uC758 \uC5D0\uC774\uC804\uD2B8\uAC00 \uC774\uBBF8 \uC788\uC2B5\uB2C8\uB2E4', + descriptionRequired: "\uC124\uBA85\uC740 \uD544\uC218\uC785\uB2C8\uB2E4", + promptRequired: "\uC2DC\uC2A4\uD15C \uD504\uB86C\uD504\uD2B8\uB294 \uD544\uC218\uC785\uB2C8\uB2E4", + modal: { + titleEdit: "\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8 \uD3B8\uC9D1", + titleAdd: "\uC11C\uBE0C\uC5D0\uC774\uC804\uD2B8 \uCD94\uAC00", + name: "\uC774\uB984", + nameDesc: "\uC18C\uBB38\uC790, \uC22B\uC790, \uD558\uC774\uD508\uB9CC \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4", + namePlaceholder: "code-reviewer", + description: "\uC124\uBA85", + descriptionDesc: "\uC774 \uC5D0\uC774\uC804\uD2B8\uC5D0 \uB300\uD55C \uAC04\uB2E8\uD55C \uC124\uBA85", + descriptionPlaceholder: "\uCF54\uB4DC\uC758 \uBC84\uADF8\uC640 \uC2A4\uD0C0\uC77C\uC744 \uAC80\uD1A0\uD569\uB2C8\uB2E4", + advancedOptions: "\uACE0\uAE09 \uC635\uC158", + model: "\uBAA8\uB378", + modelDesc: "\uC774 \uC5D0\uC774\uC804\uD2B8\uC5D0 \uC0AC\uC6A9\uD560 \uBAA8\uB378 \uC7AC\uC815\uC758", + tools: "\uB3C4\uAD6C", + toolsDesc: "\uD5C8\uC6A9\uD560 \uB3C4\uAD6C\uB97C \uC27C\uD45C\uB85C \uAD6C\uBD84\uD574 \uC785\uB825\uD558\uC138\uC694 (\uBE44\uC6CC\uB450\uBA74 \uBAA8\uB450 \uD5C8\uC6A9)", + disallowedTools: "\uAE08\uC9C0 \uB3C4\uAD6C", + disallowedToolsDesc: "\uAE08\uC9C0\uD560 \uB3C4\uAD6C\uB97C \uC27C\uD45C\uB85C \uAD6C\uBD84\uD574 \uC785\uB825\uD558\uC138\uC694", + skills: "\uC2A4\uD0AC", + skillsDesc: "\uC2A4\uD0AC \uBAA9\uB85D\uC744 \uC27C\uD45C\uB85C \uAD6C\uBD84\uD574 \uC785\uB825\uD558\uC138\uC694", + prompt: "\uC2DC\uC2A4\uD15C \uD504\uB86C\uD504\uD2B8", + promptDesc: "\uC5D0\uC774\uC804\uD2B8\uC6A9 \uC9C0\uCE68", + promptPlaceholder: "\uB2F9\uC2E0\uC740 \uCF54\uB4DC \uB9AC\uBDF0\uC5B4\uC785\uB2C8\uB2E4. \uC8FC\uC5B4\uC9C4 \uCF54\uB4DC\uB97C \uBD84\uC11D\uD558\uC5EC..." + } + }, + safety: "\uBCF4\uC548", + loadUserSettings: { + name: "\uC0AC\uC6A9\uC790 Claude \uC124\uC815 \uB85C\uB4DC", + desc: "~/.claude/settings.json\uC744 \uB85C\uB4DC\uD569\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uBA74 \uC0AC\uC6A9\uC790\uC758 Claude Code \uD5C8\uC6A9 \uADDC\uCE59\uC774 \uBCF4\uC548 \uBAA8\uB4DC\uB97C \uC6B0\uD68C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4." + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "\uD658\uACBD", + customVariables: { + name: "\uCEE4\uC2A4\uD140 \uBCC0\uC218", + desc: "Claude SDK \uD658\uACBD \uBCC0\uC218 (KEY=VALUE \uD615\uC2DD, \uD55C \uC904\uC5D0 \uD558\uB098). export \uC811\uB450\uC0AC \uC9C0\uC6D0." + }, + envSnippets: { + name: "\uC2A4\uB2C8\uD3AB", + addBtn: "\uC2A4\uB2C8\uD3AB \uCD94\uAC00", + noSnippets: "\uC800\uC7A5\uB41C \uD658\uACBD \uBCC0\uC218 \uC2A4\uB2C8\uD3AB\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. +\uB97C \uD074\uB9AD\uD558\uC5EC \uD604\uC7AC \uAD6C\uC131\uC744 \uC800\uC7A5\uD558\uC138\uC694.", + nameRequired: "\uC2A4\uB2C8\uD3AB \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694", + modal: { + titleEdit: "\uC2A4\uB2C8\uD3AB \uD3B8\uC9D1", + titleSave: "\uC2A4\uB2C8\uD3AB \uC800\uC7A5", + name: "\uC774\uB984", + namePlaceholder: "\uC774 \uAD6C\uC131\uC5D0 \uB300\uD55C \uC124\uBA85\uC801\uC778 \uC774\uB984", + description: "\uC124\uBA85", + descPlaceholder: "\uC120\uD0DD\uC801 \uC124\uBA85", + envVars: "\uD658\uACBD \uBCC0\uC218", + envVarsPlaceholder: "KEY=VALUE \uD615\uC2DD, \uD55C \uC904\uC5D0 \uD558\uB098 (export \uC811\uB450\uC0AC \uC9C0\uC6D0)", + save: "\uC800\uC7A5", + update: "\uC5C5\uB370\uC774\uD2B8", + cancel: "\uCDE8\uC18C" + } + }, + customModelOverrides: { + name: "\uC0AC\uC6A9\uC790 \uC815\uC758 \uBAA8\uB378 \uC7AC\uC815\uC758", + desc: "\uC0AC\uC6A9\uC790 \uC815\uC758 \uBAA8\uB378\uC758 \uBAA8\uB378 \uC120\uD0DD\uAE30 \uBCC4\uCE6D\uACFC \uCEE8\uD14D\uC2A4\uD2B8 \uCC3D \uD06C\uAE30\uB97C \uC124\uC815\uD569\uB2C8\uB2E4." + }, + customModelAliases: { + placeholder: "\uBCC4\uCE6D" + }, + customContextLimits: { + name: "\uC0AC\uC6A9\uC790 \uC815\uC758 \uCEE8\uD14D\uC2A4\uD2B8 \uC81C\uD55C", + desc: "\uC0AC\uC6A9\uC790 \uC815\uC758 \uBAA8\uB378\uC758 \uCEE8\uD14D\uC2A4\uD2B8 \uCC3D \uD06C\uAE30\uB97C \uC124\uC815\uD569\uB2C8\uB2E4. \uAE30\uBCF8\uAC12(200k \uD1A0\uD070)\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694.", + invalid: "\uC798\uBABB\uB41C \uD615\uC2DD\uC785\uB2C8\uB2E4. \uC0AC\uC6A9: 256k, 1m \uB610\uB294 \uC815\uD655\uD55C \uC22B\uC790(1000-10000000)." + }, + enableOpus1M: { + name: "Opus 1M \uCEE8\uD14D\uC2A4\uD2B8 \uC708\uB3C4\uC6B0", + desc: "\uBAA8\uB378 \uC120\uD0DD\uAE30\uC5D0\uC11C Opus 1M\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4. Max, Team, Enterprise \uD50C\uB79C\uC5D0 \uD3EC\uD568\uB429\uB2C8\uB2E4. API \uBC0F Pro \uC0AC\uC6A9\uC790\uB294 \uCD94\uAC00 \uC0AC\uC6A9\uB7C9\uC774 \uD544\uC694\uD569\uB2C8\uB2E4." + }, + enableSonnet1M: { + name: "Sonnet 1M \uCEE8\uD14D\uC2A4\uD2B8 \uC708\uB3C4\uC6B0", + desc: "\uBAA8\uB378 \uC120\uD0DD\uAE30\uC5D0\uC11C Sonnet 1M\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4. Max, Team, Enterprise \uD50C\uB79C\uC5D0\uC11C \uCD94\uAC00 \uC0AC\uC6A9\uB7C9\uC774 \uD544\uC694\uD569\uB2C8\uB2E4. API \uBC0F Pro \uC0AC\uC6A9\uC790\uB294 \uCD94\uAC00 \uC0AC\uC6A9\uB7C9\uC774 \uD544\uC694\uD569\uB2C8\uB2E4." + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "Chrome \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uD65C\uC131\uD654", + desc: "claude-in-chrome \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uD1B5\uD574 Claude\uAC00 Chrome\uACFC \uC0C1\uD638\uC791\uC6A9\uD560 \uC218 \uC788\uB3C4\uB85D \uD569\uB2C8\uB2E4. \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uC124\uCE58\uB418\uC5B4 \uC788\uC5B4\uC57C \uD569\uB2C8\uB2E4. \uC138\uC158 \uC7AC\uC2DC\uC791\uC774 \uD544\uC694\uD569\uB2C8\uB2E4." + }, + enableBangBash: { + name: "bash \uBAA8\uB4DC (!) \uD65C\uC131\uD654", + desc: "\uC785\uB825\uCC3D\uC774 \uBE44\uC5B4 \uC788\uC744 \uB54C !\uB97C \uC785\uB825\uD558\uBA74 bash \uBAA8\uB4DC\uB85C \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. Node.js child_process\uB97C \uD1B5\uD574 \uBA85\uB839\uC744 \uC9C1\uC811 \uC2E4\uD589\uD569\uB2C8\uB2E4. \uBCF4\uAE30\uB97C \uB2E4\uC2DC \uC5F4\uC5B4\uC57C \uD569\uB2C8\uB2E4.", + validation: { + noNode: "PATH\uC5D0\uC11C Node.js\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. Node.js\uB97C \uC124\uCE58\uD558\uAC70\uB098 PATH \uC124\uC815\uC744 \uD655\uC778\uD558\uC138\uC694." + } + }, + maxTabs: { + name: "\uCD5C\uB300 \uCC44\uD305 \uD0ED \uC218", + desc: "\uB3D9\uC2DC\uC5D0 \uC5F4 \uC218 \uC788\uB294 \uCD5C\uB300 \uCC44\uD305 \uD0ED \uC218(3-10). \uAC01 \uD0ED\uC740 \uBCC4\uB3C4\uC758 Claude \uC138\uC158\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4.", + warning: "5\uAC1C \uD0ED\uC744 \uCD08\uACFC\uD558\uBA74 \uC131\uB2A5 \uBC0F \uBA54\uBAA8\uB9AC \uC0AC\uC6A9\uB7C9\uC5D0 \uC601\uD5A5\uC744 \uC904 \uC218 \uC788\uC2B5\uB2C8\uB2E4." + }, + tabBarPosition: { + name: "\uD0ED \uBC14 \uC704\uCE58", + desc: "\uD0ED \uBC30\uC9C0\uC640 \uC791\uC5C5 \uBC84\uD2BC\uC758 \uD45C\uC2DC \uC704\uCE58 \uC120\uD0DD", + input: "\uC785\uB825\uCC3D \uC704(\uAE30\uBCF8\uAC12)", + header: "\uD5E4\uB354\uC5D0" + }, + enableAutoScroll: { + name: "\uC2A4\uD2B8\uB9AC\uBC0D \uC911 \uC790\uB3D9 \uC2A4\uD06C\uB864", + desc: "Claude\uAC00 \uC751\uB2F5\uC744 \uC2A4\uD2B8\uB9AC\uBC0D\uD558\uB294 \uB3D9\uC548 \uC790\uB3D9\uC73C\uB85C \uC544\uB798\uB85C \uC2A4\uD06C\uB864\uD569\uB2C8\uB2E4. \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC0C1\uB2E8\uC5D0 \uBA38\uBB3C\uB7EC \uCC98\uC74C\uBD80\uD130 \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4." + }, + deferMathRenderingDuringStreaming: { + name: "\uC2A4\uD2B8\uB9AC\uBC0D \uC911 \uC218\uC2DD \uB80C\uB354\uB9C1 \uC9C0\uC5F0", + desc: "\uC751\uB2F5\uC774 \uC2A4\uD2B8\uB9AC\uBC0D\uB418\uB294 \uB3D9\uC548 \uC6D0\uBCF8 LaTeX\uB97C \uD45C\uC2DC\uD558\uACE0 \uAC01 \uD14D\uC2A4\uD2B8 \uBE14\uB85D\uC774 \uC644\uB8CC\uB418\uBA74 \uC218\uC2DD\uC744 \uD55C \uBC88 \uB80C\uB354\uB9C1\uD569\uB2C8\uB2E4." + }, + chatViewPlacement: { + name: "Claudian \uC5F4 \uC704\uCE58", + desc: "\uCC44\uD305 \uD328\uB110\uC774 \uC0DD\uC131\uB420 \uB54C \uC5F4\uB9B4 \uC704\uCE58\uB97C \uC120\uD0DD\uD569\uB2C8\uB2E4", + rightSidebar: "\uC624\uB978\uCABD \uC0AC\uC774\uB4DC\uBC14", + leftSidebar: "\uC67C\uCABD \uC0AC\uC774\uB4DC\uBC14", + mainTab: "\uBA54\uC778 \uD3B8\uC9D1\uAE30 \uD0ED" + }, + cliPath: { + name: "Claude CLI \uACBD\uB85C", + desc: "Claude Code CLI\uC758 \uC0AC\uC6A9\uC790 \uC815\uC758 \uACBD\uB85C. \uBE44\uC6CC\uB450\uBA74 \uC790\uB3D9 \uAC10\uC9C0 \uC0AC\uC6A9.", + descWindows: "\uB124\uC774\uD2F0\uBE0C \uC124\uCE58 \uD504\uB85C\uADF8\uB7A8\uC758 \uACBD\uC6B0 claude.exe\uB97C \uC0AC\uC6A9\uD558\uC138\uC694. npm/pnpm/yarn \uB610\uB294 \uAE30\uD0C0 \uD328\uD0A4\uC9C0 \uAD00\uB9AC\uC790 \uC124\uCE58\uC758 \uACBD\uC6B0 cli-wrapper.cjs \uACBD\uB85C\uB97C \uC0AC\uC6A9\uD558\uC138\uC694 (claude.cmd\uAC00 \uC544\uB2D8).", + descUnix: '"which claude"\uC758 \uCD9C\uB825\uC744 \uBD99\uC5EC\uB123\uC73C\uC138\uC694 - \uB124\uC774\uD2F0\uBE0C \uBC0F npm/pnpm/yarn \uC124\uCE58 \uBAA8\uB450\uC5D0\uC11C \uC791\uB3D9\uD569\uB2C8\uB2E4.', + validation: { + notExist: "\uACBD\uB85C\uAC00 \uC874\uC7AC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4", + isDirectory: "\uACBD\uB85C\uAC00 \uB514\uB809\uD1A0\uB9AC\uC785\uB2C8\uB2E4 \uD30C\uC77C\uC774 \uC544\uB2D9\uB2C8\uB2E4" + } + }, + language: { + name: "\uC5B8\uC5B4", + desc: "\uD50C\uB7EC\uADF8\uC778 \uC778\uD130\uD398\uC774\uC2A4\uC758 \uD45C\uC2DC \uC5B8\uC5B4 \uBCC0\uACBD" + } +}; +var ko_default = { + common: common6, + chat: chat6, + settings: settings6 +}; + +// src/i18n/locales/pt.json +var pt_exports = {}; +__export(pt_exports, { + chat: () => chat7, + common: () => common7, + default: () => pt_default, + settings: () => settings7 +}); +var common7 = { + save: "Salvar", + cancel: "Cancelar", + delete: "Excluir", + edit: "Editar", + add: "Adicionar", + remove: "Remover", + clear: "Limpar", + clearAll: "Limpar tudo", + loading: "Carregando", + error: "Erro", + success: "Sucesso", + warning: "Aviso", + confirm: "Confirmar", + settings: "Configura\xE7\xF5es", + advanced: "Avan\xE7ado", + enabled: "Ativado", + disabled: "Desativado", + platform: "Plataforma", + refresh: "Atualizar", + rewind: "Retroceder" +}; +var chat7 = { + rewind: { + confirmMessage: "Retroceder at\xE9 este ponto? As altera\xE7\xF5es de arquivos ap\xF3s esta mensagem ser\xE3o revertidas. O retrocesso n\xE3o afeta arquivos editados manualmente ou via bash.", + confirmMessageConversationOnly: "Retroceder a conversa at\xE9 este ponto? As altera\xE7\xF5es de arquivos ser\xE3o mantidas.", + confirmButton: "Retroceder", + ariaLabel: "Retroceder at\xE9 aqui", + menuConversationOnly: "Retroceder somente conversa", + menuCodeAndConversation: "Retroceder c\xF3digo + conversa", + notice: "Retrocedido: {count} arquivo(s) revertido(s)", + noticeConversationOnly: "Conversa retrocedida; altera\xE7\xF5es de arquivos mantidas", + noticeSaveFailed: "Retrocedido: {count} arquivo(s) revertido(s), mas n\xE3o foi poss\xEDvel salvar o estado: {error}", + noticeConversationOnlySaveFailed: "Conversa retrocedida, mas n\xE3o foi poss\xEDvel salvar o estado: {error}", + failed: "Falha ao retroceder: {error}", + cannot: "N\xE3o \xE9 poss\xEDvel retroceder: {error}", + unavailableStreaming: "N\xE3o \xE9 poss\xEDvel retroceder durante a transmiss\xE3o", + unavailableNoUuid: "N\xE3o \xE9 poss\xEDvel retroceder: identificadores de mensagem ausentes" + }, + fork: { + ariaLabel: "Bifurcar conversa", + chooseTarget: "Bifurcar conversa", + targetNewTab: "Nova aba", + targetCurrentTab: "Aba atual", + maxTabsReached: "N\xE3o \xE9 poss\xEDvel bifurcar: m\xE1ximo de {count} abas atingido", + notice: "Bifurcado para nova aba", + noticeCurrentTab: "Bifurcado na aba atual", + failed: "Falha ao bifurcar: {error}", + unavailableStreaming: "N\xE3o \xE9 poss\xEDvel bifurcar durante a transmiss\xE3o", + unavailableNoUuid: "N\xE3o \xE9 poss\xEDvel bifurcar: identificadores de mensagem ausentes", + unavailableNoResponse: "N\xE3o \xE9 poss\xEDvel bifurcar: nenhuma resposta para bifurcar", + errorMessageNotFound: "Mensagem n\xE3o encontrada", + errorNoSession: "Nenhum ID de sess\xE3o dispon\xEDvel", + errorNoActiveTab: "Nenhuma aba ativa", + commandNoMessages: "N\xE3o \xE9 poss\xEDvel bifurcar: n\xE3o h\xE1 mensagens na conversa", + commandNoAssistantUuid: "N\xE3o \xE9 poss\xEDvel bifurcar: n\xE3o h\xE1 resposta do assistente com identificadores" + }, + bangBash: { + placeholder: "> Executar um comando bash...", + commandPanel: "Painel de comandos", + copyAriaLabel: "Copiar a sa\xEDda do comando mais recente", + clearAriaLabel: "Limpar a sa\xEDda do bash", + commandLabel: "{command}", + statusLabel: "Estado: {status}", + collapseOutput: "Recolher a sa\xEDda do comando", + expandOutput: "Expandir a sa\xEDda do comando", + running: "Executando...", + copyFailed: "Falha ao copiar para a \xE1rea de transfer\xEAncia" + } +}; +var settings7 = { + title: "Configura\xE7\xF5es do Claudian", + tabs: { + general: "Geral", + claude: "Claude", + codex: "Codex" + }, + display: "Exibi\xE7\xE3o", + conversations: "Conversas", + content: "Conte\xFAdo", + input: "Entrada", + setup: "Configura\xE7\xE3o", + models: "Modelos", + experimental: "Experimental", + userName: { + name: "Como o Claudian deve cham\xE1-lo?", + desc: "Seu nome para sauda\xE7\xF5es personalizadas (deixe vazio para sauda\xE7\xF5es gen\xE9ricas)" + }, + excludedTags: { + name: "Tags exclu\xEDdas", + desc: "Notas com estas tags n\xE3o ser\xE3o carregadas automaticamente como contexto (uma por linha, sem #)" + }, + mediaFolder: { + name: "Pasta de m\xEDdia", + desc: "Pasta contendo anexos/imagens. Quando notas usam ![[image.jpg]], Claude procurar\xE1 aqui. Deixe vazio para a raiz do reposit\xF3rio." + }, + systemPrompt: { + name: "Prompt de sistema personalizado", + desc: "Instru\xE7\xF5es adicionais anexadas ao prompt de sistema padr\xE3o" + }, + autoTitle: { + name: "Gerar automaticamente t\xEDtulos de conversa", + desc: "Gera automaticamente t\xEDtulos de conversa ap\xF3s a primeira mensagem do usu\xE1rio." + }, + titleModel: { + name: "Modelo de gera\xE7\xE3o de t\xEDtulo", + desc: "Modelo usado para gerar automaticamente t\xEDtulos de conversa.", + auto: "Autom\xE1tico (Haiku)" + }, + navMappings: { + name: "Mapeamentos de navega\xE7\xE3o estilo Vim", + desc: 'Um mapeamento por linha. Formato: "map " (a\xE7\xF5es: scrollUp, scrollDown, focusInput).' + }, + requireCommandOrControlEnterToSend: { + name: "Exigir Command/Ctrl+Enter para enviar", + desc: "Quando ativado, Enter insere uma quebra de linha. Command+Enter envia no macOS; Ctrl+Enter envia no Windows e Linux." + }, + hotkeys: "Atalhos", + inlineEditHotkey: { + name: "Edi\xE7\xE3o em linha", + descWithKey: "Atalho atual: {hotkey}", + descNoKey: "Nenhum atalho definido", + btnChange: "Alterar", + btnSet: "Definir" + }, + openChatHotkey: { + name: "Abrir chat", + descWithKey: "Atalho atual: {hotkey}", + descNoKey: "Nenhum atalho definido", + btnChange: "Alterar", + btnSet: "Definir" + }, + newSessionHotkey: { + name: "Nova sess\xE3o", + descWithKey: "Atalho atual: {hotkey}", + descNoKey: "Nenhum atalho definido", + btnChange: "Alterar", + btnSet: "Definir" + }, + newTabHotkey: { + name: "Nova aba", + descWithKey: "Atalho atual: {hotkey}", + descNoKey: "Nenhum atalho definido", + btnChange: "Alterar", + btnSet: "Definir" + }, + closeTabHotkey: { + name: "Fechar aba", + descWithKey: "Atalho atual: {hotkey}", + descNoKey: "Nenhum atalho definido", + btnChange: "Alterar", + btnSet: "Definir" + }, + slashCommands: { + name: "Comandos e habilidades", + desc: "Gerencie comandos e habilidades a n\xEDvel de vault armazenados em .claude/commands/ e .claude/skills/. Acionados por /nome." + }, + hiddenSlashCommands: { + name: "Comandos e habilidades ocultos", + desc: "Oculta comandos e habilidades espec\xEDficos do menu suspenso. \xDAtil para ocultar entradas do Claude Code que n\xE3o s\xE3o relevantes para o Claudian. Digite os nomes sem a barra inicial, um por linha.", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "Servidores MCP", + desc: "Gerencie configura\xE7\xF5es de servidores MCP a n\xEDvel de vault armazenadas em .claude/mcp.json. Servidores com modo de salvamento de contexto exigem @mention para ativar." + }, + plugins: { + name: "Plugins do Claude Code", + desc: "Gerencie plugins do Claude Code descobertos em ~/.claude/plugins. Plugins ativados s\xE3o armazenados por vault em .claude/settings.json." + }, + subagents: { + name: "Subagentes", + desc: "Gerencie subagentes a n\xEDvel de vault armazenados em .claude/agents/. Cada arquivo Markdown define um agente personalizado.", + noAgents: "Nenhum subagente configurado. Clique em + para criar um.", + deleteConfirm: 'Excluir o subagente "{name}"?', + saveFailed: "Falha ao salvar o subagente: {message}", + refreshFailed: "Falha ao atualizar subagentes: {message}", + deleteFailed: "Falha ao excluir o subagente: {message}", + renameCleanupFailed: 'Aviso: n\xE3o foi poss\xEDvel remover o arquivo antigo de "{name}"', + created: 'Subagente "{name}" criado', + updated: 'Subagente "{name}" atualizado', + deleted: 'Subagente "{name}" exclu\xEDdo', + duplicateName: 'J\xE1 existe um agente chamado "{name}"', + descriptionRequired: "A descri\xE7\xE3o \xE9 obrigat\xF3ria", + promptRequired: "O prompt do sistema \xE9 obrigat\xF3rio", + modal: { + titleEdit: "Editar subagente", + titleAdd: "Adicionar subagente", + name: "Nome", + nameDesc: "Use apenas letras min\xFAsculas, n\xFAmeros e h\xEDfens", + namePlaceholder: "code-reviewer", + description: "Descri\xE7\xE3o", + descriptionDesc: "Breve descri\xE7\xE3o deste agente", + descriptionPlaceholder: "Revisa c\xF3digo em busca de bugs e estilo", + advancedOptions: "Op\xE7\xF5es avan\xE7adas", + model: "Modelo", + modelDesc: "Substituir o modelo deste agente", + tools: "Ferramentas", + toolsDesc: "Lista de ferramentas permitidas separadas por v\xEDrgula (vazio = todas)", + disallowedTools: "Ferramentas n\xE3o permitidas", + disallowedToolsDesc: "Lista de ferramentas a desativar separadas por v\xEDrgula", + skills: "Habilidades", + skillsDesc: "Lista de habilidades separadas por v\xEDrgula", + prompt: "Prompt do sistema", + promptDesc: "Instru\xE7\xF5es para o agente", + promptPlaceholder: "Voc\xEA \xE9 um revisor de c\xF3digo. Analise o c\xF3digo fornecido para..." + } + }, + safety: "Seguran\xE7a", + loadUserSettings: { + name: "Carregar configura\xE7\xF5es do usu\xE1rio Claude", + desc: "Carrega ~/.claude/settings.json. Quando habilitado, as regras de permiss\xE3o do usu\xE1rio podem ignorar o modo seguro." + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "Ambiente", + customVariables: { + name: "Vari\xE1veis personalizadas", + desc: "Vari\xE1veis de ambiente para Claude SDK (formato KEY=VALUE, uma por linha). Prefixo export suportado." + }, + envSnippets: { + name: "Snippets", + addBtn: "Adicionar snippet", + noSnippets: "Nenhum snippet de ambiente salvo. Clique em + para salvar sua configura\xE7\xE3o atual.", + nameRequired: "Por favor, insira um nome para o snippet", + modal: { + titleEdit: "Editar snippet", + titleSave: "Salvar snippet", + name: "Nome", + namePlaceholder: "Um nome descritivo para esta configura\xE7\xE3o", + description: "Descri\xE7\xE3o", + descPlaceholder: "Descri\xE7\xE3o opcional", + envVars: "Vari\xE1veis de ambiente", + envVarsPlaceholder: "Formato KEY=VALUE, uma por linha (prefixo export suportado)", + save: "Salvar", + update: "Atualizar", + cancel: "Cancelar" + } + }, + customModelOverrides: { + name: "Substitui\xE7\xF5es de modelos personalizados", + desc: "Defina aliases no seletor de modelos e tamanhos de janela de contexto para modelos personalizados." + }, + customModelAliases: { + placeholder: "Alias" + }, + customContextLimits: { + name: "Limites de contexto personalizados", + desc: "Defina tamanhos de janela de contexto para seus modelos personalizados. Deixe vazio para usar o padr\xE3o (200k tokens).", + invalid: "Formato inv\xE1lido. Use: 256k, 1m ou n\xFAmero exato (1000-10000000)." + }, + enableOpus1M: { + name: "Janela de contexto Opus 1M", + desc: "Mostrar Opus 1M no seletor de modelos. Inclu\xEDdo nos planos Max, Team e Enterprise. Usu\xE1rios de API e Pro precisam de uso adicional." + }, + enableSonnet1M: { + name: "Janela de contexto Sonnet 1M", + desc: "Mostrar Sonnet 1M no seletor de modelos. Requer uso adicional nos planos Max, Team e Enterprise. Usu\xE1rios de API e Pro precisam de uso adicional." + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "Habilitar extens\xE3o do Chrome", + desc: "Permitir que o Claude interaja com o Chrome atrav\xE9s da extens\xE3o claude-in-chrome. Requer que a extens\xE3o esteja instalada. Requer rein\xEDcio de sess\xE3o." + }, + enableBangBash: { + name: "Ativar modo bash (!)", + desc: "Digite ! com a entrada vazia para entrar no modo bash. Executa comandos diretamente via Node.js child_process. Requer reabrir a visualiza\xE7\xE3o.", + validation: { + noNode: "Node.js n\xE3o encontrado no PATH. Instale o Node.js ou verifique a configura\xE7\xE3o do PATH." + } + }, + maxTabs: { + name: "M\xE1ximo de abas de chat", + desc: "N\xFAmero m\xE1ximo de abas de chat simult\xE2neas (3-10). Cada aba usa uma sess\xE3o Claude separada.", + warning: "Mais de 5 abas pode afetar o desempenho e o uso de mem\xF3ria." + }, + tabBarPosition: { + name: "Posi\xE7\xE3o da barra de abas", + desc: "Escolha onde exibir os emblemas de abas e bot\xF5es de a\xE7\xE3o", + input: "Acima da entrada (padr\xE3o)", + header: "No cabe\xE7alho" + }, + enableAutoScroll: { + name: "Rolagem autom\xE1tica durante streaming", + desc: "Rolar automaticamente para baixo enquanto o Claude transmite respostas. Desativar para ficar no topo e ler desde o in\xEDcio." + }, + deferMathRenderingDuringStreaming: { + name: "Adiar renderiza\xE7\xE3o matem\xE1tica durante streaming", + desc: "Mostrar LaTeX bruto enquanto a resposta \xE9 transmitida e renderizar a matem\xE1tica uma vez quando cada bloco de texto terminar." + }, + chatViewPlacement: { + name: "Abrir Claudian em", + desc: "Escolha onde o painel de chat abre quando \xE9 criado", + rightSidebar: "Barra lateral direita", + leftSidebar: "Barra lateral esquerda", + mainTab: "Aba do editor principal" + }, + cliPath: { + name: "Caminho CLI Claude", + desc: "Caminho personalizado para Claude Code CLI. Deixe vazio para detec\xE7\xE3o autom\xE1tica.", + descWindows: "Para o instalador nativo, use claude.exe. Para instala\xE7\xF5es com npm/pnpm/yarn ou outros gerenciadores de pacotes, use o caminho cli-wrapper.cjs (n\xE3o claude.cmd).", + descUnix: 'Cole a sa\xEDda de "which claude" \u2014 funciona tanto para instala\xE7\xF5es nativas quanto npm/pnpm/yarn.', + validation: { + notExist: "Caminho n\xE3o existe", + isDirectory: "Caminho \xE9 um diret\xF3rio, n\xE3o um arquivo" + } + }, + language: { + name: "Idioma", + desc: "Alterar o idioma de exibi\xE7\xE3o da interface do plugin" + } +}; +var pt_default = { + common: common7, + chat: chat7, + settings: settings7 +}; + +// src/i18n/locales/ru.json +var ru_exports = {}; +__export(ru_exports, { + chat: () => chat8, + common: () => common8, + default: () => ru_default, + settings: () => settings8 +}); +var common8 = { + save: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C", + cancel: "\u041E\u0442\u043C\u0435\u043D\u0430", + delete: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C", + edit: "\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C", + add: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C", + remove: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C", + clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C", + clearAll: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0432\u0441\u0451", + loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430", + error: "\u041E\u0448\u0438\u0431\u043A\u0430", + success: "\u0423\u0441\u043F\u0435\u0445", + warning: "\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435", + confirm: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C", + settings: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438", + advanced: "\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E", + enabled: "\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u043E", + disabled: "\u041E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E", + platform: "\u041F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0430", + refresh: "\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C", + rewind: "\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C" +}; +var chat8 = { + rewind: { + confirmMessage: "\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C \u0434\u043E \u044D\u0442\u043E\u0439 \u0442\u043E\u0447\u043A\u0438? \u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u043E\u0432 \u043F\u043E\u0441\u043B\u0435 \u044D\u0442\u043E\u0433\u043E \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u043E\u0442\u043C\u0435\u043D\u0435\u043D\u044B. \u041E\u0442\u043A\u0430\u0442 \u043D\u0435 \u0437\u0430\u0442\u0440\u0430\u0433\u0438\u0432\u0430\u0435\u0442 \u0444\u0430\u0439\u043B\u044B, \u043E\u0442\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u0438\u043B\u0438 \u0447\u0435\u0440\u0435\u0437 bash.", + confirmMessageConversationOnly: "\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440 \u0434\u043E \u044D\u0442\u043E\u0439 \u0442\u043E\u0447\u043A\u0438? \u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u043E\u0432 \u0431\u0443\u0434\u0443\u0442 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u044B.", + confirmButton: "\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C", + ariaLabel: "\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C \u0441\u044E\u0434\u0430", + menuConversationOnly: "\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440", + menuCodeAndConversation: "\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C \u043A\u043E\u0434 + \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440", + notice: "\u041E\u0442\u043A\u0430\u0447\u0435\u043D\u043E: \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0444\u0430\u0439\u043B\u043E\u0432 \u2014 {count}", + noticeConversationOnly: "\u0420\u0430\u0437\u0433\u043E\u0432\u043E\u0440 \u043E\u0442\u043A\u0430\u0447\u0435\u043D; \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u043E\u0432 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u044B", + noticeSaveFailed: "\u041E\u0442\u043A\u0430\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D: \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0444\u0430\u0439\u043B\u043E\u0432 \u2014 {count}, \u043D\u043E \u043D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435: {error}", + noticeConversationOnlySaveFailed: "\u0420\u0430\u0437\u0433\u043E\u0432\u043E\u0440 \u043E\u0442\u043A\u0430\u0447\u0435\u043D, \u043D\u043E \u043D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435: {error}", + failed: "\u041E\u0448\u0438\u0431\u043A\u0430 \u043E\u0442\u043A\u0430\u0442\u0430: {error}", + cannot: "\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043A\u0430\u0442\u0438\u0442\u044C: {error}", + unavailableStreaming: "\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043A\u0430\u0442\u0438\u0442\u044C \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0442\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438", + unavailableNoUuid: "\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043A\u0430\u0442\u0438\u0442\u044C: \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440\u044B \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439" + }, + fork: { + ariaLabel: "\u041E\u0442\u0432\u0435\u0442\u0432\u0438\u0442\u044C \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440", + chooseTarget: "\u041E\u0442\u0432\u0435\u0442\u0432\u0438\u0442\u044C \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440", + targetNewTab: "\u041D\u043E\u0432\u0430\u044F \u0432\u043A\u043B\u0430\u0434\u043A\u0430", + targetCurrentTab: "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0432\u043A\u043B\u0430\u0434\u043A\u0430", + maxTabsReached: "\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u0432\u0435\u0442\u0432\u0438\u0442\u044C: \u0434\u043E\u0441\u0442\u0438\u0433\u043D\u0443\u0442 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {count} \u0432\u043A\u043B\u0430\u0434\u043E\u043A", + notice: "\u041E\u0442\u0432\u0435\u0442\u0432\u043B\u0435\u043D\u043E \u0432 \u043D\u043E\u0432\u0443\u044E \u0432\u043A\u043B\u0430\u0434\u043A\u0443", + noticeCurrentTab: "\u041E\u0442\u0432\u0435\u0442\u0432\u043B\u0435\u043D\u043E \u0432 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435", + failed: "\u041E\u0448\u0438\u0431\u043A\u0430 \u043E\u0442\u0432\u0435\u0442\u0432\u043B\u0435\u043D\u0438\u044F: {error}", + unavailableStreaming: "\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u0432\u0435\u0442\u0432\u0438\u0442\u044C \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0442\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438", + unavailableNoUuid: "\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u0432\u0435\u0442\u0432\u0438\u0442\u044C: \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440\u044B \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439", + unavailableNoResponse: "\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u0432\u0435\u0442\u0432\u0438\u0442\u044C: \u043D\u0435\u0442 \u043E\u0442\u0432\u0435\u0442\u0430 \u0434\u043B\u044F \u043E\u0442\u0432\u0435\u0442\u0432\u043B\u0435\u043D\u0438\u044F", + errorMessageNotFound: "\u0421\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E", + errorNoSession: "\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u0435\u0441\u0441\u0438\u0438 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D", + errorNoActiveTab: "\u041D\u0435\u0442 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0438", + commandNoMessages: "\u041D\u0435\u043B\u044C\u0437\u044F \u0444\u043E\u0440\u043A\u043D\u0443\u0442\u044C: \u0432 \u0434\u0438\u0430\u043B\u043E\u0433\u0435 \u043D\u0435\u0442 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439", + commandNoAssistantUuid: "\u041D\u0435\u043B\u044C\u0437\u044F \u0444\u043E\u0440\u043A\u043D\u0443\u0442\u044C: \u043D\u0435\u0442 \u043E\u0442\u0432\u0435\u0442\u0430 \u0430\u0441\u0441\u0438\u0441\u0442\u0435\u043D\u0442\u0430 \u0441 \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440\u0430\u043C\u0438" + }, + bangBash: { + placeholder: "> \u0412\u044B\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043E\u043C\u0430\u043D\u0434\u0443 bash...", + commandPanel: "\u041F\u0430\u043D\u0435\u043B\u044C \u043A\u043E\u043C\u0430\u043D\u0434", + copyAriaLabel: "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u044B\u0432\u043E\u0434 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439 \u043A\u043E\u043C\u0430\u043D\u0434\u044B", + clearAriaLabel: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0432\u044B\u0432\u043E\u0434 bash", + commandLabel: "{command}", + statusLabel: "\u0421\u0442\u0430\u0442\u0443\u0441: {status}", + collapseOutput: "\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u044B\u0432\u043E\u0434 \u043A\u043E\u043C\u0430\u043D\u0434\u044B", + expandOutput: "\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u044B\u0432\u043E\u0434 \u043A\u043E\u043C\u0430\u043D\u0434\u044B", + running: "\u0412\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F...", + copyFailed: "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430" + } +}; +var settings8 = { + title: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 Claudian", + tabs: { + general: "\u041E\u0431\u0449\u0438\u0435", + claude: "Claude", + codex: "Codex" + }, + display: "\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435", + conversations: "\u0420\u0430\u0437\u0433\u043E\u0432\u043E\u0440\u044B", + content: "\u0421\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435", + input: "\u0412\u0432\u043E\u0434", + setup: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430", + models: "\u041C\u043E\u0434\u0435\u043B\u0438", + experimental: "\u042D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430\u043B\u044C\u043D\u043E\u0435", + userName: { + name: "\u041A\u0430\u043A Claudian \u0434\u043E\u043B\u0436\u0435\u043D \u043E\u0431\u0440\u0430\u0449\u0430\u0442\u044C\u0441\u044F \u043A \u0432\u0430\u043C?", + desc: "\u0412\u0430\u0448\u0435 \u0438\u043C\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0439 (\u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u043E\u0431\u0449\u0438\u0445 \u043F\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0439)" + }, + excludedTags: { + name: "\u0418\u0441\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044B\u0435 \u0442\u0435\u0433\u0438", + desc: "\u0417\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u044D\u0442\u0438\u043C\u0438 \u0442\u0435\u0433\u0430\u043C\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 (\u043F\u043E \u043E\u0434\u043D\u043E\u043C\u0443 \u0432 \u0441\u0442\u0440\u043E\u043A\u0435, \u0431\u0435\u0437 #)" + }, + mediaFolder: { + name: "\u041F\u0430\u043F\u043A\u0430 \u043C\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043B\u043E\u0432", + desc: "\u041F\u0430\u043F\u043A\u0430 \u0441 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F\u043C\u0438/\u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F\u043C\u0438. \u041A\u043E\u0433\u0434\u0430 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0442 ![[image.jpg]], Claude \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043A\u0430\u0442\u044C \u0437\u0434\u0435\u0441\u044C. \u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u043A\u043E\u0440\u043D\u044F \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430." + }, + systemPrompt: { + name: "\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043D\u044B\u0439 \u043F\u0440\u043E\u043C\u043F\u0442", + desc: "\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438, \u0434\u043E\u0431\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u043A \u0441\u0438\u0441\u0442\u0435\u043C\u043D\u043E\u043C\u0443 \u043F\u0440\u043E\u043C\u043F\u0442\u0443 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E" + }, + autoTitle: { + name: "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u0431\u0435\u0441\u0435\u0434", + desc: "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u0431\u0435\u0441\u0435\u0434 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0432\u043E\u0433\u043E \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F." + }, + titleModel: { + name: "\u041C\u043E\u0434\u0435\u043B\u044C \u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0438\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432", + desc: "\u041C\u043E\u0434\u0435\u043B\u044C, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u0430\u044F \u0434\u043B\u044F \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0438\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0431\u0435\u0441\u0435\u0434.", + auto: "\u0410\u0432\u0442\u043E (Haiku)" + }, + navMappings: { + name: "\u0421\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0432 \u0441\u0442\u0438\u043B\u0435 Vim", + desc: '\u041F\u043E \u043E\u0434\u043D\u043E\u043C\u0443 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u044E \u0432 \u0441\u0442\u0440\u043E\u043A\u0435. \u0424\u043E\u0440\u043C\u0430\u0442: "map <\u043A\u043B\u044E\u0447> <\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435>" (\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F: scrollUp, scrollDown, focusInput).' + }, + requireCommandOrControlEnterToSend: { + name: "\u0422\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C Command/Ctrl+Enter \u0434\u043B\u044F \u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0438", + desc: "\u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, Enter \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u043D\u043E\u0432\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443. Command+Enter \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u0442 \u043D\u0430 macOS; Ctrl+Enter \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u0442 \u043D\u0430 Windows \u0438 Linux." + }, + hotkeys: "\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438", + inlineEditHotkey: { + name: "\u0418\u043D\u043B\u0430\u0439\u043D-\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435", + descWithKey: "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043B\u0430\u0432\u0438\u0448\u0430: {hotkey}", + descNoKey: "\u041A\u043B\u0430\u0432\u0438\u0448\u0430 \u043D\u0435 \u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0430", + btnChange: "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C", + btnSet: "\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C" + }, + openChatHotkey: { + name: "\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0447\u0430\u0442", + descWithKey: "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043B\u0430\u0432\u0438\u0448\u0430: {hotkey}", + descNoKey: "\u041A\u043B\u0430\u0432\u0438\u0448\u0430 \u043D\u0435 \u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0430", + btnChange: "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C", + btnSet: "\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C" + }, + newSessionHotkey: { + name: "\u041D\u043E\u0432\u0430\u044F \u0441\u0435\u0441\u0441\u0438\u044F", + descWithKey: "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043B\u0430\u0432\u0438\u0448\u0430: {hotkey}", + descNoKey: "\u041A\u043B\u0430\u0432\u0438\u0448\u0430 \u043D\u0435 \u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0430", + btnChange: "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C", + btnSet: "\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C" + }, + newTabHotkey: { + name: "\u041D\u043E\u0432\u0430\u044F \u0432\u043A\u043B\u0430\u0434\u043A\u0430", + descWithKey: "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043B\u0430\u0432\u0438\u0448\u0430: {hotkey}", + descNoKey: "\u041A\u043B\u0430\u0432\u0438\u0448\u0430 \u043D\u0435 \u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0430", + btnChange: "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C", + btnSet: "\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C" + }, + closeTabHotkey: { + name: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0432\u043A\u043B\u0430\u0434\u043A\u0443", + descWithKey: "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043B\u0430\u0432\u0438\u0448\u0430: {hotkey}", + descNoKey: "\u041A\u043B\u0430\u0432\u0438\u0448\u0430 \u043D\u0435 \u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0430", + btnChange: "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C", + btnSet: "\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C" + }, + slashCommands: { + name: "\u041A\u043E\u043C\u0430\u043D\u0434\u044B \u0438 \u043D\u0430\u0432\u044B\u043A\u0438", + desc: "\u0423\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u0430\u043C\u0438 \u0438 \u043D\u0430\u0432\u044B\u043A\u0430\u043C\u0438 \u043D\u0430 \u0443\u0440\u043E\u0432\u043D\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430, \u0440\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u043D\u044B\u043C\u0438 \u0432 .claude/commands/ \u0438 .claude/skills/. \u0417\u0430\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F \u0447\u0435\u0440\u0435\u0437 /\u0438\u043C\u044F." + }, + hiddenSlashCommands: { + name: "\u0421\u043A\u0440\u044B\u0442\u044B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B \u0438 \u043D\u0430\u0432\u044B\u043A\u0438", + desc: "\u0421\u043A\u0440\u044B\u0442\u044C \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0451\u043D\u043D\u044B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B \u0438 \u043D\u0430\u0432\u044B\u043A\u0438 \u0438\u0437 \u0432\u044B\u043F\u0430\u0434\u0430\u044E\u0449\u0435\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430. \u041F\u043E\u043B\u0435\u0437\u043D\u043E \u0434\u043B\u044F \u0441\u043A\u0440\u044B\u0442\u0438\u044F \u0437\u0430\u043F\u0438\u0441\u0435\u0439 Claude Code, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B \u0434\u043B\u044F Claudian. \u0412\u0432\u043E\u0434\u0438\u0442\u0435 \u0438\u043C\u0435\u043D\u0430 \u0431\u0435\u0437 \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0441\u043B\u044D\u0448\u0430, \u043F\u043E \u043E\u0434\u043D\u043E\u043C\u0443 \u043D\u0430 \u0441\u0442\u0440\u043E\u043A\u0443.", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "MCP \u0441\u0435\u0440\u0432\u0435\u0440\u044B", + desc: "\u0423\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F\u043C\u0438 MCP-\u0441\u0435\u0440\u0432\u0435\u0440\u043E\u0432 \u043D\u0430 \u0443\u0440\u043E\u0432\u043D\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430 \u0432 .claude/mcp.json. \u0421\u0435\u0440\u0432\u0435\u0440\u044B \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u044F \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u0430 \u0442\u0440\u0435\u0431\u0443\u044E\u0442 @mention \u0434\u043B\u044F \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438." + }, + plugins: { + name: "\u041F\u043B\u0430\u0433\u0438\u043D\u044B Claude Code", + desc: "\u0423\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u043B\u0430\u0433\u0438\u043D\u0430\u043C\u0438 Claude Code \u0438\u0437 ~/.claude/plugins. \u0412\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044B\u0435 \u043F\u043B\u0430\u0433\u0438\u043D\u044B \u0441\u043E\u0445\u0440\u0430\u043D\u044F\u044E\u0442\u0441\u044F \u0434\u043B\u044F \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430 \u0432 .claude/settings.json." + }, + subagents: { + name: "\u0421\u0443\u0431\u0430\u0433\u0435\u043D\u0442\u044B", + desc: "\u0423\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0441\u0443\u0431\u0430\u0433\u0435\u043D\u0442\u0430\u043C\u0438 \u043D\u0430 \u0443\u0440\u043E\u0432\u043D\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430 \u0432 .claude/agents/. \u041A\u0430\u0436\u0434\u044B\u0439 Markdown-\u0444\u0430\u0439\u043B \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442 \u043E\u0434\u043D\u043E\u0433\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0430\u0433\u0435\u043D\u0442\u0430.", + noAgents: "\u0421\u0443\u0431\u0430\u0433\u0435\u043D\u0442\u044B \u043D\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u044B. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 +, \u0447\u0442\u043E\u0431\u044B \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u043E\u0434\u043D\u043E\u0433\u043E.", + deleteConfirm: '\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0443\u0431\u0430\u0433\u0435\u043D\u0442\u0430 "{name}"?', + saveFailed: "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0441\u0443\u0431\u0430\u0433\u0435\u043D\u0442\u0430: {message}", + refreshFailed: "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0443\u0431\u0430\u0433\u0435\u043D\u0442\u043E\u0432: {message}", + deleteFailed: "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0443\u0431\u0430\u0433\u0435\u043D\u0442\u0430: {message}", + renameCleanupFailed: '\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435: \u043D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0442\u0430\u0440\u044B\u0439 \u0444\u0430\u0439\u043B \u0434\u043B\u044F "{name}"', + created: '\u0421\u0443\u0431\u0430\u0433\u0435\u043D\u0442 "{name}" \u0441\u043E\u0437\u0434\u0430\u043D', + updated: '\u0421\u0443\u0431\u0430\u0433\u0435\u043D\u0442 "{name}" \u043E\u0431\u043D\u043E\u0432\u043B\u0451\u043D', + deleted: '\u0421\u0443\u0431\u0430\u0433\u0435\u043D\u0442 "{name}" \u0443\u0434\u0430\u043B\u0451\u043D', + duplicateName: '\u0410\u0433\u0435\u043D\u0442 \u0441 \u0438\u043C\u0435\u043D\u0435\u043C "{name}" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442', + descriptionRequired: "\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E", + promptRequired: "\u0421\u0438\u0441\u0442\u0435\u043C\u043D\u044B\u0439 \u043F\u0440\u043E\u043C\u043F\u0442 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u0435\u043D", + modal: { + titleEdit: "\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0443\u0431\u0430\u0433\u0435\u043D\u0442\u0430", + titleAdd: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u0443\u0431\u0430\u0433\u0435\u043D\u0442\u0430", + name: "\u0418\u043C\u044F", + nameDesc: "\u0422\u043E\u043B\u044C\u043A\u043E \u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435 \u0431\u0443\u043A\u0432\u044B, \u0446\u0438\u0444\u0440\u044B \u0438 \u0434\u0435\u0444\u0438\u0441\u044B", + namePlaceholder: "code-reviewer", + description: "\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435", + descriptionDesc: "\u041A\u0440\u0430\u0442\u043A\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u044D\u0442\u043E\u0433\u043E \u0430\u0433\u0435\u043D\u0442\u0430", + descriptionPlaceholder: "\u041F\u0440\u043E\u0432\u0435\u0440\u044F\u0435\u0442 \u043A\u043E\u0434 \u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438 \u0438 \u0441\u0442\u0438\u043B\u044C", + advancedOptions: "\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B", + model: "\u041C\u043E\u0434\u0435\u043B\u044C", + modelDesc: "\u041F\u0435\u0440\u0435\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u0435 \u043C\u043E\u0434\u0435\u043B\u0438 \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u0430\u0433\u0435\u043D\u0442\u0430", + tools: "\u0418\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u044B", + toolsDesc: "\u0421\u043F\u0438\u0441\u043E\u043A \u0440\u0430\u0437\u0440\u0435\u0448\u0451\u043D\u043D\u044B\u0445 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432 \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E (\u043F\u0443\u0441\u0442\u043E = \u0432\u0441\u0435)", + disallowedTools: "\u0417\u0430\u043F\u0440\u0435\u0449\u0451\u043D\u043D\u044B\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u044B", + disallowedToolsDesc: "\u0421\u043F\u0438\u0441\u043E\u043A \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0443\u0436\u043D\u043E \u0437\u0430\u043F\u0440\u0435\u0442\u0438\u0442\u044C, \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E", + skills: "\u041D\u0430\u0432\u044B\u043A\u0438", + skillsDesc: "\u0421\u043F\u0438\u0441\u043E\u043A \u043D\u0430\u0432\u044B\u043A\u043E\u0432 \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E", + prompt: "\u0421\u0438\u0441\u0442\u0435\u043C\u043D\u044B\u0439 \u043F\u0440\u043E\u043C\u043F\u0442", + promptDesc: "\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0434\u043B\u044F \u0430\u0433\u0435\u043D\u0442\u0430", + promptPlaceholder: "\u0412\u044B \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0441\u0442 \u043F\u043E \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0435 \u043A\u043E\u0434\u0430. \u041F\u0440\u043E\u0430\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u0443\u0439\u0442\u0435 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u043A\u043E\u0434 \u043D\u0430 \u043F\u0440\u0435\u0434\u043C\u0435\u0442..." + } + }, + safety: "\u0411\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u044C", + loadUserSettings: { + name: "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 Claude", + desc: "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 ~/.claude/settings.json. \u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0439 Claude Code \u043C\u043E\u0433\u0443\u0442 \u043E\u0431\u0445\u043E\u0434\u0438\u0442\u044C \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C." + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "\u041E\u043A\u0440\u0443\u0436\u0435\u043D\u0438\u0435", + customVariables: { + name: "\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u043F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435", + desc: "\u041F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435 \u043E\u043A\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0434\u043B\u044F Claude SDK (\u0444\u043E\u0440\u043C\u0430\u0442 KEY=VALUE, \u043F\u043E \u043E\u0434\u043D\u043E\u0439 \u0432 \u0441\u0442\u0440\u043E\u043A\u0435). \u041F\u0440\u0435\u0444\u0438\u043A\u0441 export \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F." + }, + envSnippets: { + name: "\u0421\u043D\u0438\u043F\u043F\u0435\u0442\u044B", + addBtn: "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043D\u0438\u043F\u043F\u0435\u0442", + noSnippets: "\u041D\u0435\u0442 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u043D\u044B\u0445 \u0441\u043D\u0438\u043F\u043F\u0435\u0442\u043E\u0432 \u043E\u043A\u0440\u0443\u0436\u0435\u043D\u0438\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 +, \u0447\u0442\u043E\u0431\u044B \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.", + nameRequired: "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043F\u043F\u0435\u0442\u0430", + modal: { + titleEdit: "\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043D\u0438\u043F\u043F\u0435\u0442", + titleSave: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0441\u043D\u0438\u043F\u043F\u0435\u0442", + name: "\u0418\u043C\u044F", + namePlaceholder: "\u041E\u043F\u0438\u0441\u0430\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0434\u043B\u044F \u044D\u0442\u043E\u0439 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438", + description: "\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435", + descPlaceholder: "\u041E\u043F\u0446\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435", + envVars: "\u041F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435 \u043E\u043A\u0440\u0443\u0436\u0435\u043D\u0438\u044F", + envVarsPlaceholder: "\u0424\u043E\u0440\u043C\u0430\u0442 KEY=VALUE, \u043F\u043E \u043E\u0434\u043D\u043E\u0439 \u0432 \u0441\u0442\u0440\u043E\u043A\u0435 (\u043F\u0440\u0435\u0444\u0438\u043A\u0441 export \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F)", + save: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C", + update: "\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C", + cancel: "\u041E\u0442\u043C\u0435\u043D\u0430" + } + }, + customModelOverrides: { + name: "\u041F\u0435\u0440\u0435\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u043C\u043E\u0434\u0435\u043B\u0435\u0439", + desc: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0432 \u0441\u0435\u043B\u0435\u043A\u0442\u043E\u0440\u0435 \u043C\u043E\u0434\u0435\u043B\u0435\u0439 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B \u043E\u043A\u043D\u0430 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u0430 \u0434\u043B\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u043C\u043E\u0434\u0435\u043B\u0435\u0439." + }, + customModelAliases: { + placeholder: "\u041F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C" + }, + customContextLimits: { + name: "\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u044B \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u0430", + desc: "\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0437\u043C\u0435\u0440\u044B \u043E\u043A\u043D\u0430 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u0430 \u0434\u043B\u044F \u0432\u0430\u0448\u0438\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u043C\u043E\u0434\u0435\u043B\u0435\u0439. \u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (200k \u0442\u043E\u043A\u0435\u043D\u043E\u0432).", + invalid: "\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0444\u043E\u0440\u043C\u0430\u0442. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435: 256k, 1m \u0438\u043B\u0438 \u0442\u043E\u0447\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E (1000-10000000)." + }, + enableOpus1M: { + name: "\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0435 \u043E\u043A\u043D\u043E Opus 1M", + desc: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C Opus 1M \u0432 \u0441\u0435\u043B\u0435\u043A\u0442\u043E\u0440\u0435 \u043C\u043E\u0434\u0435\u043B\u0435\u0439. \u0412\u043A\u043B\u044E\u0447\u0435\u043D\u043E \u0432 \u043F\u043B\u0430\u043D\u044B Max, Team \u0438 Enterprise. \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F\u043C API \u0438 Pro \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435." + }, + enableSonnet1M: { + name: "\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0435 \u043E\u043A\u043D\u043E Sonnet 1M", + desc: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C Sonnet 1M \u0432 \u0441\u0435\u043B\u0435\u043A\u0442\u043E\u0440\u0435 \u043C\u043E\u0434\u0435\u043B\u0435\u0439. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0432 \u043F\u043B\u0430\u043D\u0430\u0445 Max, Team \u0438 Enterprise. \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F\u043C API \u0438 Pro \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435." + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Chrome", + desc: "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C Claude \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0441 Chrome \u0447\u0435\u0440\u0435\u0437 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 claude-in-chrome. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0437\u0430\u043F\u0443\u0441\u043A \u0441\u0435\u0441\u0441\u0438\u0438." + }, + enableBangBash: { + name: "\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0440\u0435\u0436\u0438\u043C bash (!)", + desc: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 ! \u0432 \u043F\u0443\u0441\u0442\u043E\u043C \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u0440\u0435\u0436\u0438\u043C bash. \u041A\u043E\u043C\u0430\u043D\u0434\u044B \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u044E\u0442\u0441\u044F \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u0447\u0435\u0440\u0435\u0437 Node.js child_process. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435.", + validation: { + noNode: "Node.js \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D \u0432 PATH. \u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 Node.js \u0438\u043B\u0438 \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0443 PATH." + } + }, + maxTabs: { + name: "\u041C\u0430\u043A\u0441\u0438\u043C\u0443\u043C \u0432\u043A\u043B\u0430\u0434\u043E\u043A \u0447\u0430\u0442\u0430", + desc: "\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0445 \u0432\u043A\u043B\u0430\u0434\u043E\u043A \u0447\u0430\u0442\u0430 (3-10). \u041A\u0430\u0436\u0434\u0430\u044F \u0432\u043A\u043B\u0430\u0434\u043A\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u0435\u0441\u0441\u0438\u044E Claude.", + warning: "\u0411\u043E\u043B\u0435\u0435 5 \u0432\u043A\u043B\u0430\u0434\u043E\u043A \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0432\u043B\u0438\u044F\u0442\u044C \u043D\u0430 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0430\u043C\u044F\u0442\u0438." + }, + tabBarPosition: { + name: "\u041F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0430\u043D\u0435\u043B\u0438 \u0432\u043A\u043B\u0430\u0434\u043E\u043A", + desc: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u0433\u0434\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0437\u043D\u0430\u0447\u043A\u0438 \u0432\u043A\u043B\u0430\u0434\u043E\u043A \u0438 \u043A\u043D\u043E\u043F\u043A\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439", + input: "\u041D\u0430\u0434 \u043F\u043E\u043B\u0435\u043C \u0432\u0432\u043E\u0434\u0430 (\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E)", + header: "\u0412 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0435" + }, + enableAutoScroll: { + name: "\u0410\u0432\u0442\u043E\u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0430 \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0442\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438", + desc: "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u043A\u0440\u0443\u0447\u0438\u0432\u0430\u0442\u044C \u0432\u043D\u0438\u0437, \u043F\u043E\u043A\u0430 Claude \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u0442 \u043E\u0442\u0432\u0435\u0442\u044B. \u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0441\u0442\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430\u0432\u0435\u0440\u0445\u0443 \u0438 \u0447\u0438\u0442\u0430\u0442\u044C \u0441 \u043D\u0430\u0447\u0430\u043B\u0430." + }, + deferMathRenderingDuringStreaming: { + name: "\u041E\u0442\u043B\u043E\u0436\u0438\u0442\u044C \u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433 \u0444\u043E\u0440\u043C\u0443\u043B \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0442\u043E\u043A\u0430", + desc: "\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 LaTeX \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0442\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0438 \u0440\u0435\u043D\u0434\u0435\u0440\u0438\u0442\u044C \u0444\u043E\u0440\u043C\u0443\u043B\u044B \u043E\u0434\u0438\u043D \u0440\u0430\u0437 \u043F\u043E\u0441\u043B\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u0431\u043B\u043E\u043A\u0430." + }, + chatViewPlacement: { + name: "\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C Claudian \u0432", + desc: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u0433\u0434\u0435 \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0435\u0442\u0441\u044F \u043F\u0430\u043D\u0435\u043B\u044C \u0447\u0430\u0442\u0430 \u043F\u0440\u0438 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0438", + rightSidebar: "\u041F\u0440\u0430\u0432\u0430\u044F \u0431\u043E\u043A\u043E\u0432\u0430\u044F \u043F\u0430\u043D\u0435\u043B\u044C", + leftSidebar: "\u041B\u0435\u0432\u0430\u044F \u0431\u043E\u043A\u043E\u0432\u0430\u044F \u043F\u0430\u043D\u0435\u043B\u044C", + mainTab: "\u041E\u0441\u043D\u043E\u0432\u043D\u0430\u044F \u0432\u043A\u043B\u0430\u0434\u043A\u0430 \u0440\u0435\u0434\u0430\u043A\u0442\u043E\u0440\u0430" + }, + cliPath: { + name: "\u041F\u0443\u0442\u044C \u043A CLI Claude", + desc: "\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043F\u0443\u0442\u044C \u043A Claude Code CLI. \u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F.", + descWindows: "\u0414\u043B\u044F \u043D\u0430\u0442\u0438\u0432\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0449\u0438\u043A\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 claude.exe. \u0414\u043B\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u043A \u0447\u0435\u0440\u0435\u0437 npm/pnpm/yarn \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u043C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u044B \u043F\u0430\u043A\u0435\u0442\u043E\u0432 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u0443\u0442\u044C \u043A cli-wrapper.cjs (\u043D\u0435 claude.cmd).", + descUnix: '\u0412\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u044B\u0432\u043E\u0434 \u043A\u043E\u043C\u0430\u043D\u0434\u044B "which claude" \u2014 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442 \u043A\u0430\u043A \u0434\u043B\u044F \u043D\u0430\u0442\u0438\u0432\u043D\u044B\u0445 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u043A, \u0442\u0430\u043A \u0438 \u0434\u043B\u044F npm/pnpm/yarn.', + validation: { + notExist: "\u041F\u0443\u0442\u044C \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442", + isDirectory: "\u041F\u0443\u0442\u044C \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0434\u0438\u0440\u0435\u043A\u0442\u043E\u0440\u0438\u0435\u0439, \u0430 \u043D\u0435 \u0444\u0430\u0439\u043B\u043E\u043C" + } + }, + language: { + name: "\u042F\u0437\u044B\u043A", + desc: "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043F\u043B\u0430\u0433\u0438\u043D\u0430" + } +}; +var ru_default = { + common: common8, + chat: chat8, + settings: settings8 +}; + +// src/i18n/locales/zh-CN.json +var zh_CN_exports = {}; +__export(zh_CN_exports, { + chat: () => chat9, + common: () => common9, + default: () => zh_CN_default, + settings: () => settings9 +}); +var common9 = { + save: "\u4FDD\u5B58", + cancel: "\u53D6\u6D88", + delete: "\u5220\u9664", + edit: "\u7F16\u8F91", + add: "\u6DFB\u52A0", + remove: "\u79FB\u9664", + clear: "\u6E05\u9664", + clearAll: "\u6E05\u9664\u5168\u90E8", + loading: "\u52A0\u8F7D\u4E2D", + error: "\u9519\u8BEF", + success: "\u6210\u529F", + warning: "\u8B66\u544A", + confirm: "\u786E\u8BA4", + settings: "\u8BBE\u7F6E", + advanced: "\u9AD8\u7EA7", + enabled: "\u5DF2\u542F\u7528", + disabled: "\u5DF2\u7981\u7528", + platform: "\u5E73\u53F0", + refresh: "\u5237\u65B0", + rewind: "\u56DE\u9000" +}; +var chat9 = { + rewind: { + confirmMessage: "\u56DE\u9000\u5230\u6B64\u5904\uFF1F\u6B64\u6D88\u606F\u4E4B\u540E\u7684\u6587\u4EF6\u66F4\u6539\u5C06\u88AB\u8FD8\u539F\u3002\u56DE\u9000\u4E0D\u4F1A\u5F71\u54CD\u624B\u52A8\u6216\u901A\u8FC7 bash \u7F16\u8F91\u7684\u6587\u4EF6\u3002", + confirmMessageConversationOnly: "\u5C06\u5BF9\u8BDD\u56DE\u9000\u5230\u6B64\u5904\uFF1F\u6587\u4EF6\u66F4\u6539\u5C06\u4FDD\u7559\u3002", + confirmButton: "\u56DE\u9000", + ariaLabel: "\u56DE\u9000\u5230\u6B64\u5904", + menuConversationOnly: "\u4EC5\u56DE\u9000\u5BF9\u8BDD", + menuCodeAndConversation: "\u56DE\u9000\u4EE3\u7801 + \u5BF9\u8BDD", + notice: "\u5DF2\u56DE\u9000\uFF1A\u8FD8\u539F\u4E86 {count} \u4E2A\u6587\u4EF6", + noticeConversationOnly: "\u5DF2\u56DE\u9000\u5BF9\u8BDD\uFF1B\u6587\u4EF6\u66F4\u6539\u5DF2\u4FDD\u7559", + noticeSaveFailed: "\u5DF2\u56DE\u9000\uFF1A\u8FD8\u539F\u4E86 {count} \u4E2A\u6587\u4EF6\uFF0C\u4F46\u65E0\u6CD5\u4FDD\u5B58\u72B6\u6001\uFF1A{error}", + noticeConversationOnlySaveFailed: "\u5DF2\u56DE\u9000\u5BF9\u8BDD\uFF0C\u4F46\u65E0\u6CD5\u4FDD\u5B58\u72B6\u6001\uFF1A{error}", + failed: "\u56DE\u9000\u5931\u8D25\uFF1A{error}", + cannot: "\u65E0\u6CD5\u56DE\u9000\uFF1A{error}", + unavailableStreaming: "\u6D41\u5F0F\u54CD\u5E94\u4E2D\u65E0\u6CD5\u56DE\u9000", + unavailableNoUuid: "\u65E0\u6CD5\u56DE\u9000\uFF1A\u7F3A\u5C11\u6D88\u606F\u6807\u8BC6\u7B26" + }, + fork: { + ariaLabel: "\u5206\u53C9\u5BF9\u8BDD", + chooseTarget: "\u5206\u53C9\u5BF9\u8BDD", + targetNewTab: "\u65B0\u6807\u7B7E\u9875", + targetCurrentTab: "\u5F53\u524D\u6807\u7B7E\u9875", + maxTabsReached: "\u65E0\u6CD5\u5206\u53C9\uFF1A\u5DF2\u8FBE\u5230\u6700\u5927 {count} \u4E2A\u6807\u7B7E\u9875", + notice: "\u5DF2\u5206\u53C9\u5230\u65B0\u6807\u7B7E\u9875", + noticeCurrentTab: "\u5DF2\u5728\u5F53\u524D\u6807\u7B7E\u9875\u5206\u53C9", + failed: "\u5206\u53C9\u5931\u8D25\uFF1A{error}", + unavailableStreaming: "\u6D41\u5F0F\u54CD\u5E94\u4E2D\u65E0\u6CD5\u5206\u53C9", + unavailableNoUuid: "\u65E0\u6CD5\u5206\u53C9\uFF1A\u7F3A\u5C11\u6D88\u606F\u6807\u8BC6\u7B26", + unavailableNoResponse: "\u65E0\u6CD5\u5206\u53C9\uFF1A\u6CA1\u6709\u53EF\u5206\u53C9\u7684\u54CD\u5E94", + errorMessageNotFound: "\u672A\u627E\u5230\u6D88\u606F", + errorNoSession: "\u6CA1\u6709\u53EF\u7528\u7684\u4F1A\u8BDD ID", + errorNoActiveTab: "\u6CA1\u6709\u6D3B\u52A8\u6807\u7B7E\u9875", + commandNoMessages: "\u65E0\u6CD5\u5206\u53C9\uFF1A\u5BF9\u8BDD\u4E2D\u6CA1\u6709\u6D88\u606F", + commandNoAssistantUuid: "\u65E0\u6CD5\u5206\u53C9\uFF1A\u6CA1\u6709\u5E26\u6807\u8BC6\u7B26\u7684\u52A9\u624B\u56DE\u590D" + }, + bangBash: { + placeholder: "> \u8FD0\u884C\u547D\u4EE4...", + commandPanel: "\u547D\u4EE4\u9762\u677F", + copyAriaLabel: "\u590D\u5236\u6700\u65B0\u547D\u4EE4\u8F93\u51FA", + clearAriaLabel: "\u6E05\u9664\u547D\u4EE4\u8F93\u51FA", + commandLabel: "{command}", + statusLabel: "\u72B6\u6001: {status}", + collapseOutput: "\u6298\u53E0\u547D\u4EE4\u8F93\u51FA", + expandOutput: "\u5C55\u5F00\u547D\u4EE4\u8F93\u51FA", + running: "\u8FD0\u884C\u4E2D...", + copyFailed: "\u590D\u5236\u5230\u526A\u8D34\u677F\u5931\u8D25" + } +}; +var settings9 = { + title: "Claudian \u8BBE\u7F6E", + tabs: { + general: "\u901A\u7528", + claude: "Claude", + codex: "Codex" + }, + display: "\u663E\u793A", + conversations: "\u5BF9\u8BDD", + content: "\u5185\u5BB9", + input: "\u8F93\u5165", + setup: "\u8BBE\u7F6E", + models: "\u6A21\u578B", + experimental: "\u5B9E\u9A8C\u6027\u529F\u80FD", + userName: { + name: "Claudian \u5E94\u8BE5\u5982\u4F55\u79F0\u547C\u4F60\uFF1F", + desc: "\u7528\u4E8E\u4E2A\u6027\u5316\u95EE\u5019\u7684\u7528\u6237\u540D\uFF08\u7559\u7A7A\u4F7F\u7528\u901A\u7528\u95EE\u5019\uFF09" + }, + excludedTags: { + name: "\u6392\u9664\u7684\u6807\u7B7E", + desc: "\u5305\u542B\u8FD9\u4E9B\u6807\u7B7E\u7684\u7B14\u8BB0\u4E0D\u4F1A\u81EA\u52A8\u52A0\u8F7D\u4E3A\u4E0A\u4E0B\u6587\uFF08\u6BCF\u884C\u4E00\u4E2A\uFF0C\u4E0D\u5E26 #\uFF09" + }, + mediaFolder: { + name: "\u5A92\u4F53\u6587\u4EF6\u5939", + desc: "\u5B58\u653E\u9644\u4EF6/\u56FE\u7247\u7684\u6587\u4EF6\u5939\u3002\u5F53\u7B14\u8BB0\u4F7F\u7528 ![[image.jpg]] \u65F6\uFF0CClaude \u4F1A\u5728\u6B64\u67E5\u627E\u3002\u7559\u7A7A\u4F7F\u7528\u4ED3\u5E93\u6839\u76EE\u5F55\u3002" + }, + systemPrompt: { + name: "\u81EA\u5B9A\u4E49\u7CFB\u7EDF\u63D0\u793A\u8BCD", + desc: "\u9644\u52A0\u5230\u9ED8\u8BA4\u7CFB\u7EDF\u63D0\u793A\u8BCD\u7684\u989D\u5916\u6307\u4EE4" + }, + autoTitle: { + name: "\u81EA\u52A8\u751F\u6210\u5BF9\u8BDD\u6807\u9898", + desc: "\u5728\u7528\u6237\u53D1\u9001\u9996\u6761\u6D88\u606F\u540E\u81EA\u52A8\u751F\u6210\u5BF9\u8BDD\u6807\u9898\u3002" + }, + titleModel: { + name: "\u6807\u9898\u751F\u6210\u6A21\u578B", + desc: "\u7528\u4E8E\u81EA\u52A8\u751F\u6210\u5BF9\u8BDD\u6807\u9898\u7684\u6A21\u578B\u3002", + auto: "\u81EA\u52A8 (Haiku)" + }, + navMappings: { + name: "Vim \u98CE\u683C\u5BFC\u822A\u6620\u5C04", + desc: '\u6BCF\u884C\u4E00\u4E2A\u6620\u5C04\u3002\u683C\u5F0F\uFF1A"map <\u952E> <\u52A8\u4F5C>"\uFF08\u52A8\u4F5C\uFF1AscrollUp, scrollDown, focusInput\uFF09\u3002' + }, + requireCommandOrControlEnterToSend: { + name: "\u9700\u8981 Command/Ctrl+Enter \u53D1\u9001", + desc: "\u542F\u7528\u540E\uFF0CEnter \u4F1A\u63D2\u5165\u6362\u884C\u3002macOS \u4F7F\u7528 Command+Enter \u53D1\u9001\uFF1BWindows \u548C Linux \u4F7F\u7528 Ctrl+Enter \u53D1\u9001\u3002" + }, + hotkeys: "\u5FEB\u6377\u952E", + inlineEditHotkey: { + name: "\u5185\u8054\u7F16\u8F91", + descWithKey: "\u5F53\u524D\u5FEB\u6377\u952E\uFF1A{hotkey}", + descNoKey: "\u672A\u8BBE\u7F6E\u5FEB\u6377\u952E", + btnChange: "\u66F4\u6539", + btnSet: "\u8BBE\u7F6E\u5FEB\u6377\u952E" + }, + openChatHotkey: { + name: "\u6253\u5F00\u804A\u5929", + descWithKey: "\u5F53\u524D\u5FEB\u6377\u952E\uFF1A{hotkey}", + descNoKey: "\u672A\u8BBE\u7F6E\u5FEB\u6377\u952E", + btnChange: "\u66F4\u6539", + btnSet: "\u8BBE\u7F6E\u5FEB\u6377\u952E" + }, + newSessionHotkey: { + name: "\u65B0\u4F1A\u8BDD", + descWithKey: "\u5F53\u524D\u5FEB\u6377\u952E\uFF1A{hotkey}", + descNoKey: "\u672A\u8BBE\u7F6E\u5FEB\u6377\u952E", + btnChange: "\u66F4\u6539", + btnSet: "\u8BBE\u7F6E\u5FEB\u6377\u952E" + }, + newTabHotkey: { + name: "\u65B0\u6807\u7B7E\u9875", + descWithKey: "\u5F53\u524D\u5FEB\u6377\u952E\uFF1A{hotkey}", + descNoKey: "\u672A\u8BBE\u7F6E\u5FEB\u6377\u952E", + btnChange: "\u66F4\u6539", + btnSet: "\u8BBE\u7F6E\u5FEB\u6377\u952E" + }, + closeTabHotkey: { + name: "\u5173\u95ED\u6807\u7B7E\u9875", + descWithKey: "\u5F53\u524D\u5FEB\u6377\u952E\uFF1A{hotkey}", + descNoKey: "\u672A\u8BBE\u7F6E\u5FEB\u6377\u952E", + btnChange: "\u66F4\u6539", + btnSet: "\u8BBE\u7F6E\u5FEB\u6377\u952E" + }, + slashCommands: { + name: "\u547D\u4EE4\u4E0E\u6280\u80FD", + desc: "\u7BA1\u7406\u5B58\u50A8\u5728 .claude/commands/ \u548C .claude/skills/ \u4E2D\u7684 Vault \u7EA7\u547D\u4EE4\u4E0E\u6280\u80FD\u3002\u7531 /\u540D\u79F0 \u89E6\u53D1\u3002" + }, + hiddenSlashCommands: { + name: "\u9690\u85CF\u547D\u4EE4\u4E0E\u6280\u80FD", + desc: "\u4ECE\u4E0B\u62C9\u83DC\u5355\u4E2D\u9690\u85CF\u7279\u5B9A\u7684\u547D\u4EE4\u4E0E\u6280\u80FD\u3002\u9002\u7528\u4E8E\u9690\u85CF\u4E0E Claudian \u65E0\u5173\u7684 Claude Code \u6761\u76EE\u3002\u6BCF\u884C\u8F93\u5165\u4E00\u4E2A\u540D\u79F0\uFF0C\u65E0\u9700\u524D\u5BFC\u659C\u6760\u3002", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "MCP \u670D\u52A1\u5668", + desc: "\u7BA1\u7406\u5B58\u50A8\u5728 .claude/mcp.json \u4E2D\u7684 Vault \u7EA7 MCP \u670D\u52A1\u5668\u914D\u7F6E\u3002\u542F\u7528\u4E0A\u4E0B\u6587\u4FDD\u5B58\u6A21\u5F0F\u7684\u670D\u52A1\u5668\u9700\u8981 @ \u63D0\u53CA\u624D\u80FD\u6FC0\u6D3B\u3002" + }, + plugins: { + name: "Claude Code \u63D2\u4EF6", + desc: "\u7BA1\u7406\u4ECE ~/.claude/plugins \u53D1\u73B0\u7684 Claude Code \u63D2\u4EF6\u3002\u542F\u7528\u7684\u63D2\u4EF6\u6309 Vault \u5B58\u50A8\u5728 .claude/settings.json \u4E2D\u3002" + }, + subagents: { + name: "\u5B50\u4EE3\u7406", + desc: "\u7BA1\u7406\u5B58\u50A8\u5728 .claude/agents/ \u4E2D\u7684 Vault \u7EA7\u5B50\u4EE3\u7406\u3002\u6BCF\u4E2A Markdown \u6587\u4EF6\u5B9A\u4E49\u4E00\u4E2A\u81EA\u5B9A\u4E49\u4EE3\u7406\u3002", + noAgents: "\u5C1A\u672A\u914D\u7F6E\u5B50\u4EE3\u7406\u3002\u70B9\u51FB + \u521B\u5EFA\u4E00\u4E2A\u3002", + deleteConfirm: "\u5220\u9664\u5B50\u4EE3\u7406\u201C{name}\u201D\uFF1F", + saveFailed: "\u4FDD\u5B58\u5B50\u4EE3\u7406\u5931\u8D25\uFF1A{message}", + refreshFailed: "\u5237\u65B0\u5B50\u4EE3\u7406\u5931\u8D25\uFF1A{message}", + deleteFailed: "\u5220\u9664\u5B50\u4EE3\u7406\u5931\u8D25\uFF1A{message}", + renameCleanupFailed: "\u8B66\u544A\uFF1A\u65E0\u6CD5\u5220\u9664\u201C{name}\u201D\u7684\u65E7\u6587\u4EF6", + created: "\u5DF2\u521B\u5EFA\u5B50\u4EE3\u7406\u201C{name}\u201D", + updated: "\u5DF2\u66F4\u65B0\u5B50\u4EE3\u7406\u201C{name}\u201D", + deleted: "\u5DF2\u5220\u9664\u5B50\u4EE3\u7406\u201C{name}\u201D", + duplicateName: "\u540D\u4E3A\u201C{name}\u201D\u7684\u4EE3\u7406\u5DF2\u5B58\u5728", + descriptionRequired: "\u63CF\u8FF0\u4E3A\u5FC5\u586B\u9879", + promptRequired: "\u7CFB\u7EDF\u63D0\u793A\u8BCD\u4E3A\u5FC5\u586B\u9879", + modal: { + titleEdit: "\u7F16\u8F91\u5B50\u4EE3\u7406", + titleAdd: "\u6DFB\u52A0\u5B50\u4EE3\u7406", + name: "\u540D\u79F0", + nameDesc: "\u4EC5\u5141\u8BB8\u5C0F\u5199\u5B57\u6BCD\u3001\u6570\u5B57\u548C\u8FDE\u5B57\u7B26", + namePlaceholder: "code-reviewer", + description: "\u63CF\u8FF0", + descriptionDesc: "\u8BE5\u4EE3\u7406\u7684\u7B80\u8981\u63CF\u8FF0", + descriptionPlaceholder: "\u5BA1\u67E5\u4EE3\u7801\u4E2D\u7684\u9519\u8BEF\u548C\u98CE\u683C\u95EE\u9898", + advancedOptions: "\u9AD8\u7EA7\u9009\u9879", + model: "\u6A21\u578B", + modelDesc: "\u8BE5\u4EE3\u7406\u7684\u6A21\u578B\u8986\u76D6", + tools: "\u5DE5\u5177", + toolsDesc: "\u5141\u8BB8\u4F7F\u7528\u7684\u5DE5\u5177\u5217\u8868\uFF0C\u7528\u9017\u53F7\u5206\u9694\uFF08\u7559\u7A7A = \u5168\u90E8\uFF09", + disallowedTools: "\u7981\u7528\u5DE5\u5177", + disallowedToolsDesc: "\u8981\u7981\u7528\u7684\u5DE5\u5177\u5217\u8868\uFF0C\u7528\u9017\u53F7\u5206\u9694", + skills: "\u6280\u80FD", + skillsDesc: "\u6280\u80FD\u5217\u8868\uFF0C\u7528\u9017\u53F7\u5206\u9694", + prompt: "\u7CFB\u7EDF\u63D0\u793A\u8BCD", + promptDesc: "\u7ED9\u4EE3\u7406\u7684\u6307\u4EE4", + promptPlaceholder: "\u4F60\u662F\u4E00\u540D\u4EE3\u7801\u5BA1\u67E5\u5458\u3002\u8BF7\u5206\u6790\u7ED9\u5B9A\u4EE3\u7801\u4E2D\u7684..." + } + }, + safety: "\u5B89\u5168", + loadUserSettings: { + name: "\u52A0\u8F7D\u7528\u6237 Claude \u8BBE\u7F6E", + desc: "\u52A0\u8F7D ~/.claude/settings.json\u3002\u542F\u7528\u540E\uFF0C\u7528\u6237\u7684 Claude Code \u6743\u9650\u89C4\u5219\u53EF\u80FD\u7ED5\u8FC7\u5B89\u5168\u6A21\u5F0F\u3002" + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "\u73AF\u5883", + customVariables: { + name: "\u81EA\u5B9A\u4E49\u53D8\u91CF", + desc: "Claude SDK \u7684\u73AF\u5883\u53D8\u91CF\uFF08KEY=VALUE \u683C\u5F0F\uFF0C\u6BCF\u884C\u4E00\u4E2A\uFF09\u3002\u652F\u6301 export \u524D\u7F00\u3002" + }, + envSnippets: { + name: "\u7247\u6BB5", + addBtn: "\u6DFB\u52A0\u7247\u6BB5", + noSnippets: "\u5C1A\u65E0\u4FDD\u5B58\u7684\u73AF\u5883\u53D8\u91CF\u7247\u6BB5\u3002\u70B9\u51FB + \u4FDD\u5B58\u5F53\u524D\u914D\u7F6E\u3002", + nameRequired: "\u8BF7\u8F93\u5165\u7247\u6BB5\u540D\u79F0", + modal: { + titleEdit: "\u7F16\u8F91\u7247\u6BB5", + titleSave: "\u4FDD\u5B58\u7247\u6BB5", + name: "\u540D\u79F0", + namePlaceholder: "\u6B64\u914D\u7F6E\u7684\u63CF\u8FF0\u6027\u540D\u79F0", + description: "\u63CF\u8FF0", + descPlaceholder: "\u53EF\u9009\u63CF\u8FF0", + envVars: "\u73AF\u5883\u53D8\u91CF", + envVarsPlaceholder: "KEY=VALUE \u683C\u5F0F\uFF0C\u6BCF\u884C\u4E00\u4E2A\uFF08\u652F\u6301 export \u524D\u7F00\uFF09", + save: "\u4FDD\u5B58", + update: "\u66F4\u65B0", + cancel: "\u53D6\u6D88" + } + }, + customModelOverrides: { + name: "\u81EA\u5B9A\u4E49\u6A21\u578B\u8986\u76D6", + desc: "\u4E3A\u81EA\u5B9A\u4E49\u6A21\u578B\u8BBE\u7F6E\u6A21\u578B\u9009\u62E9\u5668\u522B\u540D\u548C\u4E0A\u4E0B\u6587\u7A97\u53E3\u5927\u5C0F\u3002" + }, + customModelAliases: { + placeholder: "\u522B\u540D" + }, + customContextLimits: { + name: "\u81EA\u5B9A\u4E49\u4E0A\u4E0B\u6587\u9650\u5236", + desc: "\u4E3A\u60A8\u7684\u81EA\u5B9A\u4E49\u6A21\u578B\u8BBE\u7F6E\u4E0A\u4E0B\u6587\u7A97\u53E3\u5927\u5C0F\u3002\u7559\u7A7A\u4F7F\u7528\u9ED8\u8BA4\u503C\uFF08200k \u4EE4\u724C\uFF09\u3002", + invalid: "\u683C\u5F0F\u65E0\u6548\u3002\u4F7F\u7528\uFF1A256k\u30011m \u6216\u7CBE\u786E\u6570\u91CF\uFF081000-10000000\uFF09\u3002" + }, + enableOpus1M: { + name: "Opus 1M \u4E0A\u4E0B\u6587\u7A97\u53E3", + desc: "\u5728\u6A21\u578B\u9009\u62E9\u5668\u4E2D\u663E\u793A Opus 1M\u3002Max\u3001Team \u548C Enterprise \u8BA1\u5212\u5DF2\u5305\u542B\u3002API \u548C Pro \u7528\u6237\u9700\u8981\u989D\u5916\u7528\u91CF\u3002" + }, + enableSonnet1M: { + name: "Sonnet 1M \u4E0A\u4E0B\u6587\u7A97\u53E3", + desc: "\u5728\u6A21\u578B\u9009\u62E9\u5668\u4E2D\u663E\u793A Sonnet 1M\u3002Max\u3001Team \u548C Enterprise \u8BA1\u5212\u9700\u8981\u989D\u5916\u7528\u91CF\u3002API \u548C Pro \u7528\u6237\u9700\u8981\u989D\u5916\u7528\u91CF\u3002" + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "\u542F\u7528 Chrome \u6269\u5C55", + desc: "\u5141\u8BB8 Claude \u901A\u8FC7 claude-in-chrome \u6269\u5C55\u4E0E Chrome \u4EA4\u4E92\u3002\u9700\u8981\u5B89\u88C5\u8BE5\u6269\u5C55\u3002\u9700\u8981\u91CD\u542F\u4F1A\u8BDD\u3002" + }, + enableBangBash: { + name: "\u542F\u7528\u547D\u4EE4\u6A21\u5F0F (!)", + desc: "\u5728\u7A7A\u8F93\u5165\u6846\u4E2D\u8F93\u5165 ! \u8FDB\u5165\u547D\u4EE4\u6A21\u5F0F\u3002\u901A\u8FC7 Node.js child_process \u76F4\u63A5\u8FD0\u884C\u547D\u4EE4\u3002\u9700\u8981\u91CD\u65B0\u6253\u5F00\u89C6\u56FE\u3002", + validation: { + noNode: "\u672A\u5728 PATH \u4E2D\u627E\u5230 Node.js\u3002\u8BF7\u5B89\u88C5 Node.js \u6216\u68C0\u67E5 PATH \u914D\u7F6E\u3002" + } + }, + maxTabs: { + name: "\u6700\u5927\u804A\u5929\u6807\u7B7E\u6570", + desc: "\u540C\u65F6\u5F00\u542F\u7684\u6700\u5927\u804A\u5929\u6807\u7B7E\u6570\uFF083-10\uFF09\u3002\u6BCF\u4E2A\u6807\u7B7E\u4F7F\u7528\u72EC\u7ACB\u7684 Claude \u4F1A\u8BDD\u3002", + warning: "\u8D85\u8FC7 5 \u4E2A\u6807\u7B7E\u53EF\u80FD\u4F1A\u5F71\u54CD\u6027\u80FD\u548C\u5185\u5B58\u4F7F\u7528\u3002" + }, + tabBarPosition: { + name: "\u6807\u7B7E\u680F\u4F4D\u7F6E", + desc: "\u9009\u62E9\u6807\u7B7E\u5FBD\u7AE0\u548C\u64CD\u4F5C\u6309\u94AE\u7684\u663E\u793A\u4F4D\u7F6E", + input: "\u8F93\u5165\u6846\u4E0A\u65B9\uFF08\u9ED8\u8BA4\uFF09", + header: "\u5728\u6807\u9898\u680F" + }, + enableAutoScroll: { + name: "\u6D41\u5F0F\u4F20\u8F93\u65F6\u81EA\u52A8\u6EDA\u52A8", + desc: "\u5728 Claude \u6D41\u5F0F\u4F20\u8F93\u54CD\u5E94\u65F6\u81EA\u52A8\u6EDA\u52A8\u5230\u5E95\u90E8\u3002\u7981\u7528\u540E\u5C06\u505C\u7559\u5728\u9876\u90E8\uFF0C\u4ECE\u5934\u5F00\u59CB\u9605\u8BFB\u3002" + }, + deferMathRenderingDuringStreaming: { + name: "\u6D41\u5F0F\u4F20\u8F93\u65F6\u5EF6\u8FDF\u6E32\u67D3\u6570\u5B66\u516C\u5F0F", + desc: "\u54CD\u5E94\u6D41\u5F0F\u4F20\u8F93\u65F6\u663E\u793A\u539F\u59CB LaTeX\uFF0C\u5E76\u5728\u6BCF\u4E2A\u6587\u672C\u5757\u5B8C\u6210\u540E\u53EA\u6E32\u67D3\u4E00\u6B21\u6570\u5B66\u516C\u5F0F\u3002" + }, + chatViewPlacement: { + name: "Claudian \u6253\u5F00\u4F4D\u7F6E", + desc: "\u9009\u62E9\u65B0\u5EFA\u804A\u5929\u9762\u677F\u65F6\u7684\u6253\u5F00\u4F4D\u7F6E", + rightSidebar: "\u53F3\u4FA7\u8FB9\u680F", + leftSidebar: "\u5DE6\u4FA7\u8FB9\u680F", + mainTab: "\u4E3B\u7F16\u8F91\u5668\u6807\u7B7E\u9875" + }, + cliPath: { + name: "Claude CLI \u8DEF\u5F84", + desc: "Claude Code CLI \u7684\u81EA\u5B9A\u4E49\u8DEF\u5F84\u3002\u7559\u7A7A\u4F7F\u7528\u81EA\u52A8\u68C0\u6D4B\u3002", + descWindows: "\u5BF9\u4E8E\u539F\u751F\u5B89\u88C5\u7A0B\u5E8F\uFF0C\u4F7F\u7528 claude.exe\u3002\u5BF9\u4E8E npm/pnpm/yarn \u6216\u5176\u4ED6\u5305\u7BA1\u7406\u5668\u5B89\u88C5\uFF0C\u4F7F\u7528 cli-wrapper.cjs \u8DEF\u5F84\uFF08\u4E0D\u662F claude.cmd\uFF09\u3002", + descUnix: '\u7C98\u8D34 "which claude" \u7684\u8F93\u51FA - \u9002\u7528\u4E8E\u539F\u751F\u5B89\u88C5\u548C npm/pnpm/yarn \u5B89\u88C5\u3002', + validation: { + notExist: "\u8DEF\u5F84\u4E0D\u5B58\u5728", + isDirectory: "\u8DEF\u5F84\u662F\u76EE\u5F55\uFF0C\u4E0D\u662F\u6587\u4EF6" + } + }, + language: { + name: "\u8BED\u8A00", + desc: "\u66F4\u6539\u63D2\u4EF6\u754C\u9762\u7684\u663E\u793A\u8BED\u8A00" + } +}; +var zh_CN_default = { + common: common9, + chat: chat9, + settings: settings9 +}; + +// src/i18n/locales/zh-TW.json +var zh_TW_exports = {}; +__export(zh_TW_exports, { + chat: () => chat10, + common: () => common10, + default: () => zh_TW_default, + settings: () => settings10 +}); +var common10 = { + save: "\u4FDD\u5B58", + cancel: "\u53D6\u6D88", + delete: "\u522A\u9664", + edit: "\u7DE8\u8F2F", + add: "\u6DFB\u52A0", + remove: "\u79FB\u9664", + clear: "\u6E05\u9664", + clearAll: "\u6E05\u9664\u5168\u90E8", + loading: "\u52A0\u8F09\u4E2D", + error: "\u932F\u8AA4", + success: "\u6210\u529F", + warning: "\u8B66\u544A", + confirm: "\u78BA\u8A8D", + settings: "\u8A2D\u7F6E", + advanced: "\u9AD8\u7D1A", + enabled: "\u5DF2\u555F\u7528", + disabled: "\u5DF2\u7981\u7528", + platform: "\u5E73\u53F0", + refresh: "\u91CD\u65B0\u6574\u7406", + rewind: "\u56DE\u9000" +}; +var chat10 = { + rewind: { + confirmMessage: "\u56DE\u9000\u5230\u6B64\u8655\uFF1F\u6B64\u8A0A\u606F\u4E4B\u5F8C\u7684\u6A94\u6848\u8B8A\u66F4\u5C07\u88AB\u9084\u539F\u3002\u56DE\u9000\u4E0D\u6703\u5F71\u97FF\u624B\u52D5\u6216\u900F\u904E bash \u7DE8\u8F2F\u7684\u6A94\u6848\u3002", + confirmMessageConversationOnly: "\u5C07\u5C0D\u8A71\u56DE\u9000\u5230\u6B64\u8655\uFF1F\u6A94\u6848\u8B8A\u66F4\u5C07\u4FDD\u7559\u3002", + confirmButton: "\u56DE\u9000", + ariaLabel: "\u56DE\u9000\u5230\u6B64\u8655", + menuConversationOnly: "\u50C5\u56DE\u9000\u5C0D\u8A71", + menuCodeAndConversation: "\u56DE\u9000\u7A0B\u5F0F\u78BC + \u5C0D\u8A71", + notice: "\u5DF2\u56DE\u9000\uFF1A\u9084\u539F\u4E86 {count} \u500B\u6A94\u6848", + noticeConversationOnly: "\u5DF2\u56DE\u9000\u5C0D\u8A71\uFF1B\u6A94\u6848\u8B8A\u66F4\u5DF2\u4FDD\u7559", + noticeSaveFailed: "\u5DF2\u56DE\u9000\uFF1A\u9084\u539F\u4E86 {count} \u500B\u6A94\u6848\uFF0C\u4F46\u7121\u6CD5\u5132\u5B58\u72C0\u614B\uFF1A{error}", + noticeConversationOnlySaveFailed: "\u5DF2\u56DE\u9000\u5C0D\u8A71\uFF0C\u4F46\u7121\u6CD5\u5132\u5B58\u72C0\u614B\uFF1A{error}", + failed: "\u56DE\u9000\u5931\u6557\uFF1A{error}", + cannot: "\u7121\u6CD5\u56DE\u9000\uFF1A{error}", + unavailableStreaming: "\u4E32\u6D41\u56DE\u61C9\u4E2D\u7121\u6CD5\u56DE\u9000", + unavailableNoUuid: "\u7121\u6CD5\u56DE\u9000\uFF1A\u7F3A\u5C11\u8A0A\u606F\u8B58\u5225\u78BC" + }, + fork: { + ariaLabel: "\u5206\u53C9\u5C0D\u8A71", + chooseTarget: "\u5206\u53C9\u5C0D\u8A71", + targetNewTab: "\u65B0\u5206\u9801", + targetCurrentTab: "\u76EE\u524D\u5206\u9801", + maxTabsReached: "\u7121\u6CD5\u5206\u53C9\uFF1A\u5DF2\u9054\u5230\u6700\u5927 {count} \u500B\u5206\u9801", + notice: "\u5DF2\u5206\u53C9\u5230\u65B0\u5206\u9801", + noticeCurrentTab: "\u5DF2\u5728\u76EE\u524D\u5206\u9801\u5206\u53C9", + failed: "\u5206\u53C9\u5931\u6557\uFF1A{error}", + unavailableStreaming: "\u4E32\u6D41\u56DE\u61C9\u4E2D\u7121\u6CD5\u5206\u53C9", + unavailableNoUuid: "\u7121\u6CD5\u5206\u53C9\uFF1A\u7F3A\u5C11\u8A0A\u606F\u8B58\u5225\u78BC", + unavailableNoResponse: "\u7121\u6CD5\u5206\u53C9\uFF1A\u6C92\u6709\u53EF\u5206\u53C9\u7684\u56DE\u61C9", + errorMessageNotFound: "\u627E\u4E0D\u5230\u8A0A\u606F", + errorNoSession: "\u6C92\u6709\u53EF\u7528\u7684\u5DE5\u4F5C\u968E\u6BB5 ID", + errorNoActiveTab: "\u6C92\u6709\u4F7F\u7528\u4E2D\u7684\u5206\u9801", + commandNoMessages: "\u7121\u6CD5\u5206\u53C9\uFF1A\u5C0D\u8A71\u4E2D\u6C92\u6709\u8A0A\u606F", + commandNoAssistantUuid: "\u7121\u6CD5\u5206\u53C9\uFF1A\u6C92\u6709\u5E36\u8B58\u5225\u78BC\u7684\u52A9\u624B\u56DE\u8986" + }, + bangBash: { + placeholder: "> \u57F7\u884C bash \u6307\u4EE4...", + commandPanel: "\u6307\u4EE4\u9762\u677F", + copyAriaLabel: "\u8907\u88FD\u6700\u65B0\u7684\u6307\u4EE4\u8F38\u51FA", + clearAriaLabel: "\u6E05\u9664 bash \u8F38\u51FA", + commandLabel: "{command}", + statusLabel: "\u72C0\u614B\uFF1A{status}", + collapseOutput: "\u647A\u758A\u6307\u4EE4\u8F38\u51FA", + expandOutput: "\u5C55\u958B\u6307\u4EE4\u8F38\u51FA", + running: "\u57F7\u884C\u4E2D...", + copyFailed: "\u8907\u88FD\u5230\u526A\u8CBC\u7C3F\u5931\u6557" + } +}; +var settings10 = { + title: "Claudian \u8A2D\u5B9A", + tabs: { + general: "\u4E00\u822C", + claude: "Claude", + codex: "Codex" + }, + display: "\u986F\u793A", + conversations: "\u5C0D\u8A71", + content: "\u5167\u5BB9", + input: "\u8F38\u5165", + setup: "\u8A2D\u5B9A", + models: "\u6A21\u578B", + experimental: "\u5BE6\u9A57\u6027\u529F\u80FD", + userName: { + name: "Claudian \u61C9\u8A72\u5982\u4F55\u7A31\u547C\u60A8\uFF1F", + desc: "\u7528\u65BC\u500B\u4EBA\u5316\u554F\u5019\u7684\u4F7F\u7528\u8005\u540D\u7A31\uFF08\u7559\u7A7A\u4F7F\u7528\u901A\u7528\u554F\u5019\uFF09" + }, + excludedTags: { + name: "\u6392\u9664\u7684\u6A19\u7C64", + desc: "\u5305\u542B\u9019\u4E9B\u6A19\u7C64\u7684\u7B46\u8A18\u4E0D\u6703\u81EA\u52D5\u8F09\u5165\u70BA\u4E0A\u4E0B\u6587\uFF08\u6BCF\u884C\u4E00\u500B\uFF0C\u4E0D\u5E36 #\uFF09" + }, + mediaFolder: { + name: "\u5A92\u9AD4\u8CC7\u6599\u593E", + desc: "\u5B58\u653E\u9644\u4EF6/\u5716\u7247\u7684\u8CC7\u6599\u593E\u3002\u7576\u7B46\u8A18\u4F7F\u7528 ![[image.jpg]] \u6642\uFF0CClaude \u6703\u5728\u6B64\u67E5\u627E\u3002\u7559\u7A7A\u4F7F\u7528\u5132\u5B58\u5EAB\u6839\u76EE\u9304\u3002" + }, + systemPrompt: { + name: "\u81EA\u8A02\u7CFB\u7D71\u63D0\u793A\u8A5E", + desc: "\u9644\u52A0\u5230\u9810\u8A2D\u7CFB\u7D71\u63D0\u793A\u8A5E\u7684\u984D\u5916\u6307\u4EE4" + }, + autoTitle: { + name: "\u81EA\u52D5\u751F\u6210\u5C0D\u8A71\u6A19\u984C", + desc: "\u5728\u4F7F\u7528\u8005\u9001\u51FA\u7B2C\u4E00\u5247\u8A0A\u606F\u5F8C\u81EA\u52D5\u751F\u6210\u5C0D\u8A71\u6A19\u984C\u3002" + }, + titleModel: { + name: "\u6A19\u984C\u751F\u6210\u6A21\u578B", + desc: "\u7528\u65BC\u81EA\u52D5\u751F\u6210\u5C0D\u8A71\u6A19\u984C\u7684\u6A21\u578B\u3002", + auto: "\u81EA\u52D5 (Haiku)" + }, + navMappings: { + name: "Vim \u98A8\u683C\u5C0E\u822A\u6620\u5C04", + desc: '\u6BCF\u884C\u4E00\u500B\u6620\u5C04\u3002\u683C\u5F0F\uFF1A"map <\u9375> <\u52D5\u4F5C>"\uFF08\u52D5\u4F5C\uFF1AscrollUp, scrollDown, focusInput\uFF09\u3002' + }, + requireCommandOrControlEnterToSend: { + name: "\u9700\u8981 Command/Ctrl+Enter \u624D\u80FD\u50B3\u9001", + desc: "\u555F\u7528\u5F8C\uFF0CEnter \u6703\u63D2\u5165\u63DB\u884C\u3002macOS \u4F7F\u7528 Command+Enter \u50B3\u9001\uFF1BWindows \u548C Linux \u4F7F\u7528 Ctrl+Enter \u50B3\u9001\u3002" + }, + hotkeys: "\u5FEB\u6377\u9375", + inlineEditHotkey: { + name: "\u5167\u5D4C\u7DE8\u8F2F", + descWithKey: "\u76EE\u524D\u5FEB\u6377\u9375\uFF1A{hotkey}", + descNoKey: "\u672A\u8A2D\u5B9A\u5FEB\u6377\u9375", + btnChange: "\u8B8A\u66F4", + btnSet: "\u8A2D\u5B9A\u5FEB\u6377\u9375" + }, + openChatHotkey: { + name: "\u958B\u555F\u804A\u5929", + descWithKey: "\u76EE\u524D\u5FEB\u6377\u9375\uFF1A{hotkey}", + descNoKey: "\u672A\u8A2D\u5B9A\u5FEB\u6377\u9375", + btnChange: "\u8B8A\u66F4", + btnSet: "\u8A2D\u5B9A\u5FEB\u6377\u9375" + }, + newSessionHotkey: { + name: "\u65B0\u5DE5\u4F5C\u968E\u6BB5", + descWithKey: "\u76EE\u524D\u5FEB\u6377\u9375\uFF1A{hotkey}", + descNoKey: "\u672A\u8A2D\u5B9A\u5FEB\u6377\u9375", + btnChange: "\u8B8A\u66F4", + btnSet: "\u8A2D\u5B9A\u5FEB\u6377\u9375" + }, + newTabHotkey: { + name: "\u65B0\u5206\u9801", + descWithKey: "\u76EE\u524D\u5FEB\u6377\u9375\uFF1A{hotkey}", + descNoKey: "\u672A\u8A2D\u5B9A\u5FEB\u6377\u9375", + btnChange: "\u8B8A\u66F4", + btnSet: "\u8A2D\u5B9A\u5FEB\u6377\u9375" + }, + closeTabHotkey: { + name: "\u95DC\u9589\u5206\u9801", + descWithKey: "\u76EE\u524D\u5FEB\u6377\u9375\uFF1A{hotkey}", + descNoKey: "\u672A\u8A2D\u5B9A\u5FEB\u6377\u9375", + btnChange: "\u8B8A\u66F4", + btnSet: "\u8A2D\u5B9A\u5FEB\u6377\u9375" + }, + slashCommands: { + name: "\u547D\u4EE4\u8207\u6280\u80FD", + desc: "\u7BA1\u7406\u5132\u5B58\u5728 .claude/commands/ \u548C .claude/skills/ \u4E2D\u7684 Vault \u7D1A\u547D\u4EE4\u8207\u6280\u80FD\u3002\u7531 /\u540D\u7A31 \u89F8\u767C\u3002" + }, + hiddenSlashCommands: { + name: "\u96B1\u85CF\u547D\u4EE4\u8207\u6280\u80FD", + desc: "\u5F9E\u4E0B\u62C9\u9078\u55AE\u4E2D\u96B1\u85CF\u7279\u5B9A\u7684\u547D\u4EE4\u8207\u6280\u80FD\u3002\u9069\u7528\u65BC\u96B1\u85CF\u8207 Claudian \u7121\u95DC\u7684 Claude Code \u9805\u76EE\u3002\u6BCF\u884C\u8F38\u5165\u4E00\u500B\u540D\u7A31\uFF0C\u7121\u9700\u524D\u5C0E\u659C\u7DDA\u3002", + placeholder: "commit\nbuild\ntest" + }, + mcpServers: { + name: "MCP \u4F3A\u670D\u5668", + desc: "\u7BA1\u7406\u5132\u5B58\u5728 .claude/mcp.json \u4E2D\u7684 Vault \u7D1A MCP \u4F3A\u670D\u5668\u914D\u7F6E\u3002\u555F\u7528\u4E0A\u4E0B\u6587\u4FDD\u5B58\u6A21\u5F0F\u7684\u4F3A\u670D\u5668\u9700\u8981 @ \u63D0\u53CA\u624D\u80FD\u555F\u7528\u3002" + }, + plugins: { + name: "Claude Code \u5916\u639B\u7A0B\u5F0F", + desc: "\u7BA1\u7406\u5F9E ~/.claude/plugins \u767C\u73FE\u7684 Claude Code \u5916\u639B\u7A0B\u5F0F\u3002\u5DF2\u555F\u7528\u7684\u5916\u639B\u7A0B\u5F0F\u6309 Vault \u5132\u5B58\u5728 .claude/settings.json \u4E2D\u3002" + }, + subagents: { + name: "\u5B50\u4EE3\u7406", + desc: "\u7BA1\u7406\u5132\u5B58\u5728 .claude/agents/ \u4E2D\u7684 Vault \u7D1A\u5B50\u4EE3\u7406\u3002\u6BCF\u500B Markdown \u6A94\u6848\u5B9A\u7FA9\u4E00\u500B\u81EA\u8A02\u4EE3\u7406\u3002", + noAgents: "\u5C1A\u672A\u8A2D\u5B9A\u5B50\u4EE3\u7406\u3002\u9EDE\u64CA + \u5EFA\u7ACB\u4E00\u500B\u3002", + deleteConfirm: "\u522A\u9664\u5B50\u4EE3\u7406\u300C{name}\u300D\uFF1F", + saveFailed: "\u5132\u5B58\u5B50\u4EE3\u7406\u5931\u6557\uFF1A{message}", + refreshFailed: "\u91CD\u65B0\u6574\u7406\u5B50\u4EE3\u7406\u5931\u6557\uFF1A{message}", + deleteFailed: "\u522A\u9664\u5B50\u4EE3\u7406\u5931\u6557\uFF1A{message}", + renameCleanupFailed: "\u8B66\u544A\uFF1A\u7121\u6CD5\u79FB\u9664\u300C{name}\u300D\u7684\u820A\u6A94\u6848", + created: "\u5DF2\u5EFA\u7ACB\u5B50\u4EE3\u7406\u300C{name}\u300D", + updated: "\u5DF2\u66F4\u65B0\u5B50\u4EE3\u7406\u300C{name}\u300D", + deleted: "\u5DF2\u522A\u9664\u5B50\u4EE3\u7406\u300C{name}\u300D", + duplicateName: "\u5DF2\u5B58\u5728\u540D\u70BA\u300C{name}\u300D\u7684\u4EE3\u7406", + descriptionRequired: "\u63CF\u8FF0\u70BA\u5FC5\u586B", + promptRequired: "\u7CFB\u7D71\u63D0\u793A\u8A5E\u70BA\u5FC5\u586B", + modal: { + titleEdit: "\u7DE8\u8F2F\u5B50\u4EE3\u7406", + titleAdd: "\u65B0\u589E\u5B50\u4EE3\u7406", + name: "\u540D\u7A31", + nameDesc: "\u50C5\u9650\u5C0F\u5BEB\u5B57\u6BCD\u3001\u6578\u5B57\u8207\u9023\u5B57\u865F", + namePlaceholder: "code-reviewer", + description: "\u63CF\u8FF0", + descriptionDesc: "\u6B64\u4EE3\u7406\u7684\u7C21\u77ED\u63CF\u8FF0", + descriptionPlaceholder: "\u6AA2\u67E5\u7A0B\u5F0F\u78BC\u4E2D\u7684\u932F\u8AA4\u8207\u98A8\u683C\u554F\u984C", + advancedOptions: "\u9032\u968E\u9078\u9805", + model: "\u6A21\u578B", + modelDesc: "\u6B64\u4EE3\u7406\u7684\u6A21\u578B\u8986\u5BEB", + tools: "\u5DE5\u5177", + toolsDesc: "\u5141\u8A31\u5DE5\u5177\u7684\u9017\u865F\u5206\u9694\u6E05\u55AE\uFF08\u7559\u7A7A = \u5168\u90E8\uFF09", + disallowedTools: "\u7981\u7528\u5DE5\u5177", + disallowedToolsDesc: "\u8981\u7981\u7528\u7684\u5DE5\u5177\u6E05\u55AE\uFF0C\u4EE5\u9017\u865F\u5206\u9694", + skills: "\u6280\u80FD", + skillsDesc: "\u6280\u80FD\u6E05\u55AE\uFF0C\u4EE5\u9017\u865F\u5206\u9694", + prompt: "\u7CFB\u7D71\u63D0\u793A\u8A5E", + promptDesc: "\u7D66\u4EE3\u7406\u7684\u6307\u793A", + promptPlaceholder: "\u4F60\u662F\u4E00\u540D\u7A0B\u5F0F\u78BC\u5BE9\u67E5\u54E1\u3002\u8ACB\u5206\u6790\u7D66\u5B9A\u7684\u7A0B\u5F0F\u78BC..." + } + }, + safety: "\u5B89\u5168", + loadUserSettings: { + name: "\u8F09\u5165\u4F7F\u7528\u8005 Claude \u8A2D\u5B9A", + desc: "\u8F09\u5165 ~/.claude/settings.json\u3002\u555F\u7528\u5F8C\uFF0C\u4F7F\u7528\u8005\u7684 Claude Code \u6B0A\u9650\u898F\u5247\u53EF\u80FD\u7E5E\u904E\u5B89\u5168\u6A21\u5F0F\u3002" + }, + claudeSafeMode: { + name: "Safe mode", + desc: "Permission mode used when the Safe toggle is active." + }, + codexSafeMode: { + name: "Safe mode", + desc: "Sandbox mode used when the Safe toggle is active." + }, + environment: "\u74B0\u5883", + customVariables: { + name: "\u81EA\u8A02\u8B8A\u6578", + desc: "Claude SDK \u7684\u74B0\u5883\u8B8A\u6578\uFF08KEY=VALUE \u683C\u5F0F\uFF0C\u6BCF\u884C\u4E00\u500B\uFF09\u3002\u652F\u63F4 export \u524D\u7DB4\u3002" + }, + envSnippets: { + name: "\u7247\u6BB5", + addBtn: "\u65B0\u589E\u7247\u6BB5", + noSnippets: "\u5C1A\u7121\u4FDD\u5B58\u7684\u74B0\u5883\u8B8A\u6578\u7247\u6BB5\u3002\u9EDE\u64CA + \u4FDD\u5B58\u7576\u524D\u914D\u7F6E\u3002", + nameRequired: "\u8ACB\u8F38\u5165\u7247\u6BB5\u540D\u7A31", + modal: { + titleEdit: "\u7DE8\u8F2F\u7247\u6BB5", + titleSave: "\u4FDD\u5B58\u7247\u6BB5", + name: "\u540D\u7A31", + namePlaceholder: "\u6B64\u914D\u7F6E\u7684\u63CF\u8FF0\u6027\u540D\u7A31", + description: "\u63CF\u8FF0", + descPlaceholder: "\u53EF\u9078\u63CF\u8FF0", + envVars: "\u74B0\u5883\u8B8A\u6578", + envVarsPlaceholder: "KEY=VALUE \u683C\u5F0F\uFF0C\u6BCF\u884C\u4E00\u500B\uFF08\u652F\u63F4 export \u524D\u7DB4\uFF09", + save: "\u4FDD\u5B58", + update: "\u66F4\u65B0", + cancel: "\u53D6\u6D88" + } + }, + customModelOverrides: { + name: "\u81EA\u8A02\u6A21\u578B\u8986\u5BEB", + desc: "\u70BA\u81EA\u8A02\u6A21\u578B\u8A2D\u5B9A\u6A21\u578B\u9078\u64C7\u5668\u5225\u540D\u548C\u4E0A\u4E0B\u6587\u8996\u7A97\u5927\u5C0F\u3002" + }, + customModelAliases: { + placeholder: "\u5225\u540D" + }, + customContextLimits: { + name: "\u81EA\u8A02\u4E0A\u4E0B\u6587\u9650\u5236", + desc: "\u70BA\u60A8\u7684\u81EA\u8A02\u6A21\u578B\u8A2D\u5B9A\u4E0A\u4E0B\u6587\u8996\u7A97\u5927\u5C0F\u3002\u7559\u7A7A\u4F7F\u7528\u9810\u8A2D\u503C\uFF08200k \u6B0A\u6756\uFF09\u3002", + invalid: "\u683C\u5F0F\u7121\u6548\u3002\u4F7F\u7528\uFF1A256k\u30011m \u6216\u7CBE\u78BA\u6578\u91CF\uFF081000-10000000\uFF09\u3002" + }, + enableOpus1M: { + name: "Opus 1M \u4E0A\u4E0B\u6587\u8996\u7A97", + desc: "\u5728\u6A21\u578B\u9078\u64C7\u5668\u4E2D\u986F\u793A Opus 1M\u3002Max\u3001Team \u548C Enterprise \u65B9\u6848\u5DF2\u5305\u542B\u3002API \u548C Pro \u4F7F\u7528\u8005\u9700\u8981\u984D\u5916\u7528\u91CF\u3002" + }, + enableSonnet1M: { + name: "Sonnet 1M \u4E0A\u4E0B\u6587\u8996\u7A97", + desc: "\u5728\u6A21\u578B\u9078\u64C7\u5668\u4E2D\u986F\u793A Sonnet 1M\u3002Max\u3001Team \u548C Enterprise \u65B9\u6848\u9700\u8981\u984D\u5916\u7528\u91CF\u3002API \u548C Pro \u4F7F\u7528\u8005\u9700\u8981\u984D\u5916\u7528\u91CF\u3002" + }, + customModels: { + name: "Custom models", + desc: "Append additional Claude model IDs to the picker, one per line. Environment model overrides still replace the picker.", + placeholder: "claude-opus-4-6\nclaude-opus-4-6[1m]\nclaude-opus-4-5-20251101" + }, + enableChrome: { + name: "\u555F\u7528 Chrome \u64F4\u5145\u529F\u80FD", + desc: "\u5141\u8A31 Claude \u900F\u904E claude-in-chrome \u64F4\u5145\u529F\u80FD\u8207 Chrome \u4E92\u52D5\u3002\u9700\u8981\u5B89\u88DD\u8A72\u64F4\u5145\u529F\u80FD\u3002\u9700\u8981\u91CD\u65B0\u555F\u52D5\u5DE5\u4F5C\u968E\u6BB5\u3002" + }, + enableBangBash: { + name: "\u555F\u7528 bash \u6A21\u5F0F (!)", + desc: "\u5728\u7A7A\u767D\u8F38\u5165\u6846\u4E2D\u8F38\u5165 ! \u4EE5\u9032\u5165 bash \u6A21\u5F0F\u3002\u900F\u904E Node.js child_process \u76F4\u63A5\u57F7\u884C\u6307\u4EE4\u3002\u9700\u8981\u91CD\u65B0\u958B\u555F\u6AA2\u8996\u3002", + validation: { + noNode: "\u5728 PATH \u4E2D\u627E\u4E0D\u5230 Node.js\u3002\u8ACB\u5B89\u88DD Node.js \u6216\u6AA2\u67E5 PATH \u8A2D\u5B9A\u3002" + } + }, + maxTabs: { + name: "\u6700\u5927\u804A\u5929\u6A19\u7C64\u6578", + desc: "\u540C\u6642\u958B\u555F\u7684\u6700\u5927\u804A\u5929\u6A19\u7C64\u6578\uFF083-10\uFF09\u3002\u6BCF\u500B\u6A19\u7C64\u4F7F\u7528\u7368\u7ACB\u7684 Claude \u5C0D\u8A71\u3002", + warning: "\u8D85\u904E 5 \u500B\u6A19\u7C64\u53EF\u80FD\u6703\u5F71\u97FF\u6548\u80FD\u548C\u8A18\u61B6\u9AD4\u4F7F\u7528\u3002" + }, + tabBarPosition: { + name: "\u6A19\u7C64\u5217\u4F4D\u7F6E", + desc: "\u9078\u64C7\u6A19\u7C64\u5FBD\u7AE0\u548C\u64CD\u4F5C\u6309\u9215\u7684\u986F\u793A\u4F4D\u7F6E", + input: "\u8F38\u5165\u6846\u4E0A\u65B9\uFF08\u9810\u8A2D\uFF09", + header: "\u5728\u6A19\u984C\u5217" + }, + enableAutoScroll: { + name: "\u4E32\u6D41\u50B3\u8F38\u6642\u81EA\u52D5\u6372\u52D5", + desc: "\u5728 Claude \u4E32\u6D41\u50B3\u8F38\u56DE\u61C9\u6642\u81EA\u52D5\u6372\u52D5\u5230\u5E95\u90E8\u3002\u505C\u7528\u5F8C\u5C07\u505C\u7559\u5728\u9802\u90E8\uFF0C\u5F9E\u982D\u958B\u59CB\u95B1\u8B80\u3002" + }, + deferMathRenderingDuringStreaming: { + name: "\u4E32\u6D41\u50B3\u8F38\u6642\u5EF6\u9072\u6E32\u67D3\u6578\u5B78\u516C\u5F0F", + desc: "\u56DE\u61C9\u4E32\u6D41\u50B3\u8F38\u6642\u986F\u793A\u539F\u59CB LaTeX\uFF0C\u4E26\u5728\u6BCF\u500B\u6587\u5B57\u5340\u584A\u5B8C\u6210\u5F8C\u53EA\u6E32\u67D3\u4E00\u6B21\u6578\u5B78\u516C\u5F0F\u3002" + }, + chatViewPlacement: { + name: "Claudian \u958B\u555F\u4F4D\u7F6E", + desc: "\u9078\u64C7\u65B0\u5EFA\u804A\u5929\u9762\u677F\u6642\u7684\u958B\u555F\u4F4D\u7F6E", + rightSidebar: "\u53F3\u5074\u908A\u6B04", + leftSidebar: "\u5DE6\u5074\u908A\u6B04", + mainTab: "\u4E3B\u7DE8\u8F2F\u5668\u5206\u9801" + }, + cliPath: { + name: "Claude CLI \u8DEF\u5F91", + desc: "Claude Code CLI \u7684\u81EA\u8A02\u8DEF\u5F91\u3002\u7559\u7A7A\u4F7F\u7528\u81EA\u52D5\u6AA2\u6E2C\u3002", + descWindows: "\u5C0D\u65BC\u539F\u751F\u5B89\u88DD\u7A0B\u5F0F\uFF0C\u4F7F\u7528 claude.exe\u3002\u5C0D\u65BC npm/pnpm/yarn \u6216\u5176\u4ED6\u5957\u4EF6\u7BA1\u7406\u5668\u5B89\u88DD\uFF0C\u4F7F\u7528 cli-wrapper.cjs \u8DEF\u5F91\uFF08\u4E0D\u662F claude.cmd\uFF09\u3002", + descUnix: '\u8CBC\u4E0A "which claude" \u7684\u8F38\u51FA - \u9069\u7528\u65BC\u539F\u751F\u5B89\u88DD\u548C npm/pnpm/yarn \u5B89\u88DD\u3002', + validation: { + notExist: "\u8DEF\u5F91\u4E0D\u5B58\u5728", + isDirectory: "\u8DEF\u5F91\u662F\u76EE\u9304\uFF0C\u4E0D\u662F\u6A94\u6848" + } + }, + language: { + name: "\u8A9E\u8A00", + desc: "\u66F4\u6539\u63D2\u4EF6\u4ECB\u9762\u7684\u986F\u793A\u8A9E\u8A00" + } +}; +var zh_TW_default = { + common: common10, + chat: chat10, + settings: settings10 +}; + +// src/i18n/i18n.ts +var translations = { + en: en_exports, + "zh-CN": zh_CN_exports, + "zh-TW": zh_TW_exports, + ja: ja_exports, + ko: ko_exports, + de: de_exports, + fr: fr_exports, + es: es_exports, + ru: ru_exports, + pt: pt_exports +}; +var DEFAULT_LOCALE = "en"; +var currentLocale = DEFAULT_LOCALE; +function t10(key, params) { + const dict = translations[currentLocale]; + const keys = key.split("."); + let value = dict; + for (const k2 of keys) { + if (value && typeof value === "object" && k2 in value) { + value = value[k2]; + } else { + if (currentLocale !== DEFAULT_LOCALE) { + return tFallback(key, params); + } + return key; + } + } + if (typeof value !== "string") { + return key; + } + if (params) { + return value.replace(/\{(\w+)\}/g, (match, param) => { + const replacement = params[param]; + return replacement !== void 0 ? `${replacement}` : match; + }); + } + return value; +} +function tFallback(key, params) { + const dict = translations[DEFAULT_LOCALE]; + const keys = key.split("."); + let value = dict; + for (const k2 of keys) { + if (value && typeof value === "object" && k2 in value) { + value = value[k2]; + } else { + return key; + } + } + if (typeof value !== "string") { + return key; + } + if (params) { + return value.replace(/\{(\w+)\}/g, (match, param) => { + const replacement = params[param]; + return replacement !== void 0 ? `${replacement}` : match; + }); + } + return value; +} +function setLocale(locale) { + if (!translations[locale]) { + return false; + } + currentLocale = locale; + return true; +} +function getAvailableLocales() { + return Object.keys(translations); +} +function getLocaleDisplayName(locale) { + const names = { + "en": "English", + "zh-CN": "\u7B80\u4F53\u4E2D\u6587", + "zh-TW": "\u7E41\u9AD4\u4E2D\u6587", + "ja": "\u65E5\u672C\u8A9E", + "ko": "\uD55C\uAD6D\uC5B4", + "de": "Deutsch", + "fr": "Fran\xE7ais", + "es": "Espa\xF1ol", + "ru": "\u0420\u0443\u0441\u0441\u043A\u0438\u0439", + "pt": "Portugu\xEAs" + }; + return names[locale] || locale; +} + +// src/shared/modals/ConfirmModal.ts +var import_obsidian4 = require("obsidian"); +function confirmDelete(app, message) { + return new Promise((resolve8) => { + new ConfirmModal(app, message, resolve8).open(); + }); +} +function confirm(app, message, confirmText) { + return new Promise((resolve8) => { + new ConfirmModal(app, message, resolve8, confirmText).open(); + }); +} +var ConfirmModal = class extends import_obsidian4.Modal { + constructor(app, message, resolve8, confirmText) { + super(app); + this.resolved = false; + this.message = message; + this.resolve = resolve8; + this.confirmText = confirmText != null ? confirmText : t10("common.delete"); + } + onOpen() { + this.setTitle(t10("common.confirm")); + this.modalEl.addClass("claudian-confirm-modal"); + this.contentEl.createEl("p", { text: this.message }); + new import_obsidian4.Setting(this.contentEl).addButton( + (btn) => btn.setButtonText(t10("common.cancel")).onClick(() => this.close()) + ).addButton( + (btn) => btn.setButtonText(this.confirmText).setWarning().onClick(() => { + this.resolved = true; + this.resolve(true); + this.close(); + }) + ); + } + onClose() { + if (!this.resolved) { + this.resolve(false); + } + this.contentEl.empty(); + } +}; + +// src/features/settings/ui/EnvSnippetManager.ts +init_env(); +var EnvSnippetModal = class extends import_obsidian5.Modal { + constructor(app, plugin, snippet, scope, onSave) { + super(app); + this.plugin = plugin; + this.snippet = snippet; + this.snippetScope = scope; + this.onSave = onSave; + } + onOpen() { + const { contentEl } = this; + this.setTitle(this.snippet ? t10("settings.envSnippets.modal.titleEdit") : t10("settings.envSnippets.modal.titleSave")); + this.modalEl.addClass("claudian-env-snippet-modal"); + let nameEl; + let descEl; + let envVarsEl; + const contextLimitInputs = /* @__PURE__ */ new Map(); + const modelAliasInputs = /* @__PURE__ */ new Map(); + let contextLimitsContainer = null; + const handleKeyDown = (e2) => { + if (e2.key === "Enter" && !e2.isComposing) { + e2.preventDefault(); + saveSnippet(); + } else if (e2.key === "Escape" && !e2.isComposing) { + e2.preventDefault(); + this.close(); + } + }; + const saveSnippet = () => { + var _a5, _b3, _c2; + const name = nameEl.value.trim(); + if (!name) { + new import_obsidian5.Notice(t10("settings.envSnippets.nameRequired")); + return; + } + const contextLimits = {}; + for (const [modelId, input] of contextLimitInputs) { + const value = input.value.trim(); + if (value) { + const parsed = parseContextLimit(value); + if (parsed !== null) { + contextLimits[modelId] = parsed; + } + } + } + const modelAliases = {}; + for (const [modelId, input] of modelAliasInputs) { + const value = input.value.trim(); + if (value) { + modelAliases[modelId] = value; + } + } + const snippet = { + id: ((_a5 = this.snippet) == null ? void 0 : _a5.id) || `snippet-${Date.now()}`, + name, + description: descEl.value.trim(), + envVars: envVarsEl.value, + scope: resolveEnvironmentSnippetScope( + envVarsEl.value, + (_c2 = (_b3 = this.snippet) == null ? void 0 : _b3.scope) != null ? _c2 : this.snippetScope + ), + contextLimits: Object.keys(contextLimits).length > 0 ? contextLimits : void 0, + modelAliases: modelAliasInputs.size > 0 ? modelAliases : void 0 + }; + this.onSave(snippet); + this.close(); + }; + const renderContextLimitFields = () => { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + if (!contextLimitsContainer) return; + contextLimitsContainer.empty(); + contextLimitInputs.clear(); + modelAliasInputs.clear(); + const envVars = parseEnvironmentVariables(envVarsEl.value); + const uniqueModelIds = ProviderRegistry.getCustomModelIds(envVars); + if (uniqueModelIds.size === 0) { + contextLimitsContainer.addClass("claudian-hidden"); + return; + } + contextLimitsContainer.removeClass("claudian-hidden"); + const existingLimits = (_c2 = (_b3 = (_a5 = this.snippet) == null ? void 0 : _a5.contextLimits) != null ? _b3 : this.plugin.settings.customContextLimits) != null ? _c2 : {}; + const existingAliases = (_f2 = (_e2 = (_d = this.snippet) == null ? void 0 : _d.modelAliases) != null ? _e2 : this.plugin.settings.customModelAliases) != null ? _f2 : {}; + contextLimitsContainer.createEl("div", { + text: t10("settings.customModelOverrides.name"), + cls: "setting-item-name" + }); + contextLimitsContainer.createEl("div", { + text: t10("settings.customModelOverrides.desc"), + cls: "setting-item-description" + }); + for (const modelId of uniqueModelIds) { + const row = contextLimitsContainer.createDiv({ cls: "claudian-snippet-limit-row" }); + row.createSpan({ text: modelId, cls: "claudian-snippet-limit-model" }); + row.createSpan({ cls: "claudian-snippet-limit-spacer" }); + const aliasInput = row.createEl("input", { + type: "text", + placeholder: t10("settings.customModelAliases.placeholder"), + cls: "claudian-snippet-alias-input" + }); + aliasInput.value = (_g = existingAliases[modelId]) != null ? _g : ""; + aliasInput.setAttribute("aria-label", `Alias for ${modelId}`); + aliasInput.title = "Custom label shown in the model selector. Leave empty to use the default."; + modelAliasInputs.set(modelId, aliasInput); + const input = row.createEl("input", { + type: "text", + placeholder: "200k", + cls: "claudian-snippet-limit-input" + }); + input.value = existingLimits[modelId] ? formatContextLimit(existingLimits[modelId]) : ""; + input.setAttribute("aria-label", `Context window for ${modelId}`); + contextLimitInputs.set(modelId, input); + } + }; + new import_obsidian5.Setting(contentEl).setName(t10("settings.envSnippets.modal.name")).setDesc(t10("settings.envSnippets.modal.namePlaceholder")).addText((text) => { + var _a5; + nameEl = text.inputEl; + text.setValue(((_a5 = this.snippet) == null ? void 0 : _a5.name) || ""); + text.inputEl.addEventListener("keydown", handleKeyDown); + }); + new import_obsidian5.Setting(contentEl).setName(t10("settings.envSnippets.modal.description")).setDesc(t10("settings.envSnippets.modal.descPlaceholder")).addText((text) => { + var _a5; + descEl = text.inputEl; + text.setValue(((_a5 = this.snippet) == null ? void 0 : _a5.description) || ""); + text.inputEl.addEventListener("keydown", handleKeyDown); + }); + const envVarsSetting = new import_obsidian5.Setting(contentEl).setName(t10("settings.envSnippets.modal.envVars")).setDesc(t10("settings.envSnippets.modal.envVarsPlaceholder")).addTextArea((text) => { + var _a5, _b3; + envVarsEl = text.inputEl; + const envVarsToShow = (_b3 = (_a5 = this.snippet) == null ? void 0 : _a5.envVars) != null ? _b3 : this.plugin.getEnvironmentVariablesForScope(this.snippetScope); + text.setValue(envVarsToShow); + text.inputEl.rows = 8; + text.inputEl.addEventListener("blur", () => renderContextLimitFields()); + }); + envVarsSetting.settingEl.addClass("claudian-env-snippet-setting"); + envVarsSetting.controlEl.addClass("claudian-env-snippet-control"); + contextLimitsContainer = contentEl.createDiv({ cls: "claudian-snippet-context-limits" }); + renderContextLimitFields(); + const buttonContainer = contentEl.createDiv({ cls: "claudian-snippet-buttons" }); + const cancelBtn = buttonContainer.createEl("button", { + text: t10("settings.envSnippets.modal.cancel"), + cls: "claudian-cancel-btn" + }); + cancelBtn.addEventListener("click", () => this.close()); + const saveBtn = buttonContainer.createEl("button", { + text: this.snippet ? t10("settings.envSnippets.modal.update") : t10("settings.envSnippets.modal.save"), + cls: "claudian-save-btn" + }); + saveBtn.addEventListener("click", () => saveSnippet()); + window.setTimeout(() => nameEl == null ? void 0 : nameEl.focus(), 50); + } + onClose() { + const { contentEl } = this; + contentEl.empty(); + } +}; +var EnvSnippetManager = class { + constructor(containerEl, plugin, scope, onContextLimitsChange) { + this.containerEl = containerEl; + this.plugin = plugin; + this.scope = scope; + this.onContextLimitsChange = onContextLimitsChange; + this.render(); + } + render() { + this.containerEl.empty(); + const headerEl = this.containerEl.createDiv({ cls: "claudian-snippet-header" }); + headerEl.createSpan({ text: t10("settings.envSnippets.name"), cls: "claudian-snippet-label" }); + const saveBtn = headerEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": t10("settings.envSnippets.addBtn") } + }); + (0, import_obsidian5.setIcon)(saveBtn, "plus"); + saveBtn.addEventListener("click", () => { + void this.saveCurrentEnv(); + }); + const snippets = this.plugin.settings.envSnippets.filter((snippet) => this.shouldDisplaySnippet(snippet)); + if (snippets.length === 0) { + const emptyEl = this.containerEl.createDiv({ cls: "claudian-snippet-empty" }); + emptyEl.setText(t10("settings.envSnippets.noSnippets")); + return; + } + const listEl = this.containerEl.createDiv({ cls: "claudian-snippet-list" }); + for (const snippet of snippets) { + const itemEl = listEl.createDiv({ cls: "claudian-snippet-item" }); + const infoEl = itemEl.createDiv({ cls: "claudian-snippet-info" }); + const nameEl = infoEl.createDiv({ cls: "claudian-snippet-name" }); + nameEl.setText(snippet.name); + if (snippet.description) { + const descEl = infoEl.createDiv({ cls: "claudian-snippet-description" }); + descEl.setText(snippet.description); + } + const actionsEl = itemEl.createDiv({ cls: "claudian-snippet-actions" }); + const restoreBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Insert" } + }); + (0, import_obsidian5.setIcon)(restoreBtn, "clipboard-paste"); + restoreBtn.addEventListener("click", () => { + void (async () => { + try { + await this.insertSnippet(snippet); + } catch (e2) { + new import_obsidian5.Notice("Failed to insert snippet"); + } + })(); + }); + const editBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Edit" } + }); + (0, import_obsidian5.setIcon)(editBtn, "pencil"); + editBtn.addEventListener("click", () => { + this.editSnippet(snippet); + }); + const deleteBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn claudian-settings-delete-btn", + attr: { "aria-label": "Delete" } + }); + (0, import_obsidian5.setIcon)(deleteBtn, "trash-2"); + deleteBtn.addEventListener("click", () => { + void (async () => { + try { + if (await confirmDelete(this.plugin.app, `Delete environment snippet "${snippet.name}"?`)) { + await this.deleteSnippet(snippet); + } + } catch (e2) { + new import_obsidian5.Notice("Failed to delete snippet"); + } + })(); + }); + } + } + async saveCurrentEnv() { + const modal = new EnvSnippetModal( + this.plugin.app, + this.plugin, + null, + this.scope, + (snippet) => { + void (async () => { + this.plugin.settings.envSnippets.push(snippet); + await this.plugin.saveSettings(); + this.render(); + new import_obsidian5.Notice(`Environment snippet "${snippet.name}" saved`); + })(); + } + ); + modal.open(); + } + async insertSnippet(snippet) { + var _a5, _b3, _c2, _d, _e2; + const snippetContent = snippet.envVars.trim(); + const updates = getEnvironmentScopeUpdates( + snippetContent, + (_a5 = snippet.scope) != null ? _a5 : this.scope + ); + if (updates.length === 1) { + const [update] = updates; + this.syncTextareaValue(update.scope, update.envText); + await this.plugin.applyEnvironmentVariables(update.scope, update.envText); + } else if (updates.length > 1) { + for (const update of updates) { + this.syncTextareaValue(update.scope, update.envText); + } + await this.plugin.applyEnvironmentVariablesBatch(updates); + } + if (snippet.contextLimits) { + this.plugin.settings.customContextLimits = { + ...this.plugin.settings.customContextLimits, + ...snippet.contextLimits + }; + } + if (snippet.modelAliases) { + const modelIds = ProviderRegistry.getCustomModelIds(parseEnvironmentVariables(snippet.envVars)); + const nextAliases = { ...(_b3 = this.plugin.settings.customModelAliases) != null ? _b3 : {} }; + for (const modelId of modelIds) { + const alias = (_c2 = snippet.modelAliases[modelId]) == null ? void 0 : _c2.trim(); + if (alias) { + nextAliases[modelId] = alias; + } else { + delete nextAliases[modelId]; + } + } + this.plugin.settings.customModelAliases = nextAliases; + } + await this.plugin.saveSettings(); + (_d = this.onContextLimitsChange) == null ? void 0 : _d.call(this); + const view = (_e2 = this.plugin.app.workspace.getLeavesOfType("claudian-view")[0]) == null ? void 0 : _e2.view; + view == null ? void 0 : view.refreshModelSelector(); + } + editSnippet(snippet) { + const modal = new EnvSnippetModal( + this.plugin.app, + this.plugin, + snippet, + this.scope, + (updatedSnippet) => { + void (async () => { + const index = this.plugin.settings.envSnippets.findIndex((s2) => s2.id === snippet.id); + if (index !== -1) { + this.plugin.settings.envSnippets[index] = updatedSnippet; + await this.plugin.saveSettings(); + this.render(); + new import_obsidian5.Notice(`Environment snippet "${updatedSnippet.name}" updated`); + } + })(); + } + ); + modal.open(); + } + async deleteSnippet(snippet) { + this.plugin.settings.envSnippets = this.plugin.settings.envSnippets.filter((s2) => s2.id !== snippet.id); + await this.plugin.saveSettings(); + this.render(); + new import_obsidian5.Notice(`Environment snippet "${snippet.name}" deleted`); + } + refresh() { + this.render(); + } + shouldDisplaySnippet(snippet) { + if (this.scope === "shared") { + return !snippet.scope || snippet.scope === "shared"; + } + return snippet.scope === this.scope; + } + syncTextareaValue(scope, value) { + var _a5; + const selector = `.claudian-settings-env-textarea[data-env-scope="${scope}"]`; + const envTextarea = ((_a5 = this.containerEl.ownerDocument) != null ? _a5 : window.document).querySelector(selector); + if (envTextarea) { + envTextarea.value = value; + } + } +}; + +// src/features/settings/ui/EnvironmentSettingsSection.ts +function renderEnvironmentSettingsSection(options) { + const { + container, + plugin, + scope, + heading, + name, + desc, + placeholder, + renderCustomContextLimits + } = options; + if (heading) { + new import_obsidian6.Setting(container).setName(heading).setHeading(); + } + let envTextarea = null; + const reviewEl = container.createDiv({ + cls: "claudian-env-review-warning claudian-setting-validation claudian-setting-validation-warning claudian-hidden" + }); + const updateReviewWarning = () => { + var _a5; + const reviewKeys = getEnvironmentReviewKeysForScope((_a5 = envTextarea == null ? void 0 : envTextarea.value) != null ? _a5 : "", scope); + if (reviewKeys.length === 0) { + reviewEl.toggleClass("claudian-hidden", true); + reviewEl.empty(); + return; + } + reviewEl.setText(`Review environment ownership for: ${reviewKeys.join(", ")}`); + reviewEl.toggleClass("claudian-hidden", false); + }; + new import_obsidian6.Setting(container).setName(name).setDesc(desc).addTextArea((text) => { + text.setPlaceholder(placeholder).setValue(plugin.getEnvironmentVariablesForScope(scope)); + text.inputEl.rows = 6; + text.inputEl.cols = 50; + text.inputEl.addClass("claudian-settings-env-textarea"); + text.inputEl.dataset.envScope = scope; + text.inputEl.addEventListener("input", () => updateReviewWarning()); + text.inputEl.addEventListener("blur", () => { + void (async () => { + await plugin.applyEnvironmentVariables(scope, text.inputEl.value); + renderCustomContextLimits == null ? void 0 : renderCustomContextLimits(contextLimitsContainer); + updateReviewWarning(); + })(); + }); + envTextarea = text.inputEl; + }); + updateReviewWarning(); + const contextLimitsContainer = container.createDiv({ cls: "claudian-context-limits-container" }); + renderCustomContextLimits == null ? void 0 : renderCustomContextLimits(contextLimitsContainer); + const envSnippetsContainer = container.createDiv({ cls: "claudian-env-snippets-container" }); + new EnvSnippetManager(envSnippetsContainer, plugin, scope, () => { + renderCustomContextLimits == null ? void 0 : renderCustomContextLimits(contextLimitsContainer); + }); +} + +// src/features/settings/ui/McpSettingsManager.ts +var import_obsidian9 = require("obsidian"); + +// src/core/mcp/McpConfigParser.ts +function isRecord4(value) { + return !!value && typeof value === "object" && !Array.isArray(value); +} +function parseClipboardConfig(json2) { + try { + const parsed = JSON.parse(json2); + if (!isRecord4(parsed)) { + throw new Error("Invalid JSON object"); + } + if (isRecord4(parsed.mcpServers)) { + const servers2 = []; + for (const [name, config2] of Object.entries(parsed.mcpServers)) { + if (isValidMcpServerConfig(config2)) { + servers2.push({ name, config: config2 }); + } + } + if (servers2.length === 0) { + throw new Error("No valid server configs found in mcpServers"); + } + return { servers: servers2, needsName: false }; + } + if (isValidMcpServerConfig(parsed)) { + return { + servers: [{ name: "", config: parsed }], + needsName: true + }; + } + const entries = Object.entries(parsed); + if (entries.length === 1) { + const [name, config2] = entries[0]; + if (isValidMcpServerConfig(config2)) { + return { + servers: [{ name, config: config2 }], + needsName: false + }; + } + } + const servers = []; + for (const [name, config2] of entries) { + if (isValidMcpServerConfig(config2)) { + servers.push({ name, config: config2 }); + } + } + if (servers.length > 0) { + return { servers, needsName: false }; + } + throw new Error("Invalid MCP configuration format"); + } catch (error48) { + if (error48 instanceof SyntaxError) { + throw new Error("Invalid JSON", { cause: error48 }); + } + throw error48; + } +} +function tryParseClipboardConfig(text) { + const trimmed = text.trim(); + if (!trimmed.startsWith("{")) { + return null; + } + try { + return parseClipboardConfig(trimmed); + } catch (e2) { + return null; + } +} + +// node_modules/zod/v3/helpers/util.js +var util; +(function(util2) { + util2.assertEqual = (_2) => { + }; + function assertIs2(_arg) { + } + util2.assertIs = assertIs2; + function assertNever2(_x2) { + throw new Error(); + } + util2.assertNever = assertNever2; + util2.arrayToEnum = (items) => { + const obj = {}; + for (const item of items) { + obj[item] = item; + } + return obj; + }; + util2.getValidEnumValues = (obj) => { + const validKeys = util2.objectKeys(obj).filter((k2) => typeof obj[obj[k2]] !== "number"); + const filtered = {}; + for (const k2 of validKeys) { + filtered[k2] = obj[k2]; + } + return util2.objectValues(filtered); + }; + util2.objectValues = (obj) => { + return util2.objectKeys(obj).map(function(e2) { + return obj[e2]; + }); + }; + util2.objectKeys = typeof Object.keys === "function" ? (obj) => Object.keys(obj) : (object3) => { + const keys = []; + for (const key in object3) { + if (Object.prototype.hasOwnProperty.call(object3, key)) { + keys.push(key); + } + } + return keys; + }; + util2.find = (arr, checker) => { + for (const item of arr) { + if (checker(item)) + return item; + } + return void 0; + }; + util2.isInteger = typeof Number.isInteger === "function" ? (val) => Number.isInteger(val) : (val) => typeof val === "number" && Number.isFinite(val) && Math.floor(val) === val; + function joinValues2(array2, separator = " | ") { + return array2.map((val) => typeof val === "string" ? `'${val}'` : val).join(separator); + } + util2.joinValues = joinValues2; + util2.jsonStringifyReplacer = (_2, value) => { + if (typeof value === "bigint") { + return value.toString(); + } + return value; + }; +})(util || (util = {})); +var objectUtil; +(function(objectUtil2) { + objectUtil2.mergeShapes = (first, second) => { + return { + ...first, + ...second + // second overwrites first + }; + }; +})(objectUtil || (objectUtil = {})); +var ZodParsedType = util.arrayToEnum([ + "string", + "nan", + "number", + "integer", + "float", + "boolean", + "date", + "bigint", + "symbol", + "function", + "undefined", + "null", + "array", + "object", + "unknown", + "promise", + "void", + "never", + "map", + "set" +]); +var getParsedType = (data) => { + const t11 = typeof data; + switch (t11) { + case "undefined": + return ZodParsedType.undefined; + case "string": + return ZodParsedType.string; + case "number": + return Number.isNaN(data) ? ZodParsedType.nan : ZodParsedType.number; + case "boolean": + return ZodParsedType.boolean; + case "function": + return ZodParsedType.function; + case "bigint": + return ZodParsedType.bigint; + case "symbol": + return ZodParsedType.symbol; + case "object": + if (Array.isArray(data)) { + return ZodParsedType.array; + } + if (data === null) { + return ZodParsedType.null; + } + if (data.then && typeof data.then === "function" && data.catch && typeof data.catch === "function") { + return ZodParsedType.promise; + } + if (typeof Map !== "undefined" && data instanceof Map) { + return ZodParsedType.map; + } + if (typeof Set !== "undefined" && data instanceof Set) { + return ZodParsedType.set; + } + if (typeof Date !== "undefined" && data instanceof Date) { + return ZodParsedType.date; + } + return ZodParsedType.object; + default: + return ZodParsedType.unknown; + } +}; + +// node_modules/zod/v3/ZodError.js +var ZodIssueCode = util.arrayToEnum([ + "invalid_type", + "invalid_literal", + "custom", + "invalid_union", + "invalid_union_discriminator", + "invalid_enum_value", + "unrecognized_keys", + "invalid_arguments", + "invalid_return_type", + "invalid_date", + "invalid_string", + "too_small", + "too_big", + "invalid_intersection_types", + "not_multiple_of", + "not_finite" +]); +var ZodError = class _ZodError extends Error { + get errors() { + return this.issues; + } + constructor(issues) { + super(); + this.issues = []; + this.addIssue = (sub) => { + this.issues = [...this.issues, sub]; + }; + this.addIssues = (subs = []) => { + this.issues = [...this.issues, ...subs]; + }; + const actualProto = new.target.prototype; + if (Object.setPrototypeOf) { + Object.setPrototypeOf(this, actualProto); + } else { + this.__proto__ = actualProto; + } + this.name = "ZodError"; + this.issues = issues; + } + format(_mapper) { + const mapper = _mapper || function(issue2) { + return issue2.message; + }; + const fieldErrors = { _errors: [] }; + const processError = (error48) => { + for (const issue2 of error48.issues) { + if (issue2.code === "invalid_union") { + issue2.unionErrors.map(processError); + } else if (issue2.code === "invalid_return_type") { + processError(issue2.returnTypeError); + } else if (issue2.code === "invalid_arguments") { + processError(issue2.argumentsError); + } else if (issue2.path.length === 0) { + fieldErrors._errors.push(mapper(issue2)); + } else { + let curr = fieldErrors; + let i = 0; + while (i < issue2.path.length) { + const el2 = issue2.path[i]; + const terminal = i === issue2.path.length - 1; + if (!terminal) { + curr[el2] = curr[el2] || { _errors: [] }; + } else { + curr[el2] = curr[el2] || { _errors: [] }; + curr[el2]._errors.push(mapper(issue2)); + } + curr = curr[el2]; + i++; + } + } + } + }; + processError(this); + return fieldErrors; + } + static assert(value) { + if (!(value instanceof _ZodError)) { + throw new Error(`Not a ZodError: ${value}`); + } + } + toString() { + return this.message; + } + get message() { + return JSON.stringify(this.issues, util.jsonStringifyReplacer, 2); + } + get isEmpty() { + return this.issues.length === 0; + } + flatten(mapper = (issue2) => issue2.message) { + const fieldErrors = /* @__PURE__ */ Object.create(null); + const formErrors = []; + for (const sub of this.issues) { + if (sub.path.length > 0) { + const firstEl = sub.path[0]; + fieldErrors[firstEl] = fieldErrors[firstEl] || []; + fieldErrors[firstEl].push(mapper(sub)); + } else { + formErrors.push(mapper(sub)); + } + } + return { formErrors, fieldErrors }; + } + get formErrors() { + return this.flatten(); + } +}; +ZodError.create = (issues) => { + const error48 = new ZodError(issues); + return error48; +}; + +// node_modules/zod/v3/locales/en.js +var errorMap = (issue2, _ctx) => { + let message; + switch (issue2.code) { + case ZodIssueCode.invalid_type: + if (issue2.received === ZodParsedType.undefined) { + message = "Required"; + } else { + message = `Expected ${issue2.expected}, received ${issue2.received}`; + } + break; + case ZodIssueCode.invalid_literal: + message = `Invalid literal value, expected ${JSON.stringify(issue2.expected, util.jsonStringifyReplacer)}`; + break; + case ZodIssueCode.unrecognized_keys: + message = `Unrecognized key(s) in object: ${util.joinValues(issue2.keys, ", ")}`; + break; + case ZodIssueCode.invalid_union: + message = `Invalid input`; + break; + case ZodIssueCode.invalid_union_discriminator: + message = `Invalid discriminator value. Expected ${util.joinValues(issue2.options)}`; + break; + case ZodIssueCode.invalid_enum_value: + message = `Invalid enum value. Expected ${util.joinValues(issue2.options)}, received '${issue2.received}'`; + break; + case ZodIssueCode.invalid_arguments: + message = `Invalid function arguments`; + break; + case ZodIssueCode.invalid_return_type: + message = `Invalid function return type`; + break; + case ZodIssueCode.invalid_date: + message = `Invalid date`; + break; + case ZodIssueCode.invalid_string: + if (typeof issue2.validation === "object") { + if ("includes" in issue2.validation) { + message = `Invalid input: must include "${issue2.validation.includes}"`; + if (typeof issue2.validation.position === "number") { + message = `${message} at one or more positions greater than or equal to ${issue2.validation.position}`; + } + } else if ("startsWith" in issue2.validation) { + message = `Invalid input: must start with "${issue2.validation.startsWith}"`; + } else if ("endsWith" in issue2.validation) { + message = `Invalid input: must end with "${issue2.validation.endsWith}"`; + } else { + util.assertNever(issue2.validation); + } + } else if (issue2.validation !== "regex") { + message = `Invalid ${issue2.validation}`; + } else { + message = "Invalid"; + } + break; + case ZodIssueCode.too_small: + if (issue2.type === "array") + message = `Array must contain ${issue2.exact ? "exactly" : issue2.inclusive ? `at least` : `more than`} ${issue2.minimum} element(s)`; + else if (issue2.type === "string") + message = `String must contain ${issue2.exact ? "exactly" : issue2.inclusive ? `at least` : `over`} ${issue2.minimum} character(s)`; + else if (issue2.type === "number") + message = `Number must be ${issue2.exact ? `exactly equal to ` : issue2.inclusive ? `greater than or equal to ` : `greater than `}${issue2.minimum}`; + else if (issue2.type === "bigint") + message = `Number must be ${issue2.exact ? `exactly equal to ` : issue2.inclusive ? `greater than or equal to ` : `greater than `}${issue2.minimum}`; + else if (issue2.type === "date") + message = `Date must be ${issue2.exact ? `exactly equal to ` : issue2.inclusive ? `greater than or equal to ` : `greater than `}${new Date(Number(issue2.minimum))}`; + else + message = "Invalid input"; + break; + case ZodIssueCode.too_big: + if (issue2.type === "array") + message = `Array must contain ${issue2.exact ? `exactly` : issue2.inclusive ? `at most` : `less than`} ${issue2.maximum} element(s)`; + else if (issue2.type === "string") + message = `String must contain ${issue2.exact ? `exactly` : issue2.inclusive ? `at most` : `under`} ${issue2.maximum} character(s)`; + else if (issue2.type === "number") + message = `Number must be ${issue2.exact ? `exactly` : issue2.inclusive ? `less than or equal to` : `less than`} ${issue2.maximum}`; + else if (issue2.type === "bigint") + message = `BigInt must be ${issue2.exact ? `exactly` : issue2.inclusive ? `less than or equal to` : `less than`} ${issue2.maximum}`; + else if (issue2.type === "date") + message = `Date must be ${issue2.exact ? `exactly` : issue2.inclusive ? `smaller than or equal to` : `smaller than`} ${new Date(Number(issue2.maximum))}`; + else + message = "Invalid input"; + break; + case ZodIssueCode.custom: + message = `Invalid input`; + break; + case ZodIssueCode.invalid_intersection_types: + message = `Intersection results could not be merged`; + break; + case ZodIssueCode.not_multiple_of: + message = `Number must be a multiple of ${issue2.multipleOf}`; + break; + case ZodIssueCode.not_finite: + message = "Number must be finite"; + break; + default: + message = _ctx.defaultError; + util.assertNever(issue2); + } + return { message }; +}; +var en_default2 = errorMap; + +// node_modules/zod/v3/errors.js +var overrideErrorMap = en_default2; +function getErrorMap() { + return overrideErrorMap; +} + +// node_modules/zod/v3/helpers/parseUtil.js +var makeIssue = (params) => { + const { data, path: path27, errorMaps, issueData } = params; + const fullPath = [...path27, ...issueData.path || []]; + const fullIssue = { + ...issueData, + path: fullPath + }; + if (issueData.message !== void 0) { + return { + ...issueData, + path: fullPath, + message: issueData.message + }; + } + let errorMessage = ""; + const maps = errorMaps.filter((m4) => !!m4).slice().reverse(); + for (const map2 of maps) { + errorMessage = map2(fullIssue, { data, defaultError: errorMessage }).message; + } + return { + ...issueData, + path: fullPath, + message: errorMessage + }; +}; +function addIssueToContext(ctx, issueData) { + const overrideMap = getErrorMap(); + const issue2 = makeIssue({ + issueData, + data: ctx.data, + path: ctx.path, + errorMaps: [ + ctx.common.contextualErrorMap, + // contextual error map is first priority + ctx.schemaErrorMap, + // then schema-bound map if available + overrideMap, + // then global override map + overrideMap === en_default2 ? void 0 : en_default2 + // then global default map + ].filter((x2) => !!x2) + }); + ctx.common.issues.push(issue2); +} +var ParseStatus = class _ParseStatus { + constructor() { + this.value = "valid"; + } + dirty() { + if (this.value === "valid") + this.value = "dirty"; + } + abort() { + if (this.value !== "aborted") + this.value = "aborted"; + } + static mergeArray(status, results) { + const arrayValue = []; + for (const s2 of results) { + if (s2.status === "aborted") + return INVALID; + if (s2.status === "dirty") + status.dirty(); + arrayValue.push(s2.value); + } + return { status: status.value, value: arrayValue }; + } + static async mergeObjectAsync(status, pairs) { + const syncPairs = []; + for (const pair of pairs) { + const key = await pair.key; + const value = await pair.value; + syncPairs.push({ + key, + value + }); + } + return _ParseStatus.mergeObjectSync(status, syncPairs); + } + static mergeObjectSync(status, pairs) { + const finalObject = {}; + for (const pair of pairs) { + const { key, value } = pair; + if (key.status === "aborted") + return INVALID; + if (value.status === "aborted") + return INVALID; + if (key.status === "dirty") + status.dirty(); + if (value.status === "dirty") + status.dirty(); + if (key.value !== "__proto__" && (typeof value.value !== "undefined" || pair.alwaysSet)) { + finalObject[key.value] = value.value; + } + } + return { status: status.value, value: finalObject }; + } +}; +var INVALID = Object.freeze({ + status: "aborted" +}); +var DIRTY = (value) => ({ status: "dirty", value }); +var OK2 = (value) => ({ status: "valid", value }); +var isAborted = (x2) => x2.status === "aborted"; +var isDirty = (x2) => x2.status === "dirty"; +var isValid = (x2) => x2.status === "valid"; +var isAsync = (x2) => typeof Promise !== "undefined" && x2 instanceof Promise; + +// node_modules/zod/v3/helpers/errorUtil.js +var errorUtil; +(function(errorUtil2) { + errorUtil2.errToObj = (message) => typeof message === "string" ? { message } : message || {}; + errorUtil2.toString = (message) => typeof message === "string" ? message : message == null ? void 0 : message.message; +})(errorUtil || (errorUtil = {})); + +// node_modules/zod/v3/types.js +var ParseInputLazyPath = class { + constructor(parent, value, path27, key) { + this._cachedPath = []; + this.parent = parent; + this.data = value; + this._path = path27; + this._key = key; + } + get path() { + if (!this._cachedPath.length) { + if (Array.isArray(this._key)) { + this._cachedPath.push(...this._path, ...this._key); + } else { + this._cachedPath.push(...this._path, this._key); + } + } + return this._cachedPath; + } +}; +var handleResult = (ctx, result) => { + if (isValid(result)) { + return { success: true, data: result.value }; + } else { + if (!ctx.common.issues.length) { + throw new Error("Validation failed but no issues detected."); + } + return { + success: false, + get error() { + if (this._error) + return this._error; + const error48 = new ZodError(ctx.common.issues); + this._error = error48; + return this._error; + } + }; + } +}; +function processCreateParams(params) { + if (!params) + return {}; + const { errorMap: errorMap2, invalid_type_error, required_error, description } = params; + if (errorMap2 && (invalid_type_error || required_error)) { + throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`); + } + if (errorMap2) + return { errorMap: errorMap2, description }; + const customMap = (iss, ctx) => { + var _a5, _b3; + const { message } = params; + if (iss.code === "invalid_enum_value") { + return { message: message != null ? message : ctx.defaultError }; + } + if (typeof ctx.data === "undefined") { + return { message: (_a5 = message != null ? message : required_error) != null ? _a5 : ctx.defaultError }; + } + if (iss.code !== "invalid_type") + return { message: ctx.defaultError }; + return { message: (_b3 = message != null ? message : invalid_type_error) != null ? _b3 : ctx.defaultError }; + }; + return { errorMap: customMap, description }; +} +var ZodType = class { + get description() { + return this._def.description; + } + _getType(input) { + return getParsedType(input.data); + } + _getOrReturnCtx(input, ctx) { + return ctx || { + common: input.parent.common, + data: input.data, + parsedType: getParsedType(input.data), + schemaErrorMap: this._def.errorMap, + path: input.path, + parent: input.parent + }; + } + _processInputParams(input) { + return { + status: new ParseStatus(), + ctx: { + common: input.parent.common, + data: input.data, + parsedType: getParsedType(input.data), + schemaErrorMap: this._def.errorMap, + path: input.path, + parent: input.parent + } + }; + } + _parseSync(input) { + const result = this._parse(input); + if (isAsync(result)) { + throw new Error("Synchronous parse encountered promise."); + } + return result; + } + _parseAsync(input) { + const result = this._parse(input); + return Promise.resolve(result); + } + parse(data, params) { + const result = this.safeParse(data, params); + if (result.success) + return result.data; + throw result.error; + } + safeParse(data, params) { + var _a5; + const ctx = { + common: { + issues: [], + async: (_a5 = params == null ? void 0 : params.async) != null ? _a5 : false, + contextualErrorMap: params == null ? void 0 : params.errorMap + }, + path: (params == null ? void 0 : params.path) || [], + schemaErrorMap: this._def.errorMap, + parent: null, + data, + parsedType: getParsedType(data) + }; + const result = this._parseSync({ data, path: ctx.path, parent: ctx }); + return handleResult(ctx, result); + } + "~validate"(data) { + var _a5, _b3; + const ctx = { + common: { + issues: [], + async: !!this["~standard"].async + }, + path: [], + schemaErrorMap: this._def.errorMap, + parent: null, + data, + parsedType: getParsedType(data) + }; + if (!this["~standard"].async) { + try { + const result = this._parseSync({ data, path: [], parent: ctx }); + return isValid(result) ? { + value: result.value + } : { + issues: ctx.common.issues + }; + } catch (err) { + if ((_b3 = (_a5 = err == null ? void 0 : err.message) == null ? void 0 : _a5.toLowerCase()) == null ? void 0 : _b3.includes("encountered")) { + this["~standard"].async = true; + } + ctx.common = { + issues: [], + async: true + }; + } + } + return this._parseAsync({ data, path: [], parent: ctx }).then((result) => isValid(result) ? { + value: result.value + } : { + issues: ctx.common.issues + }); + } + async parseAsync(data, params) { + const result = await this.safeParseAsync(data, params); + if (result.success) + return result.data; + throw result.error; + } + async safeParseAsync(data, params) { + const ctx = { + common: { + issues: [], + contextualErrorMap: params == null ? void 0 : params.errorMap, + async: true + }, + path: (params == null ? void 0 : params.path) || [], + schemaErrorMap: this._def.errorMap, + parent: null, + data, + parsedType: getParsedType(data) + }; + const maybeAsyncResult = this._parse({ data, path: ctx.path, parent: ctx }); + const result = await (isAsync(maybeAsyncResult) ? maybeAsyncResult : Promise.resolve(maybeAsyncResult)); + return handleResult(ctx, result); + } + refine(check2, message) { + const getIssueProperties = (val) => { + if (typeof message === "string" || typeof message === "undefined") { + return { message }; + } else if (typeof message === "function") { + return message(val); + } else { + return message; + } + }; + return this._refinement((val, ctx) => { + const result = check2(val); + const setError = () => ctx.addIssue({ + code: ZodIssueCode.custom, + ...getIssueProperties(val) + }); + if (typeof Promise !== "undefined" && result instanceof Promise) { + return result.then((data) => { + if (!data) { + setError(); + return false; + } else { + return true; + } + }); + } + if (!result) { + setError(); + return false; + } else { + return true; + } + }); + } + refinement(check2, refinementData) { + return this._refinement((val, ctx) => { + if (!check2(val)) { + ctx.addIssue(typeof refinementData === "function" ? refinementData(val, ctx) : refinementData); + return false; + } else { + return true; + } + }); + } + _refinement(refinement) { + return new ZodEffects({ + schema: this, + typeName: ZodFirstPartyTypeKind.ZodEffects, + effect: { type: "refinement", refinement } + }); + } + superRefine(refinement) { + return this._refinement(refinement); + } + constructor(def) { + this.spa = this.safeParseAsync; + this._def = def; + this.parse = this.parse.bind(this); + this.safeParse = this.safeParse.bind(this); + this.parseAsync = this.parseAsync.bind(this); + this.safeParseAsync = this.safeParseAsync.bind(this); + this.spa = this.spa.bind(this); + this.refine = this.refine.bind(this); + this.refinement = this.refinement.bind(this); + this.superRefine = this.superRefine.bind(this); + this.optional = this.optional.bind(this); + this.nullable = this.nullable.bind(this); + this.nullish = this.nullish.bind(this); + this.array = this.array.bind(this); + this.promise = this.promise.bind(this); + this.or = this.or.bind(this); + this.and = this.and.bind(this); + this.transform = this.transform.bind(this); + this.brand = this.brand.bind(this); + this.default = this.default.bind(this); + this.catch = this.catch.bind(this); + this.describe = this.describe.bind(this); + this.pipe = this.pipe.bind(this); + this.readonly = this.readonly.bind(this); + this.isNullable = this.isNullable.bind(this); + this.isOptional = this.isOptional.bind(this); + this["~standard"] = { + version: 1, + vendor: "zod", + validate: (data) => this["~validate"](data) + }; + } + optional() { + return ZodOptional.create(this, this._def); + } + nullable() { + return ZodNullable.create(this, this._def); + } + nullish() { + return this.nullable().optional(); + } + array() { + return ZodArray.create(this); + } + promise() { + return ZodPromise.create(this, this._def); + } + or(option) { + return ZodUnion.create([this, option], this._def); + } + and(incoming) { + return ZodIntersection.create(this, incoming, this._def); + } + transform(transform2) { + return new ZodEffects({ + ...processCreateParams(this._def), + schema: this, + typeName: ZodFirstPartyTypeKind.ZodEffects, + effect: { type: "transform", transform: transform2 } + }); + } + default(def) { + const defaultValueFunc = typeof def === "function" ? def : () => def; + return new ZodDefault({ + ...processCreateParams(this._def), + innerType: this, + defaultValue: defaultValueFunc, + typeName: ZodFirstPartyTypeKind.ZodDefault + }); + } + brand() { + return new ZodBranded({ + typeName: ZodFirstPartyTypeKind.ZodBranded, + type: this, + ...processCreateParams(this._def) + }); + } + catch(def) { + const catchValueFunc = typeof def === "function" ? def : () => def; + return new ZodCatch({ + ...processCreateParams(this._def), + innerType: this, + catchValue: catchValueFunc, + typeName: ZodFirstPartyTypeKind.ZodCatch + }); + } + describe(description) { + const This = this.constructor; + return new This({ + ...this._def, + description + }); + } + pipe(target) { + return ZodPipeline.create(this, target); + } + readonly() { + return ZodReadonly.create(this); + } + isOptional() { + return this.safeParse(void 0).success; + } + isNullable() { + return this.safeParse(null).success; + } +}; +var cuidRegex = /^c[^\s-]{8,}$/i; +var cuid2Regex = /^[0-9a-z]+$/; +var ulidRegex = /^[0-9A-HJKMNP-TV-Z]{26}$/i; +var uuidRegex = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i; +var nanoidRegex = /^[a-z0-9_-]{21}$/i; +var jwtRegex = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/; +var durationRegex = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/; +var emailRegex = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i; +var _emojiRegex = `^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`; +var emojiRegex; +var ipv4Regex = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/; +var ipv4CidrRegex = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/; +var ipv6Regex = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/; +var ipv6CidrRegex = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/; +var base64Regex = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/; +var base64urlRegex = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/; +var dateRegexSource = `((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))`; +var dateRegex = new RegExp(`^${dateRegexSource}$`); +function timeRegexSource(args) { + let secondsRegexSource = `[0-5]\\d`; + if (args.precision) { + secondsRegexSource = `${secondsRegexSource}\\.\\d{${args.precision}}`; + } else if (args.precision == null) { + secondsRegexSource = `${secondsRegexSource}(\\.\\d+)?`; + } + const secondsQuantifier = args.precision ? "+" : "?"; + return `([01]\\d|2[0-3]):[0-5]\\d(:${secondsRegexSource})${secondsQuantifier}`; +} +function timeRegex(args) { + return new RegExp(`^${timeRegexSource(args)}$`); +} +function datetimeRegex(args) { + let regex = `${dateRegexSource}T${timeRegexSource(args)}`; + const opts = []; + opts.push(args.local ? `Z?` : `Z`); + if (args.offset) + opts.push(`([+-]\\d{2}:?\\d{2})`); + regex = `${regex}(${opts.join("|")})`; + return new RegExp(`^${regex}$`); +} +function isValidIP(ip, version2) { + if ((version2 === "v4" || !version2) && ipv4Regex.test(ip)) { + return true; + } + if ((version2 === "v6" || !version2) && ipv6Regex.test(ip)) { + return true; + } + return false; +} +function isValidJWT(jwt2, alg) { + if (!jwtRegex.test(jwt2)) + return false; + try { + const [header] = jwt2.split("."); + if (!header) + return false; + const base643 = header.replace(/-/g, "+").replace(/_/g, "/").padEnd(header.length + (4 - header.length % 4) % 4, "="); + const decoded = JSON.parse(atob(base643)); + if (typeof decoded !== "object" || decoded === null) + return false; + if ("typ" in decoded && (decoded == null ? void 0 : decoded.typ) !== "JWT") + return false; + if (!decoded.alg) + return false; + if (alg && decoded.alg !== alg) + return false; + return true; + } catch (e2) { + return false; + } +} +function isValidCidr(ip, version2) { + if ((version2 === "v4" || !version2) && ipv4CidrRegex.test(ip)) { + return true; + } + if ((version2 === "v6" || !version2) && ipv6CidrRegex.test(ip)) { + return true; + } + return false; +} +var ZodString = class _ZodString2 extends ZodType { + _parse(input) { + if (this._def.coerce) { + input.data = String(input.data); + } + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.string) { + const ctx2 = this._getOrReturnCtx(input); + addIssueToContext(ctx2, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.string, + received: ctx2.parsedType + }); + return INVALID; + } + const status = new ParseStatus(); + let ctx = void 0; + for (const check2 of this._def.checks) { + if (check2.kind === "min") { + if (input.data.length < check2.value) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.too_small, + minimum: check2.value, + type: "string", + inclusive: true, + exact: false, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "max") { + if (input.data.length > check2.value) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.too_big, + maximum: check2.value, + type: "string", + inclusive: true, + exact: false, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "length") { + const tooBig = input.data.length > check2.value; + const tooSmall = input.data.length < check2.value; + if (tooBig || tooSmall) { + ctx = this._getOrReturnCtx(input, ctx); + if (tooBig) { + addIssueToContext(ctx, { + code: ZodIssueCode.too_big, + maximum: check2.value, + type: "string", + inclusive: true, + exact: true, + message: check2.message + }); + } else if (tooSmall) { + addIssueToContext(ctx, { + code: ZodIssueCode.too_small, + minimum: check2.value, + type: "string", + inclusive: true, + exact: true, + message: check2.message + }); + } + status.dirty(); + } + } else if (check2.kind === "email") { + if (!emailRegex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "email", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "emoji") { + if (!emojiRegex) { + emojiRegex = new RegExp(_emojiRegex, "u"); + } + if (!emojiRegex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "emoji", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "uuid") { + if (!uuidRegex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "uuid", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "nanoid") { + if (!nanoidRegex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "nanoid", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "cuid") { + if (!cuidRegex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "cuid", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "cuid2") { + if (!cuid2Regex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "cuid2", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "ulid") { + if (!ulidRegex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "ulid", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "url") { + try { + new URL(input.data); + } catch (e2) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "url", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "regex") { + check2.regex.lastIndex = 0; + const testResult = check2.regex.test(input.data); + if (!testResult) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "regex", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "trim") { + input.data = input.data.trim(); + } else if (check2.kind === "includes") { + if (!input.data.includes(check2.value, check2.position)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_string, + validation: { includes: check2.value, position: check2.position }, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "toLowerCase") { + input.data = input.data.toLowerCase(); + } else if (check2.kind === "toUpperCase") { + input.data = input.data.toUpperCase(); + } else if (check2.kind === "startsWith") { + if (!input.data.startsWith(check2.value)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_string, + validation: { startsWith: check2.value }, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "endsWith") { + if (!input.data.endsWith(check2.value)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_string, + validation: { endsWith: check2.value }, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "datetime") { + const regex = datetimeRegex(check2); + if (!regex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_string, + validation: "datetime", + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "date") { + const regex = dateRegex; + if (!regex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_string, + validation: "date", + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "time") { + const regex = timeRegex(check2); + if (!regex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_string, + validation: "time", + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "duration") { + if (!durationRegex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "duration", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "ip") { + if (!isValidIP(input.data, check2.version)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "ip", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "jwt") { + if (!isValidJWT(input.data, check2.alg)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "jwt", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "cidr") { + if (!isValidCidr(input.data, check2.version)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "cidr", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "base64") { + if (!base64Regex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "base64", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "base64url") { + if (!base64urlRegex.test(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + validation: "base64url", + code: ZodIssueCode.invalid_string, + message: check2.message + }); + status.dirty(); + } + } else { + util.assertNever(check2); + } + } + return { status: status.value, value: input.data }; + } + _regex(regex, validation, message) { + return this.refinement((data) => regex.test(data), { + validation, + code: ZodIssueCode.invalid_string, + ...errorUtil.errToObj(message) + }); + } + _addCheck(check2) { + return new _ZodString2({ + ...this._def, + checks: [...this._def.checks, check2] + }); + } + email(message) { + return this._addCheck({ kind: "email", ...errorUtil.errToObj(message) }); + } + url(message) { + return this._addCheck({ kind: "url", ...errorUtil.errToObj(message) }); + } + emoji(message) { + return this._addCheck({ kind: "emoji", ...errorUtil.errToObj(message) }); + } + uuid(message) { + return this._addCheck({ kind: "uuid", ...errorUtil.errToObj(message) }); + } + nanoid(message) { + return this._addCheck({ kind: "nanoid", ...errorUtil.errToObj(message) }); + } + cuid(message) { + return this._addCheck({ kind: "cuid", ...errorUtil.errToObj(message) }); + } + cuid2(message) { + return this._addCheck({ kind: "cuid2", ...errorUtil.errToObj(message) }); + } + ulid(message) { + return this._addCheck({ kind: "ulid", ...errorUtil.errToObj(message) }); + } + base64(message) { + return this._addCheck({ kind: "base64", ...errorUtil.errToObj(message) }); + } + base64url(message) { + return this._addCheck({ + kind: "base64url", + ...errorUtil.errToObj(message) + }); + } + jwt(options) { + return this._addCheck({ kind: "jwt", ...errorUtil.errToObj(options) }); + } + ip(options) { + return this._addCheck({ kind: "ip", ...errorUtil.errToObj(options) }); + } + cidr(options) { + return this._addCheck({ kind: "cidr", ...errorUtil.errToObj(options) }); + } + datetime(options) { + var _a5, _b3; + if (typeof options === "string") { + return this._addCheck({ + kind: "datetime", + precision: null, + offset: false, + local: false, + message: options + }); + } + return this._addCheck({ + kind: "datetime", + precision: typeof (options == null ? void 0 : options.precision) === "undefined" ? null : options == null ? void 0 : options.precision, + offset: (_a5 = options == null ? void 0 : options.offset) != null ? _a5 : false, + local: (_b3 = options == null ? void 0 : options.local) != null ? _b3 : false, + ...errorUtil.errToObj(options == null ? void 0 : options.message) + }); + } + date(message) { + return this._addCheck({ kind: "date", message }); + } + time(options) { + if (typeof options === "string") { + return this._addCheck({ + kind: "time", + precision: null, + message: options + }); + } + return this._addCheck({ + kind: "time", + precision: typeof (options == null ? void 0 : options.precision) === "undefined" ? null : options == null ? void 0 : options.precision, + ...errorUtil.errToObj(options == null ? void 0 : options.message) + }); + } + duration(message) { + return this._addCheck({ kind: "duration", ...errorUtil.errToObj(message) }); + } + regex(regex, message) { + return this._addCheck({ + kind: "regex", + regex, + ...errorUtil.errToObj(message) + }); + } + includes(value, options) { + return this._addCheck({ + kind: "includes", + value, + position: options == null ? void 0 : options.position, + ...errorUtil.errToObj(options == null ? void 0 : options.message) + }); + } + startsWith(value, message) { + return this._addCheck({ + kind: "startsWith", + value, + ...errorUtil.errToObj(message) + }); + } + endsWith(value, message) { + return this._addCheck({ + kind: "endsWith", + value, + ...errorUtil.errToObj(message) + }); + } + min(minLength, message) { + return this._addCheck({ + kind: "min", + value: minLength, + ...errorUtil.errToObj(message) + }); + } + max(maxLength, message) { + return this._addCheck({ + kind: "max", + value: maxLength, + ...errorUtil.errToObj(message) + }); + } + length(len, message) { + return this._addCheck({ + kind: "length", + value: len, + ...errorUtil.errToObj(message) + }); + } + /** + * Equivalent to `.min(1)` + */ + nonempty(message) { + return this.min(1, errorUtil.errToObj(message)); + } + trim() { + return new _ZodString2({ + ...this._def, + checks: [...this._def.checks, { kind: "trim" }] + }); + } + toLowerCase() { + return new _ZodString2({ + ...this._def, + checks: [...this._def.checks, { kind: "toLowerCase" }] + }); + } + toUpperCase() { + return new _ZodString2({ + ...this._def, + checks: [...this._def.checks, { kind: "toUpperCase" }] + }); + } + get isDatetime() { + return !!this._def.checks.find((ch2) => ch2.kind === "datetime"); + } + get isDate() { + return !!this._def.checks.find((ch2) => ch2.kind === "date"); + } + get isTime() { + return !!this._def.checks.find((ch2) => ch2.kind === "time"); + } + get isDuration() { + return !!this._def.checks.find((ch2) => ch2.kind === "duration"); + } + get isEmail() { + return !!this._def.checks.find((ch2) => ch2.kind === "email"); + } + get isURL() { + return !!this._def.checks.find((ch2) => ch2.kind === "url"); + } + get isEmoji() { + return !!this._def.checks.find((ch2) => ch2.kind === "emoji"); + } + get isUUID() { + return !!this._def.checks.find((ch2) => ch2.kind === "uuid"); + } + get isNANOID() { + return !!this._def.checks.find((ch2) => ch2.kind === "nanoid"); + } + get isCUID() { + return !!this._def.checks.find((ch2) => ch2.kind === "cuid"); + } + get isCUID2() { + return !!this._def.checks.find((ch2) => ch2.kind === "cuid2"); + } + get isULID() { + return !!this._def.checks.find((ch2) => ch2.kind === "ulid"); + } + get isIP() { + return !!this._def.checks.find((ch2) => ch2.kind === "ip"); + } + get isCIDR() { + return !!this._def.checks.find((ch2) => ch2.kind === "cidr"); + } + get isBase64() { + return !!this._def.checks.find((ch2) => ch2.kind === "base64"); + } + get isBase64url() { + return !!this._def.checks.find((ch2) => ch2.kind === "base64url"); + } + get minLength() { + let min = null; + for (const ch2 of this._def.checks) { + if (ch2.kind === "min") { + if (min === null || ch2.value > min) + min = ch2.value; + } + } + return min; + } + get maxLength() { + let max = null; + for (const ch2 of this._def.checks) { + if (ch2.kind === "max") { + if (max === null || ch2.value < max) + max = ch2.value; + } + } + return max; + } +}; +ZodString.create = (params) => { + var _a5; + return new ZodString({ + checks: [], + typeName: ZodFirstPartyTypeKind.ZodString, + coerce: (_a5 = params == null ? void 0 : params.coerce) != null ? _a5 : false, + ...processCreateParams(params) + }); +}; +function floatSafeRemainder(val, step) { + const valDecCount = (val.toString().split(".")[1] || "").length; + const stepDecCount = (step.toString().split(".")[1] || "").length; + const decCount = valDecCount > stepDecCount ? valDecCount : stepDecCount; + const valInt = Number.parseInt(val.toFixed(decCount).replace(".", "")); + const stepInt = Number.parseInt(step.toFixed(decCount).replace(".", "")); + return valInt % stepInt / 10 ** decCount; +} +var ZodNumber = class _ZodNumber extends ZodType { + constructor() { + super(...arguments); + this.min = this.gte; + this.max = this.lte; + this.step = this.multipleOf; + } + _parse(input) { + if (this._def.coerce) { + input.data = Number(input.data); + } + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.number) { + const ctx2 = this._getOrReturnCtx(input); + addIssueToContext(ctx2, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.number, + received: ctx2.parsedType + }); + return INVALID; + } + let ctx = void 0; + const status = new ParseStatus(); + for (const check2 of this._def.checks) { + if (check2.kind === "int") { + if (!util.isInteger(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: "integer", + received: "float", + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "min") { + const tooSmall = check2.inclusive ? input.data < check2.value : input.data <= check2.value; + if (tooSmall) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.too_small, + minimum: check2.value, + type: "number", + inclusive: check2.inclusive, + exact: false, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "max") { + const tooBig = check2.inclusive ? input.data > check2.value : input.data >= check2.value; + if (tooBig) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.too_big, + maximum: check2.value, + type: "number", + inclusive: check2.inclusive, + exact: false, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "multipleOf") { + if (floatSafeRemainder(input.data, check2.value) !== 0) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.not_multiple_of, + multipleOf: check2.value, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "finite") { + if (!Number.isFinite(input.data)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.not_finite, + message: check2.message + }); + status.dirty(); + } + } else { + util.assertNever(check2); + } + } + return { status: status.value, value: input.data }; + } + gte(value, message) { + return this.setLimit("min", value, true, errorUtil.toString(message)); + } + gt(value, message) { + return this.setLimit("min", value, false, errorUtil.toString(message)); + } + lte(value, message) { + return this.setLimit("max", value, true, errorUtil.toString(message)); + } + lt(value, message) { + return this.setLimit("max", value, false, errorUtil.toString(message)); + } + setLimit(kind, value, inclusive, message) { + return new _ZodNumber({ + ...this._def, + checks: [ + ...this._def.checks, + { + kind, + value, + inclusive, + message: errorUtil.toString(message) + } + ] + }); + } + _addCheck(check2) { + return new _ZodNumber({ + ...this._def, + checks: [...this._def.checks, check2] + }); + } + int(message) { + return this._addCheck({ + kind: "int", + message: errorUtil.toString(message) + }); + } + positive(message) { + return this._addCheck({ + kind: "min", + value: 0, + inclusive: false, + message: errorUtil.toString(message) + }); + } + negative(message) { + return this._addCheck({ + kind: "max", + value: 0, + inclusive: false, + message: errorUtil.toString(message) + }); + } + nonpositive(message) { + return this._addCheck({ + kind: "max", + value: 0, + inclusive: true, + message: errorUtil.toString(message) + }); + } + nonnegative(message) { + return this._addCheck({ + kind: "min", + value: 0, + inclusive: true, + message: errorUtil.toString(message) + }); + } + multipleOf(value, message) { + return this._addCheck({ + kind: "multipleOf", + value, + message: errorUtil.toString(message) + }); + } + finite(message) { + return this._addCheck({ + kind: "finite", + message: errorUtil.toString(message) + }); + } + safe(message) { + return this._addCheck({ + kind: "min", + inclusive: true, + value: Number.MIN_SAFE_INTEGER, + message: errorUtil.toString(message) + })._addCheck({ + kind: "max", + inclusive: true, + value: Number.MAX_SAFE_INTEGER, + message: errorUtil.toString(message) + }); + } + get minValue() { + let min = null; + for (const ch2 of this._def.checks) { + if (ch2.kind === "min") { + if (min === null || ch2.value > min) + min = ch2.value; + } + } + return min; + } + get maxValue() { + let max = null; + for (const ch2 of this._def.checks) { + if (ch2.kind === "max") { + if (max === null || ch2.value < max) + max = ch2.value; + } + } + return max; + } + get isInt() { + return !!this._def.checks.find((ch2) => ch2.kind === "int" || ch2.kind === "multipleOf" && util.isInteger(ch2.value)); + } + get isFinite() { + let max = null; + let min = null; + for (const ch2 of this._def.checks) { + if (ch2.kind === "finite" || ch2.kind === "int" || ch2.kind === "multipleOf") { + return true; + } else if (ch2.kind === "min") { + if (min === null || ch2.value > min) + min = ch2.value; + } else if (ch2.kind === "max") { + if (max === null || ch2.value < max) + max = ch2.value; + } + } + return Number.isFinite(min) && Number.isFinite(max); + } +}; +ZodNumber.create = (params) => { + return new ZodNumber({ + checks: [], + typeName: ZodFirstPartyTypeKind.ZodNumber, + coerce: (params == null ? void 0 : params.coerce) || false, + ...processCreateParams(params) + }); +}; +var ZodBigInt = class _ZodBigInt extends ZodType { + constructor() { + super(...arguments); + this.min = this.gte; + this.max = this.lte; + } + _parse(input) { + if (this._def.coerce) { + try { + input.data = BigInt(input.data); + } catch (e2) { + return this._getInvalidInput(input); + } + } + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.bigint) { + return this._getInvalidInput(input); + } + let ctx = void 0; + const status = new ParseStatus(); + for (const check2 of this._def.checks) { + if (check2.kind === "min") { + const tooSmall = check2.inclusive ? input.data < check2.value : input.data <= check2.value; + if (tooSmall) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.too_small, + type: "bigint", + minimum: check2.value, + inclusive: check2.inclusive, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "max") { + const tooBig = check2.inclusive ? input.data > check2.value : input.data >= check2.value; + if (tooBig) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.too_big, + type: "bigint", + maximum: check2.value, + inclusive: check2.inclusive, + message: check2.message + }); + status.dirty(); + } + } else if (check2.kind === "multipleOf") { + if (input.data % check2.value !== BigInt(0)) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.not_multiple_of, + multipleOf: check2.value, + message: check2.message + }); + status.dirty(); + } + } else { + util.assertNever(check2); + } + } + return { status: status.value, value: input.data }; + } + _getInvalidInput(input) { + const ctx = this._getOrReturnCtx(input); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.bigint, + received: ctx.parsedType + }); + return INVALID; + } + gte(value, message) { + return this.setLimit("min", value, true, errorUtil.toString(message)); + } + gt(value, message) { + return this.setLimit("min", value, false, errorUtil.toString(message)); + } + lte(value, message) { + return this.setLimit("max", value, true, errorUtil.toString(message)); + } + lt(value, message) { + return this.setLimit("max", value, false, errorUtil.toString(message)); + } + setLimit(kind, value, inclusive, message) { + return new _ZodBigInt({ + ...this._def, + checks: [ + ...this._def.checks, + { + kind, + value, + inclusive, + message: errorUtil.toString(message) + } + ] + }); + } + _addCheck(check2) { + return new _ZodBigInt({ + ...this._def, + checks: [...this._def.checks, check2] + }); + } + positive(message) { + return this._addCheck({ + kind: "min", + value: BigInt(0), + inclusive: false, + message: errorUtil.toString(message) + }); + } + negative(message) { + return this._addCheck({ + kind: "max", + value: BigInt(0), + inclusive: false, + message: errorUtil.toString(message) + }); + } + nonpositive(message) { + return this._addCheck({ + kind: "max", + value: BigInt(0), + inclusive: true, + message: errorUtil.toString(message) + }); + } + nonnegative(message) { + return this._addCheck({ + kind: "min", + value: BigInt(0), + inclusive: true, + message: errorUtil.toString(message) + }); + } + multipleOf(value, message) { + return this._addCheck({ + kind: "multipleOf", + value, + message: errorUtil.toString(message) + }); + } + get minValue() { + let min = null; + for (const ch2 of this._def.checks) { + if (ch2.kind === "min") { + if (min === null || ch2.value > min) + min = ch2.value; + } + } + return min; + } + get maxValue() { + let max = null; + for (const ch2 of this._def.checks) { + if (ch2.kind === "max") { + if (max === null || ch2.value < max) + max = ch2.value; + } + } + return max; + } +}; +ZodBigInt.create = (params) => { + var _a5; + return new ZodBigInt({ + checks: [], + typeName: ZodFirstPartyTypeKind.ZodBigInt, + coerce: (_a5 = params == null ? void 0 : params.coerce) != null ? _a5 : false, + ...processCreateParams(params) + }); +}; +var ZodBoolean = class extends ZodType { + _parse(input) { + if (this._def.coerce) { + input.data = Boolean(input.data); + } + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.boolean) { + const ctx = this._getOrReturnCtx(input); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.boolean, + received: ctx.parsedType + }); + return INVALID; + } + return OK2(input.data); + } +}; +ZodBoolean.create = (params) => { + return new ZodBoolean({ + typeName: ZodFirstPartyTypeKind.ZodBoolean, + coerce: (params == null ? void 0 : params.coerce) || false, + ...processCreateParams(params) + }); +}; +var ZodDate = class _ZodDate extends ZodType { + _parse(input) { + if (this._def.coerce) { + input.data = new Date(input.data); + } + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.date) { + const ctx2 = this._getOrReturnCtx(input); + addIssueToContext(ctx2, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.date, + received: ctx2.parsedType + }); + return INVALID; + } + if (Number.isNaN(input.data.getTime())) { + const ctx2 = this._getOrReturnCtx(input); + addIssueToContext(ctx2, { + code: ZodIssueCode.invalid_date + }); + return INVALID; + } + const status = new ParseStatus(); + let ctx = void 0; + for (const check2 of this._def.checks) { + if (check2.kind === "min") { + if (input.data.getTime() < check2.value) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.too_small, + message: check2.message, + inclusive: true, + exact: false, + minimum: check2.value, + type: "date" + }); + status.dirty(); + } + } else if (check2.kind === "max") { + if (input.data.getTime() > check2.value) { + ctx = this._getOrReturnCtx(input, ctx); + addIssueToContext(ctx, { + code: ZodIssueCode.too_big, + message: check2.message, + inclusive: true, + exact: false, + maximum: check2.value, + type: "date" + }); + status.dirty(); + } + } else { + util.assertNever(check2); + } + } + return { + status: status.value, + value: new Date(input.data.getTime()) + }; + } + _addCheck(check2) { + return new _ZodDate({ + ...this._def, + checks: [...this._def.checks, check2] + }); + } + min(minDate, message) { + return this._addCheck({ + kind: "min", + value: minDate.getTime(), + message: errorUtil.toString(message) + }); + } + max(maxDate, message) { + return this._addCheck({ + kind: "max", + value: maxDate.getTime(), + message: errorUtil.toString(message) + }); + } + get minDate() { + let min = null; + for (const ch2 of this._def.checks) { + if (ch2.kind === "min") { + if (min === null || ch2.value > min) + min = ch2.value; + } + } + return min != null ? new Date(min) : null; + } + get maxDate() { + let max = null; + for (const ch2 of this._def.checks) { + if (ch2.kind === "max") { + if (max === null || ch2.value < max) + max = ch2.value; + } + } + return max != null ? new Date(max) : null; + } +}; +ZodDate.create = (params) => { + return new ZodDate({ + checks: [], + coerce: (params == null ? void 0 : params.coerce) || false, + typeName: ZodFirstPartyTypeKind.ZodDate, + ...processCreateParams(params) + }); +}; +var ZodSymbol = class extends ZodType { + _parse(input) { + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.symbol) { + const ctx = this._getOrReturnCtx(input); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.symbol, + received: ctx.parsedType + }); + return INVALID; + } + return OK2(input.data); + } +}; +ZodSymbol.create = (params) => { + return new ZodSymbol({ + typeName: ZodFirstPartyTypeKind.ZodSymbol, + ...processCreateParams(params) + }); +}; +var ZodUndefined = class extends ZodType { + _parse(input) { + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.undefined) { + const ctx = this._getOrReturnCtx(input); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.undefined, + received: ctx.parsedType + }); + return INVALID; + } + return OK2(input.data); + } +}; +ZodUndefined.create = (params) => { + return new ZodUndefined({ + typeName: ZodFirstPartyTypeKind.ZodUndefined, + ...processCreateParams(params) + }); +}; +var ZodNull = class extends ZodType { + _parse(input) { + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.null) { + const ctx = this._getOrReturnCtx(input); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.null, + received: ctx.parsedType + }); + return INVALID; + } + return OK2(input.data); + } +}; +ZodNull.create = (params) => { + return new ZodNull({ + typeName: ZodFirstPartyTypeKind.ZodNull, + ...processCreateParams(params) + }); +}; +var ZodAny = class extends ZodType { + constructor() { + super(...arguments); + this._any = true; + } + _parse(input) { + return OK2(input.data); + } +}; +ZodAny.create = (params) => { + return new ZodAny({ + typeName: ZodFirstPartyTypeKind.ZodAny, + ...processCreateParams(params) + }); +}; +var ZodUnknown = class extends ZodType { + constructor() { + super(...arguments); + this._unknown = true; + } + _parse(input) { + return OK2(input.data); + } +}; +ZodUnknown.create = (params) => { + return new ZodUnknown({ + typeName: ZodFirstPartyTypeKind.ZodUnknown, + ...processCreateParams(params) + }); +}; +var ZodNever = class extends ZodType { + _parse(input) { + const ctx = this._getOrReturnCtx(input); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.never, + received: ctx.parsedType + }); + return INVALID; + } +}; +ZodNever.create = (params) => { + return new ZodNever({ + typeName: ZodFirstPartyTypeKind.ZodNever, + ...processCreateParams(params) + }); +}; +var ZodVoid = class extends ZodType { + _parse(input) { + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.undefined) { + const ctx = this._getOrReturnCtx(input); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.void, + received: ctx.parsedType + }); + return INVALID; + } + return OK2(input.data); + } +}; +ZodVoid.create = (params) => { + return new ZodVoid({ + typeName: ZodFirstPartyTypeKind.ZodVoid, + ...processCreateParams(params) + }); +}; +var ZodArray = class _ZodArray extends ZodType { + _parse(input) { + const { ctx, status } = this._processInputParams(input); + const def = this._def; + if (ctx.parsedType !== ZodParsedType.array) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.array, + received: ctx.parsedType + }); + return INVALID; + } + if (def.exactLength !== null) { + const tooBig = ctx.data.length > def.exactLength.value; + const tooSmall = ctx.data.length < def.exactLength.value; + if (tooBig || tooSmall) { + addIssueToContext(ctx, { + code: tooBig ? ZodIssueCode.too_big : ZodIssueCode.too_small, + minimum: tooSmall ? def.exactLength.value : void 0, + maximum: tooBig ? def.exactLength.value : void 0, + type: "array", + inclusive: true, + exact: true, + message: def.exactLength.message + }); + status.dirty(); + } + } + if (def.minLength !== null) { + if (ctx.data.length < def.minLength.value) { + addIssueToContext(ctx, { + code: ZodIssueCode.too_small, + minimum: def.minLength.value, + type: "array", + inclusive: true, + exact: false, + message: def.minLength.message + }); + status.dirty(); + } + } + if (def.maxLength !== null) { + if (ctx.data.length > def.maxLength.value) { + addIssueToContext(ctx, { + code: ZodIssueCode.too_big, + maximum: def.maxLength.value, + type: "array", + inclusive: true, + exact: false, + message: def.maxLength.message + }); + status.dirty(); + } + } + if (ctx.common.async) { + return Promise.all([...ctx.data].map((item, i) => { + return def.type._parseAsync(new ParseInputLazyPath(ctx, item, ctx.path, i)); + })).then((result2) => { + return ParseStatus.mergeArray(status, result2); + }); + } + const result = [...ctx.data].map((item, i) => { + return def.type._parseSync(new ParseInputLazyPath(ctx, item, ctx.path, i)); + }); + return ParseStatus.mergeArray(status, result); + } + get element() { + return this._def.type; + } + min(minLength, message) { + return new _ZodArray({ + ...this._def, + minLength: { value: minLength, message: errorUtil.toString(message) } + }); + } + max(maxLength, message) { + return new _ZodArray({ + ...this._def, + maxLength: { value: maxLength, message: errorUtil.toString(message) } + }); + } + length(len, message) { + return new _ZodArray({ + ...this._def, + exactLength: { value: len, message: errorUtil.toString(message) } + }); + } + nonempty(message) { + return this.min(1, message); + } +}; +ZodArray.create = (schema, params) => { + return new ZodArray({ + type: schema, + minLength: null, + maxLength: null, + exactLength: null, + typeName: ZodFirstPartyTypeKind.ZodArray, + ...processCreateParams(params) + }); +}; +function deepPartialify(schema) { + if (schema instanceof ZodObject) { + const newShape = {}; + for (const key in schema.shape) { + const fieldSchema = schema.shape[key]; + newShape[key] = ZodOptional.create(deepPartialify(fieldSchema)); + } + return new ZodObject({ + ...schema._def, + shape: () => newShape + }); + } else if (schema instanceof ZodArray) { + return new ZodArray({ + ...schema._def, + type: deepPartialify(schema.element) + }); + } else if (schema instanceof ZodOptional) { + return ZodOptional.create(deepPartialify(schema.unwrap())); + } else if (schema instanceof ZodNullable) { + return ZodNullable.create(deepPartialify(schema.unwrap())); + } else if (schema instanceof ZodTuple) { + return ZodTuple.create(schema.items.map((item) => deepPartialify(item))); + } else { + return schema; + } +} +var ZodObject = class _ZodObject extends ZodType { + constructor() { + super(...arguments); + this._cached = null; + this.nonstrict = this.passthrough; + this.augment = this.extend; + } + _getCached() { + if (this._cached !== null) + return this._cached; + const shape = this._def.shape(); + const keys = util.objectKeys(shape); + this._cached = { shape, keys }; + return this._cached; + } + _parse(input) { + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.object) { + const ctx2 = this._getOrReturnCtx(input); + addIssueToContext(ctx2, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.object, + received: ctx2.parsedType + }); + return INVALID; + } + const { status, ctx } = this._processInputParams(input); + const { shape, keys: shapeKeys } = this._getCached(); + const extraKeys = []; + if (!(this._def.catchall instanceof ZodNever && this._def.unknownKeys === "strip")) { + for (const key in ctx.data) { + if (!shapeKeys.includes(key)) { + extraKeys.push(key); + } + } + } + const pairs = []; + for (const key of shapeKeys) { + const keyValidator = shape[key]; + const value = ctx.data[key]; + pairs.push({ + key: { status: "valid", value: key }, + value: keyValidator._parse(new ParseInputLazyPath(ctx, value, ctx.path, key)), + alwaysSet: key in ctx.data + }); + } + if (this._def.catchall instanceof ZodNever) { + const unknownKeys = this._def.unknownKeys; + if (unknownKeys === "passthrough") { + for (const key of extraKeys) { + pairs.push({ + key: { status: "valid", value: key }, + value: { status: "valid", value: ctx.data[key] } + }); + } + } else if (unknownKeys === "strict") { + if (extraKeys.length > 0) { + addIssueToContext(ctx, { + code: ZodIssueCode.unrecognized_keys, + keys: extraKeys + }); + status.dirty(); + } + } else if (unknownKeys === "strip") { + } else { + throw new Error(`Internal ZodObject error: invalid unknownKeys value.`); + } + } else { + const catchall = this._def.catchall; + for (const key of extraKeys) { + const value = ctx.data[key]; + pairs.push({ + key: { status: "valid", value: key }, + value: catchall._parse( + new ParseInputLazyPath(ctx, value, ctx.path, key) + //, ctx.child(key), value, getParsedType(value) + ), + alwaysSet: key in ctx.data + }); + } + } + if (ctx.common.async) { + return Promise.resolve().then(async () => { + const syncPairs = []; + for (const pair of pairs) { + const key = await pair.key; + const value = await pair.value; + syncPairs.push({ + key, + value, + alwaysSet: pair.alwaysSet + }); + } + return syncPairs; + }).then((syncPairs) => { + return ParseStatus.mergeObjectSync(status, syncPairs); + }); + } else { + return ParseStatus.mergeObjectSync(status, pairs); + } + } + get shape() { + return this._def.shape(); + } + strict(message) { + errorUtil.errToObj; + return new _ZodObject({ + ...this._def, + unknownKeys: "strict", + ...message !== void 0 ? { + errorMap: (issue2, ctx) => { + var _a5, _b3, _c2, _d; + const defaultError = (_c2 = (_b3 = (_a5 = this._def).errorMap) == null ? void 0 : _b3.call(_a5, issue2, ctx).message) != null ? _c2 : ctx.defaultError; + if (issue2.code === "unrecognized_keys") + return { + message: (_d = errorUtil.errToObj(message).message) != null ? _d : defaultError + }; + return { + message: defaultError + }; + } + } : {} + }); + } + strip() { + return new _ZodObject({ + ...this._def, + unknownKeys: "strip" + }); + } + passthrough() { + return new _ZodObject({ + ...this._def, + unknownKeys: "passthrough" + }); + } + // const AugmentFactory = + // (def: Def) => + // ( + // augmentation: Augmentation + // ): ZodObject< + // extendShape, Augmentation>, + // Def["unknownKeys"], + // Def["catchall"] + // > => { + // return new ZodObject({ + // ...def, + // shape: () => ({ + // ...def.shape(), + // ...augmentation, + // }), + // }) as any; + // }; + extend(augmentation) { + return new _ZodObject({ + ...this._def, + shape: () => ({ + ...this._def.shape(), + ...augmentation + }) + }); + } + /** + * Prior to zod@1.0.12 there was a bug in the + * inferred type of merged objects. Please + * upgrade if you are experiencing issues. + */ + merge(merging) { + const merged = new _ZodObject({ + unknownKeys: merging._def.unknownKeys, + catchall: merging._def.catchall, + shape: () => ({ + ...this._def.shape(), + ...merging._def.shape() + }), + typeName: ZodFirstPartyTypeKind.ZodObject + }); + return merged; + } + // merge< + // Incoming extends AnyZodObject, + // Augmentation extends Incoming["shape"], + // NewOutput extends { + // [k in keyof Augmentation | keyof Output]: k extends keyof Augmentation + // ? Augmentation[k]["_output"] + // : k extends keyof Output + // ? Output[k] + // : never; + // }, + // NewInput extends { + // [k in keyof Augmentation | keyof Input]: k extends keyof Augmentation + // ? Augmentation[k]["_input"] + // : k extends keyof Input + // ? Input[k] + // : never; + // } + // >( + // merging: Incoming + // ): ZodObject< + // extendShape>, + // Incoming["_def"]["unknownKeys"], + // Incoming["_def"]["catchall"], + // NewOutput, + // NewInput + // > { + // const merged: any = new ZodObject({ + // unknownKeys: merging._def.unknownKeys, + // catchall: merging._def.catchall, + // shape: () => + // objectUtil.mergeShapes(this._def.shape(), merging._def.shape()), + // typeName: ZodFirstPartyTypeKind.ZodObject, + // }) as any; + // return merged; + // } + setKey(key, schema) { + return this.augment({ [key]: schema }); + } + // merge( + // merging: Incoming + // ): //ZodObject = (merging) => { + // ZodObject< + // extendShape>, + // Incoming["_def"]["unknownKeys"], + // Incoming["_def"]["catchall"] + // > { + // // const mergedShape = objectUtil.mergeShapes( + // // this._def.shape(), + // // merging._def.shape() + // // ); + // const merged: any = new ZodObject({ + // unknownKeys: merging._def.unknownKeys, + // catchall: merging._def.catchall, + // shape: () => + // objectUtil.mergeShapes(this._def.shape(), merging._def.shape()), + // typeName: ZodFirstPartyTypeKind.ZodObject, + // }) as any; + // return merged; + // } + catchall(index) { + return new _ZodObject({ + ...this._def, + catchall: index + }); + } + pick(mask) { + const shape = {}; + for (const key of util.objectKeys(mask)) { + if (mask[key] && this.shape[key]) { + shape[key] = this.shape[key]; + } + } + return new _ZodObject({ + ...this._def, + shape: () => shape + }); + } + omit(mask) { + const shape = {}; + for (const key of util.objectKeys(this.shape)) { + if (!mask[key]) { + shape[key] = this.shape[key]; + } + } + return new _ZodObject({ + ...this._def, + shape: () => shape + }); + } + /** + * @deprecated + */ + deepPartial() { + return deepPartialify(this); + } + partial(mask) { + const newShape = {}; + for (const key of util.objectKeys(this.shape)) { + const fieldSchema = this.shape[key]; + if (mask && !mask[key]) { + newShape[key] = fieldSchema; + } else { + newShape[key] = fieldSchema.optional(); + } + } + return new _ZodObject({ + ...this._def, + shape: () => newShape + }); + } + required(mask) { + const newShape = {}; + for (const key of util.objectKeys(this.shape)) { + if (mask && !mask[key]) { + newShape[key] = this.shape[key]; + } else { + const fieldSchema = this.shape[key]; + let newField = fieldSchema; + while (newField instanceof ZodOptional) { + newField = newField._def.innerType; + } + newShape[key] = newField; + } + } + return new _ZodObject({ + ...this._def, + shape: () => newShape + }); + } + keyof() { + return createZodEnum(util.objectKeys(this.shape)); + } +}; +ZodObject.create = (shape, params) => { + return new ZodObject({ + shape: () => shape, + unknownKeys: "strip", + catchall: ZodNever.create(), + typeName: ZodFirstPartyTypeKind.ZodObject, + ...processCreateParams(params) + }); +}; +ZodObject.strictCreate = (shape, params) => { + return new ZodObject({ + shape: () => shape, + unknownKeys: "strict", + catchall: ZodNever.create(), + typeName: ZodFirstPartyTypeKind.ZodObject, + ...processCreateParams(params) + }); +}; +ZodObject.lazycreate = (shape, params) => { + return new ZodObject({ + shape, + unknownKeys: "strip", + catchall: ZodNever.create(), + typeName: ZodFirstPartyTypeKind.ZodObject, + ...processCreateParams(params) + }); +}; +var ZodUnion = class extends ZodType { + _parse(input) { + const { ctx } = this._processInputParams(input); + const options = this._def.options; + function handleResults(results) { + for (const result of results) { + if (result.result.status === "valid") { + return result.result; + } + } + for (const result of results) { + if (result.result.status === "dirty") { + ctx.common.issues.push(...result.ctx.common.issues); + return result.result; + } + } + const unionErrors = results.map((result) => new ZodError(result.ctx.common.issues)); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_union, + unionErrors + }); + return INVALID; + } + if (ctx.common.async) { + return Promise.all(options.map(async (option) => { + const childCtx = { + ...ctx, + common: { + ...ctx.common, + issues: [] + }, + parent: null + }; + return { + result: await option._parseAsync({ + data: ctx.data, + path: ctx.path, + parent: childCtx + }), + ctx: childCtx + }; + })).then(handleResults); + } else { + let dirty = void 0; + const issues = []; + for (const option of options) { + const childCtx = { + ...ctx, + common: { + ...ctx.common, + issues: [] + }, + parent: null + }; + const result = option._parseSync({ + data: ctx.data, + path: ctx.path, + parent: childCtx + }); + if (result.status === "valid") { + return result; + } else if (result.status === "dirty" && !dirty) { + dirty = { result, ctx: childCtx }; + } + if (childCtx.common.issues.length) { + issues.push(childCtx.common.issues); + } + } + if (dirty) { + ctx.common.issues.push(...dirty.ctx.common.issues); + return dirty.result; + } + const unionErrors = issues.map((issues2) => new ZodError(issues2)); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_union, + unionErrors + }); + return INVALID; + } + } + get options() { + return this._def.options; + } +}; +ZodUnion.create = (types, params) => { + return new ZodUnion({ + options: types, + typeName: ZodFirstPartyTypeKind.ZodUnion, + ...processCreateParams(params) + }); +}; +var getDiscriminator = (type) => { + if (type instanceof ZodLazy) { + return getDiscriminator(type.schema); + } else if (type instanceof ZodEffects) { + return getDiscriminator(type.innerType()); + } else if (type instanceof ZodLiteral) { + return [type.value]; + } else if (type instanceof ZodEnum) { + return type.options; + } else if (type instanceof ZodNativeEnum) { + return util.objectValues(type.enum); + } else if (type instanceof ZodDefault) { + return getDiscriminator(type._def.innerType); + } else if (type instanceof ZodUndefined) { + return [void 0]; + } else if (type instanceof ZodNull) { + return [null]; + } else if (type instanceof ZodOptional) { + return [void 0, ...getDiscriminator(type.unwrap())]; + } else if (type instanceof ZodNullable) { + return [null, ...getDiscriminator(type.unwrap())]; + } else if (type instanceof ZodBranded) { + return getDiscriminator(type.unwrap()); + } else if (type instanceof ZodReadonly) { + return getDiscriminator(type.unwrap()); + } else if (type instanceof ZodCatch) { + return getDiscriminator(type._def.innerType); + } else { + return []; + } +}; +var ZodDiscriminatedUnion = class _ZodDiscriminatedUnion extends ZodType { + _parse(input) { + const { ctx } = this._processInputParams(input); + if (ctx.parsedType !== ZodParsedType.object) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.object, + received: ctx.parsedType + }); + return INVALID; + } + const discriminator = this.discriminator; + const discriminatorValue = ctx.data[discriminator]; + const option = this.optionsMap.get(discriminatorValue); + if (!option) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_union_discriminator, + options: Array.from(this.optionsMap.keys()), + path: [discriminator] + }); + return INVALID; + } + if (ctx.common.async) { + return option._parseAsync({ + data: ctx.data, + path: ctx.path, + parent: ctx + }); + } else { + return option._parseSync({ + data: ctx.data, + path: ctx.path, + parent: ctx + }); + } + } + get discriminator() { + return this._def.discriminator; + } + get options() { + return this._def.options; + } + get optionsMap() { + return this._def.optionsMap; + } + /** + * The constructor of the discriminated union schema. Its behaviour is very similar to that of the normal z.union() constructor. + * However, it only allows a union of objects, all of which need to share a discriminator property. This property must + * have a different value for each object in the union. + * @param discriminator the name of the discriminator property + * @param types an array of object schemas + * @param params + */ + static create(discriminator, options, params) { + const optionsMap = /* @__PURE__ */ new Map(); + for (const type of options) { + const discriminatorValues = getDiscriminator(type.shape[discriminator]); + if (!discriminatorValues.length) { + throw new Error(`A discriminator value for key \`${discriminator}\` could not be extracted from all schema options`); + } + for (const value of discriminatorValues) { + if (optionsMap.has(value)) { + throw new Error(`Discriminator property ${String(discriminator)} has duplicate value ${String(value)}`); + } + optionsMap.set(value, type); + } + } + return new _ZodDiscriminatedUnion({ + typeName: ZodFirstPartyTypeKind.ZodDiscriminatedUnion, + discriminator, + options, + optionsMap, + ...processCreateParams(params) + }); + } +}; +function mergeValues(a, b2) { + const aType = getParsedType(a); + const bType = getParsedType(b2); + if (a === b2) { + return { valid: true, data: a }; + } else if (aType === ZodParsedType.object && bType === ZodParsedType.object) { + const bKeys = util.objectKeys(b2); + const sharedKeys = util.objectKeys(a).filter((key) => bKeys.indexOf(key) !== -1); + const newObj = { ...a, ...b2 }; + for (const key of sharedKeys) { + const sharedValue = mergeValues(a[key], b2[key]); + if (!sharedValue.valid) { + return { valid: false }; + } + newObj[key] = sharedValue.data; + } + return { valid: true, data: newObj }; + } else if (aType === ZodParsedType.array && bType === ZodParsedType.array) { + if (a.length !== b2.length) { + return { valid: false }; + } + const newArray = []; + for (let index = 0; index < a.length; index++) { + const itemA = a[index]; + const itemB = b2[index]; + const sharedValue = mergeValues(itemA, itemB); + if (!sharedValue.valid) { + return { valid: false }; + } + newArray.push(sharedValue.data); + } + return { valid: true, data: newArray }; + } else if (aType === ZodParsedType.date && bType === ZodParsedType.date && +a === +b2) { + return { valid: true, data: a }; + } else { + return { valid: false }; + } +} +var ZodIntersection = class extends ZodType { + _parse(input) { + const { status, ctx } = this._processInputParams(input); + const handleParsed = (parsedLeft, parsedRight) => { + if (isAborted(parsedLeft) || isAborted(parsedRight)) { + return INVALID; + } + const merged = mergeValues(parsedLeft.value, parsedRight.value); + if (!merged.valid) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_intersection_types + }); + return INVALID; + } + if (isDirty(parsedLeft) || isDirty(parsedRight)) { + status.dirty(); + } + return { status: status.value, value: merged.data }; + }; + if (ctx.common.async) { + return Promise.all([ + this._def.left._parseAsync({ + data: ctx.data, + path: ctx.path, + parent: ctx + }), + this._def.right._parseAsync({ + data: ctx.data, + path: ctx.path, + parent: ctx + }) + ]).then(([left, right]) => handleParsed(left, right)); + } else { + return handleParsed(this._def.left._parseSync({ + data: ctx.data, + path: ctx.path, + parent: ctx + }), this._def.right._parseSync({ + data: ctx.data, + path: ctx.path, + parent: ctx + })); + } + } +}; +ZodIntersection.create = (left, right, params) => { + return new ZodIntersection({ + left, + right, + typeName: ZodFirstPartyTypeKind.ZodIntersection, + ...processCreateParams(params) + }); +}; +var ZodTuple = class _ZodTuple extends ZodType { + _parse(input) { + const { status, ctx } = this._processInputParams(input); + if (ctx.parsedType !== ZodParsedType.array) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.array, + received: ctx.parsedType + }); + return INVALID; + } + if (ctx.data.length < this._def.items.length) { + addIssueToContext(ctx, { + code: ZodIssueCode.too_small, + minimum: this._def.items.length, + inclusive: true, + exact: false, + type: "array" + }); + return INVALID; + } + const rest = this._def.rest; + if (!rest && ctx.data.length > this._def.items.length) { + addIssueToContext(ctx, { + code: ZodIssueCode.too_big, + maximum: this._def.items.length, + inclusive: true, + exact: false, + type: "array" + }); + status.dirty(); + } + const items = [...ctx.data].map((item, itemIndex) => { + const schema = this._def.items[itemIndex] || this._def.rest; + if (!schema) + return null; + return schema._parse(new ParseInputLazyPath(ctx, item, ctx.path, itemIndex)); + }).filter((x2) => !!x2); + if (ctx.common.async) { + return Promise.all(items).then((results) => { + return ParseStatus.mergeArray(status, results); + }); + } else { + return ParseStatus.mergeArray(status, items); + } + } + get items() { + return this._def.items; + } + rest(rest) { + return new _ZodTuple({ + ...this._def, + rest + }); + } +}; +ZodTuple.create = (schemas, params) => { + if (!Array.isArray(schemas)) { + throw new Error("You must pass an array of schemas to z.tuple([ ... ])"); + } + return new ZodTuple({ + items: schemas, + typeName: ZodFirstPartyTypeKind.ZodTuple, + rest: null, + ...processCreateParams(params) + }); +}; +var ZodRecord = class _ZodRecord extends ZodType { + get keySchema() { + return this._def.keyType; + } + get valueSchema() { + return this._def.valueType; + } + _parse(input) { + const { status, ctx } = this._processInputParams(input); + if (ctx.parsedType !== ZodParsedType.object) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.object, + received: ctx.parsedType + }); + return INVALID; + } + const pairs = []; + const keyType = this._def.keyType; + const valueType = this._def.valueType; + for (const key in ctx.data) { + pairs.push({ + key: keyType._parse(new ParseInputLazyPath(ctx, key, ctx.path, key)), + value: valueType._parse(new ParseInputLazyPath(ctx, ctx.data[key], ctx.path, key)), + alwaysSet: key in ctx.data + }); + } + if (ctx.common.async) { + return ParseStatus.mergeObjectAsync(status, pairs); + } else { + return ParseStatus.mergeObjectSync(status, pairs); + } + } + get element() { + return this._def.valueType; + } + static create(first, second, third) { + if (second instanceof ZodType) { + return new _ZodRecord({ + keyType: first, + valueType: second, + typeName: ZodFirstPartyTypeKind.ZodRecord, + ...processCreateParams(third) + }); + } + return new _ZodRecord({ + keyType: ZodString.create(), + valueType: first, + typeName: ZodFirstPartyTypeKind.ZodRecord, + ...processCreateParams(second) + }); + } +}; +var ZodMap = class extends ZodType { + get keySchema() { + return this._def.keyType; + } + get valueSchema() { + return this._def.valueType; + } + _parse(input) { + const { status, ctx } = this._processInputParams(input); + if (ctx.parsedType !== ZodParsedType.map) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.map, + received: ctx.parsedType + }); + return INVALID; + } + const keyType = this._def.keyType; + const valueType = this._def.valueType; + const pairs = [...ctx.data.entries()].map(([key, value], index) => { + return { + key: keyType._parse(new ParseInputLazyPath(ctx, key, ctx.path, [index, "key"])), + value: valueType._parse(new ParseInputLazyPath(ctx, value, ctx.path, [index, "value"])) + }; + }); + if (ctx.common.async) { + const finalMap = /* @__PURE__ */ new Map(); + return Promise.resolve().then(async () => { + for (const pair of pairs) { + const key = await pair.key; + const value = await pair.value; + if (key.status === "aborted" || value.status === "aborted") { + return INVALID; + } + if (key.status === "dirty" || value.status === "dirty") { + status.dirty(); + } + finalMap.set(key.value, value.value); + } + return { status: status.value, value: finalMap }; + }); + } else { + const finalMap = /* @__PURE__ */ new Map(); + for (const pair of pairs) { + const key = pair.key; + const value = pair.value; + if (key.status === "aborted" || value.status === "aborted") { + return INVALID; + } + if (key.status === "dirty" || value.status === "dirty") { + status.dirty(); + } + finalMap.set(key.value, value.value); + } + return { status: status.value, value: finalMap }; + } + } +}; +ZodMap.create = (keyType, valueType, params) => { + return new ZodMap({ + valueType, + keyType, + typeName: ZodFirstPartyTypeKind.ZodMap, + ...processCreateParams(params) + }); +}; +var ZodSet = class _ZodSet extends ZodType { + _parse(input) { + const { status, ctx } = this._processInputParams(input); + if (ctx.parsedType !== ZodParsedType.set) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.set, + received: ctx.parsedType + }); + return INVALID; + } + const def = this._def; + if (def.minSize !== null) { + if (ctx.data.size < def.minSize.value) { + addIssueToContext(ctx, { + code: ZodIssueCode.too_small, + minimum: def.minSize.value, + type: "set", + inclusive: true, + exact: false, + message: def.minSize.message + }); + status.dirty(); + } + } + if (def.maxSize !== null) { + if (ctx.data.size > def.maxSize.value) { + addIssueToContext(ctx, { + code: ZodIssueCode.too_big, + maximum: def.maxSize.value, + type: "set", + inclusive: true, + exact: false, + message: def.maxSize.message + }); + status.dirty(); + } + } + const valueType = this._def.valueType; + function finalizeSet(elements2) { + const parsedSet = /* @__PURE__ */ new Set(); + for (const element of elements2) { + if (element.status === "aborted") + return INVALID; + if (element.status === "dirty") + status.dirty(); + parsedSet.add(element.value); + } + return { status: status.value, value: parsedSet }; + } + const elements = [...ctx.data.values()].map((item, i) => valueType._parse(new ParseInputLazyPath(ctx, item, ctx.path, i))); + if (ctx.common.async) { + return Promise.all(elements).then((elements2) => finalizeSet(elements2)); + } else { + return finalizeSet(elements); + } + } + min(minSize, message) { + return new _ZodSet({ + ...this._def, + minSize: { value: minSize, message: errorUtil.toString(message) } + }); + } + max(maxSize, message) { + return new _ZodSet({ + ...this._def, + maxSize: { value: maxSize, message: errorUtil.toString(message) } + }); + } + size(size, message) { + return this.min(size, message).max(size, message); + } + nonempty(message) { + return this.min(1, message); + } +}; +ZodSet.create = (valueType, params) => { + return new ZodSet({ + valueType, + minSize: null, + maxSize: null, + typeName: ZodFirstPartyTypeKind.ZodSet, + ...processCreateParams(params) + }); +}; +var ZodFunction = class _ZodFunction extends ZodType { + constructor() { + super(...arguments); + this.validate = this.implement; + } + _parse(input) { + const { ctx } = this._processInputParams(input); + if (ctx.parsedType !== ZodParsedType.function) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.function, + received: ctx.parsedType + }); + return INVALID; + } + function makeArgsIssue(args, error48) { + return makeIssue({ + data: args, + path: ctx.path, + errorMaps: [ctx.common.contextualErrorMap, ctx.schemaErrorMap, getErrorMap(), en_default2].filter((x2) => !!x2), + issueData: { + code: ZodIssueCode.invalid_arguments, + argumentsError: error48 + } + }); + } + function makeReturnsIssue(returns, error48) { + return makeIssue({ + data: returns, + path: ctx.path, + errorMaps: [ctx.common.contextualErrorMap, ctx.schemaErrorMap, getErrorMap(), en_default2].filter((x2) => !!x2), + issueData: { + code: ZodIssueCode.invalid_return_type, + returnTypeError: error48 + } + }); + } + const params = { errorMap: ctx.common.contextualErrorMap }; + const fn = ctx.data; + if (this._def.returns instanceof ZodPromise) { + const me2 = this; + return OK2(async function(...args) { + const error48 = new ZodError([]); + const parsedArgs = await me2._def.args.parseAsync(args, params).catch((e2) => { + error48.addIssue(makeArgsIssue(args, e2)); + throw error48; + }); + const result = await Reflect.apply(fn, this, parsedArgs); + const parsedReturns = await me2._def.returns._def.type.parseAsync(result, params).catch((e2) => { + error48.addIssue(makeReturnsIssue(result, e2)); + throw error48; + }); + return parsedReturns; + }); + } else { + const me2 = this; + return OK2(function(...args) { + const parsedArgs = me2._def.args.safeParse(args, params); + if (!parsedArgs.success) { + throw new ZodError([makeArgsIssue(args, parsedArgs.error)]); + } + const result = Reflect.apply(fn, this, parsedArgs.data); + const parsedReturns = me2._def.returns.safeParse(result, params); + if (!parsedReturns.success) { + throw new ZodError([makeReturnsIssue(result, parsedReturns.error)]); + } + return parsedReturns.data; + }); + } + } + parameters() { + return this._def.args; + } + returnType() { + return this._def.returns; + } + args(...items) { + return new _ZodFunction({ + ...this._def, + args: ZodTuple.create(items).rest(ZodUnknown.create()) + }); + } + returns(returnType) { + return new _ZodFunction({ + ...this._def, + returns: returnType + }); + } + implement(func) { + const validatedFunc = this.parse(func); + return validatedFunc; + } + strictImplement(func) { + const validatedFunc = this.parse(func); + return validatedFunc; + } + static create(args, returns, params) { + return new _ZodFunction({ + args: args ? args : ZodTuple.create([]).rest(ZodUnknown.create()), + returns: returns || ZodUnknown.create(), + typeName: ZodFirstPartyTypeKind.ZodFunction, + ...processCreateParams(params) + }); + } +}; +var ZodLazy = class extends ZodType { + get schema() { + return this._def.getter(); + } + _parse(input) { + const { ctx } = this._processInputParams(input); + const lazySchema = this._def.getter(); + return lazySchema._parse({ data: ctx.data, path: ctx.path, parent: ctx }); + } +}; +ZodLazy.create = (getter, params) => { + return new ZodLazy({ + getter, + typeName: ZodFirstPartyTypeKind.ZodLazy, + ...processCreateParams(params) + }); +}; +var ZodLiteral = class extends ZodType { + _parse(input) { + if (input.data !== this._def.value) { + const ctx = this._getOrReturnCtx(input); + addIssueToContext(ctx, { + received: ctx.data, + code: ZodIssueCode.invalid_literal, + expected: this._def.value + }); + return INVALID; + } + return { status: "valid", value: input.data }; + } + get value() { + return this._def.value; + } +}; +ZodLiteral.create = (value, params) => { + return new ZodLiteral({ + value, + typeName: ZodFirstPartyTypeKind.ZodLiteral, + ...processCreateParams(params) + }); +}; +function createZodEnum(values, params) { + return new ZodEnum({ + values, + typeName: ZodFirstPartyTypeKind.ZodEnum, + ...processCreateParams(params) + }); +} +var ZodEnum = class _ZodEnum extends ZodType { + _parse(input) { + if (typeof input.data !== "string") { + const ctx = this._getOrReturnCtx(input); + const expectedValues = this._def.values; + addIssueToContext(ctx, { + expected: util.joinValues(expectedValues), + received: ctx.parsedType, + code: ZodIssueCode.invalid_type + }); + return INVALID; + } + if (!this._cache) { + this._cache = new Set(this._def.values); + } + if (!this._cache.has(input.data)) { + const ctx = this._getOrReturnCtx(input); + const expectedValues = this._def.values; + addIssueToContext(ctx, { + received: ctx.data, + code: ZodIssueCode.invalid_enum_value, + options: expectedValues + }); + return INVALID; + } + return OK2(input.data); + } + get options() { + return this._def.values; + } + get enum() { + const enumValues = {}; + for (const val of this._def.values) { + enumValues[val] = val; + } + return enumValues; + } + get Values() { + const enumValues = {}; + for (const val of this._def.values) { + enumValues[val] = val; + } + return enumValues; + } + get Enum() { + const enumValues = {}; + for (const val of this._def.values) { + enumValues[val] = val; + } + return enumValues; + } + extract(values, newDef = this._def) { + return _ZodEnum.create(values, { + ...this._def, + ...newDef + }); + } + exclude(values, newDef = this._def) { + return _ZodEnum.create(this.options.filter((opt) => !values.includes(opt)), { + ...this._def, + ...newDef + }); + } +}; +ZodEnum.create = createZodEnum; +var ZodNativeEnum = class extends ZodType { + _parse(input) { + const nativeEnumValues = util.getValidEnumValues(this._def.values); + const ctx = this._getOrReturnCtx(input); + if (ctx.parsedType !== ZodParsedType.string && ctx.parsedType !== ZodParsedType.number) { + const expectedValues = util.objectValues(nativeEnumValues); + addIssueToContext(ctx, { + expected: util.joinValues(expectedValues), + received: ctx.parsedType, + code: ZodIssueCode.invalid_type + }); + return INVALID; + } + if (!this._cache) { + this._cache = new Set(util.getValidEnumValues(this._def.values)); + } + if (!this._cache.has(input.data)) { + const expectedValues = util.objectValues(nativeEnumValues); + addIssueToContext(ctx, { + received: ctx.data, + code: ZodIssueCode.invalid_enum_value, + options: expectedValues + }); + return INVALID; + } + return OK2(input.data); + } + get enum() { + return this._def.values; + } +}; +ZodNativeEnum.create = (values, params) => { + return new ZodNativeEnum({ + values, + typeName: ZodFirstPartyTypeKind.ZodNativeEnum, + ...processCreateParams(params) + }); +}; +var ZodPromise = class extends ZodType { + unwrap() { + return this._def.type; + } + _parse(input) { + const { ctx } = this._processInputParams(input); + if (ctx.parsedType !== ZodParsedType.promise && ctx.common.async === false) { + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.promise, + received: ctx.parsedType + }); + return INVALID; + } + const promisified = ctx.parsedType === ZodParsedType.promise ? ctx.data : Promise.resolve(ctx.data); + return OK2(promisified.then((data) => { + return this._def.type.parseAsync(data, { + path: ctx.path, + errorMap: ctx.common.contextualErrorMap + }); + })); + } +}; +ZodPromise.create = (schema, params) => { + return new ZodPromise({ + type: schema, + typeName: ZodFirstPartyTypeKind.ZodPromise, + ...processCreateParams(params) + }); +}; +var ZodEffects = class extends ZodType { + innerType() { + return this._def.schema; + } + sourceType() { + return this._def.schema._def.typeName === ZodFirstPartyTypeKind.ZodEffects ? this._def.schema.sourceType() : this._def.schema; + } + _parse(input) { + const { status, ctx } = this._processInputParams(input); + const effect = this._def.effect || null; + const checkCtx = { + addIssue: (arg) => { + addIssueToContext(ctx, arg); + if (arg.fatal) { + status.abort(); + } else { + status.dirty(); + } + }, + get path() { + return ctx.path; + } + }; + checkCtx.addIssue = checkCtx.addIssue.bind(checkCtx); + if (effect.type === "preprocess") { + const processed = effect.transform(ctx.data, checkCtx); + if (ctx.common.async) { + return Promise.resolve(processed).then(async (processed2) => { + if (status.value === "aborted") + return INVALID; + const result = await this._def.schema._parseAsync({ + data: processed2, + path: ctx.path, + parent: ctx + }); + if (result.status === "aborted") + return INVALID; + if (result.status === "dirty") + return DIRTY(result.value); + if (status.value === "dirty") + return DIRTY(result.value); + return result; + }); + } else { + if (status.value === "aborted") + return INVALID; + const result = this._def.schema._parseSync({ + data: processed, + path: ctx.path, + parent: ctx + }); + if (result.status === "aborted") + return INVALID; + if (result.status === "dirty") + return DIRTY(result.value); + if (status.value === "dirty") + return DIRTY(result.value); + return result; + } + } + if (effect.type === "refinement") { + const executeRefinement = (acc) => { + const result = effect.refinement(acc, checkCtx); + if (ctx.common.async) { + return Promise.resolve(result); + } + if (result instanceof Promise) { + throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead."); + } + return acc; + }; + if (ctx.common.async === false) { + const inner = this._def.schema._parseSync({ + data: ctx.data, + path: ctx.path, + parent: ctx + }); + if (inner.status === "aborted") + return INVALID; + if (inner.status === "dirty") + status.dirty(); + executeRefinement(inner.value); + return { status: status.value, value: inner.value }; + } else { + return this._def.schema._parseAsync({ data: ctx.data, path: ctx.path, parent: ctx }).then((inner) => { + if (inner.status === "aborted") + return INVALID; + if (inner.status === "dirty") + status.dirty(); + return executeRefinement(inner.value).then(() => { + return { status: status.value, value: inner.value }; + }); + }); + } + } + if (effect.type === "transform") { + if (ctx.common.async === false) { + const base = this._def.schema._parseSync({ + data: ctx.data, + path: ctx.path, + parent: ctx + }); + if (!isValid(base)) + return INVALID; + const result = effect.transform(base.value, checkCtx); + if (result instanceof Promise) { + throw new Error(`Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.`); + } + return { status: status.value, value: result }; + } else { + return this._def.schema._parseAsync({ data: ctx.data, path: ctx.path, parent: ctx }).then((base) => { + if (!isValid(base)) + return INVALID; + return Promise.resolve(effect.transform(base.value, checkCtx)).then((result) => ({ + status: status.value, + value: result + })); + }); + } + } + util.assertNever(effect); + } +}; +ZodEffects.create = (schema, effect, params) => { + return new ZodEffects({ + schema, + typeName: ZodFirstPartyTypeKind.ZodEffects, + effect, + ...processCreateParams(params) + }); +}; +ZodEffects.createWithPreprocess = (preprocess2, schema, params) => { + return new ZodEffects({ + schema, + effect: { type: "preprocess", transform: preprocess2 }, + typeName: ZodFirstPartyTypeKind.ZodEffects, + ...processCreateParams(params) + }); +}; +var ZodOptional = class extends ZodType { + _parse(input) { + const parsedType2 = this._getType(input); + if (parsedType2 === ZodParsedType.undefined) { + return OK2(void 0); + } + return this._def.innerType._parse(input); + } + unwrap() { + return this._def.innerType; + } +}; +ZodOptional.create = (type, params) => { + return new ZodOptional({ + innerType: type, + typeName: ZodFirstPartyTypeKind.ZodOptional, + ...processCreateParams(params) + }); +}; +var ZodNullable = class extends ZodType { + _parse(input) { + const parsedType2 = this._getType(input); + if (parsedType2 === ZodParsedType.null) { + return OK2(null); + } + return this._def.innerType._parse(input); + } + unwrap() { + return this._def.innerType; + } +}; +ZodNullable.create = (type, params) => { + return new ZodNullable({ + innerType: type, + typeName: ZodFirstPartyTypeKind.ZodNullable, + ...processCreateParams(params) + }); +}; +var ZodDefault = class extends ZodType { + _parse(input) { + const { ctx } = this._processInputParams(input); + let data = ctx.data; + if (ctx.parsedType === ZodParsedType.undefined) { + data = this._def.defaultValue(); + } + return this._def.innerType._parse({ + data, + path: ctx.path, + parent: ctx + }); + } + removeDefault() { + return this._def.innerType; + } +}; +ZodDefault.create = (type, params) => { + return new ZodDefault({ + innerType: type, + typeName: ZodFirstPartyTypeKind.ZodDefault, + defaultValue: typeof params.default === "function" ? params.default : () => params.default, + ...processCreateParams(params) + }); +}; +var ZodCatch = class extends ZodType { + _parse(input) { + const { ctx } = this._processInputParams(input); + const newCtx = { + ...ctx, + common: { + ...ctx.common, + issues: [] + } + }; + const result = this._def.innerType._parse({ + data: newCtx.data, + path: newCtx.path, + parent: { + ...newCtx + } + }); + if (isAsync(result)) { + return result.then((result2) => { + return { + status: "valid", + value: result2.status === "valid" ? result2.value : this._def.catchValue({ + get error() { + return new ZodError(newCtx.common.issues); + }, + input: newCtx.data + }) + }; + }); + } else { + return { + status: "valid", + value: result.status === "valid" ? result.value : this._def.catchValue({ + get error() { + return new ZodError(newCtx.common.issues); + }, + input: newCtx.data + }) + }; + } + } + removeCatch() { + return this._def.innerType; + } +}; +ZodCatch.create = (type, params) => { + return new ZodCatch({ + innerType: type, + typeName: ZodFirstPartyTypeKind.ZodCatch, + catchValue: typeof params.catch === "function" ? params.catch : () => params.catch, + ...processCreateParams(params) + }); +}; +var ZodNaN = class extends ZodType { + _parse(input) { + const parsedType2 = this._getType(input); + if (parsedType2 !== ZodParsedType.nan) { + const ctx = this._getOrReturnCtx(input); + addIssueToContext(ctx, { + code: ZodIssueCode.invalid_type, + expected: ZodParsedType.nan, + received: ctx.parsedType + }); + return INVALID; + } + return { status: "valid", value: input.data }; + } +}; +ZodNaN.create = (params) => { + return new ZodNaN({ + typeName: ZodFirstPartyTypeKind.ZodNaN, + ...processCreateParams(params) + }); +}; +var ZodBranded = class extends ZodType { + _parse(input) { + const { ctx } = this._processInputParams(input); + const data = ctx.data; + return this._def.type._parse({ + data, + path: ctx.path, + parent: ctx + }); + } + unwrap() { + return this._def.type; + } +}; +var ZodPipeline = class _ZodPipeline extends ZodType { + _parse(input) { + const { status, ctx } = this._processInputParams(input); + if (ctx.common.async) { + const handleAsync = async () => { + const inResult = await this._def.in._parseAsync({ + data: ctx.data, + path: ctx.path, + parent: ctx + }); + if (inResult.status === "aborted") + return INVALID; + if (inResult.status === "dirty") { + status.dirty(); + return DIRTY(inResult.value); + } else { + return this._def.out._parseAsync({ + data: inResult.value, + path: ctx.path, + parent: ctx + }); + } + }; + return handleAsync(); + } else { + const inResult = this._def.in._parseSync({ + data: ctx.data, + path: ctx.path, + parent: ctx + }); + if (inResult.status === "aborted") + return INVALID; + if (inResult.status === "dirty") { + status.dirty(); + return { + status: "dirty", + value: inResult.value + }; + } else { + return this._def.out._parseSync({ + data: inResult.value, + path: ctx.path, + parent: ctx + }); + } + } + } + static create(a, b2) { + return new _ZodPipeline({ + in: a, + out: b2, + typeName: ZodFirstPartyTypeKind.ZodPipeline + }); + } +}; +var ZodReadonly = class extends ZodType { + _parse(input) { + const result = this._def.innerType._parse(input); + const freeze = (data) => { + if (isValid(data)) { + data.value = Object.freeze(data.value); + } + return data; + }; + return isAsync(result) ? result.then((data) => freeze(data)) : freeze(result); + } + unwrap() { + return this._def.innerType; + } +}; +ZodReadonly.create = (type, params) => { + return new ZodReadonly({ + innerType: type, + typeName: ZodFirstPartyTypeKind.ZodReadonly, + ...processCreateParams(params) + }); +}; +var late = { + object: ZodObject.lazycreate +}; +var ZodFirstPartyTypeKind; +(function(ZodFirstPartyTypeKind3) { + ZodFirstPartyTypeKind3["ZodString"] = "ZodString"; + ZodFirstPartyTypeKind3["ZodNumber"] = "ZodNumber"; + ZodFirstPartyTypeKind3["ZodNaN"] = "ZodNaN"; + ZodFirstPartyTypeKind3["ZodBigInt"] = "ZodBigInt"; + ZodFirstPartyTypeKind3["ZodBoolean"] = "ZodBoolean"; + ZodFirstPartyTypeKind3["ZodDate"] = "ZodDate"; + ZodFirstPartyTypeKind3["ZodSymbol"] = "ZodSymbol"; + ZodFirstPartyTypeKind3["ZodUndefined"] = "ZodUndefined"; + ZodFirstPartyTypeKind3["ZodNull"] = "ZodNull"; + ZodFirstPartyTypeKind3["ZodAny"] = "ZodAny"; + ZodFirstPartyTypeKind3["ZodUnknown"] = "ZodUnknown"; + ZodFirstPartyTypeKind3["ZodNever"] = "ZodNever"; + ZodFirstPartyTypeKind3["ZodVoid"] = "ZodVoid"; + ZodFirstPartyTypeKind3["ZodArray"] = "ZodArray"; + ZodFirstPartyTypeKind3["ZodObject"] = "ZodObject"; + ZodFirstPartyTypeKind3["ZodUnion"] = "ZodUnion"; + ZodFirstPartyTypeKind3["ZodDiscriminatedUnion"] = "ZodDiscriminatedUnion"; + ZodFirstPartyTypeKind3["ZodIntersection"] = "ZodIntersection"; + ZodFirstPartyTypeKind3["ZodTuple"] = "ZodTuple"; + ZodFirstPartyTypeKind3["ZodRecord"] = "ZodRecord"; + ZodFirstPartyTypeKind3["ZodMap"] = "ZodMap"; + ZodFirstPartyTypeKind3["ZodSet"] = "ZodSet"; + ZodFirstPartyTypeKind3["ZodFunction"] = "ZodFunction"; + ZodFirstPartyTypeKind3["ZodLazy"] = "ZodLazy"; + ZodFirstPartyTypeKind3["ZodLiteral"] = "ZodLiteral"; + ZodFirstPartyTypeKind3["ZodEnum"] = "ZodEnum"; + ZodFirstPartyTypeKind3["ZodEffects"] = "ZodEffects"; + ZodFirstPartyTypeKind3["ZodNativeEnum"] = "ZodNativeEnum"; + ZodFirstPartyTypeKind3["ZodOptional"] = "ZodOptional"; + ZodFirstPartyTypeKind3["ZodNullable"] = "ZodNullable"; + ZodFirstPartyTypeKind3["ZodDefault"] = "ZodDefault"; + ZodFirstPartyTypeKind3["ZodCatch"] = "ZodCatch"; + ZodFirstPartyTypeKind3["ZodPromise"] = "ZodPromise"; + ZodFirstPartyTypeKind3["ZodBranded"] = "ZodBranded"; + ZodFirstPartyTypeKind3["ZodPipeline"] = "ZodPipeline"; + ZodFirstPartyTypeKind3["ZodReadonly"] = "ZodReadonly"; +})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {})); +var stringType = ZodString.create; +var numberType = ZodNumber.create; +var nanType = ZodNaN.create; +var bigIntType = ZodBigInt.create; +var booleanType = ZodBoolean.create; +var dateType = ZodDate.create; +var symbolType = ZodSymbol.create; +var undefinedType = ZodUndefined.create; +var nullType = ZodNull.create; +var anyType = ZodAny.create; +var unknownType = ZodUnknown.create; +var neverType = ZodNever.create; +var voidType = ZodVoid.create; +var arrayType = ZodArray.create; +var objectType = ZodObject.create; +var strictObjectType = ZodObject.strictCreate; +var unionType = ZodUnion.create; +var discriminatedUnionType = ZodDiscriminatedUnion.create; +var intersectionType = ZodIntersection.create; +var tupleType = ZodTuple.create; +var recordType = ZodRecord.create; +var mapType = ZodMap.create; +var setType = ZodSet.create; +var functionType = ZodFunction.create; +var lazyType = ZodLazy.create; +var literalType = ZodLiteral.create; +var enumType = ZodEnum.create; +var nativeEnumType = ZodNativeEnum.create; +var promiseType = ZodPromise.create; +var effectsType = ZodEffects.create; +var optionalType = ZodOptional.create; +var nullableType = ZodNullable.create; +var preprocessType = ZodEffects.createWithPreprocess; +var pipelineType = ZodPipeline.create; + +// node_modules/zod/v4/mini/external.js +init_core2(); + +// node_modules/zod/v4/mini/parse.js +init_core2(); + +// node_modules/zod/v4/mini/schemas.js +init_core2(); +init_util(); +var ZodMiniType = /* @__PURE__ */ $constructor("ZodMiniType", (inst, def) => { + if (!inst._zod) + throw new Error("Uninitialized schema in ZodMiniType."); + $ZodType.init(inst, def); + inst.def = def; + inst.type = def.type; + inst.parse = (data, params) => parse(inst, data, params, { callee: inst.parse }); + inst.safeParse = (data, params) => safeParse(inst, data, params); + inst.parseAsync = async (data, params) => parseAsync(inst, data, params, { callee: inst.parseAsync }); + inst.safeParseAsync = async (data, params) => safeParseAsync(inst, data, params); + inst.check = (...checks) => { + var _a5; + return inst.clone({ + ...def, + checks: [ + ...(_a5 = def.checks) != null ? _a5 : [], + ...checks.map((ch2) => typeof ch2 === "function" ? { _zod: { check: ch2, def: { check: "custom" }, onattach: [] } } : ch2) + ] + }, { parent: true }); + }; + inst.with = inst.check; + inst.clone = (_def, params) => clone(inst, _def, params); + inst.brand = () => inst; + inst.register = ((reg, meta3) => { + reg.add(inst, meta3); + return inst; + }); + inst.apply = (fn) => fn(inst); +}); +var ZodMiniString = /* @__PURE__ */ $constructor("ZodMiniString", (inst, def) => { + $ZodString.init(inst, def); + ZodMiniType.init(inst, def); +}); +var ZodMiniStringFormat = /* @__PURE__ */ $constructor("ZodMiniStringFormat", (inst, def) => { + $ZodStringFormat.init(inst, def); + ZodMiniString.init(inst, def); +}); +var ZodMiniNumber = /* @__PURE__ */ $constructor("ZodMiniNumber", (inst, def) => { + $ZodNumber.init(inst, def); + ZodMiniType.init(inst, def); +}); +var ZodMiniBoolean = /* @__PURE__ */ $constructor("ZodMiniBoolean", (inst, def) => { + $ZodBoolean.init(inst, def); + ZodMiniType.init(inst, def); +}); +var ZodMiniBigInt = /* @__PURE__ */ $constructor("ZodMiniBigInt", (inst, def) => { + $ZodBigInt.init(inst, def); + ZodMiniType.init(inst, def); +}); +var ZodMiniDate = /* @__PURE__ */ $constructor("ZodMiniDate", (inst, def) => { + $ZodDate.init(inst, def); + ZodMiniType.init(inst, def); +}); + +// node_modules/zod/v4/mini/checks.js +init_core2(); + +// node_modules/zod/v4/mini/external.js +init_core2(); +init_json_schema_processors(); +init_locales(); + +// node_modules/zod/v4/mini/iso.js +var iso_exports = {}; +__export(iso_exports, { + ZodMiniISODate: () => ZodMiniISODate, + ZodMiniISODateTime: () => ZodMiniISODateTime, + ZodMiniISODuration: () => ZodMiniISODuration, + ZodMiniISOTime: () => ZodMiniISOTime, + date: () => date2, + datetime: () => datetime2, + duration: () => duration2, + time: () => time2 +}); +init_core2(); +var ZodMiniISODateTime = /* @__PURE__ */ $constructor("ZodMiniISODateTime", (inst, def) => { + $ZodISODateTime.init(inst, def); + ZodMiniStringFormat.init(inst, def); +}); +// @__NO_SIDE_EFFECTS__ +function datetime2(params) { + return _isoDateTime(ZodMiniISODateTime, params); +} +var ZodMiniISODate = /* @__PURE__ */ $constructor("ZodMiniISODate", (inst, def) => { + $ZodISODate.init(inst, def); + ZodMiniStringFormat.init(inst, def); +}); +// @__NO_SIDE_EFFECTS__ +function date2(params) { + return _isoDate(ZodMiniISODate, params); +} +var ZodMiniISOTime = /* @__PURE__ */ $constructor("ZodMiniISOTime", (inst, def) => { + $ZodISOTime.init(inst, def); + ZodMiniStringFormat.init(inst, def); +}); +// @__NO_SIDE_EFFECTS__ +function time2(params) { + return _isoTime(ZodMiniISOTime, params); +} +var ZodMiniISODuration = /* @__PURE__ */ $constructor("ZodMiniISODuration", (inst, def) => { + $ZodISODuration.init(inst, def); + ZodMiniStringFormat.init(inst, def); +}); +// @__NO_SIDE_EFFECTS__ +function duration2(params) { + return _isoDuration(ZodMiniISODuration, params); +} + +// node_modules/zod/v4/mini/coerce.js +var coerce_exports = {}; +__export(coerce_exports, { + bigint: () => bigint2, + boolean: () => boolean2, + date: () => date3, + number: () => number2, + string: () => string2 +}); +init_core2(); +// @__NO_SIDE_EFFECTS__ +function string2(params) { + return _coercedString(ZodMiniString, params); +} +// @__NO_SIDE_EFFECTS__ +function number2(params) { + return _coercedNumber(ZodMiniNumber, params); +} +// @__NO_SIDE_EFFECTS__ +function boolean2(params) { + return _coercedBoolean(ZodMiniBoolean, params); +} +// @__NO_SIDE_EFFECTS__ +function bigint2(params) { + return _coercedBigint(ZodMiniBigInt, params); +} +// @__NO_SIDE_EFFECTS__ +function date3(params) { + return _coercedDate(ZodMiniDate, params); +} + +// node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js +function isZ4Schema(s2) { + const schema = s2; + return !!schema._zod; +} +function safeParse2(schema, data) { + if (isZ4Schema(schema)) { + const result2 = safeParse(schema, data); + return result2; + } + const v3Schema = schema; + const result = v3Schema.safeParse(data); + return result; +} +function getObjectShape(schema) { + var _a5, _b3; + if (!schema) + return void 0; + let rawShape; + if (isZ4Schema(schema)) { + const v4Schema = schema; + rawShape = (_b3 = (_a5 = v4Schema._zod) == null ? void 0 : _a5.def) == null ? void 0 : _b3.shape; + } else { + const v3Schema = schema; + rawShape = v3Schema.shape; + } + if (!rawShape) + return void 0; + if (typeof rawShape === "function") { + try { + return rawShape(); + } catch (e2) { + return void 0; + } + } + return rawShape; +} +function getLiteralValue(schema) { + var _a5; + if (isZ4Schema(schema)) { + const v4Schema = schema; + const def2 = (_a5 = v4Schema._zod) == null ? void 0 : _a5.def; + if (def2) { + if (def2.value !== void 0) + return def2.value; + if (Array.isArray(def2.values) && def2.values.length > 0) { + return def2.values[0]; + } + } + } + const v3Schema = schema; + const def = v3Schema._def; + if (def) { + if (def.value !== void 0) + return def.value; + if (Array.isArray(def.values) && def.values.length > 0) { + return def.values[0]; + } + } + const directValue = schema.value; + if (directValue !== void 0) + return directValue; + return void 0; +} + +// node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +init_types(); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js +function isTerminal(status) { + return status === "completed" || status === "failed" || status === "cancelled"; +} + +// node_modules/zod-to-json-schema/dist/esm/parsers/string.js +var ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789"); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js +function getMethodLiteral(schema) { + const shape = getObjectShape(schema); + const methodSchema = shape == null ? void 0 : shape.method; + if (!methodSchema) { + throw new Error("Schema is missing a method literal"); + } + const value = getLiteralValue(methodSchema); + if (typeof value !== "string") { + throw new Error("Schema method literal must be a string"); + } + return value; +} +function parseWithCompat(schema, data) { + const result = safeParse2(schema, data); + if (!result.success) { + throw result.error; + } + return result.data; +} + +// node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +var DEFAULT_REQUEST_TIMEOUT_MSEC = 6e4; +var Protocol = class { + constructor(_options) { + this._options = _options; + this._requestMessageId = 0; + this._requestHandlers = /* @__PURE__ */ new Map(); + this._requestHandlerAbortControllers = /* @__PURE__ */ new Map(); + this._notificationHandlers = /* @__PURE__ */ new Map(); + this._responseHandlers = /* @__PURE__ */ new Map(); + this._progressHandlers = /* @__PURE__ */ new Map(); + this._timeoutInfo = /* @__PURE__ */ new Map(); + this._pendingDebouncedNotifications = /* @__PURE__ */ new Set(); + this._taskProgressTokens = /* @__PURE__ */ new Map(); + this._requestResolvers = /* @__PURE__ */ new Map(); + this.setNotificationHandler(CancelledNotificationSchema, (notification) => { + this._oncancel(notification); + }); + this.setNotificationHandler(ProgressNotificationSchema, (notification) => { + this._onprogress(notification); + }); + this.setRequestHandler( + PingRequestSchema, + // Automatic pong by default. + (_request) => ({}) + ); + this._taskStore = _options == null ? void 0 : _options.taskStore; + this._taskMessageQueue = _options == null ? void 0 : _options.taskMessageQueue; + if (this._taskStore) { + this.setRequestHandler(GetTaskRequestSchema, async (request, extra) => { + const task = await this._taskStore.getTask(request.params.taskId, extra.sessionId); + if (!task) { + throw new McpError(ErrorCode.InvalidParams, "Failed to retrieve task: Task not found"); + } + return { + ...task + }; + }); + this.setRequestHandler(GetTaskPayloadRequestSchema, async (request, extra) => { + const handleTaskResult = async () => { + var _a5; + const taskId = request.params.taskId; + if (this._taskMessageQueue) { + let queuedMessage; + while (queuedMessage = await this._taskMessageQueue.dequeue(taskId, extra.sessionId)) { + if (queuedMessage.type === "response" || queuedMessage.type === "error") { + const message = queuedMessage.message; + const requestId = message.id; + const resolver = this._requestResolvers.get(requestId); + if (resolver) { + this._requestResolvers.delete(requestId); + if (queuedMessage.type === "response") { + resolver(message); + } else { + const errorMessage = message; + const error48 = new McpError(errorMessage.error.code, errorMessage.error.message, errorMessage.error.data); + resolver(error48); + } + } else { + const messageType = queuedMessage.type === "response" ? "Response" : "Error"; + this._onerror(new Error(`${messageType} handler missing for request ${requestId}`)); + } + continue; + } + await ((_a5 = this._transport) == null ? void 0 : _a5.send(queuedMessage.message, { relatedRequestId: extra.requestId })); + } + } + const task = await this._taskStore.getTask(taskId, extra.sessionId); + if (!task) { + throw new McpError(ErrorCode.InvalidParams, `Task not found: ${taskId}`); + } + if (!isTerminal(task.status)) { + await this._waitForTaskUpdate(taskId, extra.signal); + return await handleTaskResult(); + } + if (isTerminal(task.status)) { + const result = await this._taskStore.getTaskResult(taskId, extra.sessionId); + this._clearTaskQueue(taskId); + return { + ...result, + _meta: { + ...result._meta, + [RELATED_TASK_META_KEY]: { + taskId + } + } + }; + } + return await handleTaskResult(); + }; + return await handleTaskResult(); + }); + this.setRequestHandler(ListTasksRequestSchema, async (request, extra) => { + var _a5; + try { + const { tasks, nextCursor } = await this._taskStore.listTasks((_a5 = request.params) == null ? void 0 : _a5.cursor, extra.sessionId); + return { + tasks, + nextCursor, + _meta: {} + }; + } catch (error48) { + throw new McpError(ErrorCode.InvalidParams, `Failed to list tasks: ${error48 instanceof Error ? error48.message : String(error48)}`); + } + }); + this.setRequestHandler(CancelTaskRequestSchema, async (request, extra) => { + try { + const task = await this._taskStore.getTask(request.params.taskId, extra.sessionId); + if (!task) { + throw new McpError(ErrorCode.InvalidParams, `Task not found: ${request.params.taskId}`); + } + if (isTerminal(task.status)) { + throw new McpError(ErrorCode.InvalidParams, `Cannot cancel task in terminal status: ${task.status}`); + } + await this._taskStore.updateTaskStatus(request.params.taskId, "cancelled", "Client cancelled task execution.", extra.sessionId); + this._clearTaskQueue(request.params.taskId); + const cancelledTask = await this._taskStore.getTask(request.params.taskId, extra.sessionId); + if (!cancelledTask) { + throw new McpError(ErrorCode.InvalidParams, `Task not found after cancellation: ${request.params.taskId}`); + } + return { + _meta: {}, + ...cancelledTask + }; + } catch (error48) { + if (error48 instanceof McpError) { + throw error48; + } + throw new McpError(ErrorCode.InvalidRequest, `Failed to cancel task: ${error48 instanceof Error ? error48.message : String(error48)}`); + } + }); + } + } + async _oncancel(notification) { + if (!notification.params.requestId) { + return; + } + const controller = this._requestHandlerAbortControllers.get(notification.params.requestId); + controller == null ? void 0 : controller.abort(notification.params.reason); + } + _setupTimeout(messageId, timeout, maxTotalTimeout, onTimeout, resetTimeoutOnProgress = false) { + this._timeoutInfo.set(messageId, { + timeoutId: setTimeout(onTimeout, timeout), + startTime: Date.now(), + timeout, + maxTotalTimeout, + resetTimeoutOnProgress, + onTimeout + }); + } + _resetTimeout(messageId) { + const info = this._timeoutInfo.get(messageId); + if (!info) + return false; + const totalElapsed = Date.now() - info.startTime; + if (info.maxTotalTimeout && totalElapsed >= info.maxTotalTimeout) { + this._timeoutInfo.delete(messageId); + throw McpError.fromError(ErrorCode.RequestTimeout, "Maximum total timeout exceeded", { + maxTotalTimeout: info.maxTotalTimeout, + totalElapsed + }); + } + clearTimeout(info.timeoutId); + info.timeoutId = setTimeout(info.onTimeout, info.timeout); + return true; + } + _cleanupTimeout(messageId) { + const info = this._timeoutInfo.get(messageId); + if (info) { + clearTimeout(info.timeoutId); + this._timeoutInfo.delete(messageId); + } + } + /** + * Attaches to the given transport, starts it, and starts listening for messages. + * + * The Protocol object assumes ownership of the Transport, replacing any callbacks that have already been set, and expects that it is the only user of the Transport instance going forward. + */ + async connect(transport) { + var _a5, _b3, _c2; + if (this._transport) { + throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection."); + } + this._transport = transport; + const _onclose = (_a5 = this.transport) == null ? void 0 : _a5.onclose; + this._transport.onclose = () => { + _onclose == null ? void 0 : _onclose(); + this._onclose(); + }; + const _onerror = (_b3 = this.transport) == null ? void 0 : _b3.onerror; + this._transport.onerror = (error48) => { + _onerror == null ? void 0 : _onerror(error48); + this._onerror(error48); + }; + const _onmessage = (_c2 = this._transport) == null ? void 0 : _c2.onmessage; + this._transport.onmessage = (message, extra) => { + _onmessage == null ? void 0 : _onmessage(message, extra); + if (isJSONRPCResultResponse(message) || isJSONRPCErrorResponse(message)) { + this._onresponse(message); + } else if (isJSONRPCRequest(message)) { + this._onrequest(message, extra); + } else if (isJSONRPCNotification(message)) { + this._onnotification(message); + } else { + this._onerror(new Error(`Unknown message type: ${JSON.stringify(message)}`)); + } + }; + await this._transport.start(); + } + _onclose() { + var _a5; + const responseHandlers = this._responseHandlers; + this._responseHandlers = /* @__PURE__ */ new Map(); + this._progressHandlers.clear(); + this._taskProgressTokens.clear(); + this._pendingDebouncedNotifications.clear(); + for (const info of this._timeoutInfo.values()) { + clearTimeout(info.timeoutId); + } + this._timeoutInfo.clear(); + for (const controller of this._requestHandlerAbortControllers.values()) { + controller.abort(); + } + this._requestHandlerAbortControllers.clear(); + const error48 = McpError.fromError(ErrorCode.ConnectionClosed, "Connection closed"); + this._transport = void 0; + (_a5 = this.onclose) == null ? void 0 : _a5.call(this); + for (const handler of responseHandlers.values()) { + handler(error48); + } + } + _onerror(error48) { + var _a5; + (_a5 = this.onerror) == null ? void 0 : _a5.call(this, error48); + } + _onnotification(notification) { + var _a5; + const handler = (_a5 = this._notificationHandlers.get(notification.method)) != null ? _a5 : this.fallbackNotificationHandler; + if (handler === void 0) { + return; + } + Promise.resolve().then(() => handler(notification)).catch((error48) => this._onerror(new Error(`Uncaught error in notification handler: ${error48}`))); + } + _onrequest(request, extra) { + var _a5, _b3, _c2, _d, _e2; + const handler = (_a5 = this._requestHandlers.get(request.method)) != null ? _a5 : this.fallbackRequestHandler; + const capturedTransport = this._transport; + const relatedTaskId = (_d = (_c2 = (_b3 = request.params) == null ? void 0 : _b3._meta) == null ? void 0 : _c2[RELATED_TASK_META_KEY]) == null ? void 0 : _d.taskId; + if (handler === void 0) { + const errorResponse = { + jsonrpc: "2.0", + id: request.id, + error: { + code: ErrorCode.MethodNotFound, + message: "Method not found" + } + }; + if (relatedTaskId && this._taskMessageQueue) { + this._enqueueTaskMessage(relatedTaskId, { + type: "error", + message: errorResponse, + timestamp: Date.now() + }, capturedTransport == null ? void 0 : capturedTransport.sessionId).catch((error48) => this._onerror(new Error(`Failed to enqueue error response: ${error48}`))); + } else { + capturedTransport == null ? void 0 : capturedTransport.send(errorResponse).catch((error48) => this._onerror(new Error(`Failed to send an error response: ${error48}`))); + } + return; + } + const abortController = new AbortController(); + this._requestHandlerAbortControllers.set(request.id, abortController); + const taskCreationParams = isTaskAugmentedRequestParams(request.params) ? request.params.task : void 0; + const taskStore = this._taskStore ? this.requestTaskStore(request, capturedTransport == null ? void 0 : capturedTransport.sessionId) : void 0; + const fullExtra = { + signal: abortController.signal, + sessionId: capturedTransport == null ? void 0 : capturedTransport.sessionId, + _meta: (_e2 = request.params) == null ? void 0 : _e2._meta, + sendNotification: async (notification) => { + if (abortController.signal.aborted) + return; + const notificationOptions = { relatedRequestId: request.id }; + if (relatedTaskId) { + notificationOptions.relatedTask = { taskId: relatedTaskId }; + } + await this.notification(notification, notificationOptions); + }, + sendRequest: async (r, resultSchema, options) => { + var _a6, _b4; + if (abortController.signal.aborted) { + throw new McpError(ErrorCode.ConnectionClosed, "Request was cancelled"); + } + const requestOptions = { ...options, relatedRequestId: request.id }; + if (relatedTaskId && !requestOptions.relatedTask) { + requestOptions.relatedTask = { taskId: relatedTaskId }; + } + const effectiveTaskId = (_b4 = (_a6 = requestOptions.relatedTask) == null ? void 0 : _a6.taskId) != null ? _b4 : relatedTaskId; + if (effectiveTaskId && taskStore) { + await taskStore.updateTaskStatus(effectiveTaskId, "input_required"); + } + return await this.request(r, resultSchema, requestOptions); + }, + authInfo: extra == null ? void 0 : extra.authInfo, + requestId: request.id, + requestInfo: extra == null ? void 0 : extra.requestInfo, + taskId: relatedTaskId, + taskStore, + taskRequestedTtl: taskCreationParams == null ? void 0 : taskCreationParams.ttl, + closeSSEStream: extra == null ? void 0 : extra.closeSSEStream, + closeStandaloneSSEStream: extra == null ? void 0 : extra.closeStandaloneSSEStream + }; + Promise.resolve().then(() => { + if (taskCreationParams) { + this.assertTaskHandlerCapability(request.method); + } + }).then(() => handler(request, fullExtra)).then(async (result) => { + if (abortController.signal.aborted) { + return; + } + const response = { + result, + jsonrpc: "2.0", + id: request.id + }; + if (relatedTaskId && this._taskMessageQueue) { + await this._enqueueTaskMessage(relatedTaskId, { + type: "response", + message: response, + timestamp: Date.now() + }, capturedTransport == null ? void 0 : capturedTransport.sessionId); + } else { + await (capturedTransport == null ? void 0 : capturedTransport.send(response)); + } + }, async (error48) => { + var _a6; + if (abortController.signal.aborted) { + return; + } + const errorResponse = { + jsonrpc: "2.0", + id: request.id, + error: { + code: Number.isSafeInteger(error48["code"]) ? error48["code"] : ErrorCode.InternalError, + message: (_a6 = error48.message) != null ? _a6 : "Internal error", + ...error48["data"] !== void 0 && { data: error48["data"] } + } + }; + if (relatedTaskId && this._taskMessageQueue) { + await this._enqueueTaskMessage(relatedTaskId, { + type: "error", + message: errorResponse, + timestamp: Date.now() + }, capturedTransport == null ? void 0 : capturedTransport.sessionId); + } else { + await (capturedTransport == null ? void 0 : capturedTransport.send(errorResponse)); + } + }).catch((error48) => this._onerror(new Error(`Failed to send response: ${error48}`))).finally(() => { + if (this._requestHandlerAbortControllers.get(request.id) === abortController) { + this._requestHandlerAbortControllers.delete(request.id); + } + }); + } + _onprogress(notification) { + const { progressToken, ...params } = notification.params; + const messageId = Number(progressToken); + const handler = this._progressHandlers.get(messageId); + if (!handler) { + this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(notification)}`)); + return; + } + const responseHandler = this._responseHandlers.get(messageId); + const timeoutInfo = this._timeoutInfo.get(messageId); + if (timeoutInfo && responseHandler && timeoutInfo.resetTimeoutOnProgress) { + try { + this._resetTimeout(messageId); + } catch (error48) { + this._responseHandlers.delete(messageId); + this._progressHandlers.delete(messageId); + this._cleanupTimeout(messageId); + responseHandler(error48); + return; + } + } + handler(params); + } + _onresponse(response) { + const messageId = Number(response.id); + const resolver = this._requestResolvers.get(messageId); + if (resolver) { + this._requestResolvers.delete(messageId); + if (isJSONRPCResultResponse(response)) { + resolver(response); + } else { + const error48 = new McpError(response.error.code, response.error.message, response.error.data); + resolver(error48); + } + return; + } + const handler = this._responseHandlers.get(messageId); + if (handler === void 0) { + this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(response)}`)); + return; + } + this._responseHandlers.delete(messageId); + this._cleanupTimeout(messageId); + let isTaskResponse = false; + if (isJSONRPCResultResponse(response) && response.result && typeof response.result === "object") { + const result = response.result; + if (result.task && typeof result.task === "object") { + const task = result.task; + if (typeof task.taskId === "string") { + isTaskResponse = true; + this._taskProgressTokens.set(task.taskId, messageId); + } + } + } + if (!isTaskResponse) { + this._progressHandlers.delete(messageId); + } + if (isJSONRPCResultResponse(response)) { + handler(response); + } else { + const error48 = McpError.fromError(response.error.code, response.error.message, response.error.data); + handler(error48); + } + } + get transport() { + return this._transport; + } + /** + * Closes the connection. + */ + async close() { + var _a5; + await ((_a5 = this._transport) == null ? void 0 : _a5.close()); + } + /** + * Sends a request and returns an AsyncGenerator that yields response messages. + * The generator is guaranteed to end with either a 'result' or 'error' message. + * + * @example + * ```typescript + * const stream = protocol.requestStream(request, resultSchema, options); + * for await (const message of stream) { + * switch (message.type) { + * case 'taskCreated': + * console.log('Task created:', message.task.taskId); + * break; + * case 'taskStatus': + * console.log('Task status:', message.task.status); + * break; + * case 'result': + * console.log('Final result:', message.result); + * break; + * case 'error': + * console.error('Error:', message.error); + * break; + * } + * } + * ``` + * + * @experimental Use `client.experimental.tasks.requestStream()` to access this method. + */ + async *requestStream(request, resultSchema, options) { + var _a5, _b3, _c2, _d; + const { task } = options != null ? options : {}; + if (!task) { + try { + const result = await this.request(request, resultSchema, options); + yield { type: "result", result }; + } catch (error48) { + yield { + type: "error", + error: error48 instanceof McpError ? error48 : new McpError(ErrorCode.InternalError, String(error48)) + }; + } + return; + } + let taskId; + try { + const createResult = await this.request(request, CreateTaskResultSchema, options); + if (createResult.task) { + taskId = createResult.task.taskId; + yield { type: "taskCreated", task: createResult.task }; + } else { + throw new McpError(ErrorCode.InternalError, "Task creation did not return a task"); + } + while (true) { + const task2 = await this.getTask({ taskId }, options); + yield { type: "taskStatus", task: task2 }; + if (isTerminal(task2.status)) { + if (task2.status === "completed") { + const result = await this.getTaskResult({ taskId }, resultSchema, options); + yield { type: "result", result }; + } else if (task2.status === "failed") { + yield { + type: "error", + error: new McpError(ErrorCode.InternalError, `Task ${taskId} failed`) + }; + } else if (task2.status === "cancelled") { + yield { + type: "error", + error: new McpError(ErrorCode.InternalError, `Task ${taskId} was cancelled`) + }; + } + return; + } + if (task2.status === "input_required") { + const result = await this.getTaskResult({ taskId }, resultSchema, options); + yield { type: "result", result }; + return; + } + const pollInterval = (_c2 = (_b3 = task2.pollInterval) != null ? _b3 : (_a5 = this._options) == null ? void 0 : _a5.defaultTaskPollInterval) != null ? _c2 : 1e3; + await new Promise((resolve8) => setTimeout(resolve8, pollInterval)); + (_d = options == null ? void 0 : options.signal) == null ? void 0 : _d.throwIfAborted(); + } + } catch (error48) { + yield { + type: "error", + error: error48 instanceof McpError ? error48 : new McpError(ErrorCode.InternalError, String(error48)) + }; + } + } + /** + * Sends a request and waits for a response. + * + * Do not use this method to emit notifications! Use notification() instead. + */ + request(request, resultSchema, options) { + const { relatedRequestId, resumptionToken, onresumptiontoken, task, relatedTask } = options != null ? options : {}; + return new Promise((resolve8, reject) => { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + const earlyReject = (error48) => { + reject(error48); + }; + if (!this._transport) { + earlyReject(new Error("Not connected")); + return; + } + if (((_a5 = this._options) == null ? void 0 : _a5.enforceStrictCapabilities) === true) { + try { + this.assertCapabilityForMethod(request.method); + if (task) { + this.assertTaskCapability(request.method); + } + } catch (e2) { + earlyReject(e2); + return; + } + } + (_b3 = options == null ? void 0 : options.signal) == null ? void 0 : _b3.throwIfAborted(); + const messageId = this._requestMessageId++; + const jsonrpcRequest = { + ...request, + jsonrpc: "2.0", + id: messageId + }; + if (options == null ? void 0 : options.onprogress) { + this._progressHandlers.set(messageId, options.onprogress); + jsonrpcRequest.params = { + ...request.params, + _meta: { + ...((_c2 = request.params) == null ? void 0 : _c2._meta) || {}, + progressToken: messageId + } + }; + } + if (task) { + jsonrpcRequest.params = { + ...jsonrpcRequest.params, + task + }; + } + if (relatedTask) { + jsonrpcRequest.params = { + ...jsonrpcRequest.params, + _meta: { + ...((_d = jsonrpcRequest.params) == null ? void 0 : _d._meta) || {}, + [RELATED_TASK_META_KEY]: relatedTask + } + }; + } + const cancel = (reason) => { + var _a6; + this._responseHandlers.delete(messageId); + this._progressHandlers.delete(messageId); + this._cleanupTimeout(messageId); + (_a6 = this._transport) == null ? void 0 : _a6.send({ + jsonrpc: "2.0", + method: "notifications/cancelled", + params: { + requestId: messageId, + reason: String(reason) + } + }, { relatedRequestId, resumptionToken, onresumptiontoken }).catch((error49) => this._onerror(new Error(`Failed to send cancellation: ${error49}`))); + const error48 = reason instanceof McpError ? reason : new McpError(ErrorCode.RequestTimeout, String(reason)); + reject(error48); + }; + this._responseHandlers.set(messageId, (response) => { + var _a6; + if ((_a6 = options == null ? void 0 : options.signal) == null ? void 0 : _a6.aborted) { + return; + } + if (response instanceof Error) { + return reject(response); + } + try { + const parseResult = safeParse2(resultSchema, response.result); + if (!parseResult.success) { + reject(parseResult.error); + } else { + resolve8(parseResult.data); + } + } catch (error48) { + reject(error48); + } + }); + (_e2 = options == null ? void 0 : options.signal) == null ? void 0 : _e2.addEventListener("abort", () => { + var _a6; + cancel((_a6 = options == null ? void 0 : options.signal) == null ? void 0 : _a6.reason); + }); + const timeout = (_f2 = options == null ? void 0 : options.timeout) != null ? _f2 : DEFAULT_REQUEST_TIMEOUT_MSEC; + const timeoutHandler = () => cancel(McpError.fromError(ErrorCode.RequestTimeout, "Request timed out", { timeout })); + this._setupTimeout(messageId, timeout, options == null ? void 0 : options.maxTotalTimeout, timeoutHandler, (_g = options == null ? void 0 : options.resetTimeoutOnProgress) != null ? _g : false); + const relatedTaskId = relatedTask == null ? void 0 : relatedTask.taskId; + if (relatedTaskId) { + const responseResolver = (response) => { + const handler = this._responseHandlers.get(messageId); + if (handler) { + handler(response); + } else { + this._onerror(new Error(`Response handler missing for side-channeled request ${messageId}`)); + } + }; + this._requestResolvers.set(messageId, responseResolver); + this._enqueueTaskMessage(relatedTaskId, { + type: "request", + message: jsonrpcRequest, + timestamp: Date.now() + }).catch((error48) => { + this._cleanupTimeout(messageId); + reject(error48); + }); + } else { + this._transport.send(jsonrpcRequest, { relatedRequestId, resumptionToken, onresumptiontoken }).catch((error48) => { + this._cleanupTimeout(messageId); + reject(error48); + }); + } + }); + } + /** + * Gets the current status of a task. + * + * @experimental Use `client.experimental.tasks.getTask()` to access this method. + */ + async getTask(params, options) { + return this.request({ method: "tasks/get", params }, GetTaskResultSchema, options); + } + /** + * Retrieves the result of a completed task. + * + * @experimental Use `client.experimental.tasks.getTaskResult()` to access this method. + */ + async getTaskResult(params, resultSchema, options) { + return this.request({ method: "tasks/result", params }, resultSchema, options); + } + /** + * Lists tasks, optionally starting from a pagination cursor. + * + * @experimental Use `client.experimental.tasks.listTasks()` to access this method. + */ + async listTasks(params, options) { + return this.request({ method: "tasks/list", params }, ListTasksResultSchema, options); + } + /** + * Cancels a specific task. + * + * @experimental Use `client.experimental.tasks.cancelTask()` to access this method. + */ + async cancelTask(params, options) { + return this.request({ method: "tasks/cancel", params }, CancelTaskResultSchema, options); + } + /** + * Emits a notification, which is a one-way message that does not expect a response. + */ + async notification(notification, options) { + var _a5, _b3, _c2, _d, _e2; + if (!this._transport) { + throw new Error("Not connected"); + } + this.assertNotificationCapability(notification.method); + const relatedTaskId = (_a5 = options == null ? void 0 : options.relatedTask) == null ? void 0 : _a5.taskId; + if (relatedTaskId) { + const jsonrpcNotification2 = { + ...notification, + jsonrpc: "2.0", + params: { + ...notification.params, + _meta: { + ...((_b3 = notification.params) == null ? void 0 : _b3._meta) || {}, + [RELATED_TASK_META_KEY]: options.relatedTask + } + } + }; + await this._enqueueTaskMessage(relatedTaskId, { + type: "notification", + message: jsonrpcNotification2, + timestamp: Date.now() + }); + return; + } + const debouncedMethods = (_d = (_c2 = this._options) == null ? void 0 : _c2.debouncedNotificationMethods) != null ? _d : []; + const canDebounce = debouncedMethods.includes(notification.method) && !notification.params && !(options == null ? void 0 : options.relatedRequestId) && !(options == null ? void 0 : options.relatedTask); + if (canDebounce) { + if (this._pendingDebouncedNotifications.has(notification.method)) { + return; + } + this._pendingDebouncedNotifications.add(notification.method); + Promise.resolve().then(() => { + var _a6, _b4; + this._pendingDebouncedNotifications.delete(notification.method); + if (!this._transport) { + return; + } + let jsonrpcNotification2 = { + ...notification, + jsonrpc: "2.0" + }; + if (options == null ? void 0 : options.relatedTask) { + jsonrpcNotification2 = { + ...jsonrpcNotification2, + params: { + ...jsonrpcNotification2.params, + _meta: { + ...((_a6 = jsonrpcNotification2.params) == null ? void 0 : _a6._meta) || {}, + [RELATED_TASK_META_KEY]: options.relatedTask + } + } + }; + } + (_b4 = this._transport) == null ? void 0 : _b4.send(jsonrpcNotification2, options).catch((error48) => this._onerror(error48)); + }); + return; + } + let jsonrpcNotification = { + ...notification, + jsonrpc: "2.0" + }; + if (options == null ? void 0 : options.relatedTask) { + jsonrpcNotification = { + ...jsonrpcNotification, + params: { + ...jsonrpcNotification.params, + _meta: { + ...((_e2 = jsonrpcNotification.params) == null ? void 0 : _e2._meta) || {}, + [RELATED_TASK_META_KEY]: options.relatedTask + } + } + }; + } + await this._transport.send(jsonrpcNotification, options); + } + /** + * Registers a handler to invoke when this protocol object receives a request with the given method. + * + * Note that this will replace any previous request handler for the same method. + */ + setRequestHandler(requestSchema, handler) { + const method = getMethodLiteral(requestSchema); + this.assertRequestHandlerCapability(method); + this._requestHandlers.set(method, (request, extra) => { + const parsed = parseWithCompat(requestSchema, request); + return Promise.resolve(handler(parsed, extra)); + }); + } + /** + * Removes the request handler for the given method. + */ + removeRequestHandler(method) { + this._requestHandlers.delete(method); + } + /** + * Asserts that a request handler has not already been set for the given method, in preparation for a new one being automatically installed. + */ + assertCanSetRequestHandler(method) { + if (this._requestHandlers.has(method)) { + throw new Error(`A request handler for ${method} already exists, which would be overridden`); + } + } + /** + * Registers a handler to invoke when this protocol object receives a notification with the given method. + * + * Note that this will replace any previous notification handler for the same method. + */ + setNotificationHandler(notificationSchema, handler) { + const method = getMethodLiteral(notificationSchema); + this._notificationHandlers.set(method, (notification) => { + const parsed = parseWithCompat(notificationSchema, notification); + return Promise.resolve(handler(parsed)); + }); + } + /** + * Removes the notification handler for the given method. + */ + removeNotificationHandler(method) { + this._notificationHandlers.delete(method); + } + /** + * Cleans up the progress handler associated with a task. + * This should be called when a task reaches a terminal status. + */ + _cleanupTaskProgressHandler(taskId) { + const progressToken = this._taskProgressTokens.get(taskId); + if (progressToken !== void 0) { + this._progressHandlers.delete(progressToken); + this._taskProgressTokens.delete(taskId); + } + } + /** + * Enqueues a task-related message for side-channel delivery via tasks/result. + * @param taskId The task ID to associate the message with + * @param message The message to enqueue + * @param sessionId Optional session ID for binding the operation to a specific session + * @throws Error if taskStore is not configured or if enqueue fails (e.g., queue overflow) + * + * Note: If enqueue fails, it's the TaskMessageQueue implementation's responsibility to handle + * the error appropriately (e.g., by failing the task, logging, etc.). The Protocol layer + * simply propagates the error. + */ + async _enqueueTaskMessage(taskId, message, sessionId) { + var _a5; + if (!this._taskStore || !this._taskMessageQueue) { + throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured"); + } + const maxQueueSize = (_a5 = this._options) == null ? void 0 : _a5.maxTaskQueueSize; + await this._taskMessageQueue.enqueue(taskId, message, sessionId, maxQueueSize); + } + /** + * Clears the message queue for a task and rejects any pending request resolvers. + * @param taskId The task ID whose queue should be cleared + * @param sessionId Optional session ID for binding the operation to a specific session + */ + async _clearTaskQueue(taskId, sessionId) { + if (this._taskMessageQueue) { + const messages = await this._taskMessageQueue.dequeueAll(taskId, sessionId); + for (const message of messages) { + if (message.type === "request" && isJSONRPCRequest(message.message)) { + const requestId = message.message.id; + const resolver = this._requestResolvers.get(requestId); + if (resolver) { + resolver(new McpError(ErrorCode.InternalError, "Task cancelled or completed")); + this._requestResolvers.delete(requestId); + } else { + this._onerror(new Error(`Resolver missing for request ${requestId} during task ${taskId} cleanup`)); + } + } + } + } + } + /** + * Waits for a task update (new messages or status change) with abort signal support. + * Uses polling to check for updates at the task's configured poll interval. + * @param taskId The task ID to wait for + * @param signal Abort signal to cancel the wait + * @returns Promise that resolves when an update occurs or rejects if aborted + */ + async _waitForTaskUpdate(taskId, signal) { + var _a5, _b3, _c2; + let interval = (_b3 = (_a5 = this._options) == null ? void 0 : _a5.defaultTaskPollInterval) != null ? _b3 : 1e3; + try { + const task = await ((_c2 = this._taskStore) == null ? void 0 : _c2.getTask(taskId)); + if (task == null ? void 0 : task.pollInterval) { + interval = task.pollInterval; + } + } catch (e2) { + } + return new Promise((resolve8, reject) => { + if (signal.aborted) { + reject(new McpError(ErrorCode.InvalidRequest, "Request cancelled")); + return; + } + const timeoutId = setTimeout(resolve8, interval); + signal.addEventListener("abort", () => { + clearTimeout(timeoutId); + reject(new McpError(ErrorCode.InvalidRequest, "Request cancelled")); + }, { once: true }); + }); + } + requestTaskStore(request, sessionId) { + const taskStore = this._taskStore; + if (!taskStore) { + throw new Error("No task store configured"); + } + return { + createTask: async (taskParams) => { + if (!request) { + throw new Error("No request provided"); + } + return await taskStore.createTask(taskParams, request.id, { + method: request.method, + params: request.params + }, sessionId); + }, + getTask: async (taskId) => { + const task = await taskStore.getTask(taskId, sessionId); + if (!task) { + throw new McpError(ErrorCode.InvalidParams, "Failed to retrieve task: Task not found"); + } + return task; + }, + storeTaskResult: async (taskId, status, result) => { + await taskStore.storeTaskResult(taskId, status, result, sessionId); + const task = await taskStore.getTask(taskId, sessionId); + if (task) { + const notification = TaskStatusNotificationSchema.parse({ + method: "notifications/tasks/status", + params: task + }); + await this.notification(notification); + if (isTerminal(task.status)) { + this._cleanupTaskProgressHandler(taskId); + } + } + }, + getTaskResult: (taskId) => { + return taskStore.getTaskResult(taskId, sessionId); + }, + updateTaskStatus: async (taskId, status, statusMessage) => { + const task = await taskStore.getTask(taskId, sessionId); + if (!task) { + throw new McpError(ErrorCode.InvalidParams, `Task "${taskId}" not found - it may have been cleaned up`); + } + if (isTerminal(task.status)) { + throw new McpError(ErrorCode.InvalidParams, `Cannot update task "${taskId}" from terminal status "${task.status}" to "${status}". Terminal states (completed, failed, cancelled) cannot transition to other states.`); + } + await taskStore.updateTaskStatus(taskId, status, statusMessage, sessionId); + const updatedTask = await taskStore.getTask(taskId, sessionId); + if (updatedTask) { + const notification = TaskStatusNotificationSchema.parse({ + method: "notifications/tasks/status", + params: updatedTask + }); + await this.notification(notification); + if (isTerminal(updatedTask.status)) { + this._cleanupTaskProgressHandler(taskId); + } + } + }, + listTasks: (cursor) => { + return taskStore.listTasks(cursor, sessionId); + } + }; + } +}; +function isPlainObject3(value) { + return value !== null && typeof value === "object" && !Array.isArray(value); +} +function mergeCapabilities(base, additional) { + const result = { ...base }; + for (const key in additional) { + const k2 = key; + const addValue = additional[k2]; + if (addValue === void 0) + continue; + const baseValue = result[k2]; + if (isPlainObject3(baseValue) && isPlainObject3(addValue)) { + result[k2] = { ...baseValue, ...addValue }; + } else { + result[k2] = addValue; + } + } + return result; +} + +// node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js +init_types(); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +var import_ajv = __toESM(require_ajv(), 1); +var import_ajv_formats = __toESM(require_dist(), 1); +function createDefaultAjvInstance() { + const ajv = new import_ajv.default({ + strict: false, + validateFormats: true, + validateSchema: false, + allErrors: true + }); + const addFormats = import_ajv_formats.default; + addFormats(ajv); + return ajv; +} +var AjvJsonSchemaValidator = class { + /** + * Create an AJV validator + * + * @param ajv - Optional pre-configured AJV instance. If not provided, a default instance will be created. + * + * @example + * ```typescript + * // Use default configuration (recommended for most cases) + * import { AjvJsonSchemaValidator } from '@modelcontextprotocol/sdk/validation/ajv'; + * const validator = new AjvJsonSchemaValidator(); + * + * // Or provide custom AJV instance for advanced configuration + * import { Ajv } from 'ajv'; + * import addFormats from 'ajv-formats'; + * + * const ajv = new Ajv({ validateFormats: true }); + * addFormats(ajv); + * const validator = new AjvJsonSchemaValidator(ajv); + * ``` + */ + constructor(ajv) { + this._ajv = ajv != null ? ajv : createDefaultAjvInstance(); + } + /** + * Create a validator for the given JSON Schema + * + * The validator is compiled once and can be reused multiple times. + * If the schema has an $id, it will be cached by AJV automatically. + * + * @param schema - Standard JSON Schema object + * @returns A validator function that validates input data + */ + getValidator(schema) { + var _a5; + const ajvValidator = "$id" in schema && typeof schema.$id === "string" ? (_a5 = this._ajv.getSchema(schema.$id)) != null ? _a5 : this._ajv.compile(schema) : this._ajv.compile(schema); + return (input) => { + const valid = ajvValidator(input); + if (valid) { + return { + valid: true, + data: input, + errorMessage: void 0 + }; + } else { + return { + valid: false, + data: void 0, + errorMessage: this._ajv.errorsText(ajvValidator.errors) + }; + } + }; + } +}; + +// node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js +init_types(); +var ExperimentalClientTasks = class { + constructor(_client) { + this._client = _client; + } + /** + * Calls a tool and returns an AsyncGenerator that yields response messages. + * The generator is guaranteed to end with either a 'result' or 'error' message. + * + * This method provides streaming access to tool execution, allowing you to + * observe intermediate task status updates for long-running tool calls. + * Automatically validates structured output if the tool has an outputSchema. + * + * @example + * ```typescript + * const stream = client.experimental.tasks.callToolStream({ name: 'myTool', arguments: {} }); + * for await (const message of stream) { + * switch (message.type) { + * case 'taskCreated': + * console.log('Tool execution started:', message.task.taskId); + * break; + * case 'taskStatus': + * console.log('Tool status:', message.task.status); + * break; + * case 'result': + * console.log('Tool result:', message.result); + * break; + * case 'error': + * console.error('Tool error:', message.error); + * break; + * } + * } + * ``` + * + * @param params - Tool call parameters (name and arguments) + * @param resultSchema - Zod schema for validating the result (defaults to CallToolResultSchema) + * @param options - Optional request options (timeout, signal, task creation params, etc.) + * @returns AsyncGenerator that yields ResponseMessage objects + * + * @experimental + */ + async *callToolStream(params, resultSchema = CallToolResultSchema, options) { + var _a5; + const clientInternal = this._client; + const optionsWithTask = { + ...options, + // We check if the tool is known to be a task during auto-configuration, but assume + // the caller knows what they're doing if they pass this explicitly + task: (_a5 = options == null ? void 0 : options.task) != null ? _a5 : clientInternal.isToolTask(params.name) ? {} : void 0 + }; + const stream = clientInternal.requestStream({ method: "tools/call", params }, resultSchema, optionsWithTask); + const validator = clientInternal.getToolOutputValidator(params.name); + for await (const message of stream) { + if (message.type === "result" && validator) { + const result = message.result; + if (!result.structuredContent && !result.isError) { + yield { + type: "error", + error: new McpError(ErrorCode.InvalidRequest, `Tool ${params.name} has an output schema but did not return structured content`) + }; + return; + } + if (result.structuredContent) { + try { + const validationResult = validator(result.structuredContent); + if (!validationResult.valid) { + yield { + type: "error", + error: new McpError(ErrorCode.InvalidParams, `Structured content does not match the tool's output schema: ${validationResult.errorMessage}`) + }; + return; + } + } catch (error48) { + if (error48 instanceof McpError) { + yield { type: "error", error: error48 }; + return; + } + yield { + type: "error", + error: new McpError(ErrorCode.InvalidParams, `Failed to validate structured content: ${error48 instanceof Error ? error48.message : String(error48)}`) + }; + return; + } + } + } + yield message; + } + } + /** + * Gets the current status of a task. + * + * @param taskId - The task identifier + * @param options - Optional request options + * @returns The task status + * + * @experimental + */ + async getTask(taskId, options) { + return this._client.getTask({ taskId }, options); + } + /** + * Retrieves the result of a completed task. + * + * @param taskId - The task identifier + * @param resultSchema - Zod schema for validating the result + * @param options - Optional request options + * @returns The task result + * + * @experimental + */ + async getTaskResult(taskId, resultSchema, options) { + return this._client.getTaskResult({ taskId }, resultSchema, options); + } + /** + * Lists tasks with optional pagination. + * + * @param cursor - Optional pagination cursor + * @param options - Optional request options + * @returns List of tasks with optional next cursor + * + * @experimental + */ + async listTasks(cursor, options) { + return this._client.listTasks(cursor ? { cursor } : void 0, options); + } + /** + * Cancels a running task. + * + * @param taskId - The task identifier + * @param options - Optional request options + * + * @experimental + */ + async cancelTask(taskId, options) { + return this._client.cancelTask({ taskId }, options); + } + /** + * Sends a request and returns an AsyncGenerator that yields response messages. + * The generator is guaranteed to end with either a 'result' or 'error' message. + * + * This method provides streaming access to request processing, allowing you to + * observe intermediate task status updates for task-augmented requests. + * + * @param request - The request to send + * @param resultSchema - Zod schema for validating the result + * @param options - Optional request options (timeout, signal, task creation params, etc.) + * @returns AsyncGenerator that yields ResponseMessage objects + * + * @experimental + */ + requestStream(request, resultSchema, options) { + return this._client.requestStream(request, resultSchema, options); + } +}; + +// node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js +function assertToolsCallTaskCapability(requests, method, entityName) { + var _a5; + if (!requests) { + throw new Error(`${entityName} does not support task creation (required for ${method})`); + } + switch (method) { + case "tools/call": + if (!((_a5 = requests.tools) == null ? void 0 : _a5.call)) { + throw new Error(`${entityName} does not support task creation for tools/call (required for ${method})`); + } + break; + default: + break; + } +} +function assertClientRequestTaskCapability(requests, method, entityName) { + var _a5, _b3; + if (!requests) { + throw new Error(`${entityName} does not support task creation (required for ${method})`); + } + switch (method) { + case "sampling/createMessage": + if (!((_a5 = requests.sampling) == null ? void 0 : _a5.createMessage)) { + throw new Error(`${entityName} does not support task creation for sampling/createMessage (required for ${method})`); + } + break; + case "elicitation/create": + if (!((_b3 = requests.elicitation) == null ? void 0 : _b3.create)) { + throw new Error(`${entityName} does not support task creation for elicitation/create (required for ${method})`); + } + break; + default: + break; + } +} + +// node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js +function applyElicitationDefaults(schema, data) { + if (!schema || data === null || typeof data !== "object") + return; + if (schema.type === "object" && schema.properties && typeof schema.properties === "object") { + const obj = data; + const props = schema.properties; + for (const key of Object.keys(props)) { + const propSchema = props[key]; + if (obj[key] === void 0 && Object.prototype.hasOwnProperty.call(propSchema, "default")) { + obj[key] = propSchema.default; + } + if (obj[key] !== void 0) { + applyElicitationDefaults(propSchema, obj[key]); + } + } + } + if (Array.isArray(schema.anyOf)) { + for (const sub of schema.anyOf) { + if (typeof sub !== "boolean") { + applyElicitationDefaults(sub, data); + } + } + } + if (Array.isArray(schema.oneOf)) { + for (const sub of schema.oneOf) { + if (typeof sub !== "boolean") { + applyElicitationDefaults(sub, data); + } + } + } +} +function getSupportedElicitationModes(capabilities) { + if (!capabilities) { + return { supportsFormMode: false, supportsUrlMode: false }; + } + const hasFormCapability = capabilities.form !== void 0; + const hasUrlCapability = capabilities.url !== void 0; + const supportsFormMode = hasFormCapability || !hasFormCapability && !hasUrlCapability; + const supportsUrlMode = hasUrlCapability; + return { supportsFormMode, supportsUrlMode }; +} +var Client = class extends Protocol { + /** + * Initializes this client with the given name and version information. + */ + constructor(_clientInfo, options) { + var _a5, _b3; + super(options); + this._clientInfo = _clientInfo; + this._cachedToolOutputValidators = /* @__PURE__ */ new Map(); + this._cachedKnownTaskTools = /* @__PURE__ */ new Set(); + this._cachedRequiredTaskTools = /* @__PURE__ */ new Set(); + this._listChangedDebounceTimers = /* @__PURE__ */ new Map(); + this._capabilities = (_a5 = options == null ? void 0 : options.capabilities) != null ? _a5 : {}; + this._jsonSchemaValidator = (_b3 = options == null ? void 0 : options.jsonSchemaValidator) != null ? _b3 : new AjvJsonSchemaValidator(); + if (options == null ? void 0 : options.listChanged) { + this._pendingListChangedConfig = options.listChanged; + } + } + /** + * Set up handlers for list changed notifications based on config and server capabilities. + * This should only be called after initialization when server capabilities are known. + * Handlers are silently skipped if the server doesn't advertise the corresponding listChanged capability. + * @internal + */ + _setupListChangedHandlers(config2) { + var _a5, _b3, _c2, _d, _e2, _f2; + if (config2.tools && ((_b3 = (_a5 = this._serverCapabilities) == null ? void 0 : _a5.tools) == null ? void 0 : _b3.listChanged)) { + this._setupListChangedHandler("tools", ToolListChangedNotificationSchema, config2.tools, async () => { + const result = await this.listTools(); + return result.tools; + }); + } + if (config2.prompts && ((_d = (_c2 = this._serverCapabilities) == null ? void 0 : _c2.prompts) == null ? void 0 : _d.listChanged)) { + this._setupListChangedHandler("prompts", PromptListChangedNotificationSchema, config2.prompts, async () => { + const result = await this.listPrompts(); + return result.prompts; + }); + } + if (config2.resources && ((_f2 = (_e2 = this._serverCapabilities) == null ? void 0 : _e2.resources) == null ? void 0 : _f2.listChanged)) { + this._setupListChangedHandler("resources", ResourceListChangedNotificationSchema, config2.resources, async () => { + const result = await this.listResources(); + return result.resources; + }); + } + } + /** + * Access experimental features. + * + * WARNING: These APIs are experimental and may change without notice. + * + * @experimental + */ + get experimental() { + if (!this._experimental) { + this._experimental = { + tasks: new ExperimentalClientTasks(this) + }; + } + return this._experimental; + } + /** + * Registers new capabilities. This can only be called before connecting to a transport. + * + * The new capabilities will be merged with any existing capabilities previously given (e.g., at initialization). + */ + registerCapabilities(capabilities) { + if (this.transport) { + throw new Error("Cannot register capabilities after connecting to transport"); + } + this._capabilities = mergeCapabilities(this._capabilities, capabilities); + } + /** + * Override request handler registration to enforce client-side validation for elicitation. + */ + setRequestHandler(requestSchema, handler) { + var _a5, _b3, _c2; + const shape = getObjectShape(requestSchema); + const methodSchema = shape == null ? void 0 : shape.method; + if (!methodSchema) { + throw new Error("Schema is missing a method literal"); + } + let methodValue; + if (isZ4Schema(methodSchema)) { + const v4Schema = methodSchema; + const v4Def = (_a5 = v4Schema._zod) == null ? void 0 : _a5.def; + methodValue = (_b3 = v4Def == null ? void 0 : v4Def.value) != null ? _b3 : v4Schema.value; + } else { + const v3Schema = methodSchema; + const legacyDef = v3Schema._def; + methodValue = (_c2 = legacyDef == null ? void 0 : legacyDef.value) != null ? _c2 : v3Schema.value; + } + if (typeof methodValue !== "string") { + throw new Error("Schema method literal must be a string"); + } + const method = methodValue; + if (method === "elicitation/create") { + const wrappedHandler = async (request, extra) => { + var _a6, _b4, _c3; + const validatedRequest = safeParse2(ElicitRequestSchema, request); + if (!validatedRequest.success) { + const errorMessage = validatedRequest.error instanceof Error ? validatedRequest.error.message : String(validatedRequest.error); + throw new McpError(ErrorCode.InvalidParams, `Invalid elicitation request: ${errorMessage}`); + } + const { params } = validatedRequest.data; + params.mode = (_a6 = params.mode) != null ? _a6 : "form"; + const { supportsFormMode, supportsUrlMode } = getSupportedElicitationModes(this._capabilities.elicitation); + if (params.mode === "form" && !supportsFormMode) { + throw new McpError(ErrorCode.InvalidParams, "Client does not support form-mode elicitation requests"); + } + if (params.mode === "url" && !supportsUrlMode) { + throw new McpError(ErrorCode.InvalidParams, "Client does not support URL-mode elicitation requests"); + } + const result = await Promise.resolve(handler(request, extra)); + if (params.task) { + const taskValidationResult = safeParse2(CreateTaskResultSchema, result); + if (!taskValidationResult.success) { + const errorMessage = taskValidationResult.error instanceof Error ? taskValidationResult.error.message : String(taskValidationResult.error); + throw new McpError(ErrorCode.InvalidParams, `Invalid task creation result: ${errorMessage}`); + } + return taskValidationResult.data; + } + const validationResult = safeParse2(ElicitResultSchema, result); + if (!validationResult.success) { + const errorMessage = validationResult.error instanceof Error ? validationResult.error.message : String(validationResult.error); + throw new McpError(ErrorCode.InvalidParams, `Invalid elicitation result: ${errorMessage}`); + } + const validatedResult = validationResult.data; + const requestedSchema = params.mode === "form" ? params.requestedSchema : void 0; + if (params.mode === "form" && validatedResult.action === "accept" && validatedResult.content && requestedSchema) { + if ((_c3 = (_b4 = this._capabilities.elicitation) == null ? void 0 : _b4.form) == null ? void 0 : _c3.applyDefaults) { + try { + applyElicitationDefaults(requestedSchema, validatedResult.content); + } catch (e2) { + } + } + } + return validatedResult; + }; + return super.setRequestHandler(requestSchema, wrappedHandler); + } + if (method === "sampling/createMessage") { + const wrappedHandler = async (request, extra) => { + const validatedRequest = safeParse2(CreateMessageRequestSchema, request); + if (!validatedRequest.success) { + const errorMessage = validatedRequest.error instanceof Error ? validatedRequest.error.message : String(validatedRequest.error); + throw new McpError(ErrorCode.InvalidParams, `Invalid sampling request: ${errorMessage}`); + } + const { params } = validatedRequest.data; + const result = await Promise.resolve(handler(request, extra)); + if (params.task) { + const taskValidationResult = safeParse2(CreateTaskResultSchema, result); + if (!taskValidationResult.success) { + const errorMessage = taskValidationResult.error instanceof Error ? taskValidationResult.error.message : String(taskValidationResult.error); + throw new McpError(ErrorCode.InvalidParams, `Invalid task creation result: ${errorMessage}`); + } + return taskValidationResult.data; + } + const hasTools = params.tools || params.toolChoice; + const resultSchema = hasTools ? CreateMessageResultWithToolsSchema : CreateMessageResultSchema; + const validationResult = safeParse2(resultSchema, result); + if (!validationResult.success) { + const errorMessage = validationResult.error instanceof Error ? validationResult.error.message : String(validationResult.error); + throw new McpError(ErrorCode.InvalidParams, `Invalid sampling result: ${errorMessage}`); + } + return validationResult.data; + }; + return super.setRequestHandler(requestSchema, wrappedHandler); + } + return super.setRequestHandler(requestSchema, handler); + } + assertCapability(capability, method) { + var _a5; + if (!((_a5 = this._serverCapabilities) == null ? void 0 : _a5[capability])) { + throw new Error(`Server does not support ${capability} (required for ${method})`); + } + } + async connect(transport, options) { + await super.connect(transport); + if (transport.sessionId !== void 0) { + return; + } + try { + const result = await this.request({ + method: "initialize", + params: { + protocolVersion: LATEST_PROTOCOL_VERSION, + capabilities: this._capabilities, + clientInfo: this._clientInfo + } + }, InitializeResultSchema, options); + if (result === void 0) { + throw new Error(`Server sent invalid initialize result: ${result}`); + } + if (!SUPPORTED_PROTOCOL_VERSIONS.includes(result.protocolVersion)) { + throw new Error(`Server's protocol version is not supported: ${result.protocolVersion}`); + } + this._serverCapabilities = result.capabilities; + this._serverVersion = result.serverInfo; + if (transport.setProtocolVersion) { + transport.setProtocolVersion(result.protocolVersion); + } + this._instructions = result.instructions; + await this.notification({ + method: "notifications/initialized" + }); + if (this._pendingListChangedConfig) { + this._setupListChangedHandlers(this._pendingListChangedConfig); + this._pendingListChangedConfig = void 0; + } + } catch (error48) { + void this.close(); + throw error48; + } + } + /** + * After initialization has completed, this will be populated with the server's reported capabilities. + */ + getServerCapabilities() { + return this._serverCapabilities; + } + /** + * After initialization has completed, this will be populated with information about the server's name and version. + */ + getServerVersion() { + return this._serverVersion; + } + /** + * After initialization has completed, this may be populated with information about the server's instructions. + */ + getInstructions() { + return this._instructions; + } + assertCapabilityForMethod(method) { + var _a5, _b3, _c2, _d, _e2; + switch (method) { + case "logging/setLevel": + if (!((_a5 = this._serverCapabilities) == null ? void 0 : _a5.logging)) { + throw new Error(`Server does not support logging (required for ${method})`); + } + break; + case "prompts/get": + case "prompts/list": + if (!((_b3 = this._serverCapabilities) == null ? void 0 : _b3.prompts)) { + throw new Error(`Server does not support prompts (required for ${method})`); + } + break; + case "resources/list": + case "resources/templates/list": + case "resources/read": + case "resources/subscribe": + case "resources/unsubscribe": + if (!((_c2 = this._serverCapabilities) == null ? void 0 : _c2.resources)) { + throw new Error(`Server does not support resources (required for ${method})`); + } + if (method === "resources/subscribe" && !this._serverCapabilities.resources.subscribe) { + throw new Error(`Server does not support resource subscriptions (required for ${method})`); + } + break; + case "tools/call": + case "tools/list": + if (!((_d = this._serverCapabilities) == null ? void 0 : _d.tools)) { + throw new Error(`Server does not support tools (required for ${method})`); + } + break; + case "completion/complete": + if (!((_e2 = this._serverCapabilities) == null ? void 0 : _e2.completions)) { + throw new Error(`Server does not support completions (required for ${method})`); + } + break; + case "initialize": + break; + case "ping": + break; + } + } + assertNotificationCapability(method) { + var _a5; + switch (method) { + case "notifications/roots/list_changed": + if (!((_a5 = this._capabilities.roots) == null ? void 0 : _a5.listChanged)) { + throw new Error(`Client does not support roots list changed notifications (required for ${method})`); + } + break; + case "notifications/initialized": + break; + case "notifications/cancelled": + break; + case "notifications/progress": + break; + } + } + assertRequestHandlerCapability(method) { + if (!this._capabilities) { + return; + } + switch (method) { + case "sampling/createMessage": + if (!this._capabilities.sampling) { + throw new Error(`Client does not support sampling capability (required for ${method})`); + } + break; + case "elicitation/create": + if (!this._capabilities.elicitation) { + throw new Error(`Client does not support elicitation capability (required for ${method})`); + } + break; + case "roots/list": + if (!this._capabilities.roots) { + throw new Error(`Client does not support roots capability (required for ${method})`); + } + break; + case "tasks/get": + case "tasks/list": + case "tasks/result": + case "tasks/cancel": + if (!this._capabilities.tasks) { + throw new Error(`Client does not support tasks capability (required for ${method})`); + } + break; + case "ping": + break; + } + } + assertTaskCapability(method) { + var _a5, _b3; + assertToolsCallTaskCapability((_b3 = (_a5 = this._serverCapabilities) == null ? void 0 : _a5.tasks) == null ? void 0 : _b3.requests, method, "Server"); + } + assertTaskHandlerCapability(method) { + var _a5; + if (!this._capabilities) { + return; + } + assertClientRequestTaskCapability((_a5 = this._capabilities.tasks) == null ? void 0 : _a5.requests, method, "Client"); + } + async ping(options) { + return this.request({ method: "ping" }, EmptyResultSchema, options); + } + async complete(params, options) { + return this.request({ method: "completion/complete", params }, CompleteResultSchema, options); + } + async setLoggingLevel(level, options) { + return this.request({ method: "logging/setLevel", params: { level } }, EmptyResultSchema, options); + } + async getPrompt(params, options) { + return this.request({ method: "prompts/get", params }, GetPromptResultSchema, options); + } + async listPrompts(params, options) { + return this.request({ method: "prompts/list", params }, ListPromptsResultSchema, options); + } + async listResources(params, options) { + return this.request({ method: "resources/list", params }, ListResourcesResultSchema, options); + } + async listResourceTemplates(params, options) { + return this.request({ method: "resources/templates/list", params }, ListResourceTemplatesResultSchema, options); + } + async readResource(params, options) { + return this.request({ method: "resources/read", params }, ReadResourceResultSchema, options); + } + async subscribeResource(params, options) { + return this.request({ method: "resources/subscribe", params }, EmptyResultSchema, options); + } + async unsubscribeResource(params, options) { + return this.request({ method: "resources/unsubscribe", params }, EmptyResultSchema, options); + } + /** + * Calls a tool and waits for the result. Automatically validates structured output if the tool has an outputSchema. + * + * For task-based execution with streaming behavior, use client.experimental.tasks.callToolStream() instead. + */ + async callTool(params, resultSchema = CallToolResultSchema, options) { + if (this.isToolTaskRequired(params.name)) { + throw new McpError(ErrorCode.InvalidRequest, `Tool "${params.name}" requires task-based execution. Use client.experimental.tasks.callToolStream() instead.`); + } + const result = await this.request({ method: "tools/call", params }, resultSchema, options); + const validator = this.getToolOutputValidator(params.name); + if (validator) { + if (!result.structuredContent && !result.isError) { + throw new McpError(ErrorCode.InvalidRequest, `Tool ${params.name} has an output schema but did not return structured content`); + } + if (result.structuredContent) { + try { + const validationResult = validator(result.structuredContent); + if (!validationResult.valid) { + throw new McpError(ErrorCode.InvalidParams, `Structured content does not match the tool's output schema: ${validationResult.errorMessage}`); + } + } catch (error48) { + if (error48 instanceof McpError) { + throw error48; + } + throw new McpError(ErrorCode.InvalidParams, `Failed to validate structured content: ${error48 instanceof Error ? error48.message : String(error48)}`); + } + } + } + return result; + } + isToolTask(toolName) { + var _a5, _b3, _c2, _d; + if (!((_d = (_c2 = (_b3 = (_a5 = this._serverCapabilities) == null ? void 0 : _a5.tasks) == null ? void 0 : _b3.requests) == null ? void 0 : _c2.tools) == null ? void 0 : _d.call)) { + return false; + } + return this._cachedKnownTaskTools.has(toolName); + } + /** + * Check if a tool requires task-based execution. + * Unlike isToolTask which includes 'optional' tools, this only checks for 'required'. + */ + isToolTaskRequired(toolName) { + return this._cachedRequiredTaskTools.has(toolName); + } + /** + * Cache validators for tool output schemas. + * Called after listTools() to pre-compile validators for better performance. + */ + cacheToolMetadata(tools) { + var _a5; + this._cachedToolOutputValidators.clear(); + this._cachedKnownTaskTools.clear(); + this._cachedRequiredTaskTools.clear(); + for (const tool of tools) { + if (tool.outputSchema) { + const toolValidator = this._jsonSchemaValidator.getValidator(tool.outputSchema); + this._cachedToolOutputValidators.set(tool.name, toolValidator); + } + const taskSupport = (_a5 = tool.execution) == null ? void 0 : _a5.taskSupport; + if (taskSupport === "required" || taskSupport === "optional") { + this._cachedKnownTaskTools.add(tool.name); + } + if (taskSupport === "required") { + this._cachedRequiredTaskTools.add(tool.name); + } + } + } + /** + * Get cached validator for a tool + */ + getToolOutputValidator(toolName) { + return this._cachedToolOutputValidators.get(toolName); + } + async listTools(params, options) { + const result = await this.request({ method: "tools/list", params }, ListToolsResultSchema, options); + this.cacheToolMetadata(result.tools); + return result; + } + /** + * Set up a single list changed handler. + * @internal + */ + _setupListChangedHandler(listType, notificationSchema, options, fetcher) { + const parseResult = ListChangedOptionsBaseSchema.safeParse(options); + if (!parseResult.success) { + throw new Error(`Invalid ${listType} listChanged options: ${parseResult.error.message}`); + } + if (typeof options.onChanged !== "function") { + throw new Error(`Invalid ${listType} listChanged options: onChanged must be a function`); + } + const { autoRefresh, debounceMs } = parseResult.data; + const { onChanged } = options; + const refresh = async () => { + if (!autoRefresh) { + onChanged(null, null); + return; + } + try { + const items = await fetcher(); + onChanged(null, items); + } catch (e2) { + const error48 = e2 instanceof Error ? e2 : new Error(String(e2)); + onChanged(error48, null); + } + }; + const handler = () => { + if (debounceMs) { + const existingTimer = this._listChangedDebounceTimers.get(listType); + if (existingTimer) { + clearTimeout(existingTimer); + } + const timer = setTimeout(refresh, debounceMs); + this._listChangedDebounceTimers.set(listType, timer); + } else { + refresh(); + } + }; + this.setNotificationHandler(notificationSchema, handler); + } + async sendRootsListChanged() { + return this.notification({ method: "notifications/roots/list_changed" }); + } +}; + +// node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +var import_cross_spawn = __toESM(require_cross_spawn(), 1); +var import_node_process2 = __toESM(require("node:process"), 1); +var import_node_stream = require("node:stream"); + +// node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js +init_types(); +var ReadBuffer = class { + append(chunk) { + this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk]) : chunk; + } + readMessage() { + if (!this._buffer) { + return null; + } + const index = this._buffer.indexOf("\n"); + if (index === -1) { + return null; + } + const line = this._buffer.toString("utf8", 0, index).replace(/\r$/, ""); + this._buffer = this._buffer.subarray(index + 1); + return deserializeMessage(line); + } + clear() { + this._buffer = void 0; + } +}; +function deserializeMessage(line) { + return JSONRPCMessageSchema.parse(JSON.parse(line)); +} +function serializeMessage(message) { + return JSON.stringify(message) + "\n"; +} + +// node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +var DEFAULT_INHERITED_ENV_VARS = import_node_process2.default.platform === "win32" ? [ + "APPDATA", + "HOMEDRIVE", + "HOMEPATH", + "LOCALAPPDATA", + "PATH", + "PROCESSOR_ARCHITECTURE", + "SYSTEMDRIVE", + "SYSTEMROOT", + "TEMP", + "USERNAME", + "USERPROFILE", + "PROGRAMFILES" +] : ( + /* list inspired by the default env inheritance of sudo */ + ["HOME", "LOGNAME", "PATH", "SHELL", "TERM", "USER"] +); +function getDefaultEnvironment() { + const env = {}; + for (const key of DEFAULT_INHERITED_ENV_VARS) { + const value = import_node_process2.default.env[key]; + if (value === void 0) { + continue; + } + if (value.startsWith("()")) { + continue; + } + env[key] = value; + } + return env; +} +var StdioClientTransport = class { + constructor(server) { + this._readBuffer = new ReadBuffer(); + this._stderrStream = null; + this._serverParams = server; + if (server.stderr === "pipe" || server.stderr === "overlapped") { + this._stderrStream = new import_node_stream.PassThrough(); + } + } + /** + * Starts the server process and prepares to communicate with it. + */ + async start() { + if (this._process) { + throw new Error("StdioClientTransport already started! If using Client class, note that connect() calls start() automatically."); + } + return new Promise((resolve8, reject) => { + var _a5, _b3, _c2, _d, _e2; + this._process = (0, import_cross_spawn.default)(this._serverParams.command, (_a5 = this._serverParams.args) != null ? _a5 : [], { + // merge default env with server env because mcp server needs some env vars + env: { + ...getDefaultEnvironment(), + ...this._serverParams.env + }, + stdio: ["pipe", "pipe", (_b3 = this._serverParams.stderr) != null ? _b3 : "inherit"], + shell: false, + windowsHide: import_node_process2.default.platform === "win32", + cwd: this._serverParams.cwd + }); + this._process.on("error", (error48) => { + var _a6; + reject(error48); + (_a6 = this.onerror) == null ? void 0 : _a6.call(this, error48); + }); + this._process.on("spawn", () => { + resolve8(); + }); + this._process.on("close", (_code) => { + var _a6; + this._process = void 0; + (_a6 = this.onclose) == null ? void 0 : _a6.call(this); + }); + (_c2 = this._process.stdin) == null ? void 0 : _c2.on("error", (error48) => { + var _a6; + (_a6 = this.onerror) == null ? void 0 : _a6.call(this, error48); + }); + (_d = this._process.stdout) == null ? void 0 : _d.on("data", (chunk) => { + this._readBuffer.append(chunk); + this.processReadBuffer(); + }); + (_e2 = this._process.stdout) == null ? void 0 : _e2.on("error", (error48) => { + var _a6; + (_a6 = this.onerror) == null ? void 0 : _a6.call(this, error48); + }); + if (this._stderrStream && this._process.stderr) { + this._process.stderr.pipe(this._stderrStream); + } + }); + } + /** + * The stderr stream of the child process, if `StdioServerParameters.stderr` was set to "pipe" or "overlapped". + * + * If stderr piping was requested, a PassThrough stream is returned _immediately_, allowing callers to + * attach listeners before the start method is invoked. This prevents loss of any early + * error output emitted by the child process. + */ + get stderr() { + var _a5, _b3; + if (this._stderrStream) { + return this._stderrStream; + } + return (_b3 = (_a5 = this._process) == null ? void 0 : _a5.stderr) != null ? _b3 : null; + } + /** + * The child process pid spawned by this transport. + * + * This is only available after the transport has been started. + */ + get pid() { + var _a5, _b3; + return (_b3 = (_a5 = this._process) == null ? void 0 : _a5.pid) != null ? _b3 : null; + } + processReadBuffer() { + var _a5, _b3; + while (true) { + try { + const message = this._readBuffer.readMessage(); + if (message === null) { + break; + } + (_a5 = this.onmessage) == null ? void 0 : _a5.call(this, message); + } catch (error48) { + (_b3 = this.onerror) == null ? void 0 : _b3.call(this, error48); + } + } + } + async close() { + var _a5; + if (this._process) { + const processToClose = this._process; + this._process = void 0; + const closePromise = new Promise((resolve8) => { + processToClose.once("close", () => { + resolve8(); + }); + }); + try { + (_a5 = processToClose.stdin) == null ? void 0 : _a5.end(); + } catch (e2) { + } + await Promise.race([closePromise, new Promise((resolve8) => { + const closeTimeout = setTimeout(resolve8, 2e3); + closeTimeout.unref?.(); + })]); + if (processToClose.exitCode === null) { + try { + processToClose.kill("SIGTERM"); + } catch (e2) { + } + await Promise.race([closePromise, new Promise((resolve8) => { + const closeTimeout = setTimeout(resolve8, 2e3); + closeTimeout.unref?.(); + })]); + } + if (processToClose.exitCode === null) { + try { + processToClose.kill("SIGKILL"); + } catch (e2) { + } + } + } + this._readBuffer.clear(); + } + send(message) { + return new Promise((resolve8) => { + var _a5; + if (!((_a5 = this._process) == null ? void 0 : _a5.stdin)) { + throw new Error("Not connected"); + } + const json2 = serializeMessage(message); + if (this._process.stdin.write(json2)) { + resolve8(); + } else { + this._process.stdin.once("drain", resolve8); + } + }); + } +}; + +// node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js +init_transport(); +init_types(); +init_auth2(); + +// node_modules/eventsource-parser/dist/stream.js +init_dist(); +var EventSourceParserStream = class extends TransformStream { + constructor({ onError, onRetry, onComment } = {}) { + let parser; + super({ + start(controller) { + parser = createParser({ + onEvent: (event) => { + controller.enqueue(event); + }, + onError(error48) { + onError === "terminate" ? controller.error(error48) : typeof onError == "function" && onError(error48); + }, + onRetry, + onComment + }); + }, + transform(chunk) { + parser.feed(chunk); + } + }); + } +}; + +// node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js +var DEFAULT_STREAMABLE_HTTP_RECONNECTION_OPTIONS = { + initialReconnectionDelay: 1e3, + maxReconnectionDelay: 3e4, + reconnectionDelayGrowFactor: 1.5, + maxRetries: 2 +}; +var StreamableHTTPError = class extends Error { + constructor(code, message) { + super(`Streamable HTTP error: ${message}`); + this.code = code; + } +}; +var StreamableHTTPClientTransport = class { + constructor(url2, opts) { + var _a5; + this._hasCompletedAuthFlow = false; + this._url = url2; + this._resourceMetadataUrl = void 0; + this._scope = void 0; + this._requestInit = opts == null ? void 0 : opts.requestInit; + this._authProvider = opts == null ? void 0 : opts.authProvider; + this._fetch = opts == null ? void 0 : opts.fetch; + this._fetchWithInit = createFetchWithInit(opts == null ? void 0 : opts.fetch, opts == null ? void 0 : opts.requestInit); + this._sessionId = opts == null ? void 0 : opts.sessionId; + this._reconnectionOptions = (_a5 = opts == null ? void 0 : opts.reconnectionOptions) != null ? _a5 : DEFAULT_STREAMABLE_HTTP_RECONNECTION_OPTIONS; + } + async _authThenStart() { + var _a5; + if (!this._authProvider) { + throw new UnauthorizedError("No auth provider"); + } + let result; + try { + result = await auth(this._authProvider, { + serverUrl: this._url, + resourceMetadataUrl: this._resourceMetadataUrl, + scope: this._scope, + fetchFn: this._fetchWithInit + }); + } catch (error48) { + (_a5 = this.onerror) == null ? void 0 : _a5.call(this, error48); + throw error48; + } + if (result !== "AUTHORIZED") { + throw new UnauthorizedError(); + } + return await this._startOrAuthSse({ resumptionToken: void 0 }); + } + async _commonHeaders() { + var _a5; + const headers = {}; + if (this._authProvider) { + const tokens = await this._authProvider.tokens(); + if (tokens) { + headers["Authorization"] = `Bearer ${tokens.access_token}`; + } + } + if (this._sessionId) { + headers["mcp-session-id"] = this._sessionId; + } + if (this._protocolVersion) { + headers["mcp-protocol-version"] = this._protocolVersion; + } + const extraHeaders = normalizeHeaders((_a5 = this._requestInit) == null ? void 0 : _a5.headers); + return new Headers({ + ...headers, + ...extraHeaders + }); + } + async _startOrAuthSse(options) { + var _a5, _b3, _c2, _d; + const { resumptionToken } = options; + try { + const headers = await this._commonHeaders(); + headers.set("Accept", "text/event-stream"); + if (resumptionToken) { + headers.set("last-event-id", resumptionToken); + } + const response = await ((_a5 = this._fetch) != null ? _a5 : fetch)(this._url, { + method: "GET", + headers, + signal: (_b3 = this._abortController) == null ? void 0 : _b3.signal + }); + if (!response.ok) { + await ((_c2 = response.body) == null ? void 0 : _c2.cancel()); + if (response.status === 401 && this._authProvider) { + return await this._authThenStart(); + } + if (response.status === 405) { + return; + } + throw new StreamableHTTPError(response.status, `Failed to open SSE stream: ${response.statusText}`); + } + this._handleSseStream(response.body, options, true); + } catch (error48) { + (_d = this.onerror) == null ? void 0 : _d.call(this, error48); + throw error48; + } + } + /** + * Calculates the next reconnection delay using backoff algorithm + * + * @param attempt Current reconnection attempt count for the specific stream + * @returns Time to wait in milliseconds before next reconnection attempt + */ + _getNextReconnectionDelay(attempt) { + if (this._serverRetryMs !== void 0) { + return this._serverRetryMs; + } + const initialDelay = this._reconnectionOptions.initialReconnectionDelay; + const growFactor = this._reconnectionOptions.reconnectionDelayGrowFactor; + const maxDelay = this._reconnectionOptions.maxReconnectionDelay; + return Math.min(initialDelay * Math.pow(growFactor, attempt), maxDelay); + } + /** + * Schedule a reconnection attempt using server-provided retry interval or backoff + * + * @param lastEventId The ID of the last received event for resumability + * @param attemptCount Current reconnection attempt count for this specific stream + */ + _scheduleReconnection(options, attemptCount = 0) { + var _a5; + const maxRetries = this._reconnectionOptions.maxRetries; + if (attemptCount >= maxRetries) { + (_a5 = this.onerror) == null ? void 0 : _a5.call(this, new Error(`Maximum reconnection attempts (${maxRetries}) exceeded.`)); + return; + } + const delay = this._getNextReconnectionDelay(attemptCount); + this._reconnectionTimeout = setTimeout(() => { + this._startOrAuthSse(options).catch((error48) => { + var _a6; + (_a6 = this.onerror) == null ? void 0 : _a6.call(this, new Error(`Failed to reconnect SSE stream: ${error48 instanceof Error ? error48.message : String(error48)}`)); + this._scheduleReconnection(options, attemptCount + 1); + }); + }, delay); + } + _handleSseStream(stream, options, isReconnectable) { + if (!stream) { + return; + } + const { onresumptiontoken, replayMessageId } = options; + let lastEventId; + let hasPrimingEvent = false; + let receivedResponse = false; + const processStream = async () => { + var _a5, _b3, _c2, _d; + try { + const reader = stream.pipeThrough(new TextDecoderStream()).pipeThrough(new EventSourceParserStream({ + onRetry: (retryMs) => { + this._serverRetryMs = retryMs; + } + })).getReader(); + while (true) { + const { value: event, done } = await reader.read(); + if (done) { + break; + } + if (event.id) { + lastEventId = event.id; + hasPrimingEvent = true; + onresumptiontoken == null ? void 0 : onresumptiontoken(event.id); + } + if (!event.data) { + continue; + } + if (!event.event || event.event === "message") { + try { + const message = JSONRPCMessageSchema.parse(JSON.parse(event.data)); + if (isJSONRPCResultResponse(message)) { + receivedResponse = true; + if (replayMessageId !== void 0) { + message.id = replayMessageId; + } + } + (_a5 = this.onmessage) == null ? void 0 : _a5.call(this, message); + } catch (error48) { + (_b3 = this.onerror) == null ? void 0 : _b3.call(this, error48); + } + } + } + const canResume = isReconnectable || hasPrimingEvent; + const needsReconnect = canResume && !receivedResponse; + if (needsReconnect && this._abortController && !this._abortController.signal.aborted) { + this._scheduleReconnection({ + resumptionToken: lastEventId, + onresumptiontoken, + replayMessageId + }, 0); + } + } catch (error48) { + (_c2 = this.onerror) == null ? void 0 : _c2.call(this, new Error(`SSE stream disconnected: ${error48}`)); + const canResume = isReconnectable || hasPrimingEvent; + const needsReconnect = canResume && !receivedResponse; + if (needsReconnect && this._abortController && !this._abortController.signal.aborted) { + try { + this._scheduleReconnection({ + resumptionToken: lastEventId, + onresumptiontoken, + replayMessageId + }, 0); + } catch (error49) { + (_d = this.onerror) == null ? void 0 : _d.call(this, new Error(`Failed to reconnect: ${error49 instanceof Error ? error49.message : String(error49)}`)); + } + } + } + }; + processStream(); + } + async start() { + if (this._abortController) { + throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically."); + } + this._abortController = new AbortController(); + } + /** + * Call this method after the user has finished authorizing via their user agent and is redirected back to the MCP client application. This will exchange the authorization code for an access token, enabling the next connection attempt to successfully auth. + */ + async finishAuth(authorizationCode) { + if (!this._authProvider) { + throw new UnauthorizedError("No auth provider"); + } + const result = await auth(this._authProvider, { + serverUrl: this._url, + authorizationCode, + resourceMetadataUrl: this._resourceMetadataUrl, + scope: this._scope, + fetchFn: this._fetchWithInit + }); + if (result !== "AUTHORIZED") { + throw new UnauthorizedError("Failed to authorize"); + } + } + async close() { + var _a5, _b3; + if (this._reconnectionTimeout) { + clearTimeout(this._reconnectionTimeout); + this._reconnectionTimeout = void 0; + } + (_a5 = this._abortController) == null ? void 0 : _a5.abort(); + (_b3 = this.onclose) == null ? void 0 : _b3.call(this); + } + async send(message, options) { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + try { + const { resumptionToken, onresumptiontoken } = options || {}; + if (resumptionToken) { + this._startOrAuthSse({ resumptionToken, replayMessageId: isJSONRPCRequest(message) ? message.id : void 0 }).catch((err) => { + var _a6; + return (_a6 = this.onerror) == null ? void 0 : _a6.call(this, err); + }); + return; + } + const headers = await this._commonHeaders(); + headers.set("content-type", "application/json"); + headers.set("accept", "application/json, text/event-stream"); + const init = { + ...this._requestInit, + method: "POST", + headers, + body: JSON.stringify(message), + signal: (_a5 = this._abortController) == null ? void 0 : _a5.signal + }; + const response = await ((_b3 = this._fetch) != null ? _b3 : fetch)(this._url, init); + const sessionId = response.headers.get("mcp-session-id"); + if (sessionId) { + this._sessionId = sessionId; + } + if (!response.ok) { + const text = await response.text().catch(() => null); + if (response.status === 401 && this._authProvider) { + if (this._hasCompletedAuthFlow) { + throw new StreamableHTTPError(401, "Server returned 401 after successful authentication"); + } + const { resourceMetadataUrl, scope } = extractWWWAuthenticateParams(response); + this._resourceMetadataUrl = resourceMetadataUrl; + this._scope = scope; + const result = await auth(this._authProvider, { + serverUrl: this._url, + resourceMetadataUrl: this._resourceMetadataUrl, + scope: this._scope, + fetchFn: this._fetchWithInit + }); + if (result !== "AUTHORIZED") { + throw new UnauthorizedError(); + } + this._hasCompletedAuthFlow = true; + return this.send(message); + } + if (response.status === 403 && this._authProvider) { + const { resourceMetadataUrl, scope, error: error48 } = extractWWWAuthenticateParams(response); + if (error48 === "insufficient_scope") { + const wwwAuthHeader = response.headers.get("WWW-Authenticate"); + if (this._lastUpscopingHeader === wwwAuthHeader) { + throw new StreamableHTTPError(403, "Server returned 403 after trying upscoping"); + } + if (scope) { + this._scope = scope; + } + if (resourceMetadataUrl) { + this._resourceMetadataUrl = resourceMetadataUrl; + } + this._lastUpscopingHeader = wwwAuthHeader != null ? wwwAuthHeader : void 0; + const result = await auth(this._authProvider, { + serverUrl: this._url, + resourceMetadataUrl: this._resourceMetadataUrl, + scope: this._scope, + fetchFn: this._fetch + }); + if (result !== "AUTHORIZED") { + throw new UnauthorizedError(); + } + return this.send(message); + } + } + throw new StreamableHTTPError(response.status, `Error POSTing to endpoint: ${text}`); + } + this._hasCompletedAuthFlow = false; + this._lastUpscopingHeader = void 0; + if (response.status === 202) { + await ((_c2 = response.body) == null ? void 0 : _c2.cancel()); + if (isInitializedNotification(message)) { + this._startOrAuthSse({ resumptionToken: void 0 }).catch((err) => { + var _a6; + return (_a6 = this.onerror) == null ? void 0 : _a6.call(this, err); + }); + } + return; + } + const messages = Array.isArray(message) ? message : [message]; + const hasRequests = messages.filter((msg) => "method" in msg && "id" in msg && msg.id !== void 0).length > 0; + const contentType = response.headers.get("content-type"); + if (hasRequests) { + if (contentType == null ? void 0 : contentType.includes("text/event-stream")) { + this._handleSseStream(response.body, { onresumptiontoken }, false); + } else if (contentType == null ? void 0 : contentType.includes("application/json")) { + const data = await response.json(); + const responseMessages = Array.isArray(data) ? data.map((msg) => JSONRPCMessageSchema.parse(msg)) : [JSONRPCMessageSchema.parse(data)]; + for (const msg of responseMessages) { + (_d = this.onmessage) == null ? void 0 : _d.call(this, msg); + } + } else { + await ((_e2 = response.body) == null ? void 0 : _e2.cancel()); + throw new StreamableHTTPError(-1, `Unexpected content type: ${contentType}`); + } + } else { + await ((_f2 = response.body) == null ? void 0 : _f2.cancel()); + } + } catch (error48) { + (_g = this.onerror) == null ? void 0 : _g.call(this, error48); + throw error48; + } + } + get sessionId() { + return this._sessionId; + } + /** + * Terminates the current session by sending a DELETE request to the server. + * + * Clients that no longer need a particular session + * (e.g., because the user is leaving the client application) SHOULD send an + * HTTP DELETE to the MCP endpoint with the Mcp-Session-Id header to explicitly + * terminate the session. + * + * The server MAY respond with HTTP 405 Method Not Allowed, indicating that + * the server does not allow clients to terminate sessions. + */ + async terminateSession() { + var _a5, _b3, _c2, _d; + if (!this._sessionId) { + return; + } + try { + const headers = await this._commonHeaders(); + const init = { + ...this._requestInit, + method: "DELETE", + headers, + signal: (_a5 = this._abortController) == null ? void 0 : _a5.signal + }; + const response = await ((_b3 = this._fetch) != null ? _b3 : fetch)(this._url, init); + await ((_c2 = response.body) == null ? void 0 : _c2.cancel()); + if (!response.ok && response.status !== 405) { + throw new StreamableHTTPError(response.status, `Failed to terminate session: ${response.statusText}`); + } + this._sessionId = void 0; + } catch (error48) { + (_d = this.onerror) == null ? void 0 : _d.call(this, error48); + throw error48; + } + } + setProtocolVersion(version2) { + this._protocolVersion = version2; + } + get protocolVersion() { + return this._protocolVersion; + } + /** + * Resume an SSE stream from a previous event ID. + * Opens a GET SSE connection with Last-Event-ID header to replay missed events. + * + * @param lastEventId The event ID to resume from + * @param options Optional callback to receive new resumption tokens + */ + async resumeStream(lastEventId, options) { + await this._startOrAuthSse({ + resumptionToken: lastEventId, + onresumptiontoken: options == null ? void 0 : options.onresumptiontoken + }); + } +}; + +// src/core/mcp/McpTester.ts +var http = __toESM(require("http")); +var https = __toESM(require("https")); +init_env(); +function createLegacySseTransport(url2, options) { + const module2 = (init_sse(), __toCommonJS(sse_exports)); + return new module2.SSEClientTransport(url2, options); +} +function createNodeFetch() { + return async (input, init) => { + var _a5, _b3, _c2; + const requestUrl = getRequestUrl(input); + const method = (_a5 = init == null ? void 0 : init.method) != null ? _a5 : input instanceof Request ? input.method : "GET"; + const headers = mergeHeaders(input, init); + const signal = (_b3 = init == null ? void 0 : init.signal) != null ? _b3 : input instanceof Request ? input.signal : void 0; + const body = await getRequestBody((_c2 = init == null ? void 0 : init.body) != null ? _c2 : input instanceof Request ? input.body : void 0); + const transport = requestUrl.protocol === "https:" ? https : http; + return new Promise((resolve8, reject) => { + let settled = false; + const fail = (error48) => { + if (settled) return; + settled = true; + signal == null ? void 0 : signal.removeEventListener("abort", onAbort); + reject(error48 instanceof Error ? error48 : new Error(String(error48))); + }; + const onAbort = () => { + var _a6; + req.destroy(new Error("Request aborted")); + fail((_a6 = signal == null ? void 0 : signal.reason) != null ? _a6 : new Error("Request aborted")); + }; + const requestHeaders = {}; + headers.forEach((value, key) => { + requestHeaders[key] = value; + }); + if (body) { + requestHeaders["content-length"] = String(body.byteLength); + } + const req = transport.request( + requestUrl, + { + method, + headers: requestHeaders + }, + (res) => { + if (settled) return; + settled = true; + signal == null ? void 0 : signal.removeEventListener("abort", onAbort); + resolve8(createFetchResponse(res)); + } + ); + req.on("error", (error48) => fail(error48)); + if (signal) { + if (signal.aborted) { + onAbort(); + return; + } + signal.addEventListener("abort", onAbort, { once: true }); + } + if (body) { + req.end(body); + } else { + req.end(); + } + }); + }; +} +function createFetchResponse(res) { + var _a5, _b3, _c2, _d; + const responseHeaders = new Headers(); + for (const [key, value] of Object.entries(res.headers)) { + if (value === void 0) continue; + if (Array.isArray(value)) { + for (const headerValue of value) { + responseHeaders.append(key, headerValue); + } + } else { + responseHeaders.append(key, value); + } + } + const body = new ReadableStream({ + start(controller) { + res.on("data", (chunk) => { + const buffer = typeof chunk === "string" ? Buffer.from(chunk) : chunk; + controller.enqueue(new Uint8Array(buffer)); + }); + res.on("end", () => controller.close()); + res.on("error", (error48) => controller.error(error48)); + }, + cancel(reason) { + res.destroy(reason instanceof Error ? reason : new Error("Response body cancelled")); + } + }); + let bodyUsed = false; + const readAsText = async () => { + if (bodyUsed) { + throw new TypeError("Body has already been consumed"); + } + bodyUsed = true; + const reader = body.getReader(); + const chunks = []; + let total = 0; + let done = false; + try { + while (!done) { + const { value, done: streamDone } = await reader.read(); + done = streamDone; + if (done) break; + if (value) { + chunks.push(value); + total += value.byteLength; + } + } + } finally { + reader.releaseLock(); + } + const merged = new Uint8Array(total); + let offset = 0; + for (const chunk of chunks) { + merged.set(chunk, offset); + offset += chunk.byteLength; + } + return new TextDecoder().decode(merged); + }; + return { + ok: ((_a5 = res.statusCode) != null ? _a5 : 500) >= 200 && ((_b3 = res.statusCode) != null ? _b3 : 500) < 300, + status: (_c2 = res.statusCode) != null ? _c2 : 500, + statusText: (_d = res.statusMessage) != null ? _d : "", + headers: responseHeaders, + body, + text: readAsText, + json: async () => { + const parsed = JSON.parse(await readAsText()); + return parsed; + } + }; +} +function getRequestUrl(input) { + if (input instanceof URL) { + return input; + } + if (typeof input === "string") { + return new URL(input); + } + return new URL(input.url); +} +function mergeHeaders(input, init) { + const headers = new Headers(input instanceof Request ? input.headers : void 0); + if (init == null ? void 0 : init.headers) { + const initHeaders = new Headers(init.headers); + initHeaders.forEach((value, key) => { + headers.set(key, value); + }); + } + return headers; +} +async function getRequestBody(body) { + if (body === void 0 || body === null) { + return void 0; + } + const serialized = await new Response(body).arrayBuffer(); + return Buffer.from(serialized); +} +var nodeFetch = createNodeFetch(); +async function testMcpServer(server) { + var _a5; + const type = getMcpServerType(server.config); + let transport; + try { + if (type === "stdio") { + const config2 = server.config; + const { cmd, args } = parseCommand(config2.command, config2.args); + if (!cmd) { + return { success: false, tools: [], error: "Missing command" }; + } + transport = new StdioClientTransport({ + command: cmd, + args, + env: { ...process.env, ...config2.env, PATH: getEnhancedPath((_a5 = config2.env) == null ? void 0 : _a5.PATH) }, + stderr: "ignore" + }); + } else { + const config2 = server.config; + const url2 = new URL(config2.url); + const options = { + fetch: nodeFetch, + requestInit: config2.headers ? { headers: config2.headers } : void 0 + }; + transport = type === "sse" ? createLegacySseTransport(url2, options) : new StreamableHTTPClientTransport(url2, options); + } + } catch (error48) { + return { + success: false, + tools: [], + error: error48 instanceof Error ? error48.message : "Invalid server configuration" + }; + } + const client = new Client({ name: "claudian-tester", version: "1.0.0" }); + const controller = new AbortController(); + const timeout = window.setTimeout(() => controller.abort(), 1e4); + try { + await client.connect(transport, { signal: controller.signal }); + const serverVersion = client.getServerVersion(); + let tools = []; + try { + const result = await client.listTools(void 0, { signal: controller.signal }); + tools = result.tools.map((t11) => ({ + name: t11.name, + description: t11.description, + inputSchema: t11.inputSchema + })); + } catch (e2) { + } + return { + success: true, + serverName: serverVersion == null ? void 0 : serverVersion.name, + serverVersion: serverVersion == null ? void 0 : serverVersion.version, + tools + }; + } catch (error48) { + if (controller.signal.aborted) { + return { success: false, tools: [], error: "Connection timeout (10s)" }; + } + return { + success: false, + tools: [], + error: error48 instanceof Error ? error48.message : "Unknown error" + }; + } finally { + window.clearTimeout(timeout); + try { + await client.close(); + } catch (e2) { + } + } +} + +// src/features/settings/ui/McpServerModal.ts +var import_obsidian7 = require("obsidian"); +var McpServerModal = class extends import_obsidian7.Modal { + constructor(app, existingServer, onSave, initialType, prefillConfig) { + super(app); + this.serverName = ""; + this.serverType = "stdio"; + this.enabled = DEFAULT_MCP_SERVER.enabled; + this.contextSaving = DEFAULT_MCP_SERVER.contextSaving; + this.command = ""; + this.env = ""; + this.url = ""; + this.headers = ""; + this.typeFieldsEl = null; + this.nameInputEl = null; + this.existingServer = existingServer; + this.onSave = onSave; + if (existingServer) { + this.serverName = existingServer.name; + this.serverType = getMcpServerType(existingServer.config); + this.enabled = existingServer.enabled; + this.contextSaving = existingServer.contextSaving; + this.initFromConfig(existingServer.config); + } else if (prefillConfig) { + this.serverName = prefillConfig.name; + this.serverType = getMcpServerType(prefillConfig.config); + this.initFromConfig(prefillConfig.config); + } else if (initialType) { + this.serverType = initialType; + } + } + initFromConfig(config2) { + const type = getMcpServerType(config2); + if (type === "stdio") { + const stdioConfig = config2; + if (stdioConfig.args && stdioConfig.args.length > 0) { + this.command = stdioConfig.command + " " + stdioConfig.args.join(" "); + } else { + this.command = stdioConfig.command; + } + this.env = this.envRecordToString(stdioConfig.env); + } else { + const urlConfig = config2; + this.url = urlConfig.url; + this.headers = this.envRecordToString(urlConfig.headers); + } + } + onOpen() { + this.setTitle(this.existingServer ? "Edit MCP Server" : "Add MCP Server"); + this.modalEl.addClass("claudian-mcp-modal"); + const { contentEl } = this; + new import_obsidian7.Setting(contentEl).setName("Server name").setDesc("Unique identifier for this server").addText((text) => { + this.nameInputEl = text.inputEl; + text.setValue(this.serverName); + text.setPlaceholder("My-mcp-server"); + text.onChange((value) => { + this.serverName = value; + }); + text.inputEl.addEventListener("keydown", (e2) => this.handleKeyDown(e2)); + }); + new import_obsidian7.Setting(contentEl).setName("Type").setDesc("Server connection type").addDropdown((dropdown) => { + dropdown.addOption("stdio", "Stdio (local command)"); + dropdown.addOption("sse", "Sse (server-sent events)"); + dropdown.addOption("http", "HTTP (HTTP endpoint)"); + dropdown.setValue(this.serverType); + dropdown.onChange((value) => { + this.serverType = value; + this.renderTypeFields(); + }); + }); + this.typeFieldsEl = contentEl.createDiv({ cls: "claudian-mcp-type-fields" }); + this.renderTypeFields(); + new import_obsidian7.Setting(contentEl).setName("Enabled").setDesc("Whether this server is active").addToggle((toggle) => { + toggle.setValue(this.enabled); + toggle.onChange((value) => { + this.enabled = value; + }); + }); + new import_obsidian7.Setting(contentEl).setName("Context-saving mode").setDesc("Hide tools from agent unless @-mentioned (saves context window)").addToggle((toggle) => { + toggle.setValue(this.contextSaving); + toggle.onChange((value) => { + this.contextSaving = value; + }); + }); + const buttonContainer = contentEl.createDiv({ cls: "claudian-mcp-buttons" }); + const cancelBtn = buttonContainer.createEl("button", { + text: "Cancel", + cls: "claudian-cancel-btn" + }); + cancelBtn.addEventListener("click", () => this.close()); + const saveBtn = buttonContainer.createEl("button", { + text: this.existingServer ? "Update" : "Add", + cls: "claudian-save-btn mod-cta" + }); + saveBtn.addEventListener("click", () => this.save()); + } + renderTypeFields() { + if (!this.typeFieldsEl) return; + this.typeFieldsEl.empty(); + if (this.serverType === "stdio") { + this.renderStdioFields(); + } else { + this.renderUrlFields(); + } + } + renderStdioFields() { + if (!this.typeFieldsEl) return; + const cmdSetting = new import_obsidian7.Setting(this.typeFieldsEl).setName("Command").setDesc("Full command with arguments"); + cmdSetting.settingEl.addClass("claudian-mcp-cmd-setting"); + const cmdTextarea = cmdSetting.controlEl.createEl("textarea", { + cls: "claudian-mcp-cmd-textarea" + }); + cmdTextarea.value = this.command; + cmdTextarea.placeholder = "Docker exec -i mcp-server python -m src.server"; + cmdTextarea.rows = 2; + cmdTextarea.addEventListener("input", () => { + this.command = cmdTextarea.value; + }); + const envSetting = new import_obsidian7.Setting(this.typeFieldsEl).setName("Environment variables").setDesc("Key=value per line (optional)"); + envSetting.settingEl.addClass("claudian-mcp-env-setting"); + const envTextarea = envSetting.controlEl.createEl("textarea", { + cls: "claudian-mcp-env-textarea" + }); + envTextarea.value = this.env; + envTextarea.placeholder = "API_key=your-key"; + envTextarea.rows = 2; + envTextarea.addEventListener("input", () => { + this.env = envTextarea.value; + }); + } + renderUrlFields() { + if (!this.typeFieldsEl) return; + new import_obsidian7.Setting(this.typeFieldsEl).setName("URL").setDesc(this.serverType === "sse" ? "SSE endpoint URL" : "HTTP endpoint URL").addText((text) => { + text.setValue(this.url); + text.setPlaceholder("HTTP://localhost:3000/sse"); + text.onChange((value) => { + this.url = value; + }); + text.inputEl.addEventListener("keydown", (e2) => this.handleKeyDown(e2)); + }); + const headersSetting = new import_obsidian7.Setting(this.typeFieldsEl).setName("Headers").setDesc("HTTP headers (key=value per line)"); + headersSetting.settingEl.addClass("claudian-mcp-env-setting"); + const headersTextarea = headersSetting.controlEl.createEl("textarea", { + cls: "claudian-mcp-env-textarea" + }); + headersTextarea.value = this.headers; + headersTextarea.placeholder = "Authorization=bearer token\ncontent-type=application/JSON"; + headersTextarea.rows = 3; + headersTextarea.addEventListener("input", () => { + this.headers = headersTextarea.value; + }); + } + handleKeyDown(e2) { + if (e2.key === "Enter" && !e2.shiftKey && !e2.isComposing) { + e2.preventDefault(); + this.save(); + } else if (e2.key === "Escape" && !e2.isComposing) { + e2.preventDefault(); + this.close(); + } + } + save() { + var _a5, _b3, _c2; + const name = this.serverName.trim(); + if (!name) { + new import_obsidian7.Notice("Please enter a server name"); + (_a5 = this.nameInputEl) == null ? void 0 : _a5.focus(); + return; + } + if (!/^[a-zA-Z0-9._-]+$/.test(name)) { + new import_obsidian7.Notice("Server name can only contain letters, numbers, dots, hyphens, and underscores"); + (_b3 = this.nameInputEl) == null ? void 0 : _b3.focus(); + return; + } + let config2; + if (this.serverType === "stdio") { + const fullCommand = this.command.trim(); + if (!fullCommand) { + new import_obsidian7.Notice("Please enter a command"); + return; + } + const { cmd, args } = parseCommand(fullCommand); + const stdioConfig = { command: cmd }; + if (args.length > 0) { + stdioConfig.args = args; + } + const env = this.parseEnvString(this.env); + if (Object.keys(env).length > 0) { + stdioConfig.env = env; + } + config2 = stdioConfig; + } else { + const url2 = this.url.trim(); + if (!url2) { + new import_obsidian7.Notice("Please enter a URL"); + return; + } + if (this.serverType === "sse") { + const sseConfig = { type: "sse", url: url2 }; + const headers = this.parseEnvString(this.headers); + if (Object.keys(headers).length > 0) { + sseConfig.headers = headers; + } + config2 = sseConfig; + } else { + const httpConfig = { type: "http", url: url2 }; + const headers = this.parseEnvString(this.headers); + if (Object.keys(headers).length > 0) { + httpConfig.headers = headers; + } + config2 = httpConfig; + } + } + const server = { + name, + config: config2, + enabled: this.enabled, + contextSaving: this.contextSaving, + disabledTools: (_c2 = this.existingServer) == null ? void 0 : _c2.disabledTools + }; + this.onSave(server); + this.close(); + } + parseEnvString(envStr) { + const result = {}; + if (!envStr.trim()) return result; + for (const line of envStr.split("\n")) { + const trimmed = line.trim(); + if (!trimmed || trimmed.startsWith("#")) continue; + const eqIndex = trimmed.indexOf("="); + if (eqIndex === -1) continue; + const key = trimmed.substring(0, eqIndex).trim(); + const value = trimmed.substring(eqIndex + 1).trim(); + if (key) { + result[key] = value; + } + } + return result; + } + envRecordToString(env) { + if (!env) return ""; + return Object.entries(env).map(([key, value]) => `${key}=${value}`).join("\n"); + } + onClose() { + this.contentEl.empty(); + } +}; + +// src/features/settings/ui/McpTestModal.ts +var import_obsidian8 = require("obsidian"); +function formatToggleError(error48) { + if (!(error48 instanceof Error)) return "Failed to update tool setting"; + const msg = error48.message.toLowerCase(); + if (msg.includes("permission") || msg.includes("eacces")) { + return "Permission denied. Check .claude/ folder permissions."; + } + if (msg.includes("enospc") || msg.includes("disk full") || msg.includes("no space")) { + return "Disk full. Free up space and try again."; + } + if (msg.includes("json") || msg.includes("syntax")) { + return "Config file corrupted. Check .claude/mcp.json"; + } + return error48.message || "Failed to update tool setting"; +} +var SVG_NS = "http://www.w3.org/2000/svg"; +function appendSpinnerSvg(container) { + const svg = container.ownerDocument.createElementNS(SVG_NS, "svg"); + svg.setAttribute("viewBox", "0 0 24 24"); + svg.setAttribute("fill", "none"); + svg.setAttribute("stroke", "currentColor"); + svg.setAttribute("stroke-width", "2"); + const path27 = container.ownerDocument.createElementNS(SVG_NS, "path"); + path27.setAttribute( + "d", + "M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83" + ); + svg.appendChild(path27); + container.appendChild(svg); +} +var McpTestModal = class extends import_obsidian8.Modal { + constructor(app, serverName, initialDisabledTools, onToolToggle, onBulkToggle) { + super(app); + this.result = null; + this.loading = true; + this.contentEl_ = null; + this.toolToggles = /* @__PURE__ */ new Map(); + this.toolElements = /* @__PURE__ */ new Map(); + this.toggleAllBtn = null; + this.pendingToggle = false; + this.serverName = serverName; + this.disabledTools = new Set( + (initialDisabledTools != null ? initialDisabledTools : []).map((tool) => tool.trim()).filter((tool) => tool.length > 0) + ); + this.onToolToggle = onToolToggle; + this.onBulkToggle = onBulkToggle; + } + onOpen() { + this.setTitle(`Verify: ${this.serverName}`); + this.modalEl.addClass("claudian-mcp-test-modal"); + this.contentEl_ = this.contentEl; + this.renderLoading(); + } + setResult(result) { + this.result = result; + this.loading = false; + this.render(); + } + setError(error48) { + this.result = { success: false, tools: [], error: error48 }; + this.loading = false; + this.render(); + } + renderLoading() { + if (!this.contentEl_) return; + this.contentEl_.empty(); + const loadingEl = this.contentEl_.createDiv({ cls: "claudian-mcp-test-loading" }); + const spinnerEl = loadingEl.createDiv({ cls: "claudian-mcp-test-spinner" }); + appendSpinnerSvg(spinnerEl); + loadingEl.createSpan({ text: "Connecting to MCP server..." }); + } + render() { + if (!this.contentEl_) return; + this.contentEl_.empty(); + if (!this.result) { + this.renderLoading(); + return; + } + const statusEl = this.contentEl_.createDiv({ cls: "claudian-mcp-test-status" }); + const iconEl = statusEl.createSpan({ cls: "claudian-mcp-test-icon" }); + if (this.result.success) { + (0, import_obsidian8.setIcon)(iconEl, "check-circle"); + iconEl.addClass("success"); + } else { + (0, import_obsidian8.setIcon)(iconEl, "x-circle"); + iconEl.addClass("error"); + } + const textEl = statusEl.createSpan({ cls: "claudian-mcp-test-text" }); + if (this.result.success) { + let statusText = "Connected successfully"; + if (this.result.serverName) { + statusText += ` to ${this.result.serverName}`; + if (this.result.serverVersion) { + statusText += ` v${this.result.serverVersion}`; + } + } + textEl.setText(statusText); + } else { + textEl.setText("Connection failed"); + } + if (this.result.error) { + const errorEl = this.contentEl_.createDiv({ cls: "claudian-mcp-test-error" }); + errorEl.setText(this.result.error); + } + this.toolToggles.clear(); + this.toolElements.clear(); + if (this.result.tools.length > 0) { + const toolsSection = this.contentEl_.createDiv({ cls: "claudian-mcp-test-tools" }); + const toolsHeader = toolsSection.createDiv({ cls: "claudian-mcp-test-tools-header" }); + toolsHeader.setText(`Available Tools (${this.result.tools.length})`); + const toolsList = toolsSection.createDiv({ cls: "claudian-mcp-test-tools-list" }); + for (const tool of this.result.tools) { + this.renderTool(toolsList, tool); + } + } else if (this.result.success) { + const noToolsEl = this.contentEl_.createDiv({ cls: "claudian-mcp-test-no-tools" }); + noToolsEl.setText("No tools information available. Tools will be loaded when used in chat."); + } + const buttonContainer = this.contentEl_.createDiv({ cls: "claudian-mcp-test-buttons" }); + if (this.result.tools.length > 0 && this.onToolToggle) { + this.toggleAllBtn = buttonContainer.createEl("button", { + cls: "claudian-mcp-toggle-all-btn" + }); + this.updateToggleAllButton(); + this.toggleAllBtn.addEventListener("click", () => { + void this.handleToggleAll(); + }); + } + const closeBtn = buttonContainer.createEl("button", { + text: "Close", + cls: "mod-cta" + }); + closeBtn.addEventListener("click", () => this.close()); + } + renderTool(container, tool) { + const toolEl = container.createDiv({ cls: "claudian-mcp-test-tool" }); + const headerEl = toolEl.createDiv({ cls: "claudian-mcp-test-tool-header" }); + const iconEl = headerEl.createSpan({ cls: "claudian-mcp-test-tool-icon" }); + (0, import_obsidian8.setIcon)(iconEl, "wrench"); + const nameEl = headerEl.createSpan({ cls: "claudian-mcp-test-tool-name" }); + nameEl.setText(tool.name); + const toggleEl = headerEl.createDiv({ cls: "claudian-mcp-test-tool-toggle" }); + const toggleContainer = toggleEl.createDiv({ cls: "checkbox-container" }); + const checkbox = toggleContainer.createEl("input", { + type: "checkbox", + attr: { tabindex: "0" } + }); + const isEnabled = !this.disabledTools.has(tool.name); + checkbox.checked = isEnabled; + toggleContainer.toggleClass("is-enabled", isEnabled); + this.updateToolState(toolEl, isEnabled); + this.toolToggles.set(tool.name, { checkbox, container: toggleContainer }); + this.toolElements.set(tool.name, toolEl); + if (!this.onToolToggle) { + checkbox.disabled = true; + } else { + toggleContainer.addEventListener("click", (e2) => { + e2.preventDefault(); + e2.stopPropagation(); + if (checkbox.disabled) return; + checkbox.checked = !checkbox.checked; + void this.handleToolToggle(tool.name, checkbox, toggleContainer); + }); + } + if (tool.description) { + const descEl = toolEl.createDiv({ cls: "claudian-mcp-test-tool-desc" }); + descEl.setText(tool.description); + } + } + async handleToolToggle(toolName, checkbox, container) { + var _a5; + const toolEl = this.toolElements.get(toolName); + if (!toolEl) return; + const wasDisabled = this.disabledTools.has(toolName); + const nextDisabled = !checkbox.checked; + if (nextDisabled) { + this.disabledTools.add(toolName); + } else { + this.disabledTools.delete(toolName); + } + container.toggleClass("is-enabled", !nextDisabled); + this.updateToolState(toolEl, !nextDisabled); + this.updateToggleAllButton(); + checkbox.disabled = true; + try { + await ((_a5 = this.onToolToggle) == null ? void 0 : _a5.call(this, toolName, !nextDisabled)); + } catch (error48) { + if (nextDisabled) { + this.disabledTools.delete(toolName); + } else { + this.disabledTools.add(toolName); + } + checkbox.checked = !wasDisabled; + container.toggleClass("is-enabled", !wasDisabled); + this.updateToolState(toolEl, !wasDisabled); + this.updateToggleAllButton(); + new import_obsidian8.Notice(formatToggleError(error48)); + } finally { + checkbox.disabled = false; + } + } + updateToolState(toolEl, enabled) { + toolEl.toggleClass("claudian-mcp-test-tool-disabled", !enabled); + } + updateToggleAllButton() { + if (!this.toggleAllBtn || !this.result) return; + const allEnabled = this.disabledTools.size === 0; + const allDisabled = this.disabledTools.size === this.result.tools.length; + if (allEnabled) { + this.toggleAllBtn.setText("Disable all"); + this.toggleAllBtn.toggleClass("is-destructive", true); + } else { + this.toggleAllBtn.setText(allDisabled ? "Enable All" : "Enable All"); + this.toggleAllBtn.toggleClass("is-destructive", false); + } + } + async handleToggleAll() { + if (!this.result || this.pendingToggle || !this.onBulkToggle) return; + const allEnabled = this.disabledTools.size === 0; + const previousDisabled = new Set(this.disabledTools); + const newDisabledTools = allEnabled ? this.result.tools.map((t11) => t11.name) : []; + this.pendingToggle = true; + if (this.toggleAllBtn) this.toggleAllBtn.disabled = true; + for (const { checkbox } of this.toolToggles.values()) { + checkbox.disabled = true; + } + this.disabledTools = new Set(newDisabledTools); + for (const tool of this.result.tools) { + const toggle = this.toolToggles.get(tool.name); + const toolEl = this.toolElements.get(tool.name); + if (!toggle || !toolEl) continue; + const isEnabled = !this.disabledTools.has(tool.name); + toggle.checkbox.checked = isEnabled; + toggle.container.toggleClass("is-enabled", isEnabled); + this.updateToolState(toolEl, isEnabled); + } + this.updateToggleAllButton(); + try { + await this.onBulkToggle(newDisabledTools); + } catch (error48) { + this.disabledTools = previousDisabled; + for (const tool of this.result.tools) { + const toggle = this.toolToggles.get(tool.name); + const toolEl = this.toolElements.get(tool.name); + if (!toggle || !toolEl) continue; + const isEnabled = !this.disabledTools.has(tool.name); + toggle.checkbox.checked = isEnabled; + toggle.container.toggleClass("is-enabled", isEnabled); + this.updateToolState(toolEl, isEnabled); + } + this.updateToggleAllButton(); + new import_obsidian8.Notice(formatToggleError(error48)); + } + for (const { checkbox } of this.toolToggles.values()) { + checkbox.disabled = false; + } + this.pendingToggle = false; + if (this.toggleAllBtn) this.toggleAllBtn.disabled = false; + } + onClose() { + this.contentEl.empty(); + } +}; + +// src/features/settings/ui/McpSettingsManager.ts +var McpSettingsManager = class { + constructor(containerEl, deps) { + this.servers = []; + this.app = deps.app; + this.containerEl = containerEl; + this.mcpStorage = deps.mcpStorage; + this.broadcastMcpReload = deps.broadcastMcpReload; + void this.loadAndRender(); + } + async loadAndRender() { + this.servers = await this.mcpStorage.load(); + this.render(); + } + render() { + var _a5; + this.containerEl.empty(); + const headerEl = this.containerEl.createDiv({ cls: "claudian-mcp-header" }); + headerEl.createSpan({ text: "MCP Servers", cls: "claudian-mcp-label" }); + const addContainer = headerEl.createDiv({ cls: "claudian-mcp-add-container" }); + const addBtn = addContainer.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Add" } + }); + (0, import_obsidian9.setIcon)(addBtn, "plus"); + const dropdown = addContainer.createDiv({ cls: "claudian-mcp-add-dropdown" }); + const stdioOption = dropdown.createDiv({ cls: "claudian-mcp-add-option" }); + (0, import_obsidian9.setIcon)(stdioOption.createSpan({ cls: "claudian-mcp-add-option-icon" }), "terminal"); + stdioOption.createSpan({ text: "stdio (local command)" }); + stdioOption.addEventListener("click", () => { + dropdown.removeClass("is-visible"); + this.openModal(null, "stdio"); + }); + const httpOption = dropdown.createDiv({ cls: "claudian-mcp-add-option" }); + (0, import_obsidian9.setIcon)(httpOption.createSpan({ cls: "claudian-mcp-add-option-icon" }), "globe"); + httpOption.createSpan({ text: "http / sse (remote)" }); + httpOption.addEventListener("click", () => { + dropdown.removeClass("is-visible"); + this.openModal(null, "http"); + }); + const importOption = dropdown.createDiv({ cls: "claudian-mcp-add-option" }); + (0, import_obsidian9.setIcon)(importOption.createSpan({ cls: "claudian-mcp-add-option-icon" }), "clipboard-paste"); + importOption.createSpan({ text: "Import from clipboard" }); + importOption.addEventListener("click", () => { + dropdown.removeClass("is-visible"); + void this.importFromClipboard(); + }); + addBtn.addEventListener("click", (e2) => { + e2.stopPropagation(); + dropdown.toggleClass("is-visible", !dropdown.hasClass("is-visible")); + }); + ((_a5 = this.containerEl.ownerDocument) != null ? _a5 : window.document).addEventListener("click", () => { + dropdown.removeClass("is-visible"); + }); + if (this.servers.length === 0) { + const emptyEl = this.containerEl.createDiv({ cls: "claudian-mcp-empty" }); + emptyEl.setText('No mcp servers configured. Click "add" to add one.'); + return; + } + const listEl = this.containerEl.createDiv({ cls: "claudian-mcp-list" }); + for (const server of this.servers) { + this.renderServerItem(listEl, server); + } + } + renderServerItem(listEl, server) { + const itemEl = listEl.createDiv({ cls: "claudian-mcp-item" }); + if (!server.enabled) { + itemEl.addClass("claudian-mcp-item-disabled"); + } + const statusEl = itemEl.createDiv({ cls: "claudian-mcp-status" }); + statusEl.addClass( + server.enabled ? "claudian-mcp-status-enabled" : "claudian-mcp-status-disabled" + ); + const infoEl = itemEl.createDiv({ cls: "claudian-mcp-info" }); + const nameRow = infoEl.createDiv({ cls: "claudian-mcp-name-row" }); + const nameEl = nameRow.createSpan({ cls: "claudian-mcp-name" }); + nameEl.setText(server.name); + const serverType = getMcpServerType(server.config); + const typeEl = nameRow.createSpan({ cls: "claudian-mcp-type-badge" }); + typeEl.setText(serverType); + if (server.contextSaving) { + const csEl = nameRow.createSpan({ cls: "claudian-mcp-context-saving-badge" }); + csEl.setText("@"); + csEl.setAttribute("title", "Context-saving: mention with @" + server.name + " to enable"); + } + const previewEl = infoEl.createDiv({ cls: "claudian-mcp-preview" }); + if (server.description) { + previewEl.setText(server.description); + } else { + previewEl.setText(this.getServerPreview(server, serverType)); + } + const actionsEl = itemEl.createDiv({ cls: "claudian-mcp-actions" }); + const testBtn = actionsEl.createEl("button", { + cls: "claudian-mcp-action-btn", + attr: { "aria-label": "Verify (show tools)" } + }); + (0, import_obsidian9.setIcon)(testBtn, "zap"); + testBtn.addEventListener("click", () => { + void this.testServer(server); + }); + const toggleBtn = actionsEl.createEl("button", { + cls: "claudian-mcp-action-btn", + attr: { "aria-label": server.enabled ? "Disable" : "Enable" } + }); + (0, import_obsidian9.setIcon)(toggleBtn, server.enabled ? "toggle-right" : "toggle-left"); + toggleBtn.addEventListener("click", () => { + void this.toggleServer(server); + }); + const editBtn = actionsEl.createEl("button", { + cls: "claudian-mcp-action-btn", + attr: { "aria-label": "Edit" } + }); + (0, import_obsidian9.setIcon)(editBtn, "pencil"); + editBtn.addEventListener("click", () => this.openModal(server)); + const deleteBtn = actionsEl.createEl("button", { + cls: "claudian-mcp-action-btn claudian-mcp-delete-btn", + attr: { "aria-label": "Delete" } + }); + (0, import_obsidian9.setIcon)(deleteBtn, "trash-2"); + deleteBtn.addEventListener("click", () => { + void this.deleteServer(server); + }); + } + async testServer(server) { + const modal = new McpTestModal( + this.app, + server.name, + server.disabledTools, + async (toolName, enabled) => { + await this.updateDisabledTool(server, toolName, enabled); + }, + async (disabledTools) => { + await this.updateAllDisabledTools(server, disabledTools); + } + ); + modal.open(); + try { + const result = await testMcpServer(server); + modal.setResult(result); + } catch (error48) { + modal.setError(error48 instanceof Error ? error48.message : "Verification failed"); + } + } + /** Rolls back on save failure; warns on reload failure (since save succeeded). */ + async updateServerDisabledTools(server, newDisabledTools) { + const previous = server.disabledTools ? [...server.disabledTools] : void 0; + server.disabledTools = newDisabledTools; + try { + await this.mcpStorage.save(this.servers); + } catch (error48) { + server.disabledTools = previous; + throw error48; + } + try { + await this.broadcastMcpReload(); + } catch (e2) { + new import_obsidian9.Notice("Setting saved but reload failed. Changes will apply on next session."); + } + } + async updateDisabledTool(server, toolName, enabled) { + var _a5; + const disabledTools = new Set((_a5 = server.disabledTools) != null ? _a5 : []); + if (enabled) { + disabledTools.delete(toolName); + } else { + disabledTools.add(toolName); + } + await this.updateServerDisabledTools( + server, + disabledTools.size > 0 ? Array.from(disabledTools) : void 0 + ); + } + async updateAllDisabledTools(server, disabledTools) { + await this.updateServerDisabledTools( + server, + disabledTools.length > 0 ? disabledTools : void 0 + ); + } + getServerPreview(server, type) { + var _a5; + if (type === "stdio") { + const config2 = server.config; + const args = ((_a5 = config2.args) == null ? void 0 : _a5.join(" ")) || ""; + return args ? `${config2.command} ${args}` : config2.command; + } else { + const config2 = server.config; + return config2.url; + } + } + openModal(existing, initialType) { + const modal = new McpServerModal( + this.app, + existing, + (server) => { + void this.saveServer(server, existing).catch((error48) => { + new import_obsidian9.Notice(error48 instanceof Error ? error48.message : "Failed to save MCP server"); + }); + }, + initialType + ); + modal.open(); + } + async importFromClipboard() { + try { + const text = await navigator.clipboard.readText(); + if (!text.trim()) { + new import_obsidian9.Notice("Clipboard is empty"); + return; + } + const parsed = tryParseClipboardConfig(text); + if (!parsed || parsed.servers.length === 0) { + new import_obsidian9.Notice("No valid mcp configuration found in clipboard"); + return; + } + if (parsed.needsName || parsed.servers.length === 1) { + const server = parsed.servers[0]; + const type = getMcpServerType(server.config); + const modal = new McpServerModal( + this.app, + null, + (savedServer) => { + void this.saveServer(savedServer, null).catch((error48) => { + new import_obsidian9.Notice(error48 instanceof Error ? error48.message : "Failed to save MCP server"); + }); + }, + type, + server + // Pre-fill with parsed config + ); + modal.open(); + if (parsed.needsName) { + new import_obsidian9.Notice("Enter a name for the server"); + } + return; + } + await this.importServers(parsed.servers); + } catch (e2) { + new import_obsidian9.Notice("Failed to read clipboard"); + } + } + async saveServer(server, existing) { + if (existing) { + const index = this.servers.findIndex((s2) => s2.name === existing.name); + if (index !== -1) { + if (server.name !== existing.name) { + const conflict = this.servers.find((s2) => s2.name === server.name); + if (conflict) { + new import_obsidian9.Notice(`Server "${server.name}" already exists`); + return; + } + } + this.servers[index] = server; + } + } else { + const conflict = this.servers.find((s2) => s2.name === server.name); + if (conflict) { + new import_obsidian9.Notice(`Server "${server.name}" already exists`); + return; + } + this.servers.push(server); + } + await this.mcpStorage.save(this.servers); + await this.broadcastMcpReload(); + this.render(); + new import_obsidian9.Notice(existing ? `MCP server "${server.name}" updated` : `MCP server "${server.name}" added`); + } + async importServers(servers) { + const added = []; + const skipped = []; + for (const server of servers) { + const name = server.name.trim(); + if (!name || !/^[a-zA-Z0-9._-]+$/.test(name)) { + skipped.push(server.name || ""); + continue; + } + const conflict = this.servers.find((s2) => s2.name === name); + if (conflict) { + skipped.push(name); + continue; + } + this.servers.push({ + name, + config: server.config, + enabled: DEFAULT_MCP_SERVER.enabled, + contextSaving: DEFAULT_MCP_SERVER.contextSaving + }); + added.push(name); + } + if (added.length === 0) { + new import_obsidian9.Notice("No new mcp servers imported"); + return; + } + await this.mcpStorage.save(this.servers); + await this.broadcastMcpReload(); + this.render(); + let message = `Imported ${added.length} MCP server${added.length > 1 ? "s" : ""}`; + if (skipped.length > 0) { + message += ` (${skipped.length} skipped)`; + } + new import_obsidian9.Notice(message); + } + async toggleServer(server) { + server.enabled = !server.enabled; + await this.mcpStorage.save(this.servers); + await this.broadcastMcpReload(); + this.render(); + new import_obsidian9.Notice(`MCP server "${server.name}" ${server.enabled ? "enabled" : "disabled"}`); + } + async deleteServer(server) { + if (!await confirmDelete(this.app, `Delete MCP server "${server.name}"?`)) { + return; + } + this.servers = this.servers.filter((s2) => s2.name !== server.name); + await this.mcpStorage.save(this.servers); + await this.broadcastMcpReload(); + this.render(); + new import_obsidian9.Notice(`MCP server "${server.name}" deleted`); + } + /** Refresh the server list (call after external changes). */ + refresh() { + void this.loadAndRender(); + } +}; + +// src/providers/claude/ui/ClaudeSettingsTab.ts +init_env(); +init_path(); + +// src/providers/claude/modelLabels.ts +function getFamilyDisplayName(family) { + return family.charAt(0).toUpperCase() + family.slice(1).toLowerCase(); +} +function formatClaudeModelDateTag(date7) { + if (!date7 || date7.length < 6) { + return null; + } + return `(${date7.slice(2, 6)})`; +} +function getCustomModelLabelSource(modelId) { + if (!modelId.includes("/")) { + return modelId; + } + return modelId.split("/").pop() || modelId; +} +function formatGenericCustomModelLabel(labelSource) { + return labelSource.replace(/-/g, " ").replace(/\b\w/g, (letter) => letter.toUpperCase()); +} +function formatCustomModelLabel(modelId) { + const labelSource = getCustomModelLabelSource(modelId); + const claudeLabel = formatClaudeCustomModelLabel(labelSource); + if (claudeLabel) { + return claudeLabel; + } + return modelId.includes("/") ? labelSource : formatGenericCustomModelLabel(labelSource); +} +function formatClaudeCustomModelLabel(labelSource) { + const trimmed = labelSource.trim(); + if (!trimmed) { + return null; + } + const is1M = trimmed.toLowerCase().endsWith("[1m]"); + const without1M = is1M ? trimmed.slice(0, -4) : trimmed; + const claudePrefixIndex = without1M.toLowerCase().indexOf("claude-"); + const candidate = claudePrefixIndex >= 0 ? without1M.slice(claudePrefixIndex) : without1M; + const versionedMatch = candidate.match( + /^claude-(haiku|sonnet|opus)-(\d+)-(\d+)(?:-(\d{8}))?(?:-v\d+:\d+)?$/i + ); + if (versionedMatch) { + const [, family, major, minor, date7] = versionedMatch; + const suffixes = [ + formatClaudeModelDateTag(date7), + is1M ? "(1M)" : null + ].filter(Boolean).join(" "); + return `${getFamilyDisplayName(family)} ${major}.${minor}${suffixes ? ` ${suffixes}` : ""}`; + } + const majorOnlyMatch = candidate.match( + /^claude-(haiku|sonnet|opus)-(\d+)(?:-(\d{8}))?(?:-v\d+:\d+)?$/i + ); + if (majorOnlyMatch) { + const [, family, major, date7] = majorOnlyMatch; + const suffixes = [ + formatClaudeModelDateTag(date7), + is1M ? "(1M)" : null + ].filter(Boolean).join(" "); + return `${getFamilyDisplayName(family)} ${major}${suffixes ? ` ${suffixes}` : ""}`; + } + return null; +} + +// src/providers/claude/env/claudeModelEnv.ts +var CUSTOM_MODEL_ENV_KEYS = [ + "ANTHROPIC_MODEL", + "ANTHROPIC_DEFAULT_OPUS_MODEL", + "ANTHROPIC_DEFAULT_SONNET_MODEL", + "ANTHROPIC_DEFAULT_HAIKU_MODEL" +]; +function getModelTypeFromEnvKey(envKey) { + if (envKey === "ANTHROPIC_MODEL") return "model"; + const match = envKey.match(/ANTHROPIC_DEFAULT_(\w+)_MODEL/); + return match ? match[1].toLowerCase() : envKey; +} +function getModelsFromEnvironment(envVars, modelAliases = {}) { + var _a5; + const modelMap = /* @__PURE__ */ new Map(); + for (const envKey of CUSTOM_MODEL_ENV_KEYS) { + const type = getModelTypeFromEnvKey(envKey); + const modelValue = envVars[envKey]; + if (modelValue) { + const label = (_a5 = modelAliases[modelValue]) != null ? _a5 : formatCustomModelLabel(modelValue); + if (!modelMap.has(modelValue)) { + modelMap.set(modelValue, { types: [type], label }); + } else { + modelMap.get(modelValue).types.push(type); + } + } + } + const models = []; + const typePriority = { "model": 4, "haiku": 3, "sonnet": 2, "opus": 1 }; + const sortedEntries = Array.from(modelMap.entries()).sort(([, aInfo], [, bInfo]) => { + const aPriority = Math.max(...aInfo.types.map((t11) => typePriority[t11] || 0)); + const bPriority = Math.max(...bInfo.types.map((t11) => typePriority[t11] || 0)); + return bPriority - aPriority; + }); + for (const [modelValue, info] of sortedEntries) { + const sortedTypes = info.types.sort( + (a, b2) => (typePriority[b2] || 0) - (typePriority[a] || 0) + ); + models.push({ + value: modelValue, + label: info.label, + description: `Custom model (${sortedTypes.join(", ")})` + }); + } + return models; +} +function getCustomModelIds(envVars) { + const modelIds = /* @__PURE__ */ new Set(); + for (const envKey of CUSTOM_MODEL_ENV_KEYS) { + const modelId = envVars[envKey]; + if (modelId) { + modelIds.add(modelId); + } + } + return modelIds; +} + +// src/providers/claude/types/models.ts +var DEFAULT_CLAUDE_MODELS = [ + { value: "haiku", label: "Haiku", description: "Fast and efficient" }, + { value: "sonnet", label: "Sonnet", description: "Balanced performance" }, + { value: "sonnet[1m]", label: "Sonnet 1M", description: "Balanced performance (1M context window)" }, + { value: "opus", label: "Opus", description: "Most capable" }, + { value: "opus[1m]", label: "Opus 1M", description: "Most capable (1M context window)" } +]; +var EFFORT_LEVELS = [ + { value: "low", label: "Low" }, + { value: "medium", label: "Med" }, + { value: "high", label: "High" }, + { value: "xhigh", label: "XHigh" }, + { value: "max", label: "Max" } +]; +var DEFAULT_EFFORT_LEVEL = { + "haiku": "high", + "sonnet": "high", + "sonnet[1m]": "high", + "opus": "high", + "opus[1m]": "high" +}; +var ONE_M_SUFFIX = "[1m]"; +var DEFAULT_MODEL_VALUES = new Set(DEFAULT_CLAUDE_MODELS.map((m4) => m4.value.toLowerCase())); +function normalizeModelId(model) { + return model.trim().toLowerCase(); +} +function has1MContextSuffix(model) { + return normalizeModelId(model).endsWith(ONE_M_SUFFIX); +} +function isBuiltInFamilyVariant(model, family) { + const normalized = normalizeModelId(model); + return normalized === family || normalized === `${family}${ONE_M_SUFFIX}`; +} +function isValidContextLimit(limit) { + return typeof limit === "number" && limit > 0 && !isNaN(limit) && isFinite(limit); +} +function resolveCustomContextLimit(model, customLimits) { + if (!customLimits) { + return null; + } + const exactLimit = customLimits[model]; + if (isValidContextLimit(exactLimit)) { + return exactLimit; + } + const normalizedModel = normalizeModelId(model); + const matchingLimits = Object.entries(customLimits).filter(([key, limit]) => key !== model && normalizeModelId(key) === normalizedModel && isValidContextLimit(limit)).map(([, limit]) => limit); + return matchingLimits.length === 1 ? matchingLimits[0] : null; +} +function isDefaultClaudeModel(model) { + return DEFAULT_MODEL_VALUES.has(normalizeModelId(model)); +} +function supportsXHighEffort(model) { + const normalized = normalizeModelId(model); + if (isBuiltInFamilyVariant(normalized, "opus")) return true; + return /claude-opus-(4-[7-9]|[5-9])/.test(normalized); +} +function normalizeEffortLevel(model, effortLevel) { + var _a5; + const allowsXHigh = supportsXHighEffort(model); + const isSupported = EFFORT_LEVELS.some( + (level) => level.value === effortLevel && (allowsXHigh || level.value !== "xhigh") + ); + if (isSupported) { + return effortLevel; + } + return (_a5 = DEFAULT_EFFORT_LEVEL[normalizeModelId(model)]) != null ? _a5 : "high"; +} +function resolveEffortLevel(model, effortLevel) { + return normalizeEffortLevel(model, effortLevel); +} +var CONTEXT_WINDOW_STANDARD = 2e5; +var CONTEXT_WINDOW_1M = 1e6; +function filterVisibleModelOptions(models, enableOpus1M, enableSonnet1M) { + return models.filter((model) => { + if (isBuiltInFamilyVariant(model.value, "opus")) { + return enableOpus1M ? has1MContextSuffix(model.value) : normalizeModelId(model.value) === "opus"; + } + if (isBuiltInFamilyVariant(model.value, "sonnet")) { + return enableSonnet1M ? has1MContextSuffix(model.value) : normalizeModelId(model.value) === "sonnet"; + } + return true; + }); +} +function normalizeVisibleModelVariant(model, enableOpus1M, enableSonnet1M) { + if (isBuiltInFamilyVariant(model, "opus")) { + return enableOpus1M ? "opus[1m]" : "opus"; + } + if (isBuiltInFamilyVariant(model, "sonnet")) { + return enableSonnet1M ? "sonnet[1m]" : "sonnet"; + } + return model; +} +function getContextWindowSize(model, customLimits) { + const customLimit = resolveCustomContextLimit(model, customLimits); + if (customLimit !== null) { + return customLimit; + } + if (has1MContextSuffix(model)) { + return CONTEXT_WINDOW_1M; + } + return CONTEXT_WINDOW_STANDARD; +} + +// src/providers/claude/modelOptions.ts +function parseConfiguredCustomModelIds(value) { + const modelIds = []; + const seen = /* @__PURE__ */ new Set(); + for (const line of value.split(/\r?\n/)) { + const modelId = line.trim(); + if (!modelId || seen.has(modelId)) { + continue; + } + seen.add(modelId); + modelIds.push(modelId); + } + return modelIds; +} +function normalizeCustomModelAliases(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const aliases = {}; + for (const [rawModelId, rawAlias] of Object.entries(value)) { + if (typeof rawAlias !== "string") { + continue; + } + const modelId = rawModelId.trim(); + const alias = rawAlias.trim(); + if (modelId && alias) { + aliases[modelId] = alias; + } + } + return aliases; +} +function getClaudeModelOptions(settings11) { + var _a5; + const customModelAliases = normalizeCustomModelAliases(settings11.customModelAliases); + const customModels = getModelsFromEnvironment( + getRuntimeEnvironmentVariables(settings11, "claude"), + customModelAliases + ); + if (customModels.length > 0) { + return customModels; + } + const claudeSettings = getClaudeProviderSettings(settings11); + const models = filterVisibleModelOptions( + [...DEFAULT_CLAUDE_MODELS], + claudeSettings.enableOpus1M, + claudeSettings.enableSonnet1M + ); + const seenValues = new Set(models.map((model) => model.value)); + for (const modelId of parseConfiguredCustomModelIds(claudeSettings.customModels)) { + if (seenValues.has(modelId)) { + continue; + } + seenValues.add(modelId); + models.push({ + value: modelId, + label: (_a5 = customModelAliases[modelId]) != null ? _a5 : formatCustomModelLabel(modelId), + description: "Custom model" + }); + } + return models; +} +function resolveClaudeModelSelection(settings11, currentModel) { + var _a5, _b3; + const modelOptions = getClaudeModelOptions(settings11); + if (currentModel && modelOptions.some((option) => option.value === currentModel)) { + return currentModel; + } + const lastModel = getClaudeProviderSettings(settings11).lastModel; + if (lastModel && modelOptions.some((option) => option.value === lastModel)) { + return lastModel; + } + return (_b3 = (_a5 = modelOptions[0]) == null ? void 0 : _a5.value) != null ? _b3 : null; +} + +// src/providers/claude/ui/AgentSettings.ts +var import_obsidian10 = require("obsidian"); +var MODEL_OPTIONS = [ + { value: "inherit", label: "Inherit" }, + { value: "sonnet", label: "Sonnet" }, + { value: "opus", label: "Opus" }, + { value: "haiku", label: "Haiku" } +]; +var AgentModal = class extends import_obsidian10.Modal { + constructor(app, existingAgent, getAvailableAgents, onSave) { + super(app); + this.existingAgent = existingAgent; + this.getAvailableAgents = getAvailableAgents; + this.onSave = onSave; + } + onOpen() { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j; + this.setTitle( + this.existingAgent ? t10("settings.subagents.modal.titleEdit") : t10("settings.subagents.modal.titleAdd") + ); + this.modalEl.addClass("claudian-sp-modal"); + const { contentEl } = this; + let nameInput; + let descInput; + let modelValue = (_b3 = (_a5 = this.existingAgent) == null ? void 0 : _a5.model) != null ? _b3 : "inherit"; + let toolsInput; + let disallowedToolsInput; + let skillsInput; + new import_obsidian10.Setting(contentEl).setName(t10("settings.subagents.modal.name")).setDesc(t10("settings.subagents.modal.nameDesc")).addText((text) => { + var _a6; + nameInput = text.inputEl; + text.setValue(((_a6 = this.existingAgent) == null ? void 0 : _a6.name) || "").setPlaceholder(t10("settings.subagents.modal.namePlaceholder")); + }); + new import_obsidian10.Setting(contentEl).setName(t10("settings.subagents.modal.description")).setDesc(t10("settings.subagents.modal.descriptionDesc")).addText((text) => { + var _a6; + descInput = text.inputEl; + text.setValue(((_a6 = this.existingAgent) == null ? void 0 : _a6.description) || "").setPlaceholder(t10("settings.subagents.modal.descriptionPlaceholder")); + }); + const details = contentEl.createEl("details", { cls: "claudian-sp-advanced-section" }); + details.createEl("summary", { + text: t10("settings.subagents.modal.advancedOptions"), + cls: "claudian-sp-advanced-summary" + }); + if (((_c2 = this.existingAgent) == null ? void 0 : _c2.model) && this.existingAgent.model !== "inherit" || ((_e2 = (_d = this.existingAgent) == null ? void 0 : _d.tools) == null ? void 0 : _e2.length) || ((_g = (_f2 = this.existingAgent) == null ? void 0 : _f2.disallowedTools) == null ? void 0 : _g.length) || ((_i = (_h2 = this.existingAgent) == null ? void 0 : _h2.skills) == null ? void 0 : _i.length)) { + details.open = true; + } + new import_obsidian10.Setting(details).setName(t10("settings.subagents.modal.model")).setDesc(t10("settings.subagents.modal.modelDesc")).addDropdown((dropdown) => { + for (const opt of MODEL_OPTIONS) { + dropdown.addOption(opt.value, opt.label); + } + dropdown.setValue(modelValue).onChange((value) => { + modelValue = value; + }); + }); + new import_obsidian10.Setting(details).setName(t10("settings.subagents.modal.tools")).setDesc(t10("settings.subagents.modal.toolsDesc")).addText((text) => { + var _a6, _b4; + toolsInput = text.inputEl; + text.setValue(((_b4 = (_a6 = this.existingAgent) == null ? void 0 : _a6.tools) == null ? void 0 : _b4.join(", ")) || ""); + }); + new import_obsidian10.Setting(details).setName(t10("settings.subagents.modal.disallowedTools")).setDesc(t10("settings.subagents.modal.disallowedToolsDesc")).addText((text) => { + var _a6, _b4; + disallowedToolsInput = text.inputEl; + text.setValue(((_b4 = (_a6 = this.existingAgent) == null ? void 0 : _a6.disallowedTools) == null ? void 0 : _b4.join(", ")) || ""); + }); + new import_obsidian10.Setting(details).setName(t10("settings.subagents.modal.skills")).setDesc(t10("settings.subagents.modal.skillsDesc")).addText((text) => { + var _a6, _b4; + skillsInput = text.inputEl; + text.setValue(((_b4 = (_a6 = this.existingAgent) == null ? void 0 : _a6.skills) == null ? void 0 : _b4.join(", ")) || ""); + }); + new import_obsidian10.Setting(contentEl).setName(t10("settings.subagents.modal.prompt")).setDesc(t10("settings.subagents.modal.promptDesc")); + const contentArea = contentEl.createEl("textarea", { + cls: "claudian-sp-content-area", + attr: { + rows: "10", + placeholder: t10("settings.subagents.modal.promptPlaceholder") + } + }); + contentArea.value = ((_j = this.existingAgent) == null ? void 0 : _j.prompt) || ""; + const buttonContainer = contentEl.createDiv({ cls: "claudian-sp-modal-buttons" }); + const cancelBtn = buttonContainer.createEl("button", { + text: t10("common.cancel"), + cls: "claudian-cancel-btn" + }); + cancelBtn.addEventListener("click", () => this.close()); + const saveBtn = buttonContainer.createEl("button", { + text: t10("common.save"), + cls: "claudian-save-btn" + }); + saveBtn.addEventListener("click", () => { + void (async () => { + var _a6, _b4, _c3, _d2; + const name = nameInput.value.trim(); + const nameError = validateAgentName(name); + if (nameError) { + new import_obsidian10.Notice(nameError); + return; + } + const description = descInput.value.trim(); + if (!description) { + new import_obsidian10.Notice(t10("settings.subagents.descriptionRequired")); + return; + } + const prompt = contentArea.value; + if (!prompt.trim()) { + new import_obsidian10.Notice(t10("settings.subagents.promptRequired")); + return; + } + const allAgents = this.getAvailableAgents(); + const duplicate = allAgents.find( + (a) => { + var _a7; + return a.id.toLowerCase() === name.toLowerCase() && a.id !== ((_a7 = this.existingAgent) == null ? void 0 : _a7.id); + } + ); + if (duplicate) { + new import_obsidian10.Notice(t10("settings.subagents.duplicateName", { name })); + return; + } + const parseList = (input) => { + const val = input.value.trim(); + if (!val) return void 0; + return val.split(",").map((s2) => s2.trim()).filter(Boolean); + }; + const agent = { + id: name, + name, + description, + prompt, + tools: parseList(toolsInput), + disallowedTools: parseList(disallowedToolsInput), + model: modelValue || "inherit", + source: "vault", + filePath: (_a6 = this.existingAgent) == null ? void 0 : _a6.filePath, + skills: parseList(skillsInput), + permissionMode: (_b4 = this.existingAgent) == null ? void 0 : _b4.permissionMode, + hooks: (_c3 = this.existingAgent) == null ? void 0 : _c3.hooks, + extraFrontmatter: (_d2 = this.existingAgent) == null ? void 0 : _d2.extraFrontmatter + }; + try { + await this.onSave(agent); + } catch (err) { + const message = err instanceof Error ? err.message : "Unknown error"; + new import_obsidian10.Notice(t10("settings.subagents.saveFailed", { message })); + return; + } + this.close(); + })(); + }); + } + onClose() { + this.contentEl.empty(); + } +}; +var AgentSettings = class { + constructor(containerEl, deps) { + this.app = deps.app; + this.containerEl = containerEl; + this.agentManager = deps.agentManager; + this.agentStorage = deps.agentStorage; + this.render(); + } + render() { + this.containerEl.empty(); + const headerEl = this.containerEl.createDiv({ cls: "claudian-sp-header" }); + headerEl.createSpan({ text: t10("settings.subagents.name"), cls: "claudian-sp-label" }); + const actionsEl = headerEl.createDiv({ cls: "claudian-sp-header-actions" }); + const refreshBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": t10("common.refresh") } + }); + (0, import_obsidian10.setIcon)(refreshBtn, "refresh-cw"); + refreshBtn.addEventListener("click", () => { + void this.refreshAgents(); + }); + const addBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": t10("common.add") } + }); + (0, import_obsidian10.setIcon)(addBtn, "plus"); + addBtn.addEventListener("click", () => { + void this.openAgentModal(null); + }); + const allAgents = this.agentManager.getAvailableAgents(); + const vaultAgents = allAgents.filter((a) => a.source === "vault"); + if (vaultAgents.length === 0) { + const emptyEl = this.containerEl.createDiv({ cls: "claudian-sp-empty-state" }); + emptyEl.setText(t10("settings.subagents.noAgents")); + return; + } + const listEl = this.containerEl.createDiv({ cls: "claudian-sp-list" }); + for (const agent of vaultAgents) { + this.renderAgentItem(listEl, agent); + } + } + renderAgentItem(listEl, agent) { + const itemEl = listEl.createDiv({ cls: "claudian-sp-item" }); + const infoEl = itemEl.createDiv({ cls: "claudian-sp-info" }); + const headerRow = infoEl.createDiv({ cls: "claudian-sp-item-header" }); + const nameEl = headerRow.createSpan({ cls: "claudian-sp-item-name" }); + nameEl.setText(agent.name); + if (agent.description) { + const descEl = infoEl.createDiv({ cls: "claudian-sp-item-desc" }); + descEl.setText(agent.description); + } + const actionsEl = itemEl.createDiv({ cls: "claudian-sp-item-actions" }); + const editBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": t10("common.edit") } + }); + (0, import_obsidian10.setIcon)(editBtn, "pencil"); + editBtn.addEventListener("click", () => { + void this.openAgentModal(agent); + }); + const deleteBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn claudian-settings-delete-btn", + attr: { "aria-label": t10("common.delete") } + }); + (0, import_obsidian10.setIcon)(deleteBtn, "trash-2"); + deleteBtn.addEventListener("click", () => { + void (async () => { + const confirmed = await confirmDelete( + this.app, + t10("settings.subagents.deleteConfirm", { name: agent.name }) + ); + if (!confirmed) return; + try { + await this.deleteAgent(agent); + } catch (err) { + const message = err instanceof Error ? err.message : "Unknown error"; + new import_obsidian10.Notice(t10("settings.subagents.deleteFailed", { message })); + } + })(); + }); + } + async refreshAgents() { + try { + await this.agentManager.loadAgents(); + this.render(); + } catch (err) { + const message = err instanceof Error ? err.message : "Unknown error"; + new import_obsidian10.Notice(t10("settings.subagents.refreshFailed", { message })); + } + } + async openAgentModal(existingAgent) { + var _a5; + let fresh; + if (existingAgent) { + try { + fresh = (_a5 = await this.agentStorage.load(existingAgent)) != null ? _a5 : existingAgent; + } catch (err) { + const message = err instanceof Error ? err.message : "Unknown error"; + new import_obsidian10.Notice(`Failed to load subagent "${existingAgent.name}": ${message}`); + return; + } + } else { + fresh = null; + } + new AgentModal( + this.app, + fresh, + () => this.agentManager.getAvailableAgents(), + (agent) => this.saveAgent(agent, fresh) + ).open(); + } + async saveAgent(agent, existing) { + if (existing && existing.name !== agent.name) { + await this.agentStorage.save({ ...agent, filePath: void 0 }); + try { + await this.agentStorage.delete(existing); + } catch (e2) { + new import_obsidian10.Notice(t10("settings.subagents.renameCleanupFailed", { name: existing.name })); + } + } else { + await this.agentStorage.save(agent); + } + try { + await this.agentManager.loadAgents(); + } catch (e2) { + } + this.render(); + new import_obsidian10.Notice( + existing ? t10("settings.subagents.updated", { name: agent.name }) : t10("settings.subagents.created", { name: agent.name }) + ); + } + async deleteAgent(agent) { + await this.agentStorage.delete(agent); + try { + await this.agentManager.loadAgents(); + } catch (e2) { + } + this.render(); + new import_obsidian10.Notice(t10("settings.subagents.deleted", { name: agent.name })); + } +}; + +// src/shared/icons.ts +var SVG_NS2 = "http://www.w3.org/2000/svg"; +var MCP_ICON_PATHS = [ + "M15.688 2.343a2.588 2.588 0 00-3.61 0l-9.626 9.44a.863.863 0 01-1.203 0 .823.823 0 010-1.18l9.626-9.44a4.313 4.313 0 016.016 0 4.116 4.116 0 011.204 3.54 4.3 4.3 0 013.609 1.18l.05.05a4.115 4.115 0 010 5.9l-8.706 8.537a.274.274 0 000 .393l1.788 1.754a.823.823 0 010 1.18.863.863 0 01-1.203 0l-1.788-1.753a1.92 1.92 0 010-2.754l8.706-8.538a2.47 2.47 0 000-3.54l-.05-.049a2.588 2.588 0 00-3.607-.003l-7.172 7.034-.002.002-.098.097a.863.863 0 01-1.204 0 .823.823 0 010-1.18l7.273-7.133a2.47 2.47 0 00-.003-3.537z", + "M14.485 4.703a.823.823 0 000-1.18.863.863 0 00-1.204 0l-7.119 6.982a4.115 4.115 0 000 5.9 4.314 4.314 0 006.016 0l7.12-6.982a.823.823 0 000-1.18.863.863 0 00-1.204 0l-7.119 6.982a2.588 2.588 0 01-3.61 0 2.47 2.47 0 010-3.54l7.12-6.982z" +]; +function createSvgElement(ownerDocument, tagName) { + return ownerDocument.createElementNS(SVG_NS2, tagName); +} +function appendMcpIcon(container) { + container.empty(); + const svg = createSvgElement(container.ownerDocument, "svg"); + svg.setAttribute("fill", "currentColor"); + svg.setAttribute("fill-rule", "evenodd"); + svg.setAttribute("height", "1em"); + svg.setAttribute("viewBox", "0 0 24 24"); + svg.setAttribute("width", "1em"); + const title = createSvgElement(container.ownerDocument, "title"); + title.textContent = "MCP"; + svg.appendChild(title); + for (const pathData of MCP_ICON_PATHS) { + const path27 = createSvgElement(container.ownerDocument, "path"); + path27.setAttribute("d", pathData); + svg.appendChild(path27); + } + container.appendChild(svg); +} +function appendCheckIcon(container) { + container.empty(); + const svg = createSvgElement(container.ownerDocument, "svg"); + svg.setAttribute("width", "12"); + svg.setAttribute("height", "12"); + svg.setAttribute("viewBox", "0 0 24 24"); + svg.setAttribute("fill", "none"); + svg.setAttribute("stroke", "currentColor"); + svg.setAttribute("stroke-width", "3"); + svg.setAttribute("stroke-linecap", "round"); + svg.setAttribute("stroke-linejoin", "round"); + const polyline = createSvgElement(container.ownerDocument, "polyline"); + polyline.setAttribute("points", "20 6 9 17 4 12"); + svg.appendChild(polyline); + container.appendChild(svg); +} +var OPENAI_PROVIDER_ICON = { + viewBox: "-1 -.1 949.1 959.8", + path: "m925.8 456.3c10.4 23.2 17 48 19.7 73.3 2.6 25.3 1.3 50.9-4.1 75.8-5.3 24.9-14.5 48.8-27.3 70.8-8.4 14.7-18.3 28.5-29.7 41.2-11.3 12.6-23.9 24-37.6 34-13.8 10-28.5 18.4-44.1 25.3-15.5 6.8-31.7 12-48.3 15.4-7.8 24.2-19.4 47.1-34.4 67.7-14.9 20.6-33 38.7-53.6 53.6-20.6 15-43.4 26.6-67.6 34.4-24.2 7.9-49.5 11.8-75 11.8-16.9.1-33.9-1.7-50.5-5.1-16.5-3.5-32.7-8.8-48.2-15.7s-30.2-15.5-43.9-25.5c-13.6-10-26.2-21.5-37.4-34.2-25 5.4-50.6 6.7-75.9 4.1-25.3-2.7-50.1-9.3-73.4-19.7-23.2-10.3-44.7-24.3-63.6-41.4s-35-37.1-47.7-59.1c-8.5-14.7-15.5-30.2-20.8-46.3s-8.8-32.7-10.6-49.6c-1.8-16.8-1.7-33.8.1-50.7 1.8-16.8 5.5-33.4 10.8-49.5-17-18.9-31-40.4-41.4-63.6-10.3-23.3-17-48-19.6-73.3-2.7-25.3-1.3-50.9 4-75.8s14.5-48.8 27.3-70.8c8.4-14.7 18.3-28.6 29.6-41.2s24-24 37.7-34 28.5-18.5 44-25.3c15.6-6.9 31.8-12 48.4-15.4 7.8-24.3 19.4-47.1 34.3-67.7 15-20.6 33.1-38.7 53.7-53.7 20.6-14.9 43.4-26.5 67.6-34.4 24.2-7.8 49.5-11.8 75-11.7 16.9-.1 33.9 1.6 50.5 5.1s32.8 8.7 48.3 15.6c15.5 7 30.2 15.5 43.9 25.5 13.7 10.1 26.3 21.5 37.5 34.2 24.9-5.3 50.5-6.6 75.8-4s50 9.3 73.3 19.6c23.2 10.4 44.7 24.3 63.6 41.4 18.9 17 35 36.9 47.7 59 8.5 14.6 15.5 30.1 20.8 46.3 5.3 16.1 8.9 32.7 10.6 49.6 1.8 16.9 1.8 33.9-.1 50.8-1.8 16.9-5.5 33.5-10.8 49.6 17.1 18.9 31 40.3 41.4 63.6zm-333.2 426.9c21.8-9 41.6-22.3 58.3-39s30-36.5 39-58.4c9-21.8 13.7-45.2 13.7-68.8v-223q-.1-.3-.2-.7-.1-.3-.3-.6-.2-.3-.5-.5-.3-.3-.6-.4l-80.7-46.6v269.4c0 2.7-.4 5.5-1.1 8.1-.7 2.7-1.7 5.2-3.1 7.6s-3 4.6-5 6.5a32.1 32.1 0 0 1-6.5 5l-191.1 110.3c-1.6 1-4.3 2.4-5.7 3.2 7.9 6.7 16.5 12.6 25.5 17.8 9.1 5.2 18.5 9.6 28.3 13.2 9.8 3.5 19.9 6.2 30.1 8 10.3 1.8 20.7 2.7 31.1 2.7 23.6 0 47-4.7 68.8-13.8zm-455.1-151.4c11.9 20.5 27.6 38.3 46.3 52.7 18.8 14.4 40.1 24.9 62.9 31s46.6 7.7 70 4.6 45.9-10.7 66.4-22.5l193.2-111.5.5-.5q.2-.2.3-.6.2-.3.3-.6v-94l-233.2 134.9c-2.4 1.4-4.9 2.4-7.5 3.2-2.7.7-5.4 1-8.2 1-2.7 0-5.4-.3-8.1-1-2.6-.8-5.2-1.8-7.6-3.2l-191.1-110.4c-1.7-1-4.2-2.5-5.6-3.4-1.8 10.3-2.7 20.7-2.7 31.1s1 20.8 2.8 31.1c1.8 10.2 4.6 20.3 8.1 30.1 3.6 9.8 8 19.2 13.2 28.2zm-50.2-417c-11.8 20.5-19.4 43.1-22.5 66.5s-1.5 47.1 4.6 70c6.1 22.8 16.6 44.1 31 62.9 14.4 18.7 32.3 34.4 52.7 46.2l193.1 111.6q.3.1.7.2h.7q.4 0 .7-.2.3-.1.6-.3l81-46.8-233.2-134.6c-2.3-1.4-4.5-3.1-6.5-5a32.1 32.1 0 0 1-5-6.5c-1.3-2.4-2.4-4.9-3.1-7.6-.7-2.6-1.1-5.3-1-8.1v-227.1c-9.8 3.6-19.3 8-28.3 13.2-9 5.3-17.5 11.3-25.5 18-7.9 6.7-15.3 14.1-22 22.1-6.7 7.9-12.6 16.5-17.8 25.5zm663.3 154.4c2.4 1.4 4.6 3 6.6 5 1.9 1.9 3.6 4.1 5 6.5 1.3 2.4 2.4 5 3.1 7.6.6 2.7 1 5.4.9 8.2v227.1c32.1-11.8 60.1-32.5 80.8-59.7 20.8-27.2 33.3-59.7 36.2-93.7s-3.9-68.2-19.7-98.5-39.9-55.5-69.5-72.5l-193.1-111.6q-.3-.1-.7-.2h-.7q-.3.1-.7.2-.3.1-.6.3l-80.6 46.6 233.2 134.7zm80.5-121h-.1v.1zm-.1-.1c5.8-33.6 1.9-68.2-11.3-99.7-13.1-31.5-35-58.6-63-78.2-28-19.5-61-30.7-95.1-32.2-34.2-1.4-68 6.9-97.6 23.9l-193.1 111.5q-.3.2-.5.5l-.4.6q-.1.3-.2.7-.1.3-.1.7v93.2l233.2-134.7c2.4-1.4 5-2.4 7.6-3.2 2.7-.7 5.4-1 8.1-1 2.8 0 5.5.3 8.2 1 2.6.8 5.1 1.8 7.5 3.2l191.1 110.4c1.7 1 4.2 2.4 5.6 3.3zm-505.3-103.2c0-2.7.4-5.4 1.1-8.1.7-2.6 1.7-5.2 3.1-7.6 1.4-2.3 3-4.5 5-6.5 1.9-1.9 4.1-3.6 6.5-4.9l191.1-110.3c1.8-1.1 4.3-2.5 5.7-3.2-26.2-21.9-58.2-35.9-92.1-40.2-33.9-4.4-68.3 1-99.2 15.5-31 14.5-57.2 37.6-75.5 66.4-18.3 28.9-28 62.3-28 96.5v223q.1.4.2.7.1.3.3.6.2.3.5.6.2.2.6.4l80.7 46.6zm43.8 294.7 103.9 60 103.9-60v-119.9l-103.8-60-103.9 60z" +}; +var CLAUDE_PROVIDER_ICON = { + viewBox: "0 -.01 39.5 39.53", + path: "m7.75 26.27 7.77-4.36.13-.38-.13-.21h-.38l-1.3-.08-4.44-.12-3.85-.16-3.73-.2-.94-.2-.88-1.16.09-.58.79-.53 1.13.1 2.5.17 3.75.26 2.72.16 4.03.42h.64l.09-.26-.22-.16-.17-.16-3.88-2.63-4.2-2.78-2.2-1.6-1.19-.81-.6-.76-.26-1.66 1.08-1.19 1.45.1.37.1 1.47 1.13 3.14 2.43 4.1 3.02.6.5.24-.17.03-.12-.27-.45-2.23-4.03-2.38-4.1-1.06-1.7-.28-1.02c-.1-.42-.17-.77-.17-1.2l1.23-1.67.68-.22 1.64.22.69.6 1.02 2.33 1.65 3.67 2.56 4.99.75 1.48.4 1.37.15.42h.26v-.24l.21-2.81.39-3.45.38-4.44.13-1.25.62-1.5 1.23-.81.96.46.79 1.13-.11.73-.47 3.05-.92 4.78-.6 3.2h.35l.4-.4 1.62-2.15 2.72-3.4 1.2-1.35 1.4-1.49.9-.71h1.7l1.25 1.86-.56 1.92-1.75 2.22-1.45 1.88-2.08 2.8-1.3 2.24.12.18.31-.03 4.7-1 2.54-.46 3.03-.52 1.37.64.15.65-.54 1.33-3.24.8-3.8.76-5.66 1.34-.07.05.08.1 2.55.24 1.09.06h2.67l4.97.37 1.3.86.78 1.05-.13.8-2 1.02-2.7-.64-6.3-1.5-2.16-.54h-.3v.18l1.8 1.76 3.3 2.98 4.13 3.84.21.95-.53.75-.56-.08-3.63-2.73-1.4-1.23-3.17-2.67h-.21v.28l.73 1.07 3.86 5.8.2 1.78-.28.58-1 .35-1.1-.2-2.26-3.17-2.33-3.57-1.88-3.2-.23.13-1.11 11.95-.52.61-1.2.46-1-.76-.53-1.23.53-2.43.64-3.17.52-2.52.47-3.13.28-1.04-.02-.07-.23.03-2.36 3.24-3.59 4.85-2.84 3.04-.68.27-1.18-.61.11-1.09.66-.97 3.93-5 2.37-3.1 1.53-1.79-.01-.26h-.09l-10.44 6.78-1.86.24-.8-.75.1-1.23.38-.4 3.14-2.16z" +}; +var OPENCODE_PROVIDER_ICON = { + kind: "composite", + viewBox: "0 0 300 300", + children: [ + { + tag: "g", + attributes: { + class: "claudian-provider-icon-variant claudian-provider-icon-variant--light", + transform: "translate(30 0)" + }, + children: [ + { tag: "path", attributes: { d: "M180 240H60V120H180V240Z", fill: "#CFCECD" } }, + { tag: "path", attributes: { d: "M180 60H60V240H180V60ZM240 300H0V0H240V300Z", fill: "#211E1E" } } + ] + }, + { + tag: "g", + attributes: { + class: "claudian-provider-icon-variant claudian-provider-icon-variant--dark", + transform: "translate(30 0)" + }, + children: [ + { tag: "path", attributes: { d: "M180 240H60V120H180V240Z", fill: "#4B4646" } }, + { tag: "path", attributes: { d: "M180 60H60V240H180V60ZM240 300H0V0H240V300Z", fill: "#F1ECEC" } } + ] + } + ] +}; +var PI_PROVIDER_ICON = { + kind: "composite", + viewBox: "0 0 800 800", + children: [ + { + tag: "path", + attributes: { + d: "M165.29 165.29H517.36V400H400V517.36H282.65V634.72H165.29ZM282.65 282.65V400H400V282.65Z", + fill: "currentColor", + "fill-rule": "evenodd" + } + }, + { + tag: "path", + attributes: { + d: "M517.36 400H634.72V634.72H517.36Z", + fill: "currentColor" + } + } + ] +}; +function createProviderIconSvg(icon, options = {}) { + var _a5; + const ownerDocument = (_a5 = options.ownerDocument) != null ? _a5 : window.document; + const svg = ownerDocument.createElementNS(SVG_NS2, "svg"); + svg.setAttribute("viewBox", icon.viewBox); + svg.setAttribute("fill", "none"); + svg.setAttribute("aria-hidden", "true"); + svg.classList.add("claudian-provider-icon"); + if (options.width !== void 0) { + svg.setAttribute("width", String(options.width)); + } + if (options.height !== void 0) { + svg.setAttribute("height", String(options.height)); + } + if (options.className) { + svg.classList.add(...options.className.split(/\s+/).filter(Boolean)); + } + if (options.dataProvider) { + svg.setAttribute("data-provider", options.dataProvider); + } + if (icon.kind === "composite") { + for (const child of icon.children) { + svg.appendChild(createProviderSvgChild(child, ownerDocument)); + } + return svg; + } + const path27 = ownerDocument.createElementNS(SVG_NS2, "path"); + path27.setAttribute("d", icon.path); + path27.setAttribute("fill", "currentColor"); + svg.appendChild(path27); + return svg; +} +function createProviderSvgChild(child, ownerDocument) { + const element = ownerDocument.createElementNS(SVG_NS2, child.tag); + for (const [name, value] of Object.entries(child.attributes)) { + element.setAttribute(name, value); + } + if (child.tag === "g") { + for (const nestedChild of child.children) { + element.appendChild(createProviderSvgChild(nestedChild, ownerDocument)); + } + } + return element; +} + +// src/providers/claude/ui/ClaudeChatUIConfig.ts +var CLAUDE_PERMISSION_MODE_TOGGLE = { + inactiveValue: "normal", + inactiveLabel: "Safe", + activeValue: "yolo", + activeLabel: "YOLO", + planValue: "plan", + planLabel: "PLAN" +}; +var claudeChatUIConfig = { + getModelOptions(settings11) { + return getClaudeModelOptions(settings11); + }, + ownsModel(model, settings11) { + return getClaudeModelOptions(settings11).some((option) => option.value === model); + }, + isAdaptiveReasoningModel(_model, _settings) { + return true; + }, + getReasoningOptions(model, _settings) { + const levels = supportsXHighEffort(model) ? EFFORT_LEVELS : EFFORT_LEVELS.filter((e2) => e2.value !== "xhigh"); + return levels.map((e2) => ({ value: e2.value, label: e2.label })); + }, + getDefaultReasoningValue(model, _settings) { + var _a5; + return (_a5 = DEFAULT_EFFORT_LEVEL[model]) != null ? _a5 : "high"; + }, + getContextWindowSize(model, customLimits) { + return getContextWindowSize(model, customLimits); + }, + isDefaultModel(model) { + return DEFAULT_CLAUDE_MODELS.some((m4) => m4.value === model); + }, + applyModelDefaults(model, settings11) { + var _a5; + const target = settings11; + if (DEFAULT_CLAUDE_MODELS.some((m4) => m4.value === model)) { + target.effortLevel = (_a5 = DEFAULT_EFFORT_LEVEL[model]) != null ? _a5 : "high"; + updateClaudeProviderSettings(target, { lastModel: model }); + } else { + target.lastCustomModel = model; + target.effortLevel = normalizeEffortLevel(model, target.effortLevel); + } + }, + normalizeModelVariant(model, settings11) { + const claudeSettings = getClaudeProviderSettings(settings11); + return normalizeVisibleModelVariant( + model, + claudeSettings.enableOpus1M, + claudeSettings.enableSonnet1M + ); + }, + getCustomModelIds(envVars) { + return getCustomModelIds(envVars); + }, + getPermissionModeToggle() { + return CLAUDE_PERMISSION_MODE_TOGGLE; + }, + isBangBashEnabled(settings11) { + return getClaudeProviderSettings(settings11).enableBangBash; + }, + getProviderIcon() { + return CLAUDE_PROVIDER_ICON; + } +}; + +// src/providers/claude/ui/PluginSettingsManager.ts +var import_obsidian11 = require("obsidian"); +var PluginSettingsManager = class { + constructor(containerEl, deps) { + this.containerEl = containerEl; + this.pluginManager = deps.pluginManager; + this.agentManager = deps.agentManager; + this.restartTabs = deps.restartTabs; + this.render(); + } + render() { + this.containerEl.empty(); + const headerEl = this.containerEl.createDiv({ cls: "claudian-plugin-header" }); + headerEl.createSpan({ text: "Claude Code Plugins", cls: "claudian-plugin-label" }); + const refreshBtn = headerEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Refresh" } + }); + (0, import_obsidian11.setIcon)(refreshBtn, "refresh-cw"); + refreshBtn.addEventListener("click", () => { + void this.refreshPlugins(); + }); + const plugins = this.pluginManager.getPlugins(); + if (plugins.length === 0) { + const emptyEl = this.containerEl.createDiv({ cls: "claudian-plugin-empty" }); + emptyEl.setText("No Claude code plugins found. Enable plugins via the Claude CLI."); + return; + } + const projectPlugins = plugins.filter((p) => p.scope === "project"); + const userPlugins = plugins.filter((p) => p.scope === "user"); + const listEl = this.containerEl.createDiv({ cls: "claudian-plugin-list" }); + if (projectPlugins.length > 0) { + const sectionHeader = listEl.createDiv({ cls: "claudian-plugin-section-header" }); + sectionHeader.setText("Project plugins"); + for (const plugin of projectPlugins) { + this.renderPluginItem(listEl, plugin); + } + } + if (userPlugins.length > 0) { + const sectionHeader = listEl.createDiv({ cls: "claudian-plugin-section-header" }); + sectionHeader.setText("User plugins"); + for (const plugin of userPlugins) { + this.renderPluginItem(listEl, plugin); + } + } + } + renderPluginItem(listEl, plugin) { + const itemEl = listEl.createDiv({ cls: "claudian-plugin-item" }); + if (!plugin.enabled) { + itemEl.addClass("claudian-plugin-item-disabled"); + } + const statusEl = itemEl.createDiv({ cls: "claudian-plugin-status" }); + if (plugin.enabled) { + statusEl.addClass("claudian-plugin-status-enabled"); + } else { + statusEl.addClass("claudian-plugin-status-disabled"); + } + const infoEl = itemEl.createDiv({ cls: "claudian-plugin-info" }); + const nameRow = infoEl.createDiv({ cls: "claudian-plugin-name-row" }); + const nameEl = nameRow.createSpan({ cls: "claudian-plugin-name" }); + nameEl.setText(plugin.name); + const actionsEl = itemEl.createDiv({ cls: "claudian-plugin-actions" }); + const toggleBtn = actionsEl.createEl("button", { + cls: "claudian-plugin-action-btn", + attr: { "aria-label": plugin.enabled ? "Disable" : "Enable" } + }); + (0, import_obsidian11.setIcon)(toggleBtn, plugin.enabled ? "toggle-right" : "toggle-left"); + toggleBtn.addEventListener("click", () => { + void this.togglePlugin(plugin.id); + }); + } + async togglePlugin(pluginId) { + var _a5; + const plugin = this.pluginManager.getPlugins().find((p) => p.id === pluginId); + const wasEnabled = (_a5 = plugin == null ? void 0 : plugin.enabled) != null ? _a5 : false; + try { + await this.pluginManager.togglePlugin(pluginId); + await this.agentManager.loadAgents(); + try { + await this.restartTabs(); + } catch (e2) { + new import_obsidian11.Notice("Plugin toggled, but some tabs failed to restart."); + } + new import_obsidian11.Notice(`Plugin "${pluginId}" ${wasEnabled ? "disabled" : "enabled"}`); + } catch (err) { + await this.pluginManager.togglePlugin(pluginId); + const message = err instanceof Error ? err.message : "Unknown error"; + new import_obsidian11.Notice(`Failed to toggle plugin: ${message}`); + } finally { + this.render(); + } + } + async refreshPlugins() { + try { + await this.pluginManager.loadPlugins(); + await this.agentManager.loadAgents(); + new import_obsidian11.Notice("Plugin list refreshed"); + } catch (err) { + const message = err instanceof Error ? err.message : "Unknown error"; + new import_obsidian11.Notice(`Failed to refresh plugins: ${message}`); + } finally { + this.render(); + } + } + refresh() { + this.render(); + } +}; + +// src/providers/claude/ui/SlashCommandSettings.ts +var import_obsidian12 = require("obsidian"); +function resolveAllowedTools(inputValue, parsedTools) { + const trimmed = inputValue.trim(); + if (trimmed) { + return trimmed.split(",").map((s2) => s2.trim()).filter(Boolean); + } + if (parsedTools && parsedTools.length > 0) { + return parsedTools; + } + return void 0; +} +function isSkillEntry(entry) { + return entry.kind === "skill"; +} +var SlashCommandModal = class extends import_obsidian12.Modal { + constructor(app, entries, existingEntry, onSave) { + super(app); + this.entries = entries; + this.existingEntry = existingEntry; + this.onSave = onSave; + } + onOpen() { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m; + const existingIsSkill = this.existingEntry ? isSkillEntry(this.existingEntry) : false; + let selectedType = existingIsSkill ? "skill" : "command"; + const typeLabel = () => selectedType === "skill" ? "Skill" : "Slash Command"; + this.setTitle(this.existingEntry ? `Edit ${typeLabel()}` : `Add ${typeLabel()}`); + this.modalEl.addClass("claudian-sp-modal"); + const { contentEl } = this; + let nameInput; + let descInput; + let hintInput; + let modelInput; + let toolsInput; + let disableModelToggle = (_b3 = (_a5 = this.existingEntry) == null ? void 0 : _a5.disableModelInvocation) != null ? _b3 : false; + let disableUserInvocation = ((_c2 = this.existingEntry) == null ? void 0 : _c2.userInvocable) === false; + let contextValue = (_e2 = (_d = this.existingEntry) == null ? void 0 : _d.context) != null ? _e2 : ""; + let agentInput; + let disableUserSetting = null; + let disableUserToggle = null; + const updateSkillOnlyFields = () => { + if (!disableUserSetting || !disableUserToggle) return; + const isSkillType = selectedType === "skill"; + disableUserSetting.settingEl.toggleClass("claudian-hidden", !isSkillType); + if (!isSkillType) { + disableUserInvocation = false; + disableUserToggle.setValue(false); + } + }; + new import_obsidian12.Setting(contentEl).setName("Type").setDesc("Command or skill").addDropdown((dropdown) => { + dropdown.addOption("command", "Command").addOption("skill", "Skill").setValue(selectedType).onChange((value) => { + selectedType = value; + this.setTitle(this.existingEntry ? `Edit ${typeLabel()}` : `Add ${typeLabel()}`); + updateSkillOnlyFields(); + }); + if (this.existingEntry) { + dropdown.setDisabled(true); + } + }); + new import_obsidian12.Setting(contentEl).setName("Command name").setDesc('The name used after / (e.g., "review" for /review)').addText((text) => { + var _a6; + nameInput = text.inputEl; + text.setValue(((_a6 = this.existingEntry) == null ? void 0 : _a6.name) || "").setPlaceholder("Review-code"); + }); + new import_obsidian12.Setting(contentEl).setName("Description").setDesc("Optional description shown in dropdown").addText((text) => { + var _a6; + descInput = text.inputEl; + text.setValue(((_a6 = this.existingEntry) == null ? void 0 : _a6.description) || ""); + }); + const details = contentEl.createEl("details", { cls: "claudian-sp-advanced-section" }); + details.createEl("summary", { + text: "Advanced options", + cls: "claudian-sp-advanced-summary" + }); + if (((_f2 = this.existingEntry) == null ? void 0 : _f2.argumentHint) || ((_g = this.existingEntry) == null ? void 0 : _g.model) || ((_i = (_h2 = this.existingEntry) == null ? void 0 : _h2.allowedTools) == null ? void 0 : _i.length) || ((_j = this.existingEntry) == null ? void 0 : _j.disableModelInvocation) || ((_k3 = this.existingEntry) == null ? void 0 : _k3.userInvocable) === false || ((_l2 = this.existingEntry) == null ? void 0 : _l2.context) || ((_m = this.existingEntry) == null ? void 0 : _m.agent)) { + details.open = true; + } + new import_obsidian12.Setting(details).setName("Argument hint").setDesc('Placeholder text for arguments (e.g., "[file] [focus]")').addText((text) => { + var _a6; + hintInput = text.inputEl; + text.setValue(((_a6 = this.existingEntry) == null ? void 0 : _a6.argumentHint) || ""); + }); + new import_obsidian12.Setting(details).setName("Model override").setDesc("Optional model to use for this command").addText((text) => { + var _a6; + modelInput = text.inputEl; + text.setValue(((_a6 = this.existingEntry) == null ? void 0 : _a6.model) || "").setPlaceholder("Claude-sonnet-4-5"); + }); + new import_obsidian12.Setting(details).setName("Allowed tools").setDesc("Comma-separated list of tools to allow (empty = all)").addText((text) => { + var _a6, _b4; + toolsInput = text.inputEl; + text.setValue(((_b4 = (_a6 = this.existingEntry) == null ? void 0 : _a6.allowedTools) == null ? void 0 : _b4.join(", ")) || ""); + }); + new import_obsidian12.Setting(details).setName("Disable model invocation").setDesc("Prevent the model from invoking this command itself").addToggle((toggle) => { + toggle.setValue(disableModelToggle).onChange((value) => { + disableModelToggle = value; + }); + }); + disableUserSetting = new import_obsidian12.Setting(details).setName("Disable user invocation").setDesc("Prevent the user from invoking this skill directly").addToggle((toggle) => { + disableUserToggle = toggle; + toggle.setValue(disableUserInvocation).onChange((value) => { + disableUserInvocation = value; + }); + }); + updateSkillOnlyFields(); + new import_obsidian12.Setting(details).setName("Context").setDesc("Run in a subagent (fork)").addToggle((toggle) => { + toggle.setValue(contextValue === "fork").onChange((value) => { + contextValue = value ? "fork" : ""; + agentSetting.settingEl.toggleClass("claudian-hidden", !value); + }); + }); + const agentSetting = new import_obsidian12.Setting(details).setName("Agent").setDesc("Subagent type when context is fork").addText((text) => { + var _a6; + agentInput = text.inputEl; + text.setValue(((_a6 = this.existingEntry) == null ? void 0 : _a6.agent) || "").setPlaceholder("Code-reviewer"); + }); + agentSetting.settingEl.toggleClass("claudian-hidden", contextValue !== "fork"); + new import_obsidian12.Setting(contentEl).setName("Prompt template").setDesc("Use $ARGUMENTS, $1, $2, @file, !`bash`"); + const contentArea = contentEl.createEl("textarea", { + cls: "claudian-sp-content-area", + attr: { + rows: "10", + placeholder: "Review this code for:\n$ARGUMENTS\n\n@$1" + } + }); + const initialContent = this.existingEntry ? parseSlashCommandContent(this.existingEntry.content).promptContent : ""; + contentArea.value = initialContent; + const buttonContainer = contentEl.createDiv({ cls: "claudian-sp-modal-buttons" }); + const cancelBtn = buttonContainer.createEl("button", { + text: "Cancel", + cls: "claudian-cancel-btn" + }); + cancelBtn.addEventListener("click", () => this.close()); + const saveBtn = buttonContainer.createEl("button", { + text: "Save", + cls: "claudian-save-btn" + }); + saveBtn.addEventListener("click", () => { + void (async () => { + var _a6, _b4, _c3, _d2, _e3, _f3; + const name = nameInput.value.trim(); + const nameError = validateCommandName(name); + if (nameError) { + new import_obsidian12.Notice(nameError); + return; + } + const content = contentArea.value; + if (!content.trim()) { + new import_obsidian12.Notice("Prompt template is required"); + return; + } + const existing = this.entries.find( + (entry2) => { + var _a7; + return entry2.name.toLowerCase() === name.toLowerCase() && entry2.id !== ((_a7 = this.existingEntry) == null ? void 0 : _a7.id); + } + ); + if (existing) { + new import_obsidian12.Notice(`A command named "/${name}" already exists`); + return; + } + const parsed = parseSlashCommandContent(content); + const promptContent = parsed.promptContent; + const isSkillType = selectedType === "skill"; + const entry = { + id: ((_a6 = this.existingEntry) == null ? void 0 : _a6.id) || (isSkillType ? `skill-${name}` : `cmd-${Date.now()}-${Math.random().toString(36).substring(2, 11)}`), + providerId: "claude", + kind: isSkillType ? "skill" : "command", + name, + description: descInput.value.trim() || parsed.description || void 0, + argumentHint: normalizeArgumentHint(hintInput.value.trim()) || parsed.argumentHint || void 0, + allowedTools: resolveAllowedTools(toolsInput.value, parsed.allowedTools), + model: modelInput.value.trim() || parsed.model || void 0, + content: promptContent, + disableModelInvocation: disableModelToggle || void 0, + userInvocable: disableUserInvocation ? false : void 0, + context: contextValue || void 0, + agent: contextValue === "fork" ? agentInput.value.trim() || void 0 : void 0, + hooks: (_c3 = parsed.hooks) != null ? _c3 : (_b4 = this.existingEntry) == null ? void 0 : _b4.hooks, + scope: "vault", + source: (_e3 = (_d2 = this.existingEntry) == null ? void 0 : _d2.source) != null ? _e3 : "user", + isEditable: true, + isDeletable: true, + displayPrefix: "/", + insertPrefix: "/", + persistenceKey: (_f3 = this.existingEntry) == null ? void 0 : _f3.persistenceKey + }; + try { + await this.onSave(entry); + } catch (e2) { + const label = isSkillType ? "skill" : "slash command"; + new import_obsidian12.Notice(`Failed to save ${label}`); + return; + } + this.close(); + })(); + }); + const handleKeyDown = (e2) => { + if (e2.key === "Escape") { + e2.preventDefault(); + this.close(); + } + }; + contentEl.addEventListener("keydown", handleKeyDown); + } + onClose() { + this.contentEl.empty(); + } +}; +var SlashCommandSettings = class { + constructor(containerEl, app, catalog) { + this.commands = []; + this.app = app; + this.containerEl = containerEl; + this.catalog = catalog; + void this.loadAndRender(); + } + async loadAndRender() { + if (!this.catalog) { + this.renderUnavailable(); + return; + } + this.commands = await this.catalog.listVaultEntries(); + this.render(); + } + renderUnavailable() { + this.containerEl.empty(); + const emptyEl = this.containerEl.createDiv({ cls: "claudian-sp-empty-state" }); + emptyEl.setText("Claude command catalog is unavailable."); + } + render() { + this.containerEl.empty(); + const headerEl = this.containerEl.createDiv({ cls: "claudian-sp-header" }); + headerEl.createSpan({ text: t10("settings.slashCommands.name"), cls: "claudian-sp-label" }); + const actionsEl = headerEl.createDiv({ cls: "claudian-sp-header-actions" }); + const addBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Add" } + }); + (0, import_obsidian12.setIcon)(addBtn, "plus"); + addBtn.addEventListener("click", () => this.openCommandModal(null)); + if (this.commands.length === 0) { + const emptyEl = this.containerEl.createDiv({ cls: "claudian-sp-empty-state" }); + emptyEl.setText("No commands or skills configured. Click + to create one."); + return; + } + const listEl = this.containerEl.createDiv({ cls: "claudian-sp-list" }); + for (const cmd of this.commands) { + this.renderCommandItem(listEl, cmd); + } + } + renderCommandItem(listEl, cmd) { + const itemEl = listEl.createDiv({ cls: "claudian-sp-item" }); + const infoEl = itemEl.createDiv({ cls: "claudian-sp-info" }); + const headerRow = infoEl.createDiv({ cls: "claudian-sp-item-header" }); + const nameEl = headerRow.createSpan({ cls: "claudian-sp-item-name" }); + nameEl.setText(`/${cmd.name}`); + if (isSkillEntry(cmd)) { + headerRow.createSpan({ text: "skill", cls: "claudian-slash-item-badge" }); + } + if (cmd.argumentHint) { + const hintEl = headerRow.createSpan({ cls: "claudian-slash-item-hint" }); + hintEl.setText(cmd.argumentHint); + } + if (cmd.description) { + const descEl = infoEl.createDiv({ cls: "claudian-sp-item-desc" }); + descEl.setText(cmd.description); + } + const actionsEl = itemEl.createDiv({ cls: "claudian-sp-item-actions" }); + if (cmd.isEditable) { + const editBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Edit" } + }); + (0, import_obsidian12.setIcon)(editBtn, "pencil"); + editBtn.addEventListener("click", () => this.openCommandModal(cmd)); + } + if (!isSkillEntry(cmd) && cmd.isEditable) { + const convertBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Convert to skill" } + }); + (0, import_obsidian12.setIcon)(convertBtn, "package"); + convertBtn.addEventListener("click", () => { + void (async () => { + try { + await this.transformToSkill(cmd); + } catch (e2) { + new import_obsidian12.Notice("Failed to convert to skill"); + } + })(); + }); + } + if (cmd.isDeletable) { + const deleteBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn claudian-settings-delete-btn", + attr: { "aria-label": "Delete" } + }); + (0, import_obsidian12.setIcon)(deleteBtn, "trash-2"); + deleteBtn.addEventListener("click", () => { + void (async () => { + try { + await this.deleteCommand(cmd); + } catch (e2) { + const label = isSkillEntry(cmd) ? "skill" : "slash command"; + new import_obsidian12.Notice(`Failed to delete ${label}`); + } + })(); + }); + } + } + openCommandModal(existingCmd) { + const modal = new SlashCommandModal( + this.app, + this.commands, + existingCmd, + async (cmd) => { + await this.saveCommand(cmd, existingCmd); + } + ); + modal.open(); + } + async saveCommand(cmd, existing) { + if (!this.catalog) { + return; + } + await this.catalog.saveVaultEntry(cmd); + if (existing && existing.name !== cmd.name) { + await this.catalog.deleteVaultEntry(existing); + } + await this.reloadCommands(); + this.render(); + const label = isSkillEntry(cmd) ? "Skill" : "Slash command"; + new import_obsidian12.Notice(`${label} "/${cmd.name}" ${existing ? "updated" : "created"}`); + } + async deleteCommand(cmd) { + if (!this.catalog) { + return; + } + await this.catalog.deleteVaultEntry(cmd); + await this.reloadCommands(); + this.render(); + const label = isSkillEntry(cmd) ? "Skill" : "Slash command"; + new import_obsidian12.Notice(`${label} "/${cmd.name}" deleted`); + } + async transformToSkill(cmd) { + if (!this.catalog) { + return; + } + const skillName = cmd.name.toLowerCase().replace(/[^a-z0-9-]/g, "-").slice(0, 64); + const existingSkill = this.commands.find( + (entry) => isSkillEntry(entry) && entry.name === skillName + ); + if (existingSkill) { + new import_obsidian12.Notice(`A skill named "/${skillName}" already exists`); + return; + } + const skill = { + ...cmd, + id: `skill-${skillName}`, + kind: "skill", + name: skillName, + description: cmd.description || extractFirstParagraph(cmd.content), + source: "user", + scope: "vault", + isEditable: true, + isDeletable: true, + displayPrefix: "/", + insertPrefix: "/" + }; + await this.catalog.saveVaultEntry(skill); + await this.catalog.deleteVaultEntry(cmd); + await this.reloadCommands(); + this.render(); + new import_obsidian12.Notice(`Converted "/${cmd.name}" to skill`); + } + async reloadCommands() { + if (!this.catalog) { + this.commands = []; + return; + } + this.commands = await this.catalog.listVaultEntries(); + } + refresh() { + void this.loadAndRender(); + } +}; + +// src/providers/claude/ui/ClaudeSettingsTab.ts +var claudeSettingsTabRenderer = { + render(container, context) { + const claudeWorkspace = getClaudeWorkspaceServices(); + const settingsBag = context.plugin.settings; + const claudeSettings = getClaudeProviderSettings(settingsBag); + const reconcileActiveClaudeModelSelection = () => { + const activeProvider = settingsBag.settingsProvider; + if (activeProvider !== void 0 && activeProvider !== "claude") { + return; + } + const currentModel = typeof settingsBag.model === "string" ? settingsBag.model : ""; + const nextModel = resolveClaudeModelSelection(settingsBag, currentModel); + if (!nextModel || nextModel === currentModel) { + return; + } + settingsBag.model = nextModel; + claudeChatUIConfig.applyModelDefaults(nextModel, settingsBag); + }; + new import_obsidian13.Setting(container).setName(t10("settings.setup")).setHeading(); + const hostnameKey = getHostnameKey(); + const platformDesc = process.platform === "win32" ? t10("settings.cliPath.descWindows") : t10("settings.cliPath.descUnix"); + const cliPathDescription = `${t10("settings.cliPath.desc")} ${platformDesc}`; + const cliPathSetting = new import_obsidian13.Setting(container).setName(t10("settings.cliPath.name")).setDesc(cliPathDescription); + const validationEl = container.createDiv({ + cls: "claudian-cli-path-validation claudian-setting-validation claudian-setting-validation-error claudian-hidden" + }); + const validatePath = (value) => { + const trimmed = value.trim(); + if (!trimmed) return null; + const expandedPath = expandHomePath(trimmed); + if (!fs8.existsSync(expandedPath)) { + return t10("settings.cliPath.validation.notExist"); + } + const stat = fs8.statSync(expandedPath); + if (!stat.isFile()) { + return t10("settings.cliPath.validation.isDirectory"); + } + return null; + }; + const updateCliPathValidation = (value, inputEl) => { + const error48 = validatePath(value); + if (error48) { + validationEl.setText(error48); + validationEl.toggleClass("claudian-hidden", false); + if (inputEl) { + inputEl.toggleClass("claudian-input-error", true); + } + return false; + } + validationEl.toggleClass("claudian-hidden", true); + if (inputEl) { + inputEl.toggleClass("claudian-input-error", false); + } + return true; + }; + const currentValue = claudeSettings.cliPathsByHost[hostnameKey] || ""; + const cliPathsByHost = { ...claudeSettings.cliPathsByHost }; + let cliPathInputEl = null; + const persistCliPath = async (value) => { + var _a5; + const isValid2 = updateCliPathValidation(value, cliPathInputEl != null ? cliPathInputEl : void 0); + if (!isValid2) { + return false; + } + const trimmed = value.trim(); + if (trimmed) { + cliPathsByHost[hostnameKey] = trimmed; + } else { + delete cliPathsByHost[hostnameKey]; + } + updateClaudeProviderSettings(settingsBag, { cliPathsByHost: { ...cliPathsByHost } }); + await context.plugin.saveSettings(); + claudeWorkspace.cliResolver.reset(); + const view = context.plugin.getView(); + await ((_a5 = view == null ? void 0 : view.getTabManager()) == null ? void 0 : _a5.broadcastToAllTabs( + (service) => Promise.resolve(service.cleanup()) + )); + return true; + }; + cliPathSetting.addText((text) => { + const placeholder = process.platform === "win32" ? "D:\\nodejs\\node_global\\node_modules\\@anthropic-ai\\claude-code\\cli-wrapper.cjs" : "/usr/local/lib/node_modules/@anthropic-ai/claude-code/cli-wrapper.cjs"; + text.setPlaceholder(placeholder).setValue(currentValue).onChange(async (value) => { + await persistCliPath(value); + }); + text.inputEl.addClass("claudian-settings-cli-path-input"); + cliPathInputEl = text.inputEl; + updateCliPathValidation(currentValue, text.inputEl); + }); + new import_obsidian13.Setting(container).setName(t10("settings.safety")).setHeading(); + new import_obsidian13.Setting(container).setName(t10("settings.claudeSafeMode.name")).setDesc(t10("settings.claudeSafeMode.desc")).addDropdown((dropdown) => { + for (const mode of CLAUDE_SAFE_MODES) { + dropdown.addOption(mode, mode); + } + dropdown.setValue(claudeSettings.safeMode).onChange(async (value) => { + updateClaudeProviderSettings( + settingsBag, + { safeMode: value } + ); + await context.plugin.saveSettings(); + }); + }); + new import_obsidian13.Setting(container).setName(t10("settings.loadUserSettings.name")).setDesc(t10("settings.loadUserSettings.desc")).addToggle( + (toggle) => toggle.setValue(claudeSettings.loadUserSettings).onChange(async (value) => { + updateClaudeProviderSettings(settingsBag, { loadUserSettings: value }); + await context.plugin.saveSettings(); + }) + ); + new import_obsidian13.Setting(container).setName(t10("settings.models")).setHeading(); + new import_obsidian13.Setting(container).setName(t10("settings.enableOpus1M.name")).setDesc(t10("settings.enableOpus1M.desc")).addToggle( + (toggle) => toggle.setValue(claudeSettings.enableOpus1M).onChange(async (value) => { + updateClaudeProviderSettings(settingsBag, { enableOpus1M: value }); + context.plugin.normalizeModelVariantSettings(); + await context.plugin.saveSettings(); + context.refreshModelSelectors(); + }) + ); + new import_obsidian13.Setting(container).setName(t10("settings.enableSonnet1M.name")).setDesc(t10("settings.enableSonnet1M.desc")).addToggle( + (toggle) => toggle.setValue(claudeSettings.enableSonnet1M).onChange(async (value) => { + updateClaudeProviderSettings(settingsBag, { enableSonnet1M: value }); + context.plugin.normalizeModelVariantSettings(); + await context.plugin.saveSettings(); + context.refreshModelSelectors(); + }) + ); + new import_obsidian13.Setting(container).setName(t10("settings.customModels.name")).setDesc(t10("settings.customModels.desc")).addTextArea((text) => { + let pendingCustomModels = claudeSettings.customModels; + let savedCustomModels = claudeSettings.customModels; + const commitCustomModels = async () => { + const previousCustomModels = savedCustomModels; + const previousModel = typeof settingsBag.model === "string" ? settingsBag.model : ""; + const previousTitleModel = typeof settingsBag.titleGenerationModel === "string" ? settingsBag.titleGenerationModel : ""; + if (pendingCustomModels !== savedCustomModels) { + updateClaudeProviderSettings(settingsBag, { customModels: pendingCustomModels }); + savedCustomModels = pendingCustomModels; + } + reconcileActiveClaudeModelSelection(); + const didReconcileTitleModel = ProviderSettingsCoordinator.reconcileTitleGenerationModelSelection(settingsBag); + const nextModel = typeof settingsBag.model === "string" ? settingsBag.model : ""; + const nextTitleModel = typeof settingsBag.titleGenerationModel === "string" ? settingsBag.titleGenerationModel : ""; + const didModelSelectionChange = previousModel !== nextModel; + const didCustomModelsChange = previousCustomModels !== savedCustomModels; + if (!didCustomModelsChange && !didModelSelectionChange && !didReconcileTitleModel && previousTitleModel === nextTitleModel) { + return; + } + await context.plugin.saveSettings(); + context.refreshModelSelectors(); + }; + text.setPlaceholder(t10("settings.customModels.placeholder")).setValue(claudeSettings.customModels).onChange((value) => { + pendingCustomModels = value; + }); + text.inputEl.rows = 6; + text.inputEl.cols = 40; + text.inputEl.addEventListener("blur", () => { + void commitCustomModels(); + }); + }); + new import_obsidian13.Setting(container).setName(t10("settings.slashCommands.name")).setHeading(); + const slashCommandsDesc = container.createDiv({ cls: "claudian-sp-settings-desc" }); + const descP = slashCommandsDesc.createEl("p", { cls: "setting-item-description" }); + descP.appendText(t10("settings.slashCommands.desc") + " "); + descP.createEl("a", { + text: "Learn more", + href: "https://code.claude.com/docs/en/skills" + }); + const slashCommandsContainer = container.createDiv({ cls: "claudian-slash-commands-container" }); + new SlashCommandSettings( + slashCommandsContainer, + context.plugin.app, + claudeWorkspace.commandCatalog + ); + context.renderHiddenProviderCommandSetting(container, "claude", { + name: t10("settings.hiddenSlashCommands.name"), + desc: t10("settings.hiddenSlashCommands.desc"), + placeholder: t10("settings.hiddenSlashCommands.placeholder") + }); + new import_obsidian13.Setting(container).setName(t10("settings.subagents.name")).setHeading(); + const agentsDesc = container.createDiv({ cls: "claudian-sp-settings-desc" }); + agentsDesc.createEl("p", { + text: t10("settings.subagents.desc"), + cls: "setting-item-description" + }); + const agentsContainer = container.createDiv({ cls: "claudian-agents-container" }); + new AgentSettings(agentsContainer, { + app: context.plugin.app, + agentManager: claudeWorkspace.agentManager, + agentStorage: claudeWorkspace.agentStorage + }); + new import_obsidian13.Setting(container).setName(t10("settings.mcpServers.name")).setHeading(); + const mcpDesc = container.createDiv({ cls: "claudian-mcp-settings-desc" }); + mcpDesc.createEl("p", { + text: t10("settings.mcpServers.desc"), + cls: "setting-item-description" + }); + const mcpContainer = container.createDiv({ cls: "claudian-mcp-container" }); + new McpSettingsManager(mcpContainer, { + app: context.plugin.app, + mcpStorage: claudeWorkspace.mcpStorage, + broadcastMcpReload: async () => { + var _a5; + for (const view of context.plugin.getAllViews()) { + await ((_a5 = view.getTabManager()) == null ? void 0 : _a5.broadcastToAllTabs( + (service) => service.reloadMcpServers() + )); + } + } + }); + new import_obsidian13.Setting(container).setName(t10("settings.plugins.name")).setHeading(); + const pluginsDesc = container.createDiv({ cls: "claudian-plugin-settings-desc" }); + pluginsDesc.createEl("p", { + text: t10("settings.plugins.desc"), + cls: "setting-item-description" + }); + const pluginsContainer = container.createDiv({ cls: "claudian-plugins-container" }); + new PluginSettingsManager(pluginsContainer, { + pluginManager: claudeWorkspace.pluginManager, + agentManager: claudeWorkspace.agentManager, + restartTabs: async () => { + const view = context.plugin.getView(); + const tabManager = view == null ? void 0 : view.getTabManager(); + if (!tabManager) { + return; + } + await tabManager.broadcastToAllTabs( + async (service) => { + await service.ensureReady({ force: true }); + } + ); + } + }); + renderEnvironmentSettingsSection({ + container, + plugin: context.plugin, + scope: "provider:claude", + heading: t10("settings.environment"), + name: t10("settings.customVariables.name"), + desc: "Claude-owned runtime variables only. Use this for ANTHROPIC_* and Claude-specific toggles.", + placeholder: "ANTHROPIC_API_KEY=your-key\nANTHROPIC_BASE_URL=https://api.example.com\nANTHROPIC_MODEL=custom-model\nCLAUDE_CODE_USE_BEDROCK=1", + renderCustomContextLimits: (target) => context.renderCustomContextLimits(target, "claude") + }); + new import_obsidian13.Setting(container).setName(t10("settings.experimental")).setHeading(); + new import_obsidian13.Setting(container).setName(t10("settings.enableChrome.name")).setDesc(t10("settings.enableChrome.desc")).addToggle( + (toggle) => toggle.setValue(claudeSettings.enableChrome).onChange(async (value) => { + updateClaudeProviderSettings(settingsBag, { enableChrome: value }); + await context.plugin.saveSettings(); + }) + ); + new import_obsidian13.Setting(container).setName(t10("settings.enableBangBash.name")).setDesc(t10("settings.enableBangBash.desc")).addToggle( + (toggle) => toggle.setValue(claudeSettings.enableBangBash).onChange(async (value) => { + bangBashValidationEl.toggleClass("claudian-hidden", true); + if (value) { + const { findNodeExecutable: findNodeExecutable2, getEnhancedPath: getEnhancedPath2 } = await Promise.resolve().then(() => (init_env(), env_exports)); + const nodePath2 = findNodeExecutable2(getEnhancedPath2()); + if (!nodePath2) { + bangBashValidationEl.setText(t10("settings.enableBangBash.validation.noNode")); + bangBashValidationEl.toggleClass("claudian-hidden", false); + toggle.setValue(false); + return; + } + } + updateClaudeProviderSettings(settingsBag, { enableBangBash: value }); + await context.plugin.saveSettings(); + }) + ); + const bangBashValidationEl = container.createDiv({ + cls: "claudian-bang-bash-validation claudian-setting-validation claudian-setting-validation-error claudian-hidden" + }); + } +}; + +// src/providers/claude/app/ClaudeWorkspaceServices.ts +async function createClaudeWorkspaceServices(plugin, adapter) { + var _a5; + const claudeStorage = new StorageService(plugin, adapter); + await claudeStorage.ensureDirectories(); + const cliResolver = new ClaudeCliResolver(); + const mcpStorage = claudeStorage.mcp; + const mcpManager = new McpServerManager(mcpStorage); + await mcpManager.loadServers(); + const vaultPath = (_a5 = getVaultPath(plugin.app)) != null ? _a5 : ""; + const pluginManager = new PluginManager(vaultPath, claudeStorage.ccSettings); + await pluginManager.loadPlugins(); + const agentStorage = claudeStorage.agents; + const agentManager = new AgentManager(vaultPath, pluginManager); + await agentManager.loadAgents(); + const commandCatalog = new ClaudeCommandCatalog( + claudeStorage.commands, + claudeStorage.skills, + () => probeRuntimeCommands(plugin) + ); + return { + claudeStorage, + cliResolver, + mcpStorage, + mcpServerManager: mcpManager, + mcpManager, + pluginManager, + agentStorage, + agentManager, + commandCatalog, + agentMentionProvider: agentManager, + settingsTabRenderer: claudeSettingsTabRenderer, + refreshAgentMentions: async () => { + await agentManager.loadAgents(); + } + }; +} +var claudeWorkspaceRegistration = { + initialize: async ({ plugin, vaultAdapter }) => createClaudeWorkspaceServices(plugin, vaultAdapter) +}; +function getClaudeWorkspaceServices() { + return ProviderWorkspaceRegistry.requireServices("claude"); +} + +// src/utils/context.ts +var CURRENT_NOTE_PREFIX_REGEX = /^\n[\s\S]*?<\/current_note>\n\n/; +var CURRENT_NOTE_SUFFIX_REGEX = /\n\n\n[\s\S]*?<\/current_note>$/; +var XML_CONTEXT_PATTERN = /\n\n<(?:current_note|editor_selection|editor_cursor|context_files|canvas_selection|browser_selection)[\s>]/; +function formatCurrentNote(notePath) { + return ` +${notePath} +`; +} +function appendCurrentNote(prompt, notePath) { + return `${prompt} + +${formatCurrentNote(notePath)}`; +} +function stripCurrentNoteContext(prompt) { + const strippedPrefix = prompt.replace(CURRENT_NOTE_PREFIX_REGEX, ""); + if (strippedPrefix !== prompt) { + return strippedPrefix; + } + return prompt.replace(CURRENT_NOTE_SUFFIX_REGEX, ""); +} +function extractContentBeforeXmlContext(text) { + if (!text) return void 0; + const queryMatch = text.match(/\n?([\s\S]*?)\n?<\/query>/); + if (queryMatch) { + return queryMatch[1].trim(); + } + const xmlMatch = text.match(XML_CONTEXT_PATTERN); + if ((xmlMatch == null ? void 0 : xmlMatch.index) !== void 0) { + return text.substring(0, xmlMatch.index).trim(); + } + return void 0; +} +function extractUserQuery(prompt) { + if (!prompt) return ""; + const extracted = extractContentBeforeXmlContext(prompt); + if (extracted !== void 0) { + return extracted; + } + return prompt.replace(/[\s\S]*?<\/current_note>\s*/g, "").replace(/\s*/g, "").replace(/\s*/g, "").replace(/[\s\S]*?<\/context_files>\s*/g, "").replace(/\s*/g, "").replace(/\s*/g, "").trim(); +} +function formatContextFilesLine(files) { + return ` +${files.join(", ")} +`; +} +function appendContextFiles(prompt, files) { + return `${prompt} + +${formatContextFilesLine(files)}`; +} + +// src/utils/date.ts +function getTodayDate() { + const now = /* @__PURE__ */ new Date(); + const readable = now.toLocaleDateString("en-US", { + weekday: "long", + year: "numeric", + month: "long", + day: "numeric" + }); + const iso = now.toISOString().split("T")[0]; + return `${readable} (${iso})`; +} +function formatDurationMmSs(seconds) { + if (!Number.isFinite(seconds) || seconds < 0) { + return "0s"; + } + const mins = Math.floor(seconds / 60); + const secs = seconds % 60; + if (mins === 0) { + return `${secs}s`; + } + return `${mins}m ${secs}s`; +} + +// src/core/prompt/inlineEdit.ts +function parseInlineEditResponse(responseText) { + const replacementMatch = responseText.match(/([\s\S]*?)<\/replacement>/); + if (replacementMatch) { + return { success: true, editedText: replacementMatch[1] }; + } + const insertionMatch = responseText.match(/([\s\S]*?)<\/insertion>/); + if (insertionMatch) { + return { success: true, insertedText: insertionMatch[1] }; + } + const trimmed = responseText.trim(); + if (trimmed) { + return { success: true, clarification: trimmed }; + } + return { success: false, error: "Empty response" }; +} +function buildCursorPrompt(request) { + const ctx = request.cursorContext; + const lineAttr = ` line="${ctx.line + 1}"`; + let cursorContent; + if (ctx.isInbetween) { + const parts = []; + if (ctx.beforeCursor) parts.push(ctx.beforeCursor); + parts.push("| #inbetween"); + if (ctx.afterCursor) parts.push(ctx.afterCursor); + cursorContent = parts.join("\n"); + } else { + cursorContent = `${ctx.beforeCursor}|${ctx.afterCursor} #inline`; + } + return [ + request.instruction, + "", + ``, + cursorContent, + "" + ].join("\n"); +} +function buildInlineEditPrompt(request) { + let prompt; + if (request.mode === "cursor") { + prompt = buildCursorPrompt(request); + } else { + const lineAttr = request.startLine && request.lineCount ? ` lines="${request.startLine}-${request.startLine + request.lineCount - 1}"` : ""; + prompt = [ + request.instruction, + "", + ``, + request.selectedText, + "" + ].join("\n"); + } + if (request.contextFiles && request.contextFiles.length > 0) { + prompt = appendContextFiles(prompt, request.contextFiles); + } + return prompt; +} +function getInlineEditSystemPrompt() { + const pathRules = '- **Paths**: Must be RELATIVE to vault root (e.g., "notes/file.md").'; + return `Today is ${getTodayDate()}. + +You are **Claudian**, an expert editor and writing assistant embedded in Obsidian. You help users refine their text, answer questions, and generate content with high precision. + +## Core Directives + +1. **Style Matching**: Mimic the user's tone, voice, and formatting style (indentation, bullet points, capitalization). +2. **Context Awareness**: Always Read the full file (or significant context) to understand the broader topic before editing. Do not rely solely on the selection. +3. **Silent Execution**: Use tools (Read, WebSearch) silently. Your final output must be ONLY the result. +4. **No Fluff**: No pleasantries, no "Here is the text", no "I have updated...". Just the content. + +## Input Format + +User messages have the instruction first, followed by XML context tags: + +### Selection Mode +\`\`\` +user's instruction + + +selected text here + +\`\`\` +Use \`\` tags for edits. + +### Cursor Mode +\`\`\` +user's instruction + + +text before|text after #inline + +\`\`\` +Or between paragraphs: +\`\`\` +user's instruction + + +Previous paragraph +| #inbetween +Next paragraph + +\`\`\` +Use \`\` tags to insert new content at the cursor position (\`|\`). + +## Tools & Path Rules + +- **Tools**: Read, Grep, Glob, LS, WebSearch, WebFetch. (All read-only). +${pathRules} + +## Thinking Process + +Before generating the final output, mentally check: +1. **Context**: Have I read enough of the file to understand the *topic* and *structure*? +2. **Style**: What is the user's indentation (2 vs 4 spaces, tabs)? What is their tone? +3. **Type**: Is this **Prose** (flow, grammar, clarity) or **Code** (syntax, logic, variable names)? + - *Prose*: Ensure smooth transitions. + - *Code*: Preserve syntax validity; do not break surrounding brackets/indentation. + +## Output Rules - CRITICAL + +**ABSOLUTE RULE**: Your text output must contain ONLY the final answer, replacement, or insertion. NEVER output: +- "I'll read the file..." / "Let me check..." / "I will..." +- "I'm asked about..." / "The user wants..." +- "Based on my analysis..." / "After reading..." +- "Here's..." / "The answer is..." +- ANY announcement of what you're about to do or did + +Use tools silently. Your text output = final result only. + +### When Replacing Selected Text (Selection Mode) + +If the user wants to MODIFY or REPLACE the selected text, wrap the replacement in tags: + +your replacement text here + +The content inside the tags should be ONLY the replacement text - no explanation. + +### When Inserting at Cursor (Cursor Mode) + +If the user wants to INSERT new content at the cursor position, wrap the insertion in tags: + +your inserted text here + +The content inside the tags should be ONLY the text to insert - no explanation. + +### When Answering Questions or Providing Information + +If the user is asking a QUESTION, respond WITHOUT tags. Output the answer directly. + +WRONG: "I'll read the full context of this file to give you a better explanation. This is a guide about..." +CORRECT: "This is a guide about..." + +### When Clarification is Needed + +If the request is ambiguous, ask a clarifying question. Keep questions concise and specific. + +## Examples + +### Selection Mode +Input: +\`\`\` +translate to French + + +Hello world + +\`\`\` + +CORRECT (replacement): +Bonjour le monde + +Input: +\`\`\` +what does this do? + + +const x = arr.reduce((a, b) => a + b, 0); + +\`\`\` + +CORRECT (question - no tags): +This code sums all numbers in the array \`arr\`. It uses \`reduce\` to iterate through the array, accumulating the total starting from 0. + +### Cursor Mode + +Input: +\`\`\` +what animal? + + +The quick brown | jumps over the lazy dog. #inline + +\`\`\` + +CORRECT (insertion): +fox + +### Q&A +Input: +\`\`\` +add a brief description section + + +# Introduction +This is my project. +| #inbetween +## Features + +\`\`\` + +CORRECT (insertion): + +## Description + +This project provides tools for managing your notes efficiently. + + +Input: +\`\`\` +translate to Spanish + + +The bank was steep. + +\`\`\` + +CORRECT (asking for clarification): +"Bank" can mean a financial institution (banco) or a river bank (orilla). Which meaning should I use? + +Then after user clarifies "river bank": +La orilla era empinada.`; +} + +// src/core/tools/toolNames.ts +var TOOL_AGENT_OUTPUT = "TaskOutput"; +var TOOL_ASK_USER_QUESTION = "AskUserQuestion"; +var TOOL_BASH = "Bash"; +var TOOL_BASH_OUTPUT = "BashOutput"; +var TOOL_EDIT = "Edit"; +var TOOL_GLOB = "Glob"; +var TOOL_GREP = "Grep"; +var TOOL_KILL_SHELL = "KillShell"; +var TOOL_LS = "LS"; +var TOOL_LIST_MCP_RESOURCES = "ListMcpResources"; +var TOOL_MCP = "Mcp"; +var TOOL_NOTEBOOK_EDIT = "NotebookEdit"; +var TOOL_READ = "Read"; +var TOOL_READ_MCP_RESOURCE = "ReadMcpResource"; +var TOOL_SKILL = "Skill"; +var TOOL_SUBAGENT = "Agent"; +var TOOL_SUBAGENT_LEGACY = "Task"; +var TOOL_TASK = TOOL_SUBAGENT; +var TOOL_TODO_WRITE = "TodoWrite"; +var TOOL_TOOL_SEARCH = "ToolSearch"; +var TOOL_WEB_FETCH = "WebFetch"; +var TOOL_WEB_SEARCH = "WebSearch"; +var TOOL_WRITE = "Write"; +var TOOL_ENTER_PLAN_MODE = "EnterPlanMode"; +var TOOL_EXIT_PLAN_MODE = "ExitPlanMode"; +var TOOL_APPLY_PATCH = "apply_patch"; +var TOOL_WRITE_STDIN = "write_stdin"; +var TOOL_SPAWN_AGENT = "spawn_agent"; +var TOOL_SEND_INPUT = "send_input"; +var TOOL_WAIT = "wait"; +var TOOL_WAIT_AGENT = "wait_agent"; +var TOOL_RESUME_AGENT = "resume_agent"; +var TOOL_CLOSE_AGENT = "close_agent"; +var AGENT_LIFECYCLE_TOOLS = [ + TOOL_SPAWN_AGENT, + TOOL_SEND_INPUT, + TOOL_WAIT, + TOOL_WAIT_AGENT, + TOOL_RESUME_AGENT, + TOOL_CLOSE_AGENT +]; +function isAgentLifecycleTool(name) { + return AGENT_LIFECYCLE_TOOLS.includes(name); +} +var TOOLS_SKIP_BLOCKED_DETECTION = [ + TOOL_ENTER_PLAN_MODE, + TOOL_EXIT_PLAN_MODE, + TOOL_ASK_USER_QUESTION +]; +var SUBAGENT_TOOL_NAMES = [ + TOOL_SUBAGENT, + TOOL_SUBAGENT_LEGACY +]; +function skipsBlockedDetection(name) { + return TOOLS_SKIP_BLOCKED_DETECTION.includes(name); +} +function isSubagentToolName(name) { + return SUBAGENT_TOOL_NAMES.includes(name); +} +var EDIT_TOOLS = [TOOL_WRITE, TOOL_EDIT, TOOL_NOTEBOOK_EDIT]; +var WRITE_EDIT_TOOLS = [TOOL_WRITE, TOOL_EDIT]; +var READ_ONLY_TOOLS = [ + TOOL_READ, + TOOL_GREP, + TOOL_GLOB, + TOOL_LS, + TOOL_WEB_SEARCH, + TOOL_WEB_FETCH +]; +function isEditTool(toolName) { + return EDIT_TOOLS.includes(toolName); +} +function isWriteEditTool(toolName) { + return WRITE_EDIT_TOOLS.includes(toolName); +} +function isReadOnlyTool(toolName) { + return READ_ONLY_TOOLS.includes(toolName); +} + +// src/providers/claude/runtime/claudeColdStartQuery.ts +init_env(); +init_path(); + +// src/providers/claude/auxiliary/extractAssistantText.ts +function extractAssistantText(message) { + if (message.type !== "assistant") { + return ""; + } + const payload = message.message; + if (!payload || typeof payload !== "object" || Array.isArray(payload)) { + return ""; + } + const content = payload.content; + if (!Array.isArray(content)) { + return ""; + } + return content.filter((block) => { + if (!block || typeof block !== "object" || Array.isArray(block)) { + return false; + } + const record2 = block; + return record2.type === "text" && typeof record2.text === "string"; + }).map((block) => block.text).join(""); +} + +// src/providers/claude/runtime/claudeColdStartQuery.ts +async function runColdStartQuery(config2, prompt) { + var _a5, _b3, _c2, _d, _e2; + const vaultPath = getVaultPath(config2.plugin.app); + if (!vaultPath) { + throw new Error("Could not determine vault path"); + } + const resolvedClaudePath = config2.plugin.getResolvedProviderCliPath("claude"); + if (!resolvedClaudePath) { + throw new Error("Claude CLI not found"); + } + const customEnv = parseEnvironmentVariables( + config2.plugin.getActiveEnvironmentVariables("claude") + ); + const enhancedPath = getEnhancedPath(customEnv.PATH, resolvedClaudePath); + const missingNodeError = getMissingNodeError(resolvedClaudePath, enhancedPath); + if (missingNodeError) { + throw new Error(missingNodeError); + } + const settings11 = (_a5 = config2.providerSettings) != null ? _a5 : ProviderSettingsCoordinator.getProviderSettingsSnapshot( + config2.plugin.settings, + "claude" + ); + const claudeSettings = getClaudeProviderSettings(settings11); + const selectedModel = (_b3 = config2.model) != null ? _b3 : settings11.model; + const options = { + cwd: vaultPath, + systemPrompt: config2.systemPrompt, + model: selectedModel, + abortController: config2.abortController, + pathToClaudeCodeExecutable: resolvedClaudePath, + env: { + ...process.env, + ...customEnv, + PATH: enhancedPath + }, + permissionMode: "bypassPermissions", + allowDangerouslySkipPermissions: true, + settingSources: resolveClaudeSettingSources(claudeSettings.loadUserSettings), + spawnClaudeCodeProcess: createCustomSpawnFunction(enhancedPath) + }; + if (config2.tools !== void 0) { + options.tools = config2.tools; + } + if (config2.hooks) { + options.hooks = config2.hooks; + } + if (config2.persistSession === false) { + options.persistSession = false; + } + if (config2.resumeSessionId) { + options.resume = config2.resumeSessionId; + } + if (claudeSettings.safeMode === "auto") { + options.extraArgs = { ...options.extraArgs, "enable-auto-mode": null }; + } + if (!((_c2 = config2.thinking) == null ? void 0 : _c2.disabled)) { + const effortLevel = resolveEffortLevel(selectedModel, settings11.effortLevel); + options.thinking = { type: "adaptive" }; + options.effort = effortLevel; + } + const response = jA$({ prompt, options }); + let responseText = ""; + let sessionId = null; + for await (const message of response) { + if ((_d = config2.abortController) == null ? void 0 : _d.signal.aborted) { + await response.interrupt(); + throw new Error("Cancelled"); + } + if (message.type === "system" && message.subtype === "init" && message.session_id) { + sessionId = message.session_id; + } + const text = extractAssistantText(message); + if (text) { + responseText += text; + (_e2 = config2.onTextChunk) == null ? void 0 : _e2.call(config2, responseText); + } + } + return { text: responseText, sessionId }; +} + +// src/providers/claude/auxiliary/ClaudeInlineEditService.ts +function createReadOnlyHook() { + return { + hooks: [ + async (hookInput) => { + const input = hookInput; + const toolName = input.tool_name; + if (isReadOnlyTool(toolName)) { + return { continue: true }; + } + return { + continue: false, + hookSpecificOutput: { + hookEventName: "PreToolUse", + permissionDecision: "deny", + permissionDecisionReason: `Inline edit mode: tool "${toolName}" is not allowed (read-only)` + } + }; + } + ] + }; +} +var InlineEditService = class { + constructor(plugin) { + this.abortController = null; + this.sessionId = null; + this.plugin = plugin; + } + getScopedSettings() { + return ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + "claude" + ); + } + resetConversation() { + this.sessionId = null; + } + async editText(request) { + this.sessionId = null; + const prompt = buildInlineEditPrompt(request); + return this.sendMessage(prompt); + } + async continueConversation(message, contextFiles) { + if (!this.sessionId) { + return { success: false, error: "No active conversation to continue" }; + } + let prompt = message; + if (contextFiles && contextFiles.length > 0) { + prompt = appendContextFiles(message, contextFiles); + } + return this.sendMessage(prompt); + } + async sendMessage(prompt) { + var _a5; + const settings11 = this.getScopedSettings(); + this.abortController = new AbortController(); + const hooks = { + PreToolUse: [createReadOnlyHook()] + }; + try { + const result = await runColdStartQuery({ + plugin: this.plugin, + systemPrompt: getInlineEditSystemPrompt(), + tools: [...READ_ONLY_TOOLS], + hooks, + resumeSessionId: (_a5 = this.sessionId) != null ? _a5 : void 0, + abortController: this.abortController, + providerSettings: settings11 + }, prompt); + this.sessionId = result.sessionId; + return parseInlineEditResponse(result.text); + } catch (error48) { + const msg = error48 instanceof Error ? error48.message : "Unknown error"; + return { success: false, error: msg }; + } finally { + this.abortController = null; + } + } + cancel() { + if (this.abortController) { + this.abortController.abort(); + } + } +}; + +// src/core/prompt/instructionRefine.ts +function buildRefineSystemPrompt(existingInstructions) { + const existingSection = existingInstructions.trim() ? ` + +EXISTING INSTRUCTIONS (already in the user's system prompt): +\`\`\` +${existingInstructions.trim()} +\`\`\` + +When refining the new instruction: +- Consider how it fits with existing instructions +- Avoid duplicating existing instructions +- If the new instruction conflicts with an existing one, refine it to be complementary or note the conflict +- Match the format of existing instructions (section, heading, bullet points, style, etc.)` : ""; + return `You are an expert Prompt Engineer. You help users craft precise, effective system instructions for their AI assistant. + +**Your Goal**: Transform vague or simple user requests into **high-quality, actionable, and non-conflicting** system prompt instructions. + +**Process**: +1. **Analyze Intent**: What behavior does the user want to enforce or change? +2. **Check Context**: Does this conflict with existing instructions? + - *No Conflict*: Add as new. + - *Conflict*: Propose a **merged instruction** that resolves the contradiction (or ask if unsure). +3. **Refine**: Draft a clear, positive instruction (e.g., "Do X" instead of "Don't do Y"). +4. **Format**: Return *only* the Markdown snippet wrapped in \`\` tags. + +**Guidelines**: +- **Clarity**: Use precise language. Avoid ambiguity. +- **Scope**: Keep it focused. Don't add unrelated rules. +- **Format**: Valid Markdown (bullets \`-\` or sections \`##\`). +- **No Header**: Do NOT include a top-level header like \`# Custom Instructions\`. +- **Conflict Handling**: If the new rule directly contradicts an existing one, rewrite the *new* one to override specific cases or ask for clarification. + +**Output Format**: +- **Success**: \`...markdown content...\` +- **Ambiguity**: Plain text question. + +${existingSection} + +**Examples**: + +Input: "typescript for code" +Output: - **Code Language**: Always use TypeScript for code examples. Include proper type annotations and interfaces. + +Input: "be concise" +Output: - **Conciseness**: Provide brief, direct responses. Omit conversational filler and unnecessary explanations. + +Input: "organize coding style rules" +Output: ## Coding Standards + +- **Language**: Use TypeScript. +- **Style**: Prefer functional patterns. +- **Review**: Keep diffs small. + +Input: "use that thing from before" +Output: I'm not sure what you're referring to. Could you please clarify?`; +} +function parseInstructionRefineResponse(responseText) { + const instructionMatch = responseText.match(/([\s\S]*?)<\/instruction>/); + if (instructionMatch) { + return { success: true, refinedInstruction: instructionMatch[1].trim() }; + } + const trimmed = responseText.trim(); + if (trimmed) { + return { success: true, clarification: trimmed }; + } + return { success: false, error: "Empty response" }; +} + +// src/providers/claude/auxiliary/ClaudeInstructionRefineService.ts +var InstructionRefineService = class { + constructor(plugin) { + this.abortController = null; + this.sessionId = null; + this.existingInstructions = ""; + this.plugin = plugin; + } + resetConversation() { + this.sessionId = null; + } + async refineInstruction(rawInstruction, existingInstructions, onProgress) { + this.sessionId = null; + this.existingInstructions = existingInstructions; + const prompt = `Please refine this instruction: "${rawInstruction}"`; + return this.sendMessage(prompt, onProgress); + } + async continueConversation(message, onProgress) { + if (!this.sessionId) { + return { success: false, error: "No active conversation to continue" }; + } + return this.sendMessage(message, onProgress); + } + cancel() { + if (this.abortController) { + this.abortController.abort(); + this.abortController = null; + } + } + async sendMessage(prompt, onProgress) { + var _a5; + this.abortController = new AbortController(); + try { + const result = await runColdStartQuery({ + plugin: this.plugin, + systemPrompt: buildRefineSystemPrompt(this.existingInstructions), + tools: [], + resumeSessionId: (_a5 = this.sessionId) != null ? _a5 : void 0, + abortController: this.abortController, + onTextChunk: onProgress ? (accumulatedText) => onProgress(this.parseResponse(accumulatedText)) : void 0 + }, prompt); + this.sessionId = result.sessionId; + return this.parseResponse(result.text); + } catch (error48) { + const msg = error48 instanceof Error ? error48.message : "Unknown error"; + return { success: false, error: msg }; + } finally { + this.abortController = null; + } + } + parseResponse(responseText) { + const instructionMatch = responseText.match(/([\s\S]*?)<\/instruction>/); + if (instructionMatch) { + return { success: true, refinedInstruction: instructionMatch[1].trim() }; + } + const trimmed = responseText.trim(); + if (trimmed) { + return { success: true, clarification: trimmed }; + } + return { success: false, error: "Empty response" }; + } +}; + +// src/core/prompt/titleGeneration.ts +var MAX_TITLE_INPUT_LENGTH = 500; +var MAX_TITLE_LENGTH = 50; +var TITLE_GENERATION_SYSTEM_PROMPT = `You are a specialist in summarizing user intent. + +**Task**: Generate a **concise, descriptive title** (max 50 chars) summarizing the user's task/request. + +**Rules**: +1. **Format**: Sentence case. No periods/quotes. +2. **Structure**: Start with a **strong verb** (e.g., Create, Fix, Debug, Explain, Analyze). +3. **Forbidden**: "Conversation with...", "Help me...", "Question about...", "I need...". +4. **Tech Context**: Detect and include the primary language/framework if code is present (e.g., "Debug Python script", "Refactor React hook"). + +**Output**: Return ONLY the raw title text.`; +function buildTitleGenerationPrompt(userMessage) { + const truncated = userMessage.length > MAX_TITLE_INPUT_LENGTH ? `${userMessage.slice(0, MAX_TITLE_INPUT_LENGTH)}...` : userMessage; + return `User's request: +""" +${truncated} +""" + +Generate a title for this conversation:`; +} +function parseTitleGenerationResponse(responseText) { + const trimmed = responseText.trim(); + if (!trimmed) { + return null; + } + let title = trimmed; + if (title.startsWith('"') && title.endsWith('"') || title.startsWith("'") && title.endsWith("'")) { + title = title.slice(1, -1); + } + title = title.replace(/[.!?:;,]+$/, ""); + if (title.length > MAX_TITLE_LENGTH) { + title = `${title.slice(0, MAX_TITLE_LENGTH - 3)}...`; + } + return title || null; +} + +// src/providers/claude/auxiliary/ClaudeTitleGenerationService.ts +init_env(); +var TitleGenerationService = class { + constructor(plugin) { + this.activeGenerations = /* @__PURE__ */ new Map(); + this.plugin = plugin; + } + async generateTitle(conversationId, userMessage, callback) { + const existingController = this.activeGenerations.get(conversationId); + if (existingController) { + existingController.abort(); + } + const abortController = new AbortController(); + this.activeGenerations.set(conversationId, abortController); + const truncatedUser = this.truncateText(userMessage, 500); + const prompt = `User's request: +""" +${truncatedUser} +""" + +Generate a title for this conversation:`; + try { + const result = await runColdStartQuery({ + plugin: this.plugin, + systemPrompt: TITLE_GENERATION_SYSTEM_PROMPT, + tools: [], + model: this.resolveTitleModel(), + thinking: { disabled: true }, + persistSession: false, + abortController + }, prompt); + const title = this.parseTitle(result.text); + if (title) { + await this.safeCallback(callback, conversationId, { success: true, title }); + } else { + await this.safeCallback(callback, conversationId, { + success: false, + error: "Failed to parse title from response" + }); + } + } catch (error48) { + const msg = error48 instanceof Error ? error48.message : "Unknown error"; + await this.safeCallback(callback, conversationId, { success: false, error: msg }); + } finally { + this.activeGenerations.delete(conversationId); + } + } + cancel() { + for (const controller of this.activeGenerations.values()) { + controller.abort(); + } + this.activeGenerations.clear(); + } + resolveTitleModel() { + const envVars = parseEnvironmentVariables( + this.plugin.getActiveEnvironmentVariables("claude") + ); + const titleModel = this.plugin.settings.titleGenerationModel; + if (titleModel && claudeChatUIConfig.ownsModel( + titleModel, + this.plugin.settings + )) { + return titleModel; + } + return envVars.ANTHROPIC_DEFAULT_HAIKU_MODEL || "claude-haiku-4-5"; + } + truncateText(text, maxLength) { + if (text.length <= maxLength) return text; + return text.substring(0, maxLength) + "..."; + } + parseTitle(responseText) { + const trimmed = responseText.trim(); + if (!trimmed) return null; + let title = trimmed; + if (title.startsWith('"') && title.endsWith('"') || title.startsWith("'") && title.endsWith("'")) { + title = title.slice(1, -1); + } + title = title.replace(/[.!?:;,]+$/, ""); + if (title.length > 50) { + title = title.substring(0, 47) + "..."; + } + return title || null; + } + async safeCallback(callback, conversationId, result) { + try { + await callback(conversationId, result); + } catch (e2) { + } + } +}; + +// src/providers/claude/capabilities.ts +var CLAUDE_PROVIDER_CAPABILITIES = Object.freeze({ + providerId: "claude", + supportsPersistentRuntime: true, + supportsNativeHistory: true, + supportsPlanMode: true, + supportsRewind: true, + supportsFork: true, + supportsProviderCommands: true, + supportsImageAttachments: true, + supportsInstructionMode: true, + supportsMcpTools: true, + supportsTurnSteer: false, + reasoningControl: "effort", + planPathPrefix: "/.claude/plans/" +}); + +// src/providers/claude/env/ClaudeSettingsReconciler.ts +init_env(); +var ENV_HASH_MODEL_KEYS = [ + "ANTHROPIC_MODEL", + "ANTHROPIC_DEFAULT_OPUS_MODEL", + "ANTHROPIC_DEFAULT_SONNET_MODEL", + "ANTHROPIC_DEFAULT_HAIKU_MODEL" +]; +var ENV_HASH_PROVIDER_KEYS = ["ANTHROPIC_BASE_URL"]; +function computeEnvHash(envText) { + const envVars = parseEnvironmentVariables(envText || ""); + const allKeys = [...ENV_HASH_MODEL_KEYS, ...ENV_HASH_PROVIDER_KEYS]; + return allKeys.filter((key) => envVars[key]).map((key) => `${key}=${envVars[key]}`).sort().join("|"); +} +var claudeSettingsReconciler = { + reconcileModelWithEnvironment(settings11, conversations) { + const envText = getRuntimeEnvironmentText(settings11, "claude"); + const currentHash = computeEnvHash(envText); + const savedHash = getClaudeProviderSettings(settings11).environmentHash; + if (currentHash === savedHash) { + return { changed: false, invalidatedConversations: [] }; + } + const invalidatedConversations = []; + for (const conv of conversations) { + if (conv.sessionId) { + conv.sessionId = null; + invalidatedConversations.push(conv); + } + } + const currentModel = typeof settings11.model === "string" ? settings11.model : ""; + const nextModel = resolveClaudeModelSelection(settings11, currentModel); + if (nextModel) { + settings11.model = nextModel; + } + updateClaudeProviderSettings(settings11, { environmentHash: currentHash }); + return { changed: true, invalidatedConversations }; + }, + normalizeModelVariantSettings(settings11) { + const claudeSettings = getClaudeProviderSettings(settings11); + let changed = false; + const normalize3 = (model2) => normalizeVisibleModelVariant( + model2, + claudeSettings.enableOpus1M, + claudeSettings.enableSonnet1M + ); + const model = settings11.model; + const normalizedModel = normalize3(model); + if (model !== normalizedModel) { + settings11.model = normalizedModel; + changed = true; + } + const titleModel = settings11.titleGenerationModel; + if (titleModel) { + const normalizedTitleModel = normalize3(titleModel); + if (titleModel !== normalizedTitleModel) { + settings11.titleGenerationModel = normalizedTitleModel; + changed = true; + } + } + const lastClaudeModel = claudeSettings.lastModel; + if (lastClaudeModel) { + const normalizedLastClaudeModel = normalize3(lastClaudeModel); + if (lastClaudeModel !== normalizedLastClaudeModel) { + updateClaudeProviderSettings(settings11, { lastModel: normalizedLastClaudeModel }); + changed = true; + } + } + return changed; + } +}; + +// src/providers/claude/types/providerState.ts +function getClaudeState(providerState) { + return providerState != null ? providerState : {}; +} + +// src/providers/claude/history/sdkAsyncSubagent.ts +function extractAgentIdFromToolUseResult(toolUseResult) { + var _a5, _b3; + if (!toolUseResult || typeof toolUseResult !== "object") { + return null; + } + const record2 = toolUseResult; + const directAgentId = (_a5 = record2.agentId) != null ? _a5 : record2.agent_id; + if (typeof directAgentId === "string" && directAgentId.length > 0) { + return directAgentId; + } + const data = record2.data; + if (data && typeof data === "object") { + const nested = data; + const nestedAgentId = (_b3 = nested.agent_id) != null ? _b3 : nested.agentId; + if (typeof nestedAgentId === "string" && nestedAgentId.length > 0) { + return nestedAgentId; + } + } + return null; +} +function resolveToolUseResultStatus(toolUseResult, fallbackStatus) { + var _a5; + if (!toolUseResult || typeof toolUseResult !== "object") { + return fallbackStatus; + } + const record2 = toolUseResult; + const rawStatus = (_a5 = record2.retrieval_status) != null ? _a5 : record2.status; + const status = typeof rawStatus === "string" ? rawStatus.toLowerCase() : ""; + if (status === "error" || status === "failed" || status === "stopped" || status === "killed") { + return "error"; + } + if (status === "completed" || status === "success") { + return "completed"; + } + if (record2.isAsync === true || status === "async_launched") { + return "running"; + } + return fallbackStatus; +} +function buildAsyncSubagentInfo(toolCall, toolUseResult, asyncResults) { + var _a5, _b3, _c2; + const agentId = extractAgentIdFromToolUseResult(toolUseResult); + if (!agentId) { + return null; + } + const queueResult = asyncResults.get(agentId); + const description = ((_a5 = toolCall.input) == null ? void 0 : _a5.description) || "Background task"; + const prompt = ((_b3 = toolCall.input) == null ? void 0 : _b3.prompt) || ""; + const finalResult = (_c2 = queueResult == null ? void 0 : queueResult.result) != null ? _c2 : toolCall.result; + let toolCallFallback = "running"; + if (toolCall.status === "error") { + toolCallFallback = "error"; + } else if (toolCall.status === "completed") { + toolCallFallback = "completed"; + } + const status = queueResult ? resolveToolUseResultStatus({ status: queueResult.status }, "completed") : resolveToolUseResultStatus(toolUseResult, toolCallFallback); + const taskStatus = status === "orphaned" ? "error" : status; + return { + id: toolCall.id, + description, + prompt, + mode: "async", + isExpanded: false, + status: taskStatus, + toolCalls: [], + asyncStatus: status, + agentId, + result: finalResult + }; +} + +// src/providers/claude/history/sdkBranchFilter.ts +function filterActiveBranch(entries, resumeAtMessageId) { + var _a5, _b3; + if (entries.length === 0) { + return []; + } + function isRealUserBranchChild(entry) { + return !!entry && entry.type === "user" && !("toolUseResult" in entry) && !entry.isMeta && !("sourceToolUseID" in entry); + } + function isDirectRealUserBranchChild(parentUuid, entry) { + return !!entry && entry.parentUuid === parentUuid && isRealUserBranchChild(entry); + } + const seen = /* @__PURE__ */ new Set(); + const deduped = []; + for (const entry of entries) { + if (entry.uuid) { + if (seen.has(entry.uuid)) { + continue; + } + seen.add(entry.uuid); + } + deduped.push(entry); + } + const progressUuids = /* @__PURE__ */ new Set(); + const progressParentOf = /* @__PURE__ */ new Map(); + for (const entry of deduped) { + if (entry.type === "progress" && entry.uuid) { + progressUuids.add(entry.uuid); + progressParentOf.set(entry.uuid, (_a5 = entry.parentUuid) != null ? _a5 : null); + } + } + function resolveParent(parentUuid) { + var _a6; + if (!parentUuid) { + return parentUuid; + } + let current2 = parentUuid; + let guard = progressUuids.size + 1; + while (current2 && progressUuids.has(current2)) { + if (--guard < 0) { + break; + } + current2 = (_a6 = progressParentOf.get(current2)) != null ? _a6 : null; + } + return current2; + } + const conversationEntries = deduped.filter((entry) => entry.type !== "progress"); + const byUuid = /* @__PURE__ */ new Map(); + const childrenOf = /* @__PURE__ */ new Map(); + for (const entry of conversationEntries) { + if (entry.uuid) { + byUuid.set(entry.uuid, entry); + } + const effectiveParent = (_b3 = resolveParent(entry.parentUuid)) != null ? _b3 : null; + if (effectiveParent && entry.uuid) { + let children = childrenOf.get(effectiveParent); + if (!children) { + children = /* @__PURE__ */ new Set(); + childrenOf.set(effectiveParent, children); + } + children.add(entry.uuid); + } + } + function findLatestLeaf() { + for (let i = conversationEntries.length - 1; i >= 0; i--) { + const uuid3 = conversationEntries[i].uuid; + if (uuid3 && !childrenOf.has(uuid3)) { + return conversationEntries[i]; + } + } + return void 0; + } + const latestLeaf = findLatestLeaf(); + const latestBranchUuids = /* @__PURE__ */ new Set(); + const activeChildOf = /* @__PURE__ */ new Map(); + let latestCurrent = latestLeaf; + while (latestCurrent == null ? void 0 : latestCurrent.uuid) { + latestBranchUuids.add(latestCurrent.uuid); + const parent = resolveParent(latestCurrent.parentUuid); + if (parent) { + activeChildOf.set(parent, latestCurrent.uuid); + } + latestCurrent = parent ? byUuid.get(parent) : void 0; + } + const conversationContentCache = /* @__PURE__ */ new Map(); + function hasConversationContent(uuid3) { + const cached2 = conversationContentCache.get(uuid3); + if (cached2 !== void 0) { + return cached2; + } + const entry = byUuid.get(uuid3); + let result = false; + if ((entry == null ? void 0 : entry.type) === "assistant") { + result = true; + } else if ((entry == null ? void 0 : entry.type) === "user" && !entry.isMeta && !("sourceToolUseID" in entry)) { + result = true; + } else { + const children = childrenOf.get(uuid3); + if (children) { + for (const childUuid of children) { + if (hasConversationContent(childUuid)) { + result = true; + break; + } + } + } + } + conversationContentCache.set(uuid3, result); + return result; + } + const hasBranching = [...latestBranchUuids].some((uuid3) => { + const children = childrenOf.get(uuid3); + if (!children || children.size <= 1) { + return false; + } + const activeChildUuid = activeChildOf.get(uuid3); + let sawRealUserChild = false; + let sawAlternateConversationChild = false; + for (const childUuid of children) { + const child = byUuid.get(childUuid); + if (isDirectRealUserBranchChild(uuid3, child)) { + sawRealUserChild = true; + } + if (childUuid !== activeChildUuid && hasConversationContent(childUuid)) { + sawAlternateConversationChild = true; + } + if (sawRealUserChild && sawAlternateConversationChild) { + return true; + } + } + return false; + }); + let leaf; + if (hasBranching) { + leaf = latestLeaf; + if (resumeAtMessageId && (leaf == null ? void 0 : leaf.uuid) && byUuid.has(resumeAtMessageId)) { + let current2 = leaf; + while (current2 == null ? void 0 : current2.uuid) { + if (current2.uuid === resumeAtMessageId) { + leaf = current2; + break; + } + const parent = resolveParent(current2.parentUuid); + current2 = parent ? byUuid.get(parent) : void 0; + } + } + } else if (resumeAtMessageId) { + leaf = byUuid.get(resumeAtMessageId); + } else { + return conversationEntries; + } + if (!(leaf == null ? void 0 : leaf.uuid)) { + return conversationEntries; + } + const activeUuids = /* @__PURE__ */ new Set(); + let current = leaf; + while (current == null ? void 0 : current.uuid) { + activeUuids.add(current.uuid); + const parent = resolveParent(current.parentUuid); + current = parent ? byUuid.get(parent) : void 0; + } + if (hasBranching) { + const ancestorUuids = [...activeUuids]; + const pending = []; + for (const uuid3 of ancestorUuids) { + const children = childrenOf.get(uuid3); + if (!children || children.size <= 1) { + continue; + } + const activeChildUuid = activeChildOf.get(uuid3); + if (activeChildUuid && isDirectRealUserBranchChild(uuid3, byUuid.get(activeChildUuid))) { + continue; + } + for (const childUuid of children) { + if (activeUuids.has(childUuid)) { + continue; + } + const child = byUuid.get(childUuid); + if (!child || isRealUserBranchChild(child)) { + continue; + } + activeUuids.add(childUuid); + pending.push(childUuid); + } + } + while (pending.length > 0) { + const parentUuid = pending.pop(); + const children = childrenOf.get(parentUuid); + if (!children) { + continue; + } + for (const childUuid of children) { + if (activeUuids.has(childUuid)) { + continue; + } + const child = byUuid.get(childUuid); + if (!child || isRealUserBranchChild(child)) { + continue; + } + activeUuids.add(childUuid); + pending.push(childUuid); + } + } + } + const entryCount = conversationEntries.length; + const prevIsActive = new Array(entryCount); + const nextIsActive = new Array(entryCount); + let lastPrevActive = false; + for (let i = 0; i < entryCount; i++) { + if (conversationEntries[i].uuid) { + lastPrevActive = activeUuids.has(conversationEntries[i].uuid); + } + prevIsActive[i] = lastPrevActive; + } + let lastNextActive = false; + for (let i = entryCount - 1; i >= 0; i--) { + if (conversationEntries[i].uuid) { + lastNextActive = activeUuids.has(conversationEntries[i].uuid); + } + nextIsActive[i] = lastNextActive; + } + return conversationEntries.filter((entry, idx) => { + if (entry.uuid) { + return activeUuids.has(entry.uuid); + } + return prevIsActive[idx] && nextIsActive[idx]; + }); +} + +// src/core/tools/toolInput.ts +function extractResolvedAnswers(toolUseResult) { + if (typeof toolUseResult !== "object" || toolUseResult === null) return void 0; + const r = toolUseResult; + return normalizeAnswersObject(r.answers); +} +function normalizeAnswerValue(value) { + if (typeof value === "string") return value; + if (Array.isArray(value)) { + const normalized = value.map((item) => typeof item === "string" ? item : String(item)).filter(Boolean).filter((item) => item.length > 0); + if (normalized.length === 0) return void 0; + return normalized.length === 1 ? normalized[0] : normalized; + } + if (typeof value === "object" && value !== null) { + const record2 = value; + if ("answers" in record2) return normalizeAnswerValue(record2.answers); + if ("answer" in record2) return normalizeAnswerValue(record2.answer); + if ("value" in record2) return normalizeAnswerValue(record2.value); + } + if (typeof value === "number" || typeof value === "boolean") return String(value); + return void 0; +} +function normalizeAnswersObject(value) { + if (typeof value !== "object" || value === null || Array.isArray(value)) return void 0; + const answers = {}; + for (const [question, rawValue] of Object.entries(value)) { + const normalized = normalizeAnswerValue(rawValue); + if (normalized) { + answers[question] = normalized; + } + } + return Object.keys(answers).length > 0 ? answers : void 0; +} +function parseAnswersFromJsonObject(resultText) { + var _a5; + const start = resultText.indexOf("{"); + const end = resultText.lastIndexOf("}"); + if (start < 0 || end <= start) return void 0; + try { + const parsed = JSON.parse(resultText.slice(start, end + 1)); + if (typeof parsed === "object" && parsed !== null && !Array.isArray(parsed)) { + const record2 = parsed; + return (_a5 = normalizeAnswersObject(record2.answers)) != null ? _a5 : normalizeAnswersObject(parsed); + } + return normalizeAnswersObject(parsed); + } catch (e2) { + return void 0; + } +} +function parseAnswersFromQuotedPairs(resultText) { + var _a5, _b3; + const answers = {}; + const pattern = /"([^"]+)"="([^"]*)"/g; + for (const match of resultText.matchAll(pattern)) { + const question = (_a5 = match[1]) == null ? void 0 : _a5.trim(); + if (!question) continue; + answers[question] = (_b3 = match[2]) != null ? _b3 : ""; + } + return Object.keys(answers).length > 0 ? answers : void 0; +} +function extractResolvedAnswersFromResultText(result) { + var _a5; + if (typeof result !== "string") return void 0; + const trimmed = result.trim(); + if (!trimmed) return void 0; + return (_a5 = parseAnswersFromJsonObject(trimmed)) != null ? _a5 : parseAnswersFromQuotedPairs(trimmed); +} + +// src/utils/diff.ts +function structuredPatchToDiffLines(hunks) { + const result = []; + for (const hunk of hunks) { + let oldLineNum = hunk.oldStart; + let newLineNum = hunk.newStart; + for (const line of hunk.lines) { + const prefix = line[0]; + const text = line.slice(1); + if (prefix === "+") { + result.push({ type: "insert", text, newLineNum: newLineNum++ }); + } else if (prefix === "-") { + result.push({ type: "delete", text, oldLineNum: oldLineNum++ }); + } else { + result.push({ type: "equal", text, oldLineNum: oldLineNum++, newLineNum: newLineNum++ }); + } + } + } + return result; +} +function countLineChanges(diffLines) { + let added = 0; + let removed = 0; + for (const line of diffLines) { + if (line.type === "insert") added++; + else if (line.type === "delete") removed++; + } + return { added, removed }; +} +function parseApplyPatchDiffs(patchText) { + if (!patchText.trim()) return []; + const fileDiffs = []; + const lines = patchText.split(/\r?\n/); + let current = null; + const flushCurrent = () => { + if (!current) return; + fileDiffs.push(buildApplyPatchFileDiff(current)); + current = null; + }; + for (const line of lines) { + if (line.startsWith("*** Begin Patch") || line.startsWith("*** End Patch")) { + continue; + } + if (line.startsWith("*** Add File: ")) { + flushCurrent(); + current = { + filePath: line.slice("*** Add File: ".length).trim(), + operation: "add", + rawLines: [] + }; + continue; + } + if (line.startsWith("*** Update File: ")) { + flushCurrent(); + current = { + filePath: line.slice("*** Update File: ".length).trim(), + operation: "update", + rawLines: [] + }; + continue; + } + if (line.startsWith("*** Delete File: ")) { + flushCurrent(); + fileDiffs.push({ + filePath: line.slice("*** Delete File: ".length).trim(), + operation: "delete", + diffLines: [], + stats: { added: 0, removed: 0 } + }); + continue; + } + if (!current) continue; + if (line.startsWith("*** Move to: ")) { + current.movedTo = line.slice("*** Move to: ".length).trim(); + continue; + } + if (line === "*** End of File" || line.startsWith("@@") || line.startsWith("--- ") || line.startsWith("+++ ")) { + continue; + } + const prefix = line[0]; + if (prefix === "+" || prefix === "-" || prefix === " ") { + current.rawLines.push(line); + } + } + flushCurrent(); + return fileDiffs; +} +function parseFileUpdateChangeDiffs(changes) { + if (!Array.isArray(changes)) return []; + return changes.map(parseFileUpdateChangeDiff).filter((diff) => diff !== null); +} +function extractDiffData(toolUseResult, toolCall) { + var _a5, _b3; + const filePath = (_b3 = (_a5 = getNonEmptyStringValue(toolCall.input.file_path)) != null ? _a5 : getNonEmptyStringValue(toolCall.input.path)) != null ? _b3 : "file"; + if (toolUseResult && typeof toolUseResult === "object") { + const result = toolUseResult; + if (Array.isArray(result.structuredPatch) && result.structuredPatch.length > 0) { + const resultFilePath = (typeof result.filePath === "string" ? result.filePath : null) || filePath; + const hunks = result.structuredPatch; + const diffLines = structuredPatchToDiffLines(hunks); + const stats = countLineChanges(diffLines); + return { filePath: resultFilePath, diffLines, stats }; + } + const unifiedDiff = getUnifiedDiffText(result); + if (unifiedDiff) { + const diffLines = parseUnifiedDiffLines(unifiedDiff); + if (diffLines.length > 0) { + const resultFilePath = (typeof result.filePath === "string" ? result.filePath : null) || (typeof result.path === "string" ? result.path : null) || filePath; + return { filePath: resultFilePath, diffLines, stats: countLineChanges(diffLines) }; + } + } + } + return diffFromToolInput(toolCall, filePath); +} +function diffFromToolInput(toolCall, filePath) { + if (toolCall.name === "Edit") { + const oldStr = toolCall.input.old_string; + const newStr = toolCall.input.new_string; + if (typeof oldStr === "string" && typeof newStr === "string") { + const diffLines = buildReplacementDiffLines([{ oldText: oldStr, newText: newStr }]); + return { filePath, diffLines, stats: countLineChanges(diffLines) }; + } + const editPairs = getEditPairs(toolCall.input); + if (editPairs.length > 0) { + const diffLines = buildReplacementDiffLines(editPairs); + return { filePath, diffLines, stats: countLineChanges(diffLines) }; + } + } + if (toolCall.name === "Write") { + const content = toolCall.input.content; + if (typeof content === "string") { + const newLines = content.split("\n"); + const diffLines = newLines.map((text, i) => ({ + type: "insert", + text, + newLineNum: i + 1 + })); + return { filePath, diffLines, stats: { added: newLines.length, removed: 0 } }; + } + } + return void 0; +} +function getUnifiedDiffText(result) { + if (typeof result.diff === "string" && result.diff.trim()) { + return result.diff; + } + const details = result.details; + if (details && typeof details === "object" && !Array.isArray(details)) { + const diff = details.diff; + if (typeof diff === "string" && diff.trim()) { + return diff; + } + } + return null; +} +function getEditPairs(input) { + const topLevelPair = getReplacementPair(input); + if (topLevelPair) { + return [topLevelPair]; + } + const edits = input.edits; + if (!Array.isArray(edits)) { + return []; + } + return edits.map(getReplacementPair).filter((pair) => pair !== null); +} +function getReplacementPair(value) { + var _a5, _b3, _c2, _d; + if (!value || typeof value !== "object" || Array.isArray(value)) { + return null; + } + const record2 = value; + const oldText = getStringValue((_b3 = (_a5 = record2.oldText) != null ? _a5 : record2.old_text) != null ? _b3 : record2.old_string); + const newText = getStringValue((_d = (_c2 = record2.newText) != null ? _c2 : record2.new_text) != null ? _d : record2.new_string); + return oldText !== null && newText !== null ? { oldText, newText } : null; +} +function getStringValue(value) { + return typeof value === "string" ? value : null; +} +function getNonEmptyStringValue(value) { + return typeof value === "string" && value.trim() ? value : null; +} +function buildReplacementDiffLines(pairs) { + const diffLines = []; + let oldLineNum = 1; + let newLineNum = 1; + for (const pair of pairs) { + for (const line of pair.oldText.split("\n")) { + diffLines.push({ type: "delete", text: line, oldLineNum: oldLineNum++ }); + } + for (const line of pair.newText.split("\n")) { + diffLines.push({ type: "insert", text: line, newLineNum: newLineNum++ }); + } + } + return diffLines; +} +function buildApplyPatchFileDiff(current) { + const diffLines = []; + let oldLineNum = 1; + let newLineNum = 1; + for (const line of current.rawLines) { + const prefix = line[0]; + const text = line.slice(1); + if (prefix === "+") { + diffLines.push({ type: "insert", text, newLineNum: newLineNum++ }); + continue; + } + if (prefix === "-") { + diffLines.push({ type: "delete", text, oldLineNum: oldLineNum++ }); + continue; + } + diffLines.push({ type: "equal", text, oldLineNum: oldLineNum++, newLineNum: newLineNum++ }); + } + const result = { + filePath: current.filePath, + operation: current.operation, + diffLines, + stats: countLineChanges(diffLines) + }; + if (current.movedTo) result.movedTo = current.movedTo; + return result; +} +function parseFileUpdateChangeDiff(change) { + var _a5; + if (!change || typeof change !== "object" || Array.isArray(change)) { + return null; + } + const record2 = change; + const filePath = typeof record2.path === "string" ? record2.path : ""; + const diff = typeof record2.diff === "string" ? record2.diff : ""; + if (!filePath || !diff.trim()) { + return null; + } + const kindInfo = parseFileUpdateKind((_a5 = record2.kind) != null ? _a5 : record2.type); + const diffLines = parseUnifiedDiffLines(diff); + return { + filePath, + operation: kindInfo.operation, + ...kindInfo.movedTo ? { movedTo: kindInfo.movedTo } : {}, + diffLines, + stats: countLineChanges(diffLines) + }; +} +function parseFileUpdateKind(value) { + if (typeof value === "string") { + return { operation: normalizePatchOperation(value) }; + } + if (value && typeof value === "object" && !Array.isArray(value)) { + const record2 = value; + const type = typeof record2.type === "string" ? record2.type : ""; + const movedTo = typeof record2.move_path === "string" ? record2.move_path : void 0; + return { + operation: normalizePatchOperation(type), + ...movedTo ? { movedTo } : {} + }; + } + return { operation: "update" }; +} +function normalizePatchOperation(value) { + if (value === "add" || value === "delete" || value === "update") { + return value; + } + return "update"; +} +function parseUnifiedDiffLines(diffText) { + const diffLines = []; + let oldLineNum = 1; + let newLineNum = 1; + for (const line of diffText.split(/\r?\n/)) { + if (!line) continue; + if (line.startsWith("--- ") || line.startsWith("+++ ")) continue; + if (line.startsWith("@@")) { + const match = line.match(/^@@\s+-(\d+)(?:,\d+)?\s+\+(\d+)(?:,\d+)?\s+@@/); + if (match) { + oldLineNum = Number(match[1]); + newLineNum = Number(match[2]); + } + continue; + } + const prefix = line[0]; + const text = line.slice(1); + if (prefix === "+") { + diffLines.push({ type: "insert", text, newLineNum: newLineNum++ }); + } else if (prefix === "-") { + diffLines.push({ type: "delete", text, oldLineNum: oldLineNum++ }); + } else if (prefix === " ") { + diffLines.push({ type: "equal", text, oldLineNum: oldLineNum++, newLineNum: newLineNum++ }); + } + } + return diffLines; +} + +// src/utils/interrupt.ts +var INTERRUPT_MARKERS = /* @__PURE__ */ new Set([ + "[Request interrupted by user]", + "[Request interrupted by user for tool use]" +]); +var COMPACTION_CANCELED_STDERR_PATTERN = /^\s*Error:\s*Compaction canceled\.?\s*<\/local-command-stderr>$/i; +function normalize2(text) { + return text.trim(); +} +function isBracketInterruptText(text) { + return INTERRUPT_MARKERS.has(normalize2(text)); +} +function isCompactionCanceledStderr(text) { + return COMPACTION_CANCELED_STDERR_PATTERN.test(normalize2(text)); +} +function isInterruptSignalText(text) { + return isBracketInterruptText(text) || isCompactionCanceledStderr(text); +} + +// src/core/tools/toolResultContent.ts +function extractToolResultContent(content, options) { + if (typeof content === "string") return content; + if (content == null) return ""; + if (Array.isArray(content)) { + const textParts = content.filter(isTextBlock).map((block) => block.text); + if (textParts.length > 0) return textParts.join("\n"); + if (content.length > 0) return JSON.stringify(content, null, options == null ? void 0 : options.fallbackIndent); + return ""; + } + return JSON.stringify(content, null, options == null ? void 0 : options.fallbackIndent); +} +function isTextBlock(block) { + if (!block || typeof block !== "object") return false; + const record2 = block; + return record2.type === "text" && typeof record2.text === "string"; +} + +// src/providers/claude/history/sdkMessageParsing.ts +function extractTextContent(content) { + if (!content) { + return ""; + } + if (typeof content === "string") { + return content; + } + return content.filter((block) => block.type === "text" && typeof block.text === "string" && block.text.trim() !== "(no content)").map((block) => block.text).join("\n"); +} +function isRebuiltContextContent(textContent) { + if (!/^(User|Assistant):\s/.test(textContent)) { + return false; + } + return textContent.includes("\n\nUser:") || textContent.includes("\n\nAssistant:") || textContent.includes("\n\nA:"); +} +function extractDisplayContent(textContent) { + return extractContentBeforeXmlContext(textContent); +} +function extractImages(content) { + if (!content || typeof content === "string") { + return void 0; + } + const imageBlocks = content.filter( + (block) => { + var _a5; + return block.type === "image" && !!((_a5 = block.source) == null ? void 0 : _a5.data); + } + ); + if (imageBlocks.length === 0) { + return void 0; + } + return imageBlocks.map((block, index) => ({ + id: `sdk-img-${Date.now()}-${index}`, + name: `image-${index + 1}`, + mediaType: block.source.media_type, + data: block.source.data, + size: Math.ceil(block.source.data.length * 0.75), + source: "paste" + })); +} +function extractToolCalls(content, toolResults) { + var _a5; + if (!content || typeof content === "string") { + return void 0; + } + const toolUses = content.filter( + (block) => block.type === "tool_use" && !!block.id && !!block.name + ); + if (toolUses.length === 0) { + return void 0; + } + const results = toolResults != null ? toolResults : /* @__PURE__ */ new Map(); + if (!toolResults) { + for (const block of content) { + if (block.type === "tool_result" && block.tool_use_id) { + results.set(block.tool_use_id, { + content: extractToolResultContent(block.content), + isError: (_a5 = block.is_error) != null ? _a5 : false + }); + } + } + } + return toolUses.map((block) => { + var _a6; + const result = results.get(block.id); + return { + id: block.id, + name: block.name, + input: (_a6 = block.input) != null ? _a6 : {}, + status: result ? result.isError ? "error" : "completed" : "running", + result: result == null ? void 0 : result.content, + isExpanded: false + }; + }); +} +function mapContentBlocks(content) { + if (!content || typeof content === "string") { + return void 0; + } + const blocks = []; + for (const block of content) { + switch (block.type) { + case "text": { + const text = block.text; + const trimmed = text == null ? void 0 : text.trim(); + if (text && trimmed && trimmed !== "(no content)") { + blocks.push({ type: "text", content: text }); + } + break; + } + case "thinking": + if (block.thinking) { + blocks.push({ type: "thinking", content: block.thinking }); + } + break; + case "tool_use": + if (block.id) { + blocks.push({ type: "tool_use", toolId: block.id }); + } + break; + default: + break; + } + } + return blocks.length > 0 ? blocks : void 0; +} +function parseSDKMessageToChat(sdkMsg, toolResults) { + var _a5; + if (sdkMsg.type === "file-history-snapshot") { + return null; + } + if (sdkMsg.type === "system") { + if (sdkMsg.subtype === "compact_boundary") { + const timestamp2 = sdkMsg.timestamp ? new Date(sdkMsg.timestamp).getTime() : Date.now(); + return { + id: sdkMsg.uuid || `compact-${timestamp2}-${Math.random().toString(36).slice(2)}`, + role: "assistant", + content: "", + timestamp: timestamp2, + contentBlocks: [{ type: "context_compacted" }] + }; + } + return null; + } + if (sdkMsg.type === "result") { + return null; + } + if (sdkMsg.type !== "user" && sdkMsg.type !== "assistant") { + return null; + } + const content = (_a5 = sdkMsg.message) == null ? void 0 : _a5.content; + const textContent = extractTextContent(content); + const images = sdkMsg.type === "user" ? extractImages(content) : void 0; + const hasToolUse = Array.isArray(content) && content.some((block) => block.type === "tool_use"); + const hasImages = !!images && images.length > 0; + if (!textContent && !hasToolUse && !hasImages && (!content || typeof content === "string")) { + return null; + } + const timestamp = sdkMsg.timestamp ? new Date(sdkMsg.timestamp).getTime() : Date.now(); + const commandNameMatch = sdkMsg.type === "user" ? textContent.match(/(\/[^<]+)<\/command-name>/) : null; + let displayContent; + if (sdkMsg.type === "user") { + displayContent = commandNameMatch ? commandNameMatch[1] : extractDisplayContent(textContent); + } + const isInterrupt = sdkMsg.type === "user" && isInterruptSignalText(textContent); + const isRebuiltContext = sdkMsg.type === "user" && isRebuiltContextContent(textContent); + return { + id: sdkMsg.uuid || `sdk-${timestamp}-${Math.random().toString(36).slice(2)}`, + role: sdkMsg.type, + content: textContent, + displayContent, + timestamp, + toolCalls: sdkMsg.type === "assistant" ? extractToolCalls(content, toolResults) : void 0, + contentBlocks: sdkMsg.type === "assistant" ? mapContentBlocks(content) : void 0, + images, + ...sdkMsg.type === "user" && sdkMsg.uuid && { userMessageId: sdkMsg.uuid }, + ...sdkMsg.type === "assistant" && sdkMsg.uuid && { assistantMessageId: sdkMsg.uuid }, + ...isInterrupt && { isInterrupt: true }, + ...isRebuiltContext && { isRebuiltContext: true } + }; +} +function collectToolResults(sdkMessages) { + var _a5, _b3; + const results = /* @__PURE__ */ new Map(); + for (const sdkMsg of sdkMessages) { + const content = (_a5 = sdkMsg.message) == null ? void 0 : _a5.content; + if (!content || typeof content === "string") { + continue; + } + for (const block of content) { + if (block.type === "tool_result" && block.tool_use_id) { + results.set(block.tool_use_id, { + content: extractToolResultContent(block.content), + isError: (_b3 = block.is_error) != null ? _b3 : false + }); + } + } + } + return results; +} +function collectStructuredPatchResults(sdkMessages) { + var _a5; + const results = /* @__PURE__ */ new Map(); + for (const sdkMsg of sdkMessages) { + if (sdkMsg.type !== "user" || !sdkMsg.toolUseResult) { + continue; + } + const content = (_a5 = sdkMsg.message) == null ? void 0 : _a5.content; + if (!content || typeof content === "string") { + continue; + } + for (const block of content) { + if (block.type === "tool_result" && block.tool_use_id) { + results.set(block.tool_use_id, sdkMsg.toolUseResult); + } + } + } + return results; +} +function collectAsyncSubagentResults(sdkMessages) { + const results = /* @__PURE__ */ new Map(); + for (const sdkMsg of sdkMessages) { + if (sdkMsg.type !== "queue-operation") { + continue; + } + if (sdkMsg.operation !== "enqueue") { + continue; + } + if (typeof sdkMsg.content !== "string") { + continue; + } + if (!sdkMsg.content.includes("")) { + continue; + } + const taskId = extractXmlTag(sdkMsg.content, "task-id"); + const status = extractXmlTag(sdkMsg.content, "status"); + const result = extractXmlTag(sdkMsg.content, "result"); + if (!taskId || !result) { + continue; + } + results.set(taskId, { + result, + status: status != null ? status : "completed" + }); + } + return results; +} +function extractXmlTag(content, tagName) { + const regex = new RegExp(`<${tagName}>\\s*([\\s\\S]*?)\\s*`, "i"); + const match = content.match(regex); + if (!match || !match[1]) { + return null; + } + const trimmed = match[1].trim(); + return trimmed.length > 0 ? trimmed : null; +} +function isSystemInjectedMessage(sdkMsg) { + var _a5; + if (sdkMsg.type !== "user") { + return false; + } + if ("toolUseResult" in sdkMsg || "sourceToolUseID" in sdkMsg || !!sdkMsg.isMeta) { + return true; + } + const text = extractTextContent((_a5 = sdkMsg.message) == null ? void 0 : _a5.content); + if (!text) { + return false; + } + if (text.includes("") && text.includes("")) { + return false; + } + if (isCompactionCanceledStderr(text)) { + return false; + } + if (text.startsWith("This session is being continued from a previous conversation")) { + return true; + } + if (text.includes("")) { + return true; + } + if (text.includes("") || text.includes("")) { + return true; + } + if (text.includes("")) { + return true; + } + return false; +} +function mergeAssistantMessage(target, source) { + if (source.content) { + target.content = target.content ? `${target.content} + +${source.content}` : source.content; + } + if (source.toolCalls) { + target.toolCalls = [...target.toolCalls || [], ...source.toolCalls]; + } + if (source.contentBlocks) { + target.contentBlocks = [...target.contentBlocks || [], ...source.contentBlocks]; + } + if (source.assistantMessageId) { + target.assistantMessageId = source.assistantMessageId; + } +} +function hydrateStructuredToolResults(messages, toolUseResults) { + var _a5; + if (toolUseResults.size === 0) { + return; + } + for (const msg of messages) { + if (msg.role !== "assistant" || !msg.toolCalls) { + continue; + } + for (const toolCall of msg.toolCalls) { + const toolUseResult = toolUseResults.get(toolCall.id); + if (!toolUseResult) { + continue; + } + if (!toolCall.diffData) { + toolCall.diffData = extractDiffData(toolUseResult, toolCall); + } + if (toolCall.name === TOOL_ASK_USER_QUESTION) { + const answers = (_a5 = extractResolvedAnswers(toolUseResult)) != null ? _a5 : extractResolvedAnswersFromResultText(toolCall.result); + if (answers) { + toolCall.resolvedAnswers = answers; + } + } + } + } +} +function hydrateFallbackAskUserAnswers(messages) { + for (const msg of messages) { + if (msg.role !== "assistant" || !msg.toolCalls) { + continue; + } + for (const toolCall of msg.toolCalls) { + if (toolCall.name !== TOOL_ASK_USER_QUESTION || toolCall.resolvedAnswers) { + continue; + } + const answers = extractResolvedAnswersFromResultText(toolCall.result); + if (answers) { + toolCall.resolvedAnswers = answers; + } + } + } +} + +// src/providers/claude/history/sdkSessionPaths.ts +var import_fs9 = require("fs"); +var fs9 = __toESM(require("fs/promises")); +var os7 = __toESM(require("os")); +var path7 = __toESM(require("path")); +function encodeVaultPathForSDK(vaultPath) { + const absolutePath = path7.resolve(vaultPath); + return absolutePath.replace(/[^a-zA-Z0-9]/g, "-"); +} +function getSDKProjectsPath() { + return path7.join(os7.homedir(), ".claude", "projects"); +} +function isPathSafeId(value) { + if (!value || value.length === 0 || value.length > 128) { + return false; + } + if (value.includes("..") || value.includes("/") || value.includes("\\")) { + return false; + } + return /^[a-zA-Z0-9_-]+$/.test(value); +} +function isValidSessionId(sessionId) { + return isPathSafeId(sessionId); +} +function getSDKSessionPath(vaultPath, sessionId) { + if (!isValidSessionId(sessionId)) { + throw new Error(`Invalid session ID: ${sessionId}`); + } + const projectsPath = getSDKProjectsPath(); + const encodedVault = encodeVaultPathForSDK(vaultPath); + return path7.join(projectsPath, encodedVault, `${sessionId}.jsonl`); +} +function sdkSessionExists(vaultPath, sessionId) { + try { + const sessionPath = getSDKSessionPath(vaultPath, sessionId); + return (0, import_fs9.existsSync)(sessionPath); + } catch (e2) { + return false; + } +} +async function deleteSDKSession(vaultPath, sessionId) { + try { + const sessionPath = getSDKSessionPath(vaultPath, sessionId); + if (!(0, import_fs9.existsSync)(sessionPath)) { + return; + } + await fs9.unlink(sessionPath); + } catch (e2) { + } +} +async function readSDKSession(vaultPath, sessionId) { + try { + const sessionPath = getSDKSessionPath(vaultPath, sessionId); + if (!(0, import_fs9.existsSync)(sessionPath)) { + return { messages: [], skippedLines: 0 }; + } + const content = await fs9.readFile(sessionPath, "utf-8"); + const lines = content.split("\n").filter((line) => line.trim()); + const messages = []; + let skippedLines = 0; + for (const line of lines) { + try { + const msg = JSON.parse(line); + messages.push(msg); + } catch (e2) { + skippedLines++; + } + } + return { messages, skippedLines }; + } catch (error48) { + const errorMsg = error48 instanceof Error ? error48.message : String(error48); + return { messages: [], skippedLines: 0, error: errorMsg }; + } +} + +// src/providers/claude/history/sdkSubagentSidecar.ts +var import_fs10 = require("fs"); +var fs10 = __toESM(require("fs/promises")); +var path8 = __toESM(require("path")); + +// src/utils/subagentJsonl.ts +function extractFinalResultFromSubagentJsonl(content) { + var _a5; + const lines = content.split("\n").map((line) => line.trim()).filter((line) => line.length > 0 && line.startsWith("{")); + let lastAssistantText = null; + let lastResultText = null; + for (const line of lines) { + let raw; + try { + raw = JSON.parse(line); + } catch (e2) { + continue; + } + if (!raw || typeof raw !== "object") { + continue; + } + const record2 = raw; + if (typeof record2.result === "string" && record2.result.trim().length > 0) { + lastResultText = record2.result.trim(); + } + if (((_a5 = record2.message) == null ? void 0 : _a5.role) !== "assistant" || !Array.isArray(record2.message.content)) { + continue; + } + for (const blockRaw of record2.message.content) { + if (!blockRaw || typeof blockRaw !== "object") { + continue; + } + const block = blockRaw; + if (block.type === "text" && typeof block.text === "string" && block.text.trim().length > 0) { + lastAssistantText = block.text.trim(); + } + } + } + return lastAssistantText != null ? lastAssistantText : lastResultText; +} + +// src/providers/claude/history/sdkSubagentSidecar.ts +function isValidAgentId(agentId) { + return isPathSafeId(agentId); +} +function parseTimestampMs(raw) { + if (typeof raw !== "string") { + return Date.now(); + } + const parsed = Date.parse(raw); + return Number.isNaN(parsed) ? Date.now() : parsed; +} +function parseSubagentEvents(entry) { + var _a5; + if (!entry || typeof entry !== "object") { + return []; + } + const record2 = entry; + const content = (_a5 = record2.message) == null ? void 0 : _a5.content; + if (!Array.isArray(content)) { + return []; + } + const timestamp = parseTimestampMs(record2.timestamp); + const events = []; + for (const blockRaw of content) { + if (!blockRaw || typeof blockRaw !== "object") { + continue; + } + const block = blockRaw; + if (block.type === "tool_use") { + if (typeof block.id !== "string" || typeof block.name !== "string") { + continue; + } + events.push({ + type: "tool_use", + toolUseId: block.id, + toolName: block.name, + toolInput: block.input && typeof block.input === "object" ? block.input : {}, + timestamp + }); + continue; + } + if (block.type === "tool_result") { + if (typeof block.tool_use_id !== "string") { + continue; + } + events.push({ + type: "tool_result", + toolUseId: block.tool_use_id, + content: extractToolResultContent(block.content), + isError: block.is_error === true, + timestamp + }); + } + } + return events; +} +function buildToolCallsFromSubagentEvents(events) { + const toolsById = /* @__PURE__ */ new Map(); + for (const event of events) { + const existing = toolsById.get(event.toolUseId); + if (event.type === "tool_use") { + if (!existing) { + toolsById.set(event.toolUseId, { + toolCall: { + id: event.toolUseId, + name: event.toolName, + input: { ...event.toolInput }, + status: "running", + isExpanded: false + }, + hasToolUse: true, + hasToolResult: false, + timestamp: event.timestamp + }); + } else { + existing.toolCall.name = event.toolName; + existing.toolCall.input = { ...event.toolInput }; + existing.hasToolUse = true; + existing.timestamp = event.timestamp; + } + continue; + } + if (!existing) { + toolsById.set(event.toolUseId, { + toolCall: { + id: event.toolUseId, + name: "Unknown", + input: {}, + status: event.isError ? "error" : "completed", + result: event.content, + isExpanded: false + }, + hasToolUse: false, + hasToolResult: true, + timestamp: event.timestamp + }); + continue; + } + existing.toolCall.status = event.isError ? "error" : "completed"; + existing.toolCall.result = event.content; + existing.hasToolResult = true; + } + return Array.from(toolsById.values()).filter((entry) => entry.hasToolUse).sort((a, b2) => a.timestamp - b2.timestamp).map((entry) => entry.toolCall); +} +function getSubagentSidecarPath(vaultPath, sessionId, agentId) { + if (!isValidSessionId(sessionId) || !isValidAgentId(agentId)) { + return null; + } + const encodedVault = encodeVaultPathForSDK(vaultPath); + return path8.join( + getSDKProjectsPath(), + encodedVault, + sessionId, + "subagents", + `agent-${agentId}.jsonl` + ); +} +async function loadSubagentToolCalls(vaultPath, sessionId, agentId) { + const subagentFilePath = getSubagentSidecarPath(vaultPath, sessionId, agentId); + if (!subagentFilePath) { + return []; + } + try { + if (!(0, import_fs10.existsSync)(subagentFilePath)) { + return []; + } + const content = await fs10.readFile(subagentFilePath, "utf-8"); + const lines = content.split("\n").filter((line) => line.trim()); + const events = []; + const seen = /* @__PURE__ */ new Set(); + for (const line of lines) { + let raw; + try { + raw = JSON.parse(line); + } catch (e2) { + continue; + } + for (const event of parseSubagentEvents(raw)) { + const key = `${event.type}:${event.toolUseId}`; + if (seen.has(key)) { + continue; + } + seen.add(key); + events.push(event); + } + } + if (events.length === 0) { + return []; + } + return buildToolCallsFromSubagentEvents(events); + } catch (e2) { + return []; + } +} +async function loadSubagentFinalResult(vaultPath, sessionId, agentId) { + const subagentFilePath = getSubagentSidecarPath(vaultPath, sessionId, agentId); + if (!subagentFilePath) { + return null; + } + try { + if (!(0, import_fs10.existsSync)(subagentFilePath)) { + return null; + } + const content = await fs10.readFile(subagentFilePath, "utf-8"); + return extractFinalResultFromSubagentJsonl(content); + } catch (e2) { + return null; + } +} + +// src/providers/claude/history/ClaudeHistoryStore.ts +async function loadSDKSessionMessages(vaultPath, sessionId, resumeAtMessageId) { + var _a5, _b3, _c2; + const result = await readSDKSession(vaultPath, sessionId); + if (result.error) { + return { messages: [], skippedLines: result.skippedLines, error: result.error }; + } + const filteredEntries = filterActiveBranch(result.messages, resumeAtMessageId); + const toolResults = collectToolResults(filteredEntries); + const toolUseResults = collectStructuredPatchResults(filteredEntries); + const asyncSubagentResults = collectAsyncSubagentResults(filteredEntries); + const chatMessages = []; + let pendingAssistant = null; + for (const sdkMsg of filteredEntries) { + if (isSystemInjectedMessage(sdkMsg)) continue; + if (sdkMsg.type === "assistant" && ((_a5 = sdkMsg.message) == null ? void 0 : _a5.model) === "") continue; + const chatMsg = parseSDKMessageToChat(sdkMsg, toolResults); + if (!chatMsg) continue; + if (chatMsg.role === "assistant") { + const isCompactBoundary = (_b3 = chatMsg.contentBlocks) == null ? void 0 : _b3.some((b2) => b2.type === "context_compacted"); + if (isCompactBoundary) { + if (pendingAssistant) { + chatMessages.push(pendingAssistant); + } + chatMessages.push(chatMsg); + pendingAssistant = null; + } else if (pendingAssistant) { + mergeAssistantMessage(pendingAssistant, chatMsg); + } else { + pendingAssistant = chatMsg; + } + } else { + if (pendingAssistant) { + chatMessages.push(pendingAssistant); + pendingAssistant = null; + } + chatMessages.push(chatMsg); + } + } + if (pendingAssistant) { + chatMessages.push(pendingAssistant); + } + hydrateStructuredToolResults(chatMessages, toolUseResults); + hydrateFallbackAskUserAnswers(chatMessages); + if (toolUseResults.size > 0 || asyncSubagentResults.size > 0) { + const sidecarLoads = []; + for (const msg of chatMessages) { + if (msg.role !== "assistant" || !msg.toolCalls) continue; + for (const toolCall of msg.toolCalls) { + if (!isSubagentToolName(toolCall.name)) continue; + if (toolCall.subagent) continue; + if (((_c2 = toolCall.input) == null ? void 0 : _c2.run_in_background) !== true) continue; + const toolUseResult = toolUseResults.get(toolCall.id); + const subagent = buildAsyncSubagentInfo( + toolCall, + toolUseResult, + asyncSubagentResults + ); + if (subagent) { + toolCall.subagent = subagent; + if (subagent.result !== void 0) { + toolCall.result = subagent.result; + } + toolCall.status = subagent.status; + if (subagent.agentId && isValidAgentId(subagent.agentId)) { + sidecarLoads.push({ + subagent, + promise: loadSubagentToolCalls(vaultPath, sessionId, subagent.agentId) + }); + } + } + } + } + if (sidecarLoads.length > 0) { + const results = await Promise.all(sidecarLoads.map((s2) => s2.promise)); + for (let i = 0; i < sidecarLoads.length; i++) { + const toolCalls = results[i]; + if (toolCalls.length > 0) { + sidecarLoads[i].subagent.toolCalls = toolCalls; + } + } + } + } + chatMessages.sort((a, b2) => a.timestamp - b2.timestamp); + return { messages: chatMessages, skippedLines: result.skippedLines }; +} + +// src/providers/claude/history/ClaudeConversationHistoryService.ts +function chooseRicherResult(sdkResult, cachedResult) { + const sdkText = typeof sdkResult === "string" ? sdkResult.trim() : ""; + const cachedText = typeof cachedResult === "string" ? cachedResult.trim() : ""; + if (sdkText.length === 0 && cachedText.length === 0) return void 0; + if (sdkText.length === 0) return cachedResult; + if (cachedText.length === 0) return sdkResult; + return sdkText.length >= cachedText.length ? sdkResult : cachedResult; +} +function chooseRicherToolCalls(sdkToolCalls = [], cachedToolCalls = []) { + if (sdkToolCalls.length >= cachedToolCalls.length) { + return sdkToolCalls; + } + return cachedToolCalls; +} +function normalizeAsyncStatus(subagent, modeOverride) { + var _a5; + if (!subagent) return void 0; + const mode = modeOverride != null ? modeOverride : subagent.mode; + if (mode === "sync") return void 0; + if (mode === "async") return (_a5 = subagent.asyncStatus) != null ? _a5 : subagent.status; + return subagent.asyncStatus; +} +function isTerminalAsyncStatus(status) { + return status === "completed" || status === "error" || status === "orphaned"; +} +function mergeSubagentInfo(taskToolCall, cachedSubagent) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2; + const sdkSubagent = taskToolCall.subagent; + const cachedAsyncStatus = normalizeAsyncStatus(cachedSubagent); + if (!sdkSubagent) { + return { + ...cachedSubagent, + asyncStatus: cachedAsyncStatus, + result: chooseRicherResult(taskToolCall.result, cachedSubagent.result) + }; + } + const sdkAsyncStatus = normalizeAsyncStatus(sdkSubagent); + const sdkIsTerminal = isTerminalAsyncStatus(sdkAsyncStatus); + const cachedIsTerminal = isTerminalAsyncStatus(cachedAsyncStatus); + const sdkResult = (_a5 = taskToolCall.result) != null ? _a5 : sdkSubagent.result; + const preferred = !sdkIsTerminal && cachedIsTerminal ? cachedSubagent : sdkSubagent; + const mergedMode = (_d = (_b3 = sdkSubagent.mode) != null ? _b3 : cachedSubagent.mode) != null ? _d : ((_c2 = taskToolCall.input) == null ? void 0 : _c2.run_in_background) === true ? "async" : void 0; + const fallbackResult = chooseRicherResult(sdkResult, cachedSubagent.result); + const mergedResult = preferred === cachedSubagent ? (_e2 = cachedSubagent.result) != null ? _e2 : fallbackResult : fallbackResult; + const mergedAsyncStatus = normalizeAsyncStatus(preferred, mergedMode); + return { + ...cachedSubagent, + ...sdkSubagent, + description: sdkSubagent.description || cachedSubagent.description, + prompt: sdkSubagent.prompt || cachedSubagent.prompt, + mode: mergedMode, + status: preferred.status, + asyncStatus: mergedAsyncStatus, + result: mergedResult, + toolCalls: chooseRicherToolCalls(sdkSubagent.toolCalls, cachedSubagent.toolCalls), + agentId: sdkSubagent.agentId || cachedSubagent.agentId, + outputToolId: sdkSubagent.outputToolId || cachedSubagent.outputToolId, + startedAt: (_f2 = sdkSubagent.startedAt) != null ? _f2 : cachedSubagent.startedAt, + completedAt: (_g = sdkSubagent.completedAt) != null ? _g : cachedSubagent.completedAt, + isExpanded: (_h2 = sdkSubagent.isExpanded) != null ? _h2 : cachedSubagent.isExpanded + }; +} +function ensureTaskToolCall(msg, subagentId, subagent) { + msg.toolCalls = msg.toolCalls || []; + let taskToolCall = msg.toolCalls.find( + (tc2) => tc2.id === subagentId && isSubagentToolName(tc2.name) + ); + if (!taskToolCall) { + taskToolCall = { + id: subagentId, + name: TOOL_TASK, + input: { + description: subagent.description, + prompt: subagent.prompt || "", + ...subagent.mode === "async" ? { run_in_background: true } : {} + }, + status: subagent.status, + result: subagent.result, + isExpanded: false, + subagent + }; + msg.toolCalls.push(taskToolCall); + return taskToolCall; + } + if (!taskToolCall.input.description) { + taskToolCall.input.description = subagent.description; + } + if (!taskToolCall.input.prompt) { + taskToolCall.input.prompt = subagent.prompt || ""; + } + if (subagent.mode === "async") { + taskToolCall.input.run_in_background = true; + } + const mergedSubagent = mergeSubagentInfo(taskToolCall, subagent); + taskToolCall.status = mergedSubagent.status; + if (mergedSubagent.mode === "async") { + taskToolCall.input.run_in_background = true; + } + if (mergedSubagent.result !== void 0) { + taskToolCall.result = mergedSubagent.result; + } + taskToolCall.subagent = mergedSubagent; + return taskToolCall; +} +function dedupeMessages(messages) { + const seen = /* @__PURE__ */ new Set(); + const result = []; + for (const message of messages) { + if (seen.has(message.id)) continue; + seen.add(message.id); + result.push(message); + } + return result; +} +async function enrichAsyncSubagentToolCalls(subagentData, vaultPath, sessionIds) { + var _a5, _b3; + const uniqueSessionIds = [...new Set(sessionIds)]; + if (uniqueSessionIds.length === 0) return; + const loaderCache = /* @__PURE__ */ new Map(); + for (const subagent of Object.values(subagentData)) { + if (subagent.mode !== "async") continue; + if (!subagent.agentId) continue; + if (((_b3 = (_a5 = subagent.toolCalls) == null ? void 0 : _a5.length) != null ? _b3 : 0) > 0) continue; + for (const sessionId of uniqueSessionIds) { + const cacheKey = `${sessionId}:${subagent.agentId}`; + let loader = loaderCache.get(cacheKey); + if (!loader) { + loader = loadSubagentToolCalls(vaultPath, sessionId, subagent.agentId); + loaderCache.set(cacheKey, loader); + } + const recoveredToolCalls = await loader; + if (recoveredToolCalls.length === 0) continue; + subagent.toolCalls = recoveredToolCalls.map((toolCall) => ({ + ...toolCall, + input: { ...toolCall.input } + })); + break; + } + } +} +function applySubagentData(messages, subagentData) { + var _a5, _b3, _c2, _d, _e2; + const attachedSubagentIds = /* @__PURE__ */ new Set(); + for (const msg of messages) { + if (msg.role !== "assistant") continue; + for (const [subagentId, subagent] of Object.entries(subagentData)) { + const hasSubagentBlock = (_a5 = msg.contentBlocks) == null ? void 0 : _a5.some( + (block) => block.type === "subagent" && block.subagentId === subagentId || block.type === "tool_use" && block.toolId === subagentId + ); + const hasTaskToolCall = (_c2 = (_b3 = msg.toolCalls) == null ? void 0 : _b3.some((tc2) => tc2.id === subagentId)) != null ? _c2 : false; + if (!hasSubagentBlock && !hasTaskToolCall) continue; + ensureTaskToolCall(msg, subagentId, subagent); + if (!msg.contentBlocks) { + msg.contentBlocks = []; + } + let hasNormalizedSubagentBlock = false; + for (let i = 0; i < msg.contentBlocks.length; i++) { + const block = msg.contentBlocks[i]; + if (block.type === "tool_use" && block.toolId === subagentId) { + msg.contentBlocks[i] = { + type: "subagent", + subagentId, + mode: subagent.mode + }; + hasNormalizedSubagentBlock = true; + } else if (block.type === "subagent" && block.subagentId === subagentId && !block.mode) { + block.mode = subagent.mode; + hasNormalizedSubagentBlock = true; + } else if (block.type === "subagent" && block.subagentId === subagentId) { + hasNormalizedSubagentBlock = true; + } + } + if (!hasNormalizedSubagentBlock && hasTaskToolCall) { + msg.contentBlocks.push({ + type: "subagent", + subagentId, + mode: subagent.mode + }); + } + attachedSubagentIds.add(subagentId); + } + } + for (const [subagentId, subagent] of Object.entries(subagentData)) { + if (attachedSubagentIds.has(subagentId)) continue; + let anchor = [...messages].reverse().find((msg) => msg.role === "assistant"); + if (!anchor) { + anchor = { + id: `subagent-recovery-${subagentId}`, + role: "assistant", + content: "", + timestamp: (_e2 = (_d = subagent.completedAt) != null ? _d : subagent.startedAt) != null ? _e2 : Date.now(), + contentBlocks: [] + }; + messages.push(anchor); + } + ensureTaskToolCall(anchor, subagentId, subagent); + anchor.contentBlocks = anchor.contentBlocks || []; + const hasSubagentBlock = anchor.contentBlocks.some( + (block) => block.type === "subagent" && block.subagentId === subagentId + ); + if (!hasSubagentBlock) { + anchor.contentBlocks.push({ + type: "subagent", + subagentId, + mode: subagent.mode + }); + } + } +} +function buildPersistedSubagentData(messages) { + const result = {}; + for (const msg of messages) { + if (msg.role !== "assistant" || !msg.toolCalls) continue; + for (const toolCall of msg.toolCalls) { + if (!isSubagentToolName(toolCall.name) || !toolCall.subagent) continue; + result[toolCall.subagent.id] = toolCall.subagent; + } + } + return result; +} +function sanitizeProviderState(providerState) { + const sanitizedEntries = Object.entries(providerState).filter(([, value]) => value !== void 0); + if (sanitizedEntries.length === 0) { + return void 0; + } + return Object.fromEntries(sanitizedEntries); +} +var ClaudeConversationHistoryService = class { + constructor() { + this.hydratedConversationIds = /* @__PURE__ */ new Set(); + } + isPendingForkConversation(conversation) { + const state = getClaudeState(conversation.providerState); + return !!state.forkSource && !state.providerSessionId && !conversation.sessionId; + } + resolveSessionIdForConversation(conversation) { + var _a5, _b3, _c2, _d; + if (!conversation) return null; + const state = getClaudeState(conversation.providerState); + return (_d = (_c2 = (_a5 = state.providerSessionId) != null ? _a5 : conversation.sessionId) != null ? _c2 : (_b3 = state.forkSource) == null ? void 0 : _b3.sessionId) != null ? _d : null; + } + buildForkProviderState(sourceSessionId, resumeAt, _sourceProviderState) { + const state = { + forkSource: { sessionId: sourceSessionId, resumeAt } + }; + return state; + } + buildPersistedProviderState(conversation) { + const providerState = { + ...getClaudeState(conversation.providerState) + }; + const subagentData = buildPersistedSubagentData(conversation.messages); + if (Object.keys(subagentData).length > 0) { + providerState.subagentData = subagentData; + } else { + delete providerState.subagentData; + } + return sanitizeProviderState(providerState); + } + async hydrateConversationHistory(conversation, vaultPath) { + var _a5, _b3; + if (!vaultPath || this.hydratedConversationIds.has(conversation.id)) { + return; + } + const state = getClaudeState(conversation.providerState); + const isPendingFork = this.isPendingForkConversation(conversation); + const allSessionIds = isPendingFork ? [state.forkSource.sessionId] : [ + ...state.previousProviderSessionIds || [], + (_a5 = state.providerSessionId) != null ? _a5 : conversation.sessionId + ].filter((id) => !!id); + if (allSessionIds.length === 0) { + return; + } + const allSdkMessages = []; + let missingSessionCount = 0; + let errorCount = 0; + let successCount = 0; + const currentSessionId = isPendingFork ? state.forkSource.sessionId : (_b3 = state.providerSessionId) != null ? _b3 : conversation.sessionId; + for (const sessionId of allSessionIds) { + if (!sdkSessionExists(vaultPath, sessionId)) { + missingSessionCount++; + continue; + } + const isCurrentSession = sessionId === currentSessionId; + const truncateAt = isCurrentSession ? isPendingFork ? state.forkSource.resumeAt : conversation.resumeAtMessageId : void 0; + const result = await loadSDKSessionMessages(vaultPath, sessionId, truncateAt); + if (result.error) { + errorCount++; + continue; + } + successCount++; + allSdkMessages.push(...result.messages); + } + const allSessionsMissing = missingSessionCount === allSessionIds.length; + const hasLoadErrors = errorCount > 0 && successCount === 0 && !allSessionsMissing; + if (hasLoadErrors) { + return; + } + const filteredSdkMessages = allSdkMessages.filter((msg) => !msg.isRebuiltContext); + const merged = dedupeMessages([ + ...conversation.messages, + ...filteredSdkMessages + ]).sort((a, b2) => a.timestamp - b2.timestamp); + if (state.subagentData) { + await enrichAsyncSubagentToolCalls( + state.subagentData, + vaultPath, + allSessionIds + ); + applySubagentData(merged, state.subagentData); + } + conversation.messages = merged; + this.hydratedConversationIds.add(conversation.id); + } + async deleteConversationSession(conversation, vaultPath) { + var _a5; + const state = getClaudeState(conversation.providerState); + const sessionId = (_a5 = state.providerSessionId) != null ? _a5 : conversation.sessionId; + if (!vaultPath || !sessionId) { + return; + } + await deleteSDKSession(vaultPath, sessionId); + } +}; + +// src/providers/claude/runtime/ClaudeChatRuntime.ts +var import_obsidian14 = require("obsidian"); +init_env(); +init_path(); + +// src/utils/session.ts +var SESSION_ERROR_PATTERNS = [ + "session expired", + "session not found", + "invalid session", + "session invalid", + "process exited with code" +]; +var SESSION_ERROR_COMPOUND_PATTERNS = [ + { includes: ["session", "expired"] }, + { includes: ["resume", "failed"] }, + { includes: ["resume", "error"] } +]; +function isSessionExpiredError(error48) { + const msg = error48 instanceof Error ? error48.message.toLowerCase() : ""; + for (const pattern of SESSION_ERROR_PATTERNS) { + if (msg.includes(pattern)) { + return true; + } + } + for (const { includes } of SESSION_ERROR_COMPOUND_PATTERNS) { + if (includes.every((part) => msg.includes(part))) { + return true; + } + } + return false; +} +function formatToolInput(input, maxLength = 200) { + if (!input || Object.keys(input).length === 0) return ""; + try { + const parts = []; + for (const [key, value] of Object.entries(input)) { + if (value === void 0 || value === null) continue; + let valueStr; + if (typeof value === "string") { + valueStr = value.length > 100 ? `${value.slice(0, 100)}...` : value; + } else if (typeof value === "object") { + valueStr = "[object]"; + } else if (typeof value === "function") { + valueStr = "[function]"; + } else if (typeof value === "symbol") { + valueStr = value.description ? `[symbol:${value.description}]` : "[symbol]"; + } else if (typeof value === "number" || typeof value === "boolean" || typeof value === "bigint") { + valueStr = `${value}`; + } else { + valueStr = "[unknown]"; + } + parts.push(`${key}=${valueStr}`); + } + const result = parts.join(", "); + return result.length > maxLength ? `${result.slice(0, maxLength)}...` : result; + } catch (e2) { + return "[input formatting error]"; + } +} +function formatToolCallForContext(toolCall, maxErrorLength = 500) { + var _a5; + const status = (_a5 = toolCall.status) != null ? _a5 : "completed"; + const isFailed = status === "error" || status === "blocked"; + const inputStr = formatToolInput(toolCall.input); + const inputPart = inputStr ? ` input: ${inputStr}` : ""; + if (!isFailed) { + return `[Tool ${toolCall.name}${inputPart} status=${status}]`; + } + const hasResult = typeof toolCall.result === "string" && toolCall.result.trim().length > 0; + if (!hasResult) { + return `[Tool ${toolCall.name}${inputPart} status=${status}]`; + } + const errorMsg = truncateToolResult(toolCall.result, maxErrorLength); + return `[Tool ${toolCall.name}${inputPart} status=${status}] error: ${errorMsg}`; +} +function truncateToolResult(result, maxLength = 500) { + if (result.length > maxLength) { + return `${result.slice(0, maxLength)}... (truncated)`; + } + return result; +} +function formatContextLine(message) { + if (!message.currentNote) { + return null; + } + return formatCurrentNote(message.currentNote); +} +function formatThinkingBlocks(message) { + if (!message.contentBlocks) return []; + const thinkingBlocks = message.contentBlocks.filter( + (block) => block.type === "thinking" + ); + if (thinkingBlocks.length === 0) return []; + const totalDuration = thinkingBlocks.reduce( + (sum, block) => { + var _a5; + return sum + ((_a5 = block.durationSeconds) != null ? _a5 : 0); + }, + 0 + ); + const durationPart = totalDuration > 0 ? `, ${totalDuration.toFixed(1)}s total` : ""; + return [`[Thinking: ${thinkingBlocks.length} block(s)${durationPart}]`]; +} +function buildContextFromHistory(messages) { + var _a5, _b3, _c2; + const parts = []; + for (const message of messages) { + if (message.role !== "user" && message.role !== "assistant") { + continue; + } + if (message.isInterrupt) { + continue; + } + if (message.role === "assistant") { + const hasContent = message.content && message.content.trim().length > 0; + const hasToolCalls = message.toolCalls && message.toolCalls.length > 0; + const hasThinking = (_a5 = message.contentBlocks) == null ? void 0 : _a5.some((b2) => b2.type === "thinking"); + if (!hasContent && !hasToolCalls && !hasThinking) { + continue; + } + } + const role = message.role === "user" ? "User" : "Assistant"; + const lines = []; + const content = (_b3 = message.content) == null ? void 0 : _b3.trim(); + const contextLine = formatContextLine(message); + const userPayload = contextLine ? content ? `${contextLine} + +${content}` : contextLine : content; + lines.push(userPayload ? `${role}: ${userPayload}` : `${role}:`); + if (message.role === "assistant") { + const thinkingLines = formatThinkingBlocks(message); + if (thinkingLines.length > 0) { + lines.push(...thinkingLines); + } + } + if (message.role === "assistant" && ((_c2 = message.toolCalls) == null ? void 0 : _c2.length)) { + const toolLines = message.toolCalls.map((tc2) => formatToolCallForContext(tc2)).filter(Boolean); + if (toolLines.length > 0) { + lines.push(...toolLines); + } + } + parts.push(lines.join("\n")); + } + return parts.join("\n\n"); +} +function getLastUserMessage(messages) { + for (let i = messages.length - 1; i >= 0; i--) { + if (messages[i].role === "user") { + return messages[i]; + } + } + return void 0; +} +function buildPromptWithHistoryContext(historyContext, prompt, actualPrompt, conversationHistory) { + var _a5, _b3; + if (!historyContext) return prompt; + const lastUserMessage = getLastUserMessage(conversationHistory); + const lastUserQuery = (_b3 = lastUserMessage == null ? void 0 : lastUserMessage.displayContent) != null ? _b3 : extractUserQuery((_a5 = lastUserMessage == null ? void 0 : lastUserMessage.content) != null ? _a5 : ""); + const currentUserQuery = extractUserQuery(actualPrompt); + const shouldAppendPrompt = !lastUserMessage || lastUserQuery.trim() !== currentUserQuery.trim(); + return shouldAppendPrompt ? `${historyContext} + +User: ${prompt}` : historyContext; +} + +// src/providers/claude/hooks/SubagentHooks.ts +var STOP_BLOCK_REASON = 'Background subagents are still running. Use `TaskOutput task_id="..." block=true` to wait for their results before ending your turn.'; +function createStopSubagentHook(getState) { + return { + hooks: [ + async () => { + let hasRunning; + try { + hasRunning = getState().hasRunning; + } catch (e2) { + hasRunning = true; + } + if (hasRunning) { + return { decision: "block", reason: STOP_BLOCK_REASON }; + } + return {}; + } + ] + }; +} + +// src/utils/browser.ts +function escapeXmlAttribute(value) { + return value.replace(/&/g, "&").replace(/"/g, """).replace(//g, ">"); +} +function buildAttributeList(context) { + var _a5, _b3; + const attrs = []; + const source = context.source.trim() || "unknown"; + attrs.push(`source="${escapeXmlAttribute(source)}"`); + if ((_a5 = context.title) == null ? void 0 : _a5.trim()) { + attrs.push(`title="${escapeXmlAttribute(context.title.trim())}"`); + } + if ((_b3 = context.url) == null ? void 0 : _b3.trim()) { + attrs.push(`url="${escapeXmlAttribute(context.url.trim())}"`); + } + return attrs.join(" "); +} +function escapeXmlBody(text) { + return text.replace(/<\/browser_selection>/gi, "</browser_selection>"); +} +function formatBrowserContext(context) { + const selectedText = context.selectedText.trim(); + if (!selectedText) return ""; + const attrs = buildAttributeList(context); + return ` +${escapeXmlBody(selectedText)} +`; +} +function appendBrowserContext(prompt, context) { + const formatted = formatBrowserContext(context); + return formatted ? `${prompt} + +${formatted}` : prompt; +} + +// src/utils/canvas.ts +function formatCanvasContext(context) { + if (context.nodeIds.length === 0) return ""; + return ` +${context.nodeIds.join(", ")} +`; +} +function appendCanvasContext(prompt, context) { + const formatted = formatCanvasContext(context); + return formatted ? `${prompt} + +${formatted}` : prompt; +} + +// src/utils/editor.ts +function getEditorView(editor) { + return editor.cm; +} +function findNearestNonEmptyLine(getLine, lineCount, startLine, direction) { + const step = direction === "before" ? -1 : 1; + for (let i = startLine + step; i >= 0 && i < lineCount; i += step) { + const content = getLine(i); + if (content.trim().length > 0) { + return content; + } + } + return ""; +} +function buildCursorContext(getLine, lineCount, line, column) { + const lineContent = getLine(line); + const beforeCursor = lineContent.substring(0, column); + const afterCursor = lineContent.substring(column); + const lineIsEmpty = lineContent.trim().length === 0; + const nothingBefore = beforeCursor.trim().length === 0; + const nothingAfter = afterCursor.trim().length === 0; + const isInbetween = lineIsEmpty || nothingBefore && nothingAfter; + let contextBefore = beforeCursor; + let contextAfter = afterCursor; + if (isInbetween) { + contextBefore = findNearestNonEmptyLine(getLine, lineCount, line, "before"); + contextAfter = findNearestNonEmptyLine(getLine, lineCount, line, "after"); + } + return { beforeCursor: contextBefore, afterCursor: contextAfter, isInbetween, line, column }; +} +function formatEditorContext(context) { + if (context.mode === "selection" && context.selectedText) { + const lineAttr = context.startLine && context.lineCount ? ` lines="${context.startLine}-${context.startLine + context.lineCount - 1}"` : ""; + return ` +${context.selectedText} +`; + } else if (context.mode === "cursor" && context.cursorContext) { + const ctx = context.cursorContext; + let content; + if (ctx.isInbetween) { + const parts = []; + if (ctx.beforeCursor) parts.push(ctx.beforeCursor); + parts.push("| #inbetween"); + if (ctx.afterCursor) parts.push(ctx.afterCursor); + content = parts.join("\n"); + } else { + content = `${ctx.beforeCursor}|${ctx.afterCursor} #inline`; + } + return ` +${content} +`; + } + return ""; +} +function appendEditorContext(prompt, context) { + const formatted = formatEditorContext(context); + return formatted ? `${prompt} + +${formatted}` : prompt; +} + +// src/providers/claude/prompt/ClaudeTurnEncoder.ts +function isCompactCommand(text) { + return /^\/compact(\s|$)/i.test(text); +} +function encodeClaudeTurn(request, mcpManager) { + const isCompact = isCompactCommand(request.text); + let persistedContent = request.text; + if (!isCompact) { + if (request.currentNotePath) { + persistedContent = appendCurrentNote(persistedContent, request.currentNotePath); + } + if (request.editorSelection) { + persistedContent = appendEditorContext(persistedContent, request.editorSelection); + } + if (request.browserSelection) { + persistedContent = appendBrowserContext(persistedContent, request.browserSelection); + } + if (request.canvasSelection) { + persistedContent = appendCanvasContext(persistedContent, request.canvasSelection); + } + } + const mcpMentions = mcpManager.extractMentions(persistedContent); + return { + request, + persistedContent, + prompt: mcpManager.transformMentions(persistedContent), + isCompact, + mcpMentions + }; +} + +// src/providers/claude/sdk/typeGuards.ts +function isSessionInitEvent(event) { + return event.type === "session_init"; +} +function isContextWindowEvent(event) { + return event.type === "context_window"; +} +function isStreamChunk(event) { + return event.type !== "session_init" && event.type !== "context_window"; +} + +// src/providers/claude/sdk/messages.ts +function isBlockedMessage(message) { + return message.type === "user" && "_blocked" in message && message._blocked === true && "_blockReason" in message; +} + +// src/providers/claude/stream/toolInputStreamState.ts +var MAIN_AGENT_STREAM = "__main__"; +function isRecord5(value) { + return !!value && typeof value === "object" && !Array.isArray(value); +} +function normalizeToolInput(value) { + return isRecord5(value) ? value : {}; +} +function getContentBlockKey(parentToolUseId, index) { + return `${parentToolUseId != null ? parentToolUseId : MAIN_AGENT_STREAM}:${index}`; +} +function getParentPrefix(parentToolUseId) { + return `${parentToolUseId != null ? parentToolUseId : MAIN_AGENT_STREAM}:`; +} +function findClosingTokenIndex(tokens, value) { + var _a5; + for (let index = tokens.length - 1; index >= 0; index -= 1) { + if (((_a5 = tokens[index]) == null ? void 0 : _a5.value) === value) { + return index; + } + } + return -1; +} +function tokenizePartialJson(input) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2; + const tokens = []; + let index = 0; + while (index < input.length) { + let char = (_a5 = input[index]) != null ? _a5 : ""; + if (char === "\\") { + index += 1; + continue; + } + if (char === "{" || char === "}") { + tokens.push({ type: "brace", value: char }); + index += 1; + continue; + } + if (char === "[" || char === "]") { + tokens.push({ type: "bracket", value: char }); + index += 1; + continue; + } + if (char === ":") { + tokens.push({ type: "separator", value: char }); + index += 1; + continue; + } + if (char === ",") { + tokens.push({ type: "delimiter", value: char }); + index += 1; + continue; + } + if (char === '"') { + let value = ""; + let isDanglingString = false; + index += 1; + char = (_b3 = input[index]) != null ? _b3 : ""; + while (char !== '"') { + if (index === input.length) { + isDanglingString = true; + break; + } + if (char === "\\") { + index += 1; + if (index === input.length) { + isDanglingString = true; + break; + } + value += char + ((_c2 = input[index]) != null ? _c2 : ""); + index += 1; + char = (_d = input[index]) != null ? _d : ""; + continue; + } + value += char; + index += 1; + char = (_e2 = input[index]) != null ? _e2 : ""; + } + index += 1; + if (!isDanglingString) { + tokens.push({ type: "string", value }); + } + continue; + } + if (/\s/.test(char)) { + index += 1; + continue; + } + if (/[0-9]/.test(char) || char === "-" || char === ".") { + let value = ""; + if (char === "-") { + value += char; + index += 1; + char = (_f2 = input[index]) != null ? _f2 : ""; + } + while (/[0-9]/.test(char) || char === ".") { + value += char; + index += 1; + char = (_g = input[index]) != null ? _g : ""; + } + tokens.push({ type: "number", value }); + continue; + } + if (/[a-z]/i.test(char)) { + let value = ""; + while (/[a-z]/i.test(char)) { + value += char; + index += 1; + char = (_h2 = input[index]) != null ? _h2 : ""; + } + if (value === "true" || value === "false" || value === "null") { + tokens.push({ type: "name", value }); + } else { + index += 1; + } + continue; + } + index += 1; + } + return tokens; +} +function stripIncompleteTail(tokens) { + if (tokens.length === 0) { + return tokens; + } + const lastToken = tokens[tokens.length - 1]; + if (!lastToken) { + return tokens; + } + switch (lastToken.type) { + case "separator": + case "delimiter": + return stripIncompleteTail(tokens.slice(0, -1)); + case "number": { + const lastChar = lastToken.value[lastToken.value.length - 1]; + return lastChar === "." || lastChar === "-" ? stripIncompleteTail(tokens.slice(0, -1)) : tokens; + } + case "string": { + const previousToken = tokens[tokens.length - 2]; + if ((previousToken == null ? void 0 : previousToken.type) === "delimiter") { + return stripIncompleteTail(tokens.slice(0, -1)); + } + if ((previousToken == null ? void 0 : previousToken.type) === "brace" && previousToken.value === "{") { + return stripIncompleteTail(tokens.slice(0, -1)); + } + return tokens; + } + default: + return tokens; + } +} +function closeOpenContainers(tokens) { + const completedTokens = [...tokens]; + const closingTokens = []; + for (const token of completedTokens) { + if (token.type === "brace") { + if (token.value === "{") { + closingTokens.push({ type: "brace", value: "}" }); + } else { + const closingIndex = findClosingTokenIndex(closingTokens, "}"); + if (closingIndex >= 0) { + closingTokens.splice(closingIndex, 1); + } + } + continue; + } + if (token.type === "bracket") { + if (token.value === "[") { + closingTokens.push({ type: "bracket", value: "]" }); + } else { + const closingIndex = findClosingTokenIndex(closingTokens, "]"); + if (closingIndex >= 0) { + closingTokens.splice(closingIndex, 1); + } + } + } + } + for (let index = closingTokens.length - 1; index >= 0; index -= 1) { + const token = closingTokens[index]; + if (token) { + completedTokens.push(token); + } + } + return completedTokens; +} +function renderJson(tokens) { + return tokens.map((token) => token.type === "string" ? `"${token.value}"` : token.value).join(""); +} +function parsePartialToolInput(input) { + const tokens = tokenizePartialJson(input); + if (tokens.length === 0) { + return {}; + } + try { + const repairedJson = renderJson(closeOpenContainers(stripIncompleteTail(tokens))); + return normalizeToolInput(JSON.parse(repairedJson)); + } catch (e2) { + return null; + } +} +function createTransformStreamState() { + const activeToolUses = /* @__PURE__ */ new Map(); + return { + registerToolUse(parentToolUseId, index, toolUse) { + activeToolUses.set(getContentBlockKey(parentToolUseId, index), { + ...toolUse, + input: { ...toolUse.input }, + partialJson: "" + }); + }, + applyInputJsonDelta(parentToolUseId, index, partialJson) { + const snapshot = activeToolUses.get(getContentBlockKey(parentToolUseId, index)); + if (!snapshot) { + return null; + } + snapshot.partialJson += partialJson; + const parsedInput = parsePartialToolInput(snapshot.partialJson); + if (parsedInput === null) { + return null; + } + snapshot.input = { + ...snapshot.input, + ...parsedInput + }; + return { + id: snapshot.id, + name: snapshot.name, + input: { ...snapshot.input } + }; + }, + clearContentBlock(parentToolUseId, index) { + activeToolUses.delete(getContentBlockKey(parentToolUseId, index)); + }, + clearParent(parentToolUseId) { + const parentPrefix = getParentPrefix(parentToolUseId); + for (const key of activeToolUses.keys()) { + if (key.startsWith(parentPrefix)) { + activeToolUses.delete(key); + } + } + }, + clearAll() { + activeToolUses.clear(); + } + }; +} + +// src/providers/claude/stream/transformClaudeMessage.ts +function getToolInput(input) { + if (!input || typeof input !== "object" || Array.isArray(input)) { + return {}; + } + return input; +} +function emitToolUse(parentToolUseId, fields) { + if (parentToolUseId === null) { + return { type: "tool_use", ...fields }; + } + return { type: "subagent_tool_use", subagentId: parentToolUseId, ...fields }; +} +function emitToolResult(parentToolUseId, fields) { + if (parentToolUseId === null) { + return { type: "tool_result", ...fields }; + } + return { type: "subagent_tool_result", subagentId: parentToolUseId, ...fields }; +} +function normalizeTaskNotificationStatus(status) { + return status === "completed" ? "completed" : "error"; +} +function normalizeTaskNotificationResult(status, summary) { + if (typeof summary === "string" && summary.trim().length > 0) { + return summary.trim(); + } + return status === "completed" ? "Background task completed." : "Background task failed."; +} +function transformTaskNotification(message) { + if (message.type !== "system" || message.subtype !== "task_notification") { + return null; + } + const record2 = message; + const taskId = record2.task_id; + if (typeof taskId !== "string" || taskId.length === 0) { + return null; + } + const status = normalizeTaskNotificationStatus(record2.status); + return { + type: "async_subagent_result", + agentId: taskId, + status, + result: normalizeTaskNotificationResult(status, record2.summary) + }; +} +function isResultError(message) { + return !!message.subtype && message.subtype !== "success"; +} +function normalizeClaudeModelId(model) { + const normalized = model.trim().toLowerCase(); + const claudeIndex = normalized.indexOf("claude-"); + return claudeIndex >= 0 ? normalized.slice(claudeIndex) : normalized; +} +function parseClaudeModelSignature(model) { + const normalized = normalizeClaudeModelId(model); + if (normalized === "haiku") { + return { normalizedModel: normalized, family: "haiku", is1M: false }; + } + if (normalized === "sonnet" || normalized === "sonnet[1m]") { + return { normalizedModel: normalized, family: "sonnet", is1M: normalized.endsWith("[1m]") }; + } + if (normalized === "opus" || normalized === "opus[1m]") { + return { normalizedModel: normalized, family: "opus", is1M: normalized.endsWith("[1m]") }; + } + const versionedMatch = normalized.match( + /^claude-(haiku|sonnet|opus)-(\d+)(?:-(\d+))?(?:-(\d{8}))?(?:-v\d+:\d+)?(\[1m\])?$/ + ); + if (versionedMatch) { + const [, familyMatch, major, minor, date7, oneMillionSuffix] = versionedMatch; + const family = familyMatch; + return { + normalizedModel: normalized, + family, + is1M: oneMillionSuffix === "[1m]", + major, + minor, + date: date7 + }; + } + return null; +} +function findUniqueEntry(entries, predicate) { + const matches = entries.filter(predicate); + return matches.length === 1 ? matches[0] : null; +} +function matchClaudeModelSignature(entrySignature, intendedSignature, options) { + if (!entrySignature || entrySignature.family !== intendedSignature.family) { + return false; + } + if (!(options == null ? void 0 : options.ignoreIs1M) && entrySignature.is1M !== intendedSignature.is1M) { + return false; + } + if (intendedSignature.major && entrySignature.major !== intendedSignature.major) { + return false; + } + if (intendedSignature.minor && entrySignature.minor !== intendedSignature.minor) { + return false; + } + if (intendedSignature.date && entrySignature.date !== intendedSignature.date) { + return false; + } + return true; +} +function selectContextWindowEntry(modelUsage, intendedModel) { + const entries = Object.entries(modelUsage).flatMap( + ([model, usage]) => typeof (usage == null ? void 0 : usage.contextWindow) === "number" && usage.contextWindow > 0 ? [{ model, contextWindow: usage.contextWindow }] : [] + ); + if (entries.length === 0) { + return null; + } + if (entries.length === 1) { + return entries[0]; + } + if (!intendedModel) { + return null; + } + const literalExactMatch = entries.find((entry) => entry.model === intendedModel); + if (literalExactMatch) { + return literalExactMatch; + } + const normalizedIntendedModel = normalizeClaudeModelId(intendedModel); + const exactMatch = findUniqueEntry(entries, (entry) => normalizeClaudeModelId(entry.model) === normalizedIntendedModel); + if (exactMatch) { + return exactMatch; + } + if (!isDefaultClaudeModel(intendedModel)) { + return null; + } + const intendedSignature = parseClaudeModelSignature(intendedModel); + if (!intendedSignature) { + return null; + } + const strictSignatureMatch = findUniqueEntry( + entries, + (entry) => matchClaudeModelSignature(parseClaudeModelSignature(entry.model), intendedSignature) + ); + if (strictSignatureMatch) { + return strictSignatureMatch; + } + const hasVersionedTarget = Boolean(intendedSignature.major || intendedSignature.date); + if (!hasVersionedTarget) { + return null; + } + return findUniqueEntry( + entries, + (entry) => matchClaudeModelSignature(parseClaudeModelSignature(entry.model), intendedSignature, { ignoreIs1M: true }) + ); +} +var EMPTY_PROMPT_USAGE = { + inputTokens: 0, + cacheCreationInputTokens: 0, + cacheReadInputTokens: 0, + contextTokens: 0 +}; +function normalizeTokenCount(value) { + return typeof value === "number" && Number.isFinite(value) && value > 0 ? value : 0; +} +function hasPromptUsageField(usage) { + if (!usage || typeof usage !== "object" || Array.isArray(usage)) { + return false; + } + const record2 = usage; + return typeof record2.input_tokens === "number" || typeof record2.cache_creation_input_tokens === "number" || typeof record2.cache_read_input_tokens === "number"; +} +function toPromptUsageSnapshot(usage) { + const inputTokens = normalizeTokenCount(usage.input_tokens); + const cacheCreationInputTokens = normalizeTokenCount(usage.cache_creation_input_tokens); + const cacheReadInputTokens = normalizeTokenCount(usage.cache_read_input_tokens); + return { + inputTokens, + cacheCreationInputTokens, + cacheReadInputTokens, + contextTokens: inputTokens + cacheCreationInputTokens + cacheReadInputTokens + }; +} +function mergePromptUsage(current, usage) { + const next = toPromptUsageSnapshot(usage); + const inputTokens = Math.max(current.inputTokens, next.inputTokens); + const cacheCreationInputTokens = Math.max(current.cacheCreationInputTokens, next.cacheCreationInputTokens); + const cacheReadInputTokens = Math.max(current.cacheReadInputTokens, next.cacheReadInputTokens); + return { + inputTokens, + cacheCreationInputTokens, + cacheReadInputTokens, + contextTokens: inputTokens + cacheCreationInputTokens + cacheReadInputTokens + }; +} +function samePromptUsage(a, b2) { + return a.inputTokens === b2.inputTokens && a.cacheCreationInputTokens === b2.cacheCreationInputTokens && a.cacheReadInputTokens === b2.cacheReadInputTokens && a.contextTokens === b2.contextTokens; +} +function buildUsageInfo(promptUsage, options) { + var _a5; + const model = (_a5 = options == null ? void 0 : options.intendedModel) != null ? _a5 : "sonnet"; + const contextWindow = getContextWindowSize(model, options == null ? void 0 : options.customContextLimits); + const percentage = Math.min(100, Math.max(0, Math.round(promptUsage.contextTokens / contextWindow * 100))); + return { + model, + inputTokens: promptUsage.inputTokens, + cacheCreationInputTokens: promptUsage.cacheCreationInputTokens, + cacheReadInputTokens: promptUsage.cacheReadInputTokens, + contextWindow, + contextTokens: promptUsage.contextTokens, + percentage + }; +} +function createTransformUsageState() { + let promptUsage = { ...EMPTY_PROMPT_USAGE }; + let lastEmittedPromptUsage = null; + return { + clear() { + promptUsage = { ...EMPTY_PROMPT_USAGE }; + lastEmittedPromptUsage = null; + }, + mergePromptUsage(usage) { + promptUsage = mergePromptUsage(promptUsage, usage); + return promptUsage; + }, + getPromptUsage() { + return { ...promptUsage }; + }, + hasEmitted(nextPromptUsage) { + return lastEmittedPromptUsage !== null && samePromptUsage(lastEmittedPromptUsage, nextPromptUsage); + }, + markEmitted(nextPromptUsage) { + lastEmittedPromptUsage = { ...nextPromptUsage }; + } + }; +} +function maybeEmitUsageFromPromptUsage(promptUsage, options, behavior = {}) { + var _a5, _b3; + if (promptUsage.contextTokens <= 0) { + return behavior.emitZeroUsage ? { type: "usage", usage: buildUsageInfo(promptUsage, options) } : null; + } + if ((_a5 = options == null ? void 0 : options.usageState) == null ? void 0 : _a5.hasEmitted(promptUsage)) { + return null; + } + (_b3 = options == null ? void 0 : options.usageState) == null ? void 0 : _b3.markEmitted(promptUsage); + return { type: "usage", usage: buildUsageInfo(promptUsage, options) }; +} +function* transformSDKMessage(message, options) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n, _o, _p, _q3, _r, _s, _t, _u2; + switch (message.type) { + case "system": + if (message.subtype === "init" && message.session_id) { + yield { + type: "session_init", + sessionId: message.session_id, + agents: message.agents, + permissionMode: message.permissionMode + }; + } else if (message.subtype === "compact_boundary") { + yield { type: "context_compacted" }; + } else if (message.subtype === "task_notification") { + const notification = transformTaskNotification(message); + if (notification) { + yield notification; + } + } + break; + case "assistant": { + const parentToolUseId = (_a5 = message.parent_tool_use_id) != null ? _a5 : null; + if (message.error) { + yield { type: "error", content: message.error }; + } + if (((_b3 = message.message) == null ? void 0 : _b3.content) && Array.isArray(message.message.content)) { + for (const block of message.message.content) { + if (block.type === "thinking" && block.thinking) { + if (parentToolUseId === null) { + yield { type: "thinking", content: block.thinking }; + } + } else if (block.type === "text" && block.text && block.text.trim() !== "(no content)") { + if (parentToolUseId === null) { + yield { type: "text", content: block.text }; + } + } else if (block.type === "tool_use") { + yield emitToolUse(parentToolUseId, { + id: block.id || `tool-${Date.now()}-${Math.random().toString(36).substring(2, 11)}`, + name: block.name || "unknown", + input: getToolInput(block.input) + }); + } + } + } + (_c2 = options == null ? void 0 : options.streamState) == null ? void 0 : _c2.clearParent(parentToolUseId); + const usage = (_d = message.message) == null ? void 0 : _d.usage; + if (parentToolUseId === null && usage) { + if (options == null ? void 0 : options.usageState) { + const promptUsage = options.usageState.mergePromptUsage(usage); + const usageChunk = maybeEmitUsageFromPromptUsage(promptUsage, options, { emitZeroUsage: true }); + if (usageChunk) { + yield usageChunk; + } + } else { + yield { type: "usage", usage: buildUsageInfo(toPromptUsageSnapshot(usage), options) }; + } + } + break; + } + case "user": { + const parentToolUseId = (_e2 = message.parent_tool_use_id) != null ? _e2 : null; + if (isBlockedMessage(message)) { + yield { + type: "notice", + content: message._blockReason, + level: "warning" + }; + break; + } + if (message.tool_use_result !== void 0 && message.parent_tool_use_id) { + const toolUseResult = (_f2 = message.tool_use_result) != null ? _f2 : void 0; + yield emitToolResult(parentToolUseId, { + id: message.parent_tool_use_id, + content: extractToolResultContent(message.tool_use_result, { fallbackIndent: 2 }), + isError: false, + ...toolUseResult !== void 0 ? { toolUseResult } : {} + }); + } + if (((_g = message.message) == null ? void 0 : _g.content) && Array.isArray(message.message.content)) { + for (const block of message.message.content) { + if (block.type === "tool_result") { + const toolUseResult = (_h2 = message.tool_use_result) != null ? _h2 : void 0; + yield emitToolResult(parentToolUseId, { + id: block.tool_use_id || message.parent_tool_use_id || "", + content: extractToolResultContent(block.content, { fallbackIndent: 2 }), + isError: block.is_error || false, + ...toolUseResult !== void 0 ? { toolUseResult } : {} + }); + } + } + } + break; + } + case "stream_event": { + const parentToolUseId = (_i = message.parent_tool_use_id) != null ? _i : null; + const event = message.event; + if (parentToolUseId === null && (event == null ? void 0 : event.type) === "message_start") { + (_j = options == null ? void 0 : options.usageState) == null ? void 0 : _j.clear(); + const usage = (_k3 = event.message) == null ? void 0 : _k3.usage; + if (usage && hasPromptUsageField(usage)) { + if (options == null ? void 0 : options.usageState) { + options.usageState.mergePromptUsage(usage); + } else { + const usageChunk = maybeEmitUsageFromPromptUsage(toPromptUsageSnapshot(usage), options); + if (usageChunk) { + yield usageChunk; + } + } + } + } else if (parentToolUseId === null && (event == null ? void 0 : event.type) === "message_delta" && hasPromptUsageField(event.usage)) { + if (options == null ? void 0 : options.usageState) { + const previousPromptUsage = options.usageState.getPromptUsage(); + const promptUsage = options.usageState.mergePromptUsage(event.usage); + const shouldEmitDeltaUsage = previousPromptUsage.contextTokens <= 0 || options.usageState.hasEmitted(previousPromptUsage); + if (shouldEmitDeltaUsage) { + const usageChunk = maybeEmitUsageFromPromptUsage(promptUsage, options); + if (usageChunk) { + yield usageChunk; + } + } + } else { + const usageChunk = maybeEmitUsageFromPromptUsage(toPromptUsageSnapshot(event.usage), options); + if (usageChunk) { + yield usageChunk; + } + } + } else if ((event == null ? void 0 : event.type) === "content_block_start" && ((_l2 = event.content_block) == null ? void 0 : _l2.type) === "tool_use") { + const toolUseFields = { + id: event.content_block.id || `tool-${Date.now()}`, + name: event.content_block.name || "unknown", + input: getToolInput(event.content_block.input) + }; + if (typeof event.index === "number") { + (_m = options == null ? void 0 : options.streamState) == null ? void 0 : _m.registerToolUse(parentToolUseId, event.index, toolUseFields); + } + yield emitToolUse(parentToolUseId, toolUseFields); + } else if ((event == null ? void 0 : event.type) === "content_block_start" && ((_n = event.content_block) == null ? void 0 : _n.type) === "thinking") { + if (parentToolUseId === null && event.content_block.thinking) { + yield { type: "thinking", content: event.content_block.thinking }; + } + } else if ((event == null ? void 0 : event.type) === "content_block_start" && ((_o = event.content_block) == null ? void 0 : _o.type) === "text") { + if (parentToolUseId === null && event.content_block.text) { + yield { type: "text", content: event.content_block.text }; + } + } else if ((event == null ? void 0 : event.type) === "content_block_delta") { + if (((_p = event.delta) == null ? void 0 : _p.type) === "input_json_delta" && typeof event.index === "number") { + const toolUseFields = (_q3 = options == null ? void 0 : options.streamState) == null ? void 0 : _q3.applyInputJsonDelta( + parentToolUseId, + event.index, + event.delta.partial_json + ); + if (toolUseFields) { + yield emitToolUse(parentToolUseId, toolUseFields); + } + } else if (parentToolUseId === null && ((_r = event.delta) == null ? void 0 : _r.type) === "thinking_delta" && event.delta.thinking) { + yield { type: "thinking", content: event.delta.thinking }; + } else if (parentToolUseId === null && ((_s = event.delta) == null ? void 0 : _s.type) === "text_delta" && event.delta.text) { + yield { type: "text", content: event.delta.text }; + } + } else if ((event == null ? void 0 : event.type) === "content_block_stop" && typeof event.index === "number") { + (_t = options == null ? void 0 : options.streamState) == null ? void 0 : _t.clearContentBlock(parentToolUseId, event.index); + } + break; + } + case "result": + (_u2 = options == null ? void 0 : options.streamState) == null ? void 0 : _u2.clearAll(); + if (options == null ? void 0 : options.usageState) { + const usageChunk = maybeEmitUsageFromPromptUsage(options.usageState.getPromptUsage(), options); + if (usageChunk) { + yield usageChunk; + } + options.usageState.clear(); + } + if (isResultError(message)) { + const content = message.errors.filter((e2) => e2.trim().length > 0).join("\n"); + yield { + type: "error", + content: content || `Result error: ${message.subtype}` + }; + } + if ("modelUsage" in message && message.modelUsage) { + const modelUsage = message.modelUsage; + const selectedEntry = selectContextWindowEntry(modelUsage, options == null ? void 0 : options.intendedModel); + if (selectedEntry) { + yield { type: "context_window", contextWindow: selectedEntry.contextWindow }; + } + } + break; + default: + break; + } +} + +// src/core/security/ApprovalManager.ts +function getActionPattern(toolName, input) { + switch (toolName) { + case TOOL_BASH: + return typeof input.command === "string" ? input.command.trim() : ""; + case TOOL_READ: + case TOOL_WRITE: + case TOOL_EDIT: + return typeof input.file_path === "string" && input.file_path ? input.file_path : null; + case TOOL_NOTEBOOK_EDIT: + if (typeof input.notebook_path === "string" && input.notebook_path) { + return input.notebook_path; + } + return typeof input.file_path === "string" && input.file_path ? input.file_path : null; + case TOOL_GLOB: + return typeof input.pattern === "string" && input.pattern ? input.pattern : null; + case TOOL_GREP: + return typeof input.pattern === "string" && input.pattern ? input.pattern : null; + default: + return JSON.stringify(input); + } +} +function getActionDescription(toolName, input) { + var _a5; + const pattern = (_a5 = getActionPattern(toolName, input)) != null ? _a5 : "(unknown)"; + switch (toolName) { + case TOOL_BASH: + return `Run command: ${pattern}`; + case TOOL_READ: + return `Read file: ${pattern}`; + case TOOL_WRITE: + return `Write to file: ${pattern}`; + case TOOL_EDIT: + return `Edit file: ${pattern}`; + case TOOL_GLOB: + return `Search files matching: ${pattern}`; + case TOOL_GREP: + return `Search content matching: ${pattern}`; + default: + return `${toolName}: ${pattern}`; + } +} + +// src/providers/claude/security/ClaudePermissionUpdates.ts +function buildPermissionUpdates(toolName, input, decision, suggestions) { + const destination = decision === "allow-always" ? "projectSettings" : "session"; + const processed = []; + let hasRuleUpdate = false; + if (suggestions) { + for (const suggestion of suggestions) { + if (suggestion.type === "addRules" || suggestion.type === "replaceRules") { + hasRuleUpdate = true; + processed.push({ ...suggestion, behavior: "allow", destination }); + } else { + processed.push(suggestion); + } + } + } + if (!hasRuleUpdate) { + const pattern = getActionPattern(toolName, input); + const ruleValue = { toolName }; + if (pattern && !pattern.startsWith("{")) { + ruleValue.ruleContent = pattern; + } + processed.unshift({ + type: "addRules", + behavior: "allow", + rules: [ruleValue], + destination + }); + } + return processed; +} + +// src/providers/claude/runtime/ClaudeApprovalHandler.ts +function createClaudeApprovalCallback(deps) { + return async (toolName, input, options) => { + const currentAllowedTools = deps.getAllowedTools(); + if (currentAllowedTools !== null) { + if (!currentAllowedTools.includes(toolName) && toolName !== TOOL_SKILL) { + const allowedList = currentAllowedTools.length > 0 ? ` Allowed tools: ${currentAllowedTools.join(", ")}.` : " No tools are allowed for this query type."; + return { + behavior: "deny", + message: `Tool "${toolName}" is not allowed for this query.${allowedList}` + }; + } + } + const exitPlanModeCallback = deps.getExitPlanModeCallback(); + if (toolName === TOOL_EXIT_PLAN_MODE && exitPlanModeCallback) { + try { + const decision = await exitPlanModeCallback(input, options.signal); + if (decision === null) { + return { behavior: "deny", message: "User cancelled.", interrupt: true }; + } + if (decision.type === "feedback") { + return { behavior: "deny", message: decision.text, interrupt: false }; + } + const permissionMode = deps.getPermissionMode(); + const sdkMode = deps.resolveSDKPermissionMode(permissionMode); + deps.syncPermissionMode(permissionMode, sdkMode); + return { + behavior: "allow", + updatedInput: input, + updatedPermissions: [ + { type: "setMode", mode: sdkMode, destination: "session" } + ] + }; + } catch (error48) { + return { + behavior: "deny", + message: `Failed to handle plan mode exit: ${error48 instanceof Error ? error48.message : "Unknown error"}`, + interrupt: true + }; + } + } + const askUserQuestionCallback = deps.getAskUserQuestionCallback(); + if (toolName === TOOL_ASK_USER_QUESTION && askUserQuestionCallback) { + try { + const questions = input.questions; + if (Array.isArray(questions)) { + for (const q of questions) { + if (q && typeof q === "object" && !("isOther" in q)) { + q.isOther = true; + } + } + } + const answers = await askUserQuestionCallback(input, options.signal); + if (answers === null) { + return { behavior: "deny", message: "User declined to answer.", interrupt: true }; + } + return { behavior: "allow", updatedInput: { ...input, answers } }; + } catch (error48) { + return { + behavior: "deny", + message: `Failed to get user answers: ${error48 instanceof Error ? error48.message : "Unknown error"}`, + interrupt: true + }; + } + } + const approvalCallback = deps.getApprovalCallback(); + if (!approvalCallback) { + return { behavior: "deny", message: "No approval handler available." }; + } + try { + const { decisionReason, blockedPath, agentID } = options; + const description = getActionDescription(toolName, input); + const decision = await approvalCallback( + toolName, + input, + description, + { decisionReason, blockedPath, agentID } + ); + if (decision === "cancel") { + return { behavior: "deny", message: "User interrupted.", interrupt: true }; + } + if (decision === "allow" || decision === "allow-always") { + const updatedPermissions = buildPermissionUpdates( + toolName, + input, + decision, + options.suggestions + ); + return { behavior: "allow", updatedInput: input, updatedPermissions }; + } + return { behavior: "deny", message: "User denied this action.", interrupt: false }; + } catch (error48) { + return { + behavior: "deny", + message: `Approval request failed: ${error48 instanceof Error ? error48.message : "Unknown error"}`, + interrupt: false + }; + } + }; +} + +// src/providers/claude/runtime/ClaudeDynamicUpdates.ts +async function applyClaudeDynamicUpdates(deps, queryOptions, restartOptions, allowRestart = true) { + var _a5, _b3, _c2; + const persistentQuery = deps.getPersistentQuery(); + if (!persistentQuery) { + return; + } + const vaultPath = deps.getVaultPath(); + if (!vaultPath) { + return; + } + const cliPath = deps.getCliPath(); + if (!cliPath) { + return; + } + const settings11 = deps.getScopedSettings(); + const selectedModel = (queryOptions == null ? void 0 : queryOptions.model) || settings11.model; + const permissionMode = deps.getPermissionMode(); + const currentConfig = deps.getCurrentConfig(); + if (currentConfig && selectedModel !== currentConfig.model) { + try { + await persistentQuery.setModel(selectedModel); + deps.mutateCurrentConfig((config2) => { + config2.model = selectedModel; + }); + } catch (e2) { + deps.notifyFailure("Failed to update model"); + } + } + const effortLevel = resolveEffortLevel(selectedModel, settings11.effortLevel); + const currentEffort = (_b3 = (_a5 = deps.getCurrentConfig()) == null ? void 0 : _a5.effortLevel) != null ? _b3 : null; + if (effortLevel !== currentEffort) { + try { + await persistentQuery.applyFlagSettings({ effortLevel }); + deps.mutateCurrentConfig((config2) => { + config2.effortLevel = effortLevel; + }); + } catch (e2) { + deps.notifyFailure("Failed to update effort level"); + } + } + const configBeforePermissionUpdate = deps.getCurrentConfig(); + if (configBeforePermissionUpdate) { + const sdkMode = deps.resolveSDKPermissionMode(permissionMode); + const currentSdkMode = (_c2 = configBeforePermissionUpdate.sdkPermissionMode) != null ? _c2 : null; + const requiresAutoModeRestart = sdkMode === "auto" && !configBeforePermissionUpdate.enableAutoMode; + if (requiresAutoModeRestart) { + } else if (sdkMode !== currentSdkMode) { + try { + await persistentQuery.setPermissionMode(sdkMode); + deps.mutateCurrentConfig((config2) => { + config2.permissionMode = permissionMode; + config2.sdkPermissionMode = sdkMode; + }); + } catch (e2) { + deps.notifyFailure("Failed to update permission mode"); + } + } else { + deps.mutateCurrentConfig((config2) => { + config2.permissionMode = permissionMode; + config2.sdkPermissionMode = sdkMode; + }); + } + } + const mcpMentions = (queryOptions == null ? void 0 : queryOptions.mcpMentions) || /* @__PURE__ */ new Set(); + const uiEnabledServers = (queryOptions == null ? void 0 : queryOptions.enabledMcpServers) || /* @__PURE__ */ new Set(); + const combinedMentions = /* @__PURE__ */ new Set([...mcpMentions, ...uiEnabledServers]); + const mcpServers = deps.mcpManager.getActiveServers(combinedMentions); + const mcpServersKey = JSON.stringify(mcpServers); + if (deps.getCurrentConfig() && mcpServersKey !== deps.getCurrentConfig().mcpServersKey) { + const serverConfigs = {}; + for (const [name, config2] of Object.entries(mcpServers)) { + serverConfigs[name] = config2; + } + try { + await persistentQuery.setMcpServers(serverConfigs); + deps.mutateCurrentConfig((config2) => { + config2.mcpServersKey = mcpServersKey; + }); + } catch (e2) { + deps.notifyFailure("Failed to update MCP servers"); + } + } + const newExternalContextPaths = (queryOptions == null ? void 0 : queryOptions.externalContextPaths) || []; + deps.setCurrentExternalContextPaths(newExternalContextPaths); + if (!allowRestart) { + return; + } + const newConfig = deps.buildPersistentQueryConfig(vaultPath, cliPath, newExternalContextPaths); + if (!deps.needsRestart(newConfig)) { + return; + } + const restarted = await deps.ensureReady({ + externalContextPaths: newExternalContextPaths, + preserveHandlers: restartOptions == null ? void 0 : restartOptions.preserveHandlers, + force: true + }); + if (restarted && deps.getPersistentQuery()) { + await applyClaudeDynamicUpdates(deps, queryOptions, restartOptions, false); + } +} + +// src/providers/claude/runtime/types.ts +var MESSAGE_CHANNEL_CONFIG = { + MAX_QUEUED_MESSAGES: 8, + // Memory protection from rapid user input + MAX_MERGED_CHARS: 12e3 + // ~3k tokens — batch size under context limits +}; +function createResponseHandler(options) { + let _sawStreamText = false; + let _sawStreamThinking = false; + let _sawAnyChunk = false; + return { + id: options.id, + onChunk: options.onChunk, + onDone: options.onDone, + onError: options.onError, + get sawStreamText() { + return _sawStreamText; + }, + get sawStreamThinking() { + return _sawStreamThinking; + }, + get sawAnyChunk() { + return _sawAnyChunk; + }, + markStreamTextSeen() { + _sawStreamText = true; + }, + markStreamThinkingSeen() { + _sawStreamThinking = true; + }, + resetStreamText() { + _sawStreamText = false; + }, + resetStreamThinking() { + _sawStreamThinking = false; + }, + markChunkSeen() { + _sawAnyChunk = true; + } + }; +} +var UNSUPPORTED_SDK_TOOLS = []; +var DISABLED_BUILTIN_SUBAGENTS = [ + "Task(statusline-setup)" +]; +function isTurnCompleteMessage(message) { + return message.type === "result"; +} + +// src/providers/claude/runtime/ClaudeMessageChannel.ts +var MessageChannel = class { + constructor(onWarning = () => { + }) { + this.queue = []; + this.turnActive = false; + this.closed = false; + this.resolveNext = null; + this.currentSessionId = null; + this.onWarning = onWarning; + } + setSessionId(sessionId) { + this.currentSessionId = sessionId; + } + isTurnActive() { + return this.turnActive; + } + isClosed() { + return this.closed; + } + /** + * Enqueue a message. If a turn is active: + * - Text-only: merge with queued text (up to MAX_MERGED_CHARS) + * - With attachments: replace any existing queued attachment (one at a time) + */ + enqueue(message) { + if (this.closed) { + throw new Error("MessageChannel is closed"); + } + const hasAttachments = this.messageHasAttachments(message); + if (!this.turnActive) { + if (this.resolveNext) { + this.turnActive = true; + const resolve8 = this.resolveNext; + this.resolveNext = null; + resolve8({ value: message, done: false }); + } else { + if (this.queue.length >= MESSAGE_CHANNEL_CONFIG.MAX_QUEUED_MESSAGES) { + this.onWarning(`[MessageChannel] Queue full (${MESSAGE_CHANNEL_CONFIG.MAX_QUEUED_MESSAGES}), dropping newest`); + return; + } + if (hasAttachments) { + this.queue.push({ type: "attachment", message }); + } else { + this.queue.push({ type: "text", content: this.extractTextContent(message) }); + } + } + return; + } + if (hasAttachments) { + const existingIdx = this.queue.findIndex((m4) => m4.type === "attachment"); + if (existingIdx >= 0) { + this.queue[existingIdx] = { type: "attachment", message }; + this.onWarning("[MessageChannel] Attachment message replaced (only one can be queued)"); + } else { + this.queue.push({ type: "attachment", message }); + } + return; + } + const textContent = this.extractTextContent(message); + const existingTextIdx = this.queue.findIndex((m4) => m4.type === "text"); + if (existingTextIdx >= 0) { + const existing = this.queue[existingTextIdx]; + const mergedContent = existing.content + "\n\n" + textContent; + if (mergedContent.length > MESSAGE_CHANNEL_CONFIG.MAX_MERGED_CHARS) { + this.onWarning(`[MessageChannel] Merged content exceeds ${MESSAGE_CHANNEL_CONFIG.MAX_MERGED_CHARS} chars, dropping newest`); + return; + } + existing.content = mergedContent; + } else { + if (this.queue.length >= MESSAGE_CHANNEL_CONFIG.MAX_QUEUED_MESSAGES) { + this.onWarning(`[MessageChannel] Queue full (${MESSAGE_CHANNEL_CONFIG.MAX_QUEUED_MESSAGES}), dropping newest`); + return; + } + this.queue.push({ type: "text", content: textContent }); + } + } + onTurnComplete() { + this.turnActive = false; + if (this.queue.length > 0 && this.resolveNext) { + const pending = this.queue.shift(); + this.turnActive = true; + const resolve8 = this.resolveNext; + this.resolveNext = null; + resolve8({ value: this.pendingToMessage(pending), done: false }); + } + } + close() { + this.closed = true; + this.queue = []; + if (this.resolveNext) { + const resolve8 = this.resolveNext; + this.resolveNext = null; + resolve8({ value: void 0, done: true }); + } + } + reset() { + this.queue = []; + this.turnActive = false; + this.closed = false; + this.resolveNext = null; + } + getQueueLength() { + return this.queue.length; + } + [Symbol.asyncIterator]() { + return { + next: () => { + if (this.closed) { + return Promise.resolve({ value: void 0, done: true }); + } + if (this.queue.length > 0 && !this.turnActive) { + const pending = this.queue.shift(); + this.turnActive = true; + return Promise.resolve({ value: this.pendingToMessage(pending), done: false }); + } + return new Promise((resolve8) => { + this.resolveNext = resolve8; + }); + } + }; + } + messageHasAttachments(message) { + var _a5; + if (!((_a5 = message.message) == null ? void 0 : _a5.content)) return false; + if (typeof message.message.content === "string") return false; + return message.message.content.some((block) => block.type === "image"); + } + extractTextContent(message) { + var _a5; + if (!((_a5 = message.message) == null ? void 0 : _a5.content)) return ""; + if (typeof message.message.content === "string") return message.message.content; + return message.message.content.filter((block) => block.type === "text").map((block) => block.text).join("\n\n"); + } + pendingToMessage(pending) { + if (pending.type === "attachment") { + return pending.message; + } + return { + type: "user", + message: { + role: "user", + content: pending.content + }, + parent_tool_use_id: null, + session_id: this.currentSessionId || "" + }; + } +}; + +// src/core/prompt/mainAgent.ts +function getPathRules(vaultPath) { + return `## Path Conventions + +| Location | Access | Path Format | Example | +|----------|--------|-------------|---------| +| **Vault** | Read/Write | Relative from vault root | \`notes/my-note.md\`, \`.\` | +| **External contexts** | Full access | Absolute path | \`/Users/me/Workspace/file.ts\` | + +**Vault files** (default working directory): +- \u2713 Correct: \`notes/my-note.md\`, \`my-note.md\`, \`folder/subfolder/file.md\`, \`.\` +- \u2717 WRONG: \`/notes/my-note.md\`, \`${vaultPath || "/absolute/path"}/file.md\` +- A leading slash or absolute path will FAIL for vault operations. + +**External context paths**: When external directories are selected, use absolute paths to access files there. These directories are explicitly granted for the current session.`; +} +function getBaseSystemPrompt(vaultPath, userName) { + const vaultInfo = vaultPath ? ` + +Vault absolute path: ${vaultPath}` : ""; + const trimmedUserName = userName == null ? void 0 : userName.trim(); + const userContext = trimmedUserName ? `## User Context + +You are collaborating with **${trimmedUserName}**. + +` : ""; + const pathRules = getPathRules(vaultPath); + return `${userContext}## Time Context + +- **Current Date**: Use \`bash: date\` to get the current date and time. Never guess or assume. +- **Knowledge Status**: You possess extensive internal knowledge up to your training cutoff. You do not know the exact date of your cutoff, but you must assume that your internal weights are static and "past," while the Current Date is "present." + +## Identity & Role + +You are **Claudian**, an expert AI assistant specialized in Obsidian vault management, knowledge organization, and code analysis. You operate directly inside the user's Obsidian vault. + +**Core Principles:** +1. **Obsidian Native**: You understand Markdown, YAML frontmatter, Wiki-links, and the "second brain" philosophy. +2. **Safety First**: You never overwrite data without understanding context. You always use relative paths. +3. **Proactive Thinking**: You do not just execute; you *plan* and *verify*. You anticipate potential issues (like broken links or missing files). +4. **Clarity**: Your changes are precise, minimizing "noise" in the user's notes or code. + +The current working directory is the user's vault root.${vaultInfo} + +${pathRules} + +## User Message Format + +User messages have the query first, followed by optional XML context tags: + +\`\`\` +User's question or request here + + +path/to/note.md + + + +selected text content + + + +selected content from an Obsidian browser view + +\`\`\` + +- The user's query/instruction always comes first in the message. +- \`\`: The note the user is currently viewing/focused on. Read this to understand context. +- \`\`: Text currently selected in the editor, with file path and line numbers. +- \`\`: Text selected in an Obsidian browser/web view (for example Surfing), including optional source/title/url metadata. +- \`@filename.md\`: Files mentioned with @ in the query. Read these files when referenced. + +## Obsidian Context + +- **Structure**: Files are Markdown (.md). Folders organize content. +- **Frontmatter**: YAML at the top of files (metadata). Respect existing fields. +- **Links**: Internal Wiki-links \`[[note-name]]\` or \`[[folder/note-name]]\`. External links \`[text](url)\`. + - When reading a note with wikilinks, consider reading linked notes; they often contain related context that helps understand the current note. +- **Tags**: #tag-name for categorization. +- **Dataview**: You may encounter Dataview queries (in \`\`\`dataview\`\`\` blocks). Do not break them unless asked. +- **Vault Config**: \`.obsidian/\` contains internal config. Touch only if you know what you are doing. + +**File References in Responses:** +When mentioning vault files in your responses, use wikilink format so users can click to open them: +- \u2713 Use: \`[[folder/note.md]]\` or \`[[note]]\` +- \u2717 Avoid: plain paths like \`folder/note.md\` (not clickable) + +**Image embeds:** Use \`![[image.png]]\` to display images directly in chat. Images render visually, making it easy to show diagrams, screenshots, or visual content you're discussing. + +Examples: +- "I found your notes in [[30.areas/finance/Investment lessons/2024.Current trading lessons.md]]" +- "See [[daily notes/2024-01-15]] for more details" +- "Here's the diagram: ![[attachments/architecture.png]]" + +## Selection Context + +User messages may include an \`\` tag showing text the user selected: + +\`\`\`xml + +selected text here +possibly multiple lines + +\`\`\` + +User messages may also include a \`\` tag when selection comes from an Obsidian browser view: + +\`\`\`xml + +selected webpage content + +\`\`\` + +**When present:** The user selected this text before sending their message. Use this context to understand what they're referring to.`; +} +function getImageInstructions(mediaFolder) { + const folder = mediaFolder.trim(); + const mediaPath = folder ? `./${folder}` : "."; + const examplePath = folder ? `${folder}/` : ""; + return ` + +## Embedded Images in Notes + +**Proactive image reading**: When reading a note with embedded images, read them alongside text for full context. Images often contain critical information (diagrams, screenshots, charts). + +**Local images** (\`![[image.jpg]]\`): +- Located in media folder: \`${mediaPath}\` +- Read with: \`Read file_path="${examplePath}image.jpg"\` +- Formats: PNG, JPG/JPEG, GIF, WebP + +**External images** (\`![alt](url)\`): +- WebFetch does NOT support images +- Download to media folder -> Read -> Replace URL with wiki-link: + +\`\`\`bash +# Download to media folder with descriptive name +mkdir -p ${mediaPath} +img_name="downloaded_\\$(date +%s).png" +curl -sfo "${examplePath}$img_name" 'URL' +\`\`\` + +Then read with \`Read file_path="${examplePath}$img_name"\`, and replace the markdown link \`![alt](url)\` with \`![[${examplePath}$img_name]]\` in the note. + +**Benefits**: Image becomes a permanent vault asset, works offline, and uses Obsidian's native embed syntax.`; +} +function getAppendixSections(appendices) { + if (!appendices || appendices.length === 0) { + return ""; + } + const sections = appendices.map((appendix) => appendix.trim()).filter(Boolean); + if (sections.length === 0) { + return ""; + } + return ` + +${sections.join("\n\n")}`; +} +function buildSystemPrompt(settings11 = {}, options = {}) { + var _a5; + let prompt = getBaseSystemPrompt(settings11.vaultPath, settings11.userName); + prompt += getImageInstructions(settings11.mediaFolder || ""); + prompt += getAppendixSections(options.appendices); + if ((_a5 = settings11.customPrompt) == null ? void 0 : _a5.trim()) { + prompt += ` + +## Custom Instructions + +${settings11.customPrompt.trim()}`; + } + return prompt; +} +function computeSystemPromptKey(settings11, options = {}) { + const appendixKey = (options.appendices || []).map((appendix) => appendix.trim()).filter(Boolean).join("||"); + const parts = [ + settings11.mediaFolder || "", + settings11.customPrompt || "", + settings11.vaultPath || "", + (settings11.userName || "").trim() + ]; + if (appendixKey) { + parts.push(appendixKey); + } + return parts.join("::"); +} + +// src/providers/claude/runtime/ClaudeQueryOptionsBuilder.ts +var QueryOptionsBuilder = class _QueryOptionsBuilder { + static needsRestart(currentConfig, newConfig) { + if (!currentConfig) return true; + if (currentConfig.systemPromptKey !== newConfig.systemPromptKey) return true; + if (currentConfig.disallowedToolsKey !== newConfig.disallowedToolsKey) return true; + if (currentConfig.pluginsKey !== newConfig.pluginsKey) return true; + if (currentConfig.settingSources !== newConfig.settingSources) return true; + if (currentConfig.claudeCliPath !== newConfig.claudeCliPath) return true; + if (currentConfig.enableChrome !== newConfig.enableChrome) return true; + if (currentConfig.enableAutoMode !== newConfig.enableAutoMode) return true; + if (_QueryOptionsBuilder.pathsChanged(currentConfig.externalContextPaths, newConfig.externalContextPaths)) { + return true; + } + return false; + } + static buildPersistentQueryConfig(ctx, externalContextPaths) { + const claudeSettings = getClaudeProviderSettings(ctx.settings); + const systemPromptSettings = { + mediaFolder: ctx.settings.mediaFolder, + customPrompt: ctx.settings.systemPrompt, + vaultPath: ctx.vaultPath, + userName: ctx.settings.userName + }; + const sdkPermissionMode = _QueryOptionsBuilder.resolveClaudeSdkPermissionMode( + ctx.settings.permissionMode, + claudeSettings.safeMode + ); + const disallowedToolsKey = ctx.mcpManager.getAllDisallowedMcpTools().join("|"); + const pluginsKey = ctx.pluginManager.getPluginsKey(); + const settingSources = resolveClaudeSettingSources(claudeSettings.loadUserSettings); + return { + model: ctx.settings.model, + effortLevel: resolveEffortLevel(ctx.settings.model, ctx.settings.effortLevel), + permissionMode: ctx.settings.permissionMode, + sdkPermissionMode, + systemPromptKey: computeSystemPromptKey(systemPromptSettings), + disallowedToolsKey, + mcpServersKey: "", + // Dynamic via setMcpServers, not tracked for restart + pluginsKey, + externalContextPaths: externalContextPaths || [], + settingSources: settingSources.join(","), + claudeCliPath: ctx.cliPath, + enableChrome: claudeSettings.enableChrome, + enableAutoMode: claudeSettings.safeMode === "auto" + }; + } + static buildPersistentQueryOptions(ctx) { + const { options, claudeSettings } = _QueryOptionsBuilder.buildBaseOptions( + ctx, + ctx.settings.model, + ctx.abortController + ); + options.disallowedTools = [ + ...ctx.mcpManager.getAllDisallowedMcpTools(), + ...UNSUPPORTED_SDK_TOOLS, + ...DISABLED_BUILTIN_SUBAGENTS + ]; + _QueryOptionsBuilder.applyPermissionMode( + options, + ctx.settings.permissionMode, + claudeSettings.safeMode, + ctx.canUseTool + ); + _QueryOptionsBuilder.applyThinking(options, ctx.settings, ctx.settings.model); + options.hooks = ctx.hooks; + options.enableFileCheckpointing = true; + if (ctx.resume) { + options.resume = ctx.resume.sessionId; + if (ctx.resume.sessionAt) { + options.resumeSessionAt = ctx.resume.sessionAt; + } + if (ctx.resume.fork) { + options.forkSession = true; + } + } + if (ctx.externalContextPaths && ctx.externalContextPaths.length > 0) { + options.additionalDirectories = ctx.externalContextPaths; + } + return options; + } + static buildColdStartQueryOptions(ctx) { + var _a5, _b3; + const selectedModel = (_a5 = ctx.modelOverride) != null ? _a5 : ctx.settings.model; + const { options, claudeSettings } = _QueryOptionsBuilder.buildBaseOptions( + ctx, + selectedModel, + ctx.abortController + ); + const mcpMentions = ctx.mcpMentions || /* @__PURE__ */ new Set(); + const uiEnabledServers = ctx.enabledMcpServers || /* @__PURE__ */ new Set(); + const combinedMentions = /* @__PURE__ */ new Set([...mcpMentions, ...uiEnabledServers]); + const mcpServers = ctx.mcpManager.getActiveServers(combinedMentions); + if (Object.keys(mcpServers).length > 0) { + options.mcpServers = mcpServers; + } + const disallowedMcpTools = ctx.mcpManager.getDisallowedMcpTools(combinedMentions); + options.disallowedTools = [ + ...disallowedMcpTools, + ...UNSUPPORTED_SDK_TOOLS, + ...DISABLED_BUILTIN_SUBAGENTS + ]; + _QueryOptionsBuilder.applyPermissionMode( + options, + ctx.settings.permissionMode, + claudeSettings.safeMode, + ctx.canUseTool + ); + options.hooks = ctx.hooks; + _QueryOptionsBuilder.applyThinking(options, ctx.settings, (_b3 = ctx.modelOverride) != null ? _b3 : ctx.settings.model); + if (ctx.allowedTools !== void 0 && ctx.allowedTools.length > 0) { + options.tools = ctx.allowedTools; + } + if (ctx.sessionId) { + options.resume = ctx.sessionId; + } + if (ctx.externalContextPaths && ctx.externalContextPaths.length > 0) { + options.additionalDirectories = ctx.externalContextPaths; + } + return options; + } + static resolveClaudeSdkPermissionMode(permissionMode, claudeSafeMode = "acceptEdits") { + if (permissionMode === "yolo") return "bypassPermissions"; + if (permissionMode === "plan") return "plan"; + return claudeSafeMode; + } + static applyPermissionMode(options, permissionMode, claudeSafeMode, canUseTool) { + options.allowDangerouslySkipPermissions = true; + if (canUseTool) { + options.canUseTool = canUseTool; + } + options.permissionMode = _QueryOptionsBuilder.resolveClaudeSdkPermissionMode( + permissionMode, + claudeSafeMode + ); + } + static applyExtraArgs(options, settings11) { + if (settings11.safeMode === "auto") { + options.extraArgs = { ...options.extraArgs, "enable-auto-mode": null }; + } + if (settings11.enableChrome) { + options.extraArgs = { ...options.extraArgs, chrome: null }; + } + } + static buildBaseOptions(ctx, model, abortController) { + const claudeSettings = getClaudeProviderSettings(ctx.settings); + const systemPromptSettings = { + mediaFolder: ctx.settings.mediaFolder, + customPrompt: ctx.settings.systemPrompt, + vaultPath: ctx.vaultPath, + userName: ctx.settings.userName + }; + const options = { + cwd: ctx.vaultPath, + systemPrompt: buildSystemPrompt(systemPromptSettings), + model, + abortController, + pathToClaudeCodeExecutable: ctx.cliPath, + settingSources: resolveClaudeSettingSources(claudeSettings.loadUserSettings), + env: { + ...process.env, + ...ctx.customEnv, + PATH: ctx.enhancedPath + }, + includePartialMessages: true + }; + _QueryOptionsBuilder.applyExtraArgs(options, claudeSettings); + options.spawnClaudeCodeProcess = createCustomSpawnFunction(ctx.enhancedPath); + return { options, claudeSettings }; + } + static applyThinking(options, settings11, model) { + const effortLevel = resolveEffortLevel(model, settings11.effortLevel); + options.thinking = { type: "adaptive" }; + options.effort = effortLevel; + } + static pathsChanged(a, b2) { + const aKey = [...a || []].sort().join("|"); + const bKey = [...b2 || []].sort().join("|"); + return aKey !== bKey; + } +}; + +// src/providers/claude/runtime/ClaudeRewindService.ts +var fs11 = __toESM(require("fs/promises")); +var os8 = __toESM(require("os")); +var path9 = __toESM(require("path")); +function resolveRewindFilePath(filePath, vaultPath) { + if (path9.isAbsolute(filePath)) { + return filePath; + } + if (vaultPath) { + return path9.join(vaultPath, filePath); + } + return filePath; +} +async function copyDir(from, to) { + await fs11.mkdir(to, { recursive: true }); + const dirents = await fs11.readdir(from, { withFileTypes: true }); + for (const dirent of dirents) { + const srcPath = path9.join(from, dirent.name); + const destPath = path9.join(to, dirent.name); + if (dirent.isDirectory()) { + await copyDir(srcPath, destPath); + continue; + } + if (dirent.isSymbolicLink()) { + const target = await fs11.readlink(srcPath); + await fs11.symlink(target, destPath); + continue; + } + if (dirent.isFile()) { + await fs11.copyFile(srcPath, destPath); + } + } +} +async function createClaudeRewindBackup(filesChanged, vaultPath) { + if (!filesChanged || filesChanged.length === 0) { + return null; + } + const backupRoot = await fs11.mkdtemp(path9.join(os8.tmpdir(), "claudian-rewind-")); + const entries = []; + const backupPathForIndex = (index) => path9.join(backupRoot, String(index)); + for (let i = 0; i < filesChanged.length; i++) { + const originalPath = resolveRewindFilePath(filesChanged[i], vaultPath); + try { + const stats = await fs11.lstat(originalPath); + if (stats.isSymbolicLink()) { + const target = await fs11.readlink(originalPath); + entries.push({ originalPath, existedBefore: true, kind: "symlink", symlinkTarget: target }); + continue; + } + const backupPath = backupPathForIndex(i); + if (stats.isDirectory()) { + await copyDir(originalPath, backupPath); + entries.push({ originalPath, existedBefore: true, kind: "dir", backupPath }); + continue; + } + if (stats.isFile()) { + await fs11.copyFile(originalPath, backupPath); + entries.push({ originalPath, existedBefore: true, kind: "file", backupPath }); + continue; + } + entries.push({ originalPath, existedBefore: false }); + } catch (error48) { + const err = error48; + if (err.code === "ENOENT") { + entries.push({ originalPath, existedBefore: false }); + continue; + } + await fs11.rm(backupRoot, { recursive: true, force: true }); + throw error48; + } + } + const restore = async () => { + const errors = []; + for (const entry of entries) { + try { + if (!entry.existedBefore) { + await fs11.rm(entry.originalPath, { recursive: true, force: true }); + continue; + } + await fs11.rm(entry.originalPath, { recursive: true, force: true }); + await fs11.mkdir(path9.dirname(entry.originalPath), { recursive: true }); + if (entry.kind === "symlink") { + await fs11.symlink(entry.symlinkTarget, entry.originalPath); + continue; + } + if (entry.kind === "dir") { + await copyDir(entry.backupPath, entry.originalPath); + continue; + } + await fs11.copyFile(entry.backupPath, entry.originalPath); + } catch (error48) { + errors.push(error48); + } + } + if (errors.length > 0) { + throw new Error(`Failed to restore ${errors.length} file(s) after rewind failure.`); + } + }; + const cleanup = async () => { + await fs11.rm(backupRoot, { recursive: true, force: true }); + }; + return { restore, cleanup }; +} +async function executeClaudeRewind(userMessageId, deps) { + if (deps.mode === "conversation") { + deps.setPendingResumeAt(deps.assistantMessageId); + deps.closePersistentQuery("conversation rewind"); + return { canRewind: true, filesChanged: [] }; + } + const preview = await deps.rewindFiles(userMessageId, true); + if (!preview.canRewind) { + return preview; + } + const backup = await createClaudeRewindBackup(preview.filesChanged, deps.vaultPath); + try { + const result = await deps.rewindFiles(userMessageId); + if (!result.canRewind) { + await (backup == null ? void 0 : backup.restore()); + deps.closePersistentQuery("rewind failed"); + return result; + } + deps.setPendingResumeAt(deps.assistantMessageId); + deps.closePersistentQuery("rewind"); + return { + ...result, + filesChanged: preview.filesChanged, + insertions: preview.insertions, + deletions: preview.deletions + }; + } catch (error48) { + try { + await (backup == null ? void 0 : backup.restore()); + } catch (rollbackError) { + deps.closePersistentQuery("rewind failed"); + throw new Error( + `Rewind failed and files could not be fully restored: ${rollbackError instanceof Error ? rollbackError.message : "Unknown error"}`, + { cause: rollbackError } + ); + } + deps.closePersistentQuery("rewind failed"); + throw new Error( + `Rewind failed but files were restored: ${error48 instanceof Error ? error48.message : "Unknown error"}`, + { cause: error48 } + ); + } finally { + await (backup == null ? void 0 : backup.cleanup()); + } +} + +// src/providers/claude/runtime/ClaudeSessionManager.ts +var SessionManager = class { + constructor() { + this.state = { + sessionId: null, + sessionModel: null, + pendingSessionModel: null, + wasInterrupted: false, + needsHistoryRebuild: false, + sessionInvalidated: false + }; + } + getSessionId() { + return this.state.sessionId; + } + setSessionId(id, defaultModel) { + this.state.sessionId = id; + this.state.sessionModel = id ? defaultModel != null ? defaultModel : null : null; + this.state.needsHistoryRebuild = false; + this.state.sessionInvalidated = false; + } + wasInterrupted() { + return this.state.wasInterrupted; + } + markInterrupted() { + this.state.wasInterrupted = true; + } + clearInterrupted() { + this.state.wasInterrupted = false; + } + setPendingModel(model) { + this.state.pendingSessionModel = model; + } + clearPendingModel() { + this.state.pendingSessionModel = null; + } + captureSession(sessionId) { + const hadSession = this.state.sessionId !== null; + const isDifferent = this.state.sessionId !== sessionId; + if (hadSession && isDifferent) { + this.state.needsHistoryRebuild = true; + } + this.state.sessionId = sessionId; + this.state.sessionModel = this.state.pendingSessionModel; + this.state.pendingSessionModel = null; + this.state.sessionInvalidated = false; + } + needsHistoryRebuild() { + return this.state.needsHistoryRebuild; + } + clearHistoryRebuild() { + this.state.needsHistoryRebuild = false; + } + invalidateSession() { + this.state.sessionId = null; + this.state.sessionModel = null; + this.state.sessionInvalidated = true; + } + /** Consume the invalidation flag (returns true once). */ + consumeInvalidation() { + const wasInvalidated = this.state.sessionInvalidated; + this.state.sessionInvalidated = false; + return wasInvalidated; + } + reset() { + this.state = { + sessionId: null, + sessionModel: null, + pendingSessionModel: null, + wasInterrupted: false, + needsHistoryRebuild: false, + sessionInvalidated: false + }; + } +}; + +// src/providers/claude/runtime/ClaudeUserMessageFactory.ts +var import_crypto7 = require("crypto"); +function buildUserContentBlocks(prompt, images) { + const content = []; + for (const image of images != null ? images : []) { + content.push({ + type: "image", + source: { + type: "base64", + media_type: image.mediaType, + data: image.data + } + }); + } + if (prompt.trim()) { + content.push({ + type: "text", + text: prompt + }); + } + return content; +} +function buildClaudeSDKUserMessage(prompt, sessionId, images) { + if (!images || images.length === 0) { + return { + type: "user", + message: { + role: "user", + content: prompt + }, + parent_tool_use_id: null, + session_id: sessionId, + uuid: (0, import_crypto7.randomUUID)() + }; + } + return { + type: "user", + message: { + role: "user", + content: buildUserContentBlocks(prompt, images) + }, + parent_tool_use_id: null, + session_id: sessionId, + uuid: (0, import_crypto7.randomUUID)() + }; +} +function buildClaudePromptWithImages(prompt, images) { + if (!images || images.length === 0) { + return prompt; + } + const content = buildUserContentBlocks(prompt, images); + async function* messageGenerator() { + yield { + type: "user", + message: { + role: "user", + content + }, + parent_tool_use_id: null + }; + } + return messageGenerator(); +} + +// src/providers/claude/runtime/ClaudeChatRuntime.ts +function isChatMessageArray(value) { + return Array.isArray(value) && value.length > 0 && !!value[0] && typeof value[0] === "object" && "role" in value[0] && "content" in value[0]; +} +function isImageAttachmentArray(value) { + return Array.isArray(value) && value.length > 0 && !!value[0] && typeof value[0] === "object" && "mediaType" in value[0] && "data" in value[0]; +} +var ClaudianService = class { + constructor(plugin, services) { + this.providerId = CLAUDE_PROVIDER_CAPABILITIES.providerId; + this.abortController = null; + this.approvalCallback = null; + this.approvalDismisser = null; + this.askUserQuestionCallback = null; + this.exitPlanModeCallback = null; + this.permissionModeSyncCallback = null; + this.vaultPath = null; + this.currentExternalContextPaths = []; + this.readyStateListeners = /* @__PURE__ */ new Set(); + // Modular components + this.sessionManager = new SessionManager(); + this.persistentQuery = null; + this.messageChannel = null; + this.queryAbortController = null; + this.responseHandlers = []; + this.responseConsumerRunning = false; + this.responseConsumerPromise = null; + this.shuttingDown = false; + // Tracked configuration for detecting changes that require restart + this.currentConfig = null; + // Current allowed tools for canUseTool enforcement (null = no restriction) + this.currentAllowedTools = null; + this.pendingForkSession = false; + // Last sent message for crash recovery (Phase 1.3) + this.lastSentMessage = null; + this.lastSentQueryOptions = null; + this.crashRecoveryAttempted = false; + this.coldStartInProgress = false; + // Prevent consumer error restarts during cold-start + // SDK command cache — populated on system/init, cleared on persistent query close + this.cachedSdkCommands = []; + // Subagent hook state provider (set from feature layer to avoid core→feature dependency) + this._subagentStateProvider = null; + // Auto-triggered turn handling (e.g., task-notification delivery by the SDK) + this._autoTurnBuffer = []; + this._autoTurnSawStreamText = false; + this._autoTurnSawStreamThinking = false; + this._autoTurnCallback = null; + this.turnMetadata = {}; + this.bufferedUsageChunk = null; + this.streamTransformState = createTransformStreamState(); + this.usageTransformState = createTransformUsageState(); + var _a5, _b3, _c2, _d, _e2, _f2; + this.plugin = plugin; + const legacyPlugin = this.getLegacyPluginDeps(); + if ("mcpManager" in services) { + this.mcpManager = services.mcpManager; + this.pluginManager = (_b3 = (_a5 = services.pluginManager) != null ? _a5 : legacyPlugin.pluginManager) != null ? _b3 : null; + this.agentManager = (_d = (_c2 = services.agentManager) != null ? _c2 : legacyPlugin.agentManager) != null ? _d : null; + return; + } + this.mcpManager = services; + this.pluginManager = (_e2 = legacyPlugin.pluginManager) != null ? _e2 : null; + this.agentManager = (_f2 = legacyPlugin.agentManager) != null ? _f2 : null; + } + getLegacyPluginDeps() { + return this.plugin; + } + getCapabilities() { + return CLAUDE_PROVIDER_CAPABILITIES; + } + prepareTurn(request) { + return encodeClaudeTurn(request, this.mcpManager); + } + consumeTurnMetadata() { + const metadata = { ...this.turnMetadata }; + this.turnMetadata = {}; + this.bufferedUsageChunk = null; + return metadata; + } + onReadyStateChange(listener) { + this.readyStateListeners.add(listener); + try { + listener(this.isReady()); + } catch (e2) { + } + return () => { + this.readyStateListeners.delete(listener); + }; + } + notifyReadyStateChange() { + if (this.readyStateListeners.size === 0) { + return; + } + const isReady = this.isReady(); + for (const listener of this.readyStateListeners) { + try { + listener(isReady); + } catch (e2) { + } + } + } + resetTurnMetadata() { + this.turnMetadata = {}; + this.bufferedUsageChunk = null; + this.usageTransformState.clear(); + } + recordTurnMetadata(update) { + this.turnMetadata = { + ...this.turnMetadata, + ...update + }; + } + bufferUsageChunk(chunk) { + this.bufferedUsageChunk = chunk; + return chunk; + } + updateBufferedUsageContextWindow(contextWindow) { + if (!this.bufferedUsageChunk || contextWindow <= 0) { + return null; + } + const usage = this.bufferedUsageChunk.usage; + const percentage = Math.min( + 100, + Math.max(0, Math.round(usage.contextTokens / contextWindow * 100)) + ); + const nextChunk = { + ...this.bufferedUsageChunk, + usage: { + ...usage, + contextWindow, + contextWindowIsAuthoritative: true, + percentage + } + }; + this.bufferedUsageChunk = nextChunk; + return nextChunk; + } + setPendingResumeAt(uuid3) { + this.pendingResumeAt = uuid3; + } + setResumeCheckpoint(checkpointId) { + this.setPendingResumeAt(checkpointId); + } + /** One-shot: consumed on the next query, then cleared by routeMessage on session init. */ + applyForkState(conv) { + var _a5, _b3, _c2; + const state = getClaudeState(conv.providerState); + const isPending = !conv.sessionId && !state.providerSessionId && !!state.forkSource; + this.pendingForkSession = isPending; + if (isPending) { + this.pendingResumeAt = state.forkSource.resumeAt; + } else { + this.pendingResumeAt = void 0; + } + return (_c2 = (_b3 = conv.sessionId) != null ? _b3 : (_a5 = state.forkSource) == null ? void 0 : _a5.sessionId) != null ? _c2 : null; + } + syncConversationState(conversation, externalContextPaths) { + if (!conversation) { + this.pendingForkSession = false; + this.pendingResumeAt = void 0; + this.setSessionId(null, externalContextPaths); + return; + } + const resolvedSessionId = this.applyForkState(conversation); + this.setSessionId(resolvedSessionId, externalContextPaths); + } + buildSessionUpdates({ conversation, sessionInvalidated }) { + var _a5, _b3; + const sessionId = this.getSessionId(); + const existingState = getClaudeState(conversation == null ? void 0 : conversation.providerState); + const oldSdkSessionId = existingState.providerSessionId; + const sessionChanged = sessionId && oldSdkSessionId && sessionId !== oldSdkSessionId; + const previousProviderSessionIds = sessionChanged ? [.../* @__PURE__ */ new Set([...existingState.previousProviderSessionIds || [], oldSdkSessionId])] : existingState.previousProviderSessionIds; + const isForkSourceOnly = !!existingState.forkSource && !existingState.providerSessionId && sessionId === existingState.forkSource.sessionId; + let resolvedSessionId; + if (sessionInvalidated) { + resolvedSessionId = null; + } else if (isForkSourceOnly) { + resolvedSessionId = (_a5 = conversation == null ? void 0 : conversation.sessionId) != null ? _a5 : null; + } else { + resolvedSessionId = (_b3 = sessionId != null ? sessionId : conversation == null ? void 0 : conversation.sessionId) != null ? _b3 : null; + } + const newProviderState = { + ...existingState, + providerSessionId: sessionId && !isForkSourceOnly ? sessionId : existingState.providerSessionId, + previousProviderSessionIds + }; + if (existingState.forkSource && sessionId && sessionId !== existingState.forkSource.sessionId) { + delete newProviderState.forkSource; + } + return { + updates: { + sessionId: resolvedSessionId, + providerState: newProviderState + } + }; + } + resolveSessionIdForFork(conversation) { + var _a5, _b3, _c2, _d; + const sessionId = this.getSessionId(); + if (sessionId) return sessionId; + if (!conversation) return null; + const state = getClaudeState(conversation.providerState); + return (_d = (_c2 = (_a5 = state.providerSessionId) != null ? _a5 : conversation.sessionId) != null ? _c2 : (_b3 = state.forkSource) == null ? void 0 : _b3.sessionId) != null ? _d : null; + } + async loadSubagentToolCalls(agentId) { + const sessionId = this.getSessionId(); + const vaultPath = getVaultPath(this.plugin.app); + if (!sessionId || !vaultPath) return []; + return loadSubagentToolCalls(vaultPath, sessionId, agentId); + } + async loadSubagentFinalResult(agentId) { + const sessionId = this.getSessionId(); + const vaultPath = getVaultPath(this.plugin.app); + if (!sessionId || !vaultPath) return null; + return loadSubagentFinalResult(vaultPath, sessionId, agentId); + } + async reloadMcpServers() { + await this.mcpManager.loadServers(); + } + /** + * Ensures the persistent query is running with current configuration. + * Unified API that replaces preWarm() and restartPersistentQuery(). + * + * Behavior: + * - If not running → start (if paths available) + * - If running and force=true → close and restart + * - If running and config changed → close and restart + * - If running and config unchanged → no-op + * + * Note: When restart is needed, the query is closed BEFORE checking if we can + * start a new one. This ensures fallback to cold-start if CLI becomes unavailable. + * + * @returns true if the query was (re)started, false otherwise + */ + async ensureReady(options) { + var _a5, _b3, _c2; + const vaultPath = getVaultPath(this.plugin.app); + if (options && options.externalContextPaths !== void 0) { + this.currentExternalContextPaths = options.externalContextPaths; + } + const effectiveSessionId = (_b3 = (_a5 = options == null ? void 0 : options.sessionId) != null ? _a5 : this.sessionManager.getSessionId()) != null ? _b3 : void 0; + const externalContextPaths = (_c2 = options == null ? void 0 : options.externalContextPaths) != null ? _c2 : this.currentExternalContextPaths; + if (!this.persistentQuery) { + if (!vaultPath) return false; + const cliPath2 = this.plugin.getResolvedProviderCliPath("claude"); + if (!cliPath2) return false; + await this.startPersistentQuery(vaultPath, cliPath2, effectiveSessionId, externalContextPaths); + return true; + } + if (options == null ? void 0 : options.force) { + this.closePersistentQuery("forced restart", { preserveHandlers: options.preserveHandlers }); + if (!vaultPath) return false; + const cliPath2 = this.plugin.getResolvedProviderCliPath("claude"); + if (!cliPath2) return false; + await this.startPersistentQuery(vaultPath, cliPath2, effectiveSessionId, externalContextPaths); + return true; + } + if (!vaultPath) return false; + const cliPath = this.plugin.getResolvedProviderCliPath("claude"); + if (!cliPath) return false; + const newConfig = this.buildPersistentQueryConfig(vaultPath, cliPath, externalContextPaths); + if (this.needsRestart(newConfig)) { + this.closePersistentQuery("config changed", { preserveHandlers: options == null ? void 0 : options.preserveHandlers }); + const cliPathAfterClose = this.plugin.getResolvedProviderCliPath("claude"); + if (cliPathAfterClose) { + await this.startPersistentQuery(vaultPath, cliPathAfterClose, effectiveSessionId, externalContextPaths); + return true; + } + return false; + } + return false; + } + /** + * Starts the persistent query for the active chat conversation. + */ + async startPersistentQuery(vaultPath, cliPath, resumeSessionId, externalContextPaths) { + if (this.persistentQuery) { + return; + } + this.shuttingDown = false; + this.vaultPath = vaultPath; + this.messageChannel = new MessageChannel(); + if (resumeSessionId) { + this.messageChannel.setSessionId(resumeSessionId); + this.sessionManager.setSessionId(resumeSessionId, this.getScopedSettings().model); + } + this.queryAbortController = new AbortController(); + const config2 = this.buildPersistentQueryConfig(vaultPath, cliPath, externalContextPaths); + this.currentConfig = config2; + const resumeAtMessageId = this.pendingResumeAt; + const options = this.buildPersistentQueryOptions( + vaultPath, + cliPath, + resumeSessionId, + resumeAtMessageId, + externalContextPaths + ); + this.persistentQuery = jA$({ + prompt: this.messageChannel, + options + }); + if (this.pendingResumeAt === resumeAtMessageId) { + this.pendingResumeAt = void 0; + } + this.attachPersistentQueryStdinErrorHandler(this.persistentQuery); + this.startResponseConsumer(); + this.notifyReadyStateChange(); + } + attachPersistentQueryStdinErrorHandler(query) { + var _a5; + const stdin = (_a5 = query.transport) == null ? void 0 : _a5.processStdin; + if (!stdin || typeof stdin.on !== "function" || typeof stdin.once !== "function") { + return; + } + const handler = (error48) => { + if (this.shuttingDown || this.isPipeError(error48)) { + return; + } + this.closePersistentQuery("stdin error"); + }; + stdin.on("error", handler); + stdin.once("close", () => { + stdin.removeListener("error", handler); + }); + } + isPipeError(error48) { + if (!error48 || typeof error48 !== "object") return false; + const e2 = error48; + return e2.code === "EPIPE" || typeof e2.message === "string" && e2.message.includes("EPIPE"); + } + /** + * Closes the persistent query and cleans up resources. + */ + closePersistentQuery(_reason, options) { + var _a5, _b3, _c2; + if (!this.persistentQuery) { + return; + } + const preserveHandlers = (_a5 = options == null ? void 0 : options.preserveHandlers) != null ? _a5 : false; + this.shuttingDown = true; + (_b3 = this.messageChannel) == null ? void 0 : _b3.close(); + void this.persistentQuery.interrupt().catch(() => { + }); + (_c2 = this.queryAbortController) == null ? void 0 : _c2.abort(); + if (!preserveHandlers) { + for (const handler of this.responseHandlers) { + handler.onDone(); + } + } + this.shuttingDown = false; + this.notifyReadyStateChange(); + this.persistentQuery = null; + this.messageChannel = null; + this.queryAbortController = null; + this.responseConsumerRunning = false; + this.responseConsumerPromise = null; + this.currentConfig = null; + this.cachedSdkCommands = []; + this.streamTransformState.clearAll(); + this.usageTransformState.clear(); + this._autoTurnBuffer = []; + this._autoTurnSawStreamText = false; + this._autoTurnSawStreamThinking = false; + if (!preserveHandlers) { + this.responseHandlers = []; + this.currentAllowedTools = null; + } + } + /** + * Checks if the persistent query needs to be restarted based on configuration changes. + */ + needsRestart(newConfig) { + return QueryOptionsBuilder.needsRestart(this.currentConfig, newConfig); + } + /** + * Builds configuration object for tracking changes. + */ + buildPersistentQueryConfig(vaultPath, cliPath, externalContextPaths) { + return QueryOptionsBuilder.buildPersistentQueryConfig( + this.buildQueryOptionsContext(vaultPath, cliPath), + externalContextPaths + ); + } + /** + * Builds the base query options context from current state. + */ + getScopedSettings() { + return ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + this.providerId + ); + } + buildQueryOptionsContext(vaultPath, cliPath) { + const customEnv = parseEnvironmentVariables(this.plugin.getActiveEnvironmentVariables(this.providerId)); + const enhancedPath = getEnhancedPath(customEnv.PATH, cliPath); + return { + vaultPath, + cliPath, + settings: this.getScopedSettings(), + customEnv, + enhancedPath, + mcpManager: this.mcpManager, + pluginManager: this.requirePluginManager() + }; + } + requirePluginManager() { + var _a5, _b3; + const pluginManager = (_b3 = (_a5 = this.pluginManager) != null ? _a5 : this.getLegacyPluginDeps().pluginManager) != null ? _b3 : null; + if (!pluginManager) { + throw new Error("Claude plugin manager is unavailable."); + } + return pluginManager; + } + getAgentManager() { + var _a5, _b3; + return (_b3 = (_a5 = this.agentManager) != null ? _a5 : this.getLegacyPluginDeps().agentManager) != null ? _b3 : null; + } + /** + * Builds SDK options for the persistent query. + */ + buildPersistentQueryOptions(vaultPath, cliPath, resumeSessionId, resumeAtMessageId, externalContextPaths) { + var _a5; + const baseContext = this.buildQueryOptionsContext(vaultPath, cliPath); + const hooks = this.buildHooks(); + const ctx = { + ...baseContext, + abortController: (_a5 = this.queryAbortController) != null ? _a5 : void 0, + resume: resumeSessionId ? { sessionId: resumeSessionId, sessionAt: resumeAtMessageId, fork: this.pendingForkSession || void 0 } : void 0, + canUseTool: this.createApprovalCallback(), + hooks, + externalContextPaths + }; + return QueryOptionsBuilder.buildPersistentQueryOptions(ctx); + } + /** + * Builds the hooks for SDK options. + * Hooks need access to `this` for dynamic settings, so they're built here. + */ + buildHooks() { + const hooks = {}; + hooks.Stop = [createStopSubagentHook( + () => { + var _a5, _b3; + return (_b3 = (_a5 = this._subagentStateProvider) == null ? void 0 : _a5.call(this)) != null ? _b3 : { hasRunning: false }; + } + )]; + return hooks; + } + /** + * Starts the background consumer loop that routes chunks to handlers. + */ + startResponseConsumer() { + if (this.responseConsumerRunning) { + return; + } + this.responseConsumerRunning = true; + const queryForThisConsumer = this.persistentQuery; + this.responseConsumerPromise = (async () => { + var _a5; + if (!this.persistentQuery) return; + try { + for await (const message of this.persistentQuery) { + if (this.shuttingDown) break; + await this.routeMessage(message); + } + } catch (error48) { + if (this.persistentQuery !== queryForThisConsumer && this.persistentQuery !== null) { + return; + } + if (!this.shuttingDown && !this.coldStartInProgress) { + const handler = this.responseHandlers[this.responseHandlers.length - 1]; + const errorInstance = error48 instanceof Error ? error48 : new Error(String(error48)); + const messageToReplay = this.lastSentMessage; + if (!this.crashRecoveryAttempted && messageToReplay && handler && !handler.sawAnyChunk) { + this.crashRecoveryAttempted = true; + try { + await this.ensureReady({ force: true, preserveHandlers: true }); + if (!this.messageChannel) { + throw new Error("Persistent query restart did not create message channel", { + cause: error48 + }); + } + await this.applyDynamicUpdates((_a5 = this.lastSentQueryOptions) != null ? _a5 : void 0, { preserveHandlers: true }); + this.messageChannel.enqueue(messageToReplay); + return; + } catch (restartError) { + if (isSessionExpiredError(restartError)) { + this.sessionManager.invalidateSession(); + } + handler.onError(errorInstance); + return; + } + } + if (handler) { + handler.onError(errorInstance); + } + if (!this.crashRecoveryAttempted) { + this.crashRecoveryAttempted = true; + try { + await this.ensureReady({ force: true }); + } catch (restartError) { + if (isSessionExpiredError(restartError)) { + this.sessionManager.invalidateSession(); + } + } + } + } + } finally { + if (this.persistentQuery === queryForThisConsumer || this.persistentQuery === null) { + this.responseConsumerRunning = false; + } + } + })(); + } + /** @param modelOverride - Optional model override for cold-start queries */ + getTransformOptions(modelOverride, streamState = this.streamTransformState, usageState = this.usageTransformState) { + const settings11 = this.getScopedSettings(); + return { + intendedModel: modelOverride != null ? modelOverride : settings11.model, + customContextLimits: settings11.customContextLimits, + streamState, + usageState + }; + } + /** + * Routes an SDK message to the active response handler. + * + * Design: Only one handler exists at a time because MessageChannel enforces + * single-turn processing. When a turn is active, new messages are queued/merged. + * The next message only dequeues after onTurnComplete(), which calls onDone() + * on the current handler. A new handler is registered only when the next query starts. + */ + async routeMessage(message) { + var _a5, _b3, _c2; + const handler = this.responseHandlers[this.responseHandlers.length - 1]; + const autoTurnBufferStartLength = this._autoTurnBuffer.length; + for (const event of transformSDKMessage(message, this.getTransformOptions())) { + this.noteVisibleStreamContent(message, event, { + onText: () => { + if (handler) { + handler.markStreamTextSeen(); + } else { + this._autoTurnSawStreamText = true; + } + }, + onThinking: () => { + if (handler) { + handler.markStreamThinkingSeen(); + } else { + this._autoTurnSawStreamThinking = true; + } + } + }); + if (isSessionInitEvent(event)) { + const wasFork = this.pendingForkSession; + this.sessionManager.captureSession(event.sessionId); + if (wasFork) { + this.sessionManager.clearHistoryRebuild(); + this.pendingForkSession = false; + } + (_a5 = this.messageChannel) == null ? void 0 : _a5.setSessionId(event.sessionId); + if (event.agents) { + try { + (_b3 = this.getAgentManager()) == null ? void 0 : _b3.setBuiltinAgentNames(event.agents); + } catch (e2) { + } + } + if (event.permissionMode && this.permissionModeSyncCallback) { + try { + this.permissionModeSyncCallback(event.permissionMode); + } catch (e2) { + } + } + void this.fetchAndCacheCommands(this.persistentQuery); + } else if (isContextWindowEvent(event)) { + const usageChunk = this.updateBufferedUsageContextWindow(event.contextWindow); + if (!usageChunk) { + continue; + } + if (handler) { + handler.onChunk(usageChunk); + } else { + this._autoTurnBuffer.push(usageChunk); + } + } else if (isStreamChunk(event)) { + if (message.type === "assistant" && event.type === "text") { + if ((handler == null ? void 0 : handler.sawStreamText) || !handler && this._autoTurnSawStreamText) { + continue; + } + } + if (message.type === "assistant" && event.type === "thinking") { + if ((handler == null ? void 0 : handler.sawStreamThinking) || !handler && this._autoTurnSawStreamThinking) { + continue; + } + } + if (event.type === "tool_use" && event.name === TOOL_ENTER_PLAN_MODE) { + if (this.currentConfig) { + this.currentConfig.permissionMode = "plan"; + this.currentConfig.sdkPermissionMode = "plan"; + } + if (this.permissionModeSyncCallback) { + try { + this.permissionModeSyncCallback("plan"); + } catch (e2) { + } + } + } + const normalizedChunk = event.type === "usage" ? this.bufferUsageChunk({ ...event, sessionId: this.sessionManager.getSessionId() }) : event; + if (handler) { + handler.onChunk(normalizedChunk); + } else { + this._autoTurnBuffer.push(normalizedChunk); + } + } + } + if (!handler && message.type === "system" && message.subtype === "task_notification" && this._autoTurnBuffer.length > autoTurnBufferStartLength) { + await this.flushAutoTurnBuffer(); + } + if (message.type === "assistant" && message.uuid) { + this.recordTurnMetadata({ assistantMessageId: message.uuid }); + } + if (isTurnCompleteMessage(message)) { + (_c2 = this.messageChannel) == null ? void 0 : _c2.onTurnComplete(); + if (handler) { + handler.resetStreamText(); + handler.resetStreamThinking(); + handler.onDone(); + } else { + await this.flushAutoTurnBuffer(); + } + } + } + async flushAutoTurnBuffer() { + var _a5; + this._autoTurnSawStreamText = false; + this._autoTurnSawStreamThinking = false; + if (this._autoTurnBuffer.length === 0) { + return; + } + const chunks = [...this._autoTurnBuffer]; + const metadata = this.consumeTurnMetadata(); + this._autoTurnBuffer = []; + try { + await ((_a5 = this._autoTurnCallback) == null ? void 0 : _a5.call(this, { chunks, metadata })); + } catch (e2) { + new import_obsidian14.Notice("Background task completed, but the result could not be rendered."); + } + } + registerResponseHandler(handler) { + this.responseHandlers.push(handler); + } + unregisterResponseHandler(handlerId) { + const idx = this.responseHandlers.findIndex((h2) => h2.id === handlerId); + if (idx >= 0) { + this.responseHandlers.splice(idx, 1); + } + } + buildLegacyTurnRequest(prompt, images, queryOptions) { + return { + text: prompt, + images, + externalContextPaths: queryOptions == null ? void 0 : queryOptions.externalContextPaths, + enabledMcpServers: queryOptions == null ? void 0 : queryOptions.enabledMcpServers + }; + } + buildQueryOptionsFromTurnRequest(request, encodedTurn, legacyQueryOptions) { + var _a5, _b3, _c2, _d; + const mcpMentions = (legacyQueryOptions == null ? void 0 : legacyQueryOptions.mcpMentions) ? /* @__PURE__ */ new Set([...legacyQueryOptions.mcpMentions, ...encodedTurn.mcpMentions]) : encodedTurn.mcpMentions; + const effectiveQueryOptions = { + allowedTools: legacyQueryOptions == null ? void 0 : legacyQueryOptions.allowedTools, + model: legacyQueryOptions == null ? void 0 : legacyQueryOptions.model, + mcpMentions, + enabledMcpServers: (_a5 = request.enabledMcpServers) != null ? _a5 : legacyQueryOptions == null ? void 0 : legacyQueryOptions.enabledMcpServers, + forceColdStart: legacyQueryOptions == null ? void 0 : legacyQueryOptions.forceColdStart, + externalContextPaths: (_b3 = request.externalContextPaths) != null ? _b3 : legacyQueryOptions == null ? void 0 : legacyQueryOptions.externalContextPaths + }; + if (effectiveQueryOptions.allowedTools === void 0 && effectiveQueryOptions.model === void 0 && effectiveQueryOptions.enabledMcpServers === void 0 && effectiveQueryOptions.forceColdStart === void 0 && effectiveQueryOptions.externalContextPaths === void 0 && ((_d = (_c2 = effectiveQueryOptions.mcpMentions) == null ? void 0 : _c2.size) != null ? _d : 0) === 0) { + return void 0; + } + return effectiveQueryOptions; + } + normalizeTurnInvocation(turnOrPrompt, imagesOrHistory, conversationHistoryOrQueryOptions, legacyQueryOptions) { + if (typeof turnOrPrompt !== "string") { + const turn = turnOrPrompt; + const conversationHistory2 = isChatMessageArray(imagesOrHistory) ? imagesOrHistory : void 0; + const explicitQueryOptions = isChatMessageArray(conversationHistoryOrQueryOptions) ? void 0 : conversationHistoryOrQueryOptions; + return { + request: turn.request, + encodedTurn: turn, + conversationHistory: conversationHistory2, + queryOptions: this.buildQueryOptionsFromTurnRequest(turn.request, turn, explicitQueryOptions) + }; + } + const images = isImageAttachmentArray(imagesOrHistory) ? imagesOrHistory : void 0; + const conversationHistory = isChatMessageArray(conversationHistoryOrQueryOptions) ? conversationHistoryOrQueryOptions : void 0; + const queryOptions = isChatMessageArray(conversationHistoryOrQueryOptions) ? legacyQueryOptions : conversationHistoryOrQueryOptions != null ? conversationHistoryOrQueryOptions : legacyQueryOptions; + const request = this.buildLegacyTurnRequest(turnOrPrompt, images, queryOptions); + const encodedTurn = this.prepareTurn(request); + return { + request, + encodedTurn, + conversationHistory, + queryOptions: this.buildQueryOptionsFromTurnRequest(request, encodedTurn, queryOptions) + }; + } + isPersistentQueryActive() { + return this.persistentQuery !== null && !this.shuttingDown; + } + async *query(turnOrPrompt, imagesOrHistory, conversationHistoryOrQueryOptions, legacyQueryOptions) { + var _a5; + const normalized = this.normalizeTurnInvocation( + turnOrPrompt, + imagesOrHistory, + conversationHistoryOrQueryOptions, + legacyQueryOptions + ); + const prompt = normalized.encodedTurn.prompt; + const images = normalized.request.images; + const conversationHistory = normalized.conversationHistory; + const queryOptions = normalized.queryOptions; + const vaultPath = getVaultPath(this.plugin.app); + if (!vaultPath) { + yield { type: "error", content: "Could not determine vault path" }; + return; + } + const resolvedClaudePath = this.plugin.getResolvedProviderCliPath("claude"); + if (!resolvedClaudePath) { + yield { type: "error", content: "Claude CLI not found. Please install Claude Code CLI." }; + return; + } + const customEnv = parseEnvironmentVariables(this.plugin.getActiveEnvironmentVariables(this.providerId)); + const enhancedPath = getEnhancedPath(customEnv.PATH, resolvedClaudePath); + const missingNodeError = getMissingNodeError(resolvedClaudePath, enhancedPath); + if (missingNodeError) { + yield { type: "error", content: missingNodeError }; + return; + } + let promptToSend = prompt; + let forceColdStart = false; + if (this.sessionManager.wasInterrupted()) { + this.sessionManager.clearInterrupted(); + } + if (this.sessionManager.needsHistoryRebuild() && conversationHistory && conversationHistory.length > 0) { + const historyContext = buildContextFromHistory(conversationHistory); + const actualPrompt = stripCurrentNoteContext(prompt); + promptToSend = buildPromptWithHistoryContext(historyContext, prompt, actualPrompt, conversationHistory); + this.sessionManager.clearHistoryRebuild(); + } + const noSessionButHasHistory = !this.sessionManager.getSessionId() && conversationHistory && conversationHistory.length > 0; + if (noSessionButHasHistory) { + const historyContext = buildContextFromHistory(conversationHistory); + const actualPrompt = stripCurrentNoteContext(prompt); + promptToSend = buildPromptWithHistoryContext(historyContext, prompt, actualPrompt, conversationHistory); + forceColdStart = true; + } + const effectiveQueryOptions = forceColdStart ? { ...queryOptions, forceColdStart: true } : queryOptions; + if (forceColdStart) { + this.coldStartInProgress = true; + this.closePersistentQuery("session invalidated"); + } + const shouldUsePersistent = !(effectiveQueryOptions == null ? void 0 : effectiveQueryOptions.forceColdStart); + if (shouldUsePersistent) { + if (!this.persistentQuery && !this.shuttingDown) { + await this.startPersistentQuery( + vaultPath, + resolvedClaudePath, + (_a5 = this.sessionManager.getSessionId()) != null ? _a5 : void 0 + ); + } + if (this.persistentQuery && !this.shuttingDown) { + try { + yield* this.queryViaPersistent(promptToSend, images, vaultPath, resolvedClaudePath, effectiveQueryOptions); + return; + } catch (error48) { + if (isSessionExpiredError(error48) && conversationHistory && conversationHistory.length > 0) { + this.sessionManager.invalidateSession(); + const retryRequest = this.buildHistoryRebuildRequest(prompt, conversationHistory); + this.coldStartInProgress = true; + this.abortController = new AbortController(); + try { + yield* this.queryViaSDK( + retryRequest.prompt, + vaultPath, + resolvedClaudePath, + // Use current message's images, fallback to history images + images != null ? images : retryRequest.images, + effectiveQueryOptions + ); + } catch (retryError) { + const msg = retryError instanceof Error ? retryError.message : "Unknown error"; + yield { type: "error", content: msg }; + } finally { + this.coldStartInProgress = false; + this.abortController = null; + } + return; + } + throw error48; + } + } + } + this.coldStartInProgress = true; + this.abortController = new AbortController(); + try { + yield* this.queryViaSDK(promptToSend, vaultPath, resolvedClaudePath, images, effectiveQueryOptions); + } catch (error48) { + if (isSessionExpiredError(error48) && conversationHistory && conversationHistory.length > 0) { + this.sessionManager.invalidateSession(); + const retryRequest = this.buildHistoryRebuildRequest(prompt, conversationHistory); + try { + yield* this.queryViaSDK( + retryRequest.prompt, + vaultPath, + resolvedClaudePath, + // Use current message's images, fallback to history images + images != null ? images : retryRequest.images, + effectiveQueryOptions + ); + } catch (retryError) { + const msg2 = retryError instanceof Error ? retryError.message : "Unknown error"; + yield { type: "error", content: msg2 }; + } + return; + } + const msg = error48 instanceof Error ? error48.message : "Unknown error"; + yield { type: "error", content: msg }; + } finally { + this.coldStartInProgress = false; + this.abortController = null; + } + } + buildHistoryRebuildRequest(prompt, conversationHistory) { + const historyContext = buildContextFromHistory(conversationHistory); + const actualPrompt = stripCurrentNoteContext(prompt); + const fullPrompt = buildPromptWithHistoryContext(historyContext, prompt, actualPrompt, conversationHistory); + const lastUserMessage = getLastUserMessage(conversationHistory); + return { + prompt: fullPrompt, + images: lastUserMessage == null ? void 0 : lastUserMessage.images + }; + } + /** + * Query via persistent query (Phase 1.5). + * Uses the message channel to send messages without cold-start latency. + */ + async *queryViaPersistent(prompt, images, vaultPath, cliPath, queryOptions) { + var _a5; + this.resetTurnMetadata(); + if (!this.persistentQuery || !this.messageChannel) { + yield* this.queryViaSDK(prompt, vaultPath, cliPath, images, queryOptions); + return; + } + if ((queryOptions == null ? void 0 : queryOptions.allowedTools) !== void 0) { + this.currentAllowedTools = queryOptions.allowedTools.length > 0 ? [...queryOptions.allowedTools, TOOL_SKILL] : []; + } else { + this.currentAllowedTools = null; + } + const savedAllowedTools = this.currentAllowedTools; + await this.applyDynamicUpdates(queryOptions); + this.currentAllowedTools = savedAllowedTools; + if (!this.persistentQuery || !this.messageChannel) { + yield* this.queryViaSDK(prompt, vaultPath, cliPath, images, queryOptions); + return; + } + if (!this.responseConsumerRunning) { + yield* this.queryViaSDK(prompt, vaultPath, cliPath, images, queryOptions); + return; + } + const message = this.buildSDKUserMessage(prompt, images); + const state = { + chunks: [], + resolveChunk: null, + done: false, + error: null + }; + const handlerId = `handler-${Date.now()}-${Math.random().toString(36).slice(2)}`; + const handler = createResponseHandler({ + id: handlerId, + onChunk: (chunk) => { + handler.markChunkSeen(); + if (state.resolveChunk) { + state.resolveChunk(chunk); + state.resolveChunk = null; + } else { + state.chunks.push(chunk); + } + }, + onDone: () => { + state.done = true; + if (state.resolveChunk) { + state.resolveChunk(null); + state.resolveChunk = null; + } + }, + onError: (err) => { + state.error = err; + state.done = true; + if (state.resolveChunk) { + state.resolveChunk(null); + state.resolveChunk = null; + } + } + }); + this.registerResponseHandler(handler); + try { + this.lastSentMessage = message; + this.lastSentQueryOptions = queryOptions != null ? queryOptions : null; + this.crashRecoveryAttempted = false; + try { + this.messageChannel.enqueue(message); + } catch (error48) { + if (error48 instanceof Error && error48.message.includes("closed")) { + yield* this.queryViaSDK(prompt, vaultPath, cliPath, images, queryOptions); + return; + } + throw error48; + } + this.recordTurnMetadata({ + userMessageId: (_a5 = message.uuid) != null ? _a5 : void 0, + wasSent: true + }); + while (!state.done) { + if (state.chunks.length > 0) { + yield state.chunks.shift(); + } else { + const chunk = await new Promise((resolve8) => { + state.resolveChunk = resolve8; + }); + if (chunk) { + yield chunk; + } + } + } + while (state.chunks.length > 0) { + yield state.chunks.shift(); + } + if (state.error) { + if (isSessionExpiredError(state.error)) { + throw state.error; + } + yield { type: "error", content: state.error.message }; + } + this.lastSentMessage = null; + this.lastSentQueryOptions = null; + yield { type: "done" }; + } finally { + this.unregisterResponseHandler(handlerId); + this.currentAllowedTools = null; + } + } + buildSDKUserMessage(prompt, images) { + return buildClaudeSDKUserMessage( + prompt, + this.sessionManager.getSessionId() || "", + images + ); + } + /** + * Apply dynamic updates to the persistent query before sending a message (Phase 1.6). + */ + async applyDynamicUpdates(queryOptions, restartOptions, allowRestart = true) { + await applyClaudeDynamicUpdates( + { + getPersistentQuery: () => this.persistentQuery, + getCurrentConfig: () => this.currentConfig, + mutateCurrentConfig: (mutate) => { + if (this.currentConfig) { + mutate(this.currentConfig); + } + }, + getVaultPath: () => this.vaultPath, + getCliPath: () => this.plugin.getResolvedProviderCliPath("claude"), + getScopedSettings: () => this.getScopedSettings(), + getPermissionMode: () => this.plugin.settings.permissionMode, + resolveSDKPermissionMode: (mode) => this.resolveSDKPermissionMode(mode), + mcpManager: this.mcpManager, + buildPersistentQueryConfig: (vaultPath, cliPath, externalContextPaths) => this.buildPersistentQueryConfig(vaultPath, cliPath, externalContextPaths), + needsRestart: (newConfig) => this.needsRestart(newConfig), + ensureReady: (options) => this.ensureReady(options), + setCurrentExternalContextPaths: (paths) => { + this.currentExternalContextPaths = paths; + }, + notifyFailure: (message) => { + new import_obsidian14.Notice(message); + } + }, + queryOptions, + restartOptions, + allowRestart + ); + } + noteVisibleStreamContent(message, event, callbacks) { + if (message.type !== "stream_event") { + return; + } + if (event.type === "text") { + callbacks.onText(); + } else if (event.type === "thinking") { + callbacks.onThinking(); + } + } + buildPromptWithImages(prompt, images) { + return buildClaudePromptWithImages(prompt, images); + } + async *queryViaSDK(prompt, cwd, cliPath, images, queryOptions) { + var _a5, _b3, _c2; + this.resetTurnMetadata(); + const selectedModel = (queryOptions == null ? void 0 : queryOptions.model) || this.getScopedSettings().model; + this.sessionManager.setPendingModel(selectedModel); + this.vaultPath = cwd; + const queryPrompt = this.buildPromptWithImages(prompt, images); + const baseContext = this.buildQueryOptionsContext(cwd, cliPath); + const externalContextPaths = (queryOptions == null ? void 0 : queryOptions.externalContextPaths) || []; + const hooks = this.buildHooks(); + const hasEditorContext = prompt.includes(" 0) { + const toolSet = /* @__PURE__ */ new Set([...queryOptions.allowedTools, TOOL_SKILL]); + allowedTools = [...toolSet]; + } + const ctx = { + ...baseContext, + abortController: (_a5 = this.abortController) != null ? _a5 : void 0, + sessionId: (_b3 = this.sessionManager.getSessionId()) != null ? _b3 : void 0, + modelOverride: queryOptions == null ? void 0 : queryOptions.model, + canUseTool: this.createApprovalCallback(), + hooks, + mcpMentions: queryOptions == null ? void 0 : queryOptions.mcpMentions, + enabledMcpServers: queryOptions == null ? void 0 : queryOptions.enabledMcpServers, + allowedTools, + hasEditorContext, + externalContextPaths + }; + const options = QueryOptionsBuilder.buildColdStartQueryOptions(ctx); + let sawStreamText = false; + let sawStreamThinking = false; + const streamState = createTransformStreamState(); + const usageState = createTransformUsageState(); + try { + const response = jA$({ prompt: queryPrompt, options }); + this.recordTurnMetadata({ wasSent: true }); + let streamSessionId = this.sessionManager.getSessionId(); + for await (const message of response) { + if ((_c2 = this.abortController) == null ? void 0 : _c2.signal.aborted) { + await response.interrupt(); + break; + } + for (const event of transformSDKMessage(message, this.getTransformOptions(selectedModel, streamState, usageState))) { + this.noteVisibleStreamContent(message, event, { + onText: () => { + sawStreamText = true; + }, + onThinking: () => { + sawStreamThinking = true; + } + }); + if (isSessionInitEvent(event)) { + this.sessionManager.captureSession(event.sessionId); + streamSessionId = event.sessionId; + } else if (isContextWindowEvent(event)) { + const usageChunk = this.updateBufferedUsageContextWindow(event.contextWindow); + if (usageChunk) { + yield usageChunk; + } + } else if (isStreamChunk(event)) { + if (message.type === "assistant" && sawStreamText && event.type === "text") { + continue; + } + if (message.type === "assistant" && sawStreamThinking && event.type === "thinking") { + continue; + } + if (event.type === "usage") { + yield this.bufferUsageChunk({ ...event, sessionId: streamSessionId }); + } else { + yield event; + } + } + } + if (message.type === "assistant" && message.uuid) { + this.recordTurnMetadata({ assistantMessageId: message.uuid }); + } + if (message.type === "result") { + sawStreamText = false; + sawStreamThinking = false; + } + } + } catch (error48) { + if (isSessionExpiredError(error48)) { + throw error48; + } + const msg = error48 instanceof Error ? error48.message : "Unknown error"; + yield { type: "error", content: msg }; + } finally { + this.sessionManager.clearPendingModel(); + this.currentAllowedTools = null; + } + yield { type: "done" }; + } + cancel() { + var _a5; + (_a5 = this.approvalDismisser) == null ? void 0 : _a5.call(this); + if (this.abortController) { + this.abortController.abort(); + this.sessionManager.markInterrupted(); + } + if (this.persistentQuery && !this.shuttingDown) { + void this.persistentQuery.interrupt().catch(() => { + }); + } + } + /** + * Reset the conversation session. + * Closes the persistent query since session is changing. + */ + resetSession() { + this.closePersistentQuery("session reset"); + this.crashRecoveryAttempted = false; + this.sessionManager.reset(); + } + getSessionId() { + return this.sessionManager.getSessionId(); + } + /** Consume session invalidation flag for persistence updates. */ + consumeSessionInvalidation() { + return this.sessionManager.consumeInvalidation(); + } + /** + * Check if the service is ready (persistent query is active). + * Used to determine if SDK skills are available. + */ + isReady() { + return this.isPersistentQueryActive(); + } + /** + * Get supported commands (SDK skills). + * Returns cached commands populated on system/init. Falls back to a fresh + * supportedCommands() call if the cache is empty (e.g., dropdown opened + * before the first init event). + */ + async getSupportedCommands() { + if (this.cachedSdkCommands.length > 0) { + return this.cachedSdkCommands; + } + if (!this.persistentQuery) { + return []; + } + return this.fetchAndCacheCommands(this.persistentQuery); + } + /** + * Fetches commands from the SDK and caches them. Called on system/init + * (fire-and-forget) and as a fallback from getSupportedCommands(). + */ + async fetchAndCacheCommands(query) { + if (!query) return []; + try { + const sdkCommands = await query.supportedCommands(); + const mappedCommands = sdkCommands.map((cmd) => ({ + id: `sdk:${cmd.name}`, + name: cmd.name, + description: cmd.description, + argumentHint: cmd.argumentHint, + content: "", + source: "sdk" + })); + if (this.persistentQuery !== query) { + return this.cachedSdkCommands; + } + this.cachedSdkCommands = mappedCommands; + return this.cachedSdkCommands; + } catch (e2) { + return []; + } + } + /** + * Set the session ID (for restoring from saved conversation). + * Closes persistent query synchronously if session is changing, then ensures query is ready. + * + * @param id - Session ID to restore, or null for new session + * @param externalContextPaths - External context paths for the session (prevents stale contexts) + */ + setSessionId(id, externalContextPaths) { + const currentId = this.sessionManager.getSessionId(); + const sessionChanged = currentId !== id; + if (sessionChanged) { + this.closePersistentQuery("session switch"); + this.crashRecoveryAttempted = false; + } + this.sessionManager.setSessionId(id, this.getScopedSettings().model); + if (externalContextPaths !== void 0) { + this.currentExternalContextPaths = externalContextPaths; + } + } + /** + * Cleanup resources (Phase 5). + * Called on plugin unload to close persistent query and abort any cold-start query. + */ + cleanup() { + this.closePersistentQuery("plugin cleanup"); + this.cancel(); + this.resetSession(); + } + async rewindFiles(userMessageId, dryRun) { + if (!this.persistentQuery) throw new Error("No active query"); + if (this.shuttingDown) throw new Error("Service is shutting down"); + return this.persistentQuery.rewindFiles(userMessageId, { dryRun }); + } + async rewind(userMessageId, assistantMessageId, mode = "code-and-conversation") { + return executeClaudeRewind(userMessageId, { + assistantMessageId, + mode, + rewindFiles: (id, dryRun) => this.rewindFiles(id, dryRun), + closePersistentQuery: (reason) => this.closePersistentQuery(reason), + setPendingResumeAt: (resumeAt) => { + this.pendingResumeAt = resumeAt; + }, + vaultPath: this.vaultPath + }); + } + setApprovalCallback(callback) { + this.approvalCallback = callback; + } + setApprovalDismisser(dismisser) { + this.approvalDismisser = dismisser; + } + setAskUserQuestionCallback(callback) { + this.askUserQuestionCallback = callback; + } + setExitPlanModeCallback(callback) { + this.exitPlanModeCallback = callback; + } + setPermissionModeSyncCallback(callback) { + this.permissionModeSyncCallback = callback; + } + setSubagentHookProvider(getState) { + this._subagentStateProvider = getState; + } + setAutoTurnCallback(callback) { + this._autoTurnCallback = callback; + } + createApprovalCallback() { + return createClaudeApprovalCallback({ + getAllowedTools: () => this.currentAllowedTools, + getApprovalCallback: () => this.approvalCallback, + getAskUserQuestionCallback: () => this.askUserQuestionCallback, + getExitPlanModeCallback: () => this.exitPlanModeCallback, + getPermissionMode: () => this.plugin.settings.permissionMode, + resolveSDKPermissionMode: (mode) => this.resolveSDKPermissionMode(mode), + syncPermissionMode: (mode, sdkMode) => { + if (this.currentConfig) { + this.currentConfig.permissionMode = mode; + this.currentConfig.sdkPermissionMode = sdkMode; + } + } + }); + } + resolveSDKPermissionMode(mode) { + return QueryOptionsBuilder.resolveClaudeSdkPermissionMode( + mode, + getClaudeProviderSettings(this.plugin.settings).safeMode + ); + } +}; + +// src/providers/claude/runtime/ClaudeTaskResultInterpreter.ts +function extractAgentIdFromString(value) { + const regexPatterns = [ + /"agent_id"\s*:\s*"([^"]+)"/, + /"agentId"\s*:\s*"([^"]+)"/, + /agent_id[=:]\s*"?([a-zA-Z0-9_-]+)"?/i, + /agentId[=:]\s*"?([a-zA-Z0-9_-]+)"?/i + ]; + for (const pattern of regexPatterns) { + const match = value.match(pattern); + if (match && match[1]) { + return match[1]; + } + } + return null; +} +function extractResultFromTaskObject(task) { + if (!task || typeof task !== "object") { + return null; + } + const record2 = task; + const result = typeof record2.result === "string" ? record2.result.trim() : ""; + if (result.length > 0) { + return result; + } + const output = typeof record2.output === "string" ? record2.output.trim() : ""; + return output.length > 0 ? output : null; +} +function extractTextFromContentBlocks(content) { + if (!Array.isArray(content)) { + return null; + } + const firstTextBlock = content.find((block) => block && typeof block === "object" && block.type === "text" && typeof block.text === "string"); + if (!firstTextBlock || typeof firstTextBlock.text !== "string") { + return null; + } + const text = firstTextBlock.text.trim(); + return text.length > 0 ? text : null; +} +var ClaudeTaskResultInterpreter = class { + hasAsyncLaunchMarker(toolUseResult) { + var _a5; + if (!toolUseResult || typeof toolUseResult !== "object") { + return false; + } + const record2 = toolUseResult; + if (record2.isAsync === true) { + return true; + } + const rawStatus = (_a5 = record2.retrieval_status) != null ? _a5 : record2.status; + if (typeof rawStatus === "string" && rawStatus.toLowerCase() === "async_launched") { + return true; + } + return typeof record2.outputFile === "string" && record2.outputFile.length > 0; + } + extractAgentId(toolUseResult) { + const directId = extractAgentIdFromToolUseResult(toolUseResult); + if (directId) { + return directId; + } + if (!toolUseResult || typeof toolUseResult !== "object") { + return null; + } + const record2 = toolUseResult; + if (Array.isArray(record2.content)) { + for (const block of record2.content) { + if (typeof block === "string") { + const extracted2 = extractAgentIdFromString(block); + if (extracted2) { + return extracted2; + } + continue; + } + if (!block || typeof block !== "object") { + continue; + } + const text = block.text; + if (typeof text !== "string") { + continue; + } + const extracted = extractAgentIdFromString(text); + if (extracted) { + return extracted; + } + } + } + if (typeof record2.content === "string") { + return extractAgentIdFromString(record2.content); + } + return null; + } + extractStructuredResult(toolUseResult) { + if (!toolUseResult || typeof toolUseResult !== "object") { + return null; + } + const record2 = toolUseResult; + if (record2.retrieval_status === "error") { + const errorMsg = typeof record2.error === "string" ? record2.error : "Task retrieval failed"; + return `Error: ${errorMsg}`; + } + const taskResult = extractResultFromTaskObject(record2.task); + if (taskResult) { + return taskResult; + } + const result = typeof record2.result === "string" ? record2.result.trim() : ""; + if (result.length > 0) { + return result; + } + const output = typeof record2.output === "string" ? record2.output.trim() : ""; + if (output.length > 0) { + return output; + } + return extractTextFromContentBlocks(record2.content); + } + resolveTerminalStatus(toolUseResult, fallbackStatus) { + const resolved = resolveToolUseResultStatus(toolUseResult, fallbackStatus); + if (resolved === "error") { + return "error"; + } + if (resolved === "completed") { + return "completed"; + } + return fallbackStatus; + } + extractTagValue(payload, tagName) { + return extractXmlTag(payload, tagName); + } +}; + +// src/providers/claude/registration.ts +var claudeProviderRegistration = { + displayName: "Claude", + blankTabOrder: 20, + isEnabled: () => true, + capabilities: CLAUDE_PROVIDER_CAPABILITIES, + environmentKeyPatterns: [/^ANTHROPIC_/i, /^CLAUDE_/i], + chatUIConfig: claudeChatUIConfig, + settingsReconciler: claudeSettingsReconciler, + createRuntime: ({ plugin }) => { + const workspace = getClaudeWorkspaceServices(); + const resolvedMcpManager = workspace == null ? void 0 : workspace.mcpManager; + if (!resolvedMcpManager) { + throw new Error("Claude workspace services are not initialized."); + } + return new ClaudianService(plugin, { + mcpManager: resolvedMcpManager, + pluginManager: workspace == null ? void 0 : workspace.pluginManager, + agentManager: workspace == null ? void 0 : workspace.agentManager + }); + }, + createTitleGenerationService: (plugin) => new TitleGenerationService(plugin), + createInstructionRefineService: (plugin) => new InstructionRefineService(plugin), + createInlineEditService: (plugin) => new InlineEditService(plugin), + historyService: new ClaudeConversationHistoryService(), + taskResultInterpreter: new ClaudeTaskResultInterpreter() +}; + +// src/providers/codex/app/CodexWorkspaceServices.ts +init_path(); + +// src/providers/codex/agents/CodexAgentMentionProvider.ts +var CodexAgentMentionProvider = class { + constructor(storage) { + this.storage = storage; + this.agents = []; + } + async loadAgents() { + this.agents = await this.storage.loadAll(); + } + searchAgents(query) { + const q = query.toLowerCase(); + return this.agents.filter( + (a) => a.name.toLowerCase().includes(q) || a.description.toLowerCase().includes(q) + ).map((a) => ({ + id: a.name, + name: a.name, + description: a.description, + source: "vault" + })); + } +}; + +// src/providers/codex/runtime/CodexAppServerProcess.ts +var import_child_process7 = require("child_process"); +var SIGKILL_TIMEOUT_MS = 3e3; +var CodexAppServerProcess = class { + constructor(launchSpec) { + this.launchSpec = launchSpec; + this.proc = null; + this.alive = false; + this.exitCallbacks = []; + this.resolvedSpawnSpec = null; + } + start() { + const resolvedSpawnSpec = resolveWindowsCmdShimSpawnSpec(this.launchSpec); + this.resolvedSpawnSpec = resolvedSpawnSpec; + this.proc = (0, import_child_process7.spawn)(resolvedSpawnSpec.command, resolvedSpawnSpec.args, { + stdio: ["pipe", "pipe", "pipe"], + cwd: this.launchSpec.spawnCwd, + env: this.launchSpec.env, + windowsHide: true, + ...resolvedSpawnSpec.windowsVerbatimArguments ? { windowsVerbatimArguments: true } : {} + }); + this.alive = true; + this.proc.on("exit", (code, signal) => { + this.alive = false; + for (const cb2 of this.exitCallbacks) { + cb2(code, signal); + } + }); + this.proc.on("error", () => { + this.alive = false; + }); + } + get stdin() { + var _a5; + if (!((_a5 = this.proc) == null ? void 0 : _a5.stdin)) throw new Error("Process not started"); + return this.proc.stdin; + } + get stdout() { + var _a5; + if (!((_a5 = this.proc) == null ? void 0 : _a5.stdout)) throw new Error("Process not started"); + return this.proc.stdout; + } + get stderr() { + var _a5; + if (!((_a5 = this.proc) == null ? void 0 : _a5.stderr)) throw new Error("Process not started"); + return this.proc.stderr; + } + isAlive() { + return this.alive; + } + onExit(callback) { + this.exitCallbacks.push(callback); + } + offExit(callback) { + const idx = this.exitCallbacks.indexOf(callback); + if (idx !== -1) this.exitCallbacks.splice(idx, 1); + } + async shutdown() { + if (!this.proc || !this.alive) return; + return new Promise((resolve8) => { + const onExit = () => { + window.clearTimeout(killTimer); + resolve8(); + }; + this.proc.once("exit", onExit); + this.killProc("SIGTERM"); + const killTimer = window.setTimeout(() => { + if (this.alive) { + this.killProc("SIGKILL"); + } + }, SIGKILL_TIMEOUT_MS); + }); + } + killProc(signal) { + if (!this.proc) { + return false; + } + return terminateSpawnedProcess(this.proc, signal, import_child_process7.spawn, this.resolvedSpawnSpec); + } +}; + +// src/providers/codex/runtime/codexAppServerSupport.ts +init_env(); +init_path(); + +// src/providers/codex/runtime/CodexExecutionTargetResolver.ts +var import_child_process8 = require("child_process"); +function resolveHostPlatformOs(hostPlatform) { + if (hostPlatform === "win32") { + return "windows"; + } + if (hostPlatform === "darwin") { + return "macos"; + } + return "linux"; +} +function resolveHostPlatformFamily(hostPlatform) { + return hostPlatform === "win32" ? "windows" : "unix"; +} +function inferWslDistroFromWindowsPath(hostPath) { + if (!hostPath) { + return void 0; + } + const normalized = hostPath.replace(/\//g, "\\"); + const match = normalized.match(/^\\\\wsl\$\\([^\\]+)(?:\\|$)/i); + return (match == null ? void 0 : match[1]) || void 0; +} +function parseDefaultWslDistroListOutput(output) { + var _a5; + for (const line of output.replace(/\uFEFF/g, "").split(/\r?\n/)) { + const trimmed = line.trimStart(); + if (!trimmed.startsWith("*")) { + continue; + } + const candidate = (_a5 = trimmed.slice(1).trimStart().split(/\s{2,}/)[0]) == null ? void 0 : _a5.trim(); + if (candidate) { + return candidate; + } + } + return void 0; +} +function resolveDefaultWslDistroName() { + try { + const output = (0, import_child_process8.execFileSync)("wsl.exe", ["--list", "--verbose"], { + encoding: "utf8", + stdio: ["ignore", "pipe", "ignore"], + windowsHide: true + }); + return parseDefaultWslDistroListOutput(output); + } catch (e2) { + return void 0; + } +} +function resolveCodexExecutionTarget(options) { + var _a5, _b3; + const hostPlatform = (_a5 = options.hostPlatform) != null ? _a5 : process.platform; + if (hostPlatform !== "win32") { + return { + method: "host-native", + platformFamily: resolveHostPlatformFamily(hostPlatform), + platformOs: resolveHostPlatformOs(hostPlatform) + }; + } + const codexSettings = getCodexProviderSettings(options.settings); + if (codexSettings.installationMethod === "wsl") { + const distroName = codexSettings.wslDistroOverride || inferWslDistroFromWindowsPath(options.hostVaultPath) || ((_b3 = options.resolveDefaultWslDistro) == null ? void 0 : _b3.call(options)) || resolveDefaultWslDistroName(); + return { + method: "wsl", + platformFamily: "unix", + platformOs: "linux", + distroName + }; + } + return { + method: "native-windows", + platformFamily: "windows", + platformOs: "windows" + }; +} + +// src/providers/codex/runtime/CodexPathMapper.ts +var path10 = __toESM(require("path")); +function normalizeWindowsPath(value) { + if (!value) { + return ""; + } + let normalized = value.replace(/\//g, "\\"); + if (normalized.startsWith("\\\\?\\UNC\\")) { + normalized = `\\\\${normalized.slice("\\\\?\\UNC\\".length)}`; + } else if (normalized.startsWith("\\\\?\\")) { + normalized = normalized.slice("\\\\?\\".length); + } + return path10.win32.normalize(normalized); +} +function normalizePosixPath(value) { + if (!value) { + return ""; + } + const normalized = path10.posix.normalize(value.replace(/\\/g, "/")); + return normalized === "/" ? normalized : normalized.replace(/\/+$/, ""); +} +function maybeMapWindowsDriveToWsl(hostPath) { + var _a5; + const normalized = normalizeWindowsPath(hostPath); + const match = normalized.match(/^([A-Za-z]):(?:\\(.*))?$/); + if (!match) { + return null; + } + const drive = match[1].toLowerCase(); + const tail = ((_a5 = match[2]) != null ? _a5 : "").replace(/\\/g, "/"); + return tail ? `/mnt/${drive}/${tail}` : `/mnt/${drive}`; +} +function maybeMapWslUncToLinux(hostPath, distroName) { + const normalized = normalizeWindowsPath(hostPath); + const match = normalized.match(/^\\\\wsl\$\\([^\\]+)(?:\\(.*))?$/i); + if (!match) { + return null; + } + const uncDistro = match[1]; + if (distroName && uncDistro.toLowerCase() !== distroName.toLowerCase()) { + return null; + } + const tail = match[2] ? match[2].replace(/\\/g, "/") : ""; + return tail ? `/${tail}` : "/"; +} +function maybeMapLinuxToWindowsDrive(targetPath) { + const normalized = normalizePosixPath(targetPath); + const match = normalized.match(/^\/mnt\/([a-zA-Z])(?:\/(.*))?$/); + if (!match) { + return null; + } + const drive = match[1].toUpperCase(); + const tail = match[2] ? match[2].replace(/\//g, "\\") : ""; + return tail ? `${drive}:\\${tail}` : `${drive}:\\`; +} +function maybeMapLinuxToWslUnc(targetPath, distroName) { + if (!distroName) { + return null; + } + const normalized = normalizePosixPath(targetPath); + if (!normalized.startsWith("/")) { + return null; + } + const tail = normalized === "/" ? "" : normalized.slice(1).replace(/\//g, "\\"); + return tail ? `\\\\wsl$\\${distroName}\\${tail}` : `\\\\wsl$\\${distroName}`; +} +function createIdentityMapper(target) { + const toTargetPath = (hostPath) => { + if (!hostPath) { + return null; + } + return target.platformFamily === "windows" ? normalizeWindowsPath(hostPath) : normalizePosixPath(hostPath); + }; + const toHostPath = (targetPath) => { + if (!targetPath) { + return null; + } + return target.platformFamily === "windows" ? normalizeWindowsPath(targetPath) : normalizePosixPath(targetPath); + }; + return { + target, + toTargetPath, + toHostPath, + mapTargetPathList(hostPaths) { + return hostPaths.map(toTargetPath).filter((value) => typeof value === "string" && value.length > 0); + }, + canRepresentHostPath(hostPath) { + return toTargetPath(hostPath) !== null; + } + }; +} +function createWslPathMapper(target) { + const toTargetPath = (hostPath) => { + var _a5; + if (!hostPath) { + return null; + } + return (_a5 = maybeMapWslUncToLinux(hostPath, target.distroName)) != null ? _a5 : maybeMapWindowsDriveToWsl(hostPath); + }; + const toHostPath = (targetPath) => { + var _a5; + if (!targetPath) { + return null; + } + return (_a5 = maybeMapLinuxToWindowsDrive(targetPath)) != null ? _a5 : maybeMapLinuxToWslUnc(targetPath, target.distroName); + }; + return { + target, + toTargetPath, + toHostPath, + mapTargetPathList(hostPaths) { + return hostPaths.map(toTargetPath).filter((value) => typeof value === "string" && value.length > 0); + }, + canRepresentHostPath(hostPath) { + return toTargetPath(hostPath) !== null; + } + }; +} +function createCodexPathMapper(target) { + return target.method === "wsl" ? createWslPathMapper(target) : createIdentityMapper(target); +} + +// src/providers/codex/runtime/CodexLaunchSpecBuilder.ts +var CODEX_APP_SERVER_ARGS = Object.freeze(["app-server", "--listen", "stdio://"]); +function buildCodexLaunchSpec(options) { + var _a5, _b3; + const target = resolveCodexExecutionTarget({ + settings: options.settings, + hostPlatform: options.hostPlatform, + hostVaultPath: options.hostVaultPath, + resolveDefaultWslDistro: options.resolveDefaultWslDistro + }); + const pathMapper = createCodexPathMapper(target); + const spawnCwd = (_a5 = options.hostVaultPath) != null ? _a5 : process.cwd(); + const workspaceDistro = inferWslDistroFromWindowsPath(options.hostVaultPath); + if (target.method === "wsl" && target.distroName && workspaceDistro && target.distroName.toLowerCase() !== workspaceDistro.toLowerCase()) { + throw new Error( + `WSL distro override "${target.distroName}" does not match workspace distro "${workspaceDistro}"` + ); + } + if (target.method === "wsl" && !target.distroName) { + throw new Error( + "Unable to determine the WSL distro. Set WSL distro override or configure a default WSL distro." + ); + } + const targetCwd = pathMapper.toTargetPath(spawnCwd); + if (!targetCwd) { + throw new Error("WSL mode only supports Windows drive paths and \\\\wsl$ workspace paths"); + } + const resolvedCliCommand = ((_b3 = options.resolvedCliCommand) == null ? void 0 : _b3.trim()) || "codex"; + if (target.method === "wsl") { + const args = [ + ...target.distroName ? ["--distribution", target.distroName] : [], + "--cd", + targetCwd, + resolvedCliCommand, + ...CODEX_APP_SERVER_ARGS + ]; + return { + target, + command: "wsl.exe", + args, + spawnCwd, + targetCwd, + env: options.env, + pathMapper + }; + } + return { + target, + command: resolvedCliCommand, + args: [...CODEX_APP_SERVER_ARGS], + spawnCwd, + targetCwd, + env: options.env, + pathMapper + }; +} + +// src/providers/codex/runtime/codexAppServerSupport.ts +var CODEX_APP_SERVER_CLIENT_INFO = Object.freeze({ + name: "claudian", + version: "1.0.0" +}); +function getCodexAppServerWorkingDirectory(plugin) { + var _a5; + return (_a5 = getVaultPath(plugin.app)) != null ? _a5 : process.cwd(); +} +function buildCodexAppServerEnvironment(plugin, providerId = "codex") { + const customEnv = parseEnvironmentVariables(plugin.getActiveEnvironmentVariables(providerId)); + const baseEnv = Object.fromEntries( + Object.entries(process.env).filter((entry) => entry[1] !== void 0) + ); + const enhancedPath = getEnhancedPath(customEnv.PATH); + return { + ...baseEnv, + ...customEnv, + PATH: enhancedPath + }; +} +function resolveCodexAppServerLaunchSpec(plugin, providerId = "codex") { + return buildCodexLaunchSpec({ + settings: plugin.settings, + resolvedCliCommand: plugin.getResolvedProviderCliPath(providerId), + hostVaultPath: getCodexAppServerWorkingDirectory(plugin), + env: buildCodexAppServerEnvironment(plugin, providerId) + }); +} +async function initializeCodexAppServerTransport(transport) { + const result = await transport.request("initialize", { + clientInfo: CODEX_APP_SERVER_CLIENT_INFO, + capabilities: { experimentalApi: true } + }); + transport.notify("initialized"); + return result; +} + +// src/providers/codex/runtime/CodexRpcTransport.ts +var import_readline3 = require("readline"); +var DEFAULT_TIMEOUT_MS = 3e4; +var CodexRpcTransport = class { + constructor(proc) { + this.proc = proc; + this.nextId = 1; + this.pending = /* @__PURE__ */ new Map(); + this.notificationHandlers = /* @__PURE__ */ new Map(); + this.serverRequestHandlers = /* @__PURE__ */ new Map(); + this.disposed = false; + } + start() { + const rl2 = (0, import_readline3.createInterface)({ input: this.proc.stdout }); + rl2.on("line", (line) => this.handleLine(line)); + this.proc.onExit(() => { + this.rejectAllPending(new Error("App-server process exited")); + }); + } + request(method, params, timeoutMs = DEFAULT_TIMEOUT_MS) { + const id = this.nextId++; + const msg = { jsonrpc: "2.0", id, method, params }; + return new Promise((resolve8, reject) => { + const timer = timeoutMs > 0 ? window.setTimeout(() => { + this.pending.delete(id); + reject(new Error(`Request timeout: ${method} (${timeoutMs}ms)`)); + }, timeoutMs) : null; + const resolvePending = (result) => { + resolve8(result); + }; + this.pending.set(id, { + resolve: resolvePending, + reject, + timer + }); + this.sendRaw(msg); + }); + } + notify(method, params) { + const msg = { jsonrpc: "2.0", method }; + if (params !== void 0) msg.params = params; + this.sendRaw(msg); + } + onNotification(method, handler) { + this.notificationHandlers.set(method, handler); + } + onServerRequest(method, handler) { + this.serverRequestHandlers.set(method, handler); + } + dispose() { + this.disposed = true; + this.rejectAllPending(new Error("Transport disposed")); + } + // ----------------------------------------------------------------------- + // Private + // ----------------------------------------------------------------------- + sendRaw(msg) { + if (this.disposed) return; + this.proc.stdin.write(JSON.stringify(msg) + "\n"); + } + handleLine(line) { + let msg; + try { + msg = JSON.parse(line); + } catch (e2) { + return; + } + const id = msg.id; + const method = msg.method; + if (typeof id === "number" && !method) { + this.handleResponse(id, msg); + return; + } + if (method && id === void 0) { + this.handleNotification(method, msg.params); + return; + } + if (method && id !== void 0) { + this.handleServerRequest(id, method, msg.params); + return; + } + } + handleResponse(id, msg) { + const pending = this.pending.get(id); + if (!pending) return; + this.pending.delete(id); + if (pending.timer) window.clearTimeout(pending.timer); + if (msg.error) { + const err = msg.error; + pending.reject(new Error(err.message)); + } else { + pending.resolve(msg.result); + } + } + handleNotification(method, params) { + const handler = this.notificationHandlers.get(method); + if (handler) handler(params); + } + handleServerRequest(id, method, params) { + const handler = this.serverRequestHandlers.get(method); + if (!handler) { + this.sendRaw({ + jsonrpc: "2.0", + id, + error: { code: -32601, message: `Unhandled server request: ${method}` } + }); + return; + } + handler(id, params).then( + (result) => { + this.sendRaw({ jsonrpc: "2.0", id, result }); + }, + (err) => { + this.sendRaw({ + jsonrpc: "2.0", + id, + error: { code: -32603, message: err instanceof Error ? err.message : "Internal error" } + }); + } + ); + } + rejectAllPending(error48) { + for (const [, pending] of this.pending) { + if (pending.timer) window.clearTimeout(pending.timer); + pending.reject(error48); + } + this.pending.clear(); + } +}; + +// src/providers/codex/runtime/CodexRuntimeContext.ts +var path11 = __toESM(require("path")); +function normalizeTargetPath(launchSpec, value) { + return launchSpec.target.platformFamily === "windows" ? path11.win32.normalize(value) : path11.posix.normalize(value.replace(/\\/g, "/")); +} +function joinTargetPath(launchSpec, ...parts) { + return launchSpec.target.platformFamily === "windows" ? path11.win32.join(...parts) : path11.posix.join(...parts.map((part) => part.replace(/\\/g, "/"))); +} +function normalizeOptionalTargetPath(launchSpec, value) { + const trimmed = typeof value === "string" ? value.trim() : ""; + return trimmed ? normalizeTargetPath(launchSpec, trimmed) : null; +} +function resolveFallbackCodexHomeTarget(launchSpec) { + const rawCodexHome = typeof launchSpec.env.CODEX_HOME === "string" ? launchSpec.env.CODEX_HOME.trim() : ""; + const envCodexHome = launchSpec.target.method === "wsl" ? normalizeOptionalTargetPath( + launchSpec, + rawCodexHome.startsWith("/") ? rawCodexHome : launchSpec.pathMapper.toTargetPath(rawCodexHome) + ) : normalizeOptionalTargetPath(launchSpec, rawCodexHome); + if (envCodexHome) { + return envCodexHome; + } + if (launchSpec.target.method === "wsl") { + return null; + } + const homeVar = launchSpec.target.platformFamily === "windows" ? launchSpec.env.USERPROFILE : launchSpec.env.HOME; + const homeDir = normalizeOptionalTargetPath(launchSpec, homeVar); + return homeDir ? joinTargetPath(launchSpec, homeDir, ".codex") : null; +} +function resolveCodexHomeTarget(launchSpec, initializeResult) { + var _a5; + return (_a5 = normalizeOptionalTargetPath(launchSpec, initializeResult.codexHome)) != null ? _a5 : resolveFallbackCodexHomeTarget(launchSpec); +} +function validateInitializeTarget(launchSpec, initializeResult) { + if (initializeResult.platformOs !== launchSpec.target.platformOs) { + throw new Error( + `Codex target mismatch: expected ${launchSpec.target.platformOs}, received ${initializeResult.platformOs}` + ); + } + if (initializeResult.platformFamily !== launchSpec.target.platformFamily) { + throw new Error( + `Codex target mismatch: expected ${launchSpec.target.platformFamily}, received ${initializeResult.platformFamily}` + ); + } +} +function createCodexRuntimeContext(launchSpec, initializeResult) { + validateInitializeTarget(launchSpec, initializeResult); + const codexHomeTarget = resolveCodexHomeTarget(launchSpec, initializeResult); + const sessionsDirTarget = codexHomeTarget ? joinTargetPath(launchSpec, codexHomeTarget, "sessions") : null; + const memoriesDirTarget = codexHomeTarget ? joinTargetPath(launchSpec, codexHomeTarget, "memories") : null; + return { + launchSpec, + initializeResult, + codexHomeTarget, + codexHomeHost: codexHomeTarget ? launchSpec.pathMapper.toHostPath(codexHomeTarget) : null, + sessionsDirTarget, + sessionsDirHost: sessionsDirTarget ? launchSpec.pathMapper.toHostPath(sessionsDirTarget) : null, + memoriesDirTarget + }; +} + +// src/providers/codex/skills/CodexSkillListingService.ts +var DEFAULT_SKILL_LIST_TTL_MS = 5e3; +var SKILL_SCOPE_PRIORITY = { + repo: 0, + user: 1, + system: 2, + admin: 3 +}; +function compareCodexSkillPriority(left, right) { + const scopeDelta = SKILL_SCOPE_PRIORITY[left.scope] - SKILL_SCOPE_PRIORITY[right.scope]; + if (scopeDelta !== 0) { + return scopeDelta; + } + const nameDelta = left.name.localeCompare(right.name); + if (nameDelta !== 0) { + return nameDelta; + } + return left.path.localeCompare(right.path); +} +function extractExplicitCodexSkillNames(text) { + const matches = text.matchAll(/(^|\s)\$([A-Za-z0-9_-]+)/g); + const names = []; + const seen = /* @__PURE__ */ new Set(); + for (const match of matches) { + const name = match[2]; + if (!name) { + continue; + } + const normalized = name.toLowerCase(); + if (seen.has(normalized)) { + continue; + } + seen.add(normalized); + names.push(name); + } + return names; +} +function getCodexSkillDescription(skill) { + var _a5, _b3, _c2, _d; + return (_d = (_c2 = (_b3 = (_a5 = skill.interface) == null ? void 0 : _a5.shortDescription) != null ? _b3 : skill.shortDescription) != null ? _c2 : skill.description) != null ? _d : void 0; +} +function findPreferredCodexSkillByName(skills, name) { + var _a5; + const normalized = name.toLowerCase(); + const candidates = skills.filter((skill) => skill.enabled && skill.name.toLowerCase() === normalized).sort(compareCodexSkillPriority); + return (_a5 = candidates[0]) != null ? _a5 : null; +} +var CodexSkillListingService = class { + constructor(plugin, options = {}) { + this.plugin = plugin; + this.cache = null; + this.cacheExpiresAt = 0; + this.pending = null; + var _a5, _b3; + this.ttlMs = (_a5 = options.ttlMs) != null ? _a5 : DEFAULT_SKILL_LIST_TTL_MS; + this.now = (_b3 = options.now) != null ? _b3 : (() => Date.now()); + } + async listSkills(options) { + if (options == null ? void 0 : options.forceReload) { + const skills = await this.fetchSkills(true); + this.storeCache(skills); + return skills; + } + if (this.cache && this.now() < this.cacheExpiresAt) { + return this.cache; + } + if (this.pending) { + return this.pending; + } + this.pending = this.fetchSkills(false).then((skills) => { + this.storeCache(skills); + return skills; + }).finally(() => { + this.pending = null; + }); + return this.pending; + } + invalidate() { + this.cache = null; + this.cacheExpiresAt = 0; + } + async fetchSkills(forceReload) { + var _a5, _b3; + const launchSpec = resolveCodexAppServerLaunchSpec(this.plugin, "codex"); + const process4 = new CodexAppServerProcess(launchSpec); + process4.start(); + const transport = new CodexRpcTransport(process4); + transport.start(); + try { + const initializeResult = await initializeCodexAppServerTransport(transport); + createCodexRuntimeContext(launchSpec, initializeResult); + const result = await transport.request("skills/list", { + cwds: [launchSpec.targetCwd], + ...forceReload ? { forceReload: true } : {} + }); + const entry = (_a5 = result.data.find((candidate) => candidate.cwd === launchSpec.targetCwd)) != null ? _a5 : result.data[0]; + return ((_b3 = entry == null ? void 0 : entry.skills) != null ? _b3 : []).map((skill) => { + var _a6; + return { + ...skill, + path: (_a6 = launchSpec.pathMapper.toHostPath(skill.path)) != null ? _a6 : skill.path + }; + }); + } finally { + transport.dispose(); + await process4.shutdown(); + } + } + storeCache(skills) { + this.cache = skills; + this.cacheExpiresAt = this.now() + this.ttlMs; + } +}; + +// src/providers/codex/storage/CodexSkillStorage.ts +var path12 = __toESM(require("path")); +var CODEX_VAULT_SKILLS_PATH = ".codex/skills"; +var AGENTS_VAULT_SKILLS_PATH = ".agents/skills"; +var CODEX_SKILL_ROOT_OPTIONS = [ + { id: "vault-codex", label: CODEX_VAULT_SKILLS_PATH }, + { id: "vault-agents", label: AGENTS_VAULT_SKILLS_PATH } +]; +var ROOT_PATH_BY_ID = { + "vault-codex": CODEX_VAULT_SKILLS_PATH, + "vault-agents": AGENTS_VAULT_SKILLS_PATH +}; +var ROOT_ID_BY_PATH = new Map( + Object.entries(ROOT_PATH_BY_ID).map(([rootId, rootPath]) => [rootPath, rootId]) +); +var ALL_SCAN_ROOTS = ["vault-codex", "vault-agents"]; +var SKILL_PERSISTENCE_PREFIX = "codex-skill"; +function createCodexSkillPersistenceKey(state) { + const parts = [SKILL_PERSISTENCE_PREFIX, state.rootId]; + if (state.currentName) { + parts.push(encodeURIComponent(state.currentName)); + } + return parts.join(":"); +} +function parseCodexSkillPersistenceKey(persistenceKey) { + if (!persistenceKey) { + return null; + } + const legacyRootId = ROOT_ID_BY_PATH.get(persistenceKey); + if (legacyRootId) { + return { rootId: legacyRootId }; + } + const [prefix, rootId, encodedName] = persistenceKey.split(":"); + if (prefix !== SKILL_PERSISTENCE_PREFIX) { + return null; + } + if (rootId !== "vault-codex" && rootId !== "vault-agents") { + return null; + } + return { + rootId, + ...encodedName ? { currentName: decodeURIComponent(encodedName) } : {} + }; +} +function resolveCodexSkillLocationFromPath(skillPath, vaultPath) { + const usesWindowsPathSemantics = /^[A-Za-z]:[\\/]/.test(skillPath) || /^[A-Za-z]:[\\/]/.test(vaultPath) || skillPath.startsWith("\\\\") || vaultPath.startsWith("\\\\"); + const pathApi = usesWindowsPathSemantics ? path12.win32 : path12.posix; + const normalizedSkillPath = pathApi.normalize(skillPath); + const normalizedVaultPath = pathApi.normalize(vaultPath); + for (const [rootId, rootPath] of Object.entries(ROOT_PATH_BY_ID)) { + const rootDir = pathApi.normalize(pathApi.join(normalizedVaultPath, rootPath)); + const relative4 = pathApi.relative(rootDir, normalizedSkillPath); + if (!relative4 || relative4.startsWith(`..${pathApi.sep}`) || relative4 === "..") { + continue; + } + const parts = relative4.split(pathApi.sep); + if (parts.length !== 2 || parts[1] !== "SKILL.md" || !parts[0]) { + continue; + } + return { + name: parts[0], + rootId + }; + } + return null; +} +var CodexSkillStorage = class { + constructor(vaultAdapter, homeAdapter) { + this.vaultAdapter = vaultAdapter; + this.homeAdapter = homeAdapter; + } + async scanAll() { + const vaultSkills = await this.scanRoots(this.vaultAdapter, ALL_SCAN_ROOTS, "vault"); + const homeSkills = this.homeAdapter ? await this.scanRoots(this.homeAdapter, ALL_SCAN_ROOTS, "home") : []; + const seen = new Set(vaultSkills.map((s2) => s2.name.toLowerCase())); + const deduped = homeSkills.filter((s2) => !seen.has(s2.name.toLowerCase())); + return [...vaultSkills, ...deduped]; + } + async scanVault() { + return this.scanRoots(this.vaultAdapter, ALL_SCAN_ROOTS, "vault"); + } + async save(input) { + var _a5; + const targetRootId = (_a5 = input.rootId) != null ? _a5 : "vault-codex"; + const targetLocation = { rootId: targetRootId, name: input.name }; + const { dirPath, filePath } = this.buildLocationPaths(targetLocation); + const previousLocation = input.previousLocation; + await this.vaultAdapter.ensureFolder(dirPath); + const markdown = serializeSlashCommandMarkdown( + { name: input.name, description: input.description }, + input.content + ); + await this.vaultAdapter.write(filePath, markdown); + if (previousLocation && (previousLocation.rootId !== targetRootId || previousLocation.name !== input.name)) { + await this.delete(previousLocation); + } + } + async delete(location) { + const { dirPath, filePath } = this.buildLocationPaths(location); + await this.vaultAdapter.delete(filePath); + await this.vaultAdapter.deleteFolder(dirPath); + } + async load(location) { + const { filePath } = this.buildLocationPaths(location); + try { + const content = await this.vaultAdapter.read(filePath); + const parsed = parseSlashCommandContent(content); + return { + name: location.name, + description: parsed.description, + content: parsed.promptContent, + provenance: "vault", + rootId: location.rootId + }; + } catch (e2) { + return null; + } + } + async scanRoots(adapter, roots, provenance) { + const results = []; + for (const rootId of roots) { + const rootPath = ROOT_PATH_BY_ID[rootId]; + try { + const folders = await adapter.listFolders(rootPath); + for (const folder of folders) { + const skillName = folder.split("/").pop(); + const skillPath = `${rootPath}/${skillName}/SKILL.md`; + try { + const content = await adapter.read(skillPath); + const parsed = parseSlashCommandContent(content); + results.push({ + name: skillName, + description: parsed.description, + content: parsed.promptContent, + provenance, + rootId + }); + } catch (e2) { + } + } + } catch (e2) { + } + } + return results; + } + buildLocationPaths(location) { + const rootPath = ROOT_PATH_BY_ID[location.rootId]; + const dirPath = `${rootPath}/${location.name}`; + return { + dirPath, + filePath: `${dirPath}/SKILL.md` + }; + } +}; + +// src/providers/codex/commands/CodexSkillCatalog.ts +var CODEX_SKILL_ID_PREFIX = "codex-skill-"; +var CODEX_COMPACT_COMMAND = { + id: "codex-builtin-compact", + providerId: "codex", + kind: "command", + name: "compact", + description: "Compact conversation history", + content: "", + scope: "system", + source: "builtin", + isEditable: false, + isDeletable: false, + displayPrefix: "/", + insertPrefix: "/" +}; +function buildSkillId(skill, location) { + if (location) { + return `${CODEX_SKILL_ID_PREFIX}${location.rootId}-${location.name}`; + } + const encodedPath = encodeURIComponent(skill.path); + return `${CODEX_SKILL_ID_PREFIX}${skill.scope}-${encodedPath}`; +} +function listedSkillToProviderEntry(skill, vaultPath) { + const location = vaultPath ? resolveCodexSkillLocationFromPath(skill.path, vaultPath) : null; + const isVault = skill.scope === "repo" && location !== null; + return { + id: buildSkillId(skill, isVault ? location : null), + providerId: "codex", + kind: "skill", + name: skill.name, + description: getCodexSkillDescription(skill), + content: "", + scope: isVault ? "vault" : "user", + source: "user", + isEditable: isVault, + isDeletable: isVault, + displayPrefix: "$", + insertPrefix: "$", + ...isVault ? { + persistenceKey: createCodexSkillPersistenceKey({ + rootId: location.rootId, + currentName: location.name + }) + } : {} + }; +} +var CodexSkillCatalog = class { + constructor(storage, listProvider, vaultPath) { + this.storage = storage; + this.listProvider = listProvider; + this.vaultPath = vaultPath; + } + setRuntimeCommands(_commands) { + } + async listDropdownEntries(context) { + const skills = (await this.listProvider.listSkills()).filter((skill) => skill.enabled).sort(compareCodexSkillPriority); + const entries = skills.map((skill) => listedSkillToProviderEntry(skill, this.vaultPath)); + return context.includeBuiltIns ? [CODEX_COMPACT_COMMAND, ...entries] : entries; + } + async listVaultEntries() { + var _a5; + if (!this.vaultPath) { + return []; + } + const listedSkills = (await this.listProvider.listSkills()).filter((skill) => skill.scope === "repo").sort(compareCodexSkillPriority); + const entries = []; + for (const listedSkill of listedSkills) { + const location = resolveCodexSkillLocationFromPath(listedSkill.path, this.vaultPath); + if (!location) { + continue; + } + const storedSkill = await this.storage.load(location); + if (!storedSkill) { + continue; + } + entries.push({ + id: `${CODEX_SKILL_ID_PREFIX}${location.rootId}-${storedSkill.name}`, + providerId: "codex", + kind: "skill", + name: storedSkill.name, + description: (_a5 = storedSkill.description) != null ? _a5 : getCodexSkillDescription(listedSkill), + content: storedSkill.content, + scope: "vault", + source: "user", + isEditable: true, + isDeletable: true, + displayPrefix: "$", + insertPrefix: "$", + persistenceKey: createCodexSkillPersistenceKey({ + rootId: location.rootId, + currentName: location.name + }) + }); + } + return entries; + } + async saveVaultEntry(entry) { + const persistenceState = parseCodexSkillPersistenceKey(entry.persistenceKey); + await this.storage.save({ + name: entry.name, + description: entry.description, + content: entry.content, + rootId: persistenceState == null ? void 0 : persistenceState.rootId, + previousLocation: (persistenceState == null ? void 0 : persistenceState.currentName) ? { rootId: persistenceState.rootId, name: persistenceState.currentName } : void 0 + }); + this.listProvider.invalidate(); + } + async deleteVaultEntry(entry) { + var _a5, _b3; + const persistenceState = parseCodexSkillPersistenceKey(entry.persistenceKey); + await this.storage.delete({ + name: (_a5 = persistenceState == null ? void 0 : persistenceState.currentName) != null ? _a5 : entry.name, + rootId: (_b3 = persistenceState == null ? void 0 : persistenceState.rootId) != null ? _b3 : "vault-codex" + }); + this.listProvider.invalidate(); + } + getDropdownConfig() { + return { + providerId: "codex", + triggerChars: ["/", "$"], + builtInPrefix: "/", + skillPrefix: "$", + commandPrefix: "/" + }; + } + async refresh() { + this.listProvider.invalidate(); + await this.listProvider.listSkills({ forceReload: true }); + } +}; + +// src/providers/codex/runtime/CodexCliResolver.ts +init_env(); + +// src/utils/cliBinaryLocator.ts +var fs12 = __toESM(require("fs")); +var path13 = __toESM(require("path")); +init_env(); +init_path(); +function isExistingFile2(filePath) { + try { + return fs12.statSync(filePath).isFile(); + } catch (e2) { + return false; + } +} +function resolveConfiguredCliPath(configuredPath) { + const trimmed = (configuredPath != null ? configuredPath : "").trim(); + if (!trimmed) { + return null; + } + try { + const expandedPath = expandHomePath(trimmed); + return isExistingFile2(expandedPath) ? expandedPath : null; + } catch (e2) { + return null; + } +} +function findCliBinaryPath(binaryName, additionalPath, platform = process.platform) { + const binaryNames = platform === "win32" ? [`${binaryName}.exe`, `${binaryName}.cmd`, binaryName] : [binaryName]; + const searchEntries = platform === process.platform ? parsePathEntries(getEnhancedPath(additionalPath)) : parsePathEntriesForPlatform(additionalPath, platform); + for (const dir of searchEntries) { + if (!dir) continue; + for (const candidateName of binaryNames) { + const candidate = path13.join(dir, candidateName); + if (isExistingFile2(candidate)) { + return candidate; + } + } + } + return null; +} +function parsePathEntriesForPlatform(pathValue, platform) { + if (!pathValue) { + return []; + } + const delimiter = platform === "win32" ? ";" : ":"; + return pathValue.split(delimiter).map((segment) => stripSurroundingQuotes2(segment.trim())).filter((segment) => { + if (!segment) return false; + const upper = segment.toUpperCase(); + return upper !== "$PATH" && upper !== "${PATH}" && upper !== "%PATH%"; + }).map((segment) => translateMsysPathForPlatform(expandHomePath(segment), platform)); +} +function stripSurroundingQuotes2(value) { + if (value.startsWith('"') && value.endsWith('"') || value.startsWith("'") && value.endsWith("'")) { + return value.slice(1, -1); + } + return value; +} +function translateMsysPathForPlatform(value, platform) { + var _a5; + if (platform !== "win32") { + return value; + } + const msysMatch = value.match(/^\/([a-zA-Z])(?:\/(.*))?$/); + if (!msysMatch) { + return value; + } + const driveLetter = msysMatch[1].toUpperCase(); + const restOfPath = (_a5 = msysMatch[2]) != null ? _a5 : ""; + return restOfPath ? `${driveLetter}:\\${restOfPath.replace(/\//g, "\\")}` : `${driveLetter}:`; +} + +// src/providers/codex/runtime/CodexBinaryLocator.ts +init_env(); +function isWindowsStyleCliReference(value) { + const trimmed = (value != null ? value : "").trim(); + if (!trimmed) { + return false; + } + return /^[A-Za-z]:[\\/]/.test(trimmed) || trimmed.startsWith("\\\\") || /\.(?:exe|cmd|bat|ps1)$/i.test(trimmed); +} +function findCodexBinaryPath(additionalPath, platform = process.platform) { + return findCliBinaryPath("codex", additionalPath, platform); +} +function resolveCodexCliPath(hostnamePath, legacyPath, envText, options = {}) { + var _a5; + const hostPlatform = (_a5 = options.hostPlatform) != null ? _a5 : process.platform; + if (hostPlatform === "win32" && options.installationMethod === "wsl") { + const configuredCommand = [hostnamePath, legacyPath].map((value) => (value != null ? value : "").trim()).find((value) => value.length > 0 && !isWindowsStyleCliReference(value)); + return configuredCommand || "codex"; + } + const configuredHostnamePath = resolveConfiguredCliPath(hostnamePath); + if (configuredHostnamePath) { + return configuredHostnamePath; + } + const configuredLegacyPath = resolveConfiguredCliPath(legacyPath); + if (configuredLegacyPath) { + return configuredLegacyPath; + } + const customEnv = parseEnvironmentVariables(envText || ""); + return findCodexBinaryPath(customEnv.PATH, hostPlatform); +} + +// src/providers/codex/runtime/CodexCliResolver.ts +var CodexCliResolver = class { + constructor() { + this.resolvedPath = null; + this.lastHostnamePath = ""; + this.lastLegacyPath = ""; + this.lastEnvText = ""; + this.lastInstallationMethod = ""; + this.cachedHostname = getHostnameKey(); + } + resolveFromSettings(settings11) { + var _a5; + const codexSettings = getCodexProviderSettings(settings11); + const hostnamePath = ((_a5 = codexSettings.cliPathsByHost[this.cachedHostname]) != null ? _a5 : "").trim(); + const legacyPath = codexSettings.cliPath.trim(); + const envText = getRuntimeEnvironmentText(settings11, "codex"); + const installationMethod = codexSettings.installationMethod; + if (this.resolvedPath && hostnamePath === this.lastHostnamePath && legacyPath === this.lastLegacyPath && envText === this.lastEnvText && installationMethod === this.lastInstallationMethod) { + return this.resolvedPath; + } + this.lastHostnamePath = hostnamePath; + this.lastLegacyPath = legacyPath; + this.lastEnvText = envText; + this.lastInstallationMethod = installationMethod; + this.resolvedPath = resolveCodexCliPath(hostnamePath, legacyPath, envText, { + installationMethod + }); + return this.resolvedPath; + } + resolve(hostnamePaths, legacyPath, envText, options = {}) { + var _a5; + const hostnamePath = ((_a5 = hostnamePaths == null ? void 0 : hostnamePaths[this.cachedHostname]) != null ? _a5 : "").trim(); + const normalizedLegacyPath = (legacyPath != null ? legacyPath : "").trim(); + return resolveCodexCliPath(hostnamePath, normalizedLegacyPath, envText, options); + } + reset() { + this.resolvedPath = null; + this.lastHostnamePath = ""; + this.lastLegacyPath = ""; + this.lastEnvText = ""; + this.lastInstallationMethod = ""; + } +}; + +// node_modules/smol-toml/dist/error.js +function getLineColFromPtr(string5, ptr) { + let lines = string5.slice(0, ptr).split(/\r\n|\n|\r/g); + return [lines.length, lines.pop().length + 1]; +} +function makeCodeBlock(string5, line, column) { + let lines = string5.split(/\r\n|\n|\r/g); + let codeblock = ""; + let numberLen = (Math.log10(line + 1) | 0) + 1; + for (let i = line - 1; i <= line + 1; i++) { + let l2 = lines[i - 1]; + if (!l2) + continue; + codeblock += i.toString().padEnd(numberLen, " "); + codeblock += ": "; + codeblock += l2; + codeblock += "\n"; + if (i === line) { + codeblock += " ".repeat(numberLen + column + 2); + codeblock += "^\n"; + } + } + return codeblock; +} +var TomlError = class extends Error { + constructor(message, options) { + const [line, column] = getLineColFromPtr(options.toml, options.ptr); + const codeblock = makeCodeBlock(options.toml, line, column); + super(`Invalid TOML document: ${message} + +${codeblock}`, options); + __publicField(this, "line"); + __publicField(this, "column"); + __publicField(this, "codeblock"); + this.line = line; + this.column = column; + this.codeblock = codeblock; + } +}; + +// node_modules/smol-toml/dist/util.js +function isEscaped(str, ptr) { + let i = 0; + while (str[ptr - ++i] === "\\") + ; + return --i && i % 2; +} +function indexOfNewline(str, start = 0, end = str.length) { + let idx = str.indexOf("\n", start); + if (str[idx - 1] === "\r") + idx--; + return idx <= end ? idx : -1; +} +function skipComment(str, ptr) { + for (let i = ptr; i < str.length; i++) { + let c = str[i]; + if (c === "\n") + return i; + if (c === "\r" && str[i + 1] === "\n") + return i + 1; + if (c < " " && c !== " " || c === "\x7F") { + throw new TomlError("control characters are not allowed in comments", { + toml: str, + ptr + }); + } + } + return str.length; +} +function skipVoid(str, ptr, banNewLines, banComments) { + let c; + while (1) { + while ((c = str[ptr]) === " " || c === " " || !banNewLines && (c === "\n" || c === "\r" && str[ptr + 1] === "\n")) + ptr++; + if (banComments || c !== "#") + break; + ptr = skipComment(str, ptr); + } + return ptr; +} +function skipUntil(str, ptr, sep2, end, banNewLines = false) { + if (!end) { + ptr = indexOfNewline(str, ptr); + return ptr < 0 ? str.length : ptr; + } + for (let i = ptr; i < str.length; i++) { + let c = str[i]; + if (c === "#") { + i = indexOfNewline(str, i); + } else if (c === sep2) { + return i + 1; + } else if (c === end || banNewLines && (c === "\n" || c === "\r" && str[i + 1] === "\n")) { + return i; + } + } + throw new TomlError("cannot find end of structure", { + toml: str, + ptr + }); +} +function getStringEnd(str, seek) { + let first = str[seek]; + let target = first === str[seek + 1] && str[seek + 1] === str[seek + 2] ? str.slice(seek, seek + 3) : first; + seek += target.length - 1; + do + seek = str.indexOf(target, ++seek); + while (seek > -1 && first !== "'" && isEscaped(str, seek)); + if (seek > -1) { + seek += target.length; + if (target.length > 1) { + if (str[seek] === first) + seek++; + if (str[seek] === first) + seek++; + } + } + return seek; +} + +// node_modules/smol-toml/dist/date.js +var DATE_TIME_RE = /^(\d{4}-\d{2}-\d{2})?[T ]?(?:(\d{2}):\d{2}(?::\d{2}(?:\.\d+)?)?)?(Z|[-+]\d{2}:\d{2})?$/i; +var _hasDate, _hasTime, _offset; +var _TomlDate = class _TomlDate extends Date { + constructor(date7) { + let hasDate = true; + let hasTime = true; + let offset = "Z"; + if (typeof date7 === "string") { + let match = date7.match(DATE_TIME_RE); + if (match) { + if (!match[1]) { + hasDate = false; + date7 = `0000-01-01T${date7}`; + } + hasTime = !!match[2]; + hasTime && date7[10] === " " && (date7 = date7.replace(" ", "T")); + if (match[2] && +match[2] > 23) { + date7 = ""; + } else { + offset = match[3] || null; + date7 = date7.toUpperCase(); + if (!offset && hasTime) + date7 += "Z"; + } + } else { + date7 = ""; + } + } + super(date7); + __privateAdd(this, _hasDate, false); + __privateAdd(this, _hasTime, false); + __privateAdd(this, _offset, null); + if (!isNaN(this.getTime())) { + __privateSet(this, _hasDate, hasDate); + __privateSet(this, _hasTime, hasTime); + __privateSet(this, _offset, offset); + } + } + isDateTime() { + return __privateGet(this, _hasDate) && __privateGet(this, _hasTime); + } + isLocal() { + return !__privateGet(this, _hasDate) || !__privateGet(this, _hasTime) || !__privateGet(this, _offset); + } + isDate() { + return __privateGet(this, _hasDate) && !__privateGet(this, _hasTime); + } + isTime() { + return __privateGet(this, _hasTime) && !__privateGet(this, _hasDate); + } + isValid() { + return __privateGet(this, _hasDate) || __privateGet(this, _hasTime); + } + toISOString() { + let iso = super.toISOString(); + if (this.isDate()) + return iso.slice(0, 10); + if (this.isTime()) + return iso.slice(11, 23); + if (__privateGet(this, _offset) === null) + return iso.slice(0, -1); + if (__privateGet(this, _offset) === "Z") + return iso; + let offset = +__privateGet(this, _offset).slice(1, 3) * 60 + +__privateGet(this, _offset).slice(4, 6); + offset = __privateGet(this, _offset)[0] === "-" ? offset : -offset; + let offsetDate = new Date(this.getTime() - offset * 6e4); + return offsetDate.toISOString().slice(0, -1) + __privateGet(this, _offset); + } + static wrapAsOffsetDateTime(jsDate, offset = "Z") { + let date7 = new _TomlDate(jsDate); + __privateSet(date7, _offset, offset); + return date7; + } + static wrapAsLocalDateTime(jsDate) { + let date7 = new _TomlDate(jsDate); + __privateSet(date7, _offset, null); + return date7; + } + static wrapAsLocalDate(jsDate) { + let date7 = new _TomlDate(jsDate); + __privateSet(date7, _hasTime, false); + __privateSet(date7, _offset, null); + return date7; + } + static wrapAsLocalTime(jsDate) { + let date7 = new _TomlDate(jsDate); + __privateSet(date7, _hasDate, false); + __privateSet(date7, _offset, null); + return date7; + } +}; +_hasDate = new WeakMap(); +_hasTime = new WeakMap(); +_offset = new WeakMap(); +var TomlDate = _TomlDate; + +// node_modules/smol-toml/dist/primitive.js +var INT_REGEX = /^((0x[0-9a-fA-F](_?[0-9a-fA-F])*)|(([+-]|0[ob])?\d(_?\d)*))$/; +var FLOAT_REGEX = /^[+-]?\d(_?\d)*(\.\d(_?\d)*)?([eE][+-]?\d(_?\d)*)?$/; +var LEADING_ZERO = /^[+-]?0[0-9_]/; +var ESCAPE_REGEX = /^[0-9a-f]{2,8}$/i; +var ESC_MAP = { + b: "\b", + t: " ", + n: "\n", + f: "\f", + r: "\r", + e: "\x1B", + '"': '"', + "\\": "\\" +}; +function parseString(str, ptr = 0, endPtr = str.length) { + let isLiteral = str[ptr] === "'"; + let isMultiline = str[ptr++] === str[ptr] && str[ptr] === str[ptr + 1]; + if (isMultiline) { + endPtr -= 2; + if (str[ptr += 2] === "\r") + ptr++; + if (str[ptr] === "\n") + ptr++; + } + let tmp = 0; + let isEscape; + let parsed = ""; + let sliceStart = ptr; + while (ptr < endPtr - 1) { + let c = str[ptr++]; + if (c === "\n" || c === "\r" && str[ptr] === "\n") { + if (!isMultiline) { + throw new TomlError("newlines are not allowed in strings", { + toml: str, + ptr: ptr - 1 + }); + } + } else if (c < " " && c !== " " || c === "\x7F") { + throw new TomlError("control characters are not allowed in strings", { + toml: str, + ptr: ptr - 1 + }); + } + if (isEscape) { + isEscape = false; + if (c === "x" || c === "u" || c === "U") { + let code = str.slice(ptr, ptr += c === "x" ? 2 : c === "u" ? 4 : 8); + if (!ESCAPE_REGEX.test(code)) { + throw new TomlError("invalid unicode escape", { + toml: str, + ptr: tmp + }); + } + try { + parsed += String.fromCodePoint(parseInt(code, 16)); + } catch (e2) { + throw new TomlError("invalid unicode escape", { + toml: str, + ptr: tmp + }); + } + } else if (isMultiline && (c === "\n" || c === " " || c === " " || c === "\r")) { + ptr = skipVoid(str, ptr - 1, true); + if (str[ptr] !== "\n" && str[ptr] !== "\r") { + throw new TomlError("invalid escape: only line-ending whitespace may be escaped", { + toml: str, + ptr: tmp + }); + } + ptr = skipVoid(str, ptr); + } else if (c in ESC_MAP) { + parsed += ESC_MAP[c]; + } else { + throw new TomlError("unrecognized escape sequence", { + toml: str, + ptr: tmp + }); + } + sliceStart = ptr; + } else if (!isLiteral && c === "\\") { + tmp = ptr - 1; + isEscape = true; + parsed += str.slice(sliceStart, tmp); + } + } + return parsed + str.slice(sliceStart, endPtr - 1); +} +function parseValue(value, toml, ptr, integersAsBigInt) { + if (value === "true") + return true; + if (value === "false") + return false; + if (value === "-inf") + return -Infinity; + if (value === "inf" || value === "+inf") + return Infinity; + if (value === "nan" || value === "+nan" || value === "-nan") + return NaN; + if (value === "-0") + return integersAsBigInt ? /* @__PURE__ */ BigInt("0") : 0; + let isInt = INT_REGEX.test(value); + if (isInt || FLOAT_REGEX.test(value)) { + if (LEADING_ZERO.test(value)) { + throw new TomlError("leading zeroes are not allowed", { + toml, + ptr + }); + } + value = value.replace(/_/g, ""); + let numeric = +value; + if (isNaN(numeric)) { + throw new TomlError("invalid number", { + toml, + ptr + }); + } + if (isInt) { + if ((isInt = !Number.isSafeInteger(numeric)) && !integersAsBigInt) { + throw new TomlError("integer value cannot be represented losslessly", { + toml, + ptr + }); + } + if (isInt || integersAsBigInt === true) + numeric = BigInt(value); + } + return numeric; + } + const date7 = new TomlDate(value); + if (!date7.isValid()) { + throw new TomlError("invalid value", { + toml, + ptr + }); + } + return date7; +} + +// node_modules/smol-toml/dist/extract.js +function sliceAndTrimEndOf(str, startPtr, endPtr) { + let value = str.slice(startPtr, endPtr); + let commentIdx = value.indexOf("#"); + if (commentIdx > -1) { + skipComment(str, commentIdx); + value = value.slice(0, commentIdx); + } + return [value.trimEnd(), commentIdx]; +} +function extractValue(str, ptr, end, depth, integersAsBigInt) { + if (depth === 0) { + throw new TomlError("document contains excessively nested structures. aborting.", { + toml: str, + ptr + }); + } + let c = str[ptr]; + if (c === "[" || c === "{") { + let [value, endPtr2] = c === "[" ? parseArray(str, ptr, depth, integersAsBigInt) : parseInlineTable(str, ptr, depth, integersAsBigInt); + if (end) { + endPtr2 = skipVoid(str, endPtr2); + if (str[endPtr2] === ",") + endPtr2++; + else if (str[endPtr2] !== end) { + throw new TomlError("expected comma or end of structure", { + toml: str, + ptr: endPtr2 + }); + } + } + return [value, endPtr2]; + } + let endPtr; + if (c === '"' || c === "'") { + endPtr = getStringEnd(str, ptr); + let parsed = parseString(str, ptr, endPtr); + if (end) { + endPtr = skipVoid(str, endPtr); + if (str[endPtr] && str[endPtr] !== "," && str[endPtr] !== end && str[endPtr] !== "\n" && str[endPtr] !== "\r") { + throw new TomlError("unexpected character encountered", { + toml: str, + ptr: endPtr + }); + } + endPtr += +(str[endPtr] === ","); + } + return [parsed, endPtr]; + } + endPtr = skipUntil(str, ptr, ",", end); + let slice = sliceAndTrimEndOf(str, ptr, endPtr - +(str[endPtr - 1] === ",")); + if (!slice[0]) { + throw new TomlError("incomplete key-value declaration: no value specified", { + toml: str, + ptr + }); + } + if (end && slice[1] > -1) { + endPtr = skipVoid(str, ptr + slice[1]); + endPtr += +(str[endPtr] === ","); + } + return [ + parseValue(slice[0], str, ptr, integersAsBigInt), + endPtr + ]; +} + +// node_modules/smol-toml/dist/struct.js +var KEY_PART_RE = /^[a-zA-Z0-9-_]+[ \t]*$/; +function parseKey(str, ptr, end = "=") { + let dot = ptr - 1; + let parsed = []; + let endPtr = str.indexOf(end, ptr); + if (endPtr < 0) { + throw new TomlError("incomplete key-value: cannot find end of key", { + toml: str, + ptr + }); + } + do { + let c = str[ptr = ++dot]; + if (c !== " " && c !== " ") { + if (c === '"' || c === "'") { + if (c === str[ptr + 1] && c === str[ptr + 2]) { + throw new TomlError("multiline strings are not allowed in keys", { + toml: str, + ptr + }); + } + let eos = getStringEnd(str, ptr); + if (eos < 0) { + throw new TomlError("unfinished string encountered", { + toml: str, + ptr + }); + } + dot = str.indexOf(".", eos); + let strEnd = str.slice(eos, dot < 0 || dot > endPtr ? endPtr : dot); + let newLine = indexOfNewline(strEnd); + if (newLine > -1) { + throw new TomlError("newlines are not allowed in keys", { + toml: str, + ptr: ptr + dot + newLine + }); + } + if (strEnd.trimStart()) { + throw new TomlError("found extra tokens after the string part", { + toml: str, + ptr: eos + }); + } + if (endPtr < eos) { + endPtr = str.indexOf(end, eos); + if (endPtr < 0) { + throw new TomlError("incomplete key-value: cannot find end of key", { + toml: str, + ptr + }); + } + } + parsed.push(parseString(str, ptr, eos)); + } else { + dot = str.indexOf(".", ptr); + let part = str.slice(ptr, dot < 0 || dot > endPtr ? endPtr : dot); + if (!KEY_PART_RE.test(part)) { + throw new TomlError("only letter, numbers, dashes and underscores are allowed in keys", { + toml: str, + ptr + }); + } + parsed.push(part.trimEnd()); + } + } + } while (dot + 1 && dot < endPtr); + return [parsed, skipVoid(str, endPtr + 1, true, true)]; +} +function parseInlineTable(str, ptr, depth, integersAsBigInt) { + let res = {}; + let seen = /* @__PURE__ */ new Set(); + let c; + ptr++; + while ((c = str[ptr++]) !== "}" && c) { + if (c === ",") { + throw new TomlError("expected value, found comma", { + toml: str, + ptr: ptr - 1 + }); + } else if (c === "#") + ptr = skipComment(str, ptr); + else if (c !== " " && c !== " " && c !== "\n" && c !== "\r") { + let k2; + let t11 = res; + let hasOwn = false; + let [key, keyEndPtr] = parseKey(str, ptr - 1); + for (let i = 0; i < key.length; i++) { + if (i) + t11 = hasOwn ? t11[k2] : t11[k2] = {}; + k2 = key[i]; + if ((hasOwn = Object.hasOwn(t11, k2)) && (typeof t11[k2] !== "object" || seen.has(t11[k2]))) { + throw new TomlError("trying to redefine an already defined value", { + toml: str, + ptr + }); + } + if (!hasOwn && k2 === "__proto__") { + Object.defineProperty(t11, k2, { enumerable: true, configurable: true, writable: true }); + } + } + if (hasOwn) { + throw new TomlError("trying to redefine an already defined value", { + toml: str, + ptr + }); + } + let [value, valueEndPtr] = extractValue(str, keyEndPtr, "}", depth - 1, integersAsBigInt); + seen.add(value); + t11[k2] = value; + ptr = valueEndPtr; + } + } + if (!c) { + throw new TomlError("unfinished table encountered", { + toml: str, + ptr + }); + } + return [res, ptr]; +} +function parseArray(str, ptr, depth, integersAsBigInt) { + let res = []; + let c; + ptr++; + while ((c = str[ptr++]) !== "]" && c) { + if (c === ",") { + throw new TomlError("expected value, found comma", { + toml: str, + ptr: ptr - 1 + }); + } else if (c === "#") + ptr = skipComment(str, ptr); + else if (c !== " " && c !== " " && c !== "\n" && c !== "\r") { + let e2 = extractValue(str, ptr - 1, "]", depth - 1, integersAsBigInt); + res.push(e2[0]); + ptr = e2[1]; + } + } + if (!c) { + throw new TomlError("unfinished array encountered", { + toml: str, + ptr + }); + } + return [res, ptr]; +} + +// node_modules/smol-toml/dist/parse.js +function peekTable(key, table, meta3, type) { + var _a5, _b3; + let t11 = table; + let m4 = meta3; + let k2; + let hasOwn = false; + let state; + for (let i = 0; i < key.length; i++) { + if (i) { + t11 = hasOwn ? t11[k2] : t11[k2] = {}; + m4 = (state = m4[k2]).c; + if (type === 0 && (state.t === 1 || state.t === 2)) { + return null; + } + if (state.t === 2) { + let l2 = t11.length - 1; + t11 = t11[l2]; + m4 = m4[l2].c; + } + } + k2 = key[i]; + if ((hasOwn = Object.hasOwn(t11, k2)) && ((_a5 = m4[k2]) == null ? void 0 : _a5.t) === 0 && ((_b3 = m4[k2]) == null ? void 0 : _b3.d)) { + return null; + } + if (!hasOwn) { + if (k2 === "__proto__") { + Object.defineProperty(t11, k2, { enumerable: true, configurable: true, writable: true }); + Object.defineProperty(m4, k2, { enumerable: true, configurable: true, writable: true }); + } + m4[k2] = { + t: i < key.length - 1 && type === 2 ? 3 : type, + d: false, + i: 0, + c: {} + }; + } + } + state = m4[k2]; + if (state.t !== type && !(type === 1 && state.t === 3)) { + return null; + } + if (type === 2) { + if (!state.d) { + state.d = true; + t11[k2] = []; + } + t11[k2].push(t11 = {}); + state.c[state.i++] = state = { t: 1, d: false, i: 0, c: {} }; + } + if (state.d) { + return null; + } + state.d = true; + if (type === 1) { + t11 = hasOwn ? t11[k2] : t11[k2] = {}; + } else if (type === 0 && hasOwn) { + return null; + } + return [k2, t11, state.c]; +} +function parse3(toml, { maxDepth = 1e3, integersAsBigInt } = {}) { + let res = {}; + let meta3 = {}; + let tbl = res; + let m4 = meta3; + for (let ptr = skipVoid(toml, 0); ptr < toml.length; ) { + if (toml[ptr] === "[") { + let isTableArray = toml[++ptr] === "["; + let k2 = parseKey(toml, ptr += +isTableArray, "]"); + if (isTableArray) { + if (toml[k2[1] - 1] !== "]") { + throw new TomlError("expected end of table declaration", { + toml, + ptr: k2[1] - 1 + }); + } + k2[1]++; + } + let p = peekTable( + k2[0], + res, + meta3, + isTableArray ? 2 : 1 + /* Type.EXPLICIT */ + ); + if (!p) { + throw new TomlError("trying to redefine an already defined table or value", { + toml, + ptr + }); + } + m4 = p[2]; + tbl = p[1]; + ptr = k2[1]; + } else { + let k2 = parseKey(toml, ptr); + let p = peekTable( + k2[0], + tbl, + m4, + 0 + /* Type.DOTTED */ + ); + if (!p) { + throw new TomlError("trying to redefine an already defined table or value", { + toml, + ptr + }); + } + let v2 = extractValue(toml, k2[1], void 0, maxDepth, integersAsBigInt); + p[1][p[0]] = v2[0]; + ptr = v2[1]; + } + ptr = skipVoid(toml, ptr, true); + if (toml[ptr] && toml[ptr] !== "\n" && toml[ptr] !== "\r") { + throw new TomlError("each key-value declaration must be followed by an end-of-line", { + toml, + ptr + }); + } + ptr = skipVoid(toml, ptr); + } + return res; +} + +// node_modules/smol-toml/dist/stringify.js +var BARE_KEY = /^[a-z0-9-_]+$/i; +function extendedTypeOf(obj) { + let type = typeof obj; + if (type === "object") { + if (Array.isArray(obj)) + return "array"; + if (obj instanceof Date) + return "date"; + } + return type; +} +function isArrayOfTables(obj) { + for (let i = 0; i < obj.length; i++) { + if (extendedTypeOf(obj[i]) !== "object") + return false; + } + return obj.length != 0; +} +function formatString(s2) { + return JSON.stringify(s2).replace(/\x7f/g, "\\u007f"); +} +function stringifyValue(val, type, depth, numberAsFloat) { + if (depth === 0) { + throw new Error("Could not stringify the object: maximum object depth exceeded"); + } + if (type === "number") { + if (isNaN(val)) + return "nan"; + if (val === Infinity) + return "inf"; + if (val === -Infinity) + return "-inf"; + if (numberAsFloat && Number.isInteger(val)) + return val.toFixed(1); + return val.toString(); + } + if (type === "bigint" || type === "boolean") { + return val.toString(); + } + if (type === "string") { + return formatString(val); + } + if (type === "date") { + if (isNaN(val.getTime())) { + throw new TypeError("cannot serialize invalid date"); + } + return val.toISOString(); + } + if (type === "object") { + return stringifyInlineTable(val, depth, numberAsFloat); + } + if (type === "array") { + return stringifyArray(val, depth, numberAsFloat); + } +} +function stringifyInlineTable(obj, depth, numberAsFloat) { + let keys = Object.keys(obj); + if (keys.length === 0) + return "{}"; + let res = "{ "; + for (let i = 0; i < keys.length; i++) { + let k2 = keys[i]; + if (i) + res += ", "; + res += BARE_KEY.test(k2) ? k2 : formatString(k2); + res += " = "; + res += stringifyValue(obj[k2], extendedTypeOf(obj[k2]), depth - 1, numberAsFloat); + } + return res + " }"; +} +function stringifyArray(array2, depth, numberAsFloat) { + if (array2.length === 0) + return "[]"; + let res = "[ "; + for (let i = 0; i < array2.length; i++) { + if (i) + res += ", "; + if (array2[i] === null || array2[i] === void 0) { + throw new TypeError("arrays cannot contain null or undefined values"); + } + res += stringifyValue(array2[i], extendedTypeOf(array2[i]), depth - 1, numberAsFloat); + } + return res + " ]"; +} +function stringifyArrayTable(array2, key, depth, numberAsFloat) { + if (depth === 0) { + throw new Error("Could not stringify the object: maximum object depth exceeded"); + } + let res = ""; + for (let i = 0; i < array2.length; i++) { + res += `${res && "\n"}[[${key}]] +`; + res += stringifyTable(0, array2[i], key, depth, numberAsFloat); + } + return res; +} +function stringifyTable(tableKey, obj, prefix, depth, numberAsFloat) { + if (depth === 0) { + throw new Error("Could not stringify the object: maximum object depth exceeded"); + } + let preamble = ""; + let tables = ""; + let keys = Object.keys(obj); + for (let i = 0; i < keys.length; i++) { + let k2 = keys[i]; + if (obj[k2] !== null && obj[k2] !== void 0) { + let type = extendedTypeOf(obj[k2]); + if (type === "symbol" || type === "function") { + throw new TypeError(`cannot serialize values of type '${type}'`); + } + let key = BARE_KEY.test(k2) ? k2 : formatString(k2); + if (type === "array" && isArrayOfTables(obj[k2])) { + tables += (tables && "\n") + stringifyArrayTable(obj[k2], prefix ? `${prefix}.${key}` : key, depth - 1, numberAsFloat); + } else if (type === "object") { + let tblKey = prefix ? `${prefix}.${key}` : key; + tables += (tables && "\n") + stringifyTable(tblKey, obj[k2], tblKey, depth - 1, numberAsFloat); + } else { + preamble += key; + preamble += " = "; + preamble += stringifyValue(obj[k2], type, depth, numberAsFloat); + preamble += "\n"; + } + } + } + if (tableKey && (preamble || !tables)) + preamble = preamble ? `[${tableKey}] +${preamble}` : `[${tableKey}]`; + return preamble && tables ? `${preamble} +${tables}` : preamble || tables; +} +function stringify(obj, { maxDepth = 1e3, numbersAsFloat = false } = {}) { + if (extendedTypeOf(obj) !== "object") { + throw new TypeError("stringify can only be called with an object"); + } + let str = stringifyTable(0, obj, "", maxDepth, numbersAsFloat); + if (str[str.length - 1] !== "\n") + return str + "\n"; + return str; +} + +// src/providers/codex/types/subagent.ts +var CODEX_SUBAGENT_KNOWN_KEYS = /* @__PURE__ */ new Set([ + "name", + "description", + "developer_instructions", + "nickname_candidates", + "model", + "model_reasoning_effort", + "sandbox_mode" +]); + +// src/providers/codex/storage/CodexSubagentStorage.ts +var CODEX_AGENTS_PATH = ".codex/agents"; +var SUBAGENT_PERSISTENCE_PREFIX = "codex-subagent"; +function createCodexSubagentPersistenceKey(location) { + return `${SUBAGENT_PERSISTENCE_PREFIX}:${encodeURIComponent(location.fileName)}`; +} +function parseCodexSubagentPersistenceKey(persistenceKey) { + if (!persistenceKey) { + return null; + } + if (persistenceKey.startsWith(`${CODEX_AGENTS_PATH}/`) && persistenceKey.endsWith(".toml")) { + return { fileName: persistenceKey.slice(CODEX_AGENTS_PATH.length + 1) }; + } + const [prefix, encodedFileName] = persistenceKey.split(":"); + if (prefix !== SUBAGENT_PERSISTENCE_PREFIX || !encodedFileName) { + return null; + } + const fileName = decodeURIComponent(encodedFileName); + return fileName.endsWith(".toml") ? { fileName } : null; +} +var CodexSubagentStorage = class { + constructor(vaultAdapter) { + this.vaultAdapter = vaultAdapter; + } + async loadAll() { + return this.scanAdapter(this.vaultAdapter); + } + async load(agent) { + const filePath = this.resolveCurrentPath(agent); + try { + if (!await this.vaultAdapter.exists(filePath)) return null; + const content = await this.vaultAdapter.read(filePath); + return parseSubagentToml(content, filePath); + } catch (e2) { + return null; + } + } + async save(agent, previous) { + const filePath = this.resolveTargetPath(agent, previous); + const previousPath = previous ? this.resolveCurrentPath(previous) : null; + await this.vaultAdapter.ensureFolder(CODEX_AGENTS_PATH); + const content = serializeSubagentToml(agent); + await this.vaultAdapter.write(filePath, content); + if (previousPath && previousPath !== filePath) { + await this.vaultAdapter.delete(previousPath); + } + } + async delete(agent) { + const filePath = this.resolveCurrentPath(agent); + await this.vaultAdapter.delete(filePath); + } + resolveCurrentPath(agent) { + const persistedLocation = parseCodexSubagentPersistenceKey(agent.persistenceKey); + if (persistedLocation) { + return `${CODEX_AGENTS_PATH}/${persistedLocation.fileName}`; + } + return `${CODEX_AGENTS_PATH}/${agent.name}.toml`; + } + resolveTargetPath(agent, previous) { + if (previous && previous.name === agent.name) { + return this.resolveCurrentPath(previous); + } + return `${CODEX_AGENTS_PATH}/${agent.name}.toml`; + } + async scanAdapter(adapter) { + const results = []; + try { + const files = await adapter.listFiles(CODEX_AGENTS_PATH); + for (const filePath of files) { + if (!filePath.endsWith(".toml")) continue; + try { + const content = await adapter.read(filePath); + const agent = parseSubagentToml(content, filePath); + if (agent) results.push(agent); + } catch (e2) { + } + } + } catch (e2) { + } + return results; + } +}; +function parseSubagentToml(content, filePath) { + var _a5; + let parsed; + try { + parsed = parse3(content); + } catch (e2) { + return null; + } + const name = typeof parsed.name === "string" ? parsed.name : void 0; + const description = typeof parsed.description === "string" ? parsed.description : void 0; + const developerInstructions = typeof parsed.developer_instructions === "string" ? parsed.developer_instructions : void 0; + if (!name || !description || !developerInstructions) return null; + const result = { + name, + description, + developerInstructions, + persistenceKey: createCodexSubagentPersistenceKey({ + fileName: filePath.startsWith(`${CODEX_AGENTS_PATH}/`) ? filePath.slice(CODEX_AGENTS_PATH.length + 1) : (_a5 = filePath.split("/").pop()) != null ? _a5 : filePath + }) + }; + if (typeof parsed.model === "string") { + result.model = parsed.model; + } + if (typeof parsed.model_reasoning_effort === "string") { + result.modelReasoningEffort = parsed.model_reasoning_effort; + } + if (typeof parsed.sandbox_mode === "string") { + result.sandboxMode = parsed.sandbox_mode; + } + if (Array.isArray(parsed.nickname_candidates)) { + const candidates = parsed.nickname_candidates.filter( + (v2) => typeof v2 === "string" + ); + if (candidates.length > 0) result.nicknameCandidates = candidates; + } + const extraFields = {}; + for (const [key, value] of Object.entries(parsed)) { + if (!CODEX_SUBAGENT_KNOWN_KEYS.has(key)) { + extraFields[key] = value; + } + } + if (Object.keys(extraFields).length > 0) { + result.extraFields = extraFields; + } + return result; +} +function serializeSubagentToml(agent) { + const doc = { + name: agent.name, + description: agent.description, + developer_instructions: agent.developerInstructions + }; + if (agent.nicknameCandidates && agent.nicknameCandidates.length > 0) { + doc.nickname_candidates = agent.nicknameCandidates; + } + if (agent.model) { + doc.model = agent.model; + } + if (agent.modelReasoningEffort) { + doc.model_reasoning_effort = agent.modelReasoningEffort; + } + if (agent.sandboxMode) { + doc.sandbox_mode = agent.sandboxMode; + } + if (agent.extraFields) { + for (const [key, value] of Object.entries(agent.extraFields)) { + doc[key] = value; + } + } + return stringify(doc); +} + +// src/providers/codex/ui/CodexSettingsTab.ts +var fs13 = __toESM(require("fs")); +var import_obsidian17 = require("obsidian"); +init_env(); +init_path(); + +// src/providers/codex/modelOptions.ts +function createCustomCodexModelOption(modelId, description) { + return { + value: modelId, + label: formatCodexModelLabel(modelId), + description + }; +} +function getConfiguredEnvModel(settings11) { + var _a5; + const modelId = (_a5 = getRuntimeEnvironmentVariables(settings11, "codex").OPENAI_MODEL) == null ? void 0 : _a5.trim(); + return modelId ? modelId : null; +} +function getConfiguredEnvCustomModel(settings11) { + const modelId = getConfiguredEnvModel(settings11); + return modelId && !DEFAULT_CODEX_MODEL_SET.has(modelId) ? modelId : null; +} +function parseConfiguredCustomModelIds2(value) { + const modelIds = []; + const seen = /* @__PURE__ */ new Set(); + for (const line of value.split(/\r?\n/)) { + const modelId = line.trim(); + if (!modelId || seen.has(modelId)) { + continue; + } + seen.add(modelId); + modelIds.push(modelId); + } + return modelIds; +} +function getCodexModelOptions(settings11) { + const models = [...DEFAULT_CODEX_MODELS]; + const seenValues = new Set(models.map((model) => model.value)); + const envModel = getConfiguredEnvCustomModel(settings11); + if (envModel) { + seenValues.add(envModel); + models.unshift(createCustomCodexModelOption(envModel, "Custom (env)")); + } + const codexSettings = getCodexProviderSettings(settings11); + for (const modelId of parseConfiguredCustomModelIds2(codexSettings.customModels)) { + if (seenValues.has(modelId)) { + continue; + } + seenValues.add(modelId); + models.push(createCustomCodexModelOption(modelId, "Custom model")); + } + return models; +} +function resolveCodexModelSelection(settings11, currentModel) { + var _a5, _b3; + const envModel = getConfiguredEnvModel(settings11); + if (envModel) { + return envModel; + } + const modelOptions = getCodexModelOptions(settings11); + if (currentModel && modelOptions.some((option) => option.value === currentModel)) { + return currentModel; + } + return (_b3 = (_a5 = modelOptions[0]) == null ? void 0 : _a5.value) != null ? _b3 : DEFAULT_CODEX_PRIMARY_MODEL; +} + +// src/providers/codex/ui/CodexSkillSettings.ts +var import_obsidian15 = require("obsidian"); +var CodexSkillModal = class extends import_obsidian15.Modal { + constructor(app, existing, onSave) { + var _a5, _b3; + super(app); + this.existing = existing; + this.onSave = onSave; + this._selectedRootId = (_b3 = (_a5 = parseCodexSkillPersistenceKey(existing == null ? void 0 : existing.persistenceKey)) == null ? void 0 : _a5.rootId) != null ? _b3 : "vault-codex"; + } + /** Exposed for unit tests only. */ + getTestInputs() { + return { + nameInput: this._nameInput, + descInput: this._descInput, + contentArea: this._contentArea, + setDirectory: (rootId) => { + this._selectedRootId = rootId; + }, + triggerSave: this._triggerSave + }; + } + onOpen() { + var _a5; + this.setTitle(this.existing ? "Edit Codex Skill" : "Add Codex Skill"); + this.modalEl.addClass("claudian-sp-modal"); + const { contentEl } = this; + new import_obsidian15.Setting(contentEl).setName("Directory").setDesc("Where to store the skill").addDropdown((dropdown) => { + for (const opt of CODEX_SKILL_ROOT_OPTIONS) { + dropdown.addOption(opt.id, opt.label); + } + dropdown.setValue(this._selectedRootId); + dropdown.onChange((value) => { + this._selectedRootId = value; + }); + }); + new import_obsidian15.Setting(contentEl).setName("Skill name").setDesc('The name used after $ (e.g., "analyze" for $analyze)').addText((text) => { + var _a6; + this._nameInput = text.inputEl; + text.setValue(((_a6 = this.existing) == null ? void 0 : _a6.name) || "").setPlaceholder("Analyze-code"); + }); + new import_obsidian15.Setting(contentEl).setName("Description").setDesc("Optional description shown in dropdown").addText((text) => { + var _a6; + this._descInput = text.inputEl; + text.setValue(((_a6 = this.existing) == null ? void 0 : _a6.description) || ""); + }); + new import_obsidian15.Setting(contentEl).setName("Instructions").setDesc("The skill instructions (SKILL.md content)"); + const contentArea = contentEl.createEl("textarea", { + cls: "claudian-sp-content-area", + attr: { rows: "10", placeholder: "Analyze the code for..." } + }); + contentArea.value = ((_a5 = this.existing) == null ? void 0 : _a5.content) || ""; + this._contentArea = contentArea; + const doSave = async () => { + var _a6, _b3; + const name = this._nameInput.value.trim(); + const nameError = validateCommandName(name); + if (nameError) { + new import_obsidian15.Notice(nameError); + return; + } + const content = this._contentArea.value; + if (!content.trim()) { + new import_obsidian15.Notice("Instructions are required"); + return; + } + const entry = { + id: ((_a6 = this.existing) == null ? void 0 : _a6.id) || `codex-skill-${name}`, + providerId: "codex", + kind: "skill", + name, + description: this._descInput.value.trim() || void 0, + content, + scope: "vault", + source: "user", + isEditable: true, + isDeletable: true, + displayPrefix: "$", + insertPrefix: "$", + persistenceKey: createCodexSkillPersistenceKey({ + rootId: this._selectedRootId, + ...((_b3 = this.existing) == null ? void 0 : _b3.name) ? { currentName: this.existing.name } : {} + }) + }; + try { + await this.onSave(entry); + } catch (e2) { + new import_obsidian15.Notice("Failed to save Codex skill"); + return; + } + this.close(); + }; + this._triggerSave = doSave; + const buttonContainer = contentEl.createDiv({ cls: "claudian-sp-modal-buttons" }); + const cancelBtn = buttonContainer.createEl("button", { + text: "Cancel", + cls: "claudian-cancel-btn" + }); + cancelBtn.addEventListener("click", () => this.close()); + const saveBtn = buttonContainer.createEl("button", { + text: "Save", + cls: "claudian-save-btn" + }); + saveBtn.addEventListener("click", () => { + void doSave(); + }); + } + onClose() { + this.contentEl.empty(); + } +}; +var CodexSkillSettings = class { + constructor(containerEl, catalog, app) { + this.entries = []; + this.containerEl = containerEl; + this.catalog = catalog; + this.app = app; + void this.render(); + } + async deleteEntry(entry) { + await this.catalog.deleteVaultEntry(entry); + await this.render(); + } + async refresh() { + await this.catalog.refresh(); + await this.render(); + } + async render() { + this.containerEl.empty(); + try { + this.entries = await this.catalog.listVaultEntries(); + } catch (e2) { + this.entries = []; + } + const headerEl = this.containerEl.createDiv({ cls: "claudian-sp-header" }); + headerEl.createSpan({ text: "Codex Skills", cls: "claudian-sp-label" }); + const actionsEl = headerEl.createDiv({ cls: "claudian-sp-header-actions" }); + const refreshBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Refresh" } + }); + (0, import_obsidian15.setIcon)(refreshBtn, "refresh-cw"); + refreshBtn.addEventListener("click", () => { + void this.refresh(); + }); + const addBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Add" } + }); + (0, import_obsidian15.setIcon)(addBtn, "plus"); + addBtn.addEventListener("click", () => this.openModal(null)); + if (this.entries.length === 0) { + const emptyEl = this.containerEl.createDiv({ cls: "claudian-sp-empty-state" }); + emptyEl.setText("No Codex skills in vault. Click + to create one."); + return; + } + const listEl = this.containerEl.createDiv({ cls: "claudian-sp-list" }); + for (const entry of this.entries) { + this.renderItem(listEl, entry); + } + } + renderItem(listEl, entry) { + const itemEl = listEl.createDiv({ cls: "claudian-sp-item" }); + const infoEl = itemEl.createDiv({ cls: "claudian-sp-info" }); + const headerRow = infoEl.createDiv({ cls: "claudian-sp-item-header" }); + const nameEl = headerRow.createSpan({ cls: "claudian-sp-item-name" }); + nameEl.setText(`$${entry.name}`); + headerRow.createSpan({ text: "skill", cls: "claudian-slash-item-badge" }); + if (entry.description) { + const descEl = infoEl.createDiv({ cls: "claudian-sp-item-desc" }); + descEl.setText(entry.description); + } + const actionsEl = itemEl.createDiv({ cls: "claudian-sp-item-actions" }); + if (entry.isEditable) { + const editBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Edit" } + }); + (0, import_obsidian15.setIcon)(editBtn, "pencil"); + editBtn.addEventListener("click", () => this.openModal(entry)); + } + if (entry.isDeletable) { + const deleteBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn claudian-settings-delete-btn", + attr: { "aria-label": "Delete" } + }); + (0, import_obsidian15.setIcon)(deleteBtn, "trash-2"); + deleteBtn.addEventListener("click", () => { + void (async () => { + try { + await this.deleteEntry(entry); + new import_obsidian15.Notice(`Codex skill "$${entry.name}" deleted`); + } catch (e2) { + new import_obsidian15.Notice("Failed to delete Codex skill"); + } + })(); + }); + } + } + openModal(existing) { + if (!this.app) return; + const modal = new CodexSkillModal( + this.app, + existing, + async (entry) => { + await this.catalog.saveVaultEntry(entry); + await this.render(); + new import_obsidian15.Notice(`Codex skill "$${entry.name}" ${existing ? "updated" : "created"}`); + } + ); + modal.open(); + } +}; + +// src/providers/codex/ui/CodexSubagentSettings.ts +var import_obsidian16 = require("obsidian"); +var REASONING_EFFORT_OPTIONS = [ + { value: "", label: "Inherit" }, + { value: "low", label: "Low" }, + { value: "medium", label: "Medium" }, + { value: "high", label: "High" }, + { value: "xhigh", label: "Extra High" } +]; +var SANDBOX_MODE_OPTIONS = [ + { value: "", label: "Inherit" }, + { value: "read-only", label: "Read only" }, + { value: "danger-full-access", label: "Danger full access" }, + { value: "workspace-write", label: "Workspace write" } +]; +var MAX_NAME_LENGTH = 64; +var CODEX_AGENT_NAME_PATTERN = /^[a-z0-9_-]+$/; +var CODEX_NICKNAME_PATTERN = /^[A-Za-z0-9 _-]+$/; +function validateCodexSubagentName(name) { + if (!name) return "Subagent name is required"; + if (name.length > MAX_NAME_LENGTH) return `Subagent name must be ${MAX_NAME_LENGTH} characters or fewer`; + if (!CODEX_AGENT_NAME_PATTERN.test(name)) return "Subagent name can only contain lowercase letters, numbers, hyphens, and underscores"; + return null; +} +function validateCodexNicknameCandidates(candidates) { + const normalized = candidates.map((candidate) => candidate.trim()).filter(Boolean); + if (normalized.length === 0) return null; + const seen = /* @__PURE__ */ new Set(); + for (const candidate of normalized) { + if (!CODEX_NICKNAME_PATTERN.test(candidate)) { + return "Nickname candidates can only contain ASCII letters, numbers, spaces, hyphens, and underscores"; + } + const dedupeKey = candidate.toLowerCase(); + if (seen.has(dedupeKey)) { + return "Nickname candidates must be unique"; + } + seen.add(dedupeKey); + } + return null; +} +var CodexSubagentModal = class extends import_obsidian16.Modal { + constructor(app, existing, allAgents, onSave) { + var _a5, _b3; + super(app); + this._reasoningEffort = ""; + this._sandboxMode = ""; + this.existing = existing; + this.allAgents = allAgents; + this.onSave = onSave; + this._reasoningEffort = (_a5 = existing == null ? void 0 : existing.modelReasoningEffort) != null ? _a5 : ""; + this._sandboxMode = (_b3 = existing == null ? void 0 : existing.sandboxMode) != null ? _b3 : ""; + } + getTestInputs() { + return { + nameInput: this._nameInput, + descInput: this._descInput, + instructionsArea: this._instructionsArea, + nicknamesInput: this._nicknamesInput, + modelInput: this._modelInput, + setReasoningEffort: (v2) => { + this._reasoningEffort = v2; + }, + setSandboxMode: (v2) => { + this._sandboxMode = v2; + }, + triggerSave: this._triggerSave + }; + } + onOpen() { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + this.setTitle(this.existing ? "Edit Codex Subagent" : "Add Codex Subagent"); + this.modalEl.addClass("claudian-sp-modal"); + const { contentEl } = this; + new import_obsidian16.Setting(contentEl).setName("Name").setDesc("Agent name Codex uses when spawning (lowercase, hyphens, underscores)").addText((text) => { + var _a6, _b4; + this._nameInput = text.inputEl; + text.setValue((_b4 = (_a6 = this.existing) == null ? void 0 : _a6.name) != null ? _b4 : "").setPlaceholder("Code_reviewer"); + }); + new import_obsidian16.Setting(contentEl).setName("Description").setDesc("When Codex should use this agent").addText((text) => { + var _a6, _b4; + this._descInput = text.inputEl; + text.setValue((_b4 = (_a6 = this.existing) == null ? void 0 : _a6.description) != null ? _b4 : "").setPlaceholder("Reviews code for correctness and security"); + }); + const details = contentEl.createEl("details", { cls: "claudian-sp-advanced-section" }); + details.createEl("summary", { + text: "Advanced options", + cls: "claudian-sp-advanced-summary" + }); + if (((_a5 = this.existing) == null ? void 0 : _a5.model) || ((_b3 = this.existing) == null ? void 0 : _b3.modelReasoningEffort) || ((_c2 = this.existing) == null ? void 0 : _c2.sandboxMode) || ((_e2 = (_d = this.existing) == null ? void 0 : _d.nicknameCandidates) == null ? void 0 : _e2.length)) { + details.open = true; + } + new import_obsidian16.Setting(details).setName("Model").setDesc("Model override (leave empty to inherit)").addText((text) => { + var _a6, _b4; + this._modelInput = text.inputEl; + text.setValue((_b4 = (_a6 = this.existing) == null ? void 0 : _a6.model) != null ? _b4 : "").setPlaceholder(DEFAULT_CODEX_PRIMARY_MODEL); + }); + new import_obsidian16.Setting(details).setName("Reasoning effort").setDesc("Model reasoning effort level").addDropdown((dropdown) => { + for (const opt of REASONING_EFFORT_OPTIONS) { + dropdown.addOption(opt.value, opt.label); + } + dropdown.setValue(this._reasoningEffort); + dropdown.onChange((v2) => { + this._reasoningEffort = v2; + }); + }); + new import_obsidian16.Setting(details).setName("Sandbox mode").setDesc("Sandbox restriction for this agent").addDropdown((dropdown) => { + for (const opt of SANDBOX_MODE_OPTIONS) { + dropdown.addOption(opt.value, opt.label); + } + dropdown.setValue(this._sandboxMode); + dropdown.onChange((v2) => { + this._sandboxMode = v2; + }); + }); + new import_obsidian16.Setting(details).setName("Nickname candidates").setDesc("Comma-separated display nicknames (e.g., atlas, delta, echo)").addText((text) => { + var _a6, _b4, _c3; + this._nicknamesInput = text.inputEl; + text.setValue((_c3 = (_b4 = (_a6 = this.existing) == null ? void 0 : _a6.nicknameCandidates) == null ? void 0 : _b4.join(", ")) != null ? _c3 : ""); + }); + new import_obsidian16.Setting(contentEl).setName("Developer instructions").setDesc("Core instructions that define the agent's behavior"); + const instructionsArea = contentEl.createEl("textarea", { + cls: "claudian-sp-content-area", + attr: { + rows: "10", + placeholder: "Review code like an owner.\nPrioritize correctness, security, and missing test coverage." + } + }); + instructionsArea.value = (_g = (_f2 = this.existing) == null ? void 0 : _f2.developerInstructions) != null ? _g : ""; + this._instructionsArea = instructionsArea; + const doSave = async () => { + var _a6, _b4; + const name = this._nameInput.value.trim(); + const nameError = validateCodexSubagentName(name); + if (nameError) { + new import_obsidian16.Notice(nameError); + return; + } + const description = this._descInput.value.trim(); + if (!description) { + new import_obsidian16.Notice("Description is required"); + return; + } + const developerInstructions = this._instructionsArea.value; + if (!developerInstructions.trim()) { + new import_obsidian16.Notice("Developer instructions are required"); + return; + } + const nicknameCandidates = this._nicknamesInput.value.split(",").map((s2) => s2.trim()).filter(Boolean); + const nicknameError = validateCodexNicknameCandidates(nicknameCandidates); + if (nicknameError) { + new import_obsidian16.Notice(nicknameError); + return; + } + const duplicate = this.allAgents.find( + (a) => { + var _a7; + return a.name.toLowerCase() === name.toLowerCase() && a.persistenceKey !== ((_a7 = this.existing) == null ? void 0 : _a7.persistenceKey); + } + ); + if (duplicate) { + new import_obsidian16.Notice(`A subagent named "${name}" already exists`); + return; + } + const agent = { + name, + description, + developerInstructions, + nicknameCandidates: nicknameCandidates.length > 0 ? nicknameCandidates : void 0, + model: this._modelInput.value.trim() || void 0, + modelReasoningEffort: this._reasoningEffort || void 0, + sandboxMode: this._sandboxMode || void 0, + persistenceKey: (_a6 = this.existing) == null ? void 0 : _a6.persistenceKey, + extraFields: (_b4 = this.existing) == null ? void 0 : _b4.extraFields + }; + try { + await this.onSave(agent); + } catch (err) { + const message = err instanceof Error ? err.message : "Unknown error"; + new import_obsidian16.Notice(`Failed to save subagent: ${message}`); + return; + } + this.close(); + }; + this._triggerSave = doSave; + const buttonContainer = contentEl.createDiv({ cls: "claudian-sp-modal-buttons" }); + const cancelBtn = buttonContainer.createEl("button", { + text: "Cancel", + cls: "claudian-cancel-btn" + }); + cancelBtn.addEventListener("click", () => this.close()); + const saveBtn = buttonContainer.createEl("button", { + text: "Save", + cls: "claudian-save-btn" + }); + saveBtn.addEventListener("click", () => { + void doSave(); + }); + } + onClose() { + this.contentEl.empty(); + } +}; +var CodexSubagentSettings = class { + constructor(containerEl, storage, app, onChanged) { + this.agents = []; + this.containerEl = containerEl; + this.storage = storage; + this.app = app; + this.onChanged = onChanged; + void this.render(); + } + async render() { + this.containerEl.empty(); + try { + this.agents = await this.storage.loadAll(); + } catch (e2) { + this.agents = []; + } + const headerEl = this.containerEl.createDiv({ cls: "claudian-sp-header" }); + headerEl.createSpan({ text: "Codex Subagents", cls: "claudian-sp-label" }); + const actionsEl = headerEl.createDiv({ cls: "claudian-sp-header-actions" }); + const refreshBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Refresh" } + }); + (0, import_obsidian16.setIcon)(refreshBtn, "refresh-cw"); + refreshBtn.addEventListener("click", () => { + void this.render(); + }); + const addBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Add" } + }); + (0, import_obsidian16.setIcon)(addBtn, "plus"); + addBtn.addEventListener("click", () => this.openModal(null)); + if (this.agents.length === 0) { + const emptyEl = this.containerEl.createDiv({ cls: "claudian-sp-empty-state" }); + emptyEl.setText("No Codex subagents in vault. Click + to create one."); + return; + } + const listEl = this.containerEl.createDiv({ cls: "claudian-sp-list" }); + for (const agent of this.agents) { + this.renderItem(listEl, agent); + } + } + renderItem(listEl, agent) { + const itemEl = listEl.createDiv({ cls: "claudian-sp-item" }); + const infoEl = itemEl.createDiv({ cls: "claudian-sp-info" }); + const headerRow = infoEl.createDiv({ cls: "claudian-sp-item-header" }); + const nameEl = headerRow.createSpan({ cls: "claudian-sp-item-name" }); + nameEl.setText(agent.name); + if (agent.model) { + headerRow.createSpan({ text: agent.model, cls: "claudian-slash-item-badge" }); + } + if (agent.description) { + const descEl = infoEl.createDiv({ cls: "claudian-sp-item-desc" }); + descEl.setText(agent.description); + } + const actionsEl = itemEl.createDiv({ cls: "claudian-sp-item-actions" }); + const editBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Edit" } + }); + (0, import_obsidian16.setIcon)(editBtn, "pencil"); + editBtn.addEventListener("click", () => this.openModal(agent)); + const deleteBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn claudian-settings-delete-btn", + attr: { "aria-label": "Delete" } + }); + (0, import_obsidian16.setIcon)(deleteBtn, "trash-2"); + deleteBtn.addEventListener("click", () => { + void (async () => { + var _a5; + if (!this.app) return; + const confirmed = await confirmDelete( + this.app, + `Delete subagent "${agent.name}"?` + ); + if (!confirmed) return; + try { + await this.storage.delete(agent); + await this.render(); + (_a5 = this.onChanged) == null ? void 0 : _a5.call(this); + new import_obsidian16.Notice(`Subagent "${agent.name}" deleted`); + } catch (e2) { + new import_obsidian16.Notice("Failed to delete subagent"); + } + })(); + }); + } + openModal(existing) { + if (!this.app) return; + const modal = new CodexSubagentModal( + this.app, + existing, + this.agents, + async (agent) => { + var _a5; + await this.storage.save(agent, existing); + await this.render(); + (_a5 = this.onChanged) == null ? void 0 : _a5.call(this); + new import_obsidian16.Notice( + existing ? `Subagent "${agent.name}" updated` : `Subagent "${agent.name}" created` + ); + } + ); + modal.open(); + } +}; + +// src/providers/codex/ui/CodexSettingsTab.ts +var codexSettingsTabRenderer = { + render(container, context) { + const codexWorkspace = getCodexWorkspaceServices(); + const settingsBag = context.plugin.settings; + const codexSettings = getCodexProviderSettings(settingsBag); + const hostnameKey = getHostnameKey(); + const isWindowsHost = process.platform === "win32"; + let installationMethod = codexSettings.installationMethod; + const reconcileActiveCodexModelSelection = () => { + const activeProvider = settingsBag.settingsProvider; + if (activeProvider !== "codex") { + return; + } + const currentModel = typeof settingsBag.model === "string" ? settingsBag.model : ""; + const nextModel = resolveCodexModelSelection(settingsBag, currentModel); + if (!nextModel || nextModel === currentModel) { + return; + } + settingsBag.model = nextModel; + }; + new import_obsidian17.Setting(container).setName(t10("settings.setup")).setHeading(); + new import_obsidian17.Setting(container).setName("Enable Codex provider").setDesc("When enabled, Codex models appear in the model selector for new conversations. Existing Codex sessions are preserved.").addToggle( + (toggle) => toggle.setValue(codexSettings.enabled).onChange(async (value) => { + updateCodexProviderSettings(settingsBag, { enabled: value }); + await context.plugin.saveSettings(); + context.refreshModelSelectors(); + }) + ); + if (isWindowsHost) { + new import_obsidian17.Setting(container).setName("Installation method").setDesc("How Claudian should launch Codex on Windows. Native Windows uses a Windows executable path. WSL launches the Linux CLI inside a selected distro.").addDropdown((dropdown) => { + dropdown.addOption("native-windows", "Native Windows").addOption("wsl", "WSL").setValue(installationMethod).onChange(async (value) => { + installationMethod = value === "wsl" ? "wsl" : "native-windows"; + updateCodexProviderSettings(settingsBag, { installationMethod }); + refreshInstallationMethodUI(); + await context.plugin.saveSettings(); + }); + }); + } + const getCliPathCopy = () => { + if (!isWindowsHost) { + return { + desc: "Custom path to the local Codex CLI. Leave empty for auto-detection from PATH.", + placeholder: "/usr/local/bin/codex" + }; + } + if (installationMethod === "wsl") { + return { + desc: "Linux-side Codex command or absolute path to run inside WSL. Leave empty for PATH lookup inside the selected distro.", + placeholder: "codex" + }; + } + return { + desc: "Custom path to the local Codex CLI. Leave empty for auto-detection from PATH. Use the native Windows executable path, usually `codex.exe`.", + placeholder: "C:\\Users\\you\\AppData\\Roaming\\npm\\codex.exe" + }; + }; + const shouldValidateCliPathAsFile = () => !isWindowsHost || installationMethod !== "wsl"; + const cliPathSetting = new import_obsidian17.Setting(container).setName("Codex CLI path").setDesc(getCliPathCopy().desc); + const validationEl = container.createDiv({ + cls: "claudian-cli-path-validation claudian-setting-validation claudian-setting-validation-error claudian-hidden" + }); + const validatePath = (value) => { + const trimmed = value.trim(); + if (!trimmed) return null; + if (!shouldValidateCliPathAsFile()) { + if (isWindowsStyleCliReference(trimmed)) { + return "WSL mode expects a Linux command or Linux absolute path, not a Windows executable path."; + } + return null; + } + const expandedPath = expandHomePath(trimmed); + if (!fs13.existsSync(expandedPath)) { + return t10("settings.cliPath.validation.notExist"); + } + const stat = fs13.statSync(expandedPath); + if (!stat.isFile()) { + return t10("settings.cliPath.validation.isDirectory"); + } + return null; + }; + const updateCliPathValidation = (value, inputEl) => { + const error48 = validatePath(value); + if (error48) { + validationEl.setText(error48); + validationEl.toggleClass("claudian-hidden", false); + if (inputEl) { + inputEl.toggleClass("claudian-input-error", true); + } + return false; + } + validationEl.toggleClass("claudian-hidden", true); + if (inputEl) { + inputEl.toggleClass("claudian-input-error", false); + } + return true; + }; + const cliPathsByHost = { ...codexSettings.cliPathsByHost }; + let cliPathInputEl = null; + let wslDistroSettingEl = null; + let wslDistroInputEl = null; + const refreshInstallationMethodUI = () => { + const cliCopy = getCliPathCopy(); + cliPathSetting.setDesc(cliCopy.desc); + if (cliPathInputEl) { + cliPathInputEl.placeholder = cliCopy.placeholder; + updateCliPathValidation(cliPathInputEl.value, cliPathInputEl); + } + if (wslDistroSettingEl) { + wslDistroSettingEl.toggleClass("claudian-hidden", installationMethod !== "wsl"); + } + if (wslDistroInputEl) { + wslDistroInputEl.disabled = installationMethod !== "wsl"; + } + }; + const persistCliPath = async (value) => { + var _a5; + const isValid2 = updateCliPathValidation(value, cliPathInputEl != null ? cliPathInputEl : void 0); + if (!isValid2) { + return false; + } + const trimmed = value.trim(); + if (trimmed) { + cliPathsByHost[hostnameKey] = trimmed; + } else { + delete cliPathsByHost[hostnameKey]; + } + updateCodexProviderSettings(settingsBag, { cliPathsByHost: { ...cliPathsByHost } }); + await context.plugin.saveSettings(); + const view = context.plugin.getView(); + await ((_a5 = view == null ? void 0 : view.getTabManager()) == null ? void 0 : _a5.broadcastToAllTabs( + (service) => Promise.resolve(service.cleanup()) + )); + return true; + }; + const currentValue = codexSettings.cliPathsByHost[hostnameKey] || ""; + cliPathSetting.addText((text) => { + text.setPlaceholder(getCliPathCopy().placeholder).setValue(currentValue).onChange(async (value) => { + await persistCliPath(value); + }); + text.inputEl.addClass("claudian-settings-cli-path-input"); + cliPathInputEl = text.inputEl; + updateCliPathValidation(currentValue, text.inputEl); + }); + if (isWindowsHost) { + const wslDistroSetting = new import_obsidian17.Setting(container).setName("WSL distro override").setDesc("Optional advanced override. Leave empty to infer the distro from a WSL workspace path when possible, otherwise use the default WSL distro."); + wslDistroSettingEl = wslDistroSetting.settingEl; + wslDistroSetting.addText((text) => { + text.setPlaceholder("Ubuntu").setValue(codexSettings.wslDistroOverride).onChange(async (value) => { + updateCodexProviderSettings(settingsBag, { wslDistroOverride: value }); + await context.plugin.saveSettings(); + }); + text.inputEl.addClass("claudian-settings-cli-path-input"); + text.inputEl.disabled = installationMethod !== "wsl"; + wslDistroInputEl = text.inputEl; + }); + } + refreshInstallationMethodUI(); + new import_obsidian17.Setting(container).setName(t10("settings.safety")).setHeading(); + new import_obsidian17.Setting(container).setName(t10("settings.codexSafeMode.name")).setDesc(t10("settings.codexSafeMode.desc")).addDropdown((dropdown) => { + dropdown.addOption("workspace-write", "Workspace write").addOption("read-only", "Read only").setValue(codexSettings.safeMode).onChange(async (value) => { + updateCodexProviderSettings( + settingsBag, + { safeMode: value } + ); + await context.plugin.saveSettings(); + }); + }); + new import_obsidian17.Setting(container).setName(t10("settings.models")).setHeading(); + const SUMMARY_OPTIONS = [ + { value: "auto", label: "Auto" }, + { value: "concise", label: "Concise" }, + { value: "detailed", label: "Detailed" }, + { value: "none", label: "Off" } + ]; + new import_obsidian17.Setting(container).setName("Custom models").setDesc("Append additional Codex model ids to the picker, one per line. `OPENAI_MODEL` still takes precedence when set.").addTextArea((text) => { + let pendingCustomModels = codexSettings.customModels; + let savedCustomModels = codexSettings.customModels; + const reconcileInactiveCodexProjection = (previousCustomModels) => { + if (settingsBag.settingsProvider === "codex") { + return false; + } + const savedProviderModel = settingsBag.savedProviderModel && typeof settingsBag.savedProviderModel === "object" ? settingsBag.savedProviderModel : {}; + const currentSavedModel = typeof savedProviderModel.codex === "string" ? savedProviderModel.codex : ""; + if (!currentSavedModel) { + return false; + } + const previousCustomModelIds = new Set(parseConfiguredCustomModelIds2(previousCustomModels)); + if (!previousCustomModelIds.has(currentSavedModel)) { + return false; + } + const nextSavedModel = resolveCodexModelSelection(settingsBag, currentSavedModel); + if (!nextSavedModel || nextSavedModel === currentSavedModel) { + return false; + } + settingsBag.savedProviderModel = { + ...savedProviderModel, + codex: nextSavedModel + }; + return true; + }; + const commitCustomModels = async () => { + const previousCustomModels = savedCustomModels; + const previousModel = typeof settingsBag.model === "string" ? settingsBag.model : ""; + const previousTitleModel = typeof settingsBag.titleGenerationModel === "string" ? settingsBag.titleGenerationModel : ""; + if (pendingCustomModels !== savedCustomModels) { + updateCodexProviderSettings(settingsBag, { customModels: pendingCustomModels }); + savedCustomModels = pendingCustomModels; + } + reconcileActiveCodexModelSelection(); + const didReconcileInactiveProjection = reconcileInactiveCodexProjection(previousCustomModels); + const didReconcileTitleModel = ProviderSettingsCoordinator.reconcileTitleGenerationModelSelection(settingsBag); + const nextModel = typeof settingsBag.model === "string" ? settingsBag.model : ""; + const nextTitleModel = typeof settingsBag.titleGenerationModel === "string" ? settingsBag.titleGenerationModel : ""; + const didModelSelectionChange = previousModel !== nextModel; + const didCustomModelsChange = previousCustomModels !== savedCustomModels; + if (!didCustomModelsChange && !didModelSelectionChange && !didReconcileInactiveProjection && !didReconcileTitleModel && previousTitleModel === nextTitleModel) { + return; + } + await context.plugin.saveSettings(); + context.refreshModelSelectors(); + }; + text.setPlaceholder("gpt-5.4\ngpt-5.3-codex-spark").setValue(codexSettings.customModels).onChange((value) => { + pendingCustomModels = value; + }); + text.inputEl.rows = 4; + text.inputEl.cols = 40; + text.inputEl.addEventListener("blur", () => { + void commitCustomModels(); + }); + }); + new import_obsidian17.Setting(container).setName("Reasoning summary").setDesc("Show a summary of the model's reasoning process in the thinking block.").addDropdown((dropdown) => { + for (const opt of SUMMARY_OPTIONS) { + dropdown.addOption(opt.value, opt.label); + } + dropdown.setValue(codexSettings.reasoningSummary); + dropdown.onChange(async (value) => { + updateCodexProviderSettings( + settingsBag, + { reasoningSummary: value } + ); + await context.plugin.saveSettings(); + }); + }); + const codexCatalog = codexWorkspace.commandCatalog; + if (codexCatalog) { + new import_obsidian17.Setting(container).setName("Codex skills").setHeading(); + const skillsDesc = container.createDiv({ cls: "claudian-sp-settings-desc" }); + skillsDesc.createEl("p", { + cls: "setting-item-description", + text: "Manage vault-level Codex skills stored in .codex/skills/ or .agents/skills/. Home-level skills are excluded here." + }); + const skillsContainer = container.createDiv({ cls: "claudian-slash-commands-container" }); + new CodexSkillSettings(skillsContainer, codexCatalog, context.plugin.app); + } + context.renderHiddenProviderCommandSetting(container, "codex", { + name: "Hidden Skills", + desc: "Hide specific Codex skills from the dropdown. Enter skill names without the leading $, one per line.", + placeholder: "analyze\nexplain\nfix" + }); + new import_obsidian17.Setting(container).setName("Codex subagents").setHeading(); + const subagentDesc = container.createDiv({ cls: "claudian-sp-settings-desc" }); + subagentDesc.createEl("p", { + cls: "setting-item-description", + text: "Manage vault-level Codex subagents stored in .codex/agents/. Each TOML file defines one custom agent." + }); + const subagentContainer = container.createDiv({ cls: "claudian-slash-commands-container" }); + new CodexSubagentSettings(subagentContainer, codexWorkspace.subagentStorage, context.plugin.app, () => { + var _a5; + void ((_a5 = codexWorkspace.refreshAgentMentions) == null ? void 0 : _a5.call(codexWorkspace)); + }); + new import_obsidian17.Setting(container).setName(t10("settings.mcpServers.name")).setHeading(); + const mcpNotice = container.createDiv({ cls: "claudian-mcp-settings-desc" }); + const mcpDesc = mcpNotice.createEl("p", { cls: "setting-item-description" }); + mcpDesc.appendText("Codex manages MCP servers via its own CLI. Configure with "); + mcpDesc.createEl("code").appendText("codex mcp"); + mcpDesc.appendText(" and they will be available in Claudian. "); + mcpDesc.createEl("a", { + text: "Learn more", + href: "https://developers.openai.com/codex/mcp" + }); + renderEnvironmentSettingsSection({ + container, + plugin: context.plugin, + scope: "provider:codex", + heading: t10("settings.environment"), + name: "Codex environment", + desc: "Codex-owned runtime variables only. Use this for OPENAI_* and CODEX_* settings. If Codex auto-detection needs help, add its install directory to shared PATH instead of this provider section.", + placeholder: `OPENAI_API_KEY=your-key +OPENAI_BASE_URL=https://api.openai.com/v1 +OPENAI_MODEL=${DEFAULT_CODEX_PRIMARY_MODEL} +CODEX_SANDBOX=workspace-write`, + renderCustomContextLimits: (target) => context.renderCustomContextLimits(target, "codex") + }); + } +}; + +// src/providers/codex/app/CodexWorkspaceServices.ts +function createCodexCliResolver() { + return new CodexCliResolver(); +} +async function createCodexWorkspaceServices(plugin, vaultAdapter, homeAdapter) { + const subagentStorage = new CodexSubagentStorage(vaultAdapter); + const agentMentionProvider = new CodexAgentMentionProvider(subagentStorage); + await agentMentionProvider.loadAgents(); + const skillListProvider = new CodexSkillListingService(plugin); + const commandCatalog = new CodexSkillCatalog( + new CodexSkillStorage( + vaultAdapter, + homeAdapter + ), + skillListProvider, + getVaultPath(plugin.app) + ); + return { + subagentStorage, + commandCatalog, + agentMentionProvider, + cliResolver: createCodexCliResolver(), + settingsTabRenderer: codexSettingsTabRenderer, + refreshAgentMentions: async () => { + await agentMentionProvider.loadAgents(); + } + }; +} +var codexWorkspaceRegistration = { + initialize: async ({ plugin, vaultAdapter, homeAdapter }) => createCodexWorkspaceServices( + plugin, + vaultAdapter, + homeAdapter + ) +}; +function getCodexWorkspaceServices() { + return ProviderWorkspaceRegistry.requireServices("codex"); +} + +// src/core/auxiliary/QueryBackedInlineEditService.ts +var QueryBackedInlineEditService = class { + constructor(runner) { + this.runner = runner; + this.abortController = null; + this.hasConversation = false; + } + setModelOverride(model) { + const trimmed = model == null ? void 0 : model.trim(); + this.modelOverride = trimmed ? trimmed : void 0; + } + resetConversation() { + this.runner.reset(); + this.hasConversation = false; + } + async editText(request) { + this.resetConversation(); + return this.sendMessage(buildInlineEditPrompt(request)); + } + async continueConversation(message, contextFiles) { + if (!this.hasConversation) { + return { success: false, error: "No active conversation to continue" }; + } + let prompt = message; + if (contextFiles && contextFiles.length > 0) { + prompt = appendContextFiles(message, contextFiles); + } + return this.sendMessage(prompt); + } + cancel() { + var _a5; + (_a5 = this.abortController) == null ? void 0 : _a5.abort(); + this.abortController = null; + } + async sendMessage(prompt) { + this.abortController = new AbortController(); + try { + const text = await this.runner.query({ + abortController: this.abortController, + model: this.modelOverride, + systemPrompt: getInlineEditSystemPrompt() + }, prompt); + this.hasConversation = true; + return parseInlineEditResponse(text); + } catch (error48) { + return { + success: false, + error: error48 instanceof Error ? error48.message : "Unknown error" + }; + } finally { + this.abortController = null; + } + } +}; + +// src/providers/codex/runtime/CodexAuxQueryRunner.ts +var CodexAuxQueryRunner = class { + constructor(plugin) { + this.plugin = plugin; + this.process = null; + this.transport = null; + this.threadId = null; + this.launchSpec = null; + } + async query(config2, prompt) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i; + if (!this.process || !this.transport) { + await this.startProcess(); + } + if (!this.threadId) { + const model = (_a5 = config2.model) != null ? _a5 : this.resolveProviderModel(); + const result = await this.transport.request("thread/start", { + model, + cwd: (_c2 = (_b3 = this.launchSpec) == null ? void 0 : _b3.targetCwd) != null ? _c2 : process.cwd(), + approvalPolicy: "never", + sandbox: "read-only", + baseInstructions: config2.systemPrompt, + experimentalRawEvents: true, + persistExtendedHistory: false + }); + this.threadId = result.thread.id; + } + let accumulatedText = ""; + let turnError = null; + let resolveWait = null; + const donePromise = new Promise((resolve8) => { + resolveWait = resolve8; + }); + this.transport.onNotification("item/agentMessage/delta", (params) => { + var _a6; + const p = params; + accumulatedText += p.delta; + (_a6 = config2.onTextChunk) == null ? void 0 : _a6.call(config2, accumulatedText); + }); + this.transport.onNotification("turn/completed", (params) => { + const p = params; + if (p.turn.status === "failed" && p.turn.error) { + turnError = p.turn.error.message; + } + resolveWait == null ? void 0 : resolveWait(); + }); + this.transport.onNotification("error", (params) => { + const p = params; + if (!p.willRetry) { + turnError = p.error.message; + resolveWait == null ? void 0 : resolveWait(); + } + }); + const exitHandler = () => { + if (!turnError) turnError = "Codex app-server process exited unexpectedly"; + resolveWait == null ? void 0 : resolveWait(); + }; + this.process.onExit(exitHandler); + let turnId = null; + const abortHandler = () => { + if (this.transport && this.threadId && turnId) { + this.transport.request("turn/interrupt", { + threadId: this.threadId, + turnId + }).catch(() => { + }); + } + resolveWait == null ? void 0 : resolveWait(); + }; + (_d = config2.abortController) == null ? void 0 : _d.signal.addEventListener("abort", abortHandler, { once: true }); + if ((_e2 = config2.abortController) == null ? void 0 : _e2.signal.aborted) { + config2.abortController.signal.removeEventListener("abort", abortHandler); + (_f2 = this.process) == null ? void 0 : _f2.offExit(exitHandler); + throw new Error("Cancelled"); + } + const turnResult = await this.transport.request("turn/start", { + threadId: this.threadId, + input: [{ type: "text", text: prompt }], + model: config2.model + }); + turnId = turnResult.turn.id; + try { + await donePromise; + } finally { + (_g = config2.abortController) == null ? void 0 : _g.signal.removeEventListener("abort", abortHandler); + (_h2 = this.process) == null ? void 0 : _h2.offExit(exitHandler); + } + if ((_i = config2.abortController) == null ? void 0 : _i.signal.aborted) { + throw new Error("Cancelled"); + } + if (turnError) { + throw new Error(turnError); + } + return accumulatedText; + } + reset() { + this.threadId = null; + this.launchSpec = null; + if (this.transport) { + this.transport.dispose(); + this.transport = null; + } + if (this.process) { + this.process.shutdown().catch(() => { + }); + this.process = null; + } + } + resolveProviderModel() { + var _a5; + const providerSettings = ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + "codex" + ); + return (_a5 = providerSettings.model) != null ? _a5 : DEFAULT_CODEX_PRIMARY_MODEL; + } + async startProcess() { + this.launchSpec = resolveCodexAppServerLaunchSpec(this.plugin, "codex"); + this.process = new CodexAppServerProcess(this.launchSpec); + this.process.start(); + this.transport = new CodexRpcTransport(this.process); + this.transport.start(); + const initializeResult = await this.transport.request("initialize", { + clientInfo: { name: "claudian-aux", version: "1.0.0" }, + capabilities: { experimentalApi: true } + }); + createCodexRuntimeContext(this.launchSpec, initializeResult); + this.transport.notify("initialized"); + } +}; + +// src/providers/codex/auxiliary/CodexInlineEditService.ts +var CodexInlineEditService = class extends QueryBackedInlineEditService { + constructor(plugin) { + super(new CodexAuxQueryRunner(plugin)); + } +}; + +// src/core/auxiliary/QueryBackedInstructionRefineService.ts +var QueryBackedInstructionRefineService = class { + constructor(runner) { + this.runner = runner; + this.abortController = null; + this.existingInstructions = ""; + this.hasConversation = false; + } + setModelOverride(model) { + const trimmed = model == null ? void 0 : model.trim(); + this.modelOverride = trimmed ? trimmed : void 0; + } + resetConversation() { + this.runner.reset(); + this.hasConversation = false; + } + async refineInstruction(rawInstruction, existingInstructions, onProgress) { + this.resetConversation(); + this.existingInstructions = existingInstructions; + return this.sendMessage(`Please refine this instruction: "${rawInstruction}"`, onProgress); + } + async continueConversation(message, onProgress) { + if (!this.hasConversation) { + return { success: false, error: "No active conversation to continue" }; + } + return this.sendMessage(message, onProgress); + } + cancel() { + var _a5; + (_a5 = this.abortController) == null ? void 0 : _a5.abort(); + this.abortController = null; + } + async sendMessage(prompt, onProgress) { + this.abortController = new AbortController(); + try { + const text = await this.runner.query({ + abortController: this.abortController, + model: this.modelOverride, + onTextChunk: onProgress ? (accumulatedText) => onProgress(parseInstructionRefineResponse(accumulatedText)) : void 0, + systemPrompt: buildRefineSystemPrompt(this.existingInstructions) + }, prompt); + this.hasConversation = true; + return parseInstructionRefineResponse(text); + } catch (error48) { + return { + success: false, + error: error48 instanceof Error ? error48.message : "Unknown error" + }; + } finally { + this.abortController = null; + } + } +}; + +// src/providers/codex/auxiliary/CodexInstructionRefineService.ts +var CodexInstructionRefineService = class extends QueryBackedInstructionRefineService { + constructor(plugin) { + super(new CodexAuxQueryRunner(plugin)); + } +}; + +// src/providers/codex/auxiliary/CodexTaskResultInterpreter.ts +var CodexTaskResultInterpreter = class { + hasAsyncLaunchMarker(_toolUseResult) { + return false; + } + extractAgentId(_toolUseResult) { + return null; + } + extractStructuredResult(_toolUseResult) { + return null; + } + resolveTerminalStatus(_toolUseResult, fallbackStatus) { + return fallbackStatus; + } + extractTagValue(_payload, _tagName) { + return null; + } +}; + +// src/core/auxiliary/QueryBackedTitleGenerationService.ts +var QueryBackedTitleGenerationService = class { + constructor(options) { + this.options = options; + this.activeGenerations = /* @__PURE__ */ new Map(); + } + async generateTitle(conversationId, userMessage, callback) { + var _a5, _b3; + const existing = this.activeGenerations.get(conversationId); + if (existing) { + existing.abortController.abort(); + existing.runner.reset(); + } + const abortController = new AbortController(); + const runner = this.options.createRunner(); + const generation = { abortController, runner }; + this.activeGenerations.set(conversationId, generation); + try { + const text = await runner.query({ + abortController, + model: (_b3 = (_a5 = this.options).resolveModel) == null ? void 0 : _b3.call(_a5), + systemPrompt: TITLE_GENERATION_SYSTEM_PROMPT + }, buildTitleGenerationPrompt(userMessage)); + const title = parseTitleGenerationResponse(text); + await this.safeCallback( + callback, + conversationId, + title ? { success: true, title } : { success: false, error: "Failed to parse title from response" } + ); + } catch (error48) { + await this.safeCallback(callback, conversationId, { + success: false, + error: error48 instanceof Error ? error48.message : "Unknown error" + }); + } finally { + runner.reset(); + if (this.activeGenerations.get(conversationId) === generation) { + this.activeGenerations.delete(conversationId); + } + } + } + cancel() { + for (const active of this.activeGenerations.values()) { + active.abortController.abort(); + active.runner.reset(); + } + this.activeGenerations.clear(); + } + async safeCallback(callback, conversationId, result) { + try { + await callback(conversationId, result); + } catch (e2) { + } + } +}; + +// src/providers/codex/ui/CodexChatUIConfig.ts +var EFFORT_LEVELS2 = [ + { value: "low", label: "Low" }, + { value: "medium", label: "Medium" }, + { value: "high", label: "High" }, + { value: "xhigh", label: "XHigh" } +]; +var CODEX_PERMISSION_MODE_TOGGLE = { + inactiveValue: "normal", + inactiveLabel: "Safe", + activeValue: "yolo", + activeLabel: "YOLO", + planValue: "plan", + planLabel: "Plan" +}; +var CODEX_SERVICE_TIER_TOGGLE = { + inactiveValue: "default", + inactiveLabel: "Standard", + activeValue: "fast", + activeLabel: "Fast", + description: FAST_TIER_CODEX_DESCRIPTION +}; +var DEFAULT_CONTEXT_WINDOW = 2e5; +function looksLikeCodexModel(model) { + return /^gpt-/i.test(model) || /^o\d/i.test(model); +} +var codexChatUIConfig = { + getModelOptions(settings11) { + return getCodexModelOptions(settings11); + }, + ownsModel(model, settings11) { + if (getCodexModelOptions(settings11).some((option) => option.value === model)) { + return true; + } + return looksLikeCodexModel(model); + }, + isAdaptiveReasoningModel(_model, _settings) { + return true; + }, + getReasoningOptions(_model, _settings) { + return [...EFFORT_LEVELS2]; + }, + getDefaultReasoningValue(_model, _settings) { + return "medium"; + }, + getContextWindowSize() { + return DEFAULT_CONTEXT_WINDOW; + }, + isDefaultModel(model) { + return DEFAULT_CODEX_MODEL_SET.has(model); + }, + applyModelDefaults(model, settings11) { + if (!settings11 || typeof settings11 !== "object") { + return; + } + applyCodexModelDefaults(model, settings11); + }, + normalizeModelVariant(model, settings11) { + if (getCodexModelOptions(settings11).some((option) => option.value === model)) { + return model; + } + return DEFAULT_CODEX_PRIMARY_MODEL; + }, + getCustomModelIds(envVars) { + const ids = /* @__PURE__ */ new Set(); + if (envVars.OPENAI_MODEL && !DEFAULT_CODEX_MODEL_SET.has(envVars.OPENAI_MODEL)) { + ids.add(envVars.OPENAI_MODEL); + } + return ids; + }, + getPermissionModeToggle() { + return CODEX_PERMISSION_MODE_TOGGLE; + }, + getServiceTierToggle(settings11) { + return settings11.model === FAST_TIER_CODEX_MODEL ? CODEX_SERVICE_TIER_TOGGLE : null; + }, + getProviderIcon() { + return OPENAI_PROVIDER_ICON; + } +}; + +// src/providers/codex/auxiliary/CodexTitleGenerationService.ts +var CodexTitleGenerationService = class extends QueryBackedTitleGenerationService { + constructor(plugin) { + super({ + createRunner: () => new CodexAuxQueryRunner(plugin), + resolveModel: () => { + const settings11 = plugin.settings; + const titleModel = typeof settings11.titleGenerationModel === "string" ? settings11.titleGenerationModel : ""; + return codexChatUIConfig.ownsModel(titleModel, settings11) ? titleModel : void 0; + } + }); + } +}; + +// src/providers/codex/capabilities.ts +var CODEX_PROVIDER_CAPABILITIES = Object.freeze({ + providerId: "codex", + supportsPersistentRuntime: true, + supportsNativeHistory: true, + supportsPlanMode: true, + supportsRewind: false, + supportsFork: true, + supportsProviderCommands: false, + supportsImageAttachments: true, + supportsInstructionMode: true, + supportsMcpTools: false, + supportsTurnSteer: true, + reasoningControl: "effort" +}); + +// src/providers/codex/env/CodexSettingsReconciler.ts +init_env(); + +// src/providers/codex/types/index.ts +function getCodexState(providerState) { + return providerState != null ? providerState : {}; +} + +// src/providers/codex/env/CodexSettingsReconciler.ts +var ENV_HASH_KEYS = ["OPENAI_MODEL", "OPENAI_BASE_URL", "OPENAI_API_KEY"]; +function computeCodexEnvHash(envText) { + const envVars = parseEnvironmentVariables(envText || ""); + return ENV_HASH_KEYS.filter((key) => envVars[key]).map((key) => `${key}=${envVars[key]}`).sort().join("|"); +} +var codexSettingsReconciler = { + reconcileModelWithEnvironment(settings11, conversations) { + const envText = getRuntimeEnvironmentText(settings11, "codex"); + const currentHash = computeCodexEnvHash(envText); + const savedHash = getCodexProviderSettings(settings11).environmentHash; + if (currentHash === savedHash) { + return { changed: false, invalidatedConversations: [] }; + } + const invalidatedConversations = []; + for (const conv of conversations) { + const state = getCodexState(conv.providerState); + if (conv.providerId === "codex" && (conv.sessionId || state.threadId)) { + conv.sessionId = null; + conv.providerState = void 0; + invalidatedConversations.push(conv); + } + } + const currentModel = typeof settings11.model === "string" ? settings11.model : ""; + const nextModel = resolveCodexModelSelection(settings11, currentModel); + if (nextModel) { + settings11.model = nextModel; + } + updateCodexProviderSettings(settings11, { environmentHash: currentHash }); + return { changed: true, invalidatedConversations }; + }, + normalizeModelVariantSettings(settings11) { + const model = settings11.model; + if (!model) { + return false; + } + const normalizedModel = codexChatUIConfig.normalizeModelVariant(model, settings11); + if (normalizedModel === model) { + return false; + } + settings11.model = normalizedModel; + return true; + } +}; + +// src/providers/codex/history/CodexConversationHistoryService.ts +var fs15 = __toESM(require("fs")); + +// src/providers/codex/history/CodexHistoryStore.ts +var fs14 = __toESM(require("fs")); +var os9 = __toESM(require("os")); +var path14 = __toESM(require("path")); + +// src/providers/codex/normalization/codexToolNormalization.ts +var TOOL_NAME_MAP = { + command_execution: "Bash", + shell_command: "Bash", + shell: "Bash", + exec_command: "Bash", + update_plan: "TodoWrite", + request_user_input: "AskUserQuestion", + view_image: "Read", + web_search: "WebSearch", + web_search_call: "WebSearch", + file_change: "apply_patch" +}; +var NATIVE_TOOLS = /* @__PURE__ */ new Set([ + "apply_patch", + "write_stdin", + "spawn_agent", + "send_input", + "wait", + "wait_agent", + "resume_agent", + "close_agent" +]); +function normalizeCodexToolName(rawName) { + var _a5; + if (!rawName) return "tool"; + if (NATIVE_TOOLS.has(rawName)) return rawName; + return (_a5 = TOOL_NAME_MAP[rawName]) != null ? _a5 : rawName; +} +function normalizeCodexToolInput(rawName, input) { + var _a5, _b3, _c2; + switch (rawName) { + case "command_execution": + case "shell_command": + case "shell": + case "exec_command": + return { command: normalizeCommandValue((_b3 = (_a5 = input.command) != null ? _a5 : input.cmd) != null ? _b3 : "") }; + case "update_plan": + return { todos: normalizeUpdatePlanTodos(input) }; + case "request_user_input": + return { questions: normalizeQuestions(input) }; + case "view_image": + return { + ...input, + file_path: stringifyCodexValue((_c2 = input.path) != null ? _c2 : input.file_path) + }; + case "web_search": + case "web_search_call": + return normalizeWebSearchInput(input); + case "apply_patch": + return normalizeApplyPatchInput(input); + default: + return input; + } +} +function normalizeUpdatePlanTodos(input) { + const plan = input.plan; + if (!Array.isArray(plan)) return []; + return plan.map((entry) => { + var _a5, _b3; + if (!entry || typeof entry !== "object") return { id: "", title: "", status: "pending" }; + const item = entry; + const text = stringifyCodexValue((_b3 = (_a5 = item.step) != null ? _a5 : item.title) != null ? _b3 : item.content); + return { + id: stringifyCodexValue(item.id), + content: text, + activeForm: text, + status: stringifyCodexValue(item.status) || "pending" + }; + }); +} +function normalizeQuestions(input) { + const questions = input.questions; + if (!Array.isArray(questions)) return []; + return questions.map((entry, index) => { + var _a5; + if (!entry || typeof entry !== "object") { + return { + question: `Question ${index + 1}`, + header: `Q${index + 1}`, + options: [], + multiSelect: false + }; + } + const item = entry; + const options = Array.isArray(item.options) ? item.options.map((option) => { + if (typeof option === "string") { + return { label: option, description: "" }; + } + if (!option || typeof option !== "object") { + return null; + } + const raw = option; + const label = typeof raw.label === "string" ? raw.label : ""; + const description = typeof raw.description === "string" ? raw.description : ""; + if (!label) return null; + return { label, description }; + }).filter((option) => option !== null) : []; + return { + question: stringifyCodexValue(item.question) || `Question ${index + 1}`, + ...item.id ? { id: stringifyCodexValue(item.id) } : {}, + header: typeof item.header === "string" && item.header.trim() ? String(item.header) : `Q${index + 1}`, + options, + multiSelect: Boolean((_a5 = item.multiSelect) != null ? _a5 : item.multi_select) + }; + }); +} +function normalizeCommandValue(value) { + if (typeof value === "string") return value; + if (Array.isArray(value)) { + return value.map(stringifyCodexValue).filter(Boolean).join(" ").trim(); + } + return stringifyCodexValue(value); +} +function stringifyCodexValue(value) { + if (typeof value === "string") return value; + if (typeof value === "number" || typeof value === "boolean") return String(value); + if (value === null || value === void 0) return ""; + try { + return JSON.stringify(value); + } catch (e2) { + return ""; + } +} +function normalizeWebSearchInput(input) { + var _a5; + const action = input.action && typeof input.action === "object" ? input.action : {}; + const queries = normalizeStringArray2((_a5 = action.queries) != null ? _a5 : input.queries); + const query = firstNonEmptyString(action.query, input.query, queries[0]); + const url2 = firstNonEmptyString(action.url, input.url); + const pattern = firstNonEmptyString(action.pattern, input.pattern); + const explicitType = firstNonEmptyString(action.type, input.actionType, input.action_type); + const actionType = explicitType || (url2 && pattern ? "find_in_page" : url2 ? "open_page" : query || queries.length > 0 ? "search" : ""); + const normalized = {}; + if (actionType) normalized.actionType = actionType; + if (query) normalized.query = query; + if (queries.length > 0) normalized.queries = queries; + if (url2) normalized.url = url2; + if (pattern) normalized.pattern = pattern; + return normalized; +} +function normalizeApplyPatchInput(input) { + const patch = firstNonEmptyString(input.patch, input.raw, input.value); + if (!patch) return input; + const normalized = { ...input, patch }; + delete normalized.raw; + delete normalized.value; + return normalized; +} +function firstNonEmptyString(...values) { + for (const value of values) { + if (typeof value === "string" && value.trim()) { + return value; + } + } + return ""; +} +function normalizeStringArray2(value) { + if (!Array.isArray(value)) return []; + const uniqueValues = /* @__PURE__ */ new Set(); + for (const entry of value) { + if (typeof entry !== "string") continue; + const trimmed = entry.trim(); + if (!trimmed) continue; + uniqueValues.add(trimmed); + } + return [...uniqueValues]; +} +function normalizeCodexMcpToolName(server, tool) { + const serverName = typeof server === "string" ? server : ""; + const toolName = typeof tool === "string" ? tool : ""; + if (!serverName && !toolName) return "tool"; + return `mcp__${serverName}__${toolName}`; +} +function normalizeCodexMcpToolInput(rawArguments) { + if (typeof rawArguments === "string") { + return parseCodexArguments(rawArguments); + } + if (rawArguments && typeof rawArguments === "object" && !Array.isArray(rawArguments)) { + return rawArguments; + } + return {}; +} +function normalizeCodexMcpToolState(rawStatus, resultPayload, rawError) { + const status = typeof rawStatus === "string" ? rawStatus : ""; + const error48 = typeof rawError === "string" ? rawError : ""; + const resultText = extractCodexMcpResultText(resultPayload); + const isTerminalStatus = status === "completed" || status === "failed" || status === "error" || status === "cancelled"; + const isTerminal2 = isTerminalStatus || Boolean(error48) || Boolean(resultText); + const isError = Boolean(error48) || status === "failed" || status === "error" || status === "cancelled"; + let result = error48 || resultText; + if (!result && isTerminalStatus) { + result = status === "completed" ? "Completed" : "Failed"; + } + return { + isTerminal: isTerminal2, + isError, + status: isTerminal2 ? isError ? "error" : "completed" : "running", + ...result ? { result } : {} + }; +} +function extractCodexMcpResultText(resultPayload) { + if (!resultPayload || typeof resultPayload !== "object") return ""; + const content = resultPayload.content; + if (!Array.isArray(content)) return ""; + return content.map((item) => typeof (item == null ? void 0 : item.text) === "string" ? item.text : "").filter(Boolean).join("\n"); +} +var TERMINAL_RESULT_TOOLS = /* @__PURE__ */ new Set([ + "Bash", + "write_stdin" +]); +function normalizeCodexToolResult(normalizedName, rawResult) { + if (!rawResult) return rawResult; + if (!TERMINAL_RESULT_TOOLS.has(normalizedName)) return rawResult; + return unwrapTerminalResult(rawResult); +} +function unwrapTerminalResult(raw) { + let result = raw; + const trimmed = result.trim(); + if (trimmed.startsWith("{")) { + try { + const parsed = JSON.parse(trimmed); + if (typeof parsed.output === "string") { + result = parsed.output; + } + } catch (e2) { + } + } + const outputMarker = "Output:\n"; + const markerIndex = result.indexOf(outputMarker); + if (markerIndex >= 0) { + result = result.slice(markerIndex + outputMarker.length); + } + return result; +} +function isCodexToolOutputError(output) { + const exitCodeMatch = output.match(/(?:Exit code:|Process exited with code)\s*(\d+)/i); + if (exitCodeMatch) { + return Number(exitCodeMatch[1]) !== 0; + } + const trimmed = output.trim(); + if (/^[Ee]rror:/.test(trimmed)) return true; + if (trimmed.startsWith("{")) { + try { + const parsed = JSON.parse(trimmed); + if ("error" in parsed) return true; + } catch (e2) { + } + } + return false; +} +function parseCodexArguments(raw) { + if (!raw) return {}; + try { + const parsed = JSON.parse(raw); + if (parsed && typeof parsed === "object" && !Array.isArray(parsed)) { + return parsed; + } + return { value: parsed }; + } catch (e2) { + return { raw }; + } +} + +// src/providers/codex/history/CodexHistoryStore.ts +function newBubble(timestamp) { + return { + contentChunks: [], + thinkingChunks: [], + toolCalls: [], + toolIndexesById: /* @__PURE__ */ new Map(), + contentBlocks: [], + startedAt: timestamp, + lastEventAt: timestamp, + interrupted: false + }; +} +function newTurnState(id, timestamp) { + return { + id, + startedAt: timestamp, + lastEventAt: timestamp, + userChunks: [], + assistantBubbles: [], + activeBubbleIndex: null + }; +} +function createPersistedParseContext() { + return { + turns: /* @__PURE__ */ new Map(), + turnOrder: [], + currentTurnId: null, + toolCallToTurn: /* @__PURE__ */ new Map(), + suppressedToolOutputIds: /* @__PURE__ */ new Set(), + terminalSessionToCommandId: /* @__PURE__ */ new Map(), + stdinCallToCommandId: /* @__PURE__ */ new Map(), + turnCounter: 0 + }; +} +function ensureTurn(turns, turnOrder, preferredTurnId, currentTurnId, timestamp) { + const id = currentTurnId != null ? currentTurnId : preferredTurnId; + const existing = turns.get(id); + if (existing) { + if (timestamp > 0 && timestamp > existing.lastEventAt) { + existing.lastEventAt = timestamp; + } + return existing; + } + const turn = newTurnState(id, timestamp); + turns.set(id, turn); + turnOrder.push(id); + return turn; +} +function ensureAssistantBubble(turn, timestamp) { + if (turn.activeBubbleIndex !== null) { + const bubble2 = turn.assistantBubbles[turn.activeBubbleIndex]; + if (timestamp > 0 && timestamp > bubble2.lastEventAt) { + bubble2.lastEventAt = timestamp; + } + return bubble2; + } + const bubble = newBubble(timestamp); + turn.assistantBubbles.push(bubble); + turn.activeBubbleIndex = turn.assistantBubbles.length - 1; + return bubble; +} +function closeAssistantBubble(turn) { + turn.activeBubbleIndex = null; +} +function pushToolInvocation(bubble, toolCall) { + const existingIndex = bubble.toolIndexesById.get(toolCall.id); + if (existingIndex !== void 0) { + bubble.toolCalls[existingIndex] = toolCall; + return; + } + bubble.toolIndexesById.set(toolCall.id, bubble.toolCalls.length); + bubble.toolCalls.push(toolCall); + bubble.contentBlocks.push({ type: "tool_use", toolId: toolCall.id }); +} +function appendUniqueChunk(chunks, value) { + const trimmed = value.trim(); + if (!trimmed) return; + if (chunks[chunks.length - 1] === trimmed) return; + chunks.push(trimmed); +} +function replaceLatestChunk(chunks, value) { + const trimmed = value.trim(); + if (!trimmed) return; + chunks.length = 0; + chunks.push(trimmed); +} +function appendUserChunk(turn, value, timestamp) { + const chunkCountBefore = turn.userChunks.length; + appendUniqueChunk(turn.userChunks, value); + if (turn.userChunks.length > chunkCountBefore && !turn.userTimestamp && timestamp > 0) { + turn.userTimestamp = timestamp; + } +} +function newTurn(timestamp = 0) { + return { + assistantText: "", + thinkingText: "", + toolCalls: [], + contentBlocks: [], + interrupted: false, + timestamp + }; +} +function flushTurn(turn, messages, msgIndex) { + if (!turn.assistantText && !turn.thinkingText && turn.toolCalls.length === 0) { + return msgIndex; + } + const msg = { + id: `codex-msg-${msgIndex}`, + role: "assistant", + content: turn.assistantText, + timestamp: turn.timestamp || Date.now(), + toolCalls: turn.toolCalls.length > 0 ? turn.toolCalls : void 0, + contentBlocks: turn.contentBlocks.length > 0 ? turn.contentBlocks : void 0 + }; + if (turn.interrupted) { + msg.isInterrupt = true; + } + messages.push(msg); + return msgIndex + 1; +} +function setTextBlock(turn, content) { + const index = turn.contentBlocks.findIndex((block) => block.type === "text"); + if (index === -1) { + turn.contentBlocks.push({ type: "text", content }); + return; + } + turn.contentBlocks[index] = { type: "text", content }; +} +function setThinkingBlock(turn, content) { + const normalized = content.trim(); + if (!normalized) { + return; + } + turn.thinkingText = normalized; + const index = turn.contentBlocks.findIndex((block) => block.type === "thinking"); + if (index === -1) { + turn.contentBlocks.push({ type: "thinking", content: normalized }); + return; + } + turn.contentBlocks[index] = { type: "thinking", content: normalized }; +} +function parseTimestamp(value) { + if (typeof value !== "string") { + return 0; + } + const parsed = Date.parse(value); + return Number.isFinite(parsed) ? parsed : 0; +} +function parseSessionRecord(line) { + let parsed; + try { + parsed = JSON.parse(line); + } catch (e2) { + return null; + } + return { + timestamp: parseTimestamp(parsed.timestamp), + type: parsed.type, + event: parsed.event, + payload: parsed.payload + }; +} +var CODEX_SYSTEM_MESSAGE_PREFIXES = [ + "# AGENTS.md instructions", + "", + "", + "" +]; +var CODEX_BRACKET_CONTEXT_PATTERN = /\n\[(?:Current note|Editor selection from|Browser selection from|Canvas selection from)\b/; +function isCodexSystemMessage(text) { + const trimmed = text.trimStart(); + return CODEX_SYSTEM_MESSAGE_PREFIXES.some((prefix) => trimmed.startsWith(prefix)); +} +function extractCodexDisplayContent(text) { + if (!text) return void 0; + const bracketMatch = text.match(CODEX_BRACKET_CONTEXT_PATTERN); + if ((bracketMatch == null ? void 0 : bracketMatch.index) !== void 0) { + return text.substring(0, bracketMatch.index).trim(); + } + return void 0; +} +function extractMessageText(content) { + if (!Array.isArray(content)) { + return ""; + } + return content.map((part) => typeof (part == null ? void 0 : part.text) === "string" ? part.text : "").join(""); +} +function joinTextParts(parts) { + return parts.map((part) => { + if (typeof part === "string") return part; + return typeof (part == null ? void 0 : part.text) === "string" ? part.text : ""; + }).map((part) => part.trim()).filter(Boolean).join("\n\n").trim(); +} +function extractReasoningText(payload) { + if ("summary" in payload && Array.isArray(payload.summary) && payload.summary.length > 0) { + return joinTextParts(payload.summary); + } + if ("content" in payload && Array.isArray(payload.content) && payload.content.length > 0) { + return joinTextParts(payload.content); + } + return typeof payload.text === "string" ? payload.text.trim() : ""; +} +function processLegacyItem(eventType, item, turn) { + var _a5, _b3, _c2, _d, _e2, _f2; + switch (item.type) { + case "agent_message": + if (eventType === "item.completed" || eventType === "item.updated") { + if (item.text) { + turn.assistantText = item.text; + setTextBlock(turn, item.text); + } + } + break; + case "reasoning": + if (eventType === "item.completed" || eventType === "item.updated") { + if (item.text) { + setThinkingBlock(turn, item.text); + } + } + break; + case "command_execution": + if (eventType === "item.started") { + turn.toolCalls.push({ + id: item.id, + name: normalizeCodexToolName(item.type), + input: normalizeCodexToolInput(item.type, { command: (_a5 = item.command) != null ? _a5 : "" }), + status: "running" + }); + turn.contentBlocks.push({ type: "tool_use", toolId: item.id }); + } else if (eventType === "item.completed") { + const tc2 = turn.toolCalls.find((tool) => tool.id === item.id); + if (tc2) { + const rawOutput = (_b3 = item.aggregated_output) != null ? _b3 : ""; + tc2.result = normalizeCodexToolResult(tc2.name, rawOutput); + tc2.status = item.exit_code === 0 ? "completed" : "error"; + } + } + break; + case "file_change": { + const changes = (_c2 = item.changes) != null ? _c2 : []; + if (eventType === "item.started" || eventType === "item.completed") { + const existing = turn.toolCalls.find((tool) => tool.id === item.id); + if (!existing) { + const paths = changes.map((change) => `${change.kind}: ${change.path}`).join(", "); + turn.toolCalls.push({ + id: item.id, + name: normalizeCodexToolName("file_change"), + input: { changes }, + status: item.status === "completed" ? "completed" : "error", + result: paths ? `Applied: ${paths}` : "Applied" + }); + turn.contentBlocks.push({ type: "tool_use", toolId: item.id }); + } else if (eventType === "item.completed") { + existing.status = item.status === "completed" ? "completed" : "error"; + } + } + break; + } + case "web_search": + if (eventType === "item.started") { + turn.toolCalls.push({ + id: item.id, + name: normalizeCodexToolName(item.type), + input: normalizeCodexToolInput(item.type, { query: (_d = item.query) != null ? _d : "" }), + status: "running" + }); + turn.contentBlocks.push({ type: "tool_use", toolId: item.id }); + } else if (eventType === "item.completed") { + const tc2 = turn.toolCalls.find((tool) => tool.id === item.id); + if (tc2) { + tc2.result = "Search complete"; + tc2.status = "completed"; + } + } + break; + case "mcp_tool_call": + if (eventType === "item.started") { + const server = (_e2 = item.server) != null ? _e2 : ""; + const tool = (_f2 = item.tool) != null ? _f2 : ""; + turn.toolCalls.push({ + id: item.id, + name: `mcp__${server}__${tool}`, + input: {}, + status: "running" + }); + turn.contentBlocks.push({ type: "tool_use", toolId: item.id }); + } else if (eventType === "item.completed") { + const tc2 = turn.toolCalls.find((tool) => tool.id === item.id); + if (tc2) { + tc2.status = item.status === "completed" ? "completed" : "error"; + tc2.result = item.status === "completed" ? "Completed" : "Failed"; + } + } + break; + default: + break; + } +} +function nextTurnId(ctx) { + ctx.turnCounter += 1; + return `turn-${ctx.turnCounter}`; +} +function processPersistedToolCall(payload, timestamp, ctx) { + var _a5, _b3; + const callId = payload.call_id; + if (!callId) return; + if (payload.name === "write_stdin") { + const parsedArgs2 = parseCodexArguments((_a5 = payload.arguments) != null ? _a5 : payload.input); + if (isSilentWriteStdinInput(parsedArgs2)) { + const terminalSessionId = readTerminalSessionIdArgument(parsedArgs2); + const parentCallId = terminalSessionId ? ctx.terminalSessionToCommandId.get(terminalSessionId) : void 0; + if (parentCallId) { + ctx.stdinCallToCommandId.set(callId, parentCallId); + } + ctx.suppressedToolOutputIds.add(callId); + return; + } + } + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + const rawArgs = (_b3 = payload.arguments) != null ? _b3 : payload.input; + const parsedArgs = parseCodexArguments(rawArgs); + const normalizedName = normalizeCodexToolName(payload.name); + const normalizedInput = normalizeCodexToolInput(payload.name, parsedArgs); + const toolCall = { + id: callId, + name: normalizedName, + input: normalizedInput, + status: "running" + }; + pushToolInvocation(bubble, toolCall); + ctx.toolCallToTurn.set(callId, { + turnId: turn.id, + bubbleIndex: turn.activeBubbleIndex + }); +} +function processPersistedToolOutput(payload, timestamp, ctx) { + const callId = payload.call_id; + if (!callId) return; + const rawOutput = typeof payload.output === "string" ? payload.output : Array.isArray(payload.output) ? JSON.stringify(payload.output) : ""; + const parentCommandId = ctx.stdinCallToCommandId.get(callId); + if (parentCommandId) { + const parentToolCall = findPersistedToolCallById(ctx, parentCommandId); + if (parentToolCall) { + applyPersistedToolOutput(parentToolCall, payload.output, rawOutput, ctx, { + allowImplicitCommandCompletion: false + }); + } + ctx.stdinCallToCommandId.delete(callId); + ctx.suppressedToolOutputIds.delete(callId); + return; + } + if (ctx.suppressedToolOutputIds.delete(callId)) { + return; + } + const origin = ctx.toolCallToTurn.get(callId); + if (origin) { + const originTurn = ctx.turns.get(origin.turnId); + if (originTurn && origin.bubbleIndex < originTurn.assistantBubbles.length) { + const originBubble = originTurn.assistantBubbles[origin.bubbleIndex]; + const existing = originBubble.toolCalls.find((tool) => tool.id === callId); + if (existing) { + applyPersistedToolOutput(existing, payload.output, rawOutput, ctx); + return; + } + } + } + if (payload.type === "custom_tool_call_output") { + return; + } + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + const normalizedResult = normalizeCodexToolResult("tool", rawOutput); + pushToolInvocation(bubble, { + id: callId, + name: "tool", + input: {}, + status: isCodexToolOutputError(rawOutput) ? "error" : "completed", + result: normalizedResult + }); +} +function findPersistedToolCallById(ctx, callId) { + var _a5; + const origin = ctx.toolCallToTurn.get(callId); + if (!origin) { + return null; + } + const turn = ctx.turns.get(origin.turnId); + if (!turn || origin.bubbleIndex >= turn.assistantBubbles.length) { + return null; + } + return (_a5 = turn.assistantBubbles[origin.bubbleIndex].toolCalls.find((tool) => tool.id === callId)) != null ? _a5 : null; +} +function readTerminalSessionIdArgument(input) { + var _a5; + const value = (_a5 = input.session_id) != null ? _a5 : input.sessionId; + if (typeof value === "string" && value) return value; + if (typeof value === "number" && Number.isFinite(value)) return String(value); + return void 0; +} +function isSilentWriteStdinInput(input) { + return typeof input.chars !== "string" || input.chars.length === 0; +} +function appendCommandOutput(previous, next) { + if (!next) return previous != null ? previous : ""; + if (!previous) return next; + if (previous.endsWith("\n") || next.startsWith("\n")) return previous + next; + return `${previous} +${next}`; +} +function readPersistedCommandToolResult(rawOutputText) { + var _a5, _b3; + const output = normalizeCodexToolResult("Bash", rawOutputText); + const exitCodeMatch = rawOutputText.match(/(?:Exit code:|Process exited with code)\s*(-?\d+)/i); + const runningMatch = rawOutputText.match(/Process running with session ID\s*([^\n]+)/i); + return { + output, + status: exitCodeMatch ? "completed" : runningMatch ? "running" : "unknown", + ...exitCodeMatch ? { exitCode: Number((_a5 = exitCodeMatch[1]) != null ? _a5 : 0) } : {}, + ...runningMatch ? { terminalSessionId: ((_b3 = runningMatch[1]) != null ? _b3 : "").trim() } : {} + }; +} +function applyPersistedToolOutput(toolCall, rawOutputValue, rawOutputText, ctx, options = {}) { + if (toolCall.name === "Bash") { + const commandResult = readPersistedCommandToolResult(rawOutputText); + toolCall.result = appendCommandOutput(toolCall.result, commandResult.output); + if (commandResult.terminalSessionId) { + ctx.terminalSessionToCommandId.set(commandResult.terminalSessionId, toolCall.id); + } + if (commandResult.status === "running") { + toolCall.status = "running"; + return; + } + if (commandResult.status === "unknown" && options.allowImplicitCommandCompletion === false) { + return; + } + toolCall.status = commandResult.exitCode !== void 0 ? commandResult.exitCode === 0 ? "completed" : "error" : isCodexToolOutputError(rawOutputText) ? "error" : "completed"; + return; + } + toolCall.result = normalizePersistedToolOutput(toolCall, rawOutputValue, rawOutputText); + toolCall.status = isCodexToolOutputError(rawOutputText) ? "error" : "completed"; +} +function normalizePersistedToolOutput(toolCall, rawOutputValue, rawOutputText) { + if (Array.isArray(rawOutputValue) && toolCall.name === "Read") { + const filePath = toolCall.input.file_path; + if (typeof filePath === "string" && filePath) { + return filePath; + } + } + return normalizeCodexToolResult(toolCall.name, rawOutputText); +} +function processPersistedWebSearchCall(payload, timestamp, lineIndex, ctx) { + var _a5; + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + const callId = payload.call_id || `tail-ws-${lineIndex}`; + if (bubble.toolIndexesById.has(callId)) return; + const input = normalizeCodexToolInput("web_search_call", { + action: (_a5 = payload.action) != null ? _a5 : {} + }); + const isTerminal2 = payload.status === "completed" || payload.status === "failed" || payload.status === "error" || payload.status === "cancelled"; + const toolCall = { + id: callId, + name: "WebSearch", + input, + status: isTerminal2 ? payload.status === "completed" ? "completed" : "error" : "running", + ...isTerminal2 ? { result: "Search complete" } : {} + }; + pushToolInvocation(bubble, toolCall); + ctx.toolCallToTurn.set(callId, { + turnId: turn.id, + bubbleIndex: turn.assistantBubbles.indexOf(bubble) + }); +} +function processPersistedMcpToolCall(payload, timestamp, ctx) { + const callId = payload.call_id; + if (!callId) return; + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + if (bubble.toolIndexesById.has(callId)) return; + const normalizedInput = normalizeCodexMcpToolInput(payload.arguments); + const normalizedState = normalizeCodexMcpToolState(payload.status, payload.result, payload.error); + const toolCall = { + id: callId, + name: normalizeCodexMcpToolName(payload.server, payload.tool), + input: normalizedInput, + status: normalizedState.status, + ...normalizedState.result ? { result: normalizedState.result } : {} + }; + pushToolInvocation(bubble, toolCall); + ctx.toolCallToTurn.set(callId, { + turnId: turn.id, + bubbleIndex: turn.activeBubbleIndex + }); +} +function processPersistedPayload(payload, timestamp, lineIndex, ctx) { + if (!(payload == null ? void 0 : payload.type)) { + return; + } + switch (payload.type) { + case "message": { + const messagePayload = payload; + const text = extractMessageText(messagePayload.content); + if (messagePayload.role === "user") { + if (isCodexSystemMessage(text)) break; + if (ctx.currentTurnId) { + const prevTurn = ctx.turns.get(ctx.currentTurnId); + if (prevTurn) closeAssistantBubble(prevTurn); + } + ctx.currentTurnId = null; + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), null, timestamp); + ctx.currentTurnId = turn.id; + if (text) { + appendUserChunk(turn, text, timestamp); + } + } else if (messagePayload.role === "assistant") { + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + if (text) { + appendUniqueChunk(bubble.contentChunks, text); + } + } + break; + } + case "reasoning": { + const reasoningPayload = payload; + const text = extractReasoningText(reasoningPayload); + if (!text) break; + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + appendUniqueChunk(bubble.thinkingChunks, text); + break; + } + case "function_call": + case "custom_tool_call": + processPersistedToolCall(payload, timestamp, ctx); + break; + case "function_call_output": + case "custom_tool_call_output": + processPersistedToolOutput(payload, timestamp, ctx); + break; + case "web_search_call": + processPersistedWebSearchCall(payload, timestamp, lineIndex, ctx); + break; + case "mcp_tool_call": + processPersistedMcpToolCall(payload, timestamp, ctx); + break; + case "compaction": + break; + default: + break; + } +} +function applyCompactedReplacementHistory(payload, timestamp, ctx) { + ctx.turns.clear(); + ctx.turnOrder.length = 0; + ctx.currentTurnId = null; + ctx.toolCallToTurn.clear(); + ctx.suppressedToolOutputIds.clear(); + ctx.terminalSessionToCommandId.clear(); + ctx.stdinCallToCommandId.clear(); + ctx.turnCounter = 0; + const replacementHistory = Array.isArray(payload == null ? void 0 : payload.replacement_history) ? payload.replacement_history : []; + for (const [index, item] of replacementHistory.entries()) { + processPersistedPayload(item, timestamp + index, index, ctx); + } + if (ctx.currentTurnId) { + const turn = ctx.turns.get(ctx.currentTurnId); + if (turn) { + closeAssistantBubble(turn); + } + ctx.currentTurnId = null; + } +} +function extractServerTurnId(payload) { + const turnId = payload.turn_id; + return typeof turnId === "string" ? turnId : void 0; +} +function processEventMsg(payload, timestamp, ctx) { + if (!(payload == null ? void 0 : payload.type)) return; + switch (payload.type) { + case "task_started": { + const serverTurnId = extractServerTurnId(payload); + const id = nextTurnId(ctx); + const turn = ensureTurn(ctx.turns, ctx.turnOrder, id, null, timestamp); + turn.startedAt = timestamp; + if (serverTurnId) turn.serverTurnId = serverTurnId; + ctx.currentTurnId = turn.id; + break; + } + case "task_complete": { + if (ctx.currentTurnId) { + const turn = ctx.turns.get(ctx.currentTurnId); + if (turn) { + turn.completedAt = timestamp; + turn.completed = true; + closeAssistantBubble(turn); + const serverTurnId = extractServerTurnId(payload); + if (serverTurnId && !turn.serverTurnId) turn.serverTurnId = serverTurnId; + } + } + ctx.currentTurnId = null; + break; + } + case "turn_aborted": { + if (ctx.currentTurnId) { + const turn = ctx.turns.get(ctx.currentTurnId); + if (turn) { + const bubble = ensureAssistantBubble(turn, timestamp); + bubble.interrupted = true; + closeAssistantBubble(turn); + turn.completedAt = timestamp; + } + } + ctx.currentTurnId = null; + break; + } + case "user_message": { + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const msg = payload.message; + if (typeof msg === "string" && msg.trim()) { + appendUserChunk(turn, msg, timestamp); + } + break; + } + case "agent_message": { + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + const msg = payload.message; + if (typeof msg === "string") { + appendUniqueChunk(bubble.contentChunks, msg); + } + break; + } + case "agent_reasoning": { + const text = extractReasoningText(payload); + if (!text) break; + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + appendUniqueChunk(bubble.thinkingChunks, text); + break; + } + case "context_compacted": { + if (ctx.currentTurnId) { + const prevTurn = ctx.turns.get(ctx.currentTurnId); + if (prevTurn) closeAssistantBubble(prevTurn); + } + const id = nextTurnId(ctx); + const turn = ensureTurn(ctx.turns, ctx.turnOrder, id, null, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + bubble.contentBlocks.push({ type: "context_compacted" }); + closeAssistantBubble(turn); + ctx.currentTurnId = null; + break; + } + default: + break; + } +} +function flushBubbleTurnMessages(turn, msgIndex) { + const messages = []; + const userText = turn.userChunks.join("\n").trim(); + if (userText && !isCodexSystemMessage(userText)) { + const displayContent = extractCodexDisplayContent(userText); + messages.push({ + id: `codex-msg-${msgIndex}`, + role: "user", + content: userText, + ...displayContent !== void 0 ? { displayContent } : {}, + ...turn.serverTurnId ? { userMessageId: turn.serverTurnId } : {}, + timestamp: turn.userTimestamp || turn.startedAt || Date.now() + }); + msgIndex += 1; + } + let lastAssistantTimestamp = 0; + const assistantMessages = []; + for (const bubble of turn.assistantBubbles) { + const contentText = bubble.contentChunks.join("\n\n"); + const thinkingText = bubble.thinkingChunks.join("\n\n"); + const hasContent = contentText.trim().length > 0; + const hasThinking = thinkingText.trim().length > 0; + const hasToolCalls = bubble.toolCalls.length > 0; + const hasCompactBoundary = bubble.contentBlocks.some((b2) => b2.type === "context_compacted"); + if (!hasContent && !hasThinking && !hasToolCalls && !hasCompactBoundary) { + if (bubble.interrupted) { + messages.push({ + id: `codex-msg-${msgIndex}`, + role: "assistant", + content: "", + timestamp: bubble.startedAt || turn.startedAt || Date.now(), + isInterrupt: true + }); + msgIndex += 1; + } + continue; + } + const contentBlocks = []; + if (hasThinking) { + contentBlocks.push({ type: "thinking", content: thinkingText.trim() }); + } + contentBlocks.push(...bubble.contentBlocks); + if (hasContent) { + contentBlocks.push({ type: "text", content: contentText.trim() }); + } + const msg = { + id: `codex-msg-${msgIndex}`, + role: "assistant", + content: contentText.trim(), + timestamp: bubble.startedAt || turn.startedAt || Date.now(), + toolCalls: hasToolCalls ? bubble.toolCalls : void 0, + contentBlocks: contentBlocks.length > 0 ? contentBlocks : void 0 + }; + if (bubble.interrupted) { + msg.isInterrupt = true; + } + if (bubble.lastEventAt > lastAssistantTimestamp) { + lastAssistantTimestamp = bubble.lastEventAt; + } + assistantMessages.push(msg); + messages.push(msg); + msgIndex += 1; + } + if (assistantMessages.length > 0 && turn.userTimestamp && lastAssistantTimestamp > turn.userTimestamp) { + const durationMs = lastAssistantTimestamp - turn.userTimestamp; + const lastMsg = assistantMessages[assistantMessages.length - 1]; + lastMsg.durationSeconds = Math.round(durationMs / 1e3); + } + if (turn.serverTurnId && turn.completed && assistantMessages.length > 0) { + const lastNonInterrupt = [...assistantMessages].reverse().find((m4) => !m4.isInterrupt); + if (lastNonInterrupt) { + lastNonInterrupt.assistantMessageId = turn.serverTurnId; + } + } + return { messages, nextMsgIndex: msgIndex }; +} +var SAFE_SESSION_ID_PATTERN = /^[A-Za-z0-9_-]+$/; +function getPathModuleForSessionPath(sessionPath) { + return sessionPath.includes("\\") || /^[A-Za-z]:/.test(sessionPath) ? path14.win32 : path14.posix; +} +function deriveCodexSessionsRootFromSessionPath(sessionFilePath) { + if (!sessionFilePath) { + return null; + } + const pathModule = getPathModuleForSessionPath(sessionFilePath); + let current = pathModule.dirname(pathModule.normalize(sessionFilePath)); + let previous = null; + while (current && current !== previous) { + if (pathModule.basename(current).toLowerCase() === "sessions") { + return current; + } + previous = current; + current = pathModule.dirname(current); + } + return null; +} +function deriveCodexMemoriesDirFromSessionsRoot(sessionsDir) { + if (!sessionsDir) { + return null; + } + const pathModule = getPathModuleForSessionPath(sessionsDir); + return pathModule.join(pathModule.dirname(sessionsDir), "memories"); +} +function findCodexSessionFile(threadId, root = path14.join(os9.homedir(), ".codex", "sessions")) { + if (!threadId || !SAFE_SESSION_ID_PATTERN.test(threadId) || !fs14.existsSync(root)) { + return null; + } + const directPath = path14.join(root, `${threadId}.jsonl`); + if (fs14.existsSync(directPath)) { + return directPath; + } + const stack = [root]; + while (stack.length > 0) { + const current = stack.pop(); + if (!current) { + continue; + } + let entries; + try { + entries = fs14.readdirSync(current, { withFileTypes: true }); + } catch (e2) { + continue; + } + for (const entry of entries) { + const fullPath = path14.join(current, entry.name); + if (entry.isDirectory()) { + stack.push(fullPath); + continue; + } + if (entry.isFile() && entry.name.endsWith(`-${threadId}.jsonl`)) { + return fullPath; + } + } + } + return null; +} +function parseCodexSessionFile(filePath) { + let content; + try { + content = fs14.readFileSync(filePath, "utf-8"); + } catch (e2) { + return []; + } + return parseCodexSessionContent(content); +} +function parseCodexSessionContent(content) { + const turns = parseCodexSessionTurns(content); + return turns.flatMap((t11) => t11.messages); +} +function parseCodexSessionTurns(content) { + const records = content.split("\n").filter((line) => line.trim()).map(parseSessionRecord).filter((record2) => record2 !== null); + let hasLegacy = false; + let hasModern = false; + for (const record2 of records) { + if (record2.type === "event") hasLegacy = true; + else if (record2.type === "event_msg" || record2.type === "response_item" || record2.type === "compacted") hasModern = true; + if (hasLegacy && hasModern) break; + } + if (hasLegacy && !hasModern) { + const messages = parseLegacySession(records); + return messages.length > 0 ? [{ turnId: null, messages }] : []; + } + return parseModernSessionTurns(records); +} +function parseLegacySession(records) { + const messages = []; + let turn = newTurn(); + let msgIndex = 0; + for (const parsed of records) { + if (parsed.type === "event" && parsed.event) { + const event = parsed.event; + switch (event.type) { + case "turn.started": + if (turn.assistantText || turn.thinkingText || turn.toolCalls.length > 0) { + msgIndex = flushTurn(turn, messages, msgIndex); + } + turn = newTurn(); + break; + case "item.started": + case "item.updated": + case "item.completed": + if (event.item) { + processLegacyItem(event.type, event.item, turn); + } + break; + case "turn.completed": + msgIndex = flushTurn(turn, messages, msgIndex); + turn = newTurn(); + break; + case "turn.failed": + turn.interrupted = true; + msgIndex = flushTurn(turn, messages, msgIndex); + turn = newTurn(); + break; + default: + break; + } + } + } + flushTurn(turn, messages, msgIndex); + return messages; +} +function parseModernSessionTurns(records) { + const ctx = createPersistedParseContext(); + for (const [lineIndex, parsed] of records.entries()) { + const timestamp = parsed.timestamp; + if (parsed.type === "event" && parsed.event) { + processLegacyEventInModernContext(parsed.event, timestamp, ctx); + continue; + } + if (parsed.type === "event_msg") { + processEventMsg(parsed.payload, timestamp, ctx); + continue; + } + if (parsed.type === "compacted") { + applyCompactedReplacementHistory(parsed.payload, timestamp, ctx); + continue; + } + if (parsed.type === "response_item") { + processPersistedPayload(parsed.payload, timestamp, lineIndex, ctx); + } + } + return flushBubbleTurnsGrouped(ctx.turns, ctx.turnOrder); +} +function flushBubbleTurnsGrouped(turns, turnOrder) { + var _a5; + const result = []; + let messageOffset = 0; + for (const turnId of turnOrder) { + const turn = turns.get(turnId); + if (!turn) continue; + const { messages: turnMessages, nextMsgIndex } = flushBubbleTurnMessages(turn, messageOffset); + if (turnMessages.length === 0) continue; + messageOffset = nextMsgIndex; + result.push({ + turnId: (_a5 = turn.serverTurnId) != null ? _a5 : null, + messages: turnMessages + }); + } + return result; +} +function findToolCallOrigin(ctx, callId) { + var _a5; + const origin = ctx.toolCallToTurn.get(callId); + if (!origin) { + return null; + } + const turn = ctx.turns.get(origin.turnId); + if (!turn || origin.bubbleIndex >= turn.assistantBubbles.length) { + return null; + } + return (_a5 = turn.assistantBubbles[origin.bubbleIndex].toolCalls.find((tool) => tool.id === callId)) != null ? _a5 : null; +} +function trackToolCallOrigin(ctx, callId, turn) { + ctx.toolCallToTurn.set(callId, { + turnId: turn.id, + bubbleIndex: turn.activeBubbleIndex + }); +} +function ensureModernLegacyToolCall(ctx, timestamp, item, build) { + const existing = findToolCallOrigin(ctx, item.id); + if (existing) { + return existing; + } + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + const toolCall = build(); + pushToolInvocation(bubble, toolCall); + trackToolCallOrigin(ctx, item.id, turn); + return toolCall; +} +function processLegacyItemInModernContext(eventType, item, timestamp, ctx) { + var _a5, _b3; + switch (item.type) { + case "agent_message": { + if ((eventType === "item.updated" || eventType === "item.completed") && item.text) { + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + replaceLatestChunk(bubble.contentChunks, item.text); + } + break; + } + case "reasoning": { + if ((eventType === "item.updated" || eventType === "item.completed") && item.text) { + const turn = ensureTurn(ctx.turns, ctx.turnOrder, nextTurnId(ctx), ctx.currentTurnId, timestamp); + const bubble = ensureAssistantBubble(turn, timestamp); + replaceLatestChunk(bubble.thinkingChunks, item.text); + } + break; + } + case "command_execution": { + if (eventType === "item.started") { + ensureModernLegacyToolCall(ctx, timestamp, item, () => { + var _a6; + return { + id: item.id, + name: normalizeCodexToolName(item.type), + input: normalizeCodexToolInput(item.type, { command: (_a6 = item.command) != null ? _a6 : "" }), + status: "running" + }; + }); + break; + } + if (eventType === "item.completed") { + const toolCall = ensureModernLegacyToolCall(ctx, timestamp, item, () => { + var _a6; + return { + id: item.id, + name: normalizeCodexToolName(item.type), + input: normalizeCodexToolInput(item.type, { command: (_a6 = item.command) != null ? _a6 : "" }), + status: "running" + }; + }); + const rawOutput = (_a5 = item.aggregated_output) != null ? _a5 : ""; + toolCall.result = normalizeCodexToolResult(toolCall.name, rawOutput); + toolCall.status = item.exit_code === 0 ? "completed" : "error"; + } + break; + } + case "file_change": { + if (eventType !== "item.started" && eventType !== "item.completed") { + break; + } + const changes = (_b3 = item.changes) != null ? _b3 : []; + const toolCall = ensureModernLegacyToolCall(ctx, timestamp, item, () => ({ + id: item.id, + name: normalizeCodexToolName("file_change"), + input: { changes }, + status: "running" + })); + if (eventType === "item.completed") { + const paths = changes.map((change) => `${change.kind}: ${change.path}`).join(", "); + toolCall.result = paths ? `Applied: ${paths}` : "Applied"; + toolCall.status = item.status === "completed" ? "completed" : "error"; + } + break; + } + case "web_search": { + if (eventType === "item.started") { + ensureModernLegacyToolCall(ctx, timestamp, item, () => { + var _a6; + return { + id: item.id, + name: normalizeCodexToolName(item.type), + input: normalizeCodexToolInput(item.type, { query: (_a6 = item.query) != null ? _a6 : "" }), + status: "running" + }; + }); + break; + } + if (eventType === "item.completed") { + const toolCall = ensureModernLegacyToolCall(ctx, timestamp, item, () => { + var _a6; + return { + id: item.id, + name: normalizeCodexToolName(item.type), + input: normalizeCodexToolInput(item.type, { query: (_a6 = item.query) != null ? _a6 : "" }), + status: "running" + }; + }); + toolCall.result = "Search complete"; + toolCall.status = "completed"; + } + break; + } + case "mcp_tool_call": { + if (eventType === "item.started") { + ensureModernLegacyToolCall(ctx, timestamp, item, () => { + var _a6, _b4; + return { + id: item.id, + name: `mcp__${(_a6 = item.server) != null ? _a6 : ""}__${(_b4 = item.tool) != null ? _b4 : ""}`, + input: {}, + status: "running" + }; + }); + break; + } + if (eventType === "item.completed") { + const toolCall = ensureModernLegacyToolCall(ctx, timestamp, item, () => { + var _a6, _b4; + return { + id: item.id, + name: `mcp__${(_a6 = item.server) != null ? _a6 : ""}__${(_b4 = item.tool) != null ? _b4 : ""}`, + input: {}, + status: "running" + }; + }); + toolCall.status = item.status === "completed" ? "completed" : "error"; + toolCall.result = item.status === "completed" ? "Completed" : "Failed"; + } + break; + } + default: + break; + } +} +function processLegacyEventInModernContext(event, timestamp, ctx) { + switch (event.type) { + case "turn.started": { + if (ctx.currentTurnId) { + const previousTurn = ctx.turns.get(ctx.currentTurnId); + if (previousTurn) { + closeAssistantBubble(previousTurn); + } + } + const id = nextTurnId(ctx); + ensureTurn(ctx.turns, ctx.turnOrder, id, null, timestamp); + ctx.currentTurnId = id; + break; + } + case "turn.completed": { + if (ctx.currentTurnId) { + const turn = ctx.turns.get(ctx.currentTurnId); + if (turn) closeAssistantBubble(turn); + } + ctx.currentTurnId = null; + break; + } + case "turn.failed": { + if (ctx.currentTurnId) { + const turn = ctx.turns.get(ctx.currentTurnId); + if (turn) { + const bubble = ensureAssistantBubble(turn, timestamp); + bubble.interrupted = true; + closeAssistantBubble(turn); + } + } + ctx.currentTurnId = null; + break; + } + case "item.started": + case "item.updated": + case "item.completed": + if (event.item) { + processLegacyItemInModernContext(event.type, event.item, timestamp, ctx); + } + break; + default: + break; + } +} + +// src/providers/codex/history/CodexConversationHistoryService.ts +function readSessionTurns(sessionFilePath) { + let content; + try { + content = fs15.readFileSync(sessionFilePath, "utf-8"); + } catch (e2) { + return []; + } + return parseCodexSessionTurns(content); +} +var CodexConversationHistoryService = class { + constructor() { + this.hydratedConversationPaths = /* @__PURE__ */ new Map(); + } + async hydrateConversationHistory(conversation, _vaultPath) { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + const state = getCodexState(conversation.providerState); + const transcriptRootPath = (_a5 = state.transcriptRootPath) != null ? _a5 : deriveCodexSessionsRootFromSessionPath(state.sessionFilePath); + if (this.isPendingForkConversation(conversation) && conversation.messages.length > 0) { + return; + } + if (this.isPendingForkConversation(conversation)) { + const sourceSessionFile = this.resolveSourceSessionFile(state); + if (!sourceSessionFile) return; + const turns = readSessionTurns(sourceSessionFile); + const resumeAt = state.forkSource.resumeAt; + const truncated = this.truncateTurnsAtCheckpoint(turns, resumeAt); + if (!truncated) { + this.hydratedConversationPaths.delete(conversation.id); + return; + } + conversation.messages = truncated.flatMap((t11) => t11.messages); + return; + } + if (state.forkSource && state.threadId) { + const sourceSessionFile = this.resolveSourceSessionFile(state); + const forkSessionFile = (_b3 = state.sessionFilePath) != null ? _b3 : state.threadId ? findCodexSessionFile(state.threadId, transcriptRootPath != null ? transcriptRootPath : void 0) : null; + if (sourceSessionFile && forkSessionFile) { + const sourceTurns = readSessionTurns(sourceSessionFile); + const forkTurns = readSessionTurns(forkSessionFile); + const resumeAt = state.forkSource.resumeAt; + const sourcePrefix = this.truncateTurnsAtCheckpoint(sourceTurns, resumeAt); + if (!sourcePrefix) { + this.hydratedConversationPaths.delete(conversation.id); + return; + } + const sourceTurnIds = new Set(sourceTurns.map((t11) => t11.turnId).filter(Boolean)); + const forkOnlyTurns = forkTurns.filter((t11) => !t11.turnId || !sourceTurnIds.has(t11.turnId)); + const messages = [ + ...sourcePrefix.flatMap((t11) => t11.messages), + ...forkOnlyTurns.flatMap((t11) => t11.messages) + ]; + if (messages.length === 0) { + this.hydratedConversationPaths.delete(conversation.id); + return; + } + conversation.messages = messages; + this.hydratedConversationPaths.set(conversation.id, `fork::${state.threadId}`); + return; + } + } + const threadId = (_d = (_c2 = state.threadId) != null ? _c2 : conversation.sessionId) != null ? _d : null; + const sessionFilePath = (_e2 = state.sessionFilePath) != null ? _e2 : threadId ? findCodexSessionFile(threadId, transcriptRootPath != null ? transcriptRootPath : void 0) : null; + const resolvedTranscriptRootPath = transcriptRootPath != null ? transcriptRootPath : deriveCodexSessionsRootFromSessionPath(sessionFilePath); + if (!sessionFilePath) { + this.hydratedConversationPaths.delete(conversation.id); + return; + } + const hydrationKey = `${threadId != null ? threadId : ""}::${sessionFilePath}`; + if (conversation.messages.length > 0 && this.hydratedConversationPaths.get(conversation.id) === hydrationKey) { + return; + } + if (sessionFilePath !== state.sessionFilePath) { + conversation.providerState = { + ...(_f2 = conversation.providerState) != null ? _f2 : {}, + ...threadId ? { threadId } : {}, + sessionFilePath, + ...resolvedTranscriptRootPath ? { transcriptRootPath: resolvedTranscriptRootPath } : {} + }; + } else if (resolvedTranscriptRootPath && resolvedTranscriptRootPath !== state.transcriptRootPath) { + conversation.providerState = { + ...(_g = conversation.providerState) != null ? _g : {}, + ...threadId ? { threadId } : {}, + transcriptRootPath: resolvedTranscriptRootPath + }; + } + const sdkMessages = parseCodexSessionFile(sessionFilePath); + if (sdkMessages.length === 0) { + this.hydratedConversationPaths.delete(conversation.id); + return; + } + conversation.messages = sdkMessages; + this.hydratedConversationPaths.set(conversation.id, hydrationKey); + } + async deleteConversationSession(_conversation, _vaultPath) { + } + resolveSessionIdForConversation(conversation) { + var _a5, _b3, _c2, _d; + if (!conversation) return null; + const state = getCodexState(conversation.providerState); + return (_d = (_c2 = (_a5 = state.threadId) != null ? _a5 : conversation.sessionId) != null ? _c2 : (_b3 = state.forkSource) == null ? void 0 : _b3.sessionId) != null ? _d : null; + } + isPendingForkConversation(conversation) { + const state = getCodexState(conversation.providerState); + return !!state.forkSource && !state.threadId && !conversation.sessionId; + } + buildForkProviderState(sourceSessionId, resumeAt, sourceProviderState) { + var _a5; + const sourceState = getCodexState(sourceProviderState); + const sourceTranscriptRootPath = (_a5 = sourceState.transcriptRootPath) != null ? _a5 : deriveCodexSessionsRootFromSessionPath(sourceState.sessionFilePath); + const providerState = { + forkSource: { sessionId: sourceSessionId, resumeAt }, + ...sourceState.sessionFilePath ? { forkSourceSessionFilePath: sourceState.sessionFilePath } : {}, + ...sourceTranscriptRootPath ? { forkSourceTranscriptRootPath: sourceTranscriptRootPath } : {} + }; + return providerState; + } + buildPersistedProviderState(conversation) { + const entries = Object.entries(getCodexState(conversation.providerState)).filter(([, value]) => value !== void 0); + return entries.length > 0 ? Object.fromEntries(entries) : void 0; + } + // --------------------------------------------------------------------------- + // Private helpers + // --------------------------------------------------------------------------- + resolveSourceSessionFile(state) { + var _a5, _b3; + if (!state.forkSource) return null; + const sourceTranscriptRootPath = (_a5 = state.forkSourceTranscriptRootPath) != null ? _a5 : deriveCodexSessionsRootFromSessionPath(state.forkSourceSessionFilePath); + return (_b3 = state.forkSourceSessionFilePath) != null ? _b3 : findCodexSessionFile(state.forkSource.sessionId, sourceTranscriptRootPath != null ? sourceTranscriptRootPath : void 0); + } + truncateTurnsAtCheckpoint(turns, resumeAt) { + const checkpointIndex = turns.findIndex((turn) => turn.turnId === resumeAt); + if (checkpointIndex < 0) { + return null; + } + return turns.slice(0, checkpointIndex + 1); + } +}; + +// src/providers/codex/normalization/codexSubagentNormalization.ts +function parseJsonObject(raw) { + if (!raw) return null; + try { + const parsed = JSON.parse(raw); + if (parsed && typeof parsed === "object" && !Array.isArray(parsed)) { + return parsed; + } + } catch (e2) { + return null; + } + return null; +} +function extractCodexSpawnResult(raw) { + const parsed = parseJsonObject(raw); + if (!parsed) return {}; + return { + agentId: typeof parsed.agent_id === "string" ? parsed.agent_id : void 0, + nickname: typeof parsed.nickname === "string" ? parsed.nickname : void 0 + }; +} +function extractCodexWaitResult(raw) { + const parsed = parseJsonObject(raw); + if (!parsed) { + return { statuses: {}, timedOut: false }; + } + const rawStatuses = parsed.status; + const statuses = {}; + if (rawStatuses && typeof rawStatuses === "object" && !Array.isArray(rawStatuses)) { + for (const [agentId, value] of Object.entries(rawStatuses)) { + if (!value || typeof value !== "object" || Array.isArray(value)) continue; + const status = value; + statuses[agentId] = { + completed: typeof status.completed === "string" ? status.completed : void 0, + error: typeof status.error === "string" ? status.error : void 0, + failed: typeof status.failed === "string" ? status.failed : void 0 + }; + } + } + return { + statuses, + timedOut: parsed.timed_out === true + }; +} +function getCodexSubagentPrompt(input) { + return typeof input.message === "string" ? input.message : ""; +} +function getCodexSubagentModel(input) { + return typeof input.model === "string" ? input.model : ""; +} +function getCodexSubagentDescription(nickname, model) { + if (nickname && model) return `${nickname} (${model})`; + if (nickname) return nickname; + if (model) return `Codex subagent (${model})`; + return "Codex subagent"; +} +function resolveCodexWaitCompletion(spawnResult, siblingToolCalls) { + var _a5; + for (const toolCall of siblingToolCalls) { + if (toolCall.name !== TOOL_WAIT && toolCall.name !== TOOL_WAIT_AGENT) { + continue; + } + const waitResult = extractCodexWaitResult(toolCall.result); + const statusEntries = Object.entries(waitResult.statuses); + if (statusEntries.length === 0 && !waitResult.timedOut) { + continue; + } + let agentStatus; + if (spawnResult.agentId) { + agentStatus = waitResult.statuses[spawnResult.agentId]; + } else if (statusEntries.length === 1) { + agentStatus = statusEntries[0][1]; + } + if (agentStatus == null ? void 0 : agentStatus.completed) { + return { status: "completed", result: agentStatus.completed }; + } + const failure = (_a5 = agentStatus == null ? void 0 : agentStatus.error) != null ? _a5 : agentStatus == null ? void 0 : agentStatus.failed; + if (failure) { + return { status: "error", result: failure }; + } + if (waitResult.timedOut) { + return { status: "error", result: "Timed out" }; + } + } + return { status: "running" }; +} +function buildCodexSubagentInfo(spawnToolCall, siblingToolCalls = []) { + const prompt = getCodexSubagentPrompt(spawnToolCall.input); + const model = getCodexSubagentModel(spawnToolCall.input); + const spawnResult = extractCodexSpawnResult(spawnToolCall.result); + const description = getCodexSubagentDescription(spawnResult.nickname, model); + if (spawnToolCall.status === "error") { + return { + id: spawnToolCall.id, + description, + prompt, + mode: "sync", + isExpanded: false, + status: "error", + result: spawnToolCall.result, + toolCalls: [] + }; + } + const completion = resolveCodexWaitCompletion(spawnResult, siblingToolCalls); + return { + id: spawnToolCall.id, + description, + prompt, + mode: "sync", + isExpanded: false, + status: completion.status, + result: completion.result, + toolCalls: [], + ...spawnResult.agentId ? { agentId: spawnResult.agentId } : {} + }; +} +var codexSubagentLifecycleAdapter = { + isHiddenTool(name) { + return name === TOOL_WAIT || name === TOOL_WAIT_AGENT || name === TOOL_CLOSE_AGENT; + }, + isSpawnTool(name) { + return name === TOOL_SPAWN_AGENT; + }, + isWaitTool(name) { + return name === TOOL_WAIT || name === TOOL_WAIT_AGENT; + }, + isCloseTool(name) { + return name === TOOL_CLOSE_AGENT; + }, + resolveSpawnToolIds(waitToolCall, agentIdToSpawnId) { + const spawnIds = /* @__PURE__ */ new Set(); + const waitResult = extractCodexWaitResult(waitToolCall.result); + for (const agentId of Object.keys(waitResult.statuses)) { + const spawnId = agentIdToSpawnId.get(agentId); + if (spawnId) { + spawnIds.add(spawnId); + } + } + const targets = Array.isArray(waitToolCall.input.targets) ? waitToolCall.input.targets : Array.isArray(waitToolCall.input.ids) ? waitToolCall.input.ids : []; + for (const target of targets) { + if (typeof target !== "string") continue; + const spawnId = agentIdToSpawnId.get(target); + if (spawnId) { + spawnIds.add(spawnId); + } + } + return [...spawnIds]; + }, + buildSubagentInfo(spawnToolCall, siblingToolCalls = []) { + return buildCodexSubagentInfo(spawnToolCall, siblingToolCalls); + }, + extractSpawnResult(raw) { + return extractCodexSpawnResult(raw); + }, + extractWaitResult(raw) { + return extractCodexWaitResult(raw); + } +}; + +// src/providers/codex/runtime/CodexChatRuntime.ts +var fs16 = __toESM(require("fs")); +var os10 = __toESM(require("os")); +var path15 = __toESM(require("path")); +init_path(); + +// src/providers/codex/prompt/encodeCodexTurn.ts +function isCompactCommand2(text) { + return /^\/compact(\s|$)/i.test(text); +} +function encodeCodexTurn(request) { + var _a5, _b3, _c2; + const isCompact = isCompactCommand2(request.text); + if (isCompact) { + return { + request, + persistedContent: request.text, + prompt: request.text, + isCompact: true, + mcpMentions: /* @__PURE__ */ new Set() + }; + } + const sections = []; + sections.push(request.text); + if (request.currentNotePath) { + sections.push(` +[Current note: ${request.currentNotePath}]`); + } + if ((_a5 = request.editorSelection) == null ? void 0 : _a5.selectedText) { + sections.push( + ` +[Editor selection from ${request.editorSelection.notePath || "current note"}: +${request.editorSelection.selectedText} +]` + ); + } + if ((_b3 = request.browserSelection) == null ? void 0 : _b3.selectedText) { + sections.push( + ` +[Browser selection from ${(_c2 = request.browserSelection.url) != null ? _c2 : "unknown page"}: +${request.browserSelection.selectedText} +]` + ); + } + if (request.canvasSelection) { + const nodeList = request.canvasSelection.nodeIds.join(", "); + if (nodeList) { + sections.push( + ` +[Canvas selection from ${request.canvasSelection.canvasPath}: +${nodeList} +]` + ); + } + } + const prompt = sections.join(""); + return { + request, + persistedContent: request.text, + prompt, + isCompact: false, + mcpMentions: /* @__PURE__ */ new Set() + }; +} + +// src/providers/codex/runtime/CodexNotificationRouter.ts +var COLLAB_AGENT_TOOL_MAP = { + spawnAgent: "spawn_agent", + wait: "wait", + sendInput: "send_input", + resumeAgent: "resume_agent", + closeAgent: "close_agent" +}; +var CodexNotificationRouter = class { + constructor(emit, onTurnMetadata) { + this.emit = emit; + this.onTurnMetadata = onTurnMetadata; + this.seenWebSearchIds = /* @__PURE__ */ new Set(); + this.planUpdateCounter = 0; + this.isPlanTurn = false; + this.sawPlanDelta = false; + this.startedUserMessageIds = /* @__PURE__ */ new Set(); + this.startedAgentMessageIds = /* @__PURE__ */ new Set(); + this.agentMessageDeltaIds = /* @__PURE__ */ new Set(); + this.streamedAssistantTurnText = ""; + this.currentAssistantSegmentText = ""; + this.rawStartedCallIds = /* @__PURE__ */ new Set(); + this.rawToolNamesByCallId = /* @__PURE__ */ new Map(); + this.rawToolInputsByCallId = /* @__PURE__ */ new Map(); + this.rawToolOutputsByCallId = /* @__PURE__ */ new Map(); + this.suppressedRawCallIds = /* @__PURE__ */ new Set(); + this.fileChangeInputsById = /* @__PURE__ */ new Map(); + } + resetAssistantTextTracking() { + this.streamedAssistantTurnText = ""; + this.resetAssistantSegmentText(); + } + resetAssistantSegmentText() { + this.currentAssistantSegmentId = void 0; + this.currentAssistantSegmentText = ""; + } + beginAssistantSegment(itemId) { + if (this.currentAssistantSegmentId === itemId) { + return; + } + this.currentAssistantSegmentId = itemId; + this.currentAssistantSegmentText = ""; + } + claimAssistantSegment(itemId) { + if (!itemId) { + return; + } + if (this.currentAssistantSegmentId && this.currentAssistantSegmentId !== itemId) { + this.beginAssistantSegment(itemId); + return; + } + if (!this.currentAssistantSegmentId) { + this.currentAssistantSegmentId = itemId; + } + } + appendAssistantText(text, itemId) { + if (!text) { + return; + } + this.claimAssistantSegment(itemId); + this.currentAssistantSegmentText += text; + this.streamedAssistantTurnText += text; + } + beginTurn(params) { + this.isPlanTurn = params.isPlanTurn; + this.sawPlanDelta = false; + this.startedUserMessageIds.clear(); + this.startedAgentMessageIds.clear(); + this.agentMessageDeltaIds.clear(); + this.resetAssistantTextTracking(); + this.rawStartedCallIds.clear(); + this.rawToolNamesByCallId.clear(); + this.rawToolInputsByCallId.clear(); + this.rawToolOutputsByCallId.clear(); + this.suppressedRawCallIds.clear(); + this.fileChangeInputsById.clear(); + } + endTurn() { + this.isPlanTurn = false; + this.sawPlanDelta = false; + this.startedUserMessageIds.clear(); + this.startedAgentMessageIds.clear(); + this.agentMessageDeltaIds.clear(); + this.resetAssistantTextTracking(); + this.rawStartedCallIds.clear(); + this.rawToolNamesByCallId.clear(); + this.rawToolInputsByCallId.clear(); + this.rawToolOutputsByCallId.clear(); + this.suppressedRawCallIds.clear(); + this.fileChangeInputsById.clear(); + } + handleNotification(method, params) { + switch (method) { + case "item/agentMessage/delta": + this.onAgentMessageDelta(params); + break; + case "item/started": + this.onItemStarted(params); + break; + case "item/completed": + this.onItemCompleted(params); + break; + case "item/reasoning/summaryTextDelta": + this.onReasoningSummaryDelta(params); + break; + case "item/reasoning/textDelta": + this.onReasoningTextDelta(params); + break; + case "item/reasoning/summaryPartAdded": + break; + case "item/plan/delta": + this.onPlanDelta(params); + break; + case "item/commandExecution/outputDelta": + case "item/fileChange/outputDelta": + this.onOutputDelta(params); + break; + case "item/fileChange/patchUpdated": + this.onFileChangePatchUpdated(params); + break; + case "rawResponseItem/completed": + this.onRawResponseItemCompleted(params); + break; + case "event_msg": + this.onEventMsg(params); + break; + case "thread/tokenUsage/updated": + this.onTokenUsageUpdated(params); + break; + case "turn/plan/updated": + this.onPlanUpdated(params); + break; + case "turn/completed": + this.onTurnCompleted(params); + break; + case "error": + this.onError(params); + break; + default: + break; + } + } + onAgentMessageDelta(params) { + this.agentMessageDeltaIds.add(params.itemId); + this.appendAssistantText(params.delta, params.itemId); + this.emit({ type: "text", content: params.delta }); + } + onReasoningSummaryDelta(params) { + this.emit({ type: "thinking", content: params.delta }); + } + onReasoningTextDelta(params) { + this.emit({ type: "thinking", content: params.delta }); + } + onPlanDelta(params) { + this.sawPlanDelta = true; + this.emit({ type: "text", content: params.delta }); + } + onItemStarted(params) { + const item = params.item; + const itemId = getItemId(item); + if (itemId && this.rawStartedCallIds.has(itemId)) { + return; + } + switch (item.type) { + case "userMessage": + this.emitUserMessageBoundary(item); + break; + case "agentMessage": + this.emitAgentMessageBoundary(item); + break; + case "reasoning": + break; + case "commandExecution": + this.emitToolUseFromCommand(item); + break; + case "fileChange": + this.emitToolUseFromFileChange(item); + break; + case "imageView": + this.emitToolUseFromImageView(item); + break; + case "webSearch": + this.emitToolUseFromWebSearch(item); + break; + case "collabAgentToolCall": + this.emitToolUseFromCollabAgent(item); + break; + case "mcpToolCall": + this.emitToolUseFromMcp(item); + break; + default: + break; + } + } + onItemCompleted(params) { + const item = params.item; + const itemId = getItemId(item); + const rawResult = itemId ? this.consumeRawToolOutput(itemId) : void 0; + switch (item.type) { + case "userMessage": + if (!this.startedUserMessageIds.has(item.id)) { + this.emitUserMessageBoundary(item); + } + break; + case "agentMessage": + this.completeAgentMessage(item); + break; + case "commandExecution": + this.emitToolResultFromCommand(item, rawResult); + break; + case "fileChange": + this.emitToolUseFromFileChange(item); + this.emitToolResultFromFileChange(item); + break; + case "imageView": + this.emitToolResultFromImageView(item); + break; + case "webSearch": + this.emitToolResultFromWebSearch(item); + break; + case "collabAgentToolCall": + this.emitToolResultFromCollabAgent(item); + break; + case "mcpToolCall": + this.emitToolResultFromMcp(item); + break; + case "contextCompaction": + this.emitContextCompactionBoundary(item); + break; + default: + if (itemId && rawResult) { + this.emit({ type: "tool_result", id: itemId, ...rawResult }); + } + break; + } + } + onRawResponseItemCompleted(params) { + var _a5; + const item = asRecord((_a5 = asRecord(params)) == null ? void 0 : _a5.item); + const itemType = typeof (item == null ? void 0 : item.type) === "string" ? item.type : void 0; + if (!item || !itemType) { + return; + } + switch (itemType) { + case "function_call": + this.handleRawFunctionCall(item); + break; + case "custom_tool_call": + this.handleRawCustomToolCall(item); + break; + case "function_call_output": + case "custom_tool_call_output": + this.handleRawToolOutput(item); + break; + case "agentMessage": + case "message": + this.emitMissingRawAgentMessageText(item); + break; + default: + break; + } + } + onEventMsg(params) { + const payload = asRecord(params); + if (!payload) { + return; + } + const payloadType = typeof payload.type === "string" ? payload.type : void 0; + if (payloadType !== "agent_message") { + return; + } + const text = firstString2(payload.text, payload.message); + this.emitMissingAssistantTurnText(text); + } + handleRawFunctionCall(item) { + const rawName = firstString2(item.name, item.type); + const callId = readRawCallId(item); + if (!callId) { + return; + } + const rawArguments = parseRawArguments(item); + if (rawName === "write_stdin" && isSilentWriteStdinInput2(rawArguments)) { + this.suppressedRawCallIds.add(callId); + return; + } + this.emitRawToolUse(callId, rawName, item, rawArguments); + } + handleRawCustomToolCall(item) { + const rawName = firstString2(item.name, item.type); + const callId = readRawCallId(item); + if (!callId) { + return; + } + if (rawName === "apply_patch") { + const input = normalizeCodexToolInput(rawName, parseRawArguments(item)); + this.rememberFileChangeInput(callId, input); + this.suppressedRawCallIds.add(callId); + this.resetAssistantSegmentText(); + return; + } + this.emitRawToolUse(callId, rawName, item); + } + emitRawToolUse(callId, rawName, item, rawArguments) { + const normalizedName = normalizeCodexToolName(rawName); + const input = normalizeCodexToolInput(rawName, rawArguments != null ? rawArguments : parseRawArguments(item)); + if (this.rawStartedCallIds.has(callId)) { + this.rawToolNamesByCallId.set(callId, normalizedName); + this.rawToolInputsByCallId.set(callId, input); + return; + } + this.rawStartedCallIds.add(callId); + this.rawToolNamesByCallId.set(callId, normalizedName); + this.rawToolInputsByCallId.set(callId, input); + this.resetAssistantSegmentText(); + this.emit({ + type: "tool_use", + id: callId, + name: normalizedName, + input + }); + } + handleRawToolOutput(item) { + const callId = readRawCallId(item); + if (!callId) { + return; + } + if (this.suppressedRawCallIds.delete(callId)) { + return; + } + const normalizedName = this.rawToolNamesByCallId.get(callId); + if (!normalizedName) { + return; + } + const rawOutput = item.output; + const content = normalizeRawToolOutput( + normalizedName, + rawOutput, + this.rawToolInputsByCallId.get(callId) + ); + this.rawToolOutputsByCallId.set(callId, { + content, + isError: isCodexToolOutputError(stringifyRawOutput(rawOutput)) + }); + } + emitMissingRawAgentMessageText(item) { + const text = item.type === "message" ? readAssistantMessageText(item) : firstString2(item.text, item.message); + this.emitMissingAssistantSegmentText(text); + } + emitMissingAssistantSegmentText(text, itemId) { + this.claimAssistantSegment(itemId); + const missingText = normalizeAgentMessageCompletionText( + text, + this.currentAssistantSegmentText + ); + if (text) { + this.currentAssistantSegmentText = text; + } + if (!missingText) { + return; + } + this.streamedAssistantTurnText += missingText; + this.emit({ type: "text", content: missingText }); + } + emitMissingAssistantTurnText(text) { + const missingText = normalizeAgentMessageCompletionText( + text, + this.streamedAssistantTurnText + ); + if (!missingText) { + return; + } + this.streamedAssistantTurnText += missingText; + this.currentAssistantSegmentText += missingText; + this.emit({ type: "text", content: missingText }); + } + consumeRawToolOutput(callId) { + const result = this.rawToolOutputsByCallId.get(callId); + this.rawToolOutputsByCallId.delete(callId); + return result; + } + flushPendingRawToolOutputs() { + for (const [callId, result] of this.rawToolOutputsByCallId) { + this.emit({ type: "tool_result", id: callId, ...result }); + } + this.rawToolOutputsByCallId.clear(); + } + // -- commandExecution ------------------------------------------------------- + emitToolUseFromCommand(item) { + var _a5, _b3, _c2; + const rawAction = (_c2 = (_b3 = (_a5 = item.commandActions) == null ? void 0 : _a5[0]) == null ? void 0 : _b3.command) != null ? _c2 : item.command; + const normalizedName = normalizeCodexToolName("command_execution"); + const input = normalizeCodexToolInput("command_execution", { command: rawAction }); + this.resetAssistantSegmentText(); + this.emit({ type: "tool_use", id: item.id, name: normalizedName, input }); + } + emitToolResultFromCommand(item, rawResult) { + var _a5, _b3, _c2; + const normalizedName = normalizeCodexToolName("command_execution"); + const output = (_a5 = item.aggregatedOutput) != null ? _a5 : ""; + const content = (_b3 = rawResult == null ? void 0 : rawResult.content) != null ? _b3 : normalizeCodexToolResult(normalizedName, output); + const isError = item.exitCode !== null ? item.exitCode !== 0 : (_c2 = rawResult == null ? void 0 : rawResult.isError) != null ? _c2 : isCodexToolOutputError(output); + this.emit({ type: "tool_result", id: item.id, content, isError }); + } + // -- fileChange ------------------------------------------------------------- + emitToolUseFromFileChange(item) { + var _a5; + const input = this.rememberFileChangeInput( + item.id, + buildFileChangeInput((_a5 = item.changes) != null ? _a5 : []) + ); + this.resetAssistantSegmentText(); + this.emit({ + type: "tool_use", + id: item.id, + name: normalizeCodexToolName("file_change"), + input + }); + } + emitToolResultFromFileChange(item) { + var _a5; + const input = this.rememberFileChangeInput( + item.id, + buildFileChangeInput((_a5 = item.changes) != null ? _a5 : []) + ); + const changes = Array.isArray(input.changes) ? input.changes : []; + const paths = changes.map((change) => formatFileChangeSummary(change)).filter(Boolean).join(", "); + this.emit({ + type: "tool_result", + id: item.id, + content: paths || "File change completed", + isError: item.status === "failed" || item.status === "declined" + }); + } + onFileChangePatchUpdated(params) { + var _a5; + const itemId = firstString2(params.itemId); + if (!itemId) { + return; + } + const input = this.rememberFileChangeInput( + itemId, + buildFileChangeInput((_a5 = params.changes) != null ? _a5 : []) + ); + this.resetAssistantSegmentText(); + this.emit({ + type: "tool_use", + id: itemId, + name: normalizeCodexToolName("file_change"), + input + }); + } + rememberFileChangeInput(itemId, input) { + const previous = this.fileChangeInputsById.get(itemId); + const merged = mergeApplyPatchInputs(previous, input); + this.fileChangeInputsById.set(itemId, merged); + return merged; + } + // -- imageView -------------------------------------------------------------- + emitToolUseFromImageView(item) { + this.resetAssistantSegmentText(); + this.emit({ + type: "tool_use", + id: item.id, + name: normalizeCodexToolName("view_image"), + input: normalizeCodexToolInput("view_image", { path: item.path }) + }); + } + emitToolResultFromImageView(item) { + this.emit({ type: "tool_result", id: item.id, content: item.path, isError: false }); + } + // -- webSearch -------------------------------------------------------------- + emitToolUseFromWebSearch(item) { + var _a5, _b3, _c2, _d, _e2; + if (this.seenWebSearchIds.has(item.id)) return; + this.seenWebSearchIds.add(item.id); + this.resetAssistantSegmentText(); + this.emit({ + type: "tool_use", + id: item.id, + name: "WebSearch", + input: normalizeCodexToolInput("web_search", { + query: (_a5 = item.query) != null ? _a5 : "", + queries: (_b3 = item.queries) != null ? _b3 : [], + url: (_c2 = item.url) != null ? _c2 : "", + pattern: (_d = item.pattern) != null ? _d : "", + action: (_e2 = item.action) != null ? _e2 : {} + }) + }); + } + emitToolResultFromWebSearch(item) { + this.emit({ + type: "tool_result", + id: item.id, + content: "Search complete", + isError: item.status === "failed" || item.status === "error" + }); + } + // -- collabAgentToolCall ---------------------------------------------------- + emitToolUseFromCollabAgent(item) { + var _a5, _b3; + const toolName = (_a5 = COLLAB_AGENT_TOOL_MAP[item.tool]) != null ? _a5 : item.tool; + this.resetAssistantSegmentText(); + this.emit({ + type: "tool_use", + id: item.id, + name: toolName, + input: (_b3 = item.arguments) != null ? _b3 : {} + }); + } + emitToolResultFromCollabAgent(item) { + var _a5; + const resultText = item.result && typeof item.result === "object" ? JSON.stringify(item.result) : item.status === "completed" ? "Completed" : (_a5 = item.status) != null ? _a5 : "Done"; + this.emit({ + type: "tool_result", + id: item.id, + content: resultText, + isError: item.status === "failed" || item.status === "error" + }); + } + // -- mcpToolCall ------------------------------------------------------------ + emitToolUseFromMcp(item) { + var _a5; + this.resetAssistantSegmentText(); + this.emit({ + type: "tool_use", + id: item.id, + name: `mcp__${item.server}__${item.tool}`, + input: (_a5 = item.arguments) != null ? _a5 : {} + }); + } + emitToolResultFromMcp(item) { + var _a5; + let content = ""; + if (item.error) { + content = item.error; + } else if ((_a5 = item.result) == null ? void 0 : _a5.content) { + content = item.result.content.map((c) => { + var _a6; + return (_a6 = c.text) != null ? _a6 : ""; + }).filter(Boolean).join("\n"); + } + if (!content) { + content = item.status === "completed" ? "Completed" : "Failed"; + } + this.emit({ + type: "tool_result", + id: item.id, + content, + isError: item.status === "failed" || item.status === "error" + }); + } + emitContextCompactionBoundary(_item) { + this.emit({ type: "context_compacted" }); + } + emitUserMessageBoundary(item) { + if (this.startedUserMessageIds.has(item.id)) { + return; + } + this.startedUserMessageIds.add(item.id); + this.emit({ + type: "user_message_start", + itemId: item.id, + content: this.extractUserMessageText(item.content) + }); + } + emitAgentMessageBoundary(item) { + if (this.startedAgentMessageIds.has(item.id)) { + return; + } + this.startedAgentMessageIds.add(item.id); + this.claimAssistantSegment(item.id); + this.emit({ type: "assistant_message_start", itemId: item.id }); + } + completeAgentMessage(item) { + if (!this.startedAgentMessageIds.has(item.id)) { + this.emitAgentMessageBoundary(item); + } + if (this.agentMessageDeltaIds.has(item.id) || !item.text) { + return; + } + this.emitMissingAssistantSegmentText(item.text, item.id); + } + extractUserMessageText(content) { + return content.map((part) => part.type === "text" ? part.text : "").filter((text) => text.length > 0).join("\n\n"); + } + // -- turn/plan/updated (update_plan) ---------------------------------------- + onPlanUpdated(params) { + var _a5; + this.planUpdateCounter += 1; + const syntheticId = `plan-update-${(_a5 = params.turnId) != null ? _a5 : this.planUpdateCounter}`; + const PLAN_STATUS_MAP = { + inProgress: "in_progress", + in_progress: "in_progress" + }; + const todos = params.plan.map((item) => { + var _a6; + return { + id: "", + content: item.step, + activeForm: item.step, + status: (_a6 = PLAN_STATUS_MAP[item.status]) != null ? _a6 : item.status + }; + }); + this.resetAssistantSegmentText(); + this.emit({ type: "tool_use", id: syntheticId, name: "TodoWrite", input: { todos } }); + this.emit({ type: "tool_result", id: syntheticId, content: "Plan updated", isError: false }); + } + // -- outputDelta (commandExecution + fileChange) ---------------------------- + onOutputDelta(params) { + this.emit({ type: "tool_output", id: params.itemId, content: params.delta }); + } + // -- tokenUsage / turnCompleted / error ------------------------------------- + onTokenUsageUpdated(params) { + const last = params.tokenUsage.last; + const contextTokens = last.inputTokens; + const contextWindow = params.tokenUsage.modelContextWindow; + const usage = { + inputTokens: last.inputTokens, + cacheCreationInputTokens: 0, + cacheReadInputTokens: last.cachedInputTokens, + contextWindow, + contextWindowIsAuthoritative: contextWindow > 0, + contextTokens, + percentage: contextWindow > 0 ? Math.min(100, Math.max(0, Math.round(contextTokens / contextWindow * 100))) : 0 + }; + this.emit({ type: "usage", usage, sessionId: params.threadId }); + } + onTurnCompleted(params) { + var _a5; + const turn = params.turn; + if (turn.status === "failed" && turn.error) { + this.emit({ type: "error", content: turn.error.message }); + } + if (turn.status === "completed") { + (_a5 = this.onTurnMetadata) == null ? void 0 : _a5.call(this, { + assistantMessageId: turn.id, + ...this.isPlanTurn && this.sawPlanDelta ? { planCompleted: true } : {} + }); + } + this.flushPendingRawToolOutputs(); + this.emit({ type: "done" }); + } + onError(params) { + if (params.willRetry) return; + this.emit({ type: "error", content: params.error.message }); + } +}; +function asRecord(value) { + return value !== null && typeof value === "object" && !Array.isArray(value) ? value : null; +} +function firstString2(...values) { + for (const value of values) { + if (typeof value === "string") { + return value; + } + } + return ""; +} +function getItemId(item) { + return typeof item.id === "string" ? item.id : void 0; +} +function readRawCallId(item) { + return firstString2(item.call_id, item.id); +} +function parseRawArguments(item) { + const rawArgs = typeof item.arguments === "string" ? item.arguments : typeof item.input === "string" ? item.input : void 0; + return parseCodexArguments(rawArgs); +} +function isSilentWriteStdinInput2(input) { + return typeof input.chars !== "string" || input.chars.length === 0; +} +function normalizeRawToolOutput(normalizedName, rawOutput, input) { + if (Array.isArray(rawOutput) && normalizedName === "Read") { + const filePath = firstString2(input == null ? void 0 : input.file_path, input == null ? void 0 : input.path); + if (filePath) { + return filePath; + } + } + return normalizeCodexToolResult(normalizedName, stringifyRawOutput(rawOutput)); +} +function stringifyRawOutput(value) { + if (typeof value === "string") { + return value; + } + if (value === void 0) { + return ""; + } + try { + const result = JSON.stringify(value); + return typeof result === "string" ? result : String(value); + } catch (e2) { + return String(value); + } +} +function buildFileChangeInput(changes) { + return { changes: normalizeFileChanges(changes) }; +} +function mergeApplyPatchInputs(previous, next) { + if (!previous) { + return next; + } + const patch = typeof next.patch === "string" ? next.patch : typeof previous.patch === "string" ? previous.patch : void 0; + const changes = mergeFileChanges(previous.changes, next.changes); + return { + ...previous, + ...next, + ...patch ? { patch } : {}, + ...changes.length > 0 ? { changes } : {} + }; +} +function normalizeFileChanges(changes) { + if (!Array.isArray(changes)) { + return []; + } + return changes.map(normalizeFileChange).filter((change) => change !== null); +} +function normalizeFileChange(change) { + var _a5; + const record2 = asRecord(change); + const path27 = firstString2(record2 == null ? void 0 : record2.path); + if (!record2 || !path27) { + return null; + } + const kindInfo = normalizeFileChangeKind((_a5 = record2.kind) != null ? _a5 : record2.type); + const diff = firstString2(record2.diff); + return { + ...record2, + path: path27, + kind: kindInfo.kind, + type: kindInfo.kind, + ...kindInfo.movePath ? { movePath: kindInfo.movePath } : {}, + ...diff ? { diff } : {} + }; +} +function normalizeFileChangeKind(value) { + if (typeof value === "string" && value) { + return { kind: value }; + } + const record2 = asRecord(value); + const kind = firstString2(record2 == null ? void 0 : record2.type) || "change"; + const movePath = firstString2(record2 == null ? void 0 : record2.move_path); + return { + kind, + ...movePath ? { movePath } : {} + }; +} +function mergeFileChanges(previous, next) { + const previousChanges = normalizeFileChanges(previous); + const nextChanges = normalizeFileChanges(next); + if (previousChanges.length === 0) return nextChanges; + if (nextChanges.length === 0) return previousChanges; + const merged = /* @__PURE__ */ new Map(); + for (const change of previousChanges) { + merged.set(fileChangeKey(change), change); + } + for (const change of nextChanges) { + const key = fileChangeKey(change); + const previousChange = merged.get(key); + merged.set(key, previousChange ? mergeFileChange(previousChange, change) : change); + } + return [...merged.values()]; +} +function mergeFileChange(previous, next) { + return { + ...previous, + ...next, + ...typeof next.diff === "string" ? { diff: next.diff } : typeof previous.diff === "string" ? { diff: previous.diff } : {} + }; +} +function fileChangeKey(change) { + return `${firstString2(change.path)}\0${firstString2(change.movePath)}`; +} +function formatFileChangeSummary(change) { + const record2 = asRecord(change); + const path27 = firstString2(record2 == null ? void 0 : record2.path); + if (!record2 || !path27) { + return ""; + } + const kind = firstString2(record2.kind, record2.type) || "change"; + return `${kind}: ${path27}`; +} +function readContentText(value) { + if (!Array.isArray(value)) { + return ""; + } + return value.map((entry) => { + var _a5; + return firstString2((_a5 = asRecord(entry)) == null ? void 0 : _a5.text); + }).join(""); +} +function readAssistantMessageText(item) { + if (firstString2(item.role) !== "assistant") { + return ""; + } + return readContentText(item.content); +} +function normalizeAgentMessageCompletionText(text, streamedAssistantText) { + if (!text) { + return ""; + } + if (!streamedAssistantText) { + return text; + } + if (text.startsWith(streamedAssistantText)) { + return text.slice(streamedAssistantText.length); + } + return text; +} + +// src/providers/codex/runtime/CodexServerRequestRouter.ts +var CodexServerRequestRouter = class { + constructor() { + this.approvalCallback = null; + this.askUserCallback = null; + this.pendingApprovalRequests = /* @__PURE__ */ new Map(); + this.askUserAbortController = null; + this.pendingAskUserRequestId = null; + this.pendingAskUserThreadId = null; + } + setApprovalCallback(callback) { + this.approvalCallback = callback; + } + setAskUserCallback(callback) { + this.askUserCallback = callback; + } + async handleServerRequest(requestIdOrMethod, methodOrParams, maybeParams) { + const hasExplicitRequestId = maybeParams !== void 0; + const requestId = hasExplicitRequestId ? requestIdOrMethod : void 0; + const method = hasExplicitRequestId ? methodOrParams : requestIdOrMethod; + const params = hasExplicitRequestId ? maybeParams : methodOrParams; + switch (method) { + case "item/commandExecution/requestApproval": + return this.handleCommandApproval(requestId, params); + case "item/fileChange/requestApproval": + return this.handleFileChangeApproval(requestId, params); + case "item/permissions/requestApproval": + return this.handlePermissionsApproval(requestId, params); + case "item/tool/requestUserInput": + return this.handleUserInputRequest(requestId, params); + default: + throw new Error(`Unsupported server request: ${method}`); + } + } + hasPendingApprovalRequest(requestId, threadId) { + return this.pendingApprovalRequests.get(requestId) === threadId; + } + async handleCommandApproval(requestId, params) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j; + if (!this.approvalCallback) return { decision: "decline" }; + const command = (_a5 = params.command) != null ? _a5 : ""; + const toolName = normalizeCodexToolName("command_execution"); + const input = { + command, + cwd: (_b3 = params.cwd) != null ? _b3 : null, + reason: (_c2 = params.reason) != null ? _c2 : null, + commandActions: (_d = params.commandActions) != null ? _d : null, + approvalId: (_e2 = params.approvalId) != null ? _e2 : null, + networkApprovalContext: (_f2 = params.networkApprovalContext) != null ? _f2 : null, + additionalPermissions: (_g = params.additionalPermissions) != null ? _g : null, + skillMetadata: (_h2 = params.skillMetadata) != null ? _h2 : null, + proposedExecpolicyAmendment: (_i = params.proposedExecpolicyAmendment) != null ? _i : null, + proposedNetworkPolicyAmendments: (_j = params.proposedNetworkPolicyAmendments) != null ? _j : null + }; + const description = describeCommandApproval(params); + if (requestId !== void 0) { + this.pendingApprovalRequests.set(requestId, params.threadId); + } + try { + const decision = await this.approvalCallback(toolName, input, description, { + ...params.reason ? { decisionReason: params.reason } : {}, + ...params.networkApprovalContext ? { networkApprovalContext: params.networkApprovalContext } : {}, + ...params.additionalPermissions ? { additionalPermissions: params.additionalPermissions } : {}, + decisionOptions: buildCommandApprovalDecisionOptions(params) + }); + return { decision: mapCommandApprovalDecision(decision) }; + } finally { + if (requestId !== void 0) { + this.pendingApprovalRequests.delete(requestId); + } + } + } + async handleFileChangeApproval(requestId, params) { + var _a5; + if (!this.approvalCallback) return { decision: "decline" }; + const reason = (_a5 = params.reason) != null ? _a5 : void 0; + const toolName = normalizeCodexToolName("file_change"); + const input = { reason: reason != null ? reason : null }; + const description = reason ? `File change: ${reason}` : "File change"; + if (requestId !== void 0) { + this.pendingApprovalRequests.set(requestId, params.threadId); + } + try { + const decision = await this.approvalCallback(toolName, input, description, {}); + return { decision: mapFileChangeApprovalDecision(decision) }; + } finally { + if (requestId !== void 0) { + this.pendingApprovalRequests.delete(requestId); + } + } + } + async handlePermissionsApproval(requestId, params) { + var _a5, _b3; + if (!this.approvalCallback) return { permissions: {}, scope: "turn" }; + const requestedPermissions = (_a5 = params.permissions) != null ? _a5 : {}; + const reason = (_b3 = params.reason) != null ? _b3 : void 0; + const toolName = "permissions"; + const description = reason ? `Permission request: ${reason}` : "Permission request"; + if (requestId !== void 0) { + this.pendingApprovalRequests.set(requestId, params.threadId); + } + let decision; + try { + decision = await this.approvalCallback(toolName, requestedPermissions, description, {}); + } finally { + if (requestId !== void 0) { + this.pendingApprovalRequests.delete(requestId); + } + } + if (decision === "allow") { + return { permissions: requestedPermissions, scope: "turn" }; + } + if (decision === "allow-always") { + return { permissions: requestedPermissions, scope: "session" }; + } + return { permissions: {}, scope: "turn" }; + } + abortPendingAskUser(requestId, threadId) { + if (!this.askUserAbortController) { + return false; + } + if (requestId !== void 0 && requestId !== this.pendingAskUserRequestId) { + return false; + } + if (threadId !== void 0 && threadId !== this.pendingAskUserThreadId) { + return false; + } + this.askUserAbortController.abort(); + this.askUserAbortController = null; + this.pendingAskUserRequestId = null; + this.pendingAskUserThreadId = null; + return true; + } + async handleUserInputRequest(requestId, params) { + var _a5; + if (!this.askUserCallback) return { answers: {} }; + const questions = (_a5 = params.questions) != null ? _a5 : []; + const input = { questions }; + this.askUserAbortController = new AbortController(); + this.pendingAskUserRequestId = requestId != null ? requestId : null; + this.pendingAskUserThreadId = params.threadId; + let userAnswers; + try { + userAnswers = await this.askUserCallback(input, this.askUserAbortController.signal); + } finally { + this.askUserAbortController = null; + this.pendingAskUserRequestId = null; + this.pendingAskUserThreadId = null; + } + if (!userAnswers) return { answers: {} }; + const answers = {}; + for (const [key, value] of Object.entries(userAnswers)) { + answers[key] = { answers: normalizeAnswers(value) }; + } + return { answers }; + } +}; +function describeCommandApproval(params) { + var _a5; + const networkContext = params.networkApprovalContext; + if (networkContext) { + return `Allow ${networkContext.protocol} access to ${networkContext.host}`; + } + const command = (_a5 = params.command) != null ? _a5 : ""; + return command ? `Execute: ${command}` : "Execute command"; +} +function buildCommandApprovalDecisionOptions(params) { + var _a5; + const availableDecisions = (_a5 = params.availableDecisions) != null ? _a5 : ["accept", "acceptForSession", "decline"]; + return availableDecisions.map((decision) => mapDecisionOption(decision, params)); +} +function mapDecisionOption(decision, params) { + var _a5; + if (decision === "accept") { + return { label: "Allow once", value: "allow-once", decision: "allow" }; + } + if (decision === "acceptForSession") { + return { label: "Always allow", value: "allow-always", decision: "allow-always" }; + } + if (decision === "decline") { + return { label: "Deny", value: "deny", decision: "deny" }; + } + if (decision === "cancel") { + return { label: "Cancel", value: "cancel", decision: "cancel" }; + } + if ("acceptWithExecpolicyAmendment" in decision) { + return { + label: "Allow similar commands", + description: "Approve and store an exec policy amendment.", + value: encodeCommandApprovalDecision(decision) + }; + } + const networkPolicyAmendment = decision.applyNetworkPolicyAmendment.network_policy_amendment; + const host = networkPolicyAmendment.host || ((_a5 = params.networkApprovalContext) == null ? void 0 : _a5.host) || "host"; + const action = networkPolicyAmendment.action === "deny" ? "Deny" : "Allow"; + return { + label: `${action} ${host} for this session`, + description: `Apply a ${networkPolicyAmendment.action} rule for ${host}.`, + value: encodeCommandApprovalDecision(decision) + }; +} +function normalizeAnswers(value) { + if (Array.isArray(value)) { + return value.map((item) => typeof item === "string" ? item : String(item)).filter((item) => item.trim().length > 0); + } + return [value]; +} +function mapCommandApprovalDecision(decision) { + switch (decision) { + case "allow": + return "accept"; + case "allow-always": + return "acceptForSession"; + case "deny": + return "decline"; + case "cancel": + return "cancel"; + default: + if (typeof decision === "object" && decision !== null && decision.type === "select-option") { + const decoded = decodeCommandApprovalDecision(decision.value); + if (decoded) { + return decoded; + } + } + return "decline"; + } +} +function mapFileChangeApprovalDecision(decision) { + switch (decision) { + case "allow": + return "accept"; + case "allow-always": + return "acceptForSession"; + case "deny": + return "decline"; + case "cancel": + return "cancel"; + default: + return "decline"; + } +} +function encodeCommandApprovalDecision(decision) { + return JSON.stringify(decision); +} +function decodeCommandApprovalDecision(value) { + try { + return JSON.parse(value); + } catch (e2) { + return null; + } +} + +// src/providers/codex/runtime/CodexSessionManager.ts +var CodexSessionManager = class { + constructor() { + this.threadId = null; + this.sessionFilePath = null; + this.sessionInvalidated = false; + } + getThreadId() { + return this.threadId; + } + getSessionFilePath() { + return this.sessionFilePath; + } + setThread(threadId, sessionFilePath) { + const threadChanged = this.threadId !== threadId; + this.threadId = threadId; + if (sessionFilePath) { + this.sessionFilePath = sessionFilePath; + } else if (threadChanged) { + this.sessionFilePath = null; + } + } + reset() { + this.threadId = null; + this.sessionFilePath = null; + this.sessionInvalidated = false; + } + invalidateSession() { + this.sessionInvalidated = true; + } + consumeInvalidation() { + const was = this.sessionInvalidated; + this.sessionInvalidated = false; + return was; + } +}; + +// src/providers/codex/runtime/CodexChatRuntime.ts +function resolveCodexSandboxConfig(permissionMode, codexSafeMode = "workspace-write") { + if (permissionMode === "yolo") { + return { approvalPolicy: "never", sandbox: "danger-full-access" }; + } + if (permissionMode === "plan") { + return { approvalPolicy: "on-request", sandbox: "workspace-write" }; + } + return { approvalPolicy: "on-request", sandbox: codexSafeMode }; +} +function resolveCodexServiceTier(serviceTier, model) { + if (model !== FAST_TIER_CODEX_MODEL) { + return null; + } + return serviceTier === "fast" ? "fast" : null; +} +var EFFORT_MAP = { + low: "low", + medium: "medium", + high: "high", + xhigh: "xhigh" +}; +var CodexChatRuntime = class { + constructor(plugin) { + this.providerId = "codex"; + this.session = new CodexSessionManager(); + this.process = null; + this.transport = null; + this.launchSpec = null; + this.runtimeContext = null; + this.notificationRouter = null; + this.serverRequestRouter = new CodexServerRequestRouter(); + this.ready = false; + this.readyListeners = /* @__PURE__ */ new Set(); + this.clientConfigKey = null; + this.currentTurnId = null; + this.currentQueryThreadId = null; + this.loadedThreadId = null; + this.currentThreadPath = null; + this.pendingTurnNotifications = []; + // Chunk buffer: notifications push here, query() drains + this.chunkBuffer = []; + this.chunkResolve = null; + this.approvalCallback = null; + this.approvalDismisser = null; + this.askUserCallback = null; + this.exitPlanModeCallback = null; + this.permissionModeSyncCallback = null; + this.subagentHookProvider = null; + this.autoTurnCallback = null; + this.activeInputBundles = /* @__PURE__ */ new Set(); + // Fork state + this.pendingFork = null; + // Cancellation + this.canceled = false; + this.turnMetadata = {}; + this.plugin = plugin; + } + getCapabilities() { + return CODEX_PROVIDER_CAPABILITIES; + } + prepareTurn(request) { + return encodeCodexTurn(request); + } + consumeTurnMetadata() { + const metadata = { ...this.turnMetadata }; + this.turnMetadata = {}; + return metadata; + } + onReadyStateChange(listener) { + this.readyListeners.add(listener); + return () => { + this.readyListeners.delete(listener); + }; + } + setResumeCheckpoint(checkpointId) { + this.resumeCheckpoint = checkpointId; + } + syncConversationState(conversation, _externalContextPaths) { + var _a5, _b3; + if (!conversation) { + this.session.reset(); + this.loadedThreadId = null; + this.currentThreadPath = null; + this.pendingFork = null; + return; + } + const state = getCodexState(conversation.providerState); + if (state.forkSource && !state.threadId && !conversation.sessionId) { + this.pendingFork = state.forkSource; + this.session.reset(); + this.loadedThreadId = null; + this.currentThreadPath = null; + return; + } + this.pendingFork = null; + const threadId = (_b3 = (_a5 = state.threadId) != null ? _a5 : conversation.sessionId) != null ? _b3 : null; + if (!threadId) { + this.session.reset(); + this.loadedThreadId = null; + this.currentThreadPath = null; + return; + } + this.session.setThread(threadId, state.sessionFilePath); + } + async reloadMcpServers() { + } + async ensureReady(options) { + const promptSettings = this.getSystemPromptSettings(); + const promptKey = computeSystemPromptKey(promptSettings); + const launchSpec = resolveCodexAppServerLaunchSpec(this.plugin, this.providerId); + const clientConfigKey = [promptKey, JSON.stringify({ + command: launchSpec.command, + args: launchSpec.args, + spawnCwd: launchSpec.spawnCwd, + targetCwd: launchSpec.targetCwd, + target: launchSpec.target + })].join("::"); + const shouldRebuild = !this.process || !this.transport || !this.process.isAlive() || (options == null ? void 0 : options.force) === true || this.clientConfigKey !== clientConfigKey; + if (shouldRebuild) { + await this.shutdownProcess(); + await this.startAppServer(launchSpec, clientConfigKey); + } + this.setReady(true); + return shouldRebuild; + } + async *query(originalTurn, _conversationHistory, queryOptions) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n, _o, _p, _q3, _r; + this.resetTurnMetadata(); + let turn = originalTurn; + await this.ensureReady(); + this.canceled = false; + this.cleanupActiveInputBundles(); + this.chunkBuffer = []; + this.chunkResolve = null; + this.currentQueryThreadId = null; + this.pendingTurnNotifications = []; + const model = this.resolveModel(queryOptions); + const promptSettings = this.getSystemPromptSettings(); + const promptText = buildSystemPrompt(promptSettings); + const enqueueChunk = (chunk) => { + this.chunkBuffer.push(chunk); + if (this.chunkResolve) { + this.chunkResolve(); + this.chunkResolve = null; + } + }; + this.notificationRouter = new CodexNotificationRouter( + (chunk) => enqueueChunk(chunk), + (update) => this.recordTurnMetadata(update) + ); + this.wireTransportHandlers(); + const compactValidationError = this.validateCompactTurn(originalTurn); + if (compactValidationError) { + yield { type: "error", content: compactValidationError }; + yield { type: "done" }; + return; + } + try { + const existingThreadId = this.session.getThreadId(); + let threadId; + let threadPath = null; + let threadTargetPath = null; + let completedPendingFork = false; + if (this.pendingFork) { + const fork = this.pendingFork; + const forkResult = await this.transport.request("thread/fork", { + threadId: fork.sessionId + }); + threadId = forkResult.thread.id; + threadTargetPath = (_a5 = forkResult.thread.path) != null ? _a5 : null; + threadPath = this.toHostSessionPath(threadTargetPath); + const forkTurns = (_b3 = forkResult.thread.turns) != null ? _b3 : []; + const checkpointIndex = forkTurns.findIndex((t11) => t11.id === fork.resumeAt); + if (checkpointIndex < 0) { + throw new Error(`Fork checkpoint not found: ${fork.resumeAt}`); + } + const numTurnsToRollback = forkTurns.length - checkpointIndex - 1; + const permissionMode = this.resolveSandboxConfig(); + await this.transport.request("thread/resume", { + threadId, + model: model != null ? model : DEFAULT_CODEX_PRIMARY_MODEL, + approvalPolicy: permissionMode.approvalPolicy, + sandbox: permissionMode.sandbox, + serviceTier: resolveCodexServiceTier(this.getProviderSettings().serviceTier, model != null ? model : DEFAULT_CODEX_PRIMARY_MODEL), + baseInstructions: promptText, + experimentalRawEvents: true, + persistExtendedHistory: true + }); + if (numTurnsToRollback > 0) { + await this.transport.request("thread/rollback", { + threadId, + numTurns: numTurnsToRollback + }); + } + this.loadedThreadId = threadId; + completedPendingFork = true; + if (_conversationHistory && _conversationHistory.length > 0) { + const checkpointIdx = _conversationHistory.findIndex( + (m4) => m4.assistantMessageId === fork.resumeAt + ); + if (checkpointIdx >= 0 && checkpointIdx < _conversationHistory.length - 1) { + const suffix = _conversationHistory.slice(checkpointIdx + 1); + const replayContext = buildContextFromHistory(suffix); + if (replayContext.trim()) { + turn = { + ...turn, + prompt: `${replayContext} + +User: ${turn.prompt}` + }; + } + } + } + } else if (existingThreadId && existingThreadId !== this.loadedThreadId) { + const permissionMode = this.resolveSandboxConfig(); + const resumeResult = await this.transport.request("thread/resume", { + threadId: existingThreadId, + model: model != null ? model : DEFAULT_CODEX_PRIMARY_MODEL, + approvalPolicy: permissionMode.approvalPolicy, + sandbox: permissionMode.sandbox, + serviceTier: resolveCodexServiceTier(this.getProviderSettings().serviceTier, model != null ? model : DEFAULT_CODEX_PRIMARY_MODEL), + baseInstructions: promptText, + experimentalRawEvents: true, + persistExtendedHistory: true + }); + threadId = resumeResult.thread.id; + threadTargetPath = (_c2 = resumeResult.thread.path) != null ? _c2 : null; + threadPath = this.toHostSessionPath(threadTargetPath); + this.loadedThreadId = threadId; + } else if (existingThreadId && existingThreadId === this.loadedThreadId) { + threadId = existingThreadId; + } else { + const permissionMode = this.resolveSandboxConfig(); + const startResult = await this.transport.request("thread/start", { + model: model != null ? model : DEFAULT_CODEX_PRIMARY_MODEL, + cwd: (_f2 = (_e2 = (_d = this.launchSpec) == null ? void 0 : _d.targetCwd) != null ? _e2 : getVaultPath(this.plugin.app)) != null ? _f2 : void 0, + approvalPolicy: permissionMode.approvalPolicy, + sandbox: permissionMode.sandbox, + serviceTier: resolveCodexServiceTier(this.getProviderSettings().serviceTier, model != null ? model : DEFAULT_CODEX_PRIMARY_MODEL), + baseInstructions: promptText, + experimentalRawEvents: true, + persistExtendedHistory: true + }); + threadId = startResult.thread.id; + threadTargetPath = (_g = startResult.thread.path) != null ? _g : null; + threadPath = this.toHostSessionPath(threadTargetPath); + this.loadedThreadId = threadId; + } + this.session.setThread(threadId, (_h2 = threadPath != null ? threadPath : this.currentThreadPath) != null ? _h2 : void 0); + if (threadPath) this.currentThreadPath = threadPath; + this.currentQueryThreadId = threadId; + if (completedPendingFork) { + this.pendingFork = null; + } + if (turn.isCompact) { + (_i = this.notificationRouter) == null ? void 0 : _i.beginTurn({ isPlanTurn: false }); + await this.transport.request( + "thread/compact/start", + { threadId } + ); + this.recordTurnMetadata({ wasSent: true }); + } else { + const sessionFilePathHint = (_j = threadPath != null ? threadPath : this.session.getSessionFilePath()) != null ? _j : null; + const skillInputs = await this.resolveSkillInputs(turn.request.text); + const turnInputBundle = this.buildInput(turn.prompt, turn.request.images, skillInputs); + this.registerActiveInputBundle(turnInputBundle); + const providerSettings = this.getProviderSettings(); + const effort = (_k3 = EFFORT_MAP[providerSettings.effortLevel]) != null ? _k3 : "medium"; + const resolvedModel = model != null ? model : DEFAULT_CODEX_PRIMARY_MODEL; + const isPlanMode = providerSettings.permissionMode === "plan"; + const externalContextPaths = this.resolveExternalContextPaths(turn, queryOptions); + const permissionMode = this.resolveSandboxConfig(); + const transcriptRootTarget = (_n = (_m = (_l2 = this.runtimeContext) == null ? void 0 : _l2.sessionsDirTarget) != null ? _m : deriveCodexSessionsRootFromSessionPath(threadTargetPath)) != null ? _n : this.resolveTranscriptRootTarget(sessionFilePathHint); + const sandboxPolicy = this.buildTurnSandboxPolicy( + externalContextPaths, + permissionMode.sandbox, + transcriptRootTarget, + sessionFilePathHint + ); + const collaborationMode = { + mode: isPlanMode ? "plan" : "default", + settings: { + model: resolvedModel, + reasoning_effort: effort, + developer_instructions: null + } + }; + const summary = getEffectiveCodexReasoningSummary(providerSettings, resolvedModel); + const serviceTier = resolveCodexServiceTier(providerSettings.serviceTier, resolvedModel); + (_o = this.notificationRouter) == null ? void 0 : _o.beginTurn({ isPlanTurn: isPlanMode }); + const turnResult = await this.transport.request("turn/start", { + threadId, + input: turnInputBundle.input, + approvalPolicy: permissionMode.approvalPolicy, + model: resolvedModel, + serviceTier, + effort, + summary, + sandboxPolicy, + collaborationMode + }); + this.currentTurnId = turnResult.turn.id; + this.recordTurnMetadata({ + userMessageId: turnResult.turn.id, + wasSent: true + }); + this.flushPendingTurnNotifications(); + } + while (true) { + if (this.canceled) { + while (this.chunkBuffer.length > 0) { + const chunk = this.chunkBuffer.shift(); + yield chunk; + if (chunk.type === "done") return; + } + yield { type: "done" }; + return; + } + if (this.chunkBuffer.length === 0) { + await new Promise((resolve8) => { + this.chunkResolve = resolve8; + if (this.chunkBuffer.length > 0 || this.canceled) { + resolve8(); + this.chunkResolve = null; + } + }); + } + while (this.chunkBuffer.length > 0) { + const chunk = this.chunkBuffer.shift(); + yield chunk; + if (chunk.type === "done") { + return; + } + } + } + } catch (err) { + if (this.canceled) { + yield { type: "done" }; + return; + } + const message = err instanceof Error ? err.message : "Unknown Codex error"; + yield { type: "error", content: message }; + yield { type: "done" }; + return; + } finally { + (_p = this.notificationRouter) == null ? void 0 : _p.endTurn(); + this.cleanupActiveInputBundles(); + this.currentTurnId = null; + this.currentQueryThreadId = null; + this.pendingTurnNotifications = []; + if (!this.session.getSessionFilePath()) { + const threadId = this.session.getThreadId(); + if (threadId) { + const sessionFilePath = findCodexSessionFile( + threadId, + (_r = this.resolveTranscriptRootHost((_q3 = this.session.getSessionFilePath()) != null ? _q3 : this.currentThreadPath)) != null ? _r : void 0 + ); + if (sessionFilePath) { + this.session.setThread(threadId, sessionFilePath); + } + } + } + } + } + async steer(turn) { + if (turn.isCompact || this.canceled) { + return false; + } + const transport = this.transport; + const threadId = this.currentQueryThreadId; + const turnId = this.currentTurnId; + if (!transport || !threadId || !turnId) { + return false; + } + const skillInputs = await this.resolveSkillInputs(turn.request.text); + const inputBundle = this.buildInput(turn.prompt, turn.request.images, skillInputs); + this.registerActiveInputBundle(inputBundle); + try { + const result = await transport.request("turn/steer", { + threadId, + input: inputBundle.input, + expectedTurnId: turnId + }); + if (result.turnId !== turnId) { + return false; + } + return this.currentQueryThreadId === threadId && this.currentTurnId === turnId && !this.canceled; + } catch (error48) { + this.disposeInputBundle(inputBundle); + throw error48; + } + } + cancel() { + this.canceled = true; + this.dismissAllPendingPrompts(); + const threadId = this.session.getThreadId(); + const turnId = this.currentTurnId; + if (this.transport && threadId && turnId) { + this.transport.request("turn/interrupt", { threadId, turnId }).catch(() => { + }); + } + if (this.chunkResolve) { + this.chunkResolve(); + this.chunkResolve = null; + } + } + resetSession() { + this.teardownState(); + } + getSessionId() { + return this.session.getThreadId(); + } + consumeSessionInvalidation() { + return this.session.consumeInvalidation(); + } + isReady() { + return this.ready; + } + resetTurnMetadata() { + this.turnMetadata = {}; + } + recordTurnMetadata(update) { + this.turnMetadata = { + ...this.turnMetadata, + ...update + }; + } + async getSupportedCommands() { + return []; + } + cleanup() { + this.cancel(); + this.teardownState(); + this.readyListeners.clear(); + } + async rewind(_userMessageId, _assistantMessageId, _mode) { + return { canRewind: false, error: "Codex does not support rewind" }; + } + setApprovalCallback(callback) { + this.approvalCallback = callback; + this.serverRequestRouter.setApprovalCallback(callback); + } + setApprovalDismisser(dismisser) { + this.approvalDismisser = dismisser; + } + setAskUserQuestionCallback(callback) { + this.askUserCallback = callback; + this.serverRequestRouter.setAskUserCallback(callback); + } + setExitPlanModeCallback(callback) { + this.exitPlanModeCallback = callback; + } + setPermissionModeSyncCallback(callback) { + this.permissionModeSyncCallback = callback; + } + setSubagentHookProvider(getState) { + this.subagentHookProvider = getState; + } + setAutoTurnCallback(callback) { + this.autoTurnCallback = callback; + } + buildSessionUpdates(params) { + var _a5; + const threadId = this.session.getThreadId(); + const sessionFilePath = (_a5 = this.session.getSessionFilePath()) != null ? _a5 : this.currentThreadPath; + const transcriptRootPath = this.resolveTranscriptRootHost(sessionFilePath); + const existingState = params.conversation ? getCodexState(params.conversation.providerState) : null; + const providerState = { + ...threadId ? { threadId } : {}, + ...sessionFilePath ? { sessionFilePath } : {}, + ...transcriptRootPath || (existingState == null ? void 0 : existingState.transcriptRootPath) ? { transcriptRootPath: transcriptRootPath != null ? transcriptRootPath : existingState == null ? void 0 : existingState.transcriptRootPath } : {}, + ...(existingState == null ? void 0 : existingState.forkSource) ? { forkSource: existingState.forkSource } : {}, + ...(existingState == null ? void 0 : existingState.forkSourceSessionFilePath) ? { forkSourceSessionFilePath: existingState.forkSourceSessionFilePath } : {}, + ...(existingState == null ? void 0 : existingState.forkSourceTranscriptRootPath) ? { forkSourceTranscriptRootPath: existingState.forkSourceTranscriptRootPath } : {} + }; + const updates = { + sessionId: threadId, + providerState + }; + if (params.sessionInvalidated && params.conversation) { + updates.sessionId = null; + updates.providerState = void 0; + } + return { updates }; + } + resolveSessionIdForFork(conversation) { + var _a5, _b3, _c2, _d; + const threadId = this.session.getThreadId(); + if (threadId) return threadId; + if (!conversation) return null; + const state = getCodexState(conversation.providerState); + return (_d = (_c2 = (_a5 = state.threadId) != null ? _a5 : conversation.sessionId) != null ? _c2 : (_b3 = state.forkSource) == null ? void 0 : _b3.sessionId) != null ? _d : null; + } + // ----------------------------------------------------------------------- + // Private helpers + // ----------------------------------------------------------------------- + teardownState() { + this.cleanupActiveInputBundles(); + this.session.reset(); + this.launchSpec = null; + this.runtimeContext = null; + this.loadedThreadId = null; + this.currentThreadPath = null; + this.currentTurnId = null; + this.currentQueryThreadId = null; + this.pendingTurnNotifications = []; + this.pendingFork = null; + this.clientConfigKey = null; + this.shutdownProcess().catch(() => { + }); + this.setReady(false); + } + dismissApprovalUI() { + if (this.approvalDismisser) { + this.approvalDismisser(); + } + } + dismissAllPendingPrompts() { + this.dismissApprovalUI(); + this.serverRequestRouter.abortPendingAskUser(); + } + registerActiveInputBundle(bundle) { + this.activeInputBundles.add(bundle); + } + disposeInputBundle(bundle) { + if (this.activeInputBundles.delete(bundle)) { + bundle.cleanup(); + return; + } + bundle.cleanup(); + } + cleanupActiveInputBundles() { + for (const bundle of this.activeInputBundles) { + bundle.cleanup(); + } + this.activeInputBundles.clear(); + } + setReady(ready) { + this.ready = ready; + for (const listener of this.readyListeners) { + listener(ready); + } + } + getSystemPromptSettings() { + var _a5; + const settings11 = this.plugin.settings; + return { + mediaFolder: settings11.mediaFolder, + customPrompt: settings11.systemPrompt, + vaultPath: (_a5 = getVaultPath(this.plugin.app)) != null ? _a5 : void 0, + userName: settings11.userName + }; + } + getProviderSettings() { + return ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + this.providerId + ); + } + getAuxiliaryModel() { + var _a5; + return (_a5 = this.resolveModel()) != null ? _a5 : null; + } + resolveModel(queryOptions) { + var _a5; + const providerSettings = this.getProviderSettings(); + return (_a5 = queryOptions == null ? void 0 : queryOptions.model) != null ? _a5 : providerSettings.model; + } + resolveSandboxConfig() { + const providerSettings = this.getProviderSettings(); + return resolveCodexSandboxConfig( + providerSettings.permissionMode, + getCodexProviderSettings(providerSettings).safeMode + ); + } + async startAppServer(launchSpec, clientConfigKey) { + this.launchSpec = launchSpec; + this.process = new CodexAppServerProcess(launchSpec); + this.process.start(); + this.transport = new CodexRpcTransport(this.process); + this.transport.start(); + const initializeResult = await initializeCodexAppServerTransport(this.transport); + this.runtimeContext = createCodexRuntimeContext(launchSpec, initializeResult); + this.clientConfigKey = clientConfigKey; + } + wireTransportHandlers() { + if (!this.transport || !this.notificationRouter) return; + const router = this.notificationRouter; + const methods = [ + "item/agentMessage/delta", + "item/started", + "item/completed", + "item/plan/delta", + "item/reasoning/textDelta", + "item/reasoning/summaryTextDelta", + "item/reasoning/summaryPartAdded", + "thread/tokenUsage/updated", + "turn/plan/updated", + "turn/completed", + "error", + "thread/started", + "thread/status/changed", + "turn/started", + "serverRequest/resolved", + "item/commandExecution/outputDelta", + "item/fileChange/outputDelta", + "item/fileChange/patchUpdated", + "rawResponseItem/completed", + "event_msg" + ]; + for (const method of methods) { + this.transport.onNotification(method, (params) => { + if (method === "serverRequest/resolved") { + this.handleServerRequestResolved(params); + return; + } + if (!this.routeNotification(method, params)) { + return; + } + router.handleNotification(method, params); + }); + } + const requestMethods = [ + "item/commandExecution/requestApproval", + "item/fileChange/requestApproval", + "item/permissions/requestApproval", + "item/tool/requestUserInput" + ]; + for (const method of requestMethods) { + this.transport.onServerRequest(method, (requestId, params) => { + return this.serverRequestRouter.handleServerRequest(requestId, method, params); + }); + } + } + async shutdownProcess() { + if (this.transport) { + this.transport.dispose(); + this.transport = null; + } + if (this.process) { + await this.process.shutdown(); + this.process = null; + } + this.launchSpec = null; + this.runtimeContext = null; + this.notificationRouter = null; + this.currentTurnId = null; + this.currentQueryThreadId = null; + this.pendingTurnNotifications = []; + this.loadedThreadId = null; + } + resolveExternalContextPaths(turn, queryOptions) { + var _a5, _b3; + const externalContextPaths = (_b3 = (_a5 = turn.request.externalContextPaths) != null ? _a5 : queryOptions == null ? void 0 : queryOptions.externalContextPaths) != null ? _b3 : []; + return [...new Set(externalContextPaths.filter((value) => typeof value === "string" && value.trim().length > 0))]; + } + buildTurnSandboxPolicy(externalContextPaths, sandboxMode, transcriptRootTargetHint, sessionFilePathHint) { + var _a5, _b3, _c2, _d, _e2, _f2; + if (sandboxMode === "danger-full-access") { + return { type: "dangerFullAccess" }; + } + if (sandboxMode === "read-only") { + return { + type: "readOnly", + access: { type: "fullAccess" }, + networkAccess: false + }; + } + if (sandboxMode !== "workspace-write") { + return void 0; + } + const mappedExternalContextPaths = this.mapRequiredHostPathsToTarget( + externalContextPaths, + "external context path" + ); + const memoriesDirTarget = (_c2 = (_a5 = deriveCodexMemoriesDirFromSessionsRoot(transcriptRootTargetHint)) != null ? _a5 : this.resolveMemoriesDirTarget(sessionFilePathHint)) != null ? _c2 : ((_b3 = this.launchSpec) == null ? void 0 : _b3.target.method) === "wsl" ? null : path15.join(os10.homedir(), ".codex", "memories"); + const writableRoots = [ + (_e2 = (_d = this.launchSpec) == null ? void 0 : _d.targetCwd) != null ? _e2 : getVaultPath(this.plugin.app), + ...mappedExternalContextPaths, + memoriesDirTarget, + this.mapHostPathToTarget(os10.tmpdir()), + ((_f2 = this.launchSpec) == null ? void 0 : _f2.target.platformFamily) === "unix" ? "/tmp" : null, + this.mapHostPathToTarget(process.env.TMPDIR) + ].filter((value) => typeof value === "string" && value.trim().length > 0); + return { + type: "workspaceWrite", + writableRoots: [...new Set(writableRoots)], + readOnlyAccess: { type: "fullAccess" }, + networkAccess: false, + excludeTmpdirEnvVar: false, + excludeSlashTmp: false + }; + } + handleServerRequestResolved(params) { + if (this.serverRequestRouter.hasPendingApprovalRequest(params.requestId, params.threadId)) { + this.dismissApprovalUI(); + return; + } + this.serverRequestRouter.abortPendingAskUser(params.requestId, params.threadId); + } + routeNotification(method, params) { + if (method === "turn/started") { + this.handleTurnStartedNotification(params); + return false; + } + const scope = this.extractNotificationScope(method, params); + if (!scope) { + return true; + } + if (!this.currentQueryThreadId || scope.threadId !== this.currentQueryThreadId) { + return false; + } + if (!this.currentTurnId) { + this.pendingTurnNotifications.push({ method, params }); + return false; + } + if (scope.turnId !== this.currentTurnId) { + return false; + } + return true; + } + handleTurnStartedNotification(params) { + var _a5; + if (!params || typeof params !== "object") return; + const notification = params; + const threadId = notification.threadId; + const turnId = (_a5 = notification.turn) == null ? void 0 : _a5.id; + if (!threadId || !turnId) return; + if (threadId !== this.currentQueryThreadId) return; + if (!this.currentTurnId) { + this.currentTurnId = turnId; + this.flushPendingTurnNotifications(); + } + } + validateCompactTurn(turn) { + if (!turn.isCompact) { + return null; + } + if (turn.request.text.trim() !== "/compact") { + return "/compact does not accept arguments"; + } + return null; + } + flushPendingTurnNotifications() { + if (!this.notificationRouter || !this.currentTurnId) { + this.pendingTurnNotifications = []; + return; + } + const pending = this.pendingTurnNotifications; + this.pendingTurnNotifications = []; + for (const notification of pending) { + const scope = this.extractNotificationScope(notification.method, notification.params); + if (!scope) { + this.notificationRouter.handleNotification(notification.method, notification.params); + continue; + } + if (scope.threadId === this.currentQueryThreadId && scope.turnId === this.currentTurnId) { + this.notificationRouter.handleNotification(notification.method, notification.params); + } + } + } + extractNotificationScope(method, params) { + if (!params || typeof params !== "object") { + return null; + } + const notification = params; + const threadId = typeof notification.threadId === "string" ? notification.threadId : null; + if (method === "turn/completed") { + const turn = notification.turn; + const turnId2 = turn && typeof turn === "object" && typeof turn.id === "string" ? turn.id : null; + return threadId && turnId2 ? { threadId, turnId: turnId2 } : null; + } + const turnId = typeof notification.turnId === "string" ? notification.turnId : typeof notification.turn_id === "string" ? notification.turn_id : null; + return threadId && turnId ? { threadId, turnId } : null; + } + async resolveSkillInputs(text) { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + const skillNames = extractExplicitCodexSkillNames(text); + if (skillNames.length === 0 || !this.transport) { + return []; + } + try { + const cwd = (_c2 = (_b3 = (_a5 = this.launchSpec) == null ? void 0 : _a5.targetCwd) != null ? _b3 : getVaultPath(this.plugin.app)) != null ? _c2 : process.cwd(); + const result = await this.transport.request("skills/list", { + cwds: [cwd] + }); + const skills = (_g = (_f2 = (_d = result.data.find((entry) => entry.cwd === cwd)) == null ? void 0 : _d.skills) != null ? _f2 : (_e2 = result.data[0]) == null ? void 0 : _e2.skills) != null ? _g : []; + const resolvedInputs = []; + for (const skillName of skillNames) { + const resolvedSkill = findPreferredCodexSkillByName(skills, skillName); + if (!resolvedSkill) { + continue; + } + resolvedInputs.push({ + type: "skill", + name: resolvedSkill.name, + path: resolvedSkill.path + }); + } + return resolvedInputs; + } catch (e2) { + return []; + } + } + buildInput(text, images, skills) { + const input = []; + let tempDir = null; + const cleanup = () => { + if (!tempDir) { + return; + } + try { + fs16.rmSync(tempDir, { recursive: true, force: true }); + } catch (e2) { + } + }; + try { + if (images && images.length > 0) { + tempDir = fs16.mkdtempSync(path15.join(os10.tmpdir(), "claudian-codex-images-")); + for (let i = 0; i < images.length; i++) { + const img = images[i]; + if (!img.mediaType.startsWith("image/")) continue; + const filename = toAttachmentFilename(img, i); + const filePath = path15.join(tempDir, `${i + 1}-${filename}`); + fs16.writeFileSync(filePath, Buffer.from(img.data, "base64")); + const targetFilePath = this.mapHostPathToTarget(filePath); + if (!targetFilePath) { + throw new Error(`Codex cannot access image attachment path from the selected target: ${filePath}`); + } + input.push({ type: "localImage", path: targetFilePath }); + } + } + if (text) { + input.push({ type: "text", text, text_elements: [] }); + } + if (skills && skills.length > 0) { + input.push(...skills); + } + return { input, cleanup }; + } catch (error48) { + cleanup(); + throw error48; + } + } + toHostSessionPath(targetPath) { + var _a5, _b3; + if (!targetPath) { + return null; + } + return (_b3 = (_a5 = this.launchSpec) == null ? void 0 : _a5.pathMapper.toHostPath(targetPath)) != null ? _b3 : targetPath; + } + toTargetSessionPath(sessionPath) { + var _a5; + if (!sessionPath) { + return null; + } + if (!this.launchSpec) { + return sessionPath; + } + if (this.launchSpec.target.platformFamily === "unix" && sessionPath.startsWith("/")) { + return sessionPath; + } + if (this.launchSpec.target.platformFamily === "windows" && (/^[A-Za-z]:[\\/]/.test(sessionPath) || sessionPath.startsWith("\\\\"))) { + return sessionPath; + } + return (_a5 = this.launchSpec.pathMapper.toTargetPath(sessionPath)) != null ? _a5 : sessionPath; + } + mapHostPathToTarget(hostPath) { + var _a5, _b3; + if (!hostPath) { + return null; + } + return (_b3 = (_a5 = this.launchSpec) == null ? void 0 : _a5.pathMapper.toTargetPath(hostPath)) != null ? _b3 : hostPath; + } + mapRequiredHostPathsToTarget(hostPaths, label) { + if (!this.launchSpec) { + return hostPaths; + } + return hostPaths.map((hostPath) => { + const targetPath = this.launchSpec.pathMapper.toTargetPath(hostPath); + if (!targetPath) { + throw new Error(`Codex cannot access ${label} from the selected target: ${hostPath}`); + } + return targetPath; + }); + } + resolveTranscriptRootHost(sessionFilePath) { + var _a5, _b3, _c2; + return (_c2 = (_a5 = this.runtimeContext) == null ? void 0 : _a5.sessionsDirHost) != null ? _c2 : deriveCodexSessionsRootFromSessionPath( + (_b3 = sessionFilePath != null ? sessionFilePath : this.session.getSessionFilePath()) != null ? _b3 : this.currentThreadPath + ); + } + resolveTranscriptRootTarget(sessionFilePath) { + var _a5, _b3; + if ((_a5 = this.runtimeContext) == null ? void 0 : _a5.sessionsDirTarget) { + return this.runtimeContext.sessionsDirTarget; + } + const targetSessionPath = this.toTargetSessionPath( + (_b3 = sessionFilePath != null ? sessionFilePath : this.session.getSessionFilePath()) != null ? _b3 : this.currentThreadPath + ); + return deriveCodexSessionsRootFromSessionPath(targetSessionPath); + } + resolveMemoriesDirTarget(sessionFilePath) { + var _a5; + if ((_a5 = this.runtimeContext) == null ? void 0 : _a5.memoriesDirTarget) { + return this.runtimeContext.memoriesDirTarget; + } + return deriveCodexMemoriesDirFromSessionsRoot( + this.resolveTranscriptRootTarget(sessionFilePath) + ); + } +}; +function toAttachmentFilename(attachment, index) { + var _a5, _b3; + const base = ((_a5 = attachment.filename) != null ? _a5 : "").trim().replace(/[^A-Za-z0-9._-]/g, "_") || `image-${index + 1}`; + if (base.includes(".")) return base; + const subtype = (_b3 = attachment.mediaType.split("/")[1]) != null ? _b3 : "img"; + const extension = subtype === "jpeg" ? "jpg" : subtype; + return `${base}.${extension}`; +} + +// src/providers/codex/registration.ts +var codexProviderRegistration = { + displayName: "Codex", + blankTabOrder: 15, + isEnabled: (settings11) => getCodexProviderSettings(settings11).enabled, + capabilities: CODEX_PROVIDER_CAPABILITIES, + environmentKeyPatterns: [/^OPENAI_/i, /^CODEX_/i], + chatUIConfig: codexChatUIConfig, + settingsReconciler: codexSettingsReconciler, + createRuntime: ({ plugin }) => new CodexChatRuntime(plugin), + createTitleGenerationService: (plugin) => new CodexTitleGenerationService(plugin), + createInstructionRefineService: (plugin) => new CodexInstructionRefineService(plugin), + createInlineEditService: (plugin) => new CodexInlineEditService(plugin), + historyService: new CodexConversationHistoryService(), + taskResultInterpreter: new CodexTaskResultInterpreter(), + subagentLifecycleAdapter: codexSubagentLifecycleAdapter +}; + +// src/providers/opencode/agents/OpencodeAgentMentionProvider.ts +var OpencodeAgentMentionProvider = class { + constructor(storage) { + this.storage = storage; + this.agents = []; + } + async loadAgents() { + this.agents = await this.storage.loadAll(); + } + searchAgents(query) { + const q = query.toLowerCase(); + return this.agents.filter((agent) => isMentionableSubagent(agent)).filter((agent) => agent.name.toLowerCase().includes(q) || agent.description.toLowerCase().includes(q)).map((agent) => ({ + id: agent.name, + name: agent.name, + description: agent.description, + source: "vault" + })); + } +}; +function isMentionableSubagent(agent) { + if (agent.hidden || agent.disable) { + return false; + } + return agent.mode === "subagent"; +} + +// src/providers/opencode/commands/OpencodeCommandCatalog.ts +function slashCommandToEntry2(command) { + var _a5; + return { + id: command.id, + providerId: "opencode", + kind: "command", + name: command.name, + description: command.description, + content: command.content, + argumentHint: command.argumentHint, + allowedTools: command.allowedTools, + model: command.model, + disableModelInvocation: command.disableModelInvocation, + userInvocable: command.userInvocable, + context: command.context, + agent: command.agent, + hooks: command.hooks, + scope: "runtime", + source: (_a5 = command.source) != null ? _a5 : "sdk", + isEditable: false, + isDeletable: false, + displayPrefix: "/", + insertPrefix: "/" + }; +} +function dedupeRuntimeCommands(commands) { + const deduped = []; + const seen = /* @__PURE__ */ new Set(); + for (const command of commands) { + const normalizedName = command.name.trim().replace(/^\/+/, ""); + if (!normalizedName) { + continue; + } + const key = normalizedName.toLowerCase(); + if (seen.has(key)) { + continue; + } + seen.add(key); + deduped.push({ + ...command, + name: normalizedName + }); + } + return deduped; +} +var OpencodeCommandCatalog = class { + constructor() { + this.runtimeCommands = []; + } + setRuntimeCommands(commands) { + this.runtimeCommands = dedupeRuntimeCommands(commands); + } + async listDropdownEntries(_context) { + return this.runtimeCommands.map(slashCommandToEntry2); + } + async listVaultEntries() { + return []; + } + async saveVaultEntry(_entry) { + throw new Error("OpenCode runtime commands are not editable from Claudian."); + } + async deleteVaultEntry(_entry) { + throw new Error("OpenCode runtime commands are not deletable from Claudian."); + } + getDropdownConfig() { + return { + providerId: "opencode", + triggerChars: ["/"], + builtInPrefix: "/", + skillPrefix: "/", + commandPrefix: "/" + }; + } + async refresh() { + } +}; + +// src/providers/opencode/runtime/OpencodeCliResolver.ts +init_env(); +var OpencodeCliResolver = class { + constructor() { + this.cachedHostname = getHostnameKey(); + this.lastCliPath = ""; + this.lastHostnamePath = ""; + this.lastEnvText = ""; + this.resolvedPath = null; + } + resolveFromSettings(settings11) { + var _a5; + const opencodeSettings = getOpencodeProviderSettings(settings11); + const cliPath = opencodeSettings.cliPath.trim(); + const hostnamePath = ((_a5 = opencodeSettings.cliPathsByHost[this.cachedHostname]) != null ? _a5 : "").trim(); + const envText = getRuntimeEnvironmentText(settings11, "opencode"); + if (this.resolvedPath !== null && cliPath === this.lastCliPath && hostnamePath === this.lastHostnamePath && envText === this.lastEnvText) { + return this.resolvedPath; + } + this.lastCliPath = cliPath; + this.lastHostnamePath = hostnamePath; + this.lastEnvText = envText; + this.resolvedPath = this.resolve( + opencodeSettings.cliPathsByHost, + cliPath, + envText + ); + return this.resolvedPath; + } + resolve(hostnamePaths, legacyPath, envText) { + var _a5, _b3, _c2; + const hostnamePath = ((_a5 = hostnamePaths == null ? void 0 : hostnamePaths[this.cachedHostname]) != null ? _a5 : "").trim(); + const customEnv = parseEnvironmentVariables(envText || ""); + return (_c2 = (_b3 = resolveConfiguredCliPath(hostnamePath)) != null ? _b3 : resolveConfiguredCliPath(legacyPath.trim())) != null ? _c2 : findCliBinaryPath("opencode", customEnv.PATH); + } + reset() { + this.lastCliPath = ""; + this.lastHostnamePath = ""; + this.lastEnvText = ""; + this.resolvedPath = null; + } +}; + +// src/providers/opencode/storage/OpencodeAgentStorage.ts +var path16 = __toESM(require("node:path")); + +// src/providers/opencode/types/agent.ts +var OPENCODE_AGENT_KNOWN_KEYS = /* @__PURE__ */ new Set([ + "name", + "description", + "mode", + "model", + "variant", + "temperature", + "top_p", + "steps", + "maxSteps", + "hidden", + "color", + "disable", + "tools", + "options", + "permission" +]); + +// src/providers/opencode/storage/OpencodeAgentStorage.ts +var OPENCODE_AGENT_PATH = ".opencode/agent"; +var OPENCODE_AGENTS_PATH = ".opencode/agents"; +var OPENCODE_AGENT_SCAN_PATHS = [ + OPENCODE_AGENTS_PATH, + OPENCODE_AGENT_PATH +]; +var OPENCODE_DEFAULT_AGENT_SAVE_PATH = OPENCODE_AGENT_PATH; +var OPENCODE_AGENT_PERSISTENCE_PREFIX = "opencode-agent"; +function createOpencodeAgentPersistenceKey(location) { + return `${OPENCODE_AGENT_PERSISTENCE_PREFIX}:${encodeURIComponent(normalizeVaultPath(location.filePath))}`; +} +function parseOpencodeAgentPersistenceKey(persistenceKey) { + if (!persistenceKey) { + return null; + } + const normalizedKey = normalizeVaultPath(persistenceKey); + if (isSupportedAgentFilePath(normalizedKey)) { + return { filePath: normalizedKey }; + } + const [prefix, encodedRelativePath] = persistenceKey.split(":"); + if (prefix !== OPENCODE_AGENT_PERSISTENCE_PREFIX || !encodedRelativePath) { + return null; + } + const decoded = normalizeVaultPath(decodeURIComponent(encodedRelativePath)); + if (isSupportedAgentFilePath(decoded)) { + return { filePath: decoded }; + } + return decoded.endsWith(".md") ? { filePath: `${OPENCODE_AGENTS_PATH}/${decoded}` } : null; +} +var OpencodeAgentStorage = class { + constructor(vaultAdapter) { + this.vaultAdapter = vaultAdapter; + } + async loadAll() { + return this.scanAdapter(this.vaultAdapter); + } + async load(agent) { + const filePath = this.resolveCurrentPath(agent); + try { + if (!await this.vaultAdapter.exists(filePath)) return null; + const content = await this.vaultAdapter.read(filePath); + return parseOpencodeAgentMarkdown(content, filePath); + } catch (e2) { + return null; + } + } + async save(agent, previous) { + const filePath = this.resolveTargetPath(agent, previous); + const previousPath = previous ? this.resolveCurrentPath(previous) : null; + await this.vaultAdapter.ensureFolder(path16.posix.dirname(filePath)); + const content = serializeOpencodeAgentMarkdown(agent); + await this.vaultAdapter.write(filePath, content); + if (previousPath && previousPath !== filePath) { + await this.vaultAdapter.delete(previousPath); + } + } + async delete(agent) { + const filePath = this.resolveCurrentPath(agent); + await this.vaultAdapter.delete(filePath); + } + resolveCurrentPath(agent) { + const persistedLocation = parseOpencodeAgentPersistenceKey(agent.persistenceKey); + if (persistedLocation) { + return persistedLocation.filePath; + } + return `${OPENCODE_DEFAULT_AGENT_SAVE_PATH}/${agent.name}.md`; + } + resolveTargetPath(agent, previous) { + if (previous && previous.name === agent.name) { + return this.resolveCurrentPath(previous); + } + return `${OPENCODE_DEFAULT_AGENT_SAVE_PATH}/${agent.name}.md`; + } + async scanAdapter(adapter) { + const agentsByName = /* @__PURE__ */ new Map(); + for (const rootPath of OPENCODE_AGENT_SCAN_PATHS) { + try { + const files = await adapter.listFilesRecursive(rootPath); + for (const filePath of files) { + if (!filePath.endsWith(".md")) continue; + try { + const content = await adapter.read(filePath); + const agent = parseOpencodeAgentMarkdown(content, filePath); + if (!agent) continue; + const dedupeKey = agent.name.toLowerCase(); + agentsByName.delete(dedupeKey); + agentsByName.set(dedupeKey, agent); + } catch (e2) { + } + } + } catch (e2) { + } + } + return Array.from(agentsByName.values()); + } +}; +function parseOpencodeAgentMarkdown(content, filePath) { + var _a5; + const parsed = parseFrontmatter(content); + if (!parsed) { + return null; + } + const fileName = normalizeAgentNameFromPath(filePath); + const frontmatter = parsed.frontmatter; + const rawName = typeof frontmatter.name === "string" ? frontmatter.name.trim() : ""; + const name = rawName || fileName; + const description = typeof frontmatter.description === "string" ? frontmatter.description.trim() : ""; + if (!name || !description) { + return null; + } + const result = { + name, + description, + prompt: parsed.body.trim(), + persistenceKey: createOpencodeAgentPersistenceKey({ + filePath: normalizeVaultPath(filePath) + }) + }; + const mode = normalizeMode(frontmatter.mode); + if (mode) result.mode = mode; + if (typeof frontmatter.model === "string" && frontmatter.model.trim()) { + result.model = frontmatter.model.trim(); + } + if (typeof frontmatter.variant === "string" && frontmatter.variant.trim()) { + result.variant = frontmatter.variant.trim(); + } + if (typeof frontmatter.temperature === "number" && Number.isFinite(frontmatter.temperature)) { + result.temperature = frontmatter.temperature; + } + const topP = normalizeFiniteNumber(frontmatter.top_p); + if (topP !== void 0) { + result.topP = topP; + } + if (typeof frontmatter.color === "string" && frontmatter.color.trim()) { + result.color = frontmatter.color.trim(); + } + const steps = (_a5 = normalizePositiveInteger(frontmatter.steps)) != null ? _a5 : normalizePositiveInteger(frontmatter.maxSteps); + if (steps !== void 0) { + result.steps = steps; + } + if (extractBoolean(frontmatter, "hidden") !== void 0) { + result.hidden = extractBoolean(frontmatter, "hidden"); + } + if (extractBoolean(frontmatter, "disable") !== void 0) { + result.disable = extractBoolean(frontmatter, "disable"); + } + if (isBooleanRecord(frontmatter.tools)) { + result.tools = { ...frontmatter.tools }; + } + if (isRecord(frontmatter.options)) { + result.options = { ...frontmatter.options }; + } + if (frontmatter.permission !== void 0) { + result.permission = frontmatter.permission; + } + const extraFrontmatter = {}; + for (const [key, value] of Object.entries(frontmatter)) { + if (!OPENCODE_AGENT_KNOWN_KEYS.has(key)) { + extraFrontmatter[key] = value; + } + } + if (Object.keys(extraFrontmatter).length > 0) { + result.extraFrontmatter = extraFrontmatter; + } + return result; +} +function serializeOpencodeAgentMarkdown(agent) { + const lines = ["---"]; + lines.push(`name: ${yamlString(agent.name)}`); + lines.push(`description: ${yamlString(agent.description)}`); + if (agent.mode) { + lines.push(`mode: ${agent.mode}`); + } + if (agent.model) { + lines.push(`model: ${serializeYamlValue(agent.model)}`); + } + if (agent.variant) { + lines.push(`variant: ${serializeYamlValue(agent.variant)}`); + } + if (agent.temperature !== void 0) { + lines.push(`temperature: ${serializeYamlValue(agent.temperature)}`); + } + if (agent.topP !== void 0) { + lines.push(`top_p: ${serializeYamlValue(agent.topP)}`); + } + if (agent.color) { + lines.push(`color: ${serializeYamlValue(agent.color)}`); + } + if (agent.steps !== void 0) { + lines.push(`steps: ${serializeYamlValue(agent.steps)}`); + } + if (agent.hidden) { + lines.push("hidden: true"); + } + if (agent.disable) { + lines.push("disable: true"); + } + if (agent.tools && Object.keys(agent.tools).length > 0) { + lines.push(`tools: ${serializeYamlValue(agent.tools)}`); + } + if (agent.options && Object.keys(agent.options).length > 0) { + lines.push(`options: ${serializeYamlValue(agent.options)}`); + } + if (agent.permission !== void 0) { + lines.push(`permission: ${serializeYamlValue(agent.permission)}`); + } + if (agent.extraFrontmatter) { + for (const [key, value] of Object.entries(agent.extraFrontmatter)) { + lines.push(`${key}: ${serializeYamlValue(value)}`); + } + } + lines.push("---"); + lines.push(agent.prompt); + return lines.join("\n"); +} +function normalizeAgentNameFromPath(filePath) { + const relativePath = toRelativeAgentPath(filePath); + return relativePath.replace(/\.md$/i, ""); +} +function toRelativeAgentPath(filePath) { + var _a5; + const normalized = normalizeVaultPath(filePath); + for (const rootPath of OPENCODE_AGENT_SCAN_PATHS) { + const prefix = `${rootPath}/`; + const index = normalized.lastIndexOf(prefix); + if (index >= 0) { + return normalized.slice(index + prefix.length); + } + } + return (_a5 = normalized.split("/").pop()) != null ? _a5 : normalized; +} +function normalizeMode(value) { + return value === "subagent" || value === "primary" || value === "all" ? value : void 0; +} +function normalizeFiniteNumber(value) { + return typeof value === "number" && Number.isFinite(value) ? value : void 0; +} +function normalizePositiveInteger(value) { + return typeof value === "number" && Number.isInteger(value) && value > 0 ? value : void 0; +} +function isBooleanRecord(value) { + if (!isRecord(value)) { + return false; + } + return Object.values(value).every((entry) => typeof entry === "boolean"); +} +function serializeYamlValue(value) { + if (typeof value === "string") { + return yamlString(value); + } + if (typeof value === "number" || typeof value === "boolean") { + return String(value); + } + if (value === null) { + return "null"; + } + return JSON.stringify(value); +} +function normalizeVaultPath(filePath) { + return filePath.replace(/\\/g, "/"); +} +function isSupportedAgentFilePath(filePath) { + return OPENCODE_AGENT_SCAN_PATHS.some((rootPath) => filePath.startsWith(`${rootPath}/`)) && filePath.endsWith(".md"); +} + +// src/providers/opencode/ui/OpencodeSettingsTab.ts +var fs20 = __toESM(require("fs")); +var import_obsidian19 = require("obsidian"); +init_env(); +init_path(); + +// src/providers/opencode/runtime/OpencodeChatRuntime.ts +var fs19 = __toESM(require("node:fs/promises")); +var path19 = __toESM(require("node:path")); +init_env(); +init_path(); + +// src/providers/acp/AcpJsonRpcTransport.ts +var import_node_readline = require("node:readline"); +var DEFAULT_TIMEOUT_MS2 = 3e4; +var JsonRpcTransportClosedError = class extends Error { + constructor(message = "JSON-RPC transport closed") { + super(message); + this.name = "JsonRpcTransportClosedError"; + } +}; +var JsonRpcErrorResponse = class extends Error { + constructor(method, code, message, data) { + super(message); + this.method = method; + this.code = code; + this.data = data; + this.name = "JsonRpcErrorResponse"; + } +}; +var AcpJsonRpcTransport = class { + constructor(streams, defaultTimeoutMs = DEFAULT_TIMEOUT_MS2) { + this.streams = streams; + this.defaultTimeoutMs = defaultTimeoutMs; + this.abortController = new AbortController(); + this.closeListeners = /* @__PURE__ */ new Set(); + this.disposed = false; + this.nextId = 1; + this.notificationHandlers = /* @__PURE__ */ new Map(); + this.pending = /* @__PURE__ */ new Map(); + this.readline = null; + this.requestHandlers = /* @__PURE__ */ new Map(); + this.streamUnsubscribers = []; + } + get signal() { + return this.abortController.signal; + } + get isClosed() { + return this.disposed; + } + start() { + var _a5, _b3; + if (this.readline || this.disposed) { + return; + } + this.readline = (0, import_node_readline.createInterface)({ + crlfDelay: Infinity, + input: this.streams.input + }); + this.readline.on("line", (line) => this.handleLine(line)); + this.readline.on("close", () => { + if (!this.disposed) { + this.dispose(new JsonRpcTransportClosedError("JSON-RPC input closed")); + } + }); + this.streamUnsubscribers.push( + subscribeStreamEvent(this.streams.input, "error", (error48) => { + if (!this.disposed) { + this.dispose(error48 instanceof Error ? error48 : new JsonRpcTransportClosedError("JSON-RPC input error")); + } + }), + subscribeStreamEvent(this.streams.output, "close", () => { + if (!this.disposed) { + this.dispose(new JsonRpcTransportClosedError("JSON-RPC output closed")); + } + }), + subscribeStreamEvent(this.streams.output, "error", (error48) => { + if (!this.disposed) { + this.dispose(error48 instanceof Error ? error48 : new JsonRpcTransportClosedError("JSON-RPC output error")); + } + }) + ); + this.unregisterClose = (_b3 = (_a5 = this.streams).onClose) == null ? void 0 : _b3.call(_a5, (error48) => { + if (!this.disposed) { + this.dispose(error48 != null ? error48 : new JsonRpcTransportClosedError()); + } + }); + } + onClose(listener) { + this.closeListeners.add(listener); + return () => { + this.closeListeners.delete(listener); + }; + } + onNotification(method, handler) { + let handlers = this.notificationHandlers.get(method); + if (!handlers) { + handlers = /* @__PURE__ */ new Set(); + this.notificationHandlers.set(method, handlers); + } + handlers.add(handler); + return () => { + const current = this.notificationHandlers.get(method); + if (!current) return; + current.delete(handler); + if (current.size === 0) { + this.notificationHandlers.delete(method); + } + }; + } + onRequest(method, handler) { + this.requestHandlers.set(method, handler); + return () => { + if (this.requestHandlers.get(method) === handler) { + this.requestHandlers.delete(method); + } + }; + } + async request(method, params, options = {}) { + var _a5; + this.start(); + if (this.disposed) { + throw new JsonRpcTransportClosedError(); + } + const id = this.nextId++; + const timeoutMs = (_a5 = options.timeoutMs) != null ? _a5 : this.defaultTimeoutMs; + return new Promise((resolve8, reject) => { + let timer; + let onAbort; + const cleanup = () => { + if (timer) window.clearTimeout(timer); + if (onAbort && options.signal) { + options.signal.removeEventListener("abort", onAbort); + } + }; + const resolvePending = (result) => { + resolve8(result); + }; + const pending = { + cleanup, + method, + reject, + resolve: resolvePending + }; + if (timeoutMs > 0) { + timer = window.setTimeout(() => { + this.pending.delete(id); + cleanup(); + reject(new Error(`Request timeout: ${method} (${timeoutMs}ms)`)); + }, timeoutMs); + } + if (options.signal) { + if (options.signal.aborted) { + cleanup(); + reject(new Error(`Request aborted: ${method}`)); + return; + } + onAbort = () => { + this.pending.delete(id); + cleanup(); + reject(new Error(`Request aborted: ${method}`)); + }; + options.signal.addEventListener("abort", onAbort, { once: true }); + } + this.pending.set(id, pending); + try { + this.sendRaw({ id, jsonrpc: "2.0", method, params }); + } catch (error48) { + this.pending.delete(id); + cleanup(); + const transportError = error48 instanceof Error ? error48 : new Error(String(error48)); + this.dispose(transportError); + reject(transportError); + } + }); + } + notify(method, params) { + this.start(); + if (this.disposed) { + return; + } + this.trySendRaw({ jsonrpc: "2.0", method, params }); + } + dispose(error48 = new JsonRpcTransportClosedError("JSON-RPC transport disposed")) { + var _a5, _b3; + if (this.disposed) { + return; + } + this.disposed = true; + this.abortController.abort(); + (_a5 = this.unregisterClose) == null ? void 0 : _a5.call(this); + this.unregisterClose = void 0; + while (this.streamUnsubscribers.length > 0) { + (_b3 = this.streamUnsubscribers.pop()) == null ? void 0 : _b3(); + } + if (this.readline) { + this.readline.removeAllListeners(); + this.readline.close(); + this.readline = null; + } + for (const [id, pending] of this.pending) { + pending.cleanup(); + pending.reject(error48); + this.pending.delete(id); + } + for (const listener of this.closeListeners) { + try { + listener(error48); + } catch (e2) { + } + } + } + handleLine(line) { + if (line.trim().length === 0) { + return; + } + let message; + try { + message = JSON.parse(line); + } catch (e2) { + return; + } + if ("id" in message && !("method" in message)) { + this.handleResponse(message); + return; + } + if ("method" in message && "id" in message) { + this.handleRequest(message); + return; + } + if ("method" in message) { + this.handleNotification(message); + } + } + handleResponse(message) { + if (typeof message.id !== "number") { + return; + } + const pending = this.pending.get(message.id); + if (!pending) { + return; + } + this.pending.delete(message.id); + pending.cleanup(); + if (message.error) { + pending.reject(new JsonRpcErrorResponse( + pending.method, + message.error.code, + message.error.message, + message.error.data + )); + return; + } + pending.resolve(message.result); + } + handleNotification(message) { + const handlers = this.notificationHandlers.get(message.method); + if (!handlers || handlers.size === 0) { + return; + } + for (const handler of handlers) { + void Promise.resolve(handler(message.params)).catch(() => { + }); + } + } + handleRequest(message) { + const handler = this.requestHandlers.get(message.method); + if (!handler) { + this.trySendRaw({ + error: { + code: -32601, + message: `Unhandled server request: ${message.method}` + }, + id: message.id, + jsonrpc: "2.0" + }); + return; + } + void Promise.resolve(handler(message.params)).then( + (result) => { + this.trySendRaw({ id: message.id, jsonrpc: "2.0", result }); + }, + (error48) => { + this.trySendRaw({ + error: { + code: -32603, + message: error48 instanceof Error ? error48.message : "Internal error" + }, + id: message.id, + jsonrpc: "2.0" + }); + } + ); + } + sendRaw(message) { + if (this.disposed) { + throw new JsonRpcTransportClosedError(); + } + this.streams.output.write(`${JSON.stringify(message)} +`); + } + trySendRaw(message) { + try { + this.sendRaw(message); + } catch (error48) { + const transportError = error48 instanceof Error ? error48 : new Error(String(error48)); + this.dispose(transportError); + } + } +}; +function subscribeStreamEvent(stream, eventName, listener) { + var _a5; + const evented = stream; + (_a5 = evented.on) == null ? void 0 : _a5.call(evented, eventName, listener); + return () => { + var _a6; + if (typeof evented.off === "function") { + evented.off(eventName, listener); + return; + } + (_a6 = evented.removeListener) == null ? void 0 : _a6.call(evented, eventName, listener); + }; +} + +// src/providers/acp/methodNames.ts +var ACP_METHOD_CANDIDATES = { + authenticate: ["authenticate"], + cancel: ["session/cancel", "cancel"], + initialize: ["initialize"], + listSessions: ["session/list", "listSessions"], + loadSession: ["session/load", "loadSession"], + newSession: ["session/new", "newSession"], + prompt: ["session/prompt", "prompt"], + setConfigOption: ["session/set_config_option", "setSessionConfigOption"], + setMode: ["session/set_mode", "setSessionMode"] +}; +var ACP_SERVER_NOTIFICATION_ALIASES = { + sessionUpdate: ["session/update", "sessionUpdate"] +}; +var ACP_SERVER_REQUEST_ALIASES = { + createTerminal: ["terminal/create", "terminalCreate"], + killTerminal: ["terminal/kill", "terminalKill"], + readTextFile: ["fs/read_text_file", "fs/readTextFile"], + releaseTerminal: ["terminal/release", "terminalRelease"], + requestPermission: ["session/request_permission", "requestPermission"], + terminalOutput: ["terminal/output", "terminalOutput"], + waitForTerminalExit: ["terminal/wait_for_exit", "terminalWaitForExit"], + writeTextFile: ["fs/write_text_file", "fs/writeTextFile"] +}; +function getAcpMethodCandidates(logicalMethod, overrides) { + const override = overrides == null ? void 0 : overrides[logicalMethod]; + if (override) { + return Array.isArray(override) ? [...override] : [override]; + } + return [...ACP_METHOD_CANDIDATES[logicalMethod]]; +} + +// src/providers/acp/AcpClientConnection.ts +var ACP_PROMPT_TURN_TIMEOUT_MS = 0; +var AcpClientConnection = class { + constructor(options) { + this.options = options; + this.agentInfo = null; + this.agentCapabilities = null; + this.authMethods = null; + this.methodCache = /* @__PURE__ */ new Map(); + this.sessionNotificationListeners = /* @__PURE__ */ new Set(); + this.unsubscribeHandlers = []; + this.registerServerHandlers(); + } + get signal() { + return this.options.transport.signal; + } + get negotiatedAgentInfo() { + return this.agentInfo; + } + get negotiatedAgentCapabilities() { + return this.agentCapabilities; + } + get negotiatedAuthMethods() { + return this.authMethods; + } + onSessionNotification(listener) { + this.sessionNotificationListeners.add(listener); + return () => { + this.sessionNotificationListeners.delete(listener); + }; + } + dispose() { + var _a5; + while (this.unsubscribeHandlers.length > 0) { + (_a5 = this.unsubscribeHandlers.pop()) == null ? void 0 : _a5(); + } + this.sessionNotificationListeners.clear(); + } + async initialize(partialRequest = {}) { + var _a5, _b3, _c2, _d, _e2, _f2; + const request = { + clientCapabilities: mergeCapabilities2( + this.buildClientCapabilities(), + partialRequest.clientCapabilities + ), + clientInfo: (_b3 = (_a5 = partialRequest.clientInfo) != null ? _a5 : this.options.clientInfo) != null ? _b3 : null, + protocolVersion: (_c2 = partialRequest.protocolVersion) != null ? _c2 : 1 + }; + const response = await this.requestWithFallback("initialize", request); + this.agentInfo = (_d = response.agentInfo) != null ? _d : null; + this.agentCapabilities = (_e2 = response.agentCapabilities) != null ? _e2 : null; + this.authMethods = (_f2 = response.authMethods) != null ? _f2 : null; + return response; + } + authenticate(request) { + return this.requestWithFallback("authenticate", request); + } + newSession(request) { + return this.requestWithFallback("newSession", request); + } + loadSession(request) { + return this.requestWithFallback("loadSession", request); + } + listSessions(request = {}) { + return this.requestWithFallback("listSessions", request); + } + prompt(request) { + return this.requestWithFallback("prompt", request, { + timeoutMs: ACP_PROMPT_TURN_TIMEOUT_MS + }); + } + cancel(notification) { + this.notifyLogicalMethod("cancel", notification, { sendAllCandidatesIfUncached: true }); + } + setMode(request) { + return this.requestWithFallback("setMode", request); + } + setConfigOption(request) { + return this.requestWithFallback("setConfigOption", request); + } + buildClientCapabilities() { + var _a5, _b3; + const capabilities = { ...this.options.clientCapabilities }; + const fileSystem = (_a5 = this.options.delegate) == null ? void 0 : _a5.fileSystem; + const terminal = (_b3 = this.options.delegate) == null ? void 0 : _b3.terminal; + if ((fileSystem == null ? void 0 : fileSystem.readTextFile) || (fileSystem == null ? void 0 : fileSystem.writeTextFile)) { + capabilities.fs = { + ...capabilities.fs, + ...fileSystem.readTextFile ? { readTextFile: true } : {}, + ...fileSystem.writeTextFile ? { writeTextFile: true } : {} + }; + } + if (terminal) { + capabilities.terminal = true; + } + return Object.keys(capabilities).length === 0 ? void 0 : capabilities; + } + registerServerHandlers() { + const transport = this.options.transport; + const delegate = this.options.delegate; + const subscribeNotification = (aliases, handler) => { + for (const alias of aliases) { + this.unsubscribeHandlers.push(transport.onNotification(alias, handler)); + } + }; + const subscribeRequest = (aliases, handler) => { + for (const alias of aliases) { + this.unsubscribeHandlers.push(transport.onRequest(alias, handler)); + } + }; + subscribeNotification( + ACP_SERVER_NOTIFICATION_ALIASES.sessionUpdate, + async (params) => this.dispatchSessionNotification(params) + ); + if (delegate == null ? void 0 : delegate.requestPermission) { + const requestPermission = delegate.requestPermission; + subscribeRequest( + ACP_SERVER_REQUEST_ALIASES.requestPermission, + (params) => requestPermission(params) + ); + } + const fileSystem = delegate == null ? void 0 : delegate.fileSystem; + if (fileSystem == null ? void 0 : fileSystem.readTextFile) { + const readTextFile = fileSystem.readTextFile; + subscribeRequest( + ACP_SERVER_REQUEST_ALIASES.readTextFile, + (params) => readTextFile(params) + ); + } + if (fileSystem == null ? void 0 : fileSystem.writeTextFile) { + const writeTextFile = fileSystem.writeTextFile; + subscribeRequest( + ACP_SERVER_REQUEST_ALIASES.writeTextFile, + (params) => writeTextFile(params) + ); + } + const terminal = delegate == null ? void 0 : delegate.terminal; + if (terminal) { + subscribeRequest( + ACP_SERVER_REQUEST_ALIASES.createTerminal, + (params) => terminal.createTerminal(params) + ); + subscribeRequest( + ACP_SERVER_REQUEST_ALIASES.terminalOutput, + (params) => terminal.terminalOutput(params) + ); + subscribeRequest( + ACP_SERVER_REQUEST_ALIASES.waitForTerminalExit, + (params) => terminal.waitForTerminalExit(params) + ); + subscribeRequest( + ACP_SERVER_REQUEST_ALIASES.killTerminal, + (params) => terminal.killTerminal(params) + ); + subscribeRequest( + ACP_SERVER_REQUEST_ALIASES.releaseTerminal, + (params) => terminal.releaseTerminal(params) + ); + } + } + async dispatchSessionNotification(notification) { + var _a5; + if ((_a5 = this.options.delegate) == null ? void 0 : _a5.onSessionNotification) { + await this.options.delegate.onSessionNotification(notification); + } + for (const listener of this.sessionNotificationListeners) { + await listener(notification); + } + } + // -32601 (Method not found) is the only error we absorb; agents that advertise legacy + // method names only reject unknown candidates with it, so every other code is real. + async requestWithFallback(logicalMethod, params, requestOptions) { + const cachedMethod = this.methodCache.get(logicalMethod); + if (cachedMethod) { + return this.options.transport.request(cachedMethod, params, requestOptions); + } + const candidates = getAcpMethodCandidates(logicalMethod, this.options.methodOverrides); + let lastError = null; + for (const methodName of candidates) { + try { + const result = await this.options.transport.request(methodName, params, requestOptions); + this.methodCache.set(logicalMethod, methodName); + return result; + } catch (error48) { + if (!(error48 instanceof JsonRpcErrorResponse) || error48.code !== -32601) { + throw error48; + } + lastError = error48; + } + } + if (lastError) { + throw lastError; + } + throw new Error(`No ACP method candidates configured for ${logicalMethod}`); + } + notifyLogicalMethod(logicalMethod, params, options = {}) { + const cachedMethod = this.methodCache.get(logicalMethod); + if (cachedMethod) { + this.options.transport.notify(cachedMethod, params); + return; + } + const candidates = getAcpMethodCandidates(logicalMethod, this.options.methodOverrides); + const methodNames = options.sendAllCandidatesIfUncached ? Array.from(new Set(candidates)) : candidates.slice(0, 1); + for (const methodName of methodNames) { + this.options.transport.notify(methodName, params); + } + } +}; +function mergeCapabilities2(base, override) { + if (!base && !override) { + return void 0; + } + const merged = { ...base, ...override }; + if ((base == null ? void 0 : base.auth) || (override == null ? void 0 : override.auth)) { + merged.auth = { ...base == null ? void 0 : base.auth, ...override == null ? void 0 : override.auth }; + } + if ((base == null ? void 0 : base.fs) || (override == null ? void 0 : override.fs)) { + merged.fs = { ...base == null ? void 0 : base.fs, ...override == null ? void 0 : override.fs }; + } + return Object.keys(merged).length === 0 ? void 0 : merged; +} + +// src/providers/acp/AcpSessionConfig.ts +function flattenAcpSessionConfigSelectOptions(options) { + if (options.length === 0) { + return []; + } + if (isSelectGroup(options[0])) { + return options.flatMap((group) => group.options); + } + return options; +} +function extractAcpSessionModelState(params) { + var _a5, _b3, _c2, _d; + const { items, current } = resolveSelectItems(params.configOptions, "model"); + if (items) { + return { availableModels: items, currentModelId: current }; + } + return { + availableModels: (_b3 = (_a5 = params.models) == null ? void 0 : _a5.availableModels) != null ? _b3 : [], + currentModelId: (_d = (_c2 = params.models) == null ? void 0 : _c2.currentModelId) != null ? _d : current + }; +} +function extractAcpSessionModeState(params) { + var _a5, _b3, _c2, _d; + const { items, current } = resolveSelectItems(params.configOptions, "mode"); + if (items) { + return { availableModes: items, currentModeId: current }; + } + return { + availableModes: (_b3 = (_a5 = params.modes) == null ? void 0 : _a5.availableModes) != null ? _b3 : [], + currentModeId: (_d = (_c2 = params.modes) == null ? void 0 : _c2.currentModeId) != null ? _d : current + }; +} +function extractAcpSessionThoughtLevelState(params) { + const { configId, items, current } = resolveSelectItems(params.configOptions, "thought_level"); + return { + availableLevels: items != null ? items : [], + configId, + currentLevel: current + }; +} +function resolveSelectItems(configOptions, category) { + const selectOption = findSessionConfigSelectOption(configOptions, category); + if (!selectOption) { + return { configId: null, current: null, items: null }; + } + const items = flattenAcpSessionConfigSelectOptions(selectOption.options).map((option) => ({ + ...option.description ? { description: option.description } : {}, + id: option.value, + name: option.name + })); + return { + configId: selectOption.id, + current: selectOption.currentValue, + items: items.length > 0 ? items : null + }; +} +function findSessionConfigSelectOption(configOptions, category) { + if (!configOptions) { + return null; + } + const byCategory = configOptions.find((option) => option.type === "select" && normalizeComparableKey(option.category) === category); + if ((byCategory == null ? void 0 : byCategory.type) === "select") { + return byCategory; + } + const byLegacyId = configOptions.find((option) => option.type === "select" && normalizeComparableKey(option.id) === legacyConfigIdForCategory(category)); + return (byLegacyId == null ? void 0 : byLegacyId.type) === "select" ? byLegacyId : null; +} +function legacyConfigIdForCategory(category) { + return category === "thought_level" ? "effort" : category; +} +function isSelectGroup(option) { + return "options" in option; +} +function normalizeComparableKey(value) { + return typeof value === "string" ? value.trim().toLowerCase() : ""; +} + +// src/providers/acp/AcpSessionUpdateNormalizer.ts +var ANONYMOUS_MESSAGE_KEY = "\0anonymous"; +var AcpSessionUpdateNormalizer = class { + constructor() { + this.seenMessages = /* @__PURE__ */ new Map(); + this.toolCalls = /* @__PURE__ */ new Map(); + } + reset() { + this.seenMessages.clear(); + this.toolCalls.clear(); + } + normalize(update) { + switch (update.sessionUpdate) { + case "user_message_chunk": + return this.normalizeMessageChunk("user", update); + case "agent_message_chunk": + return this.normalizeMessageChunk("assistant", update); + case "agent_thought_chunk": + return this.normalizeMessageChunk("thinking", update); + case "tool_call": + return this.normalizeToolCall(update); + case "tool_call_update": + return this.normalizeToolCallUpdate(update); + case "plan": + return { plan: update, type: "plan" }; + case "available_commands_update": + return { + commands: update.availableCommands.map(mapAcpCommandToSlashCommand), + type: "commands" + }; + case "current_mode_update": + return { currentModeId: update.currentModeId, type: "current_mode" }; + case "config_option_update": + return { configOptions: update.configOptions, type: "config_options" }; + case "session_info_update": + return { + sessionInfo: { ...update, updatedAtMs: parseIsoDate(update.updatedAt) }, + type: "session_info" + }; + case "usage_update": + return { type: "usage", usage: update }; + } + } + normalizeMessageChunk(role, update) { + var _a5, _b3, _c2; + const streamChunks = []; + if (role === "user" && this.claimMessageStart("user", update.messageId)) { + streamChunks.push({ + content: extractPrimaryText(update.content), + itemId: (_a5 = update.messageId) != null ? _a5 : void 0, + type: "user_message_start" + }); + } else if (role === "assistant" && this.claimMessageStart("assistant", update.messageId)) { + streamChunks.push({ + itemId: (_b3 = update.messageId) != null ? _b3 : void 0, + type: "assistant_message_start" + }); + } + const text = renderAcpContentBlock(update.content); + if (text && role === "thinking") { + streamChunks.push({ content: text, type: "thinking" }); + } else if (text && role === "assistant") { + streamChunks.push({ content: text, type: "text" }); + } + return { + content: update.content, + messageId: (_c2 = update.messageId) != null ? _c2 : null, + role, + streamChunks, + type: "message_chunk" + }; + } + normalizeToolCall(toolCall) { + const toolState = { + input: normalizeToolInput2(toolCall.rawInput), + name: normalizeToolName(toolCall.title, toolCall.kind), + output: renderToolPayload(toolCall.content, toolCall.rawOutput), + status: toolCall.status + }; + this.toolCalls.set(toolCall.toolCallId, toolState); + const streamChunks = [{ + id: toolCall.toolCallId, + input: toolState.input, + name: toolState.name, + type: "tool_use" + }]; + if (toolState.status === "completed" || toolState.status === "failed") { + streamChunks.push({ + content: toolState.output || defaultToolResultText(toolState.status), + id: toolCall.toolCallId, + isError: toolState.status === "failed", + type: "tool_result" + }); + } + return { streamChunks, toolCall, toolState, type: "tool_call" }; + } + normalizeToolCallUpdate(toolCallUpdate) { + var _a5, _b3, _c2; + const current = (_a5 = this.toolCalls.get(toolCallUpdate.toolCallId)) != null ? _a5 : { + input: {}, + name: "tool", + output: "", + status: null + }; + if (toolCallUpdate.title) { + current.name = normalizeToolName(toolCallUpdate.title, (_b3 = toolCallUpdate.kind) != null ? _b3 : null); + } else if (toolCallUpdate.kind && current.name === "tool") { + current.name = normalizeToolName(void 0, toolCallUpdate.kind); + } + if (toolCallUpdate.rawInput !== void 0) { + current.input = normalizeToolInput2(toolCallUpdate.rawInput); + } + const nextOutput = renderToolPayload((_c2 = toolCallUpdate.content) != null ? _c2 : void 0, toolCallUpdate.rawOutput) || current.output; + const streamChunks = []; + if (nextOutput.length > current.output.length && nextOutput.startsWith(current.output)) { + streamChunks.push({ + content: nextOutput.slice(current.output.length), + id: toolCallUpdate.toolCallId, + type: "tool_output" + }); + } + current.output = nextOutput; + if (toolCallUpdate.status !== void 0) { + current.status = toolCallUpdate.status; + } + if (current.status === "completed" || current.status === "failed") { + streamChunks.push({ + content: current.output || defaultToolResultText(current.status), + id: toolCallUpdate.toolCallId, + isError: current.status === "failed", + type: "tool_result" + }); + } + this.toolCalls.set(toolCallUpdate.toolCallId, current); + return { + streamChunks, + toolCallUpdate, + toolState: { ...current }, + type: "tool_call_update" + }; + } + // A message-start chunk must fire exactly once per (role, messageId). Anonymous streams + // share a single slot per role so repeated chunks without an id do not restart the message. + claimMessageStart(role, messageId) { + const key = messageId != null ? messageId : ANONYMOUS_MESSAGE_KEY; + let seen = this.seenMessages.get(role); + if (!seen) { + seen = /* @__PURE__ */ new Set(); + this.seenMessages.set(role, seen); + } + if (seen.has(key)) { + return false; + } + seen.add(key); + return true; + } +}; +function mapAcpCommandToSlashCommand(command) { + var _a5, _b3, _c2; + const name = command.name.replace(/^\//, ""); + return { + argumentHint: (_b3 = (_a5 = command.input) == null ? void 0 : _a5.hint) != null ? _b3 : void 0, + content: "", + description: (_c2 = command.description) != null ? _c2 : void 0, + id: `acp:${name}`, + name, + source: "sdk" + }; +} +function normalizeToolName(title, kind) { + return (title == null ? void 0 : title.trim()) || (kind == null ? void 0 : kind.trim()) || "tool"; +} +function normalizeToolInput2(rawInput) { + if (isPlainObject4(rawInput)) { + return rawInput; + } + if (rawInput === void 0) { + return {}; + } + return { value: rawInput }; +} +function renderToolPayload(content, rawOutput) { + if (Array.isArray(content) && content.length > 0) { + return content.map(renderToolCallContent).filter((text) => text.length > 0).join("\n\n"); + } + return rawOutput === void 0 ? "" : formatUnknownValue(rawOutput); +} +function renderToolCallContent(content) { + switch (content.type) { + case "content": + return renderAcpContentBlock(content.content); + case "diff": + return `Diff: ${content.path}`; + case "terminal": + return `Terminal: ${content.terminalId}`; + } +} +function defaultToolResultText(status) { + return status === "failed" ? "Tool failed" : "Tool completed"; +} +function extractPrimaryText(content) { + if (content.type === "text") { + return content.text; + } + if (content.type === "resource" && "text" in content.resource) { + return content.resource.text; + } + return ""; +} +function renderAcpContentBlock(content) { + switch (content.type) { + case "text": + return content.text; + case "image": + return content.uri ? `[image: ${content.uri}]` : `[image: ${content.mimeType}]`; + case "audio": + return `[audio: ${content.mimeType}]`; + case "resource_link": + return content.title || content.name || content.uri; + case "resource": + return "text" in content.resource ? content.resource.text : `[resource: ${content.resource.uri}]`; + } +} +function formatUnknownValue(value) { + var _a5; + if (typeof value === "string") { + return value; + } + if (value === null) { + return "null"; + } + if (value === void 0) { + return ""; + } + if (typeof value === "number" || typeof value === "boolean") { + return `${value}`; + } + try { + return (_a5 = JSON.stringify(value, null, 2)) != null ? _a5 : ""; + } catch (e2) { + return "[unserializable]"; + } +} +function isPlainObject4(value) { + return Boolean(value) && typeof value === "object" && !Array.isArray(value); +} +function parseIsoDate(value) { + if (value === void 0) { + return void 0; + } + if (value === null) { + return null; + } + const timestamp = Date.parse(value); + return Number.isNaN(timestamp) ? null : timestamp; +} + +// src/providers/acp/AcpSubprocess.ts +var import_node_child_process = require("node:child_process"); +var SIGKILL_TIMEOUT_MS2 = 3e3; +var STDERR_BUFFER_LIMIT = 8e3; +var AcpSubprocess = class { + constructor(launchSpec) { + this.launchSpec = launchSpec; + this.closeError = null; + this.closeListeners = /* @__PURE__ */ new Set(); + this.notifiedClose = false; + this.proc = null; + this.resolvedSpawnSpec = null; + this.stderrBuffer = ""; + } + get stdin() { + return this.requireProc().stdin; + } + get stdout() { + return this.requireProc().stdout; + } + get stderr() { + return this.requireProc().stderr; + } + requireProc() { + if (!this.proc) { + throw new Error("ACP subprocess is not started"); + } + return this.proc; + } + start() { + if (this.proc) { + return; + } + const resolvedSpawnSpec = resolveWindowsCmdShimSpawnSpec(this.launchSpec); + this.resolvedSpawnSpec = resolvedSpawnSpec; + const proc = (0, import_node_child_process.spawn)(resolvedSpawnSpec.command, resolvedSpawnSpec.args, { + cwd: this.launchSpec.cwd, + env: this.launchSpec.env, + stdio: "pipe", + windowsHide: true, + ...resolvedSpawnSpec.windowsVerbatimArguments ? { windowsVerbatimArguments: true } : {} + }); + proc.stderr.on("data", (chunk) => { + const text = typeof chunk === "string" ? chunk : chunk.toString("utf-8"); + this.stderrBuffer = `${this.stderrBuffer}${text}`.slice(-STDERR_BUFFER_LIMIT); + }); + proc.on("error", (error48) => { + this.closeError = error48; + this.notifyClose(error48); + }); + proc.on("exit", (code, signal) => { + var _a5; + const exitError = (_a5 = this.closeError) != null ? _a5 : code === 0 && signal === null ? void 0 : new Error(`ACP subprocess exited (${formatExit(code, signal)})`); + this.notifyClose(exitError); + }); + this.proc = proc; + } + isAlive() { + return this.proc !== null && this.proc.exitCode === null && !this.proc.killed; + } + getStderrSnapshot() { + return this.stderrBuffer.trim(); + } + onClose(listener) { + this.closeListeners.add(listener); + return () => { + this.closeListeners.delete(listener); + }; + } + async shutdown() { + if (!this.proc || this.proc.exitCode !== null) { + return; + } + await new Promise((resolve8) => { + const proc = this.proc; + const onClose = () => { + cleanup(); + resolve8(); + }; + const killTimer = window.setTimeout(() => { + this.killProc(proc, "SIGKILL"); + }, SIGKILL_TIMEOUT_MS2); + const cleanup = () => { + window.clearTimeout(killTimer); + proc.off("exit", onClose); + }; + proc.once("exit", onClose); + this.killProc(proc, "SIGTERM"); + }); + } + killProc(proc, signal) { + return terminateSpawnedProcess(proc, signal, import_node_child_process.spawn, this.resolvedSpawnSpec); + } + notifyClose(error48) { + if (this.notifiedClose) { + return; + } + this.notifiedClose = true; + for (const listener of this.closeListeners) { + try { + listener(error48); + } catch (e2) { + } + } + } +}; +function formatExit(code, signal) { + if (signal) { + return `signal ${signal}`; + } + if (code === null) { + return "unknown"; + } + return `code ${code}`; +} + +// src/providers/acp/AcpToolStreamAdapter.ts +var AcpToolStreamAdapter = class { + constructor(adapter) { + this.adapter = adapter; + this.toolStates = /* @__PURE__ */ new Map(); + } + reset() { + this.toolStates.clear(); + } + normalizeToolCall(toolCall, chunks) { + const state = this.updateToolState(void 0, { + kind: toolCall.kind, + rawInput: toolCall.rawInput, + title: toolCall.title + }); + this.toolStates.set(toolCall.toolCallId, state); + return chunks.map((chunk) => this.normalizeChunk(chunk, state, toolCall.rawOutput)); + } + normalizeToolCallUpdate(toolCallUpdate, chunks) { + const state = this.updateToolState(this.toolStates.get(toolCallUpdate.toolCallId), { + kind: toolCallUpdate.kind, + rawInput: toolCallUpdate.rawInput, + title: toolCallUpdate.title + }); + this.toolStates.set(toolCallUpdate.toolCallId, state); + const result = []; + if (toolCallUpdate.rawInput !== void 0) { + result.push({ + id: toolCallUpdate.toolCallId, + input: state.input, + name: this.adapter.normalizeToolName(state.rawName), + type: "tool_use" + }); + } + for (const chunk of chunks) { + result.push(this.normalizeChunk(chunk, state, toolCallUpdate.rawOutput)); + } + return result; + } + updateToolState(current, update) { + var _a5; + const nextRawName = this.adapter.resolveRawToolName(current == null ? void 0 : current.rawName, update); + const nextInput = (_a5 = current == null ? void 0 : current.input) != null ? _a5 : {}; + if (update.rawInput !== void 0) { + const rawInput = normalizeRawToolInput(update.rawInput); + return this.buildToolState(nextRawName, { ...nextInput, ...rawInput }); + } + if (nextRawName !== (current == null ? void 0 : current.rawName)) { + return this.buildToolState(nextRawName, nextInput); + } + return current != null ? current : this.buildToolState(nextRawName, {}); + } + buildToolState(rawName, input) { + return { + input: this.adapter.normalizeToolInput(rawName, input), + rawName + }; + } + normalizeChunk(chunk, state, rawOutput) { + switch (chunk.type) { + case "tool_use": + return { + ...chunk, + input: state.input, + name: this.adapter.normalizeToolName(state.rawName) + }; + case "tool_result": { + const toolUseResult = this.adapter.normalizeToolUseResult(state.rawName, state.input, rawOutput); + return toolUseResult ? { ...chunk, toolUseResult } : chunk; + } + default: + return chunk; + } + } +}; +function normalizeRawToolInput(rawInput) { + return rawInput && typeof rawInput === "object" && !Array.isArray(rawInput) ? rawInput : {}; +} + +// src/providers/acp/buildAcpUsageInfo.ts +function buildAcpUsageInfo(params) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2; + const promptUsage = (_a5 = params.promptUsage) != null ? _a5 : null; + const contextWindow = (_b3 = params.contextWindow) != null ? _b3 : null; + if (!promptUsage && !contextWindow) { + return null; + } + const contextTokens = (_d = (_c2 = contextWindow == null ? void 0 : contextWindow.used) != null ? _c2 : promptUsage == null ? void 0 : promptUsage.totalTokens) != null ? _d : 0; + const contextWindowSize = (_e2 = contextWindow == null ? void 0 : contextWindow.size) != null ? _e2 : 0; + return { + cacheCreationInputTokens: (_f2 = promptUsage == null ? void 0 : promptUsage.cachedWriteTokens) != null ? _f2 : 0, + cacheReadInputTokens: (_g = promptUsage == null ? void 0 : promptUsage.cachedReadTokens) != null ? _g : 0, + contextTokens, + contextWindow: contextWindowSize, + // Only the contextWindow update speaks authoritatively about window size; falling back + // to promptUsage alone is a best-effort approximation. + contextWindowIsAuthoritative: Boolean(contextWindow), + inputTokens: (_h2 = promptUsage == null ? void 0 : promptUsage.inputTokens) != null ? _h2 : 0, + model: params.model, + percentage: computePercentage(contextTokens, contextWindowSize) + }; +} +function computePercentage(used, total) { + if (total <= 0) { + return 0; + } + const ratio = Math.round(used / total * 100); + return Math.min(100, Math.max(0, ratio)); +} + +// src/providers/opencode/capabilities.ts +var OPENCODE_PROVIDER_CAPABILITIES = Object.freeze({ + providerId: "opencode", + supportsPersistentRuntime: true, + supportsNativeHistory: true, + supportsPlanMode: true, + supportsRewind: false, + supportsFork: false, + supportsProviderCommands: true, + supportsImageAttachments: true, + supportsInstructionMode: true, + supportsMcpTools: false, + supportsTurnSteer: false, + reasoningControl: "effort" +}); + +// src/providers/opencode/normalization/opencodeToolNormalization.ts +var TOOL_NAME_MAP2 = { + bash: TOOL_BASH, + edit: TOOL_EDIT, + glob: TOOL_GLOB, + grep: TOOL_GREP, + question: TOOL_ASK_USER_QUESTION, + read: TOOL_READ, + skill: TOOL_SKILL, + task: TOOL_TASK, + todowrite: TOOL_TODO_WRITE, + webfetch: TOOL_WEB_FETCH, + websearch: TOOL_WEB_SEARCH, + write: TOOL_WRITE +}; +function isPlainObject5(value) { + return value !== null && typeof value === "object" && !Array.isArray(value); +} +function isKnownToolName(value) { + if (typeof value !== "string") { + return false; + } + return value.trim().toLowerCase() in TOOL_NAME_MAP2; +} +function toKnownToolName(value) { + if (!value) { + return null; + } + const normalized = value.trim().toLowerCase(); + return isKnownToolName(normalized) ? normalized : null; +} +function firstString3(...values) { + for (const value of values) { + if (typeof value === "string") { + return value; + } + } + return void 0; +} +function firstTrimmedString(...values) { + for (const value of values) { + if (typeof value !== "string") { + continue; + } + const trimmed = value.trim(); + if (trimmed.length > 0) { + return trimmed; + } + } + return void 0; +} +function firstNonEmptyString2(...values) { + var _a5; + return (_a5 = firstTrimmedString(...values)) != null ? _a5 : ""; +} +function normalizeStringArray3(value) { + if (!Array.isArray(value)) { + return []; + } + const uniqueValues = /* @__PURE__ */ new Set(); + for (const entry of value) { + if (typeof entry !== "string") { + continue; + } + const trimmed = entry.trim(); + if (!trimmed) { + continue; + } + uniqueValues.add(trimmed); + } + return [...uniqueValues]; +} +function normalizeQuestionOptions(value) { + if (!Array.isArray(value)) { + return []; + } + return value.flatMap((option) => { + if (typeof option === "string") { + const label2 = option.trim(); + return label2 ? [{ description: "", label: label2 }] : []; + } + if (!isPlainObject5(option)) { + return []; + } + const label = typeof option.label === "string" ? option.label.trim() : ""; + if (!label) { + return []; + } + return [{ + description: typeof option.description === "string" ? option.description : "", + label + }]; + }); +} +function normalizeQuestionItems(value) { + if (!Array.isArray(value)) { + return []; + } + return value.map((item, index) => { + var _a5, _b3; + const record2 = isPlainObject5(item) ? item : {}; + const question = (_a5 = firstTrimmedString(record2.question)) != null ? _a5 : `Question ${index + 1}`; + const header = (_b3 = firstTrimmedString(record2.header)) != null ? _b3 : `Q${index + 1}`; + return { + ...typeof record2.id === "string" && record2.id.trim() ? { id: record2.id } : {}, + header, + multiSelect: record2.multiSelect === true || record2.multi_select === true || record2.multiple === true, + options: normalizeQuestionOptions(record2.options), + question + }; + }); +} +function normalizeTodoStatus(value) { + switch (value) { + case "completed": + case "cancelled": + return "completed"; + case "in_progress": + return "in_progress"; + default: + return "pending"; + } +} +function normalizeTodos(value) { + if (!Array.isArray(value)) { + return []; + } + return value.flatMap((item) => { + var _a5; + if (!isPlainObject5(item)) { + return []; + } + const content = firstTrimmedString(item.content, item.title, item.description); + if (!content) { + return []; + } + return [{ + activeForm: (_a5 = firstTrimmedString(item.activeForm, item.active_form)) != null ? _a5 : content, + content, + ...typeof item.id === "string" ? { id: item.id } : {}, + status: normalizeTodoStatus(item.status) + }]; + }); +} +function normalizeQuestionAnswers(rawAnswers, questions) { + if (!Array.isArray(rawAnswers) || questions.length === 0) { + return void 0; + } + const answers = {}; + for (let index = 0; index < Math.min(rawAnswers.length, questions.length); index += 1) { + const question = questions[index]; + const rawEntry = rawAnswers[index]; + if (!question) { + continue; + } + const values = Array.isArray(rawEntry) ? rawEntry.filter((value) => typeof value === "string" && value.trim().length > 0) : typeof rawEntry === "string" && rawEntry.trim().length > 0 ? [rawEntry] : []; + if (values.length === 0) { + continue; + } + const normalizedValue = values.length === 1 ? values[0] : values; + answers[question.question] = normalizedValue; + if (question.id) { + answers[question.id] = normalizedValue; + } + } + return Object.keys(answers).length > 0 ? answers : void 0; +} +function extractToolMetadata(rawOutput) { + if (!isPlainObject5(rawOutput)) { + return null; + } + return isPlainObject5(rawOutput.metadata) ? rawOutput.metadata : null; +} +function resolveOpencodeRawToolName(currentRawName, update) { + const titleName = firstTrimmedString(update.title); + const knownTitleName = titleName && isKnownToolName(titleName) ? titleName.trim().toLowerCase() : void 0; + if (knownTitleName) { + return knownTitleName; + } + if (currentRawName) { + return currentRawName; + } + switch (update.kind) { + case "execute": + return "bash"; + case "fetch": + return "webfetch"; + case "read": + return "read"; + default: + return titleName != null ? titleName : "tool"; + } +} +function normalizeWebSearchInput2(input) { + var _a5; + const action = isPlainObject5(input.action) ? input.action : {}; + const queries = normalizeStringArray3((_a5 = action.queries) != null ? _a5 : input.queries); + const query = firstNonEmptyString2(action.query, input.query, queries[0]); + const url2 = firstNonEmptyString2(action.url, input.url); + const pattern = firstNonEmptyString2(action.pattern, input.pattern); + const explicitType = firstNonEmptyString2(action.type, input.actionType, input.action_type); + const actionType = explicitType || (url2 && pattern ? "find_in_page" : url2 ? "open_page" : query || queries.length > 0 ? "search" : ""); + const normalized = {}; + if (actionType) { + normalized.actionType = actionType; + } + if (query) { + normalized.query = query; + } + if (queries.length > 0) { + normalized.queries = queries; + } + if (url2) { + normalized.url = url2; + } + if (pattern) { + normalized.pattern = pattern; + } + return normalized; +} +function normalizeOpencodeToolName(rawName) { + const knownName = toKnownToolName(rawName); + if (!knownName) { + return (rawName == null ? void 0 : rawName.trim()) || "tool"; + } + return TOOL_NAME_MAP2[knownName]; +} +function normalizeOpencodeToolInput(rawName, input) { + const knownName = toKnownToolName(rawName); + switch (knownName) { + case "question": + return { questions: normalizeQuestionItems(input.questions) }; + case "read": + return { + ...firstString3(input.file_path, input.filePath) ? { file_path: firstString3(input.file_path, input.filePath) } : {}, + ...typeof input.limit === "number" ? { limit: input.limit } : {}, + ...typeof input.offset === "number" ? { offset: input.offset } : {} + }; + case "write": + return { + ...typeof input.content === "string" ? { content: input.content } : {}, + ...firstString3(input.file_path, input.filePath) ? { file_path: firstString3(input.file_path, input.filePath) } : {} + }; + case "edit": + return { + ...firstString3(input.file_path, input.filePath) ? { file_path: firstString3(input.file_path, input.filePath) } : {}, + ...firstString3(input.old_string, input.oldString) ? { old_string: firstString3(input.old_string, input.oldString) } : {}, + ...firstString3(input.new_string, input.newString) ? { new_string: firstString3(input.new_string, input.newString) } : {}, + ...typeof input.replace_all === "boolean" ? { replace_all: input.replace_all } : typeof input.replaceAll === "boolean" ? { replace_all: input.replaceAll } : {} + }; + case "task": + return { + ...firstTrimmedString(input.command) ? { command: firstTrimmedString(input.command) } : {}, + ...firstTrimmedString(input.description) ? { description: firstTrimmedString(input.description) } : {}, + ...firstTrimmedString(input.prompt) ? { prompt: firstTrimmedString(input.prompt) } : {}, + ...input.run_in_background === true || input.run_in_background === false ? { run_in_background: input.run_in_background } : {}, + ...firstTrimmedString(input.subagent_type) ? { subagent_type: firstTrimmedString(input.subagent_type) } : {}, + ...firstTrimmedString(input.task_id) ? { task_id: firstTrimmedString(input.task_id) } : {} + }; + case "todowrite": + return { todos: normalizeTodos(input.todos) }; + case "skill": + return firstTrimmedString(input.skill, input.name) ? { skill: firstTrimmedString(input.skill, input.name) } : {}; + case "websearch": + return normalizeWebSearchInput2(input); + default: + return input; + } +} +function normalizeOpencodeToolUseResult(rawName, input, rawOutput) { + const knownName = toKnownToolName(rawName); + const metadata = extractToolMetadata(rawOutput); + const normalized = {}; + if ((knownName === "write" || knownName === "edit") && firstString3(input.file_path, input.filePath, metadata == null ? void 0 : metadata.filepath, metadata == null ? void 0 : metadata.filePath)) { + normalized.filePath = firstString3(input.file_path, input.filePath, metadata == null ? void 0 : metadata.filepath, metadata == null ? void 0 : metadata.filePath); + } + if (knownName === "question") { + const questions = Array.isArray(input.questions) ? input.questions : []; + const answers = normalizeQuestionAnswers(metadata == null ? void 0 : metadata.answers, questions); + if (answers) { + normalized.answers = answers; + } + } + return Object.keys(normalized).length > 0 ? normalized : void 0; +} +function createOpencodeToolStreamAdapter() { + return new AcpToolStreamAdapter({ + normalizeToolInput: normalizeOpencodeToolInput, + normalizeToolName: normalizeOpencodeToolName, + normalizeToolUseResult: normalizeOpencodeToolUseResult, + resolveRawToolName: resolveOpencodeRawToolName + }); +} + +// src/providers/opencode/types/index.ts +function getOpencodeState(providerState) { + return providerState != null ? providerState : {}; +} + +// src/providers/opencode/runtime/buildOpencodePrompt.ts +function buildOpencodePromptText(request, conversationHistory = []) { + let prompt = request.text; + if (request.currentNotePath) { + prompt = appendCurrentNote(prompt, request.currentNotePath); + } + if (request.editorSelection && request.editorSelection.mode !== "none") { + prompt = appendEditorContext(prompt, request.editorSelection); + } + if (request.browserSelection) { + prompt = appendBrowserContext(prompt, request.browserSelection); + } + if (request.canvasSelection) { + prompt = appendCanvasContext(prompt, request.canvasSelection); + } + if (conversationHistory.length > 0) { + const historyContext = buildContextFromHistory(conversationHistory); + prompt = buildPromptWithHistoryContext( + historyContext, + prompt, + prompt, + conversationHistory + ); + } + return prompt; +} +function buildOpencodePromptBlocks(request, conversationHistory = []) { + var _a5; + const blocks = [ + { type: "text", text: buildOpencodePromptText(request, conversationHistory) } + ]; + for (const image of (_a5 = request.images) != null ? _a5 : []) { + if (!image.data) { + continue; + } + blocks.push({ + data: image.data, + mimeType: image.mediaType, + type: "image" + }); + } + return blocks; +} + +// src/providers/opencode/runtime/OpencodeLaunchArtifacts.ts +var fs18 = __toESM(require("node:fs/promises")); +var path18 = __toESM(require("node:path")); +init_path(); + +// src/providers/opencode/runtime/OpencodePaths.ts +var fs17 = __toESM(require("node:fs")); +var os11 = __toESM(require("node:os")); +var path17 = __toESM(require("node:path")); +var OPENCODE_APP_NAME = "opencode"; +var DEFAULT_DATABASE_NAME = "opencode.db"; +var DATABASE_NAME_PATTERN = /^opencode(?:-[a-z0-9._-]+)?\.db$/i; +function resolveOpencodeDataDir(env = process.env) { + var _a5; + const xdgDataHome = (_a5 = env.XDG_DATA_HOME) == null ? void 0 : _a5.trim(); + if (xdgDataHome) { + return path17.join(xdgDataHome, OPENCODE_APP_NAME); + } + const home = env.HOME || os11.homedir(); + if (process.platform === "win32") { + const appData = env.APPDATA || env.LOCALAPPDATA || path17.join(home, "AppData", "Roaming"); + return path17.join(appData, OPENCODE_APP_NAME); + } + return path17.join(home, ".local", "share", OPENCODE_APP_NAME); +} +function resolveOpencodeDatabasePath(env = process.env) { + var _a5, _b3; + const override = (_a5 = env.OPENCODE_DB) == null ? void 0 : _a5.trim(); + if (override) { + if (override === ":memory:" || path17.isAbsolute(override)) { + return override; + } + return path17.join(resolveOpencodeDataDir(env), override); + } + const candidates = getOpencodeDatabasePathCandidates(env); + for (const candidate of candidates) { + if (fs17.existsSync(candidate)) { + return candidate; + } + } + return (_b3 = candidates[0]) != null ? _b3 : null; +} +function resolveExistingOpencodeDatabasePath(preferredPath, env = process.env) { + const preferred = preferredPath == null ? void 0 : preferredPath.trim(); + if (preferred) { + if (preferred === ":memory:") { + return preferred; + } + if (fs17.existsSync(preferred)) { + return preferred; + } + } + const resolved = resolveOpencodeDatabasePath(env); + if (resolved && (resolved === ":memory:" || fs17.existsSync(resolved))) { + return resolved; + } + return preferred != null ? preferred : resolved; +} +function getOpencodeDatabasePathCandidates(env) { + const candidates = []; + const seen = /* @__PURE__ */ new Set(); + const home = env.HOME || os11.homedir(); + const dataDirs = [ + resolveOpencodeDataDir(env), + path17.join(home, "Library", "Application Support", OPENCODE_APP_NAME) + ]; + for (const dataDir of dataDirs) { + pushCandidate(candidates, seen, path17.join(dataDir, DEFAULT_DATABASE_NAME)); + try { + const matches = fs17.readdirSync(dataDir).filter((entry) => DATABASE_NAME_PATTERN.test(entry)).sort((left, right) => { + if (left === DEFAULT_DATABASE_NAME) return -1; + if (right === DEFAULT_DATABASE_NAME) return 1; + return left.localeCompare(right); + }); + for (const entry of matches) { + pushCandidate(candidates, seen, path17.join(dataDir, entry)); + } + } catch (e2) { + } + } + return candidates; +} +function pushCandidate(candidates, seen, candidate) { + if (seen.has(candidate)) { + return; + } + seen.add(candidate); + candidates.push(candidate); +} + +// src/providers/opencode/runtime/OpencodeLaunchArtifacts.ts +var DEFAULT_OPENCODE_MANAGED_AGENT_CONFIGS = [ + { id: OPENCODE_BUILD_MODE_ID }, + { + definition: { + mode: "primary", + permission: { + plan_enter: "allow", + question: "allow" + } + }, + id: OPENCODE_YOLO_MODE_ID + }, + { + definition: { + mode: "primary", + permission: { + plan_enter: "allow", + question: "allow", + bash: "ask", + edit: "ask" + } + }, + id: OPENCODE_SAFE_MODE_ID + }, + { id: OPENCODE_PLAN_MODE_ID } +]; +async function prepareOpencodeLaunchArtifacts(params) { + var _a5, _b3, _c2, _d, _e2, _f2; + const artifactsDir = path18.join( + params.workspaceRoot, + CLAUDIAN_STORAGE_PATH, + (_a5 = params.artifactsSubdir) != null ? _a5 : "opencode" + ); + const systemPromptPath = path18.join(artifactsDir, "system.md"); + const configPath = path18.join(artifactsDir, "config.json"); + const systemPrompt = normalizeSystemPrompt( + (_b3 = params.systemPromptText) != null ? _b3 : buildSystemPrompt(requireSettings(params)) + ); + const promptKey = (_c2 = params.systemPromptKey) != null ? _c2 : params.systemPromptText !== void 0 ? params.systemPromptText : computeSystemPromptKey(requireSettings(params)); + const baseConfig = await loadOpencodeBaseConfig( + params.runtimeEnv.OPENCODE_CONFIG, + params.workspaceRoot + ); + const configContent = `${JSON.stringify( + buildOpencodeManagedConfig( + baseConfig, + systemPromptPath, + (_e2 = params.userName) != null ? _e2 : (_d = params.settings) == null ? void 0 : _d.userName, + params.managedAgents, + params.defaultAgentId + ), + null, + 2 + )} +`; + const databasePath = resolveOpencodeDatabasePath(params.runtimeEnv); + await fs18.mkdir(artifactsDir, { recursive: true }); + await ensureOpencodeDatabaseDirectory(databasePath); + await writeIfChanged(systemPromptPath, systemPrompt); + await writeIfChanged(configPath, configContent); + return { + configPath, + configContent, + databasePath, + launchKey: [ + promptKey, + configContent, + databasePath != null ? databasePath : "", + (_f2 = params.runtimeEnv.XDG_DATA_HOME) != null ? _f2 : "" + ].join("::"), + systemPromptPath + }; +} +async function ensureOpencodeDatabaseDirectory(databasePath) { + if (!databasePath || databasePath === ":memory:") { + return; + } + await fs18.mkdir(path18.dirname(databasePath), { recursive: true }); +} +function buildOpencodeManagedConfig(baseConfig, systemPromptPath, userName, managedAgents = DEFAULT_OPENCODE_MANAGED_AGENT_CONFIGS, defaultAgentId) { + const config2 = { + ...baseConfig, + $schema: typeof baseConfig.$schema === "string" ? baseConfig.$schema : "https://opencode.ai/config.json" + }; + const existingAgents = isPlainObject6(baseConfig.agent) ? { ...baseConfig.agent } : {}; + const nextAgents = { ...existingAgents }; + const agentConfigs = managedAgents.length > 0 ? managedAgents : DEFAULT_OPENCODE_MANAGED_AGENT_CONFIGS; + for (const agentConfig of agentConfigs) { + const existingAgentValue = existingAgents[agentConfig.id]; + const existingAgent = isPlainObject6(existingAgentValue) ? { ...existingAgentValue } : {}; + nextAgents[agentConfig.id] = { + ...existingAgent, + ...isPlainObject6(agentConfig.definition) ? agentConfig.definition : {}, + prompt: `{file:${systemPromptPath}}` + }; + } + config2.agent = nextAgents; + const trimmedDefaultAgentId = defaultAgentId == null ? void 0 : defaultAgentId.trim(); + if (trimmedDefaultAgentId) { + config2.default_agent = trimmedDefaultAgentId; + } + const trimmedUserName = userName == null ? void 0 : userName.trim(); + if (trimmedUserName) { + config2.username = trimmedUserName; + } + return config2; +} +async function writeIfChanged(filePath, content) { + try { + const existing = await fs18.readFile(filePath, "utf-8"); + if (existing === content) { + return; + } + } catch (e2) { + } + await fs18.writeFile(filePath, content, "utf-8"); +} +async function loadOpencodeBaseConfig(configuredPath, workspaceRoot) { + const trimmedPath = configuredPath == null ? void 0 : configuredPath.trim(); + if (!trimmedPath) { + return {}; + } + const expandedPath = expandHomePath(trimmedPath); + const resolvedPath = path18.isAbsolute(expandedPath) ? expandedPath : path18.resolve(workspaceRoot, expandedPath); + try { + const rawConfig = await fs18.readFile(resolvedPath, "utf8"); + const parsedConfig = JSON.parse(rawConfig); + return isPlainObject6(parsedConfig) ? parsedConfig : {}; + } catch (e2) { + return {}; + } +} +function isPlainObject6(value) { + return value !== null && typeof value === "object" && !Array.isArray(value); +} +function normalizeSystemPrompt(systemPrompt) { + return systemPrompt.endsWith("\n") ? systemPrompt : `${systemPrompt} +`; +} +function requireSettings(params) { + if (params.settings) { + return params.settings; + } + throw new Error("prepareOpencodeLaunchArtifacts requires settings when no systemPromptText is provided"); +} + +// src/providers/opencode/runtime/OpencodeRuntimeEnvironment.ts +init_env(); +function buildOpencodeRuntimeEnv(settings11, cliPath, databasePathOverride) { + const envText = getRuntimeEnvironmentText(settings11, "opencode"); + const envVars = parseEnvironmentVariables(envText); + return { + ...process.env, + ...envVars, + OPENCODE_DISABLE_CLAUDE_CODE_PROMPT: "true", + ...databasePathOverride ? { OPENCODE_DB: databasePathOverride } : {}, + PATH: getEnhancedPath(envVars.PATH, cliPath || void 0) + }; +} + +// src/providers/opencode/runtime/OpencodeChatRuntime.ts +var StreamChunkQueue = class { + constructor() { + this.closed = false; + this.items = []; + this.waiters = []; + } + push(chunk) { + const waiter = this.waiters.shift(); + if (waiter) { + waiter(chunk); + return; + } + this.items.push(chunk); + } + close() { + var _a5; + if (this.closed) { + return; + } + this.closed = true; + while (this.waiters.length > 0) { + (_a5 = this.waiters.shift()) == null ? void 0 : _a5(null); + } + } + async next() { + var _a5; + if (this.items.length > 0) { + return (_a5 = this.items.shift()) != null ? _a5 : null; + } + if (this.closed) { + return null; + } + return new Promise((resolve8) => { + this.waiters.push(resolve8); + }); + } +}; +var OpencodeChatRuntime = class { + constructor(plugin) { + this.plugin = plugin; + this.providerId = "opencode"; + this.activeTurn = null; + this.approvalCallback = null; + this.connection = null; + this.contextUsage = null; + this.currentDatabasePath = null; + this.currentLaunchKey = null; + this.currentSessionEffortConfigId = null; + this.currentSessionEffortValue = null; + this.currentSessionEffortValues = /* @__PURE__ */ new Set(); + this.currentSessionModelId = null; + this.currentSessionModeId = null; + this.currentTurnMetadata = {}; + this.loadedSessionId = null; + this.permissionModeSyncCallback = null; + this.process = null; + this.promptUsage = null; + this.readyListeners = []; + this.ready = false; + this.sessionInvalidated = false; + this.supportedCommandWaiters = []; + this.supportedCommands = []; + this.sessionCwds = /* @__PURE__ */ new Map(); + this.sessionId = null; + this.sessionUpdateNormalizer = new AcpSessionUpdateNormalizer(); + this.toolStreamAdapter = createOpencodeToolStreamAdapter(); + this.transport = null; + this.unregisterTransportClose = null; + } + getCapabilities() { + return OPENCODE_PROVIDER_CAPABILITIES; + } + prepareTurn(request) { + var _a5; + return { + isCompact: false, + mcpMentions: (_a5 = request.enabledMcpServers) != null ? _a5 : /* @__PURE__ */ new Set(), + persistedContent: "", + prompt: buildOpencodePromptText(request), + request + }; + } + onReadyStateChange(listener) { + this.readyListeners.push(listener); + return () => { + const index = this.readyListeners.indexOf(listener); + if (index >= 0) { + this.readyListeners.splice(index, 1); + } + }; + } + setResumeCheckpoint(_checkpointId) { + } + syncConversationState(conversation) { + var _a5; + const previousSessionId = this.sessionId; + const nextSessionId = (_a5 = conversation == null ? void 0 : conversation.sessionId) != null ? _a5 : null; + if (this.sessionId !== nextSessionId) { + this.currentSessionEffortConfigId = null; + this.currentSessionEffortValue = null; + this.currentSessionEffortValues = /* @__PURE__ */ new Set(); + this.currentSessionModelId = null; + this.currentSessionModeId = null; + this.sessionInvalidated = false; + this.setSupportedCommands([]); + } + this.sessionId = nextSessionId; + const state = getOpencodeState(conversation == null ? void 0 : conversation.providerState); + if (state.databasePath) { + this.currentDatabasePath = state.databasePath; + return; + } + if (!nextSessionId || nextSessionId !== previousSessionId) { + this.currentDatabasePath = null; + } + } + async reloadMcpServers() { + } + async warmModelMetadata(model) { + const selectedRawModelId = decodeOpencodeModelId(model); + if (!selectedRawModelId) { + return false; + } + if (!await this.ensureReady({ allowSessionCreation: true })) { + return false; + } + if (!this.connection || !this.sessionId) { + return false; + } + const discoveredModels = getOpencodeProviderSettings(this.plugin.settings).discoveredModels; + const selectedBaseRawModelId = resolveOpencodeBaseModelRawId(selectedRawModelId, discoveredModels); + if (!selectedBaseRawModelId) { + return false; + } + const availableModelIds = new Set(discoveredModels.map((entry) => entry.rawId)); + if (availableModelIds.size > 0 && !availableModelIds.has(selectedBaseRawModelId)) { + return false; + } + const response = await this.connection.setConfigOption({ + configId: "model", + sessionId: this.sessionId, + type: "select", + value: selectedBaseRawModelId + }); + this.currentSessionModelId = selectedBaseRawModelId; + await this.syncSessionModelState({ + configOptions: response.configOptions + }); + return true; + } + async ensureReady(options) { + var _a5, _b3; + const settings11 = getOpencodeProviderSettings(this.plugin.settings); + if (!settings11.enabled) { + this.setReady(false); + return false; + } + const cwd = (_a5 = getVaultPath(this.plugin.app)) != null ? _a5 : process.cwd(); + const targetSessionId = this.sessionId; + const resolvedCliPath = (_b3 = this.plugin.getResolvedProviderCliPath("opencode")) != null ? _b3 : "opencode"; + const runtimeEnv = this.buildRuntimeEnv( + resolvedCliPath, + this.currentDatabasePath + ); + const promptSettings = this.getSystemPromptSettings(cwd); + const artifacts = await prepareOpencodeLaunchArtifacts({ + runtimeEnv, + settings: promptSettings, + workspaceRoot: cwd + }); + this.currentDatabasePath = artifacts.databasePath; + const nextLaunchKey = JSON.stringify({ + command: resolvedCliPath, + configPath: artifacts.configPath, + envText: getRuntimeEnvironmentText(this.plugin.settings, "opencode"), + promptKey: computeSystemPromptKey(promptSettings), + artifactKey: artifacts.launchKey + }); + const shouldRestart = !this.process || !this.transport || !this.connection || !this.process.isAlive() || this.transport.isClosed || (options == null ? void 0 : options.force) === true || this.currentLaunchKey !== nextLaunchKey; + if (shouldRestart) { + await this.shutdownProcess(); + await this.startProcess({ + command: resolvedCliPath, + configPath: artifacts.configPath, + cwd, + runtimeEnv + }); + this.currentLaunchKey = nextLaunchKey; + this.loadedSessionId = null; + } + if (targetSessionId) { + if (this.loadedSessionId !== targetSessionId) { + const loaded = await this.loadSession(targetSessionId, cwd); + if (!loaded) { + this.sessionInvalidated = true; + this.clearActiveSession(); + } + } + return true; + } + if (!this.sessionId && !this.sessionInvalidated) { + if ((options == null ? void 0 : options.allowSessionCreation) === false) { + return true; + } + return Boolean(await this.createSession(cwd)); + } + return true; + } + async *query(turn, conversationHistory, queryOptions) { + var _a5, _b3; + const previousMessages = conversationHistory != null ? conversationHistory : []; + const expectedSessionId = this.sessionId; + let shouldBootstrapHistory = previousMessages.length > 0 && (!expectedSessionId || this.sessionInvalidated); + if (!await this.ensureReady()) { + yield { type: "error", content: "Failed to start OpenCode. Check the CLI path and login state." }; + yield { type: "done" }; + return; + } + if (!this.connection) { + yield { type: "error", content: "OpenCode runtime is not ready." }; + yield { type: "done" }; + return; + } + const cwd = (_a5 = getVaultPath(this.plugin.app)) != null ? _a5 : process.cwd(); + if (expectedSessionId && !this.sessionId) { + shouldBootstrapHistory = previousMessages.length > 0; + } + if (!this.sessionId) { + const sessionId2 = await this.createSession(cwd); + if (!sessionId2) { + yield { type: "error", content: "Failed to create an OpenCode session." }; + yield { type: "done" }; + return; + } + } + const sessionId = this.sessionId; + (_b3 = this.activeTurn) == null ? void 0 : _b3.queue.close(); + this.activeTurn = { + queue: new StreamChunkQueue(), + sessionId + }; + this.currentTurnMetadata = {}; + this.contextUsage = null; + this.promptUsage = null; + this.sessionUpdateNormalizer.reset(); + this.toolStreamAdapter.reset(); + const activeTurn = this.activeTurn; + try { + await this.applySelectedMode(sessionId); + await this.applySelectedModel(sessionId, queryOptions); + await this.applySelectedEffort(sessionId); + } catch (error48) { + yield { + type: "error", + content: this.formatRuntimeError(error48) + }; + yield { type: "done" }; + activeTurn.queue.close(); + this.activeTurn = null; + return; + } + const promptPromise = this.connection.prompt({ + prompt: buildOpencodePromptBlocks( + turn.request, + shouldBootstrapHistory ? previousMessages : [] + ), + sessionId + }).then((response) => { + var _a6; + if (response.userMessageId) { + this.currentTurnMetadata.userMessageId = response.userMessageId; + } + this.promptUsage = (_a6 = response.usage) != null ? _a6 : null; + const usage = buildAcpUsageInfo({ + contextWindow: this.contextUsage, + model: this.getActiveDisplayModel(queryOptions), + promptUsage: this.promptUsage + }); + if (usage) { + activeTurn.queue.push({ sessionId, type: "usage", usage }); + } + activeTurn.queue.push({ type: "done" }); + activeTurn.queue.close(); + }).catch((error48) => { + activeTurn.queue.push({ + type: "error", + content: this.formatRuntimeError(error48) + }); + activeTurn.queue.push({ type: "done" }); + activeTurn.queue.close(); + }).finally(() => { + if (this.activeTurn === activeTurn) { + this.activeTurn = null; + } + }); + try { + while (true) { + const chunk = await activeTurn.queue.next(); + if (!chunk) { + break; + } + yield chunk; + } + await promptPromise; + } finally { + if (this.activeTurn === activeTurn) { + this.activeTurn = null; + } + } + } + cancel() { + if (this.connection && this.sessionId) { + this.connection.cancel({ sessionId: this.sessionId }); + } + } + resetSession() { + this.clearActiveSession(); + this.sessionInvalidated = false; + } + getSessionId() { + return this.sessionId; + } + consumeSessionInvalidation() { + const invalidated = this.sessionInvalidated; + this.sessionInvalidated = false; + return invalidated; + } + isReady() { + return this.ready; + } + async getSupportedCommands() { + if (this.supportedCommands.length > 0 && this.loadedSessionId === this.sessionId) { + return [...this.supportedCommands]; + } + if (this.sessionId && this.loadedSessionId !== this.sessionId) { + const ready = await this.ensureReady({ allowSessionCreation: false }); + if (!ready) { + return []; + } + } + if (!this.sessionId) { + return []; + } + if (this.supportedCommands.length > 0) { + return [...this.supportedCommands]; + } + if (!this.sessionId || this.loadedSessionId !== this.sessionId) { + return []; + } + return this.waitForSupportedCommands(); + } + cleanup() { + var _a5; + (_a5 = this.activeTurn) == null ? void 0 : _a5.queue.close(); + void this.shutdownProcess(); + } + async rewind(_userMessageId, _assistantMessageId, _mode) { + return { canRewind: false }; + } + setApprovalCallback(callback) { + this.approvalCallback = callback; + } + setApprovalDismisser(_dismisser) { + } + setAskUserQuestionCallback(_callback) { + } + setExitPlanModeCallback(_callback) { + } + setPermissionModeSyncCallback(callback) { + this.permissionModeSyncCallback = callback; + } + setSubagentHookProvider(_getState) { + } + setAutoTurnCallback(_callback) { + } + consumeTurnMetadata() { + const metadata = this.currentTurnMetadata; + this.currentTurnMetadata = {}; + return metadata; + } + buildSessionUpdates(params) { + var _a5; + const existingState = params.conversation ? getOpencodeState(params.conversation.providerState) : null; + const providerState = { + ...this.currentDatabasePath || (existingState == null ? void 0 : existingState.databasePath) ? { databasePath: (_a5 = this.currentDatabasePath) != null ? _a5 : existingState == null ? void 0 : existingState.databasePath } : {} + }; + const updates = { + providerState: Object.keys(providerState).length > 0 ? providerState : void 0, + sessionId: this.sessionId + }; + if (params.sessionInvalidated) { + if (!this.sessionId) { + updates.providerState = void 0; + updates.sessionId = null; + } + } + return { updates }; + } + resolveSessionIdForFork(conversation) { + var _a5, _b3; + return (_b3 = (_a5 = this.sessionId) != null ? _a5 : conversation == null ? void 0 : conversation.sessionId) != null ? _b3 : null; + } + async loadSubagentToolCalls(_agentId) { + return []; + } + async loadSubagentFinalResult(_agentId) { + return null; + } + async startProcess(params) { + var _a5, _b3; + const processEnv = { + ...process.env, + ...params.runtimeEnv, + OPENCODE_CONFIG: params.configPath, + PATH: getEnhancedPath( + params.runtimeEnv.PATH, + path19.isAbsolute(params.command) ? params.command : void 0 + ) + }; + this.process = new AcpSubprocess({ + args: ["acp", `--cwd=${params.cwd}`], + command: params.command, + cwd: params.cwd, + env: processEnv + }); + this.process.start(); + this.transport = new AcpJsonRpcTransport({ + input: this.process.stdout, + onClose: (listener) => this.process.onClose(listener), + output: this.process.stdin + }); + const transport = this.transport; + this.unregisterTransportClose = transport.onClose(() => { + if (this.transport === transport) { + this.setReady(false); + } + }); + this.connection = new AcpClientConnection({ + clientInfo: { + name: "claudian", + version: (_b3 = (_a5 = this.plugin.manifest) == null ? void 0 : _a5.version) != null ? _b3 : "0.0.0" + }, + delegate: { + fileSystem: { + readTextFile: (request) => this.readTextFile(request), + writeTextFile: (request) => this.writeTextFile(request) + }, + onSessionNotification: (notification) => this.handleSessionNotification(notification), + requestPermission: (request) => this.handlePermissionRequest(request) + }, + transport: this.transport + }); + this.transport.start(); + await this.connection.initialize(); + this.setReady(true); + } + async shutdownProcess() { + var _a5, _b3, _c2, _d; + this.setReady(false); + (_a5 = this.activeTurn) == null ? void 0 : _a5.queue.close(); + this.activeTurn = null; + this.currentSessionModelId = null; + this.currentSessionModeId = null; + this.setSupportedCommands([]); + (_b3 = this.unregisterTransportClose) == null ? void 0 : _b3.call(this); + this.unregisterTransportClose = null; + (_c2 = this.connection) == null ? void 0 : _c2.dispose(); + this.connection = null; + (_d = this.transport) == null ? void 0 : _d.dispose(); + this.transport = null; + if (this.process) { + await this.process.shutdown().catch(() => { + }); + this.process = null; + } + } + setReady(ready) { + if (this.ready === ready) { + return; + } + this.ready = ready; + for (const listener of this.readyListeners) { + listener(ready); + } + } + getSystemPromptSettings(vaultPath) { + return { + customPrompt: this.plugin.settings.systemPrompt, + mediaFolder: this.plugin.settings.mediaFolder, + userName: this.plugin.settings.userName, + vaultPath + }; + } + buildRuntimeEnv(cliPath, databasePathOverride) { + return buildOpencodeRuntimeEnv( + this.plugin.settings, + cliPath, + databasePathOverride + ); + } + getProviderSettings() { + return ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + this.providerId + ); + } + resolveSelectedRawModelId(queryOptions) { + const providerSettings = this.getProviderSettings(); + const selectedModel = typeof (queryOptions == null ? void 0 : queryOptions.model) === "string" ? queryOptions.model : typeof providerSettings.model === "string" ? providerSettings.model : ""; + if (!isOpencodeModelSelectionId(selectedModel)) { + return null; + } + const selectedBaseRawModelId = decodeOpencodeModelId(selectedModel); + if (!selectedBaseRawModelId) { + return null; + } + const discoveredModels = getOpencodeProviderSettings(providerSettings).discoveredModels; + const normalizedBaseRawModelId = resolveOpencodeBaseModelRawId(selectedBaseRawModelId, discoveredModels); + if (!normalizedBaseRawModelId) { + return null; + } + const availableModelIds = new Set(discoveredModels.map((model) => model.rawId)); + if (availableModelIds.size > 0 && !availableModelIds.has(normalizedBaseRawModelId)) { + return null; + } + return normalizedBaseRawModelId; + } + getAuxiliaryModel() { + var _a5; + return (_a5 = this.getActiveDisplayModel()) != null ? _a5 : null; + } + getActiveDisplayModel(queryOptions) { + const providerSettings = this.getProviderSettings(); + const selectedModel = typeof (queryOptions == null ? void 0 : queryOptions.model) === "string" ? queryOptions.model : typeof providerSettings.model === "string" ? providerSettings.model : ""; + if (selectedModel && selectedModel !== OPENCODE_SYNTHETIC_MODEL_ID && isOpencodeModelSelectionId(selectedModel)) { + const selectedRawModelId = this.resolveSelectedRawModelId(queryOptions); + return selectedRawModelId ? encodeOpencodeModelId(selectedRawModelId) : selectedModel; + } + return this.currentSessionModelId ? encodeOpencodeModelId(this.currentSessionModelId) : selectedModel && isOpencodeModelSelectionId(selectedModel) ? selectedModel : void 0; + } + resolveSelectedModeId() { + var _a5; + const providerSettings = this.getProviderSettings(); + const opencodeSettings = getOpencodeProviderSettings(providerSettings); + const availableModes = getManagedOpencodeModes(opencodeSettings.availableModes); + const mappedModeId = resolveOpencodeModeForPermissionMode( + providerSettings.permissionMode, + opencodeSettings.availableModes + ); + if (mappedModeId) { + return mappedModeId; + } + if (opencodeSettings.selectedMode) { + if (availableModes.some((mode) => mode.id === opencodeSettings.selectedMode)) { + return opencodeSettings.selectedMode; + } + } + return ((_a5 = availableModes[0]) == null ? void 0 : _a5.id) || null; + } + async applySelectedMode(sessionId) { + if (!this.connection) { + return; + } + const selectedModeId = this.resolveSelectedModeId(); + if (!selectedModeId || selectedModeId === this.currentSessionModeId) { + return; + } + const response = await this.connection.setConfigOption({ + configId: "mode", + sessionId, + type: "select", + value: selectedModeId + }); + this.currentSessionModeId = selectedModeId; + await this.syncSessionModeState({ + configOptions: response.configOptions + }); + } + async applySelectedModel(sessionId, queryOptions) { + if (!this.connection) { + return; + } + const selectedRawModelId = this.resolveSelectedRawModelId(queryOptions); + if (!selectedRawModelId || selectedRawModelId === this.currentSessionModelId) { + return; + } + const response = await this.connection.setConfigOption({ + configId: "model", + sessionId, + type: "select", + value: selectedRawModelId + }); + this.currentSessionModelId = selectedRawModelId; + await this.syncSessionModelState({ + configOptions: response.configOptions + }); + } + resolveSelectedEffortValue() { + const providerSettings = this.getProviderSettings(); + const selectedEffort = typeof providerSettings.effortLevel === "string" ? providerSettings.effortLevel.trim() : ""; + if (!selectedEffort || selectedEffort === OPENCODE_DEFAULT_THINKING_LEVEL) { + return null; + } + return this.currentSessionEffortValues.has(selectedEffort) ? selectedEffort : null; + } + async applySelectedEffort(sessionId) { + if (!this.connection || !this.currentSessionEffortConfigId) { + return; + } + const selectedEffort = this.resolveSelectedEffortValue(); + if (!selectedEffort || selectedEffort === this.currentSessionEffortValue) { + return; + } + const response = await this.connection.setConfigOption({ + configId: this.currentSessionEffortConfigId, + sessionId, + type: "select", + value: selectedEffort + }); + this.currentSessionEffortValue = selectedEffort; + await this.syncSessionModelState({ + configOptions: response.configOptions + }); + } + async syncSessionModelState(params) { + var _a5; + const acpState = extractAcpSessionModelState(params); + const currentRawModelId = (_a5 = acpState.currentModelId) != null ? _a5 : this.currentSessionModelId; + const discoveredModels = normalizeOpencodeDiscoveredModels( + acpState.availableModels.map((model) => ({ + ...model.description ? { description: model.description } : {}, + label: model.name, + rawId: model.id + })) + ); + if (currentRawModelId) { + this.currentSessionModelId = currentRawModelId; + } + const settingsBag = this.plugin.settings; + const currentSettings = getOpencodeProviderSettings(settingsBag); + const currentBaseRawModelId = currentRawModelId ? resolveOpencodeBaseModelRawId(currentRawModelId, discoveredModels) : null; + const thoughtLevelState = extractAcpSessionThoughtLevelState(params); + const currentThinkingOptions = normalizeOpencodeModelVariants( + thoughtLevelState.availableLevels.map((level) => ({ + ...level.description ? { description: level.description } : {}, + label: level.name, + value: level.id + })) + ); + const currentThinkingLevel = thoughtLevelState.currentLevel; + this.currentSessionEffortConfigId = currentThinkingOptions.length > 0 ? thoughtLevelState.configId : null; + this.currentSessionEffortValue = currentThinkingOptions.length > 0 ? currentThinkingLevel : null; + this.currentSessionEffortValues = new Set(currentThinkingOptions.map((option) => option.value)); + const nextThinkingOptionsByModel = { ...currentSettings.thinkingOptionsByModel }; + if (currentBaseRawModelId) { + if (currentThinkingOptions.length > 0) { + nextThinkingOptionsByModel[currentBaseRawModelId] = currentThinkingOptions; + } else { + delete nextThinkingOptionsByModel[currentBaseRawModelId]; + } + } + const nextVisibleModels = currentSettings.visibleModels.length === 0 && currentBaseRawModelId ? [currentBaseRawModelId] : currentSettings.visibleModels; + const currentPreferredThinking = currentBaseRawModelId ? currentSettings.preferredThinkingByModel[currentBaseRawModelId] : ""; + const shouldSeedCurrentThinking = currentBaseRawModelId && currentThinkingLevel && (!currentPreferredThinking || currentThinkingOptions.length > 0 && !this.currentSessionEffortValues.has(currentPreferredThinking)); + const nextPreferredThinkingByModel = shouldSeedCurrentThinking && currentBaseRawModelId && currentThinkingLevel ? { + ...currentSettings.preferredThinkingByModel, + [currentBaseRawModelId]: currentThinkingLevel + } : currentSettings.preferredThinkingByModel; + const shouldSeedVisibleModels = !sameStringList(currentSettings.visibleModels, nextVisibleModels); + const shouldSeedPreferredThinking = !sameStringMap( + currentSettings.preferredThinkingByModel, + nextPreferredThinkingByModel + ); + const shouldUpdateDiscoveredModels = discoveredModels.length > 0 && !sameDiscoveredModels(currentSettings.discoveredModels, discoveredModels); + const shouldUpdateThinkingOptions = !sameThinkingOptionsByModel( + currentSettings.thinkingOptionsByModel, + nextThinkingOptionsByModel + ); + const discoveryChanged = shouldUpdateDiscoveredModels && updateOpencodeDiscoveryState(settingsBag, { discoveredModels }); + let changed = shouldSeedVisibleModels || shouldSeedPreferredThinking; + if (currentBaseRawModelId) { + const seeded = this.seedActiveModelSelection( + settingsBag, + encodeOpencodeModelId(currentBaseRawModelId), + currentThinkingLevel + ); + changed = changed || seeded; + } + if (shouldUpdateThinkingOptions || shouldSeedPreferredThinking || shouldSeedVisibleModels) { + updateOpencodeProviderSettings(settingsBag, { + ...shouldSeedPreferredThinking ? { preferredThinkingByModel: nextPreferredThinkingByModel } : {}, + ...shouldUpdateThinkingOptions ? { thinkingOptionsByModel: nextThinkingOptionsByModel } : {}, + ...shouldSeedVisibleModels ? { visibleModels: nextVisibleModels } : {} + }); + } + if (!changed && !discoveryChanged && !shouldUpdateThinkingOptions) { + return; + } + if (changed || shouldUpdateThinkingOptions) { + await this.plugin.saveSettings(); + } + this.refreshModelSelectors(); + } + seedActiveModelSelection(settingsBag, modelSelection, thinkingLevel) { + let changed = false; + const savedProviderModel = ensureProviderProjectionMap(settingsBag, "savedProviderModel"); + const savedModel = typeof savedProviderModel.opencode === "string" ? savedProviderModel.opencode : ""; + if (!savedModel || savedModel === OPENCODE_SYNTHETIC_MODEL_ID) { + savedProviderModel.opencode = modelSelection; + changed = true; + } + if (thinkingLevel) { + const savedProviderEffort = ensureProviderProjectionMap(settingsBag, "savedProviderEffort"); + const savedEffort = typeof savedProviderEffort.opencode === "string" ? savedProviderEffort.opencode.trim() : ""; + if (!savedEffort || savedEffort === OPENCODE_DEFAULT_THINKING_LEVEL) { + savedProviderEffort.opencode = thinkingLevel; + changed = true; + } + } + if (ProviderRegistry.resolveSettingsProviderId(settingsBag) !== this.providerId) { + return changed; + } + const activeModel = typeof settingsBag.model === "string" ? settingsBag.model : ""; + if (!activeModel || activeModel === OPENCODE_SYNTHETIC_MODEL_ID) { + settingsBag.model = modelSelection; + changed = true; + } + if (thinkingLevel) { + const activeEffort = typeof settingsBag.effortLevel === "string" ? settingsBag.effortLevel : ""; + if (!activeEffort || activeEffort === OPENCODE_DEFAULT_THINKING_LEVEL) { + settingsBag.effortLevel = thinkingLevel; + changed = true; + } + } + return changed; + } + async syncSessionModeState(params) { + var _a5; + const acpState = extractAcpSessionModeState(params); + const availableModes = normalizeOpencodeAvailableModes(acpState.availableModes); + const currentModeId = (_a5 = params.currentModeId) != null ? _a5 : acpState.currentModeId; + if (currentModeId) { + this.currentSessionModeId = currentModeId; + this.emitPermissionModeSync(currentModeId); + } + const settingsBag = this.plugin.settings; + const currentSettings = getOpencodeProviderSettings(settingsBag); + const shouldSeedSelectedMode = typeof currentModeId === "string" && !currentSettings.selectedMode && isManagedOpencodeModeId(currentModeId); + const discoveryChanged = availableModes.length > 0 && !sameModes(currentSettings.availableModes, availableModes) && updateOpencodeDiscoveryState(settingsBag, { availableModes }); + if (!discoveryChanged && !shouldSeedSelectedMode) { + return; + } + if (shouldSeedSelectedMode && currentModeId) { + updateOpencodeProviderSettings(settingsBag, { selectedMode: currentModeId }); + await this.plugin.saveSettings(); + } + this.refreshModelSelectors(); + } + refreshModelSelectors() { + for (const view of this.plugin.getAllViews()) { + view.refreshModelSelector(); + } + } + emitPermissionModeSync(modeId) { + const permissionMode = resolvePermissionModeForManagedOpencodeMode(modeId); + if (!permissionMode || !this.permissionModeSyncCallback) { + return; + } + try { + this.permissionModeSyncCallback(permissionMode); + } catch (e2) { + } + } + async createSession(cwd) { + var _a5, _b3, _c2, _d; + if (!this.connection) { + return null; + } + try { + this.setSupportedCommands([]); + const response = await this.connection.newSession({ + cwd, + mcpServers: [] + }); + this.loadedSessionId = response.sessionId; + this.sessionId = response.sessionId; + this.sessionCwds.set(response.sessionId, cwd); + await this.syncSessionModelState({ + configOptions: (_a5 = response.configOptions) != null ? _a5 : null, + models: (_b3 = response.models) != null ? _b3 : null + }); + await this.syncSessionModeState({ + configOptions: (_c2 = response.configOptions) != null ? _c2 : null, + modes: (_d = response.modes) != null ? _d : null + }); + return response.sessionId; + } catch (e2) { + return null; + } + } + async loadSession(sessionId, cwd) { + var _a5, _b3, _c2, _d; + if (!this.connection) { + return false; + } + try { + this.setSupportedCommands([]); + const response = await this.connection.loadSession({ + cwd, + mcpServers: [], + sessionId + }); + this.sessionInvalidated = false; + this.loadedSessionId = response.sessionId; + this.sessionId = response.sessionId; + this.sessionCwds.set(response.sessionId, cwd); + await this.syncSessionModelState({ + configOptions: (_a5 = response.configOptions) != null ? _a5 : null, + models: (_b3 = response.models) != null ? _b3 : null + }); + await this.syncSessionModeState({ + configOptions: (_c2 = response.configOptions) != null ? _c2 : null, + modes: (_d = response.modes) != null ? _d : null + }); + return true; + } catch (e2) { + return false; + } + } + async handleSessionNotification(notification) { + if (notification.sessionId !== this.sessionId) { + return; + } + const normalized = this.sessionUpdateNormalizer.normalize(notification.update); + if (normalized.type === "config_options") { + await this.syncSessionModelState({ + configOptions: normalized.configOptions + }); + await this.syncSessionModeState({ + configOptions: normalized.configOptions + }); + return; + } + if (normalized.type === "current_mode") { + await this.syncSessionModeState({ + currentModeId: normalized.currentModeId + }); + return; + } + if (normalized.type === "commands") { + this.setSupportedCommands(normalized.commands); + return; + } + if (!this.activeTurn || this.activeTurn.sessionId !== notification.sessionId) { + return; + } + switch (normalized.type) { + case "message_chunk": { + if (normalized.role === "assistant" && normalized.messageId) { + this.currentTurnMetadata.assistantMessageId = normalized.messageId; + } + if (normalized.role === "user" && normalized.messageId) { + this.currentTurnMetadata.userMessageId = normalized.messageId; + } + for (const chunk of normalized.streamChunks) { + this.activeTurn.queue.push(chunk); + } + return; + } + case "tool_call": + case "tool_call_update": { + const streamChunks = normalized.type === "tool_call" ? this.toolStreamAdapter.normalizeToolCall(normalized.toolCall, normalized.streamChunks) : this.toolStreamAdapter.normalizeToolCallUpdate(normalized.toolCallUpdate, normalized.streamChunks); + for (const chunk of streamChunks) { + this.activeTurn.queue.push(chunk); + } + return; + } + case "usage": { + this.contextUsage = normalized.usage; + const usage = buildAcpUsageInfo({ + contextWindow: normalized.usage, + model: this.getActiveDisplayModel(), + promptUsage: this.promptUsage + }); + if (usage) { + this.activeTurn.queue.push({ + sessionId: notification.sessionId, + type: "usage", + usage + }); + } + return; + } + default: + return; + } + } + async handlePermissionRequest(request) { + if (!this.approvalCallback) { + return { outcome: { outcome: "cancelled" } }; + } + const input = normalizeApprovalInput(request.toolCall.rawInput); + const presentation = buildOpencodePermissionPresentation(request.toolCall.title, input, request.toolCall.locations); + const decision = await this.approvalCallback( + presentation.toolName, + input, + presentation.description, + { + ...presentation.blockedPath ? { blockedPath: presentation.blockedPath } : {}, + ...presentation.decisionReason ? { decisionReason: presentation.decisionReason } : {}, + decisionOptions: buildAcpApprovalDecisionOptions(request.options) + } + ); + return mapApprovalDecision(decision, request.options); + } + setSupportedCommands(commands) { + this.supportedCommands = commands.map((command) => ({ ...command })); + const waiters = this.supportedCommandWaiters.splice(0); + for (const waiter of waiters) { + waiter(this.supportedCommands); + } + } + waitForSupportedCommands(timeoutMs = 250) { + if (this.supportedCommands.length > 0) { + return Promise.resolve([...this.supportedCommands]); + } + return new Promise((resolve8) => { + const waiter = (commands) => { + window.clearTimeout(timeoutId); + resolve8([...commands]); + }; + const timeoutId = window.setTimeout(() => { + const index = this.supportedCommandWaiters.indexOf(waiter); + if (index >= 0) { + this.supportedCommandWaiters.splice(index, 1); + } + resolve8([...this.supportedCommands]); + }, timeoutMs); + this.supportedCommandWaiters.push(waiter); + }); + } + async readTextFile(request) { + var _a5; + const resolvedPath = this.resolveSessionPath(request.sessionId, request.path); + const content = await fs19.readFile(resolvedPath, "utf-8"); + if (request.line === void 0 && request.limit === void 0) { + return { content }; + } + const lines = content.split(/\r?\n/); + const startIndex = Math.max(0, ((_a5 = request.line) != null ? _a5 : 1) - 1); + const endIndex = request.limit ? startIndex + Math.max(0, request.limit) : lines.length; + return { + content: lines.slice(startIndex, endIndex).join("\n") + }; + } + async writeTextFile(request) { + const resolvedPath = this.resolveSessionPath(request.sessionId, request.path); + await fs19.mkdir(path19.dirname(resolvedPath), { recursive: true }); + await fs19.writeFile(resolvedPath, request.content, "utf-8"); + return {}; + } + resolveSessionPath(sessionId, rawPath) { + var _a5, _b3; + if (path19.isAbsolute(rawPath)) { + return rawPath; + } + const cwd = (_b3 = (_a5 = this.sessionCwds.get(sessionId)) != null ? _a5 : getVaultPath(this.plugin.app)) != null ? _b3 : process.cwd(); + return path19.resolve(cwd, rawPath); + } + formatRuntimeError(error48) { + var _a5; + const baseMessage = error48 instanceof Error ? error48.message : "OpenCode request failed"; + const stderr = (_a5 = this.process) == null ? void 0 : _a5.getStderrSnapshot(); + return stderr ? `${baseMessage} + +${stderr}` : baseMessage; + } + clearActiveSession() { + this.currentDatabasePath = null; + this.sessionId = null; + this.loadedSessionId = null; + this.currentSessionModelId = null; + this.currentSessionModeId = null; + this.setSupportedCommands([]); + } +}; +function normalizeApprovalInput(rawInput) { + if (rawInput && typeof rawInput === "object" && !Array.isArray(rawInput)) { + return rawInput; + } + if (rawInput === void 0) { + return {}; + } + return { value: rawInput }; +} +function buildOpencodePermissionPresentation(rawTitle, input, locations) { + const permissionId = normalizePermissionId(rawTitle); + const blockedPath = extractPermissionPath(input, locations); + switch (permissionId) { + case "bash": + return { + decisionReason: "Command execution permission required", + description: "OpenCode wants to run a shell command.", + toolName: "bash" + }; + case "codesearch": + return { + description: "OpenCode wants to search indexed code outside the active buffer.", + toolName: "codesearch" + }; + case "doom_loop": { + const repeatedTool = typeof input.tool === "string" ? input.tool.trim() : ""; + return { + decisionReason: "OpenCode detected repeated identical tool calls", + description: repeatedTool ? `Allow another repeated \`${repeatedTool}\` call.` : "Allow another repeated tool call.", + toolName: "Doom Loop Guard" + }; + } + case "edit": + return { + ...blockedPath ? { blockedPath } : {}, + decisionReason: "File write permission required", + description: blockedPath ? "OpenCode wants to modify this file." : "OpenCode wants to apply file changes.", + toolName: "edit" + }; + case "external_directory": + return { + ...blockedPath ? { blockedPath } : {}, + decisionReason: "Path is outside the session working directory", + description: blockedPath ? "OpenCode wants to access a path outside the working directory." : "OpenCode wants to access files outside the working directory.", + toolName: "External Directory" + }; + case "glob": + return { + description: "OpenCode wants to scan file paths with a glob pattern.", + toolName: "glob" + }; + case "grep": + return { + description: "OpenCode wants to search file contents with a pattern.", + toolName: "grep" + }; + case "lsp": + return { + description: "OpenCode wants to query language server data.", + toolName: "lsp" + }; + case "plan_enter": + return { + description: "OpenCode wants to switch this session into planning mode.", + toolName: "Enter Plan Mode" + }; + case "plan_exit": + return { + description: "OpenCode wants to leave planning mode and resume implementation.", + toolName: "Exit Plan Mode" + }; + case "question": + return { + description: "OpenCode wants to ask you a direct question before continuing.", + toolName: "Ask Question" + }; + case "read": + return { + ...blockedPath ? { blockedPath } : {}, + description: blockedPath ? "OpenCode wants to read this path." : "OpenCode wants to read project files.", + toolName: "read" + }; + case "skill": + return { + description: "OpenCode wants to load a skill into the current session.", + toolName: "skill" + }; + case "todowrite": + return { + description: "OpenCode wants to update the shared task list.", + toolName: "todowrite" + }; + case "webfetch": + return { + description: "OpenCode wants to fetch content from a URL.", + toolName: "webfetch" + }; + case "websearch": + return { + description: "OpenCode wants to search the web.", + toolName: "websearch" + }; + case "workflow_tool_approval": { + const summary = summarizeWorkflowTools(input); + return { + decisionReason: "Session-level workflow approval requested", + description: summary ? `Pre-approve workflow tools for this session: ${summary}.` : "Pre-approve workflow tools for this session.", + toolName: "Workflow Approval" + }; + } + default: + return { + ...blockedPath ? { blockedPath } : {}, + description: blockedPath ? `OpenCode wants permission to use ${formatPermissionLabel(permissionId)} on this path.` : `OpenCode wants permission to use ${formatPermissionLabel(permissionId)}.`, + toolName: formatPermissionLabel(permissionId) + }; + } +} +function normalizePermissionId(value) { + return (value == null ? void 0 : value.trim().toLowerCase()) || "tool"; +} +function extractPermissionPath(input, locations) { + var _a5; + const candidateKeys = ["filepath", "filePath", "path", "parentDir"]; + for (const key of candidateKeys) { + const value = input[key]; + if (typeof value === "string" && value.trim()) { + return value.trim(); + } + } + const locationPath = (_a5 = locations == null ? void 0 : locations.find((location) => location.path.trim())) == null ? void 0 : _a5.path; + return (locationPath == null ? void 0 : locationPath.trim()) || void 0; +} +function summarizeWorkflowTools(input) { + const tools = Array.isArray(input.tools) ? input.tools : []; + const names = tools.flatMap((tool) => { + if (!tool || typeof tool !== "object" || Array.isArray(tool)) { + return []; + } + const entry = tool; + const name = typeof entry.name === "string" ? entry.name.trim() : ""; + if (!name) { + return []; + } + let title = ""; + if (typeof entry.args === "string") { + try { + const parsedArgs = JSON.parse(entry.args); + title = typeof parsedArgs.title === "string" ? parsedArgs.title.trim() : typeof parsedArgs.name === "string" ? parsedArgs.name.trim() : ""; + } catch (e2) { + title = ""; + } + } + return [title ? `${name}: ${title}` : name]; + }); + if (names.length === 0) { + return ""; + } + if (names.length <= 3) { + return names.join(", "); + } + return `${names.slice(0, 3).join(", ")} +${names.length - 3} more`; +} +function formatPermissionLabel(permissionId) { + return permissionId.split(/[_\s]+/).filter(Boolean).map((segment) => segment.charAt(0).toUpperCase() + segment.slice(1)).join(" "); +} +function mapApprovalDecision(decision, options) { + if (decision === "allow") { + return selectPermissionOption(options, ["allow_once", "allow_always"]); + } + if (decision === "allow-always") { + return selectPermissionOption(options, ["allow_always", "allow_once"]); + } + if (decision === "deny") { + return selectPermissionOption(options, ["reject_once", "reject_always"]); + } + if (typeof decision === "object" && decision.type === "select-option") { + return { + outcome: { + optionId: decision.value, + outcome: "selected" + } + }; + } + return { outcome: { outcome: "cancelled" } }; +} +function buildAcpApprovalDecisionOptions(options) { + return options.map((option) => ({ + ...option.kind === "allow_once" ? { decision: "allow" } : option.kind === "allow_always" ? { decision: "allow-always" } : {}, + label: option.name, + value: option.optionId + })); +} +function selectPermissionOption(options, preferredKinds) { + for (const kind of preferredKinds) { + const option = options.find((entry) => entry.kind === kind); + if (option) { + return { + outcome: { + optionId: option.optionId, + outcome: "selected" + } + }; + } + } + return { outcome: { outcome: "cancelled" } }; +} + +// src/providers/opencode/ui/OpencodeAgentSettings.ts +var import_obsidian18 = require("obsidian"); +var OPENCODE_AGENT_INVALID_SEGMENT_PATTERN = /[<>:"\\|?*]/; +function validateOpencodeAgentName(name) { + if (!name) return "Agent name is required"; + const segments = name.split("/"); + if (segments.length === 0 || segments.some((segment) => segment.length === 0)) { + return "Agent name must use slash-separated path segments without leading or trailing slashes"; + } + for (const segment of segments) { + if (!segment.trim()) { + return "Agent name path segments cannot be empty or whitespace-only"; + } + if (segment !== segment.trim()) { + return "Agent name path segments cannot start or end with whitespace"; + } + if (segment === "." || segment === "..") { + return 'Agent name cannot include "." or ".." path segments'; + } + if (segment.includes("\0") || OPENCODE_AGENT_INVALID_SEGMENT_PATTERN.test(segment)) { + return "Agent name path segments cannot contain Windows-reserved filename characters"; + } + } + return null; +} +function findOpencodeAgentNameConflict(agents, name, currentPersistenceKey) { + var _a5; + const normalizedName = name.toLowerCase(); + return (_a5 = agents.find( + (agent) => agent.name.toLowerCase() === normalizedName && agent.persistenceKey !== currentPersistenceKey + )) != null ? _a5 : null; +} +var OpencodeAgentModal = class extends import_obsidian18.Modal { + constructor(app, existing, allAgents, onSave) { + super(app); + this.existing = existing; + this.allAgents = allAgents; + this.onSave = onSave; + } + onOpen() { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n, _o, _p, _q3; + this.setTitle(this.existing ? "Edit OpenCode Subagent" : "Add OpenCode Subagent"); + this.modalEl.addClass("claudian-sp-modal"); + const { contentEl } = this; + let nameInput; + let descriptionInput; + let modelInput; + let variantInput; + let temperatureInput; + let topPInput; + let colorInput; + let stepsInput; + let hiddenValue = (_b3 = (_a5 = this.existing) == null ? void 0 : _a5.hidden) != null ? _b3 : false; + let disableValue = (_d = (_c2 = this.existing) == null ? void 0 : _c2.disable) != null ? _d : false; + let toolsInput; + let permissionInput; + let optionsInput; + new import_obsidian18.Setting(contentEl).setName("Name").setDesc("OpenCode agent name. Use slash-separated segments for nested agents.").addText((text) => { + var _a6, _b4; + nameInput = text.inputEl; + text.setValue((_b4 = (_a6 = this.existing) == null ? void 0 : _a6.name) != null ? _b4 : "").setPlaceholder("Review"); + }); + new import_obsidian18.Setting(contentEl).setName("Description").setDesc("When OpenCode should use this subagent").addText((text) => { + var _a6, _b4; + descriptionInput = text.inputEl; + text.setValue((_b4 = (_a6 = this.existing) == null ? void 0 : _a6.description) != null ? _b4 : "").setPlaceholder("Reviews code for correctness and maintainability"); + }); + const details = contentEl.createEl("details", { cls: "claudian-sp-advanced-section" }); + details.createEl("summary", { + text: "Advanced options", + cls: "claudian-sp-advanced-summary" + }); + if (((_e2 = this.existing) == null ? void 0 : _e2.model) || ((_f2 = this.existing) == null ? void 0 : _f2.variant) || ((_g = this.existing) == null ? void 0 : _g.temperature) !== void 0 || ((_h2 = this.existing) == null ? void 0 : _h2.topP) !== void 0 || ((_i = this.existing) == null ? void 0 : _i.color) || ((_j = this.existing) == null ? void 0 : _j.steps) !== void 0 || ((_k3 = this.existing) == null ? void 0 : _k3.hidden) || ((_l2 = this.existing) == null ? void 0 : _l2.disable) || ((_m = this.existing) == null ? void 0 : _m.tools) || ((_n = this.existing) == null ? void 0 : _n.permission) !== void 0 || ((_o = this.existing) == null ? void 0 : _o.options)) { + details.open = true; + } + new import_obsidian18.Setting(details).setName("Model").setDesc("Model override in provider/model format").addText((text) => { + var _a6, _b4; + modelInput = text.inputEl; + text.setValue((_b4 = (_a6 = this.existing) == null ? void 0 : _a6.model) != null ? _b4 : "").setPlaceholder("Anthropic/Claude-sonnet-4-20250514"); + }); + new import_obsidian18.Setting(details).setName("Variant").setDesc("Model variant override").addText((text) => { + var _a6, _b4; + variantInput = text.inputEl; + text.setValue((_b4 = (_a6 = this.existing) == null ? void 0 : _a6.variant) != null ? _b4 : "").setPlaceholder("High"); + }); + new import_obsidian18.Setting(details).setName("Temperature").setDesc("Optional sampling temperature").addText((text) => { + var _a6; + temperatureInput = text.inputEl; + text.setValue(((_a6 = this.existing) == null ? void 0 : _a6.temperature) !== void 0 ? String(this.existing.temperature) : "").setPlaceholder("0.1"); + }); + new import_obsidian18.Setting(details).setName("Top p").setDesc("Optional nucleus sampling value").addText((text) => { + var _a6; + topPInput = text.inputEl; + text.setValue(((_a6 = this.existing) == null ? void 0 : _a6.topP) !== void 0 ? String(this.existing.topP) : "").setPlaceholder("0.9"); + }); + new import_obsidian18.Setting(details).setName("Color").setDesc("Hex color or theme token").addText((text) => { + var _a6, _b4; + colorInput = text.inputEl; + text.setValue((_b4 = (_a6 = this.existing) == null ? void 0 : _a6.color) != null ? _b4 : "").setPlaceholder("#Ff5733"); + }); + new import_obsidian18.Setting(details).setName("Steps").setDesc("Maximum agentic iterations before forcing text-only output").addText((text) => { + var _a6; + stepsInput = text.inputEl; + text.setValue(((_a6 = this.existing) == null ? void 0 : _a6.steps) !== void 0 ? String(this.existing.steps) : "").setPlaceholder("10"); + }); + new import_obsidian18.Setting(details).setName("Hide from @mention").setDesc("Hide this subagent from the @ autocomplete menu").addToggle((toggle) => { + toggle.setValue(hiddenValue).onChange((value) => { + hiddenValue = value; + }); + }); + new import_obsidian18.Setting(details).setName("Disable agent").setDesc("Disable the agent without deleting the file").addToggle((toggle) => { + toggle.setValue(disableValue).onChange((value) => { + disableValue = value; + }); + }); + new import_obsidian18.Setting(details).setName("Enabled tools (JSON)").setDesc('Optional deprecated tools map, e.g. {"write":false,"edit":false}').addTextArea((text) => { + var _a6; + toolsInput = text.inputEl; + text.setValue(((_a6 = this.existing) == null ? void 0 : _a6.tools) ? JSON.stringify(this.existing.tools, null, 2) : "").setPlaceholder('{\n "write": false,\n "edit": false\n}'); + }); + new import_obsidian18.Setting(details).setName("Permission (JSON)").setDesc('Optional permission config, e.g. {"edit":"deny","bash":"allow"}').addTextArea((text) => { + var _a6; + permissionInput = text.inputEl; + text.setValue(((_a6 = this.existing) == null ? void 0 : _a6.permission) !== void 0 ? JSON.stringify(this.existing.permission, null, 2) : "").setPlaceholder('{\n "edit": "deny"\n}'); + }); + new import_obsidian18.Setting(details).setName("Options (JSON)").setDesc("Optional custom agent options").addTextArea((text) => { + var _a6; + optionsInput = text.inputEl; + text.setValue(((_a6 = this.existing) == null ? void 0 : _a6.options) ? JSON.stringify(this.existing.options, null, 2) : "").setPlaceholder('{\n "focus": "security"\n}'); + }); + new import_obsidian18.Setting(contentEl).setName("Prompt").setDesc("Markdown body used as the agent prompt"); + const promptArea = contentEl.createEl("textarea", { + cls: "claudian-sp-content-area", + attr: { + rows: "10", + placeholder: "Review code changes carefully and call out correctness, regressions, and missing coverage." + } + }); + promptArea.value = (_q3 = (_p = this.existing) == null ? void 0 : _p.prompt) != null ? _q3 : ""; + const buttonContainer = contentEl.createDiv({ cls: "claudian-sp-modal-buttons" }); + const cancelBtn = buttonContainer.createEl("button", { + text: "Cancel", + cls: "claudian-cancel-btn" + }); + cancelBtn.addEventListener("click", () => this.close()); + const saveBtn = buttonContainer.createEl("button", { + text: "Save", + cls: "claudian-save-btn" + }); + saveBtn.addEventListener("click", () => { + void (async () => { + var _a6, _b4, _c3; + const name = nameInput.value.trim(); + const nameError = validateOpencodeAgentName(name); + if (nameError) { + new import_obsidian18.Notice(nameError); + return; + } + const description = descriptionInput.value.trim(); + if (!description) { + new import_obsidian18.Notice("Description is required"); + return; + } + const prompt = promptArea.value; + if (!prompt.trim()) { + new import_obsidian18.Notice("Prompt is required"); + return; + } + const duplicate = findOpencodeAgentNameConflict( + this.allAgents, + name, + (_a6 = this.existing) == null ? void 0 : _a6.persistenceKey + ); + if (duplicate) { + new import_obsidian18.Notice(`A subagent named "${name}" already exists`); + return; + } + const temperature = parseOptionalNumber(temperatureInput.value, "Temperature"); + if (temperature.error) { + new import_obsidian18.Notice(temperature.error); + return; + } + const topP = parseOptionalNumber(topPInput.value, "Top P"); + if (topP.error) { + new import_obsidian18.Notice(topP.error); + return; + } + const steps = parseOptionalPositiveInteger(stepsInput.value, "Steps"); + if (steps.error) { + new import_obsidian18.Notice(steps.error); + return; + } + const tools = parseOptionalJsonObjectOfBooleans(toolsInput.value, "Enabled Tools"); + if (tools.error) { + new import_obsidian18.Notice(tools.error); + return; + } + const permission = parseOptionalJson(permissionInput.value, "Permission"); + if (permission.error) { + new import_obsidian18.Notice(permission.error); + return; + } + const options = parseOptionalJsonObject(optionsInput.value, "Options"); + if (options.error) { + new import_obsidian18.Notice(options.error); + return; + } + const agent = { + name, + description, + prompt, + mode: "subagent", + hidden: hiddenValue || void 0, + disable: disableValue || void 0, + model: modelInput.value.trim() || void 0, + variant: variantInput.value.trim() || void 0, + temperature: temperature.value, + topP: topP.value, + color: colorInput.value.trim() || void 0, + steps: steps.value, + tools: tools.value, + permission: permission.value, + options: options.value, + persistenceKey: (_b4 = this.existing) == null ? void 0 : _b4.persistenceKey, + extraFrontmatter: (_c3 = this.existing) == null ? void 0 : _c3.extraFrontmatter + }; + try { + await this.onSave(agent); + } catch (error48) { + const message = error48 instanceof Error ? error48.message : "Unknown error"; + new import_obsidian18.Notice(`Failed to save subagent: ${message}`); + return; + } + this.close(); + })(); + }); + } + onClose() { + this.contentEl.empty(); + } +}; +var OpencodeAgentSettings = class { + constructor(containerEl, storage, app, onChanged) { + this.agents = []; + this.containerEl = containerEl; + this.storage = storage; + this.app = app; + this.onChanged = onChanged; + void this.render(); + } + async render() { + this.containerEl.empty(); + try { + this.agents = await this.storage.loadAll(); + } catch (e2) { + this.agents = []; + } + const visibleAgents = this.agents.filter((agent) => agent.mode === "subagent"); + const headerEl = this.containerEl.createDiv({ cls: "claudian-sp-header" }); + headerEl.createSpan({ text: "OpenCode Subagents", cls: "claudian-sp-label" }); + const actionsEl = headerEl.createDiv({ cls: "claudian-sp-header-actions" }); + const refreshBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Refresh" } + }); + (0, import_obsidian18.setIcon)(refreshBtn, "refresh-cw"); + refreshBtn.addEventListener("click", () => { + void this.render(); + }); + const addBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Add" } + }); + (0, import_obsidian18.setIcon)(addBtn, "plus"); + addBtn.addEventListener("click", () => this.openModal(null)); + if (visibleAgents.length === 0) { + const emptyEl = this.containerEl.createDiv({ cls: "claudian-sp-empty-state" }); + emptyEl.setText("No OpenCode subagents in vault. Click + to create one."); + return; + } + const listEl = this.containerEl.createDiv({ cls: "claudian-sp-list" }); + for (const agent of visibleAgents) { + this.renderItem(listEl, agent); + } + } + renderItem(listEl, agent) { + const itemEl = listEl.createDiv({ cls: "claudian-sp-item" }); + const infoEl = itemEl.createDiv({ cls: "claudian-sp-info" }); + const headerRow = infoEl.createDiv({ cls: "claudian-sp-item-header" }); + const nameEl = headerRow.createSpan({ cls: "claudian-sp-item-name" }); + nameEl.setText(agent.name); + headerRow.createSpan({ + text: "subagent", + cls: "claudian-slash-item-badge" + }); + if (agent.model) { + headerRow.createSpan({ text: agent.model, cls: "claudian-slash-item-badge" }); + } + if (agent.description) { + const descEl = infoEl.createDiv({ cls: "claudian-sp-item-desc" }); + descEl.setText(agent.description); + } + const actionsEl = itemEl.createDiv({ cls: "claudian-sp-item-actions" }); + const editBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn", + attr: { "aria-label": "Edit" } + }); + (0, import_obsidian18.setIcon)(editBtn, "pencil"); + editBtn.addEventListener("click", () => this.openModal(agent)); + const deleteBtn = actionsEl.createEl("button", { + cls: "claudian-settings-action-btn claudian-settings-delete-btn", + attr: { "aria-label": "Delete" } + }); + (0, import_obsidian18.setIcon)(deleteBtn, "trash-2"); + deleteBtn.addEventListener("click", () => { + void (async () => { + var _a5; + if (!this.app) return; + const confirmed = await confirmDelete( + this.app, + `Delete subagent "${agent.name}"?` + ); + if (!confirmed) return; + try { + await this.storage.delete(agent); + await this.render(); + await ((_a5 = this.onChanged) == null ? void 0 : _a5.call(this)); + new import_obsidian18.Notice(`Subagent "${agent.name}" deleted`); + } catch (e2) { + new import_obsidian18.Notice("Failed to delete subagent"); + } + })(); + }); + } + openModal(existing) { + if (!this.app) return; + const modal = new OpencodeAgentModal( + this.app, + existing, + this.agents, + async (agent) => { + var _a5; + await this.storage.save(agent, existing); + await this.render(); + await ((_a5 = this.onChanged) == null ? void 0 : _a5.call(this)); + new import_obsidian18.Notice( + existing ? `Subagent "${agent.name}" updated` : `Subagent "${agent.name}" created` + ); + } + ); + modal.open(); + } +}; +function parseOptionalNumber(value, label) { + const trimmed = value.trim(); + if (!trimmed) { + return {}; + } + const parsed = Number(trimmed); + if (!Number.isFinite(parsed)) { + return { error: `${label} must be a valid number` }; + } + return { value: parsed }; +} +function parseOptionalPositiveInteger(value, label) { + const trimmed = value.trim(); + if (!trimmed) { + return {}; + } + const parsed = Number(trimmed); + if (!Number.isInteger(parsed) || parsed <= 0) { + return { error: `${label} must be a positive integer` }; + } + return { value: parsed }; +} +function parseOptionalJson(value, label) { + const trimmed = value.trim(); + if (!trimmed) { + return {}; + } + try { + return { value: JSON.parse(trimmed) }; + } catch (e2) { + return { error: `${label} must be valid JSON` }; + } +} +function parseOptionalJsonObject(value, label) { + const parsed = parseOptionalJson(value, label); + if (parsed.error || parsed.value === void 0) { + return parsed.error ? { error: parsed.error } : {}; + } + if (!isJsonObject(parsed.value)) { + return { error: `${label} must be a JSON object` }; + } + return { value: parsed.value }; +} +function parseOptionalJsonObjectOfBooleans(value, label) { + const parsed = parseOptionalJsonObject(value, label); + if (parsed.error || parsed.value === void 0) { + return parsed.error ? { error: parsed.error } : {}; + } + if (!Object.values(parsed.value).every((entry) => typeof entry === "boolean")) { + return { error: `${label} must map tool names to boolean values` }; + } + return { value: parsed.value }; +} +function isJsonObject(value) { + return Boolean(value) && typeof value === "object" && !Array.isArray(value); +} + +// src/providers/opencode/ui/OpencodeSettingsTab.ts +var ALL_PROVIDERS_KEY = "all"; +var OPENCODE_METADATA_WARMUP_DB = ":memory:"; +var opencodeSettingsTabRenderer = { + render(container, context) { + const opencodeWorkspace = maybeGetOpencodeWorkspaceServices(); + const settingsBag = context.plugin.settings; + const opencodeSettings = getOpencodeProviderSettings(settingsBag); + const hostnameKey = getHostnameKey(); + new import_obsidian19.Setting(container).setName("Setup").setHeading(); + new import_obsidian19.Setting(container).setName("Enable OpenCode").setDesc("Launch `opencode acp` as a provider.").addToggle( + (toggle) => toggle.setValue(opencodeSettings.enabled).onChange(async (value) => { + updateOpencodeProviderSettings(settingsBag, { enabled: value }); + await context.plugin.saveSettings(); + context.refreshModelSelectors(); + }) + ); + const cliPathSetting = new import_obsidian19.Setting(container).setName("CLI path").setDesc("Optional absolute path to the OpenCode CLI for this computer. Leave empty to use `opencode` from PATH."); + const validationEl = container.createDiv({ + cls: "claudian-cli-path-validation claudian-setting-validation claudian-setting-validation-error claudian-hidden" + }); + const validatePath = (value) => { + const trimmed = value.trim(); + if (!trimmed) { + return null; + } + const expandedPath = expandHomePath(trimmed); + if (!fs20.existsSync(expandedPath)) { + return "Path does not exist"; + } + const stat = fs20.statSync(expandedPath); + if (!stat.isFile()) { + return "Path must point to a file"; + } + return null; + }; + const updateCliPathValidation = (value, inputEl) => { + const error48 = validatePath(value); + if (error48) { + validationEl.setText(error48); + validationEl.toggleClass("claudian-hidden", false); + if (inputEl) { + inputEl.toggleClass("claudian-input-error", true); + } + return false; + } + validationEl.toggleClass("claudian-hidden", true); + if (inputEl) { + inputEl.toggleClass("claudian-input-error", false); + } + return true; + }; + const cliPathsByHost = { ...opencodeSettings.cliPathsByHost }; + const currentValue = opencodeSettings.cliPathsByHost[hostnameKey] || ""; + let cliPathInputEl = null; + const persistCliPath = async (value) => { + var _a5; + const isValid2 = updateCliPathValidation(value, cliPathInputEl != null ? cliPathInputEl : void 0); + if (!isValid2) { + return false; + } + const trimmed = value.trim(); + if (trimmed) { + cliPathsByHost[hostnameKey] = trimmed; + } else { + delete cliPathsByHost[hostnameKey]; + } + updateOpencodeProviderSettings(settingsBag, { cliPathsByHost: { ...cliPathsByHost } }); + clearOpencodeDiscoveryState(settingsBag); + await context.plugin.saveSettings(); + (_a5 = opencodeWorkspace == null ? void 0 : opencodeWorkspace.cliResolver) == null ? void 0 : _a5.reset(); + await recycleOpencodeRuntime(); + return true; + }; + const recycleOpencodeRuntime = async () => { + var _a5, _b3; + for (const view of context.plugin.getAllViews()) { + const tabManager = view.getTabManager(); + if (tabManager == null ? void 0 : tabManager.broadcastToProviderTabs) { + await tabManager.broadcastToProviderTabs("opencode", (service) => Promise.resolve(service.cleanup())); + } else { + await (tabManager == null ? void 0 : tabManager.broadcastToAllTabs( + (service) => Promise.resolve(service.cleanup()) + )); + } + (_a5 = view.invalidateProviderCommandCaches) == null ? void 0 : _a5.call(view, ["opencode"]); + (_b3 = view.refreshModelSelector) == null ? void 0 : _b3.call(view); + } + }; + cliPathSetting.addText((text) => { + text.setPlaceholder(process.platform === "win32" ? "C:\\Users\\you\\AppData\\Roaming\\npm\\opencode.cmd" : "/usr/local/bin/opencode").setValue(currentValue).onChange(async (value) => { + await persistCliPath(value); + }); + text.inputEl.addClass("claudian-settings-cli-path-input"); + cliPathInputEl = text.inputEl; + updateCliPathValidation(currentValue, text.inputEl); + }); + new import_obsidian19.Setting(container).setName("Models").setHeading(); + new import_obsidian19.Setting(container).setName("Visible models").setDesc("Choose which OpenCode models appear in the chat selector. Filter by provider or type to search. The current session model stays pinned even if it is not selected here."); + const pickerEl = container.createDiv({ cls: "claudian-opencode-model-picker" }); + let searchQuery = ""; + let providerFilter = ALL_PROVIDERS_KEY; + const summaryEl = pickerEl.createDiv({ cls: "claudian-opencode-model-picker-summary" }); + const selectedEl = pickerEl.createDiv({ cls: "claudian-opencode-model-picker-selected" }); + const catalogEl = pickerEl.createEl("details", { cls: "claudian-opencode-model-picker-catalog" }); + catalogEl.open = getOpencodeProviderSettings(settingsBag).visibleModels.length === 0; + const catalogSummaryEl = catalogEl.createEl("summary", { + cls: "claudian-opencode-model-picker-catalog-summary" + }); + catalogSummaryEl.createSpan({ + cls: "claudian-opencode-model-picker-catalog-caret", + text: "\u25B8" + }); + catalogSummaryEl.createSpan({ + cls: "claudian-opencode-model-picker-catalog-title", + text: "Browse models" + }); + const catalogSummaryCountEl = catalogSummaryEl.createSpan({ + cls: "claudian-opencode-model-picker-catalog-count" + }); + const controlsEl = catalogEl.createDiv({ cls: "claudian-opencode-model-picker-controls" }); + const searchInput = controlsEl.createEl("input", { + cls: "claudian-opencode-model-picker-search", + type: "search" + }); + searchInput.placeholder = "Filter by model, provider, or ID\u2026"; + searchInput.addEventListener("input", () => { + searchQuery = searchInput.value.trim().toLowerCase(); + renderList(); + }); + const providerSelectEl = controlsEl.createEl("select", { + cls: "claudian-opencode-model-picker-provider" + }); + providerSelectEl.addEventListener("change", () => { + providerFilter = providerSelectEl.value; + renderList(); + }); + const listEl = catalogEl.createDiv({ cls: "claudian-opencode-model-picker-list" }); + let loadingModelCatalog = false; + let modelCatalogLoadFailed = false; + const getEnrichedModels = () => { + const current = getOpencodeProviderSettings(settingsBag); + return buildEnrichedModels(current.discoveredModels, current.visibleModels); + }; + const filterModels = (models) => { + return models.filter((model) => { + if (providerFilter !== ALL_PROVIDERS_KEY && model.providerKey !== providerFilter) { + return false; + } + if (!searchQuery) { + return true; + } + return model.rawId.toLowerCase().includes(searchQuery) || model.modelLabel.toLowerCase().includes(searchQuery) || model.providerLabel.toLowerCase().includes(searchQuery) || model.description.toLowerCase().includes(searchQuery); + }); + }; + const persistVisibleModels = async (visibleModels) => { + const currentVisibleModels = getOpencodeProviderSettings(settingsBag).visibleModels; + const normalized = normalizeOpencodeVisibleModels( + visibleModels, + getOpencodeProviderSettings(settingsBag).discoveredModels + ); + if (sameStringList(currentVisibleModels, normalized)) { + return; + } + updateOpencodeProviderSettings(settingsBag, { visibleModels: normalized }); + await context.plugin.saveSettings(); + renderAll(); + context.refreshModelSelectors(); + }; + const persistModelMetadata = async (rawId) => { + const runtime = new OpencodeChatRuntime(context.plugin); + try { + runtime.syncConversationState({ + providerState: { databasePath: OPENCODE_METADATA_WARMUP_DB }, + sessionId: null + }); + const loaded = await runtime.warmModelMetadata(encodeOpencodeModelId(rawId)); + if (loaded) { + context.refreshModelSelectors(); + } + } catch (e2) { + } finally { + runtime.cleanup(); + } + }; + const persistModelAliases = async (modelAliases) => { + updateOpencodeProviderSettings(settingsBag, { modelAliases }); + await context.plugin.saveSettings(); + renderSelected(); + context.refreshModelSelectors(); + }; + const renderSummary = () => { + summaryEl.empty(); + const current = getOpencodeProviderSettings(settingsBag); + const enriched = getEnrichedModels(); + const providerCount = new Set(enriched.map((model) => model.providerKey)).size; + const providerWord = providerCount === 1 ? "provider" : "providers"; + summaryEl.createSpan({ text: "Visible: " }); + summaryEl.createSpan({ + cls: "claudian-opencode-model-picker-summary-value", + text: String(current.visibleModels.length) + }); + summaryEl.createSpan({ + text: ` of ${current.discoveredModels.length} discovered \u2022 ${providerCount} ${providerWord}` + }); + let catalogSummary = "No models discovered yet"; + if (loadingModelCatalog) { + catalogSummary = "Loading models..."; + } else if (current.discoveredModels.length > 0) { + catalogSummary = `${current.discoveredModels.length} available`; + } + catalogSummaryCountEl.setText(catalogSummary); + }; + const renderSelected = () => { + var _a5; + selectedEl.empty(); + const current = getOpencodeProviderSettings(settingsBag); + if (current.visibleModels.length === 0) { + selectedEl.toggleClass("claudian-hidden", true); + return; + } + selectedEl.toggleClass("claudian-hidden", false); + const enrichedByRawId = new Map( + getEnrichedModels().map((model) => [model.rawId, model]) + ); + const headerEl = selectedEl.createDiv({ cls: "claudian-opencode-model-picker-selected-header" }); + headerEl.createEl("span", { + cls: "claudian-opencode-model-picker-selected-label", + text: `Selected (${current.visibleModels.length})` + }); + const clearAllBtn = headerEl.createEl("button", { + cls: "claudian-opencode-model-picker-selected-clear", + text: "Clear all" + }); + clearAllBtn.setAttribute("aria-label", "Clear all selected models"); + clearAllBtn.addEventListener("click", () => { + void persistVisibleModels([]); + }); + const rowsEl = selectedEl.createDiv({ cls: "claudian-opencode-model-picker-selected-rows" }); + for (const rawId of current.visibleModels) { + const enriched = enrichedByRawId.get(rawId); + const defaultLabel = enriched ? `${enriched.providerLabel}/${enriched.modelLabel}` : rawId; + const rowEl = rowsEl.createDiv({ cls: "claudian-opencode-model-picker-selected-row" }); + if (enriched && !enriched.isAvailable) { + rowEl.classList.add("claudian-opencode-model-picker-selected-row--unavailable"); + } + const infoEl = rowEl.createDiv({ cls: "claudian-opencode-model-picker-selected-info" }); + const titleEl = infoEl.createDiv({ cls: "claudian-opencode-model-picker-selected-title" }); + if (enriched) { + titleEl.createEl("span", { + cls: "claudian-opencode-model-picker-selected-badge", + text: enriched.providerLabel + }); + titleEl.createEl("span", { + cls: "claudian-opencode-model-picker-selected-name", + text: enriched.modelLabel + }); + } else { + titleEl.createEl("span", { + cls: "claudian-opencode-model-picker-selected-name", + text: rawId + }); + } + if (enriched && !enriched.isAvailable) { + infoEl.createEl("div", { + cls: "claudian-opencode-model-picker-selected-unavailable", + text: "Not currently reported by OpenCode" + }); + } + infoEl.createEl("div", { + cls: "claudian-opencode-model-picker-selected-id", + text: rawId + }); + const controlsEl2 = rowEl.createDiv({ cls: "claudian-opencode-model-picker-selected-controls" }); + const aliasInput = controlsEl2.createEl("input", { + cls: "claudian-opencode-model-picker-selected-alias", + type: "text" + }); + aliasInput.placeholder = defaultLabel; + aliasInput.value = (_a5 = current.modelAliases[rawId]) != null ? _a5 : ""; + aliasInput.setAttribute("aria-label", `Alias for ${defaultLabel}`); + aliasInput.title = "Custom label shown in the model selector. Leave empty to use the default."; + const commitAlias = () => { + var _a6; + const latest = getOpencodeProviderSettings(settingsBag); + const existing = (_a6 = latest.modelAliases[rawId]) != null ? _a6 : ""; + const next = aliasInput.value.trim(); + if (next === existing) { + aliasInput.value = existing; + return; + } + const nextAliases = { ...latest.modelAliases }; + if (next) { + nextAliases[rawId] = next; + } else { + delete nextAliases[rawId]; + } + void persistModelAliases(nextAliases); + }; + aliasInput.addEventListener("blur", commitAlias); + aliasInput.addEventListener("keydown", (event) => { + var _a6; + if (event.key === "Enter") { + event.preventDefault(); + aliasInput.blur(); + } else if (event.key === "Escape") { + event.preventDefault(); + aliasInput.value = (_a6 = getOpencodeProviderSettings(settingsBag).modelAliases[rawId]) != null ? _a6 : ""; + aliasInput.blur(); + } + }); + const removeBtn = controlsEl2.createEl("button", { + cls: "claudian-opencode-model-picker-selected-remove", + text: "\xD7" + }); + removeBtn.setAttribute("aria-label", `Remove ${defaultLabel}`); + removeBtn.addEventListener("click", () => { + void persistVisibleModels(current.visibleModels.filter((entry) => entry !== rawId)); + }); + } + }; + const renderProviderSelect = () => { + const enriched = getEnrichedModels(); + const providers = /* @__PURE__ */ new Map(); + for (const model of enriched) { + const existing = providers.get(model.providerKey); + if (existing) { + existing.count += 1; + } else { + providers.set(model.providerKey, { count: 1, label: model.providerLabel }); + } + } + providerSelectEl.empty(); + providerSelectEl.createEl("option", { + text: `All providers (${enriched.length})`, + value: ALL_PROVIDERS_KEY + }); + const sortedProviders = Array.from(providers.entries()).sort(([, left], [, right]) => left.label.localeCompare(right.label)); + for (const [key, { count, label }] of sortedProviders) { + providerSelectEl.createEl("option", { + text: `${label} (${count})`, + value: key + }); + } + if (providerFilter !== ALL_PROVIDERS_KEY && !providers.has(providerFilter)) { + providerFilter = ALL_PROVIDERS_KEY; + } + providerSelectEl.value = providerFilter; + }; + const renderList = () => { + listEl.empty(); + const current = getOpencodeProviderSettings(settingsBag); + const selectedIds = new Set(current.visibleModels); + const enriched = getEnrichedModels(); + const filtered = filterModels(enriched); + if (filtered.length === 0) { + const emptyEl = listEl.createDiv({ cls: "claudian-opencode-model-picker-empty" }); + let emptyText = "No models match your filter."; + if (loadingModelCatalog) { + emptyText = "Loading OpenCode model catalog..."; + } else if (modelCatalogLoadFailed) { + emptyText = "Could not load the OpenCode model catalog. Check the CLI path and login state, then expand this section again."; + } else if (enriched.length === 0) { + emptyText = "Start OpenCode once to load its model catalog. Claudian will then let you pick visible models."; + } + emptyEl.setText(emptyText); + return; + } + for (const model of filtered) { + const rowEl = listEl.createEl("label", { cls: "claudian-opencode-model-picker-row" }); + const isSelected = selectedIds.has(model.rawId); + if (isSelected) { + rowEl.classList.add("claudian-opencode-model-picker-row--selected"); + } + rowEl.title = model.rawId; + const checkboxEl = rowEl.createEl("input", { type: "checkbox" }); + checkboxEl.checked = isSelected; + checkboxEl.addEventListener("change", () => { + const currentVisibleModels = getOpencodeProviderSettings(settingsBag).visibleModels; + const next = checkboxEl.checked ? [...currentVisibleModels, model.rawId] : currentVisibleModels.filter((id) => id !== model.rawId); + void (async () => { + await persistVisibleModels(next); + if (checkboxEl.checked) { + await persistModelMetadata(model.rawId); + } + })(); + }); + const textEl = rowEl.createDiv({ cls: "claudian-opencode-model-picker-row-text" }); + const headerEl = textEl.createDiv({ cls: "claudian-opencode-model-picker-row-header" }); + headerEl.createEl("span", { + cls: "claudian-opencode-model-picker-row-name", + text: model.modelLabel + }); + const badgeEl = headerEl.createEl("span", { + cls: "claudian-opencode-model-picker-row-badge", + text: model.providerLabel + }); + if (!model.isAvailable) { + badgeEl.classList.add("claudian-opencode-model-picker-row-badge--unavailable"); + badgeEl.setText("Unavailable"); + badgeEl.title = "Configured model not currently reported by OpenCode"; + } + textEl.createDiv({ + cls: "claudian-opencode-model-picker-row-meta", + text: model.rawId + }); + if (model.description) { + textEl.createDiv({ + cls: "claudian-opencode-model-picker-row-desc", + text: model.description + }); + } + } + }; + const renderAll = () => { + renderSummary(); + renderSelected(); + renderProviderSelect(); + renderList(); + }; + renderAll(); + const loadModelCatalog = async () => { + if (loadingModelCatalog || getOpencodeProviderSettings(settingsBag).discoveredModels.length > 0) { + return; + } + loadingModelCatalog = true; + modelCatalogLoadFailed = false; + renderAll(); + const runtime = new OpencodeChatRuntime(context.plugin); + try { + runtime.syncConversationState({ + providerState: { databasePath: OPENCODE_METADATA_WARMUP_DB }, + sessionId: null + }); + const loaded = await runtime.ensureReady({ allowSessionCreation: true }); + modelCatalogLoadFailed = !loaded || getOpencodeProviderSettings(settingsBag).discoveredModels.length === 0; + if (!modelCatalogLoadFailed) { + context.refreshModelSelectors(); + } + } catch (e2) { + modelCatalogLoadFailed = true; + } finally { + loadingModelCatalog = false; + runtime.cleanup(); + renderAll(); + } + }; + catalogEl.addEventListener("toggle", () => { + if (catalogEl.open) { + void loadModelCatalog(); + } + }); + if (catalogEl.open) { + void loadModelCatalog(); + } + new import_obsidian19.Setting(container).setName("Commands and skills").setHeading(); + const commandsDesc = container.createDiv({ cls: "claudian-sp-settings-desc" }); + commandsDesc.createEl("p", { + cls: "setting-item-description", + text: "OpenCode can auto-detect vault-level Claude slash commands from .claude/commands/ and skills from .claude/skills/, .codex/skills/, and .agents/skills/. Manage those entries in the Claude or Codex settings tab. This setting only hides entries from the OpenCode dropdown." + }); + context.renderHiddenProviderCommandSetting(container, "opencode", { + name: "Hidden Commands and Skills", + desc: "Hide specific OpenCode commands and skills from the dropdown. Enter names without the leading slash, one per line.", + placeholder: "compact\nreview\nfix" + }); + if (opencodeWorkspace == null ? void 0 : opencodeWorkspace.agentStorage) { + new import_obsidian19.Setting(container).setName("Subagents").setHeading(); + const subagentsDesc = container.createDiv({ cls: "claudian-sp-settings-desc" }); + subagentsDesc.createEl("p", { + cls: "setting-item-description", + text: "Manage vault-level OpenCode subagents from .opencode/agent/ and legacy .opencode/agents/. New entries are saved as subagent-only files and appear in the @mention menu." + }); + const subagentsContainer = container.createDiv({ cls: "claudian-slash-commands-container" }); + new OpencodeAgentSettings( + subagentsContainer, + opencodeWorkspace.agentStorage, + context.plugin.app, + async () => { + var _a5; + await ((_a5 = opencodeWorkspace.refreshAgentMentions) == null ? void 0 : _a5.call(opencodeWorkspace)); + await recycleOpencodeRuntime(); + } + ); + } + renderEnvironmentSettingsSection({ + container, + plugin: context.plugin, + scope: "provider:opencode", + heading: "Environment", + name: "Environment Variables", + desc: "Extra environment variables passed to OpenCode. `OPENCODE_ENABLE_EXA=1` is enabled by default.", + placeholder: `${OPENCODE_DEFAULT_ENVIRONMENT_VARIABLES} +OPENCODE_DB=/path/to/opencode.db`, + renderCustomContextLimits: (target) => context.renderCustomContextLimits(target, "opencode") + }); + } +}; +function buildEnrichedModels(discoveredModels, visibleModels) { + var _a5; + const enriched = []; + const discoveredIds = /* @__PURE__ */ new Set(); + const baseModels = buildOpencodeBaseModels(discoveredModels); + for (const model of baseModels) { + const { modelLabel, providerLabel } = splitOpencodeModelLabel(model.label || model.rawId); + discoveredIds.add(model.rawId); + enriched.push({ + description: (_a5 = model.description) != null ? _a5 : "", + isAvailable: true, + modelLabel, + providerKey: providerLabel.toLowerCase(), + providerLabel, + rawId: model.rawId + }); + } + for (const rawId of visibleModels) { + if (discoveredIds.has(rawId)) { + continue; + } + const { modelLabel, providerLabel } = splitOpencodeModelLabel(rawId); + enriched.push({ + description: "", + isAvailable: false, + modelLabel, + providerKey: providerLabel.toLowerCase(), + providerLabel, + rawId + }); + } + return enriched.sort((left, right) => { + const providerCmp = left.providerLabel.localeCompare(right.providerLabel); + if (providerCmp !== 0) { + return providerCmp; + } + return left.modelLabel.localeCompare(right.modelLabel); + }); +} + +// src/providers/opencode/app/OpencodeRuntimeCommandLoader.ts +var OPENCODE_METADATA_WARMUP_DB2 = ":memory:"; +var OpencodeRuntimeCommandLoader = class { + isAvailable(settings11) { + return getOpencodeProviderSettings(settings11).enabled; + } + async loadCommands(context) { + var _a5, _b3, _c2; + const shouldWarmBlankSession = context.allowSessionCreation === true && !((_a5 = context.conversation) == null ? void 0 : _a5.sessionId); + const shouldWarmPreSessionConversation = !!context.conversation && !context.conversation.sessionId && context.conversation.messages.length > 0; + if (!context.runtime && !((_b3 = context.conversation) == null ? void 0 : _b3.sessionId) && !shouldWarmBlankSession && !shouldWarmPreSessionConversation) { + return []; + } + const canReuseRuntime = ((_c2 = context.runtime) == null ? void 0 : _c2.providerId) === "opencode" && !shouldWarmPreSessionConversation; + const runtime = canReuseRuntime ? context.runtime : new OpencodeChatRuntime(context.plugin); + try { + if (context.conversation) { + runtime.syncConversationState(context.conversation, context.externalContextPaths); + } else if (shouldWarmBlankSession) { + runtime.syncConversationState({ + providerState: { databasePath: OPENCODE_METADATA_WARMUP_DB2 }, + sessionId: null + }); + } + const ready = await runtime.ensureReady({ + allowSessionCreation: shouldWarmBlankSession || shouldWarmPreSessionConversation + }); + if (!ready) { + return []; + } + return await runtime.getSupportedCommands(); + } finally { + if (runtime !== context.runtime) { + runtime.cleanup(); + } + } + } +}; + +// src/providers/opencode/app/OpencodeWorkspaceServices.ts +var opencodeTabWarmupPolicy = { + resolveMode() { + return "commands"; + } +}; +async function createOpencodeWorkspaceServices(vaultAdapter) { + const agentStorage = new OpencodeAgentStorage(vaultAdapter); + const agentMentionProvider = new OpencodeAgentMentionProvider(agentStorage); + await agentMentionProvider.loadAgents(); + return { + agentStorage, + agentMentionProvider, + commandCatalog: new OpencodeCommandCatalog(), + cliResolver: new OpencodeCliResolver(), + runtimeCommandLoader: new OpencodeRuntimeCommandLoader(), + settingsTabRenderer: opencodeSettingsTabRenderer, + tabWarmupPolicy: opencodeTabWarmupPolicy, + refreshAgentMentions: async () => { + await agentMentionProvider.loadAgents(); + } + }; +} +var opencodeWorkspaceRegistration = { + initialize: async ({ vaultAdapter }) => createOpencodeWorkspaceServices(vaultAdapter) +}; +function maybeGetOpencodeWorkspaceServices() { + return ProviderWorkspaceRegistry.getServices("opencode"); +} + +// src/providers/opencode/runtime/OpencodeAuxQueryRunner.ts +var fs21 = __toESM(require("node:fs/promises")); +var path20 = __toESM(require("node:path")); +init_path(); + +// src/providers/opencode/ui/OpencodeChatUIConfig.ts +var OPENCODE_MODELS = [ + { value: OPENCODE_SYNTHETIC_MODEL_ID, label: "OpenCode", description: "ACP runtime" } +]; +var DEFAULT_CONTEXT_WINDOW2 = 2e5; +var OPENCODE_METADATA_WARMUP_DB3 = ":memory:"; +var OPENCODE_PERMISSION_MODE_TOGGLE = { + inactiveValue: "normal", + inactiveLabel: "Safe", + activeValue: "yolo", + activeLabel: "YOLO", + planValue: "plan", + planLabel: "Plan" +}; +var opencodeChatUIConfig = { + getModelOptions(settings11) { + var _a5, _b3; + const opencodeSettings = getOpencodeProviderSettings(settings11); + const applyAlias = (rawId, option) => { + const alias = opencodeSettings.modelAliases[rawId]; + return alias ? { ...option, label: alias } : option; + }; + const discoveredModels = new Map(buildOpencodeBaseModels(opencodeSettings.discoveredModels).map((model) => { + var _a6; + return [ + encodeOpencodeModelId(model.rawId), + applyAlias(model.rawId, { + description: (_a6 = model.description) != null ? _a6 : "ACP runtime", + label: model.label, + value: encodeOpencodeModelId(model.rawId) + }) + ]; + })); + const savedProviderModel = settings11.savedProviderModel && typeof settings11.savedProviderModel === "object" && !Array.isArray(settings11.savedProviderModel) ? settings11.savedProviderModel : null; + const seenValues = /* @__PURE__ */ new Set(); + const options = []; + for (const rawModelId of opencodeSettings.visibleModels) { + const encodedModelId = encodeOpencodeModelId(rawModelId); + pushOption( + options, + seenValues, + encodedModelId, + (_a5 = discoveredModels.get(encodedModelId)) != null ? _a5 : applyAlias(rawModelId, { + description: "Configured model", + label: rawModelId, + value: encodedModelId + }) + ); + } + const selectedModelValues = [ + typeof settings11.model === "string" ? settings11.model : "", + typeof (savedProviderModel == null ? void 0 : savedProviderModel.opencode) === "string" ? savedProviderModel.opencode : "" + ]; + for (const model of selectedModelValues) { + const rawModelId = decodeOpencodeModelId(model); + if (!model || !isOpencodeModelSelectionId(model) || model === OPENCODE_SYNTHETIC_MODEL_ID || !rawModelId) { + continue; + } + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, opencodeSettings.discoveredModels); + const baseModelId = encodeOpencodeModelId(baseRawId); + pushOption( + options, + seenValues, + baseModelId, + (_b3 = discoveredModels.get(baseModelId)) != null ? _b3 : applyAlias(baseRawId, { + description: "Selected in an existing session", + label: baseRawId, + value: baseModelId + }) + ); + } + return options.length > 0 ? options : [...OPENCODE_MODELS]; + }, + ownsModel(model) { + return isOpencodeModelSelectionId(model); + }, + isAdaptiveReasoningModel(model, settings11) { + return getOpencodeThinkingOptions(model, settings11).length > 0; + }, + getReasoningOptions(model, settings11) { + return getOpencodeThinkingOptions(model, settings11).map((variant) => ({ + description: variant.description, + label: variant.label, + value: variant.value + })); + }, + getDefaultReasoningValue(model, settings11) { + const rawModelId = decodeOpencodeModelId(model); + if (!rawModelId) { + return OPENCODE_DEFAULT_THINKING_LEVEL; + } + const opencodeSettings = getOpencodeProviderSettings(settings11); + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, opencodeSettings.discoveredModels); + return getDefaultThinkingLevelForModel(baseRawId, settings11); + }, + getContextWindowSize(model, customLimits) { + var _a5; + return (_a5 = customLimits == null ? void 0 : customLimits[model]) != null ? _a5 : DEFAULT_CONTEXT_WINDOW2; + }, + isDefaultModel(model) { + return isOpencodeModelSelectionId(model); + }, + applyModelDefaults(model, settings11) { + if (!settings11 || typeof settings11 !== "object" || Array.isArray(settings11)) { + return; + } + const settingsBag = settings11; + const rawModelId = decodeOpencodeModelId(model); + if (!rawModelId) { + settingsBag.effortLevel = OPENCODE_DEFAULT_THINKING_LEVEL; + return; + } + const opencodeSettings = getOpencodeProviderSettings(settingsBag); + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, opencodeSettings.discoveredModels); + settingsBag.model = encodeOpencodeModelId(baseRawId); + settingsBag.effortLevel = getDefaultThinkingLevelForModel(baseRawId, settingsBag); + }, + async prepareModelMetadata(model, _settings, context) { + const rawModelId = decodeOpencodeModelId(model); + if (!rawModelId) { + return; + } + const opencodeSettings = getOpencodeProviderSettings(context.plugin.settings); + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, opencodeSettings.discoveredModels); + if (baseRawId && opencodeSettings.thinkingOptionsByModel[baseRawId]) { + return; + } + const runtime = new OpencodeChatRuntime(context.plugin); + try { + runtime.syncConversationState({ + providerState: { databasePath: OPENCODE_METADATA_WARMUP_DB3 }, + sessionId: null + }); + await runtime.warmModelMetadata(model); + } catch (e2) { + } finally { + runtime.cleanup(); + } + }, + applyReasoningSelection(model, value, settings11) { + var _a5; + if (!settings11 || typeof settings11 !== "object" || Array.isArray(settings11)) { + return; + } + const settingsBag = settings11; + const rawModelId = decodeOpencodeModelId(model); + if (!rawModelId) { + return; + } + const opencodeSettings = getOpencodeProviderSettings(settingsBag); + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, opencodeSettings.discoveredModels); + const supportedValues = new Set( + ((_a5 = opencodeSettings.thinkingOptionsByModel[baseRawId]) != null ? _a5 : []).map((variant) => variant.value) + ); + const nextPreferredThinkingByModel = { + ...opencodeSettings.preferredThinkingByModel + }; + if (!value || value === OPENCODE_DEFAULT_THINKING_LEVEL || !supportedValues.has(value)) { + delete nextPreferredThinkingByModel[baseRawId]; + } else { + nextPreferredThinkingByModel[baseRawId] = value; + } + updateOpencodeProviderSettings(settingsBag, { + preferredThinkingByModel: nextPreferredThinkingByModel + }); + }, + normalizeModelVariant(model, settings11) { + const rawModelId = decodeOpencodeModelId(model); + if (!rawModelId) { + return model; + } + const opencodeSettings = getOpencodeProviderSettings(settings11); + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, opencodeSettings.discoveredModels); + return encodeOpencodeModelId(baseRawId); + }, + getCustomModelIds() { + return /* @__PURE__ */ new Set(); + }, + getModeSelector() { + return null; + }, + getPermissionModeToggle() { + return OPENCODE_PERMISSION_MODE_TOGGLE; + }, + resolvePermissionMode(settings11) { + const selectedMode = getOpencodeProviderSettings(settings11).selectedMode; + return resolvePermissionModeForManagedOpencodeMode(selectedMode); + }, + applyPermissionMode(value, settings11) { + if (!settings11 || typeof settings11 !== "object" || Array.isArray(settings11)) { + return; + } + const settingsBag = settings11; + settingsBag.permissionMode = value; + updateOpencodeProviderSettings(settingsBag, { + selectedMode: resolveOpencodeModeForPermissionMode( + value, + getOpencodeProviderSettings(settingsBag).availableModes + ) + }); + }, + getProviderIcon() { + return OPENCODE_PROVIDER_ICON; + } +}; +function getDefaultThinkingLevelForModel(baseRawId, settings11) { + var _a5, _b3, _c2, _d; + const opencodeSettings = getOpencodeProviderSettings(settings11); + const preferred = opencodeSettings.preferredThinkingByModel[baseRawId]; + const supportedValues = new Set( + ((_a5 = opencodeSettings.thinkingOptionsByModel[baseRawId]) != null ? _a5 : []).map((variant) => variant.value) + ); + if (preferred && supportedValues.has(preferred)) { + return preferred; + } + return (_d = (_c2 = (_b3 = opencodeSettings.thinkingOptionsByModel[baseRawId]) == null ? void 0 : _b3[0]) == null ? void 0 : _c2.value) != null ? _d : OPENCODE_DEFAULT_THINKING_LEVEL; +} +function getOpencodeThinkingOptions(model, settings11) { + var _a5; + const rawModelId = decodeOpencodeModelId(model); + if (!rawModelId) { + return []; + } + const opencodeSettings = getOpencodeProviderSettings(settings11); + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, opencodeSettings.discoveredModels); + return (_a5 = opencodeSettings.thinkingOptionsByModel[baseRawId]) != null ? _a5 : []; +} +function pushOption(target, seenValues, value, option) { + if (seenValues.has(value)) { + return; + } + seenValues.add(value); + target.push(option); +} + +// src/providers/opencode/runtime/OpencodeAuxQueryRunner.ts +var OPENCODE_AUX_AGENT_IDS = { + passive: "claudian-aux-passive", + readonly: "claudian-aux-readonly" +}; +var OPENCODE_AUX_READ_PERMISSION = Object.freeze({ + "*": "allow", + "*.env": "deny", + "*.env.*": "deny", + "*.env.example": "allow" +}); +var OpencodeAuxQueryRunner = class { + constructor(plugin, options) { + this.plugin = plugin; + this.options = options; + this.availableModelIds = /* @__PURE__ */ new Set(); + this.connection = null; + this.currentModelId = null; + this.currentLaunchKey = null; + this.process = null; + this.sessionCwds = /* @__PURE__ */ new Map(); + this.sessionId = null; + this.sessionUpdateNormalizer = new AcpSessionUpdateNormalizer(); + this.transport = null; + } + async query(config2, prompt) { + var _a5, _b3, _c2, _d, _e2, _f2; + const cwd = (_a5 = getVaultPath(this.plugin.app)) != null ? _a5 : process.cwd(); + await this.ensureReady(cwd, config2.systemPrompt); + if (!this.connection) { + throw new Error("OpenCode runtime is not ready."); + } + if (!this.sessionId) { + const sessionId2 = await this.createSession(cwd); + if (!sessionId2) { + throw new Error("Failed to create an OpenCode session."); + } + } + const sessionId = this.sessionId; + const selectedModel = this.resolveSelectedRawModel(config2.model); + const nextModel = this.resolveApplicableModel(selectedModel); + if (nextModel) { + const response = await this.connection.setConfigOption({ + configId: "model", + sessionId, + type: "select", + value: nextModel + }); + this.syncSessionModelState({ + configOptions: response.configOptions + }); + } + this.sessionUpdateNormalizer.reset(); + let accumulatedText = ""; + const removeListener = this.connection.onSessionNotification((notification) => { + var _a6; + if (notification.sessionId !== sessionId) { + return; + } + const normalized = this.sessionUpdateNormalizer.normalize(notification.update); + if (normalized.type !== "message_chunk" || normalized.role !== "assistant") { + return; + } + for (const chunk of normalized.streamChunks) { + if (chunk.type !== "text") { + continue; + } + accumulatedText += chunk.content; + (_a6 = config2.onTextChunk) == null ? void 0 : _a6.call(config2, accumulatedText); + } + }); + const abortHandler = () => { + if (this.connection && this.sessionId) { + this.connection.cancel({ sessionId: this.sessionId }); + } + }; + (_b3 = config2.abortController) == null ? void 0 : _b3.signal.addEventListener("abort", abortHandler, { once: true }); + try { + if ((_c2 = config2.abortController) == null ? void 0 : _c2.signal.aborted) { + throw new Error("Cancelled"); + } + await this.connection.prompt({ + prompt: [{ type: "text", text: prompt }], + sessionId + }); + if ((_d = config2.abortController) == null ? void 0 : _d.signal.aborted) { + throw new Error("Cancelled"); + } + return accumulatedText; + } catch (error48) { + const message = error48 instanceof Error ? error48.message : "OpenCode request failed"; + const stderr = (_e2 = this.process) == null ? void 0 : _e2.getStderrSnapshot(); + throw new Error( + stderr ? `${message} + +${stderr}` : message, + error48 instanceof Error ? { cause: error48 } : void 0 + ); + } finally { + (_f2 = config2.abortController) == null ? void 0 : _f2.signal.removeEventListener("abort", abortHandler); + removeListener(); + } + } + reset() { + var _a5, _b3; + this.availableModelIds.clear(); + this.sessionId = null; + this.sessionCwds.clear(); + this.currentModelId = null; + this.currentLaunchKey = null; + (_a5 = this.connection) == null ? void 0 : _a5.dispose(); + this.connection = null; + (_b3 = this.transport) == null ? void 0 : _b3.dispose(); + this.transport = null; + if (this.process) { + void this.process.shutdown().catch(() => { + }); + } + this.process = null; + this.sessionUpdateNormalizer.reset(); + } + async ensureReady(cwd, systemPrompt) { + var _a5; + const resolvedCliPath = (_a5 = this.plugin.getResolvedProviderCliPath("opencode")) != null ? _a5 : "opencode"; + const settings11 = this.plugin.settings; + const runtimeEnv = buildOpencodeRuntimeEnv(settings11, resolvedCliPath); + const auxAgentId = OPENCODE_AUX_AGENT_IDS[this.options.agentProfile]; + const artifacts = await prepareOpencodeLaunchArtifacts({ + artifactsSubdir: `opencode/auxiliary/${this.options.artifactPurpose}`, + defaultAgentId: auxAgentId, + managedAgents: [buildOpencodeAuxAgentConfig(this.options.agentProfile)], + runtimeEnv, + systemPromptKey: systemPrompt, + systemPromptText: systemPrompt, + userName: typeof settings11.userName === "string" ? settings11.userName : void 0, + workspaceRoot: cwd + }); + const nextLaunchKey = JSON.stringify({ + artifactKey: artifacts.launchKey, + command: resolvedCliPath, + configPath: artifacts.configPath, + envText: getRuntimeEnvironmentText(settings11, "opencode") + }); + const shouldRestart = !this.process || !this.transport || !this.connection || !this.process.isAlive() || this.transport.isClosed || this.currentLaunchKey !== nextLaunchKey; + if (!shouldRestart) { + return; + } + this.reset(); + await this.startProcess({ + command: resolvedCliPath, + configPath: artifacts.configPath, + configContent: artifacts.configContent, + cwd, + runtimeEnv + }); + this.currentLaunchKey = nextLaunchKey; + } + async createSession(cwd) { + var _a5, _b3; + if (!this.connection) { + return null; + } + try { + const response = await this.connection.newSession({ + cwd, + mcpServers: [] + }); + this.syncSessionModelState({ + configOptions: (_a5 = response.configOptions) != null ? _a5 : null, + models: (_b3 = response.models) != null ? _b3 : null + }); + await this.connection.setConfigOption({ + configId: "mode", + sessionId: response.sessionId, + type: "select", + value: OPENCODE_AUX_AGENT_IDS[this.options.agentProfile] + }); + this.sessionId = response.sessionId; + this.sessionCwds.set(response.sessionId, cwd); + return response.sessionId; + } catch (e2) { + return null; + } + } + async startProcess(params) { + var _a5, _b3; + const processEnv = { + ...process.env, + ...params.runtimeEnv, + OPENCODE_CONFIG: params.configPath, + OPENCODE_CONFIG_CONTENT: params.configContent, + PATH: params.runtimeEnv.PATH + }; + this.process = new AcpSubprocess({ + args: ["acp", `--cwd=${params.cwd}`], + command: params.command, + cwd: params.cwd, + env: processEnv + }); + this.process.start(); + this.transport = new AcpJsonRpcTransport({ + input: this.process.stdout, + onClose: (listener) => this.process.onClose(listener), + output: this.process.stdin + }); + this.connection = new AcpClientConnection({ + clientInfo: { + name: "claudian-aux", + version: (_b3 = (_a5 = this.plugin.manifest) == null ? void 0 : _a5.version) != null ? _b3 : "0.0.0" + }, + delegate: { + fileSystem: this.options.allowReadTextFile ? { + readTextFile: (request) => this.readTextFile(request) + } : void 0, + requestPermission: (request) => this.handlePermissionRequest(request) + }, + transport: this.transport + }); + this.transport.start(); + await this.connection.initialize(); + } + async readTextFile(request) { + var _a5; + const resolvedPath = this.resolveSessionPath(request.sessionId, request.path); + const content = await fs21.readFile(resolvedPath, "utf-8"); + if (request.line === void 0 && request.limit === void 0) { + return { content }; + } + const lines = content.split(/\r?\n/); + const startIndex = Math.max(0, ((_a5 = request.line) != null ? _a5 : 1) - 1); + const endIndex = request.limit ? startIndex + Math.max(0, request.limit) : lines.length; + return { + content: lines.slice(startIndex, endIndex).join("\n") + }; + } + async handlePermissionRequest(request) { + return selectPermissionOption2(request.options, ["reject_once", "reject_always"]); + } + resolveSelectedRawModel(explicitModel) { + var _a5, _b3; + const projectedSettings = ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + "opencode" + ); + if (explicitModel) { + const trimmed = explicitModel.trim(); + if (!trimmed) { + return void 0; + } + return opencodeChatUIConfig.ownsModel(trimmed, projectedSettings) ? (_a5 = decodeOpencodeModelId(trimmed)) != null ? _a5 : void 0 : trimmed; + } + const selectedModel = typeof projectedSettings.model === "string" ? projectedSettings.model : ""; + return opencodeChatUIConfig.ownsModel(selectedModel, projectedSettings) ? (_b3 = decodeOpencodeModelId(selectedModel)) != null ? _b3 : void 0 : void 0; + } + resolveApplicableModel(selectedModel) { + if (!selectedModel) { + return null; + } + if (selectedModel === this.currentModelId) { + return null; + } + if (this.availableModelIds.size === 0) { + return selectedModel; + } + return this.availableModelIds.has(selectedModel) ? selectedModel : null; + } + syncSessionModelState(params) { + const state = extractAcpSessionModelState(params); + this.currentModelId = state.currentModelId; + this.availableModelIds = new Set(state.availableModels.map((model) => model.id)); + } + resolveSessionPath(sessionId, rawPath) { + var _a5, _b3; + const cwd = (_b3 = (_a5 = this.sessionCwds.get(sessionId)) != null ? _a5 : getVaultPath(this.plugin.app)) != null ? _b3 : process.cwd(); + const resolvedPath = path20.isAbsolute(rawPath) ? path20.resolve(rawPath) : path20.resolve(cwd, rawPath); + const relative4 = path20.relative(cwd, resolvedPath); + if (relative4 === "" || !relative4.startsWith("..") && !path20.isAbsolute(relative4)) { + return resolvedPath; + } + throw new Error("OpenCode aux read access is limited to the current workspace."); + } +}; +function buildOpencodeAuxAgentConfig(profile) { + const id = OPENCODE_AUX_AGENT_IDS[profile]; + if (profile === "readonly") { + return { + definition: { + description: "Internal Claudian read-only agent for OpenCode auxiliary tasks.", + mode: "primary", + permission: { + "*": "deny", + codesearch: "allow", + external_directory: "deny", + glob: "allow", + grep: "allow", + lsp: "allow", + read: OPENCODE_AUX_READ_PERMISSION, + webfetch: "allow", + websearch: "allow" + } + }, + id + }; + } + return { + definition: { + description: "Internal Claudian no-tool agent for OpenCode auxiliary tasks.", + mode: "primary", + permission: { + "*": "deny", + external_directory: "deny" + } + }, + id + }; +} +function selectPermissionOption2(options, preferredKinds) { + for (const kind of preferredKinds) { + const option = options.find((entry) => entry.kind === kind); + if (option) { + return { + outcome: { + optionId: option.optionId, + outcome: "selected" + } + }; + } + } + return { outcome: { outcome: "cancelled" } }; +} + +// src/providers/opencode/auxiliary/OpencodeInlineEditService.ts +var OpencodeInlineEditService = class extends QueryBackedInlineEditService { + constructor(plugin) { + super(new OpencodeAuxQueryRunner(plugin, { + agentProfile: "readonly", + artifactPurpose: "inline", + allowReadTextFile: true + })); + } +}; + +// src/providers/opencode/auxiliary/OpencodeInstructionRefineService.ts +var OpencodeInstructionRefineService = class extends QueryBackedInstructionRefineService { + constructor(plugin) { + super(new OpencodeAuxQueryRunner(plugin, { + agentProfile: "passive", + artifactPurpose: "instructions" + })); + } +}; + +// src/providers/opencode/auxiliary/OpencodeTaskResultInterpreter.ts +var OpencodeTaskResultInterpreter = class { + hasAsyncLaunchMarker(_toolUseResult) { + return false; + } + extractAgentId(_toolUseResult) { + return null; + } + extractStructuredResult(_toolUseResult) { + return null; + } + resolveTerminalStatus(_toolUseResult, fallbackStatus) { + return fallbackStatus; + } + extractTagValue(_payload, _tagName) { + return null; + } +}; + +// src/providers/opencode/auxiliary/OpencodeTitleGenerationService.ts +var OpencodeTitleGenerationService = class extends QueryBackedTitleGenerationService { + constructor(plugin) { + super({ + createRunner: () => new OpencodeAuxQueryRunner(plugin, { + agentProfile: "passive", + artifactPurpose: "title-gen" + }), + resolveModel: () => { + var _a5; + const settings11 = plugin.settings; + const titleModel = typeof settings11.titleGenerationModel === "string" ? settings11.titleGenerationModel : ""; + if (!opencodeChatUIConfig.ownsModel(titleModel, settings11)) { + return void 0; + } + return (_a5 = decodeOpencodeModelId(titleModel)) != null ? _a5 : void 0; + } + }); + } +}; + +// src/providers/opencode/env/OpencodeSettingsReconciler.ts +init_env(); +var OPENCODE_ENV_HASH_KEYS = [ + "OPENCODE_CONFIG", + "OPENCODE_DB", + "OPENCODE_DISABLE_PROJECT_CONFIG", + "XDG_DATA_HOME" +]; +function computeOpencodeEnvHash(envText) { + const envVars = parseEnvironmentVariables(envText || ""); + return OPENCODE_ENV_HASH_KEYS.filter((key) => envVars[key]).map((key) => `${key}=${envVars[key]}`).sort().join("|"); +} +var opencodeSettingsReconciler = { + handleEnvironmentChange(settings11) { + return clearOpencodeDiscoveryState(settings11); + }, + reconcileModelWithEnvironment(settings11, conversations) { + const envText = getRuntimeEnvironmentText(settings11, "opencode"); + const currentHash = computeOpencodeEnvHash(envText); + const savedHash = getOpencodeProviderSettings(settings11).environmentHash; + if (currentHash === savedHash) { + return { changed: false, invalidatedConversations: [] }; + } + const invalidatedConversations = []; + for (const conversation of conversations) { + if (conversation.providerId !== "opencode") { + continue; + } + const state = getOpencodeState(conversation.providerState); + if (!conversation.sessionId && !state.databasePath) { + continue; + } + conversation.sessionId = null; + conversation.providerState = void 0; + invalidatedConversations.push(conversation); + } + updateOpencodeProviderSettings(settings11, { environmentHash: currentHash }); + return { changed: true, invalidatedConversations }; + }, + normalizeModelVariantSettings(settings11) { + const hadLegacyDiscoveryFields = hasLegacyOpencodeDiscoveryFields(settings11); + if (hadLegacyDiscoveryFields) { + updateOpencodeProviderSettings(settings11, {}); + } + const opencodeSettings = getOpencodeProviderSettings(settings11); + let changed = hadLegacyDiscoveryFields; + const normalizeSelection = (value) => { + if (typeof value !== "string" || !isOpencodeModelSelectionId(value)) { + return { baseModelId: null, variant: null }; + } + const rawModelId = decodeOpencodeModelId(value); + if (!rawModelId) { + return { baseModelId: value, variant: null }; + } + const baseRawId = resolveOpencodeBaseModelRawId(rawModelId, opencodeSettings.discoveredModels); + return { + baseModelId: encodeOpencodeModelId(baseRawId), + variant: extractOpencodeModelVariantValue(rawModelId, opencodeSettings.discoveredModels) + }; + }; + const modelSelection = normalizeSelection(settings11.model); + if (typeof settings11.model === "string" && modelSelection.baseModelId && settings11.model !== modelSelection.baseModelId) { + settings11.model = modelSelection.baseModelId; + changed = true; + } + if (modelSelection.variant && (typeof settings11.effortLevel !== "string" || settings11.effortLevel.trim().length === 0)) { + settings11.effortLevel = modelSelection.variant; + changed = true; + } + const titleModelSelection = normalizeSelection(settings11.titleGenerationModel); + if (typeof settings11.titleGenerationModel === "string" && titleModelSelection.baseModelId && settings11.titleGenerationModel !== titleModelSelection.baseModelId) { + settings11.titleGenerationModel = titleModelSelection.baseModelId; + changed = true; + } + const savedProviderModelRaw = settings11.savedProviderModel; + if (savedProviderModelRaw && typeof savedProviderModelRaw === "object" && !Array.isArray(savedProviderModelRaw)) { + const savedProviderModel = savedProviderModelRaw; + const savedSelection = normalizeSelection(savedProviderModel.opencode); + if (typeof savedProviderModel.opencode === "string" && savedSelection.baseModelId && savedProviderModel.opencode !== savedSelection.baseModelId) { + savedProviderModel.opencode = savedSelection.baseModelId; + changed = true; + } + if (savedSelection.variant) { + const savedEffort = ensureProviderProjectionMap(settings11, "savedProviderEffort"); + if (typeof savedEffort.opencode !== "string") { + savedEffort.opencode = savedSelection.variant; + changed = true; + } + } + } + const normalizedVisibleModels = normalizeOpencodeVisibleModels( + opencodeSettings.visibleModels, + opencodeSettings.discoveredModels + ); + const normalizedPreferredThinking = normalizeOpencodePreferredThinkingByModel( + opencodeSettings.preferredThinkingByModel, + opencodeSettings.discoveredModels + ); + const shouldUpdateProviderSettings = !sameStringList(normalizedVisibleModels, opencodeSettings.visibleModels) || !sameStringMap(normalizedPreferredThinking, opencodeSettings.preferredThinkingByModel); + if (shouldUpdateProviderSettings) { + updateOpencodeProviderSettings(settings11, { + preferredThinkingByModel: normalizedPreferredThinking, + visibleModels: normalizedVisibleModels + }); + changed = true; + } + if (typeof settings11.effortLevel === "string" && !settings11.effortLevel.trim()) { + settings11.effortLevel = OPENCODE_DEFAULT_THINKING_LEVEL; + changed = true; + } + return changed; + } +}; + +// src/providers/opencode/history/OpencodeHistoryStore.ts +var import_node_child_process2 = require("node:child_process"); +var fs22 = __toESM(require("node:fs")); +var OPENCODE_MESSAGE_ROW_SQL = buildOpencodeMessageRowsSql("?"); +var OPENCODE_PART_ROW_SQL = buildOpencodePartRowsSql("?"); +var OPENCODE_HYDRATION_DIAGNOSTIC_ID_PREFIX = "opencode-hydration-error"; +async function loadOpencodeSessionMessages(sessionId, providerState) { + const databasePath = resolveExistingOpencodeDatabasePath(providerState == null ? void 0 : providerState.databasePath); + if (!databasePath || databasePath === ":memory:" || !fs22.existsSync(databasePath)) { + return []; + } + const rows = await loadOpencodeSessionRows(databasePath, sessionId); + if (!rows) { + return [createOpencodeHydrationDiagnosticMessage({ + databasePath, + reason: "Could not read OpenCode session rows from SQLite.", + sessionId + })]; + } + return mapOpencodeMessages( + hydrateStoredMessages(rows.messageRows, rows.partRows), + { databasePath, sessionId } + ); +} +function mapOpencodeMessages(messages, context = {}) { + var _a5; + const mappedMessages = []; + for (const message of messages) { + try { + const mappedMessage = mapStoredMessage(message, context); + if (mappedMessage) { + mappedMessages.push(mappedMessage); + } + } catch (error48) { + mappedMessages.push(createOpencodeHydrationDiagnosticMessage({ + ...context, + messageId: (_a5 = getString(message.info.id)) != null ? _a5 : void 0, + reason: formatUnknownError(error48) + })); + } + } + return mergeAdjacentAssistantMessages(mappedMessages); +} +function hydrateStoredMessages(messageRows, partRows) { + var _a5; + const partsByMessage = /* @__PURE__ */ new Map(); + for (const row of partRows) { + const messageId = getString(row.message_id); + const id = getString(row.id); + const data = parseJsonObject2(row.data); + if (!messageId || !id || !data) { + continue; + } + const parts = (_a5 = partsByMessage.get(messageId)) != null ? _a5 : []; + parts.push({ ...data, id }); + partsByMessage.set(messageId, parts); + } + return messageRows.flatMap((row) => { + var _a6; + const id = getString(row.id); + if (!id) { + return []; + } + const data = parseJsonObject2(row.data); + return [{ + info: data ? { ...data, id, time_created: row.time_created } : { + data_time_completed: row.data_time_completed, + data_time_created: row.data_time_created, + data_valid: row.data_valid, + id, + role: row.role, + time_created: row.time_created + }, + parts: (_a6 = partsByMessage.get(id)) != null ? _a6 : [] + }]; + }); +} +function mapStoredMessage(message, context) { + var _a5; + const role = getString(message.info.role); + const id = getString(message.info.id); + if (!id) { + return null; + } + if (isInvalidStoredMessageData(message.info)) { + return createOpencodeHydrationDiagnosticMessage({ + ...context, + messageId: id, + reason: "OpenCode message metadata is not valid JSON." + }); + } + if (role !== "user" && role !== "assistant") { + return null; + } + const createdAt = (_a5 = getMessageCreatedAt(message.info)) != null ? _a5 : Date.now(); + if (role === "user") { + const promptText = extractUserQuery(getJoinedTextParts(message.parts)); + return { + assistantMessageId: void 0, + content: promptText, + id, + role: "user", + timestamp: createdAt, + userMessageId: id + }; + } + const contentBlocks = buildAssistantContentBlocks(message.parts); + const toolCalls = buildAssistantToolCalls(message.parts); + const completedAt = getMessageCompletedAt(message.info); + const durationSeconds = completedAt && completedAt >= createdAt ? Math.max(0, (completedAt - createdAt) / 1e3) : void 0; + return { + assistantMessageId: id, + content: contentBlocks.filter((block) => block.type === "text").map((block) => block.content).join(""), + contentBlocks: contentBlocks.length > 0 ? contentBlocks : void 0, + durationSeconds, + id, + role: "assistant", + timestamp: createdAt, + toolCalls: toolCalls.length > 0 ? toolCalls : void 0 + }; +} +function mergeAdjacentAssistantMessages(messages) { + var _a5, _b3; + const merged = []; + for (const message of messages) { + const previous = merged[merged.length - 1]; + if (message.role === "assistant" && (previous == null ? void 0 : previous.role) === "assistant" && !message.isInterrupt && !previous.isInterrupt && !isOpencodeHydrationDiagnosticMessage(message) && !isOpencodeHydrationDiagnosticMessage(previous)) { + previous.content += message.content; + previous.assistantMessageId = (_a5 = message.assistantMessageId) != null ? _a5 : previous.assistantMessageId; + previous.durationFlavorWord = (_b3 = message.durationFlavorWord) != null ? _b3 : previous.durationFlavorWord; + previous.durationSeconds = mergeAssistantDurationSeconds(previous, message); + previous.toolCalls = mergeOptionalArrays(previous.toolCalls, message.toolCalls); + previous.contentBlocks = mergeOptionalArrays(previous.contentBlocks, message.contentBlocks); + continue; + } + merged.push(message); + } + return merged; +} +function mergeOptionalArrays(left, right) { + if (!(left == null ? void 0 : left.length) && !(right == null ? void 0 : right.length)) { + return void 0; + } + return [ + ...left != null ? left : [], + ...right != null ? right : [] + ]; +} +function mergeAssistantDurationSeconds(first, next) { + const firstEnd = getMessageCompletionTime(first); + const nextEnd = getMessageCompletionTime(next); + if (firstEnd === null && nextEnd === null) { + return void 0; + } + const end = Math.max(firstEnd != null ? firstEnd : first.timestamp, nextEnd != null ? nextEnd : next.timestamp); + return Math.max(0, (end - first.timestamp) / 1e3); +} +function getMessageCompletionTime(message) { + if (typeof message.durationSeconds !== "number") { + return null; + } + return message.timestamp + message.durationSeconds * 1e3; +} +function getMessageCreatedAt(info) { + var _a5, _b3; + return (_b3 = (_a5 = getNestedNumber(info, ["time", "created"])) != null ? _a5 : getNumber(info.data_time_created)) != null ? _b3 : getNumber(info.time_created); +} +function getMessageCompletedAt(info) { + var _a5; + return (_a5 = getNestedNumber(info, ["time", "completed"])) != null ? _a5 : getNumber(info.data_time_completed); +} +function isInvalidStoredMessageData(info) { + return getNumber(info.data_valid) === 0; +} +function createOpencodeHydrationDiagnosticMessage(params) { + const detailLines = [ + "Failed to hydrate OpenCode session.", + "provider: OpenCode", + ...params.sessionId ? [`sessionId: ${params.sessionId}`] : [], + ...params.databasePath ? [`databasePath: ${params.databasePath}`] : [], + ...params.messageId ? [`messageId: ${params.messageId}`] : [], + `reason: ${params.reason}` + ]; + const content = detailLines.join("\n"); + return { + assistantMessageId: void 0, + content, + contentBlocks: [{ content, type: "text" }], + id: buildOpencodeHydrationDiagnosticId(params), + role: "assistant", + timestamp: Date.now() + }; +} +function buildOpencodeHydrationDiagnosticId(params) { + var _a5, _b3; + const scope = params.messageId ? "message" : "session"; + const rawId = (_b3 = (_a5 = params.messageId) != null ? _a5 : params.sessionId) != null ? _b3 : String(Date.now()); + const safeId = rawId.replace(/[^a-zA-Z0-9._-]/g, "-").slice(0, 120) || String(Date.now()); + return `${OPENCODE_HYDRATION_DIAGNOSTIC_ID_PREFIX}-${scope}-${safeId}`; +} +function isOpencodeSessionHydrationDiagnosticMessage(message) { + return message.id.startsWith(`${OPENCODE_HYDRATION_DIAGNOSTIC_ID_PREFIX}-session-`); +} +function isOpencodeHydrationDiagnosticMessage(message) { + return message.id.startsWith(OPENCODE_HYDRATION_DIAGNOSTIC_ID_PREFIX); +} +function formatUnknownError(error48) { + return error48 instanceof Error ? error48.message : String(error48); +} +function buildAssistantContentBlocks(parts) { + var _a5; + const blocks = []; + for (const part of parts) { + switch (getString(part.type)) { + case "reasoning": { + const text = (_a5 = getString(part.text)) == null ? void 0 : _a5.trim(); + if (!text) { + break; + } + blocks.push({ + content: text, + durationSeconds: getDurationSeconds(part), + type: "thinking" + }); + break; + } + case "text": { + const text = getString(part.text); + if (!text || getBoolean(part.ignored)) { + break; + } + blocks.push({ + content: text, + type: "text" + }); + break; + } + case "tool": { + const toolId = getString(part.callID); + if (!toolId) { + break; + } + blocks.push({ + toolId, + type: "tool_use" + }); + break; + } + } + } + return blocks; +} +function buildAssistantToolCalls(parts) { + return parts.flatMap((part) => { + var _a5, _b3, _c2, _d; + if (getString(part.type) !== "tool") { + return []; + } + const id = getString(part.callID); + const rawName = getString(part.tool); + const state = getObject(part.state); + const status = mapToolStatus(getString(state == null ? void 0 : state.status)); + if (!id || !rawName || !status) { + return []; + } + const input = normalizeOpencodeToolInput(rawName, (_a5 = getObject(state == null ? void 0 : state.input)) != null ? _a5 : {}); + const name = normalizeOpencodeToolName(rawName); + const result = (_c2 = (_b3 = getString(state == null ? void 0 : state.output)) != null ? _b3 : getString(state == null ? void 0 : state.error)) != null ? _c2 : void 0; + const toolUseResult = normalizeOpencodeToolUseResult(rawName, input, { + ...result ? { output: result } : {}, + ...getObject(state == null ? void 0 : state.metadata) ? { metadata: getObject(state == null ? void 0 : state.metadata) } : {} + }); + const toolCall = { + id, + input, + name, + result, + status + }; + if (name === TOOL_ASK_USER_QUESTION) { + toolCall.resolvedAnswers = (_d = toolUseResult == null ? void 0 : toolUseResult.answers) != null ? _d : extractResolvedAnswersFromResultText(result); + } + if (status === "completed" && isWriteEditTool(name)) { + const diffData = extractDiffData(toolUseResult, toolCall); + if (diffData) { + toolCall.diffData = diffData; + } + } + return [toolCall]; + }); +} +function getJoinedTextParts(parts) { + return parts.filter((part) => getString(part.type) === "text" && !getBoolean(part.ignored)).map((part) => { + var _a5; + return (_a5 = getString(part.text)) != null ? _a5 : ""; + }).join(""); +} +function getDurationSeconds(part) { + const start = getNestedNumber(part, ["time", "start"]); + const end = getNestedNumber(part, ["time", "end"]); + if (start === null || end === null || end < start) { + return void 0; + } + return Math.max(0, (end - start) / 1e3); +} +function mapToolStatus(status) { + switch (status) { + case "pending": + case "running": + return "running"; + case "completed": + return "completed"; + case "error": + return "error"; + default: + return null; + } +} +function parseJsonObject2(value) { + if (typeof value !== "string") { + return null; + } + try { + const parsed = JSON.parse(value); + return isPlainObject7(parsed) ? parsed : null; + } catch (e2) { + return null; + } +} +function isPlainObject7(value) { + return value !== null && typeof value === "object" && !Array.isArray(value); +} +function getBoolean(value) { + return value === true; +} +function getObject(value) { + return isPlainObject7(value) ? value : null; +} +function getString(value) { + return typeof value === "string" ? value : null; +} +function getNumber(value) { + return typeof value === "number" ? value : null; +} +function getNestedNumber(value, keys) { + let current = value; + for (const key of keys) { + if (!isPlainObject7(current)) { + return null; + } + current = current[key]; + } + return getNumber(current); +} +async function loadSqliteModule() { + try { + return await import("node:sqlite"); + } catch (e2) { + return null; + } +} +async function loadOpencodeSessionRows(databasePath, sessionId) { + const viaNodeSqlite = await loadSessionRowsWithNodeSqlite(databasePath, sessionId); + if (viaNodeSqlite) { + return viaNodeSqlite; + } + return loadSessionRowsWithSqliteCli(databasePath, sessionId); +} +async function loadSessionRowsWithNodeSqlite(databasePath, sessionId) { + const sqlite = await loadSqliteModule(); + if (!sqlite) { + return null; + } + let db2 = null; + try { + db2 = new sqlite.DatabaseSync(databasePath, { readonly: true }); + const messageRows = db2.prepare(OPENCODE_MESSAGE_ROW_SQL).all(sessionId); + const partRows = db2.prepare(OPENCODE_PART_ROW_SQL).all(sessionId); + return { messageRows, partRows }; + } catch (e2) { + return null; + } finally { + db2 == null ? void 0 : db2.close(); + } +} +function loadSessionRowsWithSqliteCli(databasePath, sessionId) { + const escapedSessionId = escapeSqlLiteral(sessionId); + const messageRows = runSqlite3JsonQuery( + databasePath, + buildOpencodeMessageRowsSql(`'${escapedSessionId}'`) + ); + const partRows = runSqlite3JsonQuery( + databasePath, + buildOpencodePartRowsSql(`'${escapedSessionId}'`) + ); + if (!messageRows || !partRows) { + return null; + } + return { messageRows, partRows }; +} +function runSqlite3JsonQuery(databasePath, sql) { + const result = (0, import_node_child_process2.spawnSync)( + "sqlite3", + ["-json", databasePath, sql], + { + encoding: "utf8" + } + ); + if (result.error || result.status !== 0) { + return null; + } + try { + const parsed = JSON.parse(result.stdout || "[]"); + return Array.isArray(parsed) ? parsed.filter((row) => isPlainObject7(row)) : null; + } catch (e2) { + return null; + } +} +function escapeSqlLiteral(value) { + return value.replaceAll("'", "''"); +} +function buildOpencodeMessageRowsSql(sessionIdExpression) { + return ` +with message_json as ( + select + id, + time_created, + data, + json_valid(data) as data_valid + from message + where session_id = ${sessionIdExpression} +) +select + id, + time_created, + data_valid, + case when data_valid then json_extract(data, '$.role') end as role, + case when data_valid then json_extract(data, '$.time.created') end as data_time_created, + case when data_valid then json_extract(data, '$.time.completed') end as data_time_completed +from message_json +order by time_created asc, id asc;`.trim(); +} +function buildOpencodePartRowsSql(sessionIdExpression) { + return ` +select id, message_id, data +from part +where session_id = ${sessionIdExpression} +order by message_id asc, id asc;`.trim(); +} + +// src/providers/opencode/history/OpencodeConversationHistoryService.ts +var OpencodeConversationHistoryService = class { + constructor() { + this.hydratedKeys = /* @__PURE__ */ new Map(); + } + async hydrateConversationHistory(conversation, _vaultPath) { + var _a5; + const sessionId = conversation.sessionId; + if (!sessionId) { + this.hydratedKeys.delete(conversation.id); + return; + } + const state = getOpencodeState(conversation.providerState); + const hydrationKey = `${sessionId}::${(_a5 = state.databasePath) != null ? _a5 : ""}`; + if (conversation.messages.length > 0 && this.hydratedKeys.get(conversation.id) === hydrationKey) { + return; + } + const messages = await loadOpencodeSessionMessages(sessionId, state); + if (messages.length === 0) { + this.hydratedKeys.delete(conversation.id); + return; + } + conversation.messages = messages; + if (messages.length === 1 && isOpencodeSessionHydrationDiagnosticMessage(messages[0])) { + this.hydratedKeys.delete(conversation.id); + return; + } + this.hydratedKeys.set(conversation.id, hydrationKey); + } + async deleteConversationSession(_conversation, _vaultPath) { + } + resolveSessionIdForConversation(conversation) { + var _a5; + return (_a5 = conversation == null ? void 0 : conversation.sessionId) != null ? _a5 : null; + } + isPendingForkConversation(_conversation) { + return false; + } + buildForkProviderState(_sourceSessionId, _resumeAt, _sourceProviderState) { + return {}; + } + buildPersistedProviderState(conversation) { + const state = getOpencodeState(conversation.providerState); + const providerState = { + ...state.databasePath ? { databasePath: state.databasePath } : {} + }; + return Object.keys(providerState).length > 0 ? providerState : void 0; + } +}; + +// src/providers/opencode/registration.ts +var opencodeProviderRegistration = { + blankTabOrder: 10, + capabilities: OPENCODE_PROVIDER_CAPABILITIES, + chatUIConfig: opencodeChatUIConfig, + createInlineEditService: (plugin) => new OpencodeInlineEditService(plugin), + createInstructionRefineService: (plugin) => new OpencodeInstructionRefineService(plugin), + createRuntime: ({ plugin }) => new OpencodeChatRuntime(plugin), + createTitleGenerationService: (plugin) => new OpencodeTitleGenerationService(plugin), + displayName: "OpenCode", + environmentKeyPatterns: [/^OPENCODE_/i], + historyService: new OpencodeConversationHistoryService(), + isEnabled: (settings11) => getOpencodeProviderSettings(settings11).enabled, + settingsReconciler: opencodeSettingsReconciler, + taskResultInterpreter: new OpencodeTaskResultInterpreter() +}; + +// src/providers/pi/commands/PiCommandCatalog.ts +function slashCommandToEntry3(command) { + var _a5, _b3; + return { + agent: command.agent, + allowedTools: command.allowedTools, + argumentHint: command.argumentHint, + content: command.content, + context: command.context, + description: command.description, + disableModelInvocation: command.disableModelInvocation, + displayPrefix: "/", + hooks: command.hooks, + id: command.id, + insertPrefix: "/", + isDeletable: false, + isEditable: false, + kind: (_a5 = command.kind) != null ? _a5 : "command", + model: command.model, + name: command.name, + providerId: "pi", + scope: "runtime", + source: (_b3 = command.source) != null ? _b3 : "sdk", + userInvocable: command.userInvocable + }; +} +function dedupeRuntimeCommands2(commands) { + const deduped = []; + const seen = /* @__PURE__ */ new Set(); + for (const command of commands) { + const normalizedName = command.name.trim().replace(/^\/+/, ""); + if (!normalizedName) { + continue; + } + const key = normalizedName.toLowerCase(); + if (seen.has(key)) { + continue; + } + seen.add(key); + deduped.push({ + ...command, + name: normalizedName + }); + } + return deduped; +} +var PiCommandCatalog = class { + constructor() { + this.runtimeCommands = []; + } + setRuntimeCommands(commands) { + this.runtimeCommands = dedupeRuntimeCommands2(commands); + } + async listDropdownEntries(_context) { + return this.runtimeCommands.map(slashCommandToEntry3); + } + async listVaultEntries() { + return []; + } + async saveVaultEntry(_entry) { + throw new Error("Pi runtime commands are not editable from Claudian."); + } + async deleteVaultEntry(_entry) { + throw new Error("Pi runtime commands are not deletable from Claudian."); + } + getDropdownConfig() { + return { + builtInPrefix: "/", + commandPrefix: "/", + providerId: "pi", + skillPrefix: "/", + triggerChars: ["/"] + }; + } + async refresh() { + } +}; + +// src/providers/pi/runtime/PiCliResolver.ts +init_env(); +var PiCliResolver = class { + constructor() { + this.cachedHostname = getHostnameKey(); + this.lastCliPath = ""; + this.lastEnvText = ""; + this.lastHostnamePath = ""; + this.resolvedPath = null; + } + resolveFromSettings(settings11) { + var _a5; + const piSettings = getPiProviderSettings(settings11); + const cliPath = piSettings.cliPath.trim(); + const hostnamePath = ((_a5 = piSettings.cliPathsByHost[this.cachedHostname]) != null ? _a5 : "").trim(); + const envText = getRuntimeEnvironmentText(settings11, "pi"); + if (this.resolvedPath !== null && cliPath === this.lastCliPath && hostnamePath === this.lastHostnamePath && envText === this.lastEnvText) { + return this.resolvedPath; + } + this.lastCliPath = cliPath; + this.lastHostnamePath = hostnamePath; + this.lastEnvText = envText; + this.resolvedPath = this.resolve(piSettings.cliPathsByHost, cliPath, envText); + return this.resolvedPath; + } + resolve(hostnamePaths, legacyPath, envText = "") { + var _a5, _b3, _c2; + const hostnamePath = ((_a5 = hostnamePaths == null ? void 0 : hostnamePaths[this.cachedHostname]) != null ? _a5 : "").trim(); + const customEnv = parseEnvironmentVariables(envText || ""); + return (_c2 = (_b3 = resolveConfiguredCliPath(hostnamePath)) != null ? _b3 : resolveConfiguredCliPath(legacyPath.trim())) != null ? _c2 : findCliBinaryPath("pi", customEnv.PATH); + } + reset() { + this.lastCliPath = ""; + this.lastHostnamePath = ""; + this.lastEnvText = ""; + this.resolvedPath = null; + } +}; + +// src/providers/pi/ui/PiSettingsTab.ts +var fs23 = __toESM(require("node:fs")); +var import_obsidian20 = require("obsidian"); +init_env(); +init_path(); + +// src/providers/pi/internal/compareCollections.ts +function sameStringList2(left, right) { + return left.length === right.length && left.every((value, index) => value === right[index]); +} + +// src/providers/pi/runtime/PiModelDiscoveryService.ts +init_env(); +init_path(); + +// src/providers/pi/runtime/PiLaunchSpec.ts +var READONLY_TOOLS = "read,grep,find,ls"; +function buildPiLaunchSpec(params) { + var _a5, _b3, _c2, _d, _e2, _f2; + const args = ["--mode", "rpc"]; + const systemPrompt = (_a5 = params.systemPrompt) == null ? void 0 : _a5.trim(); + if (systemPrompt) { + args.push("--system-prompt", systemPrompt); + } + if (params.noSession) { + args.push("--no-session"); + } else if (((_b3 = params.providerState) == null ? void 0 : _b3.sessionFile) || ((_c2 = params.providerState) == null ? void 0 : _c2.sessionId)) { + args.push("--session", (_d = params.providerState.sessionFile) != null ? _d : params.providerState.sessionId); + } + if (params.noTools) { + args.push("--no-tools"); + } else if (params.settings.toolMode === "readonly") { + args.push("--tools", READONLY_TOOLS); + } + const decodedModel = typeof params.model === "string" ? decodePiModelId(params.model) : null; + if (decodedModel) { + args.push("--provider", decodedModel.provider, "--model", decodedModel.modelId); + } + const thinkingLevel = normalizePiThinkingLevel(params.thinkingLevel); + if (thinkingLevel && thinkingLevel !== "off") { + args.push("--thinking", thinkingLevel); + } + return { + args, + command: params.command, + cwd: params.cwd, + env: (_e2 = params.env) != null ? _e2 : process.env, + launchKey: JSON.stringify({ + args, + command: params.command, + cwd: params.cwd, + envText: (_f2 = params.envText) != null ? _f2 : params.settings.environmentVariables + }) + }; +} + +// src/providers/pi/runtime/PiJsonl.ts +function subscribePiJsonlLines(input, onLine, onEnd, onError) { + let buffer = ""; + const handleData = (chunk) => { + buffer += typeof chunk === "string" ? chunk : chunk.toString("utf8"); + while (true) { + const newlineIndex = buffer.indexOf("\n"); + if (newlineIndex < 0) { + break; + } + const line = stripTrailingCarriageReturn(buffer.slice(0, newlineIndex)); + buffer = buffer.slice(newlineIndex + 1); + onLine(line); + } + }; + const handleEnd = () => { + if (buffer.length > 0) { + onLine(stripTrailingCarriageReturn(buffer)); + buffer = ""; + } + onEnd == null ? void 0 : onEnd(); + }; + const handleError = (error48) => { + onError == null ? void 0 : onError(error48 instanceof Error ? error48 : new Error(String(error48))); + }; + input.on("data", handleData); + input.on("end", handleEnd); + input.on("close", handleEnd); + input.on("error", handleError); + return () => { + input.off("data", handleData); + input.off("end", handleEnd); + input.off("close", handleEnd); + input.off("error", handleError); + }; +} +function writePiJsonl(output, record2) { + output.write(`${JSON.stringify(record2)} +`); +} +function stripTrailingCarriageReturn(value) { + return value.endsWith("\r") ? value.slice(0, -1) : value; +} + +// src/providers/pi/runtime/PiRpcTransport.ts +var DEFAULT_TIMEOUT_MS3 = 3e4; +var PiRpcTransportClosedError = class extends Error { + constructor(message = "Pi RPC transport closed") { + super(message); + this.name = "PiRpcTransportClosedError"; + } +}; +var PiRpcResponseError = class extends Error { + constructor(commandType, message) { + super(message); + this.commandType = commandType; + this.name = "PiRpcResponseError"; + } +}; +var PiRpcTransport = class { + constructor(streams, defaultTimeoutMs = DEFAULT_TIMEOUT_MS3) { + this.streams = streams; + this.defaultTimeoutMs = defaultTimeoutMs; + this.closeListeners = /* @__PURE__ */ new Set(); + this.disposed = false; + this.eventHandlers = /* @__PURE__ */ new Set(); + this.nextId = 1; + this.pending = /* @__PURE__ */ new Map(); + } + get isClosed() { + return this.disposed; + } + start() { + var _a5, _b3; + if (this.unsubscribeLines || this.disposed) { + return; + } + this.unsubscribeLines = subscribePiJsonlLines( + this.streams.input, + (line) => this.handleLine(line), + () => { + if (!this.disposed) { + this.dispose(new PiRpcTransportClosedError("Pi RPC input closed")); + } + }, + (error48) => { + if (!this.disposed) { + this.dispose(error48); + } + } + ); + this.unregisterClose = (_b3 = (_a5 = this.streams).onClose) == null ? void 0 : _b3.call(_a5, (error48) => { + if (!this.disposed) { + this.dispose(error48 != null ? error48 : new PiRpcTransportClosedError()); + } + }); + } + onEvent(handler) { + this.eventHandlers.add(handler); + return () => { + this.eventHandlers.delete(handler); + }; + } + onClose(listener) { + this.closeListeners.add(listener); + return () => { + this.closeListeners.delete(listener); + }; + } + request(commandType, payload = {}, timeoutMs = this.defaultTimeoutMs) { + this.start(); + if (this.disposed) { + return Promise.reject(new PiRpcTransportClosedError()); + } + const id = `req_${this.nextId++}`; + return new Promise((resolve8, reject) => { + let timer; + const cleanup = () => { + if (timer !== void 0) { + window.clearTimeout(timer); + } + }; + if (timeoutMs > 0) { + timer = window.setTimeout(() => { + this.pending.delete(id); + cleanup(); + reject(new Error(`Request timeout: ${commandType} (${timeoutMs}ms)`)); + }, timeoutMs); + } + this.pending.set(id, { + cleanup, + reject, + resolve: (response) => resolve8(response), + type: commandType + }); + try { + this.sendRaw({ id, type: commandType, ...payload }); + } catch (error48) { + this.pending.delete(id); + cleanup(); + const transportError = error48 instanceof Error ? error48 : new Error(String(error48)); + this.dispose(transportError); + reject(transportError); + } + }); + } + send(record2) { + this.start(); + if (this.disposed) { + return; + } + this.sendRaw(record2); + } + dispose(error48 = new PiRpcTransportClosedError("Pi RPC transport disposed")) { + var _a5, _b3; + if (this.disposed) { + return; + } + this.disposed = true; + (_a5 = this.unsubscribeLines) == null ? void 0 : _a5.call(this); + this.unsubscribeLines = void 0; + (_b3 = this.unregisterClose) == null ? void 0 : _b3.call(this); + this.unregisterClose = void 0; + this.rejectAllPending(error48); + for (const listener of this.closeListeners) { + try { + listener(error48); + } catch (e2) { + } + } + this.closeListeners.clear(); + this.eventHandlers.clear(); + } + sendRaw(record2) { + writePiJsonl(this.streams.output, record2); + } + handleLine(line) { + if (!line.trim()) { + return; + } + let record2; + try { + const parsed = JSON.parse(line); + if (!isPlainObject8(parsed)) { + return; + } + record2 = parsed; + } catch (e2) { + return; + } + if (record2.type === "response" && typeof record2.id === "string") { + this.handleResponse(record2.id, record2); + return; + } + for (const handler of this.eventHandlers) { + handler(record2); + } + } + handleResponse(id, record2) { + const pending = this.pending.get(id); + if (!pending) { + return; + } + this.pending.delete(id); + pending.cleanup(); + if (record2.success === false) { + const errorText = typeof record2.error === "string" ? record2.error : `Pi RPC command failed: ${pending.type}`; + pending.reject(new PiRpcResponseError(pending.type, errorText)); + return; + } + if ("result" in record2) { + pending.resolve(record2.result); + return; + } + if ("data" in record2) { + pending.resolve(record2.data); + return; + } + pending.resolve(record2); + } + rejectAllPending(error48) { + for (const pending of this.pending.values()) { + pending.cleanup(); + pending.reject(error48); + } + this.pending.clear(); + } +}; +function isPlainObject8(value) { + return value !== null && typeof value === "object" && !Array.isArray(value); +} + +// src/providers/pi/runtime/PiSubprocess.ts +var import_node_child_process3 = require("node:child_process"); +var path21 = __toESM(require("node:path")); +init_env(); +var SIGKILL_TIMEOUT_MS3 = 3e3; +var STDERR_BUFFER_LIMIT2 = 8e3; +var PiSubprocess = class { + constructor(launchSpec) { + this.launchSpec = launchSpec; + this.closeError = null; + this.closeListeners = /* @__PURE__ */ new Set(); + this.notifiedClose = false; + this.proc = null; + this.resolvedSpawnSpec = null; + this.stderrBuffer = ""; + } + get stdin() { + return this.requireProc().stdin; + } + get stdout() { + return this.requireProc().stdout; + } + requireProc() { + if (!this.proc) { + throw new Error("Pi subprocess is not started"); + } + return this.proc; + } + start() { + if (this.proc) { + return; + } + const resolvedSpawnSpec = resolveWindowsCmdShimSpawnSpec(this.launchSpec); + this.resolvedSpawnSpec = resolvedSpawnSpec; + const proc = (0, import_node_child_process3.spawn)(resolvedSpawnSpec.command, resolvedSpawnSpec.args, { + cwd: this.launchSpec.cwd, + env: { + ...this.launchSpec.env, + PATH: getEnhancedPath( + this.launchSpec.env.PATH, + path21.isAbsolute(this.launchSpec.command) ? this.launchSpec.command : void 0 + ) + }, + stdio: "pipe", + windowsHide: true, + ...resolvedSpawnSpec.windowsVerbatimArguments ? { windowsVerbatimArguments: true } : {} + }); + proc.stderr.on("data", (chunk) => { + const text = typeof chunk === "string" ? chunk : chunk.toString("utf-8"); + this.stderrBuffer = `${this.stderrBuffer}${text}`.slice(-STDERR_BUFFER_LIMIT2); + }); + proc.on("error", (error48) => { + this.closeError = error48; + this.notifyClose(error48); + }); + proc.on("exit", (code, signal) => { + var _a5; + const exitError = (_a5 = this.closeError) != null ? _a5 : code === 0 && signal === null ? void 0 : new Error(`Pi subprocess exited (${formatExit2(code, signal)})`); + this.notifyClose(exitError); + }); + this.proc = proc; + } + isAlive() { + return this.proc !== null && this.proc.exitCode === null && !this.proc.killed; + } + getStderrSnapshot() { + return this.stderrBuffer.trim(); + } + onClose(listener) { + this.closeListeners.add(listener); + return () => { + this.closeListeners.delete(listener); + }; + } + async shutdown() { + if (!this.proc || this.proc.exitCode !== null) { + return; + } + await new Promise((resolve8) => { + const proc = this.proc; + const onClose = () => { + cleanup(); + resolve8(); + }; + const killTimer = window.setTimeout(() => { + this.killProc(proc, "SIGKILL"); + }, SIGKILL_TIMEOUT_MS3); + const cleanup = () => { + window.clearTimeout(killTimer); + proc.off("exit", onClose); + }; + proc.once("exit", onClose); + this.killProc(proc, "SIGTERM"); + }); + } + killProc(proc, signal) { + return terminateSpawnedProcess(proc, signal, import_node_child_process3.spawn, this.resolvedSpawnSpec); + } + notifyClose(error48) { + if (this.notifiedClose) { + return; + } + this.notifiedClose = true; + for (const listener of this.closeListeners) { + try { + listener(error48); + } catch (e2) { + } + } + } +}; +function formatExit2(code, signal) { + if (signal) { + return `signal ${signal}`; + } + if (code === null) { + return "unknown"; + } + return `code ${code}`; +} + +// src/providers/pi/runtime/PiModelDiscoveryService.ts +var PiModelDiscoveryService = class { + constructor(plugin) { + this.plugin = plugin; + } + async discoverModels() { + var _a5, _b3; + const settings11 = getPiProviderSettings(this.plugin.settings); + const cwd = (_a5 = getVaultPath(this.plugin.app)) != null ? _a5 : process.cwd(); + const command = (_b3 = this.plugin.getResolvedProviderCliPath("pi")) != null ? _b3 : "pi"; + const envText = getRuntimeEnvironmentText(this.plugin.settings, "pi"); + const env = { + ...process.env, + ...parseEnvironmentVariables(envText) + }; + const launchSpec = buildPiLaunchSpec({ + command, + cwd, + env, + envText, + noSession: true, + settings: settings11 + }); + const subprocess = new PiSubprocess(launchSpec); + let transport = null; + let removeEventListener = null; + try { + subprocess.start(); + transport = new PiRpcTransport({ + input: subprocess.stdout, + onClose: (listener) => subprocess.onClose(listener), + output: subprocess.stdin + }); + transport.start(); + removeEventListener = transport.onEvent((event) => { + if (event.type !== "extension_ui_request") { + return; + } + const id = typeof event.id === "string" && event.id.trim() ? event.id.trim() : ""; + if (id) { + transport == null ? void 0 : transport.send({ + cancelled: true, + id, + type: "extension_ui_response" + }); + } + }); + const response = await transport.request("get_available_models", {}, 2e4); + const models = normalizePiDiscoveredModels(extractModels(response)); + return { models }; + } catch (error48) { + const message = error48 instanceof Error ? error48.message : "Pi model discovery failed"; + const stderr = subprocess.getStderrSnapshot(); + return { + diagnostics: stderr ? `${message} + +${stderr}` : message, + models: [] + }; + } finally { + removeEventListener == null ? void 0 : removeEventListener(); + transport == null ? void 0 : transport.dispose(); + await subprocess.shutdown().catch(() => { + }); + } + } +}; +function extractModels(response) { + var _a5, _b3, _c2; + if (Array.isArray(response)) { + return response; + } + if (response && typeof response === "object" && !Array.isArray(response)) { + const record2 = response; + return (_c2 = (_b3 = (_a5 = record2.models) != null ? _a5 : record2.availableModels) != null ? _b3 : record2.available_models) != null ? _c2 : []; + } + return []; +} + +// src/providers/pi/ui/PiSettingsTab.ts +var piSettingsTabRenderer = { + render(container, context) { + const settingsBag = context.plugin.settings; + const piSettings = getPiProviderSettings(settingsBag); + const hostnameKey = getHostnameKey(); + const workspace = maybeGetPiWorkspaceServices(); + new import_obsidian20.Setting(container).setName("Setup").setHeading(); + new import_obsidian20.Setting(container).setName("Enable Pi").setDesc("Launch `pi --mode rpc` as a provider.").addToggle( + (toggle) => toggle.setValue(piSettings.enabled).onChange(async (value) => { + updatePiProviderSettings(settingsBag, { enabled: value }); + await context.plugin.saveSettings(); + context.refreshModelSelectors(); + }) + ); + const validationEl = container.createDiv({ + cls: "claudian-cli-path-validation claudian-setting-validation claudian-setting-validation-error claudian-hidden" + }); + const cliPathsByHost = { ...piSettings.cliPathsByHost }; + let cliPathInputEl = null; + const updateCliPathValidation = (value, inputEl) => { + const error48 = validateCliPath(value); + if (error48) { + validationEl.setText(error48); + validationEl.toggleClass("claudian-hidden", false); + inputEl == null ? void 0 : inputEl.toggleClass("claudian-input-error", true); + return false; + } + validationEl.toggleClass("claudian-hidden", true); + inputEl == null ? void 0 : inputEl.toggleClass("claudian-input-error", false); + return true; + }; + const persistCliPath = async (value) => { + var _a5; + if (!updateCliPathValidation(value, cliPathInputEl != null ? cliPathInputEl : void 0)) { + return; + } + const trimmed = value.trim(); + if (trimmed) { + cliPathsByHost[hostnameKey] = trimmed; + } else { + delete cliPathsByHost[hostnameKey]; + } + updatePiProviderSettings(settingsBag, { + cliPathsByHost: { ...cliPathsByHost }, + discoveredModels: [] + }); + (_a5 = workspace == null ? void 0 : workspace.cliResolver) == null ? void 0 : _a5.reset(); + await context.plugin.saveSettings(); + context.refreshModelSelectors(); + }; + new import_obsidian20.Setting(container).setName("CLI path").setDesc("Optional absolute path to the Pi CLI for this computer. Leave empty to use `pi` from PATH.").addText((text) => { + const currentValue = piSettings.cliPathsByHost[hostnameKey] || ""; + text.setPlaceholder(process.platform === "win32" ? "C:\\Users\\you\\AppData\\Roaming\\npm\\pi.cmd" : "/usr/local/bin/pi").setValue(currentValue).onChange((value) => { + void persistCliPath(value); + }); + cliPathInputEl = text.inputEl; + updateCliPathValidation(currentValue, text.inputEl); + }); + new import_obsidian20.Setting(container).setName("Models").setHeading(); + const modelContainer = container.createDiv({ cls: "claudian-pi-models" }); + const renderModels = () => { + modelContainer.empty(); + const current = getPiProviderSettings(settingsBag); + new import_obsidian20.Setting(modelContainer).setName("Discover models").setDesc(current.discoveredModels.length > 0 ? `${current.discoveredModels.length} Pi models cached.` : "Fetch models from `pi --mode rpc --no-session`.").addButton((button) => { + button.setButtonText("Discover").onClick(async () => { + button.setDisabled(true); + const result = await new PiModelDiscoveryService(context.plugin).discoverModels(); + if (result.diagnostics) { + new import_obsidian20.Notice(`Pi discovery failed: ${result.diagnostics}`); + button.setDisabled(false); + return; + } + updatePiProviderSettings(settingsBag, { + discoveredModels: result.models, + visibleModels: normalizePiVisibleModels( + current.visibleModels, + result.models + ) + }); + await context.plugin.saveSettings(); + renderModels(); + context.refreshModelSelectors(); + }); + }); + if (current.discoveredModels.length === 0) { + modelContainer.createDiv({ + cls: "setting-item-description", + text: "No Pi models discovered yet." + }); + return; + } + for (const model of current.discoveredModels) { + new import_obsidian20.Setting(modelContainer).setName(current.modelAliases[model.encodedId] || model.label).setDesc(model.encodedId).addToggle((toggle) => { + toggle.setValue(current.visibleModels.includes(model.encodedId)).onChange(async (value) => { + const visibleModels = value ? [...current.visibleModels, model.encodedId] : current.visibleModels.filter((id) => id !== model.encodedId); + const normalized = normalizePiVisibleModels(visibleModels, current.discoveredModels); + if (!sameStringList2(current.visibleModels, normalized)) { + updatePiProviderSettings(settingsBag, { visibleModels: normalized }); + await context.plugin.saveSettings(); + renderModels(); + context.refreshModelSelectors(); + } + }); + }).addText((text) => { + var _a5; + text.setPlaceholder("Alias").setValue((_a5 = current.modelAliases[model.encodedId]) != null ? _a5 : "").onChange(async (value) => { + updatePiProviderSettings(settingsBag, { + modelAliases: { + ...getPiProviderSettings(settingsBag).modelAliases, + [model.encodedId]: value + } + }); + await context.plugin.saveSettings(); + context.refreshModelSelectors(); + }); + }); + } + }; + renderModels(); + renderEnvironmentSettingsSection({ + container, + desc: "Environment variables passed only to Pi.", + heading: "Environment", + name: "Pi environment variables", + placeholder: "PI_CODING_AGENT_SESSION_DIR=/path/to/sessions", + plugin: context.plugin, + scope: "provider:pi" + }); + } +}; +function validateCliPath(value) { + const trimmed = value.trim(); + if (!trimmed) { + return null; + } + const expandedPath = expandHomePath(trimmed); + if (!fs23.existsSync(expandedPath)) { + return "Path does not exist"; + } + if (!fs23.statSync(expandedPath).isFile()) { + return "Path must point to a file"; + } + return null; +} + +// src/providers/pi/runtime/PiChatRuntime.ts +var fsp2 = __toESM(require("node:fs/promises")); +var path23 = __toESM(require("node:path")); +init_env(); +init_path(); + +// src/providers/pi/capabilities.ts +var PI_PROVIDER_CAPABILITIES = Object.freeze({ + providerId: "pi", + supportsPersistentRuntime: true, + supportsNativeHistory: true, + supportsPlanMode: false, + supportsRewind: false, + supportsFork: true, + supportsProviderCommands: true, + supportsImageAttachments: true, + supportsInstructionMode: true, + supportsMcpTools: false, + supportsTurnSteer: true, + reasoningControl: "effort" +}); + +// src/providers/pi/history/PiHistoryStore.ts +var import_node_crypto = require("node:crypto"); +var fs24 = __toESM(require("node:fs")); +var fsp = __toESM(require("node:fs/promises")); +var os12 = __toESM(require("node:os")); +var path22 = __toESM(require("node:path")); + +// src/providers/pi/normalizations/piToolNormalization.ts +var PI_BUILT_IN_TOOL_NAMES = { + bash: TOOL_BASH, + edit: TOOL_EDIT, + find: TOOL_GLOB, + grep: TOOL_GREP, + ls: TOOL_LS, + read: TOOL_READ, + write: TOOL_WRITE +}; +function extractPiToolTextContent(value) { + var _a5; + if (typeof value === "string") { + return value; + } + if (Array.isArray(value)) { + return value.map(extractPiToolTextContent).filter(Boolean).join("\n"); + } + if (!isPlainObject9(value)) { + return ""; + } + if (typeof value.text === "string") { + return value.text; + } + if (typeof value.content === "string") { + return value.content; + } + if (Array.isArray(value.content)) { + return extractPiToolTextContent(value.content); + } + if (isPlainObject9(value.partialResult)) { + return extractPiToolTextContent(value.partialResult.content); + } + if (isPlainObject9(value.result)) { + return extractPiToolTextContent((_a5 = value.result.content) != null ? _a5 : value.result); + } + return ""; +} +function normalizePiToolInput(value, toolName) { + const input = isPlainObject9(value) ? { ...value } : {}; + const normalizedToolName = toolName ? normalizePiToolName(toolName) : ""; + if ((normalizedToolName === TOOL_READ || normalizedToolName === TOOL_WRITE || normalizedToolName === TOOL_EDIT) && typeof input.path === "string" && typeof input.file_path !== "string") { + input.file_path = input.path; + } + return input; +} +function getPiToolId(value) { + var _a5; + return (_a5 = firstString4(value.id, value.toolCallId, value.callId, value.call_id)) != null ? _a5 : ""; +} +function getPiToolName(value) { + var _a5; + return normalizePiToolName((_a5 = firstString4(value.name, value.tool, value.toolName, value.tool_name)) != null ? _a5 : "tool"); +} +function normalizePiToolName(name) { + var _a5; + return (_a5 = PI_BUILT_IN_TOOL_NAMES[name.trim().toLowerCase()]) != null ? _a5 : name; +} +function firstString4(...values) { + for (const value of values) { + if (typeof value === "string") { + const trimmed = value.trim(); + if (trimmed) { + return trimmed; + } + } + } + return void 0; +} +function isPlainObject9(value) { + return value !== null && typeof value === "object" && !Array.isArray(value); +} + +// src/providers/pi/history/PiHistoryStore.ts +function parsePiSessionContent(content, options = {}) { + var _a5; + const parsed = parsePiSessionEntries(content); + const leafEntryId = (_a5 = options.leafEntryId) == null ? void 0 : _a5.trim(); + if (options.requireLeafEntryId && (!leafEntryId || !parsed.entries.some((entry) => entry.id === leafEntryId))) { + return []; + } + return mapPiSessionEntries(resolvePiActivePath( + parsed.entries, + leafEntryId + )); +} +function parsePiSessionEntries(content) { + var _a5, _b3, _c2, _d, _e2, _f2; + const entries = []; + let header = null; + for (const line of content.split(/\r?\n/)) { + if (!line.trim()) { + continue; + } + let record2; + try { + const parsed = JSON.parse(line); + if (!isPlainObject10(parsed)) { + continue; + } + record2 = parsed; + } catch (e2) { + continue; + } + const type = (_b3 = (_a5 = getString2(record2.type)) != null ? _a5 : getString2(record2.kind)) != null ? _b3 : ""; + if (type === "session") { + header = record2; + continue; + } + const message = (_d = (_c2 = getRecord(record2.message)) != null ? _c2 : getRecord(record2.data)) != null ? _d : inferMessageRecord(record2); + entries.push({ + ...getString2(record2.id) ? { id: getString2(record2.id) } : {}, + ...message ? { message } : {}, + ...((_e2 = getString2(record2.parentId)) != null ? _e2 : getString2(record2.parent_id)) ? { parentId: (_f2 = getString2(record2.parentId)) != null ? _f2 : getString2(record2.parent_id) } : {}, + raw: record2, + type + }); + } + return { entries, header }; +} +function resolvePiActivePath(entries, leafId) { + var _a5; + const entriesWithIds = entries.filter((entry) => !!entry.id); + if (entriesWithIds.length === 0) { + return entries; + } + const hasBranchGraph = hasPiBranchGraph(entriesWithIds); + if (!leafId && !hasBranchGraph) { + return entries; + } + const byId = new Map(entriesWithIds.map((entry) => [entry.id, entry])); + const targetLeafId = leafId && byId.has(leafId) ? leafId : (_a5 = entriesWithIds[entriesWithIds.length - 1]) == null ? void 0 : _a5.id; + if (!targetLeafId) { + return entries; + } + const activePath = hasBranchGraph ? resolvePiGraphEntryPath(byId, targetLeafId) : resolvePiLinearEntryPath(entries, targetLeafId); + if (activePath.length === 0) { + return entries; + } + return hasBranchGraph ? includePiGraphPathEntries(entries, activePath) : includePiLinearPathEntries(entries, activePath); +} +function resolvePiEntryPath(entries, leafId) { + const entriesWithIds = entries.filter((entry) => !!entry.id); + const byId = new Map(entriesWithIds.map((entry) => [entry.id, entry])); + if (!byId.has(leafId)) { + return []; + } + const hasBranchGraph = hasPiBranchGraph(entriesWithIds); + const activePath = hasBranchGraph ? resolvePiGraphEntryPath(byId, leafId) : resolvePiLinearEntryPath(entries, leafId); + if (activePath.length === 0) { + return []; + } + return hasBranchGraph ? includePiGraphPathEntries(entries, activePath) : includePiLinearPathEntries(entries, activePath); +} +function hasPiBranchGraph(entriesWithIds) { + return entriesWithIds.some((entry) => !!entry.parentId && !isToolResultEntry(entry)); +} +function resolvePiGraphEntryPath(byId, targetLeafId) { + const activePath = []; + const seen = /* @__PURE__ */ new Set(); + let current = byId.get(targetLeafId); + while (current) { + if (!current.id || seen.has(current.id)) { + break; + } + seen.add(current.id); + activePath.push(current); + current = current.parentId ? byId.get(current.parentId) : void 0; + } + return activePath; +} +function resolvePiLinearEntryPath(entries, targetLeafId) { + const leafIndex = entries.findIndex((entry) => entry.id === targetLeafId); + if (leafIndex < 0) { + return []; + } + return entries.slice(0, leafIndex + 1); +} +function includePiGraphPathEntries(entries, activePath) { + const activeIds = new Set(activePath.map((entry) => entry.id).filter((id) => !!id)); + const activeToolCallIds = collectToolCallIds(activePath); + return entries.filter((entry) => { + if (isToolResultEntry(entry)) { + const toolCallId = getToolResultCallId(entry); + return !!toolCallId && activeToolCallIds.has(toolCallId) || !!entry.id && activeIds.has(entry.id) || !!entry.parentId && activeIds.has(entry.parentId); + } + if (entry.id) { + return activeIds.has(entry.id); + } + if (entry.parentId && activeIds.has(entry.parentId)) { + return true; + } + return false; + }); +} +function includePiLinearPathEntries(entries, activePath) { + const activeEntries = new Set(activePath); + const activeToolCallIds = collectToolCallIds(activePath); + return entries.filter((entry) => { + if (activeEntries.has(entry)) { + return true; + } + if (!isToolResultEntry(entry)) { + return false; + } + const toolCallId = getToolResultCallId(entry); + return !!toolCallId && activeToolCallIds.has(toolCallId); + }); +} +async function createPiForkSessionFile(sourceSessionFile, resumeAt, options = {}) { + var _a5, _b3, _c2, _d, _e2; + const sourceContent = await fsp.readFile(sourceSessionFile, "utf-8"); + const parsed = parsePiSessionEntries(sourceContent); + const branchEntries = resolvePiEntryPath(parsed.entries, resumeAt); + if (branchEntries.length === 0) { + throw new Error(`Pi fork checkpoint not found: ${resumeAt}`); + } + const timestamp = (_a5 = options.now) != null ? _a5 : /* @__PURE__ */ new Date(); + const timestampText = timestamp.toISOString(); + const sessionId = (_b3 = options.sessionId) != null ? _b3 : (0, import_node_crypto.randomUUID)(); + const sessionDir = (_c2 = options.sessionDir) != null ? _c2 : path22.dirname(sourceSessionFile); + const sessionFile = path22.join( + sessionDir, + `${timestampText.replace(/[:.]/g, "-")}_${sessionId}.jsonl` + ); + const sourceCwd = typeof ((_d = parsed.header) == null ? void 0 : _d.cwd) === "string" && parsed.header.cwd.trim() ? parsed.header.cwd.trim() : process.cwd(); + const header = { + type: "session", + version: 3, + id: sessionId, + timestamp: timestampText, + cwd: (_e2 = options.targetCwd) != null ? _e2 : sourceCwd, + parentSession: sourceSessionFile + }; + const lines = [ + JSON.stringify(header), + ...branchEntries.map((entry) => JSON.stringify(entry.raw)) + ]; + await fsp.mkdir(sessionDir, { recursive: true }); + await fsp.writeFile(sessionFile, `${lines.join("\n")} +`, { flag: "wx" }); + return { + leafEntryId: resumeAt, + parentSession: sourceSessionFile, + sessionFile, + sessionId + }; +} +function findPiSessionFile(sessionIdOrFile, cwd, sessionDir) { + const trimmed = sessionIdOrFile.trim(); + if (!trimmed) { + return null; + } + if (path22.isAbsolute(trimmed) && fileExists(trimmed)) { + return trimmed; + } + const roots = [ + sessionDir, + cwd ? path22.join(cwd, ".pi", "agent", "sessions") : null, + path22.join(os12.homedir(), ".pi", "agent", "sessions") + ].filter((root) => !!root); + for (const root of roots) { + const direct = path22.join(root, trimmed.endsWith(".jsonl") ? trimmed : `${trimmed}.jsonl`); + if (fileExists(direct)) { + return direct; + } + const found = findSessionFileInRoot(root, trimmed); + if (found) { + return found; + } + } + return null; +} +function mapPiSessionEntries(entries) { + const messages = []; + for (const entry of entries) { + const mapped = mapPiSessionEntry(entry, messages); + if (mapped) { + const previous = messages[messages.length - 1]; + if (isAssistantMessageEntry(entry) && canMergeAssistantContinuation(previous, mapped)) { + mergeAssistantContinuation(previous, mapped); + } else { + messages.push(mapped); + } + } + } + return messages; +} +function isAssistantMessageEntry(entry) { + var _a5, _b3; + const message = (_a5 = entry.message) != null ? _a5 : entry.raw; + return ((_b3 = getString2(message.role)) != null ? _b3 : inferRole(entry.type)) === "assistant"; +} +function isBoundaryMessage(message) { + var _a5; + return ((_a5 = message.contentBlocks) == null ? void 0 : _a5.some((block) => block.type === "context_compacted")) === true; +} +function canMergeAssistantContinuation(previous, next) { + return (previous == null ? void 0 : previous.role) === "assistant" && next.role === "assistant" && !isBoundaryMessage(previous) && !isBoundaryMessage(next); +} +function mergeAssistantContinuation(target, source) { + var _a5, _b3, _c2, _d, _e2; + target.content += source.content; + target.assistantMessageId = (_a5 = source.assistantMessageId) != null ? _a5 : target.assistantMessageId; + if (source.contentBlocks && source.contentBlocks.length > 0) { + target.contentBlocks = [ + ...(_b3 = target.contentBlocks) != null ? _b3 : [], + ...source.contentBlocks + ]; + } + if (source.toolCalls && source.toolCalls.length > 0) { + const existingToolIds = new Set((_d = (_c2 = target.toolCalls) == null ? void 0 : _c2.map((toolCall) => toolCall.id)) != null ? _d : []); + const newToolCalls = source.toolCalls.filter((toolCall) => !existingToolIds.has(toolCall.id)); + if (newToolCalls.length > 0) { + target.toolCalls = [ + ...(_e2 = target.toolCalls) != null ? _e2 : [], + ...newToolCalls + ]; + } + } +} +function mapPiSessionEntry(entry, messages) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n, _o; + const message = (_a5 = entry.message) != null ? _a5 : entry.raw; + const role = (_b3 = getString2(message.role)) != null ? _b3 : inferRole(entry.type); + const timestamp = getTimestamp((_c2 = message.timestamp) != null ? _c2 : entry.raw.timestamp); + if (role === "user") { + return { + content: extractTextContent2((_e2 = (_d = message.content) != null ? _d : message.text) != null ? _e2 : message.message), + id: (_f2 = entry.id) != null ? _f2 : `pi-user-${messages.length}`, + role: "user", + timestamp, + userMessageId: entry.id + }; + } + if (role === "assistant") { + const contentBlocks = extractAssistantContentBlocks((_h2 = (_g = message.content) != null ? _g : message.parts) != null ? _h2 : message.blocks); + const toolCalls = extractAssistantToolCalls((_j = (_i = message.content) != null ? _i : message.parts) != null ? _j : message.blocks); + const text = contentBlocks.filter((block) => block.type === "text").map((block) => block.content).join(""); + return { + assistantMessageId: entry.id, + content: text, + ...contentBlocks.length > 0 ? { contentBlocks } : {}, + id: (_k3 = entry.id) != null ? _k3 : `pi-assistant-${messages.length}`, + role: "assistant", + timestamp, + ...toolCalls.length > 0 ? { toolCalls } : {} + }; + } + if (isToolResultEntry(entry)) { + applyToolResult(messages, entry); + return null; + } + if (entry.type === "compaction") { + return { + content: "", + contentBlocks: [{ type: "context_compacted" }], + id: (_l2 = entry.id) != null ? _l2 : `pi-compaction-${messages.length}`, + role: "assistant", + timestamp + }; + } + if ((entry.type === "branch_summary" || entry.type === "compactionSummary" || entry.type === "custom_message") && entry.raw.display !== false) { + const content = extractTextContent2((_n = (_m = entry.raw.content) != null ? _m : entry.raw.summary) != null ? _n : entry.raw.message); + if (!content) { + return null; + } + return { + content, + contentBlocks: [{ type: "text", content }], + id: (_o = entry.id) != null ? _o : `pi-notice-${messages.length}`, + role: "assistant", + timestamp + }; + } + return null; +} +function extractAssistantContentBlocks(value) { + var _a5, _b3, _c2, _d, _e2; + const blocks = []; + const parts = Array.isArray(value) ? value : [{ type: "text", text: extractTextContent2(value) }]; + for (const part of parts) { + if (!isPlainObject10(part)) { + continue; + } + const type = getString2(part.type); + if (type === "thinking" || type === "reasoning") { + const content2 = extractTextContent2((_b3 = (_a5 = part.thinking) != null ? _a5 : part.text) != null ? _b3 : part.content); + if (content2) { + blocks.push({ type: "thinking", content: content2 }); + } + continue; + } + if (type === "toolCall" || type === "tool_call" || type === "toolUse" || type === "tool_use") { + const toolId = (_d = (_c2 = getString2(part.id)) != null ? _c2 : getString2(part.toolCallId)) != null ? _d : getString2(part.callId); + if (toolId) { + blocks.push({ type: "tool_use", toolId }); + } + continue; + } + const content = extractTextContent2((_e2 = part.text) != null ? _e2 : part.content); + if (content) { + blocks.push({ type: "text", content }); + } + } + return blocks; +} +function extractAssistantToolCalls(value) { + const parts = Array.isArray(value) ? value : []; + return parts.flatMap((part) => { + var _a5, _b3, _c2, _d, _e2, _f2; + if (!isPlainObject10(part)) { + return []; + } + const type = getString2(part.type); + if (type !== "toolCall" && type !== "tool_call" && type !== "toolUse" && type !== "tool_use") { + return []; + } + const id = (_b3 = (_a5 = getString2(part.id)) != null ? _a5 : getString2(part.toolCallId)) != null ? _b3 : getString2(part.callId); + const rawName = (_d = (_c2 = getString2(part.name)) != null ? _c2 : getString2(part.tool)) != null ? _d : getString2(part.toolName); + if (!id || !rawName) { + return []; + } + const name = normalizePiToolName(rawName); + return [{ + id, + input: normalizePiToolInput((_f2 = (_e2 = part.input) != null ? _e2 : part.arguments) != null ? _f2 : part.args, name), + name, + status: "running" + }]; + }); +} +function collectToolCallIds(entries) { + var _a5, _b3, _c2; + const ids = /* @__PURE__ */ new Set(); + for (const entry of entries) { + const message = (_a5 = entry.message) != null ? _a5 : entry.raw; + const parts = (_c2 = (_b3 = message.content) != null ? _b3 : message.parts) != null ? _c2 : message.blocks; + for (const toolCall of extractAssistantToolCalls(parts)) { + ids.add(toolCall.id); + } + } + return ids; +} +function isToolResultEntry(entry) { + var _a5; + const message = (_a5 = entry.message) != null ? _a5 : entry.raw; + return entry.type === "toolResult" || entry.type === "tool_result" || getString2(message.role) === "toolResult" || getString2(message.role) === "tool_result"; +} +function getToolResultCallId(entry) { + var _a5, _b3, _c2, _d, _e2, _f2; + const message = (_a5 = entry.message) != null ? _a5 : entry.raw; + return (_f2 = (_e2 = (_d = (_c2 = (_b3 = getString2(message.toolCallId)) != null ? _b3 : getString2(message.tool_call_id)) != null ? _c2 : getString2(message.id)) != null ? _d : getString2(entry.raw.toolCallId)) != null ? _e2 : getString2(entry.raw.tool_call_id)) != null ? _f2 : getString2(entry.raw.id); +} +function applyToolResult(messages, entry) { + var _a5, _b3, _c2, _d; + const toolCallId = getToolResultCallId(entry); + if (!toolCallId) { + return; + } + for (let index = messages.length - 1; index >= 0; index--) { + const chatMessage = messages[index]; + const toolCall = (_a5 = chatMessage.toolCalls) == null ? void 0 : _a5.find((call) => call.id === toolCallId); + if (!toolCall) { + continue; + } + const resultMessage = (_b3 = entry.message) != null ? _b3 : entry.raw; + toolCall.status = resultMessage.error === true || resultMessage.isError === true ? "error" : "completed"; + toolCall.result = extractPiToolTextContent((_d = (_c2 = resultMessage.result) != null ? _c2 : resultMessage.content) != null ? _d : resultMessage.output); + if (toolCall.status === "completed" && isWriteEditTool(toolCall.name)) { + const diffData = extractDiffData(resultMessage, toolCall); + if (diffData) { + toolCall.diffData = diffData; + } + } + return; + } +} +function inferMessageRecord(record2) { + return getString2(record2.role) ? record2 : void 0; +} +function inferRole(type) { + if (type === "user" || type === "assistant") { + return type; + } + return null; +} +function extractTextContent2(value) { + if (typeof value === "string") { + return value; + } + if (Array.isArray(value)) { + return value.map(extractTextContent2).filter(Boolean).join(""); + } + if (!isPlainObject10(value)) { + return ""; + } + if (typeof value.text === "string") { + return value.text; + } + if (typeof value.content === "string") { + return value.content; + } + return ""; +} +function findSessionFileInRoot(root, sessionId) { + try { + const entries = fs24.readdirSync(root, { withFileTypes: true }); + for (const entry of entries) { + const candidate = path22.join(root, entry.name); + if (entry.isDirectory()) { + const nested = findSessionFileInRoot(candidate, sessionId); + if (nested) { + return nested; + } + } else if (entry.isFile() && entry.name.endsWith(".jsonl") && entry.name.includes(sessionId)) { + return candidate; + } + } + } catch (e2) { + return null; + } + return null; +} +function fileExists(filePath) { + try { + return fs24.existsSync(filePath) && fs24.statSync(filePath).isFile(); + } catch (e2) { + return false; + } +} +function getTimestamp(value) { + if (typeof value === "number" && Number.isFinite(value)) { + return value; + } + if (typeof value === "string") { + const parsed = Date.parse(value); + if (!Number.isNaN(parsed)) { + return parsed; + } + } + return Date.now(); +} +function getRecord(value) { + return isPlainObject10(value) ? value : null; +} +function getString2(value) { + return typeof value === "string" && value.trim() ? value.trim() : null; +} +function isPlainObject10(value) { + return value !== null && typeof value === "object" && !Array.isArray(value); +} + +// src/providers/pi/normalizations/piEventNormalization.ts +function createPiEventNormalizationState() { + return { + emittedToolIds: /* @__PURE__ */ new Set(), + toolOutputs: /* @__PURE__ */ new Map() + }; +} +function normalizePiRpcEvent(event, state) { + var _a5, _b3, _c2; + switch (event.type) { + case "agent_start": + return []; + case "message_update": + return normalizeMessageUpdate(event); + case "toolcall_end": + return normalizeToolUse((_a5 = getNestedRecord(event, "toolCall")) != null ? _a5 : event, state); + case "tool_execution_start": + return normalizeToolUse((_b3 = getNestedRecord(event, "toolCall")) != null ? _b3 : event, state); + case "tool_execution_update": + return normalizeToolOutput(event, state); + case "tool_execution_end": + return normalizeToolResult(event, state); + case "message_end": + case "turn_end": + return normalizeTerminalError(event); + case "compaction_end": + return [{ type: "context_compacted" }]; + case "auto_retry_start": + return [{ type: "notice", content: "Pi is retrying the turn.", level: "warning" }]; + case "auto_retry_end": + return [{ type: "notice", content: "Pi retry finished.", level: "info" }]; + case "extension_error": + return [{ type: "notice", content: (_c2 = getString3(event.error)) != null ? _c2 : "Pi extension error.", level: "warning" }]; + default: + return []; + } +} +function getPiTerminalErrorMessage(event) { + var _a5, _b3, _c2, _d; + if (event.type !== "message_end" && event.type !== "turn_end") { + return null; + } + const terminalEvent = (_b3 = (_a5 = getNestedRecord(event, "assistantMessageEvent")) != null ? _a5 : getNestedRecord(event, "assistant_message_event")) != null ? _b3 : event; + const records = terminalEvent === event ? [event] : [terminalEvent, event]; + const stopReason = getStringField(records, ["stopReason", "stop_reason"]); + if ((stopReason == null ? void 0 : stopReason.toLowerCase()) !== "error") { + return null; + } + return (_d = (_c2 = getStringField(records, ["errorMessage", "error_message", "error", "message"])) != null ? _c2 : getNestedStringField(records, "error", ["message"])) != null ? _d : "Pi turn failed."; +} +function normalizeMessageUpdate(event) { + var _a5, _b3, _c2, _d, _e2, _f2; + const assistantEvent = (_b3 = (_a5 = getNestedRecord(event, "assistantMessageEvent")) != null ? _a5 : getNestedRecord(event, "assistant_message_event")) != null ? _b3 : event; + const textDelta = (_d = (_c2 = getString3(assistantEvent.text_delta)) != null ? _c2 : getString3(assistantEvent.textDelta)) != null ? _d : assistantEvent.type === "text_delta" ? getString3(assistantEvent.delta) : null; + if (textDelta) { + return [{ type: "text", content: textDelta }]; + } + const thinkingDelta = (_f2 = (_e2 = getString3(assistantEvent.thinking_delta)) != null ? _e2 : getString3(assistantEvent.thinkingDelta)) != null ? _f2 : assistantEvent.type === "thinking_delta" ? getString3(assistantEvent.delta) : null; + if (thinkingDelta) { + return [{ type: "thinking", content: thinkingDelta }]; + } + return []; +} +function normalizeTerminalError(event) { + const message = getPiTerminalErrorMessage(event); + return message ? [{ type: "error", content: message }] : []; +} +function normalizeToolUse(event, state) { + var _a5, _b3; + const id = getPiToolId(event); + if (!id || state.emittedToolIds.has(id)) { + return []; + } + state.emittedToolIds.add(id); + const name = getPiToolName(event); + return [{ + type: "tool_use", + id, + input: normalizePiToolInput((_b3 = (_a5 = event.input) != null ? _a5 : event.arguments) != null ? _b3 : event.args, name), + name + }]; +} +function normalizeToolOutput(event, state) { + var _a5, _b3, _c2; + const id = getPiToolId(event); + if (!id) { + return []; + } + const content = extractPiToolTextContent((_c2 = (_b3 = (_a5 = event.partialResult) != null ? _a5 : event.output) != null ? _b3 : event.result) != null ? _c2 : event.content); + if (!content) { + return []; + } + state.toolOutputs.set(id, content); + return [{ type: "tool_output", id, content }]; +} +function normalizeToolResult(event, state) { + var _a5, _b3; + const id = getPiToolId(event); + if (!id) { + return []; + } + const content = extractPiToolTextContent((_b3 = (_a5 = event.result) != null ? _a5 : event.output) != null ? _b3 : event.content) || state.toolOutputs.get(id) || ""; + const toolUseResult = getNestedRecord(event, "result"); + return [{ + type: "tool_result", + content, + id, + isError: event.isError === true || event.error === true || event.success === false, + ...toolUseResult ? { toolUseResult } : {} + }]; +} +function getNestedRecord(event, key) { + const value = event[key]; + return value !== null && typeof value === "object" && !Array.isArray(value) ? value : null; +} +function getString3(value) { + return typeof value === "string" ? value : null; +} +function getStringField(records, keys) { + for (const record2 of records) { + for (const key of keys) { + const value = getString3(record2[key]); + if (value) { + return value; + } + } + } + return null; +} +function getNestedStringField(records, parentKey, keys) { + for (const record2 of records) { + const nested = getNestedRecord(record2, parentKey); + if (!nested) { + continue; + } + const value = getStringField([nested], keys); + if (value) { + return value; + } + } + return null; +} + +// src/providers/pi/types.ts +function getPiState(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return {}; + } + const record2 = value; + const forkSource = getPiForkSource(record2.forkSource); + return { + ...forkSource ? { forkSource } : {}, + ...typeof record2.forkSourceSessionFile === "string" && record2.forkSourceSessionFile.trim() ? { forkSourceSessionFile: record2.forkSourceSessionFile.trim() } : {}, + ...typeof record2.leafEntryId === "string" && record2.leafEntryId.trim() ? { leafEntryId: record2.leafEntryId.trim() } : {}, + ...typeof record2.parentSession === "string" && record2.parentSession.trim() ? { parentSession: record2.parentSession.trim() } : {}, + ...typeof record2.sessionFile === "string" && record2.sessionFile.trim() ? { sessionFile: record2.sessionFile.trim() } : {}, + ...typeof record2.sessionId === "string" && record2.sessionId.trim() ? { sessionId: record2.sessionId.trim() } : {} + }; +} +function buildPersistedPiState(state) { + const persisted = { + ...state.forkSource ? { forkSource: state.forkSource } : {}, + ...state.forkSourceSessionFile ? { forkSourceSessionFile: state.forkSourceSessionFile } : {}, + ...state.leafEntryId ? { leafEntryId: state.leafEntryId } : {}, + ...state.parentSession ? { parentSession: state.parentSession } : {}, + ...state.sessionFile ? { sessionFile: state.sessionFile } : {}, + ...state.sessionId ? { sessionId: state.sessionId } : {} + }; + return Object.keys(persisted).length > 0 ? persisted : void 0; +} +function getPiForkSource(value) { + if (!value || typeof value !== "object" || Array.isArray(value)) { + return void 0; + } + const record2 = value; + const sessionId = typeof record2.sessionId === "string" ? record2.sessionId.trim() : ""; + const resumeAt = typeof record2.resumeAt === "string" ? record2.resumeAt.trim() : ""; + return sessionId && resumeAt ? { resumeAt, sessionId } : void 0; +} + +// src/providers/pi/runtime/buildPiPrompt.ts +function buildPiPromptText(request, conversationHistory = []) { + let prompt = request.text; + if (request.currentNotePath) { + prompt = appendCurrentNote(prompt, request.currentNotePath); + } + if (request.editorSelection && request.editorSelection.mode !== "none") { + prompt = appendEditorContext(prompt, request.editorSelection); + } + if (request.browserSelection) { + prompt = appendBrowserContext(prompt, request.browserSelection); + } + if (request.canvasSelection) { + prompt = appendCanvasContext(prompt, request.canvasSelection); + } + if (conversationHistory.length > 0) { + const historyContext = buildContextFromHistory(conversationHistory); + prompt = buildPromptWithHistoryContext( + historyContext, + prompt, + prompt, + conversationHistory + ); + } + return prompt; +} +function buildPiPromptImages(images) { + return (images != null ? images : []).flatMap((image) => { + if (!image.data) { + return []; + } + return [{ + data: image.data, + mimeType: image.mediaType, + type: "image" + }]; + }); +} + +// src/providers/pi/runtime/buildPiUsageInfo.ts +function buildPiUsageInfo(response, model, fallbackContextWindow = 2e5) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n; + const stats = getRecord2(response); + const contextUsage = getRecord2((_b3 = (_a5 = stats.contextUsage) != null ? _a5 : stats.context_usage) != null ? _b3 : stats); + const providerContextWindow = (_d = (_c2 = getNumber2(contextUsage.contextWindow)) != null ? _c2 : getNumber2(contextUsage.context_window)) != null ? _d : getNumber2(contextUsage.window); + const contextWindow = providerContextWindow != null ? providerContextWindow : fallbackContextWindow; + const contextTokens = (_h2 = (_g = (_f2 = (_e2 = getNumber2(contextUsage.contextTokens)) != null ? _e2 : getNumber2(contextUsage.context_tokens)) != null ? _f2 : getNumber2(contextUsage.tokens)) != null ? _g : getNumber2(contextUsage.used)) != null ? _h2 : 0; + const inputTokens = (_j = (_i = getNumber2(contextUsage.inputTokens)) != null ? _i : getNumber2(contextUsage.input_tokens)) != null ? _j : contextTokens; + if (contextTokens === 0 && inputTokens === 0) { + return null; + } + return { + cacheCreationInputTokens: (_l2 = (_k3 = getNumber2(contextUsage.cacheCreationInputTokens)) != null ? _k3 : getNumber2(contextUsage.cache_creation_input_tokens)) != null ? _l2 : 0, + cacheReadInputTokens: (_n = (_m = getNumber2(contextUsage.cacheReadInputTokens)) != null ? _m : getNumber2(contextUsage.cache_read_input_tokens)) != null ? _n : 0, + contextTokens, + contextWindow, + contextWindowIsAuthoritative: providerContextWindow !== null, + inputTokens, + ...model ? { model } : {}, + percentage: normalizePiUsagePercentage( + getNumber2(contextUsage.percentage), + contextTokens, + contextWindow + ) + }; +} +function normalizePiUsagePercentage(providerPercentage, contextTokens, contextWindow) { + const rawPercentage = providerPercentage != null ? providerPercentage : contextWindow > 0 ? contextTokens / contextWindow * 100 : 0; + const wholePercentage = providerPercentage !== null && rawPercentage >= 0 && rawPercentage <= 1 ? rawPercentage * 100 : rawPercentage; + return Math.min(100, Math.max(0, Math.round(wholePercentage))); +} +function getRecord2(value) { + return value !== null && typeof value === "object" && !Array.isArray(value) ? value : {}; +} +function getNumber2(value) { + return typeof value === "number" && Number.isFinite(value) ? value : null; +} + +// src/providers/pi/runtime/PiExtensionUiBridge.ts +var PiExtensionUiBridge = class { + constructor(transport, renderer, emit) { + this.transport = transport; + this.renderer = renderer; + this.emit = emit; + this.pending = /* @__PURE__ */ new Map(); + } + handleRequest(request) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j; + if (request.type !== "extension_ui_request") { + return false; + } + const method = (_b3 = (_a5 = getString4(request.method)) != null ? _a5 : getString4(request.action)) != null ? _b3 : getString4(request.uiType); + switch (method) { + case "select": + this.handleDialog(request, (renderer, signal) => renderer.select(requireDialogRequest(request), signal)); + return true; + case "confirm": + this.handleDialog(request, (renderer, signal) => renderer.confirm(requireDialogRequest(request), signal)); + return true; + case "input": + this.handleDialog(request, (renderer, signal) => renderer.input(requireDialogRequest(request), signal)); + return true; + case "editor": + this.handleDialog(request, (renderer, signal) => renderer.editor(requireDialogRequest(request), signal)); + return true; + case "notify": + (_c2 = this.renderer) == null ? void 0 : _c2.notify(request); + (_f2 = this.emit) == null ? void 0 : _f2.call(this, { + type: "notice", + content: (_e2 = (_d = getString4(request.message)) != null ? _d : getString4(request.title)) != null ? _e2 : "Pi extension notification.", + level: "info" + }); + return true; + case "setStatus": + case "set_status": + (_g = this.renderer) == null ? void 0 : _g.setStatus(request); + return true; + case "setWidget": + case "set_widget": + (_h2 = this.renderer) == null ? void 0 : _h2.setWidget(request); + return true; + case "setTitle": + case "set_title": + (_i = this.renderer) == null ? void 0 : _i.setTitle(request); + return true; + case "setEditorText": + case "set_editor_text": + (_j = this.renderer) == null ? void 0 : _j.setEditorText(request); + return true; + default: + this.sendCancellation(request); + return true; + } + } + cleanup() { + for (const [id, controller] of this.pending) { + controller.abort(); + this.sendResponse(id, { cancelled: true }); + } + this.pending.clear(); + } + handleDialog(request, render) { + const id = getString4(request.id); + if (!id || !this.renderer) { + this.sendCancellation(request); + return; + } + const controller = new AbortController(); + this.pending.set(id, controller); + render(this.renderer, controller.signal).then((response) => { + if (!controller.signal.aborted) { + this.sendResponse(id, response.cancelled ? { cancelled: true } : response); + } + }).catch(() => { + if (!controller.signal.aborted) { + this.sendResponse(id, { cancelled: true }); + } + }).finally(() => { + this.pending.delete(id); + }); + } + sendCancellation(request) { + const id = getString4(request.id); + if (id) { + this.sendResponse(id, { cancelled: true }); + } + } + sendResponse(id, response) { + this.transport.send({ + id, + type: "extension_ui_response", + ...response + }); + } +}; +function requireDialogRequest(request) { + return request; +} +function getString4(value) { + return typeof value === "string" && value.trim() ? value.trim() : null; +} + +// src/providers/pi/runtime/PiRpcPayloads.ts +function buildPiSetModelPayload(model) { + const decoded = decodePiModelId(model); + if (!decoded) { + return null; + } + return { + modelId: decoded.modelId, + provider: decoded.provider + }; +} + +// src/providers/pi/runtime/PiChatRuntime.ts +var StreamChunkQueue2 = class { + constructor() { + this.closed = false; + this.items = []; + this.waiters = []; + } + push(chunk) { + if (this.closed) { + return; + } + const waiter = this.waiters.shift(); + if (waiter) { + waiter(chunk); + return; + } + this.items.push(chunk); + } + close() { + var _a5; + if (this.closed) { + return; + } + this.closed = true; + while (this.waiters.length > 0) { + (_a5 = this.waiters.shift()) == null ? void 0 : _a5(null); + } + } + async next() { + var _a5; + if (this.items.length > 0) { + return (_a5 = this.items.shift()) != null ? _a5 : null; + } + if (this.closed) { + return null; + } + return new Promise((resolve8) => { + this.waiters.push(resolve8); + }); + } +}; +var PiChatRuntime = class { + constructor(plugin, options = {}) { + this.plugin = plugin; + this.options = options; + this.providerId = "pi"; + this.activeTurn = null; + this.currentLaunchKey = null; + this.currentModel = null; + this.currentSessionTarget = null; + this.currentThinkingLevel = null; + this.currentTurnMetadata = {}; + this.extensionBridge = null; + this.leafEntryId = null; + this.parentSession = null; + this.pendingFork = null; + this.pendingForkSourceSessionFile = null; + this.process = null; + this.ready = false; + this.readyListeners = /* @__PURE__ */ new Set(); + this.sessionFile = null; + this.sessionId = null; + this.sessionInvalidated = false; + this.supportedCommands = []; + this.shutdownPromise = null; + this.transport = null; + this.unregisterTransportClose = null; + this.normalizationState = createPiEventNormalizationState(); + } + getCapabilities() { + return PI_PROVIDER_CAPABILITIES; + } + prepareTurn(request) { + var _a5; + const isCompact = isCompactCommand3(request.text); + return { + isCompact, + mcpMentions: (_a5 = request.enabledMcpServers) != null ? _a5 : /* @__PURE__ */ new Set(), + persistedContent: "", + prompt: buildPiPromptText(request), + request + }; + } + onReadyStateChange(listener) { + this.readyListeners.add(listener); + return () => { + this.readyListeners.delete(listener); + }; + } + setResumeCheckpoint(_checkpointId) { + } + syncConversationState(conversation) { + var _a5, _b3, _c2, _d, _e2, _f2; + if (!conversation) { + this.sessionId = null; + this.sessionFile = null; + this.leafEntryId = null; + this.parentSession = null; + this.pendingFork = null; + this.pendingForkSourceSessionFile = null; + this.sessionInvalidated = false; + return; + } + const state = getPiState(conversation.providerState); + if (state.forkSource && !state.sessionId && !state.sessionFile && !conversation.sessionId) { + this.sessionId = null; + this.sessionFile = null; + this.leafEntryId = null; + this.parentSession = null; + this.pendingFork = state.forkSource; + this.pendingForkSourceSessionFile = (_a5 = state.forkSourceSessionFile) != null ? _a5 : null; + this.sessionInvalidated = false; + return; + } + this.sessionId = (_c2 = (_b3 = state.sessionId) != null ? _b3 : conversation.sessionId) != null ? _c2 : null; + this.sessionFile = (_d = state.sessionFile) != null ? _d : null; + this.leafEntryId = (_e2 = state.leafEntryId) != null ? _e2 : null; + this.parentSession = (_f2 = state.parentSession) != null ? _f2 : null; + this.pendingFork = null; + this.pendingForkSourceSessionFile = null; + this.sessionInvalidated = false; + } + async reloadMcpServers() { + } + async ensureReady(options) { + var _a5, _b3, _c2, _d; + const settings11 = getPiProviderSettings(this.plugin.settings); + if (!settings11.enabled) { + this.setReady(false); + return false; + } + const allowSessionCreation = (options == null ? void 0 : options.allowSessionCreation) !== false; + const cwd = (_a5 = getVaultPath(this.plugin.app)) != null ? _a5 : process.cwd(); + const resolvedCliPath = (_b3 = this.plugin.getResolvedProviderCliPath("pi")) != null ? _b3 : "pi"; + const runtimeEnvText = getRuntimeEnvironmentText(this.plugin.settings, "pi"); + if (allowSessionCreation) { + await this.materializePendingFork(cwd, runtimeEnvText); + } + const hasSessionTarget = Boolean(this.sessionId || this.sessionFile); + const promptSettings = this.getSystemPromptSettings(cwd); + const systemPrompt = buildSystemPrompt(promptSettings); + const noSession = !allowSessionCreation && !hasSessionTarget; + const launchSpec = buildPiLaunchSpec({ + command: resolvedCliPath, + cwd, + env: this.buildRuntimeEnv(runtimeEnvText), + envText: runtimeEnvText, + noSession, + providerState: this.getCurrentProviderState(), + settings: settings11, + systemPrompt + }); + const sessionTarget = (_d = (_c2 = this.sessionFile) != null ? _c2 : this.sessionId) != null ? _d : null; + const nextLaunchKey = JSON.stringify({ + command: resolvedCliPath, + cwd, + envText: runtimeEnvText, + noSession, + promptKey: computeSystemPromptKey(promptSettings), + systemPrompt, + toolMode: settings11.toolMode + }); + const sessionTargetChanged = sessionTarget !== this.currentSessionTarget; + const canSwitchSessionTarget = sessionTargetChanged && this.isSwitchableSessionFile(this.sessionFile); + const unSwitchableSessionTargetChanged = sessionTargetChanged && !canSwitchSessionTarget; + const shouldRestart = !this.process || !this.transport || !this.process.isAlive() || this.transport.isClosed || (options == null ? void 0 : options.force) === true || this.currentLaunchKey !== nextLaunchKey || unSwitchableSessionTargetChanged; + if (shouldRestart) { + await this.shutdownProcess(); + await this.startProcess(launchSpec); + this.currentLaunchKey = nextLaunchKey; + this.currentSessionTarget = sessionTarget; + } else if (canSwitchSessionTarget && this.sessionFile) { + await this.switchSession(this.sessionFile, launchSpec, nextLaunchKey); + } + if (allowSessionCreation || hasSessionTarget) { + await this.refreshStateAndSessionTarget(); + } + this.setReady(true); + return true; + } + async *query(turn, conversationHistory, queryOptions) { + var _a5, _b3; + this.currentTurnMetadata = {}; + let isReady; + try { + isReady = await this.ensureReady(); + } catch (error48) { + yield { type: "error", content: this.formatRuntimeError(error48) }; + yield { type: "done" }; + return; + } + if (!isReady) { + yield { type: "error", content: "Failed to start Pi. Check the CLI path and login state." }; + yield { type: "done" }; + return; + } + if (!this.transport) { + yield { type: "error", content: "Pi runtime is not ready." }; + yield { type: "done" }; + return; + } + const activeTurn = this.createActiveTurn(); + this.activeTurn = activeTurn; + this.normalizationState = createPiEventNormalizationState(); + const shouldBootstrapHistory = ((_a5 = conversationHistory == null ? void 0 : conversationHistory.length) != null ? _a5 : 0) > 0 && !this.sessionId && !this.sessionFile; + const promptText = buildPiPromptText( + turn.request, + shouldBootstrapHistory ? conversationHistory : [] + ); + const images = buildPiPromptImages(turn.request.images); + const runTurn = this.runTurn( + activeTurn, + turn, + promptText, + images, + queryOptions + ); + try { + while (true) { + const chunk = await activeTurn.queue.next(); + if (!chunk) { + break; + } + yield chunk; + } + await runTurn; + } finally { + if (this.activeTurn === activeTurn) { + (_b3 = this.transport) == null ? void 0 : _b3.send({ type: "abort" }); + activeTurn.cancel(new Error("Pi turn cancelled")); + activeTurn.queue.close(); + this.activeTurn = null; + void this.shutdownProcess(); + } + } + } + async steer(turn) { + var _a5; + if (!this.transport || this.transport.isClosed) { + return false; + } + try { + const images = buildPiPromptImages(turn.request.images); + await this.transport.request("steer", { + ...images.length > 0 ? { images } : {}, + message: buildPiPromptText(turn.request) + }); + (_a5 = this.activeTurn) == null ? void 0 : _a5.queue.push({ + type: "user_message_start", + content: turn.request.text + }); + return true; + } catch (e2) { + return false; + } + } + cancel() { + var _a5; + (_a5 = this.transport) == null ? void 0 : _a5.send({ type: "abort" }); + } + resetSession() { + this.sessionInvalidated = true; + this.sessionId = null; + this.sessionFile = null; + this.leafEntryId = null; + this.parentSession = null; + this.pendingFork = null; + this.pendingForkSourceSessionFile = null; + this.currentSessionTarget = null; + if (this.transport && !this.transport.isClosed) { + void this.transport.request("new_session").then((response) => { + var _a5, _b3; + this.applyStateResponse(response); + this.currentSessionTarget = (_b3 = (_a5 = this.sessionFile) != null ? _a5 : this.sessionId) != null ? _b3 : null; + }).catch(() => { + }); + } + } + getSessionId() { + return this.sessionId; + } + consumeSessionInvalidation() { + const invalidated = this.sessionInvalidated; + this.sessionInvalidated = false; + return invalidated; + } + isReady() { + return this.ready; + } + async getSupportedCommands() { + if (this.supportedCommands.length > 0) { + return [...this.supportedCommands]; + } + if (!this.transport || this.transport.isClosed) { + return []; + } + try { + const response = await this.transport.request("get_commands", {}, 1e4); + this.supportedCommands = normalizePiRuntimeCommands(response); + return [...this.supportedCommands]; + } catch (e2) { + return []; + } + } + getAuxiliaryModel() { + return this.currentModel; + } + cleanup() { + var _a5, _b3; + (_a5 = this.activeTurn) == null ? void 0 : _a5.queue.close(); + (_b3 = this.extensionBridge) == null ? void 0 : _b3.cleanup(); + void this.shutdownProcess(); + } + async rewind(_userMessageId, _assistantMessageId, _mode) { + return { canRewind: false }; + } + setApprovalCallback(_callback) { + } + setApprovalDismisser(_dismisser) { + } + setAskUserQuestionCallback(_callback) { + } + setExitPlanModeCallback(_callback) { + } + setPermissionModeSyncCallback(_callback) { + } + setSubagentHookProvider(_getState) { + } + setAutoTurnCallback(_callback) { + } + consumeTurnMetadata() { + const metadata = this.currentTurnMetadata; + this.currentTurnMetadata = {}; + return metadata; + } + buildSessionUpdates(params) { + const providerState = buildPersistedPiState(this.getCurrentProviderState()); + const updates = { + providerState, + sessionId: this.sessionId + }; + if (params.sessionInvalidated && !this.sessionId) { + updates.providerState = void 0; + updates.sessionId = null; + } + return { updates }; + } + resolveSessionIdForFork(conversation) { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + const state = getPiState(conversation == null ? void 0 : conversation.providerState); + return (_g = (_f2 = (_d = (_c2 = (_b3 = (_a5 = this.sessionFile) != null ? _a5 : this.sessionId) != null ? _b3 : state.sessionFile) != null ? _c2 : state.sessionId) != null ? _d : conversation == null ? void 0 : conversation.sessionId) != null ? _f2 : (_e2 = state.forkSource) == null ? void 0 : _e2.sessionId) != null ? _g : null; + } + async loadSubagentToolCalls(_agentId) { + return []; + } + async loadSubagentFinalResult(_agentId) { + return null; + } + createActiveTurn() { + let terminalSettled = false; + let resolveTerminal; + let rejectTerminal; + const terminalPromise = new Promise((resolve8, reject) => { + resolveTerminal = () => { + if (terminalSettled) { + return; + } + terminalSettled = true; + resolve8(); + }; + rejectTerminal = (error48) => { + if (terminalSettled) { + return; + } + terminalSettled = true; + reject(error48); + }; + }); + terminalPromise.catch(() => { + }); + const activeTurn = { + cancel: (error48) => { + activeTurn.cancelled = true; + rejectTerminal(error48); + }, + cancelled: false, + queue: new StreamChunkQueue2(), + rejectTerminal, + resolveTerminal, + terminalPromise + }; + return activeTurn; + } + async runTurn(activeTurn, turn, promptText, images, queryOptions) { + try { + const turnStartLeafId = await this.resolveCurrentLeafEntryId(); + await this.applySelectedModel(queryOptions); + await this.applySelectedThinkingLevel(queryOptions); + if (activeTurn.cancelled) { + throw new Error("Pi turn cancelled"); + } + if (turn.isCompact) { + await this.transport.request("compact", { + customInstructions: stripCompactCommand(turn.request.text) + }); + this.currentTurnMetadata.wasSent = true; + activeTurn.queue.push({ type: "context_compacted" }); + } else { + activeTurn.queue.push({ + type: "user_message_start", + content: turn.request.text + }); + await this.transport.request("prompt", { + ...images.length > 0 ? { images } : {}, + message: promptText + }); + this.currentTurnMetadata.wasSent = true; + await activeTurn.terminalPromise; + } + await this.refreshStateAndSessionTarget(); + await this.updateTurnMetadataFromSessionFile(turnStartLeafId); + const usage = await this.fetchUsage(queryOptions).catch(() => null); + if (usage) { + activeTurn.queue.push({ sessionId: this.sessionId, type: "usage", usage }); + } + activeTurn.queue.push({ type: "done" }); + } catch (error48) { + activeTurn.queue.push({ + type: "error", + content: this.formatRuntimeError(error48) + }); + activeTurn.queue.push({ type: "done" }); + } finally { + activeTurn.queue.close(); + if (this.activeTurn === activeTurn) { + this.activeTurn = null; + } + } + } + async startProcess(launchSpec) { + var _a5; + this.process = new PiSubprocess(launchSpec); + this.process.start(); + this.transport = new PiRpcTransport({ + input: this.process.stdout, + onClose: (listener) => this.process.onClose(listener), + output: this.process.stdin + }); + this.transport.start(); + this.extensionBridge = new PiExtensionUiBridge( + this.transport, + (_a5 = this.options.extensionUiRenderer) != null ? _a5 : null, + (chunk) => { + var _a6; + return (_a6 = this.activeTurn) == null ? void 0 : _a6.queue.push(chunk); + } + ); + this.transport.onEvent((event) => this.handleRpcEvent(event)); + this.unregisterTransportClose = this.transport.onClose((error48) => { + var _a6, _b3; + this.setReady(false); + (_a6 = this.extensionBridge) == null ? void 0 : _a6.cleanup(); + (_b3 = this.activeTurn) == null ? void 0 : _b3.rejectTerminal(error48 != null ? error48 : new Error("Pi runtime closed")); + }); + this.setReady(true); + } + async shutdownProcess() { + if (this.shutdownPromise) { + return this.shutdownPromise; + } + this.shutdownPromise = this.doShutdownProcess().finally(() => { + this.shutdownPromise = null; + }); + return this.shutdownPromise; + } + async doShutdownProcess() { + var _a5, _b3, _c2, _d, _e2; + this.setReady(false); + (_a5 = this.activeTurn) == null ? void 0 : _a5.cancel(new Error("Pi runtime stopped")); + (_b3 = this.activeTurn) == null ? void 0 : _b3.queue.close(); + this.activeTurn = null; + (_c2 = this.extensionBridge) == null ? void 0 : _c2.cleanup(); + this.extensionBridge = null; + (_d = this.unregisterTransportClose) == null ? void 0 : _d.call(this); + this.unregisterTransportClose = null; + (_e2 = this.transport) == null ? void 0 : _e2.dispose(); + this.transport = null; + const process4 = this.process; + this.process = null; + this.currentModel = null; + this.currentSessionTarget = null; + this.currentThinkingLevel = null; + if (process4) { + await process4.shutdown().catch(() => { + }); + } + this.supportedCommands = []; + } + handleRpcEvent(event) { + var _a5, _b3, _c2, _d, _e2, _f2; + if ((_a5 = this.extensionBridge) == null ? void 0 : _a5.handleRequest(event)) { + return; + } + if (event.type === "agent_end") { + (_b3 = this.activeTurn) == null ? void 0 : _b3.resolveTerminal(); + return; + } + if (event.type === "error") { + (_c2 = this.activeTurn) == null ? void 0 : _c2.queue.push({ + type: "error", + content: typeof event.error === "string" ? event.error : "Pi runtime error." + }); + (_d = this.activeTurn) == null ? void 0 : _d.resolveTerminal(); + return; + } + const state = this.getNormalizationState(); + const chunks = normalizePiRpcEvent(event, state); + for (const chunk of chunks) { + (_e2 = this.activeTurn) == null ? void 0 : _e2.queue.push(chunk); + } + if (getPiTerminalErrorMessage(event)) { + (_f2 = this.activeTurn) == null ? void 0 : _f2.resolveTerminal(); + } + } + getNormalizationState() { + if (!this.activeTurn) { + this.normalizationState = createPiEventNormalizationState(); + return this.normalizationState; + } + return this.normalizationState; + } + async applySelectedModel(queryOptions) { + if (!this.transport) { + return; + } + const selectedModel = this.resolveSelectedModel(this.getProviderSettings(), queryOptions); + const payload = selectedModel ? buildPiSetModelPayload(selectedModel) : null; + if (!payload || this.currentModel === selectedModel) { + return; + } + await this.transport.request("set_model", payload); + this.currentModel = selectedModel; + this.currentThinkingLevel = null; + } + async applySelectedThinkingLevel(queryOptions) { + if (!this.transport) { + return; + } + const providerSettings = this.getProviderSettings(); + const selectedThinkingLevel = this.resolveSelectedThinkingLevel(providerSettings, queryOptions); + if (!selectedThinkingLevel || this.currentThinkingLevel === selectedThinkingLevel) { + return; + } + await this.transport.request("set_thinking_level", { + level: selectedThinkingLevel + }); + this.currentThinkingLevel = selectedThinkingLevel; + } + async refreshState() { + if (!this.transport || this.transport.isClosed) { + return; + } + const response = await this.transport.request("get_state", {}, 1e4); + this.applyStateResponse(response); + } + async refreshStateAndSessionTarget() { + var _a5, _b3; + try { + await this.refreshState(); + this.currentSessionTarget = (_b3 = (_a5 = this.sessionFile) != null ? _a5 : this.sessionId) != null ? _b3 : null; + } catch (e2) { + } + } + applyStateResponse(response) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m; + const state = extractStateRecord(response); + this.sessionId = (_d = (_c2 = (_a5 = getString5(state.sessionId)) != null ? _a5 : getString5(state.session_id)) != null ? _c2 : getString5((_b3 = getRecord3(state.session)) == null ? void 0 : _b3.id)) != null ? _d : this.sessionId; + this.sessionFile = (_i = (_h2 = (_g = (_f2 = (_e2 = getString5(state.sessionFile)) != null ? _e2 : getString5(state.session_file)) != null ? _f2 : getString5(state.sessionPath)) != null ? _g : getString5(state.session_path)) != null ? _h2 : getString5(state.path)) != null ? _i : this.sessionFile; + this.leafEntryId = (_k3 = (_j = getString5(state.leafEntryId)) != null ? _j : getString5(state.leaf_entry_id)) != null ? _k3 : this.leafEntryId; + this.parentSession = (_m = (_l2 = getString5(state.parentSession)) != null ? _l2 : getString5(state.parent_session)) != null ? _m : this.parentSession; + } + async fetchUsage(queryOptions) { + var _a5; + if (!this.transport || this.transport.isClosed) { + return null; + } + const providerSettings = this.getProviderSettings(); + const selectedModel = this.resolveSelectedModel(providerSettings, queryOptions); + const fallbackContextWindow = selectedModel ? (_a5 = findPiModel(getPiProviderSettings(providerSettings), selectedModel)) == null ? void 0 : _a5.contextWindow : void 0; + const response = await this.transport.request("get_session_stats", {}, 1e4); + return buildPiUsageInfo(response, selectedModel, fallbackContextWindow); + } + async materializePendingFork(cwd, runtimeEnvText) { + var _a5; + if (!this.pendingFork) { + return; + } + const env = parseEnvironmentVariables(runtimeEnvText); + const sourceSessionFile = (_a5 = this.pendingForkSourceSessionFile) != null ? _a5 : findPiSessionFile( + this.pendingFork.sessionId, + cwd, + typeof env.PI_CODING_AGENT_SESSION_DIR === "string" ? env.PI_CODING_AGENT_SESSION_DIR : null + ); + if (!sourceSessionFile) { + throw new Error(`Pi fork source session not found: ${this.pendingFork.sessionId}`); + } + const forkedSession = await createPiForkSessionFile( + sourceSessionFile, + this.pendingFork.resumeAt, + { targetCwd: cwd } + ); + this.sessionId = forkedSession.sessionId; + this.sessionFile = forkedSession.sessionFile; + this.leafEntryId = forkedSession.leafEntryId; + this.parentSession = forkedSession.parentSession; + this.pendingFork = null; + this.pendingForkSourceSessionFile = null; + this.sessionInvalidated = false; + this.currentSessionTarget = null; + } + async resolveCurrentLeafEntryId() { + if (this.leafEntryId) { + return this.leafEntryId; + } + if (!this.sessionFile) { + return null; + } + try { + const content = await fsp2.readFile(this.sessionFile, "utf-8"); + const entries = parsePiSessionEntries(content).entries; + const activePath = resolvePiActivePath(entries); + const leafEntryId = getLastPiEntryId(activePath); + this.leafEntryId = leafEntryId; + return leafEntryId; + } catch (e2) { + return null; + } + } + async updateTurnMetadataFromSessionFile(previousLeafEntryId) { + var _a5; + if (!this.sessionFile) { + return; + } + try { + const content = await fsp2.readFile(this.sessionFile, "utf-8"); + const entries = parsePiSessionEntries(content).entries; + const activePath = resolvePiActivePath(entries); + if (activePath.length === 0) { + return; + } + this.leafEntryId = (_a5 = getLastPiEntryId(activePath)) != null ? _a5 : this.leafEntryId; + const previousLeafIndex = previousLeafEntryId ? activePath.findIndex((entry) => entry.id === previousLeafEntryId) : -1; + const newEntries = previousLeafIndex >= 0 ? activePath.slice(previousLeafIndex + 1) : activePath; + const userEntry = previousLeafIndex >= 0 ? newEntries.find((entry) => getPiEntryRole(entry) === "user") : findLastPiEntryByRole(newEntries, "user"); + const assistantEntry = findLastPiEntryByRole(newEntries, "assistant"); + if (userEntry == null ? void 0 : userEntry.id) { + this.currentTurnMetadata.userMessageId = userEntry.id; + } + if (assistantEntry == null ? void 0 : assistantEntry.id) { + this.currentTurnMetadata.assistantMessageId = assistantEntry.id; + } + } catch (e2) { + } + } + getSystemPromptSettings(vaultPath) { + return { + customPrompt: this.plugin.settings.systemPrompt, + mediaFolder: this.plugin.settings.mediaFolder, + userName: this.plugin.settings.userName, + vaultPath + }; + } + getProviderSettings() { + return ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + this.providerId + ); + } + resolveSelectedModel(providerSettings, queryOptions) { + const selectedModel = typeof (queryOptions == null ? void 0 : queryOptions.model) === "string" ? queryOptions.model : typeof providerSettings.model === "string" ? providerSettings.model : ""; + if (!selectedModel || selectedModel === PI_SYNTHETIC_MODEL_ID || !decodePiModelId(selectedModel)) { + return null; + } + return selectedModel; + } + resolveSelectedThinkingLevel(providerSettings, queryOptions) { + const selectedModel = this.resolveSelectedModel(providerSettings, queryOptions); + if (!selectedModel) { + return null; + } + const piSettings = getPiProviderSettings(providerSettings); + const selectedThinkingLevel = typeof providerSettings.effortLevel === "string" && providerSettings.effortLevel.trim() ? providerSettings.effortLevel.trim() : piSettings.preferredThinkingByModel[selectedModel]; + const selectedPiModel = findPiModel(piSettings, selectedModel); + if (selectedPiModel) { + return clampPiThinkingLevel(selectedThinkingLevel, selectedPiModel.thinkingLevels); + } + return selectedThinkingLevel != null ? selectedThinkingLevel : null; + } + buildRuntimeEnv(runtimeEnvText) { + return { + ...process.env, + ...parseEnvironmentVariables(runtimeEnvText) + }; + } + getCurrentProviderState() { + if (this.pendingFork) { + return { + forkSource: this.pendingFork, + ...this.pendingForkSourceSessionFile ? { forkSourceSessionFile: this.pendingForkSourceSessionFile } : {} + }; + } + return { + ...this.leafEntryId ? { leafEntryId: this.leafEntryId } : {}, + ...this.parentSession ? { parentSession: this.parentSession } : {}, + ...this.sessionFile ? { sessionFile: this.sessionFile } : {}, + ...this.sessionId ? { sessionId: this.sessionId } : {} + }; + } + setReady(ready) { + if (this.ready === ready) { + return; + } + this.ready = ready; + for (const listener of this.readyListeners) { + listener(ready); + } + } + formatRuntimeError(error48) { + var _a5; + const message = error48 instanceof Error ? error48.message : "Pi request failed"; + const stderr = (_a5 = this.process) == null ? void 0 : _a5.getStderrSnapshot(); + return stderr ? `${message} + +${stderr}` : message; + } + isSwitchableSessionFile(sessionFile) { + return typeof sessionFile === "string" && sessionFile.trim().length > 0 && path23.isAbsolute(sessionFile); + } + async switchSession(sessionFile, launchSpec, nextLaunchKey) { + var _a5, _b3; + try { + await this.transport.request("switch_session", { sessionPath: sessionFile }); + this.currentLaunchKey = nextLaunchKey; + this.currentSessionTarget = sessionFile; + this.sessionInvalidated = false; + } catch (e2) { + await this.shutdownProcess(); + await this.startProcess(launchSpec); + this.currentLaunchKey = nextLaunchKey; + this.currentSessionTarget = (_b3 = (_a5 = this.sessionFile) != null ? _a5 : this.sessionId) != null ? _b3 : null; + } + } +}; +function stripCompactCommand(text) { + return text.trim().replace(/^\/compact(?:\s|$)/i, "").trim(); +} +function isCompactCommand3(text) { + return /^\/compact(\s|$)/i.test(text); +} +function normalizePiRuntimeCommands(response) { + var _a5, _b3; + const records = Array.isArray(response) ? response : Array.isArray(getRecord3(response).commands) ? getRecord3(response).commands : []; + const commands = []; + const seen = /* @__PURE__ */ new Set(); + for (const record2 of records) { + const entry = getRecord3(record2); + const name = (_a5 = getString5(entry.name)) == null ? void 0 : _a5.replace(/^\/+/, ""); + if (!name || seen.has(name.toLowerCase())) { + continue; + } + seen.add(name.toLowerCase()); + const source = getString5(entry.source); + commands.push({ + content: "", + description: (_b3 = getString5(entry.description)) != null ? _b3 : void 0, + id: `pi:${source != null ? source : "runtime"}:${name}`, + kind: source === "skill" ? "skill" : "command", + name, + source: "sdk" + }); + } + return commands; +} +function extractStateRecord(response) { + var _a5, _b3; + const record2 = getRecord3(response); + return getRecord3((_b3 = (_a5 = record2.state) != null ? _a5 : record2.session) != null ? _b3 : response); +} +function getPiEntryRole(entry) { + var _a5; + const message = (_a5 = entry.message) != null ? _a5 : {}; + const role = getString5(message.role); + if (role) { + return role; + } + if (entry.type === "toolResult") { + return "toolResult"; + } + return null; +} +function getLastPiEntryId(entries) { + for (let i = entries.length - 1; i >= 0; i--) { + const id = entries[i].id; + if (id) { + return id; + } + } + return null; +} +function findLastPiEntryByRole(entries, role) { + for (let i = entries.length - 1; i >= 0; i--) { + if (getPiEntryRole(entries[i]) === role) { + return entries[i]; + } + } + return void 0; +} +function getRecord3(value) { + return value !== null && typeof value === "object" && !Array.isArray(value) ? value : {}; +} +function getString5(value) { + return typeof value === "string" && value.trim() ? value.trim() : null; +} + +// src/providers/pi/app/PiRuntimeCommandLoader.ts +var PiRuntimeCommandLoader = class { + isAvailable(settings11) { + return getPiProviderSettings(settings11).enabled; + } + async loadCommands(context) { + var _a5, _b3, _c2; + const persistedState = getPiState((_a5 = context.conversation) == null ? void 0 : _a5.providerState); + const hasPersistedSession = Boolean( + ((_b3 = context.conversation) == null ? void 0 : _b3.sessionId) || persistedState.sessionId || persistedState.sessionFile + ); + const shouldWarmBlankSession = context.allowSessionCreation === true && !context.conversation; + const shouldWarmPreSessionConversation = context.allowSessionCreation === true && !!context.conversation && !hasPersistedSession && context.conversation.messages.length > 0; + if (!hasPersistedSession && !shouldWarmBlankSession && !shouldWarmPreSessionConversation) { + return []; + } + const canReuseRuntime = ((_c2 = context.runtime) == null ? void 0 : _c2.providerId) === "pi" && context.runtime.isReady(); + const runtime = canReuseRuntime ? context.runtime : new PiChatRuntime(context.plugin); + try { + if (canReuseRuntime && context.conversation) { + runtime.syncConversationState(context.conversation, context.externalContextPaths); + } + const ready = await runtime.ensureReady({ + allowSessionCreation: false + }); + if (!ready) { + return []; + } + return await runtime.getSupportedCommands(); + } finally { + if (runtime !== context.runtime) { + runtime.cleanup(); + } + } + } +}; + +// src/providers/pi/app/PiWorkspaceServices.ts +var piTabWarmupPolicy = { + resolveMode() { + return "commands"; + } +}; +async function createPiWorkspaceServices() { + return { + cliResolver: new PiCliResolver(), + commandCatalog: new PiCommandCatalog(), + runtimeCommandLoader: new PiRuntimeCommandLoader(), + settingsTabRenderer: piSettingsTabRenderer, + tabWarmupPolicy: piTabWarmupPolicy + }; +} +var piWorkspaceRegistration = { + initialize: async () => createPiWorkspaceServices() +}; +function maybeGetPiWorkspaceServices() { + return ProviderWorkspaceRegistry.getServices("pi"); +} + +// src/providers/pi/runtime/PiAuxQueryRunner.ts +init_env(); +init_path(); +var PiAuxQueryRunner = class { + constructor(plugin, options) { + this.plugin = plugin; + this.options = options; + this.currentLaunchKey = null; + this.process = null; + this.transport = null; + } + async query(config2, prompt) { + var _a5, _b3, _c2, _d, _e2, _f2; + await this.ensureReady(config2.systemPrompt); + const transport = this.transport; + if (!transport) { + throw new Error("Pi auxiliary runtime is not ready."); + } + const model = this.resolveSelectedModel(config2.model); + if (model) { + const payload = buildPiSetModelPayload(model); + if (payload) { + await transport.request("set_model", payload); + } + } + let accumulatedText = ""; + const normalizationState = createPiEventNormalizationState(); + let terminalSettled = false; + let resolveTerminal; + let rejectTerminal; + const terminalPromise = new Promise((resolve8, reject) => { + resolveTerminal = () => { + if (terminalSettled) { + return; + } + terminalSettled = true; + resolve8(); + }; + rejectTerminal = (error48) => { + if (terminalSettled) { + return; + } + terminalSettled = true; + reject(error48); + }; + }); + terminalPromise.catch(() => { + }); + const removeListener = transport.onEvent((event) => { + var _a6; + if (event.type === "extension_ui_request") { + const id = typeof event.id === "string" && event.id.trim() ? event.id.trim() : ""; + if (id) { + transport.send({ + cancelled: true, + id, + type: "extension_ui_response" + }); + } + return; + } + if (event.type === "agent_end") { + resolveTerminal(); + return; + } + if (event.type === "error") { + rejectTerminal(new Error( + typeof event.error === "string" ? event.error : "Pi auxiliary request failed" + )); + return; + } + for (const chunk of normalizePiRpcEvent(event, normalizationState)) { + if (chunk.type === "error") { + rejectTerminal(new Error(chunk.content)); + continue; + } + if (chunk.type !== "text") { + continue; + } + accumulatedText += chunk.content; + (_a6 = config2.onTextChunk) == null ? void 0 : _a6.call(config2, accumulatedText); + } + }); + const removeCloseListener = transport.onClose((error48) => { + rejectTerminal(error48 != null ? error48 : new Error("Pi auxiliary runtime closed before completion.")); + }); + const abortHandler = () => { + transport.send({ type: "abort" }); + rejectTerminal(new Error("Cancelled")); + }; + (_a5 = config2.abortController) == null ? void 0 : _a5.signal.addEventListener("abort", abortHandler, { once: true }); + try { + if ((_b3 = config2.abortController) == null ? void 0 : _b3.signal.aborted) { + throw new Error("Cancelled"); + } + const promptRequest = transport.request("prompt", { message: prompt }); + promptRequest.catch(() => { + }); + await Promise.race([promptRequest, terminalPromise]); + await terminalPromise; + if ((_c2 = config2.abortController) == null ? void 0 : _c2.signal.aborted) { + throw new Error("Cancelled"); + } + return accumulatedText; + } catch (error48) { + const message = error48 instanceof Error ? error48.message : "Pi request failed"; + const stderr = (_d = this.process) == null ? void 0 : _d.getStderrSnapshot(); + if ((_e2 = config2.abortController) == null ? void 0 : _e2.signal.aborted) { + this.reset(); + } + throw new Error( + stderr ? `${message} + +${stderr}` : message, + error48 instanceof Error ? { cause: error48 } : void 0 + ); + } finally { + (_f2 = config2.abortController) == null ? void 0 : _f2.signal.removeEventListener("abort", abortHandler); + removeCloseListener(); + removeListener(); + } + } + reset() { + var _a5; + this.currentLaunchKey = null; + (_a5 = this.transport) == null ? void 0 : _a5.dispose(); + this.transport = null; + if (this.process) { + void this.process.shutdown().catch(() => { + }); + this.process = null; + } + } + async ensureReady(systemPrompt) { + var _a5, _b3; + const settingsBag = this.plugin.settings; + const settings11 = getPiProviderSettings(settingsBag); + const command = (_a5 = this.plugin.getResolvedProviderCliPath("pi")) != null ? _a5 : "pi"; + const cwd = (_b3 = getVaultPath(this.plugin.app)) != null ? _b3 : process.cwd(); + const envText = getRuntimeEnvironmentText(settingsBag, "pi"); + const env = { + ...process.env, + ...parseEnvironmentVariables(envText) + }; + const launchSpec = buildPiLaunchSpec({ + command, + cwd, + env, + envText, + noSession: true, + noTools: this.options.profile === "passive", + settings: { + ...settings11, + toolMode: this.options.profile === "readonly" ? "readonly" : settings11.toolMode + }, + systemPrompt + }); + if (this.process && this.transport && this.process.isAlive() && !this.transport.isClosed && this.currentLaunchKey === launchSpec.launchKey) { + return; + } + this.reset(); + this.process = new PiSubprocess(launchSpec); + this.process.start(); + this.transport = new PiRpcTransport({ + input: this.process.stdout, + onClose: (listener) => this.process.onClose(listener), + output: this.process.stdin + }); + this.transport.start(); + this.currentLaunchKey = launchSpec.launchKey; + } + resolveSelectedModel(explicitModel) { + if (explicitModel && decodePiModelId(explicitModel)) { + return explicitModel; + } + const projectedSettings = ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + "pi" + ); + const selectedModel = typeof projectedSettings.model === "string" ? projectedSettings.model : ""; + return decodePiModelId(selectedModel) ? selectedModel : void 0; + } +}; + +// src/providers/pi/auxiliary/PiInlineEditService.ts +var PiInlineEditService = class extends QueryBackedInlineEditService { + constructor(plugin) { + super(new PiAuxQueryRunner(plugin, { profile: "readonly" })); + } +}; + +// src/providers/pi/auxiliary/PiInstructionRefineService.ts +var PiInstructionRefineService = class extends QueryBackedInstructionRefineService { + constructor(plugin) { + super(new PiAuxQueryRunner(plugin, { profile: "passive" })); + } +}; + +// src/providers/pi/auxiliary/PiTaskResultInterpreter.ts +var PiTaskResultInterpreter = class { + hasAsyncLaunchMarker(_toolUseResult) { + return false; + } + extractAgentId(_toolUseResult) { + return null; + } + extractStructuredResult(_toolUseResult) { + return null; + } + resolveTerminalStatus(_toolUseResult, fallbackStatus) { + return fallbackStatus; + } + extractTagValue(_payload, _tagName) { + return null; + } +}; + +// src/providers/pi/ui/PiChatUIConfig.ts +var PI_MODELS = [ + { value: PI_SYNTHETIC_MODEL_ID, label: "Pi", description: "Configure models in settings" } +]; +var DEFAULT_PI_REASONING_LEVELS = getPiSupportedThinkingLevels({ reasoning: true }); +var DEFAULT_CONTEXT_WINDOW3 = 2e5; +var PI_PERMISSION_MODE_TOGGLE = { + inactiveValue: "normal", + inactiveLabel: "Read-only", + activeValue: "yolo", + activeLabel: "All tools" +}; +var piChatUIConfig = { + getModelOptions(settings11) { + var _a5, _b3, _c2, _d; + const piSettings = getPiProviderSettings(settings11); + const discoveredModels = new Map(piSettings.discoveredModels.map((model) => [ + model.encodedId, + buildModelOption(model, piSettings.modelAliases[model.encodedId]) + ])); + const savedProviderModel = settings11.savedProviderModel && typeof settings11.savedProviderModel === "object" && !Array.isArray(settings11.savedProviderModel) ? settings11.savedProviderModel : null; + const options = []; + const seen = /* @__PURE__ */ new Set(); + for (const encodedId of piSettings.visibleModels) { + pushOption2( + options, + seen, + encodedId, + (_b3 = discoveredModels.get(encodedId)) != null ? _b3 : { + description: "Configured model", + label: (_a5 = piSettings.modelAliases[encodedId]) != null ? _a5 : formatFallbackLabel(encodedId), + value: encodedId + } + ); + } + const selectedModelValues = [ + typeof settings11.model === "string" ? settings11.model : "", + typeof (savedProviderModel == null ? void 0 : savedProviderModel.pi) === "string" ? savedProviderModel.pi : "" + ]; + for (const model of selectedModelValues) { + if (!model || model === PI_SYNTHETIC_MODEL_ID || !decodePiModelId(model)) { + continue; + } + pushOption2( + options, + seen, + model, + (_d = discoveredModels.get(model)) != null ? _d : { + description: "Selected in an existing session", + label: (_c2 = piSettings.modelAliases[model]) != null ? _c2 : formatFallbackLabel(model), + value: model + } + ); + } + return options.length > 0 ? options : [...PI_MODELS]; + }, + ownsModel(model) { + return model === PI_SYNTHETIC_MODEL_ID || decodePiModelId(model) !== null; + }, + isAdaptiveReasoningModel(model, settings11) { + const piModel = getCachedModel(model, settings11); + if (piModel) { + return piModel.thinkingLevels.some((level) => level !== "off"); + } + return !!decodePiModelId(model); + }, + getReasoningOptions(model, settings11) { + var _a5; + const piModel = getCachedModel(model, settings11); + const levels = (_a5 = piModel == null ? void 0 : piModel.thinkingLevels) != null ? _a5 : decodePiModelId(model) ? DEFAULT_PI_REASONING_LEVELS : ["off"]; + return levels.map((level) => ({ + label: formatThinkingLevelLabel(level), + value: level + })); + }, + getDefaultReasoningValue(model, settings11) { + const piModel = getCachedModel(model, settings11); + if (!piModel) { + return decodePiModelId(model) ? PI_DEFAULT_THINKING_LEVEL : "off"; + } + const piSettings = getPiProviderSettings(settings11); + return clampPiThinkingLevel( + piSettings.preferredThinkingByModel[piModel.encodedId], + piModel.thinkingLevels + ); + }, + getContextWindowSize(model, customLimits, settings11) { + var _a5, _b3; + const metadataContextWindow = settings11 ? (_a5 = getCachedModel(model, settings11)) == null ? void 0 : _a5.contextWindow : void 0; + return (_b3 = metadataContextWindow != null ? metadataContextWindow : customLimits == null ? void 0 : customLimits[model]) != null ? _b3 : DEFAULT_CONTEXT_WINDOW3; + }, + isDefaultModel(model) { + return isPiModelSelectionId(model); + }, + applyModelDefaults(model, settings11) { + if (!settings11 || typeof settings11 !== "object" || Array.isArray(settings11)) { + return; + } + const settingsBag = settings11; + if (!decodePiModelId(model)) { + settingsBag.effortLevel = "off"; + return; + } + settingsBag.model = model; + settingsBag.effortLevel = this.getDefaultReasoningValue(model, settingsBag); + }, + applyReasoningSelection(model, value, settings11) { + var _a5, _b3; + if (!settings11 || typeof settings11 !== "object" || Array.isArray(settings11)) { + return; + } + const settingsBag = settings11; + const piModel = getCachedModel(model, settingsBag); + const encodedId = (_a5 = piModel == null ? void 0 : piModel.encodedId) != null ? _a5 : decodePiModelId(model) ? model : ""; + if (!encodedId) { + return; + } + const supportedLevels = (_b3 = piModel == null ? void 0 : piModel.thinkingLevels) != null ? _b3 : DEFAULT_PI_REASONING_LEVELS; + const nextPreferredThinkingByModel = { + ...getPiProviderSettings(settingsBag).preferredThinkingByModel + }; + const normalizedValue = value; + if (!supportedLevels.includes(normalizedValue)) { + delete nextPreferredThinkingByModel[encodedId]; + } else { + nextPreferredThinkingByModel[encodedId] = normalizedValue; + } + updatePiProviderSettings(settingsBag, { + preferredThinkingByModel: nextPreferredThinkingByModel + }); + }, + normalizeModelVariant(model) { + return decodePiModelId(model) ? model : model; + }, + getCustomModelIds() { + return /* @__PURE__ */ new Set(); + }, + getModeSelector() { + return null; + }, + getPermissionModeToggle() { + return PI_PERMISSION_MODE_TOGGLE; + }, + resolvePermissionMode(settings11) { + return getPiProviderSettings(settings11).toolMode === "readonly" ? "normal" : "yolo"; + }, + applyPermissionMode(value, settings11) { + if (!settings11 || typeof settings11 !== "object" || Array.isArray(settings11)) { + return; + } + const settingsBag = settings11; + settingsBag.permissionMode = value; + updatePiProviderSettings(settingsBag, { + toolMode: value === "normal" ? "readonly" : "all" + }); + }, + getProviderIcon() { + return PI_PROVIDER_ICON; + } +}; +function getCachedModel(model, settings11) { + var _a5; + if (!decodePiModelId(model)) { + return null; + } + return (_a5 = getPiProviderSettings(settings11).discoveredModels.find((entry) => entry.encodedId === model)) != null ? _a5 : null; +} +function buildModelOption(model, alias) { + return { + description: `${model.provider} runtime`, + group: model.provider, + label: alias != null ? alias : model.label, + value: model.encodedId + }; +} +function formatFallbackLabel(encodedId) { + const decoded = decodePiModelId(encodedId); + return decoded ? `${decoded.provider}/${decoded.modelId}` : "Pi"; +} +function formatThinkingLevelLabel(value) { + return value === "xhigh" ? "XHigh" : value.charAt(0).toUpperCase() + value.slice(1); +} +function pushOption2(target, seenValues, value, option) { + if (seenValues.has(value)) { + return; + } + seenValues.add(value); + target.push(option); +} + +// src/providers/pi/auxiliary/PiTitleGenerationService.ts +var PiTitleGenerationService = class extends QueryBackedTitleGenerationService { + constructor(plugin) { + super({ + createRunner: () => new PiAuxQueryRunner(plugin, { profile: "passive" }), + resolveModel: () => { + const settings11 = plugin.settings; + const titleModel = typeof settings11.titleGenerationModel === "string" ? settings11.titleGenerationModel : ""; + return piChatUIConfig.ownsModel(titleModel, settings11) ? titleModel : void 0; + } + }); + } +}; + +// src/providers/pi/env/PiSettingsReconciler.ts +init_env(); +var PI_ENV_HASH_KEYS = [ + "PI_CODING_AGENT_DIR", + "PI_CODING_AGENT_SESSION_DIR", + "PI_PACKAGE_DIR", + "PI_OFFLINE", + "PI_SKIP_VERSION_CHECK", + "PI_TELEMETRY", + "PI_CACHE_RETENTION" +]; +function computePiEnvHash(envText) { + const envVars = parseEnvironmentVariables(envText || ""); + return PI_ENV_HASH_KEYS.filter((key) => envVars[key]).map((key) => `${key}=${envVars[key]}`).sort().join("|"); +} +var piSettingsReconciler = { + handleEnvironmentChange(settings11) { + const current = getPiProviderSettings(settings11); + if (current.discoveredModels.length === 0) { + return false; + } + updatePiProviderSettings(settings11, { + discoveredModels: [] + }); + return true; + }, + reconcileModelWithEnvironment(settings11, conversations) { + const envText = getRuntimeEnvironmentText(settings11, "pi"); + const currentHash = computePiEnvHash(envText); + const savedHash = getPiProviderSettings(settings11).environmentHash; + if (currentHash === savedHash) { + return { changed: false, invalidatedConversations: [] }; + } + const invalidatedConversations = []; + for (const conversation of conversations) { + if (conversation.providerId !== "pi") { + continue; + } + const state = getPiState(conversation.providerState); + if (!conversation.sessionId && !state.sessionId && !state.sessionFile) { + continue; + } + conversation.sessionId = null; + conversation.providerState = void 0; + invalidatedConversations.push(conversation); + } + updatePiProviderSettings(settings11, { environmentHash: currentHash }); + return { changed: true, invalidatedConversations }; + }, + normalizeModelVariantSettings(settings11) { + const piSettings = getPiProviderSettings(settings11); + let changed = false; + const normalizeSelection = (value, fallback) => { + if (typeof value !== "string" || !isPiModelSelectionId(value)) { + return null; + } + if (value === "pi") { + return value; + } + const decoded = decodePiModelId(value); + if (decoded) { + return encodePiModelId(decoded.provider, decoded.modelId); + } + return fallback === "synthetic" ? "pi" : ""; + }; + const modelSelection = normalizeSelection(settings11.model, "synthetic"); + if (typeof settings11.model === "string" && modelSelection && settings11.model !== modelSelection) { + settings11.model = modelSelection; + changed = true; + } + const titleModelSelection = normalizeSelection(settings11.titleGenerationModel, "clear"); + if (typeof settings11.titleGenerationModel === "string" && titleModelSelection !== null && settings11.titleGenerationModel !== titleModelSelection) { + settings11.titleGenerationModel = titleModelSelection; + changed = true; + } + const savedProviderModelRaw = settings11.savedProviderModel; + if (savedProviderModelRaw && typeof savedProviderModelRaw === "object" && !Array.isArray(savedProviderModelRaw)) { + const savedProviderModel = savedProviderModelRaw; + const savedSelection = normalizeSelection(savedProviderModel.pi, "clear"); + if (typeof savedProviderModel.pi === "string" && savedSelection !== null && savedProviderModel.pi !== savedSelection) { + if (savedSelection) { + savedProviderModel.pi = savedSelection; + } else { + delete savedProviderModel.pi; + } + changed = true; + } + } + const normalizedVisibleModels = normalizePiVisibleModels( + piSettings.visibleModels, + piSettings.discoveredModels + ); + const shouldUpdateProviderSettings = !sameStringList2(normalizedVisibleModels, piSettings.visibleModels); + if (shouldUpdateProviderSettings) { + updatePiProviderSettings(settings11, { + visibleModels: normalizedVisibleModels + }); + changed = true; + } + if (typeof settings11.effortLevel === "string" && !settings11.effortLevel.trim()) { + settings11.effortLevel = getDefaultPiEffortForSelection(settings11.model, piSettings); + changed = true; + } + return changed; + } +}; +function getDefaultPiEffortForSelection(selection, piSettings) { + if (typeof selection !== "string") { + return "off"; + } + const decoded = decodePiModelId(selection); + if (!decoded) { + return "off"; + } + const model = findPiModel(piSettings, encodePiModelId(decoded.provider, decoded.modelId)); + return model ? clampPiThinkingLevel(PI_DEFAULT_THINKING_LEVEL, model.thinkingLevels) : PI_DEFAULT_THINKING_LEVEL; +} + +// src/providers/pi/history/PiConversationHistoryService.ts +var fs25 = __toESM(require("node:fs/promises")); +var PiConversationHistoryService = class { + constructor() { + this.hydratedKeys = /* @__PURE__ */ new Map(); + } + async hydrateConversationHistory(conversation, vaultPath) { + var _a5, _b3, _c2, _d, _e2; + const state = getPiState(conversation.providerState); + if (this.isPendingForkConversation(conversation)) { + if (conversation.messages.length > 0) { + return; + } + const sourceSessionFile = (_a5 = state.forkSourceSessionFile) != null ? _a5 : findPiSessionFile(state.forkSource.sessionId, vaultPath); + if (!sourceSessionFile) { + this.hydratedKeys.delete(conversation.id); + return; + } + try { + const content = await fs25.readFile(sourceSessionFile, "utf-8"); + const messages = parsePiSessionContent(content, { + leafEntryId: state.forkSource.resumeAt, + requireLeafEntryId: true + }); + if (messages.length === 0) { + this.hydratedKeys.delete(conversation.id); + return; + } + conversation.messages = messages; + this.hydratedKeys.set(conversation.id, `fork::${sourceSessionFile}::${state.forkSource.resumeAt}`); + } catch (e2) { + this.hydratedKeys.delete(conversation.id); + } + return; + } + const sessionTarget = (_c2 = (_b3 = state.sessionFile) != null ? _b3 : state.sessionId) != null ? _c2 : conversation.sessionId; + if (!sessionTarget) { + this.hydratedKeys.delete(conversation.id); + return; + } + const sessionFile = (_d = state.sessionFile) != null ? _d : findPiSessionFile(sessionTarget, vaultPath); + if (!sessionFile) { + this.hydratedKeys.delete(conversation.id); + return; + } + const hydrationKey = `${sessionFile}::${(_e2 = state.leafEntryId) != null ? _e2 : ""}`; + if (conversation.messages.length > 0 && this.hydratedKeys.get(conversation.id) === hydrationKey) { + return; + } + try { + const content = await fs25.readFile(sessionFile, "utf-8"); + const messages = parsePiSessionContent(content, { + leafEntryId: state.leafEntryId + }); + if (messages.length === 0) { + this.hydratedKeys.delete(conversation.id); + return; + } + conversation.messages = messages; + this.hydratedKeys.set(conversation.id, hydrationKey); + } catch (e2) { + this.hydratedKeys.delete(conversation.id); + } + } + async deleteConversationSession(_conversation, _vaultPath) { + } + resolveSessionIdForConversation(conversation) { + var _a5, _b3, _c2, _d, _e2; + const state = getPiState(conversation == null ? void 0 : conversation.providerState); + return (_e2 = (_d = (_b3 = (_a5 = state.sessionFile) != null ? _a5 : state.sessionId) != null ? _b3 : conversation == null ? void 0 : conversation.sessionId) != null ? _d : (_c2 = state.forkSource) == null ? void 0 : _c2.sessionId) != null ? _e2 : null; + } + isPendingForkConversation(_conversation) { + const state = getPiState(_conversation.providerState); + return !!state.forkSource && !state.sessionId && !state.sessionFile && !_conversation.sessionId; + } + buildForkProviderState(sourceSessionId, resumeAt, sourceProviderState) { + var _a5; + const sourceState = getPiState(sourceProviderState); + const sourceSessionFile = (_a5 = sourceState.sessionFile) != null ? _a5 : sourceState.forkSourceSessionFile; + return buildPersistedPiState({ + forkSource: { sessionId: sourceSessionId, resumeAt }, + ...sourceSessionFile ? { forkSourceSessionFile: sourceSessionFile } : {} + }); + } + buildPersistedProviderState(conversation) { + return buildPersistedPiState(getPiState(conversation.providerState)); + } +}; + +// src/providers/pi/ui/ObsidianPiExtensionUiRenderer.ts +var import_obsidian21 = require("obsidian"); +var ObsidianPiExtensionUiRenderer = class { + constructor(app) { + this.app = app; + } + async select(request, signal) { + return new PiSelectModal(this.app, request, signal).openAndWait(); + } + async confirm(request, signal) { + return new PiConfirmModal(this.app, request, signal).openAndWait(); + } + async input(request, signal) { + return new PiTextModal(this.app, request, signal, false).openAndWait(); + } + async editor(request, signal) { + return new PiTextModal(this.app, request, signal, true).openAndWait(); + } + notify(request) { + new import_obsidian21.Notice(getDisplayText(request)); + } + setStatus(_request) { + } + setWidget(_request) { + } + setTitle(_request) { + } + setEditorText(_request) { + } +}; +function getDisplayText(request) { + const message = typeof request.message === "string" ? request.message.trim() : ""; + const title = typeof request.title === "string" ? request.title.trim() : ""; + return message || title || "Pi extension notification."; +} +function getTitle(request, fallback) { + return typeof request.title === "string" && request.title.trim() ? request.title.trim() : fallback; +} +function getMessage(request) { + return typeof request.message === "string" ? request.message.trim() : ""; +} +function getSelectOptions(request) { + const rawOptions = Array.isArray(request.options) ? request.options : []; + return rawOptions.flatMap((option) => { + if (typeof option === "string" && option.trim()) { + return [{ label: option.trim(), value: option.trim() }]; + } + if (!option || typeof option !== "object" || Array.isArray(option)) { + return []; + } + const record2 = option; + const value = typeof record2.value === "string" ? record2.value.trim() : ""; + const label = typeof record2.label === "string" && record2.label.trim() ? record2.label.trim() : value; + return value ? [{ label, value }] : []; + }); +} +var PiExtensionModal = class extends import_obsidian21.Modal { + constructor(app, request, signal) { + super(app); + this.request = request; + this.signal = signal; + this.done = false; + this.resultPromise = new Promise((resolve8) => { + this.resolve = resolve8; + }); + } + openAndWait() { + if (this.signal.aborted) { + return Promise.resolve(this.cancelledResult()); + } + const abortHandler = () => { + this.finish(this.cancelledResult()); + this.close(); + }; + this.signal.addEventListener("abort", abortHandler, { once: true }); + this.resultPromise.finally(() => { + this.signal.removeEventListener("abort", abortHandler); + }); + this.open(); + return this.resultPromise; + } + onOpen() { + this.contentEl.empty(); + this.contentEl.addClass("claudian-pi-extension-modal"); + this.render(); + } + onClose() { + this.finish(this.cancelledResult()); + } + finish(result) { + if (this.done) { + return; + } + this.done = true; + this.resolve(result); + } + renderHeader(fallbackTitle) { + this.contentEl.createEl("h2", { text: getTitle(this.request, fallbackTitle) }); + const message = getMessage(this.request); + if (message) { + this.contentEl.createEl("p", { text: message }); + } + } +}; +var PiSelectModal = class extends PiExtensionModal { + cancelledResult() { + return { cancelled: true }; + } + render() { + this.renderHeader("Pi extension"); + const options = getSelectOptions(this.request); + const listEl = this.contentEl.createDiv({ cls: "claudian-pi-extension-options" }); + for (const option of options) { + const button = listEl.createEl("button", { text: option.label }); + button.addEventListener("click", () => { + this.finish({ value: option.value }); + this.close(); + }); + } + this.renderCancelButton(); + } + renderCancelButton() { + const cancelButton = this.contentEl.createEl("button", { text: "Cancel" }); + cancelButton.addEventListener("click", () => { + this.finish({ cancelled: true }); + this.close(); + }); + } +}; +var PiConfirmModal = class extends PiExtensionModal { + cancelledResult() { + return { cancelled: true }; + } + render() { + this.renderHeader("Pi extension"); + const actionsEl = this.contentEl.createDiv({ cls: "claudian-pi-extension-actions" }); + const confirmButton = actionsEl.createEl("button", { text: "Confirm" }); + confirmButton.addEventListener("click", () => { + this.finish({ confirmed: true }); + this.close(); + }); + const cancelButton = actionsEl.createEl("button", { text: "Cancel" }); + cancelButton.addEventListener("click", () => { + this.finish({ confirmed: false }); + this.close(); + }); + } +}; +var PiTextModal = class extends PiExtensionModal { + constructor(app, request, signal, multiline) { + super(app, request, signal); + this.multiline = multiline; + } + cancelledResult() { + return { cancelled: true }; + } + render() { + this.renderHeader("Pi extension"); + const initialValue = typeof this.request.value === "string" ? this.request.value : typeof this.request.defaultValue === "string" ? this.request.defaultValue : ""; + const input = this.multiline ? this.contentEl.createEl("textarea") : this.contentEl.createEl("input", { type: "text" }); + input.value = initialValue; + if (this.multiline) { + input.rows = 8; + } + const actionsEl = this.contentEl.createDiv({ cls: "claudian-pi-extension-actions" }); + const submitButton = actionsEl.createEl("button", { text: "Submit" }); + submitButton.addEventListener("click", () => { + this.finish({ value: input.value }); + this.close(); + }); + const cancelButton = actionsEl.createEl("button", { text: "Cancel" }); + cancelButton.addEventListener("click", () => { + this.finish({ cancelled: true }); + this.close(); + }); + window.setTimeout(() => input.focus(), 0); + } +}; + +// src/providers/pi/registration.ts +var piProviderRegistration = { + blankTabOrder: 11, + capabilities: PI_PROVIDER_CAPABILITIES, + chatUIConfig: piChatUIConfig, + createInlineEditService: (plugin) => new PiInlineEditService(plugin), + createInstructionRefineService: (plugin) => new PiInstructionRefineService(plugin), + createRuntime: ({ plugin }) => new PiChatRuntime(plugin, { + extensionUiRenderer: new ObsidianPiExtensionUiRenderer(plugin.app) + }), + createTitleGenerationService: (plugin) => new PiTitleGenerationService(plugin), + displayName: "Pi", + environmentKeyPatterns: [/^PI_/i], + historyService: new PiConversationHistoryService(), + isEnabled: (settings11) => getPiProviderSettings(settings11).enabled, + settingsReconciler: piSettingsReconciler, + taskResultInterpreter: new PiTaskResultInterpreter() +}; + +// src/providers/index.ts +var builtInProvidersRegistered = false; +function registerBuiltInProviders() { + if (builtInProvidersRegistered) { + return; + } + ProviderRegistry.register("claude", claudeProviderRegistration); + ProviderRegistry.register("codex", codexProviderRegistration); + ProviderRegistry.register("opencode", opencodeProviderRegistration); + ProviderRegistry.register("pi", piProviderRegistration); + ProviderWorkspaceRegistry.register("claude", claudeWorkspaceRegistration); + ProviderWorkspaceRegistry.register("codex", codexWorkspaceRegistration); + ProviderWorkspaceRegistry.register("opencode", opencodeWorkspaceRegistration); + ProviderWorkspaceRegistry.register("pi", piWorkspaceRegistration); + builtInProvidersRegistered = true; +} +registerBuiltInProviders(); + +// src/main.ts +var import_obsidian50 = require("obsidian"); + +// src/app/storage/SharedStorageService.ts +var import_obsidian22 = require("obsidian"); +function isRecord6(value) { + return !!value && typeof value === "object" && !Array.isArray(value); +} +var SharedStorageService = class { + constructor(plugin) { + this.plugin = plugin; + this.adapter = new VaultFileAdapter(plugin.app); + this.claudianSettings = new ClaudianSettingsStorage(this.adapter); + this.sessions = new SessionStorage(this.adapter); + } + async initialize() { + await this.ensureDirectories(); + const claudian = await this.claudianSettings.load(); + return { claudian }; + } + async saveClaudianSettings(settings11) { + await this.claudianSettings.save(settings11); + } + async setTabManagerState(state) { + try { + const loaded = await this.plugin.loadData(); + const data = isRecord6(loaded) ? loaded : {}; + data.tabManagerState = state; + await this.plugin.saveData(data); + } catch (e2) { + new import_obsidian22.Notice("Failed to save tab layout"); + } + } + async getTabManagerState() { + try { + const data = await this.plugin.loadData(); + if (!isRecord6(data) || !data.tabManagerState) { + return null; + } + return this.validateTabManagerState(data.tabManagerState); + } catch (e2) { + return null; + } + } + getAdapter() { + return this.adapter; + } + async ensureDirectories() { + await this.adapter.ensureFolder(CLAUDIAN_STORAGE_PATH); + await this.adapter.ensureFolder(SESSIONS_PATH); + } + validateTabManagerState(data) { + if (!data || typeof data !== "object") { + return null; + } + const state = data; + if (!Array.isArray(state.openTabs)) { + return null; + } + const validatedTabs = []; + for (const tab of state.openTabs) { + if (!tab || typeof tab !== "object") { + continue; + } + const tabObj = tab; + if (typeof tabObj.tabId !== "string") { + continue; + } + validatedTabs.push({ + tabId: tabObj.tabId, + conversationId: typeof tabObj.conversationId === "string" ? tabObj.conversationId : null, + ...typeof tabObj.draftModel === "string" ? { draftModel: tabObj.draftModel } : {} + }); + } + return { + openTabs: validatedTabs, + activeTabId: typeof state.activeTabId === "string" ? state.activeTabId : null + }; + } +}; + +// src/features/chat/ClaudianView.ts +var import_obsidian46 = require("obsidian"); + +// src/utils/animationFrame.ts +function getRendererWindow() { + return typeof window === "undefined" ? null : window; +} +function scheduleAnimationFrame(callback, ownerWindow = getRendererWindow()) { + const targetWindow = ownerWindow != null ? ownerWindow : getRendererWindow(); + if (!targetWindow) { + callback(); + return { kind: "timeout", id: 0, ownerWindow: null }; + } + if (typeof targetWindow.requestAnimationFrame === "function") { + return { + kind: "raf", + id: targetWindow.requestAnimationFrame(() => callback()), + ownerWindow: targetWindow + }; + } + return { + kind: "timeout", + id: targetWindow.setTimeout(callback, 16), + ownerWindow: targetWindow + }; +} +function cancelScheduledAnimationFrame(frame) { + var _a5; + const targetWindow = (_a5 = frame.ownerWindow) != null ? _a5 : getRendererWindow(); + if (!targetWindow) return; + if (frame.kind === "raf" && typeof targetWindow.cancelAnimationFrame === "function") { + targetWindow.cancelAnimationFrame(frame.id); + return; + } + targetWindow.clearTimeout(frame.id); +} + +// src/features/chat/tabs/Tab.ts +var import_obsidian43 = require("obsidian"); + +// src/core/providers/modelRouting.ts +function getProviderForModel(model, settings11) { + return ProviderRegistry.resolveProviderForModel(model, settings11); +} +function getEnabledProviderForModel(model, settings11, fallbackProviderId) { + return ProviderRegistry.resolveProviderForModel(model, settings11, { + onlyEnabledProviders: true, + fallbackProviderId + }); +} + +// src/core/commands/builtInCommands.ts +var BUILT_IN_COMMANDS = [ + { + name: "clear", + aliases: ["new"], + description: "Start a new conversation", + action: "clear" + }, + { + name: "add-dir", + description: "Add external context directory", + action: "add-dir", + hasArgs: true, + argumentHint: "[path/to/directory]" + }, + { + name: "resume", + description: "Resume a previous conversation", + action: "resume", + requiredCapability: "supportsNativeHistory" + }, + { + name: "fork", + description: "Fork entire conversation to new session", + action: "fork", + requiredCapability: "supportsFork" + } +]; +var commandMap = /* @__PURE__ */ new Map(); +for (const cmd of BUILT_IN_COMMANDS) { + commandMap.set(cmd.name.toLowerCase(), cmd); + if (cmd.aliases) { + for (const alias of cmd.aliases) { + commandMap.set(alias.toLowerCase(), cmd); + } + } +} +function resolveCapabilities(context) { + if (typeof context !== "string") { + return context; + } + try { + return ProviderRegistry.getCapabilities(context); + } catch (e2) { + return null; + } +} +function isBuiltInCommandSupported(command, context) { + if (!command.requiredCapability || !context) { + return true; + } + const capabilities = resolveCapabilities(context); + return capabilities ? capabilities[command.requiredCapability] : false; +} +function detectBuiltInCommand(input) { + const trimmed = input.trim(); + if (!trimmed.startsWith("/")) return null; + const match = trimmed.match(/^\/([a-zA-Z0-9_-]+)(?:\s(.*))?$/); + if (!match) return null; + const cmdName = match[1].toLowerCase(); + const command = commandMap.get(cmdName); + if (!command) return null; + const args = (match[2] || "").trim(); + return { command, args }; +} +function getBuiltInCommandsForDropdown(context) { + return BUILT_IN_COMMANDS.filter((cmd) => isBuiltInCommandSupported(cmd, context)).map((cmd) => ({ + id: `builtin:${cmd.name}`, + name: cmd.name, + description: cmd.description, + content: "", + // Built-in commands don't have prompt content + argumentHint: cmd.argumentHint + })); +} + +// src/shared/components/SlashCommandDropdown.ts +var SlashCommandDropdown = class { + constructor(containerEl, inputEl, callbacks, options = {}) { + this.dropdownEl = null; + this.enabled = true; + this.triggerStartIndex = -1; + this.activeTriggerChar = "/"; + this.selectedIndex = 0; + this.filteredItems = []; + this.cachedProviderEntries = []; + this.providerEntriesFetched = false; + this.requestId = 0; + var _a5, _b3, _c2, _d; + this.containerEl = containerEl; + this.inputEl = inputEl; + this.callbacks = callbacks; + this.isFixed = (_a5 = options.fixed) != null ? _a5 : false; + this.hiddenCommands = (_b3 = options.hiddenCommands) != null ? _b3 : /* @__PURE__ */ new Set(); + this.providerConfig = (_c2 = options.providerConfig) != null ? _c2 : null; + this.getProviderEntries = (_d = options.getProviderEntries) != null ? _d : null; + this.onInput = () => this.handleInputChange(); + this.inputEl.addEventListener("input", this.onInput); + } + setEnabled(enabled) { + this.enabled = enabled; + if (!enabled) { + this.hide(); + } + } + setHiddenCommands(commands) { + this.hiddenCommands = commands; + } + setProviderCatalog(config2, getEntries) { + this.providerConfig = config2; + this.getProviderEntries = getEntries; + this.cachedProviderEntries = []; + this.providerEntriesFetched = false; + this.requestId = 0; + } + handleInputChange() { + var _a5, _b3; + if (!this.enabled) return; + const text = this.getInputValue(); + const cursorPos = this.getCursorPosition(); + const textBeforeCursor = text.substring(0, cursorPos); + const triggerChars = (_b3 = (_a5 = this.providerConfig) == null ? void 0 : _a5.triggerChars) != null ? _b3 : ["/"]; + let triggerIndex = -1; + let triggerChar = ""; + for (let i = cursorPos - 1; i >= 0; i--) { + const ch2 = textBeforeCursor.charAt(i); + if (/\s/.test(ch2)) break; + if (triggerChars.includes(ch2)) { + if (i === 0 || /\s/.test(textBeforeCursor.charAt(i - 1))) { + triggerIndex = i; + triggerChar = ch2; + } + break; + } + } + if (triggerIndex === -1) { + this.hide(); + return; + } + const searchText = textBeforeCursor.substring(triggerIndex + 1); + if (/\s/.test(searchText)) { + this.hide(); + return; + } + this.triggerStartIndex = triggerIndex; + this.activeTriggerChar = triggerChar; + const isAtPosition0 = triggerIndex === 0; + void this.showDropdown(searchText, isAtPosition0); + } + handleKeydown(e2) { + if (!this.enabled || !this.isVisible()) return false; + switch (e2.key) { + case "ArrowDown": + e2.preventDefault(); + this.navigate(1); + return true; + case "ArrowUp": + e2.preventDefault(); + this.navigate(-1); + return true; + case "Enter": + case "Tab": + if (this.filteredItems.length > 0) { + e2.preventDefault(); + this.selectItem(); + return true; + } + return false; + case "Escape": + e2.preventDefault(); + this.hide(); + return true; + } + return false; + } + isVisible() { + var _a5, _b3; + return (_b3 = (_a5 = this.dropdownEl) == null ? void 0 : _a5.hasClass("visible")) != null ? _b3 : false; + } + hide() { + if (this.dropdownEl) { + this.dropdownEl.removeClass("visible"); + } + this.triggerStartIndex = -1; + this.callbacks.onHide(); + } + destroy() { + this.inputEl.removeEventListener("input", this.onInput); + if (this.dropdownEl) { + this.dropdownEl.remove(); + this.dropdownEl = null; + } + } + resetSdkSkillsCache() { + this.cachedProviderEntries = []; + this.providerEntriesFetched = false; + this.requestId = 0; + } + getInputValue() { + return this.inputEl.value; + } + getCursorPosition() { + return this.inputEl.selectionStart || 0; + } + setInputValue(value) { + this.inputEl.value = value; + } + setCursorPosition(pos) { + this.inputEl.selectionStart = pos; + this.inputEl.selectionEnd = pos; + } + async showDropdown(searchText, isAtPosition0 = true) { + const currentRequest = ++this.requestId; + const searchLower = searchText.toLowerCase(); + await this.fetchProviderEntries(currentRequest); + if (currentRequest !== this.requestId) return; + const includeBuiltIns = isAtPosition0 && this.activeTriggerChar === "/"; + const allItems = this.buildItemList(includeBuiltIns); + this.filteredItems = allItems.filter( + (item) => { + var _a5; + return item.name.toLowerCase().includes(searchLower) || ((_a5 = item.description) == null ? void 0 : _a5.toLowerCase().includes(searchLower)); + } + ).sort((a, b2) => a.name.localeCompare(b2.name)); + if (currentRequest !== this.requestId) return; + if (searchText.length > 0 && this.filteredItems.length === 0) { + this.hide(); + return; + } + this.selectedIndex = 0; + this.render(); + } + async fetchProviderEntries(currentRequest) { + if (this.providerEntriesFetched || !this.getProviderEntries) return; + try { + const entries = await this.getProviderEntries(); + if (currentRequest !== this.requestId) return; + if (entries.length > 0) { + this.cachedProviderEntries = entries; + this.providerEntriesFetched = true; + } + } catch (e2) { + if (currentRequest !== this.requestId) return; + } + } + buildItemList(includeBuiltIns) { + var _a5; + const seenNames = /* @__PURE__ */ new Set(); + const items = []; + if (includeBuiltIns) { + const builtIns = getBuiltInCommandsForDropdown((_a5 = this.providerConfig) == null ? void 0 : _a5.providerId); + for (const cmd of builtIns) { + const nameLower = cmd.name.toLowerCase(); + if (!seenNames.has(nameLower)) { + seenNames.add(nameLower); + items.push({ + name: cmd.name, + description: cmd.description, + argumentHint: cmd.argumentHint, + content: cmd.content, + displayPrefix: "/", + insertPrefix: "/", + isBuiltIn: true, + slashCommand: cmd + }); + } + } + } + for (const entry of this.cachedProviderEntries) { + const nameLower = entry.name.toLowerCase(); + if (seenNames.has(nameLower) || this.hiddenCommands.has(nameLower)) { + continue; + } + seenNames.add(nameLower); + items.push({ + name: entry.name, + description: entry.description, + argumentHint: entry.argumentHint, + content: entry.content, + displayPrefix: entry.displayPrefix, + insertPrefix: entry.insertPrefix, + isBuiltIn: false, + providerEntry: entry, + slashCommand: { + id: entry.id, + name: entry.name, + description: entry.description, + content: entry.content, + argumentHint: entry.argumentHint, + allowedTools: entry.allowedTools, + model: entry.model, + source: entry.source, + kind: entry.kind, + disableModelInvocation: entry.disableModelInvocation, + userInvocable: entry.userInvocable, + context: entry.context, + agent: entry.agent, + hooks: entry.hooks + } + }); + } + return items; + } + render() { + if (!this.dropdownEl) { + this.dropdownEl = this.createDropdownElement(); + } + this.dropdownEl.empty(); + if (this.filteredItems.length === 0) { + const emptyEl = this.dropdownEl.createDiv({ cls: "claudian-slash-empty" }); + emptyEl.setText("No matching commands"); + } else { + for (let i = 0; i < this.filteredItems.length; i++) { + const item = this.filteredItems[i]; + const itemEl = this.dropdownEl.createDiv({ cls: "claudian-slash-item" }); + if (i === this.selectedIndex) { + itemEl.addClass("selected"); + } + const nameEl = itemEl.createSpan({ cls: "claudian-slash-name" }); + nameEl.setText(`${item.displayPrefix}${item.name}`); + if (item.argumentHint) { + const hintEl = itemEl.createSpan({ cls: "claudian-slash-hint" }); + hintEl.setText(normalizeArgumentHint(item.argumentHint)); + } + if (item.description) { + const descEl = itemEl.createDiv({ cls: "claudian-slash-desc" }); + descEl.setText(item.description); + } + itemEl.addEventListener("click", () => { + this.selectedIndex = i; + this.selectItem(); + }); + itemEl.addEventListener("mouseenter", () => { + this.selectedIndex = i; + this.updateSelection(); + }); + } + } + this.dropdownEl.addClass("visible"); + if (this.isFixed) { + this.positionFixed(); + } + } + createDropdownElement() { + if (this.isFixed) { + return this.containerEl.createDiv({ + cls: "claudian-slash-dropdown claudian-slash-dropdown-fixed" + }); + } else { + return this.containerEl.createDiv({ cls: "claudian-slash-dropdown" }); + } + } + positionFixed() { + if (!this.dropdownEl || !this.isFixed) return; + const inputRect = this.inputEl.getBoundingClientRect(); + this.dropdownEl.setCssProps({ + "--claudian-fixed-dropdown-bottom": `${window.innerHeight - inputRect.top + 4}px`, + "--claudian-fixed-dropdown-left": `${inputRect.left}px`, + "--claudian-fixed-dropdown-width": `${Math.max(inputRect.width, 280)}px` + }); + } + navigate(direction) { + const maxIndex = this.filteredItems.length - 1; + this.selectedIndex = Math.max(0, Math.min(maxIndex, this.selectedIndex + direction)); + this.updateSelection(); + } + updateSelection() { + var _a5; + const items = (_a5 = this.dropdownEl) == null ? void 0 : _a5.querySelectorAll(".claudian-slash-item"); + items == null ? void 0 : items.forEach((item, index) => { + if (index === this.selectedIndex) { + item.addClass("selected"); + item.scrollIntoView({ block: "nearest" }); + } else { + item.removeClass("selected"); + } + }); + } + selectItem() { + if (this.filteredItems.length === 0) return; + const selected = this.filteredItems[this.selectedIndex]; + if (!selected) return; + const text = this.getInputValue(); + const beforeTrigger = text.substring(0, this.triggerStartIndex); + const afterCursor = text.substring(this.getCursorPosition()); + const replacement = `${selected.insertPrefix}${selected.name} `; + this.setInputValue(beforeTrigger + replacement + afterCursor); + this.setCursorPosition(beforeTrigger.length + replacement.length); + this.hide(); + if (selected.slashCommand) { + this.callbacks.onSelect(selected.slashCommand); + } + this.inputEl.focus(); + } +}; + +// src/features/chat/tabs/Tab.ts +init_env(); +init_path(); + +// src/features/chat/controllers/contextRowVisibility.ts +function updateContextRowHasContent(contextRowEl) { + const editorIndicator = contextRowEl.querySelector(".claudian-selection-indicator"); + const browserIndicator = contextRowEl.querySelector(".claudian-browser-selection-indicator"); + const canvasIndicator = contextRowEl.querySelector(".claudian-canvas-indicator"); + const fileIndicator = contextRowEl.querySelector(".claudian-file-indicator"); + const imagePreview = contextRowEl.querySelector(".claudian-image-preview"); + const hasEditorSelection = !!editorIndicator && !editorIndicator.hasClass("claudian-hidden"); + const hasBrowserSelection = !!browserIndicator && !browserIndicator.hasClass("claudian-hidden"); + const hasCanvasSelection = !!canvasIndicator && !canvasIndicator.hasClass("claudian-hidden"); + const hasFileChips = !!fileIndicator && fileIndicator.hasClass("claudian-visible-flex"); + const hasImageChips = !!imagePreview && imagePreview.hasClass("claudian-visible-flex"); + contextRowEl.classList.toggle( + "has-content", + hasEditorSelection || hasBrowserSelection || hasCanvasSelection || hasFileChips || hasImageChips + ); +} + +// src/features/chat/controllers/BrowserSelectionController.ts +var BROWSER_SELECTION_POLL_INTERVAL = 250; +var BrowserSelectionController = class { + constructor(app, indicatorEl, inputEl, contextRowEl, onVisibilityChange) { + this.storedSelection = null; + this.pollInterval = null; + this.pollInFlight = false; + this.app = app; + this.indicatorEl = indicatorEl; + this.inputEl = inputEl; + this.contextRowEl = contextRowEl; + this.onVisibilityChange = onVisibilityChange != null ? onVisibilityChange : null; + } + start() { + if (this.pollInterval) return; + this.pollInterval = window.setInterval(() => { + void this.poll(); + }, BROWSER_SELECTION_POLL_INTERVAL); + } + stop() { + if (this.pollInterval) { + window.clearInterval(this.pollInterval); + this.pollInterval = null; + } + this.clear(); + } + async poll() { + if (this.pollInFlight) return; + this.pollInFlight = true; + try { + const browserView = this.getActiveBrowserView(); + if (!browserView) { + this.clearWhenInputIsNotFocused(); + return; + } + const selectedText = await this.extractSelectedText(browserView.containerEl); + if (selectedText) { + const nextContext = this.buildContext(browserView.view, browserView.viewType, browserView.containerEl, selectedText); + if (!this.isSameSelection(nextContext, this.storedSelection)) { + this.storedSelection = nextContext; + this.updateIndicator(); + } + } else { + this.clearWhenInputIsNotFocused(); + } + } catch (e2) { + } finally { + this.pollInFlight = false; + } + } + getActiveBrowserView() { + var _a5, _b3, _c2, _d; + const activeLeaf = (_b3 = (_a5 = this.app.workspace).getMostRecentLeaf) == null ? void 0 : _b3.call(_a5); + const activeView = activeLeaf == null ? void 0 : activeLeaf.view; + const containerEl = activeView.containerEl; + if (!activeView || !containerEl) return null; + const viewType = (_d = (_c2 = activeView.getViewType) == null ? void 0 : _c2.call(activeView)) != null ? _d : ""; + if (!this.isBrowserLikeView(viewType, containerEl)) return null; + return { view: activeView, viewType, containerEl }; + } + isBrowserLikeView(viewType, containerEl) { + const normalized = viewType.toLowerCase(); + if (normalized.includes("surfing") || normalized.includes("browser") || normalized.includes("webview")) { + return true; + } + return Boolean(containerEl.querySelector("iframe, webview")); + } + async extractSelectedText(containerEl) { + const ownerDoc = containerEl.ownerDocument; + const docSelection = this.extractSelectionFromDocument(ownerDoc, containerEl); + if (docSelection) return docSelection; + const frameSelection = this.extractSelectionFromIframes(containerEl); + if (frameSelection) return frameSelection; + return await this.extractSelectionFromWebviews(containerEl); + } + extractSelectionFromDocument(doc, scopeEl) { + const selection = doc.getSelection(); + const selectedText = selection == null ? void 0 : selection.toString().trim(); + if (selectedText) { + const anchorNode = selection == null ? void 0 : selection.anchorNode; + const focusNode = selection == null ? void 0 : selection.focusNode; + if (anchorNode && scopeEl.contains(anchorNode) || focusNode && scopeEl.contains(focusNode)) { + return selectedText; + } + } + return this.extractSelectionFromActiveInput(doc, scopeEl); + } + extractSelectionFromActiveInput(doc, scopeEl) { + const activeEl = doc.activeElement; + if (!activeEl || !scopeEl.contains(activeEl)) return null; + if (activeEl.instanceOf(HTMLTextAreaElement) || activeEl.instanceOf(HTMLInputElement)) { + const { value, selectionStart, selectionEnd } = activeEl; + if (typeof selectionStart !== "number" || typeof selectionEnd !== "number" || selectionStart === selectionEnd) return null; + return value.slice(selectionStart, selectionEnd).trim() || null; + } + return null; + } + extractSelectionFromIframes(containerEl) { + var _a5, _b3; + const iframes = Array.from(containerEl.querySelectorAll("iframe")); + for (const iframe of iframes) { + try { + const frameDoc = (_b3 = iframe.contentDocument) != null ? _b3 : (_a5 = iframe.contentWindow) == null ? void 0 : _a5.document; + if (!frameDoc || !frameDoc.body) continue; + const frameSelection = this.extractSelectionFromDocument(frameDoc, frameDoc.body); + if (frameSelection) return frameSelection; + } catch (e2) { + } + } + return null; + } + async extractSelectionFromWebviews(containerEl) { + const webviews = Array.from(containerEl.querySelectorAll("webview")); + for (const webview of webviews) { + if (typeof webview.executeJavaScript !== "function") continue; + try { + const result = await webview.executeJavaScript( + 'window.getSelection ? window.getSelection().toString() : ""', + true + ); + if (typeof result === "string" && result.trim()) { + return result.trim(); + } + } catch (e2) { + } + } + return null; + } + buildContext(view, viewType, containerEl, selectedText) { + const title = this.extractViewTitle(view); + const url2 = this.extractViewUrl(view, containerEl); + const source = url2 ? `browser:${url2}` : `browser:${viewType || "unknown"}`; + return { + source, + selectedText, + title, + url: url2 + }; + } + extractViewTitle(view) { + var _a5; + const displayText = (_a5 = view.getDisplayText) == null ? void 0 : _a5.call(view); + if (displayText == null ? void 0 : displayText.trim()) return displayText.trim(); + const title = view.title; + return typeof title === "string" && title.trim() ? title.trim() : void 0; + } + extractViewUrl(view, containerEl) { + const rawView = view; + const directCandidates = [ + rawView.url, + rawView.currentUrl, + rawView.currentURL, + rawView.src + ]; + for (const candidate of directCandidates) { + if (typeof candidate === "string" && candidate.trim()) { + return candidate.trim(); + } + } + const embeddableEl = containerEl.querySelector("iframe[src], webview[src]"); + const embeddedSrc = embeddableEl == null ? void 0 : embeddableEl.getAttribute("src"); + if (embeddedSrc == null ? void 0 : embeddedSrc.trim()) { + return embeddedSrc.trim(); + } + return void 0; + } + isSameSelection(left, right) { + if (!left || !right) return false; + return left.source === right.source && left.selectedText === right.selectedText && left.title === right.title && left.url === right.url; + } + clearWhenInputIsNotFocused() { + if (this.inputEl.ownerDocument.activeElement === this.inputEl) return; + if (this.storedSelection) { + this.storedSelection = null; + this.updateIndicator(); + } + } + updateIndicator() { + if (!this.indicatorEl) return; + if (this.storedSelection) { + const lineCount = this.storedSelection.selectedText.split(/\r?\n/).length; + const lineLabel = lineCount === 1 ? "line" : "lines"; + this.indicatorEl.textContent = `${lineCount} ${lineLabel} selected`; + this.indicatorEl.setAttribute("title", this.buildIndicatorTitle()); + this.indicatorEl.removeClass("claudian-hidden"); + } else { + this.indicatorEl.addClass("claudian-hidden"); + this.indicatorEl.textContent = ""; + this.indicatorEl.removeAttribute("title"); + } + this.updateContextRowVisibility(); + } + buildIndicatorTitle() { + if (!this.storedSelection) return ""; + const charCount = this.storedSelection.selectedText.length; + const charLabel = charCount === 1 ? "char" : "chars"; + const lines = [`${charCount} ${charLabel} selected`, `source=${this.storedSelection.source}`]; + if (this.storedSelection.title) { + lines.push(`title=${this.storedSelection.title}`); + } + if (this.storedSelection.url) { + lines.push(this.storedSelection.url); + } + return lines.join("\n"); + } + updateContextRowVisibility() { + var _a5; + if (!this.contextRowEl) return; + updateContextRowHasContent(this.contextRowEl); + (_a5 = this.onVisibilityChange) == null ? void 0 : _a5.call(this); + } + getContext() { + return this.storedSelection; + } + hasSelection() { + return this.storedSelection !== null; + } + clear() { + this.storedSelection = null; + this.updateIndicator(); + } +}; + +// src/features/chat/controllers/CanvasSelectionController.ts +var CANVAS_POLL_INTERVAL = 250; +var CanvasSelectionController = class { + constructor(app, indicatorEl, inputEl, contextRowEl, onVisibilityChange) { + this.storedSelection = null; + this.pollInterval = null; + this.app = app; + this.indicatorEl = indicatorEl; + this.inputEl = inputEl; + this.contextRowEl = contextRowEl; + this.onVisibilityChange = onVisibilityChange != null ? onVisibilityChange : null; + } + start() { + if (this.pollInterval) return; + this.pollInterval = window.setInterval(() => this.poll(), CANVAS_POLL_INTERVAL); + } + stop() { + if (this.pollInterval) { + window.clearInterval(this.pollInterval); + this.pollInterval = null; + } + this.clear(); + } + poll() { + var _a5; + const canvasView = this.getCanvasView(); + if (!canvasView) return; + const canvas = canvasView.canvas; + if (!(canvas == null ? void 0 : canvas.selection)) return; + const selection = canvas.selection; + const canvasPath = (_a5 = canvasView.file) == null ? void 0 : _a5.path; + if (typeof canvasPath !== "string" || !canvasPath) return; + const nodeIds = [...selection].map((node) => node.id).filter((id) => typeof id === "string" && id.length > 0); + if (nodeIds.length > 0) { + const sameSelection = this.storedSelection && this.storedSelection.canvasPath === canvasPath && this.storedSelection.nodeIds.length === nodeIds.length && this.storedSelection.nodeIds.every((id) => nodeIds.includes(id)); + if (!sameSelection) { + this.storedSelection = { canvasPath, nodeIds }; + this.updateIndicator(); + } + } else if (this.getActiveElement() !== this.inputEl) { + if (this.storedSelection) { + this.storedSelection = null; + this.updateIndicator(); + } + } + } + getActiveElement() { + var _a5, _b3; + return (_b3 = (_a5 = this.inputEl.ownerDocument) == null ? void 0 : _a5.activeElement) != null ? _b3 : null; + } + getCanvasView() { + var _a5, _b3, _c2; + const activeLeaf = (_b3 = (_a5 = this.app.workspace).getMostRecentLeaf) == null ? void 0 : _b3.call(_a5); + const activeView = activeLeaf == null ? void 0 : activeLeaf.view; + if (((_c2 = activeView == null ? void 0 : activeView.getViewType) == null ? void 0 : _c2.call(activeView)) === "canvas" && activeView.file) { + return activeView; + } + const leaves = this.app.workspace.getLeavesOfType("canvas"); + if (leaves.length === 0) return null; + const leaf = leaves.find((l2) => l2.view.file); + return leaf ? leaf.view : null; + } + updateIndicator() { + if (!this.indicatorEl) return; + if (this.storedSelection) { + const { nodeIds } = this.storedSelection; + this.indicatorEl.textContent = nodeIds.length === 1 ? `node "${nodeIds[0]}" selected` : `${nodeIds.length} nodes selected`; + this.indicatorEl.removeClass("claudian-hidden"); + } else { + this.indicatorEl.addClass("claudian-hidden"); + } + this.updateContextRowVisibility(); + } + updateContextRowVisibility() { + var _a5; + if (!this.contextRowEl) return; + updateContextRowHasContent(this.contextRowEl); + (_a5 = this.onVisibilityChange) == null ? void 0 : _a5.call(this); + } + getContext() { + if (!this.storedSelection) return null; + return { + canvasPath: this.storedSelection.canvasPath, + nodeIds: [...this.storedSelection.nodeIds] + }; + } + hasSelection() { + return this.storedSelection !== null; + } + clear() { + this.storedSelection = null; + this.updateIndicator(); + } +}; + +// src/features/chat/controllers/ConversationController.ts +var import_obsidian23 = require("obsidian"); + +// src/features/chat/rendering/collapsible.ts +function setupCollapsible(wrapperEl, headerEl, contentEl, state, options = {}) { + const { initiallyExpanded = false, onToggle, baseAriaLabel } = options; + const updateAriaLabel = (isExpanded) => { + if (baseAriaLabel) { + const action = isExpanded ? "click to collapse" : "click to expand"; + headerEl.setAttribute("aria-label", `${baseAriaLabel} - ${action}`); + } + }; + state.isExpanded = initiallyExpanded; + if (initiallyExpanded) { + wrapperEl.addClass("expanded"); + contentEl.removeClass("claudian-hidden"); + headerEl.setAttribute("aria-expanded", "true"); + } else { + contentEl.addClass("claudian-hidden"); + headerEl.setAttribute("aria-expanded", "false"); + } + updateAriaLabel(initiallyExpanded); + const toggleExpand = () => { + state.isExpanded = !state.isExpanded; + if (state.isExpanded) { + wrapperEl.addClass("expanded"); + contentEl.removeClass("claudian-hidden"); + headerEl.setAttribute("aria-expanded", "true"); + } else { + wrapperEl.removeClass("expanded"); + contentEl.addClass("claudian-hidden"); + headerEl.setAttribute("aria-expanded", "false"); + } + updateAriaLabel(state.isExpanded); + onToggle == null ? void 0 : onToggle(state.isExpanded); + }; + headerEl.addEventListener("click", toggleExpand); + headerEl.addEventListener("keydown", (e2) => { + if (e2.key === "Enter" || e2.key === " ") { + e2.preventDefault(); + toggleExpand(); + } + }); +} +function collapseElement(wrapperEl, headerEl, contentEl, state) { + state.isExpanded = false; + wrapperEl.removeClass("expanded"); + contentEl.addClass("claudian-hidden"); + headerEl.setAttribute("aria-expanded", "false"); +} + +// src/features/chat/rendering/ThinkingBlockRenderer.ts +function createThinkingBlock(parentEl, renderContent) { + const wrapperEl = parentEl.createDiv({ cls: "claudian-thinking-block" }); + const header = wrapperEl.createDiv({ cls: "claudian-thinking-header" }); + header.setAttribute("tabindex", "0"); + header.setAttribute("role", "button"); + header.setAttribute("aria-expanded", "false"); + header.setAttribute("aria-label", "Extended thinking - click to expand"); + const labelEl = header.createSpan({ cls: "claudian-thinking-label" }); + const startTime = Date.now(); + labelEl.setText("Thinking 0s..."); + const timerInterval = window.setInterval(() => { + const elapsed = Math.floor((Date.now() - startTime) / 1e3); + labelEl.setText(`Thinking ${elapsed}s...`); + }, 1e3); + const contentEl = wrapperEl.createDiv({ cls: "claudian-thinking-content" }); + const state = { + wrapperEl, + contentEl, + labelEl, + content: "", + startTime, + timerInterval, + isExpanded: false + }; + setupCollapsible(wrapperEl, header, contentEl, state); + return state; +} +function finalizeThinkingBlock(state) { + if (state.timerInterval) { + window.clearInterval(state.timerInterval); + state.timerInterval = null; + } + const durationSeconds = Math.floor((Date.now() - state.startTime) / 1e3); + state.labelEl.setText(`Thought for ${durationSeconds}s`); + const header = state.wrapperEl.querySelector(".claudian-thinking-header"); + if (header) { + collapseElement(state.wrapperEl, header, state.contentEl, state); + } + return durationSeconds; +} +function cleanupThinkingBlock(state) { + if (state == null ? void 0 : state.timerInterval) { + window.clearInterval(state.timerInterval); + } +} +function renderStoredThinkingBlock(parentEl, content, durationSeconds, renderContent) { + const wrapperEl = parentEl.createDiv({ cls: "claudian-thinking-block" }); + const header = wrapperEl.createDiv({ cls: "claudian-thinking-header" }); + header.setAttribute("tabindex", "0"); + header.setAttribute("role", "button"); + header.setAttribute("aria-label", "Extended thinking - click to expand"); + const labelEl = header.createSpan({ cls: "claudian-thinking-label" }); + const labelText = durationSeconds !== void 0 ? `Thought for ${durationSeconds}s` : "Thought"; + labelEl.setText(labelText); + const contentEl = wrapperEl.createDiv({ cls: "claudian-thinking-content" }); + void renderContent(contentEl, content).catch(() => { + contentEl.setText(content); + }); + const state = { isExpanded: false }; + setupCollapsible(wrapperEl, header, contentEl, state); + return wrapperEl; +} + +// src/features/chat/rewind.ts +function findRewindContext(messages, userIndex) { + let prevAssistantUuid; + for (let i = userIndex - 1; i >= 0; i--) { + if (messages[i].role === "assistant" && messages[i].assistantMessageId) { + prevAssistantUuid = messages[i].assistantMessageId; + break; + } + } + let hasResponse = false; + for (let i = userIndex + 1; i < messages.length; i++) { + if (messages[i].role === "user") break; + if (messages[i].role === "assistant" && messages[i].assistantMessageId) { + hasResponse = true; + break; + } + } + return { prevAssistantUuid, hasResponse }; +} + +// src/features/chat/controllers/ConversationController.ts +function runConversationAction(action, failureMessage) { + void action().catch(() => { + new import_obsidian23.Notice(failureMessage); + }); +} +var ConversationController = class { + constructor(deps, callbacks = {}) { + this.deps = deps; + this.callbacks = callbacks; + } + getAgentService() { + var _a5, _b3, _c2; + return (_c2 = (_b3 = (_a5 = this.deps).getAgentService) == null ? void 0 : _b3.call(_a5)) != null ? _c2 : null; + } + // ============================================ + // Conversation Lifecycle + // ============================================ + /** + * Resets to entry point state (New Chat). + * + * Entry point is a blank UI state - no conversation is created until the + * first message is sent. This prevents empty conversations cluttering history. + */ + async createNew(options = {}) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3; + const { plugin, state, subagentManager } = this.deps; + const force = !!options.force; + if (state.isStreaming && !force) return; + if (state.isCreatingConversation) return; + if (state.isSwitchingConversation) return; + state.isCreatingConversation = true; + try { + (_b3 = (_a5 = this.deps).dismissPendingInlinePrompts) == null ? void 0 : _b3.call(_a5); + if (force && state.isStreaming) { + state.cancelRequested = true; + state.bumpStreamGeneration(); + (_c2 = this.getAgentService()) == null ? void 0 : _c2.cancel(); + } + if (state.currentConversationId && state.messages.length > 0) { + await this.save(); + } + subagentManager.orphanAllActive(); + subagentManager.clear(); + cleanupThinkingBlock(state.currentThinkingState); + state.currentContentEl = null; + state.currentTextEl = null; + state.currentTextContent = ""; + state.currentThinkingState = null; + state.toolCallElements.clear(); + state.writeEditStates.clear(); + state.isStreaming = false; + state.currentConversationId = null; + state.clearMessages(); + state.usage = null; + state.currentTodos = null; + state.pendingNewSessionPlan = null; + state.planFilePath = null; + state.prePlanPermissionMode = null; + state.autoScrollEnabled = (_d = plugin.settings.enableAutoScroll) != null ? _d : true; + state.hasPendingConversationSave = false; + (_e2 = this.getAgentService()) == null ? void 0 : _e2.syncConversationState( + null, + plugin.settings.persistentExternalContextPaths || [] + ); + const messagesEl = this.deps.getMessagesEl(); + messagesEl.empty(); + const welcomeEl = messagesEl.createDiv({ cls: "claudian-welcome" }); + welcomeEl.createDiv({ cls: "claudian-welcome-greeting", text: this.getGreeting() }); + this.deps.setWelcomeEl(welcomeEl); + (_f2 = this.deps.getStatusPanel()) == null ? void 0 : _f2.remount(); + this.deps.getInputEl().value = ""; + const fileCtx = this.deps.getFileContextManager(); + fileCtx == null ? void 0 : fileCtx.resetForNewConversation(); + fileCtx == null ? void 0 : fileCtx.autoAttachActiveFile(); + (_g = this.deps.getImageContextManager()) == null ? void 0 : _g.clearImages(); + (_h2 = this.deps.getMcpServerSelector()) == null ? void 0 : _h2.clearEnabled(); + (_i = this.deps.getExternalContextSelector()) == null ? void 0 : _i.clearExternalContexts( + plugin.settings.persistentExternalContextPaths || [] + ); + this.deps.clearQueuedMessage(); + (_k3 = (_j = this.callbacks).onNewConversation) == null ? void 0 : _k3.call(_j); + } finally { + state.isCreatingConversation = false; + } + } + /** + * Loads the current tab conversation, or starts at entry point if none. + * + * Entry point (no conversation) shows welcome screen without + * creating a conversation. Conversation is created lazily on first message. + */ + async loadActive() { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j; + const { plugin, state, renderer } = this.deps; + const conversationId = state.currentConversationId; + const conversation = conversationId ? await plugin.getConversationById(conversationId) : null; + if (!conversation) { + state.currentConversationId = null; + state.clearMessages(); + state.usage = null; + state.currentTodos = null; + state.pendingNewSessionPlan = null; + state.planFilePath = null; + state.prePlanPermissionMode = null; + state.autoScrollEnabled = (_a5 = plugin.settings.enableAutoScroll) != null ? _a5 : true; + state.hasPendingConversationSave = false; + (_b3 = this.getAgentService()) == null ? void 0 : _b3.syncConversationState( + null, + plugin.settings.persistentExternalContextPaths || [] + ); + const fileCtx = this.deps.getFileContextManager(); + fileCtx == null ? void 0 : fileCtx.resetForNewConversation(); + fileCtx == null ? void 0 : fileCtx.autoAttachActiveFile(); + (_c2 = this.deps.getExternalContextSelector()) == null ? void 0 : _c2.clearExternalContexts( + plugin.settings.persistentExternalContextPaths || [] + ); + (_d = this.deps.getMcpServerSelector()) == null ? void 0 : _d.clearEnabled(); + const welcomeEl = renderer.renderMessages( + [], + () => this.getGreeting() + ); + this.deps.setWelcomeEl(welcomeEl); + this.updateWelcomeVisibility(); + (_f2 = (_e2 = this.callbacks).onConversationLoaded) == null ? void 0 : _f2.call(_e2); + return; + } + await ((_h2 = (_g = this.deps).ensureServiceForConversation) == null ? void 0 : _h2.call(_g, conversation)); + this.restoreConversation(conversation, { autoAttachFile: true }); + this.updateWelcomeVisibility(); + (_j = (_i = this.callbacks).onConversationLoaded) == null ? void 0 : _j.call(_i); + } + /** Switches to a different conversation. */ + async switchTo(id) { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + const { plugin, state, subagentManager } = this.deps; + if (id === state.currentConversationId) return; + if (state.isStreaming) return; + if (state.isSwitchingConversation) return; + if (state.isCreatingConversation) return; + state.isSwitchingConversation = true; + try { + (_b3 = (_a5 = this.deps).dismissPendingInlinePrompts) == null ? void 0 : _b3.call(_a5); + await this.save(); + subagentManager.orphanAllActive(); + subagentManager.clear(); + const conversation = await plugin.switchConversation(id); + if (!conversation) { + return; + } + await ((_d = (_c2 = this.deps).ensureServiceForConversation) == null ? void 0 : _d.call(_c2, conversation)); + this.deps.getInputEl().value = ""; + this.deps.clearQueuedMessage(); + this.restoreConversation(conversation); + (_e2 = this.deps.getHistoryDropdown()) == null ? void 0 : _e2.removeClass("visible"); + this.updateWelcomeVisibility(); + (_g = (_f2 = this.callbacks).onConversationSwitched) == null ? void 0 : _g.call(_f2); + } finally { + state.isSwitchingConversation = false; + } + } + async rewind(userMessageId, mode = "code-and-conversation") { + var _a5, _b3, _c2; + const { plugin, state, renderer } = this.deps; + const agentServiceForCheck = this.getAgentService(); + if (agentServiceForCheck && !agentServiceForCheck.getCapabilities().supportsRewind) { + new import_obsidian23.Notice(t10("chat.rewind.failed", { error: "Rewind is not supported by this provider." })); + return; + } + if (state.isStreaming) { + new import_obsidian23.Notice(t10("chat.rewind.unavailableStreaming")); + return; + } + const msgs = state.messages; + const userIdx = msgs.findIndex((m4) => m4.id === userMessageId); + if (userIdx === -1) { + new import_obsidian23.Notice(t10("chat.rewind.failed", { error: "Message not found" })); + return; + } + const userMsg = msgs[userIdx]; + if (!userMsg.userMessageId) { + new import_obsidian23.Notice(t10("chat.rewind.unavailableNoUuid")); + return; + } + const rewindCtx = findRewindContext(msgs, userIdx); + if (!rewindCtx.hasResponse || !rewindCtx.prevAssistantUuid) { + new import_obsidian23.Notice(t10("chat.rewind.unavailableNoUuid")); + return; + } + const prevAssistantUuid = rewindCtx.prevAssistantUuid; + const confirmed = await confirm( + plugin.app, + mode === "conversation" ? t10("chat.rewind.confirmMessageConversationOnly") : t10("chat.rewind.confirmMessage"), + t10("chat.rewind.confirmButton") + ); + if (!confirmed) return; + if (state.isStreaming) { + new import_obsidian23.Notice(t10("chat.rewind.unavailableStreaming")); + return; + } + const agentService = this.getAgentService(); + if (!agentService) { + new import_obsidian23.Notice(t10("chat.rewind.failed", { error: "Agent service not available" })); + return; + } + let result; + try { + result = await agentService.rewind(userMsg.userMessageId, prevAssistantUuid, mode); + } catch (e2) { + new import_obsidian23.Notice(t10("chat.rewind.failed", { error: e2 instanceof Error ? e2.message : "Unknown error" })); + return; + } + if (!result.canRewind) { + new import_obsidian23.Notice(t10("chat.rewind.cannot", { error: (_a5 = result.error) != null ? _a5 : "Unknown error" })); + return; + } + state.truncateAt(userMessageId); + const inputEl = this.deps.getInputEl(); + inputEl.value = userMsg.content; + inputEl.focus(); + const welcomeEl = renderer.renderMessages(state.messages, () => this.getGreeting()); + this.deps.setWelcomeEl(welcomeEl); + this.updateWelcomeVisibility(); + const filesChanged = (_c2 = (_b3 = result.filesChanged) == null ? void 0 : _b3.length) != null ? _c2 : 0; + let saveError = null; + try { + await this.save(false, { resumeAtMessageId: prevAssistantUuid }); + } catch (e2) { + saveError = e2 instanceof Error ? e2.message : "Failed to save"; + } + if (saveError) { + new import_obsidian23.Notice( + mode === "conversation" ? t10("chat.rewind.noticeConversationOnlySaveFailed", { error: saveError }) : t10("chat.rewind.noticeSaveFailed", { count: String(filesChanged), error: saveError }) + ); + return; + } + new import_obsidian23.Notice( + mode === "conversation" ? t10("chat.rewind.noticeConversationOnly") : t10("chat.rewind.notice", { count: String(filesChanged) }) + ); + } + /** + * Saves the current conversation. + * + * If we're at an entry point (no conversation yet) and have messages, + * creates a new conversation first (lazy creation). + * + * For native sessions (new conversations with sessionId from SDK), + * only metadata is saved - the SDK handles message persistence. + */ + async save(updateLastResponse = false, options) { + var _a5, _b3, _c2, _d, _e2; + const { plugin, state } = this.deps; + if (!state.currentConversationId && state.messages.length === 0) { + return; + } + const agentService = this.getAgentService(); + const sessionInvalidated = (_b3 = (_a5 = agentService == null ? void 0 : agentService.consumeSessionInvalidation) == null ? void 0 : _a5.call(agentService)) != null ? _b3 : false; + if (!state.currentConversationId && state.messages.length > 0) { + const initialSessionId = (_c2 = agentService == null ? void 0 : agentService.getSessionId()) != null ? _c2 : void 0; + const conversation2 = await plugin.createConversation({ + providerId: agentService == null ? void 0 : agentService.providerId, + sessionId: initialSessionId + }); + state.currentConversationId = conversation2.id; + } + const fileCtx = this.deps.getFileContextManager(); + const currentNote = (fileCtx == null ? void 0 : fileCtx.getCurrentNotePath()) || void 0; + const externalContextSelector = this.deps.getExternalContextSelector(); + const externalContextPaths = (_d = externalContextSelector == null ? void 0 : externalContextSelector.getExternalContexts()) != null ? _d : []; + const mcpServerSelector = this.deps.getMcpServerSelector(); + const enabledMcpServers = mcpServerSelector ? Array.from(mcpServerSelector.getEnabledServers()) : []; + const conversation = plugin.getConversationSync(state.currentConversationId); + const { updates: sessionUpdates } = agentService ? agentService.buildSessionUpdates({ conversation, sessionInvalidated }) : { updates: {} }; + const updates = { + ...sessionUpdates, + messages: state.messages, + currentNote, + externalContextPaths: externalContextPaths.length > 0 ? externalContextPaths : void 0, + usage: (_e2 = state.usage) != null ? _e2 : void 0, + enabledMcpServers: enabledMcpServers.length > 0 ? enabledMcpServers : void 0 + }; + if (updateLastResponse) { + updates.lastResponseAt = Date.now(); + } + if (options) { + updates.resumeAtMessageId = options.resumeAtMessageId; + } + await plugin.updateConversation(state.currentConversationId, updates); + state.hasPendingConversationSave = false; + } + /** + * Shared logic for restoring a conversation into the current tab. + * Used by both loadActive() and switchTo() to avoid duplication. + */ + restoreConversation(conversation, options) { + var _a5, _b3, _c2; + const { plugin, state, renderer } = this.deps; + state.currentConversationId = conversation.id; + state.messages = [...conversation.messages]; + state.usage = (_a5 = conversation.usage) != null ? _a5 : null; + state.autoScrollEnabled = (_b3 = plugin.settings.enableAutoScroll) != null ? _b3 : true; + state.hasPendingConversationSave = false; + state.currentTodos = null; + const hasMessages = state.messages.length > 0; + const externalContextPaths = hasMessages ? conversation.externalContextPaths || [] : plugin.settings.persistentExternalContextPaths || []; + (_c2 = this.getAgentService()) == null ? void 0 : _c2.syncConversationState(conversation, externalContextPaths); + const fileCtx = this.deps.getFileContextManager(); + fileCtx == null ? void 0 : fileCtx.resetForLoadedConversation(hasMessages); + if (conversation.currentNote) { + fileCtx == null ? void 0 : fileCtx.setCurrentNote(conversation.currentNote); + } else if (!hasMessages && (options == null ? void 0 : options.autoAttachFile)) { + fileCtx == null ? void 0 : fileCtx.autoAttachActiveFile(); + } + this.restoreExternalContextPaths(conversation.externalContextPaths, !hasMessages); + const mcpServerSelector = this.deps.getMcpServerSelector(); + if (conversation.enabledMcpServers && conversation.enabledMcpServers.length > 0) { + mcpServerSelector == null ? void 0 : mcpServerSelector.setEnabledServers(conversation.enabledMcpServers); + } else { + mcpServerSelector == null ? void 0 : mcpServerSelector.clearEnabled(); + } + const welcomeEl = renderer.renderMessages( + state.messages, + () => this.getGreeting() + ); + this.deps.setWelcomeEl(welcomeEl); + } + /** + * Restores external context paths based on session state. + * New or empty sessions get current persistent paths from settings. + * Sessions with messages restore exactly what was saved. + */ + restoreExternalContextPaths(savedPaths, isEmptySession) { + const { plugin } = this.deps; + const externalContextSelector = this.deps.getExternalContextSelector(); + if (!externalContextSelector) { + return; + } + if (isEmptySession) { + externalContextSelector.clearExternalContexts( + plugin.settings.persistentExternalContextPaths || [] + ); + } else { + externalContextSelector.setExternalContexts(savedPaths || []); + } + } + // ============================================ + // History Dropdown + // ============================================ + toggleHistoryDropdown() { + const dropdown = this.deps.getHistoryDropdown(); + if (!dropdown) return; + const isVisible = dropdown.hasClass("visible"); + if (isVisible) { + dropdown.removeClass("visible"); + } else { + this.updateHistoryDropdown(); + dropdown.addClass("visible"); + } + } + updateHistoryDropdown() { + const dropdown = this.deps.getHistoryDropdown(); + if (!dropdown) return; + this.renderHistoryItems(dropdown, { + onSelectConversation: (id) => this.switchTo(id), + onRerender: () => this.updateHistoryDropdown() + }); + } + /** + * Renders history dropdown items to a container. + * Shared implementation for updateHistoryDropdown() and renderHistoryDropdown(). + */ + renderHistoryItems(container, options) { + var _a5; + const { plugin, state } = this.deps; + container.empty(); + const dropdownHeader = container.createDiv({ cls: "claudian-history-header" }); + dropdownHeader.createSpan({ text: "Conversations" }); + const list = container.createDiv({ cls: "claudian-history-list" }); + const allConversations = plugin.getConversationList(); + if (allConversations.length === 0) { + list.createDiv({ cls: "claudian-history-empty", text: "No conversations" }); + return; + } + const conversations = [...allConversations].sort((a, b2) => { + var _a6, _b3; + return ((_a6 = b2.lastResponseAt) != null ? _a6 : b2.createdAt) - ((_b3 = a.lastResponseAt) != null ? _b3 : a.createdAt); + }); + for (const conv of conversations) { + const isCurrent = conv.id === state.currentConversationId; + const item = list.createDiv({ + cls: `claudian-history-item${isCurrent ? " active" : ""}` + }); + const iconEl = item.createDiv({ cls: "claudian-history-item-icon" }); + (0, import_obsidian23.setIcon)(iconEl, isCurrent ? "message-square-dot" : "message-square"); + const content = item.createDiv({ cls: "claudian-history-item-content" }); + const titleEl = content.createDiv({ cls: "claudian-history-item-title", text: conv.title }); + titleEl.setAttribute("title", conv.title); + content.createDiv({ + cls: "claudian-history-item-date", + text: isCurrent ? "Current session" : this.formatDate((_a5 = conv.lastResponseAt) != null ? _a5 : conv.createdAt) + }); + if (!isCurrent) { + content.addEventListener("click", (e2) => { + e2.stopPropagation(); + if (this.isHistoryNewTabModifierClick(e2) && options.onOpenConversationInNewTab) { + e2.preventDefault(); + runConversationAction( + () => this.runHistoryAction( + () => { + var _a6; + return (_a6 = options.onOpenConversationInNewTab) == null ? void 0 : _a6.call(options, conv.id, true); + }, + "Failed to load conversation" + ), + "Failed to load conversation" + ); + return; + } + runConversationAction( + () => this.runHistoryAction( + () => options.onSelectConversation(conv.id), + "Failed to load conversation" + ), + "Failed to load conversation" + ); + }); + if (options.onOpenConversationInNewTab) { + content.addEventListener("auxclick", (e2) => { + if (e2.button !== 1) return; + e2.preventDefault(); + e2.stopPropagation(); + runConversationAction( + () => this.runHistoryAction( + () => { + var _a6; + return (_a6 = options.onOpenConversationInNewTab) == null ? void 0 : _a6.call(options, conv.id, true); + }, + "Failed to load conversation" + ), + "Failed to load conversation" + ); + }); + } + } + item.addEventListener("contextmenu", (e2) => { + e2.preventDefault(); + e2.stopPropagation(); + this.showHistoryContextMenu(item, conv.id, conv.title, isCurrent, options, e2); + }); + const actions = item.createDiv({ cls: "claudian-history-item-actions" }); + if (conv.titleGenerationStatus === "pending") { + const loadingEl = actions.createEl("span", { cls: "claudian-action-btn claudian-action-loading" }); + (0, import_obsidian23.setIcon)(loadingEl, "loader-2"); + loadingEl.setAttribute("aria-label", "Generating title..."); + } else if (conv.titleGenerationStatus === "failed") { + const regenerateBtn = actions.createEl("button", { cls: "claudian-action-btn" }); + (0, import_obsidian23.setIcon)(regenerateBtn, "refresh-cw"); + regenerateBtn.setAttribute("aria-label", "Regenerate title"); + regenerateBtn.addEventListener("click", (e2) => { + e2.stopPropagation(); + runConversationAction( + () => this.regenerateTitle(conv.id), + "Failed to regenerate response" + ); + }); + } + const renameBtn = actions.createEl("button", { cls: "claudian-action-btn" }); + (0, import_obsidian23.setIcon)(renameBtn, "pencil"); + renameBtn.setAttribute("aria-label", "Rename"); + renameBtn.addEventListener("click", (e2) => { + e2.stopPropagation(); + this.showRenameInput(item, conv.id, conv.title); + }); + const deleteBtn = actions.createEl("button", { cls: "claudian-action-btn claudian-delete-btn" }); + (0, import_obsidian23.setIcon)(deleteBtn, "trash-2"); + deleteBtn.setAttribute("aria-label", "Delete"); + deleteBtn.addEventListener("click", (e2) => { + e2.stopPropagation(); + runConversationAction( + () => this.runHistoryAction( + () => this.deleteHistoryConversation(conv.id, options), + "Failed to delete conversation" + ), + "Failed to delete conversation" + ); + }); + } + } + isHistoryNewTabModifierClick(event) { + return !event.altKey && !event.shiftKey && (event.metaKey || event.ctrlKey); + } + async runHistoryAction(action, errorMessage) { + try { + await action(); + } catch (e2) { + new import_obsidian23.Notice(errorMessage); + } + } + showHistoryContextMenu(item, conversationId, title, isCurrent, options, event) { + var _a5, _b3; + const menu = new import_obsidian23.Menu(); + const openState = (_b3 = (_a5 = options.getConversationOpenState) == null ? void 0 : _a5.call(options, conversationId)) != null ? _b3 : isCurrent ? "current" : "closed"; + if (!isCurrent) { + if (openState === "closed" && options.onOpenConversationInNewTab) { + menu.addItem((menuItem) => menuItem.setTitle("Open in new tab").onClick(() => { + void this.runHistoryAction( + () => { + var _a6; + return (_a6 = options.onOpenConversationInNewTab) == null ? void 0 : _a6.call(options, conversationId, true); + }, + "Failed to load conversation" + ); + })); + menu.addItem((menuItem) => menuItem.setTitle("Open in background tab").onClick(() => { + void this.runHistoryAction( + () => { + var _a6; + return (_a6 = options.onOpenConversationInNewTab) == null ? void 0 : _a6.call(options, conversationId, false); + }, + "Failed to load conversation" + ); + })); + } else if (openState === "open") { + menu.addItem((menuItem) => menuItem.setTitle("Switch to open session").onClick(() => { + void this.runHistoryAction( + () => options.onSelectConversation(conversationId), + "Failed to load conversation" + ); + })); + } + } + menu.addItem((menuItem) => menuItem.setTitle("Rename").onClick(() => { + this.showRenameInput(item, conversationId, title); + })); + menu.addItem((menuItem) => menuItem.setTitle("Delete").onClick(() => { + void this.runHistoryAction( + () => this.deleteHistoryConversation(conversationId, options), + "Failed to delete conversation" + ); + })); + menu.showAtMouseEvent(event); + } + async deleteHistoryConversation(conversationId, options) { + const { plugin, state } = this.deps; + if (state.isStreaming) return; + await plugin.deleteConversation(conversationId); + options.onRerender(); + if (conversationId === state.currentConversationId) { + await this.loadActive(); + } + } + /** Shows inline rename input for a conversation. */ + showRenameInput(item, convId, currentTitle) { + var _a5; + const titleEl = item.querySelector(".claudian-history-item-title"); + if (!titleEl) return; + const input = ((_a5 = item.ownerDocument) != null ? _a5 : window.document).createElement("input"); + input.type = "text"; + input.className = "claudian-rename-input"; + input.value = currentTitle; + titleEl.replaceWith(input); + input.focus(); + input.select(); + const finishRename = async () => { + try { + const newTitle = input.value.trim() || currentTitle; + await this.deps.plugin.renameConversation(convId, newTitle); + this.updateHistoryDropdown(); + } catch (e2) { + new import_obsidian23.Notice("Failed to rename conversation"); + } + }; + input.addEventListener("blur", () => { + runConversationAction(finishRename, "Failed to rename conversation"); + }); + input.addEventListener("keydown", (e2) => { + if (e2.key === "Enter" && !e2.isComposing) { + input.blur(); + } else if (e2.key === "Escape" && !e2.isComposing) { + input.value = currentTitle; + input.blur(); + } + }); + } + // ============================================ + // Welcome & Greeting + // ============================================ + /** Generates a dynamic greeting based on time/day. */ + getGreeting() { + var _a5; + const now = /* @__PURE__ */ new Date(); + const hour = now.getHours(); + const day = now.getDay(); + const name = (_a5 = this.deps.plugin.settings.userName) == null ? void 0 : _a5.trim(); + const personalize = (base, noNameFallback) => name ? `${base}, ${name}` : noNameFallback != null ? noNameFallback : base; + const dayGreetings = { + 0: [personalize("Happy Sunday"), "Sunday session?", "Welcome to the weekend"], + 1: [personalize("Happy Monday"), personalize("Back at it", "Back at it!")], + 2: [personalize("Happy Tuesday")], + 3: [personalize("Happy Wednesday")], + 4: [personalize("Happy Thursday")], + 5: [personalize("Happy Friday"), personalize("That Friday feeling")], + 6: [personalize("Happy Saturday", "Happy Saturday!"), personalize("Welcome to the weekend")] + }; + const getTimeGreetings = () => { + if (hour >= 5 && hour < 12) { + return [personalize("Good morning"), "Coffee and Claudian time?"]; + } else if (hour >= 12 && hour < 18) { + return [personalize("Good afternoon"), personalize("Hey there"), personalize("How's it going") + "?"]; + } else if (hour >= 18 && hour < 22) { + return [personalize("Good evening"), personalize("Evening"), personalize("How was your day") + "?"]; + } else { + return ["Hello, night owl", personalize("Evening")]; + } + }; + const generalGreetings = [ + personalize("Hey there"), + name ? `Hi ${name}, how are you?` : "Hi, how are you?", + personalize("How's it going") + "?", + personalize("Welcome back") + "!", + personalize("What's new") + "?", + ...name ? [`${name} returns!`] : [], + "You are absolutely right!" + ]; + const allGreetings = [ + ...dayGreetings[day] || [], + ...getTimeGreetings(), + ...generalGreetings + ]; + return allGreetings[Math.floor(Math.random() * allGreetings.length)]; + } + /** Updates welcome element visibility based on message count. */ + updateWelcomeVisibility() { + const welcomeEl = this.deps.getWelcomeEl(); + if (!welcomeEl) return; + if (this.deps.state.messages.length === 0) { + welcomeEl.removeClass("claudian-hidden"); + } else { + welcomeEl.addClass("claudian-hidden"); + } + } + /** + * Initializes the welcome greeting for a new tab without a conversation. + * Called when a new tab is activated and has no conversation loaded. + */ + initializeWelcome() { + const welcomeEl = this.deps.getWelcomeEl(); + if (!welcomeEl) return; + const fileCtx = this.deps.getFileContextManager(); + fileCtx == null ? void 0 : fileCtx.resetForNewConversation(); + fileCtx == null ? void 0 : fileCtx.autoAttachActiveFile(); + if (!welcomeEl.querySelector(".claudian-welcome-greeting")) { + welcomeEl.createDiv({ cls: "claudian-welcome-greeting", text: this.getGreeting() }); + } + this.updateWelcomeVisibility(); + } + // ============================================ + // Utilities + // ============================================ + /** Generates a fallback title from the first message (used when AI fails). */ + generateFallbackTitle(firstMessage) { + const firstSentence = firstMessage.split(/[.!?\n]/)[0].trim(); + const autoTitle = firstSentence.substring(0, 50); + const suffix = firstSentence.length > 50 ? "..." : ""; + return `${autoTitle}${suffix}`; + } + /** Regenerates AI title for a conversation. */ + async regenerateTitle(conversationId) { + const { plugin } = this.deps; + if (!plugin.settings.enableAutoTitleGeneration) return; + const fullConv = await plugin.getConversationById(conversationId); + if (!fullConv || fullConv.messages.length < 1) return; + const titleService = this.deps.getTitleGenerationService(); + if (!titleService) return; + const firstUserMsg = fullConv.messages.find((m4) => m4.role === "user"); + if (!firstUserMsg) return; + const userContent = firstUserMsg.displayContent || firstUserMsg.content; + const expectedTitle = fullConv.title; + await plugin.updateConversation(conversationId, { titleGenerationStatus: "pending" }); + this.updateHistoryDropdown(); + await titleService.generateTitle( + conversationId, + userContent, + async (convId, result) => { + const currentConv = await plugin.getConversationById(convId); + if (!currentConv) return; + const userManuallyRenamed = currentConv.title !== expectedTitle; + if (result.success && !userManuallyRenamed) { + await plugin.renameConversation(convId, result.title); + await plugin.updateConversation(convId, { titleGenerationStatus: "success" }); + } else if (!userManuallyRenamed) { + await plugin.updateConversation(convId, { titleGenerationStatus: "failed" }); + } else { + await plugin.updateConversation(convId, { titleGenerationStatus: void 0 }); + } + this.updateHistoryDropdown(); + } + ); + } + /** Formats a timestamp for display. */ + formatDate(timestamp) { + const date7 = new Date(timestamp); + const now = /* @__PURE__ */ new Date(); + if (date7.toDateString() === now.toDateString()) { + return date7.toLocaleTimeString(void 0, { hour: "2-digit", minute: "2-digit", hour12: false }); + } + return date7.toLocaleDateString(void 0, { month: "short", day: "numeric" }); + } + // ============================================ + // History Dropdown Rendering (for ClaudianView) + // ============================================ + /** + * Renders the history dropdown content to a provided container. + * Used by ClaudianView to render the dropdown with custom selection callback. + */ + renderHistoryDropdown(container, options) { + this.renderHistoryItems(container, { + ...options, + onRerender: () => this.renderHistoryDropdown(container, options) + }); + } +}; + +// src/features/chat/controllers/InputController.ts +var import_obsidian28 = require("obsidian"); + +// src/core/runtime/QueuedTurn.ts +function cloneChatTurnRequest(request) { + return { + ...request, + images: cloneImages(request.images), + externalContextPaths: request.externalContextPaths ? [...request.externalContextPaths] : void 0, + enabledMcpServers: request.enabledMcpServers ? new Set(request.enabledMcpServers) : void 0 + }; +} +function mergeQueuedChatTurns(existing, incoming) { + var _a5; + const existingRequest = existing.request; + const incomingRequest = incoming.request; + return { + displayContent: mergeText(existing.displayContent, incoming.displayContent), + request: { + ...cloneChatTurnRequest(incomingRequest), + text: mergeText(existingRequest.text, incomingRequest.text), + images: mergeImages(existingRequest.images, incomingRequest.images), + currentNotePath: (_a5 = incomingRequest.currentNotePath) != null ? _a5 : existingRequest.currentNotePath, + externalContextPaths: mergeStringLists( + existingRequest.externalContextPaths, + incomingRequest.externalContextPaths + ), + enabledMcpServers: mergeSets( + existingRequest.enabledMcpServers, + incomingRequest.enabledMcpServers + ) + } + }; +} +function mergeText(first, second) { + return [first, second].map((part) => part.trim()).filter((part) => part.length > 0).join("\n\n"); +} +function cloneImages(images) { + return images && images.length > 0 ? [...images] : void 0; +} +function mergeImages(first, second) { + const merged = [...first != null ? first : [], ...second != null ? second : []]; + return merged.length > 0 ? merged : void 0; +} +function mergeStringLists(first, second) { + const merged = [...first != null ? first : [], ...second != null ? second : []]; + if (merged.length === 0) { + return void 0; + } + return Array.from(new Set(merged)); +} +function mergeSets(first, second) { + const merged = /* @__PURE__ */ new Set(); + for (const value of first != null ? first : []) { + merged.add(value); + } + for (const value of second != null ? second : []) { + merged.add(value); + } + return merged.size > 0 ? merged : void 0; +} + +// src/shared/components/ResumeSessionDropdown.ts +var import_obsidian24 = require("obsidian"); +var ResumeSessionDropdown = class { + constructor(containerEl, inputEl, conversations, currentConversationId, callbacks) { + this.selectedIndex = 0; + this.containerEl = containerEl; + this.inputEl = inputEl; + this.conversations = this.sortConversations(conversations); + this.currentConversationId = currentConversationId; + this.callbacks = callbacks; + this.dropdownEl = this.containerEl.createDiv({ cls: "claudian-resume-dropdown" }); + this.render(); + this.dropdownEl.addClass("visible"); + this.onInput = () => this.dismiss(); + this.inputEl.addEventListener("input", this.onInput); + } + handleKeydown(e2) { + if (!this.isVisible()) return false; + switch (e2.key) { + case "ArrowDown": + e2.preventDefault(); + this.navigate(1); + return true; + case "ArrowUp": + e2.preventDefault(); + this.navigate(-1); + return true; + case "Enter": + case "Tab": + if (this.conversations.length > 0) { + e2.preventDefault(); + this.selectItem(); + return true; + } + return false; + case "Escape": + e2.preventDefault(); + this.dismiss(); + return true; + } + return false; + } + isVisible() { + var _a5, _b3; + return (_b3 = (_a5 = this.dropdownEl) == null ? void 0 : _a5.hasClass("visible")) != null ? _b3 : false; + } + destroy() { + var _a5; + this.inputEl.removeEventListener("input", this.onInput); + (_a5 = this.dropdownEl) == null ? void 0 : _a5.remove(); + } + dismiss() { + this.dropdownEl.removeClass("visible"); + this.callbacks.onDismiss(); + } + selectItem() { + if (this.conversations.length === 0) return; + const selected = this.conversations[this.selectedIndex]; + if (!selected) return; + if (selected.id === this.currentConversationId) { + this.dismiss(); + return; + } + this.callbacks.onSelect(selected.id); + } + navigate(direction) { + const maxIndex = this.conversations.length - 1; + this.selectedIndex = Math.max(0, Math.min(maxIndex, this.selectedIndex + direction)); + this.updateSelection(); + } + updateSelection() { + const items = this.dropdownEl.querySelectorAll(".claudian-resume-item"); + items == null ? void 0 : items.forEach((item, index) => { + if (index === this.selectedIndex) { + item.addClass("selected"); + item.scrollIntoView({ block: "nearest" }); + } else { + item.removeClass("selected"); + } + }); + } + sortConversations(conversations) { + return [...conversations].sort((a, b2) => { + var _a5, _b3; + return ((_a5 = b2.lastResponseAt) != null ? _a5 : b2.createdAt) - ((_b3 = a.lastResponseAt) != null ? _b3 : a.createdAt); + }); + } + render() { + var _a5; + this.dropdownEl.empty(); + const header = this.dropdownEl.createDiv({ cls: "claudian-resume-header" }); + header.createSpan({ text: "Resume conversation" }); + if (this.conversations.length === 0) { + this.dropdownEl.createDiv({ cls: "claudian-resume-empty", text: "No conversations" }); + return; + } + const list = this.dropdownEl.createDiv({ cls: "claudian-resume-list" }); + for (let i = 0; i < this.conversations.length; i++) { + const conv = this.conversations[i]; + const isCurrent = conv.id === this.currentConversationId; + const item = list.createDiv({ cls: "claudian-resume-item" }); + if (isCurrent) item.addClass("current"); + if (i === this.selectedIndex) item.addClass("selected"); + const iconEl = item.createDiv({ cls: "claudian-resume-item-icon" }); + (0, import_obsidian24.setIcon)(iconEl, isCurrent ? "message-square-dot" : "message-square"); + const content = item.createDiv({ cls: "claudian-resume-item-content" }); + const titleEl = content.createDiv({ cls: "claudian-resume-item-title", text: conv.title }); + titleEl.setAttribute("title", conv.title); + content.createDiv({ + cls: "claudian-resume-item-date", + text: isCurrent ? "Current session" : this.formatDate((_a5 = conv.lastResponseAt) != null ? _a5 : conv.createdAt) + }); + item.addEventListener("click", () => { + if (isCurrent) { + this.dismiss(); + return; + } + this.callbacks.onSelect(conv.id); + }); + item.addEventListener("mouseenter", () => { + this.selectedIndex = i; + this.updateSelection(); + }); + } + } + formatDate(timestamp) { + const date7 = new Date(timestamp); + const now = /* @__PURE__ */ new Date(); + if (date7.toDateString() === now.toDateString()) { + return date7.toLocaleTimeString(void 0, { hour: "2-digit", minute: "2-digit", hour12: false }); + } + return date7.toLocaleDateString(void 0, { month: "short", day: "numeric" }); + } +}; + +// src/shared/modals/InstructionConfirmModal.ts +var import_obsidian25 = require("obsidian"); +var InstructionModal = class extends import_obsidian25.Modal { + constructor(app, rawInstruction, callbacks) { + super(app); + this.state = "loading"; + this.resolved = false; + // UI elements + this.contentSectionEl = null; + this.loadingEl = null; + this.clarificationEl = null; + this.confirmationEl = null; + this.buttonsEl = null; + // Clarification state + this.clarificationTextEl = null; + this.responseTextarea = null; + this.isSubmitting = false; + // Confirmation state + this.refinedInstruction = ""; + this.editTextarea = null; + this.isEditing = false; + this.refinedDisplayEl = null; + this.editContainerEl = null; + this.editBtnEl = null; + this.rawInstruction = rawInstruction; + this.callbacks = callbacks; + } + onOpen() { + const { contentEl } = this; + contentEl.addClass("claudian-instruction-modal"); + this.setTitle("Add custom instruction"); + const inputSection = contentEl.createDiv({ cls: "claudian-instruction-section" }); + const inputLabel = inputSection.createDiv({ cls: "claudian-instruction-label" }); + inputLabel.setText("Your input:"); + const inputText = inputSection.createDiv({ cls: "claudian-instruction-original" }); + inputText.setText(this.rawInstruction); + this.contentSectionEl = contentEl.createDiv({ cls: "claudian-instruction-content-section" }); + this.loadingEl = this.contentSectionEl.createDiv({ cls: "claudian-instruction-loading" }); + this.loadingEl.createDiv({ cls: "claudian-instruction-spinner" }); + this.loadingEl.createSpan({ text: "Processing your instruction..." }); + this.clarificationEl = this.contentSectionEl.createDiv({ cls: "claudian-instruction-clarification-section" }); + this.clarificationEl.addClass("claudian-hidden"); + this.clarificationTextEl = this.clarificationEl.createDiv({ cls: "claudian-instruction-clarification" }); + const responseSection = this.clarificationEl.createDiv({ cls: "claudian-instruction-section" }); + const responseLabel = responseSection.createDiv({ cls: "claudian-instruction-label" }); + responseLabel.setText("Your response:"); + this.responseTextarea = new import_obsidian25.TextAreaComponent(responseSection); + this.responseTextarea.inputEl.addClass("claudian-instruction-response-textarea"); + this.responseTextarea.inputEl.rows = 3; + this.responseTextarea.inputEl.placeholder = "Provide more details..."; + this.responseTextarea.inputEl.addEventListener("keydown", (e2) => { + if (e2.key === "Enter" && !e2.shiftKey && !e2.isComposing && !this.isSubmitting) { + e2.preventDefault(); + void this.submitClarification(); + } + }); + this.confirmationEl = this.contentSectionEl.createDiv({ cls: "claudian-instruction-confirmation-section" }); + this.confirmationEl.addClass("claudian-hidden"); + const refinedSection = this.confirmationEl.createDiv({ cls: "claudian-instruction-section" }); + const refinedLabel = refinedSection.createDiv({ cls: "claudian-instruction-label" }); + refinedLabel.setText("Refined snippet:"); + this.refinedDisplayEl = refinedSection.createDiv({ cls: "claudian-instruction-refined" }); + this.editContainerEl = refinedSection.createDiv({ cls: "claudian-instruction-edit-container" }); + this.editContainerEl.addClass("claudian-hidden"); + this.editTextarea = new import_obsidian25.TextAreaComponent(this.editContainerEl); + this.editTextarea.inputEl.addClass("claudian-instruction-edit-textarea"); + this.editTextarea.inputEl.rows = 4; + this.buttonsEl = contentEl.createDiv({ cls: "claudian-instruction-buttons" }); + this.updateButtons(); + this.showState("loading"); + } + showClarification(clarification) { + var _a5; + if (this.clarificationTextEl) { + this.clarificationTextEl.setText(clarification); + } + if (this.responseTextarea) { + this.responseTextarea.setValue(""); + } + this.isSubmitting = false; + this.showState("clarification"); + (_a5 = this.responseTextarea) == null ? void 0 : _a5.inputEl.focus(); + } + showConfirmation(refinedInstruction) { + this.refinedInstruction = refinedInstruction; + if (this.refinedDisplayEl) { + this.refinedDisplayEl.setText(refinedInstruction); + } + if (this.editTextarea) { + this.editTextarea.setValue(refinedInstruction); + } + this.showState("confirmation"); + } + showError(error48) { + this.resolved = true; + this.close(); + } + showClarificationLoading() { + this.isSubmitting = true; + if (this.loadingEl) { + this.loadingEl.querySelector(".claudian-instruction-spinner"); + const text = this.loadingEl.querySelector("span"); + if (text) text.textContent = "Processing..."; + } + this.showState("loading"); + } + showState(state) { + this.state = state; + if (this.loadingEl) { + this.loadingEl.toggleClass("claudian-hidden", state !== "loading"); + } + if (this.clarificationEl) { + this.clarificationEl.toggleClass("claudian-hidden", state !== "clarification"); + } + if (this.confirmationEl) { + this.confirmationEl.toggleClass("claudian-hidden", state !== "confirmation"); + } + this.updateButtons(); + } + updateButtons() { + if (!this.buttonsEl) return; + this.buttonsEl.empty(); + const cancelBtn = this.buttonsEl.createEl("button", { + text: "Cancel", + cls: "claudian-instruction-btn claudian-instruction-reject-btn", + attr: { "aria-label": "Cancel" } + }); + cancelBtn.addEventListener("click", () => this.handleReject()); + if (this.state === "clarification") { + const submitBtn = this.buttonsEl.createEl("button", { + text: "Submit", + cls: "claudian-instruction-btn claudian-instruction-accept-btn", + attr: { "aria-label": "Submit response" } + }); + submitBtn.addEventListener("click", () => { + void this.submitClarification(); + }); + } else if (this.state === "confirmation") { + this.editBtnEl = this.buttonsEl.createEl("button", { + text: "Edit", + cls: "claudian-instruction-btn claudian-instruction-edit-btn", + attr: { "aria-label": "Edit instruction" } + }); + this.editBtnEl.addEventListener("click", () => this.toggleEdit()); + const acceptBtn = this.buttonsEl.createEl("button", { + text: "Accept", + cls: "claudian-instruction-btn claudian-instruction-accept-btn", + attr: { "aria-label": "Accept instruction" } + }); + acceptBtn.addEventListener("click", () => this.handleAccept()); + acceptBtn.focus(); + } + } + async submitClarification() { + var _a5; + const response = (_a5 = this.responseTextarea) == null ? void 0 : _a5.getValue().trim(); + if (!response || this.isSubmitting) return; + this.showClarificationLoading(); + try { + await this.callbacks.onClarificationSubmit(response); + } catch (e2) { + this.isSubmitting = false; + this.showState("clarification"); + } + } + toggleEdit() { + var _a5, _b3, _c2, _d, _e2; + this.isEditing = !this.isEditing; + if (this.isEditing) { + (_a5 = this.refinedDisplayEl) == null ? void 0 : _a5.addClass("claudian-hidden"); + (_b3 = this.editContainerEl) == null ? void 0 : _b3.removeClass("claudian-hidden"); + if (this.editBtnEl) this.editBtnEl.setText("Preview"); + (_c2 = this.editTextarea) == null ? void 0 : _c2.inputEl.focus(); + } else { + const edited = ((_d = this.editTextarea) == null ? void 0 : _d.getValue()) || this.refinedInstruction; + this.refinedInstruction = edited; + if (this.refinedDisplayEl) { + this.refinedDisplayEl.setText(edited); + this.refinedDisplayEl.removeClass("claudian-hidden"); + } + (_e2 = this.editContainerEl) == null ? void 0 : _e2.addClass("claudian-hidden"); + if (this.editBtnEl) this.editBtnEl.setText("Edit"); + } + } + handleAccept() { + var _a5; + if (this.resolved) return; + this.resolved = true; + const finalInstruction = this.isEditing ? ((_a5 = this.editTextarea) == null ? void 0 : _a5.getValue()) || this.refinedInstruction : this.refinedInstruction; + this.callbacks.onAccept(finalInstruction); + this.close(); + } + handleReject() { + if (this.resolved) return; + this.resolved = true; + this.callbacks.onReject(); + this.close(); + } + onClose() { + if (!this.resolved) { + this.resolved = true; + this.callbacks.onReject(); + } + this.contentEl.empty(); + } +}; + +// src/utils/markdown.ts +function appendMarkdownSnippet(existingPrompt, snippet) { + const trimmedSnippet = snippet.trim(); + if (!trimmedSnippet) { + return existingPrompt; + } + if (!existingPrompt.trim()) { + return trimmedSnippet; + } + const separator = existingPrompt.endsWith("\n\n") ? "" : existingPrompt.endsWith("\n") ? "\n" : "\n\n"; + return existingPrompt + separator + trimmedSnippet; +} + +// src/features/chat/constants.ts +var COMPLETION_FLAVOR_WORDS = [ + "Baked", + "Cooked", + "Crunched", + "Brewed", + "Crafted", + "Forged", + "Conjured", + "Whipped up", + "Stirred", + "Simmered", + "Toasted", + "Saut\xE9ed", + "Finagled", + "Marinated", + "Distilled", + "Fermented", + "Percolated", + "Steeped", + "Roasted", + "Cured", + "Smoked", + "Cogitated" +]; +var FLAVOR_TEXTS = [ + // Classic + "Thinking...", + "Pondering...", + "Processing...", + "Analyzing...", + "Considering...", + "Working on it...", + "Vibing...", + "One moment...", + "On it...", + // Thoughtful + "Ruminating...", + "Contemplating...", + "Reflecting...", + "Mulling it over...", + "Let me think...", + "Hmm...", + "Cogitating...", + "Deliberating...", + "Weighing options...", + "Gathering thoughts...", + // Playful + "Brewing ideas...", + "Connecting dots...", + "Assembling thoughts...", + "Spinning up neurons...", + "Loading brilliance...", + "Consulting the oracle...", + "Summoning knowledge...", + "Crunching thoughts...", + "Dusting off neurons...", + "Wrangling ideas...", + "Herding thoughts...", + "Juggling concepts...", + "Untangling this...", + "Piecing it together...", + // Cozy + "Sipping coffee...", + "Warming up...", + "Getting cozy with this...", + "Settling in...", + "Making tea...", + "Grabbing a snack...", + // Technical + "Parsing...", + "Compiling thoughts...", + "Running inference...", + "Querying the void...", + "Defragmenting brain...", + "Allocating memory...", + "Optimizing...", + "Indexing...", + "Syncing neurons...", + // Zen + "Breathing...", + "Finding clarity...", + "Channeling focus...", + "Centering...", + "Aligning chakras...", + "Meditating on this...", + // Whimsical + "Asking the stars...", + "Reading tea leaves...", + "Shaking the magic 8-ball...", + "Consulting ancient scrolls...", + "Decoding the matrix...", + "Communing with the ether...", + "Peering into the abyss...", + "Channeling the cosmos...", + // Action + "Diving in...", + "Rolling up sleeves...", + "Getting to work...", + "Tackling this...", + "On the case...", + "Investigating...", + "Exploring...", + "Digging deeper...", + // Casual + "Bear with me...", + "Hang tight...", + "Just a sec...", + "Working my magic...", + "Almost there...", + "Give me a moment..." +]; + +// src/features/chat/rendering/InlineAskUserQuestion.ts +var HINTS_TEXT = "Enter to select \xB7 Tab/Arrow keys to navigate \xB7 Esc to cancel"; +var HINTS_TEXT_IMMEDIATE = "Enter to select \xB7 Arrow keys to navigate \xB7 Esc to cancel"; +var InlineAskUserQuestion = class { + constructor(containerEl, input, resolve8, signal, config2) { + this.resolved = false; + this.questions = []; + this.answers = /* @__PURE__ */ new Map(); + this.customInputs = /* @__PURE__ */ new Map(); + this.activeTabIndex = 0; + this.focusedItemIndex = 0; + this.isInputFocused = false; + this.tabElements = []; + this.currentItems = []; + this.abortHandler = null; + var _a5, _b3, _c2; + this.containerEl = containerEl; + this.input = input; + this.resolveCallback = resolve8; + this.signal = signal; + this.config = { + title: (_a5 = config2 == null ? void 0 : config2.title) != null ? _a5 : "Question", + headerEl: config2 == null ? void 0 : config2.headerEl, + showCustomInput: (_b3 = config2 == null ? void 0 : config2.showCustomInput) != null ? _b3 : true, + immediateSelect: (_c2 = config2 == null ? void 0 : config2.immediateSelect) != null ? _c2 : false + }; + this.boundKeyDown = (event) => this.handleKeyDown(event); + } + render() { + this.rootEl = this.containerEl.createDiv({ cls: "claudian-ask-question-inline" }); + const titleEl = this.rootEl.createDiv({ cls: "claudian-ask-inline-title" }); + titleEl.setText(this.config.title); + if (this.config.headerEl) { + this.rootEl.appendChild(this.config.headerEl); + } + this.questions = this.parseQuestions(); + if (this.questions.length === 0) { + this.handleResolve(null); + return; + } + if (this.config.immediateSelect && this.questions.length !== 1) { + this.config.immediateSelect = false; + } + for (let i = 0; i < this.questions.length; i++) { + this.answers.set(i, /* @__PURE__ */ new Set()); + this.customInputs.set(i, ""); + } + if (!this.config.immediateSelect) { + this.tabBar = this.rootEl.createDiv({ cls: "claudian-ask-tab-bar" }); + this.renderTabBar(); + } + this.contentArea = this.rootEl.createDiv({ cls: "claudian-ask-content" }); + this.renderTabContent(); + this.rootEl.setAttribute("tabindex", "0"); + this.rootEl.addEventListener("keydown", this.boundKeyDown); + window.requestAnimationFrame(() => { + this.rootEl.focus(); + this.rootEl.scrollIntoView({ block: "nearest", behavior: "smooth" }); + }); + if (this.signal) { + this.abortHandler = () => this.handleResolve(null); + this.signal.addEventListener("abort", this.abortHandler, { once: true }); + } + } + destroy() { + this.handleResolve(null); + } + parseQuestions() { + const raw = this.input.questions; + if (!Array.isArray(raw)) return []; + return raw.filter( + (q) => { + if (!q || typeof q !== "object" || Array.isArray(q)) { + return false; + } + const record2 = q; + return typeof record2.question === "string" && (Array.isArray(record2.options) && record2.options.length > 0 || record2.isOther === true); + } + ).map((q, idx) => { + var _a5; + return { + question: q.question, + id: typeof q.id === "string" ? q.id : void 0, + header: typeof q.header === "string" ? q.header.slice(0, 12) : `Q${idx + 1}`, + options: this.deduplicateOptions(((_a5 = q.options) != null ? _a5 : []).map((o2) => this.coerceOption(o2))), + multiSelect: q.multiSelect === true, + isOther: q.isOther === true, + isSecret: q.isSecret === true + }; + }); + } + coerceOption(opt) { + if (typeof opt === "object" && opt !== null) { + const obj = opt; + const label = this.extractLabel(obj); + const description = typeof obj.description === "string" ? obj.description : ""; + const value = this.extractValue(obj, label); + return { label, description, ...value !== label ? { value } : {} }; + } + return { label: this.stringifyOptionValue(opt), description: "" }; + } + deduplicateOptions(options) { + const seen = /* @__PURE__ */ new Set(); + return options.filter((o2) => { + if (seen.has(o2.label)) return false; + seen.add(o2.label); + return true; + }); + } + extractLabel(obj) { + if (typeof obj.label === "string") return obj.label; + if (typeof obj.value === "string") return obj.value; + if (typeof obj.text === "string") return obj.text; + if (typeof obj.name === "string") return obj.name; + return "Option"; + } + stringifyOptionValue(value) { + if (typeof value === "string") return value; + if (typeof value === "number" || typeof value === "boolean" || typeof value === "bigint") { + return `${value}`; + } + return "Option"; + } + extractValue(obj, fallback) { + if (typeof obj.value === "string") return obj.value; + if (typeof obj.id === "string") return obj.id; + return fallback; + } + renderTabBar() { + this.tabBar.empty(); + this.tabElements = []; + for (let idx = 0; idx < this.questions.length; idx++) { + const answered = this.isQuestionAnswered(idx); + const tab = this.tabBar.createSpan({ cls: "claudian-ask-tab" }); + tab.createSpan({ text: this.questions[idx].header, cls: "claudian-ask-tab-label" }); + tab.createSpan({ text: answered ? " \u2713" : "", cls: "claudian-ask-tab-tick" }); + tab.setAttribute("title", this.questions[idx].question); + if (idx === this.activeTabIndex) tab.addClass("is-active"); + if (answered) tab.addClass("is-answered"); + tab.addEventListener("click", () => this.switchTab(idx)); + this.tabElements.push(tab); + } + const allAnswered = this.questions.every((_2, i) => this.isQuestionAnswered(i)); + const submitTab = this.tabBar.createSpan({ cls: "claudian-ask-tab" }); + submitTab.createSpan({ text: allAnswered ? "\u2713 " : "", cls: "claudian-ask-tab-submit-check" }); + submitTab.createSpan({ text: "Submit", cls: "claudian-ask-tab-label" }); + if (this.activeTabIndex === this.questions.length) submitTab.addClass("is-active"); + submitTab.addEventListener("click", () => this.switchTab(this.questions.length)); + this.tabElements.push(submitTab); + } + isQuestionAnswered(idx) { + return this.answers.get(idx).size > 0 || this.customInputs.get(idx).trim().length > 0; + } + switchTab(index) { + const clamped = Math.max(0, Math.min(index, this.questions.length)); + if (clamped === this.activeTabIndex) return; + this.activeTabIndex = clamped; + this.focusedItemIndex = 0; + this.isInputFocused = false; + if (!this.config.immediateSelect) { + this.renderTabBar(); + } + this.renderTabContent(); + this.rootEl.focus(); + } + renderTabContent() { + this.contentArea.empty(); + this.currentItems = []; + if (this.activeTabIndex < this.questions.length) { + this.renderQuestionTab(this.activeTabIndex); + } else { + this.renderSubmitTab(); + } + } + renderQuestionTab(idx) { + var _a5; + const q = this.questions[idx]; + const isMulti = q.multiSelect; + const selected = this.answers.get(idx); + this.contentArea.createDiv({ + text: q.question, + cls: "claudian-ask-question-text" + }); + const listEl = this.contentArea.createDiv({ cls: "claudian-ask-list" }); + for (let optIdx = 0; optIdx < q.options.length; optIdx++) { + const option = q.options[optIdx]; + const isFocused = optIdx === this.focusedItemIndex; + const optionValue = this.getOptionValue(option); + const isSelected = selected.has(optionValue); + const row = listEl.createDiv({ cls: "claudian-ask-item" }); + if (isFocused) row.addClass("is-focused"); + if (isSelected) row.addClass("is-selected"); + row.createSpan({ text: isFocused ? "\u203A" : "\xA0", cls: "claudian-ask-cursor" }); + row.createSpan({ text: `${optIdx + 1}. `, cls: "claudian-ask-item-num" }); + if (isMulti) { + this.renderMultiSelectCheckbox(row, isSelected); + } + const labelBlock = row.createDiv({ cls: "claudian-ask-item-content" }); + const labelRow = labelBlock.createDiv({ cls: "claudian-ask-label-row" }); + labelRow.createSpan({ text: option.label, cls: "claudian-ask-item-label" }); + if (!isMulti && isSelected) { + labelRow.createSpan({ text: " \u2713", cls: "claudian-ask-check-mark" }); + } + if (option.description) { + labelBlock.createDiv({ text: option.description, cls: "claudian-ask-item-desc" }); + } + row.addEventListener("click", () => { + this.focusedItemIndex = optIdx; + this.updateFocusIndicator(); + this.selectOption(idx, option); + }); + this.currentItems.push(row); + } + if (this.canShowCustomInputForQuestion(q)) { + const customIdx = q.options.length; + const customFocused = customIdx === this.focusedItemIndex; + const customText = (_a5 = this.customInputs.get(idx)) != null ? _a5 : ""; + const hasCustomText = customText.trim().length > 0; + const customRow = listEl.createDiv({ cls: "claudian-ask-item claudian-ask-custom-item" }); + if (customFocused) customRow.addClass("is-focused"); + customRow.createSpan({ text: customFocused ? "\u203A" : "\xA0", cls: "claudian-ask-cursor" }); + customRow.createSpan({ text: `${customIdx + 1}. `, cls: "claudian-ask-item-num" }); + if (isMulti) { + this.renderMultiSelectCheckbox(customRow, hasCustomText); + } + const inputEl = customRow.createEl("input", { + cls: "claudian-ask-custom-text", + value: customText + }); + inputEl.setAttribute("type", q.isSecret ? "password" : "text"); + inputEl.setAttribute("placeholder", q.isSecret ? "Enter secret." : "Type something."); + inputEl.addEventListener("input", () => { + this.customInputs.set(idx, inputEl.value); + if (!isMulti && inputEl.value.trim()) { + selected.clear(); + this.updateOptionVisuals(idx); + } + this.updateTabIndicators(); + }); + inputEl.addEventListener("focus", () => { + this.isInputFocused = true; + }); + inputEl.addEventListener("blur", () => { + this.isInputFocused = false; + }); + customRow.addEventListener("click", () => { + this.focusedItemIndex = customIdx; + this.updateFocusIndicator(); + inputEl.focus(); + }); + this.currentItems.push(customRow); + } + this.contentArea.createDiv({ + text: this.config.immediateSelect ? HINTS_TEXT_IMMEDIATE : HINTS_TEXT, + cls: "claudian-ask-hints" + }); + } + renderSubmitTab() { + this.contentArea.createDiv({ + text: "Review your answers", + cls: "claudian-ask-review-title" + }); + const reviewEl = this.contentArea.createDiv({ cls: "claudian-ask-review" }); + for (let idx = 0; idx < this.questions.length; idx++) { + const q = this.questions[idx]; + const answerText = this.getAnswerText(idx); + const pairEl = reviewEl.createDiv({ cls: "claudian-ask-review-pair" }); + pairEl.createDiv({ text: `${idx + 1}.`, cls: "claudian-ask-review-num" }); + const bodyEl = pairEl.createDiv({ cls: "claudian-ask-review-body" }); + bodyEl.createDiv({ text: q.question, cls: "claudian-ask-review-q-text" }); + bodyEl.createDiv({ + text: answerText || "Not answered", + cls: answerText ? "claudian-ask-review-a-text" : "claudian-ask-review-empty" + }); + pairEl.addEventListener("click", () => this.switchTab(idx)); + } + this.contentArea.createDiv({ + text: "Ready to submit your answers?", + cls: "claudian-ask-review-prompt" + }); + const actionsEl = this.contentArea.createDiv({ cls: "claudian-ask-list" }); + const allAnswered = this.questions.every((_2, i) => this.isQuestionAnswered(i)); + const submitRow = actionsEl.createDiv({ cls: "claudian-ask-item" }); + if (this.focusedItemIndex === 0) submitRow.addClass("is-focused"); + if (!allAnswered) submitRow.addClass("is-disabled"); + submitRow.createSpan({ text: this.focusedItemIndex === 0 ? "\u203A" : "\xA0", cls: "claudian-ask-cursor" }); + submitRow.createSpan({ text: "1. ", cls: "claudian-ask-item-num" }); + submitRow.createSpan({ text: "Submit answers", cls: "claudian-ask-item-label" }); + submitRow.addEventListener("click", () => { + this.focusedItemIndex = 0; + this.updateFocusIndicator(); + this.handleSubmit(); + }); + this.currentItems.push(submitRow); + const cancelRow = actionsEl.createDiv({ cls: "claudian-ask-item" }); + if (this.focusedItemIndex === 1) cancelRow.addClass("is-focused"); + cancelRow.createSpan({ text: this.focusedItemIndex === 1 ? "\u203A" : "\xA0", cls: "claudian-ask-cursor" }); + cancelRow.createSpan({ text: "2. ", cls: "claudian-ask-item-num" }); + cancelRow.createSpan({ text: "Cancel", cls: "claudian-ask-item-label" }); + cancelRow.addEventListener("click", () => { + this.focusedItemIndex = 1; + this.handleResolve(null); + }); + this.currentItems.push(cancelRow); + this.contentArea.createDiv({ + text: HINTS_TEXT, + cls: "claudian-ask-hints" + }); + } + getAnswerText(idx) { + const selected = this.getSelectedLabels(idx); + const custom2 = this.customInputs.get(idx); + const parts = []; + if (selected.length > 0) parts.push(selected.join(", ")); + if (custom2.trim()) parts.push(custom2.trim()); + return parts.join(", "); + } + selectOption(qIdx, option) { + var _a5; + const q = this.questions[qIdx]; + const selected = this.answers.get(qIdx); + const isMulti = q.multiSelect; + const optionValue = this.getOptionValue(option); + if (isMulti) { + if (selected.has(optionValue)) { + selected.delete(optionValue); + } else { + selected.add(optionValue); + } + } else { + selected.clear(); + selected.add(optionValue); + this.customInputs.set(qIdx, ""); + } + this.updateOptionVisuals(qIdx); + if (this.config.immediateSelect) { + const key = (_a5 = q.id) != null ? _a5 : q.question; + const result = {}; + result[key] = optionValue; + this.handleResolve(result); + return; + } + this.updateTabIndicators(); + if (!isMulti) { + this.switchTab(this.activeTabIndex + 1); + } + } + renderMultiSelectCheckbox(parent, checked) { + parent.createSpan({ + text: checked ? "[\u2713] " : "[ ] ", + cls: `claudian-ask-check${checked ? " is-checked" : ""}` + }); + } + updateOptionVisuals(qIdx) { + const q = this.questions[qIdx]; + const selected = this.answers.get(qIdx); + const isMulti = q.multiSelect; + for (let i = 0; i < q.options.length; i++) { + const item = this.currentItems[i]; + const isSelected = selected.has(this.getOptionValue(q.options[i])); + item.toggleClass("is-selected", isSelected); + if (isMulti) { + const checkSpan = item.querySelector(".claudian-ask-check"); + if (checkSpan) { + checkSpan.textContent = isSelected ? "[\u2713] " : "[ ] "; + checkSpan.toggleClass("is-checked", isSelected); + } + } else { + const labelRow = item.querySelector(".claudian-ask-label-row"); + const existingMark = item.querySelector(".claudian-ask-check-mark"); + if (isSelected && !existingMark && labelRow) { + labelRow.createSpan({ text: " \u2713", cls: "claudian-ask-check-mark" }); + } else if (!isSelected && existingMark) { + existingMark.remove(); + } + } + } + } + updateFocusIndicator() { + for (let i = 0; i < this.currentItems.length; i++) { + const item = this.currentItems[i]; + const cursor = item.querySelector(".claudian-ask-cursor"); + if (i === this.focusedItemIndex) { + item.addClass("is-focused"); + if (cursor) cursor.textContent = "\u203A"; + item.scrollIntoView({ block: "nearest" }); + } else { + item.removeClass("is-focused"); + if (cursor) cursor.textContent = "\xA0"; + } + } + } + updateTabIndicators() { + for (let idx = 0; idx < this.questions.length; idx++) { + const tab = this.tabElements[idx]; + const tick = tab.querySelector(".claudian-ask-tab-tick"); + const answered = this.isQuestionAnswered(idx); + tab.toggleClass("is-answered", answered); + if (tick) tick.textContent = answered ? " \u2713" : ""; + } + const submitTab = this.tabElements[this.questions.length]; + if (submitTab) { + const submitCheck = submitTab.querySelector(".claudian-ask-tab-submit-check"); + const allAnswered = this.questions.every((_2, i) => this.isQuestionAnswered(i)); + if (submitCheck) submitCheck.textContent = allAnswered ? "\u2713 " : ""; + } + } + handleNavigationKey(e2, maxFocusIndex) { + switch (e2.key) { + case "ArrowDown": + e2.preventDefault(); + e2.stopPropagation(); + this.focusedItemIndex = Math.min(this.focusedItemIndex + 1, maxFocusIndex); + this.updateFocusIndicator(); + return true; + case "ArrowUp": + e2.preventDefault(); + e2.stopPropagation(); + this.focusedItemIndex = Math.max(this.focusedItemIndex - 1, 0); + this.updateFocusIndicator(); + return true; + case "ArrowLeft": + if (this.config.immediateSelect) return false; + e2.preventDefault(); + e2.stopPropagation(); + this.switchTab(this.activeTabIndex - 1); + return true; + case "Tab": + if (this.config.immediateSelect) return false; + e2.preventDefault(); + e2.stopPropagation(); + if (e2.shiftKey) { + this.switchTab(this.activeTabIndex - 1); + } else { + this.switchTab(this.activeTabIndex + 1); + } + return true; + case "Escape": + e2.preventDefault(); + e2.stopPropagation(); + this.handleResolve(null); + return true; + default: + return false; + } + } + handleKeyDown(e2) { + var _a5, _b3, _c2; + if (this.isInputFocused) { + if (e2.key === "Escape") { + e2.preventDefault(); + e2.stopPropagation(); + this.isInputFocused = false; + (_a5 = this.rootEl.ownerDocument.activeElement) == null ? void 0 : _a5.blur(); + this.rootEl.focus(); + return; + } + if (e2.key === "Tab" || e2.key === "Enter") { + e2.preventDefault(); + e2.stopPropagation(); + this.isInputFocused = false; + (_b3 = this.rootEl.ownerDocument.activeElement) == null ? void 0 : _b3.blur(); + if (e2.key === "Tab" && e2.shiftKey) { + this.switchTab(this.activeTabIndex - 1); + } else { + this.switchTab(this.activeTabIndex + 1); + } + return; + } + if (e2.key === "ArrowUp" || e2.key === "ArrowDown") { + e2.preventDefault(); + e2.stopPropagation(); + (_c2 = this.rootEl.ownerDocument.activeElement) == null ? void 0 : _c2.blur(); + this.isInputFocused = false; + const q4 = this.questions[this.activeTabIndex]; + const maxIdx = this.canShowCustomInputForQuestion(q4) ? q4.options.length : q4.options.length - 1; + if (e2.key === "ArrowUp") { + this.focusedItemIndex = Math.max(this.focusedItemIndex - 1, 0); + } else { + this.focusedItemIndex = Math.min(this.focusedItemIndex + 1, maxIdx); + } + this.updateFocusIndicator(); + this.rootEl.focus(); + return; + } + return; + } + if (this.config.immediateSelect) { + const q4 = this.questions[this.activeTabIndex]; + const maxIdx = q4.options.length - 1; + if (this.handleNavigationKey(e2, maxIdx)) return; + if (e2.key === "Enter") { + e2.preventDefault(); + e2.stopPropagation(); + if (this.focusedItemIndex <= maxIdx) { + this.selectOption(this.activeTabIndex, q4.options[this.focusedItemIndex]); + } + } + return; + } + const isSubmitTab = this.activeTabIndex === this.questions.length; + const q = this.questions[this.activeTabIndex]; + const maxFocusIndex = isSubmitTab ? 1 : this.canShowCustomInputForQuestion(q) ? q.options.length : q.options.length - 1; + if (this.handleNavigationKey(e2, maxFocusIndex)) return; + if (isSubmitTab) { + if (e2.key === "Enter") { + e2.preventDefault(); + e2.stopPropagation(); + if (this.focusedItemIndex === 0) this.handleSubmit(); + else this.handleResolve(null); + } + return; + } + switch (e2.key) { + case "ArrowRight": + e2.preventDefault(); + e2.stopPropagation(); + this.switchTab(this.activeTabIndex + 1); + break; + case "Enter": + e2.preventDefault(); + e2.stopPropagation(); + if (this.focusedItemIndex < q.options.length) { + this.selectOption(this.activeTabIndex, q.options[this.focusedItemIndex]); + } else if (this.canShowCustomInputForQuestion(q)) { + this.isInputFocused = true; + const customRow = this.currentItems[this.focusedItemIndex]; + const input = customRow == null ? void 0 : customRow.querySelector(".claudian-ask-custom-text"); + input == null ? void 0 : input.focus(); + } + break; + } + } + handleSubmit() { + var _a5; + const allAnswered = this.questions.every((_2, i) => this.isQuestionAnswered(i)); + if (!allAnswered) return; + const result = {}; + for (let i = 0; i < this.questions.length; i++) { + const question = this.questions[i]; + const key = (_a5 = question.id) != null ? _a5 : question.question; + const selectedValues = [...this.answers.get(i)]; + const customInput = this.customInputs.get(i).trim(); + if (question.multiSelect) { + const answers = [...selectedValues]; + if (customInput) { + answers.push(customInput); + } + result[key] = answers; + continue; + } + result[key] = customInput || selectedValues[0] || ""; + } + this.handleResolve(result); + } + canShowCustomInputForQuestion(question) { + return this.config.showCustomInput && question.isOther === true; + } + getOptionValue(option) { + var _a5; + return (_a5 = option.value) != null ? _a5 : option.label; + } + getSelectedLabels(idx) { + const selected = this.answers.get(idx); + const question = this.questions[idx]; + return question.options.filter((option) => selected.has(this.getOptionValue(option))).map((option) => option.label); + } + handleResolve(result) { + var _a5, _b3; + if (!this.resolved) { + this.resolved = true; + (_a5 = this.rootEl) == null ? void 0 : _a5.removeEventListener("keydown", this.boundKeyDown); + if (this.signal && this.abortHandler) { + this.signal.removeEventListener("abort", this.abortHandler); + this.abortHandler = null; + } + (_b3 = this.rootEl) == null ? void 0 : _b3.remove(); + this.resolveCallback(result); + } + } +}; + +// src/features/chat/rendering/InlineExitPlanMode.ts +var fs26 = __toESM(require("fs")); +var nodePath = __toESM(require("path")); +var HINTS_TEXT2 = "Arrow keys to navigate \xB7 Enter to select \xB7 Esc to cancel"; +var InlineExitPlanMode = class { + constructor(containerEl, input, resolve8, signal, renderContent, planPathPrefix) { + this.resolved = false; + this.planContent = null; + this.planReadError = null; + this.focusedIndex = 0; + this.items = []; + this.isInputFocused = false; + this.abortHandler = null; + this.containerEl = containerEl; + this.input = input; + this.resolveCallback = resolve8; + this.signal = signal; + this.renderContent = renderContent; + this.planPathPrefix = planPathPrefix; + this.boundKeyDown = (event) => this.handleKeyDown(event); + } + render() { + this.rootEl = this.containerEl.createDiv({ cls: "claudian-plan-approval-inline" }); + const titleEl = this.rootEl.createDiv({ cls: "claudian-plan-inline-title" }); + titleEl.setText("Plan complete"); + this.planContent = this.readPlanContent(); + if (this.planContent) { + const contentEl = this.rootEl.createDiv({ cls: "claudian-plan-content-preview" }); + if (this.renderContent) { + void this.renderContent(contentEl, this.planContent); + } else { + contentEl.createDiv({ cls: "claudian-plan-content-text", text: this.planContent }); + } + } else if (this.planReadError) { + this.rootEl.createDiv({ + cls: "claudian-plan-content-preview claudian-plan-read-error", + text: `Could not read plan file: ${this.planReadError}. "Approve (new session)" will not include plan details.` + }); + } + const allowedPrompts = this.input.allowedPrompts; + if (allowedPrompts && Array.isArray(allowedPrompts) && allowedPrompts.length > 0) { + const permEl = this.rootEl.createDiv({ cls: "claudian-plan-permissions" }); + permEl.createDiv({ text: "Requested permissions:", cls: "claudian-plan-permissions-label" }); + const listEl = permEl.createEl("ul", { cls: "claudian-plan-permissions-list" }); + for (const perm of allowedPrompts) { + listEl.createEl("li", { text: perm.prompt }); + } + } + const actionsEl = this.rootEl.createDiv({ cls: "claudian-ask-list" }); + const newSessionRow = actionsEl.createDiv({ cls: "claudian-ask-item" }); + newSessionRow.addClass("is-focused"); + newSessionRow.createSpan({ text: "\u203A", cls: "claudian-ask-cursor" }); + newSessionRow.createSpan({ text: "1. ", cls: "claudian-ask-item-num" }); + newSessionRow.createSpan({ text: "Approve (new session)", cls: "claudian-ask-item-label" }); + newSessionRow.addEventListener("click", () => { + this.focusedIndex = 0; + this.updateFocus(); + this.handleResolve({ + type: "approve-new-session", + planContent: this.extractPlanContent() + }); + }); + this.items.push(newSessionRow); + const approveRow = actionsEl.createDiv({ cls: "claudian-ask-item" }); + approveRow.createSpan({ text: "\xA0", cls: "claudian-ask-cursor" }); + approveRow.createSpan({ text: "2. ", cls: "claudian-ask-item-num" }); + approveRow.createSpan({ text: "Approve (current session)", cls: "claudian-ask-item-label" }); + approveRow.addEventListener("click", () => { + this.focusedIndex = 1; + this.updateFocus(); + this.handleResolve({ type: "approve" }); + }); + this.items.push(approveRow); + const feedbackRow = actionsEl.createDiv({ cls: "claudian-ask-item claudian-ask-custom-item" }); + feedbackRow.createSpan({ text: "\xA0", cls: "claudian-ask-cursor" }); + feedbackRow.createSpan({ text: "3. ", cls: "claudian-ask-item-num" }); + this.feedbackInput = feedbackRow.createEl("input", { + type: "text", + cls: "claudian-ask-custom-text", + placeholder: "Enter feedback to continue planning..." + }); + this.feedbackInput.addEventListener("focus", () => { + this.isInputFocused = true; + }); + this.feedbackInput.addEventListener("blur", () => { + this.isInputFocused = false; + }); + feedbackRow.addEventListener("click", () => { + this.focusedIndex = 2; + this.updateFocus(); + }); + this.items.push(feedbackRow); + this.rootEl.createDiv({ text: HINTS_TEXT2, cls: "claudian-ask-hints" }); + this.rootEl.setAttribute("tabindex", "0"); + this.rootEl.addEventListener("keydown", this.boundKeyDown); + window.requestAnimationFrame(() => { + this.rootEl.focus(); + this.rootEl.scrollIntoView({ block: "nearest", behavior: "smooth" }); + }); + if (this.signal) { + this.abortHandler = () => this.handleResolve(null); + this.signal.addEventListener("abort", this.abortHandler, { once: true }); + } + } + destroy() { + this.handleResolve(null); + } + readPlanContent() { + const planFilePath = this.input.planFilePath; + if (!planFilePath) return null; + const resolved = nodePath.resolve(planFilePath).replace(/\\/g, "/"); + if (!this.planPathPrefix || !resolved.includes(this.planPathPrefix)) { + this.planReadError = "path outside allowed plan directory"; + return null; + } + try { + const content = fs26.readFileSync(planFilePath, "utf-8"); + return content.trim() || null; + } catch (err) { + this.planReadError = err instanceof Error ? err.message : "unknown error"; + return null; + } + } + extractPlanContent() { + if (this.planContent) { + return `Implement this plan: + +${this.planContent}`; + } + return "Implement the approved plan."; + } + handleKeyDown(e2) { + if (this.isInputFocused) { + if (e2.key === "Escape") { + e2.preventDefault(); + e2.stopPropagation(); + this.isInputFocused = false; + this.feedbackInput.blur(); + this.rootEl.focus(); + return; + } + if (e2.key === "Enter" && this.feedbackInput.value.trim()) { + e2.preventDefault(); + e2.stopPropagation(); + this.handleResolve({ type: "feedback", text: this.feedbackInput.value.trim() }); + return; + } + return; + } + switch (e2.key) { + case "ArrowDown": + e2.preventDefault(); + e2.stopPropagation(); + this.focusedIndex = Math.min(this.focusedIndex + 1, this.items.length - 1); + this.updateFocus(); + break; + case "ArrowUp": + e2.preventDefault(); + e2.stopPropagation(); + this.focusedIndex = Math.max(this.focusedIndex - 1, 0); + this.updateFocus(); + break; + case "Enter": + e2.preventDefault(); + e2.stopPropagation(); + if (this.focusedIndex === 0) { + this.handleResolve({ + type: "approve-new-session", + planContent: this.extractPlanContent() + }); + } else if (this.focusedIndex === 1) { + this.handleResolve({ type: "approve" }); + } else if (this.focusedIndex === 2) { + this.feedbackInput.focus(); + } + break; + case "Escape": + e2.preventDefault(); + e2.stopPropagation(); + this.handleResolve(null); + break; + } + } + updateFocus() { + for (let i = 0; i < this.items.length; i++) { + const item = this.items[i]; + const cursor = item.querySelector(".claudian-ask-cursor"); + if (i === this.focusedIndex) { + item.addClass("is-focused"); + if (cursor) cursor.textContent = "\u203A"; + item.scrollIntoView({ block: "nearest" }); + if (item.hasClass("claudian-ask-custom-item")) { + const input = item.querySelector(".claudian-ask-custom-text"); + if (input) { + input.focus(); + this.isInputFocused = true; + } + } + } else { + item.removeClass("is-focused"); + if (cursor) cursor.textContent = "\xA0"; + if (item.hasClass("claudian-ask-custom-item")) { + const input = item.querySelector(".claudian-ask-custom-text"); + if (input && this.rootEl.ownerDocument.activeElement === input) { + input.blur(); + this.isInputFocused = false; + } + } + } + } + } + handleResolve(decision) { + var _a5, _b3; + if (!this.resolved) { + this.resolved = true; + (_a5 = this.rootEl) == null ? void 0 : _a5.removeEventListener("keydown", this.boundKeyDown); + if (this.signal && this.abortHandler) { + this.signal.removeEventListener("abort", this.abortHandler); + this.abortHandler = null; + } + (_b3 = this.rootEl) == null ? void 0 : _b3.remove(); + this.resolveCallback(decision); + } + } +}; + +// src/features/chat/rendering/InlinePlanApproval.ts +var HINTS_TEXT3 = "Arrow keys to navigate \xB7 Enter to select \xB7 Esc to cancel"; +var InlinePlanApproval = class { + constructor(containerEl, resolve8) { + this.resolved = false; + this.focusedIndex = 0; + this.items = []; + this.isInputFocused = false; + this.containerEl = containerEl; + this.resolveCallback = resolve8; + this.boundKeyDown = (event) => this.handleKeyDown(event); + } + render() { + this.rootEl = this.containerEl.createDiv({ cls: "claudian-plan-approval-inline" }); + this.rootEl.createDiv({ cls: "claudian-plan-inline-title", text: "Plan complete" }); + const actionsEl = this.rootEl.createDiv({ cls: "claudian-ask-list" }); + const implementRow = actionsEl.createDiv({ cls: "claudian-ask-item" }); + implementRow.addClass("is-focused"); + implementRow.createSpan({ text: "\u203A", cls: "claudian-ask-cursor" }); + implementRow.createSpan({ text: "1. ", cls: "claudian-ask-item-num" }); + implementRow.createSpan({ text: "Implement", cls: "claudian-ask-item-label" }); + implementRow.addEventListener("click", () => { + this.focusedIndex = 0; + this.updateFocus(); + this.handleResolve({ type: "implement" }); + }); + this.items.push(implementRow); + const reviseRow = actionsEl.createDiv({ cls: "claudian-ask-item claudian-ask-custom-item" }); + reviseRow.createSpan({ text: "\xA0", cls: "claudian-ask-cursor" }); + reviseRow.createSpan({ text: "2. ", cls: "claudian-ask-item-num" }); + this.feedbackInput = reviseRow.createEl("input", { + type: "text", + cls: "claudian-ask-custom-text", + placeholder: "Enter feedback to revise plan..." + }); + this.feedbackInput.addEventListener("focus", () => { + this.isInputFocused = true; + }); + this.feedbackInput.addEventListener("blur", () => { + this.isInputFocused = false; + }); + reviseRow.addEventListener("click", () => { + this.focusedIndex = 1; + this.updateFocus(); + }); + this.items.push(reviseRow); + const cancelRow = actionsEl.createDiv({ cls: "claudian-ask-item" }); + cancelRow.createSpan({ text: "\xA0", cls: "claudian-ask-cursor" }); + cancelRow.createSpan({ text: "3. ", cls: "claudian-ask-item-num" }); + cancelRow.createSpan({ text: "Cancel", cls: "claudian-ask-item-label" }); + cancelRow.addEventListener("click", () => { + this.focusedIndex = 2; + this.updateFocus(); + this.handleResolve({ type: "cancel" }); + }); + this.items.push(cancelRow); + this.rootEl.createDiv({ text: HINTS_TEXT3, cls: "claudian-ask-hints" }); + this.rootEl.setAttribute("tabindex", "0"); + this.rootEl.addEventListener("keydown", this.boundKeyDown); + window.requestAnimationFrame(() => { + this.rootEl.focus(); + this.rootEl.scrollIntoView({ block: "nearest", behavior: "smooth" }); + }); + } + destroy() { + this.handleResolve(null); + } + handleKeyDown(e2) { + if (this.isInputFocused) { + if (e2.key === "Escape") { + e2.preventDefault(); + e2.stopPropagation(); + this.isInputFocused = false; + this.feedbackInput.blur(); + this.rootEl.focus(); + return; + } + if (e2.key === "Enter" && this.feedbackInput.value.trim()) { + e2.preventDefault(); + e2.stopPropagation(); + this.handleResolve({ type: "revise", text: this.feedbackInput.value.trim() }); + return; + } + return; + } + switch (e2.key) { + case "ArrowDown": + e2.preventDefault(); + e2.stopPropagation(); + this.focusedIndex = Math.min(this.focusedIndex + 1, this.items.length - 1); + this.updateFocus(); + break; + case "ArrowUp": + e2.preventDefault(); + e2.stopPropagation(); + this.focusedIndex = Math.max(this.focusedIndex - 1, 0); + this.updateFocus(); + break; + case "Enter": + e2.preventDefault(); + e2.stopPropagation(); + if (this.focusedIndex === 0) { + this.handleResolve({ type: "implement" }); + } else if (this.focusedIndex === 1) { + this.feedbackInput.focus(); + } else if (this.focusedIndex === 2) { + this.handleResolve({ type: "cancel" }); + } + break; + case "Escape": + e2.preventDefault(); + e2.stopPropagation(); + this.handleResolve(null); + break; + } + } + updateFocus() { + for (let i = 0; i < this.items.length; i++) { + const item = this.items[i]; + const cursor = item.querySelector(".claudian-ask-cursor"); + if (i === this.focusedIndex) { + item.addClass("is-focused"); + if (cursor) cursor.textContent = "\u203A"; + item.scrollIntoView({ block: "nearest" }); + if (item.hasClass("claudian-ask-custom-item")) { + const input = item.querySelector(".claudian-ask-custom-text"); + if (input) { + input.focus(); + this.isInputFocused = true; + } + } + } else { + item.removeClass("is-focused"); + if (cursor) cursor.textContent = "\xA0"; + if (item.hasClass("claudian-ask-custom-item") && this.isInputFocused) { + const input = item.querySelector(".claudian-ask-custom-text"); + if (input) { + input.blur(); + this.isInputFocused = false; + } + } + } + } + } + handleResolve(decision) { + var _a5, _b3; + if (!this.resolved) { + this.resolved = true; + (_a5 = this.rootEl) == null ? void 0 : _a5.removeEventListener("keydown", this.boundKeyDown); + (_b3 = this.rootEl) == null ? void 0 : _b3.remove(); + this.resolveCallback(decision); + } + } +}; + +// src/features/chat/rendering/ToolCallRenderer.ts +var import_obsidian27 = require("obsidian"); + +// src/core/tools/toolIcons.ts +var TOOL_ICONS = { + [TOOL_READ]: "file-text", + [TOOL_WRITE]: "file-plus", + [TOOL_EDIT]: "file-pen", + [TOOL_NOTEBOOK_EDIT]: "file-pen", + [TOOL_BASH]: "terminal", + [TOOL_BASH_OUTPUT]: "terminal", + [TOOL_KILL_SHELL]: "terminal", + [TOOL_GLOB]: "folder-search", + [TOOL_GREP]: "search", + [TOOL_LS]: "list", + [TOOL_TODO_WRITE]: "list-checks", + [TOOL_TASK]: "bot", + [TOOL_SUBAGENT_LEGACY]: "bot", + [TOOL_LIST_MCP_RESOURCES]: "list", + [TOOL_READ_MCP_RESOURCE]: "file-text", + [TOOL_MCP]: "wrench", + [TOOL_WEB_SEARCH]: "globe", + [TOOL_WEB_FETCH]: "download", + [TOOL_AGENT_OUTPUT]: "bot", + [TOOL_ASK_USER_QUESTION]: "help-circle", + [TOOL_SKILL]: "zap", + [TOOL_TOOL_SEARCH]: "search-check", + [TOOL_ENTER_PLAN_MODE]: "map", + [TOOL_EXIT_PLAN_MODE]: "check-circle", + // Runtime-managed tools + [TOOL_APPLY_PATCH]: "file-pen", + [TOOL_WRITE_STDIN]: "terminal", + [TOOL_SPAWN_AGENT]: "bot", + [TOOL_SEND_INPUT]: "bot", + [TOOL_WAIT]: "clock", + [TOOL_WAIT_AGENT]: "clock", + [TOOL_RESUME_AGENT]: "bot", + [TOOL_CLOSE_AGENT]: "bot" +}; +var MCP_ICON_MARKER = "__mcp_icon__"; +function getToolIcon(toolName) { + if (toolName.startsWith("mcp__")) { + return MCP_ICON_MARKER; + } + return TOOL_ICONS[toolName] || "wrench"; +} + +// src/features/chat/rendering/DiffRenderer.ts +function renderDiffStats(statsEl, stats) { + if (stats.added > 0) { + const addedEl = statsEl.createSpan({ cls: "added" }); + addedEl.setText(`+${stats.added}`); + } + if (stats.removed > 0) { + if (stats.added > 0) { + statsEl.createSpan({ text: " " }); + } + const removedEl = statsEl.createSpan({ cls: "removed" }); + removedEl.setText(`-${stats.removed}`); + } +} +function splitIntoHunks(diffLines, contextLines = 3) { + if (diffLines.length === 0) return []; + const changedIndices = []; + for (let i = 0; i < diffLines.length; i++) { + if (diffLines[i].type !== "equal") { + changedIndices.push(i); + } + } + if (changedIndices.length === 0) return []; + const ranges = []; + for (const idx of changedIndices) { + const start = Math.max(0, idx - contextLines); + const end = Math.min(diffLines.length - 1, idx + contextLines); + if (ranges.length > 0 && start <= ranges[ranges.length - 1].end + 1) { + ranges[ranges.length - 1].end = end; + } else { + ranges.push({ start, end }); + } + } + const hunks = []; + for (const range of ranges) { + const lines = diffLines.slice(range.start, range.end + 1); + let oldStart = 1; + let newStart = 1; + for (let i = 0; i < range.start; i++) { + const line = diffLines[i]; + if (line.type === "equal" || line.type === "delete") oldStart++; + if (line.type === "equal" || line.type === "insert") newStart++; + } + hunks.push({ lines, oldStart, newStart }); + } + return hunks; +} +var NEW_FILE_DISPLAY_CAP = 20; +function renderDiffContent(containerEl, diffLines, contextLines = 3) { + containerEl.empty(); + const allInserts = diffLines.length > 0 && diffLines.every((l2) => l2.type === "insert"); + if (allInserts && diffLines.length > NEW_FILE_DISPLAY_CAP) { + const hunkEl = containerEl.createDiv({ cls: "claudian-diff-hunk" }); + for (const line of diffLines.slice(0, NEW_FILE_DISPLAY_CAP)) { + const lineEl = hunkEl.createDiv({ cls: "claudian-diff-line claudian-diff-insert" }); + const prefixEl = lineEl.createSpan({ cls: "claudian-diff-prefix" }); + prefixEl.setText("+"); + const contentEl = lineEl.createSpan({ cls: "claudian-diff-text" }); + contentEl.setText(line.text || " "); + } + const remaining = diffLines.length - NEW_FILE_DISPLAY_CAP; + const separator = containerEl.createDiv({ cls: "claudian-diff-separator" }); + separator.setText(`... ${remaining} more lines`); + return; + } + const hunks = splitIntoHunks(diffLines, contextLines); + if (hunks.length === 0) { + const noChanges = containerEl.createDiv({ cls: "claudian-diff-no-changes" }); + noChanges.setText("No changes"); + return; + } + hunks.forEach((hunk, hunkIndex) => { + if (hunkIndex > 0) { + const separator = containerEl.createDiv({ cls: "claudian-diff-separator" }); + separator.setText("..."); + } + const hunkEl = containerEl.createDiv({ cls: "claudian-diff-hunk" }); + for (const line of hunk.lines) { + const lineEl = hunkEl.createDiv({ cls: `claudian-diff-line claudian-diff-${line.type}` }); + const prefix = line.type === "insert" ? "+" : line.type === "delete" ? "-" : " "; + const prefixEl = lineEl.createSpan({ cls: "claudian-diff-prefix" }); + prefixEl.setText(prefix); + const contentEl = lineEl.createSpan({ cls: "claudian-diff-text" }); + contentEl.setText(line.text || " "); + } + }); +} + +// src/features/chat/rendering/todoUtils.ts +var import_obsidian26 = require("obsidian"); +function getTodoStatusIcon(status) { + return status === "completed" ? "check" : "dot"; +} +function getTodoDisplayText(todo) { + return todo.status === "in_progress" ? todo.activeForm : todo.content; +} +function renderTodoItems(container, todos) { + container.empty(); + for (const todo of todos) { + const item = container.createDiv({ cls: `claudian-todo-item claudian-todo-${todo.status}` }); + const icon = item.createSpan({ cls: "claudian-todo-status-icon" }); + icon.setAttribute("aria-hidden", "true"); + (0, import_obsidian26.setIcon)(icon, getTodoStatusIcon(todo.status)); + const text = item.createSpan({ cls: "claudian-todo-text" }); + text.setText(getTodoDisplayText(todo)); + } +} + +// src/features/chat/rendering/ToolCallRenderer.ts +function setToolIcon(el2, name) { + const icon = getToolIcon(name); + if (icon === MCP_ICON_MARKER) { + appendMcpIcon(el2); + } else { + (0, import_obsidian27.setIcon)(el2, icon); + } +} +function stringifyToolValue(value) { + if (typeof value === "string") return value; + if (typeof value === "number" || typeof value === "boolean") return String(value); + if (value === null || value === void 0) return ""; + try { + return JSON.stringify(value); + } catch (e2) { + return ""; + } +} +function getInputText(input, key, fallback = "") { + return stringifyToolValue(input[key]) || fallback; +} +function getToolName(name, input) { + switch (name) { + case TOOL_TODO_WRITE: { + const todos = input.todos; + if (todos && Array.isArray(todos) && todos.length > 0) { + const completed = todos.filter((t11) => t11.status === "completed").length; + return `Tasks ${completed}/${todos.length}`; + } + return "Tasks"; + } + case TOOL_ENTER_PLAN_MODE: + return "Entering plan mode"; + case TOOL_EXIT_PLAN_MODE: + return "Plan complete"; + default: + return name; + } +} +function getToolSummary(name, input) { + switch (name) { + case TOOL_READ: + case TOOL_WRITE: + case TOOL_EDIT: { + const filePath = getInputText(input, "file_path"); + return fileNameOnly(filePath); + } + case TOOL_BASH: { + const cmd = getInputText(input, "command"); + return truncateText(cmd, 60); + } + case TOOL_GLOB: + case TOOL_GREP: + return getInputText(input, "pattern"); + case TOOL_WEB_SEARCH: + return getWebSearchSummary(input, 60); + case TOOL_WEB_FETCH: + return truncateText(getInputText(input, "url"), 60); + case TOOL_LS: + return fileNameOnly(getInputText(input, "path", ".")); + case TOOL_SKILL: + return getInputText(input, "skill"); + case TOOL_TOOL_SEARCH: + return truncateText(parseToolSearchQuery(getInputText(input, "query")), 60); + case TOOL_TODO_WRITE: + return ""; + case TOOL_APPLY_PATCH: + return getApplyPatchSummary(input); + case TOOL_WRITE_STDIN: + return getWriteStdinSummary(input); + default: + if (isAgentLifecycleTool(name)) { + return getAgentLifecycleSummary(name, input); + } + return ""; + } +} +function getToolLabel(name, input) { + switch (name) { + case TOOL_READ: + return `Read: ${shortenPath(getInputText(input, "file_path")) || "file"}`; + case TOOL_WRITE: + return `Write: ${shortenPath(getInputText(input, "file_path")) || "file"}`; + case TOOL_EDIT: + return `Edit: ${shortenPath(getInputText(input, "file_path")) || "file"}`; + case TOOL_BASH: { + const cmd = getInputText(input, "command", "command"); + return `Bash: ${cmd.length > 40 ? cmd.substring(0, 40) + "..." : cmd}`; + } + case TOOL_GLOB: + return `Glob: ${getInputText(input, "pattern", "files")}`; + case TOOL_GREP: + return `Grep: ${getInputText(input, "pattern", "pattern")}`; + case TOOL_WEB_SEARCH: { + return getWebSearchLabel(input, 40); + } + case TOOL_WEB_FETCH: { + const url2 = getInputText(input, "url", "url"); + return `WebFetch: ${url2.length > 40 ? url2.substring(0, 40) + "..." : url2}`; + } + case TOOL_LS: + return `LS: ${shortenPath(getInputText(input, "path")) || "."}`; + case TOOL_TODO_WRITE: { + const todos = input.todos; + if (todos && Array.isArray(todos)) { + const completed = todos.filter((t11) => t11.status === "completed").length; + return `Tasks (${completed}/${todos.length})`; + } + return "Tasks"; + } + case TOOL_SKILL: { + const skillName = getInputText(input, "skill", "skill"); + return `Skill: ${skillName}`; + } + case TOOL_TOOL_SEARCH: { + const tools = parseToolSearchQuery(getInputText(input, "query")); + return `ToolSearch: ${tools || "tools"}`; + } + case TOOL_ENTER_PLAN_MODE: + return "Entering plan mode"; + case TOOL_EXIT_PLAN_MODE: + return "Plan complete"; + case TOOL_APPLY_PATCH: { + const summary = getApplyPatchSummary(input); + return summary ? `apply_patch: ${summary}` : "apply_patch"; + } + case TOOL_WRITE_STDIN: { + const summary = getWriteStdinSummary(input); + return summary ? `write_stdin: ${summary}` : "write_stdin"; + } + default: + if (isAgentLifecycleTool(name)) { + const summary = getAgentLifecycleSummary(name, input); + return summary ? `${name}: ${summary}` : name; + } + return name; + } +} +function fileNameOnly(filePath) { + var _a5; + if (!filePath) return ""; + const normalized = filePath.replace(/\\/g, "/"); + return (_a5 = normalized.split("/").pop()) != null ? _a5 : normalized; +} +function getApplyPatchSummary(input) { + const patchText = typeof input.patch === "string" ? input.patch : ""; + const patchFiles = [...patchText.matchAll(/^\*\*\* (?:Add|Update|Delete) File: (.+)$/gm)].map((m4) => { + var _a5, _b3; + return (_b3 = (_a5 = m4[1]) == null ? void 0 : _a5.trim()) != null ? _b3 : ""; + }); + const changes = input.changes; + const changeFiles = Array.isArray(changes) ? changes.map((c) => c.path).filter((p) => !!p) : []; + const files = [.../* @__PURE__ */ new Set([...patchFiles, ...changeFiles])]; + if (files.length === 0) return patchText ? "patch" : ""; + if (files.length === 1) return fileNameOnly(files[0]); + return `${files.length} files`; +} +function getWriteStdinSummary(input) { + var _a5; + const sessionId = stringifyToolValue((_a5 = input.session_id) != null ? _a5 : input.sessionId); + const chars = typeof input.chars === "string" ? input.chars.replace(/\n/g, "\\n") : ""; + if (chars) { + const preview = chars.length > 24 ? `${chars.slice(0, 24)}...` : chars; + return sessionId ? `#${sessionId} ${preview}` : preview; + } + return sessionId ? `#${sessionId}` : ""; +} +function getAgentLifecycleSummary(name, input) { + switch (name) { + case "spawn_agent": { + const msg = typeof input.message === "string" ? input.message : ""; + return msg.length > 50 ? `${msg.slice(0, 50)}...` : msg; + } + case "send_input": { + const msg = typeof input.message === "string" ? input.message : ""; + return msg.length > 40 ? `${msg.slice(0, 40)}...` : msg; + } + case "wait": { + const ids = Array.isArray(input.ids) ? input.ids.length : 0; + const timeoutMs = typeof input.timeout_ms === "number" ? input.timeout_ms : void 0; + const parts = []; + if (ids > 0) parts.push(`${ids} agent${ids === 1 ? "" : "s"}`); + if (timeoutMs !== void 0) parts.push(`${Math.round(timeoutMs / 1e3)}s`); + return parts.join(", "); + } + case "resume_agent": + case "close_agent": + return ""; + default: + return ""; + } +} +function shortenPath(filePath) { + if (!filePath) return ""; + const normalized = filePath.replace(/\\/g, "/"); + const parts = normalized.split("/"); + if (parts.length <= 3) return normalized; + return ".../" + parts.slice(-2).join("/"); +} +function truncateText(text, maxLength) { + if (text.length <= maxLength) return text; + return text.substring(0, maxLength) + "..."; +} +function parseToolSearchQuery(query) { + if (!query) return ""; + const selectPrefix = "select:"; + const body = query.startsWith(selectPrefix) ? query.slice(selectPrefix.length) : query; + return body.split(",").map((s2) => s2.trim()).filter(Boolean).join(", "); +} +function normalizeWebSearchDisplayData(input) { + var _a5; + const queries = Array.isArray(input.queries) ? input.queries.filter((entry) => typeof entry === "string" && entry.trim().length > 0).map((entry) => entry.trim()) : []; + const query = typeof input.query === "string" && input.query.trim() ? input.query.trim() : (_a5 = queries[0]) != null ? _a5 : ""; + const url2 = typeof input.url === "string" && input.url.trim() ? input.url.trim() : ""; + const pattern = typeof input.pattern === "string" && input.pattern.trim() ? input.pattern.trim() : ""; + const explicitActionType = typeof input.actionType === "string" && input.actionType.trim() ? input.actionType.trim() : ""; + const actionType = explicitActionType || (url2 && pattern ? "find_in_page" : url2 ? "open_page" : query || queries.length > 0 ? "search" : ""); + return { actionType, query, queries, url: url2, pattern }; +} +function getWebSearchSummary(input, maxLength) { + const data = normalizeWebSearchDisplayData(input); + switch (data.actionType) { + case "open_page": + return truncateText(`Open ${data.url || "page"}`, maxLength); + case "find_in_page": { + const target = data.pattern ? `Find "${data.pattern}"` : "Find in page"; + const suffix = data.url ? ` in ${data.url}` : ""; + return truncateText(target + suffix, maxLength); + } + case "search": + return truncateText(data.query || data.queries[0] || "", maxLength); + default: + return truncateText(data.query || data.url || data.pattern || "", maxLength); + } +} +function getWebSearchLabel(input, maxLength) { + const summary = getWebSearchSummary(input, maxLength); + return `WebSearch: ${summary || "search"}`; +} +function appendToolLink(parent, title, url2) { + const linkEl = parent.createEl("a", { cls: "claudian-tool-link" }); + linkEl.setAttribute("href", url2); + linkEl.setAttribute("target", "_blank"); + linkEl.setAttribute("rel", "noopener noreferrer"); + const iconEl = linkEl.createSpan({ cls: "claudian-tool-link-icon" }); + (0, import_obsidian27.setIcon)(iconEl, "external-link"); + linkEl.createSpan({ cls: "claudian-tool-link-title", text: title }); +} +function isPlaceholderWebSearchResult(result) { + if (!result) return true; + const normalized = result.trim().toLowerCase(); + return normalized === "" || normalized === "search complete"; +} +function parseWebSearchResult(result) { + const linksMatch = result.match(/Links:\s*(\[[\s\S]*?\])(?:\n|$)/); + if (!linksMatch) return null; + try { + const parsed = JSON.parse(linksMatch[1]); + if (!Array.isArray(parsed) || parsed.length === 0) return null; + const linksEndIndex = result.indexOf(linksMatch[0]) + linksMatch[0].length; + const summary = result.slice(linksEndIndex).trim(); + return { links: parsed.filter((l2) => l2.title && l2.url), summary }; + } catch (e2) { + return null; + } +} +function renderWebSearchActionExpanded(container, input) { + const data = normalizeWebSearchDisplayData(input); + const hasStructuredData = Boolean(data.actionType || data.query || data.queries.length || data.url || data.pattern); + if (!hasStructuredData) { + return false; + } + const linesEl = container.createDiv({ cls: "claudian-tool-lines" }); + switch (data.actionType) { + case "open_page": + linesEl.createDiv({ cls: "claudian-tool-line", text: "Open page" }); + if (data.url) { + appendToolLink(linesEl, data.url, data.url); + } else { + linesEl.createDiv({ cls: "claudian-tool-line", text: "URL unavailable" }); + } + return true; + case "find_in_page": + linesEl.createDiv({ cls: "claudian-tool-line", text: "Find in page" }); + if (data.url) { + appendToolLink(linesEl, data.url, data.url); + } else { + linesEl.createDiv({ cls: "claudian-tool-line", text: "URL unavailable" }); + } + if (data.pattern) { + linesEl.createDiv({ cls: "claudian-tool-line", text: `Pattern: ${data.pattern}` }); + } + return true; + case "search": + default: { + const primaryQuery = data.query || data.queries[0]; + linesEl.createDiv({ + cls: "claudian-tool-line", + text: primaryQuery ? `Query: ${primaryQuery}` : "Search web" + }); + const alternateQueries = data.queries.filter((query) => query !== primaryQuery); + for (const query of alternateQueries.slice(0, 4)) { + linesEl.createDiv({ cls: "claudian-tool-line", text: `Alt query: ${query}` }); + } + if (alternateQueries.length > 4) { + linesEl.createDiv({ + cls: "claudian-tool-truncated", + text: `... ${alternateQueries.length - 4} more queries` + }); + } + return true; + } + } +} +function renderWebSearchExpanded(container, input, result) { + const parsed = result ? parseWebSearchResult(result) : null; + if (parsed && parsed.links.length > 0) { + const linksEl = container.createDiv({ cls: "claudian-tool-lines" }); + for (const link of parsed.links) { + appendToolLink(linksEl, link.title, link.url); + } + if (parsed.summary) { + const summaryEl = container.createDiv({ cls: "claudian-tool-web-summary" }); + summaryEl.setText(parsed.summary.length > 800 ? parsed.summary.slice(0, 800) + "..." : parsed.summary); + } + return; + } + const data = normalizeWebSearchDisplayData(input); + const shouldRenderAction = Boolean(data.actionType || data.query || data.queries.length || data.url || data.pattern) && (!result || isPlaceholderWebSearchResult(result) || data.actionType === "open_page" || data.actionType === "find_in_page"); + if (shouldRenderAction && renderWebSearchActionExpanded(container, input)) { + if (result && !isPlaceholderWebSearchResult(result)) { + renderLinesExpanded(container, result, 12); + } + return; + } + if (result) { + renderLinesExpanded(container, result, 20); + return; + } + if (renderWebSearchActionExpanded(container, input)) { + return; + } + container.createDiv({ cls: "claudian-tool-empty", text: "No result" }); +} +function renderFileSearchExpanded(container, result) { + const lines = result.split(/\r?\n/).filter((line) => line.trim()); + if (lines.length === 0) { + container.createDiv({ cls: "claudian-tool-empty", text: "No matches found" }); + return; + } + renderLinesExpanded(container, result, 15, true); +} +function renderLinesExpanded(container, result, maxLines, hoverable = false) { + const lines = result.split(/\r?\n/); + const truncated = lines.length > maxLines; + const displayLines = truncated ? lines.slice(0, maxLines) : lines; + const linesEl = container.createDiv({ cls: "claudian-tool-lines" }); + for (const line of displayLines) { + const stripped = line.replace(/^\s*\d+→/, ""); + const lineEl = linesEl.createDiv({ cls: "claudian-tool-line" }); + if (hoverable) lineEl.addClass("hoverable"); + lineEl.setText(stripped || " "); + } + if (truncated) { + linesEl.createDiv({ + cls: "claudian-tool-truncated", + text: `... ${lines.length - maxLines} more lines` + }); + } +} +function renderToolSearchExpanded(container, result) { + let toolNames = []; + try { + const parsed = JSON.parse(result); + if (Array.isArray(parsed)) { + toolNames = parsed.filter((item) => item.type === "tool_reference" && item.tool_name).map((item) => item.tool_name); + } + } catch (e2) { + } + if (toolNames.length === 0) { + renderLinesExpanded(container, result, 20); + return; + } + for (const name of toolNames) { + const lineEl = container.createDiv({ cls: "claudian-tool-search-item" }); + const iconEl = lineEl.createSpan({ cls: "claudian-tool-search-icon" }); + setToolIcon(iconEl, name); + lineEl.createSpan({ text: name }); + } +} +function renderWebFetchExpanded(container, result) { + const maxChars = 500; + const linesEl = container.createDiv({ cls: "claudian-tool-lines" }); + const lineEl = linesEl.createDiv({ cls: "claudian-tool-line claudian-tool-line-wrap" }); + if (result.length > maxChars) { + lineEl.setText(result.slice(0, maxChars)); + linesEl.createDiv({ + cls: "claudian-tool-truncated", + text: `... ${result.length - maxChars} more characters` + }); + } else { + lineEl.setText(result); + } +} +function renderApplyPatchExpanded(container, input, result) { + var _a5; + const patchText = typeof input.patch === "string" ? input.patch : ""; + const parsedDiffs = getApplyPatchFileDiffs(input); + if (result && /verification failed|^[Ee]rror:/.test(result.trim())) { + renderLinesExpanded(container, result, 20); + } + if (parsedDiffs.length > 0) { + renderApplyPatchDiffSections(container, parsedDiffs); + return; + } + const changes = Array.isArray(input.changes) ? input.changes : []; + if (changes.length > 0) { + const linesEl = container.createDiv({ cls: "claudian-tool-lines" }); + for (const change of changes) { + if (!change || typeof change !== "object" || Array.isArray(change)) continue; + const changeRecord = change; + const path27 = typeof changeRecord.path === "string" ? changeRecord.path : ""; + if (!path27) continue; + const movedTo = readMoveTarget(changeRecord.kind); + const pathText = movedTo ? `${path27} -> ${movedTo}` : path27; + linesEl.createDiv({ cls: "claudian-tool-line", text: pathText }); + } + return; + } + if (patchText) { + renderLinesExpanded(container, patchText, 80); + return; + } + if (result) { + const fileMatches = [...result.matchAll(/(?:update|add|delete|create|modify|Applied:\s*)(?:\w+:\s*)?([^\n,]+)/gi)]; + if (fileMatches.length > 0) { + const linesEl = container.createDiv({ cls: "claudian-tool-lines" }); + for (const match of fileMatches) { + const filePath = (_a5 = match[1]) == null ? void 0 : _a5.trim(); + if (filePath) { + const lineEl = linesEl.createDiv({ cls: "claudian-tool-line" }); + lineEl.setText(filePath); + } + } + return; + } + renderLinesExpanded(container, result, 20); + return; + } + container.createDiv({ cls: "claudian-tool-empty", text: "No result" }); +} +function renderApplyPatchDiffSections(container, fileDiffs) { + for (const fileDiff of fileDiffs) { + const sectionEl = container.createDiv({ cls: "claudian-tool-patch-section" }); + if (fileDiff.operation === "delete" && fileDiff.diffLines.length === 0) { + sectionEl.createDiv({ cls: "claudian-tool-empty", text: "File deleted" }); + continue; + } + if (fileDiff.diffLines.length === 0) { + sectionEl.createDiv({ cls: "claudian-tool-empty", text: "No textual diff available" }); + continue; + } + const diffRow = sectionEl.createDiv({ cls: "claudian-write-edit-diff-row" }); + const diffEl = diffRow.createDiv({ cls: "claudian-write-edit-diff" }); + renderDiffContent(diffEl, fileDiff.diffLines); + } +} +function readMoveTarget(kind) { + if (!kind || typeof kind !== "object" || Array.isArray(kind)) { + return void 0; + } + const record2 = kind; + return typeof record2.move_path === "string" ? record2.move_path : void 0; +} +function getApplyPatchFileDiffs(input) { + const patchText = typeof input.patch === "string" ? input.patch : ""; + const parsedDiffs = patchText ? parseApplyPatchDiffs(patchText) : []; + return parsedDiffs.length > 0 ? parsedDiffs : parseFileUpdateChangeDiffs(input.changes); +} +function getApplyPatchDiffStats(input) { + const fileDiffs = getApplyPatchFileDiffs(input); + if (fileDiffs.length === 0) return void 0; + const stats = fileDiffs.reduce( + (acc, fileDiff) => ({ + added: acc.added + fileDiff.stats.added, + removed: acc.removed + fileDiff.stats.removed + }), + { added: 0, removed: 0 } + ); + return stats.added > 0 || stats.removed > 0 ? stats : void 0; +} +function getDiffStatsAriaLabel(stats) { + return `Changes: +${stats.added} -${stats.removed}`; +} +function renderAgentLifecycleExpanded(container, result) { + const trimmed = result.trim(); + if (trimmed.startsWith("{")) { + try { + const parsed = JSON.parse(trimmed); + const linesEl = container.createDiv({ cls: "claudian-tool-lines" }); + for (const [key, value] of Object.entries(parsed)) { + const lineEl = linesEl.createDiv({ cls: "claudian-tool-line" }); + const displayValue = formatToolDisplayValue(value); + lineEl.setText(`${key}: ${displayValue}`); + } + return; + } catch (e2) { + } + } + renderLinesExpanded(container, result, 20); +} +function formatToolDisplayValue(value) { + if (typeof value === "string") return value; + if (typeof value === "number" || typeof value === "boolean" || typeof value === "bigint") { + return `${value}`; + } + if (value === null || value === void 0) { + return ""; + } + return JSON.stringify(value); +} +function renderExpandedContent(container, toolName, result, input = {}) { + if (!result && toolName !== TOOL_WEB_SEARCH && toolName !== TOOL_BASH && toolName !== TOOL_APPLY_PATCH) { + container.createDiv({ cls: "claudian-tool-empty", text: "No result" }); + return; + } + const resolvedResult = result != null ? result : ""; + if (isAgentLifecycleTool(toolName)) { + renderAgentLifecycleExpanded(container, resolvedResult); + return; + } + switch (toolName) { + case TOOL_BASH: + renderBashContent(container, input, resolvedResult); + break; + case TOOL_WRITE_STDIN: + renderLinesExpanded(container, resolvedResult, 20); + break; + case TOOL_READ: + renderLinesExpanded(container, resolvedResult, 15); + break; + case TOOL_GLOB: + case TOOL_GREP: + case TOOL_LS: + renderFileSearchExpanded(container, resolvedResult); + break; + case TOOL_WEB_SEARCH: + renderWebSearchExpanded(container, input, result); + break; + case TOOL_WEB_FETCH: + renderWebFetchExpanded(container, resolvedResult); + break; + case TOOL_TOOL_SEARCH: + renderToolSearchExpanded(container, resolvedResult); + break; + case TOOL_APPLY_PATCH: + renderApplyPatchExpanded(container, input, result); + break; + default: + renderLinesExpanded(container, resolvedResult, 20); + break; + } +} +function getTodos(input) { + const todos = input.todos; + if (!todos || !Array.isArray(todos)) return void 0; + return todos; +} +function getCurrentTask(input) { + const todos = getTodos(input); + if (!todos) return void 0; + return todos.find((t11) => t11.status === "in_progress"); +} +function areAllTodosCompleted(input) { + const todos = getTodos(input); + if (!todos || todos.length === 0) return false; + return todos.every((t11) => t11.status === "completed"); +} +function resetStatusElement(statusEl, statusClass, ariaLabel) { + statusEl.className = "claudian-tool-status"; + statusEl.empty(); + statusEl.addClass(statusClass); + statusEl.setAttribute("aria-label", ariaLabel); +} +var STATUS_ICONS = { + completed: "check", + error: "x", + blocked: "shield-off" +}; +function setTodoWriteStatus(statusEl, input) { + const isComplete = areAllTodosCompleted(input); + const status = isComplete ? "completed" : "running"; + const ariaLabel = isComplete ? "Status: completed" : "Status: in progress"; + resetStatusElement(statusEl, `status-${status}`, ariaLabel); + if (isComplete) (0, import_obsidian27.setIcon)(statusEl, "check"); +} +function setToolStatus(statusEl, status) { + resetStatusElement(statusEl, `status-${status}`, `Status: ${status}`); + const icon = STATUS_ICONS[status]; + if (icon) (0, import_obsidian27.setIcon)(statusEl, icon); +} +function setApplyPatchHeaderRight(statusEl, toolCall) { + const isError = toolCall.status === "error" || toolCall.status === "blocked"; + const stats = isError ? void 0 : getApplyPatchDiffStats(toolCall.input); + if (!stats) { + setToolStatus(statusEl, toolCall.status); + return; + } + statusEl.className = "claudian-tool-status claudian-write-edit-stats"; + statusEl.empty(); + statusEl.setAttribute("aria-label", getDiffStatsAriaLabel(stats)); + renderDiffStats(statusEl, stats); +} +function setGenericToolHeaderRight(statusEl, toolCall) { + if (toolCall.name === TOOL_APPLY_PATCH) { + setApplyPatchHeaderRight(statusEl, toolCall); + return; + } + setToolStatus(statusEl, toolCall.status); +} +function renderTodoWriteResult(container, input) { + container.empty(); + container.addClass("claudian-todo-panel-content"); + container.addClass("claudian-todo-list-container"); + const todos = input.todos; + if (!todos || !Array.isArray(todos)) { + const item = container.createSpan({ cls: "claudian-tool-result-item" }); + item.setText("Tasks updated"); + return; + } + renderTodoItems(container, todos); +} +function isBlockedToolResult(content, isError) { + const lower = extractToolResultContent(content, { fallbackIndent: 2 }).toLowerCase(); + if (lower.includes("outside the vault")) return true; + if (lower.includes("access denied")) return true; + if (lower.includes("user denied")) return true; + if (lower.includes("approval")) return true; + if (isError && lower.includes("deny")) return true; + return false; +} +function createToolElementStructure(parentEl, toolCall) { + const toolEl = parentEl.createDiv({ cls: "claudian-tool-call" }); + if (toolCall.name === TOOL_BASH) { + toolEl.addClass("claudian-tool-call-bash"); + } + const header = toolEl.createDiv({ cls: "claudian-tool-header" }); + header.setAttribute("tabindex", "0"); + header.setAttribute("role", "button"); + const iconEl = header.createSpan({ cls: "claudian-tool-icon" }); + iconEl.setAttribute("aria-hidden", "true"); + setToolIcon(iconEl, toolCall.name); + const nameEl = header.createSpan({ cls: "claudian-tool-name" }); + nameEl.setText(getToolName(toolCall.name, toolCall.input)); + const summaryEl = header.createSpan({ cls: "claudian-tool-summary" }); + summaryEl.setText(getToolSummary(toolCall.name, toolCall.input)); + const currentTaskEl = toolCall.name === TOOL_TODO_WRITE ? createCurrentTaskPreview(header, toolCall.input) : null; + const statusEl = header.createSpan({ cls: "claudian-tool-status" }); + const content = toolEl.createDiv({ cls: "claudian-tool-content" }); + return { toolEl, header, iconEl, nameEl, summaryEl, statusEl, content, currentTaskEl }; +} +function formatAnswer(raw) { + if (Array.isArray(raw)) return raw.join(", "); + if (typeof raw === "string") return raw; + return ""; +} +function resolveAskUserAnswers(toolCall) { + if (toolCall.resolvedAnswers) return toolCall.resolvedAnswers; + const parsed = extractResolvedAnswersFromResultText(toolCall.result); + if (parsed) { + toolCall.resolvedAnswers = parsed; + return parsed; + } + return void 0; +} +function renderAskUserQuestionResult(container, toolCall) { + var _a5; + container.empty(); + const questions = toolCall.input.questions; + const answers = resolveAskUserAnswers(toolCall); + if (!questions || !Array.isArray(questions) || !answers) return false; + const reviewEl = container.createDiv({ cls: "claudian-ask-review" }); + for (let i = 0; i < questions.length; i++) { + const q = questions[i]; + const answer = formatAnswer( + (_a5 = q.id ? answers[q.id] : void 0) != null ? _a5 : answers[q.question] + ); + const pairEl = reviewEl.createDiv({ cls: "claudian-ask-review-pair" }); + pairEl.createDiv({ text: `${i + 1}.`, cls: "claudian-ask-review-num" }); + const bodyEl = pairEl.createDiv({ cls: "claudian-ask-review-body" }); + bodyEl.createDiv({ text: q.question, cls: "claudian-ask-review-q-text" }); + bodyEl.createDiv({ + text: answer || "Not answered", + cls: answer ? "claudian-ask-review-a-text" : "claudian-ask-review-empty" + }); + } + return true; +} +function renderAskUserQuestionFallback(container, toolCall, initialText) { + container.empty(); + const questions = Array.isArray(toolCall.input.questions) ? toolCall.input.questions : []; + if (questions.length === 0) { + contentFallback(container, initialText || toolCall.result || "Waiting for answer..."); + return; + } + if (initialText || toolCall.result) { + container.createDiv({ + cls: "claudian-ask-review-prompt", + text: initialText || toolCall.result || "Waiting for answer..." + }); + } + for (let questionIndex = 0; questionIndex < questions.length; questionIndex++) { + const question = questions[questionIndex]; + const reviewEl = container.createDiv({ cls: "claudian-ask-review" }); + const pairEl = reviewEl.createDiv({ cls: "claudian-ask-review-pair" }); + pairEl.createDiv({ text: `${questionIndex + 1}.`, cls: "claudian-ask-review-num" }); + const bodyEl = pairEl.createDiv({ cls: "claudian-ask-review-body" }); + bodyEl.createDiv({ text: question.question, cls: "claudian-ask-review-q-text" }); + if (!Array.isArray(question.options) || question.options.length === 0) { + bodyEl.createDiv({ cls: "claudian-ask-review-empty", text: "No options recorded" }); + continue; + } + const listEl = bodyEl.createDiv({ cls: "claudian-ask-list" }); + question.options.forEach((option, optionIndex) => { + renderAskUserQuestionOption(listEl, option, optionIndex, question.multiSelect === true); + }); + } +} +function renderAskUserQuestionOption(parentEl, option, optionIndex, isMultiSelect) { + const itemEl = parentEl.createDiv({ cls: "claudian-ask-item is-disabled" }); + if (isMultiSelect) { + itemEl.createDiv({ cls: "claudian-ask-check", text: "[ ] " }); + } else { + itemEl.createDiv({ cls: "claudian-ask-item-num", text: `${optionIndex + 1}. ` }); + } + const contentEl = itemEl.createDiv({ cls: "claudian-ask-item-content" }); + const labelRowEl = contentEl.createDiv({ cls: "claudian-ask-label-row" }); + labelRowEl.createDiv({ cls: "claudian-ask-item-label", text: option.label }); + if (option.description) { + contentEl.createDiv({ cls: "claudian-ask-item-desc", text: option.description }); + } +} +function contentFallback(container, text) { + const resultRow = container.createDiv({ cls: "claudian-tool-result-row" }); + const resultText = resultRow.createSpan({ cls: "claudian-tool-result-text" }); + resultText.setText(text); +} +function renderBashContent(container, input, result, initialText) { + const command = input.command || ""; + if (command) { + const cmdEl = container.createDiv({ cls: "claudian-tool-bash-command" }); + cmdEl.setText(`$ ${command}`); + } + if (initialText) { + contentFallback(container, initialText); + } else if (result) { + renderLinesExpanded(container, result, 20); + } else { + container.createDiv({ cls: "claudian-tool-empty", text: "No result" }); + } +} +function createCurrentTaskPreview(header, input) { + const currentTaskEl = header.createSpan({ cls: "claudian-tool-current" }); + const currentTask = getCurrentTask(input); + if (currentTask) { + currentTaskEl.setText(currentTask.activeForm); + } + return currentTaskEl; +} +function createTodoToggleHandler(currentTaskEl, statusEl, onExpandChange) { + return (expanded) => { + if (onExpandChange) onExpandChange(expanded); + if (currentTaskEl) { + currentTaskEl.toggleClass("claudian-hidden", expanded); + } + if (statusEl) { + statusEl.toggleClass("claudian-hidden", expanded); + } + }; +} +function renderToolContent(content, toolCall, initialText) { + var _a5; + if (toolCall.name === TOOL_TODO_WRITE) { + content.addClass("claudian-tool-content-todo"); + renderTodoWriteResult(content, toolCall.input); + } else if (toolCall.name === TOOL_ASK_USER_QUESTION) { + content.addClass("claudian-tool-content-ask"); + if (initialText) { + renderAskUserQuestionFallback(content, toolCall, "Waiting for answer..."); + } else if (!renderAskUserQuestionResult(content, toolCall)) { + renderAskUserQuestionFallback(content, toolCall); + } + } else if (toolCall.name === TOOL_BASH) { + renderBashContent(content, toolCall.input, (_a5 = toolCall.result) != null ? _a5 : "", initialText); + } else if (initialText) { + contentFallback(content, initialText); + } else { + renderExpandedContent(content, toolCall.name, toolCall.result, toolCall.input); + } +} +function renderToolCall(parentEl, toolCall, toolCallElements) { + const { toolEl, header, statusEl, content, currentTaskEl } = createToolElementStructure(parentEl, toolCall); + toolEl.dataset.toolId = toolCall.id; + toolCallElements.set(toolCall.id, toolEl); + setGenericToolHeaderRight(statusEl, toolCall); + renderToolContent(content, toolCall, "Running..."); + const state = { isExpanded: false }; + toolCall.isExpanded = false; + const todoStatusEl = toolCall.name === TOOL_TODO_WRITE ? statusEl : null; + setupCollapsible(toolEl, header, content, state, { + initiallyExpanded: false, + onToggle: createTodoToggleHandler(currentTaskEl, todoStatusEl, (expanded) => { + toolCall.isExpanded = expanded; + }), + baseAriaLabel: getToolLabel(toolCall.name, toolCall.input) + }); + return toolEl; +} +function updateToolCallResult(toolId, toolCall, toolCallElements) { + const toolEl = toolCallElements.get(toolId); + if (!toolEl) return; + if (toolCall.name === TOOL_TODO_WRITE) { + const statusEl2 = toolEl.querySelector(".claudian-tool-status"); + if (statusEl2) { + setTodoWriteStatus(statusEl2, toolCall.input); + } + const content2 = toolEl.querySelector(".claudian-tool-content"); + if (content2) { + renderTodoWriteResult(content2, toolCall.input); + } + const nameEl = toolEl.querySelector(".claudian-tool-name"); + if (nameEl) { + nameEl.setText(getToolName(toolCall.name, toolCall.input)); + } + const currentTaskEl = toolEl.querySelector(".claudian-tool-current"); + if (currentTaskEl) { + const currentTask = getCurrentTask(toolCall.input); + currentTaskEl.setText(currentTask ? currentTask.activeForm : ""); + } + return; + } + const statusEl = toolEl.querySelector(".claudian-tool-status"); + if (statusEl) { + setGenericToolHeaderRight(statusEl, toolCall); + } + if (toolCall.name === TOOL_ASK_USER_QUESTION) { + const content2 = toolEl.querySelector(".claudian-tool-content"); + if (content2) { + content2.addClass("claudian-tool-content-ask"); + if (!renderAskUserQuestionResult(content2, toolCall)) { + renderAskUserQuestionFallback(content2, toolCall); + } + } + return; + } + const content = toolEl.querySelector(".claudian-tool-content"); + if (content) { + content.empty(); + renderExpandedContent(content, toolCall.name, toolCall.result, toolCall.input); + } +} +function renderStoredToolCall(parentEl, toolCall) { + const { toolEl, header, statusEl, content, currentTaskEl } = createToolElementStructure(parentEl, toolCall); + if (toolCall.name === TOOL_TODO_WRITE) { + setTodoWriteStatus(statusEl, toolCall.input); + } else { + setGenericToolHeaderRight(statusEl, toolCall); + } + renderToolContent(content, toolCall); + const state = { isExpanded: false }; + const todoStatusEl = toolCall.name === TOOL_TODO_WRITE ? statusEl : null; + setupCollapsible(toolEl, header, content, state, { + initiallyExpanded: false, + onToggle: createTodoToggleHandler(currentTaskEl, todoStatusEl), + baseAriaLabel: getToolLabel(toolCall.name, toolCall.input) + }); + return toolEl; +} + +// src/features/chat/controllers/InputController.ts +var APPROVAL_OPTION_MAP = { + "Deny": "deny", + "Allow once": "allow", + "Always allow": "allow-always" +}; +var DEFAULT_APPROVAL_DECISION_OPTIONS = Object.entries(APPROVAL_OPTION_MAP).map(([label, decision]) => ({ + label, + value: label, + decision +})); +function toError(error48) { + return error48 instanceof Error ? error48 : new Error(String(error48)); +} +var InputController = class { + constructor(deps) { + this.pendingApprovalInline = null; + this.pendingAskInline = null; + this.pendingExitPlanModeInline = null; + this.pendingPlanApproval = null; + this.pendingPlanApprovalInvalidated = false; + this.activeResumeDropdown = null; + this.inputContainerHideDepth = 0; + this.steerInFlight = false; + this.pendingSteerMessage = null; + this.activeStreamingAssistantMessage = null; + this.pendingProviderUserMessages = []; + this.sawInitialProviderUserMessage = false; + this.awaitingProviderAssistantStart = false; + this.deps = deps; + } + getAgentService() { + var _a5, _b3, _c2; + return (_c2 = (_b3 = (_a5 = this.deps).getAgentService) == null ? void 0 : _b3.call(_a5)) != null ? _c2 : null; + } + getAuxiliaryModel() { + var _a5, _b3, _c2, _d, _e2, _f2; + return (_f2 = (_e2 = (_b3 = (_a5 = this.deps).getAuxiliaryModel) == null ? void 0 : _b3.call(_a5)) != null ? _e2 : (_d = (_c2 = this.getAgentService()) == null ? void 0 : _c2.getAuxiliaryModel) == null ? void 0 : _d.call(_c2)) != null ? _f2 : null; + } + syncInstructionRefineModelOverride(instructionRefineService) { + var _a5, _b3; + (_b3 = instructionRefineService.setModelOverride) == null ? void 0 : _b3.call(instructionRefineService, (_a5 = this.getAuxiliaryModel()) != null ? _a5 : void 0); + } + getActiveProviderId() { + var _a5, _b3, _c2, _d, _e2, _f2; + const agentService = this.getAgentService(); + const conversationId = this.deps.state.currentConversationId; + if (!conversationId) { + return (_d = (_c2 = (_b3 = (_a5 = this.deps).getTabProviderId) == null ? void 0 : _b3.call(_a5)) != null ? _c2 : agentService == null ? void 0 : agentService.providerId) != null ? _d : DEFAULT_CHAT_PROVIDER_ID; + } + if (agentService == null ? void 0 : agentService.providerId) { + return agentService.providerId; + } + return (_f2 = (_e2 = this.deps.plugin.getConversationSync(conversationId)) == null ? void 0 : _e2.providerId) != null ? _f2 : DEFAULT_CHAT_PROVIDER_ID; + } + getActiveCapabilities() { + const providerId = this.getActiveProviderId(); + const agentService = this.getAgentService(); + if ((agentService == null ? void 0 : agentService.providerId) === providerId) { + return agentService.getCapabilities(); + } + return ProviderRegistry.getCapabilities(providerId); + } + isResumeSessionAtStillNeeded(resumeUuid, previousMessages) { + for (let i = previousMessages.length - 1; i >= 0; i--) { + if (previousMessages[i].role === "assistant" && previousMessages[i].assistantMessageId === resumeUuid) { + return i === previousMessages.length - 1; + } + } + return false; + } + // ============================================ + // Message Sending + // ============================================ + async sendMessage(options) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n; + const { + plugin, + state, + renderer, + streamController, + selectionController, + browserSelectionController, + canvasSelectionController, + conversationController + } = this.deps; + if (state.isCreatingConversation || state.isSwitchingConversation) return; + const inputEl = this.deps.getInputEl(); + const imageContextManager = this.deps.getImageContextManager(); + const fileContextManager = this.deps.getFileContextManager(); + const contentOverride = options == null ? void 0 : options.content; + const shouldUseInput = contentOverride === void 0; + const content = (contentOverride != null ? contentOverride : inputEl.value).trim(); + const imageOverride = options == null ? void 0 : options.images; + const hasImages = imageOverride !== void 0 ? imageOverride.length > 0 : (_a5 = imageContextManager == null ? void 0 : imageContextManager.hasImages()) != null ? _a5 : false; + if (!content && !hasImages) return; + const builtInCmd = detectBuiltInCommand(content); + if (builtInCmd) { + if (shouldUseInput) { + inputEl.value = ""; + this.deps.resetInputHeight(); + } + await this.executeBuiltInCommand(builtInCmd.command, builtInCmd.args); + return; + } + if (state.isStreaming) { + const images2 = hasImages ? [...(_b3 = imageOverride != null ? imageOverride : imageContextManager == null ? void 0 : imageContextManager.getAttachedImages()) != null ? _b3 : []] : void 0; + const editorContext = selectionController.getContext(); + const browserContext = (_c2 = browserSelectionController == null ? void 0 : browserSelectionController.getContext()) != null ? _c2 : null; + const canvasContext = canvasSelectionController.getContext(); + const { displayContent: displayContent2, turnRequest: turnRequest2 } = this.buildTurnSubmission({ + content, + images: images2, + editorContextOverride: editorContext, + browserContextOverride: browserContext, + canvasContextOverride: canvasContext + }); + state.queuedMessage = this.mergeQueuedMessages( + state.queuedMessage, + this.createQueuedMessage(displayContent2, turnRequest2) + ); + if (shouldUseInput) { + inputEl.value = ""; + this.deps.resetInputHeight(); + } + if (shouldUseInput) { + imageContextManager == null ? void 0 : imageContextManager.clearImages(); + } + this.updateQueueIndicator(); + return; + } + if (shouldUseInput) { + inputEl.value = ""; + this.deps.resetInputHeight(); + } + state.isStreaming = true; + state.cancelRequested = false; + state.ignoreUsageUpdates = false; + this.deps.getSubagentManager().resetSpawnedCount(); + state.autoScrollEnabled = (_d = plugin.settings.enableAutoScroll) != null ? _d : true; + const streamGeneration = state.bumpStreamGeneration(); + const welcomeEl = this.deps.getWelcomeEl(); + if (welcomeEl) { + welcomeEl.addClass("claudian-hidden"); + } + fileContextManager == null ? void 0 : fileContextManager.startSession(); + const images = (_e2 = imageOverride != null ? imageOverride : imageContextManager == null ? void 0 : imageContextManager.getAttachedImages()) != null ? _e2 : []; + const imagesForMessage = images.length > 0 ? [...images] : void 0; + const isCompact = /^\/compact(\s|$)/i.test(content); + if (shouldUseInput) { + imageContextManager == null ? void 0 : imageContextManager.clearImages(); + } + const turnSubmission = (options == null ? void 0 : options.turnRequestOverride) ? { + displayContent: content, + turnRequest: cloneChatTurnRequest(options.turnRequestOverride) + } : this.buildTurnSubmission({ + content, + images: imagesForMessage, + editorContextOverride: options == null ? void 0 : options.editorContextOverride, + browserContextOverride: options == null ? void 0 : options.browserContextOverride, + canvasContextOverride: options == null ? void 0 : options.canvasContextOverride + }); + const { displayContent, turnRequest } = turnSubmission; + fileContextManager == null ? void 0 : fileContextManager.markCurrentNoteSent(); + const userMsg = { + id: this.deps.generateId(), + role: "user", + content: displayContent, + displayContent, + // Original user input (for UI display) + timestamp: Date.now(), + images: imagesForMessage + }; + state.addMessage(userMsg); + state.hasPendingConversationSave = true; + renderer.addMessage(userMsg); + await this.triggerTitleGeneration(); + const assistantMsg = { + id: this.deps.generateId(), + role: "assistant", + content: "", + timestamp: Date.now(), + toolCalls: [], + contentBlocks: [] + }; + state.addMessage(assistantMsg); + this.activeStreamingAssistantMessage = assistantMsg; + this.activateStreamingAssistantMessage(assistantMsg); + this.pendingProviderUserMessages = [{ + displayContent, + images: imagesForMessage + }]; + this.sawInitialProviderUserMessage = false; + this.awaitingProviderAssistantStart = true; + streamController.showThinkingIndicator( + isCompact ? "Compacting..." : void 0, + isCompact ? "claudian-thinking--compact" : void 0 + ); + state.responseStartTime = performance.now(); + let wasInterrupted = false; + let wasInvalidated = false; + let didEnqueueToSdk = false; + let planCompleted = false; + if (this.deps.ensureServiceInitialized) { + const ready = await this.deps.ensureServiceInitialized(); + if (!ready) { + new import_obsidian28.Notice("Failed to initialize agent service. Please try again."); + streamController.hideThinkingIndicator(); + state.isStreaming = false; + this.activeStreamingAssistantMessage = null; + this.resetProviderMessageBoundaryState(); + return; + } + } + const agentService = this.getAgentService(); + if (!agentService) { + new import_obsidian28.Notice("Agent service not available. Please reload the plugin."); + this.activeStreamingAssistantMessage = null; + this.resetProviderMessageBoundaryState(); + return; + } + const conversationIdForSend = state.currentConversationId; + if (conversationIdForSend) { + const conv = plugin.getConversationSync(conversationIdForSend); + if (conv == null ? void 0 : conv.resumeAtMessageId) { + if (this.isResumeSessionAtStillNeeded(conv.resumeAtMessageId, state.messages.slice(0, -2))) { + agentService.setResumeCheckpoint(conv.resumeAtMessageId); + } else { + try { + await plugin.updateConversation(conversationIdForSend, { resumeAtMessageId: void 0 }); + } catch (e2) { + } + } + } + } + try { + const preparedTurn = agentService.prepareTurn(turnRequest); + userMsg.content = preparedTurn.persistedContent; + userMsg.currentNote = preparedTurn.isCompact ? void 0 : preparedTurn.request.currentNotePath; + const previousMessages = state.messages.slice(0, -2); + for await (const chunk of agentService.query(preparedTurn, previousMessages)) { + if (state.streamGeneration !== streamGeneration) { + wasInvalidated = true; + break; + } + if (state.cancelRequested) { + wasInterrupted = true; + break; + } + if (await this.handleProviderMessageBoundaryChunk(chunk)) { + continue; + } + await streamController.handleStreamChunk( + chunk, + (_f2 = this.activeStreamingAssistantMessage) != null ? _f2 : assistantMsg + ); + } + } catch (error48) { + const errorMsg = error48 instanceof Error ? error48.message : "Unknown error"; + await streamController.appendText(` + +**Error:** ${errorMsg}`); + } finally { + const finalAssistantMsg = (_g = this.activeStreamingAssistantMessage) != null ? _g : assistantMsg; + const turnMetadata = agentService.consumeTurnMetadata(); + userMsg.userMessageId = (_h2 = turnMetadata.userMessageId) != null ? _h2 : userMsg.userMessageId; + finalAssistantMsg.assistantMessageId = (_i = turnMetadata.assistantMessageId) != null ? _i : finalAssistantMsg.assistantMessageId; + didEnqueueToSdk = didEnqueueToSdk || turnMetadata.wasSent === true; + planCompleted = planCompleted || turnMetadata.planCompleted === true; + state.clearFlavorTimerInterval(); + if (!wasInvalidated && state.streamGeneration === streamGeneration) { + const didCancelThisTurn = wasInterrupted || state.cancelRequested; + if (didCancelThisTurn && !state.pendingNewSessionPlan) { + await streamController.appendText('\n\nInterrupted \xB7 What should Claudian do instead?'); + } + streamController.hideThinkingIndicator(); + state.isStreaming = false; + state.cancelRequested = false; + this.restorePendingSteerMessageToQueue(); + const hasCompactBoundary = (_j = finalAssistantMsg.contentBlocks) == null ? void 0 : _j.some((b2) => b2.type === "context_compacted"); + if (!didCancelThisTurn && !hasCompactBoundary) { + const durationSeconds = state.responseStartTime ? Math.floor((performance.now() - state.responseStartTime) / 1e3) : 0; + if (durationSeconds > 0) { + const flavorWord = COMPLETION_FLAVOR_WORDS[Math.floor(Math.random() * COMPLETION_FLAVOR_WORDS.length)]; + finalAssistantMsg.durationSeconds = durationSeconds; + finalAssistantMsg.durationFlavorWord = flavorWord; + if (state.currentContentEl) { + const footerEl = state.currentContentEl.createDiv({ cls: "claudian-response-footer" }); + footerEl.createSpan({ + text: `* ${flavorWord} for ${formatDurationMmSs(durationSeconds)}`, + cls: "claudian-baked-duration" + }); + } + } + } + state.currentContentEl = null; + await streamController.finalizeCurrentThinkingBlock(finalAssistantMsg); + await streamController.finalizeCurrentTextBlock(finalAssistantMsg); + this.deps.getSubagentManager().resetStreamingState(); + if (state.currentTodos && state.currentTodos.every((t11) => t11.status === "completed")) { + state.currentTodos = null; + } + this.syncScrollToBottomAfterRenderUpdates(); + if (state.pendingNewSessionPlan && finalAssistantMsg.toolCalls) { + for (const tc2 of finalAssistantMsg.toolCalls) { + if (tc2.name === TOOL_EXIT_PLAN_MODE && !tc2.result) { + tc2.status = "completed"; + tc2.result = "User approved the plan and started a new session."; + updateToolCallResult(tc2.id, tc2, state.toolCallElements); + } + } + } + let planAutoSendContent = null; + let planApprovalInvalidated = false; + let shouldProcessQueuedMessage = true; + if (planCompleted && !didCancelThisTurn) { + const { decision, invalidated } = await this.showPlanApproval(); + if (state.streamGeneration !== streamGeneration || invalidated) { + planApprovalInvalidated = true; + } else if ((decision == null ? void 0 : decision.type) === "implement") { + (_l2 = (_k3 = this.deps).restorePrePlanPermissionModeIfNeeded) == null ? void 0 : _l2.call(_k3); + planAutoSendContent = "Implement the plan."; + } else if ((decision == null ? void 0 : decision.type) === "revise") { + this.deps.getInputEl().value = decision.text; + shouldProcessQueuedMessage = false; + } else { + (_n = (_m = this.deps).restorePrePlanPermissionModeIfNeeded) == null ? void 0 : _n.call(_m); + } + } + if (!planApprovalInvalidated) { + const saveExtras = didEnqueueToSdk ? { resumeAtMessageId: void 0 } : void 0; + await conversationController.save(true, saveExtras); + const userMsgIndex = state.messages.indexOf(userMsg); + renderer.refreshActionButtons(userMsg, state.messages, userMsgIndex >= 0 ? userMsgIndex : void 0); + if (planAutoSendContent) { + this.deps.getInputEl().value = planAutoSendContent; + this.sendMessage().catch(() => { + }); + } else { + const planContent = state.pendingNewSessionPlan; + if (planContent) { + state.pendingNewSessionPlan = null; + await conversationController.createNew(); + this.deps.getInputEl().value = planContent; + this.sendMessage().catch(() => { + }); + } else if (shouldProcessQueuedMessage) { + this.processQueuedMessage(); + } + } + } + } + if (wasInvalidated) { + this.clearPendingSteerState(); + this.updateQueueIndicator(); + } + this.activeStreamingAssistantMessage = null; + this.resetProviderMessageBoundaryState(); + } + } + // ============================================ + // Queue Management + // ============================================ + updateQueueIndicator() { + var _a5; + const { state } = this.deps; + const indicatorEl = state.queueIndicatorEl; + if (!indicatorEl) return; + indicatorEl.empty(); + const visibleQueuedMessage = (_a5 = state.queuedMessage) != null ? _a5 : this.pendingSteerMessage; + if (visibleQueuedMessage) { + const isPendingSteerOnly = !state.queuedMessage && !!this.pendingSteerMessage; + indicatorEl.createSpan({ + cls: "claudian-queue-indicator-text", + text: `${isPendingSteerOnly ? "\u2319 Steering: " : "\u2319 Queued: "}${this.getQueuedMessageDisplay(visibleQueuedMessage)}` + }); + if (state.queuedMessage) { + const actionsEl = indicatorEl.createDiv({ cls: "claudian-queue-indicator-actions" }); + if (this.canSteerQueuedMessage()) { + const steerButton = actionsEl.createEl("button", { + cls: "claudian-queue-indicator-action", + text: this.steerInFlight ? "Steering..." : "Steer Now" + }); + steerButton.setAttribute("type", "button"); + if (this.steerInFlight) { + steerButton.setAttribute("disabled", "true"); + } else { + steerButton.addEventListener("click", (event) => { + event.stopPropagation(); + void this.steerQueuedMessage(); + }); + } + } + const editButton = this.createQueueIconButton( + actionsEl, + "pencil", + "Edit queued message" + ); + editButton.addEventListener("click", (event) => { + event.stopPropagation(); + this.withdrawQueuedMessageToComposer(); + }); + const discardButton = this.createQueueIconButton( + actionsEl, + "trash-2", + "Discard queued message" + ); + discardButton.addEventListener("click", (event) => { + event.stopPropagation(); + this.clearQueuedMessage(); + }); + } + indicatorEl.addClass("claudian-visible-flex"); + indicatorEl.removeClass("claudian-hidden"); + return; + } + indicatorEl.removeClass("claudian-visible-flex"); + indicatorEl.addClass("claudian-hidden"); + } + clearQueuedMessage() { + const { state } = this.deps; + state.queuedMessage = null; + this.updateQueueIndicator(); + } + withdrawQueuedMessageToComposer() { + const { state } = this.deps; + if (!state.queuedMessage) return; + const queuedMessage = this.cloneQueuedMessage(state.queuedMessage); + state.queuedMessage = null; + this.restoreMessageToInput(queuedMessage, { mergeWithComposer: true }); + this.updateQueueIndicator(); + } + restoreMessageToInput(message, options = {}) { + var _a5; + if (!message) return; + const { content, images } = message; + const inputEl = this.deps.getInputEl(); + const currentContent = options.mergeWithComposer ? inputEl.value.trim() : ""; + inputEl.value = currentContent ? appendMarkdownSnippet(content, currentContent) : content; + const imageContextManager = this.deps.getImageContextManager(); + const currentImages = options.mergeWithComposer ? (_a5 = imageContextManager == null ? void 0 : imageContextManager.getAttachedImages()) != null ? _a5 : [] : []; + const restoredImages = [...images != null ? images : [], ...currentImages]; + if (restoredImages.length > 0) { + imageContextManager == null ? void 0 : imageContextManager.setImages(restoredImages); + } + this.deps.resetInputHeight(); + inputEl.focus(); + } + restorePendingMessagesToInput() { + const { state } = this.deps; + const combinedMessage = this.mergePendingMessages( + this.pendingSteerMessage, + state.queuedMessage + ); + this.restoreMessageToInput(combinedMessage, { mergeWithComposer: true }); + state.queuedMessage = null; + this.clearPendingSteerState(); + this.updateQueueIndicator(); + } + processQueuedMessage() { + const { state } = this.deps; + if (!state.queuedMessage) return; + const queuedMessage = this.cloneQueuedMessage(state.queuedMessage); + state.queuedMessage = null; + this.updateQueueIndicator(); + window.setTimeout( + () => { + void this.sendMessage({ + content: queuedMessage.content, + images: queuedMessage.images, + turnRequestOverride: this.toQueuedChatTurn(queuedMessage).request + }); + }, + 0 + ); + } + buildTurnSubmission(options) { + var _a5, _b3; + const { + selectionController, + browserSelectionController, + canvasSelectionController + } = this.deps; + const fileContextManager = this.deps.getFileContextManager(); + const mcpServerSelector = this.deps.getMcpServerSelector(); + const externalContextSelector = this.deps.getExternalContextSelector(); + const currentNotePath = (fileContextManager == null ? void 0 : fileContextManager.getCurrentNotePath()) || null; + const shouldSendCurrentNote = (_a5 = fileContextManager == null ? void 0 : fileContextManager.shouldSendCurrentNote(currentNotePath)) != null ? _a5 : false; + const editorContext = options.editorContextOverride !== void 0 ? options.editorContextOverride : selectionController.getContext(); + const browserContext = options.browserContextOverride !== void 0 ? options.browserContextOverride : (_b3 = browserSelectionController == null ? void 0 : browserSelectionController.getContext()) != null ? _b3 : null; + const canvasContext = options.canvasContextOverride !== void 0 ? options.canvasContextOverride : canvasSelectionController.getContext(); + const externalContextPaths = externalContextSelector == null ? void 0 : externalContextSelector.getExternalContexts(); + const isCompact = /^\/compact(\s|$)/i.test(options.content); + const transformedText = !isCompact && fileContextManager ? fileContextManager.transformContextMentions(options.content) : options.content; + const enabledMcpServers = mcpServerSelector == null ? void 0 : mcpServerSelector.getEnabledServers(); + return { + displayContent: options.content, + turnRequest: { + text: transformedText, + images: options.images, + currentNotePath: shouldSendCurrentNote && currentNotePath ? currentNotePath : void 0, + editorSelection: editorContext, + browserSelection: browserContext, + canvasSelection: canvasContext, + externalContextPaths: externalContextPaths && externalContextPaths.length > 0 ? externalContextPaths : void 0, + enabledMcpServers: enabledMcpServers && enabledMcpServers.size > 0 ? enabledMcpServers : void 0 + } + }; + } + getQueuedMessageDisplay(message) { + var _a5, _b3; + if (!message) { + return ""; + } + const rawContent = message.content.trim(); + const preview = rawContent.length > 40 ? rawContent.slice(0, 40) + "..." : rawContent; + const hasImages = ((_b3 = (_a5 = message.images) == null ? void 0 : _a5.length) != null ? _b3 : 0) > 0; + if (hasImages) { + return preview ? `${preview} [images]` : "[images]"; + } + return preview; + } + createQueueIconButton(parentEl, icon, label) { + const button = parentEl.createEl("button", { + cls: "claudian-queue-indicator-icon-action", + attr: { + "aria-label": label, + title: label, + type: "button" + } + }); + (0, import_obsidian28.setIcon)(button, icon); + return button; + } + canSteerQueuedMessage() { + const agentService = this.getAgentService(); + return this.deps.state.isStreaming && this.getActiveCapabilities().supportsTurnSteer === true && typeof (agentService == null ? void 0 : agentService.steer) === "function"; + } + cloneQueuedMessage(message) { + return { + ...message, + images: message.images ? [...message.images] : void 0, + turnRequest: message.turnRequest ? cloneChatTurnRequest(message.turnRequest) : void 0 + }; + } + createQueuedMessage(displayContent, turnRequest) { + var _a5, _b3, _c2; + const request = cloneChatTurnRequest(turnRequest); + return { + content: displayContent, + images: request.images, + editorContext: (_a5 = request.editorSelection) != null ? _a5 : null, + browserContext: (_b3 = request.browserSelection) != null ? _b3 : null, + canvasContext: (_c2 = request.canvasSelection) != null ? _c2 : null, + turnRequest: request + }; + } + toQueuedChatTurn(message) { + var _a5; + if (message.turnRequest) { + return { + displayContent: message.content, + request: cloneChatTurnRequest(message.turnRequest) + }; + } + return { + displayContent: message.content, + request: { + text: message.content, + images: message.images ? [...message.images] : void 0, + editorSelection: message.editorContext, + browserSelection: (_a5 = message.browserContext) != null ? _a5 : null, + canvasSelection: message.canvasContext + } + }; + } + mergePendingMessages(first, second) { + if (first && second) { + return this.mergeQueuedMessages(first, second); + } + if (first) { + return this.cloneQueuedMessage(first); + } + if (second) { + return this.cloneQueuedMessage(second); + } + return null; + } + clearPendingSteerState() { + this.pendingSteerMessage = null; + this.steerInFlight = false; + } + restorePendingSteerMessageToQueue() { + if (!this.pendingSteerMessage) { + return; + } + const { state } = this.deps; + const pendingSteerMessage = this.cloneQueuedMessage(this.pendingSteerMessage); + this.clearPendingSteerState(); + state.queuedMessage = state.queuedMessage ? this.mergeQueuedMessages(pendingSteerMessage, state.queuedMessage) : pendingSteerMessage; + this.updateQueueIndicator(); + } + mergeQueuedMessages(existing, incoming) { + if (!existing) { + return this.cloneQueuedMessage(incoming); + } + const mergedTurn = mergeQueuedChatTurns( + this.toQueuedChatTurn(existing), + this.toQueuedChatTurn(incoming) + ); + return this.createQueuedMessage(mergedTurn.displayContent, mergedTurn.request); + } + async steerQueuedMessage() { + var _a5; + if (this.steerInFlight) { + return; + } + const { state } = this.deps; + const agentService = this.getAgentService(); + if (!state.queuedMessage || !this.canSteerQueuedMessage() || !(agentService == null ? void 0 : agentService.steer)) { + return; + } + const queuedMessage = this.cloneQueuedMessage(state.queuedMessage); + state.queuedMessage = null; + this.pendingSteerMessage = queuedMessage; + this.steerInFlight = true; + this.updateQueueIndicator(); + try { + const { displayContent, request } = this.toQueuedChatTurn(queuedMessage); + const preparedTurn = agentService.prepareTurn(request); + const accepted = await agentService.steer(preparedTurn); + if (state.cancelRequested || !this.pendingSteerMessage) { + return; + } + if (!accepted) { + this.restoreQueuedMessageAfterSteerFailure(queuedMessage); + return; + } + (_a5 = this.deps.getFileContextManager()) == null ? void 0 : _a5.markCurrentNoteSent(); + this.pendingProviderUserMessages.push({ + displayContent, + persistedContent: preparedTurn.persistedContent, + currentNote: preparedTurn.isCompact ? void 0 : preparedTurn.request.currentNotePath, + images: request.images + }); + } catch (e2) { + this.restoreQueuedMessageAfterSteerFailure(queuedMessage); + new import_obsidian28.Notice("Failed to steer the queued Codex message. It is still available."); + } + } + restoreQueuedMessageAfterSteerFailure(message) { + const { state } = this.deps; + this.clearPendingSteerState(); + if (state.cancelRequested) { + this.updateQueueIndicator(); + return; + } + if (state.isStreaming) { + state.queuedMessage = state.queuedMessage ? this.mergeQueuedMessages(message, state.queuedMessage) : message; + this.updateQueueIndicator(); + return; + } + this.restoreMessageToInput(message, { mergeWithComposer: true }); + this.updateQueueIndicator(); + } + activateStreamingAssistantMessage(message) { + const { state, renderer } = this.deps; + const msgEl = renderer.addMessage(message); + const contentEl = msgEl.querySelector(".claudian-message-content"); + if (!contentEl) { + return; + } + if (!state.currentContentEl) { + state.toolCallElements.clear(); + } + state.currentContentEl = contentEl; + state.currentTextEl = null; + state.currentTextContent = ""; + state.currentThinkingState = null; + } + resetProviderMessageBoundaryState() { + this.pendingProviderUserMessages = []; + this.sawInitialProviderUserMessage = false; + this.awaitingProviderAssistantStart = false; + } + async handleProviderMessageBoundaryChunk(chunk) { + switch (chunk.type) { + case "user_message_start": + await this.handleProviderUserMessageStart(chunk); + return true; + case "assistant_message_start": + await this.handleProviderAssistantMessageStart(); + return true; + default: + return false; + } + } + async handleProviderUserMessageStart(chunk) { + var _a5, _b3, _c2; + const expected = this.pendingProviderUserMessages.shift(); + if (!this.sawInitialProviderUserMessage) { + this.sawInitialProviderUserMessage = true; + return; + } + this.clearPendingSteerState(); + this.updateQueueIndicator(); + const previousAssistant = this.activeStreamingAssistantMessage; + const shouldDiscardPlaceholder = this.shouldDiscardPendingAssistantPlaceholder(previousAssistant); + if (previousAssistant) { + if (shouldDiscardPlaceholder) { + this.discardStreamingAssistantMessage(previousAssistant.id); + } else { + await this.deps.streamController.finalizeCurrentThinkingBlock(previousAssistant); + await this.deps.streamController.finalizeCurrentTextBlock(previousAssistant); + } + } + this.deps.streamController.hideThinkingIndicator(); + const displayContent = (_a5 = expected == null ? void 0 : expected.displayContent) != null ? _a5 : chunk.content; + const persistedContent = (_b3 = expected == null ? void 0 : expected.persistedContent) != null ? _b3 : displayContent; + const images = expected == null ? void 0 : expected.images; + if (displayContent || ((_c2 = images == null ? void 0 : images.length) != null ? _c2 : 0) > 0) { + const userMessage = { + id: this.deps.generateId(), + role: "user", + content: persistedContent, + displayContent, + timestamp: Date.now(), + currentNote: expected == null ? void 0 : expected.currentNote, + images + }; + this.deps.state.addMessage(userMessage); + this.deps.renderer.addMessage(userMessage); + } + const assistantMessage = { + id: this.deps.generateId(), + role: "assistant", + content: "", + timestamp: Date.now(), + toolCalls: [], + contentBlocks: [] + }; + this.deps.state.addMessage(assistantMessage); + this.activeStreamingAssistantMessage = assistantMessage; + this.activateStreamingAssistantMessage(assistantMessage); + this.deps.streamController.showThinkingIndicator(); + this.deps.state.responseStartTime = performance.now(); + this.awaitingProviderAssistantStart = true; + } + async handleProviderAssistantMessageStart() { + if (this.awaitingProviderAssistantStart) { + this.awaitingProviderAssistantStart = false; + return; + } + const previousAssistant = this.activeStreamingAssistantMessage; + if (previousAssistant) { + await this.deps.streamController.finalizeCurrentThinkingBlock(previousAssistant); + await this.deps.streamController.finalizeCurrentTextBlock(previousAssistant); + } + const assistantMessage = { + id: this.deps.generateId(), + role: "assistant", + content: "", + timestamp: Date.now(), + toolCalls: [], + contentBlocks: [] + }; + this.deps.state.addMessage(assistantMessage); + this.activeStreamingAssistantMessage = assistantMessage; + this.activateStreamingAssistantMessage(assistantMessage); + this.deps.streamController.showThinkingIndicator(); + } + shouldDiscardPendingAssistantPlaceholder(message) { + var _a5, _b3, _c2, _d; + return this.awaitingProviderAssistantStart && !!message && !message.content.trim() && ((_b3 = (_a5 = message.toolCalls) == null ? void 0 : _a5.length) != null ? _b3 : 0) === 0 && ((_d = (_c2 = message.contentBlocks) == null ? void 0 : _c2.length) != null ? _d : 0) === 0; + } + discardStreamingAssistantMessage(messageId) { + const { state, renderer } = this.deps; + state.messages = state.messages.filter((message) => message.id !== messageId); + renderer.removeMessage(messageId); + state.currentContentEl = null; + state.currentTextEl = null; + state.currentTextContent = ""; + state.currentThinkingState = null; + } + // ============================================ + // Title Generation + // ============================================ + /** + * Triggers AI title generation after first user message. + * Handles setting fallback title, firing async generation, and updating UI. + */ + async triggerTitleGeneration() { + var _a5, _b3; + const { plugin, state, conversationController } = this.deps; + if (state.messages.length !== 1) { + return; + } + if (!state.currentConversationId) { + const sessionId = (_b3 = (_a5 = this.getAgentService()) == null ? void 0 : _a5.getSessionId()) != null ? _b3 : void 0; + const conversation = await plugin.createConversation({ + providerId: this.getActiveProviderId(), + sessionId + }); + state.currentConversationId = conversation.id; + } + const firstUserMsg = state.messages.find((m4) => m4.role === "user"); + if (!firstUserMsg) { + return; + } + const userContent = firstUserMsg.displayContent || firstUserMsg.content; + const fallbackTitle = conversationController.generateFallbackTitle(userContent); + await plugin.renameConversation(state.currentConversationId, fallbackTitle); + if (!plugin.settings.enableAutoTitleGeneration) { + return; + } + const titleService = this.deps.getTitleGenerationService(); + if (!titleService) { + return; + } + await plugin.updateConversation(state.currentConversationId, { titleGenerationStatus: "pending" }); + conversationController.updateHistoryDropdown(); + const convId = state.currentConversationId; + const expectedTitle = fallbackTitle; + titleService.generateTitle( + convId, + userContent, + async (conversationId, result) => { + const currentConv = await plugin.getConversationById(conversationId); + if (!currentConv) return; + const userManuallyRenamed = currentConv.title !== expectedTitle; + if (result.success && !userManuallyRenamed) { + await plugin.renameConversation(conversationId, result.title); + await plugin.updateConversation(conversationId, { titleGenerationStatus: "success" }); + } else if (!userManuallyRenamed) { + await plugin.updateConversation(conversationId, { titleGenerationStatus: "failed" }); + } else { + await plugin.updateConversation(conversationId, { titleGenerationStatus: void 0 }); + } + conversationController.updateHistoryDropdown(); + } + ).catch(() => { + }); + } + // ============================================ + // Streaming Control + // ============================================ + cancelStreaming() { + var _a5; + const { state, streamController } = this.deps; + if (!state.isStreaming) return; + state.cancelRequested = true; + this.restorePendingMessagesToInput(); + (_a5 = this.getAgentService()) == null ? void 0 : _a5.cancel(); + streamController.hideThinkingIndicator(); + } + syncScrollToBottomAfterRenderUpdates() { + var _a5; + const { plugin, state } = this.deps; + if (!((_a5 = plugin.settings.enableAutoScroll) != null ? _a5 : true)) return; + if (!state.autoScrollEnabled) return; + window.requestAnimationFrame(() => { + var _a6; + if (!((_a6 = this.deps.plugin.settings.enableAutoScroll) != null ? _a6 : true)) return; + if (!this.deps.state.autoScrollEnabled) return; + const messagesEl = this.deps.getMessagesEl(); + messagesEl.scrollTop = messagesEl.scrollHeight; + }); + } + // ============================================ + // Instruction Mode + // ============================================ + async handleInstructionSubmit(rawInstruction) { + const { plugin } = this.deps; + const instructionRefineService = this.deps.getInstructionRefineService(); + const instructionModeManager = this.deps.getInstructionModeManager(); + if (!instructionRefineService) return; + const existingPrompt = plugin.settings.systemPrompt; + let modal = null; + let wasCancelled = false; + try { + modal = new InstructionModal( + plugin.app, + rawInstruction, + { + onAccept: (finalInstruction) => { + void (async () => { + const currentPrompt = plugin.settings.systemPrompt; + plugin.settings.systemPrompt = appendMarkdownSnippet(currentPrompt, finalInstruction); + await plugin.saveSettings(); + new import_obsidian28.Notice("Instruction added to custom system prompt"); + instructionModeManager == null ? void 0 : instructionModeManager.clear(); + })(); + }, + onReject: () => { + wasCancelled = true; + instructionRefineService.cancel(); + instructionModeManager == null ? void 0 : instructionModeManager.clear(); + }, + onClarificationSubmit: async (response) => { + this.syncInstructionRefineModelOverride(instructionRefineService); + const result2 = await instructionRefineService.continueConversation(response); + if (wasCancelled) { + return; + } + if (!result2.success) { + if (result2.error === "Cancelled") { + return; + } + new import_obsidian28.Notice(result2.error || "Failed to process response"); + modal == null ? void 0 : modal.showError(result2.error || "Failed to process response"); + return; + } + if (result2.clarification) { + modal == null ? void 0 : modal.showClarification(result2.clarification); + } else if (result2.refinedInstruction) { + modal == null ? void 0 : modal.showConfirmation(result2.refinedInstruction); + } + } + } + ); + modal.open(); + this.syncInstructionRefineModelOverride(instructionRefineService); + instructionRefineService.resetConversation(); + const result = await instructionRefineService.refineInstruction( + rawInstruction, + existingPrompt + ); + if (wasCancelled) { + return; + } + if (!result.success) { + if (result.error === "Cancelled") { + instructionModeManager == null ? void 0 : instructionModeManager.clear(); + return; + } + new import_obsidian28.Notice(result.error || "Failed to refine instruction"); + modal.showError(result.error || "Failed to refine instruction"); + instructionModeManager == null ? void 0 : instructionModeManager.clear(); + return; + } + if (result.clarification) { + modal.showClarification(result.clarification); + } else if (result.refinedInstruction) { + modal.showConfirmation(result.refinedInstruction); + } else { + new import_obsidian28.Notice("No instruction received"); + modal.showError("No instruction received"); + instructionModeManager == null ? void 0 : instructionModeManager.clear(); + } + } catch (error48) { + const errorMsg = error48 instanceof Error ? error48.message : "Unknown error"; + new import_obsidian28.Notice(`Error: ${errorMsg}`); + modal == null ? void 0 : modal.showError(errorMsg); + instructionModeManager == null ? void 0 : instructionModeManager.clear(); + } + } + // ============================================ + // Approval Dialogs + // ============================================ + async handleApprovalRequest(toolName, _input, description, approvalOptions) { + var _a5; + const inputContainerEl = this.deps.getInputContainerEl(); + const parentEl = inputContainerEl.parentElement; + if (!parentEl) { + throw new Error("Input container is detached from DOM"); + } + const headerEl = parentEl.createDiv({ cls: "claudian-ask-approval-info" }); + headerEl.remove(); + const toolEl = headerEl.createDiv({ cls: "claudian-ask-approval-tool" }); + const iconEl = toolEl.createSpan({ cls: "claudian-ask-approval-icon" }); + iconEl.setAttribute("aria-hidden", "true"); + setToolIcon(iconEl, toolName); + toolEl.createSpan({ text: toolName, cls: "claudian-ask-approval-tool-name" }); + if (approvalOptions == null ? void 0 : approvalOptions.decisionReason) { + headerEl.createDiv({ text: approvalOptions.decisionReason, cls: "claudian-ask-approval-reason" }); + } + if (approvalOptions == null ? void 0 : approvalOptions.blockedPath) { + headerEl.createDiv({ text: approvalOptions.blockedPath, cls: "claudian-ask-approval-blocked-path" }); + } + if (approvalOptions == null ? void 0 : approvalOptions.agentID) { + headerEl.createDiv({ text: `Agent: ${approvalOptions.agentID}`, cls: "claudian-ask-approval-agent" }); + } + headerEl.createDiv({ text: description, cls: "claudian-ask-approval-desc" }); + const decisionOptions = (_a5 = approvalOptions == null ? void 0 : approvalOptions.decisionOptions) != null ? _a5 : DEFAULT_APPROVAL_DECISION_OPTIONS; + const optionDecisionMap = /* @__PURE__ */ new Map(); + const questionOptions = decisionOptions.map((option, index) => { + var _a6; + const value = option.value || `approval-option-${index}`; + if (option.decision) { + optionDecisionMap.set(value, option.decision); + } + return { + label: option.label, + description: (_a6 = option.description) != null ? _a6 : "", + value + }; + }); + const input = { + questions: [{ + question: "Allow this action?", + options: questionOptions, + isOther: false, + isSecret: false + }] + }; + const result = await this.showInlineQuestion( + parentEl, + inputContainerEl, + input, + (inline) => { + this.pendingApprovalInline = inline; + }, + void 0, + { title: "Permission required", headerEl, showCustomInput: false, immediateSelect: true } + ); + if (!result) return "cancel"; + const selected = Object.values(result)[0]; + const selectedValue = Array.isArray(selected) ? selected[0] : selected; + if (typeof selectedValue !== "string") { + new import_obsidian28.Notice(`Unexpected approval selection: "${String(selectedValue)}"`); + return "cancel"; + } + const decision = optionDecisionMap.get(selectedValue); + if (decision) { + return decision; + } + return { + type: "select-option", + value: selectedValue + }; + } + async handleAskUserQuestion(input, signal) { + const inputContainerEl = this.deps.getInputContainerEl(); + const parentEl = inputContainerEl.parentElement; + if (!parentEl) { + throw new Error("Input container is detached from DOM"); + } + return this.showInlineQuestion( + parentEl, + inputContainerEl, + input, + (inline) => { + this.pendingAskInline = inline; + }, + signal + ); + } + showInlineQuestion(parentEl, inputContainerEl, input, setPending, signal, config2) { + this.deps.streamController.hideThinkingIndicator(); + this.hideInputContainer(inputContainerEl); + return new Promise((resolve8, reject) => { + const inline = new InlineAskUserQuestion( + parentEl, + input, + (result) => { + setPending(null); + this.restoreInputContainer(inputContainerEl); + resolve8(result); + }, + signal, + config2 + ); + setPending(inline); + try { + inline.render(); + } catch (err) { + setPending(null); + this.restoreInputContainer(inputContainerEl); + reject(toError(err)); + } + }); + } + async handleExitPlanMode(input, signal) { + const { state, streamController } = this.deps; + const inputContainerEl = this.deps.getInputContainerEl(); + const parentEl = inputContainerEl.parentElement; + if (!parentEl) { + throw new Error("Input container is detached from DOM"); + } + streamController.hideThinkingIndicator(); + this.hideInputContainer(inputContainerEl); + const enrichedInput = state.planFilePath ? { ...input, planFilePath: state.planFilePath } : input; + const renderContent = (el2, markdown) => this.deps.renderer.renderContent(el2, markdown); + const planPathPrefix = this.getActiveCapabilities().planPathPrefix; + return new Promise((resolve8, reject) => { + const inline = new InlineExitPlanMode( + parentEl, + enrichedInput, + (decision) => { + this.pendingExitPlanModeInline = null; + this.restoreInputContainer(inputContainerEl); + resolve8(decision); + }, + signal, + renderContent, + planPathPrefix + ); + this.pendingExitPlanModeInline = inline; + try { + inline.render(); + } catch (err) { + this.pendingExitPlanModeInline = null; + this.restoreInputContainer(inputContainerEl); + reject(toError(err)); + } + }); + } + dismissPendingApprovalPrompt() { + if (this.pendingApprovalInline) { + this.pendingApprovalInline.destroy(); + this.pendingApprovalInline = null; + } + } + dismissPendingApproval() { + this.dismissPendingApprovalPrompt(); + if (this.pendingAskInline) { + this.pendingAskInline.destroy(); + this.pendingAskInline = null; + } + if (this.pendingExitPlanModeInline) { + this.pendingExitPlanModeInline.destroy(); + this.pendingExitPlanModeInline = null; + } + this.dismissPendingPlanApproval(true); + this.resetInputContainerVisibility(); + } + showPlanApproval() { + const inputContainerEl = this.deps.getInputContainerEl(); + const parentEl = inputContainerEl.parentElement; + if (!parentEl) { + return Promise.resolve({ decision: null, invalidated: false }); + } + this.hideInputContainer(inputContainerEl); + this.pendingPlanApprovalInvalidated = false; + return new Promise((resolve8, reject) => { + const inline = new InlinePlanApproval( + parentEl, + (decision) => { + const invalidated = this.pendingPlanApprovalInvalidated; + this.pendingPlanApprovalInvalidated = false; + this.pendingPlanApproval = null; + this.restoreInputContainer(inputContainerEl); + resolve8({ decision, invalidated }); + } + ); + this.pendingPlanApproval = inline; + try { + inline.render(); + } catch (err) { + this.pendingPlanApproval = null; + this.pendingPlanApprovalInvalidated = false; + this.restoreInputContainer(inputContainerEl); + reject(toError(err)); + } + }); + } + dismissPendingPlanApproval(invalidated) { + if (!this.pendingPlanApproval) { + return; + } + if (invalidated) { + this.pendingPlanApprovalInvalidated = true; + } + this.pendingPlanApproval.destroy(); + this.pendingPlanApproval = null; + } + hideInputContainer(inputContainerEl) { + this.inputContainerHideDepth++; + inputContainerEl.addClass("claudian-hidden"); + } + restoreInputContainer(inputContainerEl) { + if (this.inputContainerHideDepth <= 0) return; + this.inputContainerHideDepth--; + if (this.inputContainerHideDepth === 0) { + inputContainerEl.removeClass("claudian-hidden"); + } + } + resetInputContainerVisibility() { + if (this.inputContainerHideDepth > 0) { + this.inputContainerHideDepth = 0; + this.deps.getInputContainerEl().removeClass("claudian-hidden"); + } + } + // ============================================ + // Built-in Commands + // ============================================ + async executeBuiltInCommand(command, args) { + const { conversationController } = this.deps; + const capabilities = this.getActiveCapabilities(); + if (!isBuiltInCommandSupported(command, capabilities)) { + new import_obsidian28.Notice(`/${command.name} is not supported by this provider.`); + return; + } + switch (command.action) { + case "clear": + await conversationController.createNew(); + break; + case "add-dir": { + const externalContextSelector = this.deps.getExternalContextSelector(); + if (!externalContextSelector) { + new import_obsidian28.Notice("External context selector not available."); + return; + } + const result = externalContextSelector.addExternalContext(args); + if (result.success) { + new import_obsidian28.Notice(`Added external context: ${result.normalizedPath}`); + } else { + new import_obsidian28.Notice(result.error); + } + break; + } + case "resume": + this.showResumeDropdown(); + break; + case "fork": { + if (!this.getActiveCapabilities().supportsFork) { + new import_obsidian28.Notice("Fork is not supported by this provider."); + return; + } + if (!this.deps.onForkAll) { + new import_obsidian28.Notice("Fork not available."); + return; + } + await this.deps.onForkAll(); + break; + } + default: { + const unknownAction = typeof command.action === "string" ? command.action : "unknown"; + new import_obsidian28.Notice(`Unknown command: ${unknownAction}`); + break; + } + } + } + // ============================================ + // Resume Session Dropdown + // ============================================ + handleResumeKeydown(e2) { + var _a5; + if (!((_a5 = this.activeResumeDropdown) == null ? void 0 : _a5.isVisible())) return false; + return this.activeResumeDropdown.handleKeydown(e2); + } + isResumeDropdownVisible() { + var _a5, _b3; + return (_b3 = (_a5 = this.activeResumeDropdown) == null ? void 0 : _a5.isVisible()) != null ? _b3 : false; + } + destroyResumeDropdown() { + if (this.activeResumeDropdown) { + this.activeResumeDropdown.destroy(); + this.activeResumeDropdown = null; + } + } + showResumeDropdown() { + var _a5; + const { plugin, state, conversationController } = this.deps; + this.destroyResumeDropdown(); + const conversations = plugin.getConversationList(); + if (conversations.length === 0) { + new import_obsidian28.Notice("No conversations to resume"); + return; + } + const openConversation = (_a5 = this.deps.openConversation) != null ? _a5 : ((id) => conversationController.switchTo(id)); + this.activeResumeDropdown = new ResumeSessionDropdown( + this.deps.getInputContainerEl(), + this.deps.getInputEl(), + conversations, + state.currentConversationId, + { + onSelect: (id) => { + this.destroyResumeDropdown(); + openConversation(id).catch((err) => { + const msg = err instanceof Error ? err.message : String(err); + new import_obsidian28.Notice(`Failed to open conversation: ${msg}`); + }); + }, + onDismiss: () => { + this.destroyResumeDropdown(); + } + } + ); + } +}; + +// src/features/chat/controllers/NavigationController.ts +var SCROLL_SPEED = 8; +var NavigationController = class { + constructor(deps) { + this.scrollDirection = null; + this.animationFrame = null; + this.keyboardDocument = null; + this.initialized = false; + this.disposed = false; + this.scrollLoop = () => { + var _a5; + if (this.scrollDirection === null || this.disposed) return; + const messagesEl = this.deps.getMessagesEl(); + if (!messagesEl) { + this.stopScrolling(); + return; + } + const scrollAmount = this.scrollDirection === "up" ? -SCROLL_SPEED : SCROLL_SPEED; + messagesEl.scrollTop += scrollAmount; + this.animationFrame = scheduleAnimationFrame( + this.scrollLoop, + (_a5 = messagesEl.ownerDocument.defaultView) != null ? _a5 : null + ); + }; + this.deps = deps; + this.boundMessagesKeydown = (e2) => this.handleMessagesKeydown(e2); + this.boundKeyup = (e2) => this.handleKeyup(e2); + this.boundInputKeydown = (e2) => this.handleInputKeydown(e2); + } + initialize() { + if (this.initialized || this.disposed) return; + const messagesEl = this.deps.getMessagesEl(); + const inputEl = this.deps.getInputEl(); + if (!messagesEl || !inputEl) return; + messagesEl.setAttribute("tabindex", "0"); + messagesEl.addClass("claudian-messages-focusable"); + messagesEl.addEventListener("keydown", this.boundMessagesKeydown); + this.keyboardDocument = messagesEl.ownerDocument; + this.keyboardDocument.addEventListener("keyup", this.boundKeyup); + inputEl.addEventListener("keydown", this.boundInputKeydown, { capture: true }); + this.initialized = true; + } + /** Cleans up event listeners and animation frames. */ + dispose() { + var _a5; + if (this.disposed) return; + this.disposed = true; + this.stopScrolling(); + (_a5 = this.keyboardDocument) == null ? void 0 : _a5.removeEventListener("keyup", this.boundKeyup); + this.keyboardDocument = null; + const messagesEl = this.deps.getMessagesEl(); + messagesEl == null ? void 0 : messagesEl.removeEventListener("keydown", this.boundMessagesKeydown); + messagesEl == null ? void 0 : messagesEl.removeClass("claudian-messages-focusable"); + const inputEl = this.deps.getInputEl(); + inputEl == null ? void 0 : inputEl.removeEventListener("keydown", this.boundInputKeydown, { capture: true }); + } + // ============================================ + // Messages Panel Keyboard Handling + // ============================================ + handleMessagesKeydown(e2) { + if (e2.ctrlKey || e2.metaKey || e2.altKey || e2.shiftKey) return; + const settings11 = this.deps.getSettings(); + const key = e2.key.toLowerCase(); + if (key === settings11.scrollUpKey.toLowerCase()) { + e2.preventDefault(); + this.startScrolling("up"); + return; + } + if (key === settings11.scrollDownKey.toLowerCase()) { + e2.preventDefault(); + this.startScrolling("down"); + return; + } + if (key === settings11.focusInputKey.toLowerCase()) { + e2.preventDefault(); + this.deps.getInputEl().focus(); + return; + } + } + handleKeyup(e2) { + const settings11 = this.deps.getSettings(); + const key = e2.key.toLowerCase(); + if (key === settings11.scrollUpKey.toLowerCase() || key === settings11.scrollDownKey.toLowerCase()) { + this.stopScrolling(); + } + } + // ============================================ + // Input Keyboard Handling (Escape) + // ============================================ + handleInputKeydown(e2) { + var _a5, _b3; + if (e2.key !== "Escape") return; + if (e2.isComposing) return; + if (this.deps.isStreaming()) { + return; + } + if ((_b3 = (_a5 = this.deps).shouldSkipEscapeHandling) == null ? void 0 : _b3.call(_a5)) { + return; + } + e2.preventDefault(); + e2.stopPropagation(); + this.deps.getInputEl().blur(); + this.deps.getMessagesEl().focus(); + } + // ============================================ + // Continuous Scrolling with requestAnimationFrame + // ============================================ + startScrolling(direction) { + if (this.scrollDirection === direction) { + return; + } + this.scrollDirection = direction; + this.scrollLoop(); + } + stopScrolling() { + this.scrollDirection = null; + if (this.animationFrame !== null) { + cancelScheduledAnimationFrame(this.animationFrame); + this.animationFrame = null; + } + } + // ============================================ + // Public API + // ============================================ + /** Focuses the messages panel. */ + focusMessages() { + this.deps.getMessagesEl().focus(); + } + /** Focuses the input. */ + focusInput() { + this.deps.getInputEl().focus(); + } +}; + +// src/features/chat/controllers/SelectionController.ts +var import_obsidian29 = require("obsidian"); + +// src/shared/components/SelectionHighlight.ts +var import_state = require("@codemirror/state"); +var import_view = require("@codemirror/view"); +function createSelectionHighlighter() { + const showHighlight = import_state.StateEffect.define(); + const hideHighlight = import_state.StateEffect.define(); + const selectionHighlightField = import_state.StateField.define({ + create: () => import_view.Decoration.none, + update: (deco, tr) => { + for (const e2 of tr.effects) { + if (e2.is(showHighlight)) { + const builder = new import_state.RangeSetBuilder(); + builder.add(e2.value.from, e2.value.to, import_view.Decoration.mark({ + class: "claudian-selection-highlight" + })); + return builder.finish(); + } else if (e2.is(hideHighlight)) { + return import_view.Decoration.none; + } + } + return deco.map(tr.changes); + }, + provide: (f9) => import_view.EditorView.decorations.from(f9) + }); + const installedEditors2 = /* @__PURE__ */ new WeakSet(); + function ensureHighlightField(editorView) { + if (!installedEditors2.has(editorView)) { + editorView.dispatch({ + effects: import_state.StateEffect.appendConfig.of(selectionHighlightField) + }); + installedEditors2.add(editorView); + } + } + function show(editorView, from, to) { + ensureHighlightField(editorView); + editorView.dispatch({ + effects: showHighlight.of({ from, to }) + }); + } + function hide(editorView) { + if (installedEditors2.has(editorView)) { + editorView.dispatch({ + effects: hideHighlight.of(null) + }); + } + } + return { show, hide }; +} +var defaultHighlighter = createSelectionHighlighter(); +function showSelectionHighlight(editorView, from, to) { + defaultHighlighter.show(editorView, from, to); +} +function hideSelectionHighlight(editorView) { + defaultHighlighter.hide(editorView); +} + +// src/features/chat/controllers/SelectionController.ts +var SELECTION_POLL_INTERVAL = 250; +var INPUT_HANDOFF_GRACE_MS = 1500; +var HIGHLIGHT_KEY = "claudian-selection"; +var SelectionController = class { + constructor(app, indicatorEl, inputEl, contextRowEl, onVisibilityChange, focusScopeEl) { + this.storedSelection = null; + this.inputHandoffGraceUntil = null; + this.pollInterval = null; + this.focusScopePointerDownHandler = () => { + if (!this.storedSelection) return; + this.inputHandoffGraceUntil = Date.now() + INPUT_HANDOFF_GRACE_MS; + }; + this.app = app; + this.indicatorEl = indicatorEl; + this.inputEl = inputEl; + this.focusScopeEl = focusScopeEl != null ? focusScopeEl : inputEl; + this.contextRowEl = contextRowEl; + this.onVisibilityChange = onVisibilityChange != null ? onVisibilityChange : null; + } + start() { + if (this.pollInterval) return; + this.inputEl.addEventListener("pointerdown", this.focusScopePointerDownHandler); + if (this.focusScopeEl !== this.inputEl) { + this.focusScopeEl.addEventListener("pointerdown", this.focusScopePointerDownHandler); + } + this.pollInterval = window.setInterval(() => this.poll(), SELECTION_POLL_INTERVAL); + } + stop() { + if (this.pollInterval) { + window.clearInterval(this.pollInterval); + this.pollInterval = null; + } + this.inputEl.removeEventListener("pointerdown", this.focusScopePointerDownHandler); + if (this.focusScopeEl !== this.inputEl) { + this.focusScopeEl.removeEventListener("pointerdown", this.focusScopePointerDownHandler); + } + this.clear(); + } + dispose() { + this.stop(); + } + // ============================================ + // Selection Polling + // ============================================ + poll() { + var _a5; + const view = this.app.workspace.getActiveViewOfType(import_obsidian29.MarkdownView); + if (!view) { + this.clearWhenMarkdownContextIsUnavailable(); + return; + } + if (view.getMode() === "preview") { + this.pollReadingMode(view); + return; + } + const editor = view.editor; + const editorView = getEditorView(editor); + if (!editorView) { + this.clearWhenMarkdownContextIsUnavailable(); + return; + } + const selectedText = editor.getSelection(); + if (selectedText.trim()) { + this.inputHandoffGraceUntil = null; + const fromPos = editor.getCursor("from"); + const toPos = editor.getCursor("to"); + const from = editor.posToOffset(fromPos); + const to = editor.posToOffset(toPos); + const startLine = fromPos.line + 1; + const notePath = ((_a5 = view.file) == null ? void 0 : _a5.path) || "unknown"; + const lineCount = selectedText.split(/\r?\n/).length; + const s2 = this.storedSelection; + const sameRange = s2 && s2.editorView === editorView && s2.from === from && s2.to === to && s2.notePath === notePath; + const unchanged = sameRange && s2.selectedText === selectedText && s2.lineCount === lineCount && s2.startLine === startLine; + if (!unchanged) { + if (s2 && !sameRange) { + this.clearHighlight(); + } + this.storedSelection = { notePath, selectedText, lineCount, startLine, from, to, editorView }; + this.updateIndicator(); + } + } else { + this.handleDeselection(); + } + } + pollReadingMode(view) { + var _a5, _b3; + const containerEl = view.containerEl; + if (!containerEl) { + this.clearWhenMarkdownContextIsUnavailable(); + return; + } + const selection = this.getDocumentSelection(containerEl.ownerDocument); + const selectedText = (_a5 = selection == null ? void 0 : selection.toString()) != null ? _a5 : ""; + if (selectedText.trim()) { + const anchorNode = selection == null ? void 0 : selection.anchorNode; + const focusNode = selection == null ? void 0 : selection.focusNode; + if ((!anchorNode || !containerEl.contains(anchorNode)) && (!focusNode || !containerEl.contains(focusNode))) { + this.handleDeselection(); + return; + } + this.inputHandoffGraceUntil = null; + const notePath = ((_b3 = view.file) == null ? void 0 : _b3.path) || "unknown"; + const lineCount = selectedText.split(/\r?\n/).length; + const domRanges = this.cloneDOMRanges(selection); + const unchanged = this.storedSelection && this.storedSelection.editorView === void 0 && this.storedSelection.notePath === notePath && this.storedSelection.selectedText === selectedText && this.storedSelection.lineCount === lineCount && this.rangeListsMatch(this.storedSelection.domRanges, domRanges); + if (!unchanged) { + this.clearHighlight(); + this.storedSelection = { notePath, selectedText, lineCount, domRanges }; + this.updateIndicator(); + } + } else { + this.handleDeselection(); + } + } + get cssHighlights() { + var _a5; + const css = typeof CSS === "undefined" ? null : CSS; + return (_a5 = css == null ? void 0 : css.highlights) != null ? _a5 : null; + } + get highlightConstructor() { + var _a5, _b3; + const ownerWindow = this.inputEl.ownerDocument.defaultView; + const rendererWindow = typeof window === "undefined" ? null : window; + return (_b3 = (_a5 = ownerWindow == null ? void 0 : ownerWindow.Highlight) != null ? _a5 : rendererWindow == null ? void 0 : rendererWindow.Highlight) != null ? _b3 : null; + } + rangesMatch(a, b2) { + return a.startContainer === b2.startContainer && a.startOffset === b2.startOffset && a.endContainer === b2.endContainer && a.endOffset === b2.endOffset; + } + rangeListsMatch(left, right) { + return left !== void 0 && left.length === right.length && left.every((range, index) => this.rangesMatch(range, right[index])); + } + selectionMatchesRanges(selection, ranges) { + if (!selection || selection.rangeCount !== ranges.length) return false; + for (let i = 0; i < ranges.length; i++) { + if (!this.rangesMatch(selection.getRangeAt(i), ranges[i])) { + return false; + } + } + return true; + } + cloneDOMRanges(selection) { + if (!selection) return []; + const ranges = []; + for (let i = 0; i < selection.rangeCount; i++) { + ranges.push(selection.getRangeAt(i).cloneRange()); + } + return ranges; + } + getDocumentSelection(ownerDocument) { + if (ownerDocument && typeof ownerDocument.getSelection === "function") { + return ownerDocument.getSelection(); + } + const fallbackDocument = this.inputEl.ownerDocument; + if (fallbackDocument && typeof fallbackDocument.getSelection === "function") { + return fallbackDocument.getSelection(); + } + return null; + } + getActiveElement(ownerDocument) { + var _a5, _b3, _c2; + return (_c2 = (_b3 = ownerDocument == null ? void 0 : ownerDocument.activeElement) != null ? _b3 : (_a5 = this.inputEl.ownerDocument) == null ? void 0 : _a5.activeElement) != null ? _c2 : null; + } + isFocusWithinChatSidebar() { + const activeElement = this.getActiveElement(this.focusScopeEl.ownerDocument); + return activeElement !== null && (activeElement === this.focusScopeEl || this.focusScopeEl.contains(activeElement)); + } + isNativeEditorSelectionVisible(sel) { + if (!sel.editorView || sel.from === void 0 || sel.to === void 0) { + return false; + } + const activeElement = this.getActiveElement(sel.editorView.dom.ownerDocument); + if (activeElement === null || !sel.editorView.dom.contains(activeElement)) { + return false; + } + const cmSel = sel.editorView.state.selection.main; + return cmSel.from === sel.from && cmSel.to === sel.to; + } + isNativePreviewSelectionVisible(ranges) { + if (this.isFocusWithinChatSidebar()) { + return false; + } + return this.selectionMatchesRanges(this.getDocumentSelection(this.focusScopeEl.ownerDocument), ranges); + } + clearWhenMarkdownContextIsUnavailable() { + if (!this.storedSelection) return; + if (this.isFocusWithinChatSidebar()) { + this.inputHandoffGraceUntil = null; + return; + } + if (this.inputHandoffGraceUntil !== null && Date.now() <= this.inputHandoffGraceUntil) { + return; + } + this.inputHandoffGraceUntil = null; + this.clearHighlight(); + this.storedSelection = null; + this.updateIndicator(); + } + handleDeselection() { + if (!this.storedSelection) return; + if (this.isFocusWithinChatSidebar()) { + this.inputHandoffGraceUntil = null; + return; + } + if (this.inputHandoffGraceUntil !== null && Date.now() <= this.inputHandoffGraceUntil) { + return; + } + this.inputHandoffGraceUntil = null; + this.clearHighlight(); + this.storedSelection = null; + this.updateIndicator(); + } + // ============================================ + // Highlight Management + // ============================================ + showHighlight() { + var _a5, _b3, _c2; + const sel = this.storedSelection; + if (!sel) return; + if (sel.editorView && sel.from !== void 0 && sel.to !== void 0) { + if (this.isNativeEditorSelectionVisible(sel)) { + hideSelectionHighlight(sel.editorView); + return; + } + showSelectionHighlight(sel.editorView, sel.from, sel.to); + return; + } + if ((_a5 = sel.domRanges) == null ? void 0 : _a5.length) { + if (this.isNativePreviewSelectionVisible(sel.domRanges)) { + (_b3 = this.cssHighlights) == null ? void 0 : _b3.delete(HIGHLIGHT_KEY); + return; + } + const validRanges = sel.domRanges.filter((r) => r.startContainer.isConnected); + const HighlightCtor = this.highlightConstructor; + if (validRanges.length && HighlightCtor) { + (_c2 = this.cssHighlights) == null ? void 0 : _c2.set(HIGHLIGHT_KEY, new HighlightCtor(...validRanges)); + } + } + } + clearHighlight() { + var _a5, _b3; + if ((_a5 = this.storedSelection) == null ? void 0 : _a5.editorView) { + hideSelectionHighlight(this.storedSelection.editorView); + } + (_b3 = this.cssHighlights) == null ? void 0 : _b3.delete(HIGHLIGHT_KEY); + } + // ============================================ + // Indicator + // ============================================ + updateIndicator() { + if (!this.indicatorEl) return; + if (this.storedSelection) { + const lineText = this.storedSelection.lineCount === 1 ? "line" : "lines"; + this.indicatorEl.textContent = `${this.storedSelection.lineCount} ${lineText} selected`; + this.indicatorEl.removeClass("claudian-hidden"); + } else { + this.indicatorEl.addClass("claudian-hidden"); + } + this.updateContextRowVisibility(); + } + updateContextRowVisibility() { + var _a5; + if (!this.contextRowEl) return; + updateContextRowHasContent(this.contextRowEl); + (_a5 = this.onVisibilityChange) == null ? void 0 : _a5.call(this); + } + // ============================================ + // Context Access + // ============================================ + getContext() { + if (!this.storedSelection) return null; + return { + notePath: this.storedSelection.notePath, + mode: "selection", + selectedText: this.storedSelection.selectedText, + lineCount: this.storedSelection.lineCount, + ...this.storedSelection.startLine !== void 0 && { startLine: this.storedSelection.startLine } + }; + } + hasSelection() { + return this.storedSelection !== null; + } + // ============================================ + // Clear + // ============================================ + clear() { + this.inputHandoffGraceUntil = null; + this.clearHighlight(); + this.storedSelection = null; + this.updateIndicator(); + } +}; + +// src/features/chat/controllers/StreamController.ts +var import_obsidian32 = require("obsidian"); + +// src/core/tools/todo.ts +function isValidTodoItem(item) { + if (typeof item !== "object" || item === null) return false; + const record2 = item; + return typeof record2.content === "string" && record2.content.length > 0 && typeof record2.activeForm === "string" && record2.activeForm.length > 0 && typeof record2.status === "string" && ["pending", "in_progress", "completed"].includes(record2.status); +} +function parseTodoInput(input) { + if (!input.todos || !Array.isArray(input.todos)) { + return null; + } + const validTodos = []; + for (const item of input.todos) { + if (isValidTodoItem(item)) { + validTodos.push(item); + } + } + return validTodos.length > 0 ? validTodos : null; +} + +// src/utils/markdownMath.ts +function getFenceRun(line) { + var _a5; + const match = line.match(/^ {0,3}(`{3,}|~{3,})/); + return (_a5 = match == null ? void 0 : match[1]) != null ? _a5 : null; +} +function isClosingFence(line, fence) { + const run = getFenceRun(line); + return !!run && run[0] === fence.marker && run.length >= fence.length; +} +function isHtmlTagStart(line, index) { + const next = line[index + 1]; + return !!next && /[A-Za-z/!?]/.test(next); +} +function readBacktickRun(line, index) { + let length = 0; + while (line[index + length] === "`") { + length += 1; + } + return length; +} +function escapeMathDelimitersInLine(line) { + let escaped = ""; + let inlineCodeRunLength = 0; + let inHtmlTag = false; + for (let index = 0; index < line.length; index += 1) { + const char = line[index]; + if (char === "`") { + const runLength = readBacktickRun(line, index); + escaped += line.slice(index, index + runLength); + index += runLength - 1; + if (inlineCodeRunLength === 0) { + inlineCodeRunLength = runLength; + } else if (runLength === inlineCodeRunLength) { + inlineCodeRunLength = 0; + } + continue; + } + if (inlineCodeRunLength > 0) { + escaped += char; + continue; + } + if (inHtmlTag) { + escaped += char; + if (char === ">") { + inHtmlTag = false; + } + continue; + } + if (char === "<" && isHtmlTagStart(line, index)) { + inHtmlTag = true; + escaped += char; + continue; + } + if (char === "\\" && line[index + 1] === "$") { + escaped += "\\$"; + index += 1; + continue; + } + escaped += char === "$" ? "\\$" : char; + } + return escaped; +} +function escapeMathDelimitersForStreaming(markdown) { + if (!markdown.includes("$")) { + return markdown; + } + let result = ""; + let fence = null; + let lineStart = 0; + while (lineStart < markdown.length) { + const newlineIndex = markdown.indexOf("\n", lineStart); + const lineEnd = newlineIndex === -1 ? markdown.length : newlineIndex + 1; + const line = markdown.slice(lineStart, lineEnd); + const lineWithoutNewline = line.endsWith("\n") ? line.slice(0, -1) : line; + if (fence) { + result += line; + if (isClosingFence(lineWithoutNewline, fence)) { + fence = null; + } + } else { + const fenceRun = getFenceRun(lineWithoutNewline); + if (fenceRun) { + result += line; + fence = { + marker: fenceRun[0], + length: fenceRun.length + }; + } else { + result += escapeMathDelimitersInLine(line); + } + } + lineStart = lineEnd; + } + return result; +} +function hasStreamingMathDelimiters(markdown) { + if (!markdown.includes("$")) { + return false; + } + return escapeMathDelimitersForStreaming(markdown) !== markdown; +} + +// src/features/chat/controllers/StreamController.ts +init_path(); + +// src/features/chat/rendering/subagentLifecycleResolution.ts +function resolveSubagentLifecycleAdapter(activeProviderId, toolName) { + const activeAdapter = ProviderRegistry.getSubagentLifecycleAdapter(activeProviderId); + if (!toolName) { + return activeAdapter; + } + return activeAdapter && adapterOwnsTool(activeAdapter, toolName) ? activeAdapter : null; +} +function adapterOwnsTool(adapter, toolName) { + return adapter.isSpawnTool(toolName) || adapter.isHiddenTool(toolName) || adapter.isWaitTool(toolName) || adapter.isCloseTool(toolName); +} + +// src/features/chat/rendering/SubagentRenderer.ts +var import_obsidian30 = require("obsidian"); +var SUBAGENT_TOOL_STATUS_ICONS = { + completed: "check", + error: "x", + blocked: "shield-off" +}; +function extractTaskDescription(input) { + return input.description || "Subagent task"; +} +function extractTaskPrompt(input) { + return input.prompt || ""; +} +function truncateDescription(description, maxLength = 40) { + if (description.length <= maxLength) return description; + return description.substring(0, maxLength) + "..."; +} +function createSection(parentEl, title, bodyClass) { + const wrapperEl = parentEl.createDiv({ cls: "claudian-subagent-section" }); + const headerEl = wrapperEl.createDiv({ cls: "claudian-subagent-section-header" }); + headerEl.setAttribute("tabindex", "0"); + headerEl.setAttribute("role", "button"); + const titleEl = headerEl.createDiv({ cls: "claudian-subagent-section-title" }); + titleEl.setText(title); + const bodyEl = wrapperEl.createDiv({ cls: "claudian-subagent-section-body" }); + if (bodyClass) bodyEl.addClass(bodyClass); + const state = { isExpanded: false }; + setupCollapsible(wrapperEl, headerEl, bodyEl, state, { + baseAriaLabel: title + }); + return { wrapperEl, bodyEl }; +} +function setPromptText(promptBodyEl, prompt) { + promptBodyEl.empty(); + const textEl = promptBodyEl.createDiv({ cls: "claudian-subagent-prompt-text" }); + textEl.setText(prompt || "No prompt provided"); +} +function updateSyncHeaderAria(state) { + state.headerEl.setAttribute( + "aria-label", + `Subagent task: ${truncateDescription(state.info.description)} - Status: ${state.info.status} - click to expand` + ); + state.statusEl.setAttribute("aria-label", `Status: ${state.info.status}`); +} +function renderSubagentToolContent(contentEl, toolCall) { + contentEl.empty(); + if (!toolCall.result && toolCall.status === "running") { + const emptyEl = contentEl.createDiv({ cls: "claudian-subagent-tool-empty" }); + emptyEl.setText("Running..."); + return; + } + renderExpandedContent(contentEl, toolCall.name, toolCall.result, toolCall.input); +} +function setSubagentToolStatus(view, status) { + view.statusEl.className = "claudian-subagent-tool-status"; + view.statusEl.addClass(`status-${status}`); + view.statusEl.empty(); + view.statusEl.setAttribute("aria-label", `Status: ${status}`); + const statusIcon = SUBAGENT_TOOL_STATUS_ICONS[status]; + if (statusIcon) { + (0, import_obsidian30.setIcon)(view.statusEl, statusIcon); + } +} +function updateSubagentToolView(view, toolCall) { + view.wrapperEl.className = `claudian-subagent-tool-item claudian-subagent-tool-${toolCall.status}`; + view.nameEl.setText(getToolName(toolCall.name, toolCall.input)); + view.summaryEl.setText(getToolSummary(toolCall.name, toolCall.input)); + setSubagentToolStatus(view, toolCall.status); + renderSubagentToolContent(view.contentEl, toolCall); +} +function createSubagentToolView(parentEl, toolCall) { + var _a5, _b3; + const wrapperEl = parentEl.createDiv({ + cls: `claudian-subagent-tool-item claudian-subagent-tool-${toolCall.status}` + }); + wrapperEl.dataset.toolId = toolCall.id; + const headerEl = wrapperEl.createDiv({ cls: "claudian-subagent-tool-header" }); + headerEl.setAttribute("tabindex", "0"); + headerEl.setAttribute("role", "button"); + const iconEl = headerEl.createDiv({ cls: "claudian-subagent-tool-icon" }); + iconEl.setAttribute("aria-hidden", "true"); + setToolIcon(iconEl, toolCall.name); + const nameEl = headerEl.createDiv({ cls: "claudian-subagent-tool-name" }); + const summaryEl = headerEl.createDiv({ cls: "claudian-subagent-tool-summary" }); + const statusEl = headerEl.createDiv({ cls: "claudian-subagent-tool-status" }); + const contentEl = wrapperEl.createDiv({ cls: "claudian-subagent-tool-content" }); + const collapseState = { isExpanded: (_a5 = toolCall.isExpanded) != null ? _a5 : false }; + setupCollapsible(wrapperEl, headerEl, contentEl, collapseState, { + initiallyExpanded: (_b3 = toolCall.isExpanded) != null ? _b3 : false, + onToggle: (expanded) => { + toolCall.isExpanded = expanded; + }, + baseAriaLabel: getToolLabel(toolCall.name, toolCall.input) + }); + const view = { + wrapperEl, + nameEl, + summaryEl, + statusEl, + contentEl + }; + updateSubagentToolView(view, toolCall); + return view; +} +function ensureResultSection(state) { + if (state.resultSectionEl && state.resultBodyEl) { + return { wrapperEl: state.resultSectionEl, bodyEl: state.resultBodyEl }; + } + const section = createSection(state.contentEl, "Result", "claudian-subagent-result-body"); + section.wrapperEl.addClass("claudian-subagent-section-result"); + state.resultSectionEl = section.wrapperEl; + state.resultBodyEl = section.bodyEl; + return section; +} +function setResultText(state, text) { + const section = ensureResultSection(state); + section.bodyEl.empty(); + const resultEl = section.bodyEl.createDiv({ cls: "claudian-subagent-result-output" }); + resultEl.setText(text); +} +function hydrateSyncSubagentStateFromStored(state, subagent) { + state.info.description = subagent.description; + state.info.prompt = subagent.prompt; + state.info.mode = subagent.mode; + state.info.status = subagent.status; + state.info.result = subagent.result; + state.labelEl.setText(truncateDescription(subagent.description)); + setPromptText(state.promptBodyEl, subagent.prompt || ""); + for (const originalToolCall of subagent.toolCalls) { + const toolCall = { + ...originalToolCall, + input: { ...originalToolCall.input } + }; + addSubagentToolCall(state, toolCall); + if (toolCall.status !== "running" || toolCall.result) { + updateSubagentToolResult(state, toolCall.id, toolCall); + } + } + if (subagent.status === "completed" || subagent.status === "error") { + const fallback = subagent.status === "error" ? "ERROR" : "DONE"; + finalizeSubagentBlock(state, subagent.result || fallback, subagent.status === "error"); + } else { + state.statusEl.className = "claudian-subagent-status status-running"; + state.statusEl.empty(); + updateSyncHeaderAria(state); + } +} +function createSubagentBlock(parentEl, taskToolId, taskInput) { + const description = extractTaskDescription(taskInput); + const prompt = extractTaskPrompt(taskInput); + const info = { + id: taskToolId, + description, + prompt, + status: "running", + toolCalls: [], + isExpanded: false + }; + const wrapperEl = parentEl.createDiv({ cls: "claudian-subagent-list" }); + wrapperEl.dataset.subagentId = taskToolId; + const headerEl = wrapperEl.createDiv({ cls: "claudian-subagent-header" }); + headerEl.setAttribute("tabindex", "0"); + headerEl.setAttribute("role", "button"); + const iconEl = headerEl.createDiv({ cls: "claudian-subagent-icon" }); + iconEl.setAttribute("aria-hidden", "true"); + (0, import_obsidian30.setIcon)(iconEl, getToolIcon(TOOL_TASK)); + const labelEl = headerEl.createDiv({ cls: "claudian-subagent-label" }); + labelEl.setText(truncateDescription(description)); + const statusEl = headerEl.createDiv({ cls: "claudian-subagent-status status-running" }); + statusEl.setAttribute("aria-label", "Status: running"); + const contentEl = wrapperEl.createDiv({ cls: "claudian-subagent-content" }); + const promptSection = createSection(contentEl, "Prompt", "claudian-subagent-prompt-body"); + promptSection.wrapperEl.addClass("claudian-subagent-section-prompt"); + setPromptText(promptSection.bodyEl, prompt); + const toolsContainerEl = contentEl.createDiv({ cls: "claudian-subagent-tools" }); + setupCollapsible(wrapperEl, headerEl, contentEl, info); + const state = { + wrapperEl, + contentEl, + headerEl, + labelEl, + statusEl, + promptSectionEl: promptSection.wrapperEl, + promptBodyEl: promptSection.bodyEl, + toolsContainerEl, + resultSectionEl: null, + resultBodyEl: null, + toolElements: /* @__PURE__ */ new Map(), + info + }; + updateSyncHeaderAria(state); + return state; +} +function addSubagentToolCall(state, toolCall) { + var _a5, _b3; + const existingIndex = state.info.toolCalls.findIndex((tc2) => tc2.id === toolCall.id); + if (existingIndex >= 0) { + const existingToolCall = state.info.toolCalls[existingIndex]; + const mergedToolCall = { + ...existingToolCall, + ...toolCall, + input: { + ...existingToolCall.input, + ...toolCall.input + }, + result: (_a5 = toolCall.result) != null ? _a5 : existingToolCall.result, + isExpanded: (_b3 = toolCall.isExpanded) != null ? _b3 : existingToolCall.isExpanded + }; + state.info.toolCalls[existingIndex] = mergedToolCall; + const existingView = state.toolElements.get(toolCall.id); + if (existingView) { + updateSubagentToolView(existingView, mergedToolCall); + } + updateSyncHeaderAria(state); + return; + } + state.info.toolCalls.push(toolCall); + const toolView = createSubagentToolView(state.toolsContainerEl, toolCall); + state.toolElements.set(toolCall.id, toolView); + updateSyncHeaderAria(state); +} +function updateSubagentToolResult(state, toolId, toolCall) { + const idx = state.info.toolCalls.findIndex((tc2) => tc2.id === toolId); + if (idx !== -1) { + state.info.toolCalls[idx] = toolCall; + } + const toolView = state.toolElements.get(toolId); + if (!toolView) { + return; + } + updateSubagentToolView(toolView, toolCall); +} +function finalizeSubagentBlock(state, result, isError) { + state.info.status = isError ? "error" : "completed"; + state.info.result = result; + state.labelEl.setText(truncateDescription(state.info.description)); + state.statusEl.className = "claudian-subagent-status"; + state.statusEl.addClass(`status-${state.info.status}`); + state.statusEl.empty(); + if (state.info.status === "completed") { + (0, import_obsidian30.setIcon)(state.statusEl, "check"); + state.wrapperEl.removeClass("error"); + state.wrapperEl.addClass("done"); + } else { + (0, import_obsidian30.setIcon)(state.statusEl, "x"); + state.wrapperEl.removeClass("done"); + state.wrapperEl.addClass("error"); + } + const finalText = (result == null ? void 0 : result.trim()) ? result : isError ? "ERROR" : "DONE"; + setResultText(state, finalText); + updateSyncHeaderAria(state); +} +function renderStoredSubagent(parentEl, subagent) { + const state = createSubagentBlock(parentEl, subagent.id, { + description: subagent.description, + prompt: subagent.prompt + }); + hydrateSyncSubagentStateFromStored(state, subagent); + return state.wrapperEl; +} +function setAsyncWrapperStatus(wrapperEl, status) { + const classes = ["pending", "running", "awaiting", "completed", "error", "orphaned", "async"]; + classes.forEach((cls) => wrapperEl.removeClass(cls)); + wrapperEl.addClass("async"); + wrapperEl.addClass(status); +} +function getAsyncDisplayStatus(asyncStatus) { + switch (asyncStatus) { + case "completed": + return "completed"; + case "error": + return "error"; + case "orphaned": + return "orphaned"; + default: + return "running"; + } +} +function getAsyncStatusText(asyncStatus) { + switch (asyncStatus) { + case "pending": + return "Initializing"; + case "completed": + return ""; + // Just show tick icon, no text + case "error": + return "Error"; + case "orphaned": + return "Orphaned"; + default: + return "Running in background"; + } +} +function getAsyncStatusAriaLabel(asyncStatus) { + switch (asyncStatus) { + case "pending": + return "Initializing"; + case "completed": + return "Completed"; + case "error": + return "Error"; + case "orphaned": + return "Orphaned"; + default: + return "Running in background"; + } +} +function updateAsyncLabel(state) { + state.labelEl.setText(truncateDescription(state.info.description)); + const statusLabel = getAsyncStatusAriaLabel(state.info.asyncStatus); + state.headerEl.setAttribute( + "aria-label", + `Background task: ${truncateDescription(state.info.description)} - ${statusLabel} - click to expand` + ); +} +function renderAsyncContentLikeSync(contentEl, subagent, displayStatus) { + var _a5; + contentEl.empty(); + const promptSection = createSection(contentEl, "Prompt", "claudian-subagent-prompt-body"); + promptSection.wrapperEl.addClass("claudian-subagent-section-prompt"); + setPromptText(promptSection.bodyEl, subagent.prompt || ""); + const toolsContainerEl = contentEl.createDiv({ cls: "claudian-subagent-tools" }); + for (const originalToolCall of subagent.toolCalls) { + const toolCall = { + ...originalToolCall, + input: { ...originalToolCall.input } + }; + createSubagentToolView(toolsContainerEl, toolCall); + } + if (displayStatus === "running") { + return; + } + const resultSection = createSection(contentEl, "Result", "claudian-subagent-result-body"); + resultSection.wrapperEl.addClass("claudian-subagent-section-result"); + const resultEl = resultSection.bodyEl.createDiv({ cls: "claudian-subagent-result-output" }); + if (displayStatus === "orphaned") { + resultEl.setText(subagent.result || "Conversation ended before task completed"); + return; + } + const fallback = displayStatus === "error" ? "ERROR" : "DONE"; + const finalText = ((_a5 = subagent.result) == null ? void 0 : _a5.trim()) ? subagent.result : fallback; + resultEl.setText(finalText); +} +function createAsyncSubagentBlock(parentEl, taskToolId, taskInput) { + const description = taskInput.description || "Background task"; + const prompt = taskInput.prompt || ""; + const info = { + id: taskToolId, + description, + prompt, + mode: "async", + status: "running", + toolCalls: [], + isExpanded: false, + asyncStatus: "pending" + }; + const wrapperEl = parentEl.createDiv({ cls: "claudian-subagent-list" }); + setAsyncWrapperStatus(wrapperEl, "pending"); + wrapperEl.dataset.asyncSubagentId = taskToolId; + const headerEl = wrapperEl.createDiv({ cls: "claudian-subagent-header" }); + headerEl.setAttribute("tabindex", "0"); + headerEl.setAttribute("role", "button"); + headerEl.setAttribute("aria-expanded", "false"); + headerEl.setAttribute("aria-label", `Background task: ${description} - Initializing - click to expand`); + const iconEl = headerEl.createDiv({ cls: "claudian-subagent-icon" }); + iconEl.setAttribute("aria-hidden", "true"); + (0, import_obsidian30.setIcon)(iconEl, getToolIcon(TOOL_TASK)); + const labelEl = headerEl.createDiv({ cls: "claudian-subagent-label" }); + labelEl.setText(truncateDescription(description)); + const statusTextEl = headerEl.createDiv({ cls: "claudian-subagent-status-text" }); + statusTextEl.setText("Initializing"); + const statusEl = headerEl.createDiv({ cls: "claudian-subagent-status status-running" }); + statusEl.setAttribute("aria-label", "Status: running"); + const contentEl = wrapperEl.createDiv({ cls: "claudian-subagent-content" }); + renderAsyncContentLikeSync(contentEl, info, "running"); + setupCollapsible(wrapperEl, headerEl, contentEl, info); + return { + wrapperEl, + contentEl, + headerEl, + labelEl, + statusTextEl, + statusEl, + info + }; +} +function updateAsyncSubagentRunning(state, agentId) { + state.info.asyncStatus = "running"; + state.info.agentId = agentId; + setAsyncWrapperStatus(state.wrapperEl, "running"); + updateAsyncLabel(state); + state.statusTextEl.setText("Running in background"); + renderAsyncContentLikeSync(state.contentEl, state.info, "running"); +} +function finalizeAsyncSubagent(state, result, isError) { + state.info.asyncStatus = isError ? "error" : "completed"; + state.info.status = isError ? "error" : "completed"; + state.info.result = result; + setAsyncWrapperStatus(state.wrapperEl, isError ? "error" : "completed"); + updateAsyncLabel(state); + state.statusTextEl.setText(isError ? "Error" : ""); + state.statusEl.className = "claudian-subagent-status"; + state.statusEl.addClass(`status-${isError ? "error" : "completed"}`); + state.statusEl.empty(); + if (isError) { + (0, import_obsidian30.setIcon)(state.statusEl, "x"); + } else { + (0, import_obsidian30.setIcon)(state.statusEl, "check"); + } + if (isError) { + state.wrapperEl.addClass("error"); + } else { + state.wrapperEl.addClass("done"); + } + renderAsyncContentLikeSync(state.contentEl, state.info, isError ? "error" : "completed"); +} +function markAsyncSubagentOrphaned(state) { + state.info.asyncStatus = "orphaned"; + state.info.status = "error"; + state.info.result = "Conversation ended before task completed"; + setAsyncWrapperStatus(state.wrapperEl, "orphaned"); + updateAsyncLabel(state); + state.statusTextEl.setText("Orphaned"); + state.statusEl.className = "claudian-subagent-status status-error"; + state.statusEl.empty(); + (0, import_obsidian30.setIcon)(state.statusEl, "alert-circle"); + state.wrapperEl.addClass("error"); + state.wrapperEl.addClass("orphaned"); + renderAsyncContentLikeSync(state.contentEl, state.info, "orphaned"); +} +function renderStoredAsyncSubagent(parentEl, subagent) { + const wrapperEl = parentEl.createDiv({ cls: "claudian-subagent-list" }); + const displayStatus = getAsyncDisplayStatus(subagent.asyncStatus); + setAsyncWrapperStatus(wrapperEl, displayStatus); + if (displayStatus === "completed") { + wrapperEl.addClass("done"); + } else if (displayStatus === "error" || displayStatus === "orphaned") { + wrapperEl.addClass("error"); + } + wrapperEl.dataset.asyncSubagentId = subagent.id; + const statusText = getAsyncStatusText(subagent.asyncStatus); + const statusAriaLabel = getAsyncStatusAriaLabel(subagent.asyncStatus); + const headerEl = wrapperEl.createDiv({ cls: "claudian-subagent-header" }); + headerEl.setAttribute("tabindex", "0"); + headerEl.setAttribute("role", "button"); + headerEl.setAttribute("aria-expanded", "false"); + headerEl.setAttribute( + "aria-label", + `Background task: ${subagent.description} - ${statusAriaLabel} - click to expand` + ); + const iconEl = headerEl.createDiv({ cls: "claudian-subagent-icon" }); + iconEl.setAttribute("aria-hidden", "true"); + (0, import_obsidian30.setIcon)(iconEl, getToolIcon(TOOL_TASK)); + const labelEl = headerEl.createDiv({ cls: "claudian-subagent-label" }); + labelEl.setText(truncateDescription(subagent.description)); + const statusTextEl = headerEl.createDiv({ cls: "claudian-subagent-status-text" }); + statusTextEl.setText(statusText); + let statusIconClass; + switch (displayStatus) { + case "error": + case "orphaned": + statusIconClass = "status-error"; + break; + case "completed": + statusIconClass = "status-completed"; + break; + default: + statusIconClass = "status-running"; + } + const statusEl = headerEl.createDiv({ cls: `claudian-subagent-status ${statusIconClass}` }); + statusEl.setAttribute("aria-label", `Status: ${statusAriaLabel}`); + switch (displayStatus) { + case "completed": + (0, import_obsidian30.setIcon)(statusEl, "check"); + break; + case "error": + (0, import_obsidian30.setIcon)(statusEl, "x"); + break; + case "orphaned": + (0, import_obsidian30.setIcon)(statusEl, "alert-circle"); + break; + } + const contentEl = wrapperEl.createDiv({ cls: "claudian-subagent-content" }); + renderAsyncContentLikeSync(contentEl, subagent, displayStatus); + const state = { isExpanded: false }; + setupCollapsible(wrapperEl, headerEl, contentEl, state); + return wrapperEl; +} + +// src/features/chat/rendering/WriteEditRenderer.ts +var import_obsidian31 = require("obsidian"); +function shortenPath2(filePath, maxLength = 40) { + if (!filePath) return "file"; + const normalized = filePath.replace(/\\/g, "/"); + if (normalized.length <= maxLength) return normalized; + const parts = normalized.split("/"); + if (parts.length <= 2) { + return "..." + normalized.slice(-maxLength + 3); + } + const filename = parts[parts.length - 1]; + const firstDir = parts[0]; + const available = maxLength - firstDir.length - filename.length - 5; + if (available < 0) { + return "..." + filename.slice(-maxLength + 3); + } + return `${firstDir}/.../${filename}`; +} +function createWriteEditBlock(parentEl, toolCall) { + const filePath = toolCall.input.file_path || "file"; + const toolName = toolCall.name; + const wrapperEl = parentEl.createDiv({ cls: "claudian-write-edit-block" }); + wrapperEl.dataset.toolId = toolCall.id; + const headerEl = wrapperEl.createDiv({ cls: "claudian-write-edit-header" }); + headerEl.setAttribute("tabindex", "0"); + headerEl.setAttribute("role", "button"); + headerEl.setAttribute("aria-label", `${toolName}: ${shortenPath2(filePath)} - click to expand`); + const iconEl = headerEl.createDiv({ cls: "claudian-write-edit-icon" }); + iconEl.setAttribute("aria-hidden", "true"); + (0, import_obsidian31.setIcon)(iconEl, getToolIcon(toolName)); + const nameEl = headerEl.createDiv({ cls: "claudian-write-edit-name" }); + nameEl.setText(toolName); + const summaryEl = headerEl.createDiv({ cls: "claudian-write-edit-summary" }); + summaryEl.setText(fileNameOnly(filePath) || "file"); + const statsEl = headerEl.createDiv({ cls: "claudian-write-edit-stats" }); + const statusEl = headerEl.createDiv({ cls: "claudian-write-edit-status status-running" }); + statusEl.setAttribute("aria-label", "Status: running"); + const contentEl = wrapperEl.createDiv({ cls: "claudian-write-edit-content" }); + const loadingRow = contentEl.createDiv({ cls: "claudian-write-edit-diff-row" }); + const loadingEl = loadingRow.createDiv({ cls: "claudian-write-edit-loading" }); + loadingEl.setText("Writing..."); + const state = { + wrapperEl, + contentEl, + headerEl, + nameEl, + summaryEl, + statsEl, + statusEl, + toolCall, + isExpanded: false + }; + setupCollapsible(wrapperEl, headerEl, contentEl, state); + return state; +} +function updateWriteEditWithDiff(state, diffData) { + state.statsEl.empty(); + state.contentEl.empty(); + const { diffLines, stats } = diffData; + state.diffLines = diffLines; + renderDiffStats(state.statsEl, stats); + const row = state.contentEl.createDiv({ cls: "claudian-write-edit-diff-row" }); + const diffEl = row.createDiv({ cls: "claudian-write-edit-diff" }); + renderDiffContent(diffEl, diffLines); +} +function finalizeWriteEditBlock(state, isError) { + state.statusEl.className = "claudian-write-edit-status"; + state.statusEl.empty(); + if (isError) { + state.statusEl.addClass("status-error"); + (0, import_obsidian31.setIcon)(state.statusEl, "x"); + state.statusEl.setAttribute("aria-label", "Status: error"); + if (!state.diffLines) { + state.contentEl.empty(); + const row = state.contentEl.createDiv({ cls: "claudian-write-edit-diff-row" }); + const errorEl = row.createDiv({ cls: "claudian-write-edit-error" }); + errorEl.setText(state.toolCall.result || "Error"); + } + } else if (!state.diffLines) { + state.contentEl.empty(); + const row = state.contentEl.createDiv({ cls: "claudian-write-edit-diff-row" }); + const doneEl = row.createDiv({ cls: "claudian-write-edit-done-text" }); + doneEl.setText("DONE"); + } + if (isError) { + state.wrapperEl.addClass("error"); + } else { + state.wrapperEl.addClass("done"); + } +} +function renderStoredWriteEdit(parentEl, toolCall) { + const filePath = toolCall.input.file_path || "file"; + const toolName = toolCall.name; + const isError = toolCall.status === "error" || toolCall.status === "blocked"; + const wrapperEl = parentEl.createDiv({ cls: "claudian-write-edit-block" }); + if (isError) { + wrapperEl.addClass("error"); + } else if (toolCall.status === "completed") { + wrapperEl.addClass("done"); + } + wrapperEl.dataset.toolId = toolCall.id; + const headerEl = wrapperEl.createDiv({ cls: "claudian-write-edit-header" }); + headerEl.setAttribute("tabindex", "0"); + headerEl.setAttribute("role", "button"); + const iconEl = headerEl.createDiv({ cls: "claudian-write-edit-icon" }); + iconEl.setAttribute("aria-hidden", "true"); + (0, import_obsidian31.setIcon)(iconEl, getToolIcon(toolName)); + const nameEl = headerEl.createDiv({ cls: "claudian-write-edit-name" }); + nameEl.setText(toolName); + const summaryEl = headerEl.createDiv({ cls: "claudian-write-edit-summary" }); + summaryEl.setText(fileNameOnly(filePath) || "file"); + const statsEl = headerEl.createDiv({ cls: "claudian-write-edit-stats" }); + if (toolCall.diffData) { + renderDiffStats(statsEl, toolCall.diffData.stats); + } + const statusEl = headerEl.createDiv({ cls: "claudian-write-edit-status" }); + if (isError) { + statusEl.addClass("status-error"); + (0, import_obsidian31.setIcon)(statusEl, "x"); + } + const contentEl = wrapperEl.createDiv({ cls: "claudian-write-edit-content" }); + const row = contentEl.createDiv({ cls: "claudian-write-edit-diff-row" }); + if (toolCall.diffData && toolCall.diffData.diffLines.length > 0) { + const diffEl = row.createDiv({ cls: "claudian-write-edit-diff" }); + renderDiffContent(diffEl, toolCall.diffData.diffLines); + } else if (isError && toolCall.result) { + const errorEl = row.createDiv({ cls: "claudian-write-edit-error" }); + errorEl.setText(toolCall.result); + } else { + const doneEl = row.createDiv({ cls: "claudian-write-edit-done-text" }); + doneEl.setText(isError ? "ERROR" : "DONE"); + } + const state = { isExpanded: false }; + setupCollapsible(wrapperEl, headerEl, contentEl, state); + return wrapperEl; +} + +// src/features/chat/controllers/StreamController.ts +var _StreamController = class _StreamController { + // agentId → spawn callId + constructor(deps) { + this.pendingTextRenderFrame = null; + this.pendingTextRenderPromise = null; + this.resolvePendingTextRender = null; + this.isTextRenderRunning = false; + this.pendingThinkingRenderFrame = null; + this.pendingThinkingRenderPromise = null; + this.resolvePendingThinkingRender = null; + this.isThinkingRenderRunning = false; + this.pendingToolOutputFrames = /* @__PURE__ */ new Map(); + this.pendingScrollFrame = null; + // Provider lifecycle agent tracking (spawn → wait/close lifecycle) + this.lifecycleSubagentStates = /* @__PURE__ */ new Map(); + // spawn callId → SubagentState + this.lifecycleAgentIdToSpawnId = /* @__PURE__ */ new Map(); + this.deps = deps; + } + getActiveProviderId() { + var _a5, _b3, _c2, _d; + return (_d = (_c2 = (_b3 = (_a5 = this.deps).getAgentService) == null ? void 0 : _b3.call(_a5)) == null ? void 0 : _c2.providerId) != null ? _d : DEFAULT_CHAT_PROVIDER_ID; + } + getSubagentLifecycleAdapter(toolName) { + return resolveSubagentLifecycleAdapter(this.getActiveProviderId(), toolName); + } + normalizeToolResultContent(content) { + return extractToolResultContent(content, { fallbackIndent: 2 }); + } + // ============================================ + // Stream Chunk Handling + // ============================================ + async handleStreamChunk(chunk, msg) { + var _a5, _b3, _c2, _d, _e2; + const { state } = this.deps; + switch (chunk.type) { + case "thinking": + this.flushPendingTools(); + if (state.currentTextEl) { + await this.finalizeCurrentTextBlock(msg); + } + await this.appendThinking(chunk.content); + break; + case "text": + this.flushPendingTools(); + if (state.currentThinkingState) { + await this.finalizeCurrentThinkingBlock(msg); + } + msg.content += chunk.content; + await this.appendText(chunk.content); + break; + case "tool_use": { + if (state.currentThinkingState) { + await this.finalizeCurrentThinkingBlock(msg); + } + await this.finalizeCurrentTextBlock(msg); + if (isSubagentToolName(chunk.name)) { + this.flushPendingTools(); + this.handleTaskToolUseViaManager(chunk, msg); + break; + } + if (chunk.name === TOOL_AGENT_OUTPUT) { + this.handleAgentOutputToolUse(chunk, msg); + break; + } + const subagentLifecycleAdapter = this.getSubagentLifecycleAdapter(chunk.name); + if (subagentLifecycleAdapter == null ? void 0 : subagentLifecycleAdapter.isSpawnTool(chunk.name)) { + this.handleProviderSubagentSpawn(chunk, msg, subagentLifecycleAdapter); + break; + } + if (subagentLifecycleAdapter == null ? void 0 : subagentLifecycleAdapter.isHiddenTool(chunk.name)) { + this.handleProviderHiddenSubagentTool(chunk, msg); + break; + } + this.handleRegularToolUse(chunk, msg); + break; + } + case "tool_result": { + await this.handleToolResult(chunk, msg); + break; + } + case "subagent_tool_use": + case "subagent_tool_result": + await this.handleSubagentChunk(chunk, msg); + break; + case "async_subagent_result": + await this.handleAsyncSubagentResult(chunk); + break; + case "tool_output": + this.handleToolOutput(chunk, msg); + break; + case "notice": + this.flushPendingTools(); + await this.appendText(` + +\u26A0\uFE0F **${chunk.level === "warning" ? "Blocked" : "Notice"}:** ${chunk.content}`); + break; + case "error": + this.flushPendingTools(); + await this.appendText(` + +\u274C **Error:** ${chunk.content}`); + break; + case "done": + this.flushPendingTools(); + break; + case "context_compacted": { + this.flushPendingTools(); + if (state.currentThinkingState) { + await this.finalizeCurrentThinkingBlock(msg); + } + await this.finalizeCurrentTextBlock(msg); + msg.contentBlocks = msg.contentBlocks || []; + msg.contentBlocks.push({ type: "context_compacted" }); + this.renderCompactBoundary(); + break; + } + case "usage": { + const currentSessionId = (_d = (_c2 = (_b3 = (_a5 = this.deps).getAgentService) == null ? void 0 : _b3.call(_a5)) == null ? void 0 : _c2.getSessionId()) != null ? _d : null; + const chunkSessionId = (_e2 = chunk.sessionId) != null ? _e2 : null; + if (chunkSessionId && currentSessionId && chunkSessionId !== currentSessionId || chunkSessionId && !currentSessionId) { + break; + } + if (this.deps.subagentManager.subagentsSpawnedThisStream > 0) { + break; + } + if (!state.ignoreUsageUpdates) { + const activeModel = this.getActiveProviderModel(); + state.usage = activeModel && !chunk.usage.model ? { ...chunk.usage, model: activeModel } : chunk.usage; + } + break; + } + default: + break; + } + this.scrollToBottom(); + } + // ============================================ + // Tool Use Handling + // ============================================ + /** + * Handles regular tool_use chunks by buffering them. + * Tools are rendered when flushPendingTools is called (on next content type or tool_result). + */ + handleRegularToolUse(chunk, msg) { + var _a5, _b3, _c2; + const { state } = this.deps; + const existingToolCall = (_a5 = msg.toolCalls) == null ? void 0 : _a5.find((tc2) => tc2.id === chunk.id); + if (existingToolCall) { + const newInput = chunk.input || {}; + if (Object.keys(newInput).length > 0) { + existingToolCall.input = { ...existingToolCall.input, ...newInput }; + if (existingToolCall.name === TOOL_TODO_WRITE) { + const todos = parseTodoInput(existingToolCall.input); + if (todos) { + this.deps.state.currentTodos = todos; + } + } + if (existingToolCall.name === TOOL_WRITE) { + this.capturePlanFilePath(existingToolCall.input); + } + const toolEl = state.toolCallElements.get(chunk.id); + if (toolEl) { + const nameEl = (_b3 = toolEl.querySelector(".claudian-tool-name")) != null ? _b3 : toolEl.querySelector(".claudian-write-edit-name"); + if (nameEl) { + nameEl.setText(getToolName(existingToolCall.name, existingToolCall.input)); + } + const summaryEl = (_c2 = toolEl.querySelector(".claudian-tool-summary")) != null ? _c2 : toolEl.querySelector(".claudian-write-edit-summary"); + if (summaryEl) { + summaryEl.setText(getToolSummary(existingToolCall.name, existingToolCall.input)); + } + } + } + return; + } + const toolCall = { + id: chunk.id, + name: chunk.name, + input: chunk.input, + status: "running", + isExpanded: false + }; + msg.toolCalls = msg.toolCalls || []; + msg.toolCalls.push(toolCall); + msg.contentBlocks = msg.contentBlocks || []; + msg.contentBlocks.push({ type: "tool_use", toolId: chunk.id }); + if (chunk.name === TOOL_TODO_WRITE) { + const todos = parseTodoInput(chunk.input); + if (todos) { + this.deps.state.currentTodos = todos; + } + } + if (chunk.name === TOOL_WRITE) { + this.capturePlanFilePath(chunk.input); + } + if (state.currentContentEl) { + state.pendingTools.set(chunk.id, { + toolCall, + parentEl: state.currentContentEl + }); + this.showThinkingIndicator(); + } + } + getActiveProviderModel() { + var _a5, _b3, _c2; + const providerId = (_c2 = (_b3 = (_a5 = this.deps).getAgentService) == null ? void 0 : _b3.call(_a5)) == null ? void 0 : _c2.providerId; + if (!providerId) { + return void 0; + } + const settings11 = ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.deps.plugin.settings, + providerId + ); + return typeof settings11.model === "string" ? settings11.model : void 0; + } + shouldDeferMathRendering() { + return this.deps.plugin.settings.deferMathRenderingDuringStreaming !== false; + } + getStreamingRenderOptions(content) { + return this.shouldDeferMathRendering() && hasStreamingMathDelimiters(content) ? { deferMath: true } : void 0; + } + capturePlanFilePath(input) { + var _a5, _b3, _c2; + const filePath = input.file_path; + if (!filePath) return; + const planPathPrefix = (_c2 = (_b3 = (_a5 = this.deps).getAgentService) == null ? void 0 : _b3.call(_a5)) == null ? void 0 : _c2.getCapabilities().planPathPrefix; + if (planPathPrefix && filePath.replace(/\\/g, "/").includes(planPathPrefix)) { + this.deps.state.planFilePath = filePath; + } + } + /** + * Flushes all pending tool calls by rendering them. + * Called when a different content type arrives or stream ends. + */ + flushPendingTools() { + const { state } = this.deps; + if (state.pendingTools.size === 0) { + return; + } + for (const toolId of state.pendingTools.keys()) { + this.renderPendingTool(toolId); + } + state.pendingTools.clear(); + } + /** + * Renders a single pending tool call and moves it from pending to rendered state. + */ + renderPendingTool(toolId) { + const { state } = this.deps; + const pending = state.pendingTools.get(toolId); + if (!pending) return; + const { toolCall, parentEl } = pending; + if (!parentEl) return; + if (isWriteEditTool(toolCall.name)) { + const writeEditState = createWriteEditBlock(parentEl, toolCall); + state.writeEditStates.set(toolId, writeEditState); + state.toolCallElements.set(toolId, writeEditState.wrapperEl); + } else { + renderToolCall(parentEl, toolCall, state.toolCallElements); + } + state.pendingTools.delete(toolId); + } + handleToolOutput(chunk, msg) { + var _a5, _b3; + const { state } = this.deps; + if (state.pendingTools.has(chunk.id)) { + this.renderPendingTool(chunk.id); + } + const existingToolCall = (_a5 = msg.toolCalls) == null ? void 0 : _a5.find((tc2) => tc2.id === chunk.id); + if (!existingToolCall) { + return; + } + existingToolCall.result = ((_b3 = existingToolCall.result) != null ? _b3 : "") + chunk.content; + this.scheduleToolOutputRender(chunk.id, existingToolCall); + this.showThinkingIndicator(); + } + // ============================================ + // Provider lifecycle subagents (spawn → wait/close) + // ============================================ + handleProviderSubagentSpawn(chunk, msg, adapter) { + const { state } = this.deps; + const toolCall = { + id: chunk.id, + name: chunk.name, + input: chunk.input, + status: "running", + isExpanded: false + }; + msg.toolCalls = msg.toolCalls || []; + msg.toolCalls.push(toolCall); + msg.contentBlocks = msg.contentBlocks || []; + msg.contentBlocks.push({ type: "tool_use", toolId: chunk.id }); + if (state.currentContentEl) { + this.flushPendingTools(); + const subagentInfo = adapter.buildSubagentInfo(toolCall, msg.toolCalls); + const subagentState = createSubagentBlock(state.currentContentEl, chunk.id, { + description: subagentInfo.description, + prompt: subagentInfo.prompt + }); + this.lifecycleSubagentStates.set(chunk.id, subagentState); + } + } + handleProviderHiddenSubagentTool(chunk, msg) { + const toolCall = { + id: chunk.id, + name: chunk.name, + input: chunk.input, + status: "running", + isExpanded: false + }; + msg.toolCalls = msg.toolCalls || []; + msg.toolCalls.push(toolCall); + } + /** + * Handles tool_result for provider lifecycle subagent tools. + * Returns true if the result was consumed (caller should return early). + */ + handleProviderSubagentResult(chunk, msg) { + var _a5, _b3, _c2, _d; + const existingToolCall = (_a5 = msg.toolCalls) == null ? void 0 : _a5.find((tc2) => tc2.id === chunk.id); + if (!existingToolCall) return false; + const normalizedContent = this.normalizeToolResultContent(chunk.content); + const adapter = this.getSubagentLifecycleAdapter(existingToolCall.name); + if (!adapter) return false; + if (adapter.isSpawnTool(existingToolCall.name)) { + existingToolCall.status = chunk.isError ? "error" : "completed"; + existingToolCall.result = normalizedContent; + const spawnResult = adapter.extractSpawnResult(normalizedContent); + if (spawnResult.agentId) { + this.lifecycleAgentIdToSpawnId.set(spawnResult.agentId, chunk.id); + } + const subagentInfo = adapter.buildSubagentInfo(existingToolCall, (_b3 = msg.toolCalls) != null ? _b3 : []); + const subagentState = this.lifecycleSubagentStates.get(chunk.id); + if (subagentState) { + subagentState.info.description = subagentInfo.description; + subagentState.info.prompt = subagentInfo.prompt; + subagentState.labelEl.setText( + subagentInfo.description.length > 40 ? subagentInfo.description.substring(0, 40) + "..." : subagentInfo.description + ); + } + if (chunk.isError) { + if (subagentState) { + finalizeSubagentBlock(subagentState, normalizedContent || "Error", true); + } + } + return true; + } + if (adapter.isWaitTool(existingToolCall.name)) { + existingToolCall.status = chunk.isError ? "error" : "completed"; + existingToolCall.result = normalizedContent; + for (const spawnId of adapter.resolveSpawnToolIds( + existingToolCall, + this.lifecycleAgentIdToSpawnId + )) { + const spawnToolCall = (_c2 = msg.toolCalls) == null ? void 0 : _c2.find((tc2) => tc2.id === spawnId); + const subagentState = this.lifecycleSubagentStates.get(spawnId); + if (!spawnToolCall || !subagentState) continue; + const subagentInfo = adapter.buildSubagentInfo(spawnToolCall, (_d = msg.toolCalls) != null ? _d : []); + subagentState.info.description = subagentInfo.description; + subagentState.info.prompt = subagentInfo.prompt; + if (subagentInfo.status === "completed" || subagentInfo.status === "error") { + finalizeSubagentBlock( + subagentState, + subagentInfo.result || (subagentInfo.status === "error" ? "Error" : "DONE"), + subagentInfo.status === "error" + ); + } + } + return true; + } + if (adapter.isCloseTool(existingToolCall.name)) { + existingToolCall.status = chunk.isError ? "error" : "completed"; + existingToolCall.result = normalizedContent; + return true; + } + return false; + } + async handleToolResult(chunk, msg) { + var _a5, _b3; + const { state, subagentManager } = this.deps; + const normalizedContent = this.normalizeToolResultContent(chunk.content); + if (subagentManager.hasPendingTask(chunk.id)) { + this.renderPendingTaskFromTaskResultViaManager(chunk, msg); + } + const subagentState = subagentManager.getSyncSubagent(chunk.id); + if (subagentState) { + this.finalizeSubagent(chunk, msg); + return; + } + if (this.handleAsyncTaskToolResult(chunk)) { + this.showThinkingIndicator(); + return; + } + if (await this.handleAgentOutputToolResult(chunk)) { + this.showThinkingIndicator(); + return; + } + if (this.handleProviderSubagentResult(chunk, msg)) { + this.showThinkingIndicator(); + return; + } + if (state.pendingTools.has(chunk.id)) { + this.renderPendingTool(chunk.id); + } + const existingToolCall = (_a5 = msg.toolCalls) == null ? void 0 : _a5.find((tc2) => tc2.id === chunk.id); + const isBlocked = isBlockedToolResult(normalizedContent, chunk.isError); + if (existingToolCall) { + if (chunk.isError) { + existingToolCall.status = "error"; + } else if (!skipsBlockedDetection(existingToolCall.name) && isBlocked) { + existingToolCall.status = "blocked"; + } else { + existingToolCall.status = "completed"; + } + existingToolCall.result = normalizedContent; + if (existingToolCall.name === TOOL_ASK_USER_QUESTION) { + const answers = (_b3 = extractResolvedAnswers(chunk.toolUseResult)) != null ? _b3 : extractResolvedAnswersFromResultText(normalizedContent); + if (answers) existingToolCall.resolvedAnswers = answers; + } + const writeEditState = state.writeEditStates.get(chunk.id); + if (writeEditState && isWriteEditTool(existingToolCall.name)) { + if (!chunk.isError && !isBlocked) { + const diffData = extractDiffData(chunk.toolUseResult, existingToolCall); + if (diffData) { + existingToolCall.diffData = diffData; + updateWriteEditWithDiff(writeEditState, diffData); + } + } + finalizeWriteEditBlock(writeEditState, chunk.isError || isBlocked); + } else { + this.cancelPendingToolOutputRender(chunk.id); + updateToolCallResult(chunk.id, existingToolCall, state.toolCallElements); + } + if (!chunk.isError && !isBlocked && isEditTool(existingToolCall.name)) { + this.notifyVaultFileChange(existingToolCall.input); + } + if (!chunk.isError && !isBlocked && existingToolCall.name === TOOL_APPLY_PATCH) { + this.notifyApplyPatchFileChanges(existingToolCall.input); + } + } + this.showThinkingIndicator(); + } + // ============================================ + // Text Block Management + // ============================================ + async appendText(text) { + const { state } = this.deps; + if (!state.currentContentEl) return; + this.hideThinkingIndicator(); + if (!state.currentTextEl) { + state.currentTextEl = state.currentContentEl.createDiv({ cls: "claudian-text-block" }); + state.currentTextContent = ""; + } + state.currentTextContent += text; + void this.scheduleCurrentTextRender(); + } + async finalizeCurrentTextBlock(msg) { + const { state, renderer } = this.deps; + await this.flushPendingTextRender(); + if (msg && state.currentTextContent) { + if (state.currentTextEl && this.shouldDeferMathRendering() && hasStreamingMathDelimiters(state.currentTextContent)) { + await renderer.renderContent(state.currentTextEl, state.currentTextContent); + } + msg.contentBlocks = msg.contentBlocks || []; + msg.contentBlocks.push({ type: "text", content: state.currentTextContent }); + if (state.currentTextEl) { + renderer.addTextCopyButton(state.currentTextEl, state.currentTextContent); + } + } + state.currentTextEl = null; + state.currentTextContent = ""; + } + scheduleCurrentTextRender() { + if (!this.pendingTextRenderPromise) { + this.pendingTextRenderPromise = new Promise((resolve8) => { + this.resolvePendingTextRender = resolve8; + }); + } + if (this.pendingTextRenderFrame === null && !this.isTextRenderRunning) { + this.pendingTextRenderFrame = scheduleAnimationFrame(() => { + this.pendingTextRenderFrame = null; + void this.renderPendingText(); + }, this.getStreamingRenderWindow()); + } + return this.pendingTextRenderPromise; + } + async flushPendingTextRender() { + const pendingRender = this.pendingTextRenderPromise; + if (!pendingRender) return; + if (this.pendingTextRenderFrame !== null) { + cancelScheduledAnimationFrame(this.pendingTextRenderFrame); + this.pendingTextRenderFrame = null; + void this.renderPendingText(); + } + await pendingRender; + } + async renderPendingText() { + if (this.isTextRenderRunning) return; + this.isTextRenderRunning = true; + const { state, renderer } = this.deps; + const textEl = state.currentTextEl; + const content = state.currentTextContent; + try { + if (textEl) { + const options = this.getStreamingRenderOptions(content); + if (options) { + await renderer.renderContent(textEl, content, options); + } else { + await renderer.renderContent(textEl, content); + } + this.scrollToBottom(); + } + } catch (e2) { + } finally { + this.isTextRenderRunning = false; + } + if (state.currentTextEl === textEl && state.currentTextContent !== content) { + this.pendingTextRenderFrame = scheduleAnimationFrame(() => { + this.pendingTextRenderFrame = null; + void this.renderPendingText(); + }, this.getStreamingRenderWindow()); + return; + } + const resolve8 = this.resolvePendingTextRender; + this.pendingTextRenderPromise = null; + this.resolvePendingTextRender = null; + resolve8 == null ? void 0 : resolve8(); + } + cancelPendingTextRender() { + if (this.pendingTextRenderFrame !== null) { + cancelScheduledAnimationFrame(this.pendingTextRenderFrame); + this.pendingTextRenderFrame = null; + } + const resolve8 = this.resolvePendingTextRender; + this.pendingTextRenderPromise = null; + this.resolvePendingTextRender = null; + resolve8 == null ? void 0 : resolve8(); + } + scheduleToolOutputRender(toolId, toolCall) { + if (this.pendingToolOutputFrames.has(toolId)) return; + const frame = scheduleAnimationFrame(() => { + this.pendingToolOutputFrames.delete(toolId); + updateToolCallResult(toolId, toolCall, this.deps.state.toolCallElements); + this.scrollToBottom(); + }, this.getMessagesWindow()); + this.pendingToolOutputFrames.set(toolId, frame); + } + cancelPendingToolOutputRender(toolId) { + const frame = this.pendingToolOutputFrames.get(toolId); + if (!frame) return; + cancelScheduledAnimationFrame(frame); + this.pendingToolOutputFrames.delete(toolId); + } + cancelPendingToolOutputRenders() { + for (const frame of this.pendingToolOutputFrames.values()) { + cancelScheduledAnimationFrame(frame); + } + this.pendingToolOutputFrames.clear(); + } + // ============================================ + // Thinking Block Management + // ============================================ + async appendThinking(content) { + const { state, renderer } = this.deps; + if (!state.currentContentEl) return; + this.hideThinkingIndicator(); + if (!state.currentThinkingState) { + state.currentThinkingState = createThinkingBlock( + state.currentContentEl, + (el2, md) => renderer.renderContent(el2, md) + ); + } + state.currentThinkingState.content += content; + void this.scheduleCurrentThinkingRender(); + } + async finalizeCurrentThinkingBlock(msg) { + const { state, renderer } = this.deps; + if (!state.currentThinkingState) return; + await this.flushPendingThinkingRender(); + const thinkingState = state.currentThinkingState; + if (this.getStreamingRenderOptions(thinkingState.content)) { + await renderer.renderContent(thinkingState.contentEl, thinkingState.content); + } + const durationSeconds = finalizeThinkingBlock(thinkingState); + if (msg && thinkingState.content) { + msg.contentBlocks = msg.contentBlocks || []; + msg.contentBlocks.push({ + type: "thinking", + content: thinkingState.content, + durationSeconds + }); + } + state.currentThinkingState = null; + } + scheduleCurrentThinkingRender() { + if (!this.pendingThinkingRenderPromise) { + this.pendingThinkingRenderPromise = new Promise((resolve8) => { + this.resolvePendingThinkingRender = resolve8; + }); + } + if (this.pendingThinkingRenderFrame === null && !this.isThinkingRenderRunning) { + this.pendingThinkingRenderFrame = scheduleAnimationFrame(() => { + this.pendingThinkingRenderFrame = null; + void this.renderPendingThinking(); + }, this.getThinkingRenderWindow()); + } + return this.pendingThinkingRenderPromise; + } + async flushPendingThinkingRender() { + const pendingRender = this.pendingThinkingRenderPromise; + if (!pendingRender) return; + if (this.pendingThinkingRenderFrame !== null) { + cancelScheduledAnimationFrame(this.pendingThinkingRenderFrame); + this.pendingThinkingRenderFrame = null; + void this.renderPendingThinking(); + } + await pendingRender; + } + async renderPendingThinking() { + var _a5; + if (this.isThinkingRenderRunning) return; + this.isThinkingRenderRunning = true; + const { state, renderer } = this.deps; + const thinkingState = state.currentThinkingState; + const content = (_a5 = thinkingState == null ? void 0 : thinkingState.content) != null ? _a5 : ""; + try { + if (thinkingState) { + const options = this.getStreamingRenderOptions(content); + if (options) { + await renderer.renderContent(thinkingState.contentEl, content, options); + } else { + await renderer.renderContent(thinkingState.contentEl, content); + } + this.scrollToBottom(); + } + } catch (e2) { + } finally { + this.isThinkingRenderRunning = false; + } + if (state.currentThinkingState === thinkingState && thinkingState && thinkingState.content !== content) { + this.pendingThinkingRenderFrame = scheduleAnimationFrame(() => { + this.pendingThinkingRenderFrame = null; + void this.renderPendingThinking(); + }, this.getThinkingRenderWindow()); + return; + } + const resolve8 = this.resolvePendingThinkingRender; + this.pendingThinkingRenderPromise = null; + this.resolvePendingThinkingRender = null; + resolve8 == null ? void 0 : resolve8(); + } + cancelPendingThinkingRender() { + if (this.pendingThinkingRenderFrame !== null) { + cancelScheduledAnimationFrame(this.pendingThinkingRenderFrame); + this.pendingThinkingRenderFrame = null; + } + const resolve8 = this.resolvePendingThinkingRender; + this.pendingThinkingRenderPromise = null; + this.resolvePendingThinkingRender = null; + resolve8 == null ? void 0 : resolve8(); + } + // ============================================ + // Subagent Tool Handling (via SubagentManager) + // ============================================ + /** Delegates Agent tool_use to SubagentManager and updates message based on result. */ + handleTaskToolUseViaManager(chunk, msg) { + const { state, subagentManager } = this.deps; + this.ensureTaskToolCall(msg, chunk.id, chunk.input); + const result = subagentManager.handleTaskToolUse(chunk.id, chunk.input, state.currentContentEl); + switch (result.action) { + case "created_sync": + this.recordSubagentInMessage(msg, result.subagentState.info, chunk.id); + this.showThinkingIndicator(); + break; + case "created_async": + this.recordSubagentInMessage(msg, result.info, chunk.id, "async"); + this.showThinkingIndicator(); + break; + case "buffered": + this.showThinkingIndicator(); + break; + case "label_updated": + break; + } + } + /** Renders a pending Agent tool call via SubagentManager and updates message. */ + renderPendingTaskViaManager(toolId, msg) { + const result = this.deps.subagentManager.renderPendingTask(toolId, this.deps.state.currentContentEl); + if (!result) return; + if (result.mode === "sync") { + this.recordSubagentInMessage(msg, result.subagentState.info, toolId); + } else { + this.recordSubagentInMessage(msg, result.info, toolId, "async"); + } + } + /** Resolves a pending Agent tool call when its own tool_result arrives. */ + renderPendingTaskFromTaskResultViaManager(chunk, msg) { + const result = this.deps.subagentManager.renderPendingTaskFromTaskResult( + chunk.id, + chunk.content, + chunk.isError || false, + this.deps.state.currentContentEl, + chunk.toolUseResult + ); + if (!result) return; + if (result.mode === "sync") { + this.recordSubagentInMessage(msg, result.subagentState.info, chunk.id); + } else { + this.recordSubagentInMessage(msg, result.info, chunk.id, "async"); + } + } + recordSubagentInMessage(msg, info, toolId, mode) { + const taskToolCall = this.ensureTaskToolCall(msg, toolId); + this.applySubagentToTaskToolCall(taskToolCall, info); + msg.contentBlocks = msg.contentBlocks || []; + const existingBlock = msg.contentBlocks.find( + (block) => block.type === "subagent" && block.subagentId === toolId + ); + if (existingBlock && mode && existingBlock.type === "subagent") { + existingBlock.mode = mode; + } else if (!existingBlock) { + msg.contentBlocks.push( + mode ? { type: "subagent", subagentId: toolId, mode } : { type: "subagent", subagentId: toolId } + ); + } + } + async handleSubagentChunk(chunk, msg) { + const parentToolUseId = chunk.subagentId; + const { subagentManager } = this.deps; + if (subagentManager.hasPendingTask(parentToolUseId)) { + this.renderPendingTaskViaManager(parentToolUseId, msg); + } + const subagentState = subagentManager.getSyncSubagent(parentToolUseId); + if (!subagentState) { + return; + } + switch (chunk.type) { + case "subagent_tool_use": { + const toolCall = { + id: chunk.id, + name: chunk.name, + input: chunk.input, + status: "running", + isExpanded: false + }; + subagentManager.addSyncToolCall(parentToolUseId, toolCall); + this.showThinkingIndicator(); + break; + } + case "subagent_tool_result": { + const toolCall = subagentState.info.toolCalls.find((tc2) => tc2.id === chunk.id); + if (toolCall) { + const normalizedContent = this.normalizeToolResultContent(chunk.content); + const isBlocked = isBlockedToolResult(normalizedContent, chunk.isError); + toolCall.status = isBlocked ? "blocked" : chunk.isError ? "error" : "completed"; + toolCall.result = normalizedContent; + subagentManager.updateSyncToolResult(parentToolUseId, chunk.id, toolCall); + } + break; + } + default: + break; + } + } + /** Finalizes a sync subagent when its Agent tool_result is received. */ + finalizeSubagent(chunk, msg) { + var _a5; + const isError = chunk.isError || false; + const normalizedContent = this.normalizeToolResultContent(chunk.content); + const finalized = this.deps.subagentManager.finalizeSyncSubagent( + chunk.id, + chunk.content, + isError, + chunk.toolUseResult + ); + const extractedResult = (_a5 = finalized == null ? void 0 : finalized.result) != null ? _a5 : normalizedContent; + const taskToolCall = this.ensureTaskToolCall(msg, chunk.id); + taskToolCall.status = isError ? "error" : "completed"; + taskToolCall.result = extractedResult; + if (taskToolCall.subagent) { + taskToolCall.subagent.status = isError ? "error" : "completed"; + taskToolCall.subagent.result = extractedResult; + } + if (finalized) { + this.applySubagentToTaskToolCall(taskToolCall, finalized); + } + this.showThinkingIndicator(); + } + // ============================================ + // Async Subagent Handling + // ============================================ + /** Handles TaskOutput tool_use (invisible, links to async subagent). */ + handleAgentOutputToolUse(chunk, _msg) { + const toolCall = { + id: chunk.id, + name: chunk.name, + input: chunk.input, + status: "running", + isExpanded: false + }; + this.deps.subagentManager.handleAgentOutputToolUse(toolCall); + this.showThinkingIndicator(); + } + handleAsyncTaskToolResult(chunk) { + const { subagentManager } = this.deps; + if (!subagentManager.isPendingAsyncTask(chunk.id)) { + return false; + } + subagentManager.handleTaskToolResult(chunk.id, chunk.content, chunk.isError, chunk.toolUseResult); + return true; + } + /** Handles TaskOutput result to finalize async subagent. */ + async handleAgentOutputToolResult(chunk) { + const { subagentManager } = this.deps; + const isLinked = subagentManager.isLinkedAgentOutputTool(chunk.id); + const handled = subagentManager.handleAgentOutputToolResult( + chunk.id, + chunk.content, + chunk.isError || false, + chunk.toolUseResult + ); + await this.hydrateAsyncSubagentToolCalls(handled); + return isLinked || handled !== void 0; + } + async handleAsyncSubagentResult(chunk) { + const handled = this.deps.subagentManager.handleAsyncSubagentResult( + chunk.agentId, + chunk.status, + chunk.result + ); + await this.hydrateAsyncSubagentToolCalls(handled); + if (handled) { + this.showThinkingIndicator(); + } + } + async hydrateAsyncSubagentToolCalls(subagent) { + var _a5, _b3, _c2; + if (!subagent) return; + if (subagent.mode !== "async") return; + if (!subagent.agentId) return; + const asyncStatus = (_a5 = subagent.asyncStatus) != null ? _a5 : subagent.status; + if (asyncStatus !== "completed" && asyncStatus !== "error") return; + const runtime = (_c2 = (_b3 = this.deps).getAgentService) == null ? void 0 : _c2.call(_b3); + if (!runtime) return; + const { hasHydrated, finalResultHydrated } = await this.tryHydrateAsyncSubagent( + subagent, + runtime, + true + ); + if (hasHydrated) { + this.deps.subagentManager.refreshAsyncSubagent(subagent); + } + if (!finalResultHydrated) { + this.scheduleAsyncSubagentResultRetry(subagent, runtime, 0); + } + } + async tryHydrateAsyncSubagent(subagent, runtime, hydrateToolCalls) { + var _a5, _b3, _c2, _d, _e2; + let hasHydrated = false; + let finalResultHydrated = false; + if (hydrateToolCalls && !((_a5 = subagent.toolCalls) == null ? void 0 : _a5.length)) { + const recoveredToolCalls = (_c2 = await ((_b3 = runtime.loadSubagentToolCalls) == null ? void 0 : _b3.call( + runtime, + subagent.agentId || "" + ))) != null ? _c2 : []; + if (recoveredToolCalls.length > 0) { + subagent.toolCalls = recoveredToolCalls.map((toolCall) => ({ + ...toolCall, + input: { ...toolCall.input } + })); + hasHydrated = true; + } + } + const recoveredFinalResult = (_e2 = await ((_d = runtime.loadSubagentFinalResult) == null ? void 0 : _d.call( + runtime, + subagent.agentId || "" + ))) != null ? _e2 : null; + if (recoveredFinalResult && recoveredFinalResult.trim().length > 0) { + finalResultHydrated = true; + if (recoveredFinalResult !== subagent.result) { + subagent.result = recoveredFinalResult; + hasHydrated = true; + } + } + return { hasHydrated, finalResultHydrated }; + } + scheduleAsyncSubagentResultRetry(subagent, runtime, attempt) { + if (!subagent.agentId) return; + if (attempt >= _StreamController.ASYNC_SUBAGENT_RESULT_RETRY_DELAYS_MS.length) return; + const delay = _StreamController.ASYNC_SUBAGENT_RESULT_RETRY_DELAYS_MS[attempt]; + window.setTimeout(() => { + void this.retryAsyncSubagentResult(subagent, runtime, attempt); + }, delay); + } + async retryAsyncSubagentResult(subagent, runtime, attempt) { + var _a5; + if (!subagent.agentId) return; + const asyncStatus = (_a5 = subagent.asyncStatus) != null ? _a5 : subagent.status; + if (asyncStatus !== "completed" && asyncStatus !== "error") return; + const { hasHydrated, finalResultHydrated } = await this.tryHydrateAsyncSubagent( + subagent, + runtime, + false + ); + if (hasHydrated) { + this.deps.subagentManager.refreshAsyncSubagent(subagent); + } + if (!finalResultHydrated) { + this.scheduleAsyncSubagentResultRetry(subagent, runtime, attempt + 1); + } + } + /** Callback from SubagentManager when async state changes. Updates messages only (DOM handled by manager). */ + onAsyncSubagentStateChange(subagent) { + this.updateSubagentInMessages(subagent); + this.scrollToBottom(); + } + updateSubagentInMessages(subagent) { + const { state } = this.deps; + for (let i = state.messages.length - 1; i >= 0; i--) { + const msg = state.messages[i]; + if (msg.role !== "assistant") continue; + if (this.linkTaskToolCallToSubagent(msg, subagent)) { + return; + } + } + } + ensureTaskToolCall(msg, toolId, input) { + msg.toolCalls = msg.toolCalls || []; + const existing = msg.toolCalls.find( + (tc2) => tc2.id === toolId && isSubagentToolName(tc2.name) + ); + if (existing) { + if (input && Object.keys(input).length > 0) { + existing.input = { ...existing.input, ...input }; + } + return existing; + } + const taskToolCall = { + id: toolId, + name: TOOL_TASK, + input: input ? { ...input } : {}, + status: "running", + isExpanded: false + }; + msg.toolCalls.push(taskToolCall); + return taskToolCall; + } + applySubagentToTaskToolCall(taskToolCall, subagent) { + taskToolCall.subagent = subagent; + if (subagent.status === "completed") taskToolCall.status = "completed"; + else if (subagent.status === "error") taskToolCall.status = "error"; + else taskToolCall.status = "running"; + if (subagent.result !== void 0) { + taskToolCall.result = subagent.result; + } + } + linkTaskToolCallToSubagent(msg, subagent) { + var _a5; + const taskToolCall = (_a5 = msg.toolCalls) == null ? void 0 : _a5.find( + (tc2) => tc2.id === subagent.id && isSubagentToolName(tc2.name) + ); + if (!taskToolCall) return false; + this.applySubagentToTaskToolCall(taskToolCall, subagent); + return true; + } + /** + * Schedules showing the thinking indicator after a delay. + * If content arrives before the delay, the indicator won't show. + * This prevents the indicator from appearing during active streaming. + * Note: Flavor text is hidden when model thinking block is active (thinking takes priority). + */ + showThinkingIndicator(overrideText, overrideCls) { + var _a5, _b3; + const { state } = this.deps; + if (!state.currentContentEl) return; + if (state.thinkingIndicatorTimeout) { + const timerWindow2 = (_a5 = state.currentContentEl.ownerDocument.defaultView) != null ? _a5 : window; + state.clearThinkingIndicatorTimeout(timerWindow2); + } + if (state.currentThinkingState) { + return; + } + if (state.thinkingEl) { + state.currentContentEl.appendChild(state.thinkingEl); + this.deps.updateQueueIndicator(); + return; + } + const timerWindow = (_b3 = state.currentContentEl.ownerDocument.defaultView) != null ? _b3 : window; + state.setThinkingIndicatorTimeout(timerWindow.setTimeout(() => { + var _a6; + state.setThinkingIndicatorTimeout(null, null); + if (!state.currentContentEl || state.thinkingEl || state.currentThinkingState) return; + const cls = overrideCls ? `claudian-thinking ${overrideCls}` : "claudian-thinking"; + state.thinkingEl = state.currentContentEl.createDiv({ cls }); + const text = overrideText || FLAVOR_TEXTS[Math.floor(Math.random() * FLAVOR_TEXTS.length)]; + state.thinkingEl.createSpan({ text }); + const timerSpan = state.thinkingEl.createSpan({ cls: "claudian-thinking-hint" }); + const updateTimer = () => { + if (!state.responseStartTime) return; + if (!timerSpan.isConnected) { + if (state.flavorTimerInterval) { + state.clearFlavorTimerInterval(); + } + return; + } + const elapsedSeconds = Math.floor((performance.now() - state.responseStartTime) / 1e3); + timerSpan.setText(` (esc to interrupt \xB7 ${formatDurationMmSs(elapsedSeconds)})`); + }; + updateTimer(); + if (state.flavorTimerInterval) { + state.clearFlavorTimerInterval(); + } + const thinkingWindow = (_a6 = state.currentContentEl.ownerDocument.defaultView) != null ? _a6 : timerWindow; + state.setFlavorTimerInterval(thinkingWindow.setInterval(updateTimer, 1e3), thinkingWindow); + }, _StreamController.THINKING_INDICATOR_DELAY), timerWindow); + } + /** Hides the thinking indicator and cancels any pending show timeout. */ + hideThinkingIndicator() { + var _a5; + const { state } = this.deps; + if (state.thinkingIndicatorTimeout) { + const activeWindow = (_a5 = this.deps.getMessagesEl().ownerDocument.defaultView) != null ? _a5 : window; + state.clearThinkingIndicatorTimeout(activeWindow); + } + state.clearFlavorTimerInterval(); + if (state.thinkingEl) { + state.thinkingEl.remove(); + state.thinkingEl = null; + } + } + // ============================================ + // Compact Boundary + // ============================================ + renderCompactBoundary() { + const { state } = this.deps; + if (!state.currentContentEl) return; + this.hideThinkingIndicator(); + const el2 = state.currentContentEl.createDiv({ cls: "claudian-compact-boundary" }); + el2.createSpan({ cls: "claudian-compact-boundary-label", text: "Conversation compacted" }); + } + // ============================================ + // Utilities + // ============================================ + /** + * Nudges Obsidian's vault after a Write/Edit/NotebookEdit so the file tree + * refreshes. Direct `fs` writes bypass the Vault API, and macOS + iCloud + * FSWatcher often misses the event. + */ + notifyVaultFileChange(input) { + var _a5; + const rawPathValue = (_a5 = input.file_path) != null ? _a5 : input.notebook_path; + const rawPath = typeof rawPathValue === "string" ? rawPathValue : void 0; + const vaultPath = getVaultPath(this.deps.plugin.app); + const relativePath = normalizePathForVault(rawPath, vaultPath); + if (!relativePath || relativePath.startsWith("/")) return; + window.setTimeout(() => { + const { vault } = this.deps.plugin.app; + const file2 = vault.getAbstractFileByPath(relativePath); + if (file2 instanceof import_obsidian32.TFile) { + vault.trigger("modify", file2); + } else { + const parentDir = relativePath.includes("/") ? relativePath.substring(0, relativePath.lastIndexOf("/")) : ""; + vault.adapter.list(parentDir).catch(() => { + }); + } + }, 200); + } + /** Refreshes vault for each file path in an apply_patch changes array or patch text. */ + notifyApplyPatchFileChanges(input) { + var _a5; + const notified = /* @__PURE__ */ new Set(); + const changes = input.changes; + if (Array.isArray(changes)) { + for (const change of changes) { + if (change && typeof change === "object" && !Array.isArray(change)) { + const changeRecord = change; + if (typeof changeRecord.path === "string") { + notified.add(changeRecord.path); + this.notifyVaultFileChange({ file_path: changeRecord.path }); + } + } + } + } + const patchText = typeof input.patch === "string" ? input.patch : ""; + if (patchText) { + for (const match of patchText.matchAll(/^\*\*\* (?:Add|Update|Delete) File: (.+)$/gm)) { + const filePath = (_a5 = match[1]) == null ? void 0 : _a5.trim(); + if (filePath && !notified.has(filePath)) { + this.notifyVaultFileChange({ file_path: filePath }); + } + } + } + } + /** Scrolls messages to bottom if auto-scroll is enabled. */ + scrollToBottom() { + if (this.pendingScrollFrame !== null) return; + this.pendingScrollFrame = scheduleAnimationFrame(() => { + this.pendingScrollFrame = null; + this.applyScrollToBottom(); + }, this.getMessagesWindow()); + } + applyScrollToBottom() { + var _a5; + const { state, plugin } = this.deps; + if (!((_a5 = plugin.settings.enableAutoScroll) != null ? _a5 : true)) return; + if (!state.autoScrollEnabled) return; + const messagesEl = this.deps.getMessagesEl(); + messagesEl.scrollTop = messagesEl.scrollHeight; + } + cancelPendingScroll() { + if (this.pendingScrollFrame === null) return; + cancelScheduledAnimationFrame(this.pendingScrollFrame); + this.pendingScrollFrame = null; + } + getMessagesWindow() { + var _a5; + return (_a5 = this.deps.getMessagesEl().ownerDocument.defaultView) != null ? _a5 : null; + } + getStreamingRenderWindow() { + var _a5, _b3, _c2, _d, _e2, _f2; + const { state } = this.deps; + return (_f2 = (_e2 = (_b3 = (_a5 = state.currentTextEl) == null ? void 0 : _a5.ownerDocument) == null ? void 0 : _b3.defaultView) != null ? _e2 : (_d = (_c2 = state.currentContentEl) == null ? void 0 : _c2.ownerDocument) == null ? void 0 : _d.defaultView) != null ? _f2 : this.getMessagesWindow(); + } + getThinkingRenderWindow() { + var _a5, _b3, _c2, _d, _e2, _f2; + const { state } = this.deps; + return (_f2 = (_e2 = (_b3 = (_a5 = state.currentThinkingState) == null ? void 0 : _a5.contentEl.ownerDocument) == null ? void 0 : _b3.defaultView) != null ? _e2 : (_d = (_c2 = state.currentContentEl) == null ? void 0 : _c2.ownerDocument) == null ? void 0 : _d.defaultView) != null ? _f2 : this.getMessagesWindow(); + } + resetStreamingState() { + const { state } = this.deps; + this.cancelPendingTextRender(); + this.cancelPendingThinkingRender(); + this.cancelPendingToolOutputRenders(); + this.cancelPendingScroll(); + this.hideThinkingIndicator(); + state.currentContentEl = null; + state.currentTextEl = null; + state.currentTextContent = ""; + state.currentThinkingState = null; + this.deps.subagentManager.resetStreamingState(); + state.pendingTools.clear(); + state.responseStartTime = null; + } +}; +_StreamController.ASYNC_SUBAGENT_RESULT_RETRY_DELAYS_MS = [200, 600, 1500]; +// ============================================ +// Thinking Indicator +// ============================================ +/** Debounce delay before showing thinking indicator (ms). */ +_StreamController.THINKING_INDICATOR_DELAY = 400; +var StreamController = _StreamController; + +// src/features/chat/rendering/MessageRenderer.ts +var import_obsidian33 = require("obsidian"); + +// src/utils/obsidianCompat.ts +function getVaultFileByPath(app, filePath) { + const file2 = app.vault.getAbstractFileByPath(filePath); + if (isVaultFile(file2)) { + return file2; + } + return null; +} +async function revealWorkspaceLeaf(workspace, leaf) { + await workspace.revealLeaf(leaf); +} +function isVaultFile(value) { + if (!value || typeof value !== "object") { + return false; + } + const candidate = value; + return typeof candidate.path === "string" && typeof candidate.basename === "string"; +} + +// src/utils/fileLink.ts +var WIKILINK_PATTERN_SOURCE = "(? 0 ? fullMatch.slice(pipeIndex + 1, -2) : linkPath; + return { + index, + fullMatch, + linkPath, + linkTarget: extractLinkTarget(fullMatch), + displayText + }; +} +function extractLinkTarget(fullMatch) { + const inner = fullMatch.slice(2, -2); + const pipeIndex = inner.indexOf("|"); + return pipeIndex >= 0 ? inner.slice(0, pipeIndex) : inner; +} +function findWikilinks(app, text) { + const pattern = createWikilinkPattern(); + const matches = []; + let match; + while ((match = pattern.exec(text)) !== null) { + const fullMatch = match[0]; + const linkPath = match[1]; + if (!fileExistsInVault(app, linkPath)) continue; + matches.push(buildWikilinkMatch(fullMatch, linkPath, match.index)); + } + return matches.sort((a, b2) => b2.index - a.index); +} +function fileExistsInVault(app, linkPath) { + const file2 = app.metadataCache.getFirstLinkpathDest(linkPath, ""); + if (file2) { + return true; + } + const directFile = getVaultFileByPath(app, linkPath); + if (directFile) { + return true; + } + if (!linkPath.endsWith(".md")) { + const withExt = getVaultFileByPath(app, linkPath + ".md"); + if (withExt) { + return true; + } + } + return false; +} +function extractLinkPathFromTarget(linkTarget) { + const subpathIndex = linkTarget.search(/[#^]/); + return subpathIndex >= 0 ? linkTarget.slice(0, subpathIndex) : linkTarget; +} +function createWikilink(ownerDocument, linkTarget, displayText) { + const link = ownerDocument.createElement("a"); + link.className = "claudian-file-link internal-link"; + link.textContent = displayText; + link.setAttribute("data-href", linkTarget); + link.setAttribute("href", linkTarget); + return link; +} +function repairEmptyInternalLink(app, link) { + if ((link.textContent || "").trim()) return; + const linkTarget = link.dataset.href || link.getAttribute("data-href") || link.getAttribute("href"); + if (!linkTarget) return; + const linkPath = extractLinkPathFromTarget(linkTarget); + if (!linkPath || !fileExistsInVault(app, linkPath)) return; + link.classList.add("claudian-file-link"); + if (!link.dataset.href) { + link.setAttribute("data-href", linkTarget); + } + link.textContent = linkTarget; +} +function registerFileLinkHandler(app, container, component) { + component.registerDomEvent(container, "click", (event) => { + const target = event.target; + const link = target.closest(".claudian-file-link, .internal-link"); + if (link) { + event.preventDefault(); + const linkTarget = link.dataset.href || link.getAttribute("href"); + if (linkTarget) { + void app.workspace.openLinkText(linkTarget, "", "tab"); + } + } + }); +} +function buildFragmentWithLinks(ownerDocument, text, matches) { + const fragment = ownerDocument.createDocumentFragment(); + let currentIndex = text.length; + for (const { index, fullMatch, linkTarget, displayText } of matches) { + const endIndex = index + fullMatch.length; + if (endIndex < currentIndex) { + fragment.insertBefore( + ownerDocument.createTextNode(text.slice(endIndex, currentIndex)), + fragment.firstChild + ); + } + fragment.insertBefore(createWikilink(ownerDocument, linkTarget, displayText), fragment.firstChild); + currentIndex = index; + } + if (currentIndex > 0) { + fragment.insertBefore( + ownerDocument.createTextNode(text.slice(0, currentIndex)), + fragment.firstChild + ); + } + return fragment; +} +function processTextNode(app, node) { + var _a5; + const text = node.textContent; + if (!text || !text.includes("[[")) return false; + const matches = findWikilinks(app, text); + if (matches.length === 0) return false; + (_a5 = node.parentNode) == null ? void 0 : _a5.replaceChild(buildFragmentWithLinks(node.ownerDocument, text, matches), node); + return true; +} +function processFileLinks(app, container) { + if (!app || !container) return; + container.querySelectorAll("a.internal-link").forEach((linkEl) => { + repairEmptyInternalLink(app, linkEl); + }); + container.querySelectorAll("code").forEach((codeEl) => { + var _a5; + if (((_a5 = codeEl.parentElement) == null ? void 0 : _a5.tagName) === "PRE") return; + const text = codeEl.textContent; + if (!text || !text.includes("[[")) return; + const matches = findWikilinks(app, text); + if (matches.length === 0) return; + codeEl.textContent = ""; + codeEl.appendChild(buildFragmentWithLinks(container.ownerDocument, text, matches)); + }); + const walker = container.ownerDocument.createTreeWalker( + container, + NodeFilter.SHOW_TEXT, + { + acceptNode(node2) { + const parent = node2.parentElement; + if (!parent) return NodeFilter.FILTER_REJECT; + const tagName = parent.tagName.toUpperCase(); + if (tagName === "PRE" || tagName === "CODE" || tagName === "A") { + return NodeFilter.FILTER_REJECT; + } + if (parent.closest("pre, code, a, .claudian-file-link, .internal-link")) { + return NodeFilter.FILTER_REJECT; + } + return NodeFilter.FILTER_ACCEPT; + } + } + ); + const textNodes = []; + let node; + while (node = walker.nextNode()) { + textNodes.push(node); + } + for (const textNode of textNodes) { + processTextNode(app, textNode); + } +} + +// src/utils/inlineEdit.ts +function normalizeInsertionText(text) { + return text.replace(/^(?:\r?\n)+|(?:\r?\n)+$/g, ""); +} +function escapeHtml(text) { + return text.replace(/&/g, "&").replace(//g, ">").replace(/"/g, """); +} + +// src/utils/imageEmbed.ts +var IMAGE_EXTENSIONS = /* @__PURE__ */ new Set([ + "png", + "jpg", + "jpeg", + "gif", + "webp", + "svg", + "bmp", + "ico" +]); +var IMAGE_EMBED_PATTERN = /!\[\[([^\]|]+)(?:\|([^\]]+))?\]\]/g; +function isImagePath(path27) { + var _a5; + const ext = (_a5 = path27.split(".").pop()) == null ? void 0 : _a5.toLowerCase(); + return ext ? IMAGE_EXTENSIONS.has(ext) : false; +} +function resolveImageFile(app, imagePath, options) { + let file2 = getVaultFileByPath(app, imagePath); + if (file2) return file2; + if (options.mediaFolder) { + const withFolder = `${options.mediaFolder}/${imagePath}`; + file2 = getVaultFileByPath(app, withFolder); + if (file2) return file2; + } + const resolved = app.metadataCache.getFirstLinkpathDest(imagePath, options.sourcePath); + if (resolved) return resolved; + return null; +} +function buildStyleAttribute(altText) { + if (!altText) return ""; + const dimMatch = altText.match(/^(\d+)(?:x(\d+))?$/); + if (!dimMatch) return ""; + const width = dimMatch[1]; + const height = dimMatch[2]; + if (height) { + return ` style="width: ${width}px; height: ${height}px;"`; + } + return ` style="width: ${width}px;"`; +} +function createImageHtml(app, file2, altText) { + const src = app.vault.getResourcePath(file2); + const alt = escapeHtml(altText || file2.basename); + const style = buildStyleAttribute(altText); + return `${alt}`; +} +function createFallbackHtml(wikilink) { + return `${escapeHtml(wikilink)}`; +} +function normalizeOptions(options) { + var _a5, _b3; + if (typeof options === "string") { + return { mediaFolder: options, sourcePath: "" }; + } + return { + mediaFolder: (_a5 = options == null ? void 0 : options.mediaFolder) != null ? _a5 : "", + sourcePath: (_b3 = options == null ? void 0 : options.sourcePath) != null ? _b3 : "" + }; +} +function replaceImageEmbedsWithHtml(markdown, app, options) { + if (!(app == null ? void 0 : app.vault) || !(app == null ? void 0 : app.metadataCache)) { + return markdown; + } + const normalizedOptions = normalizeOptions(options); + IMAGE_EMBED_PATTERN.lastIndex = 0; + return markdown.replace( + IMAGE_EMBED_PATTERN, + (match, imagePath, altText) => { + try { + if (!isImagePath(imagePath)) { + return match; + } + const file2 = resolveImageFile(app, imagePath, normalizedOptions); + if (!file2) { + return createFallbackHtml(match); + } + return createImageHtml(app, file2, altText); + } catch (e2) { + return createFallbackHtml(match); + } + } + ); +} + +// src/features/chat/rendering/MessageRenderer.ts +function runRendererAction(action) { + void action().catch(() => { + }); +} +var MessageRenderer = class { + constructor(plugin, component, messagesEl, rewindCallback, forkCallback, getCapabilities) { + this.liveMessageEls = /* @__PURE__ */ new Map(); + this.app = plugin.app; + this.plugin = plugin; + this.component = component; + this.messagesEl = messagesEl; + this.rewindCallback = rewindCallback; + this.forkCallback = forkCallback; + this.getCapabilities = getCapabilities != null ? getCapabilities : (() => ({ + providerId: DEFAULT_CHAT_PROVIDER_ID, + supportsPersistentRuntime: false, + supportsNativeHistory: false, + supportsPlanMode: false, + supportsRewind: false, + supportsFork: false, + supportsProviderCommands: false, + supportsImageAttachments: false, + supportsInstructionMode: false, + supportsMcpTools: false, + supportsTurnSteer: false, + reasoningControl: "none" + })); + registerFileLinkHandler(this.app, this.messagesEl, this.component); + } + /** Sets the messages container element. */ + setMessagesEl(el2) { + this.messagesEl = el2; + } + getSubagentLifecycleAdapter(toolName) { + return resolveSubagentLifecycleAdapter(this.getCapabilities().providerId, toolName); + } + // ============================================ + // Streaming Message Rendering + // ============================================ + /** + * Adds a new message to the chat during streaming. + * Returns the message element for content updates. + */ + addMessage(msg) { + var _a5, _b3; + if (msg.role === "user" && msg.images && msg.images.length > 0) { + this.renderMessageImages(this.messagesEl, msg.images); + } + if (msg.role === "user") { + const textToShow = (_a5 = msg.displayContent) != null ? _a5 : msg.content; + if (!textToShow) { + this.scrollToBottom(); + const lastChild = this.messagesEl.lastElementChild; + return lastChild != null ? lastChild : this.messagesEl; + } + } + const msgEl = this.messagesEl.createDiv({ + cls: `claudian-message claudian-message-${msg.role}`, + attr: { + "data-message-id": msg.id, + "data-role": msg.role + } + }); + const contentEl = msgEl.createDiv({ cls: "claudian-message-content", attr: { dir: "auto" } }); + if (msg.role === "user") { + const textToShow = (_b3 = msg.displayContent) != null ? _b3 : msg.content; + if (textToShow) { + const textEl = contentEl.createDiv({ cls: "claudian-text-block" }); + void this.renderContent(textEl, textToShow); + this.addUserCopyButton(msgEl, textToShow); + } + if (this.rewindCallback || this.forkCallback) { + this.liveMessageEls.set(msg.id, msgEl); + } + } + this.scrollToBottom(); + return msgEl; + } + updateLiveUserMessage(msg) { + var _a5, _b3; + if (msg.role !== "user") { + return; + } + const msgEl = (_a5 = this.liveMessageEls.get(msg.id)) != null ? _a5 : this.messagesEl.querySelector(`[data-message-id="${msg.id}"]`); + if (!msgEl) { + return; + } + const contentEl = msgEl.querySelector(".claudian-message-content"); + if (!contentEl) { + return; + } + contentEl.empty(); + const textToShow = (_b3 = msg.displayContent) != null ? _b3 : msg.content; + if (textToShow) { + const textEl = contentEl.createDiv({ cls: "claudian-text-block" }); + void this.renderContent(textEl, textToShow); + } + const toolbar = msgEl.querySelector(".claudian-user-msg-actions"); + if (toolbar) { + toolbar.querySelectorAll(".claudian-user-msg-copy-btn").forEach((el2) => el2.remove()); + } + if (textToShow) { + this.addUserCopyButton(msgEl, textToShow); + } + } + removeMessage(messageId) { + var _a5; + const msgEl = (_a5 = this.liveMessageEls.get(messageId)) != null ? _a5 : this.messagesEl.querySelector(`[data-message-id="${messageId}"]`); + if (!msgEl) { + return; + } + msgEl.remove(); + this.liveMessageEls.delete(messageId); + } + // ============================================ + // Stored Message Rendering (Batch/Replay) + // ============================================ + /** + * Renders all messages for conversation load/switch. + * @param messages Array of messages to render + * @param getGreeting Function to get greeting text + * @returns The newly created welcome element + */ + renderMessages(messages, getGreeting) { + this.messagesEl.empty(); + this.liveMessageEls.clear(); + const newWelcomeEl = this.messagesEl.createDiv({ cls: "claudian-welcome" }); + newWelcomeEl.createDiv({ cls: "claudian-welcome-greeting", text: getGreeting() }); + for (let i = 0; i < messages.length; i++) { + this.renderStoredMessage(messages[i], messages, i); + } + this.scrollToBottom(); + return newWelcomeEl; + } + renderStoredMessage(msg, allMessages, index) { + var _a5, _b3; + if (msg.isInterrupt && (msg.role === "user" || !this.hasVisibleContent(msg))) { + this.renderInterruptMessage(); + return; + } + if (msg.isRebuiltContext) { + return; + } + if (msg.role === "user" && msg.images && msg.images.length > 0) { + this.renderMessageImages(this.messagesEl, msg.images); + } + if (msg.role === "user") { + const textToShow = (_a5 = msg.displayContent) != null ? _a5 : msg.content; + if (!textToShow) { + return; + } + } + if (msg.role === "assistant" && !this.hasVisibleContent(msg)) { + return; + } + const msgEl = this.messagesEl.createDiv({ + cls: `claudian-message claudian-message-${msg.role}`, + attr: { + "data-message-id": msg.id, + "data-role": msg.role + } + }); + const contentEl = msgEl.createDiv({ cls: "claudian-message-content", attr: { dir: "auto" } }); + if (msg.role === "user") { + const textToShow = (_b3 = msg.displayContent) != null ? _b3 : msg.content; + if (textToShow) { + const textEl = contentEl.createDiv({ cls: "claudian-text-block" }); + void this.renderContent(textEl, textToShow); + this.addUserCopyButton(msgEl, textToShow); + } + if (msg.userMessageId && this.isRewindEligible(allMessages, index)) { + if (this.rewindCallback) { + this.addRewindButton(msgEl, msg.id); + } + if (this.forkCallback) { + this.addForkButton(msgEl, msg.id); + } + } + } else if (msg.role === "assistant") { + this.renderAssistantContent(msg, contentEl); + if (msg.isInterrupt) { + this.appendInterruptIndicator(contentEl); + } + } + } + hasVisibleContent(msg) { + var _a5, _b3; + if (msg.content && msg.content.trim().length > 0) return true; + if (msg.contentBlocks && msg.contentBlocks.length > 0) { + for (const block of msg.contentBlocks) { + if (block.type === "thinking" && block.content.trim().length > 0) return true; + if (block.type === "text" && block.content.trim().length > 0) return true; + if (block.type === "context_compacted") return true; + if (block.type === "subagent") return true; + if (block.type === "tool_use") { + const toolCall = (_a5 = msg.toolCalls) == null ? void 0 : _a5.find((tc2) => tc2.id === block.toolId); + if (toolCall && this.shouldRenderToolCall(toolCall)) return true; + } + } + } + if ((_b3 = msg.toolCalls) == null ? void 0 : _b3.some((toolCall) => this.shouldRenderToolCall(toolCall))) return true; + return false; + } + isRewindEligible(allMessages, index) { + if (!allMessages || index === void 0) return false; + const ctx = findRewindContext(allMessages, index); + return !!ctx.prevAssistantUuid && ctx.hasResponse; + } + renderInterruptMessage() { + const msgEl = this.messagesEl.createDiv({ cls: "claudian-message claudian-message-assistant" }); + const contentEl = msgEl.createDiv({ cls: "claudian-message-content", attr: { dir: "auto" } }); + this.appendInterruptIndicator(contentEl); + } + appendInterruptIndicator(contentEl) { + const textEl = contentEl.createDiv({ cls: "claudian-text-block" }); + textEl.createSpan({ cls: "claudian-interrupted", text: "Interrupted" }); + textEl.appendText(" "); + textEl.createSpan({ + cls: "claudian-interrupted-hint", + text: "\xB7 What should Claudian do instead?" + }); + } + /** + * Renders assistant message content (content blocks or fallback). + */ + renderAssistantContent(msg, contentEl) { + var _a5, _b3, _c2; + if (msg.contentBlocks && msg.contentBlocks.length > 0) { + const renderedToolIds = /* @__PURE__ */ new Set(); + for (const block of msg.contentBlocks) { + if (block.type === "thinking") { + renderStoredThinkingBlock( + contentEl, + block.content, + block.durationSeconds, + (el2, md) => this.renderContent(el2, md) + ); + } else if (block.type === "text") { + if (!block.content || !block.content.trim()) { + continue; + } + const textEl = contentEl.createDiv({ cls: "claudian-text-block" }); + void this.renderContent(textEl, block.content); + this.addTextCopyButton(textEl, block.content); + } else if (block.type === "tool_use") { + const toolCall = (_a5 = msg.toolCalls) == null ? void 0 : _a5.find((tc2) => tc2.id === block.toolId); + if (toolCall) { + this.renderToolCall(contentEl, toolCall, msg); + renderedToolIds.add(toolCall.id); + } + } else if (block.type === "context_compacted") { + const boundaryEl = contentEl.createDiv({ cls: "claudian-compact-boundary" }); + boundaryEl.createSpan({ cls: "claudian-compact-boundary-label", text: "Conversation compacted" }); + } else if (block.type === "subagent") { + const taskToolCall = (_b3 = msg.toolCalls) == null ? void 0 : _b3.find( + (tc2) => tc2.id === block.subagentId && isSubagentToolName(tc2.name) + ); + if (!taskToolCall) continue; + this.renderTaskSubagent(contentEl, taskToolCall, block.mode); + renderedToolIds.add(taskToolCall.id); + } + } + if (msg.toolCalls && msg.toolCalls.length > 0) { + for (const toolCall of msg.toolCalls) { + if (renderedToolIds.has(toolCall.id)) continue; + this.renderToolCall(contentEl, toolCall, msg); + renderedToolIds.add(toolCall.id); + } + } + } else { + if (msg.content) { + const textEl = contentEl.createDiv({ cls: "claudian-text-block" }); + void this.renderContent(textEl, msg.content); + this.addTextCopyButton(textEl, msg.content); + } + if (msg.toolCalls) { + for (const toolCall of msg.toolCalls) { + this.renderToolCall(contentEl, toolCall, msg); + } + } + } + const hasCompactBoundary = (_c2 = msg.contentBlocks) == null ? void 0 : _c2.some((b2) => b2.type === "context_compacted"); + if (msg.durationSeconds && msg.durationSeconds > 0 && !hasCompactBoundary) { + const flavorWord = msg.durationFlavorWord || "Baked"; + const footerEl = contentEl.createDiv({ cls: "claudian-response-footer" }); + footerEl.createSpan({ + text: `* ${flavorWord} for ${formatDurationMmSs(msg.durationSeconds)}`, + cls: "claudian-baked-duration" + }); + } + } + /** + * Renders a tool call with special handling for Write/Edit, Agent (subagent), + * and Codex collab agent lifecycle tools. + */ + renderToolCall(contentEl, toolCall, msg) { + if (!this.shouldRenderToolCall(toolCall)) return; + const subagentLifecycleAdapter = this.getSubagentLifecycleAdapter(toolCall.name); + if (isWriteEditTool(toolCall.name)) { + renderStoredWriteEdit(contentEl, toolCall); + } else if (isSubagentToolName(toolCall.name)) { + this.renderTaskSubagent(contentEl, toolCall); + } else if ((subagentLifecycleAdapter == null ? void 0 : subagentLifecycleAdapter.isSpawnTool(toolCall.name)) && msg) { + this.renderProviderLifecycleSubagent(contentEl, toolCall, msg); + } else { + renderStoredToolCall(contentEl, toolCall); + } + } + shouldRenderToolCall(toolCall) { + if (toolCall.name === TOOL_AGENT_OUTPUT) return false; + if (toolCall.name === TOOL_WRITE_STDIN && this.isSilentWriteStdinTool(toolCall)) return false; + if (toolCall.name === "custom_tool_call_output") return false; + const subagentLifecycleAdapter = this.getSubagentLifecycleAdapter(toolCall.name); + if (subagentLifecycleAdapter == null ? void 0 : subagentLifecycleAdapter.isHiddenTool(toolCall.name)) return false; + return true; + } + isSilentWriteStdinTool(toolCall) { + return typeof toolCall.input.chars !== "string" || toolCall.input.chars.length === 0; + } + renderTaskSubagent(contentEl, toolCall, modeHint) { + const subagentInfo = this.resolveTaskSubagent(toolCall, modeHint); + if (subagentInfo.mode === "async") { + renderStoredAsyncSubagent(contentEl, subagentInfo); + return; + } + renderStoredSubagent(contentEl, subagentInfo); + } + /** + * Consolidates provider lifecycle tools (spawn + wait/close) + * into a single subagent block with prompt and result. + */ + renderProviderLifecycleSubagent(contentEl, spawnToolCall, msg) { + var _a5; + const subagentLifecycleAdapter = this.getSubagentLifecycleAdapter(spawnToolCall.name); + if (!subagentLifecycleAdapter) { + renderStoredToolCall(contentEl, spawnToolCall); + return; + } + const subagentInfo = subagentLifecycleAdapter.buildSubagentInfo( + spawnToolCall, + (_a5 = msg.toolCalls) != null ? _a5 : [] + ); + renderStoredSubagent(contentEl, subagentInfo); + } + resolveTaskSubagent(toolCall, modeHint) { + var _a5, _b3, _c2; + if (toolCall.subagent) { + if (!modeHint || toolCall.subagent.mode === modeHint) { + return toolCall.subagent; + } + return { + ...toolCall.subagent, + mode: modeHint + }; + } + const description = ((_a5 = toolCall.input) == null ? void 0 : _a5.description) || "Subagent task"; + const prompt = ((_b3 = toolCall.input) == null ? void 0 : _b3.prompt) || ""; + const mode = modeHint != null ? modeHint : ((_c2 = toolCall.input) == null ? void 0 : _c2.run_in_background) === true ? "async" : "sync"; + if (mode !== "async") { + return { + id: toolCall.id, + description, + prompt, + status: this.mapToolStatusToSubagentStatus(toolCall.status), + toolCalls: [], + isExpanded: false, + result: toolCall.result + }; + } + const asyncStatus = this.inferAsyncStatusFromTaskTool(toolCall); + return { + id: toolCall.id, + description, + prompt, + mode: "async", + status: asyncStatus, + asyncStatus, + toolCalls: [], + isExpanded: false, + result: toolCall.result + }; + } + mapToolStatusToSubagentStatus(status) { + switch (status) { + case "completed": + return "completed"; + case "error": + case "blocked": + return "error"; + default: + return "running"; + } + } + inferAsyncStatusFromTaskTool(toolCall) { + if (toolCall.status === "error" || toolCall.status === "blocked") return "error"; + if (toolCall.status === "running") return "running"; + const lowerResult = extractToolResultContent(toolCall.result, { fallbackIndent: 2 }).toLowerCase(); + if (lowerResult.includes("not_ready") || lowerResult.includes("not ready") || lowerResult.includes('"status":"running"') || lowerResult.includes('"status":"pending"') || lowerResult.includes('"retrieval_status":"running"') || lowerResult.includes('"retrieval_status":"not_ready"')) { + return "running"; + } + return "completed"; + } + // ============================================ + // Image Rendering + // ============================================ + /** + * Renders image attachments above a message. + */ + renderMessageImages(containerEl, images) { + const imagesEl = containerEl.createDiv({ cls: "claudian-message-images" }); + for (const image of images) { + const imageWrapper = imagesEl.createDiv({ cls: "claudian-message-image" }); + const imgEl = imageWrapper.createEl("img", { + attr: { + alt: image.name + } + }); + void this.setImageSrc(imgEl, image); + imgEl.addEventListener("click", () => { + void this.showFullImage(image); + }); + } + } + /** + * Shows full-size image in modal overlay. + */ + showFullImage(image) { + var _a5; + const dataUri = `data:${image.mediaType};base64,${image.data}`; + const ownerDocument = (_a5 = this.messagesEl.ownerDocument) != null ? _a5 : window.document; + const overlay = ownerDocument.body.createDiv({ cls: "claudian-image-modal-overlay" }); + const modal = overlay.createDiv({ cls: "claudian-image-modal" }); + modal.createEl("img", { + attr: { + src: dataUri, + alt: image.name + } + }); + const closeBtn = modal.createDiv({ cls: "claudian-image-modal-close" }); + closeBtn.setText("\xD7"); + const handleEsc = (e2) => { + if (e2.key === "Escape") { + close(); + } + }; + const close = () => { + ownerDocument.removeEventListener("keydown", handleEsc); + overlay.remove(); + }; + closeBtn.addEventListener("click", close); + overlay.addEventListener("click", (e2) => { + if (e2.target === overlay) close(); + }); + ownerDocument.addEventListener("keydown", handleEsc); + } + /** + * Sets image src from attachment data. + */ + setImageSrc(imgEl, image) { + const dataUri = `data:${image.mediaType};base64,${image.data}`; + imgEl.setAttribute("src", dataUri); + } + // ============================================ + // Content Rendering + // ============================================ + /** + * Renders markdown content with code block enhancements. + */ + async renderContent(el2, markdown, options) { + el2.empty(); + try { + const renderMarkdown = (options == null ? void 0 : options.deferMath) ? escapeMathDelimitersForStreaming(markdown) : markdown; + const processedMarkdown = replaceImageEmbedsWithHtml( + renderMarkdown, + this.app, + { mediaFolder: this.plugin.settings.mediaFolder } + ); + await import_obsidian33.MarkdownRenderer.render( + this.app, + processedMarkdown, + el2, + "", + this.component + ); + el2.querySelectorAll("pre").forEach((pre) => { + var _a5, _b3; + if ((_a5 = pre.parentElement) == null ? void 0 : _a5.classList.contains("claudian-code-wrapper")) return; + const wrapper = createEl("div", { cls: "claudian-code-wrapper" }); + (_b3 = pre.parentElement) == null ? void 0 : _b3.insertBefore(wrapper, pre); + wrapper.appendChild(pre); + const code = pre.querySelector('code[class*="language-"]'); + if (code) { + const match = code.className.match(/language-(\w+)/); + if (match) { + wrapper.classList.add("has-language"); + const label = createEl("span", { + cls: "claudian-code-lang-label", + text: match[1] + }); + wrapper.appendChild(label); + label.addEventListener("click", () => { + runRendererAction(async () => { + const originalLabel = match[1]; + if (!originalLabel) return; + try { + await navigator.clipboard.writeText(code.textContent || ""); + label.setText("Copied!"); + window.setTimeout(() => label.setText(originalLabel), 1500); + } catch (e2) { + } + }); + }); + } + } + const copyBtn = pre.querySelector(".copy-code-button"); + if (copyBtn) { + wrapper.appendChild(copyBtn); + } + }); + if (processedMarkdown.includes("[[")) { + processFileLinks(this.app, el2); + } + } catch (e2) { + el2.createDiv({ + cls: "claudian-render-error", + text: "Failed to render message content." + }); + } + } + // ============================================ + // Copy Button + // ============================================ + /** + * Adds a copy button to a text block. + * Button shows clipboard icon on hover, changes to "copied!" on click. + * @param textEl The rendered text element + * @param markdown The original markdown content to copy + */ + addTextCopyButton(textEl, markdown) { + const copyBtn = textEl.createSpan({ cls: "claudian-text-copy-btn" }); + (0, import_obsidian33.setIcon)(copyBtn, "copy"); + let feedbackTimeout = null; + copyBtn.addEventListener("click", (e2) => { + e2.stopPropagation(); + runRendererAction(async () => { + try { + await navigator.clipboard.writeText(markdown); + } catch (e4) { + return; + } + if (feedbackTimeout) { + window.clearTimeout(feedbackTimeout); + } + copyBtn.empty(); + copyBtn.setText("Copied!"); + copyBtn.classList.add("copied"); + feedbackTimeout = window.setTimeout(() => { + copyBtn.empty(); + (0, import_obsidian33.setIcon)(copyBtn, "copy"); + copyBtn.classList.remove("copied"); + feedbackTimeout = null; + }, 1500); + }); + }); + } + refreshActionButtons(msg, allMessages, index) { + if (!msg.userMessageId) return; + if (!this.isRewindEligible(allMessages, index)) return; + const msgEl = this.liveMessageEls.get(msg.id); + if (!msgEl) return; + if (this.rewindCallback && !msgEl.querySelector(".claudian-message-rewind-btn")) { + this.addRewindButton(msgEl, msg.id); + } + if (this.forkCallback && !msgEl.querySelector(".claudian-message-fork-btn")) { + this.addForkButton(msgEl, msg.id); + } + this.cleanupLiveMessageEl(msg.id, msgEl); + } + cleanupLiveMessageEl(msgId, msgEl) { + const needsRewind = this.rewindCallback && !msgEl.querySelector(".claudian-message-rewind-btn"); + const needsFork = this.forkCallback && !msgEl.querySelector(".claudian-message-fork-btn"); + if (!needsRewind && !needsFork) { + this.liveMessageEls.delete(msgId); + } + } + getOrCreateActionsToolbar(msgEl) { + const existing = msgEl.querySelector(".claudian-user-msg-actions"); + if (existing) return existing; + return msgEl.createDiv({ cls: "claudian-user-msg-actions" }); + } + addUserCopyButton(msgEl, content) { + const toolbar = this.getOrCreateActionsToolbar(msgEl); + const copyBtn = toolbar.createSpan({ cls: "claudian-user-msg-copy-btn" }); + (0, import_obsidian33.setIcon)(copyBtn, "copy"); + copyBtn.setAttribute("aria-label", "Copy message"); + let feedbackTimeout = null; + copyBtn.addEventListener("click", (e2) => { + e2.stopPropagation(); + runRendererAction(async () => { + try { + await navigator.clipboard.writeText(content); + } catch (e4) { + return; + } + if (feedbackTimeout) window.clearTimeout(feedbackTimeout); + copyBtn.empty(); + copyBtn.setText("Copied!"); + copyBtn.classList.add("copied"); + feedbackTimeout = window.setTimeout(() => { + copyBtn.empty(); + (0, import_obsidian33.setIcon)(copyBtn, "copy"); + copyBtn.classList.remove("copied"); + feedbackTimeout = null; + }, 1500); + }); + }); + } + addRewindButton(msgEl, messageId) { + if (!this.getCapabilities().supportsRewind) return; + const toolbar = this.getOrCreateActionsToolbar(msgEl); + const btn = toolbar.createSpan({ cls: "claudian-message-rewind-btn" }); + if (toolbar.firstChild !== btn) toolbar.insertBefore(btn, toolbar.firstChild); + (0, import_obsidian33.setIcon)(btn, "rotate-ccw"); + btn.setAttribute("aria-label", t10("chat.rewind.ariaLabel")); + btn.addEventListener("click", (e2) => { + e2.stopPropagation(); + this.showRewindMenu(e2, messageId); + }); + } + showRewindMenu(event, messageId) { + const menu = new import_obsidian33.Menu(); + this.addRewindMenuItem(menu, messageId, "conversation"); + this.addRewindMenuItem(menu, messageId, "code-and-conversation"); + menu.showAtMouseEvent(event); + } + addRewindMenuItem(menu, messageId, mode) { + menu.addItem((item) => { + item.setTitle( + mode === "conversation" ? t10("chat.rewind.menuConversationOnly") : t10("chat.rewind.menuCodeAndConversation") + ).setIcon(mode === "conversation" ? "message-square" : "rotate-ccw").onClick(() => { + runRendererAction(async () => { + var _a5; + try { + await ((_a5 = this.rewindCallback) == null ? void 0 : _a5.call(this, messageId, mode)); + } catch (err) { + new import_obsidian33.Notice(t10("chat.rewind.failed", { error: err instanceof Error ? err.message : "Unknown error" })); + } + }); + }); + }); + } + addForkButton(msgEl, messageId) { + if (!this.getCapabilities().supportsFork) return; + const toolbar = this.getOrCreateActionsToolbar(msgEl); + const btn = toolbar.createSpan({ cls: "claudian-message-fork-btn" }); + if (toolbar.firstChild !== btn) toolbar.insertBefore(btn, toolbar.firstChild); + (0, import_obsidian33.setIcon)(btn, "git-fork"); + btn.setAttribute("aria-label", t10("chat.fork.ariaLabel")); + btn.addEventListener("click", (e2) => { + e2.stopPropagation(); + runRendererAction(async () => { + var _a5; + try { + await ((_a5 = this.forkCallback) == null ? void 0 : _a5.call(this, messageId)); + } catch (err) { + new import_obsidian33.Notice(t10("chat.fork.failed", { error: err instanceof Error ? err.message : "Unknown error" })); + } + }); + }); + } + // ============================================ + // Utilities + // ============================================ + /** Scrolls messages container to bottom. */ + scrollToBottom() { + this.messagesEl.scrollTop = this.messagesEl.scrollHeight; + } + /** Scrolls to bottom if already near bottom (within threshold). */ + scrollToBottomIfNeeded(threshold = 100) { + const { scrollTop, scrollHeight, clientHeight } = this.messagesEl; + const isNearBottom = scrollHeight - scrollTop - clientHeight < threshold; + if (isNearBottom) { + window.requestAnimationFrame(() => { + this.messagesEl.scrollTop = this.messagesEl.scrollHeight; + }); + } + } +}; + +// src/features/chat/services/BangBashService.ts +var import_child_process9 = require("child_process"); +var TIMEOUT_MS = 3e4; +var MAX_BUFFER = 1024 * 1024; +var BangBashService = class { + constructor(cwd, enhancedPath) { + this.cwd = cwd; + this.enhancedPath = enhancedPath; + } + execute(command) { + return new Promise((resolve8) => { + (0, import_child_process9.exec)(command, { + cwd: this.cwd, + env: { ...process.env, PATH: this.enhancedPath }, + timeout: TIMEOUT_MS, + maxBuffer: MAX_BUFFER, + shell: process.platform === "win32" ? "cmd.exe" : "/bin/bash" + }, (error48, stdout, stderr) => { + if (error48 && "killed" in error48 && error48.killed) { + const isMaxBuffer = "code" in error48 && error48.code === "ERR_CHILD_PROCESS_STDIO_MAXBUFFER"; + resolve8({ + command, + stdout: stdout != null ? stdout : "", + stderr: stderr != null ? stderr : "", + exitCode: 124, + error: isMaxBuffer ? "Output exceeded maximum buffer size (1MB)" : `Command timed out after ${TIMEOUT_MS / 1e3}s` + }); + return; + } + resolve8({ + command, + stdout: stdout != null ? stdout : "", + stderr: stderr != null ? stderr : "", + exitCode: typeof (error48 == null ? void 0 : error48.code) === "number" ? error48.code : error48 ? 1 : 0 + }); + }); + }); + } +}; + +// src/features/chat/services/SubagentManager.ts +var import_fs11 = require("fs"); +var import_os6 = require("os"); +var import_path41 = require("path"); +function isRecord7(value) { + return !!value && typeof value === "object" && !Array.isArray(value); +} +function parseJsonRecord(value) { + try { + const parsed = JSON.parse(value); + return isRecord7(parsed) ? parsed : null; + } catch (e2) { + return null; + } +} +function parseJsonValue(value) { + try { + const parsed = JSON.parse(value); + return parsed; + } catch (e2) { + return null; + } +} +var _SubagentManager = class _SubagentManager { + constructor(onStateChange, taskResultInterpreter = ProviderRegistry.getTaskResultInterpreter()) { + this.syncSubagents = /* @__PURE__ */ new Map(); + this.pendingTasks = /* @__PURE__ */ new Map(); + this._spawnedThisStream = 0; + this.activeAsyncSubagents = /* @__PURE__ */ new Map(); + this.pendingAsyncSubagents = /* @__PURE__ */ new Map(); + this.taskIdToAgentId = /* @__PURE__ */ new Map(); + this.outputToolIdToAgentId = /* @__PURE__ */ new Map(); + this.asyncDomStates = /* @__PURE__ */ new Map(); + this.onStateChange = onStateChange; + this.taskResultInterpreter = taskResultInterpreter; + } + setCallback(callback) { + this.onStateChange = callback; + } + setTaskResultInterpreter(interpreter) { + this.taskResultInterpreter = interpreter; + } + // ============================================ + // Unified Subagent Entry Point + // ============================================ + /** + * Handles an Agent tool_use chunk with minimal buffering to determine sync vs async. + * Returns a typed result so StreamController can update messages accordingly. + */ + handleTaskToolUse(taskToolId, taskInput, currentContentEl) { + const existingSyncState = this.syncSubagents.get(taskToolId); + if (existingSyncState) { + this.updateSubagentLabel(existingSyncState.wrapperEl, existingSyncState.info, taskInput); + return { action: "label_updated" }; + } + const existingAsyncState = this.asyncDomStates.get(taskToolId); + if (existingAsyncState) { + this.updateSubagentLabel(existingAsyncState.wrapperEl, existingAsyncState.info, taskInput); + const canonical = this.getByTaskId(taskToolId); + if (canonical && canonical !== existingAsyncState.info) { + if (taskInput.description) canonical.description = taskInput.description; + if (taskInput.prompt) canonical.prompt = taskInput.prompt; + } + return { action: "label_updated" }; + } + const pending = this.pendingTasks.get(taskToolId); + if (pending) { + const newInput = taskInput || {}; + if (Object.keys(newInput).length > 0) { + pending.toolCall.input = { ...pending.toolCall.input, ...newInput }; + } + if (currentContentEl) { + pending.parentEl = currentContentEl; + } + if (this.resolveTaskMode(pending.toolCall.input)) { + const result = this.renderPendingTask(taskToolId, currentContentEl); + if (result) { + return result.mode === "sync" ? { action: "created_sync", subagentState: result.subagentState } : { action: "created_async", info: result.info, domState: result.domState }; + } + } + return { action: "buffered" }; + } + if (!currentContentEl) { + const toolCall = { + id: taskToolId, + name: TOOL_TASK, + input: taskInput || {}, + status: "running", + isExpanded: false + }; + this.pendingTasks.set(taskToolId, { toolCall, parentEl: null }); + return { action: "buffered" }; + } + const mode = this.resolveTaskMode(taskInput); + if (!mode) { + const toolCall = { + id: taskToolId, + name: TOOL_TASK, + input: taskInput || {}, + status: "running", + isExpanded: false + }; + this.pendingTasks.set(taskToolId, { toolCall, parentEl: currentContentEl }); + return { action: "buffered" }; + } + this._spawnedThisStream++; + if (mode === "async") { + return this.createAsyncTask(taskToolId, taskInput, currentContentEl); + } + return this.createSyncTask(taskToolId, taskInput, currentContentEl); + } + // ============================================ + // Pending Task Resolution + // ============================================ + hasPendingTask(toolId) { + return this.pendingTasks.has(toolId); + } + /** + * Renders a buffered pending task. Called when a child chunk or tool_result + * confirms the task is sync, or when run_in_background becomes known. + * Uses the optional parentEl override, falling back to the stored parentEl. + */ + renderPendingTask(toolId, parentElOverride) { + const pending = this.pendingTasks.get(toolId); + if (!pending) return null; + const input = pending.toolCall.input; + const targetEl = parentElOverride != null ? parentElOverride : pending.parentEl; + if (!targetEl) return null; + this.pendingTasks.delete(toolId); + try { + if (input.run_in_background === true) { + const result = this.createAsyncTask(pending.toolCall.id, input, targetEl); + if (result.action === "created_async") { + this._spawnedThisStream++; + return { mode: "async", info: result.info, domState: result.domState }; + } + } else { + const result = this.createSyncTask(pending.toolCall.id, input, targetEl); + if (result.action === "created_sync") { + this._spawnedThisStream++; + return { mode: "sync", subagentState: result.subagentState }; + } + } + } catch (e2) { + } + return null; + } + /** + * Resolves a pending Task when its own tool_result arrives. + * If mode is still unknown, infer async from task result shape (agent_id/agentId), + * otherwise fall back to sync so it never remains pending indefinitely. + */ + renderPendingTaskFromTaskResult(toolId, taskResult, isError, parentElOverride, taskToolUseResult) { + const pending = this.pendingTasks.get(toolId); + if (!pending) return null; + const input = pending.toolCall.input; + const targetEl = parentElOverride != null ? parentElOverride : pending.parentEl; + if (!targetEl) return null; + const explicitMode = this.resolveTaskMode(input); + const taskResultText = extractToolResultContent(taskResult, { fallbackIndent: 2 }); + const inferredMode = explicitMode != null ? explicitMode : this.inferModeFromTaskResult(taskResultText, isError, taskToolUseResult); + this.pendingTasks.delete(toolId); + try { + if (inferredMode === "async") { + const result = this.createAsyncTask(pending.toolCall.id, input, targetEl); + if (result.action === "created_async") { + this._spawnedThisStream++; + return { mode: "async", info: result.info, domState: result.domState }; + } + } else { + const result = this.createSyncTask(pending.toolCall.id, input, targetEl); + if (result.action === "created_sync") { + this._spawnedThisStream++; + return { mode: "sync", subagentState: result.subagentState }; + } + } + } catch (e2) { + } + return null; + } + // ============================================ + // Sync Subagent Operations + // ============================================ + getSyncSubagent(toolId) { + return this.syncSubagents.get(toolId); + } + addSyncToolCall(parentToolUseId, toolCall) { + const subagentState = this.syncSubagents.get(parentToolUseId); + if (!subagentState) return; + addSubagentToolCall(subagentState, toolCall); + } + updateSyncToolResult(parentToolUseId, toolId, toolCall) { + const subagentState = this.syncSubagents.get(parentToolUseId); + if (!subagentState) return; + updateSubagentToolResult(subagentState, toolId, toolCall); + } + finalizeSyncSubagent(toolId, result, isError, toolUseResult) { + const subagentState = this.syncSubagents.get(toolId); + if (!subagentState) return null; + const resultText = extractToolResultContent(result, { fallbackIndent: 2 }); + const extractedResult = this.extractAgentResult(resultText, "", toolUseResult); + finalizeSubagentBlock(subagentState, extractedResult, isError); + this.syncSubagents.delete(toolId); + return subagentState.info; + } + // ============================================ + // Async Subagent Lifecycle + // ============================================ + handleTaskToolResult(taskToolId, result, isError, toolUseResult) { + var _a5; + const subagent = this.pendingAsyncSubagents.get(taskToolId); + if (!subagent) return; + const resultText = extractToolResultContent(result, { fallbackIndent: 2 }); + if (isError) { + this.transitionToError(subagent, taskToolId, resultText || "Task failed to start"); + return; + } + const agentId = (_a5 = this.taskResultInterpreter.extractAgentId(toolUseResult)) != null ? _a5 : this.parseAgentId(resultText); + if (!agentId) { + const truncatedResult = resultText.length > 100 ? resultText.substring(0, 100) + "..." : resultText; + this.transitionToError(subagent, taskToolId, `Failed to parse agent_id. Result: ${truncatedResult}`); + return; + } + subagent.asyncStatus = "running"; + subagent.agentId = agentId; + subagent.startedAt = Date.now(); + this.pendingAsyncSubagents.delete(taskToolId); + this.activeAsyncSubagents.set(agentId, subagent); + this.taskIdToAgentId.set(taskToolId, agentId); + this.updateAsyncDomState(subagent); + this.onStateChange(subagent); + } + handleAgentOutputToolUse(toolCall) { + const agentId = this.extractAgentIdFromInput(toolCall.input); + if (!agentId) return; + const subagent = this.activeAsyncSubagents.get(agentId); + if (!subagent) return; + subagent.outputToolId = toolCall.id; + this.outputToolIdToAgentId.set(toolCall.id, agentId); + } + handleAgentOutputToolResult(toolId, result, isError, toolUseResult) { + const resultText = extractToolResultContent(result, { fallbackIndent: 2 }); + let agentId = this.outputToolIdToAgentId.get(toolId); + let subagent = agentId ? this.activeAsyncSubagents.get(agentId) : void 0; + if (!subagent) { + const inferredAgentId = this.inferAgentIdFromResult(resultText); + if (inferredAgentId) { + agentId = inferredAgentId; + subagent = this.activeAsyncSubagents.get(inferredAgentId); + } + } + if (!subagent) return void 0; + if (agentId) { + subagent.agentId = subagent.agentId || agentId; + this.outputToolIdToAgentId.set(toolId, agentId); + } + if (subagent.asyncStatus !== "running") { + return void 0; + } + const stillRunning = this.isStillRunningResult(resultText, isError); + if (stillRunning) { + this.outputToolIdToAgentId.delete(toolId); + return subagent; + } + const extractedResult = this.extractAgentResult(resultText, agentId != null ? agentId : "", toolUseResult); + const finalStatus = this.taskResultInterpreter.resolveTerminalStatus( + toolUseResult, + isError ? "error" : "completed" + ); + subagent.asyncStatus = finalStatus; + subagent.status = finalStatus; + subagent.result = extractedResult; + subagent.completedAt = Date.now(); + if (agentId) this.activeAsyncSubagents.delete(agentId); + this.outputToolIdToAgentId.delete(toolId); + this.updateAsyncDomState(subagent); + this.onStateChange(subagent); + return subagent; + } + handleAsyncSubagentResult(agentId, status, result) { + const subagent = this.activeAsyncSubagents.get(agentId); + if (!subagent || subagent.asyncStatus !== "running") { + return void 0; + } + subagent.agentId = subagent.agentId || agentId; + subagent.asyncStatus = status; + subagent.status = status; + subagent.result = (result == null ? void 0 : result.trim()) || (status === "error" ? "Background task failed." : "Background task completed."); + subagent.completedAt = Date.now(); + this.activeAsyncSubagents.delete(agentId); + for (const [toolId, mappedAgentId] of this.outputToolIdToAgentId.entries()) { + if (mappedAgentId === agentId) { + this.outputToolIdToAgentId.delete(toolId); + } + } + this.updateAsyncDomState(subagent); + this.onStateChange(subagent); + return subagent; + } + isPendingAsyncTask(taskToolId) { + return this.pendingAsyncSubagents.has(taskToolId); + } + isLinkedAgentOutputTool(toolId) { + return this.outputToolIdToAgentId.has(toolId); + } + getByTaskId(taskToolId) { + const pending = this.pendingAsyncSubagents.get(taskToolId); + if (pending) return pending; + const agentId = this.taskIdToAgentId.get(taskToolId); + if (agentId) { + return this.activeAsyncSubagents.get(agentId); + } + return void 0; + } + /** + * Re-renders an async subagent after data-only updates (for example, + * hydrating tool calls from SDK sidecar files) without changing lifecycle state. + */ + refreshAsyncSubagent(subagent) { + this.updateAsyncDomState(subagent); + this.onStateChange(subagent); + } + // ============================================ + // Hook State + // ============================================ + hasRunningSubagents() { + return this.pendingAsyncSubagents.size > 0 || this.activeAsyncSubagents.size > 0; + } + // ============================================ + // Lifecycle + // ============================================ + get subagentsSpawnedThisStream() { + return this._spawnedThisStream; + } + resetSpawnedCount() { + this._spawnedThisStream = 0; + } + resetStreamingState() { + this.syncSubagents.clear(); + this.pendingTasks.clear(); + } + orphanAllActive() { + const orphaned = []; + for (const subagent of this.pendingAsyncSubagents.values()) { + this.markOrphaned(subagent); + orphaned.push(subagent); + } + for (const subagent of this.activeAsyncSubagents.values()) { + if (subagent.asyncStatus === "running") { + this.markOrphaned(subagent); + orphaned.push(subagent); + } + } + this.pendingAsyncSubagents.clear(); + this.activeAsyncSubagents.clear(); + this.taskIdToAgentId.clear(); + this.outputToolIdToAgentId.clear(); + return orphaned; + } + clear() { + this.syncSubagents.clear(); + this.pendingTasks.clear(); + this.pendingAsyncSubagents.clear(); + this.activeAsyncSubagents.clear(); + this.taskIdToAgentId.clear(); + this.outputToolIdToAgentId.clear(); + this.asyncDomStates.clear(); + } + // ============================================ + // Private: State Transitions + // ============================================ + markOrphaned(subagent) { + subagent.asyncStatus = "orphaned"; + subagent.status = "error"; + subagent.result = "Conversation ended before task completed"; + subagent.completedAt = Date.now(); + this.updateAsyncDomState(subagent); + this.onStateChange(subagent); + } + transitionToError(subagent, taskToolId, errorResult) { + subagent.asyncStatus = "error"; + subagent.status = "error"; + subagent.result = errorResult; + subagent.completedAt = Date.now(); + this.pendingAsyncSubagents.delete(taskToolId); + this.updateAsyncDomState(subagent); + this.onStateChange(subagent); + } + // ============================================ + // Private: Task Creation + // ============================================ + createSyncTask(taskToolId, taskInput, parentEl) { + const subagentState = createSubagentBlock(parentEl, taskToolId, taskInput); + this.syncSubagents.set(taskToolId, subagentState); + return { action: "created_sync", subagentState }; + } + createAsyncTask(taskToolId, taskInput, parentEl) { + const description = taskInput.description || "Background task"; + const prompt = taskInput.prompt || ""; + const info = { + id: taskToolId, + description, + prompt, + mode: "async", + isExpanded: false, + status: "running", + toolCalls: [], + asyncStatus: "pending" + }; + this.pendingAsyncSubagents.set(taskToolId, info); + const domState = createAsyncSubagentBlock(parentEl, taskToolId, taskInput); + this.asyncDomStates.set(taskToolId, domState); + return { action: "created_async", info, domState }; + } + // ============================================ + // Private: Label Update + // ============================================ + updateSubagentLabel(wrapperEl, info, newInput) { + if (!newInput || Object.keys(newInput).length === 0) return; + const description = newInput.description || ""; + if (description) { + info.description = description; + const labelEl = wrapperEl.querySelector(".claudian-subagent-label"); + if (labelEl) { + const truncated = description.length > 40 ? description.substring(0, 40) + "..." : description; + labelEl.setText(truncated); + } + } + const prompt = newInput.prompt || ""; + if (prompt) { + info.prompt = prompt; + const promptEl = wrapperEl.querySelector(".claudian-subagent-prompt-text"); + if (promptEl) { + promptEl.setText(prompt); + } + } + } + resolveTaskMode(taskInput) { + if (!Object.prototype.hasOwnProperty.call(taskInput, "run_in_background")) { + return null; + } + if (taskInput.run_in_background === true) { + return "async"; + } + if (taskInput.run_in_background === false) { + return "sync"; + } + return null; + } + inferModeFromTaskResult(taskResult, isError, taskToolUseResult) { + if (isError) { + return "sync"; + } + if (this.taskResultInterpreter.hasAsyncLaunchMarker(taskToolUseResult)) { + return "async"; + } + return this.parseAgentIdStrict(taskResult) ? "async" : "sync"; + } + parseAgentIdStrict(result) { + var _a5, _b3; + const payload = this.unwrapTextPayload(result).trim(); + if (!payload) { + return null; + } + const parsed = parseJsonRecord(payload); + if (parsed) { + if (this.hasTerminalTaskStatus(parsed)) { + return null; + } + const directAgentId = this.extractAgentIdFromRecord(parsed); + if (directAgentId) { + return directAgentId; + } + const taskRecord = parsed.task; + if (isRecord7(taskRecord)) { + return this.extractAgentIdFromRecord(taskRecord); + } + } + const xmlStatus = (_a5 = this.taskResultInterpreter.extractTagValue(payload, "retrieval_status")) != null ? _a5 : this.taskResultInterpreter.extractTagValue(payload, "status"); + if (this.isTerminalTaskStatusValue(xmlStatus)) { + return null; + } + const exactLineMatch = payload.match(/^\s*(?:agent_id|agentId)\s*[=:]\s*"?([a-zA-Z0-9_-]+)"?\s*$/i); + return (_b3 = exactLineMatch == null ? void 0 : exactLineMatch[1]) != null ? _b3 : null; + } + hasTerminalTaskStatus(value) { + var _a5; + if (!value || typeof value !== "object" || Array.isArray(value)) { + return false; + } + const record2 = value; + const rawStatus = (_a5 = record2.retrieval_status) != null ? _a5 : record2.status; + return this.isTerminalTaskStatusValue(rawStatus); + } + isTerminalTaskStatusValue(rawStatus) { + if (typeof rawStatus !== "string") { + return false; + } + const normalized = rawStatus.toLowerCase(); + return normalized === "completed" || normalized === "success" || normalized === "error"; + } + extractAgentIdFromRecord(record2) { + var _a5, _b3; + const direct = (_a5 = record2.agent_id) != null ? _a5 : record2.agentId; + if (typeof direct === "string" && direct.length > 0) { + return direct; + } + const data = record2.data; + if (!data || typeof data !== "object" || Array.isArray(data)) { + return null; + } + const nested = (_b3 = data.agent_id) != null ? _b3 : data.agentId; + return typeof nested === "string" && nested.length > 0 ? nested : null; + } + extractAgentIdFromString(value) { + const regexPatterns = [ + /"agent_id"\s*:\s*"([^"]+)"/, + /"agentId"\s*:\s*"([^"]+)"/, + /agent_id[=:]\s*"?([a-zA-Z0-9_-]+)"?/i, + /agentId[=:]\s*"?([a-zA-Z0-9_-]+)"?/i + ]; + for (const pattern of regexPatterns) { + const match = value.match(pattern); + if (match && match[1]) { + return match[1]; + } + } + return null; + } + // ============================================ + // Private: Async DOM State Updates + // ============================================ + updateAsyncDomState(subagent) { + let asyncState = this.asyncDomStates.get(subagent.id); + if (!asyncState) { + for (const s2 of this.asyncDomStates.values()) { + if (s2.info.agentId === subagent.agentId) { + asyncState = s2; + break; + } + } + if (!asyncState) return; + } + asyncState.info = subagent; + switch (subagent.asyncStatus) { + case "running": + updateAsyncSubagentRunning(asyncState, subagent.agentId || ""); + break; + case "completed": + case "error": + finalizeAsyncSubagent(asyncState, subagent.result || "", subagent.asyncStatus === "error"); + break; + case "orphaned": + markAsyncSubagentOrphaned(asyncState); + break; + } + } + // ============================================ + // Private: Async Parsing Logic + // ============================================ + isStillRunningResult(result, isError) { + var _a5; + const trimmed = (result == null ? void 0 : result.trim()) || ""; + const payload = this.unwrapTextPayload(trimmed); + if (isError) return false; + if (!trimmed) return false; + const parsed = parseJsonRecord(payload); + if (parsed) { + const status = (_a5 = parsed.retrieval_status) != null ? _a5 : parsed.status; + const agents = isRecord7(parsed.agents) ? parsed.agents : null; + const hasAgents = agents !== null && Object.keys(agents).length > 0; + if (status === "not_ready" || status === "running" || status === "pending") { + return true; + } + if (hasAgents && agents) { + const agentStatuses = Object.values(agents).map((agent) => isRecord7(agent) && typeof agent.status === "string" ? agent.status.toLowerCase() : ""); + const anyRunning = agentStatuses.some( + (s2) => s2 === "running" || s2 === "pending" || s2 === "not_ready" + ); + if (anyRunning) return true; + return false; + } + if (status === "success" || status === "completed") { + return false; + } + return false; + } + const lowerResult = payload.toLowerCase(); + if (lowerResult.includes("not_ready") || lowerResult.includes("not ready")) { + return true; + } + const xmlStatusMatch = lowerResult.match(/([^<]+)<\/status>/); + if (xmlStatusMatch) { + const status = xmlStatusMatch[1].trim(); + if (status === "running" || status === "pending" || status === "not_ready") { + return true; + } + } + return false; + } + extractAgentResult(result, agentId, toolUseResult) { + const structuredResult = this.taskResultInterpreter.extractStructuredResult(toolUseResult); + const normalizedStructuredResult = this.extractResultFromCandidateString(structuredResult); + if (normalizedStructuredResult) { + return normalizedStructuredResult; + } + if (structuredResult) { + return structuredResult; + } + const payload = this.unwrapTextPayload(result); + const parsed = parseJsonRecord(payload); + if (parsed) { + const taskResult = this.extractResultFromTaskObject(parsed.task); + if (taskResult) { + return taskResult; + } + const agents = isRecord7(parsed.agents) ? parsed.agents : null; + const agentData = agents && agentId ? agents[agentId] : null; + if (isRecord7(agentData)) { + const parsedResult2 = this.extractResultFromCandidateString(agentData.result); + if (parsedResult2) { + return parsedResult2; + } + const parsedOutput2 = this.extractResultFromCandidateString(agentData.output); + if (parsedOutput2) { + return parsedOutput2; + } + return JSON.stringify(agentData, null, 2); + } + if (agents) { + const agentIds = Object.keys(agents); + if (agentIds.length > 0) { + const firstAgent = agents[agentIds[0]]; + if (isRecord7(firstAgent)) { + const parsedResult2 = this.extractResultFromCandidateString(firstAgent.result); + if (parsedResult2) { + return parsedResult2; + } + const parsedOutput2 = this.extractResultFromCandidateString(firstAgent.output); + if (parsedOutput2) { + return parsedOutput2; + } + } + return JSON.stringify(firstAgent, null, 2); + } + } + const parsedResult = this.extractResultFromCandidateString(parsed.result); + if (parsedResult) { + return parsedResult; + } + const parsedOutput = this.extractResultFromCandidateString(parsed.output); + if (parsedOutput) { + return parsedOutput; + } + } + const taggedResult = this.extractResultFromTaggedPayload(payload); + if (taggedResult) { + return taggedResult; + } + return payload; + } + extractResultFromTaskObject(task) { + var _a5; + if (!task || typeof task !== "object") { + return null; + } + const taskRecord = task; + return (_a5 = this.extractResultFromCandidateString(taskRecord.result)) != null ? _a5 : this.extractResultFromCandidateString(taskRecord.output); + } + extractResultFromCandidateString(candidate) { + if (typeof candidate !== "string") { + return null; + } + const trimmed = candidate.trim(); + if (!trimmed) { + return null; + } + const taggedResult = this.extractResultFromTaggedPayload(trimmed); + if (taggedResult) { + return taggedResult; + } + const jsonlResult = this.extractResultFromOutputJsonl(trimmed); + if (jsonlResult) { + return jsonlResult; + } + return trimmed; + } + parseAgentId(result) { + const regexPatterns = [ + /"agent_id"\s*:\s*"([^"]+)"/, + /"agentId"\s*:\s*"([^"]+)"/, + /agent_id[=:]\s*"?([a-zA-Z0-9_-]+)"?/i, + /agentId[=:]\s*"?([a-zA-Z0-9_-]+)"?/i, + /\b([a-f0-9]{8})\b/ + ]; + for (const pattern of regexPatterns) { + const match = result.match(pattern); + if (match && match[1]) { + return match[1]; + } + } + const parsed = parseJsonRecord(result); + if (parsed) { + const agentId = parsed.agent_id || parsed.agentId; + if (typeof agentId === "string" && agentId.length > 0) { + return agentId; + } + const data = parsed.data; + if (isRecord7(data) && typeof data.agent_id === "string") { + return data.agent_id; + } + if (parsed.id && typeof parsed.id === "string") { + return parsed.id; + } + } + return null; + } + inferAgentIdFromResult(result) { + var _a5; + const parsed = parseJsonRecord(result); + if (parsed) { + const agents = isRecord7(parsed.agents) ? parsed.agents : null; + if (agents) { + return (_a5 = Object.keys(agents)[0]) != null ? _a5 : null; + } + } + return null; + } + unwrapTextPayload(raw) { + const parsed = parseJsonValue(raw); + if (parsed !== null) { + if (Array.isArray(parsed)) { + const textBlock = parsed.find((block) => isRecord7(block) && typeof block.text === "string"); + if (isRecord7(textBlock) && typeof textBlock.text === "string") return textBlock.text; + } else if (isRecord7(parsed) && typeof parsed.text === "string") { + return parsed.text; + } + } + return raw; + } + extractResultFromTaggedPayload(payload) { + const directResult = this.taskResultInterpreter.extractTagValue(payload, "result"); + if (directResult) return directResult; + const outputContent = this.taskResultInterpreter.extractTagValue(payload, "output"); + if (!outputContent) return null; + const extractedFromJsonl = this.extractResultFromOutputJsonl(outputContent); + if (extractedFromJsonl) return extractedFromJsonl; + const nestedResult = this.taskResultInterpreter.extractTagValue(outputContent, "result"); + if (nestedResult) return nestedResult; + const trimmed = outputContent.trim(); + return trimmed.length > 0 ? trimmed : null; + } + extractResultFromOutputJsonl(outputContent) { + const inlineResult = extractFinalResultFromSubagentJsonl(outputContent); + if (inlineResult) { + return inlineResult; + } + const fullOutputPath = this.extractFullOutputPath(outputContent); + if (!fullOutputPath) { + return null; + } + const fullOutput = this.readFullOutputFile(fullOutputPath); + if (!fullOutput) { + return null; + } + return extractFinalResultFromSubagentJsonl(fullOutput); + } + extractFullOutputPath(content) { + const truncatedPattern = /\[Truncated\.\s*Full output:\s*([^\]\n]+)\]/i; + const match = content.match(truncatedPattern); + if (!match || !match[1]) { + return null; + } + const outputPath = match[1].trim(); + return outputPath.length > 0 ? outputPath : null; + } + readFullOutputFile(fullOutputPath) { + try { + if (!this.isTrustedOutputPath(fullOutputPath)) { + return null; + } + if (!(0, import_fs11.existsSync)(fullOutputPath)) { + return null; + } + const fileContent = (0, import_fs11.readFileSync)(fullOutputPath, "utf-8"); + const trimmed = fileContent.trim(); + return trimmed.length > 0 ? trimmed : null; + } catch (e2) { + return null; + } + } + extractAgentIdFromInput(input) { + const agentId = input.task_id || input.agentId || input.agent_id; + return agentId || null; + } + static resolveTrustedTmpRoots() { + const roots = /* @__PURE__ */ new Set(); + const candidates = [(0, import_os6.tmpdir)(), "/tmp", "/private/tmp"]; + for (const candidate of candidates) { + try { + roots.add((0, import_fs11.realpathSync)(candidate)); + } catch (e2) { + } + } + return Array.from(roots); + } + isTrustedOutputPath(fullOutputPath) { + if (!(0, import_path41.isAbsolute)(fullOutputPath)) { + return false; + } + if (!fullOutputPath.toLowerCase().endsWith(_SubagentManager.TRUSTED_OUTPUT_EXT)) { + return false; + } + let resolvedPath; + try { + resolvedPath = (0, import_fs11.realpathSync)(fullOutputPath); + } catch (e2) { + return false; + } + return _SubagentManager.TRUSTED_TMP_ROOTS.some( + (root) => resolvedPath === root || resolvedPath.startsWith(`${root}${import_path41.sep}`) + ); + } +}; +_SubagentManager.TRUSTED_OUTPUT_EXT = ".output"; +_SubagentManager.TRUSTED_TMP_ROOTS = _SubagentManager.resolveTrustedTmpRoots(); +var SubagentManager = _SubagentManager; + +// src/features/chat/state/ChatState.ts +function createInitialState() { + return { + messages: [], + isStreaming: false, + cancelRequested: false, + streamGeneration: 0, + isCreatingConversation: false, + isSwitchingConversation: false, + hasPendingConversationSave: false, + currentConversationId: null, + queuedMessage: null, + currentContentEl: null, + currentTextEl: null, + currentTextContent: "", + currentThinkingState: null, + thinkingEl: null, + queueIndicatorEl: null, + thinkingIndicatorTimeout: null, + toolCallElements: /* @__PURE__ */ new Map(), + writeEditStates: /* @__PURE__ */ new Map(), + pendingTools: /* @__PURE__ */ new Map(), + usage: null, + ignoreUsageUpdates: false, + currentTodos: null, + needsAttention: false, + autoScrollEnabled: true, + // Default; controllers will override based on settings + responseStartTime: null, + flavorTimerInterval: null, + pendingNewSessionPlan: null, + planFilePath: null, + prePlanPermissionMode: null + }; +} +var ChatState = class { + constructor(callbacks = {}) { + this.thinkingIndicatorTimeoutWindow = null; + this.flavorTimerIntervalWindow = null; + this.state = createInitialState(); + this._callbacks = callbacks; + } + get callbacks() { + return this._callbacks; + } + set callbacks(value) { + this._callbacks = value; + } + // ============================================ + // Messages + // ============================================ + get messages() { + return [...this.state.messages]; + } + set messages(value) { + var _a5, _b3; + this.state.messages = value; + (_b3 = (_a5 = this._callbacks).onMessagesChanged) == null ? void 0 : _b3.call(_a5); + } + addMessage(msg) { + var _a5, _b3; + this.state.messages.push(msg); + (_b3 = (_a5 = this._callbacks).onMessagesChanged) == null ? void 0 : _b3.call(_a5); + } + clearMessages() { + var _a5, _b3; + this.state.messages = []; + (_b3 = (_a5 = this._callbacks).onMessagesChanged) == null ? void 0 : _b3.call(_a5); + } + truncateAt(messageId) { + var _a5, _b3; + const idx = this.state.messages.findIndex((m4) => m4.id === messageId); + if (idx === -1) return 0; + const removed = this.state.messages.length - idx; + this.state.messages = this.state.messages.slice(0, idx); + (_b3 = (_a5 = this._callbacks).onMessagesChanged) == null ? void 0 : _b3.call(_a5); + return removed; + } + // ============================================ + // Streaming Control + // ============================================ + get isStreaming() { + return this.state.isStreaming; + } + set isStreaming(value) { + var _a5, _b3; + this.state.isStreaming = value; + (_b3 = (_a5 = this._callbacks).onStreamingStateChanged) == null ? void 0 : _b3.call(_a5, value); + } + get cancelRequested() { + return this.state.cancelRequested; + } + set cancelRequested(value) { + this.state.cancelRequested = value; + } + get streamGeneration() { + return this.state.streamGeneration; + } + bumpStreamGeneration() { + this.state.streamGeneration += 1; + return this.state.streamGeneration; + } + get isCreatingConversation() { + return this.state.isCreatingConversation; + } + set isCreatingConversation(value) { + this.state.isCreatingConversation = value; + } + get isSwitchingConversation() { + return this.state.isSwitchingConversation; + } + set isSwitchingConversation(value) { + this.state.isSwitchingConversation = value; + } + get hasPendingConversationSave() { + return this.state.hasPendingConversationSave; + } + set hasPendingConversationSave(value) { + this.state.hasPendingConversationSave = value; + } + // ============================================ + // Conversation + // ============================================ + get currentConversationId() { + return this.state.currentConversationId; + } + set currentConversationId(value) { + var _a5, _b3; + this.state.currentConversationId = value; + (_b3 = (_a5 = this._callbacks).onConversationChanged) == null ? void 0 : _b3.call(_a5, value); + } + // ============================================ + // Queued Message + // ============================================ + get queuedMessage() { + return this.state.queuedMessage; + } + set queuedMessage(value) { + this.state.queuedMessage = value; + } + // ============================================ + // Streaming DOM State + // ============================================ + get currentContentEl() { + return this.state.currentContentEl; + } + set currentContentEl(value) { + this.state.currentContentEl = value; + } + get currentTextEl() { + return this.state.currentTextEl; + } + set currentTextEl(value) { + this.state.currentTextEl = value; + } + get currentTextContent() { + return this.state.currentTextContent; + } + set currentTextContent(value) { + this.state.currentTextContent = value; + } + get currentThinkingState() { + return this.state.currentThinkingState; + } + set currentThinkingState(value) { + this.state.currentThinkingState = value; + } + get thinkingEl() { + return this.state.thinkingEl; + } + set thinkingEl(value) { + this.state.thinkingEl = value; + } + get queueIndicatorEl() { + return this.state.queueIndicatorEl; + } + set queueIndicatorEl(value) { + this.state.queueIndicatorEl = value; + } + get thinkingIndicatorTimeout() { + return this.state.thinkingIndicatorTimeout; + } + set thinkingIndicatorTimeout(value) { + this.state.thinkingIndicatorTimeout = value; + this.thinkingIndicatorTimeoutWindow = value === null ? null : this.getDefaultTimerWindow(); + } + // ============================================ + // Tool Tracking Maps (mutable references) + // ============================================ + get toolCallElements() { + return this.state.toolCallElements; + } + get writeEditStates() { + return this.state.writeEditStates; + } + get pendingTools() { + return this.state.pendingTools; + } + // ============================================ + // Usage State + // ============================================ + get usage() { + return this.state.usage; + } + set usage(value) { + var _a5, _b3; + this.state.usage = value; + (_b3 = (_a5 = this._callbacks).onUsageChanged) == null ? void 0 : _b3.call(_a5, value); + } + get ignoreUsageUpdates() { + return this.state.ignoreUsageUpdates; + } + set ignoreUsageUpdates(value) { + this.state.ignoreUsageUpdates = value; + } + // ============================================ + // Current Todos (for persistent bottom panel) + // ============================================ + get currentTodos() { + return this.state.currentTodos ? [...this.state.currentTodos] : null; + } + set currentTodos(value) { + var _a5, _b3; + const normalizedValue = value && value.length > 0 ? value : null; + this.state.currentTodos = normalizedValue; + (_b3 = (_a5 = this._callbacks).onTodosChanged) == null ? void 0 : _b3.call(_a5, normalizedValue); + } + // ============================================ + // Attention State (approval pending, error, etc.) + // ============================================ + get needsAttention() { + return this.state.needsAttention; + } + set needsAttention(value) { + var _a5, _b3; + this.state.needsAttention = value; + (_b3 = (_a5 = this._callbacks).onAttentionChanged) == null ? void 0 : _b3.call(_a5, value); + } + // ============================================ + // Auto-Scroll Control + // ============================================ + get autoScrollEnabled() { + return this.state.autoScrollEnabled; + } + set autoScrollEnabled(value) { + var _a5, _b3; + const changed = this.state.autoScrollEnabled !== value; + this.state.autoScrollEnabled = value; + if (changed) { + (_b3 = (_a5 = this._callbacks).onAutoScrollChanged) == null ? void 0 : _b3.call(_a5, value); + } + } + // ============================================ + // Response Timer State + // ============================================ + get responseStartTime() { + return this.state.responseStartTime; + } + set responseStartTime(value) { + this.state.responseStartTime = value; + } + get flavorTimerInterval() { + return this.state.flavorTimerInterval; + } + set flavorTimerInterval(value) { + this.state.flavorTimerInterval = value; + this.flavorTimerIntervalWindow = value === null ? null : this.getDefaultTimerWindow(); + } + get pendingNewSessionPlan() { + return this.state.pendingNewSessionPlan; + } + set pendingNewSessionPlan(value) { + this.state.pendingNewSessionPlan = value; + } + get planFilePath() { + return this.state.planFilePath; + } + set planFilePath(value) { + this.state.planFilePath = value; + } + get prePlanPermissionMode() { + return this.state.prePlanPermissionMode; + } + set prePlanPermissionMode(value) { + this.state.prePlanPermissionMode = value; + } + // ============================================ + // Reset Methods + // ============================================ + setThinkingIndicatorTimeout(value, ownerWindow) { + this.state.thinkingIndicatorTimeout = value; + this.thinkingIndicatorTimeoutWindow = value === null ? null : ownerWindow; + } + clearThinkingIndicatorTimeout(fallbackWindow = null) { + var _a5, _b3; + if (this.state.thinkingIndicatorTimeout) { + const ownerWindow = (_b3 = (_a5 = this.thinkingIndicatorTimeoutWindow) != null ? _a5 : fallbackWindow) != null ? _b3 : this.getDefaultTimerWindow(); + ownerWindow == null ? void 0 : ownerWindow.clearTimeout(this.state.thinkingIndicatorTimeout); + this.state.thinkingIndicatorTimeout = null; + this.thinkingIndicatorTimeoutWindow = null; + } + } + setFlavorTimerInterval(value, ownerWindow) { + this.state.flavorTimerInterval = value; + this.flavorTimerIntervalWindow = value === null ? null : ownerWindow; + } + clearFlavorTimerInterval() { + var _a5; + if (this.state.flavorTimerInterval) { + const ownerWindow = (_a5 = this.flavorTimerIntervalWindow) != null ? _a5 : this.getDefaultTimerWindow(); + ownerWindow == null ? void 0 : ownerWindow.clearInterval(this.state.flavorTimerInterval); + this.state.flavorTimerInterval = null; + this.flavorTimerIntervalWindow = null; + } + } + resetStreamingState() { + this.state.currentContentEl = null; + this.state.currentTextEl = null; + this.state.currentTextContent = ""; + this.state.currentThinkingState = null; + this.state.isStreaming = false; + this.state.cancelRequested = false; + this.clearThinkingIndicatorTimeout(); + this.clearFlavorTimerInterval(); + this.state.responseStartTime = null; + } + clearMaps() { + this.state.toolCallElements.clear(); + this.state.writeEditStates.clear(); + this.state.pendingTools.clear(); + } + resetForNewConversation() { + this.clearMessages(); + this.resetStreamingState(); + this.clearMaps(); + this.state.queuedMessage = null; + this.usage = null; + this.currentTodos = null; + this.autoScrollEnabled = true; + } + getPersistedMessages() { + return this.state.messages; + } + getDefaultTimerWindow() { + return typeof window === "undefined" ? null : window; + } +}; + +// src/features/chat/ui/BangBashModeManager.ts +var import_obsidian34 = require("obsidian"); +var BangBashModeManager = class { + constructor(inputEl, callbacks) { + this.state = { active: false, rawCommand: "" }; + this.isSubmitting = false; + this.originalPlaceholder = ""; + this.inputEl = inputEl; + this.callbacks = callbacks; + this.originalPlaceholder = inputEl.placeholder; + } + handleTriggerKey(e2) { + if (!this.state.active && this.inputEl.value === "" && e2.key === "!") { + if (this.enterMode()) { + e2.preventDefault(); + return true; + } + } + return false; + } + handleInputChange() { + if (!this.state.active) return; + this.state.rawCommand = this.inputEl.value; + } + enterMode() { + const wrapper = this.callbacks.getInputWrapper(); + if (!wrapper) return false; + wrapper.addClass("claudian-input-bang-bash-mode"); + this.state = { active: true, rawCommand: "" }; + this.inputEl.placeholder = t10("chat.bangBash.placeholder"); + return true; + } + exitMode() { + const wrapper = this.callbacks.getInputWrapper(); + if (wrapper) { + wrapper.removeClass("claudian-input-bang-bash-mode"); + } + this.state = { active: false, rawCommand: "" }; + this.inputEl.placeholder = this.originalPlaceholder; + } + handleKeydown(e2) { + if (!this.state.active) return false; + if (e2.key === "Enter" && !e2.shiftKey && !e2.isComposing) { + e2.preventDefault(); + if (this.state.rawCommand.trim()) { + void this.submit(); + } + return true; + } + if (e2.key === "Escape" && !e2.isComposing) { + e2.preventDefault(); + this.clear(); + return true; + } + return false; + } + isActive() { + return this.state.active; + } + getRawCommand() { + return this.state.rawCommand; + } + async submit() { + if (this.isSubmitting) return; + const rawCommand = this.state.rawCommand.trim(); + if (!rawCommand) return; + this.isSubmitting = true; + try { + this.clear(); + await this.callbacks.onSubmit(rawCommand); + } catch (e2) { + new import_obsidian34.Notice(`Command failed: ${e2 instanceof Error ? e2.message : String(e2)}`); + } finally { + this.isSubmitting = false; + } + } + clear() { + var _a5, _b3; + this.inputEl.value = ""; + this.exitMode(); + (_b3 = (_a5 = this.callbacks).resetInputHeight) == null ? void 0 : _b3.call(_a5); + } + destroy() { + this.exitMode(); + } +}; + +// src/features/chat/ui/FileContext.ts +var import_obsidian38 = require("obsidian"); + +// src/shared/mention/MentionDropdownController.ts +var import_obsidian35 = require("obsidian"); + +// src/utils/externalContext.ts +var fs27 = __toESM(require("fs")); +init_path(); +function normalizePathForComparison3(p) { + return normalizePathForComparison(p); +} +function normalizePathForDisplay(p) { + if (!p) return ""; + return p.replace(/\\/g, "/").replace(/\/+$/, ""); +} +function findConflictingPath(newPath, existingPaths) { + const normalizedNew = normalizePathForComparison3(newPath); + for (const existing of existingPaths) { + const normalizedExisting = normalizePathForComparison3(existing); + if (normalizedNew.startsWith(normalizedExisting + "/")) { + return { path: existing, type: "parent" }; + } + if (normalizedExisting.startsWith(normalizedNew + "/")) { + return { path: existing, type: "child" }; + } + } + return null; +} +function getFolderName(p) { + const normalized = normalizePathForDisplay(p); + const segments = normalized.split("/"); + return segments[segments.length - 1] || normalized; +} +function getContextDisplayName(normalizedPath, folderName, needsDisambiguation) { + if (!needsDisambiguation) return folderName; + const segments = normalizedPath.split("/").filter(Boolean); + if (segments.length < 2) return folderName; + const parent = segments[segments.length - 2]; + if (!parent) return folderName; + return `${parent}/${folderName}`; +} +function buildExternalContextDisplayEntries(externalContexts) { + var _a5; + const counts = /* @__PURE__ */ new Map(); + const normalizedPaths = /* @__PURE__ */ new Map(); + for (const contextPath of externalContexts) { + const normalized = normalizePathForComparison3(contextPath); + normalizedPaths.set(contextPath, normalized); + const folderName = getFolderName(normalized); + counts.set(folderName, ((_a5 = counts.get(folderName)) != null ? _a5 : 0) + 1); + } + return externalContexts.map((contextRoot) => { + var _a6, _b3; + const normalized = (_a6 = normalizedPaths.get(contextRoot)) != null ? _a6 : normalizePathForComparison3(contextRoot); + const folderName = getFolderName(contextRoot); + const needsDisambiguation = ((_b3 = counts.get(folderName)) != null ? _b3 : 0) > 1; + const displayName = getContextDisplayName(normalized, folderName, needsDisambiguation); + return { + contextRoot, + displayName, + displayNameLower: displayName.toLowerCase() + }; + }); +} +function validateDirectoryPath(p) { + try { + const stats = fs27.statSync(p); + if (!stats.isDirectory()) { + return { valid: false, error: "Path exists but is not a directory" }; + } + return { valid: true }; + } catch (err) { + const error48 = err; + if (error48.code === "ENOENT") { + return { valid: false, error: "Path does not exist" }; + } + if (error48.code === "EACCES") { + return { valid: false, error: "Permission denied" }; + } + return { valid: false, error: `Cannot access path: ${error48.message}` }; + } +} +function isValidDirectoryPath(p) { + return validateDirectoryPath(p).valid; +} +function filterValidPaths(paths) { + return paths.filter(isValidDirectoryPath); +} +function isDuplicatePath(newPath, existingPaths) { + const normalizedNew = normalizePathForComparison3(newPath); + return existingPaths.some((existing) => normalizePathForComparison3(existing) === normalizedNew); +} + +// src/utils/externalContextScanner.ts +var fs28 = __toESM(require("fs")); +var path24 = __toESM(require("path")); +init_path(); +var CACHE_TTL_MS = 3e4; +var MAX_FILES_PER_PATH = 1e3; +var MAX_DEPTH = 10; +var SKIP_DIRECTORIES = /* @__PURE__ */ new Set([ + "node_modules", + "__pycache__", + "venv", + ".venv", + ".git", + ".svn", + ".hg", + "dist", + "build", + "out", + ".next", + ".nuxt", + "target", + "vendor", + "Pods" +]); +var ExternalContextScanner = class { + constructor() { + this.cache = /* @__PURE__ */ new Map(); + } + scanPaths(externalContextPaths) { + const allFiles = []; + const now = Date.now(); + for (const contextPath of externalContextPaths) { + const expandedPath = normalizePathForFilesystem(contextPath); + const cached2 = this.cache.get(expandedPath); + if (cached2 && now - cached2.timestamp < CACHE_TTL_MS) { + allFiles.push(...cached2.files); + continue; + } + const files = this.scanDirectory(expandedPath, expandedPath, 0); + this.cache.set(expandedPath, { files, timestamp: now }); + allFiles.push(...files); + } + return allFiles; + } + scanDirectory(dir, contextRoot, depth) { + if (depth > MAX_DEPTH) return []; + const files = []; + try { + if (!fs28.existsSync(dir)) return []; + const stat = fs28.statSync(dir); + if (!stat.isDirectory()) return []; + const entries = fs28.readdirSync(dir, { withFileTypes: true }); + for (const entry of entries) { + if (entry.name.startsWith(".")) continue; + if (SKIP_DIRECTORIES.has(entry.name)) continue; + if (entry.isSymbolicLink()) continue; + const fullPath = path24.join(dir, entry.name); + if (entry.isDirectory()) { + const subFiles = this.scanDirectory(fullPath, contextRoot, depth + 1); + files.push(...subFiles); + } else if (entry.isFile()) { + try { + const fileStat = fs28.statSync(fullPath); + files.push({ + path: fullPath, + name: entry.name, + relativePath: path24.relative(contextRoot, fullPath), + contextRoot, + mtime: fileStat.mtimeMs + }); + } catch (e2) { + } + } + if (files.length >= MAX_FILES_PER_PATH) break; + } + } catch (e2) { + } + return files; + } + invalidateCache() { + this.cache.clear(); + } + invalidatePath(contextPath) { + const expandedPath = normalizePathForFilesystem(contextPath); + this.cache.delete(expandedPath); + } +}; +var externalContextScanner = new ExternalContextScanner(); + +// src/shared/components/SelectableDropdown.ts +var SelectableDropdown = class { + constructor(containerEl, options) { + this.dropdownEl = null; + this.items = []; + this.itemEls = []; + this.selectedIndex = 0; + this.containerEl = containerEl; + this.options = options; + } + isVisible() { + var _a5, _b3; + return (_b3 = (_a5 = this.dropdownEl) == null ? void 0 : _a5.hasClass("visible")) != null ? _b3 : false; + } + getElement() { + return this.dropdownEl; + } + getSelectedIndex() { + return this.selectedIndex; + } + getSelectedItem() { + var _a5; + return (_a5 = this.items[this.selectedIndex]) != null ? _a5 : null; + } + getItems() { + return this.items; + } + hide() { + if (this.dropdownEl) { + this.dropdownEl.removeClass("visible"); + } + } + destroy() { + if (this.dropdownEl) { + this.dropdownEl.remove(); + this.dropdownEl = null; + } + } + render(options) { + var _a5; + this.items = options.items; + this.selectedIndex = options.selectedIndex; + if (!this.dropdownEl) { + this.dropdownEl = this.createDropdownElement(); + } + this.dropdownEl.empty(); + this.itemEls = []; + if (options.items.length === 0) { + const emptyEl = this.dropdownEl.createDiv({ cls: this.options.emptyClassName }); + emptyEl.setText(options.emptyText); + } else { + for (let i = 0; i < options.items.length; i++) { + const item = options.items[i]; + const itemEl = this.dropdownEl.createDiv({ cls: this.options.itemClassName }); + const extraClass = (_a5 = options.getItemClass) == null ? void 0 : _a5.call(options, item); + if (Array.isArray(extraClass)) { + extraClass.forEach((cls) => itemEl.addClass(cls)); + } else if (extraClass) { + itemEl.addClass(extraClass); + } + if (i === this.selectedIndex) { + itemEl.addClass("selected"); + } + options.renderItem(item, itemEl); + itemEl.addEventListener("click", (e2) => { + var _a6; + this.selectedIndex = i; + this.updateSelection(); + (_a6 = options.onItemClick) == null ? void 0 : _a6.call(options, item, i, e2); + }); + itemEl.addEventListener("mouseenter", () => { + var _a6; + this.selectedIndex = i; + this.updateSelection(); + (_a6 = options.onItemHover) == null ? void 0 : _a6.call(options, item, i); + }); + this.itemEls.push(itemEl); + } + } + this.dropdownEl.addClass("visible"); + } + updateSelection() { + this.itemEls.forEach((itemEl, index) => { + if (index === this.selectedIndex) { + itemEl.addClass("selected"); + itemEl.scrollIntoView({ block: "nearest" }); + } else { + itemEl.removeClass("selected"); + } + }); + } + moveSelection(delta) { + const maxIndex = this.items.length - 1; + this.selectedIndex = Math.max(0, Math.min(maxIndex, this.selectedIndex + delta)); + this.updateSelection(); + } + createDropdownElement() { + const className = this.options.fixed && this.options.fixedClassName ? `${this.options.listClassName} ${this.options.fixedClassName}` : this.options.listClassName; + return this.containerEl.createDiv({ cls: className }); + } +}; + +// src/shared/mention/MentionDropdownController.ts +var MentionDropdownController = class { + constructor(containerEl, inputEl, callbacks, options = {}) { + this.mentionStartIndex = -1; + this.selectedMentionIndex = 0; + this.filteredMentionItems = []; + this.filteredContextFiles = []; + this.activeContextFilter = null; + this.activeAgentFilter = false; + this.mcpManager = null; + this.agentService = null; + this.debounceTimer = null; + var _a5; + this.containerEl = containerEl; + this.inputEl = inputEl; + this.callbacks = callbacks; + this.fixed = (_a5 = options.fixed) != null ? _a5 : false; + this.dropdown = new SelectableDropdown(this.containerEl, { + listClassName: "claudian-mention-dropdown", + itemClassName: "claudian-mention-item", + emptyClassName: "claudian-mention-empty", + fixed: this.fixed, + fixedClassName: "claudian-mention-dropdown-fixed" + }); + } + setMcpManager(manager) { + this.mcpManager = manager; + } + setAgentService(service) { + if (this.agentService !== service && this.dropdown.isVisible()) { + this.hide(); + } + this.agentService = service; + } + preScanExternalContexts() { + const externalContexts = this.callbacks.getExternalContexts() || []; + if (externalContexts.length === 0) return; + window.setTimeout(() => { + try { + externalContextScanner.scanPaths(externalContexts); + } catch (e2) { + } + }, 0); + } + isVisible() { + return this.dropdown.isVisible(); + } + hide() { + this.dropdown.hide(); + this.mentionStartIndex = -1; + } + containsElement(el2) { + var _a5, _b3; + return (_b3 = (_a5 = this.dropdown.getElement()) == null ? void 0 : _a5.contains(el2)) != null ? _b3 : false; + } + destroy() { + if (this.debounceTimer !== null) { + window.clearTimeout(this.debounceTimer); + } + this.dropdown.destroy(); + } + updateMcpMentionsFromText(text) { + var _a5, _b3; + if (!this.mcpManager) return; + const validNames = new Set( + this.mcpManager.getContextSavingServers().map((s2) => s2.name) + ); + const newMentions = extractMcpMentions(text, validNames); + const changed = this.callbacks.setMentionedMcpServers(newMentions); + if (changed) { + (_b3 = (_a5 = this.callbacks).onMcpMentionChange) == null ? void 0 : _b3.call(_a5, newMentions); + } + } + handleInputChange() { + if (this.debounceTimer !== null) { + window.clearTimeout(this.debounceTimer); + } + this.debounceTimer = window.setTimeout(() => { + const text = this.inputEl.value; + this.updateMcpMentionsFromText(text); + const cursorPos = this.inputEl.selectionStart || 0; + const textBeforeCursor = text.substring(0, cursorPos); + const lastAtIndex = textBeforeCursor.lastIndexOf("@"); + if (lastAtIndex === -1) { + this.hide(); + return; + } + const charBeforeAt = lastAtIndex > 0 ? textBeforeCursor[lastAtIndex - 1] : " "; + if (!/\s/.test(charBeforeAt) && lastAtIndex !== 0) { + this.hide(); + return; + } + const searchText = textBeforeCursor.substring(lastAtIndex + 1); + if (/\s/.test(searchText)) { + this.hide(); + return; + } + this.mentionStartIndex = lastAtIndex; + this.showMentionDropdown(searchText); + }, 200); + } + handleKeydown(e2) { + if (!this.dropdown.isVisible()) return false; + if (e2.key === "ArrowDown") { + e2.preventDefault(); + this.dropdown.moveSelection(1); + this.selectedMentionIndex = this.dropdown.getSelectedIndex(); + return true; + } + if (e2.key === "ArrowUp") { + e2.preventDefault(); + this.dropdown.moveSelection(-1); + this.selectedMentionIndex = this.dropdown.getSelectedIndex(); + return true; + } + if ((e2.key === "Enter" || e2.key === "Tab") && !e2.isComposing) { + e2.preventDefault(); + this.selectMentionItem(); + return true; + } + if (e2.key === "Escape" && !e2.isComposing) { + e2.preventDefault(); + if (this.activeContextFilter || this.activeAgentFilter) { + this.returnToFirstLevel(); + return true; + } + this.hide(); + return true; + } + return false; + } + showMentionDropdown(searchText) { + const searchLower = searchText.toLowerCase(); + this.filteredMentionItems = []; + this.filteredContextFiles = []; + const externalContexts = this.callbacks.getExternalContexts() || []; + const contextEntries = buildExternalContextDisplayEntries(externalContexts); + const isFilterSearch = searchText.includes("/"); + let fileSearchText = searchLower; + if (isFilterSearch && searchLower.startsWith("agents/")) { + this.activeAgentFilter = true; + this.activeContextFilter = null; + const agentSearchText = searchText.substring("agents/".length).toLowerCase(); + if (this.agentService) { + const matchingAgents = this.agentService.searchAgents(agentSearchText); + for (const agent of matchingAgents) { + this.filteredMentionItems.push({ + type: "agent", + id: agent.id, + name: agent.name, + description: agent.description, + source: agent.source + }); + } + } + this.selectedMentionIndex = 0; + this.renderMentionDropdown(); + return; + } + if (isFilterSearch) { + const matchingContext = contextEntries.filter((entry) => searchLower.startsWith(`${entry.displayNameLower}/`)).sort((a, b2) => b2.displayNameLower.length - a.displayNameLower.length)[0]; + if (matchingContext) { + const prefixLength = matchingContext.displayName.length + 1; + fileSearchText = searchText.substring(prefixLength).toLowerCase(); + this.activeContextFilter = { + folderName: matchingContext.displayName, + contextRoot: matchingContext.contextRoot + }; + } else { + this.activeContextFilter = null; + } + } + if (this.activeContextFilter && isFilterSearch) { + const contextFiles = externalContextScanner.scanPaths([this.activeContextFilter.contextRoot]); + this.filteredContextFiles = contextFiles.filter((file2) => { + const relativePath = file2.relativePath.replace(/\\/g, "/"); + const pathLower = relativePath.toLowerCase(); + const nameLower = file2.name.toLowerCase(); + return pathLower.includes(fileSearchText) || nameLower.includes(fileSearchText); + }).sort((a, b2) => { + const aNameMatch = a.name.toLowerCase().startsWith(fileSearchText); + const bNameMatch = b2.name.toLowerCase().startsWith(fileSearchText); + if (aNameMatch && !bNameMatch) return -1; + if (!aNameMatch && bNameMatch) return 1; + return b2.mtime - a.mtime; + }); + for (const file2 of this.filteredContextFiles) { + const relativePath = file2.relativePath.replace(/\\/g, "/"); + this.filteredMentionItems.push({ + type: "context-file", + name: relativePath, + absolutePath: file2.path, + contextRoot: file2.contextRoot, + folderName: this.activeContextFilter.folderName + }); + } + const firstVaultItemIndex2 = this.filteredMentionItems.length; + const vaultItemCount2 = this.appendVaultItems(searchLower); + if (this.filteredContextFiles.length === 0 && vaultItemCount2 > 0) { + this.selectedMentionIndex = firstVaultItemIndex2; + } else { + this.selectedMentionIndex = 0; + } + this.renderMentionDropdown(); + return; + } + this.activeContextFilter = null; + this.activeAgentFilter = false; + if (this.mcpManager) { + const mcpServers = this.mcpManager.getContextSavingServers(); + for (const server of mcpServers) { + if (server.name.toLowerCase().includes(searchLower)) { + this.filteredMentionItems.push({ + type: "mcp-server", + name: server.name + }); + } + } + } + if (this.agentService) { + const hasAgents = this.agentService.searchAgents("").length > 0; + if (hasAgents && "agents".includes(searchLower)) { + this.filteredMentionItems.push({ + type: "agent-folder", + name: "Agents" + }); + } + } + if (contextEntries.length > 0) { + const matchingFolders = /* @__PURE__ */ new Set(); + for (const entry of contextEntries) { + if (entry.displayNameLower.includes(searchLower) && !matchingFolders.has(entry.displayName)) { + matchingFolders.add(entry.displayName); + this.filteredMentionItems.push({ + type: "context-folder", + name: entry.displayName, + contextRoot: entry.contextRoot, + folderName: entry.displayName + }); + } + } + } + const firstVaultItemIndex = this.filteredMentionItems.length; + const vaultItemCount = this.appendVaultItems(searchLower); + this.selectedMentionIndex = vaultItemCount > 0 ? firstVaultItemIndex : 0; + this.renderMentionDropdown(); + } + appendVaultItems(searchLower) { + var _a5; + const compare = (a, b2) => { + if (a.startsWithQuery !== b2.startsWithQuery) return a.startsWithQuery ? -1 : 1; + if (a.mtime !== b2.mtime) return b2.mtime - a.mtime; + if (a.type !== b2.type) return a.type === "file" ? -1 : 1; + return a.path.localeCompare(b2.path); + }; + const allFiles = this.callbacks.getCachedVaultFiles(); + const folderMtimeMap = /* @__PURE__ */ new Map(); + for (const f9 of allFiles) { + const parts = f9.path.split("/"); + for (let i = 1; i < parts.length; i++) { + const folderPath = parts.slice(0, i).join("/"); + const existing = (_a5 = folderMtimeMap.get(folderPath)) != null ? _a5 : 0; + if (f9.stat.mtime > existing) { + folderMtimeMap.set(folderPath, f9.stat.mtime); + } + } + } + const scoredFolders = this.callbacks.getCachedVaultFolders().map((f9) => ({ + name: f9.name, + path: f9.path.replace(/\\/g, "/").replace(/\/+$/, "") + })).filter( + (f9) => f9.path.length > 0 && (f9.path.toLowerCase().includes(searchLower) || f9.name.toLowerCase().includes(searchLower)) + ).map((f9) => { + var _a6; + return { + type: "folder", + name: f9.name, + path: f9.path, + startsWithQuery: f9.name.toLowerCase().startsWith(searchLower), + mtime: (_a6 = folderMtimeMap.get(f9.path)) != null ? _a6 : 0 + }; + }).sort(compare).slice(0, 50); + const scoredFiles = allFiles.filter( + (f9) => f9.path.toLowerCase().includes(searchLower) || f9.name.toLowerCase().includes(searchLower) + ).map((f9) => ({ + type: "file", + name: f9.name, + path: f9.path, + file: f9, + startsWithQuery: f9.name.toLowerCase().startsWith(searchLower), + mtime: f9.stat.mtime + })).sort(compare).slice(0, 100); + const merged = [...scoredFolders, ...scoredFiles].sort(compare); + for (const item of merged) { + if (item.type === "folder") { + this.filteredMentionItems.push({ type: "folder", name: item.name, path: item.path }); + } else { + this.filteredMentionItems.push({ type: "file", name: item.name, path: item.path, file: item.file }); + } + } + return merged.length; + } + renderMentionDropdown() { + this.dropdown.render({ + items: this.filteredMentionItems, + selectedIndex: this.selectedMentionIndex, + emptyText: "No matches", + getItemClass: (item) => { + switch (item.type) { + case "mcp-server": + return "mcp-server"; + case "folder": + return "vault-folder"; + case "agent": + return "agent"; + case "agent-folder": + return "agent-folder"; + case "context-file": + return "context-file"; + case "context-folder": + return "context-folder"; + default: + return void 0; + } + }, + renderItem: (item, itemEl) => { + const iconEl = itemEl.createSpan({ cls: "claudian-mention-icon" }); + switch (item.type) { + case "mcp-server": + appendMcpIcon(iconEl); + break; + case "agent": + case "agent-folder": + (0, import_obsidian35.setIcon)(iconEl, "bot"); + break; + case "context-file": + (0, import_obsidian35.setIcon)(iconEl, "folder-open"); + break; + case "folder": + case "context-folder": + (0, import_obsidian35.setIcon)(iconEl, "folder"); + break; + default: + (0, import_obsidian35.setIcon)(iconEl, "file-text"); + } + const textEl = itemEl.createSpan({ cls: "claudian-mention-text" }); + switch (item.type) { + case "mcp-server": + textEl.createSpan({ cls: "claudian-mention-name" }).setText(`@${item.name}`); + break; + case "agent-folder": + textEl.createSpan({ + cls: "claudian-mention-name claudian-mention-name-agent-folder" + }).setText(`@${item.name}/`); + break; + case "agent": { + textEl.createSpan({ + cls: "claudian-mention-name claudian-mention-name-agent" + }).setText(`@${item.id}`); + if (item.description) { + textEl.createSpan({ cls: "claudian-mention-agent-desc" }).setText(item.description); + } + break; + } + case "context-folder": + textEl.createSpan({ + cls: "claudian-mention-name claudian-mention-name-folder" + }).setText(`@${item.name}/`); + break; + case "context-file": + textEl.createSpan({ + cls: "claudian-mention-name claudian-mention-name-context" + }).setText(item.name); + break; + case "folder": + textEl.createSpan({ + cls: "claudian-mention-name claudian-mention-name-folder" + }).setText(`@${item.path}/`); + break; + default: + textEl.createSpan({ cls: "claudian-mention-path" }).setText(item.path || item.name); + } + }, + onItemClick: (item, index, e2) => { + if (item.type === "context-folder" || item.type === "agent-folder") { + e2.stopPropagation(); + } + this.selectedMentionIndex = index; + this.selectMentionItem(); + }, + onItemHover: (_item, index) => { + this.selectedMentionIndex = index; + } + }); + if (this.fixed) { + this.positionFixed(); + } + } + positionFixed() { + const dropdownEl = this.dropdown.getElement(); + if (!dropdownEl) return; + const inputRect = this.inputEl.getBoundingClientRect(); + dropdownEl.setCssProps({ + "--claudian-fixed-dropdown-bottom": `${window.innerHeight - inputRect.top + 4}px`, + "--claudian-fixed-dropdown-left": `${inputRect.left}px`, + "--claudian-fixed-dropdown-width": `${Math.max(inputRect.width, 280)}px` + }); + } + insertReplacement(beforeAt, replacement, afterCursor) { + this.inputEl.value = beforeAt + replacement + afterCursor; + this.inputEl.selectionStart = this.inputEl.selectionEnd = beforeAt.length + replacement.length; + } + returnToFirstLevel() { + const text = this.inputEl.value; + const beforeAt = text.substring(0, this.mentionStartIndex); + const cursorPos = this.inputEl.selectionStart || 0; + const afterCursor = text.substring(cursorPos); + this.inputEl.value = beforeAt + "@" + afterCursor; + this.inputEl.selectionStart = this.inputEl.selectionEnd = beforeAt.length + 1; + this.activeContextFilter = null; + this.activeAgentFilter = false; + this.showMentionDropdown(""); + } + selectMentionItem() { + var _a5, _b3, _c2, _d, _e2, _f2; + if (this.filteredMentionItems.length === 0) return; + const selectedIndex = this.dropdown.getSelectedIndex(); + this.selectedMentionIndex = selectedIndex; + const selectedItem = this.filteredMentionItems[selectedIndex]; + if (!selectedItem) return; + const text = this.inputEl.value; + const beforeAt = text.substring(0, this.mentionStartIndex); + const cursorPos = this.inputEl.selectionStart || 0; + const afterCursor = text.substring(cursorPos); + switch (selectedItem.type) { + case "mcp-server": { + const replacement = `@${selectedItem.name} `; + this.insertReplacement(beforeAt, replacement, afterCursor); + this.callbacks.addMentionedMcpServer(selectedItem.name); + (_b3 = (_a5 = this.callbacks).onMcpMentionChange) == null ? void 0 : _b3.call(_a5, this.callbacks.getMentionedMcpServers()); + break; + } + case "agent-folder": + this.activeAgentFilter = true; + this.inputEl.focus(); + this.showMentionDropdown("Agents/"); + return; + case "agent": { + const replacement = `@${selectedItem.id} (agent) `; + this.insertReplacement(beforeAt, replacement, afterCursor); + (_d = (_c2 = this.callbacks).onAgentMentionSelect) == null ? void 0 : _d.call(_c2, selectedItem.id); + break; + } + case "context-folder": { + const replacement = `@${selectedItem.name}/`; + this.insertReplacement(beforeAt, replacement, afterCursor); + this.inputEl.focus(); + this.handleInputChange(); + return; + } + case "context-file": { + const displayName = selectedItem.folderName ? `@${selectedItem.folderName}/${selectedItem.name}` : `@${selectedItem.name}`; + if (selectedItem.absolutePath) { + this.callbacks.onAttachFile(selectedItem.absolutePath); + } + this.insertReplacement(beforeAt, `${displayName} `, afterCursor); + break; + } + case "folder": { + const normalizedPath = this.callbacks.normalizePathForVault(selectedItem.path); + this.insertReplacement(beforeAt, `@${normalizedPath != null ? normalizedPath : selectedItem.path}/ `, afterCursor); + break; + } + default: { + const rawPath = (_f2 = (_e2 = selectedItem.file) == null ? void 0 : _e2.path) != null ? _f2 : selectedItem.path; + const normalizedPath = this.callbacks.normalizePathForVault(rawPath); + if (normalizedPath) { + this.callbacks.onAttachFile(normalizedPath); + } + this.insertReplacement(beforeAt, `@${normalizedPath != null ? normalizedPath : selectedItem.name} `, afterCursor); + break; + } + } + this.hide(); + this.inputEl.focus(); + } +}; + +// src/shared/mention/VaultMentionCache.ts +var import_obsidian36 = require("obsidian"); +var VaultFileCache = class { + constructor(app, options = {}) { + this.app = app; + this.options = options; + this.cachedFiles = []; + this.dirty = true; + this.isInitialized = false; + } + initializeInBackground() { + if (this.isInitialized) return; + window.setTimeout(() => { + this.tryRefreshFiles(); + }, 0); + } + markDirty() { + this.dirty = true; + } + getFiles() { + if (this.dirty || !this.isInitialized) { + this.tryRefreshFiles(); + } + return this.cachedFiles; + } + tryRefreshFiles() { + var _a5, _b3; + try { + this.cachedFiles = this.app.vault.getFiles(); + this.dirty = false; + } catch (error48) { + (_b3 = (_a5 = this.options).onLoadError) == null ? void 0 : _b3.call(_a5, error48); + if (this.cachedFiles.length > 0) { + this.dirty = false; + } + } finally { + this.isInitialized = true; + } + } +}; +function isVisibleFolder(folder) { + const normalizedPath = folder.path.replace(/\\/g, "/").replace(/\/+$/, ""); + if (!normalizedPath) return false; + return !normalizedPath.split("/").some((segment) => segment.startsWith(".")); +} +var VaultFolderCache = class { + constructor(app) { + this.app = app; + this.cachedFolders = []; + this.dirty = true; + this.isInitialized = false; + } + initializeInBackground() { + if (this.isInitialized) return; + window.setTimeout(() => { + this.tryRefreshFolders(); + }, 0); + } + markDirty() { + this.dirty = true; + } + getFolders() { + if (this.dirty || !this.isInitialized) { + this.tryRefreshFolders(); + } + return this.cachedFolders; + } + tryRefreshFolders() { + try { + this.cachedFolders = this.loadFolders(); + this.dirty = false; + } catch (e2) { + if (this.cachedFolders.length > 0) { + this.dirty = false; + } + } finally { + this.isInitialized = true; + } + } + loadFolders() { + return this.app.vault.getAllLoadedFiles().filter((file2) => file2 instanceof import_obsidian36.TFolder && isVisibleFolder(file2)); + } +}; + +// src/shared/mention/VaultMentionDataProvider.ts +var VaultMentionDataProvider = class { + constructor(app, options = {}) { + this.hasReportedFileLoadError = false; + this.fileCache = new VaultFileCache(app, { + onLoadError: () => { + var _a5; + if (this.hasReportedFileLoadError) return; + this.hasReportedFileLoadError = true; + (_a5 = options.onFileLoadError) == null ? void 0 : _a5.call(options); + } + }); + this.folderCache = new VaultFolderCache(app); + } + initializeInBackground() { + this.fileCache.initializeInBackground(); + this.folderCache.initializeInBackground(); + } + markFilesDirty() { + this.fileCache.markDirty(); + } + markFoldersDirty() { + this.folderCache.markDirty(); + } + getCachedVaultFiles() { + return this.fileCache.getFiles(); + } + getCachedVaultFolders() { + return this.folderCache.getFolders().map((folder) => ({ + name: folder.name, + path: folder.path + })); + } +}; + +// src/utils/contextMentionResolver.ts +var TRAILING_PUNCTUATION_REGEX = /[),.!?:;]+$/; +var BOUNDARY_PUNCTUATION = /* @__PURE__ */ new Set([",", ")", "!", "?", ":", ";"]); +function isWhitespace(char) { + return /\s/.test(char); +} +function collectMentionEndCandidates(text, pathStart) { + const candidates = /* @__PURE__ */ new Set(); + for (let index = pathStart; index < text.length; index++) { + const char = text[index]; + if (isWhitespace(char)) { + candidates.add(index); + continue; + } + if (BOUNDARY_PUNCTUATION.has(char)) { + candidates.add(index + 1); + } + } + candidates.add(text.length); + return Array.from(candidates).sort((a, b2) => b2 - a); +} +function isMentionStart(text, index) { + if (text[index] !== "@") return false; + if (index === 0) return true; + return isWhitespace(text[index - 1]); +} +function normalizeMentionPath(pathText) { + return pathText.replace(/\\/g, "/").replace(/^\.?\//, "").replace(/\/+/g, "/").replace(/\/+$/, ""); +} +function normalizeForPlatformLookup(value) { + return process.platform === "win32" ? value.toLowerCase() : value; +} +function buildExternalContextLookup(files) { + const lookup = /* @__PURE__ */ new Map(); + for (const file2 of files) { + const normalized = normalizeMentionPath(file2.relativePath); + if (!normalized) continue; + const key = normalizeForPlatformLookup(normalized); + if (!lookup.has(key)) { + lookup.set(key, file2.path); + } + } + return lookup; +} +function resolveExternalMentionAtIndex(text, mentionStart, contextEntries, getContextLookup) { + const mentionBodyStart = mentionStart + 1; + let bestMatch = null; + for (const entry of contextEntries) { + const displayNameEnd = mentionBodyStart + entry.displayName.length; + if (displayNameEnd >= text.length) continue; + const mentionDisplayName = text.slice(mentionBodyStart, displayNameEnd).toLowerCase(); + if (mentionDisplayName !== entry.displayNameLower) continue; + const separator = text[displayNameEnd]; + if (separator !== "/" && separator !== "\\") continue; + const lookup = getContextLookup(entry.contextRoot); + const match = findBestMentionLookupMatch( + text, + displayNameEnd + 1, + lookup, + normalizeMentionPath, + normalizeForPlatformLookup + ); + if (!match) continue; + if (!bestMatch || match.endIndex > bestMatch.endIndex) { + bestMatch = match; + } + } + return bestMatch; +} +function findBestMentionLookupMatch(text, pathStart, pathLookup, normalizePath, normalizeLookupKey) { + var _a5, _b3; + if (pathLookup.size === 0 || pathStart >= text.length) return null; + const endCandidates = collectMentionEndCandidates(text, pathStart); + for (const endIndex of endCandidates) { + if (endIndex <= pathStart) continue; + const rawPath = text.slice(pathStart, endIndex); + const trailingPunctuation = (_b3 = (_a5 = rawPath.match(TRAILING_PUNCTUATION_REGEX)) == null ? void 0 : _a5[0]) != null ? _b3 : ""; + const rawPathWithoutPunctuation = trailingPunctuation ? rawPath.slice(0, -trailingPunctuation.length) : rawPath; + const normalizedPath = normalizePath(rawPathWithoutPunctuation); + if (!normalizedPath) continue; + const resolvedPath = pathLookup.get(normalizeLookupKey(normalizedPath)); + if (resolvedPath) { + return { + resolvedPath, + endIndex, + trailingPunctuation + }; + } + } + return null; +} +function createExternalContextLookupGetter(getContextFiles) { + const lookupCache = /* @__PURE__ */ new Map(); + return (contextRoot) => { + const cached2 = lookupCache.get(contextRoot); + if (cached2) return cached2; + const lookup = buildExternalContextLookup(getContextFiles(contextRoot)); + lookupCache.set(contextRoot, lookup); + return lookup; + }; +} + +// src/features/chat/ui/FileContext.ts +init_path(); + +// src/features/chat/ui/file-context/state/FileContextState.ts +var FileContextState = class { + constructor() { + this.attachedFiles = /* @__PURE__ */ new Set(); + this.sessionStarted = false; + this.mentionedMcpServers = /* @__PURE__ */ new Set(); + this.currentNoteSent = false; + } + getAttachedFiles() { + return new Set(this.attachedFiles); + } + hasSentCurrentNote() { + return this.currentNoteSent; + } + markCurrentNoteSent() { + this.currentNoteSent = true; + } + isSessionStarted() { + return this.sessionStarted; + } + startSession() { + this.sessionStarted = true; + } + resetForNewConversation() { + this.sessionStarted = false; + this.currentNoteSent = false; + this.attachedFiles.clear(); + this.clearMcpMentions(); + } + resetForLoadedConversation(hasMessages) { + this.currentNoteSent = hasMessages; + this.attachedFiles.clear(); + this.sessionStarted = hasMessages; + this.clearMcpMentions(); + } + setAttachedFiles(files) { + this.attachedFiles.clear(); + for (const file2 of files) { + this.attachedFiles.add(file2); + } + } + attachFile(path27) { + this.attachedFiles.add(path27); + } + detachFile(path27) { + this.attachedFiles.delete(path27); + } + clearAttachments() { + this.attachedFiles.clear(); + } + getMentionedMcpServers() { + return new Set(this.mentionedMcpServers); + } + clearMcpMentions() { + this.mentionedMcpServers.clear(); + } + setMentionedMcpServers(mentions) { + const changed = mentions.size !== this.mentionedMcpServers.size || [...mentions].some((name) => !this.mentionedMcpServers.has(name)); + if (changed) { + this.mentionedMcpServers = new Set(mentions); + } + return changed; + } + addMentionedMcpServer(name) { + this.mentionedMcpServers.add(name); + } +}; + +// src/features/chat/ui/file-context/view/FileChipsView.ts +var import_obsidian37 = require("obsidian"); +var FileChipsView = class { + constructor(containerEl, callbacks) { + this.containerEl = containerEl; + this.callbacks = callbacks; + const firstChild = this.containerEl.firstChild; + this.fileIndicatorEl = this.containerEl.createDiv({ cls: "claudian-file-indicator" }); + if (firstChild) { + this.containerEl.insertBefore(this.fileIndicatorEl, firstChild); + } + } + destroy() { + this.fileIndicatorEl.remove(); + } + renderCurrentNote(filePath) { + this.fileIndicatorEl.empty(); + if (!filePath) { + this.fileIndicatorEl.removeClass("claudian-visible-flex"); + this.fileIndicatorEl.addClass("claudian-hidden"); + return; + } + this.fileIndicatorEl.addClass("claudian-visible-flex"); + this.fileIndicatorEl.removeClass("claudian-hidden"); + this.renderFileChip(filePath, () => { + this.callbacks.onRemoveAttachment(filePath); + }); + } + renderFileChip(filePath, onRemove) { + const chipEl = this.fileIndicatorEl.createDiv({ cls: "claudian-file-chip" }); + const iconEl = chipEl.createSpan({ cls: "claudian-file-chip-icon" }); + (0, import_obsidian37.setIcon)(iconEl, "file-text"); + const normalizedPath = filePath.replace(/\\/g, "/"); + const filename = normalizedPath.split("/").pop() || filePath; + const nameEl = chipEl.createSpan({ cls: "claudian-file-chip-name" }); + nameEl.setText(filename); + nameEl.setAttribute("title", filePath); + const removeEl = chipEl.createSpan({ cls: "claudian-file-chip-remove" }); + removeEl.setText("\xD7"); + removeEl.setAttribute("aria-label", "Remove"); + chipEl.addEventListener("click", (e2) => { + if (!e2.target.closest(".claudian-file-chip-remove")) { + this.callbacks.onOpenFile(filePath); + } + }); + removeEl.addEventListener("click", () => { + onRemove(); + }); + } +}; + +// src/features/chat/ui/FileContext.ts +var FileContextManager = class { + constructor(app, chipsContainerEl, inputEl, callbacks, dropdownContainerEl) { + this.deleteEventRef = null; + this.renameEventRef = null; + // Current note (shown as chip) + this.currentNotePath = null; + // MCP server support + this.onMcpMentionChange = null; + this.app = app; + this.chipsContainerEl = chipsContainerEl; + this.dropdownContainerEl = dropdownContainerEl != null ? dropdownContainerEl : chipsContainerEl; + this.inputEl = inputEl; + this.callbacks = callbacks; + this.state = new FileContextState(); + this.mentionDataProvider = new VaultMentionDataProvider(this.app); + this.mentionDataProvider.initializeInBackground(); + this.chipsView = new FileChipsView(this.chipsContainerEl, { + onRemoveAttachment: (filePath) => { + if (filePath === this.currentNotePath) { + this.currentNotePath = null; + this.state.detachFile(filePath); + this.refreshCurrentNoteChip(); + } + }, + onOpenFile: (filePath) => { + void (async () => { + const file2 = this.app.vault.getAbstractFileByPath(filePath); + if (!(file2 instanceof import_obsidian38.TFile)) { + new import_obsidian38.Notice(`Could not open file: ${filePath}`); + return; + } + try { + await this.app.workspace.getLeaf().openFile(file2); + } catch (error48) { + new import_obsidian38.Notice(`Failed to open file: ${error48 instanceof Error ? error48.message : String(error48)}`); + } + })(); + } + }); + this.mentionDropdown = new MentionDropdownController( + this.dropdownContainerEl, + this.inputEl, + { + onAttachFile: (filePath) => this.state.attachFile(filePath), + onMcpMentionChange: (servers) => { + var _a5; + return (_a5 = this.onMcpMentionChange) == null ? void 0 : _a5.call(this, servers); + }, + onAgentMentionSelect: (agentId) => { + var _a5, _b3; + return (_b3 = (_a5 = this.callbacks).onAgentMentionSelect) == null ? void 0 : _b3.call(_a5, agentId); + }, + getMentionedMcpServers: () => this.state.getMentionedMcpServers(), + setMentionedMcpServers: (mentions) => this.state.setMentionedMcpServers(mentions), + addMentionedMcpServer: (name) => this.state.addMentionedMcpServer(name), + getExternalContexts: () => { + var _a5, _b3; + return ((_b3 = (_a5 = this.callbacks).getExternalContexts) == null ? void 0 : _b3.call(_a5)) || []; + }, + getCachedVaultFolders: () => this.mentionDataProvider.getCachedVaultFolders(), + getCachedVaultFiles: () => this.mentionDataProvider.getCachedVaultFiles(), + normalizePathForVault: (rawPath) => this.normalizePathForVault(rawPath) + } + ); + this.deleteEventRef = this.app.vault.on("delete", (file2) => { + if (file2 instanceof import_obsidian38.TFile) this.handleFileDeleted(file2.path); + }); + this.renameEventRef = this.app.vault.on("rename", (file2, oldPath) => { + if (file2 instanceof import_obsidian38.TFile) this.handleFileRenamed(oldPath, file2.path); + }); + } + /** Returns the current note path (shown as chip). */ + getCurrentNotePath() { + return this.currentNotePath; + } + getAttachedFiles() { + return this.state.getAttachedFiles(); + } + /** Checks whether current note should be sent for this session. */ + shouldSendCurrentNote(notePath) { + const resolvedPath = notePath != null ? notePath : this.currentNotePath; + return !!resolvedPath && !this.state.hasSentCurrentNote(); + } + /** Marks current note as sent (call after sending a message). */ + markCurrentNoteSent() { + this.state.markCurrentNoteSent(); + } + isSessionStarted() { + return this.state.isSessionStarted(); + } + startSession() { + this.state.startSession(); + } + /** Resets state for a new conversation. */ + resetForNewConversation() { + this.currentNotePath = null; + this.state.resetForNewConversation(); + this.refreshCurrentNoteChip(); + } + /** Resets state for loading an existing conversation. */ + resetForLoadedConversation(hasMessages) { + this.currentNotePath = null; + this.state.resetForLoadedConversation(hasMessages); + this.refreshCurrentNoteChip(); + } + /** Sets current note (for restoring persisted state). */ + setCurrentNote(notePath) { + this.currentNotePath = notePath; + if (notePath) { + this.state.attachFile(notePath); + } + this.refreshCurrentNoteChip(); + } + /** Auto-attaches the currently focused file (for new sessions). */ + autoAttachActiveFile() { + const activeFile = this.app.workspace.getActiveFile(); + if (activeFile && !this.hasExcludedTag(activeFile)) { + const normalizedPath = this.normalizePathForVault(activeFile.path); + if (normalizedPath) { + this.currentNotePath = normalizedPath; + this.state.attachFile(normalizedPath); + this.refreshCurrentNoteChip(); + } + } + } + /** Handles file open event. */ + handleFileOpen(file2) { + const normalizedPath = this.normalizePathForVault(file2.path); + if (!normalizedPath) return; + if (!this.state.isSessionStarted()) { + this.state.clearAttachments(); + if (!this.hasExcludedTag(file2)) { + this.currentNotePath = normalizedPath; + this.state.attachFile(normalizedPath); + } else { + this.currentNotePath = null; + } + this.refreshCurrentNoteChip(); + } + } + markFileCacheDirty() { + this.mentionDataProvider.markFilesDirty(); + } + markFolderCacheDirty() { + this.mentionDataProvider.markFoldersDirty(); + } + /** Handles input changes to detect @ mentions. */ + handleInputChange() { + this.mentionDropdown.handleInputChange(); + } + /** Handles keyboard navigation in mention dropdown. Returns true if handled. */ + handleMentionKeydown(e2) { + return this.mentionDropdown.handleKeydown(e2); + } + isMentionDropdownVisible() { + return this.mentionDropdown.isVisible(); + } + hideMentionDropdown() { + this.mentionDropdown.hide(); + } + containsElement(el2) { + return this.mentionDropdown.containsElement(el2); + } + transformContextMentions(text) { + var _a5, _b3; + const externalContexts = ((_b3 = (_a5 = this.callbacks).getExternalContexts) == null ? void 0 : _b3.call(_a5)) || []; + if (externalContexts.length === 0 || !text.includes("@")) return text; + const contextEntries = buildExternalContextDisplayEntries(externalContexts).sort((a, b2) => b2.displayNameLower.length - a.displayNameLower.length); + const getContextLookup = createExternalContextLookupGetter( + (contextRoot) => externalContextScanner.scanPaths([contextRoot]) + ); + let replaced = false; + let cursor = 0; + const chunks = []; + for (let index = 0; index < text.length; index++) { + if (!isMentionStart(text, index)) continue; + const resolved = resolveExternalMentionAtIndex(text, index, contextEntries, getContextLookup); + if (!resolved) continue; + chunks.push(text.slice(cursor, index)); + chunks.push(`${resolved.resolvedPath}${resolved.trailingPunctuation}`); + cursor = resolved.endIndex; + index = resolved.endIndex - 1; + replaced = true; + } + if (!replaced) return text; + chunks.push(text.slice(cursor)); + return chunks.join(""); + } + /** Cleans up event listeners (call on view close). */ + destroy() { + if (this.deleteEventRef) this.app.vault.offref(this.deleteEventRef); + if (this.renameEventRef) this.app.vault.offref(this.renameEventRef); + this.mentionDropdown.destroy(); + this.chipsView.destroy(); + } + /** Normalizes a file path to be vault-relative with forward slashes. */ + normalizePathForVault(rawPath) { + const vaultPath = getVaultPath(this.app); + return normalizePathForVault(rawPath, vaultPath); + } + refreshCurrentNoteChip() { + var _a5, _b3; + this.chipsView.renderCurrentNote(this.currentNotePath); + (_b3 = (_a5 = this.callbacks).onChipsChanged) == null ? void 0 : _b3.call(_a5); + } + handleFileRenamed(oldPath, newPath) { + const normalizedOld = this.normalizePathForVault(oldPath); + const normalizedNew = this.normalizePathForVault(newPath); + if (!normalizedOld) return; + let needsUpdate = false; + if (this.currentNotePath === normalizedOld) { + this.currentNotePath = normalizedNew; + needsUpdate = true; + } + if (this.state.getAttachedFiles().has(normalizedOld)) { + this.state.detachFile(normalizedOld); + if (normalizedNew) { + this.state.attachFile(normalizedNew); + } + needsUpdate = true; + } + if (needsUpdate) { + this.refreshCurrentNoteChip(); + } + } + handleFileDeleted(deletedPath) { + const normalized = this.normalizePathForVault(deletedPath); + if (!normalized) return; + let needsUpdate = false; + if (this.currentNotePath === normalized) { + this.currentNotePath = null; + needsUpdate = true; + } + if (this.state.getAttachedFiles().has(normalized)) { + this.state.detachFile(normalized); + needsUpdate = true; + } + if (needsUpdate) { + this.refreshCurrentNoteChip(); + } + } + // ======================================== + // MCP Server Support + // ======================================== + setMcpManager(manager) { + this.mentionDropdown.setMcpManager(manager); + } + setAgentService(agentService) { + this.mentionDropdown.setAgentService(agentService); + } + setOnMcpMentionChange(callback) { + this.onMcpMentionChange = callback; + } + /** + * Pre-scans external context paths in the background to warm the cache. + * Should be called when external context paths are added/changed. + */ + preScanExternalContexts() { + this.mentionDropdown.preScanExternalContexts(); + } + getMentionedMcpServers() { + return this.state.getMentionedMcpServers(); + } + clearMcpMentions() { + this.state.clearMcpMentions(); + } + updateMcpMentionsFromText(text) { + this.mentionDropdown.updateMcpMentionsFromText(text); + } + hasExcludedTag(file2) { + var _a5; + const excludedTags = this.callbacks.getExcludedTags(); + if (excludedTags.length === 0) return false; + const cache = this.app.metadataCache.getFileCache(file2); + if (!cache) return false; + const fileTags = []; + if ((_a5 = cache.frontmatter) == null ? void 0 : _a5.tags) { + const fmTags = cache.frontmatter.tags; + if (Array.isArray(fmTags)) { + fileTags.push(...fmTags.filter((tag) => typeof tag === "string").map((tag) => tag.replace(/^#/, ""))); + } else if (typeof fmTags === "string") { + fileTags.push(fmTags.replace(/^#/, "")); + } + } + if (cache.tags) { + fileTags.push(...cache.tags.map((t11) => t11.tag.replace(/^#/, ""))); + } + return fileTags.some((tag) => excludedTags.includes(tag)); + } +}; + +// src/features/chat/ui/ImageContext.ts +var import_obsidian39 = require("obsidian"); +var path25 = __toESM(require("path")); +var MAX_IMAGE_SIZE = 5 * 1024 * 1024; +var IMAGE_EXTENSIONS2 = { + ".jpg": "image/jpeg", + ".jpeg": "image/jpeg", + ".png": "image/png", + ".gif": "image/gif", + ".webp": "image/webp" +}; +var ImageContextManager = class { + constructor(containerEl, inputEl, callbacks, previewContainerEl) { + this.dropOverlay = null; + this.attachedImages = /* @__PURE__ */ new Map(); + this.enabled = true; + this.containerEl = containerEl; + this.previewContainerEl = previewContainerEl != null ? previewContainerEl : containerEl; + this.inputEl = inputEl; + this.callbacks = callbacks; + const fileIndicator = this.previewContainerEl.querySelector(".claudian-file-indicator"); + this.imagePreviewEl = this.previewContainerEl.createDiv({ cls: "claudian-image-preview" }); + if (fileIndicator && fileIndicator.parentElement === this.previewContainerEl) { + this.previewContainerEl.insertBefore(this.imagePreviewEl, fileIndicator); + } + this.setupDragAndDrop(); + this.setupPasteHandler(); + } + setEnabled(enabled) { + this.enabled = enabled; + if (!enabled && this.attachedImages.size > 0) { + this.clearImages(); + } + } + getAttachedImages() { + return Array.from(this.attachedImages.values()); + } + hasImages() { + return this.attachedImages.size > 0; + } + clearImages() { + this.attachedImages.clear(); + this.updateImagePreview(); + this.callbacks.onImagesChanged(); + } + /** Sets images directly (used for queued messages). */ + setImages(images) { + this.attachedImages.clear(); + for (const image of images) { + this.attachedImages.set(image.id, image); + } + this.updateImagePreview(); + this.callbacks.onImagesChanged(); + } + setupDragAndDrop() { + var _a5; + const inputWrapper = this.containerEl.querySelector(".claudian-input-wrapper"); + if (!inputWrapper) return; + this.dropOverlay = inputWrapper.createDiv({ cls: "claudian-drop-overlay" }); + const dropContent = this.dropOverlay.createDiv({ cls: "claudian-drop-content" }); + const ownerDocument = (_a5 = inputWrapper.ownerDocument) != null ? _a5 : window.document; + const svg = ownerDocument.createElementNS("http://www.w3.org/2000/svg", "svg"); + svg.setAttribute("viewBox", "0 0 24 24"); + svg.setAttribute("width", "32"); + svg.setAttribute("height", "32"); + svg.setAttribute("fill", "none"); + svg.setAttribute("stroke", "currentColor"); + svg.setAttribute("stroke-width", "2"); + const pathEl = ownerDocument.createElementNS("http://www.w3.org/2000/svg", "path"); + pathEl.setAttribute("d", "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"); + const polyline = ownerDocument.createElementNS("http://www.w3.org/2000/svg", "polyline"); + polyline.setAttribute("points", "17 8 12 3 7 8"); + const line = ownerDocument.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", "12"); + line.setAttribute("y1", "3"); + line.setAttribute("x2", "12"); + line.setAttribute("y2", "15"); + svg.appendChild(pathEl); + svg.appendChild(polyline); + svg.appendChild(line); + dropContent.appendChild(svg); + dropContent.createSpan({ text: "Drop image here" }); + const dropZone = inputWrapper; + dropZone.addEventListener("dragenter", (e2) => this.handleDragEnter(e2)); + dropZone.addEventListener("dragover", (e2) => this.handleDragOver(e2)); + dropZone.addEventListener("dragleave", (e2) => this.handleDragLeave(e2)); + dropZone.addEventListener("drop", (e2) => { + void this.handleDrop(e2); + }); + } + handleDragEnter(e2) { + var _a5, _b3; + e2.preventDefault(); + e2.stopPropagation(); + if ((_a5 = e2.dataTransfer) == null ? void 0 : _a5.types.includes("Files")) { + (_b3 = this.dropOverlay) == null ? void 0 : _b3.addClass("visible"); + } + } + handleDragOver(e2) { + e2.preventDefault(); + e2.stopPropagation(); + } + handleDragLeave(e2) { + var _a5, _b3; + e2.preventDefault(); + e2.stopPropagation(); + const inputWrapper = this.containerEl.querySelector(".claudian-input-wrapper"); + if (!inputWrapper) { + (_a5 = this.dropOverlay) == null ? void 0 : _a5.removeClass("visible"); + return; + } + const rect = inputWrapper.getBoundingClientRect(); + if (e2.clientX <= rect.left || e2.clientX >= rect.right || e2.clientY <= rect.top || e2.clientY >= rect.bottom) { + (_b3 = this.dropOverlay) == null ? void 0 : _b3.removeClass("visible"); + } + } + async handleDrop(e2) { + var _a5, _b3; + e2.preventDefault(); + e2.stopPropagation(); + (_a5 = this.dropOverlay) == null ? void 0 : _a5.removeClass("visible"); + const files = (_b3 = e2.dataTransfer) == null ? void 0 : _b3.files; + if (!files) return; + for (let i = 0; i < files.length; i++) { + const file2 = files[i]; + if (this.isImageFile(file2)) { + await this.addImageFromFile(file2, "drop"); + } + } + } + setupPasteHandler() { + this.inputEl.addEventListener("paste", (e2) => { + void (async () => { + var _a5; + const items = (_a5 = e2.clipboardData) == null ? void 0 : _a5.items; + if (!items) return; + for (let i = 0; i < items.length; i++) { + const item = items[i]; + if (item.type.startsWith("image/")) { + e2.preventDefault(); + const file2 = item.getAsFile(); + if (file2) { + await this.addImageFromFile(file2, "paste"); + } + return; + } + } + })(); + }); + } + isImageFile(file2) { + return file2.type.startsWith("image/") && this.getMediaType(file2.name) !== null; + } + getMediaType(filename) { + const ext = path25.extname(filename).toLowerCase(); + return IMAGE_EXTENSIONS2[ext] || null; + } + async addImageFromFile(file2, source) { + if (!this.enabled) { + new import_obsidian39.Notice("Image attachments are not supported by this provider."); + return false; + } + if (file2.size > MAX_IMAGE_SIZE) { + this.notifyImageError(`Image exceeds ${this.formatSize(MAX_IMAGE_SIZE)} limit.`); + return false; + } + const mediaType = this.getMediaType(file2.name) || file2.type; + if (!mediaType) { + this.notifyImageError("Unsupported image type."); + return false; + } + try { + const base643 = await this.fileToBase64(file2); + const attachment = { + id: this.generateId(), + name: file2.name || `image-${Date.now()}.${mediaType.split("/")[1]}`, + mediaType, + data: base643, + size: file2.size, + source + }; + this.attachedImages.set(attachment.id, attachment); + this.updateImagePreview(); + this.callbacks.onImagesChanged(); + return true; + } catch (error48) { + this.notifyImageError("Failed to attach image.", error48); + return false; + } + } + async fileToBase64(file2) { + const arrayBuffer = await file2.arrayBuffer(); + const buffer = Buffer.from(arrayBuffer); + return buffer.toString("base64"); + } + // ============================================ + // Private: Image Preview + // ============================================ + updateImagePreview() { + this.imagePreviewEl.empty(); + if (this.attachedImages.size === 0) { + this.imagePreviewEl.removeClass("claudian-visible-flex"); + this.imagePreviewEl.addClass("claudian-hidden"); + return; + } + this.imagePreviewEl.addClass("claudian-visible-flex"); + this.imagePreviewEl.removeClass("claudian-hidden"); + for (const [id, image] of this.attachedImages) { + this.renderImagePreview(id, image); + } + } + renderImagePreview(id, image) { + const previewEl = this.imagePreviewEl.createDiv({ cls: "claudian-image-chip" }); + const thumbEl = previewEl.createDiv({ cls: "claudian-image-thumb" }); + thumbEl.createEl("img", { + attr: { + src: `data:${image.mediaType};base64,${image.data}`, + alt: image.name + } + }); + const infoEl = previewEl.createDiv({ cls: "claudian-image-info" }); + const nameEl = infoEl.createSpan({ cls: "claudian-image-name" }); + nameEl.setText(this.truncateName(image.name, 20)); + nameEl.setAttribute("title", image.name); + const sizeEl = infoEl.createSpan({ cls: "claudian-image-size" }); + sizeEl.setText(this.formatSize(image.size)); + const removeEl = previewEl.createSpan({ cls: "claudian-image-remove" }); + removeEl.setText("\xD7"); + removeEl.setAttribute("aria-label", "Remove image"); + removeEl.addEventListener("click", (e2) => { + e2.stopPropagation(); + this.attachedImages.delete(id); + this.updateImagePreview(); + this.callbacks.onImagesChanged(); + }); + thumbEl.addEventListener("click", () => { + this.showFullImage(image); + }); + } + showFullImage(image) { + var _a5; + const ownerDocument = (_a5 = this.containerEl.ownerDocument) != null ? _a5 : window.document; + const overlay = ownerDocument.body.createDiv({ cls: "claudian-image-modal-overlay" }); + const modal = overlay.createDiv({ cls: "claudian-image-modal" }); + modal.createEl("img", { + attr: { + src: `data:${image.mediaType};base64,${image.data}`, + alt: image.name + } + }); + const closeBtn = modal.createDiv({ cls: "claudian-image-modal-close" }); + closeBtn.setText("\xD7"); + const handleEsc = (e2) => { + if (e2.key === "Escape") { + close(); + } + }; + const close = () => { + ownerDocument.removeEventListener("keydown", handleEsc); + overlay.remove(); + }; + closeBtn.addEventListener("click", close); + overlay.addEventListener("click", (e2) => { + if (e2.target === overlay) close(); + }); + ownerDocument.addEventListener("keydown", handleEsc); + } + generateId() { + return `img-${Date.now()}-${Math.random().toString(36).substring(2, 11)}`; + } + truncateName(name, maxLen) { + if (name.length <= maxLen) return name; + const ext = path25.extname(name); + const base = name.slice(0, name.length - ext.length); + const truncatedBase = base.slice(0, maxLen - ext.length - 3); + return `${truncatedBase}...${ext}`; + } + formatSize(bytes) { + if (bytes < 1024) return `${bytes} B`; + if (bytes < 1024 * 1024) return `${(bytes / 1024).toFixed(1)} KB`; + return `${(bytes / (1024 * 1024)).toFixed(1)} MB`; + } + notifyImageError(message, error48) { + let userMessage = message; + if (error48 instanceof Error) { + if (error48.message.includes("ENOENT") || error48.message.includes("no such file")) { + userMessage = `${message} (File not found)`; + } else if (error48.message.includes("EACCES") || error48.message.includes("permission denied")) { + userMessage = `${message} (Permission denied)`; + } + } + new import_obsidian39.Notice(userMessage); + } +}; + +// src/features/chat/ui/InputToolbar.ts +var import_obsidian40 = require("obsidian"); +var os13 = __toESM(require("os")); +var path26 = __toESM(require("path")); +init_path(); +function runToolbarAction(action, failureMessage) { + void action().catch(() => { + new import_obsidian40.Notice(failureMessage); + }); +} +var ModelSelector = class { + constructor(parentEl, callbacks) { + this.buttonEl = null; + this.dropdownEl = null; + this.callbacks = callbacks; + this.container = parentEl.createDiv({ cls: "claudian-model-selector" }); + this.render(); + } + getAvailableModels() { + var _a5, _b3; + const settings11 = this.callbacks.getSettings(); + const uiConfig = this.callbacks.getUIConfig(); + return uiConfig.getModelOptions({ + ...settings11, + environmentVariables: (_b3 = (_a5 = this.callbacks).getEnvironmentVariables) == null ? void 0 : _b3.call(_a5) + }); + } + render() { + this.container.empty(); + this.buttonEl = this.container.createDiv({ cls: "claudian-model-btn" }); + this.updateDisplay(); + this.dropdownEl = this.container.createDiv({ cls: "claudian-model-dropdown" }); + this.renderOptions(); + } + updateDisplay() { + if (!this.buttonEl) return; + const currentModel = this.callbacks.getSettings().model; + const models = this.getAvailableModels(); + const modelInfo = models.find((m4) => m4.value === currentModel); + const displayModel = modelInfo || models[0]; + this.buttonEl.empty(); + const labelEl = this.buttonEl.createSpan({ cls: "claudian-model-label" }); + labelEl.setText((displayModel == null ? void 0 : displayModel.label) || "Unknown"); + } + renderOptions() { + var _a5, _b3, _c2; + if (!this.dropdownEl) return; + this.dropdownEl.empty(); + const currentModel = this.callbacks.getSettings().model; + const models = this.getAvailableModels(); + const reversed = [...models].reverse(); + let lastGroup; + for (const model of reversed) { + if (model.group && model.group !== lastGroup) { + const separator = this.dropdownEl.createDiv({ cls: "claudian-model-group" }); + separator.setText(model.group); + lastGroup = model.group; + } + const option = this.dropdownEl.createDiv({ cls: "claudian-model-option" }); + if (model.value === currentModel) { + option.addClass("selected"); + } + const icon = (_c2 = model.providerIcon) != null ? _c2 : (_b3 = (_a5 = this.callbacks.getUIConfig()).getProviderIcon) == null ? void 0 : _b3.call(_a5); + if (icon) { + option.appendChild(createProviderIconSvg(icon, { + className: "claudian-model-provider-icon", + height: 12, + ownerDocument: option.ownerDocument, + width: 12 + })); + } + option.createSpan({ text: model.label }); + if (model.description) { + option.setAttribute("title", model.description); + } + option.addEventListener("click", (e2) => { + e2.stopPropagation(); + runToolbarAction(async () => { + await this.callbacks.onModelChange(model.value); + this.updateDisplay(); + this.renderOptions(); + }, "Failed to change model"); + }); + } + } +}; +var ModeSelector = class { + constructor(parentEl, callbacks) { + this.labelEl = null; + this.toggleEl = null; + this.callbacks = callbacks; + this.container = parentEl.createDiv({ cls: "claudian-mode-selector" }); + this.render(); + } + getSelectorConfig() { + var _a5, _b3, _c2; + return (_c2 = (_b3 = (_a5 = this.callbacks.getUIConfig()).getModeSelector) == null ? void 0 : _b3.call(_a5, this.callbacks.getSettings())) != null ? _c2 : null; + } + render() { + this.container.empty(); + this.labelEl = this.container.createSpan({ cls: "claudian-mode-label" }); + this.toggleEl = this.container.createDiv({ cls: "claudian-toggle-switch" }); + this.toggleEl.addEventListener("click", () => { + runToolbarAction(() => this.toggle(), "Failed to change mode"); + }); + this.updateDisplay(); + } + /** Resolves the active/inactive option pair for a two-option toggle. */ + resolveOptionPair(selectorConfig) { + var _a5; + const [first, second] = selectorConfig.options; + const active = selectorConfig.activeValue ? (_a5 = selectorConfig.options.find((option) => option.value === selectorConfig.activeValue)) != null ? _a5 : second : second; + const inactive = active.value === first.value ? second : first; + return { active, inactive }; + } + updateDisplay() { + var _a5; + if (!this.toggleEl || !this.labelEl) { + return; + } + const selectorConfig = this.getSelectorConfig(); + if (!selectorConfig || selectorConfig.options.length !== 2) { + this.container.addClass("claudian-hidden"); + return; + } + this.container.removeClass("claudian-hidden"); + const { active, inactive } = this.resolveOptionPair(selectorConfig); + const currentOption = (_a5 = selectorConfig.options.find((option) => option.value === selectorConfig.value)) != null ? _a5 : selectorConfig.options[0]; + const isActive = currentOption.value === active.value; + this.labelEl.setText(currentOption.label || selectorConfig.label); + this.labelEl.toggleClass("active", isActive); + if (isActive) { + this.toggleEl.addClass("active"); + } else { + this.toggleEl.removeClass("active"); + } + const titleParts = [`${inactive.label} <-> ${active.label}`]; + if (currentOption.description) { + titleParts.push(currentOption.description); + } + this.container.setAttribute("title", titleParts.join("\n")); + } + renderOptions() { + this.updateDisplay(); + } + async toggle() { + const selectorConfig = this.getSelectorConfig(); + if (!selectorConfig || selectorConfig.options.length !== 2) { + return; + } + const { active, inactive } = this.resolveOptionPair(selectorConfig); + const nextValue = selectorConfig.value === active.value ? inactive.value : active.value; + await this.callbacks.onModeChange(nextValue); + this.updateDisplay(); + } +}; +var ThinkingBudgetSelector = class { + constructor(parentEl, callbacks) { + this.effortEl = null; + this.effortGearsEl = null; + this.budgetEl = null; + this.budgetGearsEl = null; + this.callbacks = callbacks; + this.container = parentEl.createDiv({ cls: "claudian-thinking-selector" }); + this.render(); + } + render() { + this.container.empty(); + this.effortEl = this.container.createDiv({ cls: "claudian-thinking-effort" }); + const effortLabel = this.effortEl.createSpan({ cls: "claudian-thinking-label-text" }); + effortLabel.setText("Effort:"); + this.effortGearsEl = this.effortEl.createDiv({ cls: "claudian-thinking-gears" }); + this.budgetEl = this.container.createDiv({ cls: "claudian-thinking-budget" }); + const budgetLabel = this.budgetEl.createSpan({ cls: "claudian-thinking-label-text" }); + budgetLabel.setText("Thinking:"); + this.budgetGearsEl = this.budgetEl.createDiv({ cls: "claudian-thinking-gears" }); + this.updateDisplay(); + } + renderEffortGears() { + var _a5; + if (!this.effortGearsEl) return; + this.effortGearsEl.empty(); + const currentEffort = this.callbacks.getSettings().effortLevel; + const uiConfig = this.callbacks.getUIConfig(); + const settings11 = this.callbacks.getSettings(); + const model = settings11.model; + const options = uiConfig.getReasoningOptions(model, settings11); + const currentInfo = options.find((e2) => e2.value === currentEffort); + const currentEl = this.effortGearsEl.createDiv({ cls: "claudian-thinking-current" }); + currentEl.setText((currentInfo == null ? void 0 : currentInfo.label) || ((_a5 = options[0]) == null ? void 0 : _a5.label) || "High"); + const optionsEl = this.effortGearsEl.createDiv({ cls: "claudian-thinking-options" }); + for (const effort of [...options].reverse()) { + const gearEl = optionsEl.createDiv({ cls: "claudian-thinking-gear" }); + gearEl.setText(effort.label); + if (effort.value === currentEffort) { + gearEl.addClass("selected"); + } + gearEl.addEventListener("click", (e2) => { + e2.stopPropagation(); + runToolbarAction(async () => { + await this.callbacks.onEffortLevelChange(effort.value); + this.updateDisplay(); + }, "Failed to change effort level"); + }); + } + } + renderBudgetGears() { + var _a5, _b3; + if (!this.budgetGearsEl) return; + this.budgetGearsEl.empty(); + const currentBudget = this.callbacks.getSettings().thinkingBudget; + const uiConfig = this.callbacks.getUIConfig(); + const settings11 = this.callbacks.getSettings(); + const model = settings11.model; + const options = uiConfig.getReasoningOptions(model, settings11); + const currentBudgetInfo = options.find((b2) => b2.value === currentBudget); + const currentEl = this.budgetGearsEl.createDiv({ cls: "claudian-thinking-current" }); + currentEl.setText((currentBudgetInfo == null ? void 0 : currentBudgetInfo.label) || ((_a5 = options[0]) == null ? void 0 : _a5.label) || "Off"); + const optionsEl = this.budgetGearsEl.createDiv({ cls: "claudian-thinking-options" }); + for (const budget of [...options].reverse()) { + const gearEl = optionsEl.createDiv({ cls: "claudian-thinking-gear" }); + gearEl.setText(budget.label); + const tokens = (_b3 = budget.tokens) != null ? _b3 : 0; + gearEl.setAttribute("title", tokens > 0 ? `${tokens.toLocaleString()} tokens` : "Disabled"); + if (budget.value === currentBudget) { + gearEl.addClass("selected"); + } + gearEl.addEventListener("click", (e2) => { + e2.stopPropagation(); + runToolbarAction(async () => { + await this.callbacks.onThinkingBudgetChange(budget.value); + this.updateDisplay(); + }, "Failed to change thinking budget"); + }); + } + } + updateDisplay() { + var _a5, _b3, _c2, _d, _e2; + const capabilities = this.callbacks.getCapabilities(); + if (capabilities.reasoningControl === "none") { + (_a5 = this.effortEl) == null ? void 0 : _a5.addClass("claudian-hidden"); + (_b3 = this.budgetEl) == null ? void 0 : _b3.addClass("claudian-hidden"); + return; + } + const settings11 = this.callbacks.getSettings(); + const model = settings11.model; + const uiConfig = this.callbacks.getUIConfig(); + const options = uiConfig.getReasoningOptions(model, settings11); + const defaultValue = uiConfig.getDefaultReasoningValue(model, settings11); + const shouldHide = options.length === 0 || options.length === 1 && ((_c2 = options[0]) == null ? void 0 : _c2.value) === defaultValue; + if (shouldHide) { + (_d = this.effortEl) == null ? void 0 : _d.addClass("claudian-hidden"); + (_e2 = this.budgetEl) == null ? void 0 : _e2.addClass("claudian-hidden"); + return; + } + const adaptive = uiConfig.isAdaptiveReasoningModel(model, settings11); + if (this.effortEl) { + this.effortEl.toggleClass("claudian-hidden", !adaptive); + } + if (this.budgetEl) { + this.budgetEl.toggleClass("claudian-hidden", adaptive); + } + if (adaptive) { + this.renderEffortGears(); + } else { + this.renderBudgetGears(); + } + } +}; +var PermissionToggle = class { + constructor(parentEl, callbacks) { + this.toggleEl = null; + this.labelEl = null; + this.visible = true; + this.callbacks = callbacks; + this.container = parentEl.createDiv({ cls: "claudian-permission-toggle" }); + this.render(); + } + setVisible(visible) { + this.visible = visible; + this.updateDisplay(); + } + render() { + this.container.empty(); + this.labelEl = this.container.createSpan({ cls: "claudian-permission-label" }); + this.toggleEl = this.container.createDiv({ cls: "claudian-toggle-switch" }); + this.updateDisplay(); + this.toggleEl.addEventListener("click", () => { + runToolbarAction(() => this.toggle(), "Failed to change permission mode"); + }); + } + getToggleConfig() { + var _a5, _b3; + const uiConfig = this.callbacks.getUIConfig(); + return (_b3 = (_a5 = uiConfig.getPermissionModeToggle) == null ? void 0 : _a5.call(uiConfig)) != null ? _b3 : null; + } + updateDisplay() { + var _a5; + if (!this.toggleEl || !this.labelEl) return; + const toggleConfig = this.getToggleConfig(); + const capabilities = this.callbacks.getCapabilities(); + if (!this.visible || !toggleConfig) { + this.container.addClass("claudian-hidden"); + return; + } + this.container.removeClass("claudian-hidden"); + const mode = this.callbacks.getSettings().permissionMode; + const planValue = toggleConfig.planValue; + const planLabel = (_a5 = toggleConfig.planLabel) != null ? _a5 : "PLAN"; + const canShowPlan = Boolean(planValue) && capabilities.supportsPlanMode; + if (canShowPlan && planValue && mode === planValue) { + this.toggleEl.addClass("claudian-hidden"); + this.labelEl.setText(planLabel); + this.labelEl.addClass("plan-active"); + } else { + this.toggleEl.removeClass("claudian-hidden"); + this.labelEl.removeClass("plan-active"); + if (mode === toggleConfig.activeValue) { + this.toggleEl.addClass("active"); + this.labelEl.setText(toggleConfig.activeLabel); + } else { + this.toggleEl.removeClass("active"); + this.labelEl.setText(toggleConfig.inactiveLabel); + } + } + } + async toggle() { + const toggleConfig = this.getToggleConfig(); + if (!toggleConfig) return; + const current = this.callbacks.getSettings().permissionMode; + const newMode = current === toggleConfig.activeValue ? toggleConfig.inactiveValue : toggleConfig.activeValue; + await this.callbacks.onPermissionModeChange(newMode); + this.updateDisplay(); + } +}; +var ServiceTierToggle = class { + constructor(parentEl, callbacks) { + this.buttonEl = null; + this.iconEl = null; + this.callbacks = callbacks; + this.container = parentEl.createDiv({ cls: "claudian-service-tier-toggle" }); + this.render(); + } + render() { + this.container.empty(); + this.buttonEl = this.container.createDiv({ cls: "claudian-service-tier-button" }); + this.iconEl = this.buttonEl.createSpan({ cls: "claudian-service-tier-icon" }); + (0, import_obsidian40.setIcon)(this.iconEl, "zap"); + this.updateDisplay(); + this.buttonEl.addEventListener("click", () => { + runToolbarAction(() => this.toggle(), "Failed to change service tier"); + }); + } + getToggleConfig() { + var _a5, _b3; + const uiConfig = this.callbacks.getUIConfig(); + return (_b3 = (_a5 = uiConfig.getServiceTierToggle) == null ? void 0 : _a5.call(uiConfig, this.callbacks.getSettings())) != null ? _b3 : null; + } + updateDisplay() { + if (!this.buttonEl || !this.iconEl) return; + const toggleConfig = this.getToggleConfig(); + if (!toggleConfig) { + this.container.addClass("claudian-hidden"); + return; + } + this.container.removeClass("claudian-hidden"); + const current = this.callbacks.getSettings().serviceTier; + const isActive = current === toggleConfig.activeValue; + if (isActive) { + this.buttonEl.addClass("active"); + } else { + this.buttonEl.removeClass("active"); + } + this.container.setAttribute("title", "Toggle on/off fast mode"); + } + async toggle() { + const toggleConfig = this.getToggleConfig(); + if (!toggleConfig) return; + const current = this.callbacks.getSettings().serviceTier; + const next = current === toggleConfig.activeValue ? toggleConfig.inactiveValue : toggleConfig.activeValue; + await this.callbacks.onServiceTierChange(next); + this.updateDisplay(); + } +}; +var ExternalContextSelector = class { + constructor(parentEl, callbacks) { + this.iconEl = null; + this.badgeEl = null; + this.dropdownEl = null; + /** + * Current external context paths. May contain: + * - Persistent paths only (new sessions via clearExternalContexts) + * - Restored session paths (loaded sessions via setExternalContexts) + * - Mixed paths during active sessions + */ + this.externalContextPaths = []; + /** Paths that persist across all sessions (stored in settings). */ + this.persistentPaths = /* @__PURE__ */ new Set(); + this.onChangeCallback = null; + this.onPersistenceChangeCallback = null; + this.callbacks = callbacks; + this.container = parentEl.createDiv({ cls: "claudian-external-context-selector" }); + this.render(); + } + setOnChange(callback) { + this.onChangeCallback = callback; + } + setOnPersistenceChange(callback) { + this.onPersistenceChangeCallback = callback; + } + getExternalContexts() { + return [...this.externalContextPaths]; + } + getPersistentPaths() { + return [...this.persistentPaths]; + } + setPersistentPaths(paths) { + var _a5; + const validPaths = filterValidPaths(paths); + const invalidPaths = paths.filter((p) => !validPaths.includes(p)); + this.persistentPaths = new Set(validPaths); + this.mergePersistentPaths(); + this.updateDisplay(); + this.renderDropdown(); + if (invalidPaths.length > 0) { + const pathNames = invalidPaths.map((p) => this.shortenPath(p)).join(", "); + new import_obsidian40.Notice(`Removed ${invalidPaths.length} invalid external context path(s): ${pathNames}`, 5e3); + (_a5 = this.onPersistenceChangeCallback) == null ? void 0 : _a5.call(this, [...this.persistentPaths]); + } + } + togglePersistence(path27) { + var _a5; + if (this.persistentPaths.has(path27)) { + this.persistentPaths.delete(path27); + } else { + if (!isValidDirectoryPath(path27)) { + new import_obsidian40.Notice(`Cannot persist "${this.shortenPath(path27)}" - directory no longer exists`, 4e3); + return; + } + this.persistentPaths.add(path27); + } + (_a5 = this.onPersistenceChangeCallback) == null ? void 0 : _a5.call(this, [...this.persistentPaths]); + this.renderDropdown(); + } + mergePersistentPaths() { + const pathSet = new Set(this.externalContextPaths); + for (const path27 of this.persistentPaths) { + pathSet.add(path27); + } + this.externalContextPaths = [...pathSet]; + } + /** + * Restore exact external context paths from a saved conversation. + * Does NOT merge with persistent paths - preserves the session's historical state. + * Use clearExternalContexts() for new sessions to start with current persistent paths. + */ + setExternalContexts(paths) { + this.externalContextPaths = [...paths]; + this.updateDisplay(); + this.renderDropdown(); + } + /** + * Remove a path from external contexts (and persistent paths if applicable). + * Exposed for testing the remove button behavior. + */ + removePath(pathStr) { + var _a5, _b3; + this.externalContextPaths = this.externalContextPaths.filter((p) => p !== pathStr); + if (this.persistentPaths.has(pathStr)) { + this.persistentPaths.delete(pathStr); + (_a5 = this.onPersistenceChangeCallback) == null ? void 0 : _a5.call(this, [...this.persistentPaths]); + } + (_b3 = this.onChangeCallback) == null ? void 0 : _b3.call(this, this.externalContextPaths); + this.updateDisplay(); + this.renderDropdown(); + } + /** + * Add an external context path programmatically (e.g., from /add-dir command). + * Validates the path and handles duplicates/conflicts. + * @param pathInput - Path string (supports ~/ expansion) + * @returns Result with success status and normalized path, or error message on failure + */ + addExternalContext(pathInput) { + var _a5; + const trimmed = pathInput == null ? void 0 : pathInput.trim(); + if (!trimmed) { + return { success: false, error: "No path provided. Usage: /add-dir /absolute/path" }; + } + let cleanPath = trimmed; + if (cleanPath.startsWith('"') && cleanPath.endsWith('"') || cleanPath.startsWith("'") && cleanPath.endsWith("'")) { + cleanPath = cleanPath.slice(1, -1); + } + const expandedPath = expandHomePath(cleanPath); + const normalizedPath = normalizePathForFilesystem(expandedPath); + if (!path26.isAbsolute(normalizedPath)) { + return { success: false, error: "Path must be absolute. Usage: /add-dir /absolute/path" }; + } + const validation = validateDirectoryPath(normalizedPath); + if (!validation.valid) { + return { success: false, error: `${validation.error}: ${pathInput}` }; + } + if (isDuplicatePath(normalizedPath, this.externalContextPaths)) { + return { success: false, error: "This folder is already added as an external context." }; + } + const conflict = findConflictingPath(normalizedPath, this.externalContextPaths); + if (conflict) { + return { success: false, error: this.formatConflictMessage(normalizedPath, conflict) }; + } + this.externalContextPaths = [...this.externalContextPaths, normalizedPath]; + (_a5 = this.onChangeCallback) == null ? void 0 : _a5.call(this, this.externalContextPaths); + this.updateDisplay(); + this.renderDropdown(); + return { success: true, normalizedPath }; + } + /** + * Clear session-only external context paths (call on new conversation). + * Uses persistent paths from settings if provided, otherwise falls back to local cache. + * Validates paths before using them (silently filters invalid during session init). + */ + clearExternalContexts(persistentPathsFromSettings) { + if (persistentPathsFromSettings) { + const validPaths = filterValidPaths(persistentPathsFromSettings); + this.persistentPaths = new Set(validPaths); + } + this.externalContextPaths = [...this.persistentPaths]; + this.updateDisplay(); + this.renderDropdown(); + } + render() { + this.container.empty(); + const iconWrapper = this.container.createDiv({ cls: "claudian-external-context-icon-wrapper" }); + this.iconEl = iconWrapper.createDiv({ cls: "claudian-external-context-icon" }); + (0, import_obsidian40.setIcon)(this.iconEl, "folder"); + this.badgeEl = iconWrapper.createDiv({ cls: "claudian-external-context-badge" }); + this.updateDisplay(); + iconWrapper.addEventListener("click", (e2) => { + e2.stopPropagation(); + void this.openFolderPicker(); + }); + this.dropdownEl = this.container.createDiv({ cls: "claudian-external-context-dropdown" }); + this.renderDropdown(); + } + async openFolderPicker() { + var _a5; + try { + const { remote } = require("electron"); + if (!remote) { + throw new Error("Electron remote API is unavailable"); + } + const result = await remote.dialog.showOpenDialog({ + properties: ["openDirectory"], + title: "Select External Context" + }); + if (!result.canceled && result.filePaths.length > 0) { + const selectedPath = result.filePaths[0]; + if (isDuplicatePath(selectedPath, this.externalContextPaths)) { + new import_obsidian40.Notice("This folder is already added as an external context.", 3e3); + return; + } + const conflict = findConflictingPath(selectedPath, this.externalContextPaths); + if (conflict) { + new import_obsidian40.Notice(this.formatConflictMessage(selectedPath, conflict), 5e3); + return; + } + this.externalContextPaths = [...this.externalContextPaths, selectedPath]; + (_a5 = this.onChangeCallback) == null ? void 0 : _a5.call(this, this.externalContextPaths); + this.updateDisplay(); + this.renderDropdown(); + } + } catch (e2) { + new import_obsidian40.Notice("Unable to open folder picker.", 5e3); + } + } + /** Formats a conflict error message for display. */ + formatConflictMessage(newPath, conflict) { + const shortNew = this.shortenPath(newPath); + const shortExisting = this.shortenPath(conflict.path); + return conflict.type === "parent" ? `Cannot add "${shortNew}" - it's inside existing path "${shortExisting}"` : `Cannot add "${shortNew}" - it contains existing path "${shortExisting}"`; + } + renderDropdown() { + if (!this.dropdownEl) return; + this.dropdownEl.empty(); + const headerEl = this.dropdownEl.createDiv({ cls: "claudian-external-context-header" }); + headerEl.setText("External contexts"); + const listEl = this.dropdownEl.createDiv({ cls: "claudian-external-context-list" }); + if (this.externalContextPaths.length === 0) { + const emptyEl = listEl.createDiv({ cls: "claudian-external-context-empty" }); + emptyEl.setText("Click folder icon to add"); + } else { + for (const pathStr of this.externalContextPaths) { + const itemEl = listEl.createDiv({ cls: "claudian-external-context-item" }); + const pathTextEl = itemEl.createSpan({ cls: "claudian-external-context-text" }); + const displayPath = this.shortenPath(pathStr); + pathTextEl.setText(displayPath); + pathTextEl.setAttribute("title", pathStr); + const isPersistent = this.persistentPaths.has(pathStr); + const lockBtn = itemEl.createSpan({ cls: "claudian-external-context-lock" }); + if (isPersistent) { + lockBtn.addClass("locked"); + } + (0, import_obsidian40.setIcon)(lockBtn, isPersistent ? "lock" : "unlock"); + lockBtn.setAttribute("title", isPersistent ? "Persistent (click to make session-only)" : "Session-only (click to persist)"); + lockBtn.addEventListener("click", (e2) => { + e2.stopPropagation(); + this.togglePersistence(pathStr); + }); + const removeBtn = itemEl.createSpan({ cls: "claudian-external-context-remove" }); + (0, import_obsidian40.setIcon)(removeBtn, "x"); + removeBtn.setAttribute("title", "Remove path"); + removeBtn.addEventListener("click", (e2) => { + e2.stopPropagation(); + this.removePath(pathStr); + }); + } + } + } + /** Shorten path for display (replace home dir with ~) */ + shortenPath(fullPath) { + try { + const homeDir = os13.homedir(); + const normalize3 = (value) => value.replace(/\\/g, "/"); + const normalizedFull = normalize3(fullPath); + const normalizedHome = normalize3(homeDir); + const compareFull = process.platform === "win32" ? normalizedFull.toLowerCase() : normalizedFull; + const compareHome = process.platform === "win32" ? normalizedHome.toLowerCase() : normalizedHome; + if (compareFull.startsWith(compareHome)) { + const remainder = normalizedFull.slice(normalizedHome.length); + return "~" + remainder; + } + } catch (e2) { + } + return fullPath; + } + updateDisplay() { + if (!this.iconEl || !this.badgeEl) return; + const count = this.externalContextPaths.length; + if (count > 0) { + this.iconEl.addClass("active"); + this.iconEl.setAttribute("title", `${count} external context${count > 1 ? "s" : ""} (click to add more)`); + if (count > 1) { + this.badgeEl.setText(String(count)); + this.badgeEl.addClass("visible"); + } else { + this.badgeEl.removeClass("visible"); + } + } else { + this.iconEl.removeClass("active"); + this.iconEl.setAttribute("title", "Add external contexts (click)"); + this.badgeEl.removeClass("visible"); + } + } +}; +var McpServerSelector = class { + constructor(parentEl) { + this.iconEl = null; + this.badgeEl = null; + this.dropdownEl = null; + this.mcpManager = null; + this.enabledServers = /* @__PURE__ */ new Set(); + this.onChangeCallback = null; + this.visible = true; + this.container = parentEl.createDiv({ cls: "claudian-mcp-selector" }); + this.render(); + } + setVisible(visible) { + this.visible = visible; + if (!visible) { + this.container.addClass("claudian-hidden"); + } else { + this.updateDisplay(); + } + } + setMcpManager(manager) { + var _a5; + this.mcpManager = manager; + if (!manager && this.enabledServers.size > 0) { + this.enabledServers.clear(); + (_a5 = this.onChangeCallback) == null ? void 0 : _a5.call(this, this.enabledServers); + } + this.pruneEnabledServers(); + this.updateDisplay(); + this.renderDropdown(); + } + setOnChange(callback) { + this.onChangeCallback = callback; + } + getEnabledServers() { + return new Set(this.enabledServers); + } + addMentionedServers(names) { + let changed = false; + for (const name of names) { + if (!this.enabledServers.has(name)) { + this.enabledServers.add(name); + changed = true; + } + } + if (changed) { + this.updateDisplay(); + this.renderDropdown(); + } + } + clearEnabled() { + this.enabledServers.clear(); + this.updateDisplay(); + this.renderDropdown(); + } + setEnabledServers(names) { + this.enabledServers = new Set(names); + this.pruneEnabledServers(); + this.updateDisplay(); + this.renderDropdown(); + } + pruneEnabledServers() { + var _a5; + if (!this.mcpManager) return; + const activeNames = new Set(this.mcpManager.getServers().filter((s2) => s2.enabled).map((s2) => s2.name)); + let changed = false; + for (const name of this.enabledServers) { + if (!activeNames.has(name)) { + this.enabledServers.delete(name); + changed = true; + } + } + if (changed) { + (_a5 = this.onChangeCallback) == null ? void 0 : _a5.call(this, this.enabledServers); + } + } + render() { + this.container.empty(); + const iconWrapper = this.container.createDiv({ cls: "claudian-mcp-selector-icon-wrapper" }); + this.iconEl = iconWrapper.createDiv({ cls: "claudian-mcp-selector-icon" }); + appendMcpIcon(this.iconEl); + this.badgeEl = iconWrapper.createDiv({ cls: "claudian-mcp-selector-badge" }); + this.updateDisplay(); + this.dropdownEl = this.container.createDiv({ cls: "claudian-mcp-selector-dropdown" }); + this.renderDropdown(); + this.container.addEventListener("mouseenter", () => { + this.renderDropdown(); + }); + } + renderDropdown() { + var _a5; + if (!this.dropdownEl) return; + this.pruneEnabledServers(); + this.dropdownEl.empty(); + const headerEl = this.dropdownEl.createDiv({ cls: "claudian-mcp-selector-header" }); + headerEl.setText("Mcp servers"); + const listEl = this.dropdownEl.createDiv({ cls: "claudian-mcp-selector-list" }); + const allServers = ((_a5 = this.mcpManager) == null ? void 0 : _a5.getServers()) || []; + const servers = allServers.filter((s2) => s2.enabled); + if (servers.length === 0) { + const emptyEl = listEl.createDiv({ cls: "claudian-mcp-selector-empty" }); + emptyEl.setText(allServers.length === 0 ? "No MCP servers configured" : "All MCP servers disabled"); + return; + } + for (const server of servers) { + this.renderServerItem(listEl, server); + } + } + renderServerItem(listEl, server) { + const itemEl = listEl.createDiv({ cls: "claudian-mcp-selector-item" }); + itemEl.dataset.serverName = server.name; + const isEnabled = this.enabledServers.has(server.name); + if (isEnabled) { + itemEl.addClass("enabled"); + } + const checkEl = itemEl.createDiv({ cls: "claudian-mcp-selector-check" }); + if (isEnabled) { + appendCheckIcon(checkEl); + } + const infoEl = itemEl.createDiv({ cls: "claudian-mcp-selector-item-info" }); + const nameEl = infoEl.createSpan({ cls: "claudian-mcp-selector-item-name" }); + nameEl.setText(server.name); + if (server.contextSaving) { + const csEl = infoEl.createSpan({ cls: "claudian-mcp-selector-cs-badge" }); + csEl.setText("@"); + csEl.setAttribute("title", "Context-saving: can also enable via @" + server.name); + } + itemEl.addEventListener("mousedown", (e2) => { + e2.preventDefault(); + e2.stopPropagation(); + this.toggleServer(server.name, itemEl); + }); + } + toggleServer(name, itemEl) { + var _a5; + if (this.enabledServers.has(name)) { + this.enabledServers.delete(name); + } else { + this.enabledServers.add(name); + } + const isEnabled = this.enabledServers.has(name); + const checkEl = itemEl.querySelector(".claudian-mcp-selector-check"); + if (isEnabled) { + itemEl.addClass("enabled"); + if (checkEl) appendCheckIcon(checkEl); + } else { + itemEl.removeClass("enabled"); + if (checkEl) checkEl.empty(); + } + this.updateDisplay(); + (_a5 = this.onChangeCallback) == null ? void 0 : _a5.call(this, this.enabledServers); + } + updateDisplay() { + var _a5; + this.pruneEnabledServers(); + if (!this.iconEl || !this.badgeEl) return; + const count = this.enabledServers.size; + const hasServers = (((_a5 = this.mcpManager) == null ? void 0 : _a5.getServers().length) || 0) > 0; + if (!hasServers || !this.visible) { + this.container.addClass("claudian-hidden"); + return; + } + this.container.removeClass("claudian-hidden"); + if (count > 0) { + this.iconEl.addClass("active"); + this.iconEl.setAttribute("title", `${count} MCP server${count > 1 ? "s" : ""} enabled (click to manage)`); + if (count > 1) { + this.badgeEl.setText(String(count)); + this.badgeEl.addClass("visible"); + } else { + this.badgeEl.removeClass("visible"); + } + } else { + this.iconEl.removeClass("active"); + this.iconEl.setAttribute("title", "Mcp servers (click to enable)"); + this.badgeEl.removeClass("visible"); + } + } +}; +var ContextUsageMeter = class { + constructor(parentEl) { + this.fillPath = null; + this.percentEl = null; + this.circumference = 0; + this.container = parentEl.createDiv({ cls: "claudian-context-meter" }); + this.render(); + this.container.addClass("claudian-hidden"); + } + setVisible(visible) { + this.container.toggleClass("claudian-hidden", !visible); + } + render() { + const size = 16; + const strokeWidth = 2; + const radius = (size - strokeWidth) / 2; + const cx2 = size / 2; + const cy = size / 2; + const startAngle = 150; + const endAngle = 390; + const arcDegrees = endAngle - startAngle; + const arcRadians = arcDegrees * Math.PI / 180; + this.circumference = radius * arcRadians; + const startRad = startAngle * Math.PI / 180; + const endRad = endAngle * Math.PI / 180; + const x1 = cx2 + radius * Math.cos(startRad); + const y1 = cy + radius * Math.sin(startRad); + const x2 = cx2 + radius * Math.cos(endRad); + const y2 = cy + radius * Math.sin(endRad); + const gaugeEl = this.container.createDiv({ cls: "claudian-context-meter-gauge" }); + const svg = gaugeEl.ownerDocument.createElementNS("http://www.w3.org/2000/svg", "svg"); + svg.setAttribute("width", String(size)); + svg.setAttribute("height", String(size)); + svg.setAttribute("viewBox", `0 0 ${size} ${size}`); + const pathData = `M ${x1} ${y1} A ${radius} ${radius} 0 1 1 ${x2} ${y2}`; + const backgroundPath = gaugeEl.ownerDocument.createElementNS("http://www.w3.org/2000/svg", "path"); + backgroundPath.classList.add("claudian-meter-bg"); + backgroundPath.setAttribute("d", pathData); + backgroundPath.setAttribute("fill", "none"); + backgroundPath.setAttribute("stroke-width", String(strokeWidth)); + backgroundPath.setAttribute("stroke-linecap", "round"); + const fillPath = gaugeEl.ownerDocument.createElementNS("http://www.w3.org/2000/svg", "path"); + fillPath.classList.add("claudian-meter-fill"); + fillPath.setAttribute("d", pathData); + fillPath.setAttribute("fill", "none"); + fillPath.setAttribute("stroke-width", String(strokeWidth)); + fillPath.setAttribute("stroke-linecap", "round"); + fillPath.setAttribute("stroke-dasharray", String(this.circumference)); + fillPath.setAttribute("stroke-dashoffset", String(this.circumference)); + svg.appendChild(backgroundPath); + svg.appendChild(fillPath); + gaugeEl.appendChild(svg); + this.fillPath = fillPath; + this.percentEl = this.container.createSpan({ cls: "claudian-context-meter-percent" }); + } + update(usage) { + if (!usage || usage.contextTokens <= 0) { + this.container.addClass("claudian-hidden"); + return; + } + this.container.removeClass("claudian-hidden"); + const fillLength = usage.percentage / 100 * this.circumference; + if (this.fillPath) { + this.fillPath.setAttribute("stroke-dashoffset", String(this.circumference - fillLength)); + } + if (this.percentEl) { + this.percentEl.setText(`${usage.percentage}%`); + } + if (usage.percentage > 80) { + this.container.addClass("warning"); + } else { + this.container.removeClass("warning"); + } + let tooltip = `${this.formatTokens(usage.contextTokens)} / ${this.formatTokens(usage.contextWindow)}`; + if (usage.percentage > 80) { + tooltip += " (Approaching limit, run `/compact` to continue)"; + } + this.container.setAttribute("data-tooltip", tooltip); + } + formatTokens(tokens) { + if (tokens >= 1e3) { + return `${Math.round(tokens / 1e3)}k`; + } + return String(tokens); + } +}; +function createInputToolbar(parentEl, callbacks) { + const modelSelector = new ModelSelector(parentEl, callbacks); + const thinkingBudgetSelector = new ThinkingBudgetSelector(parentEl, callbacks); + const serviceTierToggle = new ServiceTierToggle(parentEl, callbacks); + const contextUsageMeter = new ContextUsageMeter(parentEl); + const externalContextSelector = new ExternalContextSelector(parentEl, callbacks); + const mcpServerSelector = new McpServerSelector(parentEl); + const permissionToggle = new PermissionToggle(parentEl, callbacks); + const modeSelector = new ModeSelector(parentEl, callbacks); + return { + modelSelector, + modeSelector, + thinkingBudgetSelector, + serviceTierToggle, + contextUsageMeter, + externalContextSelector, + mcpServerSelector, + permissionToggle + }; +} + +// src/features/chat/ui/InstructionModeManager.ts +var INSTRUCTION_MODE_PLACEHOLDER = "# Save in custom system prompt"; +var InstructionModeManager = class { + constructor(inputEl, callbacks) { + this.state = { active: false, rawInstruction: "" }; + this.isSubmitting = false; + this.originalPlaceholder = ""; + this.inputEl = inputEl; + this.callbacks = callbacks; + this.originalPlaceholder = inputEl.placeholder; + } + /** + * Handles keydown to detect # trigger. + * Returns true if the event was consumed (should prevent default). + */ + handleTriggerKey(e2) { + if (!this.state.active && this.inputEl.value === "" && e2.key === "#") { + if (this.enterMode()) { + e2.preventDefault(); + return true; + } + } + return false; + } + /** Handles input changes to track instruction text. */ + handleInputChange() { + if (!this.state.active) return; + const text = this.inputEl.value; + if (text === "") { + this.exitMode(); + } else { + this.state.rawInstruction = text; + } + } + /** + * Enters instruction mode. + * Only enters if the indicator can be successfully shown. + * Returns true if mode was entered, false otherwise. + */ + enterMode() { + const wrapper = this.callbacks.getInputWrapper(); + if (!wrapper) return false; + wrapper.addClass("claudian-input-instruction-mode"); + this.state = { active: true, rawInstruction: "" }; + this.inputEl.placeholder = INSTRUCTION_MODE_PLACEHOLDER; + return true; + } + /** Exits instruction mode, restoring original state. */ + exitMode() { + const wrapper = this.callbacks.getInputWrapper(); + if (wrapper) { + wrapper.removeClass("claudian-input-instruction-mode"); + } + this.state = { active: false, rawInstruction: "" }; + this.inputEl.placeholder = this.originalPlaceholder; + } + /** Handles keydown events. Returns true if handled. */ + handleKeydown(e2) { + if (!this.state.active) return false; + if (e2.key === "Enter" && !e2.shiftKey && !e2.isComposing) { + if (!this.state.rawInstruction.trim()) { + return false; + } + e2.preventDefault(); + void this.submit(); + return true; + } + if (e2.key === "Escape" && !e2.isComposing) { + e2.preventDefault(); + this.cancel(); + return true; + } + return false; + } + /** Checks if instruction mode is active. */ + isActive() { + return this.state.active; + } + /** Gets the current raw instruction text. */ + getRawInstruction() { + return this.state.rawInstruction; + } + /** Submits the instruction for refinement. */ + async submit() { + if (this.isSubmitting) return; + const rawInstruction = this.state.rawInstruction.trim(); + if (!rawInstruction) return; + this.isSubmitting = true; + try { + await this.callbacks.onSubmit(rawInstruction); + } finally { + this.isSubmitting = false; + } + } + /** Cancels instruction mode and clears input. */ + cancel() { + var _a5, _b3; + this.inputEl.value = ""; + this.exitMode(); + (_b3 = (_a5 = this.callbacks).resetInputHeight) == null ? void 0 : _b3.call(_a5); + } + /** Clears the input and resets state (called after successful submission). */ + clear() { + var _a5, _b3; + this.inputEl.value = ""; + this.exitMode(); + (_b3 = (_a5 = this.callbacks).resetInputHeight) == null ? void 0 : _b3.call(_a5); + } + /** Cleans up event listeners. */ + destroy() { + const wrapper = this.callbacks.getInputWrapper(); + if (wrapper) { + wrapper.removeClass("claudian-input-instruction-mode"); + } + this.inputEl.placeholder = this.originalPlaceholder; + } +}; + +// src/features/chat/ui/NavigationSidebar.ts +var import_obsidian41 = require("obsidian"); +var NavigationSidebar = class { + constructor(parentEl, messagesEl) { + this.parentEl = parentEl; + this.messagesEl = messagesEl; + this.scrollHandler = () => { + }; + this.pendingVisibilityFrame = null; + this.isVisible = null; + this.container = this.parentEl.createDiv({ cls: "claudian-nav-sidebar" }); + this.topBtn = this.createButton("claudian-nav-btn-top", "chevrons-up", "Scroll to top"); + this.prevBtn = this.createButton("claudian-nav-btn-prev", "chevron-up", "Previous message"); + this.nextBtn = this.createButton("claudian-nav-btn-next", "chevron-down", "Next message"); + this.bottomBtn = this.createButton("claudian-nav-btn-bottom", "chevrons-down", "Scroll to bottom"); + this.setupEventListeners(); + this.applyVisibility(); + } + createButton(cls, icon, label) { + const btn = this.container.createDiv({ cls: `claudian-nav-btn ${cls}` }); + (0, import_obsidian41.setIcon)(btn, icon); + btn.setAttribute("aria-label", label); + return btn; + } + setupEventListeners() { + this.scrollHandler = () => this.updateVisibility(); + this.messagesEl.addEventListener("scroll", this.scrollHandler, { passive: true }); + this.topBtn.addEventListener("click", () => { + this.messagesEl.scrollTo({ top: 0, behavior: "smooth" }); + }); + this.bottomBtn.addEventListener("click", () => { + this.messagesEl.scrollTo({ top: this.messagesEl.scrollHeight, behavior: "smooth" }); + }); + this.prevBtn.addEventListener("click", () => this.scrollToMessage("prev")); + this.nextBtn.addEventListener("click", () => this.scrollToMessage("next")); + } + /** + * Updates visibility of the sidebar based on scroll state. + * Visible if content overflows. + */ + updateVisibility() { + var _a5; + if (this.pendingVisibilityFrame !== null) return; + this.pendingVisibilityFrame = scheduleAnimationFrame(() => { + this.pendingVisibilityFrame = null; + this.applyVisibility(); + }, (_a5 = this.messagesEl.ownerDocument.defaultView) != null ? _a5 : null); + } + applyVisibility() { + const { scrollHeight, clientHeight } = this.messagesEl; + const isScrollable = scrollHeight > clientHeight + 50; + if (this.isVisible === isScrollable) return; + this.isVisible = isScrollable; + this.container.classList.toggle("visible", isScrollable); + } + /** + * Scrolls to previous or next user message, skipping assistant messages. + */ + scrollToMessage(direction) { + const messages = Array.from(this.messagesEl.querySelectorAll(".claudian-message-user")); + if (messages.length === 0) return; + const scrollTop = this.messagesEl.scrollTop; + const threshold = 30; + if (direction === "prev") { + for (let i = messages.length - 1; i >= 0; i--) { + if (messages[i].offsetTop < scrollTop - threshold) { + this.messagesEl.scrollTo({ top: messages[i].offsetTop - 10, behavior: "smooth" }); + return; + } + } + this.messagesEl.scrollTo({ top: 0, behavior: "smooth" }); + } else { + for (let i = 0; i < messages.length; i++) { + if (messages[i].offsetTop > scrollTop + threshold) { + this.messagesEl.scrollTo({ top: messages[i].offsetTop - 10, behavior: "smooth" }); + return; + } + } + this.messagesEl.scrollTo({ top: this.messagesEl.scrollHeight, behavior: "smooth" }); + } + } + destroy() { + if (this.pendingVisibilityFrame !== null) { + cancelScheduledAnimationFrame(this.pendingVisibilityFrame); + this.pendingVisibilityFrame = null; + } + this.messagesEl.removeEventListener("scroll", this.scrollHandler); + this.container.remove(); + } +}; + +// src/features/chat/ui/StatusPanel.ts +var import_obsidian42 = require("obsidian"); +var MAX_BASH_OUTPUTS = 50; +var StatusPanel = class { + constructor() { + this.containerEl = null; + this.panelEl = null; + // Bash output section + this.bashOutputContainerEl = null; + this.bashHeaderEl = null; + this.bashContentEl = null; + this.isBashExpanded = true; + this.currentBashOutputs = /* @__PURE__ */ new Map(); + this.bashEntryExpanded = /* @__PURE__ */ new Map(); + // Todo section + this.todoContainerEl = null; + this.todoHeaderEl = null; + this.todoContentEl = null; + this.isTodoExpanded = false; + this.currentTodos = null; + // Event handler references for cleanup + this.todoClickHandler = null; + this.todoKeydownHandler = null; + this.bashClickHandler = null; + this.bashKeydownHandler = null; + } + /** + * Mount the panel into the messages container. + * Appends to the end of the messages area. + */ + mount(containerEl) { + this.containerEl = containerEl; + this.createPanel(); + } + /** + * Remount the panel to restore state after conversation changes. + * Re-creates the panel structure and re-renders current state. + */ + remount() { + if (!this.containerEl) { + return; + } + if (this.todoHeaderEl) { + if (this.todoClickHandler) { + this.todoHeaderEl.removeEventListener("click", this.todoClickHandler); + } + if (this.todoKeydownHandler) { + this.todoHeaderEl.removeEventListener("keydown", this.todoKeydownHandler); + } + } + this.todoClickHandler = null; + this.todoKeydownHandler = null; + if (this.bashHeaderEl) { + if (this.bashClickHandler) { + this.bashHeaderEl.removeEventListener("click", this.bashClickHandler); + } + if (this.bashKeydownHandler) { + this.bashHeaderEl.removeEventListener("keydown", this.bashKeydownHandler); + } + } + this.bashClickHandler = null; + this.bashKeydownHandler = null; + if (this.panelEl) { + this.panelEl.remove(); + } + this.panelEl = null; + this.bashOutputContainerEl = null; + this.bashHeaderEl = null; + this.bashContentEl = null; + this.todoContainerEl = null; + this.todoHeaderEl = null; + this.todoContentEl = null; + this.createPanel(); + this.renderBashOutputs(); + if (this.currentTodos && this.currentTodos.length > 0) { + this.updateTodos(this.currentTodos); + } + } + /** + * Create the panel structure. + */ + createPanel() { + var _a5; + if (!this.containerEl) { + return; + } + const ownerDocument = (_a5 = this.containerEl.ownerDocument) != null ? _a5 : window.document; + this.panelEl = ownerDocument.createElement("div"); + this.panelEl.className = "claudian-status-panel"; + this.bashOutputContainerEl = ownerDocument.createElement("div"); + this.bashOutputContainerEl.className = "claudian-status-panel-bash claudian-hidden"; + this.bashHeaderEl = ownerDocument.createElement("div"); + this.bashHeaderEl.className = "claudian-tool-header claudian-status-panel-bash-header"; + this.bashHeaderEl.setAttribute("tabindex", "0"); + this.bashHeaderEl.setAttribute("role", "button"); + this.bashClickHandler = () => this.toggleBashSection(); + this.bashKeydownHandler = (e2) => { + if (e2.key === "Enter" || e2.key === " ") { + e2.preventDefault(); + this.toggleBashSection(); + } + }; + this.bashHeaderEl.addEventListener("click", this.bashClickHandler); + this.bashHeaderEl.addEventListener("keydown", this.bashKeydownHandler); + this.bashContentEl = ownerDocument.createElement("div"); + this.bashContentEl.className = "claudian-status-panel-bash-content"; + this.bashOutputContainerEl.appendChild(this.bashHeaderEl); + this.bashOutputContainerEl.appendChild(this.bashContentEl); + this.panelEl.appendChild(this.bashOutputContainerEl); + this.todoContainerEl = ownerDocument.createElement("div"); + this.todoContainerEl.className = "claudian-status-panel-todos claudian-hidden"; + this.panelEl.appendChild(this.todoContainerEl); + this.todoHeaderEl = ownerDocument.createElement("div"); + this.todoHeaderEl.className = "claudian-status-panel-header"; + this.todoHeaderEl.setAttribute("tabindex", "0"); + this.todoHeaderEl.setAttribute("role", "button"); + this.todoClickHandler = () => this.toggleTodos(); + this.todoKeydownHandler = (e2) => { + if (e2.key === "Enter" || e2.key === " ") { + e2.preventDefault(); + this.toggleTodos(); + } + }; + this.todoHeaderEl.addEventListener("click", this.todoClickHandler); + this.todoHeaderEl.addEventListener("keydown", this.todoKeydownHandler); + this.todoContainerEl.appendChild(this.todoHeaderEl); + this.todoContentEl = ownerDocument.createElement("div"); + this.todoContentEl.className = "claudian-status-panel-content claudian-todo-list-container claudian-hidden"; + this.todoContainerEl.appendChild(this.todoContentEl); + this.containerEl.appendChild(this.panelEl); + } + /** + * Update the panel with new todo items. + * Called by ChatState.onTodosChanged callback when TodoWrite tool is used. + * Passing null or empty array hides the panel. + */ + updateTodos(todos) { + if (!this.todoContainerEl || !this.todoHeaderEl || !this.todoContentEl) { + return; + } + this.currentTodos = todos; + if (!todos || todos.length === 0) { + this.todoContainerEl.addClass("claudian-hidden"); + this.todoHeaderEl.empty(); + this.todoContentEl.empty(); + return; + } + this.todoContainerEl.removeClass("claudian-hidden"); + const completedCount = todos.filter((t11) => t11.status === "completed").length; + const totalCount = todos.length; + const currentTask = todos.find((t11) => t11.status === "in_progress"); + this.renderTodoHeader(completedCount, totalCount, currentTask); + this.renderTodoContent(todos); + this.updateTodoAriaLabel(completedCount, totalCount); + this.scrollToBottom(); + } + /** + * Render the todo collapsed header. + */ + renderTodoHeader(completedCount, totalCount, currentTask) { + var _a5; + if (!this.todoHeaderEl) return; + this.todoHeaderEl.empty(); + const ownerDocument = (_a5 = this.todoHeaderEl.ownerDocument) != null ? _a5 : window.document; + const icon = ownerDocument.createElement("span"); + icon.className = "claudian-status-panel-icon"; + (0, import_obsidian42.setIcon)(icon, getToolIcon(TOOL_TODO_WRITE)); + this.todoHeaderEl.appendChild(icon); + const label = ownerDocument.createElement("span"); + label.className = "claudian-status-panel-label"; + label.textContent = `Tasks (${completedCount}/${totalCount})`; + this.todoHeaderEl.appendChild(label); + if (!this.isTodoExpanded) { + if (completedCount === totalCount && totalCount > 0) { + const status = ownerDocument.createElement("span"); + status.className = "claudian-status-panel-status status-completed"; + (0, import_obsidian42.setIcon)(status, "check"); + this.todoHeaderEl.appendChild(status); + } + if (currentTask) { + const current = ownerDocument.createElement("span"); + current.className = "claudian-status-panel-current"; + current.textContent = currentTask.activeForm; + this.todoHeaderEl.appendChild(current); + } + } + } + /** + * Render the expanded todo content. + */ + renderTodoContent(todos) { + if (!this.todoContentEl) return; + renderTodoItems(this.todoContentEl, todos); + } + /** + * Toggle todo expanded/collapsed state. + */ + toggleTodos() { + this.isTodoExpanded = !this.isTodoExpanded; + this.updateTodoDisplay(); + } + /** + * Update todo display based on expanded state. + */ + updateTodoDisplay() { + if (!this.todoContentEl || !this.todoHeaderEl) return; + this.todoContentEl.toggleClass("claudian-hidden", !this.isTodoExpanded); + if (this.currentTodos && this.currentTodos.length > 0) { + const completedCount = this.currentTodos.filter((t11) => t11.status === "completed").length; + const totalCount = this.currentTodos.length; + const currentTask = this.currentTodos.find((t11) => t11.status === "in_progress"); + this.renderTodoHeader(completedCount, totalCount, currentTask); + this.updateTodoAriaLabel(completedCount, totalCount); + } + this.scrollToBottom(); + } + /** + * Update todo ARIA label. + */ + updateTodoAriaLabel(completedCount, totalCount) { + if (!this.todoHeaderEl) return; + const action = this.isTodoExpanded ? "Collapse" : "Expand"; + this.todoHeaderEl.setAttribute( + "aria-label", + `${action} task list - ${completedCount} of ${totalCount} completed` + ); + this.todoHeaderEl.setAttribute("aria-expanded", String(this.isTodoExpanded)); + } + /** + * Scroll messages container to bottom. + */ + scrollToBottom() { + if (this.containerEl) { + this.containerEl.scrollTop = this.containerEl.scrollHeight; + } + } + // ============================================ + // Bash Output Methods + // ============================================ + truncateDescription(description, maxLength = 50) { + if (description.length <= maxLength) return description; + return description.substring(0, maxLength) + "..."; + } + addBashOutput(info) { + this.currentBashOutputs.set(info.id, info); + while (this.currentBashOutputs.size > MAX_BASH_OUTPUTS) { + const oldest = this.currentBashOutputs.keys().next().value; + if (!oldest) break; + this.currentBashOutputs.delete(oldest); + this.bashEntryExpanded.delete(oldest); + } + this.renderBashOutputs(); + } + updateBashOutput(id, updates) { + const existing = this.currentBashOutputs.get(id); + if (!existing) return; + this.currentBashOutputs.set(id, { ...existing, ...updates }); + this.renderBashOutputs(); + } + clearBashOutputs() { + this.currentBashOutputs.clear(); + this.bashEntryExpanded.clear(); + this.renderBashOutputs(); + } + renderBashOutputs(options = {}) { + var _a5, _b3; + if (!this.bashOutputContainerEl || !this.bashHeaderEl || !this.bashContentEl) return; + const scroll = (_a5 = options.scroll) != null ? _a5 : true; + if (this.currentBashOutputs.size === 0) { + this.bashOutputContainerEl.addClass("claudian-hidden"); + return; + } + this.bashOutputContainerEl.removeClass("claudian-hidden"); + this.bashHeaderEl.empty(); + this.bashContentEl.empty(); + const ownerDocument = (_b3 = this.bashHeaderEl.ownerDocument) != null ? _b3 : window.document; + const headerIconEl = ownerDocument.createElement("span"); + headerIconEl.className = "claudian-tool-icon"; + headerIconEl.setAttribute("aria-hidden", "true"); + (0, import_obsidian42.setIcon)(headerIconEl, "terminal"); + this.bashHeaderEl.appendChild(headerIconEl); + const latest = Array.from(this.currentBashOutputs.values()).at(-1); + const headerLabelEl = ownerDocument.createElement("span"); + headerLabelEl.className = "claudian-tool-label"; + if (this.isBashExpanded) { + headerLabelEl.textContent = t10("chat.bangBash.commandPanel"); + } else { + headerLabelEl.textContent = latest ? this.truncateDescription(latest.command, 60) : t10("chat.bangBash.commandPanel"); + } + this.bashHeaderEl.appendChild(headerLabelEl); + const previewEl = ownerDocument.createElement("span"); + previewEl.className = "claudian-tool-current"; + previewEl.classList.toggle("claudian-hidden", !this.isBashExpanded); + this.bashHeaderEl.appendChild(previewEl); + const summaryStatusEl = ownerDocument.createElement("span"); + summaryStatusEl.className = "claudian-tool-status"; + if (!this.isBashExpanded && latest) { + summaryStatusEl.classList.add(`status-${latest.status}`); + summaryStatusEl.setAttribute("aria-label", t10("chat.bangBash.statusLabel", { status: latest.status })); + if (latest.status === "completed") (0, import_obsidian42.setIcon)(summaryStatusEl, "check"); + if (latest.status === "error") (0, import_obsidian42.setIcon)(summaryStatusEl, "x"); + } else { + summaryStatusEl.classList.add("claudian-hidden"); + } + this.bashHeaderEl.appendChild(summaryStatusEl); + this.bashHeaderEl.setAttribute("aria-expanded", String(this.isBashExpanded)); + const actionsEl = ownerDocument.createElement("span"); + actionsEl.className = "claudian-status-panel-bash-actions"; + this.appendActionButton(actionsEl, "copy", t10("chat.bangBash.copyAriaLabel"), "copy", () => { + void this.copyLatestBashOutput(); + }); + this.appendActionButton(actionsEl, "clear", t10("chat.bangBash.clearAriaLabel"), "trash", () => { + this.clearBashOutputs(); + }); + this.bashHeaderEl.appendChild(actionsEl); + this.bashContentEl.toggleClass("claudian-hidden", !this.isBashExpanded); + if (!this.isBashExpanded) { + return; + } + for (const info of this.currentBashOutputs.values()) { + this.bashContentEl.appendChild(this.renderBashEntry(info, ownerDocument)); + } + if (scroll) { + this.bashContentEl.scrollTop = this.bashContentEl.scrollHeight; + this.scrollToBottom(); + } + } + renderBashEntry(info, ownerDocument) { + var _a5; + const entryEl = ownerDocument.createElement("div"); + entryEl.className = "claudian-tool-call claudian-status-panel-bash-entry"; + const entryHeaderEl = ownerDocument.createElement("div"); + entryHeaderEl.className = "claudian-tool-header"; + entryHeaderEl.setAttribute("tabindex", "0"); + entryHeaderEl.setAttribute("role", "button"); + const entryIconEl = ownerDocument.createElement("span"); + entryIconEl.className = "claudian-tool-icon"; + entryIconEl.setAttribute("aria-hidden", "true"); + (0, import_obsidian42.setIcon)(entryIconEl, "dollar-sign"); + entryHeaderEl.appendChild(entryIconEl); + const entryLabelEl = ownerDocument.createElement("span"); + entryLabelEl.className = "claudian-tool-label"; + entryLabelEl.textContent = t10("chat.bangBash.commandLabel", { command: this.truncateDescription(info.command, 60) }); + entryHeaderEl.appendChild(entryLabelEl); + const entryStatusEl = ownerDocument.createElement("span"); + entryStatusEl.className = "claudian-tool-status"; + entryStatusEl.classList.add(`status-${info.status}`); + entryStatusEl.setAttribute("aria-label", t10("chat.bangBash.statusLabel", { status: info.status })); + if (info.status === "completed") (0, import_obsidian42.setIcon)(entryStatusEl, "check"); + if (info.status === "error") (0, import_obsidian42.setIcon)(entryStatusEl, "x"); + entryHeaderEl.appendChild(entryStatusEl); + entryEl.appendChild(entryHeaderEl); + const contentEl = ownerDocument.createElement("div"); + contentEl.className = "claudian-tool-content"; + const isEntryExpanded = (_a5 = this.bashEntryExpanded.get(info.id)) != null ? _a5 : true; + contentEl.classList.toggle("claudian-hidden", !isEntryExpanded); + entryHeaderEl.setAttribute("aria-expanded", String(isEntryExpanded)); + entryHeaderEl.setAttribute("aria-label", isEntryExpanded ? t10("chat.bangBash.collapseOutput") : t10("chat.bangBash.expandOutput")); + entryHeaderEl.addEventListener("click", () => { + this.bashEntryExpanded.set(info.id, !isEntryExpanded); + this.renderBashOutputs({ scroll: false }); + }); + entryHeaderEl.addEventListener("keydown", (e2) => { + if (e2.key === "Enter" || e2.key === " ") { + e2.preventDefault(); + this.bashEntryExpanded.set(info.id, !isEntryExpanded); + this.renderBashOutputs({ scroll: false }); + } + }); + const rowEl = ownerDocument.createElement("div"); + rowEl.className = "claudian-tool-result-row"; + const textEl = ownerDocument.createElement("span"); + textEl.className = "claudian-tool-result-text"; + if (info.status === "running" && !info.output) { + textEl.textContent = t10("chat.bangBash.running"); + } else if (info.output) { + textEl.textContent = info.output; + } + rowEl.appendChild(textEl); + contentEl.appendChild(rowEl); + entryEl.appendChild(contentEl); + return entryEl; + } + async copyLatestBashOutput() { + var _a5; + const latest = Array.from(this.currentBashOutputs.values()).at(-1); + if (!latest) return; + const output = ((_a5 = latest.output) == null ? void 0 : _a5.trim()) || (latest.status === "running" ? t10("chat.bangBash.running") : ""); + const text = output ? `$ ${latest.command} +${output}` : `$ ${latest.command}`; + try { + await navigator.clipboard.writeText(text); + } catch (e2) { + new import_obsidian42.Notice(t10("chat.bangBash.copyFailed")); + } + } + appendActionButton(parent, name, ariaLabel, icon, action) { + var _a5; + const el2 = ((_a5 = parent.ownerDocument) != null ? _a5 : window.document).createElement("span"); + el2.className = `claudian-status-panel-bash-action claudian-status-panel-bash-action-${name}`; + el2.setAttribute("role", "button"); + el2.setAttribute("tabindex", "0"); + el2.setAttribute("aria-label", ariaLabel); + (0, import_obsidian42.setIcon)(el2, icon); + el2.addEventListener("click", (e2) => { + e2.stopPropagation(); + action(); + }); + el2.addEventListener("keydown", (e2) => { + if (e2.key === "Enter" || e2.key === " ") { + e2.preventDefault(); + e2.stopPropagation(); + action(); + } + }); + parent.appendChild(el2); + } + toggleBashSection() { + this.isBashExpanded = !this.isBashExpanded; + this.renderBashOutputs({ scroll: false }); + } + // ============================================ + // Cleanup + // ============================================ + /** + * Destroy the panel. + */ + destroy() { + if (this.todoHeaderEl) { + if (this.todoClickHandler) { + this.todoHeaderEl.removeEventListener("click", this.todoClickHandler); + } + if (this.todoKeydownHandler) { + this.todoHeaderEl.removeEventListener("keydown", this.todoKeydownHandler); + } + } + this.todoClickHandler = null; + this.todoKeydownHandler = null; + if (this.bashHeaderEl) { + if (this.bashClickHandler) { + this.bashHeaderEl.removeEventListener("click", this.bashClickHandler); + } + if (this.bashKeydownHandler) { + this.bashHeaderEl.removeEventListener("keydown", this.bashKeydownHandler); + } + } + this.bashClickHandler = null; + this.bashKeydownHandler = null; + this.currentBashOutputs.clear(); + if (this.panelEl) { + this.panelEl.remove(); + this.panelEl = null; + } + this.bashOutputContainerEl = null; + this.bashHeaderEl = null; + this.bashContentEl = null; + this.todoContainerEl = null; + this.todoHeaderEl = null; + this.todoContentEl = null; + this.containerEl = null; + this.currentTodos = null; + } +}; + +// src/features/chat/ui/textareaResize.ts +var TEXTAREA_BASE_MIN_HEIGHT = 60; +var TEXTAREA_MIN_MAX_HEIGHT = 150; +var TEXTAREA_MAX_HEIGHT_PERCENT = 0.55; +function calculateTextareaMaxHeight(viewHeight) { + return Math.max(TEXTAREA_MIN_MAX_HEIGHT, viewHeight * TEXTAREA_MAX_HEIGHT_PERCENT); +} +function calculateTextareaMinHeight({ + contentHeight, + flexAllocatedHeight +}) { + return contentHeight > flexAllocatedHeight ? contentHeight : TEXTAREA_BASE_MIN_HEIGHT; +} +function autoResizeTextarea(textarea) { + var _a5, _b3; + const viewHeight = (_b3 = (_a5 = textarea.closest(".claudian-container")) == null ? void 0 : _a5.clientHeight) != null ? _b3 : window.innerHeight; + const maxHeight = calculateTextareaMaxHeight(viewHeight); + textarea.setCssProps({ + "--claudian-textarea-min-height": `${TEXTAREA_BASE_MIN_HEIGHT}px`, + "--claudian-textarea-max-height": `${maxHeight}px` + }); + const flexAllocatedHeight = textarea.offsetHeight; + const contentHeight = Math.min(textarea.scrollHeight, maxHeight); + const minHeight = calculateTextareaMinHeight({ contentHeight, flexAllocatedHeight }); + textarea.setCssProps({ + "--claudian-textarea-min-height": `${minHeight}px`, + "--claudian-textarea-max-height": `${maxHeight}px` + }); +} + +// src/features/chat/utils/usageInfo.ts +function calculateUsagePercentage(contextTokens, contextWindow) { + return contextWindow > 0 ? Math.min(100, Math.max(0, Math.round(contextTokens / contextWindow * 100))) : 0; +} +function recalculateUsageForModel(usage, model, fallbackContextWindow) { + const preserveAuthoritativeWindow = usage.contextWindowIsAuthoritative === true && usage.contextWindow > 0 && usage.model === model; + const contextWindow = preserveAuthoritativeWindow ? usage.contextWindow : fallbackContextWindow; + return { + ...usage, + model, + contextWindow, + contextWindowIsAuthoritative: preserveAuthoritativeWindow, + percentage: calculateUsagePercentage(usage.contextTokens, contextWindow) + }; +} + +// src/features/chat/tabs/providerResolution.ts +function getStoredConversationProviderId(tab, plugin) { + var _a5, _b3; + if (tab.conversationId) { + const conversation = plugin.getConversationSync(tab.conversationId); + if (conversation == null ? void 0 : conversation.providerId) { + return conversation.providerId; + } + } + if (tab.lifecycleState === "blank" && tab.draftModel) { + return getEnabledProviderForModel( + tab.draftModel, + plugin.settings + ); + } + return (_b3 = (_a5 = tab.service) == null ? void 0 : _a5.providerId) != null ? _b3 : tab.providerId; +} +function getTabProviderId(tab, plugin, conversation) { + var _a5; + return (_a5 = conversation == null ? void 0 : conversation.providerId) != null ? _a5 : getStoredConversationProviderId(tab, plugin); +} + +// src/features/chat/tabs/types.ts +var DEFAULT_MAX_TABS = 3; +var MIN_TABS = 3; +var MAX_TABS = 10; +function generateTabId() { + return `tab-${Date.now()}-${Math.random().toString(36).substring(2, 9)}`; +} + +// src/features/chat/tabs/Tab.ts +function getBlankTabModelOptions(settings11) { + return ProviderRegistry.getEnabledProviderIds(settings11).flatMap((providerId) => { + var _a5, _b3; + const uiConfig = ProviderRegistry.getChatUIConfig(providerId); + const providerIcon = (_b3 = (_a5 = uiConfig.getProviderIcon) == null ? void 0 : _a5.call(uiConfig)) != null ? _b3 : void 0; + const group = ProviderRegistry.getProviderDisplayName(providerId); + return uiConfig.getModelOptions(settings11).map((model) => ({ ...model, group, providerIcon })); + }); +} +function resolveBlankTabModel(plugin, providerId) { + const settings11 = plugin.settings; + if (!providerId) { + return settings11.model; + } + const targetProviderId = ProviderRegistry.isEnabled(providerId, settings11) ? providerId : ProviderRegistry.resolveSettingsProviderId(settings11); + const snapshot = ProviderSettingsCoordinator.getProviderSettingsSnapshot(settings11, targetProviderId); + return snapshot.model; +} +function getTabCapabilities(tab, plugin, conversation) { + var _a5; + const providerId = getTabProviderId(tab, plugin, conversation); + if (((_a5 = tab.service) == null ? void 0 : _a5.providerId) === providerId) { + return tab.service.getCapabilities(); + } + return ProviderRegistry.getCapabilities(providerId); +} +function getTabChatUIConfig(tab, plugin, conversation) { + return ProviderRegistry.getChatUIConfig(getTabProviderId(tab, plugin, conversation)); +} +function getTabSettingsSnapshot(tab, plugin) { + return ProviderSettingsCoordinator.getProviderSettingsSnapshot( + plugin.settings, + getTabProviderId(tab, plugin) + ); +} +function getTabPermissionMode(tab, plugin) { + const permissionMode = getTabSettingsSnapshot(tab, plugin).permissionMode; + return typeof permissionMode === "string" && permissionMode ? permissionMode : "normal"; +} +function getTabHiddenCommands(tab, plugin, conversation) { + return getHiddenProviderCommandSet( + plugin.settings, + getTabProviderId(tab, plugin, conversation) + ); +} +function isEnterWithoutShiftOrComposition(e2) { + if (e2.key !== "Enter" || e2.shiftKey || e2.isComposing) { + return false; + } + return true; +} +function hasPlatformSendModifier(e2) { + if (import_obsidian43.Platform.isMacOS) { + return e2.metaKey === true && !e2.ctrlKey && !e2.altKey; + } + return e2.ctrlKey === true && !e2.metaKey && !e2.altKey; +} +function shouldSendMessageFromExplicitEnterShortcut(e2) { + return isEnterWithoutShiftOrComposition(e2) && hasPlatformSendModifier(e2); +} +function shouldSendMessageFromEnterKey(e2, settings11) { + if (!isEnterWithoutShiftOrComposition(e2)) { + return false; + } + if (settings11.requireCommandOrControlEnterToSend === true) { + return hasPlatformSendModifier(e2); + } + return true; +} +function isTabInputFocused(tab) { + return tab.dom.inputEl.ownerDocument.activeElement === tab.dom.inputEl; +} +function sendTabInputMessage(tab, e2, options) { + if ((options == null ? void 0 : options.requireInputFocus) && !isTabInputFocused(tab)) { + return false; + } + const inputController = tab.controllers.inputController; + if (!inputController) { + return false; + } + e2.preventDefault(); + void inputController.sendMessage(); + return true; +} +function sendTabInputMessageFromExplicitEnterShortcut(tab, e2, options) { + if (!shouldSendMessageFromExplicitEnterShortcut(e2)) { + return false; + } + return sendTabInputMessage(tab, e2, options); +} +function sendTabInputMessageFromEnterKey(tab, settings11, e2) { + if (!shouldSendMessageFromEnterKey(e2, settings11)) { + return false; + } + return sendTabInputMessage(tab, e2); +} +function getRegistryProviderCatalogInfo(providerId) { + const catalog = ProviderWorkspaceRegistry.getCommandCatalog(providerId); + if (!catalog) { + return null; + } + return { + config: catalog.getDropdownConfig(), + getEntries: () => catalog.listDropdownEntries({ includeBuiltIns: false }) + }; +} +function getProviderMcpManager(providerId) { + return ProviderWorkspaceRegistry.getMcpServerManager(providerId); +} +function syncSlashCommandDropdownForProvider(tab, plugin, getProviderCatalogConfig, conversation) { + var _a5, _b3; + const dropdown = tab.ui.slashCommandDropdown; + if (!dropdown) { + return; + } + const catalogInfo = (_a5 = getProviderCatalogConfig == null ? void 0 : getProviderCatalogConfig()) != null ? _a5 : getRegistryProviderCatalogInfo(getTabProviderId(tab, plugin, conversation)); + if (catalogInfo) { + (_b3 = dropdown.setProviderCatalog) == null ? void 0 : _b3.call(dropdown, catalogInfo.config, catalogInfo.getEntries); + } else { + dropdown.resetSdkSkillsCache(); + } + dropdown.setHiddenCommands(getTabHiddenCommands(tab, plugin, conversation)); +} +async function updateTabProviderSettings(tab, plugin, update) { + const providerId = getTabProviderId(tab, plugin); + const snapshot = getTabSettingsSnapshot(tab, plugin); + update(snapshot); + ProviderSettingsCoordinator.commitProviderSettingsSnapshot( + plugin.settings, + providerId, + snapshot + ); + await plugin.saveSettings(); + return snapshot; +} +function refreshTabProviderUI(tab, plugin) { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + const capabilities = getTabCapabilities(tab, plugin); + const permissionMode = getTabPermissionMode(tab, plugin); + (_a5 = tab.ui.modelSelector) == null ? void 0 : _a5.updateDisplay(); + (_b3 = tab.ui.modelSelector) == null ? void 0 : _b3.renderOptions(); + (_c2 = tab.ui.modeSelector) == null ? void 0 : _c2.updateDisplay(); + (_d = tab.ui.modeSelector) == null ? void 0 : _d.renderOptions(); + (_e2 = tab.ui.thinkingBudgetSelector) == null ? void 0 : _e2.updateDisplay(); + (_f2 = tab.ui.permissionToggle) == null ? void 0 : _f2.updateDisplay(); + (_g = tab.ui.serviceTierToggle) == null ? void 0 : _g.updateDisplay(); + tab.dom.inputWrapper.toggleClass( + "claudian-input-plan-mode", + permissionMode === "plan" && capabilities.supportsPlanMode + ); +} +function applyProviderUIGating(tab, plugin) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2; + const capabilities = getTabCapabilities(tab, plugin); + const uiConfig = getTabChatUIConfig(tab, plugin); + const mcpManager = capabilities.supportsMcpTools ? getProviderMcpManager(capabilities.providerId) : null; + const hasPermissionToggle = Boolean((_a5 = uiConfig.getPermissionModeToggle) == null ? void 0 : _a5.call(uiConfig)); + if (!capabilities.supportsMcpTools) { + (_b3 = tab.ui.mcpServerSelector) == null ? void 0 : _b3.clearEnabled(); + } + (_c2 = tab.ui.mcpServerSelector) == null ? void 0 : _c2.setVisible(capabilities.supportsMcpTools); + (_d = tab.ui.permissionToggle) == null ? void 0 : _d.setVisible(hasPermissionToggle); + (_e2 = tab.ui.fileContextManager) == null ? void 0 : _e2.setMcpManager(mcpManager); + (_f2 = tab.ui.fileContextManager) == null ? void 0 : _f2.setAgentService( + ProviderWorkspaceRegistry.getAgentMentionProvider(capabilities.providerId) + ); + (_g = tab.ui.imageContextManager) == null ? void 0 : _g.setEnabled(capabilities.supportsImageAttachments); + (_h2 = tab.ui.contextUsageMeter) == null ? void 0 : _h2.update(tab.state.usage); +} +function syncTabProviderServices(tab, plugin) { + var _a5, _b3, _c2, _d; + (_a5 = tab.services.instructionRefineService) == null ? void 0 : _a5.cancel(); + (_b3 = tab.services.instructionRefineService) == null ? void 0 : _b3.resetConversation(); + tab.services.instructionRefineService = ProviderRegistry.createInstructionRefineService(plugin, tab.providerId); + (_d = (_c2 = tab.services.subagentManager).setTaskResultInterpreter) == null ? void 0 : _d.call( + _c2, + ProviderRegistry.getTaskResultInterpreter(tab.providerId) + ); +} +function ensureTitleGenerationService(tab, plugin) { + if (!tab.services.titleGenerationService) { + tab.services.titleGenerationService = ProviderRegistry.createTitleGenerationService(plugin); + } +} +function cleanupTabRuntime(tab) { + if (tab.service && typeof tab.service.cleanup === "function") { + tab.service.cleanup(); + } + tab.service = null; + tab.serviceInitialized = false; +} +function onProviderAvailabilityChanged(tab, plugin) { + var _a5, _b3, _c2, _d, _e2; + if (tab.lifecycleState !== "blank") return; + const settingsSnapshot = plugin.settings; + const enabledProviderIds = ProviderRegistry.getEnabledProviderIds(settingsSnapshot); + let nextProviderId = tab.providerId; + if (tab.draftModel) { + const draftProvider = getEnabledProviderForModel(tab.draftModel, settingsSnapshot); + const draftProviderOwnsModel = ProviderRegistry.getChatUIConfig(draftProvider).ownsModel(tab.draftModel, settingsSnapshot); + if (!enabledProviderIds.includes(draftProvider) || !draftProviderOwnsModel) { + const fallbackProviderId = (_a5 = enabledProviderIds[0]) != null ? _a5 : DEFAULT_CHAT_PROVIDER_ID; + const fallbackModels = ProviderRegistry.getChatUIConfig(fallbackProviderId).getModelOptions(settingsSnapshot); + tab.draftModel = (_c2 = (_b3 = fallbackModels[0]) == null ? void 0 : _b3.value) != null ? _c2 : tab.draftModel; + nextProviderId = fallbackProviderId; + } else { + nextProviderId = draftProvider; + } + } + tab.providerId = nextProviderId; + if (tab.service && tab.service.providerId !== nextProviderId) { + tab.service.cleanup(); + tab.service = null; + tab.serviceInitialized = false; + } + syncTabProviderServices(tab, plugin); + (_d = tab.ui.slashCommandDropdown) == null ? void 0 : _d.setHiddenCommands(getTabHiddenCommands(tab, plugin)); + (_e2 = tab.ui.slashCommandDropdown) == null ? void 0 : _e2.resetSdkSkillsCache(); + refreshTabProviderUI(tab, plugin); + applyProviderUIGating(tab, plugin); +} +function createTab(options) { + var _a5, _b3; + const { + plugin, + containerEl, + conversation, + tabId, + onStreamingChanged, + onAttentionChanged, + onConversationIdChanged + } = options; + const id = tabId != null ? tabId : generateTabId(); + const contentEl = containerEl.createDiv({ cls: "claudian-tab-content claudian-hidden" }); + const state = new ChatState({ + onStreamingStateChanged: onStreamingChanged, + onAttentionChanged, + onConversationChanged: onConversationIdChanged + }); + const subagentManager = new SubagentManager(() => { + }); + const dom = buildTabDOM(contentEl); + state.queueIndicatorEl = dom.queueIndicatorEl; + const isBound = !!(conversation == null ? void 0 : conversation.id); + const restoredDraftModel = typeof options.draftModel === "string" ? options.draftModel.trim() : ""; + const draftModel = isBound ? null : restoredDraftModel || resolveBlankTabModel(plugin, options.defaultProviderId); + const initialProviderId = (_a5 = conversation == null ? void 0 : conversation.providerId) != null ? _a5 : draftModel ? getEnabledProviderForModel(draftModel, plugin.settings) : DEFAULT_CHAT_PROVIDER_ID; + const tab = { + id, + lifecycleState: isBound ? "bound_cold" : "blank", + draftModel, + providerId: initialProviderId, + conversationId: (_b3 = conversation == null ? void 0 : conversation.id) != null ? _b3 : null, + service: null, + serviceInitialized: false, + state, + controllers: { + selectionController: null, + browserSelectionController: null, + canvasSelectionController: null, + conversationController: null, + streamController: null, + inputController: null, + navigationController: null + }, + services: { + subagentManager, + instructionRefineService: null, + titleGenerationService: null + }, + ui: { + fileContextManager: null, + imageContextManager: null, + modelSelector: null, + modeSelector: null, + thinkingBudgetSelector: null, + externalContextSelector: null, + mcpServerSelector: null, + permissionToggle: null, + serviceTierToggle: null, + slashCommandDropdown: null, + instructionModeManager: null, + bangBashModeManager: null, + contextUsageMeter: null, + statusPanel: null, + navigationSidebar: null + }, + dom, + renderer: null + }; + return tab; +} +function buildTabDOM(contentEl) { + const messagesWrapperEl = contentEl.createDiv({ cls: "claudian-messages-wrapper" }); + const messagesEl = messagesWrapperEl.createDiv({ cls: "claudian-messages" }); + const welcomeEl = messagesEl.createDiv({ cls: "claudian-welcome" }); + const statusPanelContainerEl = contentEl.createDiv({ cls: "claudian-status-panel-container" }); + const inputContainerEl = contentEl.createDiv({ cls: "claudian-input-container" }); + const queueIndicatorEl = inputContainerEl.createDiv({ cls: "claudian-input-queue-row" }); + const navRowEl = inputContainerEl.createDiv({ cls: "claudian-input-nav-row" }); + const inputWrapper = inputContainerEl.createDiv({ cls: "claudian-input-wrapper" }); + const contextRowEl = inputWrapper.createDiv({ cls: "claudian-context-row" }); + const inputEl = inputWrapper.createEl("textarea", { + cls: "claudian-input", + attr: { + placeholder: "How can i help you today?", + rows: "3", + dir: "auto" + } + }); + return { + contentEl, + messagesEl, + welcomeEl, + statusPanelContainerEl, + inputContainerEl, + queueIndicatorEl, + inputWrapper, + inputEl, + navRowEl, + contextRowEl, + selectionIndicatorEl: null, + browserIndicatorEl: null, + canvasIndicatorEl: null, + eventCleanups: [] + }; +} +async function initializeTabService(tab, plugin, argOrOverride, maybeOverride) { + var _a5; + if (tab.lifecycleState === "closing") { + return; + } + const conversationOverride = isConversationLike(argOrOverride) ? argOrOverride : argOrOverride === null ? null : maybeOverride; + const conversation = conversationOverride != null ? conversationOverride : tab.conversationId ? await plugin.getConversationById(tab.conversationId) : null; + const providerId = getTabProviderId(tab, plugin, conversation); + if (tab.serviceInitialized && ((_a5 = tab.service) == null ? void 0 : _a5.providerId) === providerId) { + return; + } + let service = null; + let unsubscribeReadyState = null; + const previousService = tab.service; + try { + if (typeof (previousService == null ? void 0 : previousService.cleanup) === "function") { + previousService.cleanup(); + } + tab.service = null; + tab.serviceInitialized = false; + const runtime = ProviderRegistry.createChatRuntime({ plugin, providerId }); + service = runtime; + unsubscribeReadyState = runtime.onReadyStateChange(() => { + }); + tab.dom.eventCleanups.push(() => unsubscribeReadyState == null ? void 0 : unsubscribeReadyState()); + if (conversation) { + const hasMessages = conversation.messages.length > 0; + const externalContextPaths = hasMessages ? conversation.externalContextPaths || [] : plugin.settings.persistentExternalContextPaths || []; + runtime.syncConversationState(conversation, externalContextPaths); + } + if (isClosingLifecycleState(tab.lifecycleState)) { + unsubscribeReadyState == null ? void 0 : unsubscribeReadyState(); + service == null ? void 0 : service.cleanup(); + return; + } + tab.providerId = providerId; + tab.service = service; + tab.serviceInitialized = true; + if (tab.lifecycleState === "blank") { + tab.draftModel = null; + } + tab.lifecycleState = "bound_active"; + } catch (error48) { + unsubscribeReadyState == null ? void 0 : unsubscribeReadyState(); + service == null ? void 0 : service.cleanup(); + tab.service = null; + tab.serviceInitialized = false; + throw error48; + } +} +function isConversationLike(value) { + return !!value && typeof value === "object" && typeof value.id === "string" && Array.isArray(value.messages); +} +function initializeContextManagers(tab, plugin) { + const { dom } = tab; + const app = plugin.app; + tab.ui.fileContextManager = new FileContextManager( + app, + dom.contextRowEl, + dom.inputEl, + { + getExcludedTags: () => plugin.settings.excludedTags, + onChipsChanged: () => { + var _a5, _b3, _c2, _d; + (_a5 = tab.controllers.selectionController) == null ? void 0 : _a5.updateContextRowVisibility(); + (_b3 = tab.controllers.browserSelectionController) == null ? void 0 : _b3.updateContextRowVisibility(); + (_c2 = tab.controllers.canvasSelectionController) == null ? void 0 : _c2.updateContextRowVisibility(); + autoResizeTextarea(dom.inputEl); + (_d = tab.renderer) == null ? void 0 : _d.scrollToBottomIfNeeded(); + }, + getExternalContexts: () => { + var _a5; + return ((_a5 = tab.ui.externalContextSelector) == null ? void 0 : _a5.getExternalContexts()) || []; + } + }, + dom.inputContainerEl + ); + tab.ui.fileContextManager.setMcpManager(getProviderMcpManager(getTabProviderId(tab, plugin))); + tab.ui.imageContextManager = new ImageContextManager( + dom.inputContainerEl, + dom.inputEl, + { + onImagesChanged: () => { + var _a5, _b3, _c2, _d; + (_a5 = tab.controllers.selectionController) == null ? void 0 : _a5.updateContextRowVisibility(); + (_b3 = tab.controllers.browserSelectionController) == null ? void 0 : _b3.updateContextRowVisibility(); + (_c2 = tab.controllers.canvasSelectionController) == null ? void 0 : _c2.updateContextRowVisibility(); + autoResizeTextarea(dom.inputEl); + (_d = tab.renderer) == null ? void 0 : _d.scrollToBottomIfNeeded(); + } + }, + dom.contextRowEl + ); +} +function initializeSlashCommands(tab, getHiddenCommands, catalogInfo) { + var _a5; + const { dom } = tab; + tab.ui.slashCommandDropdown = new SlashCommandDropdown( + dom.inputContainerEl, + dom.inputEl, + { + onSelect: () => { + }, + onHide: () => { + } + }, + { + hiddenCommands: (_a5 = getHiddenCommands == null ? void 0 : getHiddenCommands()) != null ? _a5 : /* @__PURE__ */ new Set(), + providerConfig: catalogInfo == null ? void 0 : catalogInfo.config, + getProviderEntries: catalogInfo == null ? void 0 : catalogInfo.getEntries + } + ); +} +function initializeInstructionAndTodo(tab, plugin) { + const { dom } = tab; + syncTabProviderServices(tab, plugin); + ensureTitleGenerationService(tab, plugin); + tab.ui.instructionModeManager = new InstructionModeManager( + dom.inputEl, + { + onSubmit: async (rawInstruction) => { + var _a5; + await ((_a5 = tab.controllers.inputController) == null ? void 0 : _a5.handleInstructionSubmit(rawInstruction)); + }, + getInputWrapper: () => dom.inputWrapper + } + ); + if (isBangBashEnabled(plugin.settings)) { + const vaultPath = getVaultPath(plugin.app); + if (vaultPath) { + const enhancedPath = getEnhancedPath(); + const bashService = new BangBashService(vaultPath, enhancedPath); + tab.ui.bangBashModeManager = new BangBashModeManager( + dom.inputEl, + { + onSubmit: async (command) => { + const statusPanel = tab.ui.statusPanel; + if (!statusPanel) return; + const id = `bash-${Date.now()}`; + statusPanel.addBashOutput({ id, command, status: "running", output: "" }); + const result = await bashService.execute(command); + const output = [result.stdout, result.stderr, result.error].filter(Boolean).join("\n").trim(); + const status = result.exitCode === 0 ? "completed" : "error"; + statusPanel.updateBashOutput(id, { status, output, exitCode: result.exitCode }); + }, + getInputWrapper: () => dom.inputWrapper + } + ); + } + } + tab.ui.statusPanel = new StatusPanel(); + tab.ui.statusPanel.mount(dom.statusPanelContainerEl); +} +function isBangBashEnabled(settings11) { + return ProviderRegistry.getEnabledProviderIds(settings11).some((providerId) => { + var _a5, _b3, _c2; + return (_c2 = (_b3 = (_a5 = ProviderRegistry.getChatUIConfig(providerId)).isBangBashEnabled) == null ? void 0 : _b3.call(_a5, settings11)) != null ? _c2 : false; + }); +} +function initializeInputToolbar(tab, plugin, getProviderCatalogConfig, onProviderChanged) { + var _a5; + const { dom } = tab; + const inputToolbar = dom.inputWrapper.createDiv({ cls: "claudian-input-toolbar" }); + const blankTabUIConfigProxy = () => { + const draftProvider = tab.draftModel ? getEnabledProviderForModel(tab.draftModel, plugin.settings) : DEFAULT_CHAT_PROVIDER_ID; + const baseConfig = ProviderRegistry.getChatUIConfig(draftProvider); + return { + ...baseConfig, + getModelOptions: (settings11) => getBlankTabModelOptions(settings11) + }; + }; + const toolbarComponents = createInputToolbar(inputToolbar, { + getUIConfig: () => { + if (tab.lifecycleState === "blank") { + return blankTabUIConfigProxy(); + } + return getTabChatUIConfig(tab, plugin); + }, + getCapabilities: () => getTabCapabilities(tab, plugin), + getSettings: () => getTabSettingsSnapshot(tab, plugin), + getEnvironmentVariables: () => plugin.getActiveEnvironmentVariables(), + onModelChange: async (model) => { + var _a6, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m; + if (tab.lifecycleState === "blank") { + const previousProvider = tab.providerId; + tab.draftModel = model; + const newProvider = getEnabledProviderForModel( + model, + plugin.settings + ); + const didProviderChange = newProvider !== previousProvider; + if (tab.service) { + cleanupTabRuntime(tab); + } + tab.providerId = newProvider; + if (didProviderChange) { + syncTabProviderServices(tab, plugin); + } + syncSlashCommandDropdownForProvider(tab, plugin, getProviderCatalogConfig); + const uiConfig2 = ProviderRegistry.getChatUIConfig(newProvider); + await updateTabProviderSettings(tab, plugin, (settings11) => { + settings11.model = model; + uiConfig2.applyModelDefaults(model, settings11); + }); + if (didProviderChange) { + await (onProviderChanged == null ? void 0 : onProviderChanged(newProvider)); + } + await ((_a6 = uiConfig2.prepareModelMetadata) == null ? void 0 : _a6.call(uiConfig2, model, plugin.settings, { plugin })); + (_b3 = tab.ui.thinkingBudgetSelector) == null ? void 0 : _b3.updateDisplay(); + (_c2 = tab.ui.serviceTierToggle) == null ? void 0 : _c2.updateDisplay(); + (_d = tab.ui.modelSelector) == null ? void 0 : _d.updateDisplay(); + (_e2 = tab.ui.modeSelector) == null ? void 0 : _e2.updateDisplay(); + (_f2 = tab.ui.modelSelector) == null ? void 0 : _f2.renderOptions(); + (_g = tab.ui.modeSelector) == null ? void 0 : _g.renderOptions(); + applyProviderUIGating(tab, plugin); + return; + } + const boundProvider = tab.providerId; + const modelProvider = getProviderForModel(model, plugin.settings); + if (modelProvider !== boundProvider) { + new import_obsidian43.Notice("Cannot switch provider on a bound session. Start a new tab instead."); + (_h2 = tab.ui.modelSelector) == null ? void 0 : _h2.updateDisplay(); + return; + } + const uiConfig = getTabChatUIConfig(tab, plugin); + const providerSettings = await updateTabProviderSettings(tab, plugin, (settings11) => { + settings11.model = model; + uiConfig.applyModelDefaults(model, settings11); + }); + await ((_i = uiConfig.prepareModelMetadata) == null ? void 0 : _i.call(uiConfig, model, plugin.settings, { plugin })); + (_j = tab.ui.thinkingBudgetSelector) == null ? void 0 : _j.updateDisplay(); + (_k3 = tab.ui.serviceTierToggle) == null ? void 0 : _k3.updateDisplay(); + (_l2 = tab.ui.modelSelector) == null ? void 0 : _l2.updateDisplay(); + (_m = tab.ui.modelSelector) == null ? void 0 : _m.renderOptions(); + const currentUsage = tab.state.usage; + if (currentUsage) { + const newContextWindow = uiConfig.getContextWindowSize( + model, + providerSettings.customContextLimits, + providerSettings + ); + tab.state.usage = recalculateUsageForModel(currentUsage, model, newContextWindow); + } + }, + onModeChange: async (mode) => { + var _a6, _b3; + await updateTabProviderSettings(tab, plugin, (settings11) => { + var _a7, _b4; + (_b4 = (_a7 = getTabChatUIConfig(tab, plugin)).applyModeSelection) == null ? void 0 : _b4.call(_a7, mode, settings11); + }); + (_a6 = tab.ui.modeSelector) == null ? void 0 : _a6.updateDisplay(); + (_b3 = tab.ui.modeSelector) == null ? void 0 : _b3.renderOptions(); + }, + onThinkingBudgetChange: async (budget) => { + await updateTabProviderSettings(tab, plugin, (settings11) => { + var _a6, _b3; + settings11.thinkingBudget = budget; + (_b3 = (_a6 = getTabChatUIConfig(tab, plugin)).applyReasoningSelection) == null ? void 0 : _b3.call(_a6, settings11.model, budget, settings11); + }); + }, + onEffortLevelChange: async (effort) => { + await updateTabProviderSettings(tab, plugin, (settings11) => { + var _a6, _b3; + settings11.effortLevel = effort; + (_b3 = (_a6 = getTabChatUIConfig(tab, plugin)).applyReasoningSelection) == null ? void 0 : _b3.call(_a6, settings11.model, effort, settings11); + }); + }, + onServiceTierChange: async (serviceTier) => { + var _a6; + await updateTabProviderSettings(tab, plugin, (settings11) => { + settings11.serviceTier = serviceTier; + }); + (_a6 = tab.ui.serviceTierToggle) == null ? void 0 : _a6.updateDisplay(); + }, + onPermissionModeChange: async (mode) => { + var _a6; + await updateTabProviderSettings(tab, plugin, (settings11) => { + const uiConfig = getTabChatUIConfig(tab, plugin); + if (uiConfig.applyPermissionMode) { + uiConfig.applyPermissionMode(mode, settings11); + } else { + settings11.permissionMode = mode; + } + }); + (_a6 = tab.ui.permissionToggle) == null ? void 0 : _a6.updateDisplay(); + dom.inputWrapper.toggleClass( + "claudian-input-plan-mode", + mode === "plan" && getTabCapabilities(tab, plugin).supportsPlanMode + ); + } + }); + tab.ui.modelSelector = toolbarComponents.modelSelector; + tab.ui.modeSelector = toolbarComponents.modeSelector; + tab.ui.thinkingBudgetSelector = toolbarComponents.thinkingBudgetSelector; + tab.ui.contextUsageMeter = toolbarComponents.contextUsageMeter; + tab.ui.externalContextSelector = toolbarComponents.externalContextSelector; + tab.ui.mcpServerSelector = toolbarComponents.mcpServerSelector; + tab.ui.permissionToggle = toolbarComponents.permissionToggle; + tab.ui.serviceTierToggle = toolbarComponents.serviceTierToggle; + tab.ui.mcpServerSelector.setMcpManager(getProviderMcpManager(getTabProviderId(tab, plugin))); + (_a5 = tab.ui.fileContextManager) == null ? void 0 : _a5.setOnMcpMentionChange((servers) => { + var _a6; + (_a6 = tab.ui.mcpServerSelector) == null ? void 0 : _a6.addMentionedServers(servers); + }); + tab.ui.externalContextSelector.setOnChange(() => { + var _a6; + (_a6 = tab.ui.fileContextManager) == null ? void 0 : _a6.preScanExternalContexts(); + }); + tab.ui.externalContextSelector.setPersistentPaths( + plugin.settings.persistentExternalContextPaths || [] + ); + tab.ui.externalContextSelector.setOnPersistenceChange((paths) => { + plugin.settings.persistentExternalContextPaths = paths; + void plugin.saveSettings(); + }); + refreshTabProviderUI(tab, plugin); + applyProviderUIGating(tab, plugin); +} +function initializeTabUI(tab, plugin, options = {}) { + var _a5, _b3; + const { dom, state } = tab; + initializeContextManagers(tab, plugin); + dom.selectionIndicatorEl = dom.contextRowEl.createDiv({ cls: "claudian-selection-indicator claudian-hidden" }); + dom.browserIndicatorEl = dom.contextRowEl.createDiv({ cls: "claudian-browser-selection-indicator claudian-hidden" }); + dom.canvasIndicatorEl = dom.contextRowEl.createDiv({ cls: "claudian-canvas-indicator claudian-hidden" }); + const catalogInfo = (_b3 = (_a5 = options.getProviderCatalogConfig) == null ? void 0 : _a5.call(options)) != null ? _b3 : null; + initializeSlashCommands( + tab, + () => getTabHiddenCommands(tab, plugin), + catalogInfo + ); + if (dom.messagesEl.parentElement) { + tab.ui.navigationSidebar = new NavigationSidebar( + dom.messagesEl.parentElement, + dom.messagesEl + ); + } + initializeInstructionAndTodo(tab, plugin); + initializeInputToolbar(tab, plugin, options.getProviderCatalogConfig, options.onProviderChanged); + state.callbacks = { + ...state.callbacks, + onUsageChanged: (usage) => { + var _a6; + (_a6 = tab.ui.contextUsageMeter) == null ? void 0 : _a6.update(usage); + }, + onTodosChanged: (todos) => { + var _a6; + return (_a6 = tab.ui.statusPanel) == null ? void 0 : _a6.updateTodos(todos); + }, + onAutoScrollChanged: () => { + var _a6; + return (_a6 = tab.ui.navigationSidebar) == null ? void 0 : _a6.updateVisibility(); + } + }; + const resizeObserver = new ResizeObserver(() => { + var _a6; + (_a6 = tab.ui.navigationSidebar) == null ? void 0 : _a6.updateVisibility(); + }); + resizeObserver.observe(dom.messagesEl); + dom.eventCleanups.push(() => resizeObserver.disconnect()); +} +function deepCloneMessages(messages) { + if (typeof structuredClone === "function") { + return structuredClone(messages); + } + return JSON.parse(JSON.stringify(messages)); +} +function isClosingLifecycleState(state) { + return state === "closing"; +} +function countUserMessagesForForkTitle(messages) { + return messages.filter((m4) => m4.role === "user" && !m4.isInterrupt && !m4.isRebuiltContext).length; +} +function resolveForkSource(tab, plugin) { + var _a5; + const conversation = tab.conversationId ? plugin.getConversationSync(tab.conversationId) : null; + const sourceSessionId = tab.service ? tab.service.resolveSessionIdForFork(conversation != null ? conversation : null) : ProviderRegistry.getConversationHistoryService((_a5 = conversation == null ? void 0 : conversation.providerId) != null ? _a5 : tab.providerId).resolveSessionIdForConversation(conversation); + if (!sourceSessionId) { + new import_obsidian43.Notice(t10("chat.fork.failed", { error: t10("chat.fork.errorNoSession") })); + return null; + } + return { + providerId: getTabProviderId(tab, plugin, conversation), + sourceSessionId, + sourceProviderState: conversation == null ? void 0 : conversation.providerState, + sourceTitle: conversation == null ? void 0 : conversation.title, + currentNote: conversation == null ? void 0 : conversation.currentNote + }; +} +async function handleForkRequest(tab, plugin, userMessageId, forkRequestCallback) { + const { state } = tab; + if (!getTabCapabilities(tab, plugin).supportsFork) { + new import_obsidian43.Notice("Fork is not supported by this provider."); + return; + } + if (state.isStreaming) { + new import_obsidian43.Notice(t10("chat.fork.unavailableStreaming")); + return; + } + const msgs = state.messages; + const userIdx = msgs.findIndex((m4) => m4.id === userMessageId); + if (userIdx === -1) { + new import_obsidian43.Notice(t10("chat.fork.failed", { error: t10("chat.fork.errorMessageNotFound") })); + return; + } + if (!msgs[userIdx].userMessageId) { + new import_obsidian43.Notice(t10("chat.fork.unavailableNoUuid")); + return; + } + const rewindCtx = findRewindContext(msgs, userIdx); + if (!rewindCtx.hasResponse || !rewindCtx.prevAssistantUuid) { + new import_obsidian43.Notice(t10("chat.fork.unavailableNoResponse")); + return; + } + const source = resolveForkSource(tab, plugin); + if (!source) return; + await forkRequestCallback({ + messages: deepCloneMessages(msgs.slice(0, userIdx)), + providerId: source.providerId, + sourceSessionId: source.sourceSessionId, + sourceProviderState: source.sourceProviderState, + resumeAt: rewindCtx.prevAssistantUuid, + sourceTitle: source.sourceTitle, + forkAtUserMessage: countUserMessagesForForkTitle(msgs.slice(0, userIdx + 1)), + currentNote: source.currentNote + }); +} +async function handleForkAll(tab, plugin, forkRequestCallback) { + const { state } = tab; + if (!getTabCapabilities(tab, plugin).supportsFork) { + new import_obsidian43.Notice("Fork is not supported by this provider."); + return; + } + if (state.isStreaming) { + new import_obsidian43.Notice(t10("chat.fork.unavailableStreaming")); + return; + } + const msgs = state.messages; + if (msgs.length === 0) { + new import_obsidian43.Notice(t10("chat.fork.commandNoMessages")); + return; + } + let lastAssistantUuid; + for (let i = msgs.length - 1; i >= 0; i--) { + if (msgs[i].role === "assistant" && msgs[i].assistantMessageId) { + lastAssistantUuid = msgs[i].assistantMessageId; + break; + } + } + if (!lastAssistantUuid) { + new import_obsidian43.Notice(t10("chat.fork.commandNoAssistantUuid")); + return; + } + const source = resolveForkSource(tab, plugin); + if (!source) return; + await forkRequestCallback({ + messages: deepCloneMessages(msgs), + providerId: source.providerId, + sourceSessionId: source.sourceSessionId, + sourceProviderState: source.sourceProviderState, + resumeAt: lastAssistantUuid, + sourceTitle: source.sourceTitle, + forkAtUserMessage: countUserMessagesForForkTitle(msgs) + 1, + currentNote: source.currentNote + }); +} +function initializeTabControllers(tab, plugin, component, arg4, arg5, arg6, arg7) { + const isLegacy = arg4 !== void 0 && typeof arg4 !== "function"; + const forkRequestCallback = isLegacy ? arg5 : arg4; + const openConversation = isLegacy ? arg6 : arg5; + const getProviderCatalogConfig = isLegacy ? arg7 : arg6; + const { dom, state, services, ui } = tab; + tab.renderer = new MessageRenderer( + plugin, + component, + dom.messagesEl, + (id, mode) => tab.controllers.conversationController.rewind(id, mode), + forkRequestCallback ? (id) => handleForkRequest(tab, plugin, id, forkRequestCallback) : void 0, + () => getTabCapabilities(tab, plugin) + ); + tab.controllers.selectionController = new SelectionController( + plugin.app, + dom.selectionIndicatorEl, + dom.inputEl, + dom.contextRowEl, + () => autoResizeTextarea(dom.inputEl), + dom.contentEl + ); + tab.controllers.browserSelectionController = new BrowserSelectionController( + plugin.app, + dom.browserIndicatorEl, + dom.inputEl, + dom.contextRowEl, + () => autoResizeTextarea(dom.inputEl) + ); + tab.controllers.canvasSelectionController = new CanvasSelectionController( + plugin.app, + dom.canvasIndicatorEl, + dom.inputEl, + dom.contextRowEl, + () => autoResizeTextarea(dom.inputEl) + ); + tab.controllers.streamController = new StreamController({ + plugin, + state, + renderer: tab.renderer, + subagentManager: services.subagentManager, + getMessagesEl: () => dom.messagesEl, + getFileContextManager: () => ui.fileContextManager, + updateQueueIndicator: () => { + var _a5; + return (_a5 = tab.controllers.inputController) == null ? void 0 : _a5.updateQueueIndicator(); + }, + getAgentService: () => tab.service + }); + services.subagentManager.setCallback( + (subagent) => { + var _a5, _b3; + (_a5 = tab.controllers.streamController) == null ? void 0 : _a5.onAsyncSubagentStateChange(subagent); + if (!tab.state.isStreaming && tab.state.currentConversationId) { + void ((_b3 = tab.controllers.conversationController) == null ? void 0 : _b3.save(false).catch(() => { + })); + } + } + ); + tab.controllers.conversationController = new ConversationController( + { + plugin, + state, + renderer: tab.renderer, + subagentManager: services.subagentManager, + getHistoryDropdown: () => null, + // Tab doesn't have its own history dropdown + getWelcomeEl: () => dom.welcomeEl, + setWelcomeEl: (el2) => { + dom.welcomeEl = el2; + }, + getMessagesEl: () => dom.messagesEl, + getInputEl: () => dom.inputEl, + getFileContextManager: () => ui.fileContextManager, + getImageContextManager: () => ui.imageContextManager, + getMcpServerSelector: () => ui.mcpServerSelector, + getExternalContextSelector: () => ui.externalContextSelector, + clearQueuedMessage: () => { + var _a5; + return (_a5 = tab.controllers.inputController) == null ? void 0 : _a5.clearQueuedMessage(); + }, + getTitleGenerationService: () => services.titleGenerationService, + getStatusPanel: () => ui.statusPanel, + getAgentService: () => tab.service, + // Use tab's service instead of plugin's + dismissPendingInlinePrompts: () => { + var _a5; + return (_a5 = tab.controllers.inputController) == null ? void 0 : _a5.dismissPendingApproval(); + }, + ensureServiceForConversation: async (conversation) => { + var _a5; + const nextProviderId = getTabProviderId(tab, plugin, conversation); + const providerChanged = tab.providerId !== nextProviderId; + tab.providerId = nextProviderId; + if (providerChanged) { + syncTabProviderServices(tab, plugin); + } + tab.conversationId = (_a5 = conversation == null ? void 0 : conversation.id) != null ? _a5 : null; + tab.draftModel = null; + tab.lifecycleState = conversation ? "bound_cold" : "blank"; + syncSlashCommandDropdownForProvider(tab, plugin, getProviderCatalogConfig, conversation); + if (tab.service && tab.service.providerId === nextProviderId && conversation) { + const hasMessages = conversation.messages.length > 0; + const externalContextPaths = hasMessages ? conversation.externalContextPaths || [] : plugin.settings.persistentExternalContextPaths || []; + tab.service.syncConversationState(conversation, externalContextPaths); + } + refreshTabProviderUI(tab, plugin); + applyProviderUIGating(tab, plugin); + } + }, + { + onNewConversation: () => { + const previousProviderId = tab.providerId; + cleanupTabRuntime(tab); + tab.lifecycleState = "blank"; + tab.draftModel = resolveBlankTabModel(plugin, previousProviderId); + tab.conversationId = null; + tab.providerId = getTabProviderId(tab, plugin); + if (tab.providerId !== previousProviderId) { + syncTabProviderServices(tab, plugin); + } + refreshTabProviderUI(tab, plugin); + applyProviderUIGating(tab, plugin); + syncSlashCommandDropdownForProvider(tab, plugin, getProviderCatalogConfig); + }, + onConversationLoaded: () => { + var _a5; + return (_a5 = ui.slashCommandDropdown) == null ? void 0 : _a5.resetSdkSkillsCache(); + }, + onConversationSwitched: () => { + var _a5; + return (_a5 = ui.slashCommandDropdown) == null ? void 0 : _a5.resetSdkSkillsCache(); + } + } + ); + tab.controllers.inputController = new InputController({ + plugin, + state, + renderer: tab.renderer, + streamController: tab.controllers.streamController, + selectionController: tab.controllers.selectionController, + browserSelectionController: tab.controllers.browserSelectionController, + canvasSelectionController: tab.controllers.canvasSelectionController, + conversationController: tab.controllers.conversationController, + getInputEl: () => dom.inputEl, + getInputContainerEl: () => dom.inputContainerEl, + getWelcomeEl: () => dom.welcomeEl, + getMessagesEl: () => dom.messagesEl, + getFileContextManager: () => ui.fileContextManager, + getImageContextManager: () => ui.imageContextManager, + getMcpServerSelector: () => ui.mcpServerSelector, + getExternalContextSelector: () => ui.externalContextSelector, + getInstructionModeManager: () => ui.instructionModeManager, + getInstructionRefineService: () => services.instructionRefineService, + getTitleGenerationService: () => services.titleGenerationService, + getStatusPanel: () => ui.statusPanel, + generateId: generateMessageId, + resetInputHeight: () => { + }, + getAuxiliaryModel: () => { + var _a5, _b3, _c2, _d; + return (_d = (_c2 = (_b3 = (_a5 = tab.service) == null ? void 0 : _a5.getAuxiliaryModel) == null ? void 0 : _b3.call(_a5)) != null ? _c2 : tab.draftModel) != null ? _d : null; + }, + getAgentService: () => tab.service, + getSubagentManager: () => services.subagentManager, + getTabProviderId: () => getTabProviderId(tab, plugin), + ensureServiceInitialized: async () => { + if (tab.serviceInitialized && tab.lifecycleState === "bound_active") { + return true; + } + try { + if (tab.lifecycleState === "blank" && tab.draftModel) { + const derivedProvider = getEnabledProviderForModel( + tab.draftModel, + plugin.settings + ); + tab.providerId = derivedProvider; + } + await initializeTabService(tab, plugin); + setupServiceCallbacks(tab, plugin); + refreshTabProviderUI(tab, plugin); + applyProviderUIGating(tab, plugin); + return true; + } catch (error48) { + new import_obsidian43.Notice(error48 instanceof Error ? error48.message : "Failed to initialize chat service"); + return false; + } + }, + openConversation, + onForkAll: forkRequestCallback ? () => handleForkAll(tab, plugin, forkRequestCallback) : void 0, + restorePrePlanPermissionModeIfNeeded: () => { + var _a5; + if (getTabPermissionMode(tab, plugin) === "plan") { + const restoreMode = (_a5 = tab.state.prePlanPermissionMode) != null ? _a5 : "normal"; + tab.state.prePlanPermissionMode = null; + updatePlanModeUI(tab, plugin, restoreMode); + } + } + }); + tab.controllers.navigationController = new NavigationController({ + getMessagesEl: () => dom.messagesEl, + getInputEl: () => dom.inputEl, + getSettings: () => plugin.settings.keyboardNavigation, + isStreaming: () => state.isStreaming, + shouldSkipEscapeHandling: () => { + var _a5, _b3, _c2, _d, _e2; + if ((_a5 = ui.instructionModeManager) == null ? void 0 : _a5.isActive()) return true; + if ((_b3 = ui.bangBashModeManager) == null ? void 0 : _b3.isActive()) return true; + if ((_c2 = tab.controllers.inputController) == null ? void 0 : _c2.isResumeDropdownVisible()) return true; + if ((_d = ui.slashCommandDropdown) == null ? void 0 : _d.isVisible()) return true; + if ((_e2 = ui.fileContextManager) == null ? void 0 : _e2.isMentionDropdownVisible()) return true; + return false; + } + }); + tab.controllers.navigationController.initialize(); +} +function wireTabInputEvents(tab, plugin) { + var _a5, _b3; + const { dom, ui, state, controllers } = tab; + let wasBangBashActive = (_b3 = (_a5 = ui.bangBashModeManager) == null ? void 0 : _a5.isActive()) != null ? _b3 : false; + const syncBangBashSuppression = () => { + var _a6, _b4, _c2, _d; + const isActive = (_b4 = (_a6 = ui.bangBashModeManager) == null ? void 0 : _a6.isActive()) != null ? _b4 : false; + if (isActive === wasBangBashActive) return; + wasBangBashActive = isActive; + (_c2 = ui.slashCommandDropdown) == null ? void 0 : _c2.setEnabled(!isActive); + if (isActive) { + (_d = ui.fileContextManager) == null ? void 0 : _d.hideMentionDropdown(); + } + }; + const keydownHandler = (e2) => { + var _a6, _b4, _c2, _d, _e2, _f2, _g, _h2; + if ((_a6 = ui.bangBashModeManager) == null ? void 0 : _a6.isActive()) { + ui.bangBashModeManager.handleKeydown(e2); + syncBangBashSuppression(); + return; + } + if (getTabCapabilities(tab, plugin).supportsInstructionMode && ((_b4 = ui.instructionModeManager) == null ? void 0 : _b4.handleTriggerKey(e2))) { + return; + } + if ((_c2 = ui.bangBashModeManager) == null ? void 0 : _c2.handleTriggerKey(e2)) { + syncBangBashSuppression(); + return; + } + if (getTabCapabilities(tab, plugin).supportsInstructionMode && ((_d = ui.instructionModeManager) == null ? void 0 : _d.handleKeydown(e2))) { + return; + } + if (sendTabInputMessageFromExplicitEnterShortcut(tab, e2)) { + return; + } + if ((_e2 = controllers.inputController) == null ? void 0 : _e2.handleResumeKeydown(e2)) { + return; + } + if ((_f2 = ui.slashCommandDropdown) == null ? void 0 : _f2.handleKeydown(e2)) { + return; + } + if ((_g = ui.fileContextManager) == null ? void 0 : _g.handleMentionKeydown(e2)) { + return; + } + if (e2.key === "Escape" && !e2.isComposing && state.isStreaming) { + e2.preventDefault(); + (_h2 = controllers.inputController) == null ? void 0 : _h2.cancelStreaming(); + return; + } + if (sendTabInputMessageFromEnterKey(tab, plugin.settings, e2)) { + return; + } + }; + dom.inputEl.addEventListener("keydown", keydownHandler); + dom.eventCleanups.push(() => dom.inputEl.removeEventListener("keydown", keydownHandler)); + const inputHandler = () => { + var _a6, _b4, _c2, _d; + if (!((_a6 = ui.bangBashModeManager) == null ? void 0 : _a6.isActive())) { + (_b4 = ui.fileContextManager) == null ? void 0 : _b4.handleInputChange(); + } + (_c2 = ui.instructionModeManager) == null ? void 0 : _c2.handleInputChange(); + (_d = ui.bangBashModeManager) == null ? void 0 : _d.handleInputChange(); + syncBangBashSuppression(); + autoResizeTextarea(dom.inputEl); + }; + dom.inputEl.addEventListener("input", inputHandler); + dom.eventCleanups.push(() => dom.inputEl.removeEventListener("input", inputHandler)); + const focusHandler = (e2) => { + var _a6; + if (e2.relatedTarget && dom.contentEl.contains(e2.relatedTarget)) return; + (_a6 = controllers.selectionController) == null ? void 0 : _a6.showHighlight(); + }; + dom.contentEl.addEventListener("focusin", focusHandler); + dom.eventCleanups.push(() => dom.contentEl.removeEventListener("focusin", focusHandler)); + const SCROLL_THRESHOLD = 20; + const RE_ENABLE_DELAY = 150; + let reEnableTimeout = null; + const isAutoScrollAllowed = () => { + var _a6; + return (_a6 = plugin.settings.enableAutoScroll) != null ? _a6 : true; + }; + const scrollHandler = () => { + if (!isAutoScrollAllowed()) { + if (reEnableTimeout) { + window.clearTimeout(reEnableTimeout); + reEnableTimeout = null; + } + state.autoScrollEnabled = false; + return; + } + const { scrollTop, scrollHeight, clientHeight } = dom.messagesEl; + const isAtBottom = scrollHeight - scrollTop - clientHeight <= SCROLL_THRESHOLD; + if (!isAtBottom) { + if (reEnableTimeout) { + window.clearTimeout(reEnableTimeout); + reEnableTimeout = null; + } + state.autoScrollEnabled = false; + } else if (!state.autoScrollEnabled) { + if (!reEnableTimeout) { + reEnableTimeout = window.setTimeout(() => { + reEnableTimeout = null; + const { scrollTop: scrollTop2, scrollHeight: scrollHeight2, clientHeight: clientHeight2 } = dom.messagesEl; + if (scrollHeight2 - scrollTop2 - clientHeight2 <= SCROLL_THRESHOLD) { + state.autoScrollEnabled = true; + } + }, RE_ENABLE_DELAY); + } + } + }; + dom.messagesEl.addEventListener("scroll", scrollHandler, { passive: true }); + dom.eventCleanups.push(() => { + dom.messagesEl.removeEventListener("scroll", scrollHandler); + if (reEnableTimeout) window.clearTimeout(reEnableTimeout); + }); +} +function activateTab(tab) { + var _a5, _b3, _c2, _d; + tab.dom.contentEl.removeClass("claudian-hidden"); + (_a5 = tab.controllers.selectionController) == null ? void 0 : _a5.start(); + (_b3 = tab.controllers.browserSelectionController) == null ? void 0 : _b3.start(); + (_c2 = tab.controllers.canvasSelectionController) == null ? void 0 : _c2.start(); + (_d = tab.ui.navigationSidebar) == null ? void 0 : _d.updateVisibility(); +} +function deactivateTab(tab) { + var _a5, _b3, _c2; + tab.dom.contentEl.addClass("claudian-hidden"); + (_a5 = tab.controllers.selectionController) == null ? void 0 : _a5.stop(); + (_b3 = tab.controllers.browserSelectionController) == null ? void 0 : _b3.stop(); + (_c2 = tab.controllers.canvasSelectionController) == null ? void 0 : _c2.stop(); +} +async function destroyTab(tab) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3, _l2, _m, _n, _o, _p, _q3, _r, _s; + tab.lifecycleState = "closing"; + (_a5 = tab.controllers.selectionController) == null ? void 0 : _a5.stop(); + (_b3 = tab.controllers.selectionController) == null ? void 0 : _b3.clear(); + (_c2 = tab.controllers.browserSelectionController) == null ? void 0 : _c2.stop(); + (_d = tab.controllers.browserSelectionController) == null ? void 0 : _d.clear(); + (_e2 = tab.controllers.canvasSelectionController) == null ? void 0 : _e2.stop(); + (_f2 = tab.controllers.canvasSelectionController) == null ? void 0 : _f2.clear(); + (_g = tab.controllers.navigationController) == null ? void 0 : _g.dispose(); + cleanupThinkingBlock(tab.state.currentThinkingState); + tab.state.currentThinkingState = null; + (_h2 = tab.controllers.inputController) == null ? void 0 : _h2.dismissPendingApproval(); + (_i = tab.controllers.inputController) == null ? void 0 : _i.destroyResumeDropdown(); + (_j = tab.ui.fileContextManager) == null ? void 0 : _j.destroy(); + (_k3 = tab.ui.slashCommandDropdown) == null ? void 0 : _k3.destroy(); + tab.ui.slashCommandDropdown = null; + (_l2 = tab.ui.instructionModeManager) == null ? void 0 : _l2.destroy(); + tab.ui.instructionModeManager = null; + (_m = tab.ui.bangBashModeManager) == null ? void 0 : _m.destroy(); + tab.ui.bangBashModeManager = null; + (_n = tab.services.instructionRefineService) == null ? void 0 : _n.cancel(); + (_o = tab.services.instructionRefineService) == null ? void 0 : _o.resetConversation(); + tab.services.instructionRefineService = null; + (_p = tab.services.titleGenerationService) == null ? void 0 : _p.cancel(); + tab.services.titleGenerationService = null; + (_q3 = tab.ui.statusPanel) == null ? void 0 : _q3.destroy(); + tab.ui.statusPanel = null; + (_r = tab.ui.navigationSidebar) == null ? void 0 : _r.destroy(); + tab.ui.navigationSidebar = null; + tab.services.subagentManager.orphanAllActive(); + tab.services.subagentManager.clear(); + for (const cleanup of tab.dom.eventCleanups) { + cleanup(); + } + tab.dom.eventCleanups.length = 0; + (_s = tab.service) == null ? void 0 : _s.cleanup(); + tab.service = null; + tab.dom.contentEl.remove(); +} +function getTabTitle(tab, plugin) { + if (tab.conversationId) { + const conversation = plugin.getConversationSync(tab.conversationId); + if (conversation == null ? void 0 : conversation.title) { + return conversation.title; + } + } + return "New Chat"; +} +function setupServiceCallbacks(tab, plugin) { + if (tab.service && tab.controllers.inputController) { + tab.service.setApprovalCallback( + async (toolName, input, description, options) => { + var _a5, _b3; + return (_b3 = await ((_a5 = tab.controllers.inputController) == null ? void 0 : _a5.handleApprovalRequest(toolName, input, description, options))) != null ? _b3 : "cancel"; + } + ); + tab.service.setApprovalDismisser( + () => { + var _a5; + return (_a5 = tab.controllers.inputController) == null ? void 0 : _a5.dismissPendingApprovalPrompt(); + } + ); + tab.service.setAskUserQuestionCallback( + async (input, signal) => { + var _a5, _b3; + return (_b3 = await ((_a5 = tab.controllers.inputController) == null ? void 0 : _a5.handleAskUserQuestion(input, signal))) != null ? _b3 : null; + } + ); + tab.service.setExitPlanModeCallback( + async (input, signal) => { + var _a5, _b3, _c2; + const decision = (_b3 = await ((_a5 = tab.controllers.inputController) == null ? void 0 : _a5.handleExitPlanMode(input, signal))) != null ? _b3 : null; + if (decision !== null && decision.type !== "feedback") { + if (getTabPermissionMode(tab, plugin) === "plan") { + const restoreMode = (_c2 = tab.state.prePlanPermissionMode) != null ? _c2 : "normal"; + tab.state.prePlanPermissionMode = null; + updatePlanModeUI(tab, plugin, restoreMode); + } + if (decision.type === "approve-new-session") { + tab.state.pendingNewSessionPlan = decision.planContent; + tab.state.cancelRequested = true; + } + } + return decision; + } + ); + tab.service.setSubagentHookProvider( + () => ({ + hasRunning: tab.services.subagentManager.hasRunningSubagents() + }) + ); + tab.service.setAutoTurnCallback((result) => renderAutoTriggeredTurn(tab, result)); + tab.service.setPermissionModeSyncCallback((sdkMode) => { + const mode = sdkMode === "bypassPermissions" || sdkMode === "yolo" ? "yolo" : sdkMode === "plan" ? "plan" : "normal"; + const currentMode = getTabPermissionMode(tab, plugin); + if (currentMode !== mode) { + if (mode === "plan" && tab.state.prePlanPermissionMode === null) { + tab.state.prePlanPermissionMode = currentMode; + } + updatePlanModeUI(tab, plugin, mode); + } + }); + } +} +function generateMessageId() { + return `msg-${Date.now()}-${Math.random().toString(36).substring(2, 9)}`; +} +function isVisibleAutoTurnChunk(chunk, hiddenToolIds) { + switch (chunk.type) { + case "text": + return chunk.content.trim().length > 0; + case "thinking": + case "notice": + case "error": + case "tool_output": + case "context_compacted": + case "subagent_tool_use": + case "subagent_tool_result": + return true; + case "tool_use": + return chunk.name !== TOOL_AGENT_OUTPUT; + case "tool_result": + return !hiddenToolIds.has(chunk.id); + default: + return false; + } +} +function hasVisibleAutoTurnMessageContent(msg) { + var _a5, _b3; + if (msg.content.trim().length > 0) return true; + if (msg.toolCalls && msg.toolCalls.length > 0) return true; + return (_b3 = (_a5 = msg.contentBlocks) == null ? void 0 : _a5.some( + (block) => block.type !== "text" || block.content.trim().length > 0 + )) != null ? _b3 : false; +} +async function renderAutoTriggeredTurn(tab, result) { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j, _k3; + if (!tab.dom.contentEl.isConnected) { + return; + } + const { chunks, metadata } = result; + if (chunks.length === 0) return; + const hiddenToolIds = new Set( + chunks.filter( + (chunk) => chunk.type === "tool_use" && chunk.name === TOOL_AGENT_OUTPUT + ).map((chunk) => chunk.id) + ); + const hasVisibleContent = chunks.some((chunk) => isVisibleAutoTurnChunk(chunk, hiddenToolIds)); + const assistantMsg = { + id: (_a5 = metadata.assistantMessageId) != null ? _a5 : generateMessageId(), + role: "assistant", + content: "", + timestamp: Date.now(), + toolCalls: [], + contentBlocks: [], + ...metadata.assistantMessageId && { assistantMessageId: metadata.assistantMessageId } + }; + const previousContentEl = tab.state.currentContentEl; + const previousTextEl = tab.state.currentTextEl; + const previousTextContent = tab.state.currentTextContent; + const previousThinkingState = tab.state.currentThinkingState; + if (hasVisibleContent) { + tab.state.addMessage(assistantMsg); + const msgEl = (_c2 = (_b3 = tab.renderer) == null ? void 0 : _b3.addMessage) == null ? void 0 : _c2.call(_b3, assistantMsg); + const contentEl = msgEl == null ? void 0 : msgEl.querySelector(".claudian-message-content"); + if (contentEl) { + if (!previousContentEl) { + tab.state.toolCallElements.clear(); + } + tab.state.currentContentEl = contentEl; + tab.state.currentTextEl = null; + tab.state.currentTextContent = ""; + tab.state.currentThinkingState = null; + } + } + try { + for (const chunk of chunks) { + await ((_d = tab.controllers.streamController) == null ? void 0 : _d.handleStreamChunk(chunk, assistantMsg)); + } + if (hasVisibleContent && !hasVisibleAutoTurnMessageContent(assistantMsg)) { + const placeholder = "(background task completed)"; + assistantMsg.content = placeholder; + await ((_e2 = tab.controllers.streamController) == null ? void 0 : _e2.appendText(placeholder)); + } + if (hasVisibleContent) { + await ((_f2 = tab.controllers.streamController) == null ? void 0 : _f2.finalizeCurrentThinkingBlock(assistantMsg)); + await ((_g = tab.controllers.streamController) == null ? void 0 : _g.finalizeCurrentTextBlock(assistantMsg)); + } + } finally { + if (hasVisibleContent) { + (_h2 = tab.controllers.streamController) == null ? void 0 : _h2.hideThinkingIndicator(); + (_j = (_i = tab.services.subagentManager).resetStreamingState) == null ? void 0 : _j.call(_i); + tab.state.currentContentEl = previousContentEl; + tab.state.currentTextEl = previousTextEl; + tab.state.currentTextContent = previousTextContent; + tab.state.currentThinkingState = previousThinkingState; + (_k3 = tab.renderer) == null ? void 0 : _k3.scrollToBottom(); + } + } +} +function updatePlanModeUI(tab, plugin, mode) { + var _a5; + const providerId = getTabProviderId(tab, plugin); + const snapshot = getTabSettingsSnapshot(tab, plugin); + const uiConfig = ProviderRegistry.getChatUIConfig(providerId); + if (uiConfig.applyPermissionMode) { + uiConfig.applyPermissionMode(mode, snapshot); + } else { + snapshot.permissionMode = mode; + } + ProviderSettingsCoordinator.commitProviderSettingsSnapshot( + plugin.settings, + providerId, + snapshot + ); + void plugin.saveSettings(); + (_a5 = tab.ui.permissionToggle) == null ? void 0 : _a5.updateDisplay(); + tab.dom.inputWrapper.toggleClass( + "claudian-input-plan-mode", + mode === "plan" && getTabCapabilities(tab, plugin).supportsPlanMode + ); +} + +// src/features/chat/tabs/TabBar.ts +var TabBar = class { + constructor(containerEl, callbacks) { + this.containerEl = containerEl; + this.callbacks = callbacks; + this.build(); + } + /** Builds the tab bar UI. */ + build() { + this.containerEl.addClass("claudian-tab-badges"); + } + /** + * Updates the tab bar with new tab data. + * @param items Tab items to render. + */ + update(items) { + this.containerEl.empty(); + for (const item of items) { + this.renderBadge(item); + } + } + /** Renders a single tab badge. */ + renderBadge(item) { + let stateClass = "claudian-tab-badge-idle"; + if (item.isActive) { + stateClass = "claudian-tab-badge-active"; + } else if (item.needsAttention) { + stateClass = "claudian-tab-badge-attention"; + } else if (item.isStreaming) { + stateClass = "claudian-tab-badge-streaming"; + } + const badgeEl = this.containerEl.createDiv({ + cls: `claudian-tab-badge ${stateClass}`, + text: String(item.index) + }); + badgeEl.setAttribute("aria-label", item.title); + badgeEl.setAttribute("data-provider", item.providerId); + badgeEl.addEventListener("click", () => { + this.callbacks.onTabClick(item.id); + }); + if (item.canClose) { + badgeEl.addEventListener("contextmenu", (e2) => { + e2.preventDefault(); + this.callbacks.onTabClose(item.id); + }); + } + } + /** Destroys the tab bar. */ + destroy() { + this.containerEl.empty(); + this.containerEl.removeClass("claudian-tab-badges"); + } +}; + +// src/features/chat/tabs/TabManager.ts +var import_obsidian45 = require("obsidian"); + +// src/shared/modals/ForkTargetModal.ts +var import_obsidian44 = require("obsidian"); +function chooseForkTarget(app) { + return new Promise((resolve8) => { + new ForkTargetModal(app, resolve8).open(); + }); +} +var ForkTargetModal = class extends import_obsidian44.Modal { + constructor(app, resolve8) { + super(app); + this.resolved = false; + this.resolve = resolve8; + } + onOpen() { + this.setTitle(t10("chat.fork.chooseTarget")); + this.modalEl.addClass("claudian-fork-target-modal"); + const list = this.contentEl.createDiv({ cls: "claudian-fork-target-list" }); + this.createOption(list, "current-tab", t10("chat.fork.targetCurrentTab")); + this.createOption(list, "new-tab", t10("chat.fork.targetNewTab")); + } + createOption(container, target, label) { + const item = container.createDiv({ cls: "claudian-fork-target-option", text: label }); + item.addEventListener("click", () => { + this.resolved = true; + this.resolve(target); + this.close(); + }); + } + onClose() { + if (!this.resolved) { + this.resolve(null); + } + this.contentEl.empty(); + } +}; + +// src/features/chat/tabs/TabManager.ts +function isTabManagerViewHost(value) { + return !!value && typeof value === "object" && "getTabManager" in value; +} +var TabManager = class { + constructor(plugin, arg2, arg3, arg4, arg5 = {}) { + this.tabs = /* @__PURE__ */ new Map(); + this.activeTabId = null; + this.providerCommandWarmups = /* @__PURE__ */ new Map(); + this.providerCommandCache = /* @__PURE__ */ new Map(); + this.isRestoringState = false; + /** Guard to prevent concurrent tab switches. */ + this.isSwitchingTab = false; + this.plugin = plugin; + if (isTabManagerViewHost(arg3)) { + this.containerEl = arg2; + this.view = arg3; + this.callbacks = arg4 != null ? arg4 : {}; + return; + } + this.containerEl = arg3; + this.view = arg4; + this.callbacks = arg5; + } + /** + * Gets the current max tabs limit from settings. + * Clamps to MIN_TABS and MAX_TABS bounds. + */ + getMaxTabs() { + var _a5; + const settingsValue = (_a5 = this.plugin.settings.maxTabs) != null ? _a5 : DEFAULT_MAX_TABS; + return Math.max(MIN_TABS, Math.min(MAX_TABS, settingsValue)); + } + // ============================================ + // Tab Lifecycle + // ============================================ + /** + * Creates a new tab. + * @param conversationId Optional conversation to load into the tab. + * @param tabId Optional tab ID (for restoration). + * @param options Controls whether the new tab becomes active immediately. + * @returns The created tab, or null if max tabs reached. + */ + async createTab(conversationId, tabId, options = {}) { + var _a5, _b3; + const maxTabs = this.getMaxTabs(); + if (this.tabs.size >= maxTabs) { + return null; + } + const { activate = true, draftModel } = options; + const conversation = conversationId ? await this.plugin.getConversationById(conversationId) : void 0; + const activeTab = this.getActiveTab(); + const defaultProviderId = conversation ? void 0 : activeTab ? getTabProviderId(activeTab, this.plugin) : void 0; + const tab = createTab({ + plugin: this.plugin, + containerEl: this.containerEl, + conversation: conversation != null ? conversation : void 0, + tabId, + ...typeof draftModel === "string" ? { draftModel } : {}, + defaultProviderId, + onStreamingChanged: (isStreaming) => { + var _a6, _b4; + (_b4 = (_a6 = this.callbacks).onTabStreamingChanged) == null ? void 0 : _b4.call(_a6, tab.id, isStreaming); + }, + onTitleChanged: (title) => { + var _a6, _b4; + (_b4 = (_a6 = this.callbacks).onTabTitleChanged) == null ? void 0 : _b4.call(_a6, tab.id, title); + }, + onAttentionChanged: (needsAttention) => { + var _a6, _b4; + (_b4 = (_a6 = this.callbacks).onTabAttentionChanged) == null ? void 0 : _b4.call(_a6, tab.id, needsAttention); + }, + onConversationIdChanged: (conversationId2) => { + var _a6, _b4; + tab.conversationId = conversationId2; + (_b4 = (_a6 = this.callbacks).onTabConversationChanged) == null ? void 0 : _b4.call(_a6, tab.id, conversationId2); + } + }); + initializeTabUI(tab, this.plugin, { + getProviderCatalogConfig: () => this.getProviderCatalogConfig(tab), + onProviderChanged: (providerId) => { + var _a6, _b4; + (_b4 = (_a6 = this.callbacks).onTabProviderChanged) == null ? void 0 : _b4.call(_a6, tab.id, providerId); + void this.prewarmProviderTab(tab).catch(() => { + }); + } + }); + initializeTabControllers( + tab, + this.plugin, + this.view, + (forkContext) => this.handleForkRequest(forkContext), + (conversationId2) => this.openConversation(conversationId2), + () => this.getProviderCatalogConfig(tab) + ); + wireTabInputEvents(tab, this.plugin); + this.tabs.set(tab.id, tab); + (_b3 = (_a5 = this.callbacks).onTabCreated) == null ? void 0 : _b3.call(_a5, tab); + if (!this.isRestoringState && (activate || !this.activeTabId)) { + await this.switchToTab(tab.id); + } else if (!this.isRestoringState) { + this.maybePrimeProviderRuntime(tab); + } + return tab; + } + /** + * Switches to a different tab. + * @param tabId The tab to switch to. + */ + async switchToTab(tabId) { + var _a5, _b3, _c2, _d; + const tab = this.tabs.get(tabId); + if (!tab) { + return; + } + if (this.isSwitchingTab) { + return; + } + this.isSwitchingTab = true; + const previousTabId = this.activeTabId; + try { + if (previousTabId && previousTabId !== tabId) { + const currentTab = this.tabs.get(previousTabId); + if (currentTab) { + deactivateTab(currentTab); + } + } + this.activeTabId = tabId; + activateTab(tab); + if (tab.conversationId && tab.state.messages.length === 0) { + await ((_a5 = tab.controllers.conversationController) == null ? void 0 : _a5.switchTo(tab.conversationId)); + } else if (tab.conversationId && tab.state.messages.length > 0 && tab.service && !tab.state.isStreaming && !tab.state.hasPendingConversationSave) { + const conversation = this.plugin.getConversationSync(tab.conversationId); + if (conversation) { + const hasMessages = conversation.messages.length > 0; + const externalContextPaths = hasMessages ? conversation.externalContextPaths || [] : this.plugin.settings.persistentExternalContextPaths || []; + tab.service.syncConversationState(conversation, externalContextPaths); + } + } else if (!tab.conversationId && tab.state.messages.length === 0) { + (_b3 = tab.controllers.conversationController) == null ? void 0 : _b3.initializeWelcome(); + } + (_d = (_c2 = this.callbacks).onTabSwitched) == null ? void 0 : _d.call(_c2, previousTabId, tabId); + this.maybePrimeProviderRuntime(tab); + } finally { + this.isSwitchingTab = false; + } + } + /** + * Closes a tab. + * @param tabId The tab to close. + * @param force If true, close even if streaming. + * @returns True if the tab was closed. + */ + async closeTab(tabId, force = false) { + var _a5, _b3, _c2; + const tab = this.tabs.get(tabId); + if (!tab) { + return false; + } + if (tab.state.isStreaming && !force) { + return false; + } + if (this.tabs.size === 1 && !tab.conversationId && tab.state.messages.length === 0) { + return false; + } + await ((_a5 = tab.controllers.conversationController) == null ? void 0 : _a5.save()); + const tabIdsBefore = Array.from(this.tabs.keys()); + const closingIndex = tabIdsBefore.indexOf(tabId); + await destroyTab(tab); + this.providerCommandWarmups.delete(tabId); + this.providerCommandCache.delete(tabId); + this.tabs.delete(tabId); + (_c2 = (_b3 = this.callbacks).onTabClosed) == null ? void 0 : _c2.call(_b3, tabId); + if (this.activeTabId === tabId) { + this.activeTabId = null; + if (this.tabs.size > 0) { + const fallbackTabId = closingIndex === 0 ? tabIdsBefore[1] : tabIdsBefore[closingIndex - 1]; + if (fallbackTabId && this.tabs.has(fallbackTabId)) { + await this.switchToTab(fallbackTabId); + } + } else { + await this.createTab(); + } + } + return true; + } + // ============================================ + // Tab Queries + // ============================================ + /** Gets the currently active tab. */ + getActiveTab() { + var _a5; + return this.activeTabId ? (_a5 = this.tabs.get(this.activeTabId)) != null ? _a5 : null : null; + } + /** Gets the active tab ID. */ + getActiveTabId() { + return this.activeTabId; + } + /** Gets a tab by ID. */ + getTab(tabId) { + var _a5; + return (_a5 = this.tabs.get(tabId)) != null ? _a5 : null; + } + /** Gets all tabs. */ + getAllTabs() { + return Array.from(this.tabs.values()); + } + /** Gets the number of tabs. */ + getTabCount() { + return this.tabs.size; + } + /** Checks if more tabs can be created. */ + canCreateTab() { + return this.tabs.size < this.getMaxTabs(); + } + // ============================================ + // Tab Bar Data + // ============================================ + /** Gets data for rendering the tab bar. */ + getTabBarItems() { + const items = []; + let index = 1; + for (const tab of this.tabs.values()) { + items.push({ + id: tab.id, + index: index++, + title: getTabTitle(tab, this.plugin), + providerId: getTabProviderId(tab, this.plugin), + isActive: tab.id === this.activeTabId, + isStreaming: tab.state.isStreaming, + needsAttention: tab.state.needsAttention, + canClose: this.tabs.size > 1 || !tab.state.isStreaming + }); + } + return items; + } + // ============================================ + // Conversation Management + // ============================================ + /** + * Opens a conversation in a new tab or existing tab. + * @param conversationId The conversation to open. + * @param options Controls tab creation behavior (backward-compatible with boolean). + */ + async openConversation(conversationId, options = false) { + var _a5, _b3, _c2, _d; + const preferNewTab = typeof options === "boolean" ? options : (_a5 = options.preferNewTab) != null ? _a5 : false; + const activate = typeof options === "boolean" ? true : (_b3 = options.activate) != null ? _b3 : true; + for (const tab of this.tabs.values()) { + if (tab.conversationId === conversationId) { + await this.switchToTab(tab.id); + return; + } + } + const crossViewResult = this.plugin.findConversationAcrossViews(conversationId); + const isSameView = (crossViewResult == null ? void 0 : crossViewResult.view) === this.view; + if (crossViewResult && !isSameView) { + await revealWorkspaceLeaf(this.plugin.app.workspace, crossViewResult.view.leaf); + await ((_c2 = crossViewResult.view.getTabManager()) == null ? void 0 : _c2.switchToTab(crossViewResult.tabId)); + return; + } + if (preferNewTab && this.canCreateTab()) { + await this.createTab(conversationId, void 0, { activate }); + } else { + const activeTab = this.getActiveTab(); + if (activeTab) { + await ((_d = activeTab.controllers.conversationController) == null ? void 0 : _d.switchTo(conversationId)); + } + } + } + /** + * Creates a new conversation in the active tab. + */ + async createNewConversation() { + var _a5; + const activeTab = this.getActiveTab(); + if (activeTab) { + await ((_a5 = activeTab.controllers.conversationController) == null ? void 0 : _a5.createNew()); + activeTab.conversationId = activeTab.state.currentConversationId; + this.maybePrimeProviderRuntime(activeTab); + } + } + invalidateProviderCommandCaches(providerIds) { + var _a5, _b3; + for (const tab of this.filterTabsByProvider(providerIds, (tab2) => getTabProviderId(tab2, this.plugin))) { + this.providerCommandWarmups.delete(tab.id); + this.providerCommandCache.delete(tab.id); + (_b3 = (_a5 = tab.ui) == null ? void 0 : _a5.slashCommandDropdown) == null ? void 0 : _b3.resetSdkSkillsCache(); + } + } + primeProviderRuntime(providerIds) { + for (const tab of this.filterTabsByProvider(providerIds, (tab2) => { + var _a5, _b3; + return (_b3 = (_a5 = tab2.service) == null ? void 0 : _a5.providerId) != null ? _b3 : tab2.providerId; + })) { + this.maybePrimeProviderRuntime(tab); + } + } + *filterTabsByProvider(providerIds, resolve8) { + const filter = providerIds ? new Set(Array.isArray(providerIds) ? providerIds : [providerIds]) : null; + for (const tab of this.tabs.values()) { + if (filter && !filter.has(resolve8(tab))) { + continue; + } + yield tab; + } + } + // ============================================ + // Fork + // ============================================ + async handleForkRequest(context) { + const target = await chooseForkTarget(this.plugin.app); + if (!target) return; + if (target === "new-tab") { + const tab = await this.forkToNewTab(context); + if (!tab) { + const maxTabs = this.getMaxTabs(); + new import_obsidian45.Notice(t10("chat.fork.maxTabsReached", { count: String(maxTabs) })); + return; + } + new import_obsidian45.Notice(t10("chat.fork.notice")); + } else { + const success2 = await this.forkInCurrentTab(context); + if (!success2) { + new import_obsidian45.Notice(t10("chat.fork.failed", { error: t10("chat.fork.errorNoActiveTab") })); + return; + } + new import_obsidian45.Notice(t10("chat.fork.noticeCurrentTab")); + } + } + async forkToNewTab(context) { + const maxTabs = this.getMaxTabs(); + if (this.tabs.size >= maxTabs) { + return null; + } + const conversationId = await this.createForkConversation(context); + try { + return await this.createTab(conversationId); + } catch (error48) { + await this.plugin.deleteConversation(conversationId).catch(() => { + }); + throw error48; + } + } + async forkInCurrentTab(context) { + const activeTab = this.getActiveTab(); + if (!(activeTab == null ? void 0 : activeTab.controllers.conversationController)) return false; + const conversationId = await this.createForkConversation(context); + try { + await activeTab.controllers.conversationController.switchTo(conversationId); + } catch (error48) { + await this.plugin.deleteConversation(conversationId).catch(() => { + }); + throw error48; + } + return true; + } + async createForkConversation(context) { + const conversation = await this.plugin.createConversation({ + providerId: context.providerId + }); + const title = context.sourceTitle ? this.buildForkTitle(context.sourceTitle, context.forkAtUserMessage) : void 0; + const forkProviderState = ProviderRegistry.getConversationHistoryService(conversation.providerId).buildForkProviderState( + context.sourceSessionId, + context.resumeAt, + context.sourceProviderState + ); + await this.plugin.updateConversation(conversation.id, { + messages: context.messages, + providerState: forkProviderState, + ...title && { title }, + ...context.currentNote && { currentNote: context.currentNote } + }); + return conversation.id; + } + buildForkTitle(sourceTitle, forkAtUserMessage) { + const MAX_TITLE_LENGTH2 = 50; + const forkSuffix = forkAtUserMessage ? ` (#${forkAtUserMessage})` : ""; + const forkPrefix = "Fork: "; + const maxSourceLength = MAX_TITLE_LENGTH2 - forkPrefix.length - forkSuffix.length; + const truncatedSource = sourceTitle.length > maxSourceLength ? sourceTitle.slice(0, maxSourceLength - 1) + "\u2026" : sourceTitle; + let title = forkPrefix + truncatedSource + forkSuffix; + const existingTitles = new Set(this.plugin.getConversationList().map((c) => c.title)); + if (existingTitles.has(title)) { + let n10 = 2; + while (existingTitles.has(`${title} ${n10}`)) n10++; + title = `${title} ${n10}`; + } + return title; + } + // ============================================ + // Persistence + // ============================================ + /** Gets the state to persist. */ + getPersistedState() { + const openTabs = []; + for (const tab of this.tabs.values()) { + openTabs.push({ + ...tab.lifecycleState === "blank" && tab.draftModel ? { draftModel: tab.draftModel } : {}, + tabId: tab.id, + conversationId: tab.conversationId + }); + } + return { + openTabs, + activeTabId: this.activeTabId + }; + } + /** Restores state from persisted data. */ + async restoreState(state) { + var _a5, _b3, _c2; + this.isRestoringState = true; + try { + for (const tabState of state.openTabs) { + try { + await this.createTab(tabState.conversationId, tabState.tabId, { + activate: false, + ...typeof tabState.draftModel === "string" ? { draftModel: tabState.draftModel } : {} + }); + } catch (e2) { + } + } + } finally { + this.isRestoringState = false; + } + const fallbackTabId = (_c2 = (_b3 = (_a5 = state.openTabs.find((tabState) => this.tabs.has(tabState.tabId))) == null ? void 0 : _a5.tabId) != null ? _b3 : Array.from(this.tabs.keys())[0]) != null ? _c2 : null; + const targetTabId = state.activeTabId && this.tabs.has(state.activeTabId) ? state.activeTabId : fallbackTabId; + if (targetTabId) { + try { + await this.switchToTab(targetTabId); + } catch (e2) { + } + } + if (this.tabs.size === 0) { + await this.createTab(); + } + } + // ============================================ + // SDK Commands (Shared) + // ============================================ + /** + * Gets provider-scoped SDK supported commands for a tab. + * Reuses a ready runtime from the same provider when available to avoid + * leaking commands across providers in mixed-provider workspaces. + * @returns Array of SDK commands, or empty array if no service is ready. + */ + async getSdkCommands(tabId) { + var _a5, _b3; + const targetTab = (_a5 = tabId ? this.tabs.get(tabId) : this.getActiveTab()) != null ? _a5 : null; + if (!targetTab) { + return []; + } + const providerId = getTabProviderId(targetTab, this.plugin); + const staticCapabilities = ProviderRegistry.getCapabilities(providerId); + if (!staticCapabilities.supportsProviderCommands) { + return []; + } + const catalog = ProviderWorkspaceRegistry.getCommandCatalog(providerId); + const runtimeCommandLoader = ProviderWorkspaceRegistry.getRuntimeCommandLoader(providerId); + const context = await this.buildProviderWarmupContext(targetTab, providerId); + if (targetTab.lifecycleState === "blank" && runtimeCommandLoader && (context.warmupMode !== "commands" || targetTab.id !== this.activeTabId)) { + catalog == null ? void 0 : catalog.setRuntimeCommands([]); + return []; + } + let sdkCommands = []; + const targetService = targetTab.service; + if ((targetService == null ? void 0 : targetService.providerId) === providerId && targetService.isReady()) { + sdkCommands = await targetService.getSupportedCommands(); + } else if (!runtimeCommandLoader) { + for (const tab of this.tabs.values()) { + if (tab.id === targetTab.id) { + continue; + } + if (((_b3 = tab.service) == null ? void 0 : _b3.providerId) === providerId && tab.service.isReady()) { + sdkCommands = await tab.service.getSupportedCommands(); + break; + } + } + } + if (sdkCommands.length === 0) { + sdkCommands = await this.ensureProviderCommandRuntime(targetTab, providerId, context); + } + catalog == null ? void 0 : catalog.setRuntimeCommands(sdkCommands); + return sdkCommands; + } + async ensureProviderCommandRuntime(tab, providerId, warmupContext) { + if (!this.isProviderCommandLoaderAvailable(providerId)) { + return []; + } + const resolvedWarmupContext = warmupContext != null ? warmupContext : await this.buildProviderWarmupContext(tab, providerId); + const context = this.buildProviderCommandContext( + tab, + providerId, + resolvedWarmupContext + ); + const cached2 = this.providerCommandCache.get(tab.id); + if ((!context.runtime || !context.runtime.isReady()) && cached2 && cached2.key === context.cacheKey) { + return cached2.commands.map((command) => ({ ...command })); + } + const existing = this.providerCommandWarmups.get(tab.id); + if ((existing == null ? void 0 : existing.key) === context.cacheKey) { + return await existing.promise; + } + this.providerCommandWarmups.delete(tab.id); + const warmup = this.warmProviderCommandRuntime(tab, providerId, context).finally(() => { + var _a5; + if (((_a5 = this.providerCommandWarmups.get(tab.id)) == null ? void 0 : _a5.promise) === warmup) { + this.providerCommandWarmups.delete(tab.id); + } + }); + this.providerCommandWarmups.set(tab.id, { + key: context.cacheKey, + promise: warmup + }); + return await warmup; + } + maybePrimeProviderRuntime(tab) { + void this.prewarmProviderTab(tab).catch(() => { + }); + } + isProviderCommandLoaderAvailable(providerId) { + const loader = ProviderWorkspaceRegistry.getRuntimeCommandLoader(providerId); + if (!loader) return false; + return loader.isAvailable(this.plugin.settings); + } + async prewarmProviderTab(tab) { + var _a5, _b3, _c2; + const providerId = (_b3 = (_a5 = tab.service) == null ? void 0 : _a5.providerId) != null ? _b3 : tab.providerId; + const context = await this.buildProviderWarmupContext(tab, providerId); + const hasReadyRuntime = ((_c2 = tab.service) == null ? void 0 : _c2.providerId) === providerId && tab.service.isReady(); + if (!hasReadyRuntime && tab.id !== this.activeTabId) { + return; + } + switch (context.warmupMode) { + case "commands": + await this.getSdkCommands(tab.id); + return; + case "runtime": + await this.ensureProviderTabRuntimeReady(tab, providerId, context); + return; + default: + return; + } + } + async ensureProviderTabRuntimeReady(tab, providerId, context) { + var _a5; + if (!context.runtime || context.runtime.providerId !== providerId || !tab.serviceInitialized) { + await initializeTabService(tab, this.plugin, context.conversation); + setupServiceCallbacks(tab, this.plugin); + } + const runtime = ((_a5 = tab.service) == null ? void 0 : _a5.providerId) === providerId ? tab.service : null; + if (!runtime) { + return; + } + runtime.syncConversationState(context.conversation, context.externalContextPaths); + await runtime.ensureReady(); + if (ProviderRegistry.getCapabilities(providerId).supportsProviderCommands) { + await this.getSdkCommands(tab.id); + } + } + async buildProviderWarmupContext(tab, providerId) { + var _a5, _b3, _c2, _d, _e2, _f2; + const conversation = tab.conversationId ? await this.plugin.getConversationById(tab.conversationId) : null; + const hasConversationContext = ((_a5 = conversation == null ? void 0 : conversation.messages.length) != null ? _a5 : 0) > 0; + const externalContextPaths = (_e2 = (_b3 = tab.ui.externalContextSelector) == null ? void 0 : _b3.getExternalContexts()) != null ? _e2 : hasConversationContext ? (_c2 = conversation == null ? void 0 : conversation.externalContextPaths) != null ? _c2 : [] : (_d = this.plugin.settings.persistentExternalContextPaths) != null ? _d : []; + const runtime = ((_f2 = tab.service) == null ? void 0 : _f2.providerId) === providerId ? tab.service : null; + const warmupMode = this.resolveProviderTabWarmupMode({ + conversation, + externalContextPaths, + plugin: this.plugin, + runtime, + tab: { + conversationId: tab.conversationId, + draftModel: tab.draftModel, + lifecycleState: tab.lifecycleState, + providerId + } + }); + return { + conversation, + externalContextPaths, + runtime, + tab: { + conversationId: tab.conversationId, + draftModel: tab.draftModel, + lifecycleState: tab.lifecycleState, + providerId + }, + warmupMode + }; + } + resolveProviderTabWarmupMode(context) { + var _a5, _b3; + return (_b3 = (_a5 = ProviderWorkspaceRegistry.getTabWarmupPolicy(context.tab.providerId)) == null ? void 0 : _a5.resolveMode(context)) != null ? _b3 : "none"; + } + buildProviderCommandContext(tab, providerId, warmupContext) { + var _a5, _b3, _c2, _d, _e2, _f2, _g; + const providerSettings = ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + providerId + ); + return { + ...warmupContext, + cacheKey: JSON.stringify({ + allowSessionCreation: warmupContext.warmupMode === "commands" && tab.lifecycleState === "blank" && tab.id === this.activeTabId, + conversationId: (_b3 = (_a5 = warmupContext.conversation) == null ? void 0 : _a5.id) != null ? _b3 : null, + draftModel: (_c2 = tab.draftModel) != null ? _c2 : null, + externalContextPaths: warmupContext.externalContextPaths, + lifecycleState: tab.lifecycleState, + providerId, + providerSettings, + providerState: (_e2 = (_d = warmupContext.conversation) == null ? void 0 : _d.providerState) != null ? _e2 : null, + sessionId: (_g = (_f2 = warmupContext.conversation) == null ? void 0 : _f2.sessionId) != null ? _g : null, + warmupMode: warmupContext.warmupMode + }) + }; + } + async warmProviderCommandRuntime(tab, providerId, context) { + const catalog = ProviderWorkspaceRegistry.getCommandCatalog(providerId); + const loader = ProviderWorkspaceRegistry.getRuntimeCommandLoader(providerId); + if (!catalog || !loader) { + return []; + } + const commands = await loader.loadCommands({ + allowSessionCreation: context.warmupMode === "commands" && tab.lifecycleState === "blank" && tab.id === this.activeTabId, + conversation: context.conversation, + externalContextPaths: context.externalContextPaths, + plugin: this.plugin, + runtime: context.runtime + }); + if (!context.runtime || !context.runtime.isReady()) { + this.providerCommandCache.set(tab.id, { + key: context.cacheKey, + commands: commands.map((command) => ({ ...command })) + }); + } else { + this.providerCommandCache.delete(tab.id); + } + catalog.setRuntimeCommands(commands); + return commands; + } + // ============================================ + // Provider Command Catalog + // ============================================ + getProviderCatalogConfig(tab) { + const providerId = getTabProviderId(tab, this.plugin); + const catalog = ProviderWorkspaceRegistry.getCommandCatalog(providerId); + if (!catalog) return null; + return { + config: catalog.getDropdownConfig(), + getEntries: async () => { + await this.getSdkCommands(tab.id); + return catalog.listDropdownEntries({ includeBuiltIns: false }); + } + }; + } + // ============================================ + // Broadcast + // ============================================ + /** + * Broadcasts a function call to all initialized tab runtimes. + * Used by settings managers to apply configuration changes to all tabs. + * @param fn Function to call on each runtime. + */ + async broadcastToAllTabs(fn) { + await this.broadcastToTabs(this.tabs.values(), fn); + } + async broadcastToProviderTabs(providerIds, fn) { + await this.broadcastToTabs( + this.filterTabsByProvider(providerIds, (tab) => { + var _a5, _b3; + return (_b3 = (_a5 = tab.service) == null ? void 0 : _a5.providerId) != null ? _b3 : tab.providerId; + }), + fn + ); + } + async broadcastToTabs(tabs, fn) { + const promises2 = []; + for (const tab of tabs) { + if (tab.service && tab.serviceInitialized) { + promises2.push( + fn(tab.service).catch(() => { + }) + ); + } + } + await Promise.all(promises2); + } + // ============================================ + // Cleanup + // ============================================ + /** Destroys all tabs and cleans up resources. */ + async destroy() { + await Promise.all( + Array.from(this.tabs.values()).map( + (tab) => { + var _a5, _b3; + return (_b3 = (_a5 = tab.controllers.conversationController) == null ? void 0 : _a5.save()) != null ? _b3 : Promise.resolve(); + } + ) + ); + await Promise.all(Array.from(this.tabs.values()).map((tab) => destroyTab(tab))); + this.tabs.clear(); + this.activeTabId = null; + } +}; + +// src/features/chat/ClaudianView.ts +var ClaudianView = class extends import_obsidian46.ItemView { + constructor(leaf, plugin) { + super(leaf); + // Tab management + this.tabManager = null; + this.tabBar = null; + this.tabBarContainerEl = null; + this.tabContentEl = null; + this.navRowContent = null; + // DOM Elements + this.viewContainerEl = null; + this.headerEl = null; + this.titleSlotEl = null; + this.logoEl = null; + this.titleTextEl = null; + this.headerActionsEl = null; + this.headerActionsContent = null; + this.newTabButtonEl = null; + // Header elements + this.historyDropdown = null; + // Event refs for cleanup + this.eventRefs = []; + // Debouncing for tab bar updates + this.pendingTabBarUpdate = null; + // Debouncing for tab state persistence + this.pendingPersist = null; + this.plugin = plugin; + const prototype = Object.getPrototypeOf(this); + const originalLoad = prototype.load.bind(this); + Object.defineProperty(this, "load", { + value: async () => { + if (!this.containerEl) { + this.containerEl = createDiv({ cls: "view-content" }); + } + try { + return await originalLoad(); + } catch (e2) { + } + }, + writable: false, + configurable: false + }); + } + getViewType() { + return VIEW_TYPE_CLAUDIAN; + } + getDisplayText() { + return "Claudian"; + } + getIcon() { + return "bot"; + } + /** Refreshes model-dependent UI across all tabs (used after settings/env changes). */ + refreshModelSelector() { + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i, _j; + for (const tab of (_b3 = (_a5 = this.tabManager) == null ? void 0 : _a5.getAllTabs()) != null ? _b3 : []) { + onProviderAvailabilityChanged(tab, this.plugin); + const providerId = getTabProviderId(tab, this.plugin); + const providerSettings = ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + providerId + ); + const model = providerSettings.model; + const uiConfig = ProviderRegistry.getChatUIConfig(providerId); + const capabilities = ProviderRegistry.getCapabilities(providerId); + const contextWindow = uiConfig.getContextWindowSize( + model, + providerSettings.customContextLimits, + providerSettings + ); + if (tab.state.usage) { + tab.state.usage = recalculateUsageForModel(tab.state.usage, model, contextWindow); + } + (_c2 = tab.ui.modelSelector) == null ? void 0 : _c2.updateDisplay(); + (_d = tab.ui.modelSelector) == null ? void 0 : _d.renderOptions(); + (_e2 = tab.ui.modeSelector) == null ? void 0 : _e2.updateDisplay(); + (_f2 = tab.ui.modeSelector) == null ? void 0 : _f2.renderOptions(); + (_g = tab.ui.thinkingBudgetSelector) == null ? void 0 : _g.updateDisplay(); + (_h2 = tab.ui.permissionToggle) == null ? void 0 : _h2.updateDisplay(); + (_i = tab.ui.serviceTierToggle) == null ? void 0 : _i.updateDisplay(); + tab.dom.inputWrapper.toggleClass( + "claudian-input-plan-mode", + providerSettings.permissionMode === "plan" && capabilities.supportsPlanMode + ); + } + (_j = this.tabManager) == null ? void 0 : _j.primeProviderRuntime(); + } + invalidateProviderCommandCaches(providerIds) { + var _a5; + (_a5 = this.tabManager) == null ? void 0 : _a5.invalidateProviderCommandCaches(providerIds); + } + /** Updates provider-scoped hidden commands on all tabs after settings changes. */ + updateHiddenProviderCommands() { + var _a5, _b3, _c2; + for (const tab of (_b3 = (_a5 = this.tabManager) == null ? void 0 : _a5.getAllTabs()) != null ? _b3 : []) { + (_c2 = tab.ui.slashCommandDropdown) == null ? void 0 : _c2.setHiddenCommands( + getHiddenProviderCommandSet(this.plugin.settings, getTabProviderId(tab, this.plugin)) + ); + } + } + async onOpen() { + var _a5, _b3; + if (!this.containerEl) { + return; + } + let container = (_a5 = this.contentEl) != null ? _a5 : this.containerEl.children[1]; + if (!container) { + container = this.containerEl.createDiv(); + } + this.viewContainerEl = container; + this.viewContainerEl.empty(); + this.viewContainerEl.addClass("claudian-container"); + const header = this.viewContainerEl.createDiv({ cls: "claudian-header" }); + this.buildHeader(header); + this.navRowContent = this.buildNavRowContent(); + this.tabContentEl = this.viewContainerEl.createDiv({ cls: "claudian-tab-content-container" }); + this.tabManager = new TabManager( + this.plugin, + this.tabContentEl, + this, + { + onTabCreated: () => { + this.updateTabBar(); + this.updateNavRowLocation(); + this.persistTabState(); + this.syncProviderBrandColor(); + }, + onTabSwitched: () => { + this.updateTabBar(); + this.updateHistoryDropdown(); + this.updateNavRowLocation(); + this.persistTabState(); + this.syncProviderBrandColor(); + }, + onTabClosed: () => { + this.updateTabBar(); + this.persistTabState(); + }, + onTabStreamingChanged: () => this.updateTabBar(), + onTabTitleChanged: () => this.updateTabBar(), + onTabAttentionChanged: () => this.updateTabBar(), + onTabConversationChanged: () => { + this.updateTabBar(); + this.persistTabState(); + this.syncProviderBrandColor(); + }, + onTabProviderChanged: () => { + this.updateTabBar(); + this.syncProviderBrandColor(); + } + } + ); + this.wireEventHandlers(); + await this.restoreOrCreateTabs(); + this.syncProviderBrandColor(); + this.updateLayoutForPosition(); + (_b3 = this.tabManager) == null ? void 0 : _b3.primeProviderRuntime(); + } + async onClose() { + var _a5, _b3; + if (this.pendingTabBarUpdate !== null) { + cancelScheduledAnimationFrame(this.pendingTabBarUpdate); + this.pendingTabBarUpdate = null; + } + for (const ref of this.eventRefs) { + this.plugin.app.vault.offref(ref); + } + this.eventRefs = []; + await this.persistTabStateImmediate(); + await ((_a5 = this.tabManager) == null ? void 0 : _a5.destroy()); + this.tabManager = null; + (_b3 = this.tabBar) == null ? void 0 : _b3.destroy(); + this.tabBar = null; + this.scope = null; + } + // ============================================ + // UI Building + // ============================================ + buildHeader(header) { + this.headerEl = header; + this.titleSlotEl = header.createDiv({ cls: "claudian-title-slot" }); + this.logoEl = this.titleSlotEl.createSpan({ cls: "claudian-logo" }); + this.syncHeaderLogo(DEFAULT_CHAT_PROVIDER_ID); + this.titleTextEl = this.titleSlotEl.createEl("h4", { text: "Claudian", cls: "claudian-title-text" }); + this.headerActionsEl = header.createDiv({ cls: "claudian-header-actions claudian-header-actions-slot claudian-hidden" }); + } + /** + * Builds the nav row content (tab badges + header actions). + * This is called once and the content is moved between locations. + */ + buildNavRowContent() { + const activeDocument = this.containerEl.ownerDocument; + const fragment = activeDocument.createDocumentFragment(); + this.tabBarContainerEl = activeDocument.createElement("div"); + this.tabBarContainerEl.className = "claudian-tab-bar-container"; + this.tabBar = new TabBar(this.tabBarContainerEl, { + onTabClick: (tabId) => this.handleTabClick(tabId), + onTabClose: (tabId) => { + void this.handleTabClose(tabId); + }, + onNewTab: () => { + void this.createNewTab().catch(() => new import_obsidian46.Notice("Failed to create tab")); + } + }); + fragment.appendChild(this.tabBarContainerEl); + this.headerActionsContent = activeDocument.createElement("div"); + this.headerActionsContent.className = "claudian-header-actions"; + this.newTabButtonEl = this.headerActionsContent.createDiv({ cls: "claudian-header-btn claudian-new-tab-btn" }); + (0, import_obsidian46.setIcon)(this.newTabButtonEl, "square-plus"); + this.newTabButtonEl.setAttribute("aria-label", "New tab"); + this.newTabButtonEl.addEventListener("click", () => { + void this.createNewTab().catch(() => new import_obsidian46.Notice("Failed to create tab")); + }); + const newBtn = this.headerActionsContent.createDiv({ cls: "claudian-header-btn" }); + (0, import_obsidian46.setIcon)(newBtn, "square-pen"); + newBtn.setAttribute("aria-label", "New conversation"); + newBtn.addEventListener("click", () => { + void (async () => { + var _a5; + await ((_a5 = this.tabManager) == null ? void 0 : _a5.createNewConversation()); + this.updateHistoryDropdown(); + })().catch(() => new import_obsidian46.Notice("Failed to create conversation")); + }); + const historyContainer = this.headerActionsContent.createDiv({ cls: "claudian-history-container" }); + const historyBtn = historyContainer.createDiv({ cls: "claudian-header-btn" }); + (0, import_obsidian46.setIcon)(historyBtn, "history"); + historyBtn.setAttribute("aria-label", "Chat history"); + this.historyDropdown = historyContainer.createDiv({ cls: "claudian-history-menu" }); + historyBtn.addEventListener("click", (e2) => { + e2.stopPropagation(); + this.toggleHistoryDropdown(); + }); + fragment.appendChild(this.headerActionsContent); + const wrapper = activeDocument.createElement("div"); + wrapper.className = "claudian-input-nav-content"; + wrapper.appendChild(fragment); + return wrapper; + } + /** + * Moves nav row content based on tabBarPosition setting. + * - 'input' mode: Both tab badges and actions go to active tab's navRowEl + * - 'header' mode: Tab badges go to title slot (after logo), actions go to header right side + */ + updateNavRowLocation() { + var _a5; + if (!this.tabBarContainerEl || !this.headerActionsContent) return; + const isHeaderMode = this.plugin.settings.tabBarPosition === "header"; + if (isHeaderMode) { + if (this.titleSlotEl) { + this.titleSlotEl.appendChild(this.tabBarContainerEl); + } + if (this.headerActionsEl) { + this.headerActionsEl.appendChild(this.headerActionsContent); + this.headerActionsEl.removeClass("claudian-hidden"); + } + } else { + const activeTab = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab(); + if (activeTab && this.navRowContent) { + this.navRowContent.appendChild(this.tabBarContainerEl); + this.navRowContent.appendChild(this.headerActionsContent); + activeTab.dom.navRowEl.appendChild(this.navRowContent); + } + if (this.headerActionsEl) { + this.headerActionsEl.addClass("claudian-hidden"); + } + } + } + /** + * Updates layout when tabBarPosition setting changes. + * Called from settings when user changes the tab bar position. + */ + updateLayoutForPosition() { + if (!this.viewContainerEl) return; + const isHeaderMode = this.plugin.settings.tabBarPosition === "header"; + this.viewContainerEl.toggleClass("claudian-container--header-mode", isHeaderMode); + this.updateNavRowLocation(); + this.updateTabBarVisibility(); + } + /** Refreshes tab controls after settings that affect tab availability change. */ + refreshTabControls() { + this.updateTabBarVisibility(); + } + // ============================================ + // Tab Management + // ============================================ + handleTabClick(tabId) { + var _a5; + const switched = (_a5 = this.tabManager) == null ? void 0 : _a5.switchToTab(tabId); + if (switched) { + void switched.catch(() => new import_obsidian46.Notice("Failed to switch tab")); + } + } + async handleTabClose(tabId) { + var _a5, _b3, _c2; + try { + const tab = (_a5 = this.tabManager) == null ? void 0 : _a5.getTab(tabId); + const force = (_b3 = tab == null ? void 0 : tab.state.isStreaming) != null ? _b3 : false; + await ((_c2 = this.tabManager) == null ? void 0 : _c2.closeTab(tabId, force)); + this.updateTabBarVisibility(); + } catch (e2) { + new import_obsidian46.Notice("Failed to close tab"); + } + } + async createNewTab() { + var _a5, _b3; + const tab = await ((_a5 = this.tabManager) == null ? void 0 : _a5.createTab()); + if (!tab) { + const maxTabs = (_b3 = this.plugin.settings.maxTabs) != null ? _b3 : 3; + new import_obsidian46.Notice(`Maximum ${maxTabs} tabs allowed`); + this.updateTabBarVisibility(); + return; + } + this.updateTabBarVisibility(); + } + updateTabBar() { + var _a5; + if (!this.tabManager || !this.tabBar) return; + if (this.pendingTabBarUpdate !== null) { + cancelScheduledAnimationFrame(this.pendingTabBarUpdate); + } + this.pendingTabBarUpdate = scheduleAnimationFrame(() => { + this.pendingTabBarUpdate = null; + if (!this.tabManager || !this.tabBar) return; + const items = this.tabManager.getTabBarItems(); + this.tabBar.update(items); + this.updateTabBarVisibility(); + }, (_a5 = this.containerEl.ownerDocument.defaultView) != null ? _a5 : null); + } + updateTabBarVisibility() { + if (!this.tabBarContainerEl || !this.tabManager) return; + const tabCount = this.tabManager.getTabCount(); + const showTabBar = tabCount >= 2; + const isHeaderMode = this.plugin.settings.tabBarPosition === "header"; + this.tabBarContainerEl.toggleClass("claudian-hidden", !showTabBar); + const hideBranding = showTabBar && isHeaderMode; + if (this.logoEl) { + this.logoEl.toggleClass("claudian-hidden", hideBranding); + } + if (this.titleTextEl) { + this.titleTextEl.toggleClass("claudian-hidden", hideBranding); + } + this.updateNewTabButtonVisibility(); + } + updateNewTabButtonVisibility() { + if (!this.newTabButtonEl || !this.tabManager) return; + const canCreateTab = this.tabManager.canCreateTab(); + this.newTabButtonEl.toggleClass("claudian-hidden", !canCreateTab); + if (canCreateTab) { + this.newTabButtonEl.removeAttribute("aria-disabled"); + this.newTabButtonEl.removeAttribute("aria-hidden"); + return; + } + this.newTabButtonEl.setAttribute("aria-disabled", "true"); + this.newTabButtonEl.setAttribute("aria-hidden", "true"); + } + /** Sets `data-provider` on the root container so CSS brand color follows the active provider. */ + syncProviderBrandColor() { + var _a5; + if (!this.viewContainerEl) return; + const activeTab = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab(); + const providerId = activeTab ? getTabProviderId(activeTab, this.plugin) : DEFAULT_CHAT_PROVIDER_ID; + this.viewContainerEl.dataset.provider = providerId; + this.syncHeaderLogo(providerId); + } + /** Rebuilds the header logo SVG to match the given provider. */ + syncHeaderLogo(providerId) { + var _a5, _b3; + if (!this.logoEl) return; + const icon = (_b3 = (_a5 = ProviderRegistry.getChatUIConfig(providerId)).getProviderIcon) == null ? void 0 : _b3.call(_a5); + if (!icon) return; + const existing = this.logoEl.querySelector("svg"); + if ((existing == null ? void 0 : existing.getAttribute("data-provider")) === providerId) return; + this.logoEl.empty(); + const svg = createProviderIconSvg(icon, { + dataProvider: providerId, + height: 18, + ownerDocument: this.logoEl.ownerDocument, + width: 18 + }); + this.logoEl.appendChild(svg); + } + // ============================================ + // History Dropdown + // ============================================ + toggleHistoryDropdown() { + if (!this.historyDropdown) return; + const isVisible = this.historyDropdown.hasClass("visible"); + if (isVisible) { + this.historyDropdown.removeClass("visible"); + } else { + this.updateHistoryDropdown(); + this.historyDropdown.addClass("visible"); + } + } + updateHistoryDropdown() { + var _a5; + if (!this.historyDropdown) return; + this.historyDropdown.empty(); + const activeTab = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab(); + const conversationController = activeTab == null ? void 0 : activeTab.controllers.conversationController; + if (conversationController) { + conversationController.renderHistoryDropdown(this.historyDropdown, { + onSelectConversation: (id) => this.openHistoryConversation(id), + onOpenConversationInNewTab: (id, activate) => this.openHistoryConversationInNewTab(id, activate), + getConversationOpenState: (id) => this.getHistoryConversationOpenState(id) + }); + } + } + async openHistoryConversation(conversationId) { + var _a5, _b3; + await ((_a5 = this.tabManager) == null ? void 0 : _a5.openConversation(conversationId)); + (_b3 = this.historyDropdown) == null ? void 0 : _b3.removeClass("visible"); + } + async openHistoryConversationInNewTab(conversationId, activate = true) { + var _a5, _b3; + await ((_a5 = this.tabManager) == null ? void 0 : _a5.openConversation(conversationId, { + preferNewTab: true, + activate + })); + (_b3 = this.historyDropdown) == null ? void 0 : _b3.removeClass("visible"); + } + getHistoryConversationOpenState(conversationId) { + var _a5; + const activeTab = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab(); + if ((activeTab == null ? void 0 : activeTab.conversationId) === conversationId) { + return "current"; + } + if (this.findTabWithConversation(conversationId)) { + return "open"; + } + const crossViewResult = this.plugin.findConversationAcrossViews(conversationId); + if (crossViewResult && crossViewResult.view !== this) { + return "open"; + } + return "closed"; + } + findTabWithConversation(conversationId) { + var _a5, _b3, _c2; + const tabs = (_b3 = (_a5 = this.tabManager) == null ? void 0 : _a5.getAllTabs()) != null ? _b3 : []; + return (_c2 = tabs.find((tab) => tab.conversationId === conversationId)) != null ? _c2 : null; + } + // ============================================ + // Event Wiring + // ============================================ + wireEventHandlers() { + const activeDocument = this.containerEl.ownerDocument; + this.registerDomEvent(activeDocument, "click", () => { + var _a5; + (_a5 = this.historyDropdown) == null ? void 0 : _a5.removeClass("visible"); + }); + this.registerDomEvent(this.containerEl, "keydown", (e2) => { + var _a5, _b3; + if (e2.key === "Tab" && e2.shiftKey && !e2.isComposing) { + e2.preventDefault(); + const activeTab = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab(); + if (!activeTab) return; + const providerId = getTabProviderId(activeTab, this.plugin); + if (!ProviderRegistry.getCapabilities(providerId).supportsPlanMode) return; + const current = ProviderSettingsCoordinator.getProviderSettingsSnapshot( + this.plugin.settings, + providerId + ).permissionMode; + if (current === "plan") { + const restoreMode = (_b3 = activeTab.state.prePlanPermissionMode) != null ? _b3 : "normal"; + activeTab.state.prePlanPermissionMode = null; + updatePlanModeUI(activeTab, this.plugin, restoreMode); + } else { + activeTab.state.prePlanPermissionMode = current; + updatePlanModeUI(activeTab, this.plugin, "plan"); + } + } + }); + this.scope = new import_obsidian46.Scope(this.app.scope); + this.scope.register([], "Escape", (e2) => { + var _a5, _b3; + if (e2.isComposing) return; + if (!e2.defaultPrevented) { + const activeTab = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab(); + if (activeTab == null ? void 0 : activeTab.state.isStreaming) { + (_b3 = activeTab.controllers.inputController) == null ? void 0 : _b3.cancelStreaming(); + } + } + return false; + }); + this.scope.register(["Mod"], "Enter", (e2) => { + var _a5; + if (e2.isComposing || e2.defaultPrevented) return; + const activeTab = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab(); + if (!activeTab) return; + if (sendTabInputMessageFromExplicitEnterShortcut(activeTab, e2, { requireInputFocus: true })) { + return false; + } + }); + const markCacheDirty = (includesFolders) => { + var _a5, _b3; + const mgr = (_b3 = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab()) == null ? void 0 : _b3.ui.fileContextManager; + if (!mgr) return; + mgr.markFileCacheDirty(); + if (includesFolders) mgr.markFolderCacheDirty(); + }; + this.eventRefs.push( + this.plugin.app.vault.on("create", () => markCacheDirty(true)), + this.plugin.app.vault.on("delete", () => markCacheDirty(true)), + this.plugin.app.vault.on("rename", () => markCacheDirty(true)), + this.plugin.app.vault.on("modify", () => markCacheDirty(false)) + ); + this.registerEvent( + this.plugin.app.workspace.on("file-open", (file2) => { + var _a5, _b3, _c2; + if (file2) { + (_c2 = (_b3 = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab()) == null ? void 0 : _b3.ui.fileContextManager) == null ? void 0 : _c2.handleFileOpen(file2); + } + }) + ); + this.registerDomEvent(activeDocument, "click", (e2) => { + var _a5; + const activeTab = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab(); + if (activeTab) { + const fcm = activeTab.ui.fileContextManager; + if (fcm && !fcm.containsElement(e2.target) && e2.target !== activeTab.dom.inputEl) { + fcm.hideMentionDropdown(); + } + } + }); + } + // ============================================ + // Persistence + // ============================================ + async restoreOrCreateTabs() { + if (!this.tabManager) return; + const persistedState = await this.plugin.storage.getTabManagerState(); + if (persistedState && persistedState.openTabs.length > 0) { + await this.tabManager.restoreState(persistedState); + return; + } + await this.tabManager.createTab(); + } + persistTabState() { + if (this.pendingPersist !== null) { + window.clearTimeout(this.pendingPersist); + } + this.pendingPersist = window.setTimeout(() => { + this.pendingPersist = null; + if (!this.tabManager) return; + const state = this.tabManager.getPersistedState(); + this.plugin.persistTabManagerState(state).catch(() => { + }); + }, 300); + } + /** Force immediate persistence (for onClose/onunload). */ + async persistTabStateImmediate() { + if (this.pendingPersist !== null) { + window.clearTimeout(this.pendingPersist); + this.pendingPersist = null; + } + if (!this.tabManager) return; + const state = this.tabManager.getPersistedState(); + await this.plugin.persistTabManagerState(state); + } + // ============================================ + // Public API + // ============================================ + /** Gets the currently active tab. */ + getActiveTab() { + var _a5, _b3; + return (_b3 = (_a5 = this.tabManager) == null ? void 0 : _a5.getActiveTab()) != null ? _b3 : null; + } + /** Gets the tab manager. */ + getTabManager() { + return this.tabManager; + } +}; + +// src/features/inline-edit/ui/InlineEditModal.ts +var import_state2 = require("@codemirror/state"); +var import_view2 = require("@codemirror/view"); +var import_obsidian48 = require("obsidian"); +init_path(); + +// src/features/inline-edit/ui/inlineEditMarkdownPreview.ts +var import_obsidian47 = require("obsidian"); +function emptyElement(container) { + if (typeof container.empty === "function") { + container.empty(); + return; + } + container.replaceChildren(); +} +function appendFallback(container, markdown) { + const fallback = container.ownerDocument.createElement("div"); + fallback.className = "claudian-inline-markdown-fallback"; + fallback.textContent = markdown; + container.appendChild(fallback); +} +async function renderInlineEditMarkdownPreview({ + app, + component, + container, + markdown, + sourcePath, + mediaFolder = "" +}) { + emptyElement(container); + try { + const processedMarkdown = replaceImageEmbedsWithHtml(markdown, app, { + mediaFolder, + sourcePath + }); + await import_obsidian47.MarkdownRenderer.render(app, processedMarkdown, container, sourcePath, component); + if (processedMarkdown.includes("[[") && app.metadataCache) { + processFileLinks(app, container); + } + } catch (e2) { + emptyElement(container); + appendFallback(container, markdown); + } +} + +// src/features/inline-edit/ui/InlineEditModal.ts +var showInlineEdit = import_state2.StateEffect.define(); +var showDiff = import_state2.StateEffect.define(); +var showInsertion = import_state2.StateEffect.define(); +var hideInlineEdit = import_state2.StateEffect.define(); +var activeController = null; +var DiffWidget = class extends import_view2.WidgetType { + constructor(diffOps, controller) { + super(); + this.diffOps = diffOps; + this.controller = controller; + } + toDOM() { + const ownerDocument = this.controller.getOwnerDocument(); + const span = ownerDocument.createElement("span"); + span.className = "claudian-inline-diff-replace"; + appendDiffOps(span, this.diffOps); + const btns = ownerDocument.createElement("span"); + btns.className = "claudian-inline-diff-buttons"; + const rejectBtn = ownerDocument.createElement("button"); + rejectBtn.className = "claudian-inline-diff-btn reject"; + rejectBtn.textContent = "\u2715"; + rejectBtn.title = "Reject (esc)"; + rejectBtn.onclick = () => this.controller.reject(); + const acceptBtn = ownerDocument.createElement("button"); + acceptBtn.className = "claudian-inline-diff-btn accept"; + acceptBtn.textContent = "\u2713"; + acceptBtn.title = "Accept (enter)"; + acceptBtn.onclick = () => this.controller.accept(); + btns.appendChild(rejectBtn); + btns.appendChild(acceptBtn); + span.appendChild(btns); + return span; + } + eq(other) { + return diffOpsEqual(this.diffOps, other.diffOps); + } + ignoreEvent() { + return true; + } +}; +var InputWidget = class extends import_view2.WidgetType { + constructor(controller) { + super(); + this.controller = controller; + } + toDOM() { + return this.controller.createInputDOM(); + } + eq() { + return false; + } + ignoreEvent() { + return true; + } +}; +var PreviewWidget = class extends import_view2.WidgetType { + constructor(markdown, controller) { + super(); + this.markdown = markdown; + this.controller = controller; + } + toDOM() { + return this.controller.createPreviewDOM(this.markdown); + } + eq(other) { + return this.markdown === other.markdown; + } + ignoreEvent() { + return true; + } +}; +function buildInlineEditInputDecorations(options) { + var _a5; + const isInbetween = (_a5 = options.isInbetween) != null ? _a5 : false; + const lineStart = options.doc.lineAt(options.inputPos).from; + return import_view2.Decoration.set([ + import_view2.Decoration.line({ + class: "claudian-inline-input-line" + }).range(lineStart), + import_view2.Decoration.widget({ + widget: options.widget, + block: !isInbetween, + side: isInbetween ? 1 : -1 + }).range(options.inputPos) + ], true); +} +var inlineEditField = import_state2.StateField.define({ + create: () => import_view2.Decoration.none, + update: (deco, tr) => { + deco = deco.map(tr.changes); + for (const e2 of tr.effects) { + if (e2.is(showInlineEdit)) { + deco = buildInlineEditInputDecorations({ + doc: tr.state.doc, + inputPos: e2.value.inputPos, + isInbetween: e2.value.isInbetween, + widget: new InputWidget(e2.value.widget) + }); + } else if (e2.is(showDiff)) { + deco = import_view2.Decoration.set([ + import_view2.Decoration.widget({ + widget: new PreviewWidget(e2.value.previewText, e2.value.widget), + block: true, + side: -1 + }).range(e2.value.previewPos), + import_view2.Decoration.replace({ + widget: new DiffWidget(e2.value.diffOps, e2.value.widget) + }).range(e2.value.from, e2.value.to) + ], true); + } else if (e2.is(showInsertion)) { + deco = import_view2.Decoration.set([ + import_view2.Decoration.widget({ + widget: new PreviewWidget(e2.value.previewText, e2.value.widget), + block: true, + side: -1 + }).range(e2.value.previewPos), + import_view2.Decoration.widget({ + widget: new DiffWidget(e2.value.diffOps, e2.value.widget), + side: 1 + // After the position + }).range(e2.value.pos) + ], true); + } else if (e2.is(hideInlineEdit)) { + deco = import_view2.Decoration.none; + } + } + return deco; + }, + provide: (f9) => import_view2.EditorView.decorations.from(f9) +}); +var installedEditors = /* @__PURE__ */ new WeakSet(); +function computeDiff(oldText, newText) { + const oldWords = oldText.split(/(\s+)/); + const newWords = newText.split(/(\s+)/); + const m4 = oldWords.length, n10 = newWords.length; + const dp = Array.from({ length: m4 + 1 }, () => Array(n10 + 1).fill(0)); + for (let i2 = 1; i2 <= m4; i2++) { + for (let j6 = 1; j6 <= n10; j6++) { + dp[i2][j6] = oldWords[i2 - 1] === newWords[j6 - 1] ? dp[i2 - 1][j6 - 1] + 1 : Math.max(dp[i2 - 1][j6], dp[i2][j6 - 1]); + } + } + const ops = []; + let i = m4, j = n10; + const temp = []; + while (i > 0 || j > 0) { + if (i > 0 && j > 0 && oldWords[i - 1] === newWords[j - 1]) { + temp.push({ type: "equal", text: oldWords[i - 1] }); + i--; + j--; + } else if (j > 0 && (i === 0 || dp[i][j - 1] >= dp[i - 1][j])) { + temp.push({ type: "insert", text: newWords[j - 1] }); + j--; + } else { + temp.push({ type: "delete", text: oldWords[i - 1] }); + i--; + } + } + temp.reverse(); + for (const op of temp) { + if (ops.length > 0 && ops[ops.length - 1].type === op.type) { + ops[ops.length - 1].text += op.text; + } else { + ops.push({ ...op }); + } + } + return ops; +} +function appendDiffOps(container, ops) { + for (const op of ops) { + switch (op.type) { + case "delete": + container.createSpan({ cls: "claudian-diff-del", text: op.text }); + break; + case "insert": + container.createSpan({ cls: "claudian-diff-ins", text: op.text }); + break; + default: + container.appendText(op.text); + } + } +} +function diffOpsEqual(left, right) { + if (left.length !== right.length) return false; + return left.every((op, index) => { + const other = right[index]; + return op.type === other.type && op.text === other.text; + }); +} +var InlineEditModal = class { + constructor(app, plugin, editor, view, editContext, notePath, getExternalContexts = () => []) { + this.app = app; + this.plugin = plugin; + this.editor = editor; + this.view = view; + this.editContext = editContext; + this.notePath = notePath; + this.getExternalContexts = getExternalContexts; + this.controller = null; + } + async openAndWait() { + if (activeController) { + activeController.reject(); + return { decision: "reject" }; + } + let editor = this.editor; + let editorView = getEditorView(editor); + if (!editorView) { + editor = this.view.editor; + editorView = getEditorView(editor); + } + if (!editorView) { + new import_obsidian48.Notice("Inline edit unavailable: could not access the active editor. Try reopening the note."); + return { decision: "reject" }; + } + return new Promise((resolve8) => { + this.controller = new InlineEditController( + this.app, + this.plugin, + editorView, + editor, + this.editContext, + this.notePath, + this.getExternalContexts, + resolve8 + ); + activeController = this.controller; + this.controller.show(); + }); + } +}; +var InlineEditController = class { + constructor(app, plugin, editorView, editor, editContext, notePath, getExternalContexts, resolve8) { + this.app = app; + this.plugin = plugin; + this.editorView = editorView; + this.editor = editor; + this.notePath = notePath; + this.getExternalContexts = getExternalContexts; + this.resolve = resolve8; + this.inputEl = null; + this.spinnerEl = null; + this.agentReplyEl = null; + this.containerEl = null; + this.editedText = null; + this.insertedText = null; + this.selFrom = 0; + this.selTo = 0; + this.startLine = 0; + this.cursorContext = null; + this.escHandler = null; + this.selectionListener = null; + this.isConversing = false; + this.slashCommandDropdown = null; + this.mentionDropdown = null; + this.agentReplyRenderVersion = 0; + var _a5, _b3, _c2, _d, _e2, _f2, _g, _h2, _i; + const activeView = typeof plugin.getView === "function" ? plugin.getView() : null; + const activeTab = activeView == null ? void 0 : activeView.getActiveTab(); + const conversation = (activeTab == null ? void 0 : activeTab.conversationId) ? plugin.getConversationSync(activeTab.conversationId) : null; + const providerId = (_d = (_c2 = (_b3 = conversation == null ? void 0 : conversation.providerId) != null ? _b3 : (_a5 = activeTab == null ? void 0 : activeTab.service) == null ? void 0 : _a5.providerId) != null ? _c2 : activeTab == null ? void 0 : activeTab.providerId) != null ? _d : DEFAULT_CHAT_PROVIDER_ID; + this.inlineEditService = ProviderRegistry.createInlineEditService(plugin, providerId); + const auxiliaryModel = ((_e2 = activeTab == null ? void 0 : activeTab.service) == null ? void 0 : _e2.providerId) === providerId ? (_g = (_f2 = activeTab.service).getAuxiliaryModel) == null ? void 0 : _g.call(_f2) : (activeTab == null ? void 0 : activeTab.providerId) === providerId ? activeTab == null ? void 0 : activeTab.draftModel : null; + (_i = (_h2 = this.inlineEditService).setModelOverride) == null ? void 0 : _i.call(_h2, auxiliaryModel != null ? auxiliaryModel : void 0); + this.resolvedProviderId = providerId; + this.mentionDataProvider = new VaultMentionDataProvider(this.app, { + onFileLoadError: () => { + new import_obsidian48.Notice("Failed to load vault files. Vault @-mentions may be unavailable."); + } + }); + this.mentionDataProvider.initializeInBackground(); + this.mode = editContext.mode; + if (editContext.mode === "cursor") { + this.cursorContext = editContext.cursorContext; + this.selectedText = ""; + } else { + this.selectedText = editContext.selectedText; + } + this.updatePositionsFromEditor(); + } + getOwnerDocument() { + var _a5; + return (_a5 = this.editorView.dom.ownerDocument) != null ? _a5 : window.document; + } + updatePositionsFromEditor() { + const doc = this.editorView.state.doc; + if (this.mode === "cursor") { + const ctx = this.cursorContext; + const line = doc.line(ctx.line + 1); + this.selFrom = line.from + ctx.column; + this.selTo = this.selFrom; + } else { + const from = this.editor.getCursor("from"); + const to = this.editor.getCursor("to"); + const fromLine = doc.line(from.line + 1); + const toLine = doc.line(to.line + 1); + this.selFrom = fromLine.from + from.ch; + this.selTo = toLine.from + to.ch; + this.selectedText = this.editor.getSelection() || this.selectedText; + this.startLine = from.line + 1; + } + } + show() { + if (!installedEditors.has(this.editorView)) { + this.editorView.dispatch({ + effects: import_state2.StateEffect.appendConfig.of(inlineEditField) + }); + installedEditors.add(this.editorView); + } + this.updateHighlight(); + if (this.mode === "selection") { + this.attachSelectionListeners(); + } + this.escHandler = (e2) => { + if (e2.key === "Escape" && !e2.isComposing) { + this.reject(); + } + }; + this.getOwnerDocument().addEventListener("keydown", this.escHandler); + } + updateHighlight() { + var _a5; + const doc = this.editorView.state.doc; + const line = doc.lineAt(this.selFrom); + const isInbetween = this.mode === "cursor" && ((_a5 = this.cursorContext) == null ? void 0 : _a5.isInbetween); + this.editorView.dispatch({ + effects: showInlineEdit.of({ + inputPos: isInbetween ? this.selFrom : line.from, + selFrom: this.selFrom, + selTo: this.selTo, + widget: this, + isInbetween + }) + }); + this.updateSelectionHighlight(); + } + updateSelectionHighlight() { + if (this.mode === "selection" && this.selFrom !== this.selTo) { + showSelectionHighlight(this.editorView, this.selFrom, this.selTo); + } else { + hideSelectionHighlight(this.editorView); + } + } + attachSelectionListeners() { + this.removeSelectionListeners(); + this.selectionListener = (e2) => { + const target = e2.target; + if (target && this.inputEl && (target === this.inputEl || this.inputEl.contains(target))) { + return; + } + const prevFrom = this.selFrom; + const prevTo = this.selTo; + const newSelection = this.editor.getSelection(); + if (newSelection && newSelection.length > 0) { + this.updatePositionsFromEditor(); + if (prevFrom !== this.selFrom || prevTo !== this.selTo) { + this.updateHighlight(); + } + } + }; + this.editorView.dom.addEventListener("mouseup", this.selectionListener); + this.editorView.dom.addEventListener("keyup", this.selectionListener); + } + createInputDOM() { + const ownerDocument = this.getOwnerDocument(); + const container = ownerDocument.createElement("div"); + container.className = "claudian-inline-input-container"; + this.containerEl = container; + this.agentReplyEl = ownerDocument.createElement("div"); + this.agentReplyEl.className = "claudian-inline-agent-reply claudian-hidden"; + container.appendChild(this.agentReplyEl); + const inputWrap = ownerDocument.createElement("div"); + inputWrap.className = "claudian-inline-input-wrap"; + container.appendChild(inputWrap); + this.inputEl = ownerDocument.createElement("input"); + this.inputEl.type = "text"; + this.inputEl.className = "claudian-inline-input"; + this.inputEl.placeholder = this.mode === "cursor" ? "Insert instructions..." : "Edit instructions..."; + this.inputEl.spellcheck = false; + inputWrap.appendChild(this.inputEl); + this.spinnerEl = ownerDocument.createElement("div"); + this.spinnerEl.className = "claudian-inline-spinner claudian-hidden"; + inputWrap.appendChild(this.spinnerEl); + const inlineCatalog = ProviderWorkspaceRegistry.getCommandCatalog(this.resolvedProviderId); + this.slashCommandDropdown = new SlashCommandDropdown( + ownerDocument.body, + this.inputEl, + { + onSelect: () => { + }, + onHide: () => { + } + }, + { + fixed: true, + hiddenCommands: getHiddenProviderCommandSet(this.plugin.settings, this.resolvedProviderId), + ...inlineCatalog ? { + providerConfig: inlineCatalog.getDropdownConfig(), + getProviderEntries: () => inlineCatalog.listDropdownEntries({ includeBuiltIns: false }) + } : {} + } + ); + this.mentionDropdown = new MentionDropdownController( + ownerDocument.body, + this.inputEl, + { + // Inline-edit resolves @mentions at send time from input text. + onAttachFile: () => { + }, + onMcpMentionChange: () => { + }, + getMentionedMcpServers: () => /* @__PURE__ */ new Set(), + setMentionedMcpServers: () => false, + addMentionedMcpServer: () => { + }, + getExternalContexts: this.getExternalContexts, + getCachedVaultFolders: () => this.mentionDataProvider.getCachedVaultFolders(), + getCachedVaultFiles: () => this.mentionDataProvider.getCachedVaultFiles(), + normalizePathForVault: (rawPath) => this.normalizePathForVault(rawPath) + }, + { fixed: true } + ); + this.inputEl.addEventListener("keydown", (e2) => this.handleKeydown(e2)); + this.inputEl.addEventListener("input", () => { + var _a5; + return (_a5 = this.mentionDropdown) == null ? void 0 : _a5.handleInputChange(); + }); + window.setTimeout(() => { + var _a5; + return (_a5 = this.inputEl) == null ? void 0 : _a5.focus(); + }, 50); + return container; + } + createPreviewDOM(markdown) { + const ownerDocument = this.getOwnerDocument(); + const previewEl = ownerDocument.createElement("div"); + previewEl.className = "claudian-inline-markdown-preview"; + const bodyEl = ownerDocument.createElement("div"); + bodyEl.className = "claudian-inline-markdown-preview-body markdown-rendered"; + previewEl.appendChild(bodyEl); + void this.renderMarkdownPreview(bodyEl, markdown); + return previewEl; + } + async renderMarkdownPreview(container, markdown) { + var _a5, _b3; + await renderInlineEditMarkdownPreview({ + app: this.app, + component: this.plugin, + container, + markdown, + sourcePath: this.notePath, + mediaFolder: (_b3 = (_a5 = this.plugin.settings) == null ? void 0 : _a5.mediaFolder) != null ? _b3 : "" + }); + } + replaceRenderedPreview(target, rendered) { + target.empty(); + if (rendered.childNodes) { + for (const child of Array.from(rendered.childNodes)) { + target.appendChild(child); + } + return; + } + for (const child of Array.from(rendered.children)) { + target.appendChild(child); + } + } + async generate() { + if (!this.inputEl || !this.spinnerEl) return; + const userMessage = this.inputEl.value.trim(); + if (!userMessage) return; + this.removeSelectionListeners(); + this.inputEl.disabled = true; + this.spinnerEl.removeClass("claudian-hidden"); + const contextFiles = this.resolveContextFilesFromMessage(userMessage); + let result; + if (this.isConversing) { + result = await this.inlineEditService.continueConversation(userMessage, contextFiles); + } else { + if (this.mode === "cursor") { + result = await this.inlineEditService.editText({ + mode: "cursor", + instruction: userMessage, + notePath: this.notePath, + cursorContext: this.cursorContext, + contextFiles + }); + } else { + const lineCount = this.selectedText.split(/\r?\n/).length; + result = await this.inlineEditService.editText({ + mode: "selection", + instruction: userMessage, + notePath: this.notePath, + selectedText: this.selectedText, + startLine: this.startLine, + lineCount, + contextFiles + }); + } + } + this.spinnerEl.addClass("claudian-hidden"); + if (result.success) { + if (result.editedText !== void 0) { + this.editedText = result.editedText; + this.showDiffInPlace(); + } else if (result.insertedText !== void 0) { + this.insertedText = result.insertedText; + this.showInsertionInPlace(); + } else if (result.clarification) { + this.showAgentReply(result.clarification); + this.isConversing = true; + this.inputEl.disabled = false; + this.inputEl.value = ""; + this.inputEl.placeholder = "Reply to continue..."; + this.inputEl.focus(); + } else { + this.handleError("No response from agent"); + } + } else { + this.handleError(result.error || "Error - try again"); + } + } + showAgentReply(message) { + if (!this.agentReplyEl || !this.containerEl) return; + const replyEl = this.agentReplyEl; + const renderVersion = ++this.agentReplyRenderVersion; + const renderedEl = this.getOwnerDocument().createElement("div"); + replyEl.removeClass("claudian-hidden"); + replyEl.empty(); + void this.renderMarkdownPreview(renderedEl, message).then(() => { + if (renderVersion !== this.agentReplyRenderVersion || replyEl !== this.agentReplyEl) { + return; + } + this.replaceRenderedPreview(replyEl, renderedEl); + }); + this.containerEl.classList.add("has-agent-reply"); + } + handleError(errorMessage) { + if (!this.inputEl) return; + this.inputEl.disabled = false; + this.inputEl.placeholder = errorMessage; + this.updatePositionsFromEditor(); + this.updateHighlight(); + this.attachSelectionListeners(); + this.inputEl.focus(); + } + showDiffInPlace() { + if (this.editedText === null) return; + hideSelectionHighlight(this.editorView); + const diffOps = computeDiff(this.selectedText, this.editedText); + const previewPos = this.editorView.state.doc.lineAt(this.selFrom).from; + this.editorView.dispatch({ + effects: showDiff.of({ + from: this.selFrom, + to: this.selTo, + diffOps, + previewPos, + previewText: this.editedText, + widget: this + }) + }); + this.installAcceptRejectHandler(); + } + showInsertionInPlace() { + if (this.insertedText === null) return; + hideSelectionHighlight(this.editorView); + const trimmedText = normalizeInsertionText(this.insertedText); + this.insertedText = trimmedText; + const diffOps = [{ type: "insert", text: trimmedText }]; + const previewPos = this.editorView.state.doc.lineAt(this.selFrom).from; + this.editorView.dispatch({ + effects: showInsertion.of({ + pos: this.selFrom, + diffOps, + previewPos, + previewText: trimmedText, + widget: this + }) + }); + this.installAcceptRejectHandler(); + } + installAcceptRejectHandler() { + if (this.escHandler) { + this.getOwnerDocument().removeEventListener("keydown", this.escHandler); + } + this.escHandler = (e2) => { + if (e2.key === "Escape" && !e2.isComposing) { + this.reject(); + } else if (e2.key === "Enter" && !e2.isComposing) { + this.accept(); + } + }; + this.getOwnerDocument().addEventListener("keydown", this.escHandler); + } + accept() { + var _a5; + const textToInsert = (_a5 = this.editedText) != null ? _a5 : this.insertedText; + if (textToInsert !== null) { + const doc = this.editorView.state.doc; + const fromLine = doc.lineAt(this.selFrom); + const toLine = doc.lineAt(this.selTo); + const from = { line: fromLine.number - 1, ch: this.selFrom - fromLine.from }; + const to = { line: toLine.number - 1, ch: this.selTo - toLine.from }; + this.cleanup(); + this.editor.replaceRange(textToInsert, from, to); + this.resolve({ decision: "accept", editedText: textToInsert }); + } else { + this.cleanup(); + this.resolve({ decision: "reject" }); + } + } + reject() { + this.cleanup({ keepSelectionHighlight: true }); + this.restoreSelectionHighlight(); + this.resolve({ decision: "reject" }); + } + removeSelectionListeners() { + if (this.selectionListener) { + this.editorView.dom.removeEventListener("mouseup", this.selectionListener); + this.editorView.dom.removeEventListener("keyup", this.selectionListener); + this.selectionListener = null; + } + } + cleanup(options) { + var _a5, _b3; + this.inlineEditService.cancel(); + this.inlineEditService.resetConversation(); + this.isConversing = false; + this.removeSelectionListeners(); + if (this.escHandler) { + this.getOwnerDocument().removeEventListener("keydown", this.escHandler); + } + (_a5 = this.slashCommandDropdown) == null ? void 0 : _a5.destroy(); + this.slashCommandDropdown = null; + (_b3 = this.mentionDropdown) == null ? void 0 : _b3.destroy(); + this.mentionDropdown = null; + if (activeController === this) { + activeController = null; + } + this.editorView.dispatch({ + effects: hideInlineEdit.of(null) + }); + if (!(options == null ? void 0 : options.keepSelectionHighlight)) { + hideSelectionHighlight(this.editorView); + } + } + restoreSelectionHighlight() { + if (this.mode !== "selection" || this.selFrom === this.selTo) { + return; + } + showSelectionHighlight(this.editorView, this.selFrom, this.selTo); + } + handleKeydown(e2) { + var _a5, _b3; + if ((_a5 = this.mentionDropdown) == null ? void 0 : _a5.handleKeydown(e2)) { + return; + } + if ((_b3 = this.slashCommandDropdown) == null ? void 0 : _b3.handleKeydown(e2)) { + return; + } + if (e2.key === "Enter" && !e2.isComposing) { + e2.preventDefault(); + void this.generate(); + } + } + normalizePathForVault(rawPath) { + try { + const vaultPath = getVaultPath(this.app); + return normalizePathForVault(rawPath, vaultPath); + } catch (e2) { + new import_obsidian48.Notice("Failed to attach file: invalid path"); + return null; + } + } + resolveContextFilesFromMessage(message) { + if (!message.includes("@")) return []; + const vaultFiles = this.mentionDataProvider.getCachedVaultFiles(); + const pathLookup = /* @__PURE__ */ new Map(); + for (const file2 of vaultFiles) { + const normalized = this.normalizePathForVault(file2.path); + if (!normalized) continue; + const lookupKey = normalizeForPlatformLookup(normalizeMentionPath(normalized)); + if (!pathLookup.has(lookupKey)) { + pathLookup.set(lookupKey, normalized); + } + } + const resolved = /* @__PURE__ */ new Set(); + const externalEntries = buildExternalContextDisplayEntries(this.getExternalContexts()).sort((a, b2) => b2.displayNameLower.length - a.displayNameLower.length); + const getExternalLookup = createExternalContextLookupGetter( + (contextRoot) => externalContextScanner.scanPaths([contextRoot]) + ); + for (let index = 0; index < message.length; index++) { + if (!isMentionStart(message, index)) continue; + const externalMatch = resolveExternalMentionAtIndex( + message, + index, + externalEntries, + getExternalLookup + ); + if (externalMatch) { + resolved.add(externalMatch.resolvedPath); + index = externalMatch.endIndex - 1; + continue; + } + const vaultMatch = findBestMentionLookupMatch( + message, + index + 1, + pathLookup, + normalizeMentionPath, + normalizeForPlatformLookup + ); + if (vaultMatch) { + resolved.add(vaultMatch.resolvedPath); + index = vaultMatch.endIndex - 1; + } + } + return [...resolved]; + } +}; + +// src/features/settings/ClaudianSettings.ts +var import_obsidian49 = require("obsidian"); +init_env(); + +// src/features/settings/keyboardNavigation.ts +var NAV_ACTIONS = ["scrollUp", "scrollDown", "focusInput"]; +var buildNavMappingText = (settings11) => { + return [ + `map ${settings11.scrollUpKey} scrollUp`, + `map ${settings11.scrollDownKey} scrollDown`, + `map ${settings11.focusInputKey} focusInput` + ].join("\n"); +}; +var parseNavMappings = (value) => { + const parsed = {}; + const usedKeys = /* @__PURE__ */ new Map(); + const lines = value.split("\n"); + for (const rawLine of lines) { + const line = rawLine.trim(); + if (!line) continue; + const parts = line.split(/\s+/); + if (parts.length !== 3 || parts[0] !== "map") { + return { error: 'Each line must follow "map "' }; + } + const key = parts[1]; + const action = parts[2]; + if (!NAV_ACTIONS.includes(action)) { + return { error: `Unknown action: ${parts[2]}` }; + } + if (key.length !== 1) { + return { error: `Key must be a single character for ${action}` }; + } + const normalizedKey = key.toLowerCase(); + if (usedKeys.has(normalizedKey)) { + return { error: "Navigation keys must be unique" }; + } + if (parsed[action]) { + return { error: `Duplicate mapping for ${action}` }; + } + usedKeys.set(normalizedKey, action); + parsed[action] = key; + } + const missing = NAV_ACTIONS.filter((action) => !parsed[action]); + if (missing.length > 0) { + return { error: `Missing mapping for ${missing.join(", ")}` }; + } + return { settings: parsed }; +}; + +// src/features/settings/ClaudianSettings.ts +function formatHotkey(hotkey) { + const isMac = import_obsidian49.Platform.isMacOS; + const modMap = isMac ? { Mod: "\u2318", Ctrl: "\u2303", Alt: "\u2325", Shift: "\u21E7", Meta: "\u2318" } : { Mod: "Ctrl", Ctrl: "Ctrl", Alt: "Alt", Shift: "Shift", Meta: "Win" }; + const mods = hotkey.modifiers.map((modifier) => modMap[modifier] || modifier); + const key = hotkey.key.length === 1 ? hotkey.key.toUpperCase() : hotkey.key; + return isMac ? [...mods, key].join("") : [...mods, key].join("+"); +} +function openHotkeySettings(app) { + const setting = app.setting; + if (!setting) { + return; + } + setting.open(); + setting.openTabById("hotkeys"); + window.setTimeout(() => { + var _a5, _b3, _c2; + const tab = setting.activeTab; + if (!tab) { + return; + } + const searchEl = (_b3 = tab.searchInputEl) != null ? _b3 : (_a5 = tab.searchComponent) == null ? void 0 : _a5.inputEl; + if (!searchEl) { + return; + } + searchEl.value = "Claudian"; + (_c2 = tab.updateHotkeyVisibility) == null ? void 0 : _c2.call(tab); + }, 100); +} +function getHotkeyForCommand(app, commandId) { + var _a5, _b3; + const hotkeyManager = app.hotkeyManager; + if (!hotkeyManager) return null; + const customHotkeys = (_a5 = hotkeyManager.customKeys) == null ? void 0 : _a5[commandId]; + const defaultHotkeys = (_b3 = hotkeyManager.defaultKeys) == null ? void 0 : _b3[commandId]; + const hotkeys = customHotkeys && customHotkeys.length > 0 ? customHotkeys : defaultHotkeys; + if (!hotkeys || hotkeys.length === 0) return null; + return hotkeys.map(formatHotkey).join(", "); +} +function addHotkeySettingRow(containerEl, app, commandId, translationPrefix) { + const hotkey = getHotkeyForCommand(app, commandId); + const item = containerEl.createDiv({ cls: "claudian-hotkey-item" }); + item.createSpan({ + cls: "claudian-hotkey-name", + text: t10(`${translationPrefix}.name`) + }); + if (hotkey) { + item.createSpan({ cls: "claudian-hotkey-badge", text: hotkey }); + } + item.addEventListener("click", () => openHotkeySettings(app)); +} +var ClaudianSettingTab = class extends import_obsidian49.PluginSettingTab { + constructor(app, plugin) { + super(app, plugin); + this.activeTab = "general"; + this.plugin = plugin; + } + display() { + var _a5; + const { containerEl } = this; + containerEl.empty(); + containerEl.addClass("claudian-settings"); + setLocale(this.plugin.settings.locale); + const providerTabs = ProviderRegistry.getRegisteredProviderIds(); + const tabIds = ["general", ...providerTabs]; + if (!tabIds.includes(this.activeTab)) { + this.activeTab = "general"; + } + const tabBar = containerEl.createDiv({ cls: "claudian-settings-tabs" }); + const tabButtons = /* @__PURE__ */ new Map(); + const tabContents = /* @__PURE__ */ new Map(); + for (const id of tabIds) { + const label = id === "general" ? t10("settings.tabs.general") : ProviderRegistry.getProviderDisplayName(id); + const button = tabBar.createEl("button", { + cls: `claudian-settings-tab${id === this.activeTab ? " claudian-settings-tab--active" : ""}`, + text: label + }); + button.addEventListener("click", () => { + var _a6, _b3; + this.activeTab = id; + for (const tabId of tabIds) { + (_a6 = tabButtons.get(tabId)) == null ? void 0 : _a6.toggleClass("claudian-settings-tab--active", tabId === id); + (_b3 = tabContents.get(tabId)) == null ? void 0 : _b3.toggleClass("claudian-settings-tab-content--active", tabId === id); + } + }); + tabButtons.set(id, button); + } + for (const id of tabIds) { + const content = containerEl.createDiv({ + cls: `claudian-settings-tab-content${id === this.activeTab ? " claudian-settings-tab-content--active" : ""}` + }); + tabContents.set(id, content); + } + this.renderGeneralTab(tabContents.get("general")); + for (const providerId of providerTabs) { + const content = tabContents.get(providerId); + if (!content) { + continue; + } + (_a5 = ProviderWorkspaceRegistry.getSettingsTabRenderer(providerId)) == null ? void 0 : _a5.render(content, { + plugin: this.plugin, + renderHiddenProviderCommandSetting: (target, targetProviderId, copy) => this.renderHiddenProviderCommandSetting(target, targetProviderId, copy), + refreshModelSelectors: () => { + for (const view of this.plugin.getAllViews()) { + view.refreshModelSelector(); + } + }, + renderCustomContextLimits: (target, providerId2) => this.renderCustomContextLimits(target, providerId2) + }); + } + } + renderGeneralTab(container) { + new import_obsidian49.Setting(container).setName(t10("settings.language.name")).setDesc(t10("settings.language.desc")).addDropdown((dropdown) => { + const locales = getAvailableLocales(); + for (const locale of locales) { + dropdown.addOption(locale, getLocaleDisplayName(locale)); + } + dropdown.setValue(this.plugin.settings.locale).onChange(async (value) => { + const locale = value; + if (!setLocale(locale)) { + dropdown.setValue(this.plugin.settings.locale); + return; + } + this.plugin.settings.locale = locale; + await this.plugin.saveSettings(); + this.display(); + }); + }); + new import_obsidian49.Setting(container).setName(t10("settings.display")).setHeading(); + new import_obsidian49.Setting(container).setName(t10("settings.tabBarPosition.name")).setDesc(t10("settings.tabBarPosition.desc")).addDropdown((dropdown) => { + var _a5; + dropdown.addOption("input", t10("settings.tabBarPosition.input")).addOption("header", t10("settings.tabBarPosition.header")).setValue((_a5 = this.plugin.settings.tabBarPosition) != null ? _a5 : "input").onChange(async (value) => { + this.plugin.settings.tabBarPosition = value; + await this.plugin.saveSettings(); + for (const view of this.plugin.getAllViews()) { + view.updateLayoutForPosition(); + } + }); + }); + const maxTabsSetting = new import_obsidian49.Setting(container).setName(t10("settings.maxTabs.name")).setDesc(t10("settings.maxTabs.desc")); + const maxTabsWarningEl = container.createDiv({ + cls: "claudian-max-tabs-warning claudian-setting-validation claudian-setting-validation-warning claudian-hidden" + }); + maxTabsWarningEl.setText(t10("settings.maxTabs.warning")); + const updateMaxTabsWarning = (value) => { + maxTabsWarningEl.toggleClass("claudian-hidden", value <= 5); + }; + maxTabsSetting.addSlider((slider) => { + var _a5, _b3; + slider.setLimits(3, 10, 1).setValue((_a5 = this.plugin.settings.maxTabs) != null ? _a5 : 3).setDynamicTooltip().onChange(async (value) => { + this.plugin.settings.maxTabs = value; + await this.plugin.saveSettings(); + updateMaxTabsWarning(value); + for (const view of this.plugin.getAllViews()) { + view.refreshTabControls(); + } + }); + updateMaxTabsWarning((_b3 = this.plugin.settings.maxTabs) != null ? _b3 : 3); + }); + new import_obsidian49.Setting(container).setName(t10("settings.chatViewPlacement.name")).setDesc(t10("settings.chatViewPlacement.desc")).addDropdown((dropdown) => { + dropdown.addOption("right-sidebar", t10("settings.chatViewPlacement.rightSidebar")).addOption("left-sidebar", t10("settings.chatViewPlacement.leftSidebar")).addOption("main-tab", t10("settings.chatViewPlacement.mainTab")).setValue(this.plugin.settings.chatViewPlacement).onChange(async (value) => { + this.plugin.settings.chatViewPlacement = value; + await this.plugin.saveSettings(); + }); + }); + new import_obsidian49.Setting(container).setName(t10("settings.enableAutoScroll.name")).setDesc(t10("settings.enableAutoScroll.desc")).addToggle( + (toggle) => { + var _a5; + return toggle.setValue((_a5 = this.plugin.settings.enableAutoScroll) != null ? _a5 : true).onChange(async (value) => { + this.plugin.settings.enableAutoScroll = value; + await this.plugin.saveSettings(); + }); + } + ); + new import_obsidian49.Setting(container).setName(t10("settings.deferMathRenderingDuringStreaming.name")).setDesc(t10("settings.deferMathRenderingDuringStreaming.desc")).addToggle( + (toggle) => { + var _a5; + return toggle.setValue((_a5 = this.plugin.settings.deferMathRenderingDuringStreaming) != null ? _a5 : true).onChange(async (value) => { + this.plugin.settings.deferMathRenderingDuringStreaming = value; + await this.plugin.saveSettings(); + }); + } + ); + new import_obsidian49.Setting(container).setName(t10("settings.conversations")).setHeading(); + new import_obsidian49.Setting(container).setName(t10("settings.autoTitle.name")).setDesc(t10("settings.autoTitle.desc")).addToggle( + (toggle) => toggle.setValue(this.plugin.settings.enableAutoTitleGeneration).onChange(async (value) => { + this.plugin.settings.enableAutoTitleGeneration = value; + await this.plugin.saveSettings(); + this.display(); + }) + ); + if (this.plugin.settings.enableAutoTitleGeneration) { + new import_obsidian49.Setting(container).setName(t10("settings.titleModel.name")).setDesc(t10("settings.titleModel.desc")).addDropdown((dropdown) => { + dropdown.addOption("", t10("settings.titleModel.auto")); + const settingsBag = this.plugin.settings; + const seenValues = /* @__PURE__ */ new Set(); + for (const providerId of ProviderRegistry.getRegisteredProviderIds()) { + const uiConfig = ProviderRegistry.getChatUIConfig(providerId); + for (const model of uiConfig.getModelOptions(settingsBag)) { + if (!seenValues.has(model.value)) { + seenValues.add(model.value); + dropdown.addOption(model.value, model.label); + } + } + } + dropdown.setValue(this.plugin.settings.titleGenerationModel || "").onChange(async (value) => { + this.plugin.settings.titleGenerationModel = value; + await this.plugin.saveSettings(); + }); + }); + } + new import_obsidian49.Setting(container).setName(t10("settings.content")).setHeading(); + new import_obsidian49.Setting(container).setName(t10("settings.userName.name")).setDesc(t10("settings.userName.desc")).addText((text) => { + text.setPlaceholder(t10("settings.userName.name")).setValue(this.plugin.settings.userName).onChange(async (value) => { + this.plugin.settings.userName = value; + await this.plugin.saveSettings(); + }); + text.inputEl.addEventListener("blur", () => { + void this.restartServiceForPromptChange(); + }); + }); + new import_obsidian49.Setting(container).setName(t10("settings.systemPrompt.name")).setDesc(t10("settings.systemPrompt.desc")).addTextArea((text) => { + text.setPlaceholder(t10("settings.systemPrompt.name")).setValue(this.plugin.settings.systemPrompt).onChange(async (value) => { + this.plugin.settings.systemPrompt = value; + await this.plugin.saveSettings(); + }); + text.inputEl.rows = 6; + text.inputEl.cols = 50; + text.inputEl.addEventListener("blur", () => { + void this.restartServiceForPromptChange(); + }); + }); + new import_obsidian49.Setting(container).setName(t10("settings.excludedTags.name")).setDesc(t10("settings.excludedTags.desc")).addTextArea((text) => { + text.setPlaceholder("System\nprivate\ndraft").setValue(this.plugin.settings.excludedTags.join("\n")).onChange(async (value) => { + this.plugin.settings.excludedTags = value.split(/\r?\n/).map((entry) => entry.trim().replace(/^#/, "")).filter((entry) => entry.length > 0); + await this.plugin.saveSettings(); + }); + text.inputEl.rows = 4; + text.inputEl.cols = 30; + }); + new import_obsidian49.Setting(container).setName(t10("settings.mediaFolder.name")).setDesc(t10("settings.mediaFolder.desc")).addText((text) => { + text.setPlaceholder("Attachments").setValue(this.plugin.settings.mediaFolder).onChange(async (value) => { + this.plugin.settings.mediaFolder = value.trim(); + await this.plugin.saveSettings(); + }); + text.inputEl.addClass("claudian-settings-media-input"); + text.inputEl.addEventListener("blur", () => { + void this.restartServiceForPromptChange(); + }); + }); + new import_obsidian49.Setting(container).setName(t10("settings.input")).setHeading(); + new import_obsidian49.Setting(container).setName(t10("settings.requireCommandOrControlEnterToSend.name")).setDesc(t10("settings.requireCommandOrControlEnterToSend.desc")).addToggle((toggle) => { + var _a5; + toggle.setValue((_a5 = this.plugin.settings.requireCommandOrControlEnterToSend) != null ? _a5 : false).onChange(async (value) => { + this.plugin.settings.requireCommandOrControlEnterToSend = value; + await this.plugin.saveSettings(); + }); + }); + new import_obsidian49.Setting(container).setName(t10("settings.navMappings.name")).setDesc(t10("settings.navMappings.desc")).addTextArea((text) => { + let pendingValue = buildNavMappingText(this.plugin.settings.keyboardNavigation); + let saveTimeout = null; + const commitValue = async (showError) => { + if (saveTimeout !== null) { + window.clearTimeout(saveTimeout); + saveTimeout = null; + } + const result = parseNavMappings(pendingValue); + if (!result.settings) { + if (showError) { + new import_obsidian49.Notice(`${t10("common.error")}: ${result.error}`); + pendingValue = buildNavMappingText(this.plugin.settings.keyboardNavigation); + text.setValue(pendingValue); + } + return; + } + this.plugin.settings.keyboardNavigation.scrollUpKey = result.settings.scrollUp; + this.plugin.settings.keyboardNavigation.scrollDownKey = result.settings.scrollDown; + this.plugin.settings.keyboardNavigation.focusInputKey = result.settings.focusInput; + await this.plugin.saveSettings(); + pendingValue = buildNavMappingText(this.plugin.settings.keyboardNavigation); + text.setValue(pendingValue); + }; + const scheduleSave = () => { + if (saveTimeout !== null) { + window.clearTimeout(saveTimeout); + } + saveTimeout = window.setTimeout(() => { + void commitValue(false); + }, 500); + }; + text.setPlaceholder("Map w scrollup\nmap s scrolldown\nmap i focusinput").setValue(pendingValue).onChange((value) => { + pendingValue = value; + scheduleSave(); + }); + text.inputEl.rows = 3; + text.inputEl.addEventListener("blur", () => { + void commitValue(true); + }); + }); + new import_obsidian49.Setting(container).setName(t10("settings.hotkeys")).setHeading(); + const hotkeyGrid = container.createDiv({ cls: "claudian-hotkey-grid" }); + addHotkeySettingRow(hotkeyGrid, this.app, "claudian:inline-edit", "settings.inlineEditHotkey"); + addHotkeySettingRow(hotkeyGrid, this.app, "claudian:open-view", "settings.openChatHotkey"); + addHotkeySettingRow(hotkeyGrid, this.app, "claudian:new-session", "settings.newSessionHotkey"); + addHotkeySettingRow(hotkeyGrid, this.app, "claudian:new-tab", "settings.newTabHotkey"); + addHotkeySettingRow(hotkeyGrid, this.app, "claudian:close-current-tab", "settings.closeTabHotkey"); + renderEnvironmentSettingsSection({ + container, + plugin: this.plugin, + scope: "shared", + heading: t10("settings.environment"), + name: "Shared environment", + desc: "Provider-neutral runtime variables shared across all providers. Use this for PATH, proxy, cert, and temp variables.", + placeholder: "PATH=/opt/homebrew/bin:/usr/local/bin\nHTTPS_PROXY=http://proxy.example.com:8080\nSSL_CERT_FILE=/path/to/cert.pem", + renderCustomContextLimits: (target) => this.renderCustomContextLimits(target) + }); + } + renderHiddenProviderCommandSetting(container, providerId, copy) { + new import_obsidian49.Setting(container).setName(copy.name).setDesc(copy.desc).addTextArea((text) => { + text.setPlaceholder(copy.placeholder).setValue(getHiddenProviderCommands(this.plugin.settings, providerId).join("\n")).onChange(async (value) => { + var _a5; + this.plugin.settings.hiddenProviderCommands = { + ...this.plugin.settings.hiddenProviderCommands, + [providerId]: normalizeHiddenCommandList(value.split(/\r?\n/)) + }; + await this.plugin.saveSettings(); + (_a5 = this.plugin.getView()) == null ? void 0 : _a5.updateHiddenProviderCommands(); + }); + text.inputEl.rows = 4; + text.inputEl.cols = 30; + }); + } + renderCustomContextLimits(container, providerId) { + var _a5, _b3, _c2; + container.empty(); + const uniqueModelIds = /* @__PURE__ */ new Set(); + const providerIds = providerId ? [providerId] : ProviderRegistry.getRegisteredProviderIds(); + for (const targetProviderId of providerIds) { + const envVars = parseEnvironmentVariables( + this.plugin.getActiveEnvironmentVariables(targetProviderId) + ); + for (const modelId of ProviderRegistry.getChatUIConfig(targetProviderId).getCustomModelIds(envVars)) { + uniqueModelIds.add(modelId); + } + } + if (uniqueModelIds.size === 0) { + return; + } + const headerEl = container.createDiv({ cls: "claudian-context-limits-header" }); + headerEl.createSpan({ + text: t10("settings.customModelOverrides.name"), + cls: "claudian-context-limits-label" + }); + const descEl = container.createDiv({ cls: "claudian-context-limits-desc" }); + descEl.setText(t10("settings.customModelOverrides.desc")); + const listEl = container.createDiv({ cls: "claudian-context-limits-list" }); + for (const modelId of uniqueModelIds) { + const currentValue = (_a5 = this.plugin.settings.customContextLimits) == null ? void 0 : _a5[modelId]; + const currentAlias = (_c2 = (_b3 = this.plugin.settings.customModelAliases) == null ? void 0 : _b3[modelId]) != null ? _c2 : ""; + const itemEl = listEl.createDiv({ cls: "claudian-context-limits-item" }); + const nameEl = itemEl.createDiv({ cls: "claudian-context-limits-model" }); + nameEl.setText(modelId); + const inputWrapper = itemEl.createDiv({ cls: "claudian-context-limits-input-wrapper" }); + const aliasInputEl = inputWrapper.createEl("input", { + type: "text", + placeholder: t10("settings.customModelAliases.placeholder"), + cls: "claudian-context-alias-input", + value: currentAlias + }); + aliasInputEl.setAttribute("aria-label", `Alias for ${modelId}`); + aliasInputEl.title = "Custom label shown in the model selector. Leave empty to use the default."; + const inputEl = inputWrapper.createEl("input", { + type: "text", + placeholder: "200k", + cls: "claudian-context-limits-input", + value: currentValue ? formatContextLimit(currentValue) : "" + }); + inputEl.setAttribute("aria-label", `Context window for ${modelId}`); + const validationEl = inputWrapper.createDiv({ cls: "claudian-context-limit-validation claudian-hidden" }); + const saveAlias = async () => { + var _a6; + if (!this.plugin.settings.customModelAliases) { + this.plugin.settings.customModelAliases = {}; + } + const existing = (_a6 = this.plugin.settings.customModelAliases[modelId]) != null ? _a6 : ""; + const trimmed = aliasInputEl.value.trim(); + if (trimmed === existing) { + aliasInputEl.value = existing; + return; + } + if (trimmed) { + this.plugin.settings.customModelAliases[modelId] = trimmed; + } else { + delete this.plugin.settings.customModelAliases[modelId]; + } + await this.plugin.saveSettings(); + for (const view of this.plugin.getAllViews()) { + view.refreshModelSelector(); + } + }; + const saveContextLimit = async () => { + const trimmed = inputEl.value.trim(); + if (!this.plugin.settings.customContextLimits) { + this.plugin.settings.customContextLimits = {}; + } + if (!trimmed) { + delete this.plugin.settings.customContextLimits[modelId]; + validationEl.toggleClass("claudian-hidden", true); + inputEl.classList.remove("claudian-input-error"); + } else { + const parsed = parseContextLimit(trimmed); + if (parsed === null) { + validationEl.setText(t10("settings.customContextLimits.invalid")); + validationEl.toggleClass("claudian-hidden", false); + inputEl.classList.add("claudian-input-error"); + return; + } + this.plugin.settings.customContextLimits[modelId] = parsed; + validationEl.toggleClass("claudian-hidden", true); + inputEl.classList.remove("claudian-input-error"); + } + await this.plugin.saveSettings(); + }; + inputEl.addEventListener("input", () => { + void saveContextLimit(); + }); + aliasInputEl.addEventListener("blur", () => { + void saveAlias(); + }); + aliasInputEl.addEventListener("keydown", (event) => { + var _a6, _b4; + if (event.key === "Enter") { + event.preventDefault(); + aliasInputEl.blur(); + } else if (event.key === "Escape") { + event.preventDefault(); + aliasInputEl.value = (_b4 = (_a6 = this.plugin.settings.customModelAliases) == null ? void 0 : _a6[modelId]) != null ? _b4 : ""; + aliasInputEl.blur(); + } + }); + } + } + async restartServiceForPromptChange() { + const view = this.plugin.getView(); + const tabManager = view == null ? void 0 : view.getTabManager(); + if (!tabManager) return; + try { + await tabManager.broadcastToAllTabs( + async (service) => { + await service.ensureReady({ force: true }); + } + ); + } catch (e2) { + } + } +}; + +// src/main.ts +init_path(); +patchSetMaxListenersForElectron(); +function isClaudianView(value) { + return !!value && typeof value === "object" && typeof value.getTabManager === "function"; +} +var ClaudianPlugin = class extends import_obsidian50.Plugin { + constructor() { + super(...arguments); + this.conversations = []; + this.lastKnownTabManagerState = null; + } + async onload() { + await this.loadSettings(); + await ProviderWorkspaceRegistry.initializeAll(this); + this.registerView( + VIEW_TYPE_CLAUDIAN, + (leaf) => new ClaudianView(leaf, this) + ); + this.addRibbonIcon("bot", "Open Claudian", () => { + void this.activateView(); + }); + this.addCommand({ + id: "open-view", + name: "Open chat view", + callback: () => { + void this.activateView(); + } + }); + this.addCommand({ + id: "inline-edit", + name: "Inline edit", + editorCallback: async (editor, ctx) => { + var _a5; + const view = ctx instanceof import_obsidian50.MarkdownView ? ctx : this.app.workspace.getActiveViewOfType(import_obsidian50.MarkdownView); + if (!view) { + new import_obsidian50.Notice("Inline edit unavailable: could not access the active Markdown view."); + return; + } + const selectedText = editor.getSelection(); + const notePath = ((_a5 = view.file) == null ? void 0 : _a5.path) || "unknown"; + let editContext; + if (selectedText.trim()) { + editContext = { mode: "selection", selectedText }; + } else { + const cursor = editor.getCursor(); + const cursorContext = buildCursorContext( + (line) => editor.getLine(line), + editor.lineCount(), + cursor.line, + cursor.ch + ); + editContext = { mode: "cursor", cursorContext }; + } + const modal = new InlineEditModal( + this.app, + this, + editor, + view, + editContext, + notePath, + () => { + var _a6, _b3, _c2, _d; + return (_d = (_c2 = (_b3 = (_a6 = this.getView()) == null ? void 0 : _a6.getActiveTab()) == null ? void 0 : _b3.ui.externalContextSelector) == null ? void 0 : _c2.getExternalContexts()) != null ? _d : []; + } + ); + const result = await modal.openAndWait(); + if (result.decision === "accept" && result.editedText !== void 0) { + new import_obsidian50.Notice(editContext.mode === "cursor" ? "Inserted" : "Edit applied"); + } + } + }); + this.addCommand({ + id: "new-tab", + name: "New tab", + checkCallback: (checking) => { + if (!this.canCreateNewTab()) return false; + if (!checking) { + void this.openNewTab(); + } + return true; + } + }); + this.addCommand({ + id: "new-session", + name: "New session (in current tab)", + checkCallback: (checking) => { + const view = this.getView(); + if (!view) return false; + const tabManager = view.getTabManager(); + if (!tabManager) return false; + const activeTab = tabManager.getActiveTab(); + if (!activeTab) return false; + if (activeTab.state.isStreaming) return false; + if (!checking) { + void tabManager.createNewConversation(); + } + return true; + } + }); + this.addCommand({ + id: "close-current-tab", + name: "Close current tab", + checkCallback: (checking) => { + const view = this.getView(); + if (!view) return false; + const tabManager = view.getTabManager(); + if (!tabManager) return false; + if (!checking) { + const activeTabId = tabManager.getActiveTabId(); + if (activeTabId) { + void tabManager.closeTab(activeTabId); + } + } + return true; + } + }); + this.addSettingTab(new ClaudianSettingTab(this.app, this)); + } + onunload() { + void this.persistOpenTabStates(); + } + async persistOpenTabStates() { + for (const view of this.getAllViews()) { + const tabManager = view.getTabManager(); + if (tabManager) { + const state = tabManager.getPersistedState(); + await this.persistTabManagerState(state); + } + } + } + async activateView() { + const { workspace } = this.app; + let leaf = workspace.getLeavesOfType(VIEW_TYPE_CLAUDIAN)[0]; + if (!leaf) { + const newLeaf = this.getLeafForPlacement(this.settings.chatViewPlacement); + if (newLeaf) { + await newLeaf.setViewState({ + type: VIEW_TYPE_CLAUDIAN, + active: true + }); + leaf = newLeaf; + } + } + if (leaf) { + await revealWorkspaceLeaf(workspace, leaf); + } + } + getLeafForPlacement(placement) { + const { workspace } = this.app; + switch (placement) { + case "main-tab": + return workspace.getLeaf("tab"); + case "left-sidebar": + return workspace.getLeftLeaf(false); + case "right-sidebar": + return workspace.getRightLeaf(false); + } + } + canCreateNewTab() { + const hasClaudianLeaf = this.app.workspace.getLeavesOfType(VIEW_TYPE_CLAUDIAN).length > 0; + const view = this.getView(); + const tabManager = view == null ? void 0 : view.getTabManager(); + if (tabManager) { + return tabManager.canCreateTab(); + } + if (hasClaudianLeaf) { + return false; + } + return this.getLastKnownOpenTabCount() < this.getMaxTabsLimit(); + } + async ensureViewOpen() { + const existingView = this.getView(); + if (existingView) { + return existingView; + } + await this.activateView(); + return this.getView(); + } + async openNewTab() { + const existingView = this.getView(); + if (existingView) { + await existingView.createNewTab(); + return; + } + const restoredTabCount = this.getLastKnownOpenTabCount(); + const view = await this.ensureViewOpen(); + if (!view) { + return; + } + if (restoredTabCount === 0) { + return; + } + await view.createNewTab(); + } + async loadSettings() { + var _a5; + this.storage = new SharedStorageService(this); + const { claudian } = await this.storage.initialize(); + this.lastKnownTabManagerState = await this.storage.getTabManagerState(); + this.settings = { + ...DEFAULT_CLAUDIAN_SETTINGS, + ...claudian + }; + if (this.settings.permissionMode === "plan") { + this.settings.permissionMode = "normal"; + } + if (this.settings.savedProviderPermissionMode && typeof this.settings.savedProviderPermissionMode === "object" && !Array.isArray(this.settings.savedProviderPermissionMode)) { + for (const [providerId, mode] of Object.entries(this.settings.savedProviderPermissionMode)) { + if (mode === "plan") { + this.settings.savedProviderPermissionMode[providerId] = "normal"; + } + } + } + const opencodeConfig = (_a5 = this.settings.providerConfigs) == null ? void 0 : _a5.opencode; + if (opencodeConfig && typeof opencodeConfig === "object" && !Array.isArray(opencodeConfig) && opencodeConfig.selectedMode === OPENCODE_PLAN_MODE_ID) { + opencodeConfig.selectedMode = OPENCODE_SAFE_MODE_ID; + } + const didNormalizeProviderSelection = ProviderSettingsCoordinator.normalizeProviderSelection( + this.settings + ); + const didNormalizeModelVariants = this.normalizeModelVariantSettings(); + const allMetadata = await this.storage.sessions.listMetadata(); + this.conversations = allMetadata.map((meta3) => { + var _a6; + const resumeSessionId = meta3.sessionId !== void 0 ? meta3.sessionId : meta3.id; + return { + id: meta3.id, + providerId: (_a6 = meta3.providerId) != null ? _a6 : DEFAULT_CHAT_PROVIDER_ID, + title: meta3.title, + createdAt: meta3.createdAt, + updatedAt: meta3.updatedAt, + lastResponseAt: meta3.lastResponseAt, + sessionId: resumeSessionId, + providerState: meta3.providerState, + messages: [], + currentNote: meta3.currentNote, + externalContextPaths: meta3.externalContextPaths, + enabledMcpServers: meta3.enabledMcpServers, + usage: meta3.usage, + titleGenerationStatus: meta3.titleGenerationStatus, + resumeAtMessageId: meta3.resumeAtMessageId + }; + }).sort( + (a, b2) => { + var _a6, _b3; + return ((_a6 = b2.lastResponseAt) != null ? _a6 : b2.updatedAt) - ((_b3 = a.lastResponseAt) != null ? _b3 : a.updatedAt); + } + ); + setLocale(this.settings.locale); + const backfilledConversations = this.backfillConversationResponseTimestamps(); + const { changed, invalidatedConversations } = this.reconcileModelWithEnvironment(); + ProviderSettingsCoordinator.projectActiveProviderState( + this.settings + ); + if (changed || didNormalizeModelVariants || didNormalizeProviderSelection) { + await this.saveSettings(); + } + const conversationsToSave = /* @__PURE__ */ new Set([...backfilledConversations, ...invalidatedConversations]); + for (const conv of conversationsToSave) { + await this.storage.sessions.saveMetadata( + this.storage.sessions.toSessionMetadata(conv) + ); + } + } + backfillConversationResponseTimestamps() { + const updated = []; + for (const conv of this.conversations) { + if (conv.lastResponseAt != null) continue; + if (!conv.messages || conv.messages.length === 0) continue; + for (let i = conv.messages.length - 1; i >= 0; i--) { + const msg = conv.messages[i]; + if (msg.role === "assistant") { + conv.lastResponseAt = msg.timestamp; + updated.push(conv); + break; + } + } + } + return updated; + } + normalizeModelVariantSettings() { + return ProviderSettingsCoordinator.normalizeAllModelVariants( + this.settings + ); + } + async saveSettings() { + ProviderSettingsCoordinator.normalizeProviderSelection( + this.settings + ); + ProviderSettingsCoordinator.persistProjectedProviderState( + this.settings + ); + await this.storage.saveClaudianSettings(this.settings); + } + /** Updates and persists environment variables, restarting processes to apply changes. */ + async applyEnvironmentVariables(scope, envText) { + await this.applyEnvironmentVariablesBatch([{ scope, envText }]); + } + async applyEnvironmentVariablesBatch(updates) { + var _a5; + const settingsBag = this.settings; + const nextEnvironmentByScope = /* @__PURE__ */ new Map(); + for (const update of updates) { + nextEnvironmentByScope.set(update.scope, update.envText); + } + const changedScopes = []; + for (const [scope, envText] of nextEnvironmentByScope) { + const currentValue = getEnvironmentVariablesForScope(settingsBag, scope); + if (currentValue !== envText) { + changedScopes.push(scope); + } + setEnvironmentVariablesForScope(settingsBag, scope, envText); + } + if (changedScopes.length === 0) { + await this.saveSettings(); + return; + } + const affectedProviderIds = this.getAffectedEnvironmentProviders(changedScopes); + ProviderSettingsCoordinator.handleEnvironmentChange(settingsBag, affectedProviderIds); + const { changed, invalidatedConversations } = this.reconcileModelWithEnvironment(affectedProviderIds); + await this.saveSettings(); + if (invalidatedConversations.length > 0) { + for (const conv of invalidatedConversations) { + await this.storage.sessions.saveMetadata( + this.storage.sessions.toSessionMetadata(conv) + ); + } + } + const view = this.getView(); + const tabManager = view == null ? void 0 : view.getTabManager(); + if (tabManager) { + const affectedTabs = tabManager.getAllTabs().filter((tab) => { + var _a6; + return affectedProviderIds.includes((_a6 = tab.providerId) != null ? _a6 : DEFAULT_CHAT_PROVIDER_ID); + }); + const syncTabRuntimeState = (tab) => { + var _a6, _b3, _c2, _d, _e2; + if (!tab.service || !tab.serviceInitialized) { + return; + } + const conversation = tab.conversationId ? this.getConversationSync(tab.conversationId) : null; + const hasConversationContext = ((_a6 = conversation == null ? void 0 : conversation.messages.length) != null ? _a6 : 0) > 0; + const externalContextPaths = (_e2 = (_b3 = tab.ui.externalContextSelector) == null ? void 0 : _b3.getExternalContexts()) != null ? _e2 : hasConversationContext ? (_c2 = conversation == null ? void 0 : conversation.externalContextPaths) != null ? _c2 : [] : (_d = this.settings.persistentExternalContextPaths) != null ? _d : []; + tab.service.syncConversationState(conversation, externalContextPaths); + }; + for (const tab of affectedTabs) { + if (tab.state.isStreaming) { + (_a5 = tab.controllers.inputController) == null ? void 0 : _a5.cancelStreaming(); + } + } + let failedTabs = 0; + if (changed) { + for (const tab of affectedTabs) { + if (!tab.service || !tab.serviceInitialized) { + continue; + } + try { + syncTabRuntimeState(tab); + tab.service.resetSession(); + await tab.service.ensureReady(); + } catch (e2) { + failedTabs++; + } + } + } else { + for (const tab of affectedTabs) { + if (!tab.service || !tab.serviceInitialized) { + continue; + } + try { + syncTabRuntimeState(tab); + await tab.service.ensureReady({ force: true }); + } catch (e2) { + failedTabs++; + } + } + } + if (failedTabs > 0) { + new import_obsidian50.Notice(`Environment changes applied, but ${failedTabs} affected tab(s) failed to restart.`); + } + } + for (const openView of this.getAllViews()) { + openView.invalidateProviderCommandCaches(affectedProviderIds); + openView.refreshModelSelector(); + } + const noticeText = changed ? "Environment variables applied. Sessions will be rebuilt on next message." : "Environment variables applied."; + new import_obsidian50.Notice(noticeText); + } + /** Returns the runtime environment variables (fixed at plugin load). */ + getActiveEnvironmentVariables(providerId = ProviderRegistry.resolveSettingsProviderId( + this.settings + )) { + return getRuntimeEnvironmentText( + this.settings, + providerId + ); + } + getEnvironmentVariablesForScope(scope) { + return getEnvironmentVariablesForScope( + this.settings, + scope + ); + } + getResolvedProviderCliPath(providerId) { + const cliResolver = ProviderWorkspaceRegistry.getCliResolver(providerId); + if (!cliResolver) { + return null; + } + return cliResolver.resolveFromSettings(this.settings); + } + reconcileModelWithEnvironment(providerIds = ProviderRegistry.getRegisteredProviderIds()) { + return ProviderSettingsCoordinator.reconcileProviders( + this.settings, + this.conversations, + providerIds + ); + } + getAffectedEnvironmentProviders(scopes) { + const registeredProviderIds = new Set(ProviderRegistry.getRegisteredProviderIds()); + const affectedProviderIds = /* @__PURE__ */ new Set(); + for (const scope of scopes) { + if (scope === "shared") { + for (const providerId2 of registeredProviderIds) { + affectedProviderIds.add(providerId2); + } + continue; + } + const providerId = scope.slice("provider:".length); + if (registeredProviderIds.has(providerId)) { + affectedProviderIds.add(providerId); + } + } + return Array.from(affectedProviderIds); + } + generateConversationId() { + return `conv-${Date.now()}-${Math.random().toString(36).substring(2, 11)}`; + } + generateDefaultTitle() { + const now = /* @__PURE__ */ new Date(); + return now.toLocaleString(void 0, { + month: "short", + day: "numeric", + hour: "2-digit", + minute: "2-digit" + }); + } + getConversationPreview(conv) { + const firstUserMsg = conv.messages.find((m4) => m4.role === "user"); + if (!firstUserMsg) { + return "New conversation"; + } + return firstUserMsg.content.substring(0, 50) + (firstUserMsg.content.length > 50 ? "..." : ""); + } + async loadSdkMessagesForConversation(conversation) { + await ProviderRegistry.getConversationHistoryService(conversation.providerId).hydrateConversationHistory(conversation, getVaultPath(this.app)); + } + async createConversation(options) { + var _a5; + const providerId = (_a5 = options == null ? void 0 : options.providerId) != null ? _a5 : DEFAULT_CHAT_PROVIDER_ID; + const sessionId = options == null ? void 0 : options.sessionId; + const conversationId = sessionId != null ? sessionId : this.generateConversationId(); + const conversation = { + id: conversationId, + providerId, + title: this.generateDefaultTitle(), + createdAt: Date.now(), + updatedAt: Date.now(), + sessionId: sessionId != null ? sessionId : null, + messages: [] + }; + this.conversations.unshift(conversation); + await this.storage.sessions.saveMetadata( + this.storage.sessions.toSessionMetadata(conversation) + ); + return conversation; + } + async switchConversation(id) { + const conversation = this.conversations.find((c) => c.id === id); + if (!conversation) return null; + await this.loadSdkMessagesForConversation(conversation); + return conversation; + } + async deleteConversation(id) { + var _a5, _b3; + const index = this.conversations.findIndex((c) => c.id === id); + if (index === -1) return; + const conversation = this.conversations[index]; + this.conversations.splice(index, 1); + await ProviderRegistry.getConversationHistoryService(conversation.providerId).deleteConversationSession(conversation, getVaultPath(this.app)); + await this.storage.sessions.deleteMetadata(id); + for (const view of this.getAllViews()) { + const tabManager = view.getTabManager(); + if (!tabManager) continue; + for (const tab of tabManager.getAllTabs()) { + if (tab.conversationId === id) { + (_a5 = tab.controllers.inputController) == null ? void 0 : _a5.cancelStreaming(); + await ((_b3 = tab.controllers.conversationController) == null ? void 0 : _b3.createNew({ force: true })); + } + } + } + } + async renameConversation(id, title) { + const conversation = this.conversations.find((c) => c.id === id); + if (!conversation) return; + conversation.title = title.trim() || this.generateDefaultTitle(); + conversation.updatedAt = Date.now(); + await this.storage.sessions.saveMetadata( + this.storage.sessions.toSessionMetadata(conversation) + ); + } + async updateConversation(id, updates) { + const conversation = this.conversations.find((c) => c.id === id); + if (!conversation) return; + const safeUpdates = { ...updates }; + delete safeUpdates.providerId; + Object.assign(conversation, safeUpdates, { updatedAt: Date.now() }); + await this.storage.sessions.saveMetadata( + this.storage.sessions.toSessionMetadata(conversation) + ); + if (!ProviderRegistry.getConversationHistoryService(conversation.providerId).isPendingForkConversation(conversation)) { + for (const msg of conversation.messages) { + if (msg.images) { + for (const img of msg.images) { + img.data = ""; + } + } + } + } + } + async getConversationById(id) { + const conversation = this.conversations.find((c) => c.id === id) || null; + if (conversation) { + await this.loadSdkMessagesForConversation(conversation); + } + return conversation; + } + getConversationSync(id) { + return this.conversations.find((c) => c.id === id) || null; + } + findEmptyConversation() { + return this.conversations.find((c) => c.messages.length === 0) || null; + } + getConversationList() { + return this.conversations.map((c) => ({ + id: c.id, + providerId: c.providerId, + title: c.title, + createdAt: c.createdAt, + updatedAt: c.updatedAt, + lastResponseAt: c.lastResponseAt, + messageCount: c.messages.length, + preview: this.getConversationPreview(c), + titleGenerationStatus: c.titleGenerationStatus + })); + } + async persistTabManagerState(state) { + this.lastKnownTabManagerState = state; + await this.storage.setTabManagerState(state); + } + getView() { + var _a5; + const leaves = this.app.workspace.getLeavesOfType(VIEW_TYPE_CLAUDIAN); + return (_a5 = leaves.map((leaf) => leaf.view).find(isClaudianView)) != null ? _a5 : null; + } + getAllViews() { + const leaves = this.app.workspace.getLeavesOfType(VIEW_TYPE_CLAUDIAN); + return leaves.map((leaf) => leaf.view).filter(isClaudianView); + } + findConversationAcrossViews(conversationId) { + for (const view of this.getAllViews()) { + const tabManager = view.getTabManager(); + if (!tabManager) continue; + const tabs = tabManager.getAllTabs(); + for (const tab of tabs) { + if (tab.conversationId === conversationId) { + return { view, tabId: tab.id }; + } + } + } + return null; + } + getLastKnownOpenTabCount() { + var _a5, _b3; + return (_b3 = (_a5 = this.lastKnownTabManagerState) == null ? void 0 : _a5.openTabs.length) != null ? _b3 : 0; + } + getMaxTabsLimit() { + var _a5; + const maxTabs = (_a5 = this.settings.maxTabs) != null ? _a5 : 3; + return Math.max(3, Math.min(10, maxTabs)); + } +}; +/*! Bundled license information: + +smol-toml/dist/error.js: +smol-toml/dist/util.js: +smol-toml/dist/date.js: +smol-toml/dist/primitive.js: +smol-toml/dist/extract.js: +smol-toml/dist/struct.js: +smol-toml/dist/parse.js: +smol-toml/dist/stringify.js: +smol-toml/dist/index.js: + (*! + * Copyright (c) Squirrel Chat et al., All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the copyright holder nor the names of its contributors + * may be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + *) +*/ + +/* nosourcemap */ \ No newline at end of file diff --git a/PaperBell/.obsidian/plugins/realclaudian/manifest.json b/PaperBell/.obsidian/plugins/realclaudian/manifest.json new file mode 100644 index 00000000..ba39429b --- /dev/null +++ b/PaperBell/.obsidian/plugins/realclaudian/manifest.json @@ -0,0 +1,10 @@ +{ + "id": "realclaudian", + "name": "Claudian", + "version": "2.0.21", + "minAppVersion": "1.7.2", + "description": "Embeds Claude Code, Codex, and other coding agents as AI collaborators in your vault. Your vault becomes their working directory, giving them capabilities for file reads and writes, search, bash commands, and multi-step workflows.", + "author": "Yishen Tu", + "authorUrl": "https://github.com/YishenTu", + "isDesktopOnly": true +} diff --git a/PaperBell/.obsidian/plugins/realclaudian/styles.css b/PaperBell/.obsidian/plugins/realclaudian/styles.css new file mode 100644 index 00000000..60808c44 --- /dev/null +++ b/PaperBell/.obsidian/plugins/realclaudian/styles.css @@ -0,0 +1,6272 @@ +/* Claudian Plugin Styles */ +/* Built from src/style/ modules */ + + +/* ============================================ + base/variables.css + ============================================ */ +/* Brand & semantic color tokens */ +.claudian-container { + --claudian-brand: #D97757; + --claudian-brand-rgb: 217, 119, 87; + --claudian-brand-claude: #D97757; + --claudian-brand-claude-rgb: 217, 119, 87; + --claudian-brand-codex: #d0d0d0; + --claudian-brand-codex-rgb: 208, 208, 208; + --claudian-brand-opencode: #B8B8B8; + --claudian-brand-opencode-rgb: 184, 184, 184; + --claudian-brand-pi: #ffffff; + --claudian-brand-pi-rgb: 255, 255, 255; + --claudian-error: #dc3545; + --claudian-error-rgb: 220, 53, 69; + --claudian-compact: #5bc0de; +} + +body.theme-light .claudian-container { + --claudian-brand-codex: #000000; + --claudian-brand-codex-rgb: 0, 0, 0; + --claudian-brand-opencode: #707070; + --claudian-brand-opencode-rgb: 112, 112, 112; + --claudian-brand-pi: #000000; + --claudian-brand-pi-rgb: 0, 0, 0; +} + +/* Active-provider alias for single-provider surfaces. */ +.claudian-container[data-provider="claude"] { + --claudian-brand: var(--claudian-brand-claude); + --claudian-brand-rgb: var(--claudian-brand-claude-rgb); +} + +.claudian-container[data-provider="codex"] { + --claudian-brand: var(--claudian-brand-codex); + --claudian-brand-rgb: var(--claudian-brand-codex-rgb); +} + +.claudian-container[data-provider="opencode"] { + --claudian-brand: var(--claudian-brand-opencode); + --claudian-brand-rgb: var(--claudian-brand-opencode-rgb); +} + +.claudian-container[data-provider="pi"] { + --claudian-brand: var(--claudian-brand-pi); + --claudian-brand-rgb: var(--claudian-brand-pi-rgb); +} + + +/* ============================================ + base/container.css + ============================================ */ +.claudian-container { + display: flex; + flex-direction: column; + height: 100%; + padding: 0; + overflow: hidden; + font-family: var(--font-text); +} + +.claudian-hidden { + display: none !important; +} + +.claudian-visible-block { + display: block !important; +} + +.claudian-visible-flex { + display: flex !important; +} + +.claudian-provider-icon-variant--dark { + display: none; +} + +body.theme-dark .claudian-provider-icon-variant--light { + display: none; +} + +body.theme-dark .claudian-provider-icon-variant--dark { + display: inline; +} + + +/* ============================================ + base/animations.css + ============================================ */ +@keyframes thinking-pulse { + 0%, + 100% { + opacity: 0.5; + } + + 50% { + opacity: 1; + } +} + +@keyframes spin { + to { + transform: rotate(360deg); + } +} + +@keyframes external-context-glow { + 0%, + 100% { + filter: drop-shadow(0 0 2px rgba(var(--claudian-brand-rgb), 0.4)); + } + + 50% { + filter: drop-shadow(0 0 6px rgba(var(--claudian-brand-rgb), 0.8)); + } +} + +@keyframes mcp-glow { + 0%, + 100% { + filter: drop-shadow(0 0 2px rgba(124, 58, 237, 0.4)); + } + + 50% { + filter: drop-shadow(0 0 8px rgba(124, 58, 237, 0.9)); + } +} + +@keyframes claudian-spin { + to { + transform: rotate(360deg); + } +} + + +/* ============================================ + components/header.css + ============================================ */ +/* Header - logo, title/tabs slot, and actions */ +.claudian-header { + position: relative; + display: flex; + align-items: center; + padding: 0 12px 12px 12px; +} + +/* Title slot: contains logo + title (or tabs in header mode) */ +.claudian-title-slot { + display: flex; + align-items: center; + gap: 8px; + flex: 1; + min-width: 0; /* Allow flex item to shrink below content size */ +} + +/* Legacy class for backwards compatibility */ +.claudian-title { + display: flex; + align-items: center; + gap: 8px; + flex-shrink: 0; +} + +.claudian-title-text { + margin: 0; + font-size: 14px; + font-weight: 600; +} + +.claudian-logo { + display: flex; + align-items: center; + color: var(--claudian-brand); +} + +/* Header actions (end side - always stays at end via margin-inline-start: auto) */ +.claudian-header-actions { + display: flex; + align-items: center; + gap: 12px; + flex-shrink: 0; + margin-inline-start: auto; +} + +.claudian-header-actions-slot { + /* No margin-inline-start: auto here; it's set by the base .claudian-header-actions */ +} + +.claudian-header .claudian-tab-bar-container { + display: flex; + gap: 4px; +} + +.claudian-header-btn { + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + color: var(--text-faint); + transition: color 0.15s ease; +} + +.claudian-header-btn:hover { + color: var(--text-normal); +} + +.claudian-header-btn svg { + width: 16px; + height: 16px; +} + +.claudian-new-tab-btn svg { + width: 16.8px; + height: 16.8px; +} + +/* ============================================ + components/tabs.css + ============================================ */ +.claudian-tab-bar-container { + display: flex; + align-items: center; + gap: 4px; +} + +.claudian-tab-badges { + display: flex; + align-items: center; + gap: 4px; +} + +.claudian-tab-badge { + display: flex; + align-items: center; + justify-content: center; + width: 24px; + height: 24px; + border-radius: 4px; + border: 2px solid var(--background-modifier-border); + font-size: 12px; + font-weight: 500; + cursor: pointer; + color: var(--text-muted); + background: var(--background-primary); + transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease; +} + +.claudian-tab-badge:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-tab-badge-active { + border-color: var(--interactive-accent); + color: var(--text-normal); +} + +.claudian-tab-badge-streaming { + border-color: var(--claudian-brand, #da7756); +} + +.claudian-tab-badge-streaming[data-provider="claude"] { + border-color: var(--claudian-brand-claude, #D97757); +} + +.claudian-tab-badge-streaming[data-provider="codex"] { + border-color: var(--claudian-brand-codex, #d0d0d0); +} + +.claudian-tab-badge-streaming[data-provider="opencode"] { + border-color: var(--claudian-brand-opencode, #C8C8C8); +} + +.claudian-tab-badge-streaming[data-provider="pi"] { + border-color: var(--claudian-brand-pi, #ffffff); +} + +.claudian-tab-badge-attention { + border-color: var(--text-error); +} + +.claudian-tab-badge-idle { + border-color: var(--background-modifier-border); +} + +.claudian-tab-content-container { + display: flex; + flex-direction: column; + flex: 1; + min-height: 0; + overflow: hidden; +} + +.claudian-tab-content { + position: relative; /* For scroll-to-bottom button positioning */ + display: flex; + flex-direction: column; + flex: 1; + min-height: 0; + overflow: hidden; +} + + +/* ============================================ + components/history.css + ============================================ */ +.claudian-history-container { + position: static; +} + +/* History dropup menu (opens upward since it's at bottom of view) */ +.claudian-history-menu { + display: none; + position: absolute; + bottom: 100%; + margin-bottom: 4px; + background: var(--background-secondary); + backdrop-filter: blur(20px); + -webkit-backdrop-filter: blur(20px); + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.25); + z-index: 1000; + max-height: 400px; + overflow: hidden; + inset-inline-start: 0; + inset-inline-end: 0; +} + +.claudian-history-menu.visible { + display: block; +} + +/* Header mode: dropdown instead of dropup */ +.claudian-container--header-mode .claudian-history-menu { + bottom: auto; + top: 100%; + margin-bottom: 0; + margin-top: 4px; + box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); +} + +.claudian-history-header { + padding: 8px 12px; + font-size: 12px; + font-weight: 600; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: 1px solid var(--background-modifier-border); +} + +.claudian-history-list { + max-height: 350px; + overflow-y: auto; +} + +.claudian-history-empty { + padding: 16px; + text-align: center; + color: var(--text-muted); + font-size: 13px; +} + +.claudian-history-item { + display: flex; + align-items: center; + gap: 10px; + padding: 8px 12px; + border-bottom: 1px solid var(--background-modifier-border); + transition: background 0.15s ease; +} + +.claudian-history-item-icon { + display: flex; + align-items: center; + color: var(--text-muted); + flex-shrink: 0; +} + +.claudian-history-item-icon svg { + width: 16px; + height: 16px; +} + +.claudian-history-item:last-child { + border-bottom: none; +} + +.claudian-history-item:hover { + background: var(--background-modifier-hover); +} + +.claudian-history-item.active { + background: var(--background-secondary); + border-inline-start: 2px solid var(--interactive-accent); + padding-inline-start: 10px; +} + +.claudian-history-item.active .claudian-history-item-icon { + color: var(--interactive-accent); +} + +.claudian-history-item.active .claudian-history-item-content { + cursor: default; +} + +.claudian-history-item.active .claudian-history-item-date { + color: var(--text-faint); +} + +.claudian-history-item-content { + flex: 1; + min-width: 0; + cursor: pointer; +} + +.claudian-history-item-title { + font-size: 13px; + font-weight: 500; + color: var(--text-normal); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.claudian-history-item-date { + font-size: 11px; + color: var(--text-faint); + margin-top: 2px; +} + +.claudian-history-item-actions { + display: flex; + gap: 4px; + margin-inline-start: 8px; + opacity: 0; + transition: opacity 0.15s ease; +} + +.claudian-history-item:hover .claudian-history-item-actions { + opacity: 1; +} + +.claudian-action-btn { + background: transparent; + border: none; + cursor: pointer; + padding: 4px; + border-radius: 4px; + color: var(--text-muted); + transition: background 0.15s ease, color 0.15s ease; +} + +.claudian-action-btn:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-action-btn svg { + width: 14px; + height: 14px; +} + +.claudian-delete-btn:hover { + color: var(--color-red); +} + +.claudian-rename-input { + width: 100%; + padding: 2px 4px; + font-size: 13px; + font-weight: 500; + border: 1px solid var(--interactive-accent); + border-radius: 4px; + background: var(--background-primary); + color: var(--text-normal); +} + +.claudian-rename-input:focus { + outline: none; + box-shadow: 0 0 0 2px var(--interactive-accent-hover); +} + +/* Loading indicator for title generation */ +.claudian-action-loading { + display: flex; + align-items: center; + justify-content: center; + animation: spin 1s linear infinite; + opacity: 0.6; + cursor: default; +} + + +/* ============================================ + components/messages.css + ============================================ */ +/* Messages wrapper (for scroll-to-bottom button positioning) */ +.claudian-messages-wrapper { + position: relative; + flex: 1; + min-height: 0; + display: flex; + flex-direction: column; + overflow: hidden; +} + +.claudian-messages { + flex: 1; + overflow-y: auto; + padding: 12px 0; + display: flex; + flex-direction: column; + gap: 12px; +} + +/* Focusable messages panel for vim-style navigation */ +.claudian-messages-focusable:focus { + outline: none; +} + +/* Welcome message - claude.ai style */ +.claudian-welcome { + flex: 1; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + padding: 20px; + min-height: 200px; +} + +.claudian-welcome-greeting { + font-family: 'Copernicus', 'Tiempos Headline', 'Tiempos', Georgia, 'Times New Roman', serif; + font-size: 28px; + font-weight: 300; + color: var(--text-muted); + letter-spacing: -0.01em; +} + +.claudian-message { + padding: 10px 14px; + border-radius: 8px; + max-width: 95%; + word-wrap: break-word; +} + +.claudian-message-user { + position: relative; + background: rgba(0, 0, 0, 0.3); + align-self: flex-end; + border-end-end-radius: 4px; +} + +/* Text selection in user messages - visible highlight */ +.claudian-message-user ::selection { + background: rgba(255, 255, 255, 0.35); + color: inherit; +} + +.claudian-message-assistant { + background: transparent; + align-self: stretch; + width: 100%; + max-width: 100%; + border-end-start-radius: 4px; + text-align: start; +} + +.claudian-message-content { + line-height: 1.5; + user-select: text; + -webkit-user-select: text; + unicode-bidi: plaintext; /* Proper BiDi text handling for mixed RTL/LTR */ +} + +.claudian-interrupted { + color: #d45d5d; +} + +.claudian-interrupted-hint { + color: var(--text-muted); +} + +.claudian-text-block { + position: relative; + margin: 0; +} + +.claudian-text-copy-btn { + position: absolute; + bottom: 0; + inset-inline-end: 0; + border: none; + color: var(--text-faint); + cursor: pointer; + opacity: 0; + transition: opacity 0.15s ease, color 0.15s ease; + z-index: 2; + display: flex; + align-items: center; + gap: 4px; +} + +.claudian-text-copy-btn svg { + width: 16px; + height: 16px; +} + +.claudian-text-block:hover .claudian-text-copy-btn { + opacity: 1; +} + +.claudian-text-copy-btn:hover { + color: var(--text-normal); +} + +.claudian-text-copy-btn.copied { + color: var(--text-accent); + font-size: 11px; + font-family: var(--font-monospace); +} + +.claudian-text-block+.claudian-tool-call { + margin-top: 8px; +} + +.claudian-tool-call+.claudian-text-block { + margin-top: 8px; +} + +.claudian-message-content p { + margin: 0 0 8px 0; +} + +.claudian-message-content p:last-child { + margin-bottom: 0; +} + +.claudian-message-content ul, +.claudian-message-content ol { + margin: 8px 0; + padding-inline-start: 20px; +} + +/* Full-width tables */ +.claudian-message-content table { + width: 100%; + border-collapse: collapse; + margin: 8px 0; +} + +.claudian-message-content th, +.claudian-message-content td { + border: 1px solid var(--background-modifier-border); + padding: 6px 10px; + text-align: start; +} + +.claudian-message-content th { + background: var(--background-secondary); + font-weight: 600; +} + +.claudian-message-content tr:hover { + background: var(--background-secondary-alt); +} + +.claudian-messages::-webkit-scrollbar { + width: 6px; +} + +.claudian-messages::-webkit-scrollbar-track { + background: transparent; +} + +.claudian-messages::-webkit-scrollbar-thumb { + background: var(--background-modifier-border); + border-radius: 3px; +} + +.claudian-messages::-webkit-scrollbar-thumb:hover { + background: var(--background-modifier-border-hover); +} + +/* Response duration footer - styled as another line of content */ +.claudian-response-footer { + margin-top: 8px; +} + +.claudian-baked-duration { + color: var(--text-muted); + font-size: 12px; + font-weight: 500; + font-style: italic; +} + +/* Action buttons toolbar below user messages */ +.claudian-user-msg-actions { + position: absolute; + bottom: -20px; + right: 0; + display: flex; + gap: 12px; + opacity: 0; + transition: opacity 0.15s; + z-index: 1; +} + +.claudian-message-user:hover .claudian-user-msg-actions { + opacity: 1; +} + +.claudian-user-msg-actions span { + cursor: pointer; + display: flex; + align-items: center; + justify-content: center; + color: var(--text-faint); + transition: color 0.15s; +} + +.claudian-user-msg-actions span svg { + width: 16px; + height: 16px; +} + +.claudian-user-msg-actions span:hover { + color: var(--text-normal); +} + +.claudian-user-msg-actions span.copied { + color: var(--text-accent); + font-size: 11px; + font-family: var(--font-monospace); +} + +/* Compact boundary indicator */ +.claudian-compact-boundary { + display: flex; + align-items: center; + gap: 10px; + margin: 12px 0; +} + +.claudian-compact-boundary::before, +.claudian-compact-boundary::after { + content: ''; + flex: 1; + height: 1px; + background: var(--background-modifier-border); +} + +.claudian-compact-boundary-label { + color: var(--text-muted); + font-size: 11px; + white-space: nowrap; +} + + +/* ============================================ + components/nav-sidebar.css + ============================================ */ +/* Navigation Sidebar */ +.claudian-nav-sidebar { + position: absolute; + right: 2px; + top: 50%; + transform: translateY(-50%); + display: flex; + flex-direction: column; + gap: 4px; + z-index: 100; + opacity: 0; + pointer-events: none; + transition: opacity 0.2s ease; +} + +.claudian-nav-sidebar.visible { + opacity: 0.15; + pointer-events: auto; +} + +.claudian-nav-sidebar.visible:hover { + opacity: 1; +} + +.claudian-nav-btn { + width: 32px; + height: 32px; + border-radius: 16px; + background: var(--background-primary); + border: 1px solid var(--background-modifier-border); + color: var(--text-muted); + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + transition: all 0.2s ease; +} + +.claudian-nav-btn:hover { + background: var(--background-secondary); + color: var(--text-normal); + transform: scale(1.05); +} + +.claudian-nav-btn svg { + width: 18px; + height: 18px; +} + +/* Specific button spacing/grouping if needed */ +.claudian-nav-btn-top { + margin-bottom: 4px; +} + +.claudian-nav-btn-bottom { + margin-top: 4px; +} + + +/* ============================================ + components/code.css + ============================================ */ +/* Code block wrapper - contains pre + button outside scroll area */ +.claudian-code-wrapper { + position: relative; + margin: 8px 0; +} + +/* Code blocks in chat messages */ +.claudian-code-wrapper pre, +.claudian-message-content pre { + background: rgba(0, 0, 0, 0.2); + padding: 8px 12px; + border-radius: 6px; + overflow-x: auto; + margin: 0; +} + +/* Light mode: use a lighter background so hljs comment colors stay readable */ +body.theme-light .claudian-code-wrapper pre, +body.theme-light .claudian-message-content pre { + background: rgba(0, 0, 0, 0.08); +} + +/* Code blocks without language - wrap content */ +.claudian-code-wrapper:not(.has-language) pre { + white-space: pre-wrap; + word-wrap: break-word; + overflow-x: hidden; +} + +/* Unwrapped pre still needs margin */ +.claudian-message-content>pre { + margin: 8px 0; +} + +.claudian-message-content code { + font-family: var(--font-monospace); + font-size: 13px; +} + +/* Clickable language label - positioned outside scroll area */ +.claudian-code-wrapper .claudian-code-lang-label { + position: absolute; + top: 6px; + inset-inline-end: 6px; + padding: 2px 8px; + font-size: 12px; + font-family: var(--font-monospace); + color: var(--text-faint); + background: var(--background-primary); + border-radius: 3px; + cursor: pointer; + z-index: 2; + transition: color 0.15s ease, background 0.15s ease; +} + +.claudian-code-wrapper .claudian-code-lang-label:hover { + color: var(--text-normal); + background: var(--background-modifier-hover); +} + +/* Hide default copy button when language label exists */ +.claudian-code-wrapper.has-language .copy-code-button { + display: none; +} + +/* Copy button - positioned outside scroll area */ +.claudian-code-wrapper .copy-code-button { + position: absolute; + top: 6px; + inset-inline-end: 6px; + padding: 4px 8px; + font-size: 11px; + background: var(--background-primary); + border: none; + color: var(--text-muted); + cursor: pointer; + opacity: 0; + transition: opacity 0.15s ease, color 0.15s ease, background 0.15s ease; + border-radius: 3px; + z-index: 2; +} + +/* If copy button uses an icon (svg) */ +.claudian-code-wrapper .copy-code-button svg { + width: 14px; + height: 14px; +} + +/* Show copy button on hover */ +.claudian-code-wrapper:not(.has-language):hover .copy-code-button { + opacity: 1; +} + +.claudian-code-wrapper .copy-code-button:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +/* ============================================ + components/thinking.css + ============================================ */ +.claudian-thinking { + color: var(--claudian-brand); + font-style: italic; + padding: 4px 0; + text-align: start; + animation: thinking-pulse 1.5s ease-in-out infinite; +} + +.claudian-thinking.claudian-thinking--compact { + color: var(--claudian-compact); +} + +.claudian-thinking-hint { + color: var(--text-muted); + font-style: normal; + font-variant-numeric: tabular-nums; +} + +.claudian-thinking-block { + margin: 8px 0; +} + +.claudian-text-block+.claudian-thinking-block { + margin-top: 8px; +} + +.claudian-thinking-block+.claudian-text-block { + margin-top: 8px; +} + +.claudian-thinking-block+.claudian-tool-call { + margin-top: 8px; +} + +.claudian-tool-call+.claudian-thinking-block { + margin-top: 8px; +} + +.claudian-thinking-header { + display: flex; + align-items: center; + gap: 8px; + padding: 4px 0; + cursor: pointer; + overflow: hidden; +} + +.claudian-thinking-label { + flex: 1; + font-size: 13px; + font-weight: 500; + color: var(--claudian-brand); +} + +/* Thinking block content - tree-branch style */ +.claudian-thinking-content { + padding: 4px 0; + padding-inline-start: 24px; + font-size: 13px; + line-height: 1.5; + color: var(--text-muted); + max-height: 400px; + overflow-y: auto; + border-inline-start: 2px solid var(--background-modifier-border); + margin-inline-start: 7px; +} + +.claudian-thinking-content p { + margin: 0 0 8px 0; +} + +.claudian-thinking-content p:last-child { + margin-bottom: 0; +} + +.claudian-thinking-content .claudian-code-wrapper { + margin: 8px 0; +} + +.claudian-thinking-content .claudian-code-wrapper pre { + padding: 8px 10px; + border-radius: 4px; +} + +.claudian-thinking-content code { + font-family: var(--font-monospace); + font-size: 12px; +} + + +/* ============================================ + components/toolcalls.css + ============================================ */ +.claudian-tool-call { + margin: 8px 0; +} + +.claudian-tool-header { + display: flex; + align-items: center; + gap: 8px; + padding: 4px 0; + cursor: pointer; + overflow: hidden; +} + +.claudian-tool-header:hover { + opacity: 0.85; +} + +.claudian-tool-icon { + display: flex; + align-items: center; + color: var(--text-accent); + flex-shrink: 0; +} + +.claudian-tool-icon svg { + width: 16px; + height: 16px; +} + +.claudian-tool-name { + font-family: var(--font-monospace); + font-size: 13px; + font-weight: 400; + color: var(--text-normal); + white-space: nowrap; + flex-shrink: 0; +} + +.claudian-tool-summary { + font-family: var(--font-monospace); + font-size: 13px; + color: var(--text-muted); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + flex: 1; + min-width: 0; +} + +.claudian-tool-summary:empty { + display: none; +} + +.claudian-tool-call-bash.expanded .claudian-tool-summary { + display: none; +} + +.claudian-tool-bash-command { + font-family: var(--font-monospace); + font-size: 12px; + line-height: 1.4; + color: var(--text-normal); + white-space: pre-wrap; + word-break: break-word; + padding: 2px 0 4px; +} + +/* Legacy: StatusPanel bash entries still use claudian-tool-label */ +.claudian-tool-label { + font-family: var(--font-monospace); + font-size: 13px; + font-weight: 400; + color: var(--text-normal); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.claudian-tool-current { + font-family: var(--font-monospace); + font-size: 13px; + color: var(--text-muted); + white-space: nowrap; +} + +.claudian-tool-current:empty { + display: none; +} + +.claudian-tool-status { + display: flex; + align-items: center; + flex-shrink: 0; + margin-left: auto; +} + +.claudian-tool-status svg { + width: 14px; + height: 14px; +} + +.claudian-tool-status.status-running { + color: var(--text-accent); +} + +.claudian-tool-status.status-completed { + color: var(--color-green); +} + +.claudian-tool-status.status-error { + color: var(--color-red); +} + +.claudian-tool-status.status-blocked { + color: var(--color-orange); +} + +/* Tool call content - border style (like thinking block) */ +.claudian-tool-content { + padding: 4px 0; + padding-inline-start: 16px; + margin-inline-start: 7px; + border-inline-start: 2px solid var(--background-modifier-border); +} + +/* Tool content variants that render inline widgets instead of bordered results */ +.claudian-tool-content-todo, +.claudian-tool-content-ask { + border-inline-start: none; + margin-inline-start: 0; + padding-inline-start: 0; +} + +/* Expanded content: per-line rendering */ +.claudian-tool-lines { + font-family: var(--font-monospace); + font-size: 12px; + line-height: 1.4; + overflow-x: auto; +} + +.claudian-tool-line { + padding: 1px 0; + color: var(--text-muted); + white-space: pre; +} + +.claudian-tool-line-wrap { + white-space: pre-wrap; + word-break: break-word; +} + +/* Hover highlight for file search results */ +.claudian-tool-line.hoverable:hover { + background: var(--background-modifier-hover); +} + +/* Truncation indicator: "... N more lines" */ +.claudian-tool-truncated { + color: var(--text-faint); + font-style: italic; + padding: 4px 0; + font-family: var(--font-monospace); + font-size: 12px; +} + +/* ToolSearch expanded: icon + tool name rows */ +.claudian-tool-search-item { + display: flex; + align-items: center; + gap: 4px; + padding: 2px 0; + font-family: var(--font-monospace); + font-size: 12px; + color: var(--text-muted); +} + +.claudian-tool-search-icon { + display: flex; + align-items: center; + flex-shrink: 0; + width: 14px; + height: 14px; + color: var(--text-faint); +} + +.claudian-tool-search-icon svg { + width: 14px; + height: 14px; +} + +/* Web search links */ +.claudian-tool-link { + display: flex; + align-items: flex-start; + gap: 6px; + padding: 3px 0; + color: var(--text-muted); + text-decoration: none; + cursor: pointer; + font-family: var(--font-monospace); + font-size: 12px; + line-height: 1.4; +} + +.claudian-tool-link:hover { + color: var(--text-accent); +} + +.claudian-tool-link-icon { + flex-shrink: 0; + width: 12px; + height: 12px; + margin-top: 2px; + color: var(--text-faint); +} + +.claudian-tool-link-icon svg { + width: 12px; + height: 12px; +} + +.claudian-tool-link-title { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +/* Web search summary section */ +.claudian-tool-web-summary { + font-family: var(--font-monospace); + font-size: 12px; + color: var(--text-muted); + padding-top: 4px; + border-top: 1px solid var(--background-modifier-border); + margin-top: 4px; + white-space: pre-wrap; + word-break: break-word; + max-height: 200px; + overflow-y: auto; +} + +/* Empty state for file search */ +.claudian-tool-empty { + color: var(--text-faint); + font-style: italic; + font-family: var(--font-monospace); + font-size: 12px; + padding: 4px 0; +} + +.claudian-tool-result-row { + display: flex; + align-items: flex-start; +} + +.claudian-tool-result-text { + font-family: var(--font-monospace); + font-size: 12px; + color: var(--text-muted); + line-height: 1.4; + white-space: pre-wrap; + overflow: hidden; + flex: 1; +} + +.claudian-tool-result-item { + display: block; + margin-bottom: 2px; +} + +.claudian-tool-patch-section + .claudian-tool-patch-section { + margin-top: 10px; +} + +.claudian-tool-result-item:last-child { + margin-bottom: 0; +} + + +/* ============================================ + components/status-panel.css + ============================================ */ +/* Status Panel - persistent bottom panel for todos and command output */ + +.claudian-status-panel-container { + flex-shrink: 0; + padding: 0 14px; +} + +.claudian-status-panel { + padding-top: 12px; +} + +/* Todo Section */ + +.claudian-status-panel-todos { + margin-top: 4px; +} + +.claudian-status-panel-header { + display: flex; + align-items: center; + gap: 8px; + padding: 4px 0; + cursor: pointer; + border-radius: 4px; + transition: background 0.15s ease; + overflow: hidden; +} + +.claudian-status-panel-header:hover { + background: var(--background-modifier-hover); +} + +.claudian-status-panel-header:focus-visible { + outline: 2px solid var(--interactive-accent); + outline-offset: 2px; +} + +.claudian-status-panel-icon { + display: flex; + align-items: center; + color: var(--text-accent); + flex-shrink: 0; +} + +.claudian-status-panel-icon svg { + width: 16px; + height: 16px; +} + +.claudian-status-panel-label { + font-family: var(--font-monospace); + font-size: 13px; + font-weight: 500; + color: var(--text-normal); +} + +.claudian-status-panel-current { + flex: 1; + font-family: var(--font-monospace); + font-size: 13px; + color: var(--text-muted); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-status-panel-status { + display: flex; + align-items: center; + flex-shrink: 0; +} + +.claudian-status-panel-status svg { + width: 14px; + height: 14px; +} + +.claudian-status-panel-status.status-completed { + color: var(--color-green); +} + +.claudian-status-panel-content { + padding: 2px 0; +} + +/* Individual todo item - shared by status panel and inline tool via .claudian-todo-list-container */ +.claudian-todo-list-container .claudian-todo-item { + display: flex; + align-items: flex-start; + padding: 1px 0; +} + +.claudian-todo-list-container .claudian-todo-status-icon { + display: flex; + align-items: center; + flex-shrink: 0; +} + +.claudian-todo-list-container .claudian-todo-status-icon svg { + width: 12px; + height: 12px; +} + +.claudian-todo-list-container .claudian-todo-text { + font-family: var(--font-monospace); + font-size: 12px; + line-height: 1.4; + flex: 1; + padding-left: 12px; +} + +.claudian-todo-list-container .claudian-todo-pending .claudian-todo-status-icon { + color: var(--text-normal); +} + +.claudian-todo-list-container .claudian-todo-pending .claudian-todo-status-icon svg { + transform: scale(2); +} + +.claudian-todo-list-container .claudian-todo-pending .claudian-todo-text { + color: var(--text-normal); +} + +.claudian-todo-list-container .claudian-todo-in_progress .claudian-todo-status-icon { + color: var(--interactive-accent); +} + +.claudian-todo-list-container .claudian-todo-in_progress .claudian-todo-status-icon svg { + transform: scale(2); +} + +.claudian-todo-list-container .claudian-todo-in_progress .claudian-todo-text { + color: var(--text-normal); +} + +.claudian-todo-list-container .claudian-todo-completed .claudian-todo-status-icon { + color: var(--color-green); +} + +.claudian-todo-list-container .claudian-todo-completed .claudian-todo-text { + color: var(--text-muted); +} + +/* Bash Output Section */ + +.claudian-status-panel-bash { + margin-bottom: 4px; +} + +.claudian-status-panel-bash-header { + padding: 4px 0; +} + +.claudian-status-panel-bash-actions { + display: flex; + align-items: center; + gap: 6px; +} + +.claudian-status-panel-bash-action { + display: inline-flex; + align-items: center; + justify-content: center; + width: 22px; + height: 22px; + border-radius: 4px; + color: var(--text-muted); +} + +.claudian-status-panel-bash-action:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-status-panel-bash-content { + padding-top: 2px; + max-height: min(40vh, 320px); + overflow-y: auto; + overscroll-behavior: contain; +} + +.claudian-status-panel-bash-entry { + margin: 4px 0; +} + +.claudian-status-panel-bash-entry .claudian-tool-icon svg { + width: 14px; + height: 14px; + position: relative; + top: -1px; +} + +.claudian-status-panel-bash-entry .claudian-tool-call { + margin: 0; +} + +/* Keep bash output blocks from growing without bound */ +.claudian-status-panel-bash-entry .claudian-tool-result-text { + max-height: 200px; + overflow-y: auto; + word-break: break-word; +} + + +/* ============================================ + components/subagent.css + ============================================ */ +.claudian-subagent-list { + margin: 8px 0; +} + +.claudian-text-block+.claudian-subagent-list { + margin-top: 8px; +} + +.claudian-subagent-list+.claudian-text-block { + margin-top: 8px; +} + +.claudian-tool-call+.claudian-subagent-list { + margin-top: 8px; +} + +.claudian-subagent-list+.claudian-tool-call { + margin-top: 8px; +} + +.claudian-subagent-header { + display: flex; + align-items: center; + gap: 8px; + padding: 4px 0; + cursor: pointer; + overflow: hidden; +} + +.claudian-subagent-icon { + display: flex; + align-items: center; + color: var(--interactive-accent); + flex-shrink: 0; +} + +.claudian-subagent-icon svg { + width: 16px; + height: 16px; +} + +.claudian-subagent-label { + flex: 1; + font-family: var(--font-monospace); + font-size: 13px; + font-weight: 400; + color: var(--text-normal); +} + +.claudian-subagent-status { + display: flex; + align-items: center; + flex-shrink: 0; +} + +.claudian-subagent-status svg { + width: 14px; + height: 14px; +} + +.claudian-subagent-status.status-running { + color: var(--text-accent); +} + +.claudian-subagent-status.status-completed { + color: var(--color-green); +} + +.claudian-subagent-status.status-error { + color: var(--color-red); +} + +.claudian-subagent-content { + padding: 4px 0; + padding-inline-start: 16px; + margin-inline-start: 7px; + border-inline-start: 2px solid var(--background-modifier-border); +} + +.claudian-subagent-section { + margin: 2px 0 6px; +} + +.claudian-subagent-section-header { + display: flex; + align-items: center; + gap: 6px; + cursor: pointer; + user-select: none; + font-family: var(--font-monospace); + font-size: 12px; + color: var(--text-muted); + padding: 2px 0; +} + +.claudian-subagent-section-header:hover { + color: var(--text-normal); +} + +.claudian-subagent-section-title { + flex: 1; + min-width: 0; +} + +.claudian-subagent-section-body { + padding-inline-start: 6px; +} + +.claudian-subagent-prompt-text, +.claudian-subagent-result-output { + font-family: var(--font-monospace); + font-size: 12px; + line-height: 1.4; + color: var(--text-muted); + white-space: pre-wrap; + word-break: break-word; +} + +.claudian-subagent-result-output { + max-height: 220px; + overflow-y: auto; +} + +.claudian-subagent-tools { + display: flex; + flex-direction: column; + gap: 4px; +} + +.claudian-subagent-tool-item { + display: block; +} + +.claudian-subagent-tool-header { + display: flex; + align-items: center; + gap: 6px; + cursor: pointer; + overflow: hidden; + padding: 2px 0; +} + +.claudian-subagent-tool-header:hover { + opacity: 0.85; +} + +.claudian-subagent-tool-icon { + display: flex; + align-items: center; + color: var(--text-accent); + flex-shrink: 0; +} + +.claudian-subagent-tool-icon svg { + width: 13px; + height: 13px; +} + +.claudian-subagent-tool-name { + font-family: var(--font-monospace); + font-size: 12px; + color: var(--text-normal); + white-space: nowrap; + flex-shrink: 0; +} + +.claudian-subagent-tool-summary { + font-family: var(--font-monospace); + font-size: 12px; + color: var(--text-muted); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + flex: 1; + min-width: 0; +} + +.claudian-subagent-tool-status { + display: flex; + align-items: center; + flex-shrink: 0; +} + +.claudian-subagent-tool-status svg { + width: 12px; + height: 12px; +} + +.claudian-subagent-tool-status.status-running { + color: var(--text-accent); +} + +.claudian-subagent-tool-status.status-completed { + color: var(--color-green); +} + +.claudian-subagent-tool-status.status-error, +.claudian-subagent-tool-status.status-blocked { + color: var(--color-red); +} + +.claudian-subagent-tool-content { + padding: 2px 0 2px 16px; +} + +.claudian-subagent-tool-empty { + color: var(--text-faint); + font-style: italic; + font-family: var(--font-monospace); + font-size: 12px; + padding: 2px 0; +} + +.claudian-subagent-status-text { + font-size: 11px; + font-family: var(--font-monospace); + color: var(--text-muted); + margin-inline-start: auto; + padding-inline-start: 8px; +} + +.claudian-subagent-list.async .claudian-subagent-icon { + color: var(--interactive-accent); +} + +.claudian-subagent-list.async.pending .claudian-subagent-status-text { + color: var(--text-muted); +} + +.claudian-subagent-list.async.running .claudian-subagent-status-text { + color: var(--text-accent); +} + +.claudian-subagent-list.async.awaiting .claudian-subagent-status-text { + color: var(--color-yellow); +} + +.claudian-subagent-list.async.completed .claudian-subagent-status-text { + color: var(--color-green); +} + +.claudian-subagent-list.async.error .claudian-subagent-status-text { + color: var(--color-red); +} + +.claudian-subagent-list.async.orphaned .claudian-subagent-status-text { + color: var(--color-orange); +} + + +/* ============================================ + components/input.css + ============================================ */ +/* Input area */ +.claudian-input-container { + position: relative; + padding: 12px 0 0 0; +} + +/* Input wrapper (border container) - flex column so textarea expands when no chips */ +/* Height calculation: context row (36px) + textarea min (60px) + toolbar (38px) + border (2px) = 136px */ +.claudian-input-wrapper { + position: relative; + display: flex; + flex-direction: column; + min-height: 140px; + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + background: var(--background-primary); +} + +/* Context row (file chip start, selection indicator end) - inside input wrapper at top */ +/* Collapsed by default; expanded via .has-content class; textarea fills remaining space */ +.claudian-context-row { + display: none; + align-items: flex-start; + justify-content: flex-start; + flex-shrink: 0; + padding: 6px 10px 0 10px; + gap: 8px; +} + +/* Show context row when it has visible content */ +.claudian-context-row.has-content { + display: flex; +} + +/* Nav row (tab badges start, header icons end) - above input wrapper */ +.claudian-input-nav-row { + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 0 8px 0; + min-height: 0; +} + +.claudian-input-nav-content { + display: flex; + align-items: center; + justify-content: space-between; + width: 100%; + min-width: 0; +} + +/* Header mode: hide nav row above input (content moved to header) */ +.claudian-container--header-mode .claudian-input-nav-row { + display: none; +} + +/* Selection indicator (shown when text is selected in editor) */ +/* Match file chip height (24px): chip has 16px remove button + 6px padding + 2px border */ +/* Indicator: 12px text + 10px padding (5+5) + 2px border = 24px */ +.claudian-selection-indicator, +.claudian-browser-selection-indicator, +.claudian-canvas-indicator { + color: #7abaff; + font-size: 12px; + line-height: 1; + opacity: 0.9; + pointer-events: none; + white-space: nowrap; + padding: 5px 6px; + border: 1px solid transparent; + border-radius: 4px; + margin-inline-start: auto; + flex-shrink: 0; + order: 4; + max-width: min(100%, clamp(220px, 64vw, 560px)); + overflow: hidden; + text-overflow: ellipsis; +} + +.claudian-input { + width: 100%; + flex: 1 1 0; + min-height: var(--claudian-textarea-min-height, 60px); + max-height: var(--claudian-textarea-max-height, none); + resize: none; + padding: 8px 10px 10px 10px; + border: none !important; + border-radius: 6px; + background: transparent !important; + color: var(--text-normal); + font-family: inherit; + font-size: 14px; + line-height: 1.4; + box-shadow: none !important; + overflow-y: auto; + unicode-bidi: plaintext; /* Proper BiDi text handling for mixed RTL/LTR */ +} + +.claudian-input:hover, +.claudian-input:focus { + outline: none !important; + border: none !important; + background: transparent !important; + box-shadow: none !important; +} + +.claudian-input::placeholder { + color: var(--text-muted); +} + +/* Input toolbar */ +.claudian-input-toolbar { + display: flex; + align-items: center; + justify-content: flex-start; + flex-shrink: 0; + padding: 4px 6px 6px 6px; +} + +/* File indicator (attached files) */ +.claudian-file-indicator { + display: none; + flex-wrap: wrap; + gap: 6px; +} + +.claudian-file-chip { + display: inline-flex; + align-items: center; + gap: 4px; + padding: 3px 6px 3px 8px; + background: var(--background-primary); + border: 1px solid var(--background-modifier-border); + border-radius: 12px; + font-size: 12px; + line-height: 1; + max-width: 200px; + cursor: pointer; +} + +.claudian-file-chip-icon { + display: flex; + align-items: center; + color: var(--text-muted); + flex-shrink: 0; +} + +.claudian-file-chip-icon svg { + width: 12px; + height: 12px; +} + +.claudian-file-chip-name { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + color: var(--text-normal); +} + +.claudian-file-chip-remove { + display: flex; + align-items: center; + justify-content: center; + width: 16px; + height: 16px; + border-radius: 50%; + cursor: pointer; + color: var(--text-muted); + font-size: 14px; + line-height: 1; + transition: background 0.15s ease, color 0.15s ease; +} + +.claudian-file-chip-remove:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-file-chip:hover { + background: var(--background-modifier-hover); +} + +/* Composer queue status row (queued follow-up preview + steer action) */ +.claudian-input-queue-row { + display: none; + font-size: 12px; + color: var(--text-muted); + font-style: normal; + align-items: center; + gap: 8px; + padding: 0 2px 8px 2px; +} + +.claudian-queue-indicator-text { + min-width: 0; + flex: 1 1 auto; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.claudian-queue-indicator-actions { + flex: 0 0 auto; + display: flex; + align-items: center; + gap: 4px; +} + +.claudian-queue-indicator-action { + flex: 0 0 auto; + padding: 1px 8px; + border: 0; + background: transparent; + color: var(--interactive-accent); + font: inherit; + cursor: pointer; +} + +.claudian-queue-indicator-action:hover { + text-decoration: underline; +} + +.claudian-queue-indicator-action[disabled] { + color: var(--text-faint); + cursor: default; + text-decoration: none; +} + +.claudian-queue-indicator-icon-action { + display: inline-flex; + align-items: center; + justify-content: center; + flex: 0 0 auto; + width: 22px; + height: 22px; + padding: 0; + border: 0; + border-radius: 4px; + background: transparent; + color: var(--text-muted); + cursor: pointer; +} + +.claudian-queue-indicator-icon-action:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-queue-indicator-icon-action svg { + width: 14px; + height: 14px; +} + +/* Light blue border when instruction mode is active */ +.claudian-input-instruction-mode { + border-color: #60a5fa !important; + box-shadow: 0 0 0 1px #60a5fa; +} + +/* Pink border when bash mode is active */ +.claudian-input-bang-bash-mode { + border-color: #f472b6 !important; + box-shadow: 0 0 0 1px #f472b6; +} + +/* Monospace input while in bash mode */ +.claudian-input-wrapper.claudian-input-bang-bash-mode .claudian-input { + font-family: var(--font-monospace); +} + + +/* ============================================ + components/context-footer.css + ============================================ */ +/* Context usage meter (inline in toolbar) */ + +.claudian-context-meter { + position: relative; + display: flex; + align-items: center; + gap: 4px; + margin-inline-start: 8px; + cursor: default; +} + +/* Custom tooltip */ +.claudian-context-meter::after { + content: attr(data-tooltip); + position: absolute; + bottom: 100%; + left: 50%; + transform: translateX(-50%); + margin-bottom: 6px; + padding: 4px 8px; + font-size: 11px; + color: var(--text-normal); + background: var(--background-secondary); + border: 1px solid var(--background-modifier-border); + border-radius: 4px; + white-space: nowrap; + opacity: 0; + visibility: hidden; + transition: opacity 0.15s ease, visibility 0.15s ease; + pointer-events: none; + z-index: 100; +} + +.claudian-context-meter:hover::after { + opacity: 1; + visibility: visible; +} + +.claudian-context-meter-gauge { + display: flex; + align-items: center; + justify-content: center; + width: 24px; + height: 24px; +} + +.claudian-context-meter-gauge svg { + width: 16px; + height: 16px; +} + +.claudian-meter-bg { + stroke: var(--background-modifier-border); +} + +.claudian-meter-fill { + stroke: var(--claudian-brand); + transition: stroke-dashoffset 0.3s ease, stroke 0.3s ease; +} + +.claudian-context-meter-percent { + font-size: 11px; + color: var(--claudian-brand); + min-width: 24px; + text-align: end; + transition: color 0.3s ease; +} + +/* Warning state (> 80%) - pale red */ +.claudian-context-meter.warning .claudian-meter-fill { + stroke: #E57373; +} + +.claudian-context-meter.warning .claudian-context-meter-percent { + color: #E57373; +} + + +/* ============================================ + toolbar/model-selector.css + ============================================ */ +/* Model selector */ +.claudian-model-selector { + position: relative; +} + +.claudian-model-btn { + display: flex; + align-items: center; + gap: 4px; + padding: 4px 8px; + border-radius: 4px; + cursor: pointer; + color: var(--claudian-brand); + font-size: 12px; +} + +.claudian-model-label { + font-weight: 500; +} + +.claudian-model-chevron { + display: flex; + align-items: center; +} + +.claudian-model-chevron svg { + width: 12px; + height: 12px; +} + +.claudian-model-dropdown { + position: absolute; + bottom: 100%; + left: 0; + margin-bottom: 0; + display: flex; + flex-direction: column; + gap: 2px; + background: var(--background-secondary); + border: 1px solid var(--background-modifier-border); + border-radius: 4px; + box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15); + z-index: 1000; + width: max-content; + padding: 4px; + opacity: 0; + visibility: hidden; + transition: opacity 0.15s ease, visibility 0.15s ease; +} + +.claudian-model-selector:hover .claudian-model-dropdown { + opacity: 1; + visibility: visible; +} + +.claudian-model-group { + padding: 3px 8px; + font-size: 8px; + font-weight: 600; + color: var(--text-faint); + text-transform: uppercase; + letter-spacing: 0.05em; + pointer-events: none; +} + +.claudian-model-group:not(:first-child) { + margin-top: 4px; + border-top: 1px solid var(--background-modifier-border); + padding-top: 6px; +} + +.claudian-model-provider-icon { + flex-shrink: 0; + opacity: 0.7; +} + +.claudian-model-option { + display: flex; + align-items: center; + gap: 5px; + padding: 4px 8px; + cursor: pointer; + font-size: 12px; + color: var(--text-muted); + border-radius: 3px; + transition: background 0.1s ease, color 0.1s ease; + white-space: nowrap; +} + +.claudian-model-option:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-model-option.selected { + background: rgba(var(--claudian-brand-rgb), 0.15); + color: var(--claudian-brand); + font-weight: 500; +} + + +/* ============================================ + toolbar/mode-selector.css + ============================================ */ +.claudian-mode-selector { + display: flex; + align-items: center; + gap: 6px; + margin-left: auto; + padding-left: 12px; + padding-right: 8px; +} + +.claudian-mode-label { + font-size: 11px; + color: var(--text-muted); + min-width: 32px; +} + +.claudian-mode-label.active { + color: var(--claudian-brand); + font-weight: 600; +} + + +/* ============================================ + toolbar/thinking-selector.css + ============================================ */ +/* Thinking selector (effort for adaptive models, token budget for custom) */ +.claudian-thinking-selector { + display: flex; + align-items: center; + gap: 6px; +} + +/* Effort / budget container (shared layout) */ +.claudian-thinking-effort, +.claudian-thinking-budget { + display: flex; + align-items: center; + gap: 6px; +} + +.claudian-thinking-label-text { + font-size: 11px; + color: var(--text-muted); +} + +.claudian-thinking-gears { + position: relative; + display: flex; + align-items: center; + border-radius: 4px; +} + +/* Current selection (visible when collapsed) */ +.claudian-thinking-current { + padding: 3px 8px; + font-size: 11px; + color: var(--claudian-brand); + font-weight: 500; + cursor: pointer; + border-radius: 3px; + white-space: nowrap; + background: transparent; +} + +/* Options container - expands vertically upward */ +.claudian-thinking-options { + position: absolute; + left: 0; + bottom: 100%; + margin-bottom: 0; + display: flex; + flex-direction: column; + gap: 2px; + background: var(--background-secondary); + border: 1px solid var(--background-modifier-border); + border-radius: 4px; + padding: 4px; + opacity: 0; + visibility: hidden; + transition: opacity 0.15s ease, visibility 0.15s ease; +} + +/* Expand on hover */ +.claudian-thinking-gears:hover .claudian-thinking-options { + opacity: 1; + visibility: visible; +} + +.claudian-thinking-gear { + padding: 3px 8px; + font-size: 11px; + color: var(--text-muted); + cursor: pointer; + border-radius: 3px; + transition: background 0.1s ease, color 0.1s ease; + white-space: nowrap; +} + +.claudian-thinking-gear:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-thinking-gear.selected { + background: rgba(var(--claudian-brand-rgb), 0.15); + color: var(--claudian-brand); + font-weight: 500; +} + + +/* ============================================ + toolbar/permission-toggle.css + ============================================ */ +/* Permission Mode Toggle */ +.claudian-permission-toggle { + display: flex; + align-items: center; + gap: 6px; + margin-left: auto; + padding-left: 12px; + padding-right: 8px; +} + +.claudian-permission-label { + font-size: 11px; + color: var(--text-muted); + min-width: 28px; +} + +.claudian-permission-label.plan-active { + color: rgb(92, 148, 140); + font-weight: 600; +} + +.claudian-toggle-switch { + width: 32px; + height: 18px; + border-radius: 9px; + background: var(--background-modifier-border); + cursor: pointer; + position: relative; + transition: background 0.2s ease; + flex-shrink: 0; +} + +.claudian-toggle-switch::after { + content: ''; + position: absolute; + width: 14px; + height: 14px; + border-radius: 50%; + background: var(--text-muted); + top: 2px; + left: 2px; + transition: transform 0.2s ease, background 0.2s ease; +} + +.claudian-toggle-switch:hover { + background: var(--background-modifier-hover); +} + +.claudian-toggle-switch.active { + background: rgba(var(--claudian-brand-rgb), 0.3); +} + +.claudian-toggle-switch.active::after { + transform: translateX(14px); + background: var(--claudian-brand); +} + + +/* ============================================ + toolbar/service-tier-toggle.css + ============================================ */ +/* Codex fast-mode / service-tier toggle */ +.claudian-service-tier-toggle { + display: flex; + align-items: center; + padding-left: 2px; +} + +.claudian-service-tier-button { + display: inline-flex; + align-items: center; + justify-content: center; + width: 22px; + height: 22px; + border-radius: 4px; + color: var(--text-muted); + background: transparent; + cursor: pointer; + transition: color 0.15s ease, background 0.15s ease; + flex-shrink: 0; +} + +.claudian-service-tier-icon { + display: inline-flex; + align-items: center; + justify-content: center; +} + +.claudian-service-tier-icon svg { + width: 14px; + height: 14px; +} + +.claudian-service-tier-button:hover { + background: var(--background-modifier-hover); +} + +.claudian-service-tier-button.active { + color: var(--claudian-brand); +} + + +/* ============================================ + toolbar/external-context.css + ============================================ */ +/* External Context Selector */ +.claudian-external-context-selector { + position: relative; + display: flex; + align-items: center; + margin-left: 8px; +} + +.claudian-external-context-icon-wrapper { + position: relative; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; +} + +.claudian-external-context-icon { + display: flex; + align-items: center; + justify-content: center; + width: 24px; + height: 24px; + color: var(--text-faint); + transition: color 0.15s ease; +} + +.claudian-external-context-icon-wrapper:hover .claudian-external-context-icon { + color: var(--text-normal); +} + +.claudian-external-context-icon.active { + color: var(--claudian-brand); + animation: external-context-glow 2s ease-in-out infinite; +} + +.claudian-external-context-icon svg { + width: 16px; + height: 16px; +} + +.claudian-external-context-badge { + position: absolute; + top: 0; + right: 0; + font-size: 9px; + font-weight: 600; + color: var(--claudian-brand); + opacity: 0; + transition: opacity 0.15s ease; + pointer-events: none; +} + +.claudian-external-context-badge.visible { + opacity: 1; +} + +.claudian-external-context-dropdown { + position: absolute; + left: 50%; + transform: translateX(-50%); + bottom: 100%; + margin-bottom: 4px; + min-width: 260px; + max-width: 320px; + background: var(--background-secondary); + border: 1px solid var(--background-modifier-border); + border-radius: 8px; + box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); + opacity: 0; + visibility: hidden; + transition: opacity 0.15s ease, visibility 0.15s ease; + z-index: 100; +} + +.claudian-external-context-selector:hover .claudian-external-context-dropdown { + opacity: 1; + visibility: visible; +} + +.claudian-external-context-header { + padding: 10px 12px; + font-size: 12px; + font-weight: 600; + color: var(--text-muted); + border-bottom: 1px solid var(--background-modifier-border); +} + +.claudian-external-context-list { + max-height: 200px; + overflow-y: auto; +} + +.claudian-external-context-empty { + padding: 16px 12px; + text-align: center; + color: var(--text-muted); + font-size: 12px; + font-style: italic; +} + +.claudian-external-context-item { + display: flex; + align-items: center; + padding: 8px 12px; + gap: 8px; + border-bottom: 1px solid var(--background-modifier-border-focus); +} + +.claudian-external-context-item:last-child { + border-bottom: none; +} + +.claudian-external-context-text { + flex: 1; + font-size: 12px; + font-family: var(--font-monospace); + color: var(--text-normal); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-external-context-lock { + display: flex; + align-items: center; + justify-content: center; + width: 20px; + height: 20px; + border-radius: 4px; + cursor: pointer; + color: var(--text-muted); + opacity: 0.4; + transition: all 0.15s ease; +} + +.claudian-external-context-lock:hover { + background: var(--background-modifier-hover); + opacity: 0.8; +} + +.claudian-external-context-lock.locked { + color: var(--claudian-brand); + opacity: 0.9; +} + +.claudian-external-context-lock.locked:hover { + opacity: 1; +} + +.claudian-external-context-lock svg { + width: 12px; + height: 12px; +} + +.claudian-external-context-remove { + display: flex; + align-items: center; + justify-content: center; + width: 20px; + height: 20px; + border-radius: 4px; + cursor: pointer; + color: var(--text-muted); + opacity: 0.6; + transition: all 0.15s ease; +} + +.claudian-external-context-remove:hover { + background: rgba(var(--claudian-error-rgb), 0.15); + color: var(--claudian-error); + opacity: 1; +} + +.claudian-external-context-remove svg { + width: 14px; + height: 14px; +} + + +/* ============================================ + toolbar/mcp-selector.css + ============================================ */ +/* MCP Server Selector */ +.claudian-mcp-selector { + position: relative; + display: flex; + align-items: center; + margin-left: 8px; +} + +.claudian-mcp-selector-icon-wrapper { + position: relative; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; +} + +.claudian-mcp-selector-icon { + display: flex; + align-items: center; + justify-content: center; + width: 24px; + height: 24px; + color: var(--text-faint); + transition: color 0.15s ease; +} + +.claudian-mcp-selector-icon-wrapper:hover .claudian-mcp-selector-icon { + color: var(--text-normal); +} + +.claudian-mcp-selector-icon.active { + color: var(--claudian-brand); + animation: mcp-glow 2s ease-in-out infinite; +} + +.claudian-mcp-selector-icon svg { + width: 16px; + height: 16px; +} + +.claudian-mcp-selector-badge { + position: absolute; + top: 0; + right: 0; + font-size: 9px; + font-weight: 600; + color: var(--claudian-brand); + opacity: 0; + transition: opacity 0.15s ease; + pointer-events: none; +} + +.claudian-mcp-selector-badge.visible { + opacity: 1; +} + +.claudian-mcp-selector-dropdown { + position: absolute; + left: 50%; + transform: translateX(-50%); + bottom: 100%; + margin-bottom: 4px; + min-width: 200px; + max-width: 280px; + background: var(--background-secondary); + border: 1px solid var(--background-modifier-border); + border-radius: 8px; + box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); + opacity: 0; + visibility: hidden; + transition: opacity 0.15s ease, visibility 0.15s ease; + z-index: 100; +} + +/* Bridge the gap between icon and dropdown to prevent hover breaks */ +.claudian-mcp-selector-dropdown::after { + content: ''; + position: absolute; + left: 0; + right: 0; + bottom: -8px; + height: 8px; +} + +.claudian-mcp-selector-dropdown.visible, +.claudian-mcp-selector:hover .claudian-mcp-selector-dropdown { + opacity: 1; + visibility: visible; +} + +.claudian-mcp-selector-header { + padding: 10px 12px; + font-size: 12px; + font-weight: 600; + color: var(--text-muted); + border-bottom: 1px solid var(--background-modifier-border); +} + +.claudian-mcp-selector-list { + max-height: 200px; + overflow-y: auto; +} + +.claudian-mcp-selector-empty { + padding: 16px 12px; + text-align: center; + color: var(--text-muted); + font-size: 12px; + font-style: italic; +} + +.claudian-mcp-selector-item { + display: flex; + align-items: center; + padding: 8px 12px; + gap: 8px; + cursor: pointer; + transition: background 0.15s ease; +} + +.claudian-mcp-selector-item:hover { + background: var(--background-modifier-hover); +} + +.claudian-mcp-selector-item.enabled { + background: rgba(var(--claudian-brand-rgb), 0.1); +} + +.claudian-mcp-selector-check { + display: flex; + align-items: center; + justify-content: center; + width: 16px; + height: 16px; + border: 1px solid var(--background-modifier-border); + border-radius: 3px; + color: var(--claudian-brand); +} + +.claudian-mcp-selector-item.enabled .claudian-mcp-selector-check { + background: rgba(var(--claudian-brand-rgb), 0.2); + border-color: var(--claudian-brand); +} + +.claudian-mcp-selector-check svg { + width: 12px; + height: 12px; +} + +.claudian-mcp-selector-item-info { + display: flex; + align-items: center; + justify-content: space-between; + gap: 6px; + flex: 1; + overflow: hidden; +} + +.claudian-mcp-selector-item-name { + font-size: 12px; + color: var(--text-normal); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-mcp-selector-cs-badge { + font-size: 10px; + font-weight: 600; + padding: 1px 4px; + border-radius: 3px; + background: rgba(var(--claudian-brand-rgb), 0.2); + color: var(--claudian-brand); + flex-shrink: 0; + margin-left: auto; +} + + +/* ============================================ + features/file-context.css + ============================================ */ +/* @ Mention dropdown */ +.claudian-mention-dropdown { + display: none; + position: absolute; + bottom: 100%; + left: 0; + right: 0; + margin-bottom: 4px; + background: var(--background-secondary); + backdrop-filter: blur(20px); + -webkit-backdrop-filter: blur(20px); + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2); + z-index: 1000; + max-height: 250px; + overflow-y: auto; +} + +.claudian-mention-dropdown.visible { + display: block; +} + +/* Fixed positioning for inline editor */ +.claudian-mention-dropdown-fixed { + position: fixed; + bottom: var(--claudian-fixed-dropdown-bottom); + left: var(--claudian-fixed-dropdown-left); + right: auto; + width: var(--claudian-fixed-dropdown-width); + z-index: 10001; +} + +.claudian-mention-item { + display: flex; + align-items: center; + gap: 8px; + padding: 8px 12px; + cursor: pointer; + transition: background 0.1s ease; +} + +.claudian-mention-item:hover, +.claudian-mention-item.selected { + background: var(--background-modifier-hover); +} + +.claudian-mention-icon { + display: flex; + align-items: center; + color: var(--text-muted); + flex-shrink: 0; +} + +.claudian-mention-icon svg { + width: 14px; + height: 14px; +} + +.claudian-mention-path { + font-size: 13px; + color: var(--text-normal); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-mention-empty { + padding: 12px; + text-align: center; + color: var(--text-muted); + font-size: 13px; +} + +/* Scrollbar for mention dropdown */ +.claudian-mention-dropdown::-webkit-scrollbar { + width: 6px; +} + +.claudian-mention-dropdown::-webkit-scrollbar-track { + background: transparent; +} + +.claudian-mention-dropdown::-webkit-scrollbar-thumb { + background: var(--background-modifier-border); + border-radius: 3px; +} + +/* MCP items in @-mention dropdown */ +.claudian-mention-item.mcp-server .claudian-mention-icon { + color: var(--interactive-accent); +} + +.claudian-mention-item.vault-folder .claudian-mention-icon { + color: var(--text-muted); +} + +.claudian-mention-text { + display: flex; + flex-direction: column; + gap: 2px; + min-width: 0; + flex: 1; +} + +.claudian-mention-name { + font-size: 13px; + font-weight: 500; + color: var(--interactive-accent); +} + +.claudian-mention-desc { + font-size: 11px; + color: var(--text-muted); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +/* Context file items in @-mention dropdown */ +.claudian-mention-item.context-file .claudian-mention-icon { + color: var(--claudian-brand); +} + +.claudian-mention-item.context-file .claudian-mention-text { + flex-direction: row; + overflow: hidden; + white-space: nowrap; +} + +.claudian-mention-item.context-file .claudian-mention-name-context { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + min-width: 0; +} + +/* Context folder filter items in @-mention dropdown */ +.claudian-mention-item.context-folder .claudian-mention-icon { + color: var(--text-muted); +} + +.claudian-mention-name-folder { + color: var(--text-normal); + font-weight: 500; +} + +.claudian-mention-name-context { + color: var(--text-normal); +} + +/* Agent folder items in @-mention dropdown */ +.claudian-mention-item.agent-folder .claudian-mention-icon { + color: var(--link-color); +} + +.claudian-mention-name-agent-folder { + color: var(--link-color); + font-weight: 600; +} + +/* Agent items in @-mention dropdown (inside @Agents/) */ +.claudian-mention-item.agent .claudian-mention-icon { + color: var(--link-color); +} + +.claudian-mention-item.agent .claudian-mention-text { + flex-direction: row; + align-items: baseline; + gap: 6px; + overflow: hidden; + white-space: nowrap; +} + +.claudian-mention-item.agent .claudian-mention-name-agent { + color: var(--text-normal); + font-size: 13px; + flex-shrink: 0; +} + +.claudian-mention-item.agent .claudian-mention-agent-desc { + font-size: 11px; + color: var(--text-muted); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + min-width: 0; +} + + +/* ============================================ + features/file-link.css + ============================================ */ +/* Clickable file links that open files in Obsidian */ +.claudian-file-link { + color: var(--text-accent); + text-decoration: none; + cursor: pointer; + border-radius: 3px; + transition: color 0.15s ease; +} + +.claudian-file-link:hover { + color: var(--text-accent-hover); + text-decoration: underline; +} + +/* File link inside inline code */ +code .claudian-file-link { + color: var(--text-accent); +} + +code .claudian-file-link:hover { + color: var(--text-accent-hover); +} + + +/* ============================================ + features/image-context.css + ============================================ */ +/* Image Context - Preview & Attachments */ + +/* Image preview container (in input area) */ +.claudian-image-preview { + display: none; + flex-wrap: wrap; + gap: 8px; + padding: 8px 0; + margin-bottom: 4px; +} + +/* Individual image preview chip */ +.claudian-image-chip { + display: flex; + align-items: center; + gap: 8px; + padding: 6px 8px; + background: var(--background-primary); + border: 1px solid var(--background-modifier-border); + border-radius: 8px; + max-width: 200px; +} + +.claudian-image-chip:hover { + border-color: var(--interactive-accent); +} + +/* Image thumbnail */ +.claudian-image-thumb { + width: 40px; + height: 40px; + border-radius: 4px; + overflow: hidden; + flex-shrink: 0; + cursor: pointer; +} + +.claudian-image-thumb img { + width: 100%; + height: 100%; + object-fit: cover; +} + +/* Image info */ +.claudian-image-info { + display: flex; + flex-direction: column; + min-width: 0; + flex: 1; +} + +.claudian-image-name { + font-size: 12px; + color: var(--text-normal); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-image-size { + font-size: 10px; + color: var(--text-muted); +} + +/* Remove button */ +.claudian-image-remove { + position: relative; + width: 20px; + height: 20px; + border-radius: 50%; + cursor: pointer; + transition: background 0.15s ease; + flex-shrink: 0; + font-size: 0; /* Hide text character */ +} + +.claudian-image-remove::before, +.claudian-image-remove::after { + content: ''; + position: absolute; + top: 50%; + left: 50%; + width: 10px; + height: 2px; + background: var(--text-muted); + border-radius: 1px; + transition: background 0.15s ease; +} + +.claudian-image-remove::before { + transform: translate(-50%, -50%) rotate(45deg); +} + +.claudian-image-remove::after { + transform: translate(-50%, -50%) rotate(-45deg); +} + +.claudian-image-remove:hover { + background: var(--background-modifier-error); +} + +.claudian-image-remove:hover::before, +.claudian-image-remove:hover::after { + background: var(--text-on-accent); +} + +/* Drop overlay - inside input wrapper */ +.claudian-drop-overlay { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(var(--claudian-brand-rgb), 0.08); + border: 2px dashed var(--claudian-brand); + border-radius: 6px; + display: none; + align-items: center; + justify-content: center; + z-index: 100; + pointer-events: none; +} + +.claudian-drop-overlay.visible { + display: flex; +} + +.claudian-drop-content { + display: flex; + flex-direction: column; + align-items: center; + gap: 4px; + color: var(--claudian-brand); +} + +.claudian-drop-content svg { + opacity: 0.7; +} + +.claudian-drop-content span { + font-size: 12px; + font-weight: 500; +} + +/* Images in Messages (displayed above user bubble) */ + +/* Images container - right-aligned above user message */ +.claudian-message-images { + display: flex; + flex-wrap: wrap; + gap: 6px; + justify-content: flex-end; + margin-bottom: 6px; + padding-right: 4px; +} + +/* Individual image in message - standardized size */ +.claudian-message-image { + width: 120px; + height: 120px; + border-radius: 8px; + overflow: hidden; + cursor: pointer; + transition: transform 0.15s ease, box-shadow 0.15s ease; + background: var(--background-secondary); + border: 1px solid var(--background-modifier-border); +} + +.claudian-message-image:hover { + transform: scale(1.03); + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); +} + +.claudian-message-image img { + width: 100%; + height: 100%; + object-fit: cover; + display: block; +} + + +/* ============================================ + features/image-embed.css + ============================================ */ +/* Image embed styles - displays ![[image.png]] wikilinks as actual images */ + +.claudian-embedded-image { + display: inline-block; + max-width: 100%; + margin: 0.5em 0; + vertical-align: middle; +} + +.claudian-embedded-image img { + max-width: 100%; + height: auto; + border-radius: var(--radius-s); + cursor: pointer; + transition: opacity 0.2s ease; +} + +.claudian-embedded-image img:hover { + opacity: 0.9; +} + +/* When image is inline with text */ +.claudian-text-block p .claudian-embedded-image { + margin: 0.25em 0; +} + +/* Block-level image (standalone on its own line) */ +.claudian-text-block p > .claudian-embedded-image:only-child { + display: block; + margin: 0.75em 0; +} + +/* Fallback when image file not found */ +.claudian-embedded-image-fallback { + color: var(--text-muted); + font-style: italic; + background: var(--background-modifier-hover); + padding: 0.1em 0.4em; + border-radius: var(--radius-s); +} + + +/* ============================================ + features/image-modal.css + ============================================ */ +/* Full-size Image Modal */ +.claudian-image-modal-overlay { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, 0.85); + display: flex; + align-items: center; + justify-content: center; + z-index: 10000; + cursor: pointer; +} + +.claudian-image-modal { + position: relative; + max-width: 90vw; + max-height: 90vh; + cursor: default; +} + +.claudian-image-modal img { + max-width: 90vw; + max-height: 90vh; + object-fit: contain; + border-radius: 8px; + box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5); +} + +.claudian-image-modal-close { + position: absolute; + top: -12px; + right: -12px; + width: 32px; + height: 32px; + display: flex; + align-items: center; + justify-content: center; + background: var(--background-secondary); + border-radius: 50%; + cursor: pointer; + font-size: 20px; + color: var(--text-muted); + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); + transition: background 0.15s ease, color 0.15s ease; +} + +.claudian-image-modal-close:hover { + background: var(--background-modifier-error); + color: var(--text-on-accent); +} + + +/* ============================================ + features/inline-edit.css + ============================================ */ +/* Inline Edit (CM6 decorations) */ + +/* Selection highlight (shared by inline edit and chat) */ +.cm-line .claudian-selection-highlight, +.claudian-selection-highlight { + background: var(--text-selection) !important; + border-radius: 2px; + padding: 3px 0; + margin: -3px 0; +} + +/* Preview mode selection highlight via CSS Custom Highlight API */ +::highlight(claudian-selection) { + background: var(--text-selection); +} + +/* CM6 widget container - ensure transparent background */ +.cm-widgetBuffer, +.cm-line.claudian-inline-input-line { + background: transparent !important; +} + +/* Input container - fully transparent */ +.claudian-inline-input-container { + display: flex; + flex-direction: column; + gap: 0; + padding: 2px 0; + background: transparent !important; +} + +/* Input wrapper - contains input and spinner */ +.claudian-inline-input-wrap { + flex: 1; + position: relative; + background: transparent !important; + overflow: visible; +} + +/* Input - fully transparent */ +.claudian-inline-input { + width: 100%; + padding: 4px 8px; + padding-inline-end: 30px; + border-width: 1px !important; + border-style: solid !important; + border-color: var(--background-modifier-border) !important; + border-radius: 8px !important; + background: transparent !important; + color: var(--text-normal); + font-family: var(--font-interface, -apple-system, BlinkMacSystemFont, sans-serif) !important; + font-size: var(--font-ui-small, 13px) !important; +} + +.claudian-inline-input:focus, +.claudian-inline-input:focus-visible { + outline: none !important; + box-shadow: none !important; +} + +.claudian-inline-input::placeholder { + color: var(--text-faint); +} + +.claudian-inline-input:disabled { + opacity: 0.6; +} + +/* Spinner - inside input box on end side */ +.claudian-inline-spinner { + position: absolute; + inset-inline-end: 8px; + top: 50%; + width: 14px; + height: 14px; + margin-top: -7px; + border: 2px solid var(--background-modifier-border); + border-top-color: var(--claudian-brand); + border-radius: 50%; + box-sizing: border-box; + animation: claudian-spin 0.8s linear infinite; +} + +/* Agent reply - shown when agent asks clarifying question */ +.claudian-inline-agent-reply { + padding: 8px; + margin-bottom: 4px; + background: transparent; + border-width: 1px; + border-style: solid; + border-color: var(--background-modifier-border); + border-radius: 8px; + font-family: var(--font-interface, -apple-system, BlinkMacSystemFont, sans-serif); + font-size: var(--font-ui-small, 13px); + line-height: 1.4; + color: var(--text-muted); + overflow-x: auto; + word-wrap: break-word; +} + +.claudian-inline-agent-reply > :first-child, +.claudian-inline-markdown-preview-body > :first-child { + margin-top: 0; +} + +.claudian-inline-agent-reply > :last-child, +.claudian-inline-markdown-preview-body > :last-child { + margin-bottom: 0; +} + +.claudian-inline-markdown-preview { + margin: 4px 0 6px; + padding: 8px 10px; + border: 1px solid var(--background-modifier-border); + border-radius: 8px; + background: var(--background-primary); + color: var(--text-normal); + overflow-x: auto; +} + +.claudian-inline-markdown-preview-body { + font-family: var(--font-text); + font-size: var(--font-text-size); + line-height: var(--line-height-normal); +} + +.claudian-inline-markdown-preview img { + max-width: 100%; + height: auto; +} + +.claudian-inline-markdown-fallback { + white-space: pre-wrap; + word-wrap: break-word; +} + +/* Inline Diff - replaces selection in place */ +.claudian-inline-diff-replace { + /* Inherit all font properties from document */ + font-size: inherit; + font-family: inherit; + line-height: inherit; + font-weight: inherit; +} + +/* Deleted text - red strikethrough */ +.claudian-diff-del { + background: rgba(255, 80, 80, 0.2); + text-decoration: line-through; + color: var(--text-muted); +} + +/* Inserted text - green background */ +.claudian-diff-ins { + background: rgba(80, 200, 80, 0.2); +} + +/* Accept/Reject buttons inline with diff */ +.claudian-inline-diff-buttons { + display: inline-flex; + gap: 8px; + margin-inline-start: 6px; + background: none !important; +} + +.claudian-inline-diff-btn { + padding: 4px 6px; + border: none !important; + background: none !important; + box-shadow: none !important; + outline: none !important; + font-size: 16px; + cursor: pointer; +} + +.claudian-inline-diff-btn.reject { + color: var(--color-red); +} + +.claudian-inline-diff-btn.accept { + color: var(--color-green); +} + + +/* ============================================ + features/diff.css + ============================================ */ +/* Write/Edit Diff Block - Subagent style */ +.claudian-write-edit-block { + margin: 4px 0; + background: transparent; + overflow: hidden; +} + +.claudian-text-block+.claudian-write-edit-block { + margin-top: 8px; +} + +.claudian-write-edit-block+.claudian-text-block { + margin-top: 8px; +} + +.claudian-write-edit-header { + display: flex; + align-items: center; + gap: 8px; + padding: 4px 0; + cursor: pointer; + user-select: none; + background: transparent; + overflow: hidden; +} + +.claudian-write-edit-icon { + width: 16px; + height: 16px; + color: var(--text-accent); + flex-shrink: 0; +} + +.claudian-write-edit-icon svg { + width: 16px; + height: 16px; +} + +/* Two-part header: name (fixed) + summary (flexible) */ +.claudian-write-edit-name { + font-family: var(--font-monospace); + font-size: 13px; + font-weight: 400; + color: var(--text-normal); + white-space: nowrap; + flex-shrink: 0; +} + +.claudian-write-edit-summary { + font-family: var(--font-monospace); + font-size: 13px; + color: var(--text-muted); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + flex: 1; + min-width: 0; +} + +.claudian-write-edit-stats { + font-family: var(--font-monospace); + font-size: 11px; + flex-shrink: 0; +} + +.claudian-write-edit-stats .added { + color: var(--color-green); +} + +.claudian-write-edit-stats .removed { + color: var(--color-red); + margin-left: 4px; +} + +.claudian-write-edit-status { + width: 16px; + height: 16px; + flex-shrink: 0; +} + +/* Hide empty status on successful completion so stats align to right edge */ +.claudian-write-edit-block.done .claudian-write-edit-status:empty { + display: none; +} + +.claudian-write-edit-status svg { + width: 16px; + height: 16px; +} + +.claudian-write-edit-status.status-completed { + color: var(--color-green); +} + +.claudian-write-edit-status.status-error, +.claudian-write-edit-status.status-blocked { + color: var(--color-red); +} + +.claudian-write-edit-content { + padding: 0; + background: transparent; + overflow: hidden; +} + +.claudian-write-edit-diff-row { + display: flex; +} + +.claudian-write-edit-diff { + flex: 1; + font-family: var(--font-monospace); + font-size: 12px; + line-height: 1.5; + background: transparent; + max-height: 300px; + overflow-y: auto; + overflow-x: auto; +} + +.claudian-write-edit-loading, +.claudian-write-edit-binary, +.claudian-write-edit-error, +.claudian-write-edit-done-text { + font-family: var(--font-monospace); + font-size: 12px; + color: var(--text-muted); +} + +.claudian-write-edit-error { + color: var(--color-red); +} + +/* Diff line styling */ +.claudian-diff-hunk { + margin-bottom: 4px; +} + +.claudian-diff-line { + display: flex; + white-space: pre-wrap; + word-break: break-all; +} + +.claudian-diff-prefix { + flex-shrink: 0; + width: 16px; + text-align: center; + color: var(--text-muted); + user-select: none; +} + +.claudian-diff-text { + flex: 1; + min-width: 0; +} + +/* Diff colors - NO strikethrough for Write/Edit blocks */ +.claudian-diff-equal { + color: var(--text-muted); +} + +.claudian-diff-delete { + background: rgba(255, 80, 80, 0.25); + color: var(--text-normal); +} + +.claudian-diff-delete .claudian-diff-prefix { + color: var(--color-red); +} + +.claudian-diff-insert { + background: rgba(80, 200, 80, 0.25); + color: var(--text-normal); +} + +.claudian-diff-insert .claudian-diff-prefix { + color: var(--color-green); +} + +/* Hunk separator */ +.claudian-diff-separator { + color: var(--text-muted); + text-align: center; + padding: 4px 0; + font-style: italic; + border-top: 1px dashed var(--background-modifier-border); + border-bottom: 1px dashed var(--background-modifier-border); + margin: 8px 0; + font-size: 11px; +} + +.claudian-diff-no-changes { + color: var(--text-muted); + font-style: italic; + padding: 8px; +} + + +/* ============================================ + features/slash-commands.css + ============================================ */ +/* Slash Command Dropdown */ +.claudian-slash-dropdown { + display: none; + position: absolute; + bottom: 100%; + left: 0; + right: 0; + margin-bottom: 4px; + background: var(--background-secondary); + backdrop-filter: blur(20px); + -webkit-backdrop-filter: blur(20px); + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2); + z-index: 1000; + max-height: 300px; + overflow-y: auto; +} + +.claudian-slash-dropdown.visible { + display: block; +} + +/* Fixed positioning for inline editor */ +.claudian-slash-dropdown-fixed { + position: fixed; + bottom: var(--claudian-fixed-dropdown-bottom); + left: var(--claudian-fixed-dropdown-left); + right: auto; + width: var(--claudian-fixed-dropdown-width); + z-index: 10001; +} + +.claudian-slash-item { + padding: 8px 12px; + cursor: pointer; + transition: background 0.1s ease; + border-bottom: 1px solid var(--background-modifier-border); +} + +.claudian-slash-item:last-child { + border-bottom: none; +} + +.claudian-slash-item:hover, +.claudian-slash-item.selected { + background: var(--background-modifier-hover); +} + +.claudian-slash-name { + font-size: 12px; + font-weight: 500; + color: var(--text-normal); + font-family: var(--font-monospace); +} + +.claudian-slash-hint { + font-size: 12px; + color: var(--text-muted); + margin-left: 8px; +} + +.claudian-slash-desc { + font-size: 11px; + color: var(--text-muted); + margin-top: 2px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-slash-empty { + padding: 16px; + text-align: center; + color: var(--text-muted); + font-size: 13px; +} + +/* Scrollbar */ +.claudian-slash-dropdown::-webkit-scrollbar { + width: 6px; +} + +.claudian-slash-dropdown::-webkit-scrollbar-track { + background: transparent; +} + +.claudian-slash-dropdown::-webkit-scrollbar-thumb { + background: var(--background-modifier-border); + border-radius: 3px; +} + + +/* ============================================ + features/resume-session.css + ============================================ */ +/* Resume Session Dropdown */ +.claudian-resume-dropdown { + display: none; + position: absolute; + bottom: 100%; + left: 0; + right: 0; + margin-bottom: 4px; + background: var(--background-secondary); + backdrop-filter: blur(20px); + -webkit-backdrop-filter: blur(20px); + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2); + z-index: 1000; + max-height: 400px; + overflow: hidden; +} + +.claudian-resume-dropdown.visible { + display: block; +} + +.claudian-resume-header { + padding: 8px 12px; + font-size: 12px; + font-weight: 600; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: 1px solid var(--background-modifier-border); +} + +.claudian-resume-list { + max-height: 350px; + overflow-y: auto; +} + +.claudian-resume-empty { + padding: 16px; + text-align: center; + color: var(--text-muted); + font-size: 13px; +} + +.claudian-resume-item { + display: flex; + align-items: center; + gap: 10px; + padding: 8px 12px; + cursor: pointer; + border-bottom: 1px solid var(--background-modifier-border); + transition: background 0.1s ease; +} + +.claudian-resume-item:last-child { + border-bottom: none; +} + +.claudian-resume-item:hover, +.claudian-resume-item.selected { + background: var(--background-modifier-hover); +} + +.claudian-resume-item.current { + background: var(--background-secondary); + border-inline-start: 2px solid var(--interactive-accent); + padding-inline-start: 10px; +} + +.claudian-resume-item-icon { + display: flex; + align-items: center; + color: var(--text-muted); + flex-shrink: 0; +} + +.claudian-resume-item-icon svg { + width: 16px; + height: 16px; +} + +.claudian-resume-item.current .claudian-resume-item-icon { + color: var(--interactive-accent); +} + +.claudian-resume-item-content { + flex: 1; + min-width: 0; +} + +.claudian-resume-item-title { + font-size: 13px; + font-weight: 500; + color: var(--text-normal); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.claudian-resume-item-date { + font-size: 11px; + color: var(--text-faint); + margin-top: 2px; +} + +/* Scrollbar */ +.claudian-resume-list::-webkit-scrollbar { + width: 6px; +} + +.claudian-resume-list::-webkit-scrollbar-track { + background: transparent; +} + +.claudian-resume-list::-webkit-scrollbar-thumb { + background: var(--background-modifier-border); + border-radius: 3px; +} + + +/* ============================================ + features/ask-user-question.css + ============================================ */ +/* AskUserQuestion - inline widget rendered in chat panel */ + +.claudian-ask-question-inline { + font-family: var(--font-monospace); + font-size: 12px; + outline: none; +} + +.claudian-ask-inline-title { + font-weight: 700; + color: var(--text-muted); + padding: 6px 10px 0; +} + +/* ── Tab bar ─────────────────────────────────── */ + +.claudian-ask-tab-bar { + display: flex; + align-items: center; + gap: 6px; + padding: 4px 10px; + border-bottom: 1px solid var(--background-modifier-border); + line-height: 1.4; +} + +.claudian-ask-tab { + display: inline-flex; + align-items: center; + padding: 2px 10px; + border-radius: 3px; + cursor: pointer; + user-select: none; + color: var(--text-muted); + transition: + background 0.15s ease, + color 0.15s ease; +} + +.claudian-ask-tab:hover { + color: var(--text-normal); +} + +.claudian-ask-tab.is-active { + background: hsla(55, 30%, 50%, 0.18); + color: var(--text-normal); +} + +.claudian-ask-tab-label { + font-weight: 600; + max-width: 14ch; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-ask-tab-tick { + color: var(--color-green); + font-weight: 700; +} + +.claudian-ask-tab-submit-check { + color: var(--color-green); + white-space: pre; +} + +/* ── Content area ────────────────────────────── */ + +.claudian-ask-content { + padding: 8px 10px; +} + +.claudian-ask-question-text { + font-weight: 700; + color: var(--text-normal); + margin-bottom: 8px; + line-height: 1.4; +} + +/* ── Item list ───────────────────────────────── */ + +.claudian-ask-list { + display: flex; + flex-direction: column; + gap: 2px; + margin-bottom: 8px; +} + +.claudian-ask-item { + display: flex; + align-items: flex-start; + padding: 3px 4px; + cursor: pointer; + line-height: 1.4; + color: var(--text-normal); + border-radius: 3px; +} + +.claudian-ask-item:hover { + background: var(--background-modifier-hover); +} + +.claudian-ask-cursor { + display: inline-block; + width: 2ch; + flex-shrink: 0; + color: var(--text-accent); + font-weight: 700; +} + +.claudian-ask-item-num { + color: var(--text-muted); + flex-shrink: 0; +} + +.claudian-ask-item-content { + display: flex; + flex-direction: column; + flex: 1; + min-width: 0; +} + +.claudian-ask-label-row { + display: flex; + align-items: baseline; +} + +.claudian-ask-item-label { + font-weight: 600; +} + +.claudian-ask-item-desc { + color: var(--text-muted); + font-weight: 400; + line-height: 1.4; + margin-top: 1px; +} + +/* Selected items: green text */ +.claudian-ask-item.is-selected .claudian-ask-item-label { + color: var(--color-green); +} + +/* Disabled items: muted text */ +.claudian-ask-item.is-disabled .claudian-ask-item-label { + color: var(--text-faint); +} + +/* ── Multi-select brackets ───────────────────── */ + +.claudian-ask-check { + color: var(--text-faint); + flex-shrink: 0; + white-space: pre; +} + +.claudian-ask-check.is-checked { + color: var(--color-green); +} + +/* ── Single-select check mark ────────────────── */ + +.claudian-ask-check-mark { + color: var(--color-green); + font-weight: 700; +} + +/* ── Custom input ────────────────────────────── */ + +.claudian-ask-item input.claudian-ask-custom-text, +.claudian-ask-item input.claudian-ask-custom-text:hover, +.claudian-ask-item input.claudian-ask-custom-text:focus { + border: none; + border-radius: 0; + background: transparent; + box-shadow: none; + font-family: var(--font-monospace); + font-size: inherit; + color: var(--text-normal); + outline: none; + padding: 0; + width: 0; + height: auto; + min-height: 0; + line-height: 1.4; + flex: 1 1 0; + min-width: 0; +} + +.claudian-ask-custom-text::placeholder { + color: var(--text-faint); +} + +/* ── Submit review tab ───────────────────────── */ + +.claudian-ask-review-title { + font-weight: 700; + color: var(--text-normal); + margin-bottom: 6px; +} + +.claudian-ask-review { + font-family: var(--font-monospace); + margin-bottom: 16px; +} + +.claudian-tool-content .claudian-ask-review { + font-size: 12px; +} + +.claudian-ask-review:last-child { + margin-bottom: 0; +} + +.claudian-ask-review-pair { + display: flex; + gap: 6px; + margin-bottom: 4px; +} + +.claudian-ask-review-pair:last-child { + margin-bottom: 0; +} + +.claudian-ask-review-num { + color: var(--text-muted); + flex-shrink: 0; +} + +.claudian-ask-review-body { + min-width: 0; +} + +.claudian-ask-review-q-text { + color: var(--text-muted); +} + +.claudian-ask-review-a-text { + color: var(--text-normal); +} + +.claudian-ask-review-empty { + color: var(--text-faint); + font-style: italic; +} + +.claudian-ask-review-prompt { + color: var(--text-muted); + margin-bottom: 6px; +} + +/* ── Hints ───────────────────────────────────── */ + +.claudian-ask-hints { + color: var(--text-faint); + padding-top: 6px; + border-top: 1px solid var(--background-modifier-border); +} + +/* ── Approval header (inline permission request) ── */ + +.claudian-ask-approval-info { + padding: 8px 10px; +} + +.claudian-ask-approval-tool { + display: flex; + align-items: center; + gap: 8px; + padding: 6px 10px; + background: var(--background-secondary); + border-radius: 6px; + margin-bottom: 8px; +} + +.claudian-ask-approval-icon { + color: var(--claudian-brand); +} + +.claudian-ask-approval-tool-name { + font-weight: 600; + color: var(--text-normal); +} + +.claudian-ask-approval-reason { + color: var(--text-muted); + font-size: 12px; + margin-bottom: 6px; +} + +.claudian-ask-approval-blocked-path { + font-family: var(--font-monospace); + font-size: 11px; + color: var(--text-muted); + padding: 3px 6px; + background: var(--background-primary-alt); + border-radius: 4px; + margin-bottom: 6px; + word-break: break-all; +} + +.claudian-ask-approval-agent { + color: var(--text-muted); + font-size: 12px; + margin-bottom: 6px; +} + +.claudian-ask-approval-desc { + padding: 8px 10px; + background: var(--background-primary-alt); + border-radius: 6px; + font-family: var(--font-monospace); + font-size: 12px; + color: var(--text-normal); + word-break: break-all; +} + + +/* ============================================ + features/plan-mode.css + ============================================ */ +/* Plan Mode - inline cards for EnterPlanMode / ExitPlanMode */ + +.claudian-plan-approval-inline { + font-family: var(--font-monospace); + font-size: 12px; + outline: none; +} + +.claudian-plan-inline-title { + font-weight: 700; + color: var(--text-muted); + padding: 6px 10px 0; +} + +/* ── Plan content preview ────────────────────────── */ + +.claudian-plan-content-preview { + max-height: 300px; + overflow-y: auto; + margin: 6px 10px 8px; + padding: 8px 10px; + border: 1px solid var(--background-modifier-border); + border-radius: 4px; + background: var(--background-primary); + font-size: 12px; + line-height: 1.5; + color: var(--text-normal); +} + +.claudian-plan-content-preview::-webkit-scrollbar { + width: 4px; +} + +.claudian-plan-content-preview::-webkit-scrollbar-thumb { + background: var(--background-modifier-border); + border-radius: 2px; +} + +.claudian-plan-content-preview p { + margin: 0 0 6px; +} + +.claudian-plan-content-preview p:last-child { + margin-bottom: 0; +} + +.claudian-plan-content-preview h1, +.claudian-plan-content-preview h2, +.claudian-plan-content-preview h3, +.claudian-plan-content-preview h4 { + margin: 8px 0 4px; + font-size: 13px; +} + +.claudian-plan-content-preview ul, +.claudian-plan-content-preview ol { + margin: 2px 0 6px; + padding-left: 18px; +} + +.claudian-plan-content-preview li { + margin: 0; +} + +.claudian-plan-content-preview code { + font-size: 11px; +} + +.claudian-plan-content-text { + white-space: pre-wrap; + word-break: break-word; + font-family: var(--font-monospace); +} + +/* ── Permissions list ──────────────────────────── */ + +.claudian-plan-permissions { + padding: 4px 10px 8px; +} + +.claudian-plan-permissions-label { + color: var(--text-muted); + font-weight: 600; + margin-bottom: 4px; +} + +.claudian-plan-permissions-list { + margin: 0; + padding-left: 18px; + color: var(--text-normal); + line-height: 1.5; +} + +.claudian-plan-permissions-list li { + margin: 0; +} + +/* ── Plan mode input border ──────────────────────── */ + +.claudian-input-wrapper.claudian-input-plan-mode { + border-color: rgb(92, 148, 140) !important; + box-shadow: 0 0 0 1px rgb(92, 148, 140); +} + + +/* ============================================ + modals/instruction.css + ============================================ */ +/* Instruction Mode */ + +/* Instruction Confirm Modal */ +.claudian-instruction-modal { + max-width: 500px; +} + +.claudian-instruction-section { + margin-bottom: 16px; +} + +.claudian-instruction-label { + font-size: 12px; + font-weight: 500; + color: var(--text-muted); + margin-bottom: 6px; +} + +.claudian-instruction-original { + padding: 10px 12px; + background: var(--background-secondary); + border-radius: 6px; + font-size: 13px; + color: var(--text-muted); + font-style: italic; + white-space: pre-wrap; +} + +.claudian-instruction-refined { + padding: 12px; + background: var(--background-primary-alt); + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + font-size: 14px; + color: var(--text-normal); + line-height: 1.5; + white-space: pre-wrap; +} + +.claudian-instruction-clarification { + padding: 12px; + background: var(--background-primary-alt); + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + font-size: 14px; + color: var(--text-normal); + line-height: 1.5; + white-space: pre-wrap; +} + +.claudian-instruction-edit-container { + margin-top: 6px; +} + +.claudian-instruction-edit-textarea { + width: 100%; + padding: 10px 12px; + font-size: 14px; + line-height: 1.5; + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + background: var(--background-primary); + color: var(--text-normal); + resize: vertical; + min-height: 80px; +} + +.claudian-instruction-edit-textarea:focus { + outline: none; + border-color: var(--interactive-accent); +} + +.claudian-instruction-response-textarea { + width: 100%; + padding: 10px 12px; + font-size: 14px; + line-height: 1.5; + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + background: var(--background-primary); + color: var(--text-normal); + resize: vertical; + min-height: 60px; +} + +.claudian-instruction-response-textarea:focus { + outline: none; + border-color: var(--interactive-accent); +} + +.claudian-instruction-buttons { + display: flex; + gap: 8px; + justify-content: flex-end; + margin-top: 16px; +} + +.claudian-instruction-btn { + padding: 8px 16px; + font-size: 13px; + border: none; + border-radius: 6px; + cursor: pointer; + font-weight: 500; +} + +.claudian-instruction-reject-btn { + background: var(--background-modifier-border); + color: var(--text-normal); +} + +.claudian-instruction-reject-btn:hover { + background: var(--background-modifier-border-hover); +} + +.claudian-instruction-edit-btn { + background: var(--background-modifier-border); + color: var(--text-normal); +} + +.claudian-instruction-edit-btn:hover { + background: var(--background-modifier-border-hover); +} + +.claudian-instruction-accept-btn { + background: var(--interactive-accent); + color: var(--text-on-accent); +} + +.claudian-instruction-accept-btn:hover { + opacity: 0.9; +} + +/* Instruction loading state */ +.claudian-instruction-loading { + display: flex; + align-items: center; + justify-content: center; + gap: 10px; + padding: 20px; + color: var(--text-muted); +} + +.claudian-instruction-spinner { + width: 18px; + height: 18px; + border: 2px solid var(--background-modifier-border); + border-top-color: var(--interactive-accent); + border-radius: 50%; + animation: claudian-spin 0.8s linear infinite; +} + +/* Instruction modal content sections */ +.claudian-instruction-content-section { + margin: 8px 0; +} + +.claudian-instruction-clarification-section, +.claudian-instruction-confirmation-section { + margin-top: 8px; +} + + +/* ============================================ + modals/mcp-modal.css + ============================================ */ +/* MCP Server Modal */ +.claudian-mcp-modal .modal-content { + width: 480px; + max-width: 90vw; +} + +.claudian-mcp-type-fields { + margin: 12px 0; + padding: 12px; + background: var(--background-secondary); + border-radius: 6px; +} + +.claudian-mcp-type-fields .setting-item { + padding: 8px 0; + border-top: none; +} + +.claudian-mcp-type-fields .setting-item:first-child { + padding-top: 0; +} + +.claudian-mcp-cmd-setting, +.claudian-mcp-env-setting { + flex-direction: column; + align-items: flex-start; +} + +.claudian-mcp-cmd-setting .setting-item-control, +.claudian-mcp-env-setting .setting-item-control { + width: 100%; + margin-top: 8px; +} + +.claudian-mcp-cmd-textarea, +.claudian-mcp-env-textarea { + width: 100%; + min-height: 50px; + resize: vertical; + font-family: var(--font-monospace); + font-size: 12px; + padding: 8px; + border-radius: 4px; + border: 1px solid var(--background-modifier-border); + background: var(--background-primary); +} + +.claudian-mcp-cmd-textarea:focus, +.claudian-mcp-env-textarea:focus { + border-color: var(--interactive-accent); + outline: none; +} + +.claudian-mcp-buttons { + display: flex; + justify-content: flex-end; + gap: 8px; + margin-top: 16px; +} + +/* MCP Test Modal */ +.claudian-mcp-test-modal { + width: 500px; + max-width: 90vw; +} + +.claudian-mcp-test-modal .modal-content { + padding: 0 20px 20px 20px; +} + +.claudian-mcp-test-modal .modal-title { + padding: 20px 20px 12px 20px; + margin: 0 -20px; +} + +.claudian-mcp-test-loading { + display: flex; + align-items: center; + justify-content: center; + gap: 12px; + padding: 32px; + color: var(--text-muted); +} + +.claudian-mcp-test-spinner { + width: 20px; + height: 20px; + animation: claudian-spin 1s linear infinite; +} + +.claudian-mcp-test-spinner svg { + width: 100%; + height: 100%; +} + +.claudian-mcp-test-status { + display: flex; + align-items: center; + gap: 10px; + padding: 12px; + background: var(--background-secondary); + border-radius: 6px; + margin-bottom: 12px; +} + +.claudian-mcp-test-icon { + display: flex; + align-items: center; +} + +.claudian-mcp-test-icon svg { + width: 20px; + height: 20px; +} + +.claudian-mcp-test-icon.success { + color: var(--color-green); +} + +.claudian-mcp-test-icon.error { + color: var(--text-error); +} + +.claudian-mcp-test-text { + font-weight: 500; +} + +.claudian-mcp-test-error { + padding: 10px 12px; + background: rgba(var(--color-red-rgb), 0.1); + border: 1px solid var(--text-error); + border-radius: 6px; + color: var(--text-error); + font-size: 12px; + margin-bottom: 12px; +} + +.claudian-mcp-test-tools { + margin-bottom: 16px; +} + +.claudian-mcp-test-tools-header { + font-weight: 600; + font-size: 13px; + margin-bottom: 8px; + color: var(--text-muted); +} + +.claudian-mcp-test-tools-list { + display: flex; + flex-direction: column; + gap: 8px; + max-height: 300px; + overflow-y: auto; +} + +.claudian-mcp-test-tool { + padding: 10px 12px; + background: var(--background-secondary); + border-radius: 6px; +} + +.claudian-mcp-test-tool-header { + display: flex; + align-items: center; + gap: 8px; +} + +.claudian-mcp-test-tool-icon { + display: flex; + align-items: center; + color: var(--text-muted); +} + +.claudian-mcp-test-tool-icon svg { + width: 14px; + height: 14px; +} + +.claudian-mcp-test-tool-name { + font-weight: 500; + font-size: 13px; +} + +.claudian-mcp-test-tool-toggle { + margin-left: auto; +} + +.claudian-mcp-test-tool-toggle .checkbox-container { + display: flex; + align-items: center; +} + +.claudian-mcp-test-tool-disabled { + opacity: 0.75; +} + +.claudian-mcp-test-tool-disabled .claudian-mcp-test-tool-name { + text-decoration: line-through; + color: var(--text-muted); +} + +.claudian-mcp-toggle-all-btn { + margin-right: 8px; +} + +.claudian-mcp-toggle-all-btn.is-destructive { + background: rgba(var(--color-red-rgb), 0.1); + border-color: rgba(var(--color-red-rgb), 0.3); + color: var(--text-error); +} + +.claudian-mcp-toggle-all-btn.is-destructive:hover { + background: rgba(var(--color-red-rgb), 0.2); +} + +.claudian-mcp-test-tool-desc { + font-size: 12px; + color: var(--text-muted); + margin-top: 4px; + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + overflow: hidden; +} + +.claudian-mcp-test-no-tools { + padding: 16px; + text-align: center; + color: var(--text-muted); + font-size: 13px; + background: var(--background-secondary); + border-radius: 6px; + margin-bottom: 16px; +} + +.claudian-mcp-test-buttons { + display: flex; + justify-content: center; + margin-top: 16px; +} + + +/* ============================================ + modals/fork-target.css + ============================================ */ +/* Fork Target Modal */ +.claudian-fork-target-modal { + max-width: 340px; +} + +.claudian-fork-target-list { + display: flex; + flex-direction: column; +} + +.claudian-fork-target-option { + padding: 10px 12px; + border-radius: 6px; + cursor: pointer; + color: var(--text-normal); + font-size: 14px; +} + +.claudian-fork-target-option:hover { + background: var(--background-modifier-hover); +} + + +/* ============================================ + settings/base.css + ============================================ */ +/* ── Settings tab navigation ── */ + +.claudian-settings-tabs { + display: flex; + gap: 2px; + border-bottom: 1px solid var(--background-modifier-border); + margin-bottom: 16px; +} + +.claudian-settings-tab { + padding: 8px 16px; + border: none; + background: transparent; + color: var(--text-muted); + font-size: var(--font-ui-small); + font-weight: var(--font-medium); + cursor: pointer; + border-bottom: 2px solid transparent; + transition: color 0.15s ease, border-color 0.15s ease; + margin-bottom: -1px; +} + +.claudian-settings-tab:hover { + color: var(--text-normal); +} + +.claudian-settings-tab--active { + color: var(--text-normal); + border-bottom-color: var(--interactive-accent); +} + +.claudian-settings-tab-content { + display: none; +} + +.claudian-settings-tab-content--active { + display: block; +} + +/* Codex placeholder */ +.claudian-settings-codex-placeholder { + padding: 40px 20px; + text-align: center; + color: var(--text-muted); + font-size: var(--font-ui-small); +} + +/* Settings page - remove separator lines from setting items */ +.claudian-settings .setting-item { + border-top: none; +} + +/* Settings section headings (via setHeading()) */ +.claudian-settings .setting-item-heading { + padding-top: 18px; + margin-top: 12px; + border-top: 1px solid var(--background-modifier-border); +} + +.claudian-settings .setting-item-heading:first-child { + padding-top: 0; + margin-top: 0; + border-top: none; +} + +.claudian-settings .setting-item-heading .setting-item-name { + font-size: var(--font-ui-medium); + font-weight: var(--font-semibold); + color: var(--text-normal); +} + +/* Custom section descriptions - align with items */ +.claudian-sp-settings-desc, +.claudian-mcp-settings-desc, +.claudian-plugin-settings-desc, +.claudian-approved-desc { + padding: 0 12px; +} + +/* Unified icon action buttons for settings */ +.claudian-settings-action-btn { + display: flex; + align-items: center; + justify-content: center; + width: 28px; + height: 28px; + padding: 0; + border: none; + background: transparent; + border-radius: 4px; + cursor: pointer; + color: var(--text-muted); + transition: background 0.15s ease, color 0.15s ease; +} + +.claudian-settings-action-btn:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-settings-action-btn svg { + width: 14px; + height: 14px; +} + +.claudian-settings-delete-btn:hover { + color: var(--text-error); +} + +.claudian-setting-validation { + font-size: var(--font-ui-smaller); + margin-top: -0.5em; + margin-bottom: 0.5em; +} + +.claudian-setting-validation-error { + color: var(--text-error); +} + +.claudian-setting-validation-warning { + color: var(--text-warning); +} + +.claudian-settings-cli-path-input { + width: 100%; +} + +.claudian-settings-cli-path-input.claudian-input-error { + border-color: var(--text-error); +} + +/* Hotkey grid - 3 columns */ +.claudian-hotkey-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 4px 12px; + padding: 4px 0; +} + +.claudian-hotkey-item { + display: flex; + align-items: center; + gap: 8px; + padding: 6px 12px; + cursor: pointer; + border-radius: 6px; +} + +.claudian-hotkey-item:hover { + background: var(--background-modifier-hover); +} + +.claudian-hotkey-name { + flex: 1; + color: var(--text-normal); + font-size: var(--font-ui-small); +} + +.claudian-hotkey-badge { + color: var(--text-muted); + font-size: var(--font-ui-smaller); + background: var(--background-modifier-hover); + padding: 2px 6px; + border-radius: 4px; + font-family: var(--font-monospace); +} + +/* Media folder input width */ +.claudian-settings-media-input { + width: 200px; +} + +/* ── Shared settings panel layout (used by slash-settings + agent-settings) ── */ + +.claudian-sp-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 12px; + padding: 0 12px; +} + +.claudian-sp-label { + font-size: var(--font-ui-small); + color: var(--text-muted); + font-weight: var(--font-medium); +} + +.claudian-sp-header-actions { + display: flex; + gap: 4px; +} + +.claudian-sp-empty-state { + padding: 20px; + text-align: center; + color: var(--text-muted); + background: var(--background-secondary); + border-radius: 6px; + margin-top: 8px; +} + +.claudian-sp-list { + display: flex; + flex-direction: column; + gap: 8px; + margin-top: 8px; +} + +.claudian-sp-item { + display: flex; + align-items: flex-start; + justify-content: space-between; + padding: 12px; + background: var(--background-secondary); + border-radius: 6px; +} + +.claudian-sp-item:hover { + background: var(--background-modifier-hover); +} + +.claudian-sp-info { + flex: 1; + min-width: 0; +} + +.claudian-sp-item-header { + display: flex; + align-items: baseline; + gap: 8px; +} + +.claudian-sp-item-name { + font-weight: 600; + font-family: var(--font-monospace); + color: var(--text-normal); +} + +.claudian-sp-item-desc { + font-size: 13px; + color: var(--text-muted); + margin-top: 2px; +} + +.claudian-sp-item-actions { + display: flex; + gap: 4px; + margin-left: 16px; + flex-shrink: 0; +} + +.claudian-sp-advanced-section { + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + padding: 0 12px; + margin: 8px 0; +} + +.claudian-sp-advanced-summary { + cursor: pointer; + padding: 8px 0; + font-size: var(--font-ui-small); + color: var(--text-muted); + font-weight: var(--font-medium); +} + +.claudian-sp-advanced-section[open] .claudian-sp-advanced-summary { + margin-bottom: 4px; +} + +.claudian-sp-modal .modal-content { + max-width: 600px; + width: auto; +} + +.claudian-sp-content-area { + width: 100%; + font-family: var(--font-monospace); + font-size: 13px; + padding: 8px; + border: 1px solid var(--background-modifier-border); + border-radius: 4px; + background: var(--background-primary); + color: var(--text-normal); + resize: vertical; + margin-top: 8px; +} + +.claudian-sp-content-area:focus { + outline: none; + border-color: var(--interactive-accent); +} + +.claudian-sp-modal-buttons { + display: flex; + gap: 8px; + margin-top: 16px; + justify-content: flex-end; +} + + +/* ============================================ + settings/env-snippets.css + ============================================ */ +/* Context Limits Styles */ +.claudian-context-limits-container { + margin-top: 16px; +} + +.claudian-context-limits-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 8px; + margin-top: 16px; + padding: 0 12px; +} + +.claudian-context-limits-label { + font-size: var(--font-ui-small); + color: var(--text-muted); + font-weight: var(--font-medium); +} + +.claudian-context-limits-desc { + font-size: var(--font-ui-smaller); + color: var(--text-muted); + padding: 0 12px; + margin-bottom: 8px; +} + +.claudian-context-limits-list { + display: flex; + flex-direction: column; + gap: 8px; + margin-top: 8px; +} + +.claudian-context-limits-item { + display: flex; + align-items: center; + justify-content: space-between; + padding: 12px; + background: var(--background-secondary); + border-radius: 6px; + transition: background-color 0.2s; +} + +.claudian-context-limits-item:hover { + background: var(--background-modifier-hover); +} + +.claudian-context-limits-model { + font-family: var(--font-monospace); + font-size: var(--font-ui-small); + color: var(--text-normal); + flex: 1; + min-width: 0; + word-break: break-all; +} + +.claudian-context-limits-input-wrapper { + display: flex; + align-items: center; + gap: 8px; + margin-left: 16px; + flex-shrink: 0; +} + +.claudian-context-alias-input { + width: 180px; + padding: 4px 8px; + font-size: var(--font-ui-small); + border: 1px solid var(--background-modifier-border); + border-radius: 4px; + background: var(--background-primary); + color: var(--text-normal); +} + +.claudian-context-alias-input:focus { + border-color: var(--interactive-accent); + outline: none; +} + +.claudian-context-limits-input { + width: 80px; + padding: 4px 8px; + font-size: var(--font-ui-small); + border: 1px solid var(--background-modifier-border); + border-radius: 4px; + background: var(--background-primary); + color: var(--text-normal); +} + +.claudian-context-limits-input:focus { + border-color: var(--interactive-accent); + outline: none; +} + +.claudian-context-limits-input.claudian-input-error { + border-color: var(--text-error); +} + +.claudian-context-limit-validation { + font-size: var(--font-ui-smaller); + color: var(--text-error); + margin-left: 4px; +} + +/* Environment Snippets Styles */ +.claudian-env-snippets-container { + margin-top: 16px; +} + +.claudian-snippet-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 12px; + margin-top: 16px; + padding: 0 12px; +} + +.claudian-snippet-label { + font-size: var(--font-ui-small); + color: var(--text-muted); + font-weight: var(--font-medium); +} + +.claudian-save-env-btn { + padding: 6px 16px; + font-size: 13px; + background: var(--interactive-accent); + color: var(--text-on-accent); + border: none; + border-radius: 4px; + cursor: pointer; + transition: opacity 0.2s; +} + +.claudian-save-env-btn:hover { + opacity: 0.9; +} + +.claudian-snippet-empty { + padding: 20px; + text-align: center; + color: var(--text-muted); + background: var(--background-secondary); + border-radius: 6px; + margin-top: 8px; +} + +.claudian-snippet-list { + display: flex; + flex-direction: column; + gap: 8px; + margin-top: 8px; +} + +.claudian-snippet-item { + display: flex; + align-items: center; + justify-content: space-between; + padding: 12px; + background: var(--background-secondary); + border-radius: 6px; + transition: background-color 0.2s; +} + +.claudian-snippet-item:hover { + background: var(--background-modifier-hover); +} + +.claudian-snippet-info { + flex: 1; + min-width: 0; +} + +.claudian-snippet-name { + font-weight: 600; + margin-bottom: 4px; + word-break: break-word; +} + +.claudian-snippet-description { + font-size: 13px; + color: var(--text-muted); +} + +.claudian-snippet-actions { + display: flex; + gap: 4px; + margin-left: 16px; + flex-shrink: 0; +} + +.claudian-restore-snippet-btn { + padding: 4px 12px; + font-size: 12px; + background: var(--interactive-accent); + color: var(--text-on-accent); + border: none; + border-radius: 4px; + cursor: pointer; +} + +.claudian-restore-snippet-btn:hover { + opacity: 0.9; +} + +.claudian-edit-snippet-btn { + padding: 4px 12px; + font-size: 12px; + background: var(--background-modifier-border); + color: var(--text-normal); + border: none; + border-radius: 4px; + cursor: pointer; +} + +.claudian-edit-snippet-btn:hover { + background: var(--background-modifier-border-hover); +} + +.claudian-delete-snippet-btn { + padding: 4px 12px; + font-size: 12px; + background: var(--background-modifier-error); + color: var(--text-on-accent); + border: none; + border-radius: 4px; + cursor: pointer; +} + +.claudian-delete-snippet-btn:hover { + opacity: 0.9; +} + +/* Env Snippet Modal */ +.claudian-env-snippet-modal .modal-content { + max-width: 550px; + width: 550px; + padding: 16px; +} + +.claudian-env-snippet-modal h2 { + margin: 0 0 16px 0; +} + +.claudian-env-snippet-modal .setting-item { + padding: 8px 0; + margin: 0; +} + +.claudian-env-snippet-modal .setting-item-info { + margin-bottom: 4px; +} + +/* Full-width env vars textarea setting */ +.claudian-env-snippet-setting { + flex-direction: column; + align-items: flex-start; +} + +.claudian-env-snippet-setting .setting-item-info { + width: 100%; + margin-bottom: 8px; +} + +.claudian-env-snippet-control { + width: 100%; +} + +.claudian-env-snippet-control textarea { + width: 100%; + min-width: 100%; + font-family: var(--font-monospace); + font-size: 12px; + resize: vertical; +} + +.claudian-snippet-preview { + margin: 8px 0; + padding: 6px; + background: var(--background-secondary); + border-radius: 6px; +} + +.claudian-env-preview { + background: var(--background-primary); + padding: 6px; + border-radius: 4px; + font-family: var(--font-monospace); + font-size: 11px; + line-height: 1.3; + white-space: pre-wrap; + word-break: break-all; + color: var(--text-muted); + max-height: 120px; + overflow-y: auto; + margin: 0; +} + +.claudian-snippet-buttons { + display: flex; + gap: 8px; + margin-top: 16px; + justify-content: flex-end; +} + +.claudian-cancel-btn, +.claudian-save-btn { + padding: 6px 16px; + font-size: 13px; + border: none; + border-radius: 4px; + cursor: pointer; +} + +.claudian-cancel-btn { + background: var(--background-modifier-border); + color: var(--text-normal); +} + +.claudian-cancel-btn:hover { + background: var(--background-modifier-border-hover); +} + +.claudian-save-btn { + background: var(--interactive-accent); + color: var(--text-on-accent); +} + +.claudian-save-btn:hover { + opacity: 0.9; +} + +/* Context limits section in snippet modal */ +.claudian-snippet-context-limits { + margin-top: 1em; +} + +.claudian-snippet-context-limits .setting-item-description { + margin-bottom: 0.5em; +} + +.claudian-snippet-limit-row { + display: flex; + align-items: center; + gap: 0.5em; + margin-bottom: 0.5em; +} + +.claudian-snippet-limit-model { + font-family: var(--font-monospace); + font-size: var(--font-ui-small); +} + +.claudian-snippet-limit-spacer { + flex: 1; +} + +.claudian-snippet-limit-input { + width: 80px; +} + +.claudian-snippet-alias-input { + width: 160px; +} + + +/* ============================================ + settings/slash-settings.css + ============================================ */ +/* Slash Command Settings — unique rules only (shared layout in base.css .claudian-sp-*) */ + +.claudian-slash-item-hint { + font-size: 12px; + color: var(--text-muted); + font-style: italic; +} + +.claudian-slash-item-badge { + font-size: 10px; + padding: 2px 6px; + background: var(--background-modifier-border); + border-radius: 4px; + color: var(--text-muted); + text-transform: uppercase; +} + + +/* ============================================ + settings/mcp-settings.css + ============================================ */ +/* MCP Server Settings */ +.claudian-mcp-settings-desc { + margin-bottom: 12px; +} + +.claudian-mcp-container { + margin-top: 8px; +} + +.claudian-mcp-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 12px; + padding: 0 12px; +} + +.claudian-mcp-label { + font-size: var(--font-ui-small); + color: var(--text-muted); + font-weight: var(--font-medium); +} + +.claudian-mcp-add-container { + position: relative; +} + +.claudian-add-mcp-btn { + padding: 4px 12px; + border-radius: 4px; + background: var(--interactive-accent); + color: var(--text-on-accent); + font-size: 12px; + cursor: pointer; + border: none; +} + +.claudian-add-mcp-btn:hover { + background: var(--interactive-accent-hover); +} + +.claudian-mcp-add-dropdown { + display: none; + position: absolute; + top: 100%; + right: 0; + margin-top: 4px; + min-width: 180px; + background-color: var(--modal-background, var(--background-primary)); + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); + z-index: 100; + overflow: hidden; +} + +.claudian-mcp-add-dropdown.is-visible { + display: block; +} + +.claudian-mcp-add-option { + display: flex; + align-items: center; + gap: 8px; + padding: 8px 12px; + cursor: pointer; + font-size: 13px; + color: var(--text-normal); +} + +.claudian-mcp-add-option:hover { + background: var(--background-modifier-hover); +} + +.claudian-mcp-add-option-icon { + display: flex; + align-items: center; + color: var(--text-muted); +} + +.claudian-mcp-add-option-icon svg { + width: 16px; + height: 16px; +} + +.claudian-mcp-empty { + padding: 16px; + text-align: center; + color: var(--text-muted); + font-size: 13px; + background: var(--background-secondary); + border-radius: 6px; +} + +.claudian-mcp-list { + display: flex; + flex-direction: column; + gap: 8px; +} + +.claudian-mcp-item { + display: flex; + align-items: flex-start; + gap: 10px; + padding: 10px 12px; + background: var(--background-secondary); + border-radius: 6px; + transition: background 0.15s ease; +} + +.claudian-mcp-item:hover { + background: var(--background-modifier-hover); +} + +.claudian-mcp-item-disabled { + opacity: 0.6; +} + +.claudian-mcp-status { + width: 8px; + height: 8px; + border-radius: 50%; + margin-top: 6px; + flex-shrink: 0; +} + +.claudian-mcp-status-enabled { + background: var(--color-green); +} + +.claudian-mcp-status-disabled { + background: var(--text-muted); +} + +.claudian-mcp-info { + flex: 1; + min-width: 0; +} + +.claudian-mcp-name-row { + display: flex; + align-items: center; + gap: 8px; + flex-wrap: wrap; +} + +.claudian-mcp-name { + font-weight: 600; +} + +.claudian-mcp-type-badge { + font-size: 10px; + padding: 2px 6px; + background: var(--background-modifier-border); + border-radius: 4px; + color: var(--text-muted); + text-transform: uppercase; +} + +.claudian-mcp-context-saving-badge { + font-size: 11px; + padding: 2px 6px; + background: var(--interactive-accent); + color: var(--text-on-accent); + border-radius: 4px; + font-weight: 600; +} + +.claudian-mcp-preview { + font-size: 12px; + color: var(--text-muted); + margin-top: 4px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-mcp-actions { + display: flex; + gap: 4px; + flex-shrink: 0; +} + +.claudian-mcp-action-btn { + display: flex; + align-items: center; + justify-content: center; + width: 28px; + height: 28px; + padding: 0; + border: none; + background: transparent; + border-radius: 4px; + cursor: pointer; + color: var(--text-muted); + transition: background 0.15s ease, color 0.15s ease; +} + +.claudian-mcp-action-btn:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-mcp-action-btn svg { + width: 14px; + height: 14px; +} + +.claudian-mcp-delete-btn:hover { + color: var(--text-error); +} + + +/* ============================================ + settings/plugin-settings.css + ============================================ */ +/* Plugin Settings */ +.claudian-plugin-settings-desc { + margin-bottom: 12px; +} + +.claudian-plugins-container { + margin-top: 8px; +} + +.claudian-plugin-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 12px; + padding: 0 12px; +} + +.claudian-plugin-label { + font-size: var(--font-ui-small); + color: var(--text-muted); + font-weight: var(--font-medium); +} + +.claudian-plugin-empty { + padding: 16px; + text-align: center; + color: var(--text-muted); + font-size: 13px; + background: var(--background-secondary); + border-radius: 6px; +} + +.claudian-plugin-list { + display: flex; + flex-direction: column; + gap: 8px; +} + +.claudian-plugin-section-header { + font-size: 11px; + color: var(--text-muted); + text-transform: uppercase; + padding: 8px 12px 4px; + font-weight: 600; +} + +.claudian-plugin-item { + display: flex; + align-items: flex-start; + gap: 10px; + padding: 10px 12px; + background: var(--background-secondary); + border-radius: 6px; + transition: background 0.15s ease; +} + +.claudian-plugin-item:hover { + background: var(--background-modifier-hover); +} + +.claudian-plugin-item-disabled { + opacity: 0.6; +} + +.claudian-plugin-item-error { + opacity: 0.8; +} + +.claudian-plugin-status { + width: 8px; + height: 8px; + border-radius: 50%; + margin-top: 6px; + flex-shrink: 0; +} + +.claudian-plugin-status-enabled { + background: var(--color-green); +} + +.claudian-plugin-status-disabled { + background: var(--text-muted); +} + +.claudian-plugin-status-error { + background: var(--text-error); +} + +.claudian-plugin-info { + flex: 1; + min-width: 0; +} + +.claudian-plugin-name-row { + display: flex; + align-items: center; + gap: 8px; + flex-wrap: wrap; +} + +.claudian-plugin-name { + font-weight: 600; +} + +.claudian-plugin-version-badge { + font-size: 10px; + padding: 2px 6px; + background: var(--background-modifier-border); + border-radius: 4px; + color: var(--text-muted); +} + +.claudian-plugin-error-badge { + font-size: 10px; + padding: 2px 6px; + background: var(--text-error); + color: var(--text-on-accent); + border-radius: 4px; + text-transform: uppercase; +} + +.claudian-plugin-preview { + font-size: 12px; + color: var(--text-muted); + margin-top: 4px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-plugin-preview-error { + color: var(--text-error); +} + +.claudian-plugin-actions { + display: flex; + gap: 4px; + flex-shrink: 0; +} + +.claudian-plugin-action-btn { + display: flex; + align-items: center; + justify-content: center; + width: 28px; + height: 28px; + padding: 0; + border: none; + background: transparent; + border-radius: 4px; + cursor: pointer; + color: var(--text-muted); + transition: background 0.15s ease, color 0.15s ease; +} + +.claudian-plugin-action-btn:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-plugin-action-btn svg { + width: 14px; + height: 14px; +} + + +/* ============================================ + settings/agent-settings.css + ============================================ */ +/* Agent Settings — all structural rules live in base.css .claudian-sp-* */ +/* This file is kept as a placeholder for future agent-specific overrides. */ + + +/* ============================================ + settings/opencode-model-picker.css + ============================================ */ +/* OpenCode model picker */ + +.claudian-opencode-model-picker { + display: flex; + flex-direction: column; + gap: 12px; + margin-top: 8px; +} + +.claudian-opencode-model-picker-summary { + display: flex; + flex-wrap: wrap; + gap: 6px 12px; + font-size: var(--font-ui-small); + color: var(--text-muted); +} + +.claudian-opencode-model-picker-summary-value { + color: var(--text-normal); + font-weight: var(--font-medium); +} + +.claudian-opencode-model-picker-selected { + display: flex; + flex-direction: column; + gap: 8px; + padding: 10px 12px; + background: var(--background-secondary); + border-radius: 6px; +} + +.claudian-opencode-model-picker-selected-header { + display: flex; + align-items: center; + justify-content: space-between; + gap: 8px; +} + +.claudian-opencode-model-picker-selected-label { + font-size: var(--font-ui-smaller); + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.04em; +} + +.claudian-opencode-model-picker-selected-clear { + padding: 2px 8px; + font-size: var(--font-ui-smaller); + color: var(--text-muted); + background: transparent; + border: 1px solid var(--background-modifier-border); + border-radius: 4px; + cursor: pointer; +} + +.claudian-opencode-model-picker-selected-clear:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-opencode-model-picker-selected-rows { + display: flex; + flex-direction: column; + gap: 6px; +} + +.claudian-opencode-model-picker-selected-row { + display: flex; + align-items: center; + gap: 12px; + padding: 8px 10px; + background: var(--background-primary); + border: 1px solid var(--background-modifier-border); + border-radius: 6px; +} + +.claudian-opencode-model-picker-selected-row--unavailable { + border-style: dashed; +} + +.claudian-opencode-model-picker-selected-info { + flex: 1; + min-width: 0; + display: flex; + flex-direction: column; + gap: 2px; +} + +.claudian-opencode-model-picker-selected-title { + display: flex; + align-items: center; + flex-wrap: wrap; + gap: 8px; + min-width: 0; +} + +.claudian-opencode-model-picker-selected-badge { + font-size: var(--font-ui-smaller); + padding: 1px 6px; + border-radius: 999px; + background: var(--background-modifier-hover); + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.04em; +} + +.claudian-opencode-model-picker-selected-name { + color: var(--text-normal); + font-weight: var(--font-medium); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-opencode-model-picker-selected-id { + font-size: var(--font-ui-smaller); + color: var(--text-muted); + font-family: var(--font-monospace); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-opencode-model-picker-selected-unavailable { + font-size: var(--font-ui-smaller); + color: var(--text-muted); + font-style: italic; +} + +.claudian-opencode-model-picker-selected-controls { + display: flex; + align-items: center; + gap: 6px; + flex-shrink: 0; +} + +.claudian-opencode-model-picker-selected-alias { + width: 180px; + padding: 4px 8px; + border: 1px solid var(--background-modifier-border); + border-radius: 4px; + background: var(--background-primary); + color: var(--text-normal); + font-size: var(--font-ui-small); +} + +.claudian-opencode-model-picker-selected-alias:focus { + outline: none; + border-color: var(--interactive-accent); +} + +.claudian-opencode-model-picker-selected-remove { + display: inline-flex; + align-items: center; + justify-content: center; + width: 22px; + height: 22px; + padding: 0; + border: none; + background: transparent; + border-radius: 4px; + color: var(--text-muted); + cursor: pointer; + line-height: 1; + font-size: 16px; +} + +.claudian-opencode-model-picker-selected-remove:hover { + background: var(--background-modifier-hover); + color: var(--text-normal); +} + +.claudian-opencode-model-picker-catalog { + display: flex; + flex-direction: column; + gap: 8px; + padding: 10px 12px; + background: var(--background-secondary); + border-radius: 6px; +} + +.claudian-opencode-model-picker-catalog-summary { + display: flex; + align-items: center; + gap: 8px; + cursor: pointer; + user-select: none; + list-style: none; +} + +.claudian-opencode-model-picker-catalog-summary::-webkit-details-marker { + display: none; +} + +.claudian-opencode-model-picker-catalog-caret { + font-size: 16px; + color: var(--text-muted); + transition: transform 0.12s ease; + display: inline-flex; + width: 18px; + justify-content: center; + line-height: 1; +} + +.claudian-opencode-model-picker-catalog[open] .claudian-opencode-model-picker-catalog-caret { + transform: rotate(90deg); +} + +.claudian-opencode-model-picker-catalog-title { + color: var(--text-normal); + font-weight: var(--font-medium); + font-size: var(--font-ui-small); +} + +.claudian-opencode-model-picker-catalog-count { + font-size: var(--font-ui-smaller); + color: var(--text-muted); + margin-left: auto; +} + +.claudian-opencode-model-picker-controls { + display: flex; + flex-wrap: wrap; + gap: 8px; + align-items: center; +} + +.claudian-opencode-model-picker-search { + flex: 1 1 220px; + min-width: 180px; + padding: 6px 10px; + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + background: var(--background-primary); + color: var(--text-normal); + font-size: var(--font-ui-small); +} + +.claudian-opencode-model-picker-search:focus { + outline: none; + border-color: var(--interactive-accent); +} + +.claudian-opencode-model-picker-provider { + padding: 6px 10px; + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + background: var(--background-primary); + color: var(--text-normal); + font-size: var(--font-ui-small); +} + +.claudian-opencode-model-picker-list { + display: flex; + flex-direction: column; + margin-top: 8px; + border: 1px solid var(--background-modifier-border); + border-radius: 6px; + background: var(--background-primary); + max-height: 360px; + overflow-y: auto; +} + +.claudian-opencode-model-picker-row { + display: flex; + align-items: flex-start; + gap: 10px; + padding: 8px 12px; + border-bottom: 1px solid var(--background-modifier-border); + cursor: pointer; +} + +.claudian-opencode-model-picker-row:last-child { + border-bottom: none; +} + +.claudian-opencode-model-picker-row:hover { + background: var(--background-modifier-hover); +} + +.claudian-opencode-model-picker-row--selected { + background: var(--background-modifier-hover); +} + +.claudian-opencode-model-picker-row input[type="checkbox"] { + margin-top: 3px; +} + +.claudian-opencode-model-picker-row-text { + flex: 1; + min-width: 0; + display: flex; + flex-direction: column; + gap: 2px; +} + +.claudian-opencode-model-picker-row-header { + display: flex; + flex-wrap: wrap; + align-items: center; + gap: 8px; + min-width: 0; +} + +.claudian-opencode-model-picker-row-name { + color: var(--text-normal); + font-weight: var(--font-medium); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-opencode-model-picker-row-badge { + font-size: var(--font-ui-smaller); + padding: 1px 6px; + border-radius: 999px; + background: var(--background-modifier-hover); + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.04em; +} + +.claudian-opencode-model-picker-row-badge--unavailable { + background: var(--background-modifier-error); + color: var(--text-on-accent); +} + +.claudian-opencode-model-picker-row-meta { + font-size: var(--font-ui-smaller); + color: var(--text-muted); + font-family: var(--font-monospace); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.claudian-opencode-model-picker-row-desc { + font-size: var(--font-ui-smaller); + color: var(--text-muted); +} + +.claudian-opencode-model-picker-empty { + padding: 24px 16px; + text-align: center; + color: var(--text-muted); + font-size: var(--font-ui-small); +} + + +/* ============================================ + accessibility.css + ============================================ */ +/* Accessibility - Focus Visible Styles */ + +/* outline + offset + border-radius */ +.claudian-tool-header:focus-visible, +.claudian-thinking-header:focus-visible, +.claudian-subagent-header:focus-visible, +.claudian-header-btn:focus-visible, +.claudian-model-btn:focus-visible, +.claudian-thinking-current:focus-visible { + outline: 2px solid var(--interactive-accent); + outline-offset: 2px; + border-radius: 4px; +} + +/* outline + offset only */ +.claudian-action-btn:focus-visible, +.claudian-toggle-switch:focus-visible, +.claudian-file-chip:focus-visible, +.claudian-image-chip:focus-visible, +.claudian-file-chip-remove:focus-visible, +.claudian-image-remove:focus-visible, +.claudian-image-modal-close:focus-visible, +.claudian-approved-remove-btn:focus-visible, +.claudian-save-env-btn:focus-visible, +.claudian-restore-snippet-btn:focus-visible, +.claudian-edit-snippet-btn:focus-visible, +.claudian-delete-snippet-btn:focus-visible, +.claudian-cancel-btn:focus-visible, +.claudian-save-btn:focus-visible, +.claudian-code-lang-label:focus-visible { + outline: 2px solid var(--interactive-accent); + outline-offset: 2px; +} + +/* outline + negative offset + border-radius */ +.claudian-history-item-content:focus-visible { + outline: 2px solid var(--interactive-accent); + outline-offset: -2px; + border-radius: 4px; +} diff --git a/PaperBell/.obsidian/workspaces.json b/PaperBell/.obsidian/workspaces.json index 2895a2ff..c3b5a37f 100644 --- a/PaperBell/.obsidian/workspaces.json +++ b/PaperBell/.obsidian/workspaces.json @@ -323,20 +323,15 @@ "type": "fluent-task-genius-view", "state": { "currentWorkspace": "ws_1764410067355_a3rl1g5fn", - "viewMode": "list", + "viewMode": "tree", "viewModeByViewId": { - "projects": "calendar", - "inbox": "list", - "today": "list", - "flagged": "list", - "forecast": "list", - "review": "list", - "calendar": "list" + "projects": "tree" }, "searchQuery": "", "filters": {}, "filterInputValue": "", - "currentViewId": "calendar" + "selectedProject": "PaperBell", + "currentViewId": "projects" }, "icon": "task-genius", "title": "Task Genius" @@ -596,9 +591,18 @@ "icon": "calendar-clock", "title": "时间轴" } + }, + { + "id": "086ba97a60439621", + "type": "leaf", + "state": { + "type": "claudian-view", + "state": {}, + "icon": "bot", + "title": "Claudian" + } } - ], - "currentTab": 2 + ] } ], "direction": "horizontal", @@ -606,9 +610,11 @@ }, "left-ribbon": { "hiddenItems": { + "paperbell:打开视图仪表板": false, + "bases:新建数据库": false, + "obsidian-memos:Thino Super": false, + "obsidian42-brat:BRAT": false, "paperbell:搜索机构": false, - "paperbell:打开部分视图仪表板": false, - "bases:创建新数据库": false, "pexels-banner:🚩 Pixel Banner Menu": false, "daily-notes:打开/创建今天的日记": false, "homepage:Open homepage": false, @@ -622,11 +628,12 @@ "command-palette:打开命令面板": false, "markdown-importer:打开 Markdown 格式转换器": false, "workspaces:管理工作区布局": false, - "obsidian-task-progress-bar:打开 Task Genius 视图": false + "obsidian-task-progress-bar:打开 Task Genius 视图": false, + "realclaudian:Open Claudian": false } }, "active": "0fe3999b908523ec", - "mtime": "2025-11-30T10:09:18+01:00" + "mtime": "2026-06-06T16:13:17+02:00" } }, "active": "主工作区" diff --git "a/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/defaults/response-letter.yaml" "b/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/defaults/response-letter.yaml" new file mode 100644 index 00000000..9303e8e8 --- /dev/null +++ "b/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/defaults/response-letter.yaml" @@ -0,0 +1,30 @@ +## response-letter.yaml —— 审稿人意见与回复信(XeLaTeX → PDF) +## 作者用 Obsidian callout 写审稿意见与回复,responseletter.lua 转成 LaTeX, +## 经 responseletter.template.tex + responseletter.sty 渲染出彩色卡片/徽章/草稿-终稿版。 +## +## 变量约定:${.} = 本 defaults 目录;${USERDATA} = data-dir = pandoc 目录。 +## responseletter.sty 由插件 env 的 TEXINPUTS 指向 templates/ 目录被 XeLaTeX 找到(零安装)。 + +standalone: true +from: markdown +pdf-engine: xelatex +data-dir: ${.}/.. + +## 模板:注入 papertitle/authors/journal/doi/type/draft 等(取自笔记 frontmatter) +template: ${USERDATA}/templates/responseletter.template.tex + +## 引文库(与其它 PaperBell preset 一致,供回复信里的 [@cite] 使用) +bibliography: ${USERDATA}/../../mybib.bib + +filters: + - ${USERDATA}/filters/responseletter.lua #! Obsidian callout → \RC / \AR / \manuscript / \zh + - citeproc + +metadata: + ## 文稿类型:author-response(默认,含 AR 图例)或 reviewer-comments(可在笔记 frontmatter 覆盖) + type: author-response + link-citations: false + +## draft 不在此设置:由两条导出 preset 分别用 --metadata=draft:true/false 传入 +## 草稿(draft=true) 显示难度/状态徽章、\zh 中文对照、\note 批注,供自己核对 +## 终稿(draft=false) 全部隐藏,仅留 RC/AR 正文,供投稿 diff --git "a/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/filters/responseletter.lua" "b/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/filters/responseletter.lua" new file mode 100644 index 00000000..28b3a5e0 --- /dev/null +++ "b/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/filters/responseletter.lua" @@ -0,0 +1,464 @@ +--[[ + responseletter.lua — pandoc Lua filter + + Converts Obsidian-flavoured Markdown into the commands provided by + responseletter.sty, so casual notes can be typeset as a polished response + letter via pandoc + XeLaTeX. + + Authoring contract (matches how the notes are actually written in Obsidian) + -------------------------------------------------------------------------- + Reviewer comment → a callout, with the reviewer label as its title: + + > [!quote] Reviewer #1 (optional sub-topic) + > English text of the reviewer comment (may span several lines/paras). + > + > --- + > **中文翻译:** 对应的中文。 + + - callout kinds quote / comment / cite / info / rc / reviewer → RC card. + - the title "Reviewer #1" becomes a \section the first time it appears + (deduped, so it is printed once even if every comment repeats it); + a trailing "(...)" becomes a \subsection*. + - the "---" rule and the "**中文翻译:**" paragraph are folded into the + card as \zh{...} (draft-only). + + Author response → a bare paragraph led by a bold label: + + **Response:** English text of the response. + + %% 中文翻译(Obsidian 行内注释) %% + + - "**Response:**" (also 回复 / 作者回复 / Reply) → \AR with a hanging + "AR:" label; the label is stripped. + - a following %% ... %% Obsidian comment → \zh{...} for the response. + - a following plain paragraph (no label) → \AR* continuation. + - alternatively, a > [!response] / [!ar] callout works too. + + Revised manuscript text: + + > [!manuscript] page=5, sline=158, eline=160 + > Revised text, shown in a framed box. + + Other carriers still understood: + - after a comment/response → \zh{...} + - after a comment/response → \note{...} + - ...text {difficulty=hard status=todo} on an RC body → badges + - # Heading / ## Heading → \section / \subsection* (manual override) + + Badges, 中文 and 批注 are draft-only; the .sty hides them in final mode, so + the author never edits the source between modes. +]] + +local utils = pandoc.utils + +-- --------------------------------------------------------------------------- +-- helpers +-- --------------------------------------------------------------------------- + +local function raw(s) + return pandoc.RawBlock('latex', s) +end + +-- render a list of inlines to a LaTeX string (math, emphasis, \url … preserved) +local function inlines_to_latex(inlines) + local s = pandoc.write(pandoc.Pandoc({ pandoc.Plain(inlines) }), 'latex') + return (s:gsub('%s+$', '')) +end + +-- escape plain text for use inside \section{}/\subsection*{} etc. +local function tex_escape(s) + s = s:gsub('([\\{}%%&#%$_])', '\\%1') + s = s:gsub('~', '\\textasciitilde{}') + s = s:gsub('%^', '\\textasciicircum{}') + return s +end + +local function trim(s) + return (s:gsub('^%s+', ''):gsub('%s+$', '')) +end + +-- strip a trailing colon (half- or full-width). NB: a byte-class like +-- [::] is wrong here — ":" is a 3-byte UTF-8 char, so match it literally. +local function strip_colon(s) + return trim(trim(s):gsub(':$', ''):gsub(':$', '')) +end + +local function drop_leading_space(inlines) + while #inlines > 0 and (inlines[1].t == 'Space' or inlines[1].t == 'SoftBreak') do + table.remove(inlines, 1) + end + return inlines +end + +-- "difficulty=hard status=todo" -> { difficulty="hard", status="todo" } +local function parse_kv_words(s) + local t = {} + for k, v in s:gmatch('(%w+)%s*=%s*([%w%-]+)') do t[k] = v end + return t +end + +-- "page=Supporting Information, sline=158" -> table (comma-separated, spaces ok) +local function parse_kv_commas(s) + local t = {} + for pair in s:gmatch('[^,]+') do + local k, v = pair:match('^%s*(%w+)%s*=%s*(.-)%s*$') + if k then t[k] = v end + end + return t +end + +-- --------------------------------------------------------------------------- +-- callout detection: > [!type]<-|+>? Title \n body... +-- --------------------------------------------------------------------------- + +local CALLOUT_RC = { -- reviewer comment + quote = true, comment = true, cite = true, info = true, + rc = true, reviewer = true, question = true, abstract = true, +} +local CALLOUT_AR = { -- author response + response = true, ar = true, reply = true, success = true, answer = true, +} +local CALLOUT_MS = { manuscript = true, ms = true, revision = true } + +-- returns: kind (lowercased) or nil, the first block, the whole block list +local function callout_info(blk) + if blk.t ~= 'BlockQuote' then return nil end + local first = blk.content[1] + if not first or (first.t ~= 'Para' and first.t ~= 'Plain') then return nil end + local fi = first.content[1] + if not fi or fi.t ~= 'Str' then return nil end + local kind = fi.text:match('^%[!(%a+)%][%-%+]?$') + if not kind then return nil end + return kind:lower(), first, blk.content +end + +-- split a callout's first para into (title inlines, first-body inlines), +-- dropping the leading "[!type]" marker token. +local function split_first(inlines) + local title, body = {}, {} + local seen_break = false + for i = 2, #inlines do -- skip [1] = marker Str + local el = inlines[i] + if not seen_break and (el.t == 'SoftBreak' or el.t == 'LineBreak') then + seen_break = true + elseif not seen_break then + table.insert(title, el) + else + table.insert(body, el) + end + end + return drop_leading_space(title), drop_leading_space(body) +end + +-- "Reviewer #1 (Remarks on code availability)" -> "Reviewer #1", "Remarks on…" +local function parse_title(t) + t = trim(t) + local sub = t:match('%((.-)%)') + local rev = t:match('^(.-)%s*%(') or t + rev = trim(rev) + if sub then sub = trim(sub) end + return rev, sub +end + +-- strip a leading boilerplate parenthetical like "(Remarks to the Author)" +local function strip_leading_remarks(inlines) + if #inlines == 0 then return inlines end + if not utils.stringify(inlines):match('^%(%s*Remarks') then return inlines end + local idx + for k = 1, #inlines do + if inlines[k].t == 'Str' and inlines[k].text:find('%)') then idx = k break end + end + if not idx then return inlines end + local rest = {} + local after = inlines[idx].text:gsub('^.-%)', '') + if after ~= '' then rest[#rest + 1] = pandoc.Str(after) end + for k = idx + 1, #inlines do rest[#rest + 1] = inlines[k] end + return drop_leading_space(rest) +end + +-- --------------------------------------------------------------------------- +-- translation / annotation carriers +-- --------------------------------------------------------------------------- + +-- "**中文翻译:** ..." paragraph inside a callout -> remaining inlines, or nil +local ZH_LABELS = { + ['中文翻译'] = true, ['中文'] = true, ['译文'] = true, ['翻译'] = true, + ['translation'] = true, +} +local function strip_zh_label(inlines) + if #inlines == 0 then return nil end + local first = inlines[1] + if first.t ~= 'Strong' and first.t ~= 'Str' then return nil end + local head = strip_colon(utils.stringify(first)) + if not ZH_LABELS[head] then return nil end + local rest = {} + for k = 2, #inlines do rest[#rest + 1] = inlines[k] end + return drop_leading_space(rest) +end + +-- Obsidian inline comment %% ... %% (a whole paragraph) -> inner inlines, or nil +local function obsidian_zh(blk) + if blk.t ~= 'Para' and blk.t ~= 'Plain' then return nil end + local ins = blk.content + if #ins == 1 and ins[1].t == 'Str' then + local inner = ins[1].text:match('^%%%%(.-)%%%%$') + if inner and inner ~= '' then return { pandoc.Str(inner) } end + return nil + end + if #ins < 2 then return nil end + if not (ins[1].t == 'Str' and ins[1].text == '%%') then return nil end + if not (ins[#ins].t == 'Str' and ins[#ins].text == '%%') then return nil end + local mid = {} + for k = 2, #ins - 1 do mid[#mid + 1] = ins[k] end + drop_leading_space(mid) + while #mid > 0 and (mid[#mid].t == 'Space' or mid[#mid].t == 'SoftBreak') do + table.remove(mid) + end + if #mid == 0 then return nil end + return mid +end + +-- HTML comment / -> kind, text +local HTML_LABELS = { + ['中文翻译'] = 'zh', ['中文'] = 'zh', ['zh'] = 'zh', ['translation'] = 'zh', + ['note'] = 'note', ['批注'] = 'note', ['注'] = 'note', +} +local function html_comment(blk) + if blk.t ~= 'RawBlock' or blk.format ~= 'html' then return nil end + local inner = blk.text:match('^%s*%s*$') + if not inner then return nil end + local lines = {} + for line in (inner .. '\n'):gmatch('(.-)\n') do + local t = trim(line) + if t ~= '' then lines[#lines + 1] = t end + end + if #lines == 0 then return nil end + local kind = 'zh' + local label = strip_colon(lines[1]) + local start = 1 + if HTML_LABELS[label] then kind = HTML_LABELS[label]; start = 2 end + local rest = {} + for i = start, #lines do rest[#rest + 1] = lines[i] end + local text = table.concat(rest, ' ') + if text == '' then return nil end + return kind, text +end + +-- a draft-aid carrier following a comment/response → emits \zh{}/\note{}, or nil +local function fold_aid(blk) + local zh = obsidian_zh(blk) + if zh then return '\\zh{' .. inlines_to_latex(zh) .. '}' end + local k, txt = html_comment(blk) + if k then return '\\' .. k .. '{' .. tex_escape(txt) .. '}' end + return nil +end + +-- --------------------------------------------------------------------------- +-- author-response label: **Response:** ... (also 回复 / Reply …) +-- --------------------------------------------------------------------------- +local AR_LABELS = { + ['Response'] = true, ['response'] = true, ['RESPONSE'] = true, + ['Reply'] = true, ['reply'] = true, + ['回复'] = true, ['作者回复'] = true, ['答复'] = true, ['回應'] = true, +} +local function ar_label(inlines) + if #inlines == 0 or inlines[1].t ~= 'Strong' then return nil end + local head = strip_colon(utils.stringify(inlines[1])) + if not AR_LABELS[head] then return nil end + local rest = {} + for k = 2, #inlines do rest[#rest + 1] = inlines[k] end + return drop_leading_space(rest) +end + +-- --------------------------------------------------------------------------- +-- RC inline option marker: ...comment {difficulty=hard status=todo} +-- --------------------------------------------------------------------------- +local function strip_trailing_brace(inlines) + local acc, cut = '', #inlines + 1 + for j = #inlines, 1, -1 do + acc = utils.stringify({ inlines[j] }) .. acc + if acc:match('^%s*%b{}%s*$') then cut = j break end + if #acc > 120 then break end + end + local res = {} + for j = 1, cut - 1 do res[#res + 1] = inlines[j] end + while #res > 0 and res[#res].t == 'Space' do table.remove(res) end + return res +end + +local function extract_rc_opts(inlines) + local s = utils.stringify(inlines) + local brace = s:match('%s*(%b{})%s*$') + if not (brace and brace:find('=')) then return '', inlines end + local kv = parse_kv_words(brace:sub(2, -2)) + local parts = {} + if kv.difficulty then parts[#parts + 1] = 'difficulty=' .. kv.difficulty end + if kv.status then parts[#parts + 1] = 'status=' .. kv.status end + if #parts == 0 then return '', inlines end + return table.concat(parts, ', '), strip_trailing_brace(inlines) +end + +-- --------------------------------------------------------------------------- +-- main pass: walk the flat block list, rebuild with LaTeX structure +-- --------------------------------------------------------------------------- + +function Pandoc(doc) + local out = pandoc.List() + local blocks = doc.blocks + local i = 1 + local cur_reviewer, cur_subtitle = nil, nil + + -- emit a deduped \section / \subsection* from a callout's title text + local function emit_heading(title_str) + local rev, sub = parse_title(title_str) + if rev and rev ~= '' and rev ~= cur_reviewer then + out:insert(raw('\\section{' .. tex_escape(rev) .. '}')) + cur_reviewer = rev + cur_subtitle = nil + end + if sub and sub ~= '' and sub ~= cur_subtitle then + out:insert(raw('\\subsection*{' .. tex_escape(sub) .. '}')) + cur_subtitle = sub + end + end + + -- emit a sequence of inline-paragraphs as \AR (first) / \AR* (rest) + local function emit_ar(paras) + for pi, p in ipairs(paras) do + local cmd = (pi == 1) and '\\AR ' or '\\AR* ' + out:insert(raw(cmd .. inlines_to_latex(p))) + end + end + + while i <= #blocks do + local blk = blocks[i] + local kind, firstblk, content = callout_info(blk) + + -- 1. manual headings (override / supplement the auto sectioning) + if blk.t == 'Header' then + local txt = inlines_to_latex(blk.content) + if blk.level == 1 then + out:insert(raw('\\section{' .. txt .. '}')) + cur_reviewer = trim(utils.stringify(blk.content)); cur_subtitle = nil + else + out:insert(raw('\\subsection*{' .. txt .. '}')) + cur_subtitle = trim(utils.stringify(blk.content)) + end + i = i + 1 + + -- 2. revised manuscript box + elseif kind and CALLOUT_MS[kind] then + local title, body1 = split_first(firstblk.content) + local kv = parse_kv_commas(utils.stringify(title)) + local optparts = {} + for _, key in ipairs({ 'page', 'sline', 'eline' }) do + if kv[key] then optparts[#optparts + 1] = key .. '=' .. kv[key] end + end + local opt = (#optparts > 0) and ('[' .. table.concat(optparts, ', ') .. ']') or '' + out:insert(raw('\\begin{manuscript}' .. opt)) + if #body1 > 0 then out:insert(pandoc.Para(body1)) end + for bi = 2, #content do out:insert(content[bi]) end + out:insert(raw('\\end{manuscript}')) + i = i + 1 + + -- 3. author response written as a callout (alternative to **Response:**) + elseif kind and CALLOUT_AR[kind] then + local _, body1 = split_first(firstblk.content) + local paras = {} + if #body1 > 0 then paras[#paras + 1] = body1 end + for bi = 2, #content do + local b = content[bi] + if b.t == 'Para' or b.t == 'Plain' then paras[#paras + 1] = b.content end + end + emit_ar(paras) + -- fold trailing %% / aids that sit right after the callout + local j = i + 1 + while j <= #blocks do + local aid = fold_aid(blocks[j]) + if not aid then break end + out:insert(raw(aid)); j = j + 1 + end + i = j + + -- 4. reviewer comment callout (the common case) + elseif kind and (CALLOUT_RC[kind] or not (CALLOUT_AR[kind] or CALLOUT_MS[kind])) then + local title, body1 = split_first(firstblk.content) + emit_heading(utils.stringify(title)) + + -- collect English body paragraphs + an inline 中文翻译 (if present) + local body_paras, zh_inlines = {}, nil + if #body1 > 0 then body_paras[#body_paras + 1] = body1 end + for bi = 2, #content do + local b = content[bi] + if b.t == 'HorizontalRule' then + -- separator before the translation; skip + elseif (b.t == 'Para' or b.t == 'Plain') then + local z = strip_zh_label(b.content) + if z then zh_inlines = z + else body_paras[#body_paras + 1] = b.content end + end + -- any other block kind inside the callout is dropped from the RC + end + if #body_paras > 0 then + body_paras[1] = strip_leading_remarks(body_paras[1]) + end + + -- difficulty / status badges from a trailing {..} on the last body para + local opt = '' + if #body_paras > 0 then + opt, body_paras[#body_paras] = extract_rc_opts(body_paras[#body_paras]) + end + + out:insert(raw('\\begin{RC}' .. ((opt ~= '') and ('[' .. opt .. ']') or ''))) + for _, p in ipairs(body_paras) do out:insert(pandoc.Para(p)) end + if zh_inlines then out:insert(raw('\\zh{' .. inlines_to_latex(zh_inlines) .. '}')) end + out:insert(raw('\\end{RC}')) + i = i + 1 + + -- 5. author response written as a bare **Response:** paragraph + elseif (blk.t == 'Para' or blk.t == 'Plain') and ar_label(blk.content) then + local first_para = ar_label(blk.content) + out:insert(raw('\\AR ' .. inlines_to_latex(first_para))) + local j = i + 1 + while j <= #blocks do + local b = blocks[j] + local aid = fold_aid(b) + if aid then + out:insert(raw(aid)); j = j + 1 + elseif (b.t == 'Para' or b.t == 'Plain') + and not callout_info(b) and not ar_label(b.content) + and not obsidian_zh(b) and not html_comment(b) then + out:insert(raw('\\AR* ' .. inlines_to_latex(b.content))) -- continuation + j = j + 1 + else + break + end + end + i = j + + -- 6. orphan translation/annotation (e.g. a heading's translation) → drop + elseif obsidian_zh(blk) or html_comment(blk) then + i = i + 1 + + -- 7. fallback bare paragraph → reviewer comment card (back-compat) + elseif blk.t == 'Para' or blk.t == 'Plain' then + local opt, body = extract_rc_opts(blk.content) + out:insert(raw('\\begin{RC}' .. ((opt ~= '') and ('[' .. opt .. ']') or ''))) + out:insert(pandoc.Para(body)) + local j = i + 1 + while j <= #blocks do + local aid = fold_aid(blocks[j]) + if not aid then break end + out:insert(raw(aid)); j = j + 1 + end + out:insert(raw('\\end{RC}')) + i = j + + else + out:insert(blk) -- tables, lists, etc. + i = i + 1 + end + end + + return pandoc.Pandoc(out, doc.meta) +end diff --git "a/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/templates/responseletter.sty" "b/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/templates/responseletter.sty" new file mode 100644 index 00000000..e53094af --- /dev/null +++ "b/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/templates/responseletter.sty" @@ -0,0 +1,314 @@ +%% responseletter.sty — a modern, reusable LaTeX package for journal response letters +%% ---------------------------------------------------------------------------------- +%% Engine: XeLaTeX (required, for CJK 中文 rendering via xeCJK). +%% +%% Quick start: +%% \documentclass{article} +%% \usepackage[type=author-response, draft]{responseletter} +%% \ResponseSetup{papertitle={...}, authors={...}, journal={...}, doi={...}} +%% \begin{document} +%% \makeletterhead +%% \begin{RC}[difficulty=hard, status=todo] +%% Reviewer's comment in English. \zh{中文对照} \note{自己的批注} +%% \end{RC} +%% \AR Author response... +%% \AR* Unlabeled continuation... +%% \begin{manuscript}[page=5, sline=158, eline=160] Revised text. \end{manuscript} +%% \end{document} +%% +%% Options: +%% type=author-response | reviewer-comments (default: author-response) +%% draft — show difficulty badges, status pills, \zh and \note (for self-editing) +%% final — hide all of the above (for submission) +%% ---------------------------------------------------------------------------------- +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{responseletter}[2026/06/03 v1.0 Modern response letter template] + +% --------------------------------------------------------------------------- +% Package options +% --------------------------------------------------------------------------- +\RequirePackage{kvoptions} +\SetupKeyvalOptions{family=rl, prefix=rl@} +\DeclareStringOption[author-response]{type} +\DeclareBoolOption[true]{draft} % draft mode on by default +\DeclareComplementaryOption{final}{draft} % [final] => draft=false +\ProcessKeyvalOptions* + +% --------------------------------------------------------------------------- +% Page geometry +% --------------------------------------------------------------------------- +\RequirePackage[top=22mm, bottom=22mm, left=25mm, right=25mm, footskip=12mm]{geometry} + +% --------------------------------------------------------------------------- +% Fonts (XeLaTeX): Libertinus for Latin, xeCJK for 中文 +% --------------------------------------------------------------------------- +\RequirePackage{amsmath} +\RequirePackage{amssymb} +\IfFileExists{libertinus-otf.sty}{% + \RequirePackage[mono=false]{libertinus-otf}% +}{% + \RequirePackage{fontspec}% + \setmainfont{TeX Gyre Termes}% + \setsansfont{TeX Gyre Heros}% +} +\RequirePackage{microtype} + +\RequirePackage{xeCJK} +% Default CJK fonts — overridable via \ResponseSetup{cjkfont=..., cjksffont=...} +\providecommand{\rl@cjkmain}{Songti SC} +\providecommand{\rl@cjksans}{PingFang SC} +\setCJKmainfont{\rl@cjkmain} +\setCJKsansfont{\rl@cjksans} + +% --------------------------------------------------------------------------- +% Colour palette (slate-indigo base; edit here to re-theme) +% --------------------------------------------------------------------------- +\RequirePackage{xcolor} +\definecolor{rlprimary}{HTML}{1F3A5F} % titles, RC card frame, AR label +\definecolor{rlcardbg}{HTML}{F4F6F9} % RC card background +\definecolor{rltext}{HTML}{1A1A1A} +\definecolor{rlauxrule}{HTML}{C9D2DE} % thin separators inside cards +\definecolor{rleasy}{HTML}{2E9E5B} % difficulty: easy +\definecolor{rlmedium}{HTML}{D99100} % difficulty: medium +\definecolor{rlhard}{HTML}{D64545} % difficulty: hard +\definecolor{rltodo}{HTML}{6B7785} % status: todo +\definecolor{rlwip}{HTML}{2D6CDF} % status: wip +\definecolor{rldone}{HTML}{2E9E5B} % status: done +\definecolor{rlnote}{HTML}{B5731A} % \note annotation accent +\definecolor{rlmsframe}{HTML}{8A949E} % manuscript box frame +\definecolor{rlmsbg}{HTML}{FCFCFD} % manuscript box background + +% --------------------------------------------------------------------------- +% Core packages +% --------------------------------------------------------------------------- +\RequirePackage{graphicx} +\RequirePackage{booktabs} +\RequirePackage{tabularx} +\RequirePackage{adjustbox} +\RequirePackage{soul} +\RequirePackage{xstring} +\RequirePackage[hidelinks]{hyperref} +\RequirePackage{xr-hyper} % enables \linkexternal (harmless if unused) +\RequirePackage[skins,breakable]{tcolorbox} +\RequirePackage{tikz} + +% --------------------------------------------------------------------------- +% Paragraph & section styling +% --------------------------------------------------------------------------- +\setlength{\parskip}{0.6\baselineskip} +\setlength{\parindent}{0pt} + +\RequirePackage{titlesec} +\titleformat{\section} + {\normalfont\large\sffamily\bfseries\color{rlprimary}} + {\makebox[0pt][r]{\thesection.\hspace{4mm}}}{0em}{} +\titleformat{\subsection} + {\normalfont\sffamily\bfseries\color{rlprimary}} + {\makebox[0pt][r]{\thesubsection.\hspace{4mm}}}{0em}{} +\titlespacing{\subsection}{0em}{1em}{-0.3em} + +% --------------------------------------------------------------------------- +% Badge helper: a rounded coloured pill (used for difficulty & status) +% --------------------------------------------------------------------------- +\newcommand{\rl@badge}[2]{% + \tikz[baseline=(b.base)]{% + \node[fill=#1, text=white, font=\sffamily\bfseries\footnotesize, + rounded corners=2pt, inner xsep=5pt, inner ysep=1.5pt, + anchor=base] (b) {\strut #2};}% +} + +% --------------------------------------------------------------------------- +% Reviewer Comment (RC) — a card with optional difficulty/status + \zh/\note +% --------------------------------------------------------------------------- +\pgfkeys{ + /rl/rc/.cd, + difficulty/.is choice, + difficulty/none/.code={\def\rl@rcdiff{}}, + difficulty/easy/.code={\def\rl@rcdiff{\rl@badge{rleasy}{Easy}}}, + difficulty/medium/.code={\def\rl@rcdiff{\rl@badge{rlmedium}{Medium}}}, + difficulty/hard/.code={\def\rl@rcdiff{\rl@badge{rlhard}{Hard}}}, + status/.is choice, + status/none/.code={\def\rl@rcstatus{}}, + status/todo/.code={\def\rl@rcstatus{\rl@badge{rltodo}{TODO}}}, + status/wip/.code={\def\rl@rcstatus{\rl@badge{rlwip}{WIP}}}, + status/done/.code={\def\rl@rcstatus{\rl@badge{rldone}{DONE}}}, +} + +\newtcolorbox{rl@rcbox}[1][]{% + enhanced, breakable, sharp corners=northwest, + colback=rlcardbg, colframe=rlprimary, colbacktitle=rlprimary, + coltitle=white, fonttitle=\sffamily\bfseries, + boxrule=0.6pt, leftrule=3pt, arc=3pt, + left=10pt, right=10pt, top=6pt, bottom=6pt, toptitle=2pt, bottomtitle=2pt, + #1% +} + +% Hanging "RC:" label for final mode (mirrors \rl@arlabel) +\newcommand{\rl@rclabel}{\sffamily\bfseries\color{rlprimary}RC:} + +% draft : boxed card with optional difficulty/status badges + \zh/\note +% final : plain italic text with a hanging "RC:" label — a clean English Q&A, +% so that only \begin{manuscript} keeps a box in the submission version. +\newenvironment{RC}[1][]{% + \def\rl@rcdiff{}\def\rl@rcstatus{}% + \pgfkeys{/rl/rc/.cd,difficulty=none,status=none,#1}% + \ifrl@draft + \edef\rl@rctitle{\noexpand RC\noexpand\hfill + \noexpand\rl@rcdiff\noexpand\hspace{4pt}\noexpand\rl@rcstatus}% + \begin{rl@rcbox}[title={\rl@rctitle}]% + \itshape\color{rltext}% + \else + % Defer the hanging "RC:" label to the first *real* paragraph: pandoc emits a + % blank line (\par) between \begin{RC} and the body, which \ignorespaces cannot + % swallow — without this the label would be stranded on its own line. + \par + \itshape\color{rltext}% + \everypar{\makebox[0pt][r]{\rl@rclabel\hspace{1em}}\everypar{}}% + \ignorespaces + \fi +}{% + \ifrl@draft + \end{rl@rcbox}% + \else + \par + \fi +} + +% Auxiliary draft-only block inside an RC card (used by \zh and \note) +\newcommand{\rl@auxblock}[3]{% + \par\addvspace{5pt}% + \noindent{\color{rlauxrule}\rule{\linewidth}{0.4pt}}\par\nobreak\addvspace{4pt}% + \noindent\rl@badge{#1}{#2}\hspace{0.6em}% + \begingroup\upshape\color{rltext}#3\par\endgroup +} +\ifrl@draft + \newcommand{\zh}[1]{\rl@auxblock{rlprimary}{中文}{#1}} + \newcommand{\note}[1]{\rl@auxblock{rlnote}{批注}{#1}} +\else + \newcommand{\zh}[1]{} + \newcommand{\note}[1]{} +\fi + +% --------------------------------------------------------------------------- +% Author Response (AR) — hanging "AR:" label; starred = unlabeled continuation +% --------------------------------------------------------------------------- +\newcommand{\rl@arlabel}{\sffamily\bfseries\color{rlprimary}AR:} +\newcommand{\AR}{\@ifstar\rl@ARcont\rl@AR} +\newcommand{\rl@AR}{\par\noindent\makebox[0pt][r]{\rl@arlabel\hspace{1em}}\ignorespaces} +\newcommand{\rl@ARcont}{\par\noindent\ignorespaces} + +% --------------------------------------------------------------------------- +% Manuscript text — a framed quote with page/line metadata +% --------------------------------------------------------------------------- +\pgfkeys{ + /rl/ms/.cd, + page/.store in=\rl@mspage, + sline/.store in=\rl@mssline, + eline/.store in=\rl@mseline, +} + +\newtcolorbox{rl@msbox}[1][]{% + enhanced, breakable, + colback=rlmsbg, colframe=rlmsframe, colbacktitle=rlmsframe, + coltitle=white, fonttitle=\sffamily\bfseries\small, + boxrule=0.6pt, arc=2pt, + left=10pt, right=10pt, top=6pt, bottom=6pt, toptitle=2pt, bottomtitle=2pt, + #1% +} + +\newcommand{\rl@mstitle}{% + Manuscript% + \ifx\rl@mseline\empty + \IfInteger{\rl@mspage}{ \textnormal{·} Page \rl@mspage, Line \rl@mssline}% + { \textnormal{·} \rl@mspage}% + \else + \ \textnormal{·} Page \rl@mspage, Line \rl@mssline--\rl@mseline% + \fi +} + +\newenvironment{manuscript}[1][]{% + \def\rl@mspage{Unknown}\def\rl@mssline{}\def\rl@mseline{}% + \pgfkeys{/rl/ms/.cd,#1}% + \begin{rl@msbox}[title={\rl@mstitle}]% +}{% + \end{rl@msbox}% +} + +% Backward-compatible alias: \begin{quote}[page=..,sline=..,eline=..] +\renewenvironment{quote}[1][]{\begin{manuscript}[#1]}{\end{manuscript}} + +% --------------------------------------------------------------------------- +% Optional cross-references to an external manuscript / supplement +% \linkexternal{MS}{../main/manuscript} then use \ref{MS-somelabel} +% --------------------------------------------------------------------------- +\newcommand{\linkexternal}[2]{\externaldocument[#1-]{#2}} + +% --------------------------------------------------------------------------- +% Metadata + letter head +% --------------------------------------------------------------------------- +\def\rl@papertitle{Paper Title} +\def\rl@authors{Authors} +\def\rl@journal{} +\def\rl@doi{} +\def\rl@lettertitle{} % empty => derived from package option `type` + +\pgfkeys{ + /rl/setup/.cd, + papertitle/.store in=\rl@papertitle, + authors/.store in=\rl@authors, + journal/.store in=\rl@journal, + doi/.store in=\rl@doi, + lettertitle/.store in=\rl@lettertitle, + cjkfont/.code={\setCJKmainfont{#1}}, + cjksffont/.code={\setCJKsansfont{#1}}, +} +\newcommand{\ResponseSetup}[1]{\pgfkeys{/rl/setup/.cd,#1}} + +% Default letter title and legend, driven by the `type` option +\newcommand{\rl@defaultlettertitle}{% + \IfStrEq{\rl@type}{reviewer-comments}% + {Reviewer Comments to the Manuscript}% + {Author Response to Reviews of}% +} +\newcommand{\rl@legend}{% + \hfill + {\bfseries RC:} \textit{Reviewer Comment}% + \IfStrEq{\rl@type}{reviewer-comments}{}{,\quad {\bfseries AR:} Author Response}% + ,\quad\fcolorbox{rlmsframe}{rlmsbg}{\rule{0pt}{1.4ex}\hspace{0.6em}} Manuscript text% +} + +\newcommand{\makeletterhead}{% + \begingroup + \setlength{\parskip}{0pt}% + {\Large\sffamily\bfseries\color{rlprimary}% + \ifx\rl@lettertitle\empty\rl@defaultlettertitle\else\rl@lettertitle\fi}\\[0.8em] + {\huge\bfseries \rl@papertitle}\\[0.8em] + {\rl@authors}\\[0.3em] + \ifx\rl@journal\empty\else{\itshape \rl@journal}\fi + \ifx\rl@doi\empty\else{\quad\texttt{\rl@doi}}\fi + \par\vspace{0.6em} + {\color{rlprimary}\hrule height 1pt}% + \par\vspace{0.4em} + {\small\rl@legend\par}% + \endgroup + \vspace{1em} +} + +% --------------------------------------------------------------------------- +% latexdiff support (kept; harmless when not using latexdiff output) +% --------------------------------------------------------------------------- +\RequirePackage[normalem]{ulem} +\providecommand{\DIFadd}[1]{{\protect\color{blue}\uwave{#1}}} +\providecommand{\DIFdel}[1]{{\protect\color{red}\sout{#1}}} +\providecommand{\DIFaddbegin}{} +\providecommand{\DIFaddend}{} +\providecommand{\DIFdelbegin}{} +\providecommand{\DIFdelend}{} +\providecommand{\DIFaddFL}[1]{\DIFadd{#1}} +\providecommand{\DIFdelFL}[1]{\DIFdel{#1}} +\providecommand{\DIFaddbeginFL}{} +\providecommand{\DIFaddendFL}{} +\providecommand{\DIFdelbeginFL}{} +\providecommand{\DIFdelendFL}{} + +\endinput diff --git "a/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/templates/responseletter.template.tex" "b/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/templates/responseletter.template.tex" new file mode 100644 index 00000000..8ffc7e7c --- /dev/null +++ "b/PaperBell/40 - Obsidian/\350\204\232\346\234\254/pandoc/templates/responseletter.template.tex" @@ -0,0 +1,26 @@ +%% pandoc LaTeX template for responseletter.sty +%% Build via the Makefile (pandoc + XeLaTeX). Variables come from response.yaml +%% (and the Makefile injects `draft` in draft mode). +\documentclass{article} +\usepackage[type=$if(type)$$type$$else$author-response$endif$$if(draft)$, draft$else$, final$endif$]{responseletter} + +\ResponseSetup{ +$if(papertitle)$ papertitle = {$papertitle$}, +$endif$$if(authors)$ authors = {$authors$}, +$endif$$if(journal)$ journal = {$journal$}, +$endif$$if(doi)$ doi = {$doi$}, +$endif$$if(lettertitle)$ lettertitle = {$lettertitle$}, +$endif$$if(cjkfont)$ cjkfont = {$cjkfont$}, +$endif$$if(cjksffont)$ cjksffont = {$cjksffont$}, +$endif$} + +$for(header-includes)$ +$header-includes$ +$endfor$ + +\begin{document} +\makeletterhead + +$body$ + +\end{document} diff --git "a/PaperBell/Outputs/PaperBell\347\224\250\346\210\267\346\226\207\346\241\243/index.md" "b/PaperBell/Outputs/PaperBell\347\224\250\346\210\267\346\226\207\346\241\243/index.md" index 541c950d..f46b2f98 100644 --- "a/PaperBell/Outputs/PaperBell\347\224\250\346\210\267\346\226\207\346\241\243/index.md" +++ "b/PaperBell/Outputs/PaperBell\347\224\250\346\210\267\346\226\207\346\241\243/index.md" @@ -1,7 +1,8 @@ --- longform: format: scenes - title: PaperBell用户文档 + title: PaperBell 用户文档 + draftTitle: Manuscript workflow: CompileWithTitledFormatters sceneFolder: 功能介绍 scenes: diff --git "a/PaperBell/Outputs/PaperBell\347\224\250\346\210\267\346\226\207\346\241\243/\345\212\237\350\203\275\344\273\213\347\273\215/\345\257\274\345\207\272\345\255\246\346\234\257\346\226\207\346\241\243.md" "b/PaperBell/Outputs/PaperBell\347\224\250\346\210\267\346\226\207\346\241\243/\345\212\237\350\203\275\344\273\213\347\273\215/\345\257\274\345\207\272\345\255\246\346\234\257\346\226\207\346\241\243.md" index 1c8aed6d..16b328c5 100644 --- "a/PaperBell/Outputs/PaperBell\347\224\250\346\210\267\346\226\207\346\241\243/\345\212\237\350\203\275\344\273\213\347\273\215/\345\257\274\345\207\272\345\255\246\346\234\257\346\226\207\346\241\243.md" +++ "b/PaperBell/Outputs/PaperBell\347\224\250\346\210\267\346\226\207\346\241\243/\345\212\237\350\203\275\344\273\213\347\273\215/\345\257\274\345\207\272\345\255\246\346\234\257\346\226\207\346\241\243.md" @@ -46,6 +46,10 @@ banner_icon: 🧭 对于想要订制模板的用户,可以参考 [[笔记导出模板]] 中的说明。 +## 投稿与版本管理 + +导出只是投稿流程的一环。若你需要对手稿做版本管理、在不同投稿/返修版本之间对比差异,并把这套流程串成标准的投稿—返修—定稿工作流,请参考 [[手稿版本管理与投稿流程]]。 + ## 相关链接 - [Obsidian Enhancing Export](https://github.com/mokeyish/obsidian-enhancing-export) diff --git a/PaperBell/Outputs/demo/DEMO_manuscript.md b/PaperBell/Outputs/demo/DEMO_manuscript.md deleted file mode 100644 index e3e6b41c..00000000 --- a/PaperBell/Outputs/demo/DEMO_manuscript.md +++ /dev/null @@ -1,2378 +0,0 @@ ---- -title: "PaperBell:基于 Obsidian 的学术写作管理系统" -date: "2025-10-11" -authors: - - name: "Shuang Song" - affiliation: [1, 2] - corresponding: "paperbell@songshgeo.com" - - name: "Sen Jiang" - affiliation: [2] -affiliations: - - index: 1 - name: "Max Planck Institute of Geoanthropology, Jena, Germany" - - index: 2 - name: "PaperBell Technology, Beijing, China" -abstract: "本文介绍了 PaperBell 学术写作管理系统,一套基于 Obsidian、Longform、Pandoc 和 LaTeX 的现代化学术写作解决方案。传统的 Microsoft Word 写作存在版本追踪混乱、输入输出分离、格式调整分散注意力等问题。虽然 Markdown 写作具有纯文本、版本控制友好、易于自动化等优势,但传统 Markdown 工作流在长文本管理、导出格式和手动调整方面仍有局限。PaperBell 通过整合项目化管理、数据驱动写作、智能元数据管理和专业级 PDF 导出等核心特性,系统性地解决了这些问题。本文从引言、结果、讨论、方法四个方面全面介绍了 PaperBell 的设计理念、核心特性、配置方案、最佳实践和安装步骤,为学术研究者提供了一套完整的现代化写作工具链。" -keywords: - - "academic writing" - - "Obsidian" - - "Longform" - - "Pandoc" - - "LaTeX" - - "knowledge management" - - "workflow automation" -target: "PaperBell Documentation" -acronym: "DEMO" -csl: "nature" -style: "" -template: "paperbell-windows" ---- - -## 引言 - -### 传统学术写作的挑战 - -学术写作是科研工作者的核心技能之一,然而传统的 Microsoft Word 写作方式存在诸多局限性。首先,**版本追踪混乱**是困扰研究者的主要问题。当不断修改文章时,`manuscript_v1.docx`、`manuscript_v2_revised.docx`、`manuscript_final_really_final.docx` 等文件名层出不穷,版本管理混乱不堪([@fig:daily])。本人写第一篇论文[@song2019]的时候就深受其苦,最后电脑里存了十几个版本。其次,**输入与输出分离**导致工作流割裂:研究者需要在文献管理软件(如 Zotero)、数据分析工具(如 R/Python)、写作软件(Word)之间频繁切换,手动复制粘贴数据和引用。第三,**格式调整分散注意力**:研究者常常陷入字体、行距、页边距的调整中,无法专注于内容创作本身。对我这样注重科研美学的人,经常调着调着格式就忘了自己的写作主线。 - -![科研人日常:整理不同版本的文稿](organizing.png){#fig:daily height=300px} - -上述这些问题不仅降低了写作效率,还增加了错误风险。例如,当实验数据更新时,需要手动在文档中逐一查找并修改所有相关数值;当投稿不同期刊时,需要重新调整格式和引用样式,耗时耗力。 - -### Markdown 写作的优势与局限 - -近年来,越来越多的学者开始在 Obsidian 等知识管理工具中使用 Markdown 进行写作。Markdown 是一种轻量级标记语言,具有显著优势: - -1. **纯文本格式**:文件体积小(通常只有 Word 文档的 1/10),不易损坏崩溃,即使在大型项目中也能保持稳定性 -2. **版本控制友好**:纯文本易于使用 Git 等版本控制系统,可以精确追踪每一行修改,实现真正的协作写作 -3. **自动化潜力**:纯文本易于批量处理,支持正则表达式替换、脚本化操作和变量更新 -4. **跨平台兼容**:任何文本编辑器都能打开编辑,不依赖特定软件 - -然而,传统的 Markdown 学术写作仍存在痛点。**长文本管理困难**是首要问题:一篇完整的论文动辄数千字,单个 Markdown 文件难以管理和导航。**导出格式不佳**是另一大障碍:默认的 Markdown 转 PDF 功能生成的文档格式简陋,无法满足期刊投稿的专业要求。**手动调整格式**的问题依然存在:研究者仍需花费大量时间处理引用格式、图表编号、交叉引用等细节 ([@fig:formatting])。 - -![使用 Markdown 进行写作时,如何转化成专业的论文排版是让人头疼的](formatting.png){#fig:formatting height=300px} - -### PaperBell 工作流的创新价值 - -PaperBell 是一套基于 Obsidian 的学术写作管理系统,通过整合 **Longform**、**Pandoc**、**LaTeX** 等先进工具,系统性地解决了上述问题: - -1. **项目化管理**:通过 Longform 插件实现论文项目的结构化组织,支持章节拆分、场景排序和多项目并行 -2. **数据驱动写作**:通过占位符系统(如 `{{results.correlation}}`)实现数据与文本的动态绑定,数据更新时自动同步 -3. **专业级导出**:通过自定义 Pandoc 模板和 LaTeX 引擎,生成符合期刊要求的高质量 PDF 文档 -4. **完整工作流集成**:从 Zotero 文献管理到最终 PDF 输出的全流程数字化,打通输入-处理-输出链路 - -PaperBell 的核心优势在于:**保留 Markdown 写作的灵活性,同时提供 Word 级别的专业输出**。研究者可以专注于内容创作,将格式调整、引用管理、数据更新等重复性工作交给自动化工具处理。 - -### 本文的目标与结构 - -本文旨在全面介绍 PaperBell 学术写作工作流的实现原理、配置方法和最佳实践。我们将从以下四个方面展开: - -1. **引言(本章)**:阐述传统写作方式的局限性和 PaperBell 的创新价值 -2. **结果**:展示 PaperBell 的核心特性和功能演示 -3. **讨论**:探讨常用配置方案、最佳实践和进阶自定义技巧 -4. **方法**:详细说明安装步骤、配置方法和故障排除指南 - -通过阅读本文,研究者将能够: - -- 理解 PaperBell 工作流的设计理念和技术架构 -- 掌握从项目创建到 PDF 导出的完整操作流程 -- 学会针对不同期刊要求进行定制化配置 -- 解决常见的技术问题和格式调整需求 - -PaperBell 不仅是一套工具集合,更是一种现代化的学术写作范式:**以内容为核心,以自动化为手段,以专业输出为目标**。让我们开始探索这套强大的学术写作系统。 - -## 结果 - -本章展示 PaperBell 学术写作系统的核心特性和功能实现,通过具体示例说明各个组件如何协同工作,实现从写作到发布的完整流程。 - -### 特性一:项目化的长文本管理 - -#### Longform 插件集成 - -PaperBell 通过 Longform 插件实现论文的项目化管理,解决了单文件长文本难以维护的问题。每个研究项目以文件夹形式组织: - -```text -Outputs/DEMO_Manuscript/ -├── source/ # 章节源文件 -│ ├── Introduction.md -│ ├── Methods.md -│ ├── Results.md -│ └── Discussion.md -├── imgs/ # 图片资源 -├── Index.md # 元数据配置 -├── results.json # 分析数据 -└── manuscript.md # 编译输出 -``` - -这种结构化组织具有显著优势: - -- **模块化写作**:每个章节独立编辑,降低认知负担(建议每章 < 500 行) -- **灵活排序**:通过拖拽调整章节顺序,无需重命名文件 -- **协作友好**:多人可同时编辑不同章节,避免版本冲突 -- **版本追踪**:Git 可精确追踪每个章节的修改历史 - -#### 场景(Scenes)系统 - -Longform 的场景系统支持复杂的文档结构。研究者可以创建章节组(如 Part I: Background),也可以将章节标记为草稿或待审阅状态: - -```yaml ---- -scene_title: "Methods" -tags: [draft, peer-review] -status: in-progress ---- -``` - -编译时,Longform 会按照预设顺序自动合并所有章节,生成完整手稿。需要注意小标题的层级排布: - -> [!tip] 标题层级说明 -> -> 在 PaperBell 的 Longform 写作中,标题层级遵循以下规则: -> -> 1. **文档标题**(`title` in YAML)→ LaTeX 的 `\maketitle` -> 2. **Scene 标题**(`scene_title` in frontmatter)→ LaTeX 的 `\section`(二级标题 `##`) -> 3. **Scene 内的标题** → 从 `\subsection` 开始(三级标题 `###`) -> -> 这样可以确保最终 PDF 文档的标题层级结构清晰一致。 - -### 特性二:数据驱动的动态写作 - -> [!warning] -> -> 注意,本功能通过 Longform 的编译脚本 "Replace placeholders from JSON" 实现,如果你需要启用此功能,请将在“PaperBell 编译标准流程”(PaperBell-Standard)的基础上,将该脚本加入编译流程,并置于保存笔记(Save as Note)流程之前。 - -#### 占位符系统 - -PaperBell 的占位符系统实现了数据与文本的动态绑定。研究者在写作时使用占位符引用数据: - -```markdown -我们整合了 {{results1.n_datasets}} 个重建数据集, -Pearson 相关系数为 {{results1.corr}}(p < 0.01)。 -``` - -对应的 `results.json` 文件包含实际数值: - -```json -{ - "results1": { - "n_datasets": 10, - "corr": 0.41, - "n_pass_years": 30, - "sig_sites_ratio": 0.9 - } -} -``` - -编译时,自定义脚本 `替换结果占位符.js` 自动将占位符替换为实际数值,生成: - -```markdown -我们整合了 10 个重建数据集, -Pearson 相关系数为 0.41(p < 0.01)。 -``` - -#### 路径解析能力 - -占位符系统支持复杂的数据结构访问: - -- **嵌套对象**:`{{study.phase1.participants}}` → 访问 study.phase1.participants -- **数组索引**:`{{datasets[0].name}}` → 访问 datasets 数组第一个元素的 name 属性 -- **混合路径**:`{{results.sites[2].correlation}}` → 嵌套对象与数组组合 - -这种灵活性使得研究者可以高效管理复杂的分析结果,实现真正的数据驱动写作。 - -#### 自动化优势 - -当实验数据更新时,研究者只需修改 `results.json` 文件,重新编译即可更新文档中所有相关数值。这避免了手动查找替换的错误风险,特别适合多次修订的论文项目。 - -### 特性三:智能化的元数据管理 - -#### YAML 前置元数据 - -PaperBell 使用 YAML 格式集中管理论文元数据,包括标题、作者、机构、摘要、关键词等: - -```yaml ---- -title: "Archival documentation reveals perceptual bias" -date: "2025-10-11" - -authors: - - name: "Shuang Song" - affiliation: [1, 2, 3] - corresponding: "song@gea.mpg.de" - - name: "Bo Hu" - affiliation: [4] - -affiliations: - - index: 1 - name: "Max Planck Institute of Geoanthropology" - - index: 2 - name: "Beijing Normal University" - -abstract: "It is well-documented that..." -keywords: ["collective memory", "extreme events"] - -target: "Nature Human Behaviour" -acronym: "DEMO" -csl: "nature" ---- -``` - -#### 自动化元数据注入 - -Longform 自定义脚本 `编译后增加头文件.js` 在编译时自动读取元数据,并注入到最终文档。该脚本具有以下特点: - -1. **用户选项优先**:如果在编译时手动指定选项(如引用样式),会覆盖元数据中的默认值 -2. **完整作者信息处理**:自动解析作者-机构索引关系,标记通讯作者 -3. **灵活格式配置**:支持行号、图表位置、引用样式等动态选项 - -#### 多期刊适配 - -同一份手稿可以通过调整元数据快速适配不同期刊: - -```yaml - -# 投稿 Nature 系列 -csl: "nature" -target: "Nature Human Behaviour" - -# 投稿 APA 期刊 -csl: "apa" -target: "Journal of Environmental Psychology" -``` - -编译时自动应用对应的引用格式和排版样式,无需手动调整。 - -### 特性四:专业级的 PDF 导出 - -#### PaperBell 学术模板 - -PaperBell 提供了基于 Eisvogel 定制的 LaTeX 模板 `paperbell.latex`,专为学术手稿设计。模板特性包括: - -1. **统一字体系统**:全文使用 Times New Roman(标题、正文、图表标题、页眉页脚),符合国际期刊标准 -2. **智能行号控制**:支持 `lineno: "true"` 选项显示行号,便于审稿和讨论;参考文献部分自动关闭行号 -3. **图表位置灵活性**:支持 `figures-at-end: "true"` 将所有图表置于文末(参考文献之前) -4. **页眉页脚定制**: - - 左页眉:Manuscript: {acronym} - - 右页眉:{date} - - 左页脚:Submission: {target} - - 右页脚:页码 -5. **图表标题格式化**:无缩进、两端对齐、Times New Roman 字体、加粗标签 -6. **紧凑学术格式**:优化标题间距,移除不必要的空白 - -#### Pandoc 编译流程 - -PaperBell 使用 Pandoc 作为文档转换引擎,配置文件 `pdf.yaml` 定义了完整的编译流程: - -```yaml -from: markdown+tex_math_single_backslash+wikilinks_title_after_pipe -pdf-engine: xelatex -template: paperbell.latex - -filters: - - pandoc-crossref # 交叉引用 - - citeproc # 引用处理 - -metadata: - numbersections: true - link-citations: true -``` - -编译过程如下: - -1. **Markdown 解析**:支持扩展语法(数学公式、Wiki 链接、表格) -2. **交叉引用处理**:`pandoc-crossref` 解析 `{#fig:label}` 和 `[@eq:label]` -3. **引用格式化**:`citeproc` 根据 CSL 文件格式化参考文献 -4. **LaTeX 渲染**:`xelatex` 生成最终 PDF - -#### 多种导出选项 - -PaperBell 支持通过 Obsidian Enhancing Export 插件或命令行进行 PDF 导出: - -**插件导出(推荐)**: - -- 在 Obsidian 中右键点击 `manuscript.md` -- 选择 "Export with Enhancing Export" -- 选择 "PaperBell Academic" 配置 -- 自动生成 PDF - -**命令行导出**: - -```bash -pandoc manuscript.md -o output.pdf \ - --defaults="40 - Obsidian/脚本/Pandoc/defaults/pdf.yaml" \ - -M lineno=true \ - -M figures-at-end=false -``` - -命令行方式适合批量编译和自动化流程(如 GitHub Actions)。 - -### 特性五:完整的引用管理集成 - -#### Zotero 联动 - -PaperBell 通过 ZotLit 插件实现与 Zotero 的深度集成: - -1. **文献导入**:在 Zotero 中标注文献后,右键选择 "Create Literature Note(s)",自动导入到 Obsidian -2. **高亮同步**:Zotero 中的彩色高亮和批注自动转换为 Obsidian 笔记 -3. **引用键生成**:自动生成引用键(如 `song2025collective`),用于文中引用 - -#### 引用工作流 - -在写作时使用 Pandoc 引用语法: - -```markdown -已有研究表明集体记忆影响气候适应 [@song2025collective; @smith2023memory]。 -如 @jones2024perception 所述,认知偏差广泛存在。 -``` - -编译时自动格式化为: - -> 已有研究表明集体记忆影响气候适应 (Song et al., 2025; Smith et al., 2023)。 -> 如 Jones et al. (2024) 所述,认知偏差广泛存在。 - -参考文献列表自动生成并格式化: - -> **References** -> -> Jones, A., et al. (2024). Perception and cognition. *Nature*, 123, 456-789. -> -> Smith, B., et al. (2023). Memory studies. *Science*, 234, 567-890. - -#### 多样化的引用样式 - -PaperBell 支持数千种期刊的引用样式(通过 CSL 文件): - -- **Nature 系列**:数字上标 [1, 2] -- **APA 格式**:作者-日期 (Author, 2024) -- **国标格式**:[1] 作者, 标题, 期刊, 年份 - -只需在元数据中指定 `csl: "nature"` 或 `csl: "apa"`,即可自动应用对应样式。 - -### 特性六:交叉引用与编号系统 - -#### 图表自动编号 - -使用 `pandoc-crossref` 过滤器,PaperBell 实现了智能的图表编号: - -```markdown -![研究区域地图](imgs/study_area.png){#fig:map} - -如 [@fig:map] 所示,研究区域位于... -``` - -编译后自动生成: - -> **Figure 1.** 研究区域地图 -> -> 如 Figure 1 所示,研究区域位于... - -#### 公式编号 - -数学公式同样支持自动编号: - -```markdown -我们使用以下模型: - -$$ y = \beta_0 + \beta_1 x + \epsilon $$ {#eq:model} - -根据 [@eq:model],我们估计参数... -``` - -编译后: - -> 我们使用以下模型: -> -> $$ y = \beta_0 + \beta_1 x + \epsilon \quad (1) $$ -> -> 根据 Equation 1,我们估计参数... - -#### 表格编号 - -表格编号与图表一致: - -```markdown -| 变量 | 均值 | 标准差 | -|------|------|--------| -| 温度 | 15.3 | 2.1 | -| 降水 | 800 | 120 | - -Table: 描述统计 {#tbl:stats} - -[@tbl:stats] 展示了描述统计结果。 -``` - -编译后自动编号并生成引用。 - -### 特性七:版本控制与协作 - -#### Git 集成 - -PaperBell 项目天然适合 Git 版本控制: - -```bash - -# 追踪修改 -git add Outputs/DEMO_Manuscript/source/Results.md -git commit -m "Add correlation analysis" - -# 创建版本标签 -git tag -a v1.0-draft -m "First complete draft" - -# 多人协作 -git checkout -b coauthor-revision -``` - -纯文本格式使得 Git 可以精确显示每一行的修改,方便审阅和回滚。 - -#### 协作写作场景 - -PaperBell 支持多种协作模式: - -1. **分章节协作**:作者 A 编辑 Methods.md,作者 B 编辑 Results.md,互不干扰 -2. **审阅-修订循环**:导出带行号的 PDF 供审稿人标注,根据行号快速定位修改 -3. **版本对比**:使用 Git diff 精确对比不同版本的修改内容 - -#### 云同步支持 - -除 Git 外,PaperBell 项目也兼容各种云同步服务: - -- **iCloud**:Mac 用户的自动同步方案 -- **OneDrive/Dropbox**:跨平台云存储 -- **Obsidian Sync**:官方加密同步服务 - -小文件特性确保同步速度快且不易产生冲突。 - -### 特性八:可扩展的自动化系统 - -#### 自定义 Longform 脚本 - -PaperBell 提供了两个核心自定义脚本,用户也可以编写自己的脚本: - -1. **编译后增加头文件.js**: - - 从 Index.md 读取元数据 - - 注入 YAML 前置内容 - - 支持用户选项覆盖 - -2. **替换结果占位符.js**: - - 解析 results.json - - 替换 {{path.to.value}} 占位符 - - 支持嵌套对象和数组 - -#### Pandoc 过滤器 - -用户可以编写 Lua 过滤器扩展 Pandoc 功能: - -```lua --- 自动添加图表前缀 -function Image(elem) - elem.caption = pandoc.Str("Figure: ") .. elem.caption - return elem -end -``` - -#### 批量处理脚本 - -PaperBell 支持批量编译多个项目: - -```bash -#!/bin/bash -for project in Outputs/*/manuscript.md; do - pandoc "$project" --defaults=pdf.yaml -o "${project%.md}.pdf" -done -``` - -这些自动化能力使 PaperBell 能够适应各种复杂的科研写作场景。 - -### 小结 - -本章展示了 PaperBell 的八大核心特性:项目化管理、数据驱动写作、智能元数据、专业导出、引用集成、交叉引用、版本控制和可扩展性。这些特性协同工作,构建了一套完整的现代化学术写作系统。 - -下一章将讨论如何根据不同场景配置 PaperBell,分享最佳实践和进阶自定义技巧。 - -## 讨论 - -本章探讨 PaperBell 在不同学术写作场景下的配置方案,分享经过实践验证的最佳实践,并介绍进阶自定义技巧。 - -### 常用配置方案 - -> [!tip] Pandoc Defaults 与 Template 配置说明 -> -> PaperBell 的导出系统基于 Pandoc 的 defaults 文件配置。在 `40 - Obsidian/脚本/pandoc/defaults/` 目录下,我们提供了两个预配置的 defaults 文件: -> -> - **paperbell.yaml** - macOS/Linux 系统使用(中文字体:Songti SC、Heiti SC、STFangsong) -> - **paperbell-windows.yaml** - Windows 系统使用(中文字体:SimSun、SimHei、FangSong) -> -> 这两个配置文件的主要区别在于**中文字体设置**,以适应不同操作系统的字体可用性。 -> -> #### 自动检测与手动指定 -> -> 在 Longform 编译时,"Add YAML Metadata" 脚本会: -> -> 1. **自动检测操作系统**(如果 Template 选项留空): -> - macOS/Linux → 使用 `paperbell` 模板 -> - Windows → 使用 `paperbell-windows` 模板 -> -> 2. **支持手动指定**:在 Template 文本框中输入任何模板名称,如: -> - `paperbell` - 使用 Unix 版本 -> - `paperbell-windows` - 使用 Windows 版本 -> - `eisvogel` - 使用 Eisvogel 模板 -> - `my-custom` - 使用你自己的自定义模板 -> -> #### 创建自定义工作流 -> -> 你完全可以定义自己的 defaults 配置文件和工作流: -> -> 1. 在 `40 - Obsidian/脚本/pandoc/defaults/` 创建新的 `.yaml` 文件 -> 2. 在 `40 - Obsidian/脚本/pandoc/templates/` 创建新的 `.latex` 模板 -> 3. 在 Longform 编译时的 Template 选项中指定你的配置名称 -> -> 例如,创建 `my-workflow.yaml` 后,在编译时输入 `my-workflow` 即可使用。 -> -> **相关文件路径**: -> -> ```bash -> 40 - Obsidian/脚本/pandoc/ -> ├── defaults/ # Pandoc 默认配置文件 -> │ ├── paperbell.yaml -> │ ├── paperbell-windows.yaml -> │ ├── beamer.yaml -> │ └── crossref.yaml -> ├── templates/ # LaTeX 模板文件 -> │ └── paperbell.latex -> ├── filters/ # Pandoc Lua 过滤器 -> └── csl/ # 引用样式文件 -> ``` - -#### 方案一:快速投稿配置(Clean Submission) - -**适用场景**:论文已基本定稿,准备首次投稿 - -**配置要点**: - -```yaml ---- -title: "Your Research Title" -date: "2025-10-11" -target: "Nature Human Behaviour" -acronym: "YourAcronym" -csl: "nature" - -# 关键设置 -lineno: "false" # 不显示行号 -figures-at-end: "false" # 图表嵌入正文 -titlepage: true # 生成封面页 ---- -``` - -**Longform 编译步骤**: - -1. Strip Frontmatter -2. Remove Links -3. Prepend Title -4. Concatenate Text -5. Add YAML Metadata(Note Name: `Index`) -6. Replace placeholders from JSON -7. Save as Note - -**导出设置**: - -- 使用 "PaperBell Academic" 配置 -- 确保所有图片为高分辨率(≥300 DPI) -- 检查参考文献格式与目标期刊一致 - -**检查清单**: - -- [ ] 字数符合期刊要求 -- [ ] 图表数量在限制内 -- [ ] 所有引用在 .bib 文件中 -- [ ] 作者信息完整准确 -- [ ] 摘要和关键词符合要求 - -#### 方案二:审稿讨论配置(Review Version) - -**适用场景**:发送给合作者或审稿人审阅 - -**配置要点**: - -```yaml ---- -lineno: "true" # 显示行号便于标注 -figures-at-end: "false" # 图表嵌入便于阅读 -titlepage: true ---- -``` - -**为什么显示行号?** - -- 便于审稿人精确指出需要修改的位置 -- 便于作者团队讨论时引用具体段落 -- 便于记录修订历史(如 "Line 156: revised as suggested") - -**协作建议**: - -- 导出 PDF 时在文件名中注明版本和日期:`manuscript_v2_20251011_review.pdf` -- 使用 Git 标签标记审稿版本:`git tag -a review-v2 -m "Sent to co-authors"` -- 创建修订记录文档,记录每个行号的修改内容 - -#### 方案三:修订响应配置(Revision Response) - -**适用场景**:响应审稿意见,准备修订稿 - -**工作流程**: - -1. **创建修订分支**: - -```bash -git checkout -b revision-round1 -``` - -2. **配置双版本对比**: - -```yaml - -# original.yaml -lineno: "true" -csl: "nature" - -# revised.yaml -lineno: "true" -csl: "nature" -highlight-changes: true # 标记修改内容(需自定义过滤器) -``` - -3. **使用占位符记录修改**: -在 `results.json` 中添加修订信息: - -```json -{ - "revision": { - "response_to_reviewer1": "We have added additional analysis as suggested...", - "new_sample_size": 150, - "previous_sample_size": 120 - } -} -``` - -在修订说明文档中引用: - -```markdown -**Reviewer 1, Comment 3**: Sample size seems insufficient. - -**Response**: We have increased the sample size from -{{revision.previous_sample_size}} to {{revision.new_sample_size}}. -``` - -#### 方案四:期刊特定配置 - -##### Nature 系列期刊 - -```yaml ---- -csl: "nature" -target: "Nature Human Behaviour" -reference-section-title: "References" - -# Nature 特定要求 -lineno: "false" -figures-at-end: "false" # 图表嵌入正文 -titlepage: false # 不需要单独封面 -numbersections: true ---- -``` - -**注意事项**: - -- Nature 系列使用数字上标引用 [1, 2] -- 图表标题格式:**Figure 1 |** Title in sentence case. -- 参考文献按引用顺序排列 - -##### Science 系列期刊 - -```yaml ---- -csl: "science" -target: "Science" -reference-section-title: "References and Notes" - -# Science 特定要求 -lineno: "true" # 初稿需要行号 -figures-at-end: "true" # 图表置于文末 -titlepage: false ---- -``` - -**注意事项**: - -- Science 要求图表和说明分离 -- 参考文献格式较为严格,需仔细检查 -- 补充材料需单独准备 - -##### 社会科学期刊(APA 格式) - -```yaml ---- -csl: "apa" -target: "Journal of Environmental Psychology" -reference-section-title: "References" - -# APA 格式要求 -lineno: "false" -figures-at-end: "false" -titlepage: true # 需要封面页 -abstract-title: "Abstract" -keywords-title: "Keywords" ---- -``` - -**注意事项**: - -- APA 使用作者-日期引用格式 (Author, 2024) -- 参考文献按字母顺序排列 -- 标题层级有严格规定 - -### 最佳实践 - -#### 实践一:元数据集中管理 - -**问题**:多个项目的元数据分散,难以统一维护。 - -**解决方案**:创建元数据模板和复用策略。 - -**实施步骤**: - -1. 创建作者信息库 `40 - Obsidian/authors.yaml`: - -```yaml -authors: - songshgeo: - name: "Shuang Song" - email: "song@gea.mpg.de" - affiliations: - - "Max Planck Institute of Geoanthropology" - - "Beijing Normal University" - orcid: "0000-0002-XXXX-XXXX" - - coauthor1: - name: "Bo Hu" - email: "bohu@nju.edu.cn" - affiliations: - - "Nanjing University" -``` - -2. 在新项目中引用: - -```yaml - -# 使用 templater 插件动态插入 -<%* -const authors = await tp.file.include("authors"); -%> -``` - -3. 维护机构索引映射表,确保一致性。 - -**优势**: - -- 作者信息一处修改,所有项目同步更新 -- 避免拼写错误和格式不一致 -- 便于管理大型合作项目(多作者、多机构) - -#### 实践二:数据与文本分离 - -**原则**:所有可能变化的数值都应使用占位符,而非硬编码。 - -**示例**: - -**❌ 不推荐**: - -```markdown -我们分析了 150 个样本,发现相关系数为 0.45(p < 0.01)。 -``` - -**✅ 推荐**: - -```markdown -我们分析了 {{study.n_samples}} 个样本, -发现相关系数为 {{study.correlation}}(p < {{study.pvalue}})。 -``` - -对应 `results.json`: - -```json -{ - "study": { - "n_samples": 150, - "correlation": 0.45, - "pvalue": 0.01 - } -} -``` - -**优势**: - -- 数据更新时无需逐行查找修改 -- 降低人为错误(如漏改某个数值) -- 便于进行敏感性分析(替换不同数据集) -- 便于审稿人要求的额外分析 - -**进阶技巧**: - -- 在 `results.json` 中包含数据来源和计算日期: - -```json -{ - "metadata": { - "generated_date": "2025-10-11", - "script": "analysis/main_analysis.R" - }, - "study": { - "n_samples": 150 - } -} -``` - -#### 实践三:渐进式写作策略 - -**问题**:论文初稿往往需要反复调整结构和内容。 - -**解决方案**:采用渐进式写作,充分利用 Longform 的灵活性。 - -**阶段一:大纲阶段**(Outline Phase) - -创建章节骨架,每个文件只包含标题和要点: - -```markdown - -# Introduction - -### Background -- Point 1: Traditional methods -- Point 2: Current challenges -- Point 3: Our innovation - -### Research Questions -- RQ1: ... -- RQ2: ... -``` - -**阶段二:初稿阶段**(Draft Phase) - -逐章节扩展内容,标记状态: - -```yaml ---- -status: draft -completeness: 60% -next_steps: - - Add literature review - - Expand methodology ---- -``` - -**阶段三:修订阶段**(Revision Phase) - -使用 Git 分支管理不同版本: - -```bash -git checkout -b draft-v2 - -# 大幅修改 -git checkout main -git merge draft-v2 -``` - -**阶段四:抛光阶段**(Polish Phase) - -- 启用 Linting 检查拼写和语法 -- 检查段落逻辑和过渡 -- 统一术语和表达方式 - -**优势**: - -- 降低初稿心理压力(先完成后完美) -- 便于追踪写作进度 -- 易于回滚不成熟的修改 - -#### 实践四:图表管理规范 - -**问题**:图片文件命名混乱,难以维护。 - -**解决方案**:建立图表命名和组织规范。 - -**命名规范**: - -```text -imgs/ -├── fig1_study_area_map.png # 主文图 -├── fig2_temporal_trends.png -├── fig3_spatial_patterns.png -├── figS1_validation_results.png # 补充图 -├── figS2_sensitivity_analysis.png -└── raw/ # 原始图片 - └── fig1_raw_from_gis.png -``` - -**命名模式**:`{type}{number}_{descriptive_name}.{ext}` - -**在文中引用**: - -```markdown -![Study area and sampling sites](imgs/fig1_study_area_map.png){#fig:study-area width=80%} - -As shown in [@fig:study-area], our study area covers... -``` - -**版本控制**: - -使用 `.gitattributes` 管理图片: - -```gitattributes -*.png filter=lfs diff=lfs merge=lfs -text -*.jpg filter=lfs diff=lfs merge=lfs -text -*.pdf filter=lfs diff=lfs merge=lfs -text -``` - -大型图片文件使用 Git LFS(Large File Storage)。 - -**优势**: - -- 文件名即说明,易于理解 -- 便于快速定位和替换 -- 版本控制更高效 - -#### 实践五:引用管理工作流 - -**工作流程**: - -1. **文献阅读阶段**(Zotero): - - 使用彩色高亮标注关键内容: - - 🟡 黄色:重要发现 - - 🟢 绿色:方法论 - - 🔵 蓝色:理论框架 - - 🔴 红色:局限性/疑问 - - 添加标签:`#project/DEMO`、`#method/ABM` - -2. **笔记导入阶段**(ZotLit): - - 右键选择 "Create Literature Note(s)" - - 自动导入到 `Inputs/Zotero/` - - 验证引用键格式(如 `song2025collective`) - -3. **写作引用阶段**(Obsidian): - - 使用自动完成:输入 `[@song` 触发补全 - - 多引用:`[@author1; @author2; @author3]` - - 文内引用:`@author2024 demonstrated that...` - -4. **编译检查阶段**(Pandoc): - - 检查是否有未解析的引用(会显示为 `[@unknown]`) - - 验证参考文献格式与期刊要求一致 - - 检查引用顺序(Nature 系列按引用顺序,APA 按字母顺序) - -**常见问题处理**: - -| 问题 | 解决方案 | -|------|----------| -| 引用无法解析 | 检查 .bib 文件路径,验证引用键拼写 | -| 参考文献格式错误 | 更换 CSL 文件,检查 Zotero 中的元数据 | -| 多次引用同一文献 | 使用 `-@author` 隐藏作者名,只保留年份 | - -#### 实践六:模板复用与项目快速启动 - -**问题**:每次创建新项目都需要重新配置,效率低下。 - -**解决方案**:创建项目模板和快速启动脚本。 - -**创建项目模板**: - -1. 在 `40 - Obsidian/模板/` 创建 `Longform_Project_Template/`: - -```text -Longform_Project_Template/ -├── source/ -│ ├── 01_Introduction.md -│ ├── 02_Methods.md -│ ├── 03_Results.md -│ └── 04_Discussion.md -├── imgs/.gitkeep -├── Index.md -└── results.json -``` - -2. `Index.md` 包含常用元数据框架: - -```yaml ---- -title: "{{TITLE}}" -date: "{{DATE}}" -authors: - - name: "{{AUTHOR}}" - affiliation: [1] - corresponding: "{{EMAIL}}" -affiliations: - - index: 1 - name: "{{INSTITUTION}}" -abstract: "" -keywords: [] -target: "" -acronym: "" -csl: "nature" -lineno: "false" -figures-at-end: "false" ---- -``` - -3. 使用 Templater 插件创建快速启动命令: - -```javascript -// QuickAdd script: Create Longform Project -const projectName = await tp.system.prompt("Project name"); -const acronym = await tp.system.prompt("Project acronym"); - -const template = "40 - Obsidian/模板/Longform_Project_Template"; -const target = `Outputs/${projectName}`; - -await tp.file.create_new("", projectName, false, tp.file.folder(target)); -// Copy template files... -``` - -**优势**: - -- 新项目 1 分钟内完成初始化 -- 确保项目结构一致性 -- 避免遗漏必要文件 - -### 进阶自定义 - -#### 自定义一:扩展占位符功能 - -**需求**:希望占位符支持计算和格式化(如保留小数位数、千位分隔符)。 - -**解决方案**:扩展 `替换结果占位符.js` 脚本。 - -**示例代码**: - -```javascript -// 支持格式化语法:{{value | format}} -const pattern = /{{\\s*([^|]+?)\\s*(\\|\\s*([^}]+?))?\\s*}}/g; - -const replaced = input.contents.replace(pattern, (match, path, _, format) => { - let value = getByPath(data, path.trim()); - - if (format) { - const fmt = format.trim(); - if (fmt.startsWith('toFixed')) { - const digits = parseInt(fmt.match(/\\d+/)[0]); - value = Number(value).toFixed(digits); - } else if (fmt === 'percent') { - value = (Number(value) * 100).toFixed(1) + '%'; - } else if (fmt === 'comma') { - value = Number(value).toLocaleString(); - } - } - - return String(value); -}); -``` - -**使用示例**: - -```markdown -相关系数为 {{study.correlation | toFixed2}} -样本量为 {{study.n_samples | comma}} -显著性比例为 {{study.sig_ratio | percent}} -``` - -输出: - -```text -相关系数为 0.45 -样本量为 1,250 -显著性比例为 87.3% -``` - -#### 自定义二:多语言支持 - -**需求**:同一手稿需要中英文两个版本。 - -**解决方案**:使用条件渲染和多元数据文件。 - -**实施方案**: - -1. 创建双语元数据: - -```json -{ - "title": { - "en": "Perceptual bias in collective memory", - "zh": "集体记忆中的感知偏差" - }, - "abstract": { - "en": "It is well-documented that...", - "zh": "已有充分研究表明..." - } -} -``` - -2. 修改脚本支持语言选择: - -```javascript -{ - id: "language", - name: "Document Language", - type: "Dropdown", - options: [ - { value: "en", label: "English" }, - { value: "zh", label: "中文" } - ], - default: "en" -} - -// In compile function -const lang = context.optionValues["language"]; -title = metadata.title[lang] || metadata.title; -``` - -3. 章节文本也可以使用占位符: - -```markdown - -# {{headings.introduction}} - -{{text.intro_para1}} -``` - -#### 自定义三:高级交叉引用 - -**需求**:希望引用时自动包含页码或章节信息。 - -**解决方案**:创建自定义 Pandoc Lua 过滤器。 - -**示例过滤器**(`enhanced_crossref.lua`): - -```lua -function Cite(elem) - -- 为图表引用添加 "on page X" - if elem.citations[1].id:match("^fig:") then - return { - pandoc.Str("Figure"), - pandoc.Space(), - elem, - pandoc.Str(" (on page \\pageref{" .. elem.citations[1].id .. "})") - } - end - return elem -end -``` - -在 `pdf.yaml` 中启用: - -```yaml -filters: - - enhanced_crossref.lua - - pandoc-crossref - - citeproc -``` - -#### 自定义四:自动化补充材料 - -**需求**:自动生成补充材料文档(Supplementary Information)。 - -**解决方案**:创建独立的 Longform 项目和编译配置。 - -**项目结构**: - -```text -Outputs/DEMO_Manuscript/ -├── main/ -│ └── manuscript.md # 主文档 -└── supplementary/ - ├── source/ - │ ├── S1_Methods.md - │ ├── S2_Results.md - │ └── S3_Figures.md - ├── Index_SI.md - └── supplementary.md # 补充材料编译输出 -``` - -**配置差异**: - -```yaml - -# Index_SI.md ---- -title: "Supplementary Information" -subtitle: "Perceptual bias in collective memory" -numbersections: true -section-numbering: "S" # 章节编号前缀 S -figure-numbering: "S" # 图表编号前缀 S ---- -``` - -**批量编译**: - -```bash - -# compile_all.sh -pandoc main/manuscript.md -o manuscript.pdf --defaults=pdf.yaml -pandoc supplementary/supplementary.md -o SI.pdf --defaults=pdf_si.yaml -``` - -#### 自定义五:集成外部数据源 - -**需求**:直接从数据库或 API 获取最新数据,而非手动更新 JSON。 - -**解决方案**:创建数据同步脚本。 - -**示例**(Python): - -```python - -# sync_data.py -import json -import requests -from pathlib import Path - -def fetch_analysis_results(project_id): - """从远程服务器获取分析结果""" - response = requests.get(f"https://api.example.com/results/{project_id}") - return response.json() - -def update_results_json(project_path, data): - """更新 results.json""" - results_file = Path(project_path) / "results.json" - with open(results_file, 'w') as f: - json.dump(data, f, indent=2) - -if __name__ == "__main__": - data = fetch_analysis_results("DEMO_2025") - update_results_json("Outputs/DEMO_Manuscript", data) - print("✅ Data synchronized successfully") -``` - -**配合 Makefile 自动化**: - -```makefile -.PHONY: sync compile all - -sync: - python scripts/sync_data.py - -compile: - pandoc Outputs/DEMO_Manuscript/manuscript.md -o output.pdf --defaults=pdf.yaml - -all: sync compile -``` - -运行 `make all` 即可自动同步数据并编译文档。 - -### 小结 - -本章讨论了 PaperBell 在不同场景下的配置方案,包括快速投稿、审稿讨论、修订响应和期刊特定配置。我们分享了六大最佳实践:元数据集中管理、数据文本分离、渐进式写作、图表管理规范、引用工作流和模板复用。最后,我们探讨了五种进阶自定义方案:扩展占位符、多语言支持、高级交叉引用、自动化补充材料和外部数据集成。 - -这些方案和实践经过实际项目验证,能够显著提升学术写作效率和质量。下一章将详细介绍 PaperBell 的安装配置方法和故障排除技巧。 - -## 方法 - -本章提供 PaperBell 学术写作系统的完整安装指南、详细配置步骤和常见问题的解决方案。 - -### 前期准备 - -#### 系统要求 - -##### 操作系统 - -- macOS 10.15+ -- Windows 10/11 -- Linux (Ubuntu 20.04+) - -##### 必需软件 - -- Obsidian 1.0.0+ -- Pandoc 2.19+ -- LaTeX 发行版(TeX Live 2022+ 或 MacTeX 2022+) -- Zotero 6.0+(用于文献管理) - -##### 硬件建议 - -- RAM: ≥8GB(编译大型文档需要) -- 存储: ≥5GB 可用空间(LaTeX 发行版约 4GB) -- 处理器: 现代多核处理器(编译速度更快) - -#### 软件安装 - -##### 1. 安装 Obsidian - -访问 Obsidian 官网 下载对应平台的安装包。 - -##### macOS - -```bash -brew install --cask obsidian -``` - -##### Windows - -下载 `.exe` 安装程序 - -##### Linux - -```bash - -# Debian/Ubuntu -wget https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.0/obsidian_1.4.0_amd64.deb -sudo dpkg -i obsidian_1.4.0_amd64.deb - -# Arch Linux -yay -S obsidian -``` - -##### 2. 安装 Pandoc - -**macOS**: - -```bash -brew install pandoc -``` - -**Windows**: - -- 下载 Pandoc MSI 安装程序 -- 或使用 Chocolatey: `choco install pandoc` - -**Linux**: - -```bash - -# Debian/Ubuntu -sudo apt install pandoc - -# Fedora -sudo dnf install pandoc -``` - -**验证安装**: - -```bash -pandoc --version - -# 应显示 pandoc 2.19 或更高版本 -``` - -##### 3. 安装 LaTeX - -**macOS**: - -```bash - -# 使用 Homebrew 安装 BasicTeX(轻量级) -brew install --cask basictex - -# 或安装完整的 MacTeX(推荐,约 4GB) -brew install --cask mactex - -# 安装后更新包管理器 -sudo tlmgr update --self -sudo tlmgr install collection-fontsrecommended -``` - -**Windows**: - -- 下载 MiKTeX 或 TeX Live -- 运行安装程序,选择完整安装 -- 在安装过程中启用 "自动安装缺失包" - -**Linux**: - -```bash - -# Debian/Ubuntu -sudo apt install texlive-full - -# Fedora -sudo dnf install texlive-scheme-full -``` - -**验证安装**: - -```bash -xelatex --version - -# 应显示 XeTeX 版本信息 -``` - -##### 4. 安装 Pandoc Crossref - -**macOS/Linux**: - -```bash - -# 方法 1: 使用包管理器 -brew install pandoc-crossref # macOS - -# 方法 2: 手动下载 -wget https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.0/pandoc-crossref-macOS.tar.xz -tar -xf pandoc-crossref-macOS.tar.xz -sudo mv pandoc-crossref /usr/local/bin/ -``` - -**Windows**: - -- 下载 pandoc-crossref Windows 版本 -- 解压后将 `pandoc-crossref.exe` 放入 Pandoc 安装目录 - -**验证安装**: - -```bash -pandoc-crossref --version -``` - -##### 5. 安装 Zotero 及插件 - -**Zotero 主程序**: - -- 访问 Zotero 官网 下载安装 - -**Better BibTeX 插件**: - -1. 下载 Better BibTeX XPI 文件 -2. 在 Zotero 中:Tools → Add-ons → 齿轮图标 → Install Add-on From File -3. 选择下载的 `.xpi` 文件 - -**配置 Better BibTeX**: - -- 在 Zotero 设置中,Better BibTeX → Citation Keys -- Citation key formula: `[auth:lower][year][shorttitle1_1]` -- 例如生成:`song2025collective` - -### 配置 PaperBell - -#### 步骤一:获取 PaperBell 模板 - -##### 方法 1:克隆完整仓库(推荐) - -```bash - -# 克隆 PaperBell 仓库 -git clone https://github.com/SongshGeo/PaperBell.git - -# 在 Obsidian 中打开 PaperBell 文件夹 -``` - -##### 方法 2:手动配置 - -如果只想使用核心组件,可以手动创建目录结构: - -```bash -mkdir -p YourVault/40\ -\ Obsidian/脚本/{longform,Pandoc/{defaults,templates,filters}} -mkdir -p YourVault/Outputs -mkdir -p YourVault/Inputs/Zotero -``` - -#### 步骤二:安装 Obsidian 插件 - -在 Obsidian 中打开设置(Settings → Community plugins): - -##### 核心插件列表 - -| 插件名称 | 用途 | 必需性 | -|---------|------|--------| -| **Longform** | 长文本项目管理 | ✅ 必需 | -| **Templater** | 模板引擎 | ✅ 必需 | -| **Obsidian Enhancing Export** | PDF 导出 | ✅ 必需 | -| **ZotLit** | Zotero 集成 | ✅ 必需 | -| **Dataview** | 数据查询展示 | 推荐 | -| **Obsidian Git** | 版本控制 | 推荐 | - -**安装步骤**: - -1. 关闭安全模式(Turn off Safe Mode) -2. 点击 Browse 搜索插件名称 -3. 点击 Install,然后 Enable - -#### 步骤三:配置 Longform 插件 - -**基础设置**(Settings → Longform): - -```yaml - -# Projects Folder -Projects folder: Outputs - -# Scenes -Scene folder name: source -Include scene titles in compile: Yes - -# Compile Workflow -Workflow folder: 40 - Obsidian/脚本/longform -Compile in place: Yes - -# Draft Management -Draft folder: Drafts -Auto-save sessions: Yes -``` - -**添加自定义编译脚本**: - -1. 将 `编译后增加头文件.js` 放入 `40 - Obsidian/脚本/longform/` -2. 将 `替换结果占位符.js` 放入同一目录 -3. 重启 Obsidian 或重新加载 Longform 插件 - -**验证脚本加载**: - -- 在 Longform 面板中选择任一项目 -- 点击 Compile → Configure Steps -- 应能看到 "Add YAML Metadata" 和 "Replace placeholders from JSON" - -#### 步骤四:配置 Pandoc 模板 - -PaperBell 提供了完整的 Pandoc 配置系统,包括 defaults 文件、LaTeX 模板、Lua 过滤器和 CSL 引用样式。 - -##### 理解 Pandoc Defaults 文件 - -PaperBell 在 `40 - Obsidian/脚本/pandoc/defaults/` 目录下提供了预配置的 defaults 文件: - -| 文件名 | 用途 | 主要差异 | -|--------|------|----------| -| `paperbell.yaml` | macOS/Linux 系统 | 中文字体:Songti SC、Heiti SC、STFangsong | -| `paperbell-windows.yaml` | Windows 系统 | 中文字体:SimSun、SimHei、FangSong | -| `beamer.yaml` | 演示文稿导出 | 使用 Beamer 模板 | -| `crossref.yaml` | 交叉引用配置 | pandoc-crossref 插件配置 | - -**为什么需要两个 paperbell 配置?** - -不同操作系统的中文字体名称不同: - -```yaml - -# macOS/Linux (paperbell.yaml) -metadata: - CJKmainfont: Songti SC # 宋体 - CJKsansfont: Heiti SC # 黑体 - CJKmonofont: STFangsong # 仿宋 - -# Windows (paperbell-windows.yaml) -metadata: - CJKmainfont: SimSun # 宋体 - CJKsansfont: SimHei # 黑体 - CJKmonofont: FangSong # 仿宋 -``` - -##### 自动检测机制 - -Longform 的 "Add YAML Metadata" 脚本会自动检测操作系统: - -```javascript -// 自动检测逻辑 -if (!template || template === "") { - const platform = process.platform; - if (platform === "darwin" || platform === "linux") { - template = "paperbell"; // 使用 paperbell.yaml - } else if (platform === "win32") { - template = "paperbell-windows"; // 使用 paperbell-windows.yaml - } -} -``` - -##### 手动指定模板 - -在 Longform 编译时,可以在 "Pandoc Template" 文本框中手动指定: - -```yaml - -# 使用 Unix 版本(即使在 Windows 上) -Pandoc Template: paperbell - -# 使用 Windows 版本(即使在 macOS 上) -Pandoc Template: paperbell-windows - -# 使用其他模板 -Pandoc Template: eisvogel -Pandoc Template: my-custom-template -``` - -##### 创建自定义 Defaults 文件 - -你可以创建自己的 defaults 配置文件: - -1. **创建新的 defaults 文件**: - -在 `40 - Obsidian/脚本/Pandoc/defaults/` 创建 `my-workflow.yaml`: - -```yaml ---- - -## General options -standalone: true -pdf-engine: xelatex -data-dir: ${.}/.. - -## Templates -template: ${USERDATA}/templates/my-template.latex - -## Bibliography -bibliography: ${USERDATA}/../../mybib.bib -csl: ${USERDATA}/my-style.csl - -## Filters -filters: - - ${USERDATA}/filters/shift_headings.lua - - pandoc-crossref - - citeproc - -## Metadata -metadata: - CJKmainfont: "Your Preferred Font" - mainfont: "Your Preferred Font" - numbersections: true - link-citations: true -``` - -2. **在 Longform 中使用**: - -编译时在 Template 选项中输入 `my-workflow`。 - -##### 文件结构说明 - -```bash -40 - Obsidian/脚本/pandoc/ -├── defaults/ # Pandoc defaults 配置文件 -│ ├── paperbell.yaml # Unix 系统配置 -│ ├── paperbell-windows.yaml # Windows 系统配置 -│ ├── beamer.yaml # 演示文稿配置 -│ └── crossref.yaml # 交叉引用配置 -│ -├── templates/ # LaTeX 模板文件 -│ └── paperbell.latex # PaperBell 学术模板 -│ -├── filters/ # Pandoc Lua 过滤器 -│ ├── shift_headings.lua # 调整标题层级 -│ ├── image.lua # 图片处理 -│ ├── callout.lua # Callout 渲染 -│ └── ... # 其他过滤器 -│ -├── csl/ # 引用样式文件 -│ ├── nature.csl -│ ├── apa.csl -│ └── ... -│ -└── preamble.sty # LaTeX 导言区自定义 -``` - -##### 验证配置 - -```bash - -# 查看 defaults 文件内容 -cat "40 - Obsidian/脚本/pandoc/defaults/paperbell.yaml" - -# 测试 defaults 配置 -cd "40 - Obsidian/脚本/pandoc" -pandoc --defaults=paperbell.yaml test.md -o test.pdf - -# 查看可用的过滤器 -ls "40 - Obsidian/脚本/pandoc/filters/" -``` - -#### 步骤五:配置 Zotero 导出 - -**配置 Better BibTeX 自动导出**: - -1. 在 Zotero 中选择你的文献库 -2. 右键 → Export Library -3. 格式选择:Better BibTeX -4. 勾选 "Keep updated" -5. 导出位置:`YourVault/40 - Obsidian/mybib.bib` - -**配置 ZotLit 插件**(Obsidian): - -Settings → ZotLit: - -```yaml - -# Zotero Connection -Zotero Path: /Users/yourname/Zotero # Zotero 数据目录 - -# Note Templates -Literature Note Template: 40 - Obsidian/模板/Literature Note.md -Note Location: Inputs/Zotero - -# Annotation Settings -Color Mapping: - - Yellow (#ffd400): Highlight - - Green (#5fb236): Method - - Blue (#2ea8e5): Theory - - Red (#ff6666): Question - -# Citation Key -Use Better BibTeX Key: Yes -``` - -**Zotlit文献笔记模板**: - -在Zotlit 插件的 template 界面或者在`40 - Obsidian/模板`文件夹找到下面md文件进行修改: - -zt-annot.eta: - -```markdown -[!<%= it.colorName %>] Page <%= it.pageLabel %> - -<%= it.imgEmbed %><%= it.text %> -<% if (it.comment) { %> ---- -<%= it.comment %> -<% } %> - -<%= it.tags.filter(t => t.type === 0).map(t => `#${t.name}`).join(' ') %> -``` - -zt-annots.eta - -```markdown -<% const byColor = Object.groupBy(it, (annot) => annot.colorName); -const label = { - "red": "Conclusion", - "orange": "Keyword", - "yellow": "Highlight", - "gray": "Comment", - "green": "Quote", - "cyan": "Task", - "blue": "Definition", - "navy": "Definition", - "purple": "Question", - "brown": "Source", - "magenta": "To Do" -}; -// Merge colors with customized label with unexpected colors, if any -// Keep the order of the colors from the original color-label map -const colorSet = new Set([...Object.keys(label), ...Object.keys(byColor)]); -for (const color of colorSet) { -if (!(color in byColor)) continue -%> - -### <%= label[color] ?? color %> - <%_ for (const annot of byColor[color]) { %> - -<%~ include("annotation", annot) %> - <%_ } %> -<% } %> -``` - -zt-cite.eta - -```markdown -[<%= it.map(lit => `@${lit.citekey}`).join("; ") %>] -``` - -zt-cite2.eta - -```markdown -<%= it.map(lit => `@${lit.citekey}`).join("; ") %> -``` - -zt-colored.eta - -```markdown -<%= it.content %> -``` - -zt-field.eta - -```markdown -title: "<%= it.title %>" - -citekey: "<%= it.citekey %>" - -tags: [paper, <% = it.tags.filter(t => t.name && t.name.startsWith('#')).map(t => '"' + t.name.slice(1) + '"').join(', ') %>] - -cate: 论文 - -concepts: [<%let excludeEndings = ['更新', '推荐', '关联', '检索', '浏览', '初读', '精读', '星标']; -let filteredConceptTags = (Array.isArray(it.tags) ? it.tags : []).filter(t => - t.name && - !t.name.startsWith('#') && - !excludeEndings.some(ending => t.name.endsWith(ending)) -).map(t => '"' + t.name + '"'); -%> <%= filteredConceptTags.join(', ') %>] - -read: [<% let endings = ['浏览', '初读', '精读']; let filteredTags = it.tags.filter(t => t.name && endings.some(ending => t.name.endsWith(ending))); if (filteredTags.length === 1) { %> "<%= filteredTags[0].name %>" <% } else if (filteredTags.length > 1) { %> 错误:存在多个符合条件的标签。 <% } else { %> 错误:没有找到符合条件的标签。 <% } %>] - -source: [<% let endings_2 = ['更新', '推荐', '关联', '检索']; let filteredTags_2 = it.tags.filter(t => t.name && endings_2.some(ending => t.name.endsWith(ending))); if (filteredTags_2.length === 1) { %> "<%= filteredTags_2[0].name %>" <% } else if (filteredTags_2.length > 1) { %> 错误:存在多个符合条件的标签。 <% } else { %> 错误:没有找到符合条件的标签。 <% } %>] - -authors: [<%= it.authors %>] - -journal: <%= it.publicationTitle %> - -paper_date: <%= it.date %> - -date: <%= (new Date(it.dateModified || Date.now())).toISOString().slice(0, 10) %> - -<% -let isImportant = it.tags.some(t => t.name === '🌟星标'); -%> - -important: <%= isImportant ? 'True' : 'False' %> -``` - -zt-note.eta - -```markdown -| Zotero | File | Journal | -| ---------------------------- | ------------------ | ------------------------------------------ | -| Zotero | <%= it.fileLink %> | <%= it.publicationTitle %> | - -## Annotations - -<%~ include("annots", it.annotations) %> -``` - -#### 步骤六:配置 Enhancing Export - -Settings → Obsidian Enhancing Export: - -**添加 PaperBell Academic 导出配置**: - -```json -{ - "name": "PaperBell Academic", - "type": "pandoc", - "arguments": "-f ${fromFormat} --resource-path=\"${currentDir}\" --resource-path=\"${currentDir}/imgs\" --resource-path=\"${currentDir}/figs\" --resource-path=\"${attachmentFolderPath}\" --pdf-engine=xelatex --template=paperbell -o \"${outputPath}\" -t pdf", - "customArguments": "--bibliography=\"${vaultDir}/40 - Obsidian/mybib.bib\" --filter pandoc-crossref --number-sections --citeproc -M reference-section-title=References --listings", - "extension": ".pdf", - "outputPath": "${currentDir}/${fileName}.pdf" -} -``` - -**添加带行号版本**: - -```json -{ - "name": "PaperBell Academic (Line Numbers)", - "type": "pandoc", - "arguments": "-f ${fromFormat} --resource-path=\"${currentDir}\" --resource-path=\"${currentDir}/imgs\" --pdf-engine=xelatex --template=paperbell -M lineno=true -o \"${outputPath}\" -t pdf", - "customArguments": "--bibliography=\"${vaultDir}/40 - Obsidian/mybib.bib\" --filter pandoc-crossref --number-sections --citeproc -M reference-section-title=References", - "extension": ".pdf", - "outputPath": "${currentDir}/${fileName}_lineno.pdf" -} -``` - -### 创建第一个项目 - -#### 步骤一:创建 Longform 项目 - -1. 打开 Obsidian 左侧边栏的 Longform 图标 -2. 点击 **New Project** -3. 配置项目: - - Name: `MyFirstPaper` - - Type: Manuscript - - Location: `Outputs/` -4. 点击 **Create** - -#### 步骤二:添加项目结构 - -手动创建以下文件和文件夹: - -```bash -cd Outputs/MyFirstPaper -mkdir imgs -touch results.json -``` - -创建章节文件: - -```bash -cd source -touch Introduction.md Methods.md Results.md Discussion.md -``` - -#### 步骤三:配置元数据 - -编辑 `Index.md`: - -```yaml ---- -title: "My First Academic Paper with PaperBell" -date: "2025-10-11" - -authors: - - name: "Your Name" - affiliation: [1] - corresponding: "your.email@institution.edu" - -affiliations: - - index: 1 - name: "Your Institution" - -abstract: "This is my first paper using PaperBell workflow." -keywords: - - "academic writing" - - "Obsidian" - - "automation" - -target: "Test Journal" -acronym: "MyPaper" -csl: "nature" - -lineno: "false" -figures-at-end: "false" -titlepage: true ---- -``` - -#### 步骤四:编写示例内容 - -`source/Introduction.md`: - -```markdown - -# Introduction - -This is a demonstration of the PaperBell workflow. - -We analyzed {{demo.n_samples}} samples and found a correlation of {{demo.correlation}}. - -Previous studies have shown [@example2024paper] that this approach is effective. - -![Example figure](imgs/demo.png){#fig:demo width=80%} - -As shown in [@fig:demo], our method works well. -``` - -`results.json`: - -```json -{ - "demo": { - "n_samples": 100, - "correlation": 0.75, - "pvalue": 0.001 - } -} -``` - -#### 步骤五:添加引用和图片 - -**添加测试引用**: - -在 `40 - Obsidian/mybib.bib` 中添加: - -```bibtex -@article{example2024paper, - title={An Example Paper}, - author={Author, A. and Coauthor, B.}, - journal={Example Journal}, - volume={1}, - pages={1--10}, - year={2024}, - publisher={Example Publisher} -} -``` - -**添加测试图片**: - -将任意图片复制到 `imgs/demo.png`。 - -#### 步骤六:编译项目 - -1. 在 Longform 面板中选择 `MyFirstPaper` -2. 点击 **Compile** 选项卡 -3. 配置编译步骤(按顺序): - - Strip Frontmatter - - Remove Links - - Prepend Title - - Concatenate Text - - **Add YAML Metadata** (Note Name: `Index`) - - **Replace placeholders from JSON** - - Save as Note (输出:`manuscript.md`) -4. 点击 **Compile** - -**验证编译结果**: - -打开 `manuscript.md`,检查: - -- [ ] YAML 前置内容包含完整元数据 -- [ ] 占位符 `{{demo.n_samples}}` 已替换为 `100` -- [ ] 章节按顺序合并 - -#### 步骤七:导出 PDF - -##### 方法 1:使用 Enhancing Export - -1. 右键点击 `manuscript.md` -2. 选择 "Export with Enhancing Export" -3. 选择 "PaperBell Academic" -4. 等待编译完成(首次编译可能需要 1-2 分钟) - -##### 方法 2:使用命令行 - -```bash -cd Outputs/MyFirstPaper -pandoc manuscript.md -o output.pdf \ - --defaults="../../40 - Obsidian/脚本/Pandoc/defaults/pdf.yaml" -``` - -**检查 PDF 输出**: - -打开 `output.pdf`,验证: - -- [ ] 标题页显示正确 -- [ ] 作者和机构信息完整 -- [ ] 参考文献正确格式化 -- [ ] 图片正常显示 -- [ ] 图表编号和引用正确 - -### 故障排除 - -#### 问题 1:占位符未替换 - -**症状**:编译后的 `manuscript.md` 中仍有 `{{placeholder}}` - -**可能原因**: - -1. `results.json` 不在项目根目录或 `source/` 目录 -2. JSON 语法错误 -3. 路径拼写错误 - -**解决方案**: - -```bash - -# 1. 检查文件位置 -ls Outputs/MyFirstPaper/results.json -ls Outputs/MyFirstPaper/source/results.json - -# 2. 验证 JSON 语法 -cat results.json | python -m json.tool - -# 3. 启用调试模式 - -# 在 Longform 编译选项中勾选 "Enable debug log" - -# 查看 Obsidian 控制台输出(Cmd+Option+I) -``` - -#### 问题 2:Pandoc 编译失败 - -**症状**:导出 PDF 时报错 - -**常见错误及解决方案**: - -##### 错误:`xelatex not found` - -```bash - -# 验证 LaTeX 安装 -which xelatex - -# macOS: 添加到 PATH -echo 'export PATH="/Library/TeX/texbin:$PATH"' >> ~/.zshrc -source ~/.zshrc - -# Windows: 在系统环境变量中添加 MiKTeX bin 目录 -``` - -##### 错误:`Template paperbell.latex not found` - -```bash - -# 检查模板路径 -ls "40 - Obsidian/脚本/Pandoc/templates/paperbell.latex" - -# 使用绝对路径 -pandoc manuscript.md -o output.pdf \ - --template="/full/path/to/paperbell.latex" -``` - -##### 错误:`File 'tikz.sty' not found` - -```bash - -# 安装缺失的 LaTeX 包 -sudo tlmgr install tikz # macOS/Linux -mpm --install=tikz # Windows MiKTeX -``` - -##### 错误:`pandoc-crossref not found` - -```bash - -# 验证安装 -which pandoc-crossref - -# 重新安装 -brew reinstall pandoc-crossref # macOS -``` - -#### 问题 3:字体问题 - -**症状**:PDF 中文显示为方块或编译报错 - -**解决方案**: - -```bash - -# 检查系统字体 -fc-list | grep "Times New Roman" -fc-list | grep "Songti" # 中文字体 - -# macOS: 安装中文字体 - -# 系统字体册 → 全部字体 → 确认有 "宋体" - -# Linux: 安装中文字体 -sudo apt install fonts-noto-cjk # Debian/Ubuntu - -# 修改 pdf.yaml 使用系统可用字体 -metadata: - CJKmainfont: "Noto Serif CJK SC" # 替代宋体 - mainfont: "Liberation Serif" # 替代 Times New Roman -``` - -#### 问题 4:引用无法解析 - -**症状**:PDF 中显示 `[@unknown]` 而非正确引用 - -**诊断步骤**: - -```bash - -# 1. 检查 .bib 文件路径 -ls "40 - Obsidian/mybib.bib" - -# 2. 验证引用键存在 -grep "@article{unknown" "40 - Obsidian/mybib.bib" - -# 3. 测试 citeproc -pandoc test.md -o test.pdf \ - --bibliography="40 - Obsidian/mybib.bib" \ - --citeproc -``` - -**常见问题**: - -- 引用键拼写错误(区分大小写) -- .bib 文件编码问题(应为 UTF-8) -- 引用键格式不符合 Better BibTeX 规则 - -#### 问题 5:行号显示异常 - -**症状**:行号未显示或参考文献也有行号 - -**解决方案**: - -```yaml - -# 确保使用最新的 paperbell.latex 模板 - -# 检查模板中是否有以下代码: - -% 在参考文献前关闭行号 -\AtBeginEnvironment{thebibliography}{ - \linenomathNonumbers - \nolinenumbers -} -``` - -如果模板过旧,从 PaperBell 仓库下载最新版本。 - -#### 问题 6:图表位置错误 - -##### 症状 - -启用 `figures-at-end: true` 但图表未移到文末 - -##### 检查项 - -1. YAML 元数据中是否正确设置: - -```yaml -figures-at-end: "true" # 注意是字符串格式 -``` - -2. 模板是否支持该功能(检查 `paperbell.latex` 版本) - -3. 图表标记是否正确: - -```markdown -![Caption](image.png){#fig:label} # ✅ 正确 -![Caption](image.png) # ❌ 不会被识别 -``` - -#### 问题 7:Longform 脚本未加载 - -**症状**:编译步骤中看不到自定义脚本 - -**解决方案**: - -```bash - -# 1. 检查脚本位置 -ls "40 - Obsidian/脚本/longform/" - -# 2. 检查脚本格式 - -# 确保文件名为 .js 且导出 module.exports - -# 3. 验证脚本语法 -node --check "40 - Obsidian/脚本/longform/编译后增加头文件.js" - -# 4. 重启 Obsidian - -# 或重新加载 Longform 插件(Settings → Community plugins → Reload) -``` - -#### 问题 8:编译速度慢 - -**优化方案**: - -1. **缓存图片**: - -```yaml - -# pdf.yaml -resource-path: - - . - - imgs -``` - -2. **使用增量编译**: - -```bash - -# 仅在内容变化时重新编译 -make -f Makefile -``` - -3. **减少过滤器**: - -```yaml - -# 调试时暂时禁用部分过滤器 -filters: - # - some-slow-filter - - pandoc-crossref - - citeproc -``` - -4. **使用 LuaLaTeX 替代 XeLaTeX**(如不需要复杂字体): - -```yaml -pdf-engine: lualatex -``` - -#### 调试工具和日志 - -**Obsidian 控制台**: - -```javascript -// 在 Obsidian 中按 Cmd+Option+I (Mac) 或 Ctrl+Shift+I (Windows) -// 查看 Longform 脚本的 console.log 输出 -``` - -**Pandoc 详细日志**: - -```bash -pandoc manuscript.md -o output.pdf \ - --defaults=pdf.yaml \ - --verbose 2>&1 | tee pandoc.log -``` - -**LaTeX 日志**: - -```bash - -# 编译失败时查看详细日志 -cat output.log | grep "Error" -``` - -**测试最小示例**: - -创建 `test.md`: - -```markdown ---- -title: "Test" ---- - -# Test - -This is a test [@example2024]. -``` - -逐步测试: - -```bash - -# 1. 测试 Markdown 到 PDF -pandoc test.md -o test.pdf - -# 2. 测试引用 -pandoc test.md -o test.pdf --bibliography=mybib.bib --citeproc - -# 3. 测试模板 -pandoc test.md -o test.pdf --template=paperbell.latex -``` - -### 更新和维护 - -#### 更新 PaperBell 模板 - -```bash - -# 进入 PaperBell 目录 -cd /path/to/PaperBell - -# 拉取最新更新 -git pull origin main - -# 复制更新的模板文件 -cp templates/paperbell.latex YourVault/40\ -\ Obsidian/脚本/Pandoc/templates/ -``` - -#### 更新插件 - -在 Obsidian 中: - -1. Settings → Community plugins -2. 点击 "Check for updates" -3. 更新所有可用更新 - -#### 备份策略 - -**每日自动备份**(使用 Obsidian Git): - -Settings → Obsidian Git: - -```yaml -Automatic pull/push/commit: - - Auto pull: Every 10 minutes - - Auto commit: Every 30 minutes - - Auto push: Every 60 minutes -``` - -**手动备份**: - -```bash - -# 备份整个 Vault -tar -czf paperbell_backup_$(date +%Y%m%d).tar.gz YourVault/ - -# 仅备份项目文件 -tar -czf projects_backup_$(date +%Y%m%d).tar.gz YourVault/Outputs/ -``` - -### 小结 - -本章详细介绍了 PaperBell 的完整安装配置流程,从系统准备、软件安装、插件配置到创建第一个项目。我们提供了常见问题的系统化诊断和解决方案,以及更新维护建议。 - -通过遵循本章的步骤,研究者可以在 1-2 小时内完成 PaperBell 的完整配置,开始享受现代化学术写作的便利。 - ---- - -**相关资源**: - -- PaperBell GitHub -- Pandoc 文档 -- Longform 插件 -- 问题反馈 - -![请关注我们 PaperBell 的官方账号](https://songshgeo-picgo-1302043007.cos.ap-beijing.myqcloud.com/uPic/follow_paperbell.jpeg) diff --git a/PaperBell/Outputs/demo/DEMO_manuscript.pdf b/PaperBell/Outputs/demo/DEMO_manuscript.pdf deleted file mode 100644 index 1b89618d..00000000 Binary files a/PaperBell/Outputs/demo/DEMO_manuscript.pdf and /dev/null differ diff --git a/PaperBell/Outputs/demo/Index.md b/PaperBell/Outputs/demo/Index.md deleted file mode 100644 index 5dc5940f..00000000 --- a/PaperBell/Outputs/demo/Index.md +++ /dev/null @@ -1,169 +0,0 @@ ---- -cssclasses: longform-props -longform: - format: scenes - title: PaperBell学术写作完全指南 - workflow: PaperBell-Standard - sceneFolder: source - scenes: - - DEMO_引言 - - DEMO_结果 - - DEMO_讨论 - - DEMO_方法 - sceneTemplate: 40 - Obsidian/模板/学术长文本模板 Longform academic template.md - ignoredFiles: [] -title: PaperBell:基于 Obsidian 的学术写作管理系统 -subtitle: 从 Markdown 到专业论文的完整工作流 -date: 2025-10-11 -authors: - - name: Shuang Song - affiliation: - - 1 - - 2 - corresponding: paperbell@songshgeo.com - - name: Sen Jiang - affiliation: - - 2 -affiliations: - - index: 1 - name: Max Planck Institute of Geoanthropology, Jena, Germany - - index: 2 - name: PaperBell Technology, Beijing, China -abstract: 本文介绍了 PaperBell 学术写作管理系统,一套基于 Obsidian、Longform、Pandoc 和 LaTeX 的现代化学术写作解决方案。传统的 Microsoft Word 写作存在版本追踪混乱、输入输出分离、格式调整分散注意力等问题。虽然 Markdown 写作具有纯文本、版本控制友好、易于自动化等优势,但传统 Markdown 工作流在长文本管理、导出格式和手动调整方面仍有局限。PaperBell 通过整合项目化管理、数据驱动写作、智能元数据管理和专业级 PDF 导出等核心特性,系统性地解决了这些问题。本文从引言、结果、讨论、方法四个方面全面介绍了 PaperBell 的设计理念、核心特性、配置方案、最佳实践和安装步骤,为学术研究者提供了一套完整的现代化写作工具链。 -keywords: - - academic writing - - Obsidian - - Longform - - Pandoc - - LaTeX - - knowledge management - - workflow automation -target: PaperBell Documentation -acronym: DEMO -csl: nature -lineno: "false" -figures-at-end: "false" -titlepage: true -numbersections: true ---- - -这是一个完整的 PaperBell Longform 演示项目,展示了如何使用 PaperBell 进行学术论文写作。 - -## 📚 项目结构 - -```bash -demo/ -├── Index.md # 项目元数据配置 -├── source/ # 章节源文件 -│ ├── DEMO_引言.md # 第一章:引言 -│ ├── DEMO_结果.md # 第二章:结果 -│ ├── DEMO_讨论.md # 第三章:讨论 -│ └── DEMO_方法.md # 第四章:方法 -├── imgs/ # 图片资源文件夹 -└── README.md # 本文件 -``` - -## 🎯 内容概览 - -这份文档模仿学术论文的结构,分为四个章节: - -### 1️⃣ 引言 - -- 传统学术写作的挑战 -- Markdown 写作的优势与局限 -- PaperBell 工作流的创新价值 -- 本文的目标与结构 - -### 2️⃣ 结果 - -展示 PaperBell 的八大核心特性: - -- 项目化的长文本管理 -- 数据驱动的动态写作 -- 智能化的元数据管理 -- 专业级的 PDF 导出 -- 完整的引用管理集成 -- 交叉引用与编号系统 -- 版本控制与协作 -- 可扩展的自动化系统 - -### 3️⃣ 讨论 - -- 常用配置方案(快速投稿、审稿讨论、修订响应、期刊特定) -- 最佳实践(元数据管理、数据文本分离、渐进式写作等) -- 进阶自定义(扩展占位符、多语言支持、自动化等) - -### 4️⃣ 方法 - -- 前期准备(系统要求、软件安装) -- 配置 PaperBell(插件、模板、导出) -- 创建第一个项目 -- 故障排除 - -## 📝 标题层级规则 - -在 PaperBell 的 Longform 写作中,标题层级遵循以下规则: - -- **文档标题**(`title` in YAML)→ LaTeX 的 `\maketitle` -- **Scene 标题**(`scene_title` in frontmatter)→ LaTeX 的 `\section`(二级标题 `##`) -- **Scene 内的标题** → 从 `\subsection` 开始(三级标题 `###`) - -这样可以确保最终 PDF 文档的标题层级结构清晰一致。 - -## 🚀 如何使用 - -### 在 Obsidian 中查看 - -1. 在 Obsidian 中打开 PaperBell 仓库 -2. 在左侧边栏找到 Longform 图标 -3. 选择 "PaperBell学术写作完全指南" 项目 -4. 点击各个 scene 查看内容 - -### 编译为完整手稿 - -1. 在 Longform 面板中选择本项目 -2. 点击 **Compile** 选项卡 -3. 确保编译步骤包含: - - Strip Frontmatter - - Remove Links - - Prepend Title - - Concatenate Text - - Add YAML Metadata (Note Name: `Index`) - - Save as Note -4. 点击 **Compile** 生成 `manuscript.md` - -### 导出为 PDF - -方法 1:使用 Enhancing Export - -1. 右键点击编译生成的 `manuscript.md` -2. 选择 "Export with Enhancing Export" -3. 选择 "PaperBell Academic" 配置 - -方法 2:使用命令行 - -```bash -cd Outputs/demo -pandoc manuscript.md -o PaperBell_Guide.pdf \ - --defaults="../../40 - Obsidian/脚本/Pandoc/defaults/pdf.yaml" -``` - -## 📖 文档特点 - -- **内容全面**:涵盖 PaperBell 的所有核心功能和最佳实践 -- **结构清晰**:遵循学术论文的标准结构(引言-结果-讨论-方法) -- **实用导向**:包含大量代码示例、配置模板和操作步骤 -- **可操作性强**:提供详细的安装指南和故障排除方案 - -## 🎓 适合人群 - -- 初次接触 PaperBell 的用户 -- 想要了解 Longform 学术写作流程的研究者 -- 需要参考最佳实践的高级用户 -- 准备自定义 PaperBell 工作流的开发者 - -## 📧 联系方式 - -- **PaperBell**: -- **Shuang Song**: -- **GitHub**: diff --git a/PaperBell/Outputs/demo/figs/formatting.png b/PaperBell/Outputs/demo/figs/formatting.png deleted file mode 100644 index a997e76f..00000000 Binary files a/PaperBell/Outputs/demo/figs/formatting.png and /dev/null differ diff --git a/PaperBell/Outputs/demo/figs/switching.png b/PaperBell/Outputs/demo/figs/switching.png deleted file mode 100644 index 593c6473..00000000 Binary files a/PaperBell/Outputs/demo/figs/switching.png and /dev/null differ diff --git a/PaperBell/Outputs/demo/imgs/organizing.png b/PaperBell/Outputs/demo/imgs/organizing.png deleted file mode 100644 index aea6b05d..00000000 Binary files a/PaperBell/Outputs/demo/imgs/organizing.png and /dev/null differ diff --git "a/PaperBell/Outputs/demo/source/DEMO_\345\274\225\350\250\200.md" "b/PaperBell/Outputs/demo/source/DEMO_\345\274\225\350\250\200.md" deleted file mode 100644 index 21e134f9..00000000 --- "a/PaperBell/Outputs/demo/source/DEMO_\345\274\225\350\250\200.md" +++ /dev/null @@ -1,60 +0,0 @@ ---- -scene_alias: 引言 -tags: - - paper - - introduction - - longform -status: completed -date: 2025-10-11 -longform: true ---- - -### 传统学术写作的挑战 - -学术写作是科研工作者的核心技能之一,然而传统的 Microsoft Word 写作方式存在诸多局限性。首先,**版本追踪混乱**是困扰研究者的主要问题。当不断修改文章时,`manuscript_v1.docx`、`manuscript_v2_revised.docx`、`manuscript_final_really_final.docx` 等文件名层出不穷,版本管理混乱不堪([@fig:daily])。本人写第一篇论文[@song2019]的时候就深受其苦,最后电脑里存了十几个版本。其次,**输入与输出分离**导致工作流割裂:研究者需要在文献管理软件(如 Zotero)、数据分析工具(如 R/Python)、写作软件(Word)之间频繁切换,手动复制粘贴数据和引用。第三,**格式调整分散注意力**:研究者常常陷入字体、行距、页边距的调整中,无法专注于内容创作本身。对我这样注重科研美学的人,经常调着调着格式就忘了自己的写作主线。 - -![科研人日常:整理不同版本的文稿](organizing.png){#fig:daily height=300px} - -上述这些问题不仅降低了写作效率,还增加了错误风险。例如,当实验数据更新时,需要手动在文档中逐一查找并修改所有相关数值;当投稿不同期刊时,需要重新调整格式和引用样式,耗时耗力。 - -### Markdown 写作的优势与局限 - -近年来,越来越多的学者开始在 Obsidian 等知识管理工具中使用 Markdown 进行写作。Markdown 是一种轻量级标记语言,具有显著优势: - -1. **纯文本格式**:文件体积小(通常只有 Word 文档的 1/10),不易损坏崩溃,即使在大型项目中也能保持稳定性 -2. **版本控制友好**:纯文本易于使用 Git 等版本控制系统,可以精确追踪每一行修改,实现真正的协作写作 -3. **自动化潜力**:纯文本易于批量处理,支持正则表达式替换、脚本化操作和变量更新 -4. **跨平台兼容**:任何文本编辑器都能打开编辑,不依赖特定软件 - -然而,传统的 Markdown 学术写作仍存在痛点。**长文本管理困难**是首要问题:一篇完整的论文动辄数千字,单个 Markdown 文件难以管理和导航。**导出格式不佳**是另一大障碍:默认的 Markdown 转 PDF 功能生成的文档格式简陋,无法满足期刊投稿的专业要求。**手动调整格式**的问题依然存在:研究者仍需花费大量时间处理引用格式、图表编号、交叉引用等细节 ([@fig:formatting])。 - -![使用 Markdown 进行写作时,如何转化成专业的论文排版是让人头疼的](formatting.png){#fig:formatting height=300px} - -### PaperBell 工作流的创新价值 - -PaperBell 是一套基于 Obsidian 的学术写作管理系统,通过整合 **Longform**、**Pandoc**、**LaTeX** 等先进工具,系统性地解决了上述问题: - -1. **项目化管理**:通过 Longform 插件实现论文项目的结构化组织,支持章节拆分、场景排序和多项目并行 -2. **数据驱动写作**:通过占位符系统(如 `{{results.correlation}}`)实现数据与文本的动态绑定,数据更新时自动同步 -3. **专业级导出**:通过自定义 Pandoc 模板和 LaTeX 引擎,生成符合期刊要求的高质量 PDF 文档 -4. **完整工作流集成**:从 Zotero 文献管理到最终 PDF 输出的全流程数字化,打通输入-处理-输出链路 - -PaperBell 的核心优势在于:**保留 Markdown 写作的灵活性,同时提供 Word 级别的专业输出**。研究者可以专注于内容创作,将格式调整、引用管理、数据更新等重复性工作交给自动化工具处理。 - -### 本文的目标与结构 - -本文旨在全面介绍 PaperBell 学术写作工作流的实现原理、配置方法和最佳实践。我们将从以下四个方面展开: - -1. **引言(本章)**:阐述传统写作方式的局限性和 PaperBell 的创新价值 -2. **结果**:展示 PaperBell 的核心特性和功能演示 -3. **讨论**:探讨常用配置方案、最佳实践和进阶自定义技巧 -4. **方法**:详细说明安装步骤、配置方法和故障排除指南 - -通过阅读本文,研究者将能够: - -- 理解 PaperBell 工作流的设计理念和技术架构 -- 掌握从项目创建到 PDF 导出的完整操作流程 -- 学会针对不同期刊要求进行定制化配置 -- 解决常见的技术问题和格式调整需求 - -PaperBell 不仅是一套工具集合,更是一种现代化的学术写作范式:**以内容为核心,以自动化为手段,以专业输出为目标**。让我们开始探索这套强大的学术写作系统。 diff --git "a/PaperBell/Outputs/demo/source/DEMO_\346\226\271\346\263\225.md" "b/PaperBell/Outputs/demo/source/DEMO_\346\226\271\346\263\225.md" deleted file mode 100644 index d6980c35..00000000 --- "a/PaperBell/Outputs/demo/source/DEMO_\346\226\271\346\263\225.md" +++ /dev/null @@ -1,1087 +0,0 @@ ---- -scene_alias: 方法 -tags: - - paper - - methods - - installation -status: completed -date: 2025-10-11 -longform: true ---- - -本章提供 PaperBell 学术写作系统的完整安装指南、详细配置步骤和常见问题的解决方案。 - -### 前期准备 - -#### 系统要求 - -##### 操作系统 - -- macOS 10.15+ -- Windows 10/11 -- Linux (Ubuntu 20.04+) - -##### 必需软件 - -- Obsidian 1.0.0+ -- Pandoc 2.19+ -- LaTeX 发行版(TeX Live 2022+ 或 MacTeX 2022+) -- Zotero 6.0+(用于文献管理) - -##### 硬件建议 - -- RAM: ≥8GB(编译大型文档需要) -- 存储: ≥5GB 可用空间(LaTeX 发行版约 4GB) -- 处理器: 现代多核处理器(编译速度更快) - -#### 软件安装 - -##### 1. 安装 Obsidian - -访问 [Obsidian 官网](https://obsidian.md/) 下载对应平台的安装包。 - -##### macOS - -```bash -brew install --cask obsidian -``` - -##### Windows - -下载 `.exe` 安装程序 - -##### Linux - -```bash -# Debian/Ubuntu -wget https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.0/obsidian_1.4.0_amd64.deb -sudo dpkg -i obsidian_1.4.0_amd64.deb - -# Arch Linux -yay -S obsidian -``` - -##### 2. 安装 Pandoc - -**macOS**: - -```bash -brew install pandoc -``` - -**Windows**: - -- 下载 [Pandoc MSI 安装程序](https://pandoc.org/installing.html) -- 或使用 Chocolatey: `choco install pandoc` - -**Linux**: - -```bash -# Debian/Ubuntu -sudo apt install pandoc - -# Fedora -sudo dnf install pandoc -``` - -**验证安装**: - -```bash -pandoc --version -# 应显示 pandoc 2.19 或更高版本 -``` - -##### 3. 安装 LaTeX - -**macOS**: - -```bash -# 使用 Homebrew 安装 BasicTeX(轻量级) -brew install --cask basictex - -# 或安装完整的 MacTeX(推荐,约 4GB) -brew install --cask mactex - -# 安装后更新包管理器 -sudo tlmgr update --self -sudo tlmgr install collection-fontsrecommended -``` - -**Windows**: - -- 下载 [MiKTeX](https://miktex.org/download) 或 [TeX Live](https://www.tug.org/texlive/) -- 运行安装程序,选择完整安装 -- 在安装过程中启用 "自动安装缺失包" - -**Linux**: - -```bash -# Debian/Ubuntu -sudo apt install texlive-full - -# Fedora -sudo dnf install texlive-scheme-full -``` - -**验证安装**: - -```bash -xelatex --version -# 应显示 XeTeX 版本信息 -``` - -##### 4. 安装 Pandoc Crossref - -**macOS/Linux**: - -```bash -# 方法 1: 使用包管理器 -brew install pandoc-crossref # macOS - -# 方法 2: 手动下载 -wget https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.0/pandoc-crossref-macOS.tar.xz -tar -xf pandoc-crossref-macOS.tar.xz -sudo mv pandoc-crossref /usr/local/bin/ -``` - -**Windows**: - -- 下载 [pandoc-crossref Windows 版本](https://github.com/lierdakil/pandoc-crossref/releases) -- 解压后将 `pandoc-crossref.exe` 放入 Pandoc 安装目录 - -**验证安装**: - -```bash -pandoc-crossref --version -``` - -##### 5. 安装 Zotero 及插件 - -**Zotero 主程序**: - -- 访问 [Zotero 官网](https://www.zotero.org/download/) 下载安装 - -**Better BibTeX 插件**: - -1. 下载 [Better BibTeX XPI 文件](https://retorque.re/zotero-better-bibtex/installation/) -2. 在 Zotero 中:Tools → Add-ons → 齿轮图标 → Install Add-on From File -3. 选择下载的 `.xpi` 文件 - -**配置 Better BibTeX**: - -- 在 Zotero 设置中,Better BibTeX → Citation Keys -- Citation key formula: `[auth:lower][year][shorttitle1_1]` -- 例如生成:`song2025collective` - -### 配置 PaperBell - -#### 步骤一:获取 PaperBell 模板 - -##### 方法 1:克隆完整仓库(推荐) - -```bash -# 克隆 PaperBell 仓库 -git clone https://github.com/SongshGeo/PaperBell.git - -# 在 Obsidian 中打开 PaperBell 文件夹 -``` - -##### 方法 2:手动配置 - -如果只想使用核心组件,可以手动创建目录结构: - -```bash -mkdir -p YourVault/40\ -\ Obsidian/脚本/{longform,Pandoc/{defaults,templates,filters}} -mkdir -p YourVault/Outputs -mkdir -p YourVault/Inputs/Zotero -``` - -#### 步骤二:安装 Obsidian 插件 - -在 Obsidian 中打开设置(Settings → Community plugins): - -##### 核心插件列表 - -| 插件名称 | 用途 | 必需性 | -|---------|------|--------| -| **Longform** | 长文本项目管理 | ✅ 必需 | -| **Templater** | 模板引擎 | ✅ 必需 | -| **Obsidian Enhancing Export** | PDF 导出 | ✅ 必需 | -| **ZotLit** | Zotero 集成 | ✅ 必需 | -| **Dataview** | 数据查询展示 | 推荐 | -| **Obsidian Git** | 版本控制 | 推荐 | - -**安装步骤**: - -1. 关闭安全模式(Turn off Safe Mode) -2. 点击 Browse 搜索插件名称 -3. 点击 Install,然后 Enable - -#### 步骤三:配置 Longform 插件 - -**基础设置**(Settings → Longform): - -```yaml -# Projects Folder -Projects folder: Outputs - -# Scenes -Scene folder name: source -Include scene titles in compile: Yes - -# Compile Workflow -Workflow folder: 40 - Obsidian/脚本/longform -Compile in place: Yes - -# Draft Management -Draft folder: Drafts -Auto-save sessions: Yes -``` - -**添加自定义编译脚本**: - -1. 将 `编译后增加头文件.js` 放入 `40 - Obsidian/脚本/longform/` -2. 将 `替换结果占位符.js` 放入同一目录 -3. 重启 Obsidian 或重新加载 Longform 插件 - -**验证脚本加载**: - -- 在 Longform 面板中选择任一项目 -- 点击 Compile → Configure Steps -- 应能看到 "Add YAML Metadata" 和 "Replace placeholders from JSON" - -#### 步骤四:配置 Pandoc 模板 - -PaperBell 提供了完整的 Pandoc 配置系统,包括 defaults 文件、LaTeX 模板、Lua 过滤器和 CSL 引用样式。 - -##### 理解 Pandoc Defaults 文件 - -PaperBell 在 `40 - Obsidian/脚本/pandoc/defaults/` 目录下提供了预配置的 defaults 文件: - -| 文件名 | 用途 | 主要差异 | -|--------|------|----------| -| `paperbell.yaml` | macOS/Linux 系统 | 中文字体:Songti SC、Heiti SC、STFangsong | -| `paperbell-windows.yaml` | Windows 系统 | 中文字体:SimSun、SimHei、FangSong | -| `beamer.yaml` | 演示文稿导出 | 使用 Beamer 模板 | -| `crossref.yaml` | 交叉引用配置 | pandoc-crossref 插件配置 | - -**为什么需要两个 paperbell 配置?** - -不同操作系统的中文字体名称不同: - -```yaml -# macOS/Linux (paperbell.yaml) -metadata: - CJKmainfont: Songti SC # 宋体 - CJKsansfont: Heiti SC # 黑体 - CJKmonofont: STFangsong # 仿宋 - -# Windows (paperbell-windows.yaml) -metadata: - CJKmainfont: SimSun # 宋体 - CJKsansfont: SimHei # 黑体 - CJKmonofont: FangSong # 仿宋 -``` - -##### 自动检测机制 - -Longform 的 "Add YAML Metadata" 脚本会自动检测操作系统: - -```javascript -// 自动检测逻辑 -if (!template || template === "") { - const platform = process.platform; - if (platform === "darwin" || platform === "linux") { - template = "paperbell"; // 使用 paperbell.yaml - } else if (platform === "win32") { - template = "paperbell-windows"; // 使用 paperbell-windows.yaml - } -} -``` - -##### 手动指定模板 - -在 Longform 编译时,可以在 "Pandoc Template" 文本框中手动指定: - -```yaml -# 使用 Unix 版本(即使在 Windows 上) -Pandoc Template: paperbell - -# 使用 Windows 版本(即使在 macOS 上) -Pandoc Template: paperbell-windows - -# 使用其他模板 -Pandoc Template: eisvogel -Pandoc Template: my-custom-template -``` - -##### 创建自定义 Defaults 文件 - -你可以创建自己的 defaults 配置文件: - -1. **创建新的 defaults 文件**: - -在 `40 - Obsidian/脚本/Pandoc/defaults/` 创建 `my-workflow.yaml`: - -```yaml ---- -## General options -standalone: true -pdf-engine: xelatex -data-dir: ${.}/.. - -## Templates -template: ${USERDATA}/templates/my-template.latex - -## Bibliography -bibliography: ${USERDATA}/../../mybib.bib -csl: ${USERDATA}/my-style.csl - -## Filters -filters: - - ${USERDATA}/filters/shift_headings.lua - - pandoc-crossref - - citeproc - -## Metadata -metadata: - CJKmainfont: "Your Preferred Font" - mainfont: "Your Preferred Font" - numbersections: true - link-citations: true -``` - -2. **在 Longform 中使用**: - -编译时在 Template 选项中输入 `my-workflow`。 - -##### 文件结构说明 - -```bash -40 - Obsidian/脚本/pandoc/ -├── defaults/ # Pandoc defaults 配置文件 -│ ├── paperbell.yaml # Unix 系统配置 -│ ├── paperbell-windows.yaml # Windows 系统配置 -│ ├── beamer.yaml # 演示文稿配置 -│ └── crossref.yaml # 交叉引用配置 -│ -├── templates/ # LaTeX 模板文件 -│ └── paperbell.latex # PaperBell 学术模板 -│ -├── filters/ # Pandoc Lua 过滤器 -│ ├── shift_headings.lua # 调整标题层级 -│ ├── image.lua # 图片处理 -│ ├── callout.lua # Callout 渲染 -│ └── ... # 其他过滤器 -│ -├── csl/ # 引用样式文件 -│ ├── nature.csl -│ ├── apa.csl -│ └── ... -│ -└── preamble.sty # LaTeX 导言区自定义 -``` - -##### 验证配置 - -```bash -# 查看 defaults 文件内容 -cat "40 - Obsidian/脚本/pandoc/defaults/paperbell.yaml" - -# 测试 defaults 配置 -cd "40 - Obsidian/脚本/pandoc" -pandoc --defaults=paperbell.yaml test.md -o test.pdf - -# 查看可用的过滤器 -ls "40 - Obsidian/脚本/pandoc/filters/" -``` - -#### 步骤五:配置 Zotero 导出 - -**配置 Better BibTeX 自动导出**: - -1. 在 Zotero 中选择你的文献库 -2. 右键 → Export Library -3. 格式选择:Better BibTeX -4. 勾选 "Keep updated" -5. 导出位置:`YourVault/40 - Obsidian/mybib.bib` - -**配置 ZotLit 插件**(Obsidian): - -Settings → ZotLit: - -```yaml -# Zotero Connection -Zotero Path: /Users/yourname/Zotero # Zotero 数据目录 - -# Note Templates -Literature Note Template: 40 - Obsidian/模板/Literature Note.md -Note Location: Inputs/Zotero - -# Annotation Settings -Color Mapping: - - Yellow (#ffd400): Highlight - - Green (#5fb236): Method - - Blue (#2ea8e5): Theory - - Red (#ff6666): Question - -# Citation Key -Use Better BibTeX Key: Yes -``` - -**Zotlit文献笔记模板**: - -在Zotlit 插件的 template 界面或者在`40 - Obsidian/模板`文件夹找到下面md文件进行修改: - -zt-annot.eta: - -```markdown -[!<%= it.colorName %>] Page <%= it.pageLabel %> - -<%= it.imgEmbed %><%= it.text %> -<% if (it.comment) { %> ---- -<%= it.comment %> -<% } %> - -<%= it.tags.filter(t => t.type === 0).map(t => `#${t.name}`).join(' ') %> -``` - - -zt-annots.eta - -```markdown -<% const byColor = Object.groupBy(it, (annot) => annot.colorName); -const label = { - "red": "Conclusion", - "orange": "Keyword", - "yellow": "Highlight", - "gray": "Comment", - "green": "Quote", - "cyan": "Task", - "blue": "Definition", - "navy": "Definition", - "purple": "Question", - "brown": "Source", - "magenta": "To Do" -}; -// Merge colors with customized label with unexpected colors, if any -// Keep the order of the colors from the original color-label map -const colorSet = new Set([...Object.keys(label), ...Object.keys(byColor)]); -for (const color of colorSet) { -if (!(color in byColor)) continue -%> - -### <%= label[color] ?? color %> - <%_ for (const annot of byColor[color]) { %> - -<%~ include("annotation", annot) %> - <%_ } %> -<% } %> -``` - - -zt-cite.eta - -```markdown -[<%= it.map(lit => `@${lit.citekey}`).join("; ") %>] -``` - - -zt-cite2.eta - -```markdown -<%= it.map(lit => `@${lit.citekey}`).join("; ") %> -``` - - -zt-colored.eta - -```markdown -<%= it.content %> -``` - - -zt-field.eta - -```markdown -title: "<%= it.title %>" - -citekey: "<%= it.citekey %>" - -tags: [paper, <% = it.tags.filter(t => t.name && t.name.startsWith('#')).map(t => '"' + t.name.slice(1) + '"').join(', ') %>] - -cate: 论文 - -concepts: [<%let excludeEndings = ['更新', '推荐', '关联', '检索', '浏览', '初读', '精读', '星标']; -let filteredConceptTags = (Array.isArray(it.tags) ? it.tags : []).filter(t => - t.name && - !t.name.startsWith('#') && - !excludeEndings.some(ending => t.name.endsWith(ending)) -).map(t => '"' + t.name + '"'); -%> <%= filteredConceptTags.join(', ') %>] - -read: [<% let endings = ['浏览', '初读', '精读']; let filteredTags = it.tags.filter(t => t.name && endings.some(ending => t.name.endsWith(ending))); if (filteredTags.length === 1) { %> "<%= filteredTags[0].name %>" <% } else if (filteredTags.length > 1) { %> 错误:存在多个符合条件的标签。 <% } else { %> 错误:没有找到符合条件的标签。 <% } %>] - -source: [<% let endings_2 = ['更新', '推荐', '关联', '检索']; let filteredTags_2 = it.tags.filter(t => t.name && endings_2.some(ending => t.name.endsWith(ending))); if (filteredTags_2.length === 1) { %> "<%= filteredTags_2[0].name %>" <% } else if (filteredTags_2.length > 1) { %> 错误:存在多个符合条件的标签。 <% } else { %> 错误:没有找到符合条件的标签。 <% } %>] - -authors: [<%= it.authors %>] - -journal: <%= it.publicationTitle %> - -paper_date: <%= it.date %> - -date: <%= (new Date(it.dateModified || Date.now())).toISOString().slice(0, 10) %> - -<% -let isImportant = it.tags.some(t => t.name === '🌟星标'); -%> - -important: <%= isImportant ? 'True' : 'False' %> -``` - - -zt-note.eta - -```markdown -| Zotero | File | Journal | -| ---------------------------- | ------------------ | ------------------------------------------ | -| [Zotero](<%= it.backlink %>) | <%= it.fileLink %> | [<%= it.publicationTitle %>](<%= it.url%>) | - -## Annotations - -<%~ include("annots", it.annotations) %> -``` - - - -#### 步骤六:配置 Enhancing Export - -Settings → Obsidian Enhancing Export: - -**添加 PaperBell Academic 导出配置**: - -```json -{ - "name": "PaperBell Academic", - "type": "pandoc", - "arguments": "-f ${fromFormat} --resource-path=\"${currentDir}\" --resource-path=\"${currentDir}/imgs\" --resource-path=\"${currentDir}/figs\" --resource-path=\"${attachmentFolderPath}\" --pdf-engine=xelatex --template=paperbell -o \"${outputPath}\" -t pdf", - "customArguments": "--bibliography=\"${vaultDir}/40 - Obsidian/mybib.bib\" --filter pandoc-crossref --number-sections --citeproc -M reference-section-title=References --listings", - "extension": ".pdf", - "outputPath": "${currentDir}/${fileName}.pdf" -} -``` - -**添加带行号版本**: - -```json -{ - "name": "PaperBell Academic (Line Numbers)", - "type": "pandoc", - "arguments": "-f ${fromFormat} --resource-path=\"${currentDir}\" --resource-path=\"${currentDir}/imgs\" --pdf-engine=xelatex --template=paperbell -M lineno=true -o \"${outputPath}\" -t pdf", - "customArguments": "--bibliography=\"${vaultDir}/40 - Obsidian/mybib.bib\" --filter pandoc-crossref --number-sections --citeproc -M reference-section-title=References", - "extension": ".pdf", - "outputPath": "${currentDir}/${fileName}_lineno.pdf" -} -``` - -### 创建第一个项目 - -#### 步骤一:创建 Longform 项目 - -1. 打开 Obsidian 左侧边栏的 Longform 图标 -2. 点击 **New Project** -3. 配置项目: - - Name: `MyFirstPaper` - - Type: Manuscript - - Location: `Outputs/` -4. 点击 **Create** - -#### 步骤二:添加项目结构 - -手动创建以下文件和文件夹: - -```bash -cd Outputs/MyFirstPaper -mkdir imgs -touch results.json -``` - -创建章节文件: - -```bash -cd source -touch Introduction.md Methods.md Results.md Discussion.md -``` - -#### 步骤三:配置元数据 - -编辑 `Index.md`: - -```yaml ---- -title: "My First Academic Paper with PaperBell" -date: "2025-10-11" - -authors: - - name: "Your Name" - affiliation: [1] - corresponding: "your.email@institution.edu" - -affiliations: - - index: 1 - name: "Your Institution" - -abstract: "This is my first paper using PaperBell workflow." -keywords: - - "academic writing" - - "Obsidian" - - "automation" - -target: "Test Journal" -acronym: "MyPaper" -csl: "nature" - -lineno: "false" -figures-at-end: "false" -titlepage: true ---- -``` - -#### 步骤四:编写示例内容 - -`source/Introduction.md`: - -```markdown -# Introduction - -This is a demonstration of the PaperBell workflow. - -We analyzed {{demo.n_samples}} samples and found a correlation of {{demo.correlation}}. - -Previous studies have shown [@example2024paper] that this approach is effective. - -![Example figure](imgs/demo.png){#fig:demo width=80%} - -As shown in [@fig:demo], our method works well. -``` - -`results.json`: - -```json -{ - "demo": { - "n_samples": 100, - "correlation": 0.75, - "pvalue": 0.001 - } -} -``` - -#### 步骤五:添加引用和图片 - -**添加测试引用**: - -在 `40 - Obsidian/mybib.bib` 中添加: - -```bibtex -@article{example2024paper, - title={An Example Paper}, - author={Author, A. and Coauthor, B.}, - journal={Example Journal}, - volume={1}, - pages={1--10}, - year={2024}, - publisher={Example Publisher} -} -``` - -**添加测试图片**: - -将任意图片复制到 `imgs/demo.png`。 - -#### 步骤六:编译项目 - -1. 在 Longform 面板中选择 `MyFirstPaper` -2. 点击 **Compile** 选项卡 -3. 配置编译步骤(按顺序): - - Strip Frontmatter - - Remove Links - - Prepend Title - - Concatenate Text - - **Add YAML Metadata** (Note Name: `Index`) - - **Replace placeholders from JSON** - - Save as Note (输出:`manuscript.md`) -4. 点击 **Compile** - -**验证编译结果**: - -打开 `manuscript.md`,检查: - -- [ ] YAML 前置内容包含完整元数据 -- [ ] 占位符 `{{demo.n_samples}}` 已替换为 `100` -- [ ] 章节按顺序合并 - -#### 步骤七:导出 PDF - -##### 方法 1:使用 Enhancing Export - -1. 右键点击 `manuscript.md` -2. 选择 "Export with Enhancing Export" -3. 选择 "PaperBell Academic" -4. 等待编译完成(首次编译可能需要 1-2 分钟) - -##### 方法 2:使用命令行 - -```bash -cd Outputs/MyFirstPaper -pandoc manuscript.md -o output.pdf \ - --defaults="../../40 - Obsidian/脚本/Pandoc/defaults/pdf.yaml" -``` - -**检查 PDF 输出**: - -打开 `output.pdf`,验证: - -- [ ] 标题页显示正确 -- [ ] 作者和机构信息完整 -- [ ] 参考文献正确格式化 -- [ ] 图片正常显示 -- [ ] 图表编号和引用正确 - -### 故障排除 - -#### 问题 1:占位符未替换 - -**症状**:编译后的 `manuscript.md` 中仍有 `{{placeholder}}` - -**可能原因**: - -1. `results.json` 不在项目根目录或 `source/` 目录 -2. JSON 语法错误 -3. 路径拼写错误 - -**解决方案**: - -```bash -# 1. 检查文件位置 -ls Outputs/MyFirstPaper/results.json -ls Outputs/MyFirstPaper/source/results.json - -# 2. 验证 JSON 语法 -cat results.json | python -m json.tool - -# 3. 启用调试模式 -# 在 Longform 编译选项中勾选 "Enable debug log" -# 查看 Obsidian 控制台输出(Cmd+Option+I) -``` - -#### 问题 2:Pandoc 编译失败 - -**症状**:导出 PDF 时报错 - -**常见错误及解决方案**: - -##### 错误:`xelatex not found` - -```bash -# 验证 LaTeX 安装 -which xelatex - -# macOS: 添加到 PATH -echo 'export PATH="/Library/TeX/texbin:$PATH"' >> ~/.zshrc -source ~/.zshrc - -# Windows: 在系统环境变量中添加 MiKTeX bin 目录 -``` - -##### 错误:`Template paperbell.latex not found` - -```bash -# 检查模板路径 -ls "40 - Obsidian/脚本/Pandoc/templates/paperbell.latex" - -# 使用绝对路径 -pandoc manuscript.md -o output.pdf \ - --template="/full/path/to/paperbell.latex" -``` - -##### 错误:`File 'tikz.sty' not found` - -```bash -# 安装缺失的 LaTeX 包 -sudo tlmgr install tikz # macOS/Linux -mpm --install=tikz # Windows MiKTeX -``` - -##### 错误:`pandoc-crossref not found` - -```bash -# 验证安装 -which pandoc-crossref - -# 重新安装 -brew reinstall pandoc-crossref # macOS -``` - -#### 问题 3:字体问题 - -**症状**:PDF 中文显示为方块或编译报错 - -**解决方案**: - -```bash -# 检查系统字体 -fc-list | grep "Times New Roman" -fc-list | grep "Songti" # 中文字体 - -# macOS: 安装中文字体 -# 系统字体册 → 全部字体 → 确认有 "宋体" - -# Linux: 安装中文字体 -sudo apt install fonts-noto-cjk # Debian/Ubuntu - -# 修改 pdf.yaml 使用系统可用字体 -metadata: - CJKmainfont: "Noto Serif CJK SC" # 替代宋体 - mainfont: "Liberation Serif" # 替代 Times New Roman -``` - -#### 问题 4:引用无法解析 - -**症状**:PDF 中显示 `[@unknown]` 而非正确引用 - -**诊断步骤**: - -```bash -# 1. 检查 .bib 文件路径 -ls "40 - Obsidian/mybib.bib" - -# 2. 验证引用键存在 -grep "@article{unknown" "40 - Obsidian/mybib.bib" - -# 3. 测试 citeproc -pandoc test.md -o test.pdf \ - --bibliography="40 - Obsidian/mybib.bib" \ - --citeproc -``` - -**常见问题**: - -- 引用键拼写错误(区分大小写) -- .bib 文件编码问题(应为 UTF-8) -- 引用键格式不符合 Better BibTeX 规则 - -#### 问题 5:行号显示异常 - -**症状**:行号未显示或参考文献也有行号 - -**解决方案**: - -```yaml -# 确保使用最新的 paperbell.latex 模板 -# 检查模板中是否有以下代码: - -% 在参考文献前关闭行号 -\AtBeginEnvironment{thebibliography}{ - \linenomathNonumbers - \nolinenumbers -} -``` - -如果模板过旧,从 PaperBell 仓库下载最新版本。 - -#### 问题 6:图表位置错误 - -##### 症状 - -启用 `figures-at-end: true` 但图表未移到文末 - -##### 检查项 - -1. YAML 元数据中是否正确设置: - -```yaml -figures-at-end: "true" # 注意是字符串格式 -``` - -2. 模板是否支持该功能(检查 `paperbell.latex` 版本) - -3. 图表标记是否正确: - -```markdown -![Caption](image.png){#fig:label} # ✅ 正确 -![Caption](image.png) # ❌ 不会被识别 -``` - -#### 问题 7:Longform 脚本未加载 - -**症状**:编译步骤中看不到自定义脚本 - -**解决方案**: - -```bash -# 1. 检查脚本位置 -ls "40 - Obsidian/脚本/longform/" - -# 2. 检查脚本格式 -# 确保文件名为 .js 且导出 module.exports - -# 3. 验证脚本语法 -node --check "40 - Obsidian/脚本/longform/编译后增加头文件.js" - -# 4. 重启 Obsidian -# 或重新加载 Longform 插件(Settings → Community plugins → Reload) -``` - -#### 问题 8:编译速度慢 - -**优化方案**: - -1. **缓存图片**: - -```yaml -# pdf.yaml -resource-path: - - . - - imgs -``` - -2. **使用增量编译**: - -```bash -# 仅在内容变化时重新编译 -make -f Makefile -``` - -3. **减少过滤器**: - -```yaml -# 调试时暂时禁用部分过滤器 -filters: - # - some-slow-filter - - pandoc-crossref - - citeproc -``` - -4. **使用 LuaLaTeX 替代 XeLaTeX**(如不需要复杂字体): - -```yaml -pdf-engine: lualatex -``` - -#### 调试工具和日志 - -**Obsidian 控制台**: - -```javascript -// 在 Obsidian 中按 Cmd+Option+I (Mac) 或 Ctrl+Shift+I (Windows) -// 查看 Longform 脚本的 console.log 输出 -``` - -**Pandoc 详细日志**: - -```bash -pandoc manuscript.md -o output.pdf \ - --defaults=pdf.yaml \ - --verbose 2>&1 | tee pandoc.log -``` - -**LaTeX 日志**: - -```bash -# 编译失败时查看详细日志 -cat output.log | grep "Error" -``` - -**测试最小示例**: - -创建 `test.md`: - -```markdown ---- -title: "Test" ---- - -# Test - -This is a test [@example2024]. -``` - -逐步测试: - -```bash -# 1. 测试 Markdown 到 PDF -pandoc test.md -o test.pdf - -# 2. 测试引用 -pandoc test.md -o test.pdf --bibliography=mybib.bib --citeproc - -# 3. 测试模板 -pandoc test.md -o test.pdf --template=paperbell.latex -``` - -### 更新和维护 - -#### 更新 PaperBell 模板 - -```bash -# 进入 PaperBell 目录 -cd /path/to/PaperBell - -# 拉取最新更新 -git pull origin main - -# 复制更新的模板文件 -cp templates/paperbell.latex YourVault/40\ -\ Obsidian/脚本/Pandoc/templates/ -``` - -#### 更新插件 - -在 Obsidian 中: - -1. Settings → Community plugins -2. 点击 "Check for updates" -3. 更新所有可用更新 - -#### 备份策略 - -**每日自动备份**(使用 Obsidian Git): - -Settings → Obsidian Git: - -```yaml -Automatic pull/push/commit: - - Auto pull: Every 10 minutes - - Auto commit: Every 30 minutes - - Auto push: Every 60 minutes -``` - -**手动备份**: - -```bash -# 备份整个 Vault -tar -czf paperbell_backup_$(date +%Y%m%d).tar.gz YourVault/ - -# 仅备份项目文件 -tar -czf projects_backup_$(date +%Y%m%d).tar.gz YourVault/Outputs/ -``` - -### 小结 - -本章详细介绍了 PaperBell 的完整安装配置流程,从系统准备、软件安装、插件配置到创建第一个项目。我们提供了常见问题的系统化诊断和解决方案,以及更新维护建议。 - -通过遵循本章的步骤,研究者可以在 1-2 小时内完成 PaperBell 的完整配置,开始享受现代化学术写作的便利。 - ---- - -**相关资源**: - -- [PaperBell GitHub](https://github.com/SongshGeo/PaperBell) -- [Pandoc 文档](https://pandoc.org/MANUAL.html) -- [Longform 插件](https://github.com/kevboh/longform) -- [问题反馈](mailto:paperbell@songshgeo.com) - -![请关注我们 PaperBell 的官方账号](https://songshgeo-picgo-1302043007.cos.ap-beijing.myqcloud.com/uPic/follow_paperbell.jpeg) diff --git "a/PaperBell/Outputs/demo/source/DEMO_\347\273\223\346\236\234.md" "b/PaperBell/Outputs/demo/source/DEMO_\347\273\223\346\236\234.md" deleted file mode 100644 index 131b1a63..00000000 --- "a/PaperBell/Outputs/demo/source/DEMO_\347\273\223\346\236\234.md" +++ /dev/null @@ -1,414 +0,0 @@ ---- -scene_alias: 结果 -tags: - - paper - - results - - features -status: completed -date: 2025-10-11 -longform: true ---- - -本章展示 PaperBell 学术写作系统的核心特性和功能实现,通过具体示例说明各个组件如何协同工作,实现从写作到发布的完整流程。 - -### 特性一:项目化的长文本管理 - -#### Longform 插件集成 - -PaperBell 通过 Longform 插件实现论文的项目化管理,解决了单文件长文本难以维护的问题。每个研究项目以文件夹形式组织: - -```text -Outputs/DEMO_Manuscript/ -├── source/ # 章节源文件 -│ ├── Introduction.md -│ ├── Methods.md -│ ├── Results.md -│ └── Discussion.md -├── imgs/ # 图片资源 -├── Index.md # 元数据配置 -├── results.json # 分析数据 -└── manuscript.md # 编译输出 -``` - -这种结构化组织具有显著优势: - -- **模块化写作**:每个章节独立编辑,降低认知负担(建议每章 < 500 行) -- **灵活排序**:通过拖拽调整章节顺序,无需重命名文件 -- **协作友好**:多人可同时编辑不同章节,避免版本冲突 -- **版本追踪**:Git 可精确追踪每个章节的修改历史 - -#### 场景(Scenes)系统 - -Longform 的场景系统支持复杂的文档结构。研究者可以创建章节组(如 Part I: Background),也可以将章节标记为草稿或待审阅状态: - -```yaml ---- -scene_title: "Methods" -tags: [draft, peer-review] -status: in-progress ---- -``` - -编译时,Longform 会按照预设顺序自动合并所有章节,生成完整手稿。需要注意小标题的层级排布: - -> [!tip] 标题层级说明 -> -> 在 PaperBell 的 Longform 写作中,标题层级遵循以下规则: -> -> 1. **文档标题**(`title` in YAML)→ LaTeX 的 `\maketitle` -> 2. **Scene 标题**(`scene_title` in frontmatter)→ LaTeX 的 `\section`(二级标题 `##`) -> 3. **Scene 内的标题** → 从 `\subsection` 开始(三级标题 `###`) -> -> 这样可以确保最终 PDF 文档的标题层级结构清晰一致。 - -### 特性二:数据驱动的动态写作 - -> [!warning] -> -> 注意,本功能通过 Longform 的编译脚本 "Replace placeholders from JSON" 实现,如果你需要启用此功能,请将在“PaperBell 编译标准流程”(PaperBell-Standard)的基础上,将该脚本加入编译流程,并置于保存笔记(Save as Note)流程之前。 - -#### 占位符系统 - -PaperBell 的占位符系统实现了数据与文本的动态绑定。研究者在写作时使用占位符引用数据: - -```markdown -我们整合了 {{results1.n_datasets}} 个重建数据集, -Pearson 相关系数为 {{results1.corr}}(p < 0.01)。 -``` - -对应的 `results.json` 文件包含实际数值: - -```json -{ - "results1": { - "n_datasets": 10, - "corr": 0.41, - "n_pass_years": 30, - "sig_sites_ratio": 0.9 - } -} -``` - -编译时,自定义脚本 `替换结果占位符.js` 自动将占位符替换为实际数值,生成: - -```markdown -我们整合了 10 个重建数据集, -Pearson 相关系数为 0.41(p < 0.01)。 -``` - -#### 路径解析能力 - -占位符系统支持复杂的数据结构访问: - -- **嵌套对象**:`{{study.phase1.participants}}` → 访问 study.phase1.participants -- **数组索引**:`{{datasets[0].name}}` → 访问 datasets 数组第一个元素的 name 属性 -- **混合路径**:`{{results.sites[2].correlation}}` → 嵌套对象与数组组合 - -这种灵活性使得研究者可以高效管理复杂的分析结果,实现真正的数据驱动写作。 - -#### 自动化优势 - -当实验数据更新时,研究者只需修改 `results.json` 文件,重新编译即可更新文档中所有相关数值。这避免了手动查找替换的错误风险,特别适合多次修订的论文项目。 - -### 特性三:智能化的元数据管理 - -#### YAML 前置元数据 - -PaperBell 使用 YAML 格式集中管理论文元数据,包括标题、作者、机构、摘要、关键词等: - -```yaml ---- -title: "Archival documentation reveals perceptual bias" -date: "2025-10-11" - -authors: - - name: "Shuang Song" - affiliation: [1, 2, 3] - corresponding: "song@gea.mpg.de" - - name: "Bo Hu" - affiliation: [4] - -affiliations: - - index: 1 - name: "Max Planck Institute of Geoanthropology" - - index: 2 - name: "Beijing Normal University" - -abstract: "It is well-documented that..." -keywords: ["collective memory", "extreme events"] - -target: "Nature Human Behaviour" -acronym: "DEMO" -csl: "nature" ---- -``` - -#### 自动化元数据注入 - -Longform 自定义脚本 `编译后增加头文件.js` 在编译时自动读取元数据,并注入到最终文档。该脚本具有以下特点: - -1. **用户选项优先**:如果在编译时手动指定选项(如引用样式),会覆盖元数据中的默认值 -2. **完整作者信息处理**:自动解析作者-机构索引关系,标记通讯作者 -3. **灵活格式配置**:支持行号、图表位置、引用样式等动态选项 - -#### 多期刊适配 - -同一份手稿可以通过调整元数据快速适配不同期刊: - -```yaml -# 投稿 Nature 系列 -csl: "nature" -target: "Nature Human Behaviour" - -# 投稿 APA 期刊 -csl: "apa" -target: "Journal of Environmental Psychology" -``` - -编译时自动应用对应的引用格式和排版样式,无需手动调整。 - -### 特性四:专业级的 PDF 导出 - -#### PaperBell 学术模板 - -PaperBell 提供了基于 Eisvogel 定制的 LaTeX 模板 `paperbell.latex`,专为学术手稿设计。模板特性包括: - -1. **统一字体系统**:全文使用 Times New Roman(标题、正文、图表标题、页眉页脚),符合国际期刊标准 -2. **智能行号控制**:支持 `lineno: "true"` 选项显示行号,便于审稿和讨论;参考文献部分自动关闭行号 -3. **图表位置灵活性**:支持 `figures-at-end: "true"` 将所有图表置于文末(参考文献之前) -4. **页眉页脚定制**: - - 左页眉:Manuscript: {acronym} - - 右页眉:{date} - - 左页脚:Submission: {target} - - 右页脚:页码 -5. **图表标题格式化**:无缩进、两端对齐、Times New Roman 字体、加粗标签 -6. **紧凑学术格式**:优化标题间距,移除不必要的空白 - -#### Pandoc 编译流程 - -PaperBell 使用 Pandoc 作为文档转换引擎,配置文件 `pdf.yaml` 定义了完整的编译流程: - -```yaml -from: markdown+tex_math_single_backslash+wikilinks_title_after_pipe -pdf-engine: xelatex -template: paperbell.latex - -filters: - - pandoc-crossref # 交叉引用 - - citeproc # 引用处理 - -metadata: - numbersections: true - link-citations: true -``` - -编译过程如下: - -1. **Markdown 解析**:支持扩展语法(数学公式、Wiki 链接、表格) -2. **交叉引用处理**:`pandoc-crossref` 解析 `{#fig:label}` 和 `[@eq:label]` -3. **引用格式化**:`citeproc` 根据 CSL 文件格式化参考文献 -4. **LaTeX 渲染**:`xelatex` 生成最终 PDF - -#### 多种导出选项 - -PaperBell 支持通过 Obsidian Enhancing Export 插件或命令行进行 PDF 导出: - -**插件导出(推荐)**: - -- 在 Obsidian 中右键点击 `manuscript.md` -- 选择 "Export with Enhancing Export" -- 选择 "PaperBell Academic" 配置 -- 自动生成 PDF - -**命令行导出**: - -```bash -pandoc manuscript.md -o output.pdf \ - --defaults="40 - Obsidian/脚本/Pandoc/defaults/pdf.yaml" \ - -M lineno=true \ - -M figures-at-end=false -``` - -命令行方式适合批量编译和自动化流程(如 GitHub Actions)。 - -### 特性五:完整的引用管理集成 - -#### Zotero 联动 - -PaperBell 通过 ZotLit 插件实现与 Zotero 的深度集成: - -1. **文献导入**:在 Zotero 中标注文献后,右键选择 "Create Literature Note(s)",自动导入到 Obsidian -2. **高亮同步**:Zotero 中的彩色高亮和批注自动转换为 Obsidian 笔记 -3. **引用键生成**:自动生成引用键(如 `song2025collective`),用于文中引用 - -#### 引用工作流 - -在写作时使用 Pandoc 引用语法: - -```markdown -已有研究表明集体记忆影响气候适应 [@song2025collective; @smith2023memory]。 -如 @jones2024perception 所述,认知偏差广泛存在。 -``` - -编译时自动格式化为: - -> 已有研究表明集体记忆影响气候适应 (Song et al., 2025; Smith et al., 2023)。 -> 如 Jones et al. (2024) 所述,认知偏差广泛存在。 - -参考文献列表自动生成并格式化: - -> **References** -> -> Jones, A., et al. (2024). Perception and cognition. *Nature*, 123, 456-789. -> -> Smith, B., et al. (2023). Memory studies. *Science*, 234, 567-890. - -#### 多样化的引用样式 - -PaperBell 支持数千种期刊的引用样式(通过 CSL 文件): - -- **Nature 系列**:数字上标 [1, 2] -- **APA 格式**:作者-日期 (Author, 2024) -- **国标格式**:[1] 作者, 标题, 期刊, 年份 - -只需在元数据中指定 `csl: "nature"` 或 `csl: "apa"`,即可自动应用对应样式。 - -### 特性六:交叉引用与编号系统 - -#### 图表自动编号 - -使用 `pandoc-crossref` 过滤器,PaperBell 实现了智能的图表编号: - -```markdown -![研究区域地图](imgs/study_area.png){#fig:map} - -如 [@fig:map] 所示,研究区域位于... -``` - -编译后自动生成: - -> **Figure 1.** 研究区域地图 -> -> 如 Figure 1 所示,研究区域位于... - -#### 公式编号 - -数学公式同样支持自动编号: - -```markdown -我们使用以下模型: - -$$ y = \beta_0 + \beta_1 x + \epsilon $$ {#eq:model} - -根据 [@eq:model],我们估计参数... -``` - -编译后: - -> 我们使用以下模型: -> -> $$ y = \beta_0 + \beta_1 x + \epsilon \quad (1) $$ -> -> 根据 Equation 1,我们估计参数... - -#### 表格编号 - -表格编号与图表一致: - -```markdown -| 变量 | 均值 | 标准差 | -|------|------|--------| -| 温度 | 15.3 | 2.1 | -| 降水 | 800 | 120 | - -Table: 描述统计 {#tbl:stats} - -[@tbl:stats] 展示了描述统计结果。 -``` - -编译后自动编号并生成引用。 - -### 特性七:版本控制与协作 - -#### Git 集成 - -PaperBell 项目天然适合 Git 版本控制: - -```bash -# 追踪修改 -git add Outputs/DEMO_Manuscript/source/Results.md -git commit -m "Add correlation analysis" - -# 创建版本标签 -git tag -a v1.0-draft -m "First complete draft" - -# 多人协作 -git checkout -b coauthor-revision -``` - -纯文本格式使得 Git 可以精确显示每一行的修改,方便审阅和回滚。 - -#### 协作写作场景 - -PaperBell 支持多种协作模式: - -1. **分章节协作**:作者 A 编辑 Methods.md,作者 B 编辑 Results.md,互不干扰 -2. **审阅-修订循环**:导出带行号的 PDF 供审稿人标注,根据行号快速定位修改 -3. **版本对比**:使用 Git diff 精确对比不同版本的修改内容 - -#### 云同步支持 - -除 Git 外,PaperBell 项目也兼容各种云同步服务: - -- **iCloud**:Mac 用户的自动同步方案 -- **OneDrive/Dropbox**:跨平台云存储 -- **Obsidian Sync**:官方加密同步服务 - -小文件特性确保同步速度快且不易产生冲突。 - -### 特性八:可扩展的自动化系统 - -#### 自定义 Longform 脚本 - -PaperBell 提供了两个核心自定义脚本,用户也可以编写自己的脚本: - -1. **编译后增加头文件.js**: - - 从 Index.md 读取元数据 - - 注入 YAML 前置内容 - - 支持用户选项覆盖 - -2. **替换结果占位符.js**: - - 解析 results.json - - 替换 {{path.to.value}} 占位符 - - 支持嵌套对象和数组 - -#### Pandoc 过滤器 - -用户可以编写 Lua 过滤器扩展 Pandoc 功能: - -```lua --- 自动添加图表前缀 -function Image(elem) - elem.caption = pandoc.Str("Figure: ") .. elem.caption - return elem -end -``` - -#### 批量处理脚本 - -PaperBell 支持批量编译多个项目: - -```bash -#!/bin/bash -for project in Outputs/*/manuscript.md; do - pandoc "$project" --defaults=pdf.yaml -o "${project%.md}.pdf" -done -``` - -这些自动化能力使 PaperBell 能够适应各种复杂的科研写作场景。 - -### 小结 - -本章展示了 PaperBell 的八大核心特性:项目化管理、数据驱动写作、智能元数据、专业导出、引用集成、交叉引用、版本控制和可扩展性。这些特性协同工作,构建了一套完整的现代化学术写作系统。 - -下一章将讨论如何根据不同场景配置 PaperBell,分享最佳实践和进阶自定义技巧。 diff --git "a/PaperBell/Outputs/demo/source/DEMO_\350\256\250\350\256\272.md" "b/PaperBell/Outputs/demo/source/DEMO_\350\256\250\350\256\272.md" deleted file mode 100644 index 78ae920c..00000000 --- "a/PaperBell/Outputs/demo/source/DEMO_\350\256\250\350\256\272.md" +++ /dev/null @@ -1,781 +0,0 @@ ---- -scene_alias: 讨论 -tags: - - paper - - discussion - - best-practices -status: completed -date: 2025-10-11 -longform: true ---- - -本章探讨 PaperBell 在不同学术写作场景下的配置方案,分享经过实践验证的最佳实践,并介绍进阶自定义技巧。 - -### 常用配置方案 - -> [!tip] Pandoc Defaults 与 Template 配置说明 -> -> PaperBell 的导出系统基于 Pandoc 的 defaults 文件配置。在 `40 - Obsidian/脚本/pandoc/defaults/` 目录下,我们提供了两个预配置的 defaults 文件: -> -> - **paperbell.yaml** - macOS/Linux 系统使用(中文字体:Songti SC、Heiti SC、STFangsong) -> - **paperbell-windows.yaml** - Windows 系统使用(中文字体:SimSun、SimHei、FangSong) -> -> 这两个配置文件的主要区别在于**中文字体设置**,以适应不同操作系统的字体可用性。 -> -> #### 自动检测与手动指定 -> -> 在 Longform 编译时,"Add YAML Metadata" 脚本会: -> -> 1. **自动检测操作系统**(如果 Template 选项留空): -> - macOS/Linux → 使用 `paperbell` 模板 -> - Windows → 使用 `paperbell-windows` 模板 -> -> 2. **支持手动指定**:在 Template 文本框中输入任何模板名称,如: -> - `paperbell` - 使用 Unix 版本 -> - `paperbell-windows` - 使用 Windows 版本 -> - `eisvogel` - 使用 Eisvogel 模板 -> - `my-custom` - 使用你自己的自定义模板 -> -> #### 创建自定义工作流 -> -> 你完全可以定义自己的 defaults 配置文件和工作流: -> -> 1. 在 `40 - Obsidian/脚本/pandoc/defaults/` 创建新的 `.yaml` 文件 -> 2. 在 `40 - Obsidian/脚本/pandoc/templates/` 创建新的 `.latex` 模板 -> 3. 在 Longform 编译时的 Template 选项中指定你的配置名称 -> -> 例如,创建 `my-workflow.yaml` 后,在编译时输入 `my-workflow` 即可使用。 -> -> **相关文件路径**: -> -> ```bash -> 40 - Obsidian/脚本/pandoc/ -> ├── defaults/ # Pandoc 默认配置文件 -> │ ├── paperbell.yaml -> │ ├── paperbell-windows.yaml -> │ ├── beamer.yaml -> │ └── crossref.yaml -> ├── templates/ # LaTeX 模板文件 -> │ └── paperbell.latex -> ├── filters/ # Pandoc Lua 过滤器 -> └── csl/ # 引用样式文件 -> ``` - -#### 方案一:快速投稿配置(Clean Submission) - -**适用场景**:论文已基本定稿,准备首次投稿 - -**配置要点**: - -```yaml ---- -title: "Your Research Title" -date: "2025-10-11" -target: "Nature Human Behaviour" -acronym: "YourAcronym" -csl: "nature" - -# 关键设置 -lineno: "false" # 不显示行号 -figures-at-end: "false" # 图表嵌入正文 -titlepage: true # 生成封面页 ---- -``` - -**Longform 编译步骤**: - -1. Strip Frontmatter -2. Remove Links -3. Prepend Title -4. Concatenate Text -5. Add YAML Metadata(Note Name: `Index`) -6. Replace placeholders from JSON -7. Save as Note - -**导出设置**: - -- 使用 "PaperBell Academic" 配置 -- 确保所有图片为高分辨率(≥300 DPI) -- 检查参考文献格式与目标期刊一致 - -**检查清单**: - -- [ ] 字数符合期刊要求 -- [ ] 图表数量在限制内 -- [ ] 所有引用在 .bib 文件中 -- [ ] 作者信息完整准确 -- [ ] 摘要和关键词符合要求 - -#### 方案二:审稿讨论配置(Review Version) - -**适用场景**:发送给合作者或审稿人审阅 - -**配置要点**: - -```yaml ---- -lineno: "true" # 显示行号便于标注 -figures-at-end: "false" # 图表嵌入便于阅读 -titlepage: true ---- -``` - -**为什么显示行号?** - -- 便于审稿人精确指出需要修改的位置 -- 便于作者团队讨论时引用具体段落 -- 便于记录修订历史(如 "Line 156: revised as suggested") - -**协作建议**: - -- 导出 PDF 时在文件名中注明版本和日期:`manuscript_v2_20251011_review.pdf` -- 使用 Git 标签标记审稿版本:`git tag -a review-v2 -m "Sent to co-authors"` -- 创建修订记录文档,记录每个行号的修改内容 - -#### 方案三:修订响应配置(Revision Response) - -**适用场景**:响应审稿意见,准备修订稿 - -**工作流程**: - -1. **创建修订分支**: - -```bash -git checkout -b revision-round1 -``` - -2. **配置双版本对比**: - -```yaml -# original.yaml -lineno: "true" -csl: "nature" - -# revised.yaml -lineno: "true" -csl: "nature" -highlight-changes: true # 标记修改内容(需自定义过滤器) -``` - -3. **使用占位符记录修改**: -在 `results.json` 中添加修订信息: - -```json -{ - "revision": { - "response_to_reviewer1": "We have added additional analysis as suggested...", - "new_sample_size": 150, - "previous_sample_size": 120 - } -} -``` - -在修订说明文档中引用: - -```markdown -**Reviewer 1, Comment 3**: Sample size seems insufficient. - -**Response**: We have increased the sample size from -{{revision.previous_sample_size}} to {{revision.new_sample_size}}. -``` - -#### 方案四:期刊特定配置 - -##### Nature 系列期刊 - -```yaml ---- -csl: "nature" -target: "Nature Human Behaviour" -reference-section-title: "References" - -# Nature 特定要求 -lineno: "false" -figures-at-end: "false" # 图表嵌入正文 -titlepage: false # 不需要单独封面 -numbersections: true ---- -``` - -**注意事项**: - -- Nature 系列使用数字上标引用 [1, 2] -- 图表标题格式:**Figure 1 |** Title in sentence case. -- 参考文献按引用顺序排列 - -##### Science 系列期刊 - -```yaml ---- -csl: "science" -target: "Science" -reference-section-title: "References and Notes" - -# Science 特定要求 -lineno: "true" # 初稿需要行号 -figures-at-end: "true" # 图表置于文末 -titlepage: false ---- -``` - -**注意事项**: - -- Science 要求图表和说明分离 -- 参考文献格式较为严格,需仔细检查 -- 补充材料需单独准备 - -##### 社会科学期刊(APA 格式) - -```yaml ---- -csl: "apa" -target: "Journal of Environmental Psychology" -reference-section-title: "References" - -# APA 格式要求 -lineno: "false" -figures-at-end: "false" -titlepage: true # 需要封面页 -abstract-title: "Abstract" -keywords-title: "Keywords" ---- -``` - -**注意事项**: - -- APA 使用作者-日期引用格式 (Author, 2024) -- 参考文献按字母顺序排列 -- 标题层级有严格规定 - -### 最佳实践 - -#### 实践一:元数据集中管理 - -**问题**:多个项目的元数据分散,难以统一维护。 - -**解决方案**:创建元数据模板和复用策略。 - -**实施步骤**: - -1. 创建作者信息库 `40 - Obsidian/authors.yaml`: - -```yaml -authors: - songshgeo: - name: "Shuang Song" - email: "song@gea.mpg.de" - affiliations: - - "Max Planck Institute of Geoanthropology" - - "Beijing Normal University" - orcid: "0000-0002-XXXX-XXXX" - - coauthor1: - name: "Bo Hu" - email: "bohu@nju.edu.cn" - affiliations: - - "Nanjing University" -``` - -2. 在新项目中引用: - -```yaml -# 使用 templater 插件动态插入 -<%* -const authors = await tp.file.include("[[authors]]"); -%> -``` - -3. 维护机构索引映射表,确保一致性。 - -**优势**: - -- 作者信息一处修改,所有项目同步更新 -- 避免拼写错误和格式不一致 -- 便于管理大型合作项目(多作者、多机构) - -#### 实践二:数据与文本分离 - -**原则**:所有可能变化的数值都应使用占位符,而非硬编码。 - -**示例**: - -**❌ 不推荐**: - -```markdown -我们分析了 150 个样本,发现相关系数为 0.45(p < 0.01)。 -``` - -**✅ 推荐**: - -```markdown -我们分析了 {{study.n_samples}} 个样本, -发现相关系数为 {{study.correlation}}(p < {{study.pvalue}})。 -``` - -对应 `results.json`: - -```json -{ - "study": { - "n_samples": 150, - "correlation": 0.45, - "pvalue": 0.01 - } -} -``` - -**优势**: - -- 数据更新时无需逐行查找修改 -- 降低人为错误(如漏改某个数值) -- 便于进行敏感性分析(替换不同数据集) -- 便于审稿人要求的额外分析 - -**进阶技巧**: - -- 在 `results.json` 中包含数据来源和计算日期: - -```json -{ - "metadata": { - "generated_date": "2025-10-11", - "script": "analysis/main_analysis.R" - }, - "study": { - "n_samples": 150 - } -} -``` - -#### 实践三:渐进式写作策略 - -**问题**:论文初稿往往需要反复调整结构和内容。 - -**解决方案**:采用渐进式写作,充分利用 Longform 的灵活性。 - -**阶段一:大纲阶段**(Outline Phase) - -创建章节骨架,每个文件只包含标题和要点: - -```markdown -# Introduction - -### Background -- Point 1: Traditional methods -- Point 2: Current challenges -- Point 3: Our innovation - -### Research Questions -- RQ1: ... -- RQ2: ... -``` - -**阶段二:初稿阶段**(Draft Phase) - -逐章节扩展内容,标记状态: - -```yaml ---- -status: draft -completeness: 60% -next_steps: - - Add literature review - - Expand methodology ---- -``` - -**阶段三:修订阶段**(Revision Phase) - -使用 Git 分支管理不同版本: - -```bash -git checkout -b draft-v2 -# 大幅修改 -git checkout main -git merge draft-v2 -``` - -**阶段四:抛光阶段**(Polish Phase) - -- 启用 Linting 检查拼写和语法 -- 检查段落逻辑和过渡 -- 统一术语和表达方式 - -**优势**: - -- 降低初稿心理压力(先完成后完美) -- 便于追踪写作进度 -- 易于回滚不成熟的修改 - -#### 实践四:图表管理规范 - -**问题**:图片文件命名混乱,难以维护。 - -**解决方案**:建立图表命名和组织规范。 - -**命名规范**: - -```text -imgs/ -├── fig1_study_area_map.png # 主文图 -├── fig2_temporal_trends.png -├── fig3_spatial_patterns.png -├── figS1_validation_results.png # 补充图 -├── figS2_sensitivity_analysis.png -└── raw/ # 原始图片 - └── fig1_raw_from_gis.png -``` - -**命名模式**:`{type}{number}_{descriptive_name}.{ext}` - -**在文中引用**: - -```markdown -![Study area and sampling sites](imgs/fig1_study_area_map.png){#fig:study-area width=80%} - -As shown in [@fig:study-area], our study area covers... -``` - -**版本控制**: - -使用 `.gitattributes` 管理图片: - -```gitattributes -*.png filter=lfs diff=lfs merge=lfs -text -*.jpg filter=lfs diff=lfs merge=lfs -text -*.pdf filter=lfs diff=lfs merge=lfs -text -``` - -大型图片文件使用 Git LFS(Large File Storage)。 - -**优势**: - -- 文件名即说明,易于理解 -- 便于快速定位和替换 -- 版本控制更高效 - -#### 实践五:引用管理工作流 - -**工作流程**: - -1. **文献阅读阶段**(Zotero): - - 使用彩色高亮标注关键内容: - - 🟡 黄色:重要发现 - - 🟢 绿色:方法论 - - 🔵 蓝色:理论框架 - - 🔴 红色:局限性/疑问 - - 添加标签:`#project/DEMO`、`#method/ABM` - -2. **笔记导入阶段**(ZotLit): - - 右键选择 "Create Literature Note(s)" - - 自动导入到 `Inputs/Zotero/` - - 验证引用键格式(如 `song2025collective`) - -3. **写作引用阶段**(Obsidian): - - 使用自动完成:输入 `[@song` 触发补全 - - 多引用:`[@author1; @author2; @author3]` - - 文内引用:`@author2024 demonstrated that...` - -4. **编译检查阶段**(Pandoc): - - 检查是否有未解析的引用(会显示为 `[@unknown]`) - - 验证参考文献格式与期刊要求一致 - - 检查引用顺序(Nature 系列按引用顺序,APA 按字母顺序) - -**常见问题处理**: - -| 问题 | 解决方案 | -|------|----------| -| 引用无法解析 | 检查 .bib 文件路径,验证引用键拼写 | -| 参考文献格式错误 | 更换 CSL 文件,检查 Zotero 中的元数据 | -| 多次引用同一文献 | 使用 `-@author` 隐藏作者名,只保留年份 | - -#### 实践六:模板复用与项目快速启动 - -**问题**:每次创建新项目都需要重新配置,效率低下。 - -**解决方案**:创建项目模板和快速启动脚本。 - -**创建项目模板**: - -1. 在 `40 - Obsidian/模板/` 创建 `Longform_Project_Template/`: - -```text -Longform_Project_Template/ -├── source/ -│ ├── 01_Introduction.md -│ ├── 02_Methods.md -│ ├── 03_Results.md -│ └── 04_Discussion.md -├── imgs/.gitkeep -├── Index.md -└── results.json -``` - -2. `Index.md` 包含常用元数据框架: - -```yaml ---- -title: "{{TITLE}}" -date: "{{DATE}}" -authors: - - name: "{{AUTHOR}}" - affiliation: [1] - corresponding: "{{EMAIL}}" -affiliations: - - index: 1 - name: "{{INSTITUTION}}" -abstract: "" -keywords: [] -target: "" -acronym: "" -csl: "nature" -lineno: "false" -figures-at-end: "false" ---- -``` - -3. 使用 Templater 插件创建快速启动命令: - -```javascript -// QuickAdd script: Create Longform Project -const projectName = await tp.system.prompt("Project name"); -const acronym = await tp.system.prompt("Project acronym"); - -const template = "40 - Obsidian/模板/Longform_Project_Template"; -const target = `Outputs/${projectName}`; - -await tp.file.create_new("", projectName, false, tp.file.folder(target)); -// Copy template files... -``` - -**优势**: - -- 新项目 1 分钟内完成初始化 -- 确保项目结构一致性 -- 避免遗漏必要文件 - -### 进阶自定义 - -#### 自定义一:扩展占位符功能 - -**需求**:希望占位符支持计算和格式化(如保留小数位数、千位分隔符)。 - -**解决方案**:扩展 `替换结果占位符.js` 脚本。 - -**示例代码**: - -```javascript -// 支持格式化语法:{{value | format}} -const pattern = /{{\\s*([^|]+?)\\s*(\\|\\s*([^}]+?))?\\s*}}/g; - -const replaced = input.contents.replace(pattern, (match, path, _, format) => { - let value = getByPath(data, path.trim()); - - if (format) { - const fmt = format.trim(); - if (fmt.startsWith('toFixed')) { - const digits = parseInt(fmt.match(/\\d+/)[0]); - value = Number(value).toFixed(digits); - } else if (fmt === 'percent') { - value = (Number(value) * 100).toFixed(1) + '%'; - } else if (fmt === 'comma') { - value = Number(value).toLocaleString(); - } - } - - return String(value); -}); -``` - -**使用示例**: - -```markdown -相关系数为 {{study.correlation | toFixed2}} -样本量为 {{study.n_samples | comma}} -显著性比例为 {{study.sig_ratio | percent}} -``` - -输出: - -```text -相关系数为 0.45 -样本量为 1,250 -显著性比例为 87.3% -``` - -#### 自定义二:多语言支持 - -**需求**:同一手稿需要中英文两个版本。 - -**解决方案**:使用条件渲染和多元数据文件。 - -**实施方案**: - -1. 创建双语元数据: - -```json -{ - "title": { - "en": "Perceptual bias in collective memory", - "zh": "集体记忆中的感知偏差" - }, - "abstract": { - "en": "It is well-documented that...", - "zh": "已有充分研究表明..." - } -} -``` - -2. 修改脚本支持语言选择: - -```javascript -{ - id: "language", - name: "Document Language", - type: "Dropdown", - options: [ - { value: "en", label: "English" }, - { value: "zh", label: "中文" } - ], - default: "en" -} - -// In compile function -const lang = context.optionValues["language"]; -title = metadata.title[lang] || metadata.title; -``` - -3. 章节文本也可以使用占位符: - -```markdown -# {{headings.introduction}} - -{{text.intro_para1}} -``` - -#### 自定义三:高级交叉引用 - -**需求**:希望引用时自动包含页码或章节信息。 - -**解决方案**:创建自定义 Pandoc Lua 过滤器。 - -**示例过滤器**(`enhanced_crossref.lua`): - -```lua -function Cite(elem) - -- 为图表引用添加 "on page X" - if elem.citations[1].id:match("^fig:") then - return { - pandoc.Str("Figure"), - pandoc.Space(), - elem, - pandoc.Str(" (on page \\pageref{" .. elem.citations[1].id .. "})") - } - end - return elem -end -``` - -在 `pdf.yaml` 中启用: - -```yaml -filters: - - enhanced_crossref.lua - - pandoc-crossref - - citeproc -``` - -#### 自定义四:自动化补充材料 - -**需求**:自动生成补充材料文档(Supplementary Information)。 - -**解决方案**:创建独立的 Longform 项目和编译配置。 - -**项目结构**: - -```text -Outputs/DEMO_Manuscript/ -├── main/ -│ └── manuscript.md # 主文档 -└── supplementary/ - ├── source/ - │ ├── S1_Methods.md - │ ├── S2_Results.md - │ └── S3_Figures.md - ├── Index_SI.md - └── supplementary.md # 补充材料编译输出 -``` - -**配置差异**: - -```yaml -# Index_SI.md ---- -title: "Supplementary Information" -subtitle: "Perceptual bias in collective memory" -numbersections: true -section-numbering: "S" # 章节编号前缀 S -figure-numbering: "S" # 图表编号前缀 S ---- -``` - -**批量编译**: - -```bash -# compile_all.sh -pandoc main/manuscript.md -o manuscript.pdf --defaults=pdf.yaml -pandoc supplementary/supplementary.md -o SI.pdf --defaults=pdf_si.yaml -``` - -#### 自定义五:集成外部数据源 - -**需求**:直接从数据库或 API 获取最新数据,而非手动更新 JSON。 - -**解决方案**:创建数据同步脚本。 - -**示例**(Python): - -```python -# sync_data.py -import json -import requests -from pathlib import Path - -def fetch_analysis_results(project_id): - """从远程服务器获取分析结果""" - response = requests.get(f"https://api.example.com/results/{project_id}") - return response.json() - -def update_results_json(project_path, data): - """更新 results.json""" - results_file = Path(project_path) / "results.json" - with open(results_file, 'w') as f: - json.dump(data, f, indent=2) - -if __name__ == "__main__": - data = fetch_analysis_results("DEMO_2025") - update_results_json("Outputs/DEMO_Manuscript", data) - print("✅ Data synchronized successfully") -``` - -**配合 Makefile 自动化**: - -```makefile -.PHONY: sync compile all - -sync: - python scripts/sync_data.py - -compile: - pandoc Outputs/DEMO_Manuscript/manuscript.md -o output.pdf --defaults=pdf.yaml - -all: sync compile -``` - -运行 `make all` 即可自动同步数据并编译文档。 - -### 小结 - -本章讨论了 PaperBell 在不同场景下的配置方案,包括快速投稿、审稿讨论、修订响应和期刊特定配置。我们分享了六大最佳实践:元数据集中管理、数据文本分离、渐进式写作、图表管理规范、引用工作流和模板复用。最后,我们探讨了五种进阶自定义方案:扩展占位符、多语言支持、高级交叉引用、自动化补充材料和外部数据集成。 - -这些方案和实践经过实际项目验证,能够显著提升学术写作效率和质量。下一章将详细介绍 PaperBell 的安装配置方法和故障排除技巧。 diff --git "a/PaperBell/Outputs/demo/\344\270\200\347\257\207\350\256\272\346\226\207.docx" "b/PaperBell/Outputs/demo/\344\270\200\347\257\207\350\256\272\346\226\207.docx" deleted file mode 100644 index 62013d47..00000000 Binary files "a/PaperBell/Outputs/demo/\344\270\200\347\257\207\350\256\272\346\226\207.docx" and /dev/null differ